body,html{
	position: relative;
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	padding: 0;
	margin: 0;
}
body{
	overflow-x: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
}
h1,h2,h3,h4,h5,li,ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
#keyv{
	position: relative;
	text-align: center;
	background-image: url(/img/keyv_b.png);
}
#keyv>img{
	display: inline-block;
}
#keyv_head{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 80px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #0C2DA9;
	padding: 8px;
	z-index: 100;
}
.obi{
	position: absolute;
	bottom: 8px;
	height: 110px;
	width: 2400px;
	overflow: hidden;
	/**/
	/**/
}
.obi>div{
	position: absolute;
	width: auto;
	white-space: nowrap;
	width: 5200px;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:16.9s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:16.9s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:16.9s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:16.9s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:16.9s;
	animation-iteration-count:infinite;
}
.odometer *{
	font-size: 48px;
	color: #ffe030;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	min-height: 100%;
	line-height: 74px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.odometer-formatting-mark{
	display: none;
}
.odometer-inside{
	height: 100%;
	text-align: left;
	position: relative;
	left: 18px;
}
.odometer span{
	margin-right: 6px;
}
.odometer-inside *{
	width: 40px;
}
.obi>div>img{
	display: inline-block;
}
@-webkit-keyframes marquee {
  0%{ -webkit-transform: translate(-1300px);}
  100%{ -webkit-transform: translate(-2600px);}
}
@-moz-keyframes marquee {
  0%{ -moz-transform: translate(-1300px);}
  100%{ -moz-transform: translate(-2600px);}
}
@-ms-keyframes marquee {
  0%{ -ms-transform: translate(-1300px);}
  100%{ -ms-transform: translate(-2600px);}
}
@-o-keyframes marquee {
  0%{ -o-transform: translate(-1300px);}
  100%{ -o-transform: translate(-2600px);}
}
@keyframes marquee {
  0%{ transform: translate(-1300px);}
  100%{ transform: translate(-2600px);}
}
.inputbox{
	position: relative;
	text-align: center;
	background-image: url(/img/inputbox.png);
	height: 370px;
	background-position: center;
}
.inputbox>img{
	display: inline-block;
}

.box>h2{
	font-size: 0;
}
.box{
	text-align: center;
}
.box>img{
	display: inline-block;
}

#recom{
	background-image: url(/img/recom_b.png);
	padding-bottom: 40px;
}

#reason>h2{
	background-image: url(/img/reason_h2_b.png);
}

#reason{
	position: relative;
	background-color: #9bc7f0;
	z-index: 2;
	padding-bottom: 80px;
}
#reason:after{
	position: absolute;
	content: "";

	z-index: 1;
	display: block;
	border: 675px solid transparent;
	border-top: 100px solid #9bc7f0;
	border-bottom: 0;
	height: 0;
	width: 0;
	bottom: -100px;
	left: 50%;
	margin-left: -675px;
}

#voice{
	margin-top: -40px;
	padding-top: 200px;
	background-image: url(/img/voice_b.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 0;
}
#voice>h2{
	margin-bottom: 20px;
}

.fit{
	width: 1200px;
	margin: 0 auto;
}
.fitim{
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	background-position: center;
	background-repeat: no-repeat;
}
#keyv_inner{
	height: 497px;
	background-position: center top;
}

#reason_h2_inner{
	height: 158px;
}

#voice_f_i{
	height: 503px;
}

#numberbox_wrap{
	position: relative;
	width: 1200px;
	height: 10px;
	margin: 0 auto;
}
#numberbox{
	position: absolute;
	width: 291px;
	height: 321px;
	top: 110px;
	left: 50%;
	margin-left: -510px;
	overflow: hidden;
}
.numberbox_cover{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background-image: url(/img/numberbox.png);
}
.number_wrap{
	position: absolute;
	height: 74px;
	width: 240px;
	top: 186px;
	left: 0;
	overflow: hidden;
	background-color: #262626;
}
.numbers{
	position: absolute;
	background-image: url(/img/number.png);
	width: 39px;
	height: 2000px;

}
footer{
	height: 60px;
	font-size: 14px;
	background-color: #333;
	line-height: 60px;
	text-align: center;
	min-width: 1200px;
}
footer a{
	font-size: 16px;
	color: #fff;
}

.info_header{
	background-image: url(/img/keyv_n.png);
	height: 80px;
	width: 100%;
	min-width: 1200px;
	background-position: center top;
}
.info_h1{
	font-size: 20px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #0C2DA9;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
#article_wrap{
	width: 100%;
	min-width: 1200px;
}
article{
	font-size: 12px;
	width: 800px;
	margin: 0 auto;
	padding: 40px;
	margin-bottom: 100px;
}
article a{
	font-size: 12px;
}
.inputform{
	position: absolute;
	left: 50%;
	top: 136px;
	width: 1000px;
	margin-left: -500px;
}
.inputs{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
}
.inputs ul{

}
.inputs select{
	width: 200px;
	margin: 0 20px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	border: 1px solid #555;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	padding: 0 12px;
}
.inputs ul li{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.inputs+p{
	margin-top: 31px;
}
.inputs+p input{
	    width: 624px;
    height: 80px !important;
    display: block;
    margin: 0 auto;
    font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	cursor: pointer;
	margin-top: -11px;
}
.inputs+p input:hover{
	opacity: 0.1;
}
.input_page *{
	font-size: 14px;
}
.input_head{
	height: 80px;
	width: 100%;
	min-width: 1000px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/input_head.png);
	border-bottom: 3px solid #0C2DA9;
	background-color: #fff;
}
.input_page h2{
	color: #0C2DA9;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding: 20px;
}
.input_page{
	background-color: #9BC7F0;
}
#input_body{
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 12px;
	margin-top: 60px;
	padding: 20px 40px 40px 40px;
}
dl{
	width: 100%;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	flex-wrap: wrap;
}
.inputtr dt{
	position: relative;
	width: 260px;
	font-size: 12px;
	padding-left: 10px;
}
.inputtr dt,
.inputtr dd{
	vertical-align: middle;
}
.inputtr dd{
	width: 460px;
}
dd{
	margin: 0 !important;
}
.inputtr{
	display: table-row;
	padding: 20px 0;
	table-layout: fixed;
}
.inputtr dd.ordd{
margin:20px 0 0 !important;
}
.inputtr dt.req2{
	font-weight: bold;
	font-size: 18px;
padding:5px 0 5px 70px;
position:relative;
background:#D6D6D6;
margin:0 0 10px;
}
.inputtr dt.req2:before{
content:"必須";
text-align:center;
font-size:16px;
width:50px;
height:25px;
line-height:25px;
color:#fff;
font-weight:bold;
background:#FF8402;
position:absolute;
left:3px;
top:5px;
}
.inputtr dt.req3:after{
content:"おおよそで構いません";
text-align:center;
font-size:12px;
width:150px;
height:25px;
line-height:25px;
color:#fff;
font-weight:bold;
border-radius:10px;
background:#005EB8;
position:absolute;
right:3px;
top:5px;
}
.inputtr dd label.or{
width:49%;
display:inline-block;
border:2px solid #FF8402;
border-radius:4px;
padding:10px;
}
#last_name{
width:49%;
float:left;
}
#first_name{
width:49%;
float:right;
}
#last_name_kana{
width:49%;
float:left;
}
#first_name_kana{
width:49%;
float:right;
}
.inputtr>*{
	display: table-cell !important;
}
.steps{
	position: relative;
}
.steps+.steps{
	margin-top: 20px;
}
.input_page footer{
	margin-top: 80px;
}
.button_wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks_page button,
.button_wrap input{
	width: 240px;
	height: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	box-shadow: none;
	margin-top: 32px;
	border-radius: 3px;
	font-size: 24px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#309016+0,20610a+100 */
background: rgb(48,144,22); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(48,144,22,1) 0%, rgba(32,97,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(48,144,22,1) 0%,rgba(32,97,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(48,144,22,1) 0%,rgba(32,97,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309016', endColorstr='#20610a',GradientType=0 ); /* IE6-9 */

	color: #fff;
	font-weight: bold;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4) inset,
				0px 2px 3px rgba(0,0,0,0.4);
	cursor: pointer;
}
.button_wrap input:hover{
	opacity: 0.9;
}
.inputtr h3{
	font-weight: bold;
	font-size: 20px;
padding:0 0 0 70px;
position:relative;
background:#D6D6D6;
}
.inputtr h3:before{
content:"必須";
text-align:center;
font-size:16px;
width:50px;
height:25px;
line-height:25px;
color:#fff;
font-weight:bold;
background:#FF8402;
position:absolute;
left:3px;
top:3px;
}
.inputtr h3.h3none{
font-weight:normal;
padding:0;
background:#fff;
}
.inputtr h3.h3none:before{
content:"";
background:none;
font-size:14px;
}
.errormesse_org,
.errormesse{
	position: absolute;
	margin-top: -20px;
	font-size: 11px;
	background-color: #ffe0e0;
	padding: 2px 8px;
	border-radius: 2px;
	color: #ff0000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#first_name+.errormesse,
#first_name_kana+.errormesse,
#last_name+.errormesse,
#last_name_kana+.errormesse,
.errormesse_org+.errormesse{
	display: none;
}
.errormesse.un{
	margin-top: 0;
}
#input_body.thanks_page{
	padding: 120px 80px;
}
.thanks{
	width: 100%;
	height: auto;
	text-align: center;
	color: #0527AD;
	font-weight: bold;
	font-size: 80px;
}
.thanks_str{
	font-size: 18px;
	color: #555;
	line-height: 40px;

}

#input_body.thanks_page{
	padding: 60px;
}

.thanks{
	text-align: left;
}
.thanks h1{
	color: #444;

}
.thanks h1{
	position: relative;
	padding-left: 12px;
	font-weight: bold;
	font-size: 20px;
	border-left: 4px solid #0527AD;
}
.thanks h2{
	font-size: 28px;
}
.t_1{
	border: 2px dashed #1379E1;
	background-color: #e3f0ff;
	border-radius: 20px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}
.n_str{
	margin: 20px 0;
	color: #555;
	line-height: 28px;
}
.thanks h2{
	text-align: left;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
}
#t_li{
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 24px;
}
#t_li li{
	display: table-cell;
}

#t_li li{
	padding: 0px 2px;
}
#t_li li:first-child{
	padding-right: 4px;
}
#t_li li:last-child{
	padding-left: 4px;
}
#t_li li img{
	width: 100%;
	height: auto;
}

.thanks_page button{
	margin: 0 auto;
	margin-top: 32px;
	width: 400px;
	display: block;
}

.needcheck{
	width: 100%;
	padding-right: 10px;
	margin: 20px 0 20px 0;
}
.needcheck>div{
	position: relative;
	width: 100%;
	height: auto;
}
.needcheck>div>div>img{
	width: 100%;
}
.needcheck>div>div{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding: 0 28px;
	padding-top: 4px;
	padding-right: 36px;
	background-color: #42a8f1;
	border-radius: 2px 0 0 2px;
	color: #127;
	text-shadow: 1px 1px 0px #fff,
				-1px -1px 0px #fff,
				-1px 1px 0px #fff,
				1px -1px 0px #fff,
				0px 0px 2px #fff;
	box-shadow: 0 2px 0px #000;
}
.needcheck>div>div{
	z-index: 10;
}
.needcheck>div>div>div{
	position: relative;
	height: 0px;
	width: 0px;
	border: 20px solid transparent;
	border-top-width: 0;
	top: 6px;
	margin-right: 8px;
	border-bottom: 32px solid #ffcc22;
	display: inline-block;
	line-height: 47px;
	text-align: center;
}
.needcheck>div>div>div>p{
	line-height: normal;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0;
    padding: 0;
    left: -20px;
    font-size: 19px;
}
.needcheck>div>div>span{
	font-size: 20px;
}
.needcheck>div>div>span>span{
	font-size: 20px;
	color: #ff5511;
}
.needcheck>div:after,
.needcheck>div>div:after{
	border: 40px solid transparent;
	border-right-width: 20px;
	border-left: 20px solid #42a8f1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
}

.needcheck>div:after{
	top: 2px;
	border-left-color: #000;
	z-index: 1;
}
.inputs .ssl select{
	border: 3px solid #999;
	border-radius: 4px;
	margin-top: 12px;
}
.inputs .ssl.on select{
	-webkit-animation: bc 0.9s ease-in 0s infinite;
	-moz-animation: bc 0.9s ease-in 0s infinite;
	animation: bc 0.9s ease-in 0s infinite;
}
.inputs .ssl.on+.ssl.on select{
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
select:focus{
	outline: 0;
}
@-webkit-keyframes bc{
	0%{
		border-color: #f00;
	}
	50%{
		border-color: #999;
	}
	100%{
		border-color: #f00;
	}
}