@charset "utf-8";
/* CSS Document */

/*リセットCSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
	text-decoration: none;
	font-style: normal
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
		display: block;
}

ol, ul {
		list-style: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

/*リセットCSSここまで*/

.left{float: left;}
.right{float: right;}

.cFix:after {
	display: block;
	clear: both;
	content: "";
}



body{
	margin: 0;
		font-size: 16px;
		line-height: 1.6;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		overflow-wrap: break-word;
	padding: 5%;
}
.contnt01{
margin: 0 auto;
}
.bg{
	background: #FDF5C0;
	padding: 0 0 5% 0		;
	text-align: center;
	margin: 0 auto 2%;
	border: solid #22ac38;
}
.form_S1{width: 40%;
padding: 1.5%;
font-size: 120%;
margin-bottom: 2%;
}
.step01{
	display: inline-block;
margin-right: 1%;
font-size: 130%;
font-weight: bold;


}
.step01 span{font-size: 170%;
	margin-bottom:
}
.form_title{
	font-size: 180%;
	font-weight: bold;
	padding: 1% 0 1%;
	text-align: center;
	background: #22ac38;
	color:#fff;
	margin-bottom: 3%;
	letter-spacing: -1px;
}
.form_title span{
	font-size: 120%;
	color:#FFE500;
	letter-spacing: -1px;
}
.btn_box{
	padding: 2% 5% 0%;
}
select{
	border: solid 2px #22ac38;
}
.btn_box img:hover{
position:relative;
top:3px;
left:3px;
}

.btn_box a:hover {
	opacity: 0.8;
}
.btn_box input:hover{
position:relative;
top:3px;
left:3px;
}
.btn_box input:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}


@media (max-width: 830px){
	.btn_box img{width: 100%;}
	.btn_box input{width: 100%;}
	.yajirushi img{width: 50%;
	}
	.form_title{font-size: 150%;}
}
