/* メールフォーム */




/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#mailform .strength-hello::after{
    content: "";
    background: url(../img/title/mailform-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#mailform .ttl_area{
    width: 45%;
}
#mailform .ttl_area h1 span{
    display: block;
}

@media(max-width:1194px){
    #mailform .strength-hello::after{
        background: url(../img/title/mailform-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 75%;
    }
    #mailform .ttl_area{
        width: 45%;
    }
}
@media (max-width:768px) {
    #mailform .strength-hello::after{
        height: 78%;
        top: 70px;
    }
    #mailform .ttl_area{
        width: 45%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    #mailform .strength-hello::after{
        height: 40vw;
        display: none;
    }
    #mailform .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    #mailform .ttl_area{
        width: 100%;
        text-align: center;
    }
}




#mailform h2.mailform_ttl{
    background-color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    border-left:none;
    padding: 0;
    font-weight: unset;
}
#mailform .mailform-info{
    margin-bottom: 30px;
    line-height: 2;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#mailform .mailform_notes{
    background-color: #fff4dc;
    padding: 5px 20px;
}
#mailform .mailform_notes p{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#mailform table{
    border: 1px solid #d9dae7 !important;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#mailform table th{
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    font-size: 18px;
    background: url(../img/office/office-list-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: inherit;
    padding: 0 5%;
}
#mailform table .annotation{
    background-color: #ce6c56;
    font-size: 14px;
    padding: 0 8px;
    margin-top: -4px;
}
#mailform table td{
    background-color: #fff;
    padding: 30px;
}
#mailform table input[type="text"], #mailform table input[type="tel"], #mailform table input[type="number"], #mailform table input[type="email"], #mailform table input[type="fax"] {
    margin: 0 auto;
    box-shadow: none;
    background-color: #ededef;
    padding-left: 10px;
    height: 40px;
    border: none;
}
#mailform table input::placeholder{
    font-size: 16px;
    color: #595959;
}
#mailform .submit-box input[type="submit"], #mailform .submit-box input[type="button"]{
    width: 500px;
    height: 90px;
    border-radius: 100px;
    border: 0;
    background-color: #ce6c56;
    color: #fff;
    font-size: 24px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-weight: bold;
}
#mailform .submit-box{
    position: relative;
    margin: 60px auto;
    font-size: 24px;
    width: 500px;
}
#mailform .submit-box::after{
    content: "";
    background: url(../img/arrow_right_wh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    top:50%;
    right: 3em;
    transform: translateY(-50%);
}
#mailform #mail{
    margin-top: 10px;
}
#mailform textarea{
    height: 200px !important;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    resize: unset;
}
#mailform .term2{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#mailform td .contact{
    font-size: 18px !important;
    width: 140px !important;
}
#mailform #mail, #mailform #tel {
    width: calc(100% - 150px) !important;
}
#mailform .term2{
    font-size: 18px !important;
    padding: 20px !important;
}
@media (max-width:768px) {
    #mailform h2.mailform_ttl{
        font-size: 28px;
    }
    #mailform .submit-box input[type="submit"], #mailform .submit-box input[type="button"]{
        width: 400px;
        height: 80px;
        font-size: 20px;
    }
    #mailform .submit-box{
        margin: 40px auto;
        font-size: 20px;
        width: 400px;
    }
    #mailform table th{
        padding: 2% 5%;
        font-size: 16px;
    }
    #mailform table td{
        padding: 4% 5%;
    }
    #mailform textarea{
        height: 160px !important;
    }
    #mailform td .contact{
        font-size: 16px !important;
        width: 120px !important;
    }
    #mailform #mail, #mailform #tel {
        width: calc(100% - 130px) !important;
    }
    #mailform .term2{
        font-size: 16px !important;
        padding: 15px !important;
    }
}
@media (max-width:480px) {
    #mailform h2.mailform_ttl{
        font-size: 24px;
        margin-bottom: 25px;
    }
    #lower .article_wrap .mailform_notes p{
        display: block;
    }
    #mailform .submit-box input[type="submit"], #mailform .submit-box input[type="button"]{
        width: 100%;
        height: 60px;
        font-size: 18px;
    }
    #mailform .submit-box{
        margin: 40px auto;
        font-size: 18px;
        width: 100%;
    }
    #mailform .submit-box::after{
        right: 25px;
    }
}

