@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_side.png");
    background-repeat: no-repeat;
    background-size: auto 1em;
    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%;
}


.message_wrap{background-color: #4972b0;width: 100%;margin-bottom: 3em;}
.text_box{float: left;width: 54%;padding: 5%;box-sizing: border-box;color: #ffffff;}
.text_box p span{font-size: 1.4em;}
.voice_ttl{width: 70%;margin-top: 2em; margin-bottom: 3em;}
.message_img{float: right;width: 46%;}
.message_img img{object-fit: cover;width: 100%;height: 450px;}
.bg_blue{background-color: #4972b0;}
.ptb_m{padding: 3%;box-sizing: border-box;}
.bg_blue h3{font-size: 1.14em;margin-bottom: 0.2em;}
.post_contents h4{font-size: 1.4em;margin-bottom: 0.2em;color: #4972b0;font-weight: bold;margin-left: 1em;}
.question_box{margin-bottom: 3em;}
.post_contents h3 {
    font-size: 1.6em;
    line-height: 1;
    border-left: 7px solid #2ea5de;
    padding: 0.3em 0 0.3em 0.5em;
    margin-bottom: 1em;
	margin-top: 1.6em;
}
.post_contents p{
	margin-bottom:1em;margin-left: 1em;
}
@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;
}

.message_wrap{background-color: #4972b0;width: 100%;margin-bottom: 2em;}
.text_box{float: none;width: 100%;padding: 7%;box-sizing: border-box;color: #ffffff;}
.text_box p span{font-size: 1.4em;}
.voice_ttl{width: 70%;margin-top: 0em; margin-bottom: 1em;}
.message_img{float: none;width: 100%;}
.message_img img{object-fit: cover;width: 100%;height: 220px;}
.ptb_m{padding: 5%;box-sizing: border-box;}
	
.bg_blue h3{font-size: 1.0em;margin-bottom: 0.2em;}
.post_contents h4{font-size: 1.14em;margin-bottom: 0.2em;color: #4972b0;font-weight: bold;}
.question_box{margin-bottom: 3em;}
.post_contents h3 {
    font-size: 4.3vw;
    border-left: 5px solid #2ea5de;
}

}
