@charset "utf-8";

/*-------------------*/
.pageback{
	margin-bottom: 10px;
	font-size: 11px;
	text-align: right;
}
.pageback:before{
	content:'▶︎';
	padding-right: 3px;
	vertical-align: middle;
}
.chara_box{
	background: #EAE5DA;
	margin: 40px 0 0;
	padding: 20px 40px;
}
.chara_box_l{
	float: left;
	width: 60%;
}
.chara_box_r{
	float: right;
	width: 35%;
}
.chara_box h2{
	margin: 0 0 5px;
	font-size: 19px;
	line-height: 1.4;
}
.chara_box p{
	margin: 0 0 15px;
	font-size: 15px;
}
.chara_box ol{
	margin: 0 0 10px;
}
.chara_box ol li{
	float: none;
	padding: 0;
	width: 100%;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.chara_box p.btn01 {
	margin: 0;
	text-align: center;
}
.btn01 a{
	display: inline-block;
	background: #fff;
	color: #4C4948;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: bold;
}
.btn01 a:hover{
	opacity: 0.7;
}
.btn01 a:after{
	content:'▶︎';
	color: #00A0E9;
	padding-left: 3px;
	font-size: 16px;
	vertical-align: middle;
}
.h2_num{
	position: relative;
	background: #3783C9;
	color: #fff;
	margin: 0 0 20px;
	padding: 5px 20px 3px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 2px;
}
.h2_num span{
	display: block;
	padding-left: 49px;
}
.h2_num:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #0365B9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	border-right: solid 1px #fff;
	margin: auto;
	width: 38px;
	vertical-align: middle;
}
.h2_num.num01:before{background-image:url(../img/product/honetpro/num01.png);}
.h2_num.num02:before{background-image:url(../img/product/honetpro/num02.png);}
.h2_num.num03:before{background-image:url(../img/product/honetpro/num03.png);}
.h2_num.num04:before{background-image:url(../img/product/honetpro/num04.png);}
.h2_num.num05:before{background-image:url(../img/product/honetpro/num05.png);}
.h2_num.num06:before{background-image:url(../img/product/honetpro/num06.png);}

.sec1_1 h3,
.sec2_1 h3{
	color: #0068B7;
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.4;
}
.sec1_1 h3:before,
.sec2_1 h3:before{
	content:'■';
	padding-right: 2px;
	font-size: 20px;
	vertical-align: middle;
}
.sec1_1 p,
.sec2_1 p{
	font-size: 14px;
}
.sec1_1 img,
.sec2_1 img{
	margin-bottom: 15px;
}


.sec1{margin: 40px 0;}
.sec1_1 ul li{
	padding: 0 32px;
	font-size: 14px;
}
.sec2_1 ul li{
	float: left;
	width: 50%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec_chara_box {
	margin: 0 auto 30px;
	font-size: 14px;
	max-width: 420px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------*/

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

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.chara_box{
	padding: 20px 5%;
}
.chara_box_l{
	float: none;
	width: 100%;
}
.chara_box_r{
	float: none;
	margin-bottom: 15px;
	padding: 0 10%;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chara_box h2{
	font-size: 17px;
}
.chara_box p {
  font-size: 14px;
}
.chara_box ol li{
	font-size: 14px;
}
.chara_box p.btn01 {
	margin: 0;
	text-align: center;
}
.btn01 a{
	font-size: 13px;
}
.btn01 a:after{
	padding-left: 2px;
	font-size: 15px;
}

.h2_num{
	padding: 5px 15px 3px 0;
	font-size: 17px;
}
.h2_num span{
	padding-left: 42px;
}
.h2_num:before{
	background-size: auto 15px;
	width: 32px;
}

.sec1_1 h3,
.sec2_1 h3{
	font-size: 14px;
}
.sec1_1 h3:before,
.sec2_1 h3:before{
	font-size: 18px;
}
.sec1_1 p,
.sec2_1 p{
	font-size: 13px;
}

.sec1{margin: 30px 0;}
.sec1_1 ul li{
	margin: 0 auto;
	padding: 0 15px;
	font-size: 13px;
	max-width: 422px;
}
.sec2_1 ul li{
	float: none;
	width: 100%;
	padding: 0 15px;
}
/*-------------------*/
}

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

}

