@charset "utf-8";
/* Copyright 2024 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 center;background-size: cover;}
}

/* コンテンツ
---------------------------------------------- */
p#contact_detail{text-align: center;margin-bottom:140px;font-size: 18px;font-weight: 700;border-bottom: 1px solid #C3C9C0;padding-bottom: 140px;}
@media print, screen and (max-width: 767px){
p#contact_detail{margin-bottom:42px;font-size: 15px;}
}

div#form_wrap{background: #FFFFFF;padding: 60px;margin-top: 55px;color: #2B3229;}
table{width: 100%;margin-bottom: 40px;}
table th,table td{padding: 30px 0;}
table tr:first-child th{padding: 0 0 25px 20px;}
table tr:first-child td{padding: 0 0 25px 0;}
table th,table td{border-bottom: 1px solid #C3C9C0;}
table th{width: 300px;padding-left: 20px;vertical-align: middle;}
table th span{background: #A4C635;color: #FFFFFF;font-size: 14px;padding:1px 15px 3px;margin-left: 10px;font-weight:600;border-radius: 13px;}

label{display: block; margin-bottom: 8px;}
label:last-child{margin-bottom: 0;}
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: 340px;height: 60px;padding: 10px 20px;border: 1px solid #C3C9C0;}
table td.table_tel input[type="text"]{width: 300px;}
table td input[type="email"]{width: 500px;}
table td textarea {width: 500px;height: 200px;resize: vertical;display: block;}

@media print, screen and (max-width: 1200px){
/* テーブル */
div#form_wrap{padding: 40px;}

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){
div#form_wrap{padding:40px 20px;margin-top: 35px;}
table th,table td{display: block; padding:0;border-bottom:none;}
table tr:first-child th{padding: 0 0 20px 0;}
table tr:first-child td{padding: 0 0 25px 0;}
table th{padding: 30px 0 20px;width: 100%;}
table th span{font-size: 12px;padding:1px 10px 3px;}
table td {border-bottom: 1px solid #B5B5B5;padding: 0 0 30px 0;} 
    
label{margin-bottom: 10px;}
table td textarea {height: 150px;} 
}

/* scroll area */
div#privacy{width: 100%;}
p#ttl_privacy{font-weight: 700;line-height: 1.0;margin-bottom: 30px;color: #408C28;}
div.scroll_area{height:180px;margin-bottom:60px;font-size:14px;border: 1px solid #BAC2C9;}
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: 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:64px;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:64px;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:64px;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:220px 50px;width:220px;height:50px;text-indent:-9999px;cursor:pointer;}
input#submit:hover{background:url(/contact/img/btn_submit_sp.png) no-repeat 0 0;background-size:220px 50px;}
/*--戻る--*/
input#back{background:url(/contact/img/btn_back_sp.png) no-repeat 0 0;background-size:110px 50px;width:110px;height:50px;}
input#back:hover{background:url(/contact/img/btn_back_sp.png) no-repeat 0 0;background-size:110px 50px;}
/*--送信--*/
input#send{background:url(/contact/img/btn_send_sp.png) no-repeat 0 0;background-size:150px 50px;width:150px;height:50px;margin:0 0 0 20px;}
input#send:hover{background:url(/contact/img/btn_send_sp.png) no-repeat 0 0;background-size:150px 50px;}
}
