﻿@charset "UTF-8";

/* ▼▼▼ サービスのご紹介・施工の流れ
=====================================*/
h2, .read {
	text-align: center;
	}
.required {color: #FF0000;}
.kome {font-size: 12px;}
	
/* article */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
#main .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
#main .bx-wrapper img {
	max-width: 100%;
	display: block;
}
#main .bx-wrapper .bx-pager,
#main .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
#main .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../common/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
#main .bx-wrapper .bx-pager { display: none; }
#main .bx-wrapper .bx-prev, .bx-wrapper .bx-next { display: none; }
#main article{
	clear: both;
	margin-bottom: 50px;
}
#main article h3{
	margin-bottom: 20px;
}
#main article .slider-cont{
	clear: both;
	overflow: hidden;
}
#main article .slider-cont .bg_img{
	float: left;
	width: 80%;
	margin-bottom: 25px;
}
#main article .slider-cont .bx-pager{
	float: right;
	width: 16%;
}
#main article .slider-cont .bx-pager a{
	display: block;
	margin-bottom: 25px;
	position: relative;
}
#main article .slider-cont .bx-pager a.active:before{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(60, 99, 8, 0);
	border-right-color: #3C6308;
	border-width: 12px;
	margin-top: -12px;
}
#main article .slider-cont .bx-pager a.active:after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #3C6308;
}
#main article p{
	clear: both;
	width: 80%;
}
/* flow */
#flow{
	clear: both;
	padding: 60px 0 10px;
	border-top: 1px solid #D7D597;
	border-bottom: 1px solid #D7D597;
	background: #FCFBED;
}
#flow h2{
	margin-bottom: 30px;
}
#flow article{
	clear: both;
	max-width: 1000px;
	min-height: 161px;
	padding: 30px 30px 30px 0;
	background: url(img/flow_bg_pc.png) no-repeat center top;
	border-bottom: 1px solid #D4D4D4;
	margin: 0 auto 70px;
	position: relative;
}
#flow article:after{
	content: "";
	position: absolute;
	left: 48%;
	bottom: -71px;
	width: 50px;
	height: 70px;
	background: url(img/flow_bottom.png) no-repeat center;
}
#flow article:last-of-type:after{
	display: none;
}
#flow article figure{
	position: absolute;
	right: 30px;
	top: 30px;
}
#flow article p{
	width: 640px;
	min-height: 100px;
	padding: 15px 0 0 50px;
}

/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {
	/* main */
	#main article{
		clear: both;
		margin-bottom: 20px;
	}
	#main article .slider-cont .bg_img{
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	#main article .slider-cont .bx-pager{
		float: none;
		width: auto;
	}
	#main article .slider-cont .bx-pager a{
		float: left;
		display: block;
		width: 21.66666666666667%;
		margin-right: 4.444444444444443%;
		margin-bottom: 10px;
		position: relative;
	}
	#main article .slider-cont .bx-pager a:nth-child(4n){
		margin-right: 0;
	}
	#main article .slider-cont .bx-pager a.active:before{
		bottom: 100%;
		left: 50%;
		top: inherit;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(60, 99, 8, 0);
		border-bottom-color: #3C6308;
		border-width: 6px;
		margin-left: -6px;
	}
	#main article .slider-cont .bx-pager a.active:after{
		content: "";
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 2px solid #3C6308;
	}
	#main article p{
		clear: both;
		width: auto;
	}
	/* flow */
	#flow{
		clear: both;
		padding: 20px 10px;
		border-top: 1px solid #D7D597;
		border-bottom: 1px solid #D7D597;
		background: #FCFBED;
	}
	#flow h2{
		margin-bottom: 0;
	}
	#flow article{
		clear: both;
		max-width: 1000px;
		min-height: auto;
		padding: 15px 5px 10px;
		background: url(img/flow_bg_sp.png) no-repeat center top;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
		border-bottom: 1px solid #D4D4D4;
		margin: 0 auto 50px;
		position: relative;
	}
	#flow article:after{
		content: "";
		position: absolute;
		left: 45%;
		bottom: -51px;
		width: 36px;
		height: 50px;
		background: url(img/flow_bottom.png) no-repeat center;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
	#flow article:last-of-type{
		margin-bottom: 0;
	}
	#flow article:last-of-type:after{
		display: none;
	}
	#flow article figure{
		position: static;
		padding: 0 5px;
	}
	#flow article p{
		width: auto;
		min-height: inherit;
		padding: 15px 5px 10px;
	}
}			
		
		
		
		