@charset "utf-8";
/* ----------------------------------------------------------------
    コンテンツ幅 フル
----------------------------------------------------------------- */
.contentsInr{width:auto;padding:0px;}
/* ----------------------------------------------------------------
    コンテンツ幅 950px
----------------------------------------------------------------- */
.contentsInr .contentsUnit{padding:0 10px;}
@media all and (min-width:740px){
.contentsInr .contentsUnit{width:950px;padding:0px;margin:0 auto;}
}
.simpleHeader{
    position: relative;
    box-sizing: content-box;
}
.simpleHeader  * {
    box-sizing: content-box;
}
.simpleHeader .simpleHeaderWrap{
    margin: 0 10px;
}
.simpleHeader .logoWrap{
    width: 209px;
    padding: 18px 0;
    line-height: 1;
}
@media (min-width: 740px){
    .simpleHeader{
        height: 62px;
        border-bottom: 1px solid #a6a6a6;
    }
    .simpleHeader .simpleHeaderWrap{
        width: 950px;
        margin: 0 auto;
    }
    .simpleHeader .logoWrap{
        width: 381px;
        position: absolute;
        top: 13px;
        padding: 0;
    }
}
.heroimgWrap.typeImg.heroimgWrap-titleImg.slide_1pages .mainHeading{
    top: 37%;
}
.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
    width: 100%;
}
@media (min-width: 740px){
    .heroimgWrap.typeImg.heroimgWrap-titleImg.slide_1pages .mainHeading{
        top: 50%;
    }
    .heroimgWrap.typeImg.heroimgWrap-titleImg.slide_1pages .mainTtl{
        width: calc(499 / 1920 * 100vw);
    }
}
/* ----------------------------------------------------------------
    formWrap
----------------------------------------------------------------- */
.formWrap + .formWrap {
    margin-top: 16px;
}
/* ----------------------------------------------------------------
    formSelect
----------------------------------------------------------------- */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
    
::-ms-expand {
    display: none;
}
    
.formSelect {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: 46px;
    margin: auto;
}
.formSelect::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 20px;
    z-index: 1;
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
    transform: rotate(135deg);
    pointer-events: none;
}
.formSelect select {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
}
.formSelect select:disabled {
    background: #F8F8F8;
}
.formSelect--full {
    max-width: auto;
    min-width: 100%;
}
.formSelect.is-required select {
    background: #FDF5F5;
}
.formSelect.is-active::after {
    bottom: 17px;
    transform: rotate(-45deg);
}
.formSelect.is-error select {
    padding: 0 11px;
    background: #FDF5F5;
    border: 2px solid #c00;
}
.formSelect + .formSelect {
    margin-top: 16px;
}
    
@media screen and (min-width: 767.5px) {
    .formSelect + .formSelect {
    margin-top: 0;
    margin-left: 10px;
    }
}
/* ----------------------------------------------------------------
    disabled
----------------------------------------------------------------- */
.is-disabled .btn{
    background-color: #DEDEDE !important;
    cursor: auto !important;
    color: #000 !important;
}
.is-disabled .btn:hover{
    text-decoration: none !important;
}
.is-disabled .btn:focus{
    outline: 0 !important;
}
