@charset "UTF-8";

/*----- CONTACT -----*/

#contactus{
	width:100%;
	margin:0 auto;
	
	background-color:#f0f0f0;
	color:#000;
}

#contactus div.content{
	width:100%;
	margin:0 auto;
	max-width: 800px;
}

#contactus p.caption{
	margin-bottom:40px;
}

.grecaptcha-badge {
	visibility: visible;
}

/*----- CONTACT-THANKS -----*/

#contactus div.thanks h4{
	font-weight:bold;
	text-align: center;
	
	margin-bottom:10px;
}

/*----- CONTACT-FORM-CONTENT -----*/

.form-content{
	margin-bottom:40px;
}

.form-content div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	
	width:100%;
	
	background-color:#f0f0f0;
	color:#000;
	
	box-sizing: border-box;
	padding:20px 10px;
	border-bottom:solid 1px #000;
	
	/*border-radius:5px;*/
	
	position: relative;
}

.form-content p.que{
	width:100%;
	
	font-size:1.0em;
	line-height:1.75em;
	font-weight:700;
	
	margin-bottom:10px;
}

.form-content p.que span.must{
	display:inline-block;
	
	font-size:0.75em;
	line-height:1.75em;
	font-weight:400;
	
	color:#f00;
}

.form-content p.que span.extra{
	display:inline-block;
	
	font-size:0.75em;
	line-height:1.75em;
	font-weight:400;
	
	color:#00f;
}

.form-content div.ans{
	width:100%;
}

/*/////-----FORM-PARTS-----/////*/

input[type="text"]{
	width:100%;
	max-width: 480px;
	
	font-size:1.0rem;
	line-height:20px;
	
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #fff;
	
	border-radius: 0;
	outline: none;
	
	background-color:#fff;
	color:#000;
	box-shadow: none;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="tel"]{
	width:100%;
	max-width: 240px;
	
	font-size:1.0rem;
	line-height:20px;
	
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #fff;
	
	border-radius: 0;
	outline: none;
	
	background-color:#fff;
	color:#000;
	box-shadow: none;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="email"]{
	width:100%;
	max-width: 480px;
	
	font-size:1.0rem;
	line-height:20px;
	
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #fff;
	
	border-radius: 0;
	outline: none;
	
	background-color:#fff;
	color:#000;
	box-shadow: none;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea{
	width:100%;
	max-width: 480px;
	
	min-height: 120px;
	
	font-size:1.0rem;
	line-height:20px;
	
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #fff;
	
	border-radius: 0;
	outline: none;
	
	background-color:#fff;
	color:#000;
	box-shadow: none;
	
	resize: vertical;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"]{
	width:240px;
	
	font-size:1.0rem;
	line-height:50px;
	font-weight:bold;
	
	background-color:#000;
	border:solid 1px #000;
	border-radius:2.5px;
	color:#fff;
	cursor: pointer;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"]:hover{
	opacity: 0.5;
	
	text-decoration: none;
}

/*/////-----CONTACT-POLICY-----/////*/

.policy{
	width:100%;
	margin-bottom:20px;
}

.policy p.note{
	font-size:0.75em;
	line-height:1.75em;
	
	text-align: center;
}

.policy p.check{
	text-align: center;
	
	box-sizing: border-box;
	padding:20px 0;
}

.approval input[type="checkbox"]{
	display:none;
}

.approval{
	display:inline-block;
	
	box-sizing:border-box;
	padding-left:40px;
	
	position:relative;
}

.approval label:hover{
	cursor:pointer;
}

.approval:before{
	display:block;
	content:"";
	
	width:30px;
	height:30px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:30px;
	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

.approval input + span:after{
	display:block;
	content:"";
	
	width:20px;
	height:20px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:20px;
	
	position:absolute;
	top:0;
	bottom:0;
	left:5px;
	
	margin:auto 0;
}

.approval input:checked + span:after{
	display:block;
	content:"";
	
	width:20px;
	height:20px;
	
	background-color:#000;
	color:#000;
	
	border-radius:20px;
	
	position:absolute;
	top:0;
	bottom:0;
	left:5px;
	
	margin:auto 0;
}

/*----------CONTACTFORM7でラジオボタンをカスタマイズ----------*/

.check span.wpcf7-list-item-label{
	display:block;
	
	box-sizing: border-box;
	padding:10px;
	padding-left:30px;
	
	position: relative;
}

.check span.wpcf7-list-item-label:hover{
	cursor: pointer;
}

.check input[type="checkbox"]{
	display:none;
}

.check span.wpcf7-list-item-label::before{
	display:block;
	content:"";
	
	width:20px;
	height:20px;
	
	background-color:#fff;
	
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	
	margin:auto;
	
	border-radius:30px;
}

.check span.wpcf7-list-item-label::after{
	display:none;
	content:"";
	
	width:10px;
	height:10px;
	
	background-color:#f00;
	
	position: absolute;
	top:0;
	left:5px;
	bottom:0;
	
	margin:auto 0;
	
	border-radius:20px;
}

.check input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
	display: block;
}

.btn-submit{
	text-align: center;
}
