@charset "utf-8";
/* 
	経営改善支援事業とは
	update.2021.04.08
*/
.main.about .section-1 > .text {
	font-size:1.6rem;
	line-height:2;
}
.main.about .section-1 > .box-1 {
	margin:5% 0 0;
}
.main.about .section-1 > .box-1 li .button-2 {
	background:#fff;
	height:auto;
	margin:4% 0 0;
	padding:16px;
}
.main.about .section-1 > .box-1 li .button-2:hover ,
.main.about .section-1 > .box-1 li .button-2:active {
	text-decoration:none;
}
.main.about .section-1 > .box-1 li .button-2 h3 {
	font-size:1.6rem;
	font-weight:500;
}
.main.about .section-1 > .box-1 li .button-2:hover h3,
.main.about .section-1 > .box-1 li .button-2:active h3{
	text-decoration:underline;
}
.main.about .section-1 > .box-1 li .button-2 span {
	display:block;
	padding:0;
	margin:8px 0 0;
	font-size:1.2rem;
	text-align:center;
}
.main.about .section-1 > .box-1 .col-1 .button-2 {
	border:2px solid #3db270;
}
.main.about .section-1 > .box-1 .col-1 .button-2 h3 {
	color: #3db270;
}
.main.about .section-1 > .box-1 .col-2 .button-2 {
	border:2px solid #ec6d45;
}
.main.about .section-1 > .box-1 .col-2 .button-2 h3 {
	color: #ec6d45;
}
.main.about .section-2 > .title:before {
	background:linear-gradient(90deg, #FFFFFF 0%, #595757 25%, #595757 75%, #FFFFFF 100%) no-repeat 50% 50% / 100% 6px;
}
.main.about .section-2 > .text {
	font-size:1.6rem;
}
@media print, screen and (min-width: 400px) {
	.main.about .section-2 > .title:before {
		background:linear-gradient(90deg, #FFFFFF 0%, #595757 35%, #595757 65%, #FFFFFF 100%) no-repeat 50% 50% / 100% 6px;
	}
}
@media print, screen and (min-width: 768px){
	.main.about .main-image .title {
		padding-left:30px;
		top:270px;
		font-size:4.6rem;
	}
	.main.about .section-1 > .text {
		margin:0;
		padding:0;
		font-size:2rem;
		line-height:2;
		text-align:center;
	}
	.main.about .section-1 > .box-1 {
		margin-top:40px;
	}
	.main.about .section-1 > .box-1 li .button-2 {
		margin:13px 0 0;
	}
	.main.about .section-1 > .box-1 li .button-2 h3 {
		font-size:1.7rem;
	}
	.main.about .section-1 > .box-1 .col-1 .button-2 {
		padding:28px 16px;
	}
	.main.about .section-2 > .title:before {
		background:linear-gradient(90deg, #FFFFFF 0%, #595757 40%, #595757 60%, #FFFFFF 100%) no-repeat 50% 50% / 100% 6px;
	}
	.main.about .section-2 > .text {
		font-size:1.8rem;
		line-height:1.7;
	}
}