@charset "utf-8";

/* アンカーリンク
-------------------------------------------*/
#qlist {
    display: grid;
    grid-template-columns: repeat(2, 330px);
    gap: 3px 0;
}
#qlist li:last-child{
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 15px;
}
@media screen and (max-width:750px) {
	#qlist {
		width: 100%;
		grid-template-columns: none;
		gap: calc(5 * 100vw / 750) 0;
	}
	#qlist li:last-child{
		margin-top:calc(20 * 100vw / 750);
	}
}
/* FAQ
-------------------------------------------*/
#qa .qgroup{
	margin-bottom: 50px;
}
.faq_list {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
}
.faq_title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 20px 15px;
    box-sizing: border-box;
    font-weight: bold;
}
.faq_title::before,
.faq_answer::before {
    font-family: korolev, sans-serif;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 9px 0;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    line-height: 22px;
    box-sizing: border-box;
}
.faq_title::before {
    content: "Q";
    background: #1C2F61;
}
.faq_title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: auto;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.faq_title.active::after {
    transform: rotate(225deg);
}
.faq_answer {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #F60;
}
.faq_answer::before {
    content: "A";
    background: #FFB400;
}
.faq_box {
    padding: 10px 45px 0 15px;
    margin-bottom: 20px;
}

.faq_answer-text {
    margin-top: 12px;
    padding-left: 40px;
}
.faq_answer-text p:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width:750px) {
	#qa .qgroup {
		margin-bottom: calc(88 * 100vw / 750);
	}
	.faq_list {
		padding:0;
		border-bottom: calc(2 * 100vw / 750) solid #ddd;
	}
	.faq_title {
		padding:calc(16 * 100vw / 750);
	}
	.faq_title::before,
	.faq_answer::before {
		font-size: calc(32 * 100vw / 750);
		padding: calc(5 * 100vw / 750) calc(16 * 100vw / 750) 0;
		border-radius: calc(5 * 100vw / 750);
		margin-right: calc(18 * 100vw / 750);
		height: calc(53 * 100vw / 750);
		width: calc(53 * 100vw / 750);
		line-height: calc(39 * 100vw / 750);
	}
	.faq_title::after {
		content: none;
	}
	.faq_answer {
		align-items: flex-start;
		color: #333;
	}
	.faq_box {
		padding: calc(18 * 100vw / 750) calc(16 * 100vw / 750);
		margin-bottom: 0;
		background: #F3F3F3;
	}
	.faq_answer-text {
		margin-top: calc(21 * 100vw / 750);
		padding-left: calc(70 * 100vw / 750);
	}
	.faq_answer-text p:not(:last-child) {
		margin-bottom: calc(18 * 100vw / 750);
	}
}




.ex_table.-w350 {
    max-width: 350px;
}
.ex_table {
    background: #f7f7f7;
    padding: 10px 20px;
}
.ex_table .p_ex_table {
    width: 100%;
    border-spacing: 0;
}
.ex_table .p_ex_table :where(th,td) {
    line-height: 2;
}
.ex_table .p_ex_table .sum :where(th,td) {
    border-top: #AAA solid 1px;
    padding-top: 5px;
}
.ex_table .p_ex_table td {
    text-align: right;
}
@media screen and (max-width:750px) {
	.ex_table {
        padding: calc(20 * 100vw / 750) calc(30 * 100vw / 750);
		background: #fff;
    }
	.ex_table.-w350 {
        max-width: 100%;
    }
}

/* メールが届かない方へ /faq/mail.html
-------------------------------------------*/
#y_mail .y_box{
	padding: 20px 10px;
    background-color: #FFFFCC;
    margin:20px 0;
    text-align: center;
    border: #CCCCCC solid 1px;
}
#y_mail .y_box p + p{
	margin-top: 20px;
}
#y_mail .y_box .btn_g-radius {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
}
#y_mail .y_kakunin_ttl {
    color: #fff;
    text-align: center;
    background: #162f65;
    padding: 15px 10px;
    margin-bottom: 30px;
}
#y_mail .box_chk p + p {
    margin-top: 10px;
}
/* -----yahooメール 設定方法---- */
#y_navi dt{
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}
#y_navi dd:not(:last-child) {
    margin-bottom: 30px;
}
#y_navi .y_cap_no {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #162f65;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    flex-shrink: 0;
}
#y_navi dd img {
    width: 100%;
    height: auto;
}
/* -----メール回数のご案内---- */
.box_send {
	margin-bottom:10px;
}
.box_send p {
	display:table-cell;
	vertical-align:middle;
}
.box_send_l {
	width:230px;
	color:#FFFFFF;
	text-align:center;
	background-color: #003366;
	padding: 15px 0;
}
.box_send_r {
	padding-left: 20px;
	width: 640px;
}
@media screen and (max-width:750px) {
	#y_mail .y_box {
		padding: calc(35 * 100vw / 750) calc(18 * 100vw / 750);
		margin: calc(35 * 100vw / 750) 0;
		border-width: calc(2 * 100vw / 750);
	}
	#y_mail .y_box p + p {
		margin-top: calc(35 * 100vw / 750);
	}
	#y_mail .y_box .btn_g-radius {
		max-width: calc(875 * 100vw / 750);
	}
	#y_mail .y_kakunin_ttl {
		padding: calc(26 * 100vw / 750) calc(18 * 100vw / 750);
		margin-bottom: calc(53 * 100vw / 750);
	}
    #y_mail .box_chk p + p {
        margin-top: calc(20 * 100vw / 750);
    }
	#y_navi dt {
		margin-bottom: calc(18 * 100vw / 750);
	}
	#y_navi dd:not(:last-child) {
		margin-bottom: calc(53 * 100vw / 750);
	}
	#y_navi .y_cap_no {
		width: calc(44 * 100vw / 750);
		height: calc(44 * 100vw / 750);
		line-height: calc(44 * 100vw / 750);
		margin-right: calc(18 * 100vw / 750);
	}
    .box_send p {
        display: block;
    }
	.box_send {
		margin-bottom: calc(40 * 100vw / 750);
	}
	.box_send_l {
        width: 100%;
        padding: calc(5 * 100vw / 750) calc(15 * 100vw / 750);
        margin-bottom: 20px;
        text-align: left;
		box-sizing: border-box;
    }
	.box_send_r {
        padding-left: 0;
        width: 100%;
    }
}