@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
div#bg_h2{background:url(../contact/img/h2_bg_pc.png) no-repeat center 0;height:400px;text-align: center;}
@media print, screen and (max-width: 767px){
div#bg_h2{background:url(../contact/img/h2_bg_sp.png) no-repeat center 0;background-size: 100%;height:auto;text-align: center;}
div#bg_h2 img{width: 100%;}
}

p#img_tel{margin-bottom: 140px;}
div#wrap_form{background: #FFFFFF;padding: 60px;}
@media print, screen and (max-width: 767px){
p#img_tel{margin-bottom: 70px;}
p#img_tel img{width: 100%;}
div#wrap_form{background: #FFFFFF;padding: 40px 15px;}
}

/* テーブル
---------------------------------------------- */
table{margin-bottom: 30px;width: 100%;}
table th{padding:30px 0;width: 240px;color: #D0111A; font-weight:bold;border-bottom: 2px solid #C6C6C6;text-align: left;line-height: 1.0;}
table th span{color: #FFFFFF;background: #333333; font-size: 14px;padding:1px 10px 2px;margin-left: 10px;font-weight:normal;}
table tr:first-child th,table tr:first-child td{padding-top:0;}
table td{padding:30px 0 ;border-bottom: 2px solid #C6C6C6;}
table td p{margin: 15px 0;}
input[type="radio"]{position: relative;top: 2px; left: -4px;margin-bottom: 10px;}
table td input[type="text"],table td input[type="email"],table td textarea{width: 400px;height: 60px;padding: 10px;border: 1px solid #C6C6C6;}
table td textarea {width: 600px;height: 200px;resize: vertical;}
table td input[type="email"]{width: 600px;}

@media print, screen and (max-width: 767px){
table{margin-bottom: 30px;}
table th{width: 100%;display: block;border-bottom:none;padding:0 0 18px 0;}
table th span{font-size: 10px;padding:0 5px 1px;margin-left:10px;}
table td{display: block;padding:0 0 30px;margin-bottom: 30px;}
table tr:last-child td{margin-bottom: 0;}
table td input[type="text"],table td input[type="email"]{width: 100%;height:40px;}
table td textarea {width: 100%;height: 130px;resize: vertical;}
}

/* scroll area
---------------------------------------------- */
p#h4_privacy{font-weight: bold;line-height: 1.0;margin-bottom: 20px;}
div#privacy{width: 100%;margin: 0 auto;}
div.scroll_area{height:160px;margin-bottom:60px;font-size:14px;border: 1px solid #C6C6C6;background: #FFFFFF;}
div.scroll_area div.inner_scroll{margin:15px 40px 20px 15px;}
div.scroll_area dl dd{margin-bottom:25px;}
@media print, screen and (max-width: 767px){
p#h4_privacy{font-weight: bold;line-height: 1.0;margin-bottom: 20px;}
div#privacy{width: 100%;margin: 0;}
div.scroll_area{height:100px;margin-bottom:30px;font-size:13px;border: 1px solid #C6C6C6;background: #FFFFFF;}
div.scroll_area div.inner_scroll{margin:15px;}
div.scroll_area dl dd{margin-bottom:25px;}
}

/* input
---------------------------------------------- */
div.button_box{text-align: center;}
/*--内容確認--*/
input#submit{background:url(../contact/img/btn_submit_pc.png) no-repeat 0 0;border:medium none;outline:none;display:inline-block;width:220px;height:50px;text-indent:-9999px;cursor:pointer;}
input#submit:hover{background:url(../contact/img/btn_submit_pc_on.png) no-repeat 0 0;}
/*--戻る--*/
input#back{background:url(../contact/img/btn_back_pc.png) no-repeat 0 0;border:medium none;display:inline-block;text-indent:-9999px;width:220px;height:50px;cursor:pointer;}
input#back:hover{background:url(../contact/img/btn_back_pc_on.png) no-repeat 0 0;}
/*--送信--*/
input#send{background:url(../contact/img/btn_send_pc.png) no-repeat 0 0;border:medium none;display:inline-block;text-indent:-9999px;width:220px;height:50px;cursor:pointer;margin-left: 20px;}
input#send:hover{background:url(../contact/img/btn_send_pc_on.png) no-repeat 0 0;}
@media print, screen and (max-width: 767px){
/*--内容確認--*/
input#submit{background:url(../contact/img/btn_submit_sp.png) no-repeat 0 0;background-size:180px 45px;width:180px;height:45px;text-indent:-9999px;cursor:pointer;}
input#submit:hover{background:url(../contact/img/btn_submit_sp.png) no-repeat 0 0;background-size:180px 45px;}
/*--戻る--*/
input#back{background:url(../contact/img/btn_back_sp.png) no-repeat 0 0;background-size:130px 45px;width:130px;height:45px;}
input#back:hover{background:url(../contact/img/btn_back_sp.png) no-repeat 0 0;background-size:130px 45px;}
/*--送信--*/
input#send{background:url(../contact/img/btn_send_sp.png) no-repeat 0 0;background-size:130px 45px;width:130px;height:45px;margin:0 0 0 20px;}
input#send:hover{background:url(../contact/img/btn_send_sp.png) no-repeat 0 0;background-size:130px 45px;}
}