<style type="text/css">
/* float
------------------------------------------------- */

.float_r{
	float:right;
	display:inline;
}

.float_l{
	float:left;
	display:inline;
}

/*for modern browser*/
.clear_fix:after{
    content:" ";
    display:block;
    height:0;
    clear:both;
	font-size:0;
    line-height:0; 
    visibility:hidden;
}

#step1 .footer,
#step2 .footer,
#step3 .footer,
#step4 .footer,
#step5 .footer,
#step6 .footer,
#step7 .footer,
#step8 .footer,
#purchase_01 .footer,
#purchase_02 .footer,
#purchase_03 .footer,
#purchase_04 .footer,
#purchase_05 .footer,
#purchase_06 .footer,
#purchase_07 .footer {
	margin-top: 0px;
}

/*for IE 5.5-7*/
.clear_fix{
	zoom:1;
}

.clear_both{
	clear:both;
	height:1px;
	font-size:1px;
	text-align:center;
	line-height:0;
}
h2 {
    color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px 0;
    width: 100%;
    text-align: center;
}
h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}
.purchase_top{
	position: relative;
	width: 1224px;
	margin: 0 auto 130px;
	background-color: #F0F0F0;
    height: 480px;
}
.purchase_main {
	width: 1224px;
}
.purchase_main img{
	width: 100%;
}
.purchase_top .purchase_icon{
	position: absolute;
    left: 5%;
    top: 18%;
}
.purchase_ttl{
	    font-weight: bold;
left: 23%;
position: absolute;
/* margin-bottom: 6%; */
font-size: 130%;
top:85%;
}
.purchase_txt{
	line-height: 1.4;
	background-color: #F0F0F0;
padding: 1% 3% 2%;
width: 1224px;
margin: 0 auto;
box-sizing: border-box;
top: 97%;
position: absolute;
}
@media screen and (max-width:768px) {
	body{
		padding: 0;
		margin: 0;
	}
	.purchase_top,
	.purchase_main{
		width: 100%;
	}
	.purchase_top{
		height: 300px;
		margin-bottom: 0;
	}
	.purchase_main{
		position: absolute;
	}
	.purchase_top .purchase_icon {
	    width: 30%;
	    bottom: 0;
	    top: auto;
	}
	.purchase_top .purchase_icon img{
		display: block;
	}
	.purchase_top .purchase_icon img{
		width: 100%;
	}
	.purchase_ttl,
	h2{
		line-height: 1.4;
	}
	.purchase_ttl {
		left: 38%;
    top: 48%;
    margin: 0 10px 0 0;
    font-size: 100%;
    line-height: 1.2em;
	}
	.purchase_txt{
		width: auto;
    top: 65%;
    left: 35%;
    font-size: 80%;
	}
}
.purchase_guide {
	margin-bottom: 10%;
	width: 1224px;
	margin: 0 auto;
}
.purchase_guide div{
	width: 46%;
	float: right;
}
.purchase_guide p{
	line-height: 2;
}
.purchase_guide .purchase_guide_caps{
	padding-right: 3%;
	box-sizing: border-box;
	width: 54%;
}
.purchase_guide_ttl{
	font-weight: bold;
	font-size: 130%;
}

@media screen and (max-width:768px) {
	img{
		width: 100%;
	}
	.purchase_guide {
		margin-bottom: 10%;
		width: 100%;
		margin: 0;
	}
	.purchase_guide div,
	.purchase_guide .purchase_guide_caps{
		width: auto;
		float: none;
	}
	.purchase_guide .purchase_guide_caps{
		margin-bottom: 10%;
		padding: 10px 6% 0; 
	}
	.purchase_guide .purchase_guide_caps p{
		line-height: 1.5;
		margin-bottom: 5px;
	}
}
.purchase_links {
	width: 1224px;
	margin: 6% auto -3px;
}

.purchase_links .menu_next{
	background-color: #B8AC88;
    width: 70%;
    margin: 0 auto;
    color: #FFF;
    padding: 2%;
    text-decoration: none;
    text-align: center;
    display: block;
}
.purchase_menu li{
	border-left: 3px #B8AC88 solid;
    list-style: none;
    padding: 2% 0 4% 5%;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.purchase_menu li div{
	float: left;
}
.menu_steps{
	width: 80px;
}
.purchase_icon02,
.purchase_menu{
	float: left;
}
.purchase_icon02{
	width: 20%;
}
.purchase_menu{
	width: 70%;
    padding-top: 8%;
    margin-bottom: 0px;
	margin: auto;
	float: none;
}
.purchase_menu p{
    font-weight: bold;
    letter-spacing: 11px;
    margin-bottom: 30px;
    font-size: 120%;
}
.purchase_menu ul{
	width: 40%;
	margin-right: 6%;
}
.purchase_menu a{
    color: #000;
    text-decoration: none;
}
hr{
	width: 30%;
    margin: 5% auto;
    color: #CACACA;
}
@media screen and (max-width:768px) {
	hr{
		display: none;
	}
	.purchase_links {
	   width: 100%;
    margin: 4% auto 0px;
	}
	.purchase_icon02 {
	    width: 35%;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
	}
	.purchase_links .menu_next {
	    width: 90%;
    line-height: 3em;
    margin-bottom: 10%;
	}
	.purchase_menu{
		padding-top: 0;
    width: 60%;
    margin-bottom: 0;
	}
	.purchase_menu p {
	    letter-spacing: 7px;
		margin: 0 0 5% 0;

	}
	.purchase_menu ul {
	    width: 100%;
	    margin: 0;
	    padding: 0 0 0 3%;
	}
	.purchase_menu li{
		padding-bottom: 10px;
		font-size: 85%;
	}
	.menu_steps {
	    width: 25%;
	}
}