@charset "utf-8";

.cov_top{
	margin-top: 30px;
	margin-bottom: 60px;
}
.cov_title{
	margin-bottom: 20px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.cov_bd_box{
	padding: 20px;
	border: 3px solid #4dcbcd;
}
.cov_bd_box h3{
	margin: -20px -20px 20px;
	padding: 13px 15px 11px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	background: #4dcbcd;
}
.cov_bd_box h3 img{
	width: 40px;
	margin-right: 15px;
	margin-top: -6px;
	vertical-align: middle;
}
.cov_bd_box h3 span{
	font-size: 1.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}
.cov_bd_stit{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.cov_bd_stit p{
	font-size: 1.3rem;
	font-weight: bold;
	margin: 2px 0;
	height: 30px;
	border-bottom: 9px solid #4dcbcd;
}
.cov_bd_col01,.cov_bd_col02{
	width: calc((100% - 20px)/2);
}
.cov_bd_box_cor02{
	border-color: #d76464;
}
.cov_bd_box_cor02 h3{
	background: #d76464;
}
.cov_bd_box_cor02 .cov_bd_stit{
	max-width: 330px;
	margin: 0 auto 30px;
}
.cov_bd_box_cor02 .cov_bd_stit p{
	border-color: #d76464;
}
.cov_ib_tit{
	margin-bottom: 0;
	padding: 8px 20px 5px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	border: 3px solid #ea8350;
	color: #ea8350;
}
.cov_ib_stit{
	position: relative;
	z-index: 2;
	padding: 10px 20px 7px;
	display: inline-block;
	font-size: 1.56rem;
	font-weight: bold;
	background: #ea8350;
	color: #fff;
}
.cov_ib_img{
	margin-top: -34px;
	margin-bottom: 15px;
}
.cov_links{
	margin-top: 20px;
	text-align: right;
}
.cov_links a{
	position: relative;
	padding-right: 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 2px solid #ea8350;
	color: #ea8350;
	background: url(../img/img_arr.png) no-repeat right center;
	background-size: 7px;
}
.cov_links_org a{
	position: relative;
	display: block;
	padding: 15px 10px;
	border-radius: 8px;
	text-align: center;
	background: #ea8350;
	border-bottom: none;
	color: #fff;
}
.cov_links_org a::after {
    content: '';
	position: absolute;
	right: 15px;
	top: 50%;
    margin-left: 5px;
    margin-right: -5px;
    margin-top: -2px;
    width: 18px;
    height: 18px;
    background: url(/lighting/module/fw3/img/FW3_mark_arw_right_w.svg) no-repeat right center;
    background-size: 100% 100%;
	transform: translateY(-50%);
}


@media only screen and (min-width: 768px) and (max-width: 1274px) {
	.cov_ib_stit{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.35rem;
	}
	.cov_links a{
		font-size: 1rem;
		padding-right: 15px;
	}
}






