@charset "utf-8";


input,textarea {
    border: none;
}
input:focus,textarea:focus { outline: none;}

.input_text{
    border: 1px solid #DDD;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #EEE;
}
.input_text:focus{
    border:1px solid #00698C;
    background: #FFF;
}

textarea {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo , sans-serif;
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #DDD;
    color:#828c9a;
    width:100%;
}
select option{
    background-color: #fff;
    color: #333;
    border: 1px solid #CCC!important;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
    color:#fff;
}
.select-wrap.select-primary > select{
    background:#0084B4;
    color:#fff;
    border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
    color: transparent; 
    text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
    color:#fff;
}
.select-wrap.select-inverse > select{
    color:#fff;
    border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
    color: transparent; 
    text-shadow: 0 0 0 #fff;
}
.cont_menu {
    overflow: hidden!important;
}
.list_value input {
    float: left;
    width: 60%;
    margin-right: 5%;
}
.list_value select {
    float: left;
    width: 35%;
}

@media screen and (min-width: 741px) {
    .cont_contact {
        padding: 60px 0;
    }
    .contact_txt {
        margin-bottom: 40px;
    }
    #form .radio {
        margin-right: 15px;
    }
    #form .radio input {
        position: relative;
        top: -3px;
    }
    #form dl {
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
    }
    #form dt {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 30%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    #form dd {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        margin-bottom: 20px;
    }
    #form dd p {
        overflow: hidden;
        padding-bottom: 5px;
    }
    .submit_bx {
        text-align: center;
        margin-bottom: 60px;
    }
    .submit_bx ul {
        display: inline-block;
    }
    .submit_bx li {
        float: left;
    }
    #submit_btn {
        width: 180px;
        border: 1px solid #00698C;
        background: #FFF;
        color: #00698C;
        padding: 10px 15px;
        cursor:pointer;
        font-size: 14px;
        margin: 0 10px;
    }
    #submit_btn:hover {
        background-color: #00698C;
        color: #fff;
        transition: all 0.5s;
    }
    .list_value {
        position: relative;
    }
    .list_value:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }
}


@media screen and (max-width: 741px) {
    .contact_txt {
        width: 86%;
        margin: 0 auto;
        margin-bottom: 40px;
        font-size: 14px;
    }
    #form .radio {
        margin-right: 15px;
        display: block;
        margin-bottom: 5px;
    }
    #form .radio input {
        position: relative;
        top: -3px;
    }
    #form dl {
        width: 100%;
        margin-bottom: 10px;
    }
    #form dt {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 5px;
    }
    #form dd {
        vertical-align: middle;
        width: 100%;
        margin-bottom: 20px;
    }
    #form dd p {
        overflow: hidden;
        padding-bottom: 5px;
    }
    .submit_bx {
        text-align: center;
        margin-bottom: 60px;
    }
    .submit_bx ul {
        display: inline-block;
    }
    .submit_bx li {
        float: left;
    }
    #submit_btn {
        width: 140px;
        background-color: #00698C;
        color: #fff;
        padding: 10px 15px;
        cursor:pointer;
        font-size: 14px;
        margin: 0 10px;
    }
    #submit_btn:hover {
        background-color: #00698C;
        color: #fff;
        transition: all 0.5s;
    }
}
#form_select {
    padding-top: 80px;
    width: 400px;
    margin: 0 auto;
}
.select_txt {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}
.inquiry_h3 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #81D4CB;
    font-weight: normal;
    font-size: 24px;
}
.select_btn {
    width: 160px;
    height: 40px;
    margin: 0 auto;
}
.contact {
    float: left;
}
.regist {
    float: right;
}
.select_btn a {
    display: inline-block;
    font-size: 16px;
    width: 160px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
}
.select_btn a::before,
.select_btn a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.select_btn a,
.select_btn a::before,
.select_btn a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.select_btn a {
    border: 2px solid #81D4CB;
    color: #81D4CB;
}
.select_btn a:hover {
    background-color: #FFC926;
    border: 2px solid #FFC926;
    color: #fff;
}
.required {
    margin-right: 10px;
    text-align: center;
    padding: 1px 3px;
    height: 20px;
    color: #FFF;
    font-size: 11px;
    background-color: #B20000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.error_messe {
    padding-bottom: 20px;
    color: #B20000;
}
#formWrap h4 {
    padding-bottom: 40px;
    text-align: left;
}
.inq_h3 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 40px;
}
.formTable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
.formTable th {
    text-align: right;
    width: 25%;
}
.formTable th,
.formTable td {
    padding: 10px 20px;
    border-bottom: 1px solid #EEE;
}