@charset "utf-8";

/*
  File Name   : faq.css
  Description : FAQ
*/


/* Common 下層用ヘッダ
============================================================ */
.header__video {
	display: none;
}

.toggle__scroll {
	display: none;
}

.side-nav__event-btn {
	margin: 5rem 0 0 0;
}

/* Common 下層用ヘッダ photo
============================================================ */
.under__header__img {
	display: block;
	width: 100%;
	height: 280px;
	background-image: url(../../img/user/faq/header.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* PC Layout ******************************************************************************************* */


/* --main title--
============================================================ */
.sec-maintitle-202305 {
	margin-bottom: 100px;

	img {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1050px) {
	.sec-maintitle-202305 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.sec-maintitle-202305 {
		margin-bottom: 20px;
	}
}

/* .header__navi {
	display: none;
} */

/* パンくずリスト
============================================================ */

.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_breadcrumb {
	margin: 1em auto;
	padding: 1.6em 16em 1em;
	border-radius: 0.5em;
}

.cp_breadcrumb a {
	text-decoration: none;
	color: #0082C8;
}

.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	font-size: 14px;
	margin-right: 8px;
	color: #434343;
}

.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #434343;
}

.cp_breadcrumb li:last-child::before {
	content: normal;
}

/* ページコンテンツ
============================================================ */

.p-faq-cnt * {
	box-sizing: border-box;
}

.p-faq-cnt {
	max-width: 1040px;
	width: 100%;
	padding: 100px 20px 4.5%;
	margin: 0 auto;
}
@media screen and (max-width: 1050px) {
.p-faq-cnt {
	padding-top: 50px;
	}
}

.p-faq-cnt img {
	display: block;
	max-width: 100%;
	height: auto;
}

.faq_list {
	max-width: 1000px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.faq_list__item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 4px 6px 17px rgba(0, 0, 0, .17);
	margin-bottom: 28px;
	overflow: hidden;
}

.faq_list__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 31px 65px 32px 36px;
	border: none;
	background: none;
	cursor: pointer;
	opacity: 1;
}

.faq_list__question:hover {
	opacity: 1;
}

.faq_list__head {
	display: flex;
	align-items: flex-start;
	gap: 34px;
}

.faq_list__icon {
	width: 62px;
}

.faq_list__icon svg {
	display: block;
}

.faq_list__head .faq_list__ttl {
	flex: 1;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.44;
	color: #3C3C3C;
	text-align: left;
	margin: 0.1em 0 0;
}

.faq_list__plus {
	width: 38px;
	height: 38px;
	position: relative;
}

.faq_list__plus::before,
.faq_list__plus::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 38px;
	height: 3px;
	background: #479DD9;
	transform: translate(-50%, -50%);
	transition: .5s cubic-bezier(.22, 1, .36, 1);
}

.faq_list__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 1;
	transition:
		opacity .25s ease,
		transform .25s ease;
}

.faq_list__item.is-open .faq_list__plus::after {
	opacity: 0;
}

.faq_list__answer {
	height: 0;
	overflow: hidden;
	transition: height .5s cubic-bezier(.22, 1, .36, 1);
}

.faq_list__inner {
	display: flex;
	gap: 47px;
	padding: 0 73px 37px 58px;
}

.faq_list__label {
	color: #FF943B;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.faq_list__text {
	flex: 1;
}

.faq_list__inner p {
	color: #3C3C3C;
	font-size: 19px;
	line-height: 1.89;
	margin: 0;

	a {
		color: #1483C5;
		text-decoration: underline;
		word-break: break-all;
	}

	.line_marker {
		background: linear-gradient(transparent 20%, #eeff00 20%);
	}
	.text_bold{
		font-weight: 700;
	}
}

.faq_list__inner p+p {
	margin-top: 1em;
}



/* SP Layout ******************************************************************************************* */
@media screen and (max-width: 767px) {

	/* common
============================================================ */

	.under__header__img {
		height: 88px;
	}

	 */
	/* パンくずリスト
============================================================ */

	.cp_breadcrumb {
		margin: 1em auto;
		padding: 0em 7em;
		border-radius: 0.5em;
	}

	/* ページコンテンツ
	============================================================ */

	.p-faq-cnt {
		padding: 10px 35px 50px;
	}

	.faq_list__item {
		border-radius: 15px;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, .17);
		margin-bottom: 20px;
	}

	.faq_list__question {
		gap: 8px;
		padding: 20px;
	}

	.faq_list__head {
		gap: 12px;
	}

	.faq_list__icon {
		width: 32px;
	}

	.faq_list__head .faq_list__ttl {
		font-size: 17.5px;
		margin-top: 0;
	}

	.faq_list__plus {
		width: 20px;
		height: 20px;
	}

	.faq_list__plus::before,
	.faq_list__plus::after {
		width: 20px;
		height: 2px;
	}


	/* ---------------- */

	.faq_list__inner {
		gap: 12px;
		padding: 0 20px 20px 20px;
	}

	.faq_list__label {
		width: 32px;
		font-size: 24px;
		text-align: center;
	}

	.faq_list__inner p {
		font-size: 1.5rem;
	}


}

/* End media screen */