@charset "UTF-8";

h1.page_ttl {
	padding: 30px 0 50px;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #aa9609;
	font-family: "Noto Sans JP", sans-serif;
}

h1.page_ttl img {
	display: block;
	margin: 0 auto 15px;
}

h2,
h3,
dt,
dd,
ul,
li,
p {
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 741px) {
	div.logo img {
		width: 12%;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}

	div.logo span {
		font-size: 16px;
		color: #aa9609;
		vertical-align: middle;
	}

}

@media screen and (max-width: 740px) {
	div.logo img {
		width: 50%;
		vertical-align: middle;
		margin: 0 20px 10px 0;
	}

	div.logo span {
		font-size: 13px;
		color: #aa9609;
		vertical-align: middle;
		display: block;
	}

}

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

	h1.page_ttl {
		padding: 7% 0 10%;
		font-size: 2rem;
	}

	h1.page_ttl img {
		width: 55px;
	}
}


@media screen and (min-width:741px) {
    .faq_box {
        width: 860px;
        margin: 70px auto 60px;
    }

    .faq_box h2 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 100%;
		font-weight: bold;
    }

    .faq_box dl {
        width: 100%;
        margin-bottom: 70px
    }
	.faq_box dl:last-child {
		margin-bottom: 0;
	}

    .faq_box dt {
        font-size: 17px;
        background-color: #aa9609;
        padding: 22px 20px;
        border-radius: 4px;
        margin-bottom: 8px;
        cursor: pointer;
		font-weight: bold;
		color: #fff;
		position: relative;
    }
	.faq_box dt:last-of-type {
		margin-bottom: 0;
	}
	.faq_box dt::before {
		content: "Q.";
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		font-size: 25px;
        font-weight: 500;
		margin-right: 10px;
	}
	.faq_box dt::after {
		content: "";
		background-image: url(../img/plus.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		right: 20px;
		top: 36%;
		width: 20px;
		height: 20px;
	}
	.faq_box dt.open::after {
		background-image: url(../img/minus.png);
	}

    .faq_box dd {
        padding: 22px 20px 25px 60px;
        font-size: 14px;
        line-height: 180%;
        margin-top: 0;
        margin-bottom: 10px;
        display: none;
		position: relative;
    }
	.faq_box dd::before {
		content: "A.";
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		font-size: 25px;
        font-weight: 500;
		margin-right: 10px;
		color: #aa9609;
		left: 20px;
        position: absolute;
	}

    .tel {
        pointer-events: none;
        text-decoration: none !important
    }

    .faq_box dd a {
        text-decoration: underline
    }
		.faq_box.notice h3 {
		font-size: 16px;
        line-height: 180%;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.faq_box.notice p,
	.faq_box.notice ul li {
		font-size: 14px;
        line-height: 180%;
	}
	.faq_box_intro {
		margin-bottom: 20px;
	}
	.faq_box.notice .faq_box_list {
		margin-bottom: 15px;
	}
	.faq_box.notice .faq_box_list:last-child {
		margin-bottom: 0;
	}
	.faq_box.notice .faq_box_list li {
		list-style: none;
		position: relative;
		padding-left: 1.1em;
		margin-bottom: 10px;
	}
	.faq_box.notice .faq_box_list li.strong {
		font-weight: bold;
	}
	.faq_box.notice .faq_box_list li:last-child {
		margin-bottom: 0;
	}
	.faq_box.notice .faq_box_list li::before {
		content: "";
		width: 6px;
		height: 6px;
		background-color: #aa9609;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 10px;
	}
	.faq_box.notice .faq_box_list li .strong {
		font-weight: bold;
	}
}

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

    .faq_box {
        width: 90%;
        margin: 45px auto 40px;
    }

    .faq_box h2 {
        font-size: 14px;
        margin-top: 0;
		font-weight: bold;
        margin-bottom: 10px;
        line-height: 100%
    }

    .faq_box dl {
        width: 100%;
        margin-bottom: 45px;
    }
	.faq_box dl:last-child {
		margin-bottom: 0;
	}

    .faq_box dt {
        font-size: 13px;
        background-color: #aa9609;
        padding: 12px 35px 12px 40px;
        border-radius: 4px;
        margin-bottom: 5px;
		line-height: 1.4;
		color: #fff;
		position: relative;
    }
	.faq_box dt:last-of-type {
		margin-bottom: 0;
	}
	.faq_box dt::before {
		content: "Q.";
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
        font-weight: 500;
		margin-right: 10px;
		position: absolute;
		left: 15px;
		top: 9px;
	}
	.faq_box dt::after {
		content: "";
		background-image: url(../img/plus.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		right: 15px;
		top: 36%;
		width: 14px;
		height: 14px;
	}
	.faq_box dt.open::after {
		background-image: url(../img/minus.png);
	}

    .faq_box dd {
        padding: 15px 15px 15px 40px;
        font-size: 13px;
        line-height: 180%;
        margin-bottom: 10px;
        display: none;
		position: relative;
    }
	.faq_box dd::before {
		content: "A.";
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
        font-weight: 500;
		margin-right: 10px;
		color: #aa9609;
		left: 15px;
		top: 15px;
        position: absolute;
	}

    .faq_box dd a {
        text-decoration: underline
    }
	.faq_box.notice h3 {
		font-size: 14px;
		font-weight: bold;
        margin-bottom: 10px;
        line-height: 100%
	}
	.faq_box.notice p,
	.faq_box.notice ul li {
		font-size: 13px;
        line-height: 150%;
	}
	.faq_box_intro {
		margin-bottom: 15px;
	}
	.faq_box.notice .faq_box_list {
		margin-bottom: 15px;
	}
	.faq_box.notice .faq_box_list:last-child {
		margin-bottom: 0;
	}
	.faq_box.notice .faq_box_list li {
		list-style: none;
		position: relative;
		padding-left: 1.1em;
		margin-bottom: 10px;
	}
	.faq_box.notice .faq_box_list li.strong {
		font-weight: bold;
	}
	.faq_box.notice .faq_box_list li:last-child {
		margin-bottom: 0;
	}
	.faq_box.notice .faq_box_list li::before {
		content: "";
		width: 5px;
		height: 5px;
		background-color: #aa9609;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.faq_box.notice .faq_box_list li .strong {
		font-weight: bold;
	}
}