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

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
section {
	font-feature-settings: 'palt';
}

section h3 {	
	width: 840px;
	font-size: 23px;
	color: #40210F;
	line-height: 66px;
	background: url(../img/bg_subttl_01.svg) no-repeat;
	background-size: 840px 64px;
	box-sizing: border-box;
	padding-left: 26px;
	margin-bottom: 33px;
}

section h4 {
	font-size: 20px;
	color: #008344;
	line-height: 1;
	padding-left: 22px;
	margin-bottom: 24px;
}

section p {
	font-size: 16px;
	line-height: 1.875;
}

.wrapper {
	display: -webkit-flex; /* Safari */
	display: flex;	
}
.btn-inquiry a {
	display: block;
	width: 509px;
	height: 55px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast:none){
	.btn-inquiry a {
		padding-top: 3px;
	}
}

@media all and (-ms-high-contrast:none){
	.border a {
		padding-top: 19px;
	}
}

h1 + #main {
	margin-bottom: 50px;
}

.list {
	margin-top: 50px;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	margin-top: 100px;
}

#sec1 h3 {
	background: url(../img/bg_subttl_03.svg) no-repeat;
	background-size: 840px 64px;
	text-indent: -15px;
	margin-top: 100px;
}
#sec1 .pic {
	width: 427px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 47px 0 22px;
}
#sec1 .pic img {
	margin-left: 80px;
}

#sec1 h5 {
	font-size: 36px;
	line-height: 1.3;
	color: #008044;
	margin-bottom: 5px;
}
#sec1 .wrapper {	
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
#sec1 .wrapper p {
	font-size: 16px;
	padding: 0 0 0;
}

#sec1 .past .border {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 383px;
	height: 96px;
	background-color: #fff;
	background: url(../img/bg_line.svg) no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding: 7px;
	margin: 0 10px 30px 10px;
}
#sec1 .past .border a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #008A44;
	background: #fff url(../../common/img/icon_pdf.svg) no-repeat 310px center;
	background-size: 52px 61px;
	box-sizing: border-box;
	padding: 14px 0 0 23px;
}
#sec1 .past {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 20px;
	margin-left: 250px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	margin-top: 80px;
	padding-bottom: 130px;
}
#sec2 .wrapper:nth-of-type(1) .pic {
	margin: 37px 0 0 80px;
}
#sec2 .wrapper:nth-of-type(2) .pic {
	margin: 8px 0 0 53px;
}
#sec2 hr {
	margin: 50px 0;
}
#sec2 .caution {
	font-size: 16px;
	line-height: 1.85;
	margin-bottom: 30px;
}
/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 h3 {
	background: url(../img/bg_subttl_03.svg) no-repeat;
	background-size: 840px 64px;
	text-indent: -15px;
}
#sec3 .pic {
	width: 427px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 47px 0 22px;
}
#sec3 .pic img {
	margin-right: 8px;
}
#sec3 h5 {
	font-size: 36px;
	line-height: 1.3;
	color: #008044;
	margin-bottom: 5px;
}
#sec3 .wrapper {	
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
#sec3 .wrapper p {
	font-size: 14px;
	padding: 0 0 0;
}
#sec3 .price {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	padding-top: 10px;
}
#sec3 .price .small {
	font-size: 20px;
	font-weight: normal;
	margin-left: 5px;
}
#sec3 hr {
	margin: 50px 0;
}
#sec3 .caution {
	font-size: 14px;
	line-height: 1.85;
	margin-bottom: 44px;
}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
	padding-top: 50px;
}
#sec4 h3 {
	background: url(../img/bg_subttl_06.svg) no-repeat;
	background-size: 840px 64px;
	margin-bottom: 40px;
}
#sec4 p {
	font-size: 16px;
	padding-left: 24px;
	margin-bottom: 36px;
}
#sec4 h5 {
	font-size: 20px;
	line-height: 1;
	color: #008044;
	background-color: #f2f2f2;
	padding: 15px 24px;
	margin-bottom: 23px;
}
#sec4 .wrapper {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;	
}
#sec4 .txt {
	width: 450px;
}
#sec4 .txt p {
	width: 450px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#sec4 .btn-inquiry {
	padding-top: 10px;
	margin-bottom: 30px;
}

#sec4 .btn-inquiry a {
	width: 280px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	margin-right: inherit;
	margin-left: auto;
}

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

