@charset "UTF-8";

#key-visual{
	background-image: url(../images/faq-key-visual.jpg);
}
.sec-ttl01{
	margin-bottom: 6rem;
}


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

	#key-visual{
		background-image: url(../images/sp-faq-key-visual.jpg);
	}
	.sec-ttl01{
		line-height: 1.75;
		margin-bottom: 3rem;
	}

}


/* ++++++++++++++++++#sec01+++++++++++++++++ */
#sec01 p{
	margin-bottom: 3.5rem;
	line-height: 2;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
}
#sec01 p a{
	font-weight: 700;
	text-decoration: underline;
}
.sec01-list{
	width: 100%;
	display: flex;
	gap: 5rem;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec01-list__item{
	width: calc((100% - 5rem) / 2);
	border-radius: .2rem;
	overflow: hidden;
}
.sec01-list__item a{
	width: 100%;
	font-size: 2rem;
	height: 7.5rem;
	font-weight: 700;
	letter-spacing: .06em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #037EE1, #03B8E7);
	color: #fff;
	position: relative;
}
.sec01-list__item a::after{
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-top: .2rem solid #fff;
	border-right: .2rem solid #fff;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

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

	#sec01 p{
		margin-bottom: 5rem;
	}
	.sec01-list{
		flex-direction: column;
		gap: 2.5rem;
	}
	.sec01-list__item{
		width: 100%;
		border-radius: 0;
	}
	.sec01-list__item a{
		font-size: 100%;
		height: 5rem;
	}
	.sec01-list__item a::after{
		width: 1rem;
		height: 1rem;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 1.5rem;
	}

}



/* ++++++++++++++++++ 記事一覧 +++++++++++++++++ */

.faq-list__item{
	border-bottom: .1rem solid #0393E0;
}
.faq-list__item:first-child{
	border-top: .1rem solid #0393E0;
}
.faq-list__itemTitle{
	width: 100%;
	padding: 2.5rem 6rem 2.5rem 2.5rem;
	position: relative;
	cursor: pointer;
}
.faq-list__itemTitle::before,
.faq-list__itemTitle::after{
	content: "";
	display: block;
	width: 1.4rem;
	height: .2rem;
	position: absolute;
	right: 1.5rem;
	top: calc(2.5rem + (.5em * 1.35));
	background: #0393E0;
	transition: .3s all ease-in-out;
}
.faq-list__itemTitle::before{
	transform: rotate(90deg);
}
.faq-list__itemTitle span{
	width: 100%;
	height: 100%;
	padding-left: 3rem;
	display: block;
	line-height: 1.35;
	position: relative;
}
.faq-list__itemTitle span::before{
	content: "Q.";
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6000;
	color: #0393e0;
}
.faq-list__itemBody{
	width: 100%;
	/* padding: 2.5rem; */
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin-bottom: 2.5rem;
	background: #f2f2f2;
	display: none;
}
.faq-list__itemBodyInner{
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 3rem;
	position: relative;
}
.faq-list__itemBodyInner::before{
	content: "A.";
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	left: 0;
	top: calc(.15em + 2.5rem);
	z-index: 6000;
	color: #0393e0;
}
.faq-list__itemBody *{
	line-height: 2;
	letter-spacing: 0;
}
.faq-list__itemBody a{
	color: #0393E0;
	text-decoration: underline;
}

.faq-list__item.on .faq-list__itemTitle::before{
	transform: rotate(0deg);
}

.faq__back{
	margin-top: 5rem;
	width: 47.5rem;
	margin-left: auto;
	margin-right: auto;
}
.faq__back a{
	width: 100%;
	font-size: 2rem;
	height: 7.5rem;
	font-weight: 700;
	letter-spacing: .06em;
	display: flex;
	align-items: center;
	justify-content: center;
    background: linear-gradient(45deg, #037EE1, #03B8E7);
    color: #fff;
    position: relative;
}
.faq__back a::after{
    content: "";
    display: block;
    width: .8rem;
    height: .8rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.faq .no-data{
	text-align: center;
}

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

	.faq-list__item{
		border-bottom: 1px solid #0393E0;
	}
	.faq-list__item:first-child{
		border-top: 1px solid #0393E0;
	}
	.faq-list__itemTitle{
		padding: 1.5rem 3.5rem 1.5rem 0;
	}
	.faq-list__itemTitle::before,
	.faq-list__itemTitle::after{
		width: 1.4rem;
		height: 2px;
		right: 0;
	}
	.faq-list__itemTitle span{
		line-height: 1.5;
	}
	.faq-list__itemBody{
		/* padding: 1.5rem 2.5rem 1.5rem 1.5rem; */
		padding-left: 1.5rem;
	}
	.faq-list__itemBodyInner{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.faq-list__itemBodyInner::before{
		top: calc(.15em + 1.5rem);
	}

	.faq__back{
		margin-top: 5rem;
		width: 100%;
	}
	.faq__back a{
		height: 5rem;
	}
	.faq__back a::after{
		width: 1rem;
		height: 1rem;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 1.5rem;
	}

}