@charset "UTF-8";

.sub-tagline {
	font-size: 1.4rem;
	font-weight: bold;
	color: #00866d;
}

.business-wrap .column {
	padding-top: 6vw;
}

.business-wrap .column p:last-child {
	margin-top: 5vw;
}

.bs-icon-01 {
	background-image: url("../img/lower/icon/business_icon_01.png");
	background-size: 36%;
	background-position: top 40px left -25px;
	background-repeat: no-repeat;
}
.bs-icon-02 {
	background-image: url("../img/lower/icon/business_icon_02.png");
	background-size: 52%;
	background-position: top 5px right -85px;
	background-repeat: no-repeat;
}
.bs-icon-03 {
	background-image: url("../img/lower/icon/business_icon_03.png");
	background-size: 35%;
	background-position: top 35px left -10px;
	background-repeat: no-repeat;
}
.bs-icon-04 {
	background-image: url("../img/lower/icon/business_icon_04.png");
	background-size: 50%;
	background-position: top -10px right -50px;
	background-repeat: no-repeat;
	padding-bottom: 10vw;
}

#wrapper .equipment {
	width: 100%;
	height: 100%;
	background-image: url("../img/sample/top_policy_sample_001.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 74, 49, .9);
	background-blend-mode: darken;
	padding: 1.5rem;
	color: #fff;
}

#wrapper .equipment-content {
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	padding: 1.5rem;
	color: #fff;
	font-weight: bold;
	filter: drop-shadow(1px 1px 1.5px rgb(0, 0, 0, 0.4));
}

#wrapper .equipment h2 {
	color: #fff;
}

#wrapper .equipment-wrap .column.eq {
	padding-top: 0;
	width: 100%;
}

#wrapper .equipment-wrap .column.eq-detail {
	width: 50%;
	margin: 0 auto;
}

#wrapper .equipment-wrap .column.eq-detail li {
	display: flex;
	justify-content: space-between;
}

#wrapper .equipment-wrap .column.eq-detail li p {
	margin: 0;
	padding: 0;
}

.equipment-wrap {
	padding-bottom: 12vw;
}



/***** FOR TABLET *****/
@media screen and (min-width: 769px) {
	
}





/***** FOR PC *****/
@media screen and (min-width: 961px) {

}
