@charset "utf-8";

/*-------------------*/
.pageback{
	margin-bottom: 10px;
	font-size: 11px;
	text-align: right;
}
.pageback:before{
	content:'▶︎';
	padding-right: 3px;
	vertical-align: middle;
}
.sec1{margin: 60px 0 40px;}
.sec2{margin: 40px 0;}
.sec1 h2,
.sec2 h2{
	color: #fff;
	margin: 0 0 20px;
	padding: 5px 20px 3px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 2px;
}
.sec1 h2{background: #0080CB;}
.sec2 h2{background: #0080CB;}
.sec1_1 ul{
	padding: 0 20px;
}
.sec1_1 ul li{
	float: left;
	margin-left: 4%;
	width: 22%;
}
.sec1_1 ul li:first-child{
	margin-left: 0;
}
.sec1_1 ul li p{
	margin-top: 10px;
}
.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;
}
.sec2_1 ul li:first-child{
	float: none;
	margin-bottom: 40px;
	width: 100%;
}
.sec2_1 ul li:first-child .sec_chara_box{
	max-width: 100%;
}
.sec_chara_box h3{
	color: #0068B7;
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 2px;
}
.sec_chara_box p{
	font-size: 14px;
}
.sec2_1 ul li:first-child .sec_chara_box div,
.sec2_1 ul li:first-child .sec_chara_box p.sample{
	float: left;
	margin-left: 4%;
	width: 48%;
}
.sec2_1 ul li:first-child .sec_chara_box div{
	margin-left: 0;
}
.sec_chara_box.sec2_1_2 p,
.sec_chara_box.sec2_1_3 p{
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 130px;
	min-height: 79px;
}
.sec_chara_box.sec2_1_2 p{
	background-image: url(../img/product/qr/ico01.png);
}
.sec_chara_box.sec2_1_3 p{
	background-image: url(../img/product/qr/ico02.png);
}
.sec2_2{
	border-top: solid 1px #ccc;
	padding: 30px 20px 0;
	margin-top: 30px;
}
.sec2_2 p.sample{
	float: left;
	width: 48%;
	text-align: center;
}
.sec2_2_1 {
	float: right;
	margin-left: 4%;
	width: 48%;
}
.sec2_2_1 p{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}

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

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

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.sec1{margin: 30px 0 0;}
.sec2{margin: 30px 0;}
.sec1 h2,
.sec2 h2{
	padding: 5px 15px 3px;
	font-size: 13px;
}
.sec1_1 ul{
	padding: 0 15px;
}
.sec1_1 ul li{
	float: left;
	margin-left: 4%;
	margin-bottom: 15px;
	width: 48%;
}
.sec1_1 ul li:nth-child(2n+1){
	margin-left: 0;
}
.sec1_1 ul li p{
	margin-top: 10px;
}
.sec2_1 ul li{
	float: none;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 15px;
}
.sec2_1 ul li:first-child{
	margin-bottom: 20px;
}
.sec_chara_box h3{
	font-size: 14px;
}
.sec_chara_box p{
	font-size: 13px;
}
.sec2_1 ul li:first-child .sec_chara_box div,
.sec2_1 ul li:first-child .sec_chara_box p.sample{
	float: none;
	margin-left: 0;
	width: 100%;
}
.sec_chara_box.sec2_1_2 p,
.sec_chara_box.sec2_1_3 p{
	padding-right: 70px;
	min-height: 44px;
}
.sec_chara_box.sec2_1_2 p{
	background-size: 51px auto;
}
.sec_chara_box.sec2_1_3 p{
	background-size: 39px auto;
}
.sec2_2{
	border-top: solid 1px #ccc;
	padding: 30px 15px 0;
	margin-top: 30px;
}
.sec2_2 p.sample{
	float: none;
	width: 100%;
}
.sec2_2_1 {
	float: none;
	margin-bottom: 20px;
	margin-left: 0;
	width: 100%;
}
/*-------------------*/
}

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

}

