
.page_title{	margin-bottom: 30px;}

/** guide **/

.guide_in{
	padding: 0 20px 20px 20px;
}

.topimg{
	padding: 20px 0;
}

.topimg,
.btmimg{
	font-size: 0;
	line-height: 0;
}
.topimg img,
.btmimg img{
	width: 100%;
	height: auto;
}

.conbox{
	text-align: left;
	margin: 0 0 20px 0;
}

.conbox h3{
	margin: 0 0 10px 0;
}

.conbox h3 em{
}

.conbox h3 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #023875;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px 0 0;
	bottom: -6px;
}

.conimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
}
.conimg img{
	width: 100%;
	height: auto;
}

.conbox p,
.step p{
	font-size: 16px;
	line-height: 22px;
}
.conbox p.mb{	margin-bottom: 15px;}
.conbox p em,
.step p em{
	font-weight: bold;
	color: #91bdee;
}
.conbox p span{	color: #ff0000;}

.step{
	text-align: left;
	margin: 0 0 20px 0;
}
.step:last-of-type{	margin-bottom: 0;}

.step h3{
	position: relative;
	text-align: center;
	margin: 0 0 15px 0;
}
.step h3:after{
	content: '';
	width: 100%;
	border-bottom: 1px solid #dfc04a;
	position: absolute;
	top: 17px;
	left: 0;
}

.step h3 em{
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Libre Caslon Display', serif;
	width: 140px;
	height: 35px;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	background: #dfc04a;
	border-radius: 5px;
}
.step h3 em:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #dfc04a transparent transparent transparent;
	position: absolute;
	left: calc(50% - 6px);
	bottom: -7px;
}


/** other **/

.other .s_title{	margin-bottom: 20px;}

.other_in{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}