@charset "UTF-8";

@media screen and (min-width: 40em) {
	.faq-ttl{
		font-size: 2.25rem;
		margin-bottom:45px;
		}
	.faq-sec{
		margin-bottom: 80px;
		padding-top: 100px;
		margin-top: -100px;
	}
	.ttl-q:before{
		display: inline-block;
		content:'Q. ';
	}
	.accordion-dl dt {
		width: 100%;
		display:flex;
		background: #fff;
		padding:25px 20px;
		text-align: left;
		border-bottom: 6px solid #fff;
		clear: both;
		position:relative;
	}
	.accordion-dl dt .q-text{
		display:block;
		line-height: 24px;
		vertical-align: top;
		padding-left: 20px;
	}
	.accordion-dl dt:before{
		width:24px;
		height: 24px;
		display:block;
		content:'';
		background-color:#aaaaaa;
		border-radius: 50%;
	}
	.accordion-dl dt:after{
		width:8px;
		height: 8px;
		display:block;
		content:'';
		border-right:2px solid #fff;
		border-bottom:2px solid #fff;
		border-radius:1px;
		position: absolute;
		top:31px;
		left: 27px;
		transform:rotate(45deg);
		transition: .2s transform;
	}
	.accordion-dl dt.open:after{
		width:8px;
		height: 8px;
		display:block;
		content:'';
		border-right:2px solid #fff;
		border-bottom:2px solid #fff;
		border-radius:1px;
		position: absolute;
		top:34px;
		left: 27px;
		transform:rotate(-135deg);
		/*transition: .2s transform;*/
	}
	.accordion-dl dt:hover{
		cursor: pointer;
		background: #fff;
	}
	.accordion-dl dd{
		width: 100%;
		display:  none;
		padding:20px;

	}
/*	.accordion-dl dd:before{
		display: table-cell;
		content:'A';
		width:1.37rem;
		font-size: 1.37rem;
		color: #3d92ad;
		padding-right: 40px;
	}*/
}
@media screen and (max-width: 39.9375em) {

	.faq-ttl{
		font-weight: normal;
		font-size: 1.37rem;
		margin-bottom:20px;
		}
	.ttl-q:before{
		display: inline-block;
		content:'Q. ';
	}
	.faq-sec{
		margin-bottom: 20px;
		padding-top: 50px;
		margin-top: -50px;
	}

	.accordion-dl{
		width: 100%;
	}
	.accordion-dl dt {
		display:flex;
		background: #f6f6f6;
		padding:25px 20px;
		text-align: left;
		border-bottom: 6px solid #fff;
		clear: both;
		position:relative;
	}
	.accordion-dl dt .q-text{
		display:block;
		width: calc(100% - 45px);
		line-height: 30px;
		padding-left: 10px;
	}
	.accordion-dl dt:before{
		width:30px;
		height: 30px;
		display:block;
		content:'';
		background-color:#aaaaaa;
		border-radius: 50%;
	}
	.accordion-dl dt:after{
		width:8px;
		height: 8px;
		display:block;
		content:'';
		border-right:2px solid #fff;
		border-bottom:2px solid #fff;
		border-radius:1px;
		position: absolute;
		top:34px;
		left: 30px;
		transform:rotate(45deg);
		transition: .2s transform;
	}
	.accordion-dl dt.open:after{
		width:8px;
		height: 8px;
		display:block;
		content:'';
		border-right:2px solid #fff;
		border-bottom:2px solid #fff;
		border-radius:1px;
		position: absolute;
		top:37px;
		left: 30px;
		transform:rotate(-135deg);
	}
	.accordion-dl dd{
		width: 100%;
		box-sizing: border-box;
		display:  none;
		padding:20px 20px 25px;

	}
	/*.accordion-dl dd.is-show{
		display: table;
	}*/
	/*.accordion-dl dd:before{
		display: table-cell;
		vertical-align: center;
		content:'A';
		font-size: 1.37rem;
		color: #3d92ad;
		padding-right: 10px;
		height: 100%;
	}*/
}

/****ページ内リンク****/
	.page-link{
		margin-bottom: 30px;
	}
	.page-link ul{
		display:flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.page-link li{
		line-height: 1;
		margin-bottom: 1rem;
		border-left:1px solid #bdbdbd;
		padding:0 1.57rem;
	}
	.page-link li:last-child,.page-link li:nth-child(5){
		border-right:1px solid #bdbdbd;
	}
	/*.page-link li a{
		padding:0 1.57rem;
	}*/
@media screen and (max-width: 71em) {
	.page-link{
		width:100%;
	}
	.page-link ul{
		display:flex;
		flex-wrap: wrap;
		width: calc(100% - 60px);
		padding:0 30px;
	}
	.page-link li{
		line-height: 1;
		margin-bottom: 1rem;
		border-left:1px solid #bdbdbd;
	}
	.page-link li:nth-child(5){
		border-right:none;
	}
}
@media screen and (max-width: 39.9375em) {
	.page-link{
		width:100%;
		margin:30px auto;
	}
	.page-link ul{
		display:flex;
		flex-wrap: wrap;
		width: 100%;
		padding:0;
	}
	.page-link li{
		line-height: 1;
		width:calc(50% - 30px);
		margin-bottom: 1rem;
		border-left:1px solid #bdbdbd;
		padding:0 0.5rem 0 0.9rem;
	}
	.page-link li a{font-size: 0.85rem;}
	.page-link li:last-child{
		border-right: none;
	}
}