@charset "UTF-8";

.page_faq .common_page_wrap {
	padding: 70px 0 120px;
}

.faq_cont_sec .list dl {
	background: #FFF;
    border-radius: 10px;
    border: 2px solid #004680;
    overflow: hidden;
}

/* .faq_cont_sec .list dl:nth-child(even) {
	background: #E3E3E3;
} */

.faq_cont_sec .list dl+dl {
	margin-top: 1.2em;
}

.faq_cont_sec .list dl dt {
	display: flex;
	align-items: center;
	gap: 0 0.8em;
	padding: 25px 30px;
    background-color: #004680;
}

.faq_cont_sec .list dl dt .en {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #004680;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq_cont_sec .list dl dt .text {
	width: 100%;
	font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.faq_cont_sec .list dl dt .mark {
	width: 36px;
	aspect-ratio: 1;
	/* background: #fff; */
	/* border-radius: 50%; */
	display: block;
	flex-shrink: 0;
	position: relative;
}

.faq_cont_sec .list dl dt .mark::before,
.faq_cont_sec .list dl dt .mark::after {
	content: "";
	width: 2px;
	height: 89%;
	background: #fff;
	/* border-radius: 3px; */
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: .4s;
}

.faq_cont_sec .list dl dt .mark::after {
	rotate: 90deg;
}

.faq_cont_sec .list dl dt.nowOpen .mark::before {
	rotate: 90deg;
}

.faq_cont_sec .list dl dd {
	/* border-top: 1px dotted #3E3E3E; */
	/* margin: 0 30px; */
	padding: 35px 75px 45px 30px;
}


.faq_cont_sec .list dl dd .text {
	font-size: 16px;
	line-height: 1.6;
    display: flex;
    gap: 0 0.8em;
}

.faq_cont_sec .list dl dd .text b {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #004680;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: -10px;
}

.faq_cont_sec .list dl dd .closeBtnHat {
	display: none;
}

@media (max-width: 750px) {
	.wrap {
		max-width: 95%;
	}

	.page_faq .common_page_wrap {
		padding: 10vw 0 20vw;
	}

    .faq_cont_sec .list dl {
        border-radius: 1.3vw;
        border: 0.5vw solid #004680;
    }

	.faq_cont_sec .list dl+dl {
		margin-top: 0.7em;
	}

	.faq_cont_sec .list dl dt {
		padding: 5vw 3vw;
	}

	.faq_cont_sec .list dl dt .en {
        width: 7.7vw;
        height: 7.7vw;
		font-size: 4.6vw;
	}

	.faq_cont_sec .list dl dt .text {
		font-size: 3.8vw;
		line-height: 1.5;
	}

	.faq_cont_sec .list dl dt .mark {
		width: 5.4vw;
	}

	.faq_cont_sec .list dl dd {
		margin: 0 3vw;
		padding: 4vw 0 6vw;
	}

	.faq_cont_sec .list dl dd .text {
		font-size: 3.3vw;
		letter-spacing: .06em;
        align-items: center;
	}

    .faq_cont_sec .list dl dd .text b {
        width: 7.7vw;
        height: 7.7vw;
        font-size: 4.6vw;
        margin-top: 0;
    }
}