@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/title_pc.webp");}

#title {
    background-image: url("../img/title_pc.webp");
}
#title span {
    background-color: #4972b0;
}
.title_tx h2 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 3.5em;
}

.anc_navi {
    margin-bottom: 3em;
}
.anc_navi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.5em;
}
.anc_navi ul li {
    width: 32%;
    margin-bottom: 0.5em;
}
.anc_navi ul li a {
    display: block;
    color: #2ea5de;
    line-height: 1;
    padding: 1em;
    border-bottom: 1px solid #2ea5de;
    background-image: url("../../img/arr_anc.png");
    background-repeat: no-repeat;
    background-size: auto 0.5em;
    background-position: right center;
    transition: all 0.3s;
}
.anc_navi ul li a:hover {
    opacity: 0.6;
}

.img1_box {
    width: 100%;
    max-width: 800px;
    padding-top: 1em;
    margin: 0 auto 3em;
}
.img1_box img {
    width: 100%;
}

.faq li {
    position: relative;
    margin-bottom: 2em;
}
.faq li h3 {
    position: relative;
    font-size: 1.16em;
    line-height: 1.5;
    display: flex;
    justify-content:flex-start;
    align-items: stretch;
    color: #fff;
    background-color: #4972b0;
    padding: 0.5em 2.5em 0.5em 1em;
    transition: all 0.3s;
}
.faq li h3:hover {
    opacity: 0.7;
    cursor: pointer;
}
.faq li h3 strong {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.faq li h3 span:first-child {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
    display:inline-block;
    margin-right: 0.2em;
}
.faq li h3 span:last-child {
    width: 0.8em;
    height: 0.8em;
    background: url("../../img/arr_down.png") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.faq li h3.active span:last-child {
    width: 0.8em;
    height: 0.8em;
    background: url("../../img/arr_up.png") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.faq li section {
    display: none;
}
.faq li p {
    line-height: 1.7;
    margin-left: 1em;
    padding: 1em 0 2em;
    display: flex;
    justify-content:flex-start;
    align-items: baseline;
    border-bottom: 1px solid #4972b0;
}
.faq li p span {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
    display:inline-block;
    margin-right: 0.2em;
    color: #c10d23;
}
.faq li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
#page_header{background-image: url("../img/title_sp.webp");}
#title {
    background-image: url("../img/title_sp.webp");
}
.title_tx h2 {
    font-size: 9vw;
}

.anc_navi {
    margin-bottom: 3em;
}
.anc_navi ul li {
    width: 100%;
}

.img1_box {
    padding-top: 0;
    margin: 0 auto 1.5em;
}

.faq li {
    margin-bottom: 1.5em;
}
.faq li h3 {
    font-size: 1em;
}

}
