@font-face
{
    font-family: syhtBlod;
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}

@font-face
{
    font-family: syhtRegular;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

body{
    background: #ffffff;
}

.colorblue{
    color: #0081cc !important;
}

.textwhite{
    color: #ffffff !important;
}

.imgBlockMain *{
    margin: 0px;
    display: block;
    width: 100%;
}


.margin-top-60{
    margin-top: 60px;
}

.title-has-line{
    border-bottom: 3px solid #e2e2e2;
    font-size: 24px;
    padding: 10px 0px;
    position: relative;
    margin: 40px 0px 20px;
    line-height: 1.8;
}

.title-has-line:after{
    content: ".";
    width: 100px;
    position: absolute;
    bottom: -3px;
    left: 0px;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    border-bottom: 3px solid #1178c1;
}

.title-has-line h3{
    display: inline-block;
}

#pageContent{
    margin-bottom: 40px;
}

#pageContent.pageDetail .title-has-line p{
    text-indent: 0px !important;
    color: #cccccc;
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#pageContent.pageDetail p{
    margin: 10px auto;
    line-height: 1.8;
    text-indent: 2em;
}

#pageContent.pageDetail p.tip-line{
    text-indent: 0;
    color: #1174bd;
}

#pageContent.pageDetail p.smtext{
    text-indent: 0;
    padding-left: 1em;
}

#pageContent.pageDetail img{
    /* width: 100%; */
}

.contactList{
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.contactList p{
    font-size: 14px;
    text-indent: 0 !important;
    margin: 5px 0 !important;
}

#contactList .inline img{
    margin: 10px 0px !important;
    display: inline;
}

.addressList{
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.addressList p{
    font-size: 14px;
    text-indent: 0 !important;
    margin: 5px 0 !important;
}

.addressList a{
    display: block;
    text-align: center;
    width: 50%;
    margin: 0px auto 10px;
    padding: 8px 50px;
    background-color: #f6f6f6;
    color: #1178c1;
    font-size: 14px;
    border-radius: 20px;
    overflow: hidden;
}

.addressList a:hover{
    background-color: #1178c1;
    color: #fff;
}

#pageContent .inline img{
    margin: 10px 0px !important;
    display: inline;
    width: auto;
}

:where(.wp-block-columns.is-layout-flex){
    gap: 0em;
}

.popBlock{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}

.contact-line{
    padding-left: 25px;
}

.has_tel{
    color: #1178c1;
    padding-left: 25px;
    background: url(../images/tel.png) left 6px no-repeat;
    background-size: 20px 20px;
}

.has_mail{
    color: #1178c1;
    padding-left: 25px;
    background: url(../images/mail.png) left 6px no-repeat;
    background-size: 20px 20px;
}

.w-1\/4 {
    width: 100%;
}

.newsBlock02 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    
  }

@media (min-width: 750px) {

    .newsBlock02{
        margin-left: -50px;
    }

    :where(.wp-block-columns.is-layout-flex){
        gap: 2em;
    }

    .addressList a{
        display: inline-block;
        width: auto;
        margin: 0px 0px;
        padding: 8px 30px;
        background-color: #f6f6f6;
        color: #1178c1;
        font-size: 14px;
        border-radius: 20px;
        overflow: hidden;
    }

    #pageContent.pageDetail p{
        margin: 40px auto;
    }

    #pageContent.pageDetail p.smtext{
        margin: 20px auto;
    }

    #pageContent.pageDetail p.tip-line{
        text-indent: 0;
        color: #1174bd;
        margin: 20px auto;
    }

    h3.title-has-line{
        border-bottom: 3px solid #e2e2e2;
        font-size: 36px;
        padding: 20px 0px;
        position: relative;
    }
    
    h3.title-has-line:after{
        content: ".";
        width: 200px;
        position: absolute;
        bottom: -3px;
        left: 0px;
        height: 0px;
        line-height: 0px;
        overflow: hidden;
        border-bottom: 3px solid #1178c1;
    }

    .addressList{
        padding-top: 0px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px;
    }

    .addressList p{
        font-size: 18px;
        text-indent: 0 !important;
        margin: 20px 0 !important;
    }

    .contactList{
        padding-top: 0px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px;
    }

    .contactList p{
        font-size: 18px;
        text-indent: 0 !important;
        margin: 20px 0 !important;
    }

    .w-1\/4 {
        width: 25%;
    }
}

#header a[href="#menu"] {
display: block;
}
.mm-wrapper--opened #header a[href="#menu"] {
display: none;
}
#header a[href="#page"] {
display: none;
}
.mm-wrapper--opened #header a[href="#page"] {
display: block;
}

.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom: 1; }
.clear{clear:both;}

.news-table{
    text-align: center;
}

.news-table tr td:first-child{
    width: 80px;
}

.has-text-align-center{
    text-indent: 0px !important;
}

  .color-red{color: #e9482f;}