@charset "UTF-8";

.main {
	/*margin-bottom: 1em!important;*/
}
dl.important_info_block dt, 
dl.important_info_block dd {padding: 5px;}

dl.important_info_block dt {
	padding: 5px;
	font-size: 1.4rem;
}
dl.important_info_block dd li {font-size: 1.2rem;}

.important_info_block dd li + li {margin-top: 2px;}

.lead {
	padding: 0!important;
	margin-bottom: 20px!important;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
.lead span {
	font-size: 2em;
	color: #fe6b00;
	border-bottom: solid 2px #fe6b00;
}
.block_anc_box {
	display: flex;
	flex-wrap: wrap;
}
.block_anc_box .anc_box {
	width: 360px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	background: url(../img/img_1.png) no-repeat 100% center;
	background-size: cover;
	text-decoration: none;
	text-align: center;
	color: #333;
}
.block_anc_box .anc_box:nth-of-type(2n) {
	margin-right: 0;
}
.block_anc_box .anc_box:nth-of-type(2) { background: url(../img/img_3.png) no-repeat center center; background-size: cover;}
.block_anc_box .anc_box:nth-of-type(3) { background: url(../img/img_2.png) no-repeat center center; background-size: cover;}
.block_anc_box .anc_box:nth-of-type(4) { background: url(../img/img_4.png) no-repeat center center; background-size: cover;}

.anc_box .inr {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.anc_box .inr .shade {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 120px;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1));
}
.anc_box .ttl {
	font-size: 22px;
	font-weight: bold;
	text-shadow: #fff 0 0 10px;
	color: #fe6b00;
	margin-bottom: 13px;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.7) 30%, rgba(255,255,255,1));
	background: linear-gradient(to top, rgba(255,255,255,0) 0, rgba(255,255,255,0.7) 30%, rgba(255,255,255,1));
}
.anc_box .ttl .bdb {
	padding-bottom: 6px;
	border-bottom: 2px solid #fe6b00;
}
.anc_box .txt {
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: #fff 0 0 10px;
}
.anc_box img.icon {
	position: relative;
	z-index: 1;
	max-width: 360px;
	margin-top: 10px;
}
.anc_box .inr a {
	display: inline-block;
	width: calc(100% - 60px);
	max-width: 360px;
	margin: 0 0 15px;
	padding: 7px 0;
	border-radius : 5px;
	border: solid 1px #fe6b00;
	font-weight: bold;
	background: #fe6b00;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}
.anc_box .inr a:hover {
	background: #ffe7d7;
	color: #fe6b00;
}




@media only screen and (max-width: 736px) {


	dl.important_info_block dd li {font-size: 1rem;}

	.lead {
		margin-bottom: 30px!important;
		font-size: 1.4em;
	}
	.lead span {
		font-size: 1.6em;
	}
	.block_anc_box .anc_box {
		width: 100%;
	}
	.anc_box .ttl {
		font-size: 18px;
	}

}

/* NCBダイレクトのメインサービス */
.list_mainservice {
	display: flex;
	align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin: 30px auto 10px;
	max-width: 600px;
}
.list_mainservice li {
	width: 180px;
	height: 140px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	flex-basis: auto!important;
}
.list_mainservice li img {
	width: auto!important;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 10px!important;
}
.list_mainservice li:nth-of-type(3) img,
.list_mainservice li:nth-of-type(4) img,
.list_mainservice li:nth-of-type(5) img {
	margin-bottom: 3px!important;
}
.list_mainservice li p {
  line-height: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.9px) {
	.list_mainservice {
		gap: 10px;
	}
	.list_mainservice li {
		width: 160px;
	}
}
