@charset "utf-8";
/************************************************************************************
CONTANTS
*************************************************************************************/
#contents h3 {
	color:#618100;
	font-weight:bold;
	font-size:18px;
}

#contact_tel #box {
	margin:10px auto 10px;
	border:5px solid #c3d94d;
	width:80%;
}
#contact_tel #box th,
#contact_tel #box td {
	padding:10px 20px 10px;
	border-bottom:1px dotted #c3d94d;
	border-right:1px dotted #c3d94d;
	text-align: center;
	font-weight:bold;
}
#contact_tel #box th{
	text-align:center;
	background:#f9ffd9;
}
#contact_tel a {
	text-decoration:none;
	color:#e33d10;
	font-weight:bold;
	font-size:20px;
}

/*reset*/
textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}
input, button, select {
  vertical-align: middle;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  background: transparent;
  margin: 0;
  padding: 0;
}
input, button, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
}


#form dl {
	clear:both;
	margin:20px 0;
}
#form dt {
	float:left;
	width:150px;
	padding-right:20px;
	padding-left:0;
	text-align:right;
}
#form dt span {
	color:#e33d10;
	font-size:13px;
	font-weight:bold;
}
#form {
	width:100%;
}
#form dd input,
#form dd textarea{
	font-size:16px;
	padding:5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333333;
	border: 1px solid #c3d94d;
	background-color: #f9ffd9;
}
#input_name,#input_kana,#input_mail1,#input_mail2,#input_tel {
	width:50%;
}
#input_add2 {
	width:60%;
}
#form dd textarea {
	width:500px;
	height:100px;
}

/*button*/
.btn_box {
  margin-top: 30px;
  text-align: center;
}

.btn_confirm {
  height: 73px;
  width: 297px;
  position: relative;
  display: block;
  line-height: 73px;
  background: #8ab701;
  color: #FFF;
  font-size:20px;
  font-weight:bold;
  text-shadow:0 1px 0 #445b00;
  border-radius:5px;
  margin:0 auto;
}
.btn_confirm:hover {
  background:#d9f062;
  -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.back {
	background:#268c43;
	font-size:16px;
	width:200px;
	height:60px;
	line-height:60px;
}

#thanks {
	margin:40px 0;
}
#thanks p {
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}

.contact_tel_btn {
	display: none;
}

.contact_tel_lead {
	margin-bottom: 30px;
	text-align: center;
}

#form .form_checkbox {
	float: right;
	margin-bottom: 16px;
	width: 75%;
}


.form_checkbox input {
  display: none;
}
.form_checkbox_label{
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
	padding-left: 28px;
	cursor: pointer;
}
.form_checkbox_label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
	border: 1px solid #c3d94d;
	background-color: #f9ffd9;
  border-radius: 2px;
}
.form_checkbox input:checked + .form_checkbox_label::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 6px;
  height: 13px;
  transform: rotate(40deg);
  border-bottom: 3px solid #268c43;
  border-right: 3px solid #268c43;
}

/*******************************************************************
********************************************************************

smaller than 768

********************************************************************
*******************************************************************/
@media screen and (max-width: 768px) {

/*::::::::::::::::::::::::::::::::::::
 CONTENTS
::::::::::::::::::::::::::::::::::::*/

#contents h3 {
	margin:20px 0;
	text-align:center;
}

#contact_tel #box {
	width:90%;
	margin: 0 auto;
	font-size:18px;
}
#contact_tel #box th,
#contact_tel #box td {
	display:block;
	padding:2% 0;
	width:100%;
	text-align:center;
}

#form {
	width:90%;
	margin:0 auto;
}

#form dt {
	float:none;
	width:100%;
	padding-right:0;
	text-align:left;
	margin-bottom:2%;
}
#form dd {
	width:100%;
}
#input_name,#input_kana,#input_mail1,#input_mail2,#input_tel,#input_add2,#form dd textarea {
	width:96%;
}

#thanks {
	width:100%;
	margin:10% auto;
	text-align:center;
}

.contact_tel_btn {
	display: block;
	margin: 10px auto 15px;
	padding: 2%;
	background: #c3d94d;
	color: #444 !important;
	font-size: 15px !important;
	max-width: 35%;
	border-radius: 5px;
	box-shadow: 0 4px 0 #9fb819;
}

#form .form_checkbox {
	margin-bottom: 16px;
	width: 100%;
}


}
