
.yellow {
	color: #F9BA06;
}

section#main {
	padding-top: 1.319vw;
	padding-bottom: 7.917vw;
}

section#main div.wrap {
	width: 77.778vw;
}

section#main .news {
	margin-top: 5.972vw;
}

section#main p.text {
	font-size: 1.389vw;
	margin-top: 0.833vw;
	font-weight: 400;
	letter-spacing: 0;
	line-height: normal;
	padding-left: 2.292vw;
	padding-right: 2.778vw;
}

section#main .news dl {
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: solid 2px #ccc;
}

section#main .news dt {
    color: #F9BA06;
    font-size: 1.25vw;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-left: 2.361vw;
    margin-top: 0.972vw;
}
section#main .news dd.title {
    font-size: 1.25vw;
    margin-left: 2.361vw;
    padding-bottom: 0.972vw;
    margin-top: 0.694vw;
    font-weight: bold;
}
section#main .news dd.content p {
font-size: 1.25vw;
    margin-left: 2.361vw;
    padding-bottom: 0.972vw;
    margin-top: 0.694vw;
    line-height: 1.8em;
}
section#main .news dd.content p a {
text-decoration: underline;
}
section#main .news dd.content p a:hover {
text-decoration: none;
}
section#main .news dd.content ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: stretch;
margin-top: 2rem;
margin-bottom: 2rem;
list-style: none;
padding: 0;
margin-left: 2.361vw;
}
section#main .news dd.content li {
width: 48%;
display: flex;        
 justify-content: center;
align-items: center;
overflow: hidden;
margin-bottom: 2rem;
}
section#main .news dd.content li.tate {
width: 48%;
aspect-ratio: 4/3;
background: #eee;
display: flex;        
 justify-content: center;
align-items: center;
overflow: hidden;
margin-bottom: 2rem;
}
section#main .news dd.content li.tate img {
  width: 100%;
  height: 100%;
  object-fit: contain;     
}

@media screen and (max-width: 780px) {

	section#main {
		padding-top: 5.067vw;
		padding-bottom: 10vw;
	}

	section#main div.wrap {
		width: 89.333vw;
		margin: 0 auto 0;
	}

	section#main h2#privacy {
		margin-top: 10.667vw;
	}

	section#main p.top {
		margin-top: 8vw;
		font-size: 5.333vw;
		line-height: 1.6;
	}

	section#main h3 {
		font-size: 5.867vw;
		padding-bottom: 2.4vw;
		margin-top: 7.733vw;
	}

	section#main h3.top {
		margin-top: 7.733vw;
	}

	section#main p.text {
		font-size: 5.333vw;
		margin-top: 5.333vw;
		padding-left: 0;
		padding-right: 0;
	}
    
section#main .news dt {
    font-size: 4.8vw;
    }
section#main .news dd.title,
section#main .news dd.content p {
    font-size: 4.8vw;
    }
section#main .news dd.content li {
width: 100%;
margin-bottom: 1rem;
}   

section#main .news dd.content li.tate {
width: 100%;
aspect-ratio: auto;
display: flex;        
 justify-content: center;
align-items: center;
overflow: hidden;
margin-bottom: 2rem;
}
section#main .news dd.content li.tate img {
  width: 100%;
  height: 100%; 
}
    
    
}