
#cnt{
	width: 100%;
	padding: 80px 0;
}
.bg{
	color: #fff;
	background: url(img/bg.gif) top center;
	padding: 50px 0;
}

.img1,
.img2,
.img3{
	width: 840px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

.img1{
	text-align: center;
	margin-bottom: 30px;
}

.img2{
	text-align: center;
	margin-bottom: 10px;
}

.txt{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #caaa55;
}

.img3{
	background: url(img/img3.png) no-repeat;
	margin-bottom: 30px;
	padding: 175px 0 0 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.img3 ul{
	text-align: left;
}

.img3 li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 310px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
}

.img3 li span{
	font-size: 20px;
	line-height: 20px;
	color: #caaa55;
	position: absolute;
	top: 0;
	left: 0;
}


/** form **/

#formbox{
	width: 840px;
	margin: 0 auto;
}

#formbox h3{
	margin: 0 0 40px 0;
}

.form_bg{
	width: 1100px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: #ececec;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form{
	text-align: left;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form h3{	margin-bottom: 40px;}
.form h3 img{
	width: 100%;
	height: auto;
}

.form ul{}

.form li{
	display: inline-block;
	width: 19%;
}

.form table{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 30px 0;
}

.form tr{
	vertical-align: middle;
}
.form th{
	width: 245px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	padding: 20px 0 20px 20px;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form th .material-icons{
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	font-size: 18px;
	color: #caaa55;
	position: relative;
	bottom: -2px;
}
.hissu{
	display: inline-block;
	width: 30px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	margin-left: 5px;
	border-radius: 3px;
}

.form td{
	position: relative;
	padding: 20px 20px 20px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form td p span.txt{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	top: 20px;
	left: 175px;
}

.form td p em{
	display: block;
	margin-bottom: 5px;
	color: #c0a881;
}

.form td textarea{
	width: 100%;
	height: 85px;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#submit p{
	font-size		: 13px;
	line-height: 24px;
	padding: 10px 0 30px 0;
}

.form #submit .fade{
	border-radius: 3px;
}

.form #submit input{
	display: inline-block;
	width: 300px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	border: none;
	background: #caaa55;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	padding			: 3px;
	font-size		: 13px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.w1{	width: 160px;}
.w2{	width: 100%;}
.w3{	width: 50px;}
.s1{	width: 280px;}

select{
	font-size: 13px;
	padding: 3px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
}

form textarea{
	padding			: 3px;
	font-size		: 13px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding: 50px 0;
}
.error{	color: #ff0000;}
.over_div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 90px 0 20px 0;
}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}
.error+.bt_bg,
.over+.bt_bg{
	text-align: center;
	padding: 30px 0 0 0;
}

.form .bt{
	display: inline-block;
	width: 300px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background: #caaa55;
	border: 1px solid #caaa55;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

.capt_bg{
	border-bottom: 1px dotted #333;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.capt{
	width: 280px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #990000;}
.capt a{	color: #990000;}


/** res **/

#res{
	width: 1100px;
	margin: 50px auto 30px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#res .s_title{	margin: 0 0 30px 0;}
#res .res_p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 30px 0;
}

.res_main{
	height: 500px;
	color: #333;
	background: #fff;
	border: 3px solid #ddd;
	padding: 0 20px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.resbox{
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.resbox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.resbox dt,
.resbox dd{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.resbox dt{
	position: relative;
	width: 80px;
	font-weight: bold;
	padding-left: 22px;
}
.resbox dt:after{
	content: '';
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	top: 6px;
	right: 6px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.resbox .res_t dt:after{	border-color: #caaa55;}

.resbox dt span{
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 0;
}

.resbox dd p.date{
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin-top: 5px;
}

.resbox dl.res_t{	margin-bottom: 15px;}
.resbox dl.res_t dt{	color: #caaa55;}
.resbox dl.res_t dd{	font-weight: bold;}

