@charset "UTF-8";
body { -webkit-text-size-adjust : 100% ; }
img {
    max-width : 100% ;
    height : auto ;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
input,textarea,select {
    -webkit-appearance: none;
}
body,
h1,
h2,
h3,
ul,
ol,
li,
p,
figure,
input,
textarea,
select{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	color: #666;
}
li{
	list-style: none;
}
.clear{
	clear: both;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.tcenter{
	text-align: center;
}
a{
	text-decoration: none;
	color: #32BAEB;
}
a,
p,
li,
button{
	font-size: 15px;
	line-height: 25px;
}
h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #5F83C7;
	font-size: 20px;
	font-weight: bold;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
div.link-box{
	width: 90%;
	margin: 40px auto 20px;
	background: #F26964;
	border-bottom: 1px solid #E05A5A;
}
div.link-box:hover{
	background: #FF8888;
	border-bottom: 1px solid #F26964;
}
a.link-text{
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 25px;
	padding: 15px 20px;
}
div.link-box a:after{
	font-family: 'FontAwesome';
	content: "> ";
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
button.link-text{
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 25px;
	margin: 0;
	background: none;
	border: none;
	padding: 15px 20px;
	width: 100%;
	cursor: pointer;
}
div.link-box button:after{
	font-family: 'FontAwesome';
	content: "> ";
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
body{
	background: #f7f7f7;
}

/* header部分修正 */

#main{
	background: #ffffff;
	width: 920px;
	margin: 40px auto;
	padding: 40px;
}
footer p{
	text-align: center;
	padding-bottom: 40px;
}
form ul{
}
form li{
}
li.list-title {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
	margin: 20px 0;
}
li.list-title span{
	color: #F26964;
}
.shusei{
	text-align: center;
	margin-top: 40px;
}
input{
	background: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	width: 95%;
	border: 1px solid #EFEFEF;
	padding: 10px 5px;
	font-size: 15px;
}
select{
	color: #666;
	border: 1px solid #EFEFEF;
	padding: 10px 5px;
	font-size: 15px;
	background: #FFF;
}
#termsbox{
	padding: 20px;
	border: 1px solid #EFEFEF;
	height: 300px;
	overflow: auto;
	margin-top: 20px;
}
#form_step{
	overflow: hidden;
	width: 100%;
	margin: 10px 0 0;
}
#form_step li{
	float: left;
	width:33%;
}
#form_step span{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	padding:10px 20px;
	line-height:100%;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	display:block;
	background-color:#bbb;
	text-align:center;
}
#form_step .on{
	background-color: #32BAEB;
}
#form_step li:first-child span{
	padding-left: 15px;
}
#form_step span::after,
#form_step span::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 1em solid;
	right: -12px;
}
#form_step span::after{
	z-index: 2;
	border-left-color: #bbb;
}
#form_step .on::after{
	z-index: 2;
	border-left-color: #32BAEB;
}
#form_step span::before{
	border-left-color: #fff;
	right: -13px;
	z-index: 1;
}
#form_step li:last-child span::after,
#form_step li:last-child span::before{
	content: "";
	position:static;
	top:0;
	right:0;
	border:none;
}
#form_step .current{
	background: none;
}
#form_step .current::after,
#form_step .current::before{
	content: normal;
}
@media screen and (max-width: 1020px) {
#header_in{
	width: 100%
}
#header_in img{
	margin-left: 20px;
	width: 100px;
}
#main{
	width: auto;
	margin: 20px 10px 40px;
	padding: 20px;
}
.shusei{
	margin: 40px 0 20px;
}
}
@media screen and (max-width: 700px) {
a,
p,
li,
button{
	font-size: 14px;
}
h1{
	font-size: 20px;
}
h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #5F83C7;
	font-size: 15px;
	font-weight: bold;
}
#header_in{
	padding: 10px 0;
}
#header_in img{
	width: 90px;
}
#main{
	margin: 10px 10px 40px;
	padding: 10px;
}
.shusei{
	margin: 40px 0;
}
}




/* 追記 */
header{
	background: #FFF;
	margin: 0 auto;
}
#header_in{
	width: 1280px;
	margin: 0 auto;
	padding: 20px 0;
}

#wrap{
	width: 100%;
	margin: 0 auto;
}

.t_center{text-align:center;}

.red{
	color: #F33;
	}
	
.footer{
	background-color: #CCC;
	width: 100%;
	height: 100px;
	margin-top: 60px;
	padding-top:40px;
	text-align:center;
}