@charset "utf-8";

.single #sec_single .single__inr__content div{
	line-height: 2em;
	font-size: 1.6rem;
}
@media (max-width: 480px) {
	.single #sec_single .single__inr__content div{
		font-size: 1.4rem;
	}
}

.single .wpcf7-form .form--cell .radio-918{
	width: 510px!important;
}
.single .wpcf7-form .form--cell p:nth-child(2n){
	display: block;
}
.single .wpcf7-form .form--cell .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:first-child{
	margin: 0 0 0 1em;
}
.single .wpcf7-form .form--cell .text-adname{
	width: 510px!important;
	display: none;
}
.single .wpcf7-form .form--cell .text-adname.active{
	display: block;
}
.single .wpcf7-form .form--cell .text-adname{
	width: 510px!important;
}
@media screen and (max-width: 480px){
	span.wpcf7-list-item{
		display: block!important;
		margin-bottom: 10px!important;
	}
	.single .wpcf7-form .form--cell .radio-918{
		width: 100%!important;
	}
	.single .wpcf7-form .form--cell .text-adname{
		width: 100%!important;
		height: 30px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 481px){
	.single .wpcf7-form .form--cell.va_top{
		align-items: flex-start;
	}
	.single .wpcf7-form .form--cell.va_top .form--name{
		margin-top: 10px;
	}
}

input[type=file]{
	background-color: transparent!important;
}
