
#box_contact {
    padding-top: 0;
}
.tb_contact01 {
    margin-bottom: 50px;
}
.col_time01 {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}
.col_time01:last-child {
    margin-right: 0;
}
/* table */
.line_ct {
    border-bottom: 1px solid #E9E9E9;
    padding: 2px 0;
}
.line_ct:last-child{
    border-bottom: none;
}
.tb_contact01 dl {
    width: 100%;
    padding: 2px 0;
    box-sizing: border-box;
}
.tb_contact01 dt, .tb_contact01 dd {
    vertical-align: top;
    box-sizing: border-box;
    float: left;
}
.tb_contact01 dt {
    width: 230px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
}
.tb_contact01 dd {
    width: calc(100% - 230px);
    font-size: 16px;
    position: relative;
}
.tb_contact01 dd, .tb_contact01 dt {
    padding: 15px 10px;
}
.tb_contact01 dl {
}
.tb_contact01 input[type="text"], .tb_contact01 input[type="number"] {
    background: #F2F2F2;
    border: none;
    padding-left: 10px;
    line-height: 45px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: 45px;
}
.tb_contact01 input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.tb_contact01 input[type="number"]:hover, .tb_contact01 input[type="number"]:focus {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}
 .tb_contact01 input[type="number"]::-webkit-inner-spin-button, .tb_contact01 input[type="number"]::-webkit-outer-spin-button {
 -webkit-appearance: textfield;
 -moz-appearance: textfield;
 appearance: textfield;
 margin: 0;
}
.wshort {
    max-width: 430px;
}
 .tb_contact01 ::placeholder {
 color:#d9d9d9;
}
.txt_a {
    position: absolute;
    left: -8%;
    top: 0;
    margin: 0;
    line-height: 45px;
}
.col_time01 {
}
.title_timecol {
    margin-bottom: 10px;
    display: block;
}
.col_time01 {
    color: #4b4b4b;
    margin-bottom: 20px;
}
.tb_contact01 .col_time01 input {
    background: url(../images/icon_calendar01.png) right 12px center no-repeat #F2F2F2;
    background-size: 22px auto;
}
.tb_contact01 textarea {
    background: #F2F2F2;
    border: none;
    padding: 14px;
    width: 100% !important;
    box-sizing: border-box;
    min-height: 200px;
}
.box_input_fcal input {
    font-size: 14px;
}
.title_timecol {
    font-size: 14px;
}
.tb_contact01 dl.error_show {
    background: #FDE1E0;
    margin-top: 50px;
}
.tb_contact01 dl.error_show .error_txt {
    display: block;
}
.error_txt {
    position: absolute;
    background: #FDE1E0;
    line-height: 30px;
    font-size: 13px;
    padding: 0 10px;
    top: -43px;
    right: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    font-weight: bold;
}
.error_txt:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -12px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #FDE1E0;
}
.tb_contact01 .error_show input[type="text"], .tb_contact01 .error_show .select_other_mail, .tb_contact01 .error_show textarea, .tb_contact01 .error_show input[type="number"] {
    background: #fff;
}
.txt_rq {
    width: 35px;
    box-sizing: border-box;
    text-align: center;
    line-height: 22px;
    margin-left: 10px;
    display: inline-block;
    margin-top: -10px;
    color: #fff;
    background: #D83C38;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
/* -------------privacy policy---------------------- */

.box_pr_ct {
    height: 300px;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    margin-bottom: 8px;
    background: #F2F2F2;
}
.tb_contact01 .box_pr_ct dt {
    line-height: 1.6em;
}
.tb_contact01 .box_pr_ct dt, .tb_contact01 .box_pr_ct dd {
    width: 100%;
    padding: 0;
    font-size: 14px;
}
.tb_contact01 .box_pr_ct dd {
    padding-left: 15px;
    margin-bottom: 10px;
}
.tb_contact01 .box_pr_ct p {
    margin-bottom: 5px;
}
.pr_title01 {
    text-align: right;
}
.pr_title02 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.pr_title03 {
}
.box_pp_info {
    width: 240px;
    float: right;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;
}
.submit.btn02 a {
    background: #313131;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 45px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    min-width: 300px;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
}
.submit.btn02 a:hover {
    background: #C30D23;
    color: #fff;
}
.submit.btn02 {
    text-align: center;
}
/* .ppok.submit.btn02 a {
    background: #589CD1;
    -webkit-box-shadow: inset 0px -4px 0px 0px #9F0856;
    -moz-box-shadow: inset 0px -4px 0px 0px #9F0856;
    box-shadow: inset 0px -4px 0px 0px #DDDDDD;
}
.ppok.submit.btn02 a:hover {
    opacity: 0.8;
    cursor: pointer;
} */



/* box confirm */
h3.h3_sm01 {
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1);
}
#box_confirm_area {
    display: none;
}
#box_confirm {
    /*width: 100%;
    height: 100%;
    background: #DDEACC;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    box-sizing: border-box;
    vertical-align: top;
    display: table;*/
    background: #F1F1F1;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    vertical-align: top;
    width: 100%;
    z-index: 9999999;
}
.form_box input[type="text"], .form_box input[type="email"], .text_confirm {
    background: #fcecec;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}
.form_box textarea, .textarea_confirm {
    padding: 6px 10px 0 15px;
}
#box_confirm .inner{
    max-width: 900px;
}
#box_confirm_inner {
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}
#btn_close {
    color: #428d58;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    text-decoration: none;
    z-index: 10;
}
#box_confirm .section {
    margin-bottom: 0;
}
#box_confirm .text_confirm, #box_confirm .textarea_confirm {
    background: #E8E8E8;
    color: #666;
    border: none;
}
#box_confirm .textarea_confirm {
    min-height: 100px;
}
#box_confirm .contact_ttl {
    line-height: 77px;
    background-position: 410px center;
}
#box_confirm .contact_ttl::before {
    width: 500px;
    background-position: 0 0;
}
.form_box .error {
    display: none;
    margin-left: 10px;
}
.form_box .error_show {
    color: red;
    margin-left: 10px;
    display: block;
    padding-top: 8px;
}
.form_box input.invalid, .form_box textarea.invalid {
    border: 2px solid red;
}
.form_box input.valid, .form_box textarea.valid {
    border: 2px solid green;
}
.form_box {
    margin: 0 auto;
    width: 810px;
}
.form_box dl {
    margin-bottom: 35px;
}
.form_box dt, .form_box dd {
    float: left;
}
.form_box dt {
    color: #666;
    font-size: 16px;
    padding-top: 10px;
    width: 190px;
}
.form_box dd {
    box-sizing: border-box;
    padding-left: 120px;
    width: 620px;
}
.form_box dt span {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 3px 10px 1px;
}
.form_box dt span.rq {
    background: #fc0d1b none repeat scroll 0 0;
}
.form_box dt span.nrq {
    background: #888888 none repeat scroll 0 0;
}
.title_date_confirm {
    margin-bottom: 5px;
    font-size: 14px;
}
.submit-btn {
    text-align: center;
    margin-top: 30px;
}





#confirm {
    cursor: pointer;
    display: inline-block;
    background: #313131;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 45px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    min-width: 300px;
    box-sizing: border-box;
    border: none;
    line-height: 1em;
    margin: 0 auto;
}
#confirm:hover {
    background: #C30D23;
    color: #fff;
}
#btn_close {
    max-width: 40px;
}
#btn_close img {
    max-width: 100%;
}
#box_confirm dt, #box_confirm dd {
    padding-top: 3px;
    padding-bottom: 3px;
}