@charset "utf-8";

.main-content{
	width:894px;
	margin:0 auto 145px;
}

.main-content .order-intro{
	padding:0 50px;
	font-size:1.3rem;
	line-height:2.7;
}

.main-content .order-intro p{
	text-align:justify;
}

.main-content .section h3.sec-ttl{
	text-align: center;
	font-size: 2.2rem;
	line-height: 2.5;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-bottom: 60px;
}

.main-content .section h3.sec-ttl:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 3px;
    background-color: #040404;
}

.main-content .section-01{
	margin-bottom:90px;
}

.main-content .section-01 .inr-wrp{
	position:relative;
	background-image:url(../img/order/order-sec01-icon01.png);
	background-position:40px 50%;
	background-repeat:no-repeat;
	background-size:69px 152px;
}

.main-content .section-01 .inr-wrp:before{
	content:"";
	display:block;
	width:100%;
	height:50%;
	background-color:#707070;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.main-content .section-01 .inr-wrp:after{
	content:"";
	display:block;
	width:100%;
	height:50%;
	background-color:#ececec;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}

.main-content .section-01 .step01{
	color:#fff;
	padding:25px 80px 25px 150px;
	font-size:1.6rem;
	line-height:2;
}

.main-content .section-01 .step01 a{
	color:#fff;
}

.main-content .section-01 .step01 .note {
	font-size:1.2rem;
}

.main-content .section-01 .step02{
	color:#000;
	padding:25px 100px 25px 150px;
	font-size:1.2rem;
	line-height:2;
}

/**/

.main-content .section-02{
	margin-bottom:100px;
}

.main-content .section-02 .flow-00 ul{
	font-size:0;
	background-image:url(../img/order/order-sec02-step-bg.png);
	background-position:140px center;
	background-repeat:no-repeat;
	background-size:596px 19px;
}

.main-content .section-02 .flow-00 li{
	display:inline-block;
	background-color:#696969;
	width:156px;
	height:192px;
	padding:20px;
	box-sizing:border-box;
	font-size:1.3rem;
	text-align:center;
	margin-right:28px;
}

.main-content .section-02 .flow-00 li img{
	height:100%;
	width:auto;
}

.main-content .section-02 .flow-00 li:last-child{
	margin-right:0;
}

.main-content .section-02 .flow:after{
	content:"";
	display:block;
	width:19px;
	height:15px;
	background-image:url(../img/order/order-sec02-step-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:19px 15px;
	padding:40px 0 40px;
	margin:0 auto;
}

.main-content .section-02 .flow-05:after{
	content: none;
}


.flow .flow-hdr{
	color:#fff;
	background-color:#696969;
	padding:25px 75px;
	background-size:auto 34px;
	background-repeat:no-repeat;
	background-position:30px 20px;
}

.flow-01 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num01.png);}
.flow-02 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num02.png);}
.flow-03 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num03.png);}
.flow-04 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num04.png);}
.flow-05 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num05.png);}


.flow .flow-hdr h4{
	font-size:2.4rem;
	font-weight:normal;
	margin-bottom:10px;
}

.flow .flow-hdr p{
	font-size: 1.2rem;
}

.flow .flow-hdr li{
	font-size:1.2rem;
	margin-bottom:10px;
}

.flow .flow-body{
	background-color:#ececec;
	padding:20px;
}

.flow .flow-body ul{
	font-size:0;
}

.flow .flow-body li{
	font-size:1.2rem;
	display:inline-block;
	width:278px;
	height: auto;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
	background-color:#fff;
	margin-right:10px;
}

.flow .flow-body li:last-child{
	margin-right:0;
}

.flow .flow-body li h5{
	font-size:1.6rem;
	font-weight:normal;
	margin-bottom:10px;
	}

.btm-txt{
	padding:20px 0 0;
	text-align:center;
	color:#717071;
	font-size:1.3rem;
}

.main-content .section-03 h5{
	margin-bottom:20px;
}

.main-content .section-03 h6{
	font-size:1.6rem;
	font-weight:normal;
}

.main-content .section-03 ul{
	margin:0 0 50px 25px;
}

.main-content .section-03 ul li{
	margin-bottom:30px;
}

.main-content .section-03 ul li p{
	font-size:1.2rem;
	padding-left:10px;
}

.main-content .section-03 ul li span{
	color:#ff0000;
}

.main-content .section-03 ul.btm{
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */

	.main-content{
		width:100%;
		margin:0 auto 20px;
	}
	
	.main-content .order-intro{
		padding:0 25px;
		margin-bottom:30px;
		font-size:1.2rem;
		line-height:2.4;
	}
	
	.main-content .order-intro p{
		text-align:justify;
	}
	
	.main-content .section h3.sec-ttl{
		text-align: center;
		font-size: 1.8rem;
		line-height: 2.5;
		font-weight: normal;
		letter-spacing: 0.15em;
		margin-bottom: 30px;
	}
	
	.main-content .section h3.sec-ttl:after {
		content: "";
		display: block;
		margin: 0 auto;
		width: 25px;
		height: 3px;
		background-color: #040404;
	}
	
	.main-content .section-01{
		margin-bottom:30px;
	}
	
	.main-content .section-01 .inr-wrp{
		position:relative;
		background-image:url(../img/order/order-sec01-icon01.png);
		background-position:33px 50%;
		background-repeat:no-repeat;
		background-size:69px 152px;
	}
	
	.main-content .section-01 .inr-wrp:before{
		content:"";
		display:block;
		width:100%;
		height:50%;
		background-color:#707070;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
	}
	
	.main-content .section-01 .inr-wrp:after{
		content:"";
		display:block;
		width:100%;
		height:50%;
		background-color:#ececec;
		position:absolute;
		bottom:0;
		left:0;
		z-index:-1;
	}
	
	.main-content .section-01 .step01 {
    color: #fff;
    padding: 25px 25px 25px 130px;
    font-size: 1.2rem;
    line-height: 1.8;
	}
	
	.main-content .section-01 .step01 a{
		color:#fff;
	}
	
	.main-content .section-01 .step01 .note {
		font-size:1.2rem;
	}
	
	.main-content .section-01 .step02{
		color:#000;
		padding:25px 25px 25px 130px;
		font-size:1.2rem;
		line-height: 1.8;
	}
	
	/**/
	
	.main-content .section-02{
		margin-bottom:30px;
	}
	
	.main-content .section-02 .flow-00{
		padding:0 20px;
	}
	
	.main-content .section-02 .flow-00 ul{
		font-size:0;
		background-image:url(../img/order/order-sec02-step-bg.png);
		background-position: 0 center;
		background-repeat:no-repeat;
		background-size:82% auto;
	}
	
	.main-content .section-02 .flow-00 li{
		display:inline-block;
		background-color:#696969;
		width:18.4%;
		height: auto;
		padding:5px;
		box-sizing:border-box;
		font-size:1.2rem;
		text-align:center;
		margin-right:2%;
		vertical-align:top;
	}
	
	.main-content .section-02 .flow-00 li img{
		height: 70px;
		width: auto;
		vertical-align:bottom;
	}
	
	.main-content .section-02 .flow-00 li:last-child{
		margin-right:0;
	}
	
	.main-content .section-02 .flow:after{
		content:"";
		display:block;
		width:19px;
		height:15px;
		background-image:url(../img/order/order-sec02-step-icon.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:19px 15px;
		padding:20px 0;
		margin:0 auto;
	}
	
	.main-content .section-02 .flow-05:after{
		content: none;
	}
	
	
	.flow .flow-hdr{
		color:#fff;
		background-color:#696969;
		padding:20px 20px 20px 75px;
		background-size:auto 34px;
		background-repeat:no-repeat;
		background-position:30px 20px;
	}
	
	.flow-01 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num01.png);}
	.flow-02 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num02.png);}
	.flow-03 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num03.png);}
	.flow-04 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num04.png);}
	.flow-05 .flow-hdr{ background-image:url(../img/order/order-sec02-step-num05.png);}
	
	
	.flow .flow-hdr h4{
		font-size:1.6rem;
		font-weight:normal;
		margin-bottom:5px;
	}
	
	.flow .flow-hdr p{
		font-size: 1.2rem;
	}
	
	.flow .flow-hdr li{
		font-size:1.2rem;
		margin-bottom:10px;
		padding-left:1.5em;
		text-indent:-1.5em;
	}
	
	.flow .flow-body{
		background-color:#ececec;
		padding:20px;
	}
	
	.flow .flow-body ul{
		font-size:0;
	}
	
	.flow .flow-body li{
		font-size:1.2rem;
		display:inline-block;
		width:100%;
		height: auto;
		text-align:center;
		padding:20px;
		box-sizing:border-box;
		background-color:#fff;
		margin:0 0 10px;
	}
	
	.flow .flow-body li:last-child{
		margin-right:0;
	}
	
	.flow .flow-body li h5{
		font-size:1.4rem;
		font-weight:normal;
		margin-bottom:5px;
		}
	
	.btm-txt{
		padding:10px 0 0;
		text-align:center;
		color:#717071;
		font-size:1.2rem;
	}
	
	.main-content .section-03{
		padding:0 20px;
	}
	
	.main-content .section-03 .inr-section{
		margin-bottom:20px;
	}
	
	.main-content .section-03 h5{
		font-size:1.4rem;
		margin-bottom:5px;
	}
	
	.main-content .section-03 h6{
		font-size:1.4rem;
		font-weight:normal;
	}
	
	.main-content .section-03 ul{
		margin:0 0 0 0;
	}
	
	.main-content .section-03 ul li{
		margin-bottom:10px;
	}
	
	.main-content .section-03 ul li p{
		font-size:1.2rem;
		padding-left:0px;
	}
	
	.main-content .section-03 ul li span{
		color:#ff0000;
	}
	
	.main-content .section-03 ul.btm{
		margin-bottom:0;
	}

}