/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding: 80px 0;}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 40px 0;
}

#reviewform{
	width: 1100px;
	margin: 0 auto;
}

#reviewform .s_title{	margin-bottom: 40px;}

.toptxt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 40px 0;
}

.form_t{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #000;
	margin: 40px 0 0 0;
	padding: 20px 0;
}


/** form **/

.form_bg{
	padding: 20px;
	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{
	background: #fff;
	padding: 30px 40px 40px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .tr{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	border-bottom: 1px dotted #ddd;
	text-align: left;
}
.form .tr.bdb{	border-bottom: 3px solid #000;}
.form .th,
.form .td{
	display: table-cell;
	vertical-align: middle;
}

.form .th{
	width: 305px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form .th em{	display: none;}

.form .th p{
	position: relative;
	padding: 0 0 0 25px;
}

.hissu{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #cc0000;
	margin-left: 5px;
	border-radius: 2px;
}

.form .th i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #caaa55;
	position: absolute;
	top: 0;
	left: 3px;
}

.form .td{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
}

.form .td p.sub{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	padding-top: 10px;
}
.form .td p.sub span:nth-of-type(1){	width: 105px;}
.form .td p.sub span:nth-of-type(2){	width: calc(100% - 105px);}

.form .td p.red{
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}


.form .td textarea{
	width: 100%;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 30px 0 0 0;
}

#submit p{
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.form #submit input,
.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;
}
.form #submit input:hover,
.form .bt:hover{
	color: #caaa55;
	background: #fff;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	padding: 10px;
	font-size		: 14px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.w1{	width: 250px;}
.w2{	width: 100%;}
.w3{	width: 140px;}
.w4{	width: 545px;}
.w5{	width: 340px;}
.w6{	width: 110px;}
.s1{	width: 250px;}
.s2{	width: 180px;}
.s3{	width: 70px;}
.s4{	width: 110px;}

select{
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	border			: 1px solid #ddd;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
}

.form textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	font-size		: 14px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"].maru{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.chk_bar{
	font-size: 0;
	line-height: 0;
}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border-radius: 20px;
	color: #999;
	background: #f5f5f5;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar{	padding-right: 20px; margin-bottom: -10px;}
.chk_bar.line{	margin-bottom: 0;}

.line input[type="checkbox"] + label,
.line input[type="radio"] + label{
	margin: 0;
	border-radius: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: none;
}
.line input[type="checkbox"]:first-of-type + label,
.line input[type="radio"]:first-of-type + label{
	border-left: 1px solid #ddd;
	border-radius: 20px 0 0 20px;
}
.line input[type="checkbox"]:last-of-type + label,
.line input[type="radio"]:last-of-type + label{
	border-radius: 0 20px 20px 0;
}

.line4 input[type="checkbox"] + label,
.line4 input[type="radio"] + label{	width: calc(100% / 4);}
.line5 input[type="checkbox"] + label,
.line5 input[type="radio"] + label{	width: calc(100% / 5);}

.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #fff;
	background: #caaa55;
	border-color: #caaa55;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.form input::placeholder,
.form textarea::placeholder{	color: #ccc;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #ccc;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #ccc;}

.error{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.error span{
	color			: #ff0000;
}

.over{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin			: 0 0 50px 0;
	padding			: 40px 0 0 0;
}
.error+.bt_bg,
.over+.bt_bg{
	text-align: center;
	padding: 30px 0 0 0;
}

.error_text{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	margin: 0 0 30px 0;
}
#submit .error_text br{	display: inline;}

.error_text:empty{ display: block;}

.error_block .th{
	color: #ff0000 !important;
	animation-name: indfade;
	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 select,
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}



/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	margin: 30px auto;
	padding: 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;
	color: #999;
}

.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: 1px solid #ddd;
	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: #ff0000;}