@charset "utf-8";
/***************************
common
***************************/




body {
    min-width: 1220px;
}



/*********************
フォーム共通
******************/

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select {
    display: inline-block;
    border: 1px solid #b4b4b4;
    height: 60px;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    padding: .5em .6em;
    background: #fff
}

input[type=file] {
    width: 90%
}

input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 20px;
    display: none
}

.checkbox,
.radio {
    box-sizing: border-box;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 12px 12px 12px 40px;
    vertical-align: middle;
    cursor: pointer;
    width: 100%
}

.checkbox.disabled {
    opacity: .4;
    cursor: context-menu
}

.checkbox.disabled:hover {
    background: 0 0
}

.checkbox.disabled:hover:after {
    border-color: #bbb
}

.radio:after {
    border-radius: 50%;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    left: 10px;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #b4b4b4;
    background: #fff
}

.checkbox:after,
.radio:after,
.radio:before {
    position: absolute;
    top: 50%;
    display: block;
    content: ''
}

.checkbox:after {
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    left: 10px;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #b4b4b4;
    background: #fff;
    border-radius: 4px
}

.radio:before {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    left: 15px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eb1212;
    opacity: 0;
    z-index: 99
}

input[type=checkbox]:checked+.checkbox:before,
input[type=radio]:checked+.radio:before {
    opacity: 1
}

.checkbox:before {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #eb1212;
    border-bottom: 3px solid #eb1212;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99
}

.checkbox:hover:after,
.radio:hover:after {
    background: #e8f5fc!important;
    border: 2px solid #006
}

.formBox input[type=email]:focus,
.formBox input[type=number]:focus,
.formBox input[type=password]:focus,
.formBox input[type=tel]:focus,
.formBox input[type=text]:focus,
.formBox select:focus {
    background: #e8f5fc!important;
    border: 2px solid #006
}
/*****************************
フォーム
*****************************/


.formBox {
    width: 800px;
    margin: 0 auto
}




.formBox table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    background: #fff
}

.formBox table tr {
    border-bottom: 1px solid #ccc
}

.formBox table tr:last-child {
    border-bottom: none
}
.formBox .is_doui table tr:last-child {
    border-bottom: 1px solid #ccc
}
/*.formBox table.doui_table tr:last-child {
    border-bottom: 1px solid #ccc
}*/

.formBox table td,
.formBox table th {
    border-spacing: 12px 2px;
    vertical-align: middle;
    font-size: 20px;
    display: block
}

.formBox table th {
    width: 50%;
    font-weight: 700;
    padding: 30px 70px 20px 10px;
    line-height: 1.1
}
.formBox table.doui_table th {
    width: 100%;
}

.formBox table td {
    width: 100%;
    padding: 5px 0 30px 10px
}
.formBox table.doui_table td {
    width: auto;
    padding: 5px 0 30px 10px;
    display: inline-block
}
.formBox table.doui_table td:nth-child(even) {
    width: 78%;
}
.formBox table.doui_table td:nth-child(odd) {
    width: 21%;
    vertical-align:top;
}

.formBox textarea {
    width: 95%;
    height: 120px;
    padding: .5em .6em;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    line-height: 1.4
}

.formBox input[type=email],
.formBox input[type=number],
.formBox input[type=password],
.formBox input[type=tel],
.formBox input[type=text],
.formBox select {
    display: inline-block;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 1em;
    background: #fff;
    height: 60px;
    width: 45%
}

.formBox input[type=checkbox],
.formBox input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 10px 5px;
    vertical-align: middle
}

.w95 {
    width: 95%!important
}

.w45 {
    width: 45%!important
}

.w25 {
    width: 25%!important
}

.w20 {
    width: 20%!important
}

.w15 {
    width: 15%!important
}

.w10 {
    width: 10%!important
}

.formBox table tr th.must,
.formBox table tr th.option {
    position: relative;
    padding-left:100px;
}

.formBox table tr th.must::before,
.formBox table tr th.option::before {
    font-weight: 400;
    padding: 6px 8px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px
}

.formBox table tr th.must::before {
    content: "Required";
    background: #eb1212
}

.formBox table tr th.option::before {
    content: "Optinal";
    background: #aaa
}

.formBox .note {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2
}
.formBox .note2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
    padding-left:1em;
text-indent:-1em;
}
.formBox .doui_table .note {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5
}

.formBox .fintxt {
    margin: 50px 0
}

.btn_bottom {
    width: 100%;
    padding: 40px 0 0
}

.btn_bottom ul,
.formBox .fintxt {
    text-align: center
}

.btn_bottom ul li {
    margin: 0 5px;
    display: inline-block
}

.btn_bottom.fixed_bottom {
    width: 100%;
    background: #006;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.btn_bottom input[type=submit],
.btn_bottom button {
    background: url(../img/arrow_btn_bottom.svg) 95% 50% no-repeat #000;
    border: 1px solid #000;
    padding: 0 10px 0 0
}

.btn_bottom input[type=submit]:hover,
.btn_bottom button:hover {
    background: url(../img/arrow_btn_bottom.svg) 95% 50% no-repeat #666;
    border: 1px solid #666
}

.btn_bottom input[type=submit].disable,
.btn_bottom button.disable {
    background-color: #aaa;
    border: 1px solid #aaa;
    cursor: default
}

.btn_bottom .back_btn,
.btn_bottom input[type=submit],
.btn_bottom button {
    width: 360px;
    height: 60px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-size: 24px;
    color: #fff
}

.btn_bottom .back_btn {
    background: url(../img/arrow_btn_bottom_back.svg) 10% 50% no-repeat #aaa!important;
    border: 1px solid #aaa!important;
    padding: 0 0 0 10px!important
}

.btn_bottom .back_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7
}

.notcheck {
    background: #ffefef
}

.error.contactTxt {
color:#f00;
}