article section{
    padding-bottom: 44px;
}
/* カテゴリトップ */
.categoryTop .pageTitle{
    background: url(../business/img/indexHeadImage.jpg) top center;
    background-size: cover;
}
.categoryTop .catch{
    color: #000099;
    font-size: 28px;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    line-height: 1;
}
.categoryTop .read{
    margin: 8px 0 32px 0;
    text-align: center;
    line-height: 1.5;
}
.pageTitle{
    background: url(img/headImage.jpg) top center;
    background-size: cover;
}
.sect1{
    padding-top: 48px;
    width: 74%;
    max-width: 800px;
    margin: 0 auto;
}
.sect1 p{
    padding-top: 8px;
    font-size: 16px;
    line-height: 2;
}
.formArea{
    margin-top: 8px;
}
.formArea dl{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}
.formArea dt{
    width: 130px;
    padding: 8px 0;
    font-weight: bold;
}
.formArea .MyMailForm_value{
    padding: 8px;
    display: block;
}
.formArea select{
    width: 585px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #f8f8f8;
}
.formArea input[type="text"]{
    box-sizing: border-box;
    width: 450px;
    background: #e9e9e9;
    border: none;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}
.formArea textarea{
    padding: 8px;
    width: 615px;
    height: 190px;
    box-sizing: border-box;
    background: #e9e9e9;
    border-radius: 4px;
    font-size: 14px;
}
.formArea .btmText{
    line-height: 1.5;
    margin-top: 12px;
    padding-left: 130px;
}
.formArea button{
    background: #003dc8;
    color: #fff;
    font-size: 22px;
    display: block;
    border: 0;
    padding: 8px 0;
    min-width: 273px;
    border-radius: 4px;
    cursor: pointer;
}
.formArea .btnList{
    width: 566px;
    margin: 20px auto 0;
}
.formArea .btnList::after{
    content: "";
    display: block;
    clear: both;
}
.formArea .btnCheck{
    margin: 0 auto;
}
.formArea .btnBack{
    float: left;
}
.formArea .btnSend{
    float: right;
}
.formArea .text-success,
.formArea .text-danger{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 108px;
}
input,textarea,select{
    font-size: 14px;
    font-family: "ヒラギノ角ゴ W3 JIS2004","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 1180px) {
    .formArea dt{
        width: 20%;
    }
    .formArea dd{
        width: 80%;
    }
    .formArea select{
        width: 100%;
    }
    .formArea input[type="text"]{
        width: 90%;
    }
    .formArea textarea{
        width: 100%;
        height: 100px;
    }

    .formArea button{
        font-size: 16px;
        min-width: 48%;
    }
    .formArea .btnList{
        width: 100%;
        margin: 20px auto 0;
    }
    .formArea .btnList::after{
        content: "";
        display: block;
        clear: both;
    }
    .formArea .btnCheck{
        margin: 0 auto;
    }
    .formArea .btnBack{
        float: left;
    }
    .formArea .btnSend{
        float: right;
    }
    .formArea .text-success,
    .formArea .text-danger{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 108px;
    }
    .formArea .btmText{
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .categoryTop .catch{
        color: #000099;
        font-size: 20px;
        text-align: center;
        font-family: "ヒラギノ角ゴ W6 JIS2004";
        line-height: 1.4;
    }
    .categoryTop .read{
        text-align: left;
    }
    .categoryTop .read span{
        font-size: 14px;
    }
    .sect1{
        width: 90%;
    }
    .sect1 p{
        margin-top: 8px;
        width: 100%;
        float: none;
    }
    .sect1 dl{
        margin-top: 24px;
        text-align: center;
        width: 100%;
        float: none;
    }
    .formArea dl{
        margin-top: 12px;
        display: block;
        text-align: left;
    }
    .formArea dt{
        width: 100%;
        text-align: left;
        padding: 8px 0;
        font-family: "ヒラギノ角ゴ W6 JIS2004";
    }
    .formArea dd{
        width: 100%;
    }
    .formArea .MyMailForm_value{
        padding: 0;
        display: block;
    }
}
