@charset "UTF-8";


/*base.css打ち消し
---------------------------------------------------------- */
#tour + .col3_block article figure {
	margin-bottom: 10px;
}

#tour + .col3_block article p {
	font-size: 93.75%;
}

#tour + .col3_block article:nth-child(3n) {
	margin-right: 0;
}



@media screen and (max-width: 798px) {
	#tour + .col3_block article {
		width: 48%;
		margin: 0 1.5% 35px 0;
	}
	#tour + .col3_block article:nth-child(3n) {
		margin-right: 1.5%;
	}
	#tour + .col3_block article:nth-child(2n) {
		margin-right: 0;
	}
}

/*事業内容
---------------------------------------------------------- */
.business_block {
	width: 960px;
	margin: 0 auto 50px;
	padding: 50px 70px 30px;
	background: url("../img/common/bg03.gif") repeat left top;
}
.business_block p {
	line-height: 0;
	margin-bottom: 30px;
}
.business_block img {
	max-width: 100%;
	height: auto;
}
.business_block ul {
	text-align: center;
}
.business_block ul li {
	line-height: 0;
	display: inline-block;
	width: 170px;
}
.business_block ul li:not(:last-child) {
	margin-right: 35px;
}
.business_block ul li img {
	max-width: 100%;
	height: auto;
}
.business_text {
	font-size: 187.5%;
	color: #00a9e7;
	text-align: center;
	margin-bottom: 50px;
}

/* モーダル */
.business_toggle_area {
	display: none;
}
.business_box {
	padding: 50px;
	height: 100%;
	overflow: scroll;
}
.business_box .col2_block {
	width: 100%;
}


@media screen and (max-width: 798px) {
	.business_block {
		width: 90%;
		margin: 0 5% 50px;
		padding: 10% 20px 8%;
	}
	.business_block p {
		margin-bottom: 7%;
	}
	.business_block ul li {
		width: 46%;
		margin: 0 1% 3%;
	}
	.business_block ul li:not(:last-child) {
		margin-right: 1%;
	}
	.business_text {
		font-size: calc(26 / 640 * 100vw);
	}
	/* モーダル */
	.business_box {
		padding: 10% 25px;
	}
	.business_box .col2_block {
		margin: 0 auto;
	}
}

/*数字で見る応研
---------------------------------------------------------- */
.data_area .col2_block {
	margin-bottom: 0;
}
.data_area p {
	border-top: 2px dashed #dbdbdb;
	padding-top: 20px;
}
.data_area p.text_box {
	margin-bottom: 35px;
}

.data_area p.text_box:last-child {
	margin-bottom: 80px;
}
.data_area p:first-child {
	border-top: none;
	padding-top: 0;
}
.data_area figure {
	display: block;
	overflow: hidden;
	margin-bottom: 30px !important;
}
.data_area article figure img {
	width: 460px;
}

.data_area .data_img2,
.data_area .data_img2 figure {
	margin-bottom: 0 !important;
}
.data_img2 .sp_only {
	display: none;
}
.data_area .data_img2 article:last-child {
	padding-left: 3%;
	box-sizing: content-box;
	border-left: 2px solid #ebebeb;
}
.data_area .data_img2 article:first-child {
	margin-right: 0;
}


@media screen and (max-width: 798px) {
	.data_area figure {
		margin-bottom: 0 !important;
	}
	.data_area article figure img {
		width: 100%;
	}
	.data_area p.text_box {
		margin-top: 0;
	}
	.data_area .data {
		margin-bottom: 35px;
	}
	.data_area .data_img2,
	.data_area .data article figure {
		margin-bottom: 25px !important;
	}
	.data_area .data_img2 article:last-child {
		padding-left: 0;
		border-left: none;
	}
	.data_img2 .sp_only {
		display: block
	}
	.data_fresh_pc {
		display: none !important;
	}
}
