@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;
	}
}

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

.archive #sec01 .inner{
	max-width: 1280px;
	margin: 0 auto 30px;
	border-bottom: solid 1px #3c3c3c;
}

.archive #sec01 .inner ul{
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.archive #sec01 .inner li{
	margin-right: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.archive #sec01 .inner li:last-child{
	margin-right: 0;
}

.archive #sec01 .inner li a{
	position: relative;
	background-image: url(/wp-content/themes/shirayuri/img/icon/ico_arrow03.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 11px;
	padding-right: 20px;
}

.archive #sec01 .inner li a::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.archive #sec01 .inner li a:hover::after {
  width: 100%;
}

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

.archive #sec01 .inner02 .box{
	width: 49%;
	background: #ece9de;
	display: flex;
	margin-bottom: 30px;
	min-height: 210px;
}

.archive #sec01 .inner02 .box .img{
	max-width: 250px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.archive #sec01 .inner02 .box .txt{
	padding: 20px 20px 50px 20px;
	width: 100%;
	position: relative;
}

.archive #sec01 .inner02 .box .txt h3{
	margin-bottom: 20px;
	font-size: 16px;
}

.archive #sec01 .inner02 .box .txt ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.archive #sec01 .inner02 .box .txt ul li{
	padding: 3px 5px;
	border:solid 1px #3c3c3c;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	position: relative;
}

.archive #sec01 .inner02 .box .txt a{
	position: relative;
	background-image: url(/wp-content/themes/shirayuri/img/icon/ico_arrow02.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 13px;
	padding-right: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.archive #sec01 .inner02 .box .txt a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.archive #sec01 .inner02 .box .txt a:hover::after {
  width: 100%;
}

@media (max-width: 1100px) {
	.archive #sec01 .inner{
		width: 90%;
		margin: 0 auto 30px;
		    border-top: solid 1px #3c3c3c;
		padding-top: 30px;
	}
	.archive #sec01 .inner02{
		display: block;
	}
	.archive #sec01 .inner02 .box{
		width: 75%;
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.archive #sec01{
		padding: 100px 0 0;
	}
	.archive #sec01 .inner ul li{
		width: 45%;
		margin-right: 0px;
	}
	.archive #sec01 .inner02 .box{
		width: 90%;
		display: block;
	}
	.archive #sec01 .inner02 .box .img{
		height: 200px;
		max-width: 100%;
	}
}

.detail #sec01{
	margin-top: 120px;
	background: #dedacd;
	padding: 60px 0 30px;
}

.detail #sec01 .img,
.detail #sec01 .slide{
	max-width: 670px;
}

.detail #sec01 .slick-slide{
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.detail #sec01 .slick-slide img{
	height: 100%;
}

.detail #sec01 .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto;
}

.detail #sec01 .txt{
	max-width: 400px;
}

.detail #sec01 .txt ul{
	display: flex;
	flex-wrap: wrap;
}

.detail #sec01 .txt ul li{
	border: solid 1px #3c3c3c;
	padding: 3px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.detail #sec01 .txt h3{
	font-size: 28px;
	margin-top: 30px;
}

.detail #sec01 .txt p{
	margin-top: 30px;
}

.detail #sec02{
	padding: 120px 0;
}

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

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

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

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

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

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

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

@media (max-width: 1110px) {
	.detail #sec01{
		margin-top: 100px;
	}
	.detail #sec01 .inner{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.detail #sec01 .img, .detail #sec01 .slide{
		margin: 0 auto 60px;
	}
	.detail #sec01 .img, .detail #sec01 .slide img,
	.detail #sec01 .img, .detail #sec01 .img img{
		width: 100%;
		max-width: 678px;
	}
	.detail #sec01 .txt{
		max-width: 100%;
	}
	.detail #sec02 .inner{
		width: 90%;
		margin: 0 auto;
	}
}

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

.detail #sec03{
	background: #dedacd;
	padding: 100px 0;
	text-align: center;
}

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

.detail #sec03 ul.flow{
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	max-width: 900px;
	margin: 0 auto 60px;
	text-align: left;
}

.detail #sec03 ul.flow li{
	margin-bottom: 20px;
	display: flex;
    align-items: center;
}

.detail #sec03 ul.flow li:last-child{
	margin-bottom: 0;
}

.detail #sec03 ul.flow li span{
	background: #3c3c3c;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	margin-right: 10px;
}

.detail #sec03 a.back{
	position: relative;
	padding-left: 30px;
	background-image: url(/wp-content/themes/shirayuri/img/icon/ico_arrow04.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 17px;
	font-size: 18px;
	margin-bottom: 100px;
	display: inline-block;
}

.detail #sec03 a.back::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.detail #sec03 a.back:hover::after {
  width: 100%;
}

.detail #sec03 ul.link{
	display: flex;
	max-width: 1000px;
	margin: 0 auto 0;
	border-bottom: 1px solid #3b3c3c;
	text-align: left;
}

.detail #sec03 ul.link li{
	padding: 30px;
	border-top: 1px solid #3b3c3c;
	position: relative;
	width: 100%;
}

.detail #sec03 ul.link li:first-child{
	border-right: 1px solid #3b3c3c;
	background-image: url(/wp-content/themes/shirayuri/img/top/sec03_img01.svg);
	background-position: right 30px bottom;
	background-repeat: no-repeat;
	background-size: 20%;
}

.detail #sec03 ul.link li:last-child{
	background-image: url(/wp-content/themes/shirayuri/img/top/sec03_img02.svg);
	background-position: right 30px bottom 5px;
	background-repeat: no-repeat;
	background-size: 20%;
}

.detail #sec03 ul.link li h3{
	position: absolute;
	top: -24px;
	left: 10%;
	padding: 5px;
	background-color: #dddbcd;
	font-size: 24px;
}

.detail #sec03 ul.link li h4{
	font-size: 20px;
	margin-bottom: 10px;
}

.detail #sec03 ul.link li p{
	margin-bottom: 20px;
}


.detail #sec03 ul.link li:hover span.d_btn::after{
	width: 0;
}
@media (max-width:910px) {
	.detail #sec03 ul.flow{
		width: 90%;
	}
}

@media (max-width:768px) {
	.detail #sec03 h3{
		font-size: 28px;
	}
	.detail #sec03 ul.link{
		display: block;
		width: 90%;
		margin: 60px auto 0;
	}
	.detail #sec03 ul.link li:first-child{
		border-right: none;
		padding: 30px 30px 40px;
	}
}

.detail .pankz{
	margin-top: 0;
}
