@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */
p#txt_tel{text-align: center;margin-bottom: 75px;}
p#img_tel{text-align: center;}
div#wrap_form{background: #F0F0F0;padding: 60px;}
@media print, screen and (max-width: 767px){
p#txt_tel{margin-bottom: 35px;}
p#img_tel img{width: 100%;}
div#wrap_form{padding: 30px 20px;}
}

/* テーブル
---------------------------------------------- */
table{margin-bottom: 30px;width: 100%;border-top: 2px solid #C0C0C0;}
table th{padding:25px 0;width: 300px;color: #595555; font-weight:bold;border-bottom: 2px solid #C0C0C0;text-align: left;line-height: 1.0;}
table th span{color: #FFFFFF;background: #2861AD; font-size: 14px;border-radius: 15px; padding:1px 15px 3px;margin-left: 10px;font-weight:normal;}
table td{padding:25px 0 ;border-bottom: 2px solid #C6C6C6;font-weight: 400;}
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: 380px;height: 50px;padding: 10px;border: none;}
table td textarea {width: 500px;height: 200px;resize: vertical;}
table td input[type="email"]{width: 500px;}
table td input#postcode1{width: 200px;}
table td input#address1{width: 500px;}

@media print, screen and (max-width: 767px){
table{margin-bottom: 20px;border-top: 1px solid #C0C0C0;}
table th{width: 100%;display: block;border-bottom:none;padding:20px 0 0 0;border-bottom:none;}
table th span{font-size: 12px;padding:0 10px 2px;margin-left:10px;}
table td{display: block;padding:20px 0;border-bottom: 1px solid #C0C0C0;}
table tr:last-child td{margin-bottom: 0;}
table td input[type="text"],table td input[type="email"]{width: 100%;height:50px;}
table td textarea {width: 100%;height: 130px;resize: vertical;}
table td input[type="email"]{width: 100%;}
table td input#postcode1{width: 150px;}
table td input#address1{width: 100%;}
}

/* scroll area
---------------------------------------------- */
p#h4_privacy{font-weight: bold;line-height: 1.0;margin-bottom: 30px;color: #2861AD;}
div#privacy{width: 100%;margin: 0 auto;}
div.scroll_area{height:180px;margin-bottom:60px;font-size:14px;color: #595656;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{margin-bottom: 20px;}
div#privacy{width: 100%;margin: 0;}
div.scroll_area{height:150px;margin-bottom:30px;font-size:12px;background: #FFFFFF;}
div.scroll_area div.inner_scroll{margin:10px;}
div.scroll_area dl dd{margin-bottom:15px;}
}

/* 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:280px;height:60px;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:180px;height:60px;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:60px;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:220px 50px;width:220px;height:50px;text-indent:-9999px;}
input#submit:hover{background:url(../contact/img/btn_submit_sp.png) no-repeat 0 0;background-size:220px 50px;width:220px;height:50px;}
/*--戻る--*/
input#back{background:url(../contact/img/btn_back_sp.png) no-repeat 0 0;background-size:120px 50px;width:120px;height:50px;}
input#back:hover{background:url(../contact/img/btn_back_sp.png) no-repeat 0 0;background-size:120px 50px;width:120px;height: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;width:150px;height:50px;margin:0 0 0 20px;}
}

/* completion
---------------------------------------------- */
p#backtotop{font-weight: 500;text-align: center;}
p#backtotop a:hover{color: #2861AD;}