@charset "utf-8";

/*-------------------*/
.sec1{
	margin: 0 0 40px;
}
.sec1_1{
	float: left;
	width: 325px;
}
.sec1_1 p{
}
.sec1_1 p span{
	display: block;
	margin-top: 10px;
}
.sec1_2{
	float: right;
	width: 600px;
}

.sec2{
	border-top: solid 1px #ccc;
	padding: 30px 0;
}
.sec2_1{
	float: right;
	width: 285px;
}
.sec2_1 p{
}
.sec2_2{
	float: left;
	width: 650px;
}
.sec2_2_title{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 27px auto;
	color: #232323;
	margin: 0 0 10px;
	padding: 2px 0 0 32px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.sec2_2_title.num1{background-image:url(../img/business/num1.png);}
.sec2_2_title.num2{background-image:url(../img/business/num2.png);}
.sec2_2_title.num3{background-image:url(../img/business/num3.png);}
.sec2_2_title.num4{background-image:url(../img/business/num4.png);}
/*-------------------*/

/* All SP & Tablet */
@media screen and (max-width: 979px) {
/*-------------------*/
.sec1{
}
.sec1_1{
	width: 37%;
}
.sec1_1 p{
}
.sec1_1 p span{
}
.sec1_2{
	width: 60%;
}

.sec2{
	border-top: solid 1px #ccc;
	padding: 30px 0;
}
.sec2_1{
	width: 37%
}
.sec2_1 p{
}
.sec2_2{
	width: 60%;
}
.sec2_2_title{
}
/*-------------------*/

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.sec1{
	margin: 0 0 30px;
}
.sec1_1{
	float: none;
	width: 100%;
}
.sec1_1 p{
	margin: 0 0 30px;
}
.sec1_1 p span{
	display: block;
	margin-top: 10px;
}
.sec1_2{
	float: none;
	width: 100%;
}

.sec2{
	padding: 25px 0;
}
.sec2_1{
	float: none;
	margin: 0 0 30px; 
	width: 100%;
}
.sec2_1 p{
}
.sec2_2{
	float: none;
	width: 100%;
}
.sec2_2_title{
}
/*-------------------*/
}

/* Portrait */
@media screen and (max-width:479px) {

}

