@charset "utf-8";

/**========導入実績==========**/

main .contents_wrap{
	background: url(img/main_bg.jpg) repeat-x center top #f8f8f8;
	padding: 100px 15px 0;
}
.contents{

}
main{
	background: #f8f8f8;
}

section{
	max-width: 1200px;
	padding:60px 80px;
	margin: 0 auto;
	background: #f8f8f8;
}

.step_list_wrap{
	padding: 25px 0;
	display: flex;
	border-bottom: 1px solid #e8e8e8;
}
.step_full_wrap{
	padding: 25px 0;
	border-bottom: 1px solid #e8e8e8;
}
.step_full_wrap h2{
	font-size: 30px;
	font-weight: bold;
	color: #00316d;
	text-align: center;
	padding: 15px 0;
	background: #c7e0fc;
}
.step_list_wrap .step_no{
	width: 70px;
	vertical-align: middle;
	background: #c7e0fc;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 30px 0;
}
.step_list_wrap .step_no span{
	display: block;
	font-size: 16px;
}
.step_list_wrap .step_box{
	padding-left: 40px;
}
.step_list_wrap .step_box h2{
	font-size: 30px;
	font-weight: bold;
	color: #00316d;
	margin-bottom: 8px;
}
.flex_wrap{
	display: flex;
}
.flex_wrap.harf{
	justify-content: space-between;
}
.flex_wrap .harf_box{

	padding-left: 80px;
	background: url(img/ico_human.jpg) no-repeat left bottom;
	margin-right: 50px;
	min-width: 340px;
}
.flex_wrap .harf_box h3{
	background: #74b23d;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.tx_box{
	font-size: 18px;
	padding-left: 40px;
}
.sales_point_ttl{
	background: url(img/bg_salecepoint.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	line-height: 1.4;
	color: #ffffff;
	font-weight: bold;
	padding: 80px 10px;
	font-size: 30px;
}
.sales_point_wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	padding: 50px 30px;
	margin: 0 auto;
}
.point_box{
	width: 32%;
	background: #dceaf5;

}
.point_box .tx_box{
	padding: 12px 20px 30px;
}
.point_box .tx_box h3{
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.step_list_wrap{
	background: url(img/bg_line.jpg) no-repeat left top;
}
.step_full_wrap {
    background: url(img/bg_line.jpg) no-repeat left top;
}
.step_list_wrap.step1{
	background: url(img/bg_line.jpg) no-repeat left 25px;
}
.step_list_wrap.step5{
	background: url(img/bg_line2.jpg) no-repeat left top;
}
/**====================================

sp

=========================================**/


@media screen and (max-width: 780px) {

main .contents_wrap{
	background: url(img/main_bg.jpg) repeat-x center top;
	background-size: auto 200px;
	min-height: 1000px;
	padding: 60px 10px 0;
}
section {
    max-width: 1200px;
    padding: 0px 20px 30px;
    margin: 0 auto;
    background: #f8f8f8;
}

.step_list_wrap {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
.step_list_wrap .step_no {
    width: 100%;
    vertical-align: middle;
    background: #c7e0fc;
    font-size: 25px;
    padding: 10px 0;
}
.step_list_wrap .step_box {
    padding-left: 0px;
}
.flex_wrap ,
 .flex_wrap.harf{
    display: block;
}
.flex_wrap .harf_box {
    background: url(img/ico_human.jpg) no-repeat left center;
    margin-right: 0px;
    min-width: 200px;
    padding: 20px 0 20px 60px;
}
.step_list_wrap .step_box h2 {
    font-size: 6vw;
    font-weight: bold;
    color: #00316d;
    margin: 8px 0 0;
    text-align: center;
}
.ico_box{
	text-align: center;
	padding: 10px 0;
}
.tx_box {
    font-size: 18px;
    padding-left: 0px;
}
.step_full_wrap h2 {
    font-size: 6vw;
}
.sales_point_ttl {
    background: url(img/bg_salecepoint.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 10px;
    font-size: 6vw;
}
.sales_point_wrap {
    display: block;
    max-width: 1100px;
    padding: 30px 30px;
    margin: 0 auto;
}
.point_box {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 20px;
}

}
