/* CSS Document */
/*#newsList h4 a { color: #005f32;  }*/

@media (min-width:751px){
	#mv { background: url(../../faq/images/mv.jpg) center center no-repeat; background-size: cover; }
	#lead h2.ch2 { background:url(../images/ttl.svg) top center no-repeat; }

	#p1 { padding: 0 0 80px 0; }
	#newsList li { display: flex; position: relative; padding-top: 20px; padding-bottom: 20px;
		background: url(../../images/icon_arrow.svg) right 5px center no-repeat; transition: 0.3s;
		border-bottom: #dbdbdb 1px solid; }
	#newsList li:hover { background-position: right center; }
	#newsList li .up_ymd,#p1 .day { color: #005f32; margin-right: 20px; }
	#newsList h4 { font-size: 22px; }
	#newsList .cflex {  }
	#newsList .cflex .thumbNailWrap { margin-right: 15px; max-width: 200px; }
	#newsList .comment { font-size: 16px; line-height: 24px; /*width: 780px; width: calc( 100% - 215px);*/ }

	#p1 h3 { margin-bottom: 40px; font-size: 22px; }
	#detail .detailText { margin-bottom: 30px; font-size: 16px; line-height: 24px; }
	#detail .detailText span { font-size: 16px !important; }
	.detailUpfile { margin-bottom: 30px; }

}
@media (min-width: 751px) and  (max-width:1500px){

}
@media (min-width: 751px) and  (max-width:1300px){
}
@media (max-width:750px){
	#mv { background: url(../../faq/images/mv.jpg) center center no-repeat; background-size: cover; }
	#lead h2.ch2 { background:url(../images/ttl.svg) top center no-repeat; background-size: auto 12vw; }

	#p1 { padding: 0 0 12vw 0; }
	/*#newsList li { border-bottom: #805C76 1px solid; padding-top: 10vw; padding-bottom: 10vw; }*/
	#newsList li {
    width: 100%; border-bottom: #dbdbdb 1px solid;
    padding-top: 4vw; padding-right: 6vw; padding-bottom: 4vw;
    position: relative;
    margin-bottom: 6vw;
    background: url(../../images/icon_arrow.svg) right center no-repeat;
    background-size: 2.6vw auto;
}
	#newsList h4 { font-size: 4.4vw; }
	#newsList li .up_ymd,#p1 .day { color: #005f32; }
	#newsList .cflex { /*margin-bottom: 10vw;*/ }
	#newsList .cflex .thumbNailWrap { width: 60vw; margin-bottom: 6vw; display: block; }
	#newsList .comment { font-size: 3.7vw; line-height: 5vw; width: 100%; display: block; }

	#p1 h3 { margin-bottom: 4vw; line-height: 7vw; }
	#detail .detailText { margin-bottom: 4vw; font-size: 3.7vw; line-height: 5vw; }
	#detail .detailText span { font-size: 3.7vw !important; }
	.detailUpfile { margin-bottom: 4vw; }

}

