@charset "utf-8";
/* CSS Document */

#mainv div{
	background-image: url("/wp-content/themes/shirayuri/img/faq/mainv.png");
	background-position: center bottom -340px;
}

@media (max-width: 768px) {
	#mainv div{
		background-position: center bottom;
	}
}

#sec01{
	padding: 120px 0;
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}

#sec01 h3{
	text-align: center;
	margin-bottom: 60px;
	font-size: 36px;
}

#sec01 .inner{
	max-width: 1110px;
	margin: 0 auto;
}

#sec01 .inner h4{
	font-size: 28px;
	margin-bottom: 30px;
}

#sec01 .inner p{
	margin-bottom: 30px;
	max-width: 740px;
}

#sec01 .inner p:last-child{
	margin-bottom: 0;
}

@media (min-width: 1110px) {
	#sec01 img{
		position: absolute;
		bottom: 200px;
		right: 0;
	}
}

@media (max-width: 1600px) {
	#sec01 .inner p{
		max-width: 600px;
	}
}

@media (max-width: 1210px) {
	#sec01 .inner p{
		max-width: 500px;
	}
}

@media (max-width: 1110px) {
	#sec01 .inner{
		width: 90%;
	}
	#sec01 .inner p{
		max-width: 100%;
	}
	#sec01 img{
		display: block;
		width: 100%;
		max-width: 559px;
		margin: 60px auto 0;
	}
}

@media (max-width:768px) {
	#sec01{
		padding: 100px 0;
	}
	#sec01 h3{
		font-size: 28px;
	}
	#sec01 .inner h4{
		font-size: 24px;
	}
}

#sec02{
	background: #dcdacc;
	padding: 120px 0;
}

#sec02 .inner{
	max-width: 1100px;
	margin: 0 auto;
}

#sec02 h3{
	font-size: 20px;
	margin-bottom: 10px;
}

#sec02 table{
	border-top: 2px solid #3c3c3c;
	border-bottom: 2px solid #3c3c3c;
	width: 100%;
	margin-bottom: 60px;
}

#sec02 table:last-child{
	margin-bottom: 0;
}

#sec02 table tr{
	border-bottom: solid 1px #3c3c3c;
}

#sec02 table tr:last-child{
	border-bottom: none;
}

#sec02 table tr th,
#sec02 table tr td{
	padding: 10px 20px;
}
#sec02 table tr th{
	width: 20%;
}

@media (max-width: 1110px) {
	#sec02 .inner{
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#sec02{
		padding: 100px 0;
	}
  #sec02 table tr:last-child td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  #sec02 table tr th,
  #sec02 table tr td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	#sec02 table tr th{
		background: #eeece6;
	}
	#sec02 table tr{
		border-bottom: none;
	}
}

#sec03{
	padding: 120px 0;
}

#sec03 h3{
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}

#sec03 .inner{
	max-width: 1100px;
	margin: 0 auto;
}

#sec03 .inner img{
	margin-right: 30px;
}

#sec03 .inner .box{
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sec03 .inner .box dt{
	border-bottom: solid 1px #3c3c3c;
	padding-bottom: 30px;
}

#sec03 .inner .box dt span{
	color: #565935;
}

#sec03 .inner .box dd{
	padding-top: 30px;
}

#sec03 .inner .box dd table th{
	width: 14%;
	vertical-align: top;
}

#sec03 .inner02{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec03 .inner02 div.box{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}

#sec03 .inner02 img{
	margin-right: 30px;
}

#sec03 .inner02 div.box dl{
	width: 100%;
}

#sec03 .inner02 .box dt{
	border-bottom: solid 1px #3c3c3c;
	padding-bottom: 30px;
}

#sec03 .inner02 .box dt span{
	color: #565935;
}

#sec03 .inner02 .box dd{
	padding-top: 30px;
}

#sec03 .inner02 div.box:last-child,
#sec03 .inner02 div.box:nth-child(5){
	margin-bottom: 0;
}

@media (max-width: 1110px) {
	#sec03 .inner,
	#sec03 .inner02{
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#sec03{
		padding: 100px 0;
	}
	
	#sec03 .inner .box dl,
	#sec03 .inner02 .box dl{
		margin-top: 30px;
	}
	#sec03 .inner .box dl dd,
	#sec03 .inner02 .box dl dd{
		text-align: left;
	}
	#sec03 .inner .box dl dd table tr th,
  	#sec03 .inner .box dl dd table tr td {
	  border-bottom: none;
		display: block;
		width: 100%;
	  }
	#sec03 .inner02{
		display: block;
	}
	#sec03 .inner02 div.box{
		width: 100%;
	}
	
}

@media screen and (max-width: 500px) {
	
	#sec03 .inner .box{
		display: block;
		text-align: center;
	}
	#sec03 .inner02 div.box{
		width: 100%;
		display: block;
		text-align: center;
	}
	#sec03 .inner02 div.box img{
		max-width: 220px;
		width: 100%;
	}
	#sec03 .inner02 div.box:nth-child(5){
		margin-bottom: 60px;
	}
}

#sec04{
	border-top: solid 1px #3b3c3c;
	padding: 120px 0 0;
	position: relative;
	text-align: center;
}

#sec04::after{
	content: '';/*何も入れない*/
	display: inline-block;
	width: 48px;/*画像の幅*/
	height: 44px;/*画像の高さ*/
	background-image: url(/wp-content/themes/shirayuri/img/top/sec06_icon.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#sec04 h3{
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

#sec04 h4{
	font-size: 24px;
	margin-bottom: 30px;
}

#sec04 p{
	margin-bottom: 60px;
}

@media (max-width: 1110px) {
	#sec04{
		padding: 100px 0 0;
	}
	#sec04 .inner{
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	#sec04 h4{
		font-size: 20px;
	}
	#sec04 p{
		text-align: left;
	}
}