/* main-visual
-------------------------*/
.main-visual {
	background-image: url(../img/contact/img_main_01.png);
}

/* contact-area
-------------------------*/
.contact-area {
	padding: 100px 0;
}
.contact-area .text{
	font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
	.contact-area {
		padding: 45px 0;
	}
	.contact-area .text{
		font-size: 1.1rem;
	}
}
.form select{
	appearance: none;
  	border-radius: 0;
	font-size: 2.0rem;
    line-height: 1.75;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #989898;
    padding: 0 20px;
}
.form select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
.form .caution{
	font-size: 2.0rem;
	text-align: center;
	margin: 50px 0 -50px;
}
@media screen and (max-width: 767px) {
	.form select{
		font-size: 1.2rem;
		height: 35px;
	}
	.form .caution{
		font-size: 1.2rem;
		margin: 30px 0 0;
	}
}