@charset "UTF-8";

html{
    position: relative;
}

.o-footer{
    position: static;
}

.p-campaigncontentsbody_inner .a-text {
  font-size: 14px;
}

ul, li {
  list-style: none;
}
img{
    height: auto!important;
}
.sp{
    display: none!important;
}

@media (max-width: 769px) {
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
}


h1{
    margin: 0;
}
h2{
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h1 img{
    width: 1000px;
    display: block;
    margin: 75px auto;
}
.main p{
    font-size: 26px;
    margin: 0 auto 85px;
    line-height: 1.8;
    text-align: center;
}
.mail{
    position: relative;
}
.mail a{
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    width: 770px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
}
.mail img{
    width: 770px;
    margin: 0 auto 100px;
    display: block;
}
.con{
    margin-bottom: 90px;
}
.con2{
    margin-bottom: 250px;
}
.con img{
    width: 850px;
    display: block;
    margin: 0 auto;
}
.con h2{
    margin: 0;
}
.con h2 img{
    width: 850px;
    display: block;
    margin: 0 auto;
}
.sec_con{
    width: 850px;
    background-color: #DBF0FF;
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
}
.sec_con h3{
    font-size: 29px;
    font-weight: 500;
    line-height: 1.6;
    padding: 50px 0 75px;
    margin: 0;
}
.sec_con p{
    font-size: 16px;
    margin-bottom: 45px;
}
.sec_con img{
    width: 808px;
    display: block;
    margin: 0 auto;
}
.sec_conlink_box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sec_conlink{
    display: inline-block;
    text-align: center;
    margin: 50px auto 40px;
    font-size: 33px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #000;
}
.sec_conlink_box .sec_conlink{
    margin: 50px auto 110px;
}
.sec02_img01 img{
    width: 770px;
    margin-bottom: 25px;
}
.sec02_img02 img{
    width: 770px;
    margin-bottom: 60px;
}
.about{
    width: 850px;
    margin: 0 auto 140px;
}
.note{
    width: 850px;
    margin: 0 auto 120px;
}
.about h2,.note h2{
    margin-bottom: 45px;
}
.about h2 img,.note h2 img{
    width: 850px;
}
.about ul,.note ul{
    width: 750px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #4B4B4B;
}
.about ul li,.note ul li{
    margin-bottom: 12px;
}
.note ul{
    margin-bottom: 110px;
}
.about h3{
    width: 750px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 50px;
    padding-bottom: 30px;
    border-bottom: solid 1px #6E6E6E;
}
.faq h3,.note h3{
    width: 750px;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    margin: 0 auto;
    padding-bottom: 30px;
    text-decoration: underline;
}
.faq_link{
    width: 540px!important;
    display: block;
    margin: 0 auto 25px;
}
.faq h3 a,.note h3 a{
    color: #000000;
}
.purple{
    color: #46539F;
}
.faq{
    width: 850px;
    margin: 0 auto 130px;
}
.faq img{
    width: 850px;
    }
.faq_con{
    width: 750px;
    background-color: #FFF;
    padding: 50px 0 0;
    margin: 0 auto;
}
.faq_qa{
    margin-bottom: 50px;
    border-bottom: 1px solid #6E6E6E;
}
.faq_qa_2{
    padding-bottom: 0;
    border-bottom: 0px solid #6E6E6E;
}
.faq_q{
    border: solid 2px #06378A;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.faq_q p{
    color: #06378A;
    font-size: 20px;
    font-weight: 600;
}
.faq_q img{
    width: 50px;
    height: 100%!important;
    margin-right: 20px;
    border-right: 2px solid #06378A;
    padding-right: 15px;
}
.faq_a{
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 2;
    display: flex;
    margin-bottom: 30px;
}
.faq_a_link{
    color: #180BE4;
    text-decoration:underline;
}
.faq_a_link:hover{
    color: #06378A;
    text-decoration:underline;
}
.faq_a p{
    font-size: 16px;
    line-height: 1.8;
    color: #4B4B4B;
    margin-bottom: 5px;
}
.faq_a a p{
    color: #180BE4;
}
.faq_a img{
    width: 51px;
    height: 100%!important;
    margin-right: 20px;
    border-right: 2px solid #06378A;
    padding-right: 18px;
}





@media screen and (max-width: 768px) {
    h1{
    margin: 0;
    }
    h1 img{
        width: 92vw;
        display: block;
        margin: 10vw auto;
    }
    .main p{
        font-size: 4vw;
        margin: 0 auto 10vw;
        line-height: 1.8;
        text-align: center;
    }
    .mail{
        position: relative;
    }
    .mail a{
        position: absolute;
        top: 48vw;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
        width: 85vw;
        font-size: 4vw;
        text-align: center;
        text-decoration: underline;
    }
    .mail img{
        width: 85vw;
        margin: 0 auto 14vw;
        display: block;
    }
    .con{
        margin-bottom: 11.719vw;
    }
    .con2{
        margin-bottom: 15vw;
    }
    .con img{
        width: 92vw;
        display: block;
        margin: 0 auto;
    }
    .con h2{
        margin: 0;
    }
    .con h2 img{
        width: 92vw;
        display: block;
        margin: 0 auto;
    }
    .sec_con{
        width: 92vw;
        background-color: #DBF0FF;
        padding-bottom: 3.5vw;
        margin: 0 auto;
        text-align: center;
    }
    .sec_con h3{
        font-size: 3.8vw;
        font-weight: 500;
        line-height: 1.6;
        padding: 6vw 0;
        margin: 0;
    }
    .sec_con p{
        font-size: 3vw;
        margin: 0 auto 5vw;
        text-align: left;
        width: 80vw;
    }
    .sec_con img{
        width: 85vw;
        display: block;
        margin: 0 auto;
    }
    .sec_conlink{
        display: inline-block;
        margin: 6vw auto 5vw;
        font-size: 4.55vw;
        font-weight: 600;
        color: #000;
        border-bottom: 2px solid #000;
    }
    .sec_conlink_box .sec_conlink{
        margin: 0 auto 20vw;
    }
    .sec02_img01 img{
        width: 81vw;
        margin-bottom: 4vw;
    }
    .sec02_img02 img{
        width: 81vw;
        margin-bottom: 5vw;
    }
    .about{
        width: 92vw;
        margin: 0 auto 15vw;
    }
    .note{
        width: 92vw;
        margin: 0 auto 10vw;
    }
    .about h2,.note h2{
        margin-bottom: 6vw;
    }
    .about h2 img,.note h2 img{
        width: 92vw;
    }
    .about ul,.note ul{
        width: 85vw;
        margin: 0 auto;
        font-size: 3.5vw;
        line-height: 1.8;
        color: #4B4B4B;
    }
    .about ul li,.note ul li{
        margin-bottom: 2vw;
    }
    .note ul{
        margin-bottom: 9vw;
    }
    .about h3{
        width: 85vw;
        text-align: center;
        font-size: 3.8vw;
        font-weight: 600;
        margin: 0 auto 8vw;
        padding-bottom: 5vw;
        border-bottom: solid 1px #6E6E6E;
    }
    .faq h3,.note h3{
        width: 92vw;
        text-align: center;
        font-size: 4.5vw;
        font-weight: 600;
        margin: 0 auto;
        padding-bottom: 3.906vw;
        text-decoration: underline;
    }
    .faq_link{
        width: 80vw!important;
        display: block;
        margin: 0 auto 25px;
    }
    .faq h3 a,.note h3 a{
        color: #000000;
    }
    .purple{
        color: #46539F;
    }
    .faq{
        width: 92vw;
        margin: 0 auto 10vw;
    }
    .faq img{
        width: 92vw;
        }
    .faq{
        padding-bottom: 0;
    }

    .faq_bar_sp{
        width: 100vw;
    }

    .faq_con{
        width: 88vw;
        background-color: #FFF;
        padding: 8vw 0;
    }

    .faq_qa{
        margin-bottom: 7vw;
        border-bottom: 1px solid #6E6E6E;
    }

    .faq_qa_2{
    padding-bottom: 0;
    border-bottom: 0px solid #6E6E6E;
    }

    .faq_q{
        border: solid 3px #06378A;
        padding: 3.5vw;
        border-radius: 15px;
        font-size: 4vw;
        display: flex;
        margin-bottom: 0vw;
    }

    .faq_q p{
        color: #06378A;
        font-weight: 600;
        font-size: 4vw;
        line-height: 1.3;
    }

    .faq_q img{
        width: 10vw;
        height: 8vw;
        margin-right: 3vw;
        border-right: 2px solid #06378A;
        padding-right: 2vw;
    }

    .faq_a{
        padding: 4.5vw 4vw 0;
        border-radius: 10px;
        font-size: 3.5vw;
        display: flex;
        margin-bottom: 5vw;
    }

    .faq_a p{
        font-size: 3.5vw;
        line-height: 1.5;
        color: #4B4B4B;
        margin-bottom: 3.5vw;
    }

    .faq_a img{
        width: 10vw;
        height: 8vw;
        margin-right: 3vw;
        border-right: 2px solid #06378A;
        padding-right: 2vw;
    }

}

.marker{
  background: linear-gradient(transparent 40%, #FFED62 40%);
}


.inquiry{
    background-color: #EEF1F6;
    width: 850px;
    margin: 0 auto 70px;
    padding: 25px 70px 30px;
}
.inquiry h2{
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 5px;
}
.inquiry p{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .inquiry{
        background-color: #EEF1F6;
        width: 92vw;
        margin: 0 auto 15vw;
        padding: 5vw 8vw 7vw;
    }
    .inquiry h2{
        font-size: 3.8vw;
        font-weight: 400;
        border-bottom: 1px solid #000;
        text-align: center;
        margin-bottom: 5vw;
        padding-bottom: 3vw;
    }
    .inquiry p{
        font-size: 3.8vw;
        font-weight: 400;
        text-align: left;
        line-height: 1.8;
    }
    .inquiry p span{
        padding-left: 2vw;
    }
}