@charset "utf-8";
.m20{
	margin:20px;
}
.my20{
	margin-top:20px;
	margin-bottom:20px;
}
.p20{
	padding:20px;
}
.py20{
	padding-top:20px;
	padding-bottom:20px;
}
.w80{
	width:80%;
	margin: 0 auto 71px auto;
	display: block;
}
@media (max-width:1300px) {
	.w80{
		width:100%;
		margin: 0 auto 71px auto;
		display: block;
	}
}
.text_center{
	text-align:center!important;
}
.content_inner {
    width: 960px;
    margin: 0 auto;
    padding: 30px 10px;
}
.halfbox{
	width: calc(50% - 20px);
	display:inline-block;
	vertical-align: top;
}
.w80 .halfbox{
	width: calc(50% - 2px);
	display:inline-block;
	vertical-align: top;
}
.allbox{
	width:calc(100% - 20px);
	margin:10px 10px;
}
.col_blue{
	color:#0071BC;
	text-align: center!important;
	font-size: 36px!important;
	margin: 40px 0 40px 0;
}
.col_blue_point{
	color:#0071BC;
	text-align: left!important;
	font-size: 20px!important;
	margin: 25px 0 25px 0;
}
.col_white{
	color:#FFF;
	text-align: center!important;
	font-size: 36px!important;
	margin: 10px 0 10px 0;
}
.bg_arrow{
    background-image: url(../img/bg_arrow.png);
    background-position: center;
    padding: 0 0 143px 0;
    background-repeat: no-repeat;
}
.bg_product{
    background-image: url(../img/product_img001.png);
    background-position: right;
    padding: 47px 0 0 0;
    width: 1000px;
    background-repeat: no-repeat;
}
.bg_arrow p{
	color:#FFF;
	text-align: center;
	font-size: 37px;
	margin: 0 0 21px 0;
}
.bg_blue02{
	background:#0071BC;
}
.bamen_box{
	background:#0071BC;
	position: relative;
}
.bamen_box h3{
	background:#000;
	font-size: 30px;
	color: #FFF;
	padding: 20px 0;
}
.bamen_box h3:after{
	content:"";
	position:absolute;
	top: 70px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid black;
	right: calc(50% - 35px);
}
.bamen_box li{
	width:33%;
	vertical-align: top;
	/* line-height: 0; */
	display:inline-block;
}
.bamen_box li span{
	display:block;
	line-height: 1.5;
	margin:10px auto;
	font-size:18px;
	color:#FFF;
}
.function_box {
	width:auto;
}
.function_box .point_box{
	width:auto;
	padding: 20px 0;
	vertical-align: top;
}
.function_box h3{
	border:2px solid #0071BC;
	font-size: 30px;
	padding:10px;
	color: #0071BC;
	margin:20px 0;
}
.function_box .text_area{
	border:2px solid #0071BC;
	background:#fff;
	padding: 20px 30px;
	margin-bottom: -2px;
}
.function_box .text_area p{
	font-size: 18px;
	padding: 0 0 0 8px;
	font-weight: bold;
}

.point_list li{
	text-align:left;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.point_list li:before{
	content:"●";
	color:#0071BC;
	margin: 0 10px 0 10px;
}
.application{
	padding: 0 0 10px 0;
}
.application h3{font-size: 30px!important;margin: 20px 0 0px 0;}
.application_box{
	border: 1px solid #FFF;
	padding: 0px 50px 50px 50px;
	margin: 70px 0 0 0;
}
.qbox,.abox{
	border:2px solid #A7BBC6;
	background:#FFF;
	padding: 15px 0;
	margin: 30px 0 0 0;
	position:relative;
}

.qbox img,.abox img,.qbox p,.abox p{
	display:inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.qbox img,.abox img{
	width:auto;
}

.qbox p,.abox p{
	width: 64%;
}
.abox:after{
	content:"▼";
	color:#fff;
	position:absolute;
	font-size:30px;
	bottom: -50px;
	left:50%;
}
.lastbox{
	background:#FFF;
	margin: 70px 0 0 0;
	padding: 0 0 40px 0;
}
.lastbox h4{
	background:#FF9100;
	color:#FFF;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 20px 0;
}

.lastbox p{
	padding: 0 40px;
}
.product_box{
	width:75%;
	text-align:left;
}
.product_box img{
	margin:20px 0;
}
.product_box ul{
	margin:20px 0 0 0;
}
.product_box li{
	display:inline-block;
}
.product_box li img{
	margin:5px 10px 5px auto;
}
.product_box p{
	font-size:36px;
}
.ques li{
	display:inline-block;
	width: calc(22% - 7px);
	margin: 0 20px 0 0;
	position: relative;
	padding: 15px 38px;
	border:2px solid #A7BBC6;
	font-size: 18px;
	font-weight: bold;
	background:#FFF;
	color:#000;
}
.ques li:before{
	content:"";
	display:block;
	position:absolute;
	z-index: 100;
	top:0;
	left:0;
	border-right: 15px solid transparent;
	border-top: 15px solid #A7BBC6;
	border-left: 15px solid #A7BBC6;
	border-bottom: 15px solid transparent;

  /*1色パターン：border-rightだけに色指定*/
	border-bottom: 15px solid transparent;
	border-left: 15px solid #A7BBC6;

  /*1色パターン：border-bottomだけに色指定*/
	border-top: 15px solid #A7BBC6;
	border-right: 15px solid transparent;
}
.ques img{
	display:block;
	margin:10px auto;
	width:auto;
}

#main_img_ahf{
    height: 240px;
    margin: 0px auto;
    background-image: url(../img/top_bg.png);
    position: relative;
    background-position: center top;
}
#main_img_ahf h2{
	font-size:43px;
	text-align:left;
	position: relative;
	top: 47px;
	padding: 0 0 0 15px;
	width: 1050px;
	line-height: 2;
	color: #FFF;
	margin: 0 auto;
}
#main_img_foot{
	background-image: url(../img/slide_over.png);
	position: relative;
	background-position: center top;
	top: 0;
	padding: 30px 0;
	display: table;
	width: 100%;
	background-size: cover;
	margin: 0;
	height: 53px;
}

.tf_right{
	display: block;
	/* width: auto; */
	padding: 0 0 0 40px;
	font-weight: bold;
	vertical-align: middle;
}
.tf_right p{
	text-align:center;
}
.aboutbox{
	
}
.aboutbox h3{
	font-size:30px;
	margin: 50px 0 0 0;
}
.aboutbox p{
	font-weight:normal;
}
.about_table{
	margin:50px 0;
}
.about_table th{
	background:#0071BC;
	border-bottom:2px solid #FFF;
	padding: 20px 0;
	color: #FFF;
	width: 30%;
	vertical-align: top;
	font-size: 18px;
}
.about_table tr td{
	padding: 20px;
	font-size: 18px;
}
.about_table tr:nth-child(odd) td{
	background:#CCE0E9;
}
.arrow_link{
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.arrow_link img{
	margin:0 0 0 10px;
	vertical-align: middle;
}
.firstbox .halfbox01{
	width: 66%;
	display:inline-block;
}
.firstbox .halfbox02{
	width: 30%;
	display:inline-block;
}


@media (max-width:1180px) {
	
#main_img_ahf h2{
	font-size:43px;
	text-align:left;
	position: relative;
	top: 47px;
	padding: 0 0 0 15px;
	width: 90%;
	line-height: 2;
	color: #FFF;
	margin: 0 auto;
}

.bg_product{
    background-image: url(../img/product_img001.png);
    background-position: right;
    padding: 47px 10px 0 10px;
    width: calc(100% - 20px);
    background-repeat: no-repeat;
}
.bg_arrow p {
    color: #FFF;
    text-align: center;
    font-size: 18px!important;
    margin: 0 0 21px 0;
}
.col_blue {
    color: #0071BC;
    text-align: center!important;
    font-size: 18px!important;
    margin: 40px 0 40px 0;
}
.bamen_box h3:after {
    display:none;
}
}