
#wpcf7-form sent
{
	height: 100px;
}

#formbase
{
	display: block;
	position: relative;
	width: 808px;
	margin: 20px auto 0px auto;
}


.formbox
{
	display: block;
	position: relative;
	width: 100%;
	margin: 32px auto 0px auto;
	padding: 1px 0px 1px 0px;
}


#formbox01
{
	display: block;
}


.formatt01
{
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
	color: #DD0000;
}


.formcom01, .wpcf7-response-output
{
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 31px;
	text-align: left;
	vertical-align: top;
    border: 0px;
}


.formtable
{
	display: block;
	position: relative;
	margin: 90px auto 0px auto;
}


.fttr
{
	display: block;
	position: relative;
	/*margin: 22px 0px 22px 0px;*/
	padding: 15px 0px 15px 0px;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	border-top: dashed 1px rgba( 181, 181, 181, 0.4 );
}

.fttr:nth-of-type(-n+2)
{
	border-top: 0px;
}


.cellname, .cellvalue
{
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	vertical-align: top;
}


.cellname
{
	width: 300px;
	padding-top: 6px;
}


.cellvalue
{
	width: calc( 100% - 300px - 15px );
	margin-left: 15px;
}


.hissu
{
	font-size: 14px;
	color: #DD0000;
}


input[type=text], input[type=email], textarea
{
	display: inline-block;
	margin: 0px;
	padding: 2px 12px 2px 12px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-size: 15px;
	/*font-weight: 400;*/
	line-height: 23px;
	background-color: #F8F8F8;
	text-align: left;
	vertical-align: top;
	border: solid 1px #B5B5B6;
}


input[type=text].wpcf7c-conf, input[type=email].wpcf7c-conf, textarea.wpcf7c-conf
{
	width: calc( 492px - 12px - 12px );
	padding: 2px 12px 2px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	vertical-align: top;
	border: dashed 1px rgba( 160, 160, 160, 0.6 );
    background-color: #fff;
}

select.wpcf7c-conf {
    background-color: #fff;
}


.cellvalue .selbox
{
	display: inline-block;
	position: relative;
}


.cellvalue select
{
	display: inline-block;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 32px;
	margin: 0px;
	padding: 3px 40px 3px 10px;
	font-size: 15px;
	line-height: 24px;
	border: solid 1px #B5B5B6;
	border-radius: 7px;
	background-image: -webkit-gradient( linear, right top, right bottom, from( rgba(  101, 170, 221, 1.0  ) ), to( rgba( 0, 104, 183, 1.0 ) ) );
	background-image: linear-gradient( to bottom, rgba( 101, 170, 221, 1.0 ), rgba( 0, 104, 183, 1.0 ) );
	background-size: 18px 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	cursor: pointer;
}


.cellvalue .selbox::before, .cellvalue .selbox::after
{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 7px;
	margin: auto;
	width: 3px;
	height: 3px;
	border-left: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px transparent;
	border-bottom: solid 2px transparent;
	pointer-events: none;
	z-index: 1;
}


.cellvalue .selbox::before
{
	bottom: 2px;
	-webkit-transform: rotate( 45deg ) skew( 5deg, 5deg );
	transform: rotate( 45deg ) skew( 5deg, 5deg );
}


.cellvalue .selbox::after
{
	top: 2px;
	-webkit-transform: rotate( -135deg ) skew( 5deg, 5deg );
	transform: rotate( -135deg ) skew( 5deg, 5deg );
}


.cellvalue label
{
	display: inline-block;
/*	width: 48%;*/
	width: 230px;
	cursor: pointer;
}

.cellvalue label input[type=radio]
{
	margin-right: 8px;
}


.longvalue
{
	width: calc( 492px - 12px - 12px );
}


.formbtnbox
{
	display: block;
	position: relative;
	margin: 61px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}


.formbtn
{
	display: inline-block;
	position: relative;
	width: 108px;
	height: 34px;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	cursor: pointer;
	transition-duration: 150ms;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: 0px;
	border-radius: 0px;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}

.formbtn:hover
{
	opacity: 0.7;
}


#confirmbtn
{
	background-color: #E6002D;
}


#backbtn
{
	background-color: #3E3A39;
}


#sendbtn
{
	margin-left: 8px;
	background-color: #E6002D;
}


.hnlab
{
	display: block;
	position: absolute;
	right: 0px;
	top: 7px;
	width: 38px;
	height: 19px;
	font-size: 12px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}


.hnlab_h
{
	background-color: #E6002D;
}


.hnlab_n
{
	background-color: #036EB8;
}







@media ( max-width: 640px )
{
	#formbase
	{
		width: 100%;
	}
	
	
	.formbox
	{
		width: 435px;
	}
	
	
	.formatt01
	{
		font-size: 20px;
		line-height: 30px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	
	.formcom01
	{
		font-size: 15px;
		line-height: 27px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	
	.fttr
	{
		/*
		margin-top: 30px;
		margin-bottom: 30px;
		*/
	}
	
	
	.cellname, .cellvalue
	{
		display: block;
		font-size: 18px;
		line-height: 28px;
	}
	
	
	.cellname
	{
		width: auto;
	}
	
	
	.cellvalue
	{
		width: auto;
		margin-top: 8px;
		margin-left: 0px;
	}
	
	
	.hissu
	{
		font-size: 19px;
	}
	
	
	input[type=text], input[type=email], textarea
	{
		font-size: 18px;
		line-height: 28px;
	}
	
	
	input[type=text].wpcf7c-conf, input[type=email].wpcf7c-conf, textarea.wpcf7c-conf
	{
		width: calc( 100% - 13px - 13px );
		font-size: 18px;
		line-height: 28px;
	}
	
	
	.cellvalue select
	{
		height: 36px;
		font-size: 18px;
		line-height: 28px;
	}
	
	
	.longvalue
	{
		width: calc( 100% - 13px - 13px );
	}
	
	
	.formbtn
	{
		width: 152px;
		height: 48px;
		font-size: 22px;
		line-height: 48px;
	}
	
	
	#sendbtn
	{
		margin-left: 11px;
	}
	
	
	.hnlab
	{
		right: 0px;
		width: 48px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
	}
}



#stcb01
{
	width: 960px;
	margin-top: 73px;
	margin-bottom: 120px;
}


#fc01
{
	margin-top: 30px;
}




@media ( max-width: 640px )
{
	#stcb01
	{
		width: 100%;
		margin-top: 75px;
	}
	
	
	#fc01
	{
		margin-top: 23px;
	}
}

form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}