@charset "utf-8";

/* contents */
#contents {
}
.section01 {
	background-color: #EDFAFB;
}
.section01 .inner {
	height: 244px;
	background-image: url(images/inquiry_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.section01 h2 {
	text-indent: -9999px;
}
.section01 p {
}
.section02 {
	margin-bottom: 80px;
}
.section02 .inner {
}
.section02 h2 {
	color: #009fe8;
	font-size: 35px;
	padding-top: 60px;
	padding-bottom:30px;
	text-align: center;
}
.section02 p {
	color: #938d8a;
	font-size: 18px;
	text-align: center;
}
.section02 span.caution {
	display: block;
	color: #938d8a;
	font-size: 14px;
	width: 80%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
/* dl */
dl {
	margin-top: 20px;
	color: #938d8a;
	font-size: 14px;
	line-height: 1.2em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
dl dt {
	display: block;
	width: 25%;
	clear: left;
	float: left;
	padding-top: 10px;
	margin-right: 5%;
	margin-bottom: 20px;
	position: relative;
}
dl dt span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
}
dl dt:after {
	position: absolute;
	right: -2em;
	top: 10px;
	content: "※";
}
dl dd {
	display: block;
	width: 70%;
	margin-bottom: 20px;
	float: left;
}
dl.check {
	margin-top: 30px;
}
dl.check dt {
	padding-top: 0px;
	margin-bottom: 41px;
}
dl.check dt:after {
	display: none;
}
dl.check dd {
	color: #000;
	font-weight: normal;
	margin-bottom: 41px;
}


button.btnNext[type="submit"], button.btnBack[type="submit"], button.btnNext[type="button"], button.btnBack[type="button"] {
    border-style: none;
    font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
    transition: all 0.3s ease 0s;
	background-color: #2e3192;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 80px;
	display: block;
	color: #FFF;
	line-height: 80px;
	font-weight: normal;
	font-size: 35px;
	text-align: center;
}
button.btnNext[type="submit"]:hover, button.btnBack[type="submit"]:hover, button.btnNext[type="button"]:hover, button.btnBack[type="button"]:hover {
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
    cursor: pointer;
}
input[type="text"] {
    border: 2px solid #b2aeac;
    color: #938d8a;
    font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
    height: 38px;
    padding: 5px;
    width: 100%;
	font-size: 14px;
}
textarea {
    border: 2px solid #b2aeac;
    color: #938d8a;
    font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
    height: 150px;
    padding: 5px;
    width: 100%;
	font-size: 14px;
}
select {
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	color: #828282;
	width:30%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #b2aeac;
	background: url(images/select_arrow.png) right 50% no-repeat;
	background-size: 40px, 100%;
	cursor: pointer;
	box-shadow: inset 200px 200px 0px 0px rgba(255,255,255,0.4);
	padding-right: 44px;
	margin-bottom: 20px;
}
select:hover {
	box-shadow: inset 200px 200px 0px 0px rgba(255,255,255,0);
}
select:focus {
}
select::-ms-expand {
	display: none;
}


@media screen and (max-width: 800px) {
	.section01 .inner {
		height: 122px;
		background-image: url(images/inquiry_header.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 270px 122px;
	}
	h2 {
		font-size: 130% !important;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}
	p {
		font-size: 100% !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.section02 span.caution {
		width: 100%;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	/* dl */
	dl {
		margin-top: 20px;
		color: #938d8a;
		font-size: 14px;
		line-height: 1.2em;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	dl dt {
		display: block;
		width: 100%;
		clear: left;
		float: none;
		padding-top: 0px;
		margin-right: 5%;
		margin-bottom: 10px;
		position: relative;
	}
	dl dt span {
		display: block;
		font-size: 10px;
		line-height: 1.2em;
	}
	dl dt:after {
		position: relative;
		right: auto;
		top: auto;
		margin-left: 5px;
		content: "※";
	}
	dl dd {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		float: left;
	}
	dl.check {
		margin-top: 0px;
	}
	dl.check dt {
		padding-top: 0px;
		margin-bottom: 30px;
	}
	dl.check dt:after {
		display: none;
	}
	dl.check dd {
		color: #000;
		font-weight: normal;
		margin-bottom: 30px;
	}
	select {
		font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
		font-size: 14px;
		color: #828282;
		width:80%;
		padding: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 2px solid #b2aeac;
		background: url(images/select_arrow.png) right 50% no-repeat;
		background-size: 40px, 100%;
		cursor: pointer;
		box-shadow: inset 200px 200px 0px 0px rgba(255,255,255,0.4);
		padding-right: 44px;
		margin-bottom: 10px;
	}
	.section02 {
		margin-bottom: 20px;
	}
	button.btnNext[type="submit"], button.btnBack[type="submit"], button.btnNext[type="button"], button.btnBack[type="button"] {
		border-style: none;
		font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
		transition: all 0.3s ease 0s;
		background-color: #2e3192;
		border-radius: 8px;
		margin-left: auto;
		margin-right: auto;
		width: 260px;
		height: 48px;
		display: block;
		color: #FFF;
		line-height: 48px;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
	}
}

	.formArea{
		width:100%;
		margin:0 auto;
		padding:10px;
		font-size:0.9em;
	}
	
	dl{
		margin:20px 0 20px 0;
		font-size:16px;
		color:#656ed3;
		font-weight:bold;
	}
	
	dt{
		margin:2px 0 0px 0;
		display:none;
	}
	dd{
		margin:2px 0;
	}
	dd input{
		width:100%;
		border:#656ed3 1px solid;
		height:20px;
	}
	span.onamae{
		font-size:13px;
		color:#656565;
	}
	dt.on{
		display:block;
	}
	p.mainCaution{
		font-size:13px;
		font-weight:normal;
		color:#333;
	}
	.formArea select{
		border:#656ed3 1px solid;
	}
	dd textarea{
		width:100%;
		max-width:100%;
		min-height:200px;
		border:#656ed3 1px solid;
	}