@charset "UTF-8";
/* CSS Document */
.about h3{
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	min-height: 30px;
	line-height: 30px;
}
.about h3.qu{
	background: url(../img/icon_q.png) no-repeat 0 50%;
		padding-left: 40px;

}
.about h3.ec{
	background: url(../img/icon_e.png) no-repeat 0 50%;
		padding-left: 40px;

}
.about .seccond_check{
	height: 450px;
	position: relative;
}

.about .seccond_check .left{
	
position: absolute;
	left: 0;
	top: 130px;
background: #99cd84;
padding: 40px 20px;
	box-shadow:6px 6px 11px -3px #404040;
		transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
-webkit-transform: rotate(-6deg);

z-index: 1000;
}
.about .seccond_check .left p{
color: #fff;
font-weight: bold;
letter-spacing: 0.1em;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.6;
}

.about .seccond_check .left span{
color: #0068b7;
	font-size: 140%;
}

.about .seccond_check .right{
position: absolute;
	right: 0;
	background: url(../img/bg_check.png) ;
	padding: 20px 40px;
	width: 500px;
	margin-top: 70px;
}
.about .seccond_check .right h4{
	background: url(../img/bg_tape.png) no-repeat 50% 50%;
	min-height: 81px;
	text-align: center;
	color: #fff;
	line-height: 81px;
	letter-spacing: 0.2em;
	font-size: 2.2rem;
	margin-top: -70px;
	transform: rotate(6deg);
-moz-transform: rotate(6deg);
-webkit-transform: rotate(6deg);
}
.about .floatbox{
	overflow: hidden;
}
.about .floatL p{
	width: 500px;
	box-sizing: border-box;
}

.about .floatL p.btn_orenge{
	margin-top: 60px;
}
@media screen and (max-width: 780px) {


.about .floatL p{
	width: 100%;
}

}


/*検査テーブル
-------------------------------------------------------------------------*/
table.tbl_ins{
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 30px;
}
table.tbl_ins th,
table.tbl_ins td{
	padding: 10px;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
}
table.tbl_ins th{
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #ffeeb5;
	font-weight:bold;
}
table.tbl_ins td{
	background-color: #fff;
}

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


table.tbl_ins th,
table.tbl_ins td{
	display: block;
	width: 100%;
}

}


/*PDF欄
-------------------------------------------------------------------------*/
.ins_pdf{
	width: 80%;
	margin: 0 auto 30px;
	overflow: hidden;
}
.ins_pdf ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ins_pdf ul li{
	width: 30%;
	margin-bottom: 15px;
}
.ins_pdf ul li a{
	display: block;	
	box-sizing: border-box;
	text-align: center;
}
.ins_pdf ul li a:hover{
	opacity: 0.6;
}
.ins_pdf ul li a img{
	width: 100%;
}

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

.ins_pdf{
	width: 100%;
}
.ins_pdf ul li{
	width: 49%;
	margin-bottom: 15px;
}

}

.ins_list{
	width: 100%;
	margin: 0 auto 40px;
}
.ins_list li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.ins_list li::before{
	content: "●";
	color: #f29201;
}

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

iframe{
	width: 100%;
	height: 280px;
	margin-top: 20px;
}

}