@charset "utf-8";

/*-------------------*/
.sec1{
	margin: 0 0 60px;
}
.sec1_1{
	float: right;
	width: 46%;
}
.sec1_1 p{
	text-align: center;
}
.sec1_1 p span{
	display: block;
	margin-top: 10px;
}
.sec1_2{
	float: left;
	width: 50%;
}
.sec2{
	margin: 0 0 20px;
}
.sec2 h3 {
	color: #232323;
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}
.sec2_1 ul li{
	float: left;
	margin-bottom: 40px;
	margin-left: 6%;
	width: 46%;
	text-align: center;
}
.sec2_1 ul li:nth-child(2n+1){
	margin-left: 0;
}
.sec3{
	border-top: solid 1px #ccc;
	padding: 30px 0;
}
.sec3.border-b{
	border-bottom: solid 1px #ccc;
}
.sec3_1{
}
.sec3_1_title{
	margin: 0 0 10px;
	padding: 0 0 0 2em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.sec3_1_title:before{
	display: inline-block;
	color: #009DDA;
	text-indent: -2em;
}
.sec3_1_title.num1:before{content: '01';}
.sec3_1_title.num2:before{content: '02';}
.sec3_1_title.num3:before{content: '03';}
.sec4{
	margin: 45px 0 50px;
}
.btn01 {
	text-align: center;
}
.btn01 a{
	position: relative;
	display: inline-block;
	background: #EAEFF9 url(../img/rececom/ico01.png) no-repeat 15px center;
	color: #4C4948;
	margin: 0 auto;
	padding: 15px 40px 15px 76px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}
.btn01 a:hover{
	opacity: 0.7;
}
.btn01 a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	content:'▶︎';
	color: #00A0E9;
	margin: auto;
	padding-left: 10px;
	font-size: 16px;
	height: 1em;
}
.sec4_1 .tel{
	margin-top: 30px;
	text-align: center;
}
.sec4_1 .tel span{
	display: inline-block;
	background: url(../img/rececom/ico02.png) no-repeat left center;
	margin-right: 10px;
	padding: 10px 0 10px 57px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	vertical-align: middle;
}
/*-------------------*/

/* All SP & Tablet */
@media screen and (max-width: 979px) {
/*-------------------*/
/*-------------------*/

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.sec1{
	margin: 0 0 30px;
}
.sec1_1{
	float: none;
	width: 100%;
}
.sec1_1 p span{
	display: block;
	margin-top: 10px;
}
.sec1_2{
	margin-top: 20px; 
	float: none;
	width: 100%;
}
.sec2{
	margin: 0;
}
.sec2 h3 {
  font-size: 17px;
}
.sec3{
	padding: 20px 0;
}
.sec3_1_title{
	font-size: 14px;
}
.sec4{
	margin: 25px 0 30px;
}
.btn01 a{
	background: #EAEFF9 url(../img/rececom/ico01.png) no-repeat 15px center;
	background-size: 30px auto;
	padding: 15px 40px 15px 55px;
	font-size: 13px;
}
.btn01 a:after{
	font-size: 15px;
}
.sec4_1 .tel{
	margin-top: 20px;
}
.sec4_1 .tel span{
	background: url(../img/rececom/ico02.png) no-repeat left center;
	background-size: 30px auto;
	padding: 10px 0 10px 40px;
	font-size: 13px;
}
/*-------------------*/
}

/* Portrait */
@media screen and (max-width:479px) {
.sec2_1 ul li{
	float: none;
	margin-bottom: 30px;
	margin-left: 0;
	width: 100%;
}	
}

