html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}
.onpc{
	display: none !important;
}
*{
	box-sizing: border-box;
}
.spbox{
	position: relative;
	width: 100%;
}
.spbox img{
	width: 100%;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.clogos{
	display: none;
}
/*
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/
button.sub2{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
overflow:hidden;
}
.sub{
	width: 100%;
	height: 66px;
	position: relative;
	padding: 0;
	padding-right: 20px;
	margin: 0;
	margin-top: 28px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ada7f+1,31d54c+100 */
background: rgb(138,218,127); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,218,127,1) 1%, rgba(49,213,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(138,218,127,1) 1%,rgba(49,213,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(138,218,127,1) 1%,rgba(49,213,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ada7f', endColorstr='#31d54c',GradientType=0 ); /* IE6-9 */

	border: none;
	border-radius: 3px;
	box-shadow: 0px 6px 0px #26ae3f, 0px 2px 6px rgba(0,0,0,0.2);

	animation: ops 2s ease-in forwards infinite;
	-webkit-animation: ops 2s ease-in 0s forwards infinite;
	-o-animation: ops 2s ease-in 0s forwards;
	animation: ops 2s ease-in 0s forwards infinite;
}

.sub2{
	width: 100%;
	position: relative;
	padding: 0;
	padding-right: 20px;
	margin: 0;
	border: none;
	border-radius: 3px;

}

@-webkit-keyframes ops{
	53%{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	box-shadow: 0px 6px 0px #26ae3f, 0px 2px 6px rgba(0,0,0,0.2);
	}
	62%{
		-webkit-transform: translate(0, 6px);
		-ms-transform: translate(0, 6px);
		-o-transform: translate(0, 6px);
		transform: translate(0, 6px);
	box-shadow: 0px 0px 0px #26ae3f, 0px 2px 6px rgba(0,0,0,0.2);
	}
	68%{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	box-shadow: 0px 6px 0px #26ae3f, 0px 2px 6px rgba(0,0,0,0.2);
	}
	74%{
		-webkit-transform: translate(0, -2px);
		-ms-transform: translate(0, -2px);
		-o-transform: translate(0, -2px);
		transform: translate(0, -2px);
		box-shadow: 0px 8px 0px #26ae3f, 0px 4px 6px rgba(0,0,0,0.2);
	}
	80%{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		box-shadow: 0px 6px 0px #26ae3f, 0px 2px 6px rgba(0,0,0,0.2);
	}
}

.sub_inner{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

.s{
	position: absolute;
	left: 0;
	top: -2px;
	animation: ops2 2s ease-in 0.1s forwards infinite;
	-webkit-animation: ops2 2s ease-in 0.1s forwards infinite;
	-o-animation: ops2 2s ease-in 0.1s forwards;
	animation: ops2 2s ease-in 0.1s forwards infinite;
	z-index: 2
}
.i{
	position: absolute;
	left: 0;
	top: -2px;
	margin-left: 22px;
	animation: ops2 2s ease-in 0.25s forwards infinite;
	-webkit-animation: ops2 2s ease-in 0.25s forwards infinite;
	-o-animation: ops2 2s ease-in 0.25s forwards;
	animation: ops2 2s ease-in 0.25s forwards infinite;
}
@-webkit-keyframes ops2{
	53%{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	62%{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	66%{
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		-o-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}
	70%{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.tens{
	position: absolute;
	z-index: 10;
	margin-left: -62px;
	margin-top: -10px;
}
.tens span{
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #fff;
	background-color: #FD551F;
	height: 20px;
	width: 10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.tens span:nth-child(1){
	-webkit-transform: rotate(-56deg);
	-ms-transform: rotate(-56deg);
	-o-transform: rotate(-56deg);
	transform: rotate(-56deg);
	margin-left: -4px;

	animation: ops3 2s ease-in 0.2s forwards infinite;
	-webkit-animation: ops3 2s ease-in 0.2s forwards infinite;
	-o-animation: ops3 2s ease-in 0.2s forwards;
	animation: ops3 2s ease-in 0.2s forwards infinite;
}
.tens span:nth-child(2){
	-webkit-transform: rotate(-28deg);
	-ms-transform: rotate(-28deg);
	-o-transform: rotate(-28deg);
	transform: rotate(-28deg);
	margin-left: 10px;
	margin-top: -12px;
	animation: ops3 2s ease-in 0.2s forwards infinite;
	-webkit-animation: ops3 2s ease-in 0.2s forwards infinite;
	-o-animation: ops3 2s ease-in 0.2s forwards;
	animation: ops3 2s ease-in 0.2s forwards infinite;
}
.tens span:nth-child(3){
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
	margin-left: 28px;
	margin-top: -16px;
	animation: ops3 2s ease-in 0.2s forwards infinite;
	-webkit-animation: ops3 2s ease-in 0.2s forwards infinite;
	-o-animation: ops3 2s ease-in 0.2s forwards;
	animation: ops3 2s ease-in 0.2s forwards infinite;
}

@-webkit-keyframes ops3{
	62%{
		opacity: 1;
	}
	71%{
		opacity: 0.6;
	}
	80%{
		opacity: 1;
	}
}

.kan{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff !important;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 2px;
	background-color: #FD551F;
	padding: 4px;
	padding-left: 6px;
}
.sub_str1{
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	margin-bottom: 8px;
	top: -10px;
	position: absolute;
	text-align: right;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);

}
.sub_str2{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	position: absolute;
	top: 30px;
	text-align: right;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.six{
	position: relative;
	width: 45px;
	height: 32px;
	display: inline-block;
	margin: 0 4px;
	margin-top: 6px;
	text-shadow: 2px 0px 0px #fff,
				0px 2px 0px #fff,
				-2px 0px 0px #fff,
				0px -2px 0px #fff,
				-2px -2px 0px #fff,
				2px 2px 0px #fff,
				2px -2px 0px #fff,
				-2px 2px 0px #fff,
				0 1px 6px rgba(0,0,0,0.2);
	font-weight: bold;
	font-size: 36px;
	color: #FD551F;
}
.inputform{
	width: 100%;
	position: relative;
	bottom: 0px;
	z-index: 100;
}
.in1{
	margin-top: -48px;
}
#c1{
	margin-bottom: 20px;
}
#c2{
	background-color: #FAEDBD;
}
#c3{
	margin-bottom: 20px;
}
form{
	margin-bottom: 0;
}
.in1{
	position: relative;
}
.inputbox_body{
	padding: 20px 20px;
}
.inputbox{
	border: 2px solid #ffc71b;
	background-color: #fff;
	border-radius: 3px;
}
.inputbox_titlebar{
	position: relative;
	height: 52px;
	background-color: #ffc71b;
}
.inputbox_titlebar img{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.scover{
	position: relative;
	width: auto;
	height: auto;
	display: inline-block;
}
.scover:after{
	content: "";
	display: block;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 8px solid #aaa;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -4px;
}input[type="email"],
input[type="text"],
input[type="number"],
select{
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #aaa;
	padding: 6px;
	padding-left: 12px;
	padding-right: 28px;
	font-size: 16px;
}

.inputbox ul li>div:nth-child(1){
	position: relative;
	font-size: 18px !important;
	color: #555;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 8px;
	height: 37px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.inputbox ul li>div:nth-child(1):before{
	content: "1";
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	font-size: 28px;
	border-radius: 2px;
	height: 32px;
	width: 32px;
	color: #fff;
	background-color: #2684DA;
	white-space: pre;
}
.inputbox ul li>div:nth-child(1):after{
	content: "STEP";
	text-align: center;
	position: absolute;
	overflow: visible;
	height: 0;
	width: 0;
	left: 32px;
	top: 50%;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 4px solid #2684DA;
	color: #FDC547;
	font-size: 10px;
	text-indent: -38px;
}
.inputbox ul li:nth-child(1)>div:nth-child(1){
}
.inputbox ul li:nth-child(2)>div:nth-child(1):before{
	content: "2";
}
.inputbox ul li:nth-child(3)>div:nth-child(1):before{
	content: "3";
}
.inputbox ul li:nth-child(1)>div:nth-child(2){
	position: relative;
	padding-left: 20px;
}
.inputbox_body form ul li{
	position: relative;
	display: block;
	margin-bottom: 12px;
}
.inputbox_body form ul li:last-child{
	margin-bottom: 0;
}
.inputbox_body form ul li.bw{
	width: 100%;
}
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
select{
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #aaa;
	padding: 6px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	width: 100%;
	height: 48px;
}
select{
	padding-right: 28px;
}
i{
	position: absolute;
	text-decoration: none;
	font-style: normal;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin-top: -8px;
}input[type="email"],
input[type="text"],
input[type="number"]{
	width: 100%;
}
.i100 .scover{
	width: 100%;
}


.inputbox_body form ul li>div{
	display: block;
	width: auto;
}
.inputbox_body form ul li>div:first-child{
	width: 100%;
	font-size: 10px;
}

.inputbox_body form ul li>div:last-child{
	padding-left: 20px;
	font-size: 12px;
}
.inputbox_body form ul li>div:last-child input[type="text"]{
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 3px;
}
.inputbox_body form ul li>div:last-child select{
}
.pczip{
}
.spzip{
	display: block;
}


/****** input ******/
header{
	width: 100%;
}
#flow{
	width: 100%;
}
/*
#flow ul{
	display: block;
}
#flow ul li{
	border-right: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-radius: 0 !important;
	text-indent: 0 !important;
}
#flow ul li:last-child{
	border-bottom: 1px solid #1CA4FC !important;
}
#flow ul li div:before,
#flow ul li div:after,
#flow ul li:before,
#flow ul li:after{
	display: none;
}
*/
#flow ul li:nth-child(1){
	margin-left: 1px;
}
#flow ul li:nth-child(2),
#flow ul li:nth-child(3),
#flow ul li:nth-child(4){
	text-indent: 0;
	padding-left: 23px;
}
#allwrap{
	width: 100%;
}
#flow ul li{
	font-size: 12px;
	margin-right: 0px;
}
.ns_midashi{
	padding: 0 12px;
}
.kazais{
	width: 100%;
	align-items: center;
	justify-content: center;
}
#ns{
	padding: 0 12px;
}
#ns a{
	height: 40px;
	font-size: 12px;
}
#ns a span{
	font-size: 12px;
}
.other_kazai{
	padding: 0 12px;
}
.submit_button{
	width: 90%;
	display: block;
}



.input_table th:after{
	top: -2px !important;
	right: -8px !important;
	display: inline-block !important;
	position: relative !important;
}


header{
	text-align: center;
	border-bottom: 2px solid #FD551F;
}
header .fit{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
header img{
	max-width: 100%;
	max-height: 32px;
	margin: 0 auto;
}
header .fit img{
}


.fit{
	width: 100%;
}
.oth{
	padding: 12px 0;
}

article{
	margin: 0 12px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	padding: 4px 20px 32px;
	text-align: left;
	font-size: 12px;
}
article h1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

	border-radius: 3px;
	color: #fff;
	padding: 20px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	margin-bottom: 12px;
	font-size: 14px;
}
.space{
	display: inline-block;
	width: 20px;
}

.nosp{
	display: none;
}


footer{
	border-top: 2px solid #FD551F;
	background-color: #eee;
	width: 100%;
	height: auto;
}
footer .fit{
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px 0 80px;
}
.fmenu{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 0px;
}
.fmenu li:last-child{
	margin-left: 0px;
}

.copy{
	position: absolute;
	right: auto;
	width: 100%;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.nopc{
	display: block;
}
select{
	height: 44px !important;
}
.inputpagefooter{
	height: 40px;
	position: relative;
}
.copy{
	font-size: 10px;
	padding:0;
}
.thanks{
	padding: 0 12px;
}
.kibou{
	line-height: 40px;
}
.otokod{
	line-height: 40px;
}


.kazais>div:last-child{
	width: 96px;
}
@media screen and (max-width:330px) {
	.sub_str2>span{
		display: none;
	}
}
.st{
	top: 0%;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	left: 7%;
	color: #444;
	padding-top: 8px;
	line-height: 18px;
}
.st>span{
	color: #ff5400;
	font-size: 16px;
	font-weight: bold;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;

}
.st>img{
	display: block;
}
.osusu{
	margin-top: 0px;
	display: inline;
	font-weight: bold;
	background-color: transparent;
	color: #f00;
	margin-left:  12px;
	position: relative;
}
.osusu:after{
	content: "!";
}
.gai{
	margin-top: 8px;
}
.tt{
	left: 50%;
	margin-left: -150px;
}
.tt:before{
	left: 50%;
}
@media screen and (min-width:374px) {
	.st{
		padding-top: 10px;
		font-size: 13px;
		line-height: 20px;
	}
}
@media screen and (min-width:400px) {
	.st{
		padding-top: 10px;
		font-size: 15px;
		line-height: 25px;
	}
}
.input_table{
	border: none;
}
.input_table tr{
	border: none;
}
.input_table tbody,
.input_table tr{
	width: 100%;
	display: block /*!important*/;
}
.input_table th,
.input_table td{
	border: none;
	display: block !important;
	width: 100% !important;
	float: left;
	background-color: #fff !important;
}
.input_table th{
	padding-top: 20px;
}
.input_table td{
	padding-top: 0;
	padding-bottom: 12px;
}

.input_table .table_title{
	width: 100%;
	background-color: #1CA4FC !important;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 12px;
}
.ib{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
.spformbox{
width:100%;
background:#FF8C00;
margin:10px auto;
padding:0 0 5px;
}
.spformboxinner{
width:95%;
margin:5px auto;
background:#fff;
}
.spformtitle{
width:90%;
margin:5px auto;
padding:10px 0;
}
.spformboxinner select{
display:inline-block;
}
.spform1 input{
width:80%;
}
.spform2 select{
width:86%;
position:relative;
}
.spform3 select{
width:20%;
margin:0 0 0 5px;
position:relative;
padding:0 0 0 5px;
}
.spform2:after{
content: "\f0d7";
font-weight:900;
width:5px;
height:5px;
font-family: Font Awesome\ 5 Free;
position:absolute;
right:15%;
top:30%;
}
.spform3 span{
position:relative;
}
.spform3 span:after{
content: "\f0d7";
font-weight:900;
width:5px;
height:5px;
font-family: Font Awesome\ 5 Free;
position:absolute;
right:20%;
top:18%;
}
.spform1{
padding:10px;
border-bottom:1px dashed #FF8C00;
position:relative;
padding:10px 0 40px 150px;
}
.spform1:before{
content:"";
background:url(spimg/form1.png) no-repeat;
width:30%;
height:67px;
background-size:contain;
position:absolute;
left:5px;
top:20%;
}
.spform1 p{
font-size:65%;
width:100%;
position:absolute;
left:10px;
}
.spform2{
padding:10px;
border-bottom:1px dashed #FF8C00;
position:relative;
padding:10px 0 20px 165px;
}
.spform2:before{
content:"";
background:url(spimg/form2.png) no-repeat;
width:35%;
height:67px;
background-size:contain;
position:absolute;
left:5px;
top:20%;
}
.spform3{
padding:10px;
position:relative;
padding:10px 0 20px 170px;
}
.spform3:before{
content:"";
background:url(spimg/form3.png) no-repeat;
width:40%;
height:67px;
background-size:contain;
position:absolute;
left:5px;
top:20%;
}
.pr-text {
  text-align: right;
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
}