@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	main_img
----------------------------------------------------------- */

.order_flow #main_img{
	background: url(../img/order_flow_main.jpg);
	height: 400px;
	    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.order_flow .main_title{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	height: 84px;
    font-size: 40px;
    text-align: center;
}

/* -----------------------------------------------------------
	flow_contents
----------------------------------------------------------- */

#flow_contents{padding: 1px 0 85px;}

.order_title{
	font-size: 35px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.order_text{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.annual_results{
	font-size: 35px;
	display: inline;
    border-bottom: 2px solid #7d7d7d;
	margin-bottom: 40px;
    padding-bottom: 4px;
}

.outline{
    text-align: center;
    margin-bottom: 50px;
}

.outline .annual_results .bigText {
    font-size: 54px;
}

.annual_results span{font-size: 40px;}

/* -----------------------------------------------------------
	order_step
----------------------------------------------------------- */

#order_step {
    margin-bottom: 80px;
}

#order_step img{margin: auto; margin-right: 0;}

#order_step>li{
	background: #fff;
	max-width:1000px;
	padding: 40px;
	margin-bottom: 100px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	 -ms-flex-flow: row-reverse;
	 flex-flow: row-reverse;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

#order_step>li:last-child{
	margin-bottom: 43px;
}

#order_step>li:not(:last-child):after {
    content: "";
    bottom: -76px;
   right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #669733 transparent transparent transparent;
    position: absolute;	
}

.step_number{
	    font-size: 25px;
    border-bottom: 2px solid #7f7f7f;
    line-height: 38px;
	position: absolute;
	top:40px;
	left:40px;
    padding-bottom: 4px;
}

.step_number span{
	font-size: 52px;
}

.step_title{
	font-size: 30px;
	margin-bottom: 15px;
}

.step_contents{margin-top: 70px}

.step_text{
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

.step_text span{
	font-size: 24px;
	color:#FF0000;
}

.customer_side,
.torimatu_side{
	font-size: 16px;
	vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
	margin-right:5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.customer_side{
    color: #ff6600;
    border:2px solid #ffb180;
    border-radius: 2px;
}

.torimatu_side{
	color: #000;
    border:2px solid #b1b1b1;
    border-radius: 2px;
}

.info_guide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 23px;
}

.info_guide li{
	padding-left: 25px;
    margin-bottom: 6px;
	background:url(../img/list_style_box.jpg) left no-repeat;
}

.info_guide li:first-child{margin-right:30px; }

.info_guide li a{color: #000;}

.info_guide li a:hover{
	text-decoration: underline;
}

/* -----------------------------------------------------------
	service_contents
----------------------------------------------------------- */

#service_contents{
	background:url(../img/background07.jpg) no-repeat;
	background-size: cover;
	padding:50px 0 ;
	margin-bottom: 40px;
}

#service_contents h2 img{
	display: block;
	margin: auto;
	margin-bottom: 60px;
}

#service_li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom: 50px;
}

#service_li li{
	border:7px solid #b7ce9f;
	width:300px;
	height: 300px;
	border-radius: 300px;
	text-align: center;
}

#service_li h3{
	font-size:27px;
	color:#fff;
	line-height: 33px;
	border-bottom: 4px solid #b7ce9f;
	width: 270px;
    margin: auto;
}

#service_li li p{
	font-size: 22px;
	margin-top: 14px;
    line-height: 1.5;
}

#service_li li:last-child p{margin-top: 25px;}

#service_li li:first-child h3{
	padding-top: 87px;
    height: 63px;
}

#service_li li:nth-child(2) h3{
	padding-top: 43px;
    height: 107px;
}

#service_li li:last-child h3{
	padding-top: 63px;
    height: 87px;
}

#service_inner{
	    background: rgba(255,255,255,0.7);
	padding:30px 50px;
}

#service_inner h3{
	font-size: 27px;
    border-bottom: 2px solid #9ca294;
	text-align: center;
	margin-bottom: 15px;
}

#service_inner h3 span{font-size: 20px;}

#service_inner p{
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 1000px){
	#service_li{display: inline;}
	
	#service_li li{
		margin: auto;
		margin-bottom: 20px;
	}
	
	.info_guide {
    display: inline;
    font-size: 17px;
}
}

@media screen and (max-width: 750px){
	#order_step li img{
		margin: auto;
		display: block;
		margin-top: 50px;
		margin-bottom: 5px;
	}
	
	.step_number{
		font-size: 20px;
		width:auto;
		top:18px;
		left:6%;
        padding-bottom: 0;
	}
	.step_number span{font-size: 35px;}
	
	#order_step>li{
		padding:40px 10px 10px;
		display: block;
	}
	
	.step_contents{margin:25px 0;}
	
	.info_guide{
		display: inline;
		font-size: 17px;
	}
	
	.info_guide li:first-child{
		margin-left: auto;
        margin-right: auto;
	}
	
	.info_guide li{
		width:240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px;
    }
	
	#flow_contents {
    padding: 1px 0 28px;
    }
	
	.step_title{font-size: 20px; text-align: center;}
	.step_text{font-size: 14px; text-align: center;}
	
	#service_inner p span{display: none;}
    
}

@media screen and (max-width: 560px){
	.order_flow #main_img {
		height: 320px;
	}

	.order_flow .main_title {
		font-size: 35px;
		height: 68px;
	}

	.order_title{
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.order_text{
		font-size: 15px;
	}
    
    .outline .annual_results .bigText {
        font-size: 42px;
    }
	
	.annual_results{
		font-size: 26px;
	}
	.annual_results span{
		font-size: 35px;
	}
	
	.customer_side, .torimatu_side{
		font-size: 14px;
		margin-right:0;
		font-feature-settings: "pkna";
	}
	
	#service_li li{
		width: 250px;
		height: 250px;
	}
	
	#service_li h3{
		font-size: 20px;
		width: 240px;
	}
	
	#service_li li:first-child h3 {
    padding-top: 62px;
    height: 63px;
}
	
	#service_li li:nth-child(2) h3 {
    padding-top:25px;
    height: 100px;
}
	
	#service_li li:last-child h3 {
    padding-top:45px;
    height: 80px;
}

    #service_inner {
        padding: 30px 30px;
    }
    
    #service_inner p {
        font-size: 16px;
    }
    
	#service_inner h3{font-size: 20px;}
	#service_inner h3 span{font-size: 15px;}
    
    #service_li li p{
        font-size: 18px;
        margin-top: 14px;
        line-height: 1.5;
    }
}