@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.wrapper{
    max-width: 700px;
    overflow: hidden;
    margin: 0 auto;
}
p,
img{
    display: block;
}
p{
    font-weight: 500;
}
img{
    width: 100%;
    object-fit: contain;
}

/* header */
header{
    background-color: #fff;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}
header>img,
header>a{
    display: block;
    width: 48%;
}
/* header */

/* CTA */
.cta_area{
    background-color: #ff4800;
    padding: 20px;
    position: relative;
}
.cta_area a{
    position: absolute;
    display: block;
    width: 86%;
    left: 7%;
}
.cta_area .tel{
    bottom: 12%;
}
.cta_area.cta02 .tel{
    bottom: 26%;
}
.cta_area .mail{
    bottom: 9.5%;
}
/* CTA */

/* Price */
.price{
    padding-top: 20px;
    background-color: #eeeeee;
}
.price h2{
    width: 60%;
    margin: 0 auto 10px;
}
.anno{
    text-align: right!important;
    font-size: 10px!important;
    color: #444;
    margin-right: 10px;
}
.price h3{
    background: linear-gradient(to bottom, #005bb6 0%, #008bed 100%);
    color: #fff;
    padding: 3px 0 5px;
    text-align: center;
    margin: 20px 0;
}
.price_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}
.price_flex img{
    width: 49%;
    margin-bottom: 10px;
}
.taC{
    text-align: center;
}
.m01{
    margin: 15px auto;
}
.quotation{
    width: 96%;
    margin: 0 auto 15px;
}
/* Price */

/* Flow */
.flow{
    padding: 20px 0;
    background-color: #008bed;
}
.flow h2{
    width: 75%;
    margin: 0 auto 20px;
}
.flow_card{
    width: 96%;
    margin: 0 auto;
}
.flow_card img{
    margin-top: 10px;
}
/* Flow */

/* Message */
.message{
    background-color: #ffdacc;
}
.message h2{
    width: 86%;
    margin: 0 auto 20px;
}
.message p{
    font-size: 15px;
    line-height: 1.5;
    margin: 15px auto 0;
    width: 96%;
}
.message p+img{
    margin-top: 15px;
}
/* Message */

/* FAQ */
.faq{
    background-color: #eeeeee;
    padding-bottom: 20px;
}
.faq h2{
    text-align: center;
    font-size: 26px;
    font-weight: 900;
}
.faq_acc{
    width: 96%;
    margin: 20px auto;
}
.faq_ttl,
.faq_content{
    position: relative;
}
.faq_ttl>img,
.faq_content>img{
    position: absolute;
    width: 50px;
}
.faq_ttl{
    background-color: #008bed;
    border-radius: 10px;
    padding: 10px 0;
    min-height: 66px;
}
.faq_ttl::before,
.faq_ttl::after{
    content: '';
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 38%;
}
.faq_ttl.adj::before,
.faq_ttl.adj::after{
    top: 48%;
}
.faq_ttl::before{
    transform: rotate(90deg);
    transition: all 0.3s;
}
.faq_ttl.active::before{
    transform: rotate(0deg);
}
.faq_ttl p{
    color: #fff;
    font-weight: 800;
    margin-left: 40px;
    line-height: 1.3;
    font-size: 17px;
}
.faq_ttl.adj p{
    margin-top: 10px;
}
.faq_ttl>img{
    left: -5px;
    top: 7px;
}
.faq_content{
    padding: 10px;
    display: none;
}
.faq_content+.faq_ttl{
    margin-top: 10px;
}
.faq_content p{
    margin-left: 35px;
    font-size: 15px;
    text-align: justify;
}
.faq_content>.pay{
    position: static;
    width: 96%;
    margin: 20px auto 0;
}
/* FAQ */

/* Feature */
.feature{
    background-color: #76c6ff;
    padding-bottom: 20px;
}
.feature_card{
    margin: 70px auto 0;
    width: 96%;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px 15px 15px;
    position: relative;
}
.feature_card h3{
    width: 90%;
    position: absolute;
    top: -45px;
    left: 5%;
}
.feature_card h4{
    margin-top: 35px;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 3px solid #008bed;
}
.feature_card h4 span{
    color: #008bed;
}
.feature_card h4,
.feature_card p{
    margin-bottom: 15px;
}
.feature_card p{
    text-align: justify;
    font-size: 16px;
    line-height: 1.3;
}
.red{
    color: #f00000;
    font-weight: 800;
}
.fc_02-1{
    margin: 15px auto 0;
}
.fc_02-1+.anno{
    font-size: 12px;
    color: #999;
}
.fmt_01-1{
    width: 95%;
}
.fmt_01-2{
    width: 85%;
}
.fmt_01-3{
    width: 66%;
}
.fmt_02-1{
    width: 43%;
}
.fmt_02-2{
    width: 96%;
}
.fmt_03-1{
    width: 95%;
}
.fmt_03-2{
    width: 93%;
}
/* Feature */

/* Comparison */
.compare{
    background-color: #eeeeee;
    padding: 20px 0;
}
.compare_table{
    width: 96%;
    margin: 20px auto 10px;
}
/* Comparison */

/* Voice */
.voice{
    padding: 20px 0;
    background-color: #008bed;
}
.voice h2{
    width: 65%;
    margin: 0 auto 20px;
}
.voice .popup{
    background-color: #fff;
    padding-bottom: 3px;
    position: relative;
    color: #ff4800;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    border-radius: 5px;
}
.voice .popup::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 46%;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
}
.voice .popup+p{
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.voice_wrapper{
    margin-top: 20px;
}
.voice_child{
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    margin: 0 25px;
}
.voice_child h3{
    color: #008bed;
    text-align: center;
    font-weight: 900;
    margin: 10px auto 8px;
}
.voice_child h3+p{
    text-align: justify;
}
.voice_child .name{
    text-align: right;
}
.voice>p:last-child{
    color: #fff;
}
.voice .anno{
    text-align: right;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
}

.voice .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
}
.voice .slick-dots li.slick-active button:before{
    color: #fff;
    opacity: 1;
}
.voice .slick-prev,
.voice .slick-next{
    z-index: 2;
}
.voice .slick-prev{
    left: 2px;
}
.voice .slick-next{
    right: 2px;
}
.voice .slick-prev:before,
.voice .slick-next:before{
    font-family: "Noto Sans JP", sans-serif;
    opacity: 1;
    font-size: 16px;
}
.voice .slick-prev:before{
    content: '◀';
}
.voice .slick-next:before{
    content: '▶';
}
/* Voice */

/* Area */
.area{
    padding: 20px 0;
    background-color: #eeeeee;
}
.area h2{
    width: 70%;
    margin: 0 auto;
}
.area_map{
    width: 96%;
    margin: 20px auto;
}
/* Area */

/* Footer */
footer{
    background-color: #008bed;
    padding: 20px 0;
    margin-top: 40px;
}
footer p,
footer a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
footer>img:first-child{
    width: 55%;
    margin: 0 auto 10px;
}
footer .footer_flex01,
footer .footer_flex02{
    display: flex;
}
footer .footer_flex01{
    justify-content: center;
    align-items: center;
}
footer .footer_flex01 p:first-child{
    margin-right: 20px;
}
footer .privacy{
    margin: 20px auto;
    text-align: center;
}
footer .mail{
    display: block;
    width: 96%;
    margin: 0 auto;
}
footer .line{
    height: 1px;
    background-color: #fff;
    margin: 15px 0;
}
footer .line+p{
    margin-left: 20px;
}
footer .footer_flex02{
    width: 80%;
    margin: 10px auto 0;
    justify-content: space-between;
    align-items: flex-start;
}
/* Footer */

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 10000;
}
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.modal-container.active {
    opacity: 1;
    visibility: visible;
}
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -26px;
    right: -10px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.modal-content {
    width: 100%;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
@media screen and (min-width:768px) {
    .modal-container:before {
        height: 100%;
    }
    .modal-content {
        width: 50%;
        margin: 0 auto;
    }
    .modal-close {
        top: -26px;
        right: 244px;
        width: 40px;
        height: 40px;
        font-size: 55px;
        color: #fff;
        cursor: pointer;
    }
    
    .feature_card{
        margin-top: 100px;
    }
    .feature_card h3{
        top: -60px;
    }
    .feature_card{
        padding-top: 90px;
    }
    .feature_card h4 br{
        display: none;
    }
}

#privacy{
    max-width: 700px;
    margin: 0 auto;
}
#privacy h2 {
    margin: 0 auto 20px;
}

#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}

#privacy .inner dl {
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}

#privacy .inner dt {
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}

#privacy .inner dd {
    margin: 0 auto;
}

.wd70{
    width: 70% !important;
    margin: 10px auto;
}