@charset "utf-8";

.mb_disp-sp {
	display: none;
}

.mb_list-cap {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.mb_attention-list {
	margin-top: 10px;
	font-size: 12px;
}

@media screen and (min-width: 0) and (max-width:640px) {
	.mb_disp-pc {
		display: none;
	}
	.mb_disp-sp {
		display: block;
	}

	#res14-wrap-bg {
		background: #fff;
	}
	.res14-contents-inner {
		padding: 10px;
	}

	.res14-contents-inner .nets_modules__txt-h1 {
		color: #696969;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}
	.res14-contents-inner .nets_modules__txt-h2.nets_modules__icon__clip {
		margin-bottom: 10px;
		padding: 0;
		border-bottom: 1px solid #68b7e6;
		background: none;
		color: #68b7e6;
		font-size: 16px;
		font-weight: bold;
	}
	.res14-contents-inner .nets_modules__txt-h3 {
		margin: 30px 0 10px;
		padding-left: 5px;
		border-left: 4px solid #57b3ee;
		color: #696969;
		font-size: 13px;
		font-weight: bold;
	}
	.res14-contents-inner .nets_modules__txt-h3:nth-of-type(1) {
		margin-top: 0;
	}

	.res14-mobile-index__main {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.res14-mobile-index__list .mb_list-box {
		margin-bottom: 30px;
	}

	.mb_list-cap {
		margin: 0 0 10px;
		color: #696969;
		font-size: 13px;
		text-align: left;
	}
	.mb_list-img {
		margin-bottom: 10px;
	}
	.mb_list-img > img {
		width: 100%;
		height: auto;
	}

	.mb_attention-list {
		list-style: none;
		margin: 0 0 40px;
		padding-top: 30px;
		border-top: 1px dashed #d0d0d0;
		font-size: 11px;
	}
	.mb_attention-list .mb_attention-list--item {
		list-style: none;
		font-size: 11px;
	}
}