@charset "UTF-8";
/* CSS Document */

#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07{
	margin-top: -100px;
	padding-top: 100px;
}

/* メインビジュアル */
.mainV .mainBox{
	margin-top: 5%;
}
.mainV .mainBox .rinenTi{
	margin-bottom: 50px;
}

.mainV .mainBox .business{
	padding-bottom: 100px;
}

.mainV .mainBox .text{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	max-width: 470px;
	margin: 0 auto 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 1px;
	padding: 2px 0;
}
.mainV .mainBox ul.ic01{
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto 10px;
}
.mainV .mainBox ul.ic01 li{
	float: left;
	width: 25%;
	padding: 0 10px;
}
.mainV .mainBox ul.ic02{
	overflow: hidden;
	max-width: 715px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.mainV .mainBox ul.ic02 li{
	float: left;
	width: 33.333333%;
	padding: 0 10px;
}

/* 事業各項目 */
.businessBox{
	margin-bottom: 70px;
}
.businessBase .businessBox:last-child{
	margin-bottom: 0;
}
.businessBox h2{
	font-size: 25px;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	padding: 25px 0;
	margin-bottom: 50px;
	letter-spacing: 2px;
}
.businessBox h2 span{
	display: block;
	font-size: 11px;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 3px;
	padding-top: 5px;
}
.businessBox.box01 h2{
	background: #1E3042;
}
.businessBox.box02 h2{
	background: #188BAA;
}
.businessBox.box03 h2{
	background: #2A3B82;
}
.businessBox.box04 h2{
	background: #fbb547;
}
.businessBox.box05 h2{
	background: #85cfe4;
}
.businessBox.box06 h2{
	background: #c9a4d0;
}
.businessBox.box07 h2{
	background: #c69c6d;
}
.businessBox .inner{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding: 0 30px 30px;
}
.businessBox .inner dl dt{
	font-size: 20px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	padding: 5px 0 5px 10px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.businessBox.box01 .inner dl dt{
	border-left: 7px solid #1E3042;
	border-bottom: 1px solid #1E3042;
}
.businessBox.box02 .inner dl dt{
	border-left: 7px solid #188BAA;
	border-bottom: 1px solid #188BAA;
}
.businessBox.box03 .inner dl dt{
	border-left: 7px solid #2A3B82;
	border-bottom: 1px solid #2A3B82;
}
.businessBox.box04 .inner dl dt{
	border-left: 7px solid #fbb547;
	border-bottom: 1px solid #fbb547;
}
.businessBox.box05 .inner dl dt{
	border-left: 7px solid #85cfe4;
	border-bottom: 1px solid #85cfe4;
}
.businessBox.box06 .inner dl dt{
	border-left: 7px solid #c9a4d0;
	border-bottom: 1px solid #c9a4d0;
}
.businessBox.box07 .inner dl dt{
	border-left: 7px solid #c69c6d;
	border-bottom: 1px solid #c69c6d;
}
.businessBox .inner dl dd{
	font-size: 14px;
	color: #666666;
	line-height: 1.8em;
}




@media only screen and (min-width: 768px) {
	/* メインビジュアル */
.mainV{
	position:relative;
	background:url(../img/business/ph_business.jpg) no-repeat center top;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-background-attachment:fixed;
	background-attachment:fixed;
}
	
}

@media only screen and (max-width: 767px) {
	
	#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07{
	margin-top: -50px;
	padding-top: 50px;
}
	
/* メインビジュアル */
	.mainV{
	position:relative;
	background:url(../img/business/ph_main_sp.jpg) no-repeat center top;
	-webkit-background-size:cover;
	background-size:cover;
}
.mainV .mainBox{
	margin-top: 15%;
}
.mainV .mainBox .rinenTi{
	margin-bottom: 20px;
}
	.mainV .mainBox .rinenTi img{
		max-width: 70%;
}

.mainV .mainBox .business{
	padding-bottom: 40px;
}
	.mainV .mainBox .business img{
		max-width: 80%;
}

.mainV .mainBox .text{
	max-width: 280px;
	margin: 0 auto 20px;
}
.mainV .mainBox ul.ic01{
	max-width: 92%;
}
.mainV .mainBox ul.ic01 li{
	padding: 0 2px;
}
.mainV .mainBox ul.ic02{
	max-width: 69%;
	padding-bottom: 70px;
}
.mainV .mainBox ul.ic02 li{
	padding: 0 2px;
}

/* 事業各項目 */
.businessBox{
	margin-bottom: 30px;
}
.businessBox h2{
	font-size: 17px;
	padding: 15px 0;
	margin-bottom: 30px;
}
.businessBox .inner{
	padding: 0 0 20px;
}
	.businessBox .inner p{
		margin-bottom: 15px;
	}
	.businessBox .inner dl dt{
	font-size: 16px;
}
	
}

/* 20210720修正 */
.busitable{
	max-width: 991px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 8px;
}
.table-business th{
	width: 10%;
	font-size: 14px;
	color: #231815;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.table-business th{
		width: 100%;
	}
}
.table-business td{
	width: auto;
	margin-right: 2%;
	font-size: 14px;
	color: #231815;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
	padding-right: 6px;
	padding-left: 6px;
}
.tableborder {
	border-top: solid 1px #d6d6d6;
}
.boder-w {
	width: 25%;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
}
.boder-r {
	border-right: solid 1px #d6d6d6;
}
.border-b {
	border-bottom: solid 1px #d6d6d6;
}
@media screen and (max-width: 768px) {
.title-pc {
	display: none;
}
}
.title-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.title-sp {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #231815;
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 768px) {
	.table-business th {
		display: none;
	}
}