@charset "utf-8";
/* Copyright 2025 design hack. */

/* ------------------------------------------------------------

CONTACT

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
div#bg_h2{background:url(/contact/img/h2_bg.png) no-repeat center 0;}

@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%;}
}

/* コンテンツ
---------------------------------------------- */
p#tel_img{width: 800px;margin:0 auto;}
@media print, screen and (max-width: 767px){
p#tel_img{width: 100%;}
p#tel_img img{width: 100%;}
}

div#form_wrap{background:#F1F1F1;padding: 60px;margin-top: 88px;}
table{width: 100%;border-top: 1px solid #CACACA;margin-bottom: 40px;}
table th,table td{padding: 30px 0 30px 40px;border-bottom: 1px solid #CACACA;}
table th{width: 300px; vertical-align: middle;font-weight: 700;line-height: 1.0;}
table th span{background:#971B20;color: #FFFFFF;font-size: 14px;padding:4px 10px 2px;margin-left: 10px;font-weight:400;}

input[type="radio"] {position: relative;width: 16px;height: 16px;border: 1px solid #333333;background: #FFFFFF; border-radius: 50%;vertical-align: -2px;-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-right: 10px;}
input[type="radio"]:checked:before {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 9px;height: 9px;border-radius: 50%;background: #000;content: '';}
table td input[type="text"],table td input[type="email"],table td textarea{width: 400px;height: 60px;padding: 10px 20px;background: #FFFFFF;}
table td.table_tel input[type="text"]{width: 300px;}
table td textarea {width: 500px;height: 200px;resize: vertical;display: block;}
table td input[type="email"]{width: 500px;}

@media print, screen and (max-width: 1200px){
div#form_wrap{padding: 30px;}
table th{width: 35%;}
table td input[type="text"],table td input[type="email"],table td textarea{width: 100%;height: 70px;padding: 10px 20px;background: #FFFFFF;}
table td.table_tel input[type="text"]{width: 70%;}
table td.table_post input[type="text"]{width: 60%;}
table td textarea {width: 100%;height: 70%;resize: vertical;}
table td input#address1{width: 100%;}
table td input[type="email"]{width: 100%;}
}

@media print, screen and (max-width: 767px){
div#form_wrap{padding: 40px 20px;margin-top: 50px;}

table{width: 100%;margin-bottom: 30px;}
table th,table td{display: block;}
table th{padding: 30px 0;border-bottom:none;width: 100%;}
table th span{font-size: 13px;padding:4px 10px 3px;}
table td {padding: 0 0 30px 0;} 
}

/* scroll area */
div#privacy{width: 100%;}
p#ttl_privacy{font-weight: 700;line-height: 1.0;margin-bottom: 30px;color: #971B20;}
div.scroll_area{height:200px;margin-bottom:60px;background: #FFFFFF;}
div.scroll_area div.inner_scroll{margin:15px 40px 20px 15px;font-weight: 500;font-size: 15px;}
div.scroll_area dl dd{margin-bottom:25px;}

@media print, screen and (max-width: 1200px){
}

@media print, screen and (max-width: 767px){
p#ttl_privacy{margin-bottom: 25px;}
div#privacy{width: 100%;margin: 0;}
div.scroll_area{height:175px;margin-bottom:40px;font-size:13px;}
div.scroll_area div.inner_scroll{margin:10px;}
div.scroll_area dl dd{margin-bottom:15px;}
}

/* テーブル確認ページ
---------------------------------------------- */
div#form_wrap_check{padding: 0;width: 800px;margin: 0 auto;}
@media print, screen and (max-width: 767px){
div#form_wrap_check{padding:0;width: 100%;margin: 0 ;}
}

/* input
---------------------------------------------- */
div.button_box{text-align: center;}
/*--内容確認--*/
input#submit{background:url(/contact/img/btn_submit.png) no-repeat 0 0;border:medium none;outline:none;display:inline-block;width:280px;height:60px;text-indent:-9999px;cursor:pointer;}
input#submit:hover{background:url(/contact/img/btn_submit_on.png) no-repeat 0 0;transition: 0.3s;}
/*--戻る--*/
input#back{background:url(/contact/img/btn_back.png) no-repeat 0 0;border:medium none;display:inline-block;text-indent:-9999px;width:140px;height:60px;cursor:pointer;}
input#back:hover{background:url(/contact/img/btn_back_on.png) no-repeat 0 0;}
/*--送信--*/
input#send{background:url(/contact/img/btn_send.png) no-repeat 0 0;border:medium none;display:inline-block;text-indent:-9999px;width:280px;height:60px;cursor:pointer;margin-left: 20px;}
input#send:hover{background:url(/contact/img/btn_send_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:250px 60px;width:250px;height:60px;text-indent:-9999px;cursor:pointer;}
input#submit:hover{background:url(/contact/img/btn_submit_sp.png) no-repeat 0 0;background-size:250px 60px;}
/*--戻る--*/
input#back{background:url(/contact/img/btn_back_sp.png) no-repeat 0 0;background-size:120px 60px;width:120px;height:60px;}
input#back:hover{background:url(/contact/img/btn_back_sp.png) no-repeat 0 0;background-size:120px 60px;}
/*--送信--*/
input#send{background:url(/contact/img/btn_send_sp.png) no-repeat 0 0;background-size:150px 60px;width:150px;height:60px;margin:0 0 0 20px;}
input#send:hover{background:url(/contact/img/btn_send_sp.png) no-repeat 0 0;background-size:150px 60px;}
}
