@charset "utf-8";

/*----------------------------------------------------------
	　single page
-------------------------------------------------------------*/
body {
	line-height: 1.8;
}
h1 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

/*----------------------------------------------------------
	　COMMON
-------------------------------------------------------------*/
h2.aoentry_title {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	margin:0 0 20px;
}
h2.aoentry_title span {
	font-size: 26px;
	color: #E60012;
}
.aoentry_attention {
	border: 1px solid #E60012;
	padding: 10px;
	color: #E60012;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
h3.tit {
	font-size: 16px;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #666;
	color: #fff;
	clear: both;
}
.aoentry_step_box img {
	width: 100%;
	margin: 5px 0;
}
.aoentry_step_box p {
	font-weight: bold;
}
.aoentry_step_box p span {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 5px;
	margin-right: 5px;
}
a.entryBtn {
	background: #e60012;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
a.entryBtn:hover {
	opacity: 0.7;
}
.maintenance {
	border: 1px solid #E60012;
	padding: 10px;
	color: #E60012;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0;
}
/*----------------------------------------------------------
	　PC
-------------------------------------------------------------*/
@media screen and (min-width : 768px){

.dNoPc {
	display: none;
}
.aoentry_step_box {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding-right: 40px;
	position: relative;
}
.aoentry_step_box:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	right:10px;
	top:50%;
	font-size: 42px;
	color:#999;
	line-height: 0;
}
.aoentry_step .aoentry_step_box:first-child {
	width: 100%;
	float: none;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.aoentry_step .aoentry_step_box:first-child:after {
	content: "\f0d7";
	left:50%;
	top: 100%;
	margin-top: 0;
	margin-left: -0.5em;
}
.aoentry_step .aoentry_step_box:last-child {
	margin-bottom: 0;
}
.aoentry_step .aoentry_step_box:last-child:after {
	content:none;
}

.aoentry_step_box:nth-child(2n) {
	/*margin-right: 0;*/
	clear: both;
}
.aoentry_step_box_arrow {
		font-size: 42px;
		color: #999;
		text-align: center;
		line-height: 0;
		margin:-40px 0 20px;
		line-height: 0;
	}	

}


/*----------------------------------------------------------
	　スマホ
-------------------------------------------------------------*/
@media screen and (max-width : 767px){

.dNoMb {
	display: none;	
}
h2.aoentry_title {
	padding: 0;
	text-align: center;
}

.aoentry_title span {
	font-size: 30px;
}
.aoentry_step_box {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.aoentry_step_box:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -0.5em;
	font-size: 50px;
	line-height: 0;
	color:#999;
}
.aoentry_step .aoentry_step_box:last-child {
	margin-bottom: 0;
}
.aoentry_step .aoentry_step_box:last-child:after {
	bottom: 40px;
}

}


/*----------------------------------------------------------
	　clearfix
-------------------------------------------------------------*/
.clear {
	clear: both;
	_zoom: 1;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}

.clearfix {
	display: inline-block;
}

*html .clearfix { height: 1% }
.clearfix { display: block; }