@charset "utf-8";
.contact{
    width: 800px;
    margin: 0 auto 120px;
}
.contact_inner {
    width:100%;
    margin: 100px auto 0;
    background-color: #f7f7f7;
    padding: 40px 150px;
    text-align: center;
}
.contact_inner h4{
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    line-height: 0.8em;
    margin-bottom: 10px;
}
.contact_inner h4 span{
    margin-right: 10px;
    display:block;
}
.contact_inner .tel{
    font-size: 66px;
    font-weight: bold;
}

.contact_in p{
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 0px;
}
.contact_in .c_tel{
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    margin-bottom: 35px;
}

.contact_in h1 {
    position: relative;
    margin-top: 0px;
    line-height: 1em;
    display: inline-block;
}
.c_point{
    width: 515px;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;

}
.c_point img.sp_none{
    height: 50%;
    display: inline-block;
    margin-top: 17px;
}
.contact_in .h_small{
    margin-top: 20px;
    color: #232323;
}
.f_title{
    margin: 120px auto 80px;
    text-align: center;
}
.f_title h4{
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    line-height: 0.8em;
    margin-bottom: 5px;
    text-align: center;
}

.f_title p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
}

.f_point{
    margin-bottom: 66px;
}
.f_point p{
    display: inline-block;
    line-height: 1.5em;
}
.formTable dl,
.formTable dt,
.formTable dd{
    border: none;
}
.formTable dl:first-child dt,
.formTable dl:first-of-type dd{
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.formTable dt{
    font-size: 18px;
    font-weight: Medium;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}
.formTable dd{
    margin: 0;
    padding: 0;
    width: 800px;
}

.p_menu,
input,
textarea{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color:#f7f7f7;
}
.taC{
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 50px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}
.button{
    position: relative;
    width: 500px;
    background-color:#ac0b0b;
    color:#fff;
    /* padding: 20px 100px; */
    font-size: 16px;
    text-align: center;
    margin: 0 auto;

}
.button input{
    padding: 40px 160px;
    background-color:#ac0b0b;
}
.button:before{
    position: absolute; /* 矢印の位置を指定する */
    content: ""; /* 矢印のコンテンツ */
    top: 48%; /* 下部から配置の基準位置を決める */
    right: 170px; /* 右側から配置の基準位置を決める */
    width:0px; /* ボックスの横幅をなしに指定する */
    height:0px; /* ボックスの高さをなしに指定する */
    margin: -2px 0 0 0; /* ボックス外側の余白を指定する */
    border: 5px solid transparent; /* 矢印の境界線を透過する */
    border-top: 5px solid #fff; /* 矢印ボックス上部の境界線を実線で指定する */
    cursor: pointer; /* マウスカーソルの形を指定する */
    pointer-events: none; /* マウスイベントを制御する */
    transform: rotate(-90deg);
}

label {
    position: relative; /* 選択ボックスの位置指定 */
    display: block; /* ブロックレベル要素化にする */
    width: 100%; /* ボックスの高さを指定する */
    background: #f7f7f7; /* ボックスの背景色を指定する */
    }
label:before {
    position: absolute; /* 矢印の位置を指定する */
    content: ""; /* 矢印のコンテンツ */
    top: 50%; /* 下部から配置の基準位置を決める */
    right: 30px; /* 右側から配置の基準位置を決める */
    width:0px; /* ボックスの横幅をなしに指定する */
    height:0px; /* ボックスの高さをなしに指定する */
    margin: -2px 0 0 0; /* ボックス外側の余白を指定する */
    border: 5px solid transparent; /* 矢印の境界線を透過する */
    border-top: 5px solid #232323; /* 矢印ボックス上部の境界線を実線で指定する */
    cursor: pointer; /* マウスカーソルの形を指定する */
    pointer-events: none; /* マウスイベントを制御する */
}
.p_menu {
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
    display: block; /* ブロックレベル要素化する */
    width: 100%; /* ボックスの高さを指定する */
    /* padding: 10px 15px; ボックス内側の余白を指定する */
    color: #232323; /* フォントの色を指定 */
    border: none; /* 境界線をなしに指定する */
    border-radius: 5px; /* 角丸を指定する */
    background: transparent;/* 背景を透過指定する */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
    display: none;
}
textarea,
.p_menu,
input{
    padding-left: 1em;
}
.a_red{
    color:#ac0b0b;
}

/* sp */
@media screen and (max-width: 1024px) {
    .contact{
        max-width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .contact_inner {
        width:100%;
        margin:200px auto 0;
        background-color: #f7f7f7;
        padding: 40px 80px;
    }
    .c_point{
        width: 100%;
        margin: 0 auto;
    }
    .formTable dd{
        margin: 0;
        padding: 0;
        width: 800px;
    }
    .formTable dt{
        width: 100%;
    }
    .formTable dd{
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .p_menu,
    input,
    textarea{
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color:#f7f7f7;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .contact{
        padding-left: 40px;
        padding-right: 40px;
    }
    .contact_inner{
        margin-top: 160px;
    }
    .p_point{
        max-width: 100%;
    }
    .p_point h4 span{
        padding-right: 0;
    }
    .mianImg{
        padding-left: 4%;
        padding-right: 4%;
    }
    .contact_inner {
        width:100%;
        margin: 100px auto;
        background-color: #f7f7f7;
        padding: 50px 30px 40px;
    }
    .contact_inner .tel{
        margin-left: 15px;
        font-size: 64px;
        font-weight: bold;
        line-height: 1;
    }
    .contact_inner .tel a{
        color: #3f8bba;
    }
    .c_point{
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .c_point img {
        display: block;
        margin: 0;
    }
    .contact_in .h_small{
        margin-top: 10px;
        color: #232323;
        line-height: 1;
        font-size: 26px;
    }
    .f_title {
        margin: 160px auto 80px;
        text-align: center;
    }
    .f_title h4 {
        font-size: 28px;
        font-weight: bold;
        display: inline-block;
        line-height: 0.8em;
        margin-bottom: 5px;
        text-align: center;
    }
    .f_title p {
        line-height: 0.5em;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0px;
        text-align: center;
    }
    .button {
        position: relative;
        width: 100%;
        background-color: #ac0b0b;
        color: #fff;
        padding: 20px 100px;
        /* text-align: center; */
        margin: 0 auto;
    }
    .button:before{
        position: absolute; /* 矢印の位置を指定する */
        content: ""; /* 矢印のコンテンツ */
        top: 48%; /* 下部から配置の基準位置を決める */
        right: 90px; /* 右側から配置の基準位置を決める */
        width:0px; /* ボックスの横幅をなしに指定する */
        height:0px; /* ボックスの高さをなしに指定する */
        margin: -2px 0 0 0; /* ボックス外側の余白を指定する */
        border: 5px solid transparent; /* 矢印の境界線を透過する */
        border-top: 5px solid #fff; /* 矢印ボックス上部の境界線を実線で指定する */
        cursor: pointer; /* マウスカーソルの形を指定する */
        pointer-events: none; /* マウスイベントを制御する */
        transform: rotate(-90deg);
    }
    .formTable dd{
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .f_point p {
        display: inline-block;
        line-height: 1.5em;
        font-size: 26px;
    }
    ..f_point{
        margin-bottom: 60px;
    }
    .p_menu,
    input,
    textarea{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color:#f7f7f7;
        font-size: 26px;
    }
    .button{
        position: relative;
        width: 100%;
        background-color:#000;
        color:#fff;
        padding: 0px;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }
    .button input{
        width: 100%;
        margin: 0 auto;
        padding: 30px 100px 34px;
        margin: 0 auto;
        line-height: 1;
        font-size: 26px;
        background-color:#ac0b0b;
    }
    .button:before{
        position: absolute; /* 矢印の位置を指定する */
        content: ""; /* 矢印のコンテンツ */
        top: 48%; /* 下部から配置の基準位置を決める */
        right: 100px; /* 右側から配置の基準位置を決める */
        width:0px; /* ボックスの横幅をなしに指定する */
        height:0px; /* ボックスの高さをなしに指定する */
        margin: -2px 0 0 0; /* ボックス外側の余白を指定する */
        border: 5px solid transparent; /* 矢印の境界線を透過する */
        border-top: 5px solid #fff; /* 矢印ボックス上部の境界線を実線で指定する */
        cursor: pointer; /* マウスカーソルの形を指定する */
        pointer-events: none; /* マウスイベントを制御する */
        transform: rotate(-90deg);
    }
    .formTable dt {
        font-size: 26px;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .taC {
        margin-top: 80px;
        margin-bottom: 80px;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5em;
    }
    .contact_in h4,.f_title h4 {
        border-bottom: solid 1px #232323;
        font-size: 50px;
    }
    .contact_in .c_tel,.f_title p {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 30px
    }
}
