@charset "utf-8";
/* Copyright 2024 design hack. */

/* ------------------------------------------------------------

CONTACT

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
div#bg_h2{background:url(/contact/img/h2_bg.jpg) no-repeat center 0;}
@media print, screen and (max-width: 767px){
div#bg_h2{background:url(/contact/img/h2_bg_sp.jpg) no-repeat center center;background-size: cover;}
}

/* コンテンツ
---------------------------------------------- */
table{width: 100%;border-top: 1px solid #CCCCCC;margin: 75px 0 60px 0;}
table th,table td{padding: 20px 0;border-bottom: 1px solid #CCCCCC;}
table th{width: 25%; vertical-align: middle;font-weight: 700;line-height: 1.0;}
table th span{background: #008943;color: #FFFFFF;font-size: 14px;padding:0 10px 2px;margin-left: 20px;font-weight:600;}
table td input[type="text"],table td input[type="email"],table td textarea{width: 300px;height:50px;padding: 10px;background: #F2F2F2;}
table td.table_tel input[type="text"]{width: 300px;}
table td input[type="email"]{width: 460px;}
table td textarea {width: 460px;height: 200px;resize: vertical;display: block;}
table td input.w460{width: 460px;}

@media print, screen and (max-width: 1200px){
/* テーブル */
table th{width: 35%;}
table td input[type="text"],table td input[type="email"],table td textarea{width: 100%;height: 60px;}
table td textarea {width: 100%;height: 200px;}
}

@media print, screen and (max-width: 767px){
table th,table td{display: block;}
table th{padding: 30px 0;width: 100%;border-bottom: none;}
table th span{font-size: 12px;padding:1px 10px 3px;}
table td {padding: 0 0 30px 0;} 
table td textarea {height: 200px;} 
}

/* scroll area */
div#privacy{width: 100%;}
p#ttl_privacy{font-weight: 700;line-height: 1.0;margin-bottom: 30px;color: #008943;}
div.scroll_area{height:180px;margin-bottom:60px;font-size:14px; background-color:#F2F2F2;}
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: 1200px){
}

@media print, screen and (max-width: 767px){
p#ttl_privacy{margin-bottom: 20px;}
div#privacy{width: 100%;margin: 0;}
div.scroll_area{height:150px;margin-bottom:40px;font-size:11px;}
div.scroll_area div.inner_scroll{margin:15px;}
div.scroll_area dl dd{margin-bottom:15px;}
}

/* テーブル確認ページ
---------------------------------------------- */
div#form_wrap_check{padding: 0;width: 900px;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:160px;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:130px 60px;width:130px;height:60px;}
input#back:hover{background:url(/contact/img/btn_back_sp.png) no-repeat 0 0;background-size:130px 60px;}
/*--送信--*/
input#send{background:url(/contact/img/btn_send_sp.png) no-repeat 0 0;background-size:155px 60px;width:155px;height:60px;margin:0 0 0 20px;}
input#send:hover{background:url(/contact/img/btn_send_sp.png) no-repeat 0 0;background-size:155px 60px;}
}
