﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/
#main {
	background: url(../img/business/business_bg.jpg)no-repeat top center;
	background-size: 100% auto;
	}
/* 事業内容 */
#inner {
	border-top: 2px solid #4a7ad2;
	}
	#inner .corner {
		background: #f2f2f2;
		}
		#inner .corner p:first-child {
			margin-top: 35px;
			margin-bottom: 15px;
			padding: 0 55px;
			}
			#inner .corner p {
				margin-bottom: 20px;
				padding: 0 55px;
				}
				#inner .corner::before {
					background: url(../img/business/corner.png)no-repeat;
					background-size: contain;
					}
					#slider .bx-pager,
					#slider .bx-controls-direction {
						display: none;
						}
/* 設備紹介 */
#facility p {
	border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
	margin-bottom: 40px;
	padding: 10px 20px;
	}
	#facility ul {
		margin-bottom: 80px;
	}
	#facility ul li{
		display: inline-block;
		width: 48%;
		margin-bottom: 1.1em;
		}
		#facility ul li:nth-child(odd) {
			margin-right: 1em;
			}
dl.dt_blue {
	margin-bottom: 50px;
	font-size: 18px;
	}
	dl.dt_blue dt{
		background: #e7f5ff;
		border: solid 1px #b5b5b5;
		padding: 10px;
		text-align: center;
		font-weight: normal;
		}
		dl.dt_blue dd {
			border: solid 1px #b5b5b5;
			border-top: none;
			padding: 10px 20px;
			}



/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
#main {
	margin-top: 50px;
	background: url(../img/business/business_bg.jpg)no-repeat top center;
	background-size:contain;
	}
/* 事業内容 */
#inner .corner p:first-child {
	margin-top: 20px;
	padding: 0px 20px;
	}
	#inner .corner p {
		padding: 0 20px;
		}

/* 設備紹介 */
/* 設備紹介 */
#facility p {
	margin-bottom: 25px;
	}
	#facility ul {
		margin-bottom: 30px;
		}
		#facility ul li{
			width: 100%;
			}

dl.dt_blue {
	margin-bottom: 35px;
	font-size: 14px;
	}
	dl.dt_blue:last-child {
		margin-bottom: 0;
	}
	dl.dt_blue dt{
		background: #e7f5ff;
		border: solid 1px #b5b5b5;
		padding: 8px;
		text-align: center;
		font-weight: normal;
		}
		dl.dt_blue dd {
			border: solid 1px #b5b5b5;
			border-top: none;
			padding: 8px 20px;
			}

}
