@charset "UTF-8";


.inner{
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0;
}
#concept,#service,#merit,#campaign,#step,#voice,#question,.contact{
    border-bottom: solid 2px #252525;
}
h3{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.3rem;
    margin-bottom: 25px;
    text-align: center;
}
a{
    color: #003f7a;
    word-break: break-all;
}
p.copy{
    font-size: 20px;
    letter-spacing: 0.3rem;
    padding-top: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}
p.copy span{
    color: #967c3e;
}
.copy-small{
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.6;
}
.line-btn a{
    display: block;
    padding: 12px 10px;
    background: linear-gradient(#57c38d, #1f8f59);
    border: solid 1px #1f8f59;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.line-btn a:hover{
    background: #1f8f59;
}
.sub-ttl{
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.3rem;
    font-size: 1em;
    color: #967c3e;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}
.sub-ttl::before{
    content: '';
    background: url(../images/icn_sub_l.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}
.sub-ttl::after{
    content: '';
    background: url(../images/icn_sub_r.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
}

.sp-display{
    display: none;
}
#wrapper{
    overflow: hidden;
}


#top{
    border-top: 3px solid #252525;
    margin-bottom: 20px;
}
.top-inner{
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.main-inner{
    max-width: 980px;
    margin: 0 auto;
}
#top h1{
    position: absolute;
    left: 95px;
    top: 0;
    z-index: 2;
    max-width: 180px;
    height: auto;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.main h2{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 700px;
    height: 77px;
}
.main h2 img{
    width: 700px;
    height: auto;
}
#top .main-pointlist{
    text-align: center;
    margin: 25px 0;
}
#top .main-pointlist ul li{
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
}
#top .main-pointlist ul li:first-child{
    margin-left: 0;
}
#top .main-pointlist ul li span::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    position: relative;
    top: 2px;
}
#top .main-pointlist ul li:nth-child(1) span::before {
    width: 22px;
    height: 19px;
    background: url(../images/icn_balloon.png) no-repeat;
    background-size: cover;
}
#top .main-pointlist ul li:nth-child(2) span::before {
    width: 25px;
    height: 19px;
    background: url(../images/icn_move.png) no-repeat;
    background-size: cover;
}
#top .main-pointlist ul li:nth-child(3) span::before {
    width: 29px;
    height: 19px;
    background: url(../images/icn_consultation.png) no-repeat;
    background-size: cover;
}


nav{
    width: 100%;
    padding: 10px;
    border-top: 2px solid #252525;
    border-bottom: 2px solid #252525;
    background: #fff;
    overflow: hidden;
}
nav#js-g-nav{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 100;
    border-bottom: none;
    box-shadow:0px 3px 7px 0px #ccc;
}
nav ul{
    float: left;
    width: 75%;
    padding: 10px 0;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
nav ul li a{
    text-decoration: none;
    color: #003f7a;
    font-weight: bold;
}
nav ul li a:hover{
    opacity: 0.6;
    }

nav p.line-btn{
    float: right;
    width: 25%;
}

#concept{
    background: url(../images/bg_concept.jpg) no-repeat;
    background-size: cover cover;
    background-position: center;
    text-align: center;
}
.concept-box{
    display: inline-block;
    max-width: 890px;
    padding: 50px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
}
.concept-box p.copy{
    margin-bottom: 40px;
}
.concept-box .concept-txt p{
    line-height: 1.9;
    margin-bottom: 20px;
}


#service{
    text-align: center;
}
#service ul li{
    float: left;
    width: calc(33% - 11px);
    margin-right: 20px;
    border: solid 1px #252525;
    box-shadow:0px 3px 8px 1px #ccc;
}
#service ul li:last-child{
    margin-right: 0;
}
#service ul li > p{
    padding: 20px;
    font-size: 20px;
    line-height: 1.6;
    background: #ede3c8;
}
#service ul li p.service-link{
    background: #003f7a;
    padding: 15px;
}
#service ul li p.service-link a{
    color: #fff;
    font-size: 16px;
}
#service ul li p.service-link a:hover{
    text-decoration: none;
}
#service ul li p.service-link a > span::after{
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    vertical-align: middle;
}

#merit ul li{
    padding: 20px;
    background: #fff;
    border: solid 1px #003f7a;
    box-shadow:0px 3px 8px 1px #ccc;
    margin-bottom: 20px;
    max-width: 100%;
    letter-spacing: -.4em;
}
#merit ul li > p{
    display: inline-block;
    vertical-align: top;
    width: calc(30% - 20px);
    margin-right: 20px;
    letter-spacing: normal;
}
#merit ul li .merit-txt{
    display: inline-block;
    max-width: 70%;
    letter-spacing: normal;
}
#merit ul li .merit-txt > span{
    font-family: 'Playfair Display', serif;
    padding: 10px 45px;
    background: #003f7a;
    color: #fff;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1rem;
}
#merit ul li .merit-txt dl{
    margin-top: 20px;
    padding-left: 45px;
}
#merit ul li .merit-txt dl dt{
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    margin-bottom: 20px;
}
#merit ul li .merit-txt dl dt > span{
    display: block;
    }
#merit ul li .merit-txt dl dd{
    line-height: 1.6;
}
#merit p.copy{
    text-align: center;
    padding: 20px;
    border: solid 2px #003f7a;
}
#merit p.copy > span{
    color: #003f7a;
    font-weight: bold;
}

#campaign .inner > span{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
#campaign span > img{
    max-width: 220px;
}
#campaign h3{
    margin-bottom: 50px;
}
#campaign .campaign-box{
    margin-bottom: 20px;
}

#campaign .campaign-box > p{
    float: left;
    width: 30%;
}
#campaign .campaign-box .campaign-txt{
    float: left;
    margin-left: 50px;
    width: calc(70% - 50px);
}
#campaign .campaign-box .campaign-txt p + p{
    line-height: 1.6;
}
#campaign .detail-box{
    position: relative;
    border: solid #003f7a 1px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}
#campaign .detail-box::after{
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 70px 0 70px;
    border-color: #003f7a transparent transparent transparent;
    margin-left: -70px;
}
#campaign .detail-box span.sub-ttl{
    font-size: 20px;
    margin-bottom: 25px;
}
#campaign .detail-box .detail-box-list{
    display: inline-block;
    text-align: left;
    line-height: 1.6;
}
#campaign .detail-box .detail-box-list > ul li{
    list-style: disc inside;
    text-indent: -20px;
    padding-left: 20px;
}
span.attention,
#campaign .detail-box .detail-box-list > ul.attention{
    margin-top: 20px;
}
span.attention,
#campaign .detail-box ul.attention li{
    font-size: 13px;
    list-style: none;
    text-indent: 0;
    padding-left: 0;
    line-height: 1.4;
    display: block;
}
span.attention::before,
#campaign .detail-box ul.attention li::before{
    content: "\00203b";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
#campaign .price-box{
    border: solid #967c3e 2px;
    padding: 5px;
    text-align: center;
}
#campaign .price-box p{
    border: solid #967c3e 1px;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 0.3rem;
    line-height: 1.6;
}
#campaign .price-box span {
    color: #967c3e;
}
#campaign .price-box strong{
    color: #c90000;
}


.contact{
    text-align: center;
    background: url(../images/bg_contact.jpg) no-repeat;
    background-position: center;
}
.contact p{
    color: #252525;
    margin-bottom: 15px;
    text-align: left;
}
.contact .line-detail{
    background: url(../images/line_qr.png) no-repeat #fff;
    background-position: left 10px center;
    background-size: 175px;
    display: inline-block;
    padding: 30px 30px 15px 200px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,.4);
}
.contact .line-detail > p{
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 20px;
}
.contact .line-detail ul li{
    text-align: left;
}
.contact .line-detail ul li p{
    font-size: 16px;
    line-height: 1.6;
}
.contact .line-detail ul li > span{
    font-family: 'Playfair Display', serif;
    display: inline-block;
    padding: 3px 10px;
    background: #003f7a;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: .1em;
}


.step-box{
    background: url(../images/bg_step.png) no-repeat;
    background-size: 162px;
    background-position: top 40px left 47%;
}
.customer-step{
    float: left;
    width: 44%;
    text-align: center;
}
.adviser-step{
    float: right;
    width: 44%;
    text-align: center;
}
.customer-step > p,
.adviser-step > p{
    display: inline-block;
    position: relative;
    padding: 10px 50px;
    color: #fff;
    margin-bottom: 10px;
}
.customer-step > p{
    background: #967c3e;
}
.adviser-step > p{
    background: #003f7a;
}
.customer-step > p::after,
.adviser-step > p::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px;
}
.customer-step > p::after{
    border-top-color: #967c3e;
}
.adviser-step > p::after {
    border-top-color: #003f7a;
}
.customer-step ul,
.adviser-step ul{
    padding: 10px;
    text-align: left;
    position: relative;
}
.customer-step ul li,
.adviser-step ul li{
    margin-bottom: 15px;
}
.customer-step ul li dl,
.adviser-step ul li dl{
    padding: 15px;
    position: relative;
    background: #fff;
}
.customer-step ul li dl::after,
.adviser-step ul li dl::after{
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-top: -10px;
}
.customer-step ul li dl::after{
    left: 100%;
    border-left-color: #967c3e;
}
.adviser-step ul li dl::after{
    right: 100%;
    border-right-color: #003f7a;
}
.customer-step ul li dl dt,
.adviser-step ul li dl dt{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0 10px 10px 10px;
    line-height: 1.4;
}
.customer-step ul li dl dd,
.adviser-step ul li dl dd{
    padding: 0 10px;
    line-height: 1.6;
}
.customer-step ul li dl{
    border: #967c3e solid 1px;
}
.adviser-step ul li dl{
    border: #003f7a solid 1px;
}
.customer-step ul li dl dt{
    border-bottom: #967c3e solid 1px;
}
.adviser-step ul li dl dt{
    border-bottom: #003f7a solid 1px;
}
.customer-step ul li:nth-child(2){
    margin-bottom: 555px;
}
.adviser-step ul li:nth-child(1){
    margin-top: 275px;
}

#voice .slider-card{
    overflow: hidden;
}
#voice .slider-card ul li{
    display: inline-block;
    width: calc(50% - 10px);
    padding: 30px;
    position: relative;
}
#voice .slider-card ul li > div{
    padding: 30px;
    border: solid #003f7a 1px;
    min-height: 395px;
}
#voice .slider-card ul li div > span{
    position: absolute;
    left: 15px;
    top: 10px;
    padding: 10px 45px;
    background: #003f7a;
    color: #fff;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1rem;
}
#voice .slider-card p{
    line-height: 1.6;
}

.qa{
    margin-top: 50px;
}
.qa ul li{
    border: solid 1px #967c3e;
    margin-bottom: 20px;
}
.qa ul li:last-child{
    margin-bottom: 0;
}
.qa ul li dt,
.qa ul li dd{
    display: table;
    width: 100%;
    line-height: 1.6;
    cursor: pointer;
}
.qa ul li dl dd{
    display: none
}
.qa ul li dl dt > span.ttl,
.qa ul li dl dd > span.ttl{
    font-family: 'Playfair Display', serif;
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    color: #967c3e;
    background: #ede3c8;
    border-right: solid #967c3e 1px;
    width: 70px;
    text-align: center;
}
.qa ul li dl dt > span.ttl{
    padding: 20px;
}
.qa ul li dl dd > span.ttl{
    padding: 20px 20px 40px;
}
.qa ul li dl dt > span+span,
.qa ul li dl dd > span+span{
    display: table-cell;
    vertical-align: middle;
}
.qa ul li dl dd > span+span{
    padding: 0 30px 20px;
}
.qa ul li dl dt > span+span{
    padding: 20px 50px 20px 30px;
    font-weight: bold;
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.08%2015.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231c2e42%3B%7D.cls-2%7Bfill%3A%23003f7a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.42%2C15.9H6.67V9.21H0V6.48H6.67V0H9.42V6.48h6.66V9.21H9.42Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M9.42%2C15.9H6.67V9.21H0V6.48H6.67V0H9.42V6.48h6.66V9.21H9.42Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 20px center;
    background-size: 20px;
}
.qa ul li dl.open dt > span+span{
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.5%203.16%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231c2e42%3B%7D.cls-2%7Bfill%3A%23003f7a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0A21.91%2C21.91%2C0%2C0%2C0%2C3.69.16H15.81A22%2C22%2C0%2C0%2C0%2C19.5%2C0V3.16a25.83%2C25.83%2C0%2C0%2C0-3.71-.11H3.71A25.83%2C25.83%2C0%2C0%2C0%2C0%2C3.16Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M0%2C0A21.91%2C21.91%2C0%2C0%2C0%2C3.69.16H15.81A22%2C22%2C0%2C0%2C0%2C19.5%2C0V3.16a25.83%2C25.83%2C0%2C0%2C0-3.71-.11H3.71A25.83%2C25.83%2C0%2C0%2C0%2C0%2C3.16Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 20px center;
    background-size: 20px;
}



footer {
    background: #252525;
    text-align: center;
}
footer ul{
    margin-bottom: 20px;
}
footer ul li{
    display: inline-block;
    margin-right: 20px;
}

footer ul li a{
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover{
    opacity: 0.6;
}
footer ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
footer small{
    color: #fff;
}



#modal-main {
    display: none;
    width: 500px;
    margin: 0;
    padding-top: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.32%2013.32%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231c2e42%3B%7D.cls-2%7Bfill%3A%23003f7a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2%2C13.32%2C0%2C11.37%2C4.73%2C6.64%2C0%2C1.93%2C2%2C0%2C6.66%2C4.71%2C11.24.13l1.95%2C2L8.61%2C6.66l4.71%2C4.71L11.39%2C13.3%2C6.68%2C8.59Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M2%2C13.32%2C0%2C11.37%2C4.73%2C6.64%2C0%2C1.93%2C2%2C0%2C6.66%2C4.71%2C11.24.13l1.95%2C2L8.61%2C6.66l4.71%2C4.71L11.39%2C13.3%2C6.68%2C8.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat #fff;
    background-position: right 20px top 20px;
    background-size: 20px;
    color: #666666;
    position:fixed;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}
#modal-main p.copy{
    letter-spacing: 0;
}
#modal-main p img{
    width: 200px;
}
#modal-main p > small{
    display: block;
    background: #003f7a;
    padding: 20px;
    color: #fff;
}
#modal-bg {
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index: 9998;
}


h4{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.3rem;
    margin-bottom: 25px;
    text-align: center;
}
.footer-banner ul{
    text-align: center;
}
.footer-banner ul li{
    display: inline-block;
    margin-bottom: 20px;
    width: calc(33% - 10px);
    margin-right: 10px;
    vertical-align: top;
}
.footer-banner ul li:last-child{
    margin-right: 0;
}
.footer-banner ul li a > img{
    width: 100%;
    margin-bottom: 10px;
}
.footer-banner ul li p{
    font-size: 13px;
    text-align: left;
}


@media screen and (min-width: 769px){
    body {
        min-width: 1060px;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px){
    .pc-display{
        display: none;
    }
    .sp-display{
        display: block;
    }
  #concept,#service,#merit,#campaign,#step,#question,.contact{
        padding: 0 20px;
    }
    #top h1 {
        position: fixed;
        max-width: 150px;
        z-index: 9999;
        padding: 7px 10px 5px;
        left: 0;
        background: none;
    }
    p.copy {
        font-size: 18px;
    }
    nav{
        padding: 0;
        border-top: none;
        border-bottom: 2px solid #252525;
    }
    nav ul li a:hover{
        opacity: 1;
    }
    #top {
        border-bottom: 2px solid #252525;
        padding-bottom: 10px;
        margin-bottom: 0;
        margin-top: 47px;
        border-top: 0;
    }
    #top .main-pointlist {
        text-align: center;
        margin: 0;
    }
    .main-pointlist h2{
        font-size: 30px;
        font-weight: normal;
        letter-spacing: 0.3rem;
        border-bottom: 1px dashed #252525;
        padding-bottom: 15px;
        margin: 15px 10px 10px;
    }
    .main-pointlist h2 > span{
        color: #003f7a;
    }
    .main-pointlist h2 > span + span{
        color: #967c3e;
    }
    #service ul{
        text-align: center;
    }
    #service ul li {
        float: none;
        width: auto;
        max-width: 450px;
        margin: 20px auto;
    }
    #service ul li > span{
        display: block;
    }
    #service ul li > span img{
        width: 100vw;
    }
    #service ul li:last-child {
        margin-right: auto;
    }
    #merit ul li .merit-txt dl{
        padding-left: 0;
    }
    #merit ul li .merit-txt dl dt {
        font-size: 18px;
    }
    #campaign .campaign-box {
        text-align: center;
    }
    #campaign .campaign-box > p {
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    #campaign .campaign-box .campaign-txt {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    #campaign .price-box p{
        font-size: 18px;
    }
    #step .sp-display > p{
        margin-bottom: 30px;
        font-size: 18px;
        display: inline-block;
        margin-right: 20px;
    }
    #step .sp-display > p span{
        padding-left: 60px;
        background: url(../images/icn_customer.png) no-repeat left center;
        background-size: 50px;
    }
    #step .sp-display > p+p span{
        background: url(../images/icn_adviser.png) no-repeat left center;
        background-size: 50px;
    }
    #step .sp-step-box li{
        display: block;
        position: relative;
        margin-bottom: 25px;
        background: #fff;
        padding: 30px 20px 20px;
        line-height: 1.6;
    }
    #step .sp-step-box li:last-child{
        margin-bottom: 0;
    }
    #step .sp-step-box li.customer{
        border: #967c3e solid 1px;
    }
    #step .sp-step-box li.adviser{
        border: #003f7a solid 1px;
    }
    #step .sp-step-box li::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 25px 40px;
        margin-left: -40px;
    }
    #step .sp-step-box li.customer::after{
        border-top-color: #967c3e;
    }
    #step .sp-step-box li:last-child::after{
        border: none;
    }
    #step .sp-step-box li.adviser::after {
        border-top-color: #003f7a;
    }
    #step .sp-step-box li dl dt{
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: bold;
        padding: 0 10px 10px 0;
        font-size: 16px;
    }
    #step .sp-step-box li.customer dl dt{
        border-bottom: #967c3e solid 1px;
    }
    #step .sp-step-box li.adviser dl dt{
        border-bottom: #003f7a solid 1px;
    }
    #step .sp-step-box li dt > span{
        padding: 3px 10px;
        color: #fff;
        margin-right: 20px;
        font-weight: normal;
        font-size: 16px;
        position: absolute;
        top: -12px;
        left: -8px;
        letter-spacing: 0.1rem;
    }
    #step .sp-step-box li.customer dt > span{
        background: #967c3e;
    }
    #step .sp-step-box li.adviser dt > span{
        background: #003f7a;
    }
    #step .sp-step-box li dl dd{
        padding: 0 10px;
    }
    .contact .line-detail{
        background: #fff;
        padding: 30px 30px 15px;
    }
    .contact .line-detail > p{
        text-align: center;
    }
}

@media screen and (max-width: 480px){
    body{
        font-size: 14px;
    }
    #concept, #service, #merit, #campaign, #step, #question, .contact {
        padding: 0 10px;
    }
    .inner {
        padding: 40px 0;
    }
    #top .main-pointlist ul{
        margin: 0 10px;
        overflow-x: auto;
        white-space: nowrap;
    }
    #top .main-pointlist ul li {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
    }
    #top .main-pointlist h2 {
        font-size: 18px;
        letter-spacing: 0.1rem;
    }
    #top .main-pointlist ul li span::before {
        top: 0px;
    }
    #top .main-pointlist ul li:nth-child(1) span::before {
        width: 19px;
        height: 18px;
        background-size: 18px;
    }
    #top .main-pointlist ul li:nth-child(2) span::before {
        width: 22px;
        height: 17px;
        background-size: 21px;
    }
    #top .main-pointlist ul li:nth-child(3) span::before {
        width: 24px;
        height: 18px;
        background-size: 24px;
    }
    #top .main-pointlist ul li span::before{
        margin-right: 5px;
    }
    .line-btn a {
        padding: 10px;
        font-size: 16px;
    }
    .contact .line-detail {
        padding: 20px 20px 5px;
    }
    .concept-box {
        padding: 30px 10px;
    }
    .sub-ttl{
        margin-bottom: 20px;
    }
    .sub-ttl::before {
        background-size: 53px;
        width: 55px;
        height: 13px;
        margin-right: 12px;
    }
    .sub-ttl::after {
        background-size: 53px;
        width: 55px;
        height: 13px;
        margin-left: 12px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 20px;
        letter-spacing: 0.1rem;
    }
    p.copy{
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.1rem;
    }
    .copy-small {
        margin-bottom: 30px;
    }
    .concept-box p.copy {
        margin-bottom: 20px;
    }
    .concept-box .concept-txt p {
        line-height: 1.6;
        margin-bottom: 15px;
    }
    #service ul li:last-child {
        margin-bottom: 0;
    }
    #merit ul li{
        text-align: center;
        padding: 15px;
    }
    #merit ul li > p {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 19px;
        max-width: 320px;
    }
    #merit ul li .merit-txt {
        display: block;
        max-width: 100%;
    }
    #merit ul li .merit-txt dl dt {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.1rem;
    }
    #merit ul li .merit-txt dl dt > span{
        display: inline;
    }
    #merit p.copy{
        margin-bottom: 0;
        padding: 15px;
    }
    #campaign .inner > span{
        margin-bottom: 25px;
    }
    #campaign h3 {
        margin-bottom: 20px;
        letter-spacing: 0.1rem;
    }
    #campaign .detail-box span.sub-ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #campaign .price-box p {
        font-size: 16px;
        letter-spacing: 0.1rem;
        line-height: 1.4;
        padding: 15px;
    }
    #step .sp-display > p {
        margin-bottom: 6px;
        font-size: 14px;
        display: block;
        margin-right: 0;
    }
    #step .sp-display > p+p {
        margin-bottom: 35px;
    }
    #step .sp-step-box li{
        padding: 30px 15px 15px;
        line-height: 1.4;
    }
    #step .sp-step-box li dl dt {
        margin-bottom: 15px;
    }
    #step .sp-step-box li dt > span{
        font-size: 14px;
        top: -9px;
    }
    #step .sp-step-box li dl dd {
        padding: 0;
    }
    #voice .slider-card ul li > div{
        padding: 20px;
        min-height: auto;
    }
    #voice .slider-card ul li{
        padding: 30px 20px 0;
    }
    #voice p.copy{
        font-weight: bold;
    }
    #voice .swiper-button-next,
    #voice .swiper-button-prev {
        width: 16px;
        height: 30px;
        background-size: 20px 30px;
    }
    #voice .slider-card ul li div > span{
        left: 10px;
    }
    .qa {
        margin-top: 30px;
    }
    .qa ul li {
        margin-bottom: 10px;
    }
    .qa ul li dl dt > span+span {
        padding: 15px 50px 15px 15px;
    }
    .qa ul li dl dd > span+span {
        padding: 0 15px 20px;
    }
    .footer-banner ul li{
        display: block;
        width: auto;
        max-width: 100%;
        margin-right: 0;
        padding: 0 10px;
    }
    footer ul li {
        margin-right: 5px;
        margin-bottom: 10px;
    }
    footer ul li a{
        font-size: 13px;
    }
}