@charset "UTF-8";
/*---------------------
common
---------------------*/
.serif {
    font-family: 'Noto Serif JP', sans-serif;
}
h2 span.serif {
    font-weight: 600;
    letter-spacing: 2px;
}
h3 span.serif {
    font-weight: 600;
    letter-spacing: 2px;
}


.copyright {
    opacity: 0.6;
}
@media screen and (max-width: 414px) {
    footer .row {
    display: block;
    width: 100%;
}
    footer .row {
        margin-bottom: 10px;
    }
    footer .foot_tel a {
        display: flex;
        text-align: center;
        margin: 10px auto 0;
        width: 100%;
    }
    footer .copyright p {
       text-align: left;
        letter-spacing: 0;
        font-size: 75%;
    }
}
/*---------------------
toppage
---------------------*/
.online p a.txt {
    display: inline;
    text-decoration: underline;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 16px;
    color: black;
    background: none;
}
#about .table .left {
    width: 20%;
    text-align: center;
    letter-spacing: 2px;
}
@media screen and (max-width: 414px) {
    .main {
        padding-top: 165px;
    }
    .main .inner {
        width: 100%;
    } 
    .main .inner .txt {
        width: 100%;
        text-align: center;
    } 
    .main .txt .catch {
       margin-bottom: 10px;
    }
    .main h1 {

    }
    section#service {
        padding-top: 10px;
    }
    #about .table,     #about .table .row .left p {
        text-align: center;
    }
    #about .table .left {
        width: 100%;
        text-align: center;
    }
    #about .table .row .left {
        display: block;
        align-items: center;
    }
}

/*---------------------
contact
---------------------*/

.ttlbox1 {
    background: #005d95;
}
.ttlbox1 .ttlbox1_inner .ttl {
    line-height: 0.8;
    font-size: 30px;
    margin-bottom: 0;
}
.ttlbox1 h1.ttl .txt {
    margin-top: 25px;
    display: block;
    font-size: 16px;
}
.ttlbox1 .inner {
   padding: 0;
}
#contactpage footer .row .txt h2 {  
    font-size: 1.5em;
}
#contactpage p.thankstxt {
    margin-bottom: 160px;
}
@media screen and (max-width: 414px) {
    .ttlbox1 {
        height: auto;
        padding: 20px 0;
    }
    .ttlbox1 .inner {
        padding: 0;
    }
    .ttlbox1 .ttlbox1_inner .ttl {
        line-height: 1.4;
        font-size: 22px;
    }
    .ttlbox1 h1.ttl .txt {
        margin-top: 5px;
        line-height: 1.4;
    } 
    .leadtxtbox p {
        text-align: left;
        line-height: 1.8;
        margin-bottom: 40px;
    }
    #contactpage .ttl1 {
        font-size: 24px;
        background: none;
        margin: 0 0 5px;
    }
    #contactpage footer .inner {
        padding: 0;
    }
    #contactpage footer .row .txt h2 {
        font-size: 20px;
        font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bold;
    }
}
/* modal */
.modalWrapper .subttl {
    color: #005d95;
}
.modalBox .name {
    border-left: 5px solid  #005d95;
}







