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

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
section {	
	font-feature-settings: 'palt';
}
section h2 {
	margin-bottom: 10px;
}
section h3 {
	position: relative;
	height: 32px;
	font-size: 1.5rem;
	line-height: 1;
	background: url(../img/bg_subttl_01_sp.svg) no-repeat left top;
	background-size: 1031px 32px;
	box-sizing: border-box;
	padding: 12px 0 0 3px;
	margin-bottom: 15px;
}
section h4 {
	font-size: 1.5rem;
	line-height: 1;
	color: #008044;
	margin: 0 0 14px;	
}
section p {
	font-size: 1.3rem;
	line-height: 1.7;
}

.btn-inquiry a {
	display: block;
	width: 100%;
	height: 65px;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.25;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	border-radius: 20px;
	padding-top: 12px;
	margin: 0 auto 25px;
}
section .btn-inquiry a {
	height: 45px;
	line-height: 45px;
	padding-top: 0;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	padding-bottom: 24px;
}

#sec1 .past .border {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 100%;
	min-height: 50px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #69B88C), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #69B88C),color-stop(.75, #69B88C), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 0 15px;
}

#sec1 .past .border a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	color: #008A44;
	background: #fff url(../../common/img/icon_pdf.svg) no-repeat 98% center;
	background-size: 30px auto;
	box-sizing: border-box;
	padding: 12px 40px 11px 10px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	padding-bottom: 90px;
}

#sec2 .list img {
	width: 100%;
	height: auto%;
}
/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	padding-bottom: 15px;
}

#sec3 p {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-bottom: 25px;
}
#sec3 .txt p {
	margin-bottom: 10px;
}
#sec3 h5 {
	font-size: 1.5rem;
	line-height: 1;
	color: #008044;
	background-color: #f2f2f2;
	padding: 6px 8px;
	margin-bottom: 6px;
}

#sec3 .btn-inquiry {
	margin-top: 7px;
	margin-bottom: 30px;
}
#sec3 h5:nth-of-type(3) {
	line-height: 1.23;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
	padding-bottom: 15px;
}
#sec4 h3 {
	background: url(../img/bg_subttl_06_sp.svg) no-repeat 0px top;
	background-size: 957px 32px;
}
#sec4 p {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-bottom: 25px;
}
#sec4 .txt p {
	margin-bottom: 10px;
}
#sec4 h5 {
	font-size: 1.5rem;
	line-height: 1;
	color: #008044;
	background-color: #f2f2f2;
	padding: 6px 8px;
	margin-bottom: 6px;
}
#sec4 .fax {
	font-size: 3.25rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 19px;
}
#sec4 .border {
	margin-bottom: 25px;
}
#sec4 .btn-inquiry {
	margin-top: 7px;
	margin-bottom: 30px;
}
#sec4 h5:nth-of-type(3) {
	line-height: 1.23;
	margin-bottom: 15px;
}

#sec4 .tel {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	
}

