input,textarea,button{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	border:none;
	background:none;
}
th{
	font-weight:400;
	text-align:left;
	width:230px;
	padding:20px 0 20px 20px;
	vertical-align:top;
}
th span{
	float:right;
	color:#fff;
	display:inline-block;
	line-height:23px;
	padding:0 8px;
	background:#f74c65;
	font-size:13px;
}
td{
	padding:20px 20px 20px 50px;
	width:calc(100% - 230px);
}
tr{
	border-bottom:1px solid #ccc;
}
table{
	width:100%;
}
#name,#email,#phone{
	line-height:40px;
	height:40px;
	background:#eee;
	padding:0 0.5em;
	width:100%;
	letter-spacing:0.1em;
}
#comment{
	font-family:'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:2;
	height:300px;
	width:100%;
	background:#eee;
	padding:0 0.5em;
	letter-spacing:0.1em;	
}
.check-area{
	margin:40px auto;
	background:#f3f3f3;
	padding:20px 40px;
}
.check-area dl{
	line-height:2;
	margin-bottom:20px;
}
.check-area dt{

}
#check-flg{
	width:20px;
	height:20px;
	display:block;
	margin-right:10px;
	border:1px solid #ccc;
	background:#fff;
	vertical-align:top;
	position:absolute;
	left:-25px;
	top:0.4em;
}
#check-flg:checked:before{
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline;
	font-weight: bold;
	font-size:130%;
	vertical-align:middle;
	color:#0082be;
	position:absolute;
	left:0;
	right:0;
	top:-2px;
	bottom:0;
	margin:auto;
	text-align:center;
}
label{
	line-height:2;
	position:relative;
}
label p{
	vertical-align:top;
}
.btn{
	letter-spacing:0.1em;
}
.cautions{
	text-align:center;
	line-height:2;
}
.cautions li:before{
	content:"※";
	display:inline;
	padding-right:0.3em;
}
.complate-title{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 40px;
}
.complate-txt{
	line-height:2;
	margin-bottom:40px;
}
.map-btn{
	display:block;
	width:330px;
	line-height:63px;
	color:#fff;
	margin:40px auto 80px;
	background:#60c4b0;
	letter-spacing:0.05em;
	font-weight:400;
	cursor:pointer;
}
.map-btn:after{
	content:"";
	display:inline-block;
	margin-left:20px;
	border-left:10px solid #fff;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
}






@media screen and (max-width:767px){
.bread-clumbs{
	padding-bottom:0;
}
table,tbody,tr{
	width:100%;
	display:block;
}
table{
	border-top:1px solid #ccc;
}
th{
	width:100%;
	display:block;
	padding:20px 0 15px;
}
th span{
	float:none;
	color:#fff;
	line-height:1.5;
	padding:2px 8px;
	margin-left:1em;
	font-size:1.2rem;
}
td{
	width:100%;
	display:block;
	padding:0 0 20px;
}
#name,#email,#phone{
	line-height:40px;
	height:40px;
	background:#eee;
	padding:0 0.5em;
	width:100%;
	letter-spacing:0.1em;
}
#comment{
	line-height:1.8;
	height:200px;	
}
.check-area{
	margin:30px auto;
	padding:20px 20px 20px 30px;
	overflow:hidden;
	font-size:1.3rem;
	text-align:justify;
}
.check-area dl{
	line-height:2;
	margin-bottom:20px;
}
.check-area dt{
	color:#0082be;
}
#check-flg{
	left:-24px;
}
#check-flg:checked:before{
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline;
	font-weight: bold;
	font-size:130%;
	vertical-align:middle;
	color:#0082be;
	position:absolute;
	left:0;
	right:0;
	top:-2px;
	bottom:0;
	margin:auto;
	text-align:center;
}
label p{
	text-align:justify;
}
.btn{
	letter-spacing:0.1em;
}
#contact-tel{
	background:#f3f3f3;
}
#contact-tel p{
	text-align:justify;
}
#contact-tel .offices{
	overflow:hidden;
	padding:20px 0;
}
#contact-tel .offices li{
	width:100%;
	padding:20px 0;
	text-align:center;
	float:none;
}
.offices h3{
	font-size:1.6rem;
	padding-bottom:20px;
}
.offices a{
	height:50px;
	line-height:48px;
	font-size:1.4rem;
}
.offices a:before{
	display:inline;
	content:"\f095";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline;
	font-weight: bold;
	margin-right:0.5em;
}
.cautions{
	text-align:center;
	line-height:2;
	letter-spacing:0.05em;
	font-size:1.3rem;
}
.complate-title{
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.complate-txt{
	margin-bottom:30px;
}
}