@charset "utf-8";


.bold {
	font-weight: bold;
}

.c-red {
	color: #f00;
}

.cts__flex{
	display: flex;
	margin-top: 45px;
}

.main-img {
	margin: 0 0 30px 0;
}


.cts__flex-txtbox{
	margin-left: 38px;
	width: calc(100% - 217px);
}

.cts__flex-txtbox-day{
	size:16px;
    color:#85a527;
	margin-bottom: 15px;
	
}


.cts__flex-txtbox-green{
	color:#85A527;
    font-size:16px;
	font-weight: bold;
	line-height: 22.29px;
	margin-bottom:  30px;
	
}

.cts__flex-txtbox{
	font-size:16px;
	margin-bottom: 40px;
	line-height: 22.29px;
}
.hr.style{
    border-color: #9b9b9b;
}

.section__ttl {
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0 0 0 55px;
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../images/common/common-ttl-bg-leaf.png) no-repeat;
	min-height: 45px;
}

.section__ttl-double {
	box-sizing: border-box;
	margin: 0 0 35px 0;
	padding: 30px 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

