/* <=== vhcontacpg ===> */
.vhcontacpg .ctpadd{
    padding: 45px 0 80px;
}
/* <=== vhcontacpg ===> */

/* <=== tpcontacmm ===> */
.tpcontacmm{
    margin-bottom: 40px;
}
.tpcontacmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpcontacmm .mmgrip > div{
    padding: 0 5px;
}
.tpcontacmm .mmgrip .mcol{
    width: calc(100% - 42.308%);
}
.tpcontacmm .mmgrip .hcol{
    width: 42.308%;
}
.tpcontacmm .decss{
    height: 100%;
    padding: 30px 20px 30px;
    background-color: #274e91;
}
.tpcontacmm .decss, .tpcontacmm .decss a{
    color: #fff;
}
.tpcontacmm .dswrap{
    max-width: 580px;
    margin: 0 auto;
}
.tpcontacmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpcontacmm .dstitle, .tpcontacmm .dstitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpcontacmm .dsponsi{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.tpcontacmm .dsmapbd{
    display: flex;
    margin-bottom: 35px;
}
.tpcontacmm .dsmapbd a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
}
.tpcontacmm .dsmapbd a .micon{
    margin-right: 15px;
}
.tpcontacmm .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpcontacmm .ifgrip > div{
    padding: 0 10px;
    margin-bottom: 20px;
}
.tpcontacmm .ifgrip .xcol{
    width: 41.667%;
}
.tpcontacmm .ifgrip .ycol{
    width: calc(100% - 41.667%);
}
.itcontacmm .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.itcontacmm .vvgrip > div{
    padding: 0 7px;
}
.itcontacmm .vvgrip .acol{
    width: 59px;
}
.itcontacmm .vvgrip .bcol{
    width: calc(100% - 59px);
}
.itcontacmm .mdecs{
    font-weight: bold;
}
.itcontacmm .micon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
}
.itcontacmm .dnumb{
    font-size: 18px;
    line-height: 25px;
}
.tpcontacmm .thumb{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.tpcontacmm .thumb img{
    opacity: 0;
    width: 100%;
}
/* <=== tpcontacmm ===> */

/* <===== tpcontachh =====> */
.tpcontachh{
    margin-bottom: 40px;
    background-color: #f5f5f5;
    padding: 30px 20px 50px;
}
.tpcontachh .hhwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpcontachh .hhtitle{
    text-align: center;
    margin-bottom: 25px;
    color: #274e91;
}
.tpcontachh .hhtitle, .tpcontachh .hhtitle h2, .tpcontachh .hhtitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.itcotacthh{
    margin-bottom: 20px;
    padding: 30px;
    background-color: #ffffff;
}
.itcotacthh:last-child{
    margin-bottom: 0;
}
.itcotacthh .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itcotacthh .ctgrip > div{
    padding: 0 15px;
}
.itcotacthh .ctgrip .lcol{
    width: 30%;
}
.itcotacthh .ctgrip .rcol{
    width: 70%;
}
.itcotacthh .thumb{
    display: block;
    padding-top: 66.6667%;
    overflow: hidden;
    position: relative;
}
.itcotacthh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itcotacthh .dtitle{
    margin-bottom: 8px;
}
.itcotacthh .dtitle, .itcotacthh .dtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itcotacthh .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itcotacthh .dsgrip > div{
    padding: 0 10px;
    width: 50%;
}
.itcotacthh .dponsi{
    max-width: 330px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.itcotacthh .dmapbd{
    display: flex;
}
.itcotacthh .dmapbd a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.itcotacthh .dmapbd a i{
    margin-right: 15px;
}
.itcotacthh .dmapbd a:hover{
    background-color: #274e91;
    color: #fff;
}
.itcotacthh .dinfos li{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itcotacthh .dinfos li:last-child{
    margin-bottom: 0;
}
.itcotacthh .dinfos li .ticon{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #274e91;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
}
.itcotacthh .dinfos li .ttext{
    width: calc(100% - 45px);
    padding-left: 15px;
}
.itcotacthh .dinfos li .ttext .tm{
    font-size: 14px;
    line-height: 22px;
    color: #274e91;
    font-weight: bold;
    font-family: 'Noto Serif';
}
.itcotacthh .dinfos li .ttext .th{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
/* <===== tpcontachh =====> */

/* <===== tpcontacbb =====> */
.tpcontacbb{
    padding: 35px 20px 60px;
    background-color: #f4f4f4;
}
.tpcontacbb .hhwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpcontacbb .hhtitle{
    text-align: center;
    margin-bottom: 25px;
    color: #274e91;
}
.tpcontacbb .hhtitle, .tpcontacbb .hhtitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpcontacbb .hhcapts{
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
}
.tpcontacbb .frminputs{
    margin-bottom: 10px;
}
.tpcontacbb .frmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontacbb .frmgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpcontacbb .frmgroup{
    margin-bottom: 10px;
}
.tpcontacbb .frmgroup input, .tpcontacbb .frmgroup select{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.tpcontacbb .frmgroup input::-webkit-input-placeholder,
.tpcontacbb .frmgroup textarea::-webkit-input-placeholder {
    color: #666666;
}
.tpcontacbb .frmgroup input:-ms-input-placeholder,
.tpcontacbb .frmgroup textarea:-ms-input-placeholder {
    color: #666666;
}
.tpcontacbb .frmgroup input::placeholder,
.tpcontacbb .frmgroup textarea::placeholder {
    color: #666666;
}
.tpcontacbb .frmgroup textarea{
    width: 100%;
    height: 155px;
    padding: 10px 15px;
    border: none;
    background-color: #fff;
    resize: none;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
}
.tpcontacbb .frmchecks{
    text-align: center;
    margin-bottom: 20px;
}
.tpcontacbb .frmrecaps{
    margin-bottom: 20px;
    text-align: center;
}
/* <===== tpcontacbb =====> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhcontacpg ===> */
    .vhcontacpg .ctpadd{
        padding: 30px 0 0;
    }
    /* <=== vhcontacpg ===> */

    /* <=== tpcontacmm ===> */
    .tpcontacmm{
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .tpcontacmm .mmgrip .mcol{
        width: 100%;
    }
    .tpcontacmm .mmgrip .hcol{
        width: 100%;
    }
    .tpcontacmm .decss{
        padding: 25px 20px 20px;
    }
    .tpcontacmm .dswrap{
        max-width: 100%;
    }
    .tpcontacmm .dstitle, .tpcontacmm .dstitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpcontacmm .dsponsi{
        font-size: 15px;
        line-height: 25px;
    }
    .tpcontacmm .dsmapbd{
        margin-bottom: 30px;
    }
    .itcontacmm .dnumb{
        font-size: 16px;
    }
    /* <=== tpcontacmm ===> */

    /* <===== tpcontachh =====> */
    .tpcontachh{
        padding: 25px 20px 25px;
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .itcotacthh{
        padding: 20px 20px 25px;
        margin-bottom: 20px;
    }
    .itcotacthh .ctgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .itcotacthh .ctgrip .rcol{
        width: 100%;
    }
    .itcotacthh .dsgrip > div{
        width: 100%;
        margin-bottom: 25px;
    }
    .itcotacthh .dsgrip > div:last-child{
        margin-bottom: 0;
    }
    .itcotacthh .dinfos li{
        margin-bottom: 20px;
    }
    .itcotacthh .dinfos li .ttext .th{
        font-size: 16px;
        line-height: 24px;
    }
    .itcotacthh .dponsi{
        max-width: 100%;
        font-size: 15px;
        line-height: 25px;
    }
    .tpcontachh .hhtitle{
        margin-bottom: 20px;
    }
    .tpcontachh .hhtitle, .tpcontachh .hhtitle h2, .tpcontachh .hhtitle h3{
        font-size: 26px;
        line-height: 35px;
    }
    .itcotacthh .dtitle, .itcotacthh .dtitle h3{
        font-size: 22px;
        line-height: 34px;
    }
    /* <===== tpcontachh =====> */

    /* <===== tpcontacbb =====> */
    .tpcontacbb{
        margin: 0 -20px;
        margin-bottom: -40px;
    }
    .tpcontacbb{
        padding: 35px 20px 80px;
    }
    .tpcontacbb .hhtitle{
        margin-bottom: 15px;
    }
    .tpcontacbb .hhtitle, .tpcontacbb .hhtitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tpcontacbb .hhcapts{
        margin-bottom: 20px;
    }
    .tpcontacbb .frmgrip > div{
        width: 100%;
    }
    /* <===== tpcontacbb =====> */
}
@media all and (max-width: 767px){
    /* <=== tpcontacmm ===> */
    .tpcontacmm .ifgrip .xcol{
        width: 100%;
    }
    .tpcontacmm .ifgrip .ycol{
        width: 100%;
    }
    .tpcontacmm .dsmapbd a{
        width: 100%;
    }
    /* <=== tpcontacmm ===> */

    /* <===== tpcontachh =====> */
    .itcotacthh .dmapbd a{
        width: 100%;
    }
    /* <===== tpcontachh =====> */

    /* <===== tpcontacbb =====> */

    /* <===== tpcontacbb =====> */
}