@charset "utf-8";

#contents {
	padding-bottom: 100px;
} 
#article * {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: content-box;
}
#article {
	width: 950px;
	background-color: #fff;
	padding-bottom: 60px;
}


/*top_section*/
.top_section {
	width: 950px;
	height: 474px;
	background: url(../images/bg_main.png) no-repeat center;
	text-align: center;
}
	.top_subttl {
		padding-top: 20px;
	}
	.top_ttl {
		margin-bottom: 20px;
	}

/*point_section*/

.point_section {
	width: 950px;
	height: 577px;
	background: url(../images/bg_section.png) no-repeat center;
	padding-top: 45px;
}
	.point_ttl {
		width: 643px;
		height: 58px;
		background: url(../images/bg_sectionttl.png) no-repeat center;
		font-size: 28px;
		font-weight: bold;
		color: #fff;
		letter-spacing: .1em !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 40px;
		position: relative;
	}
	.point_ttl::after {
		content: "";
		display: inline-block;
		width: 23px;
		height: 24px;
		background: url(../images/dec_icon.png) no-repeat center;
		position: absolute;
		top: -10px;
		right: -10px;
	}
	.point_listwrap {
		width: 720px;
		display: flex;
		justify-content: center;
		margin: 0 auto 62px;
	}
		.point_listbox:first-child {
			margin-right: 20px;
		}
			.point_list {
				width: 300px;
				font-size: 20px;
				font-weight: 500;
			    text-indent: -1.95em;
	    		padding-left: 1.95em;
	    		margin-bottom: 20px;
			}
			.point_list::before {
				content:"";
				display: inline-block;
				width: 30px;
				height: 31px;
				background: url(../images/check_icon.png) no-repeat center;
				margin: 0 5px -8px 0;
			}
	.point_text {
		line-height: 2.4;
		font-size: 20px;
		font-weight: 500;
		text-align: center;
	}

/*flow_section*/
.flow_section {
	padding: 50px 0 80px;
}
	.section_ttl {
		font-size: 34px;
		font-weight: bold;
		color: #668e68;
		text-align: center;
		letter-spacing: .1em !important;
		margin-bottom: 50px;
	}
	.flow_box {
		width: 750px;
		margin: 0 auto 50px;
	}
		[class*=flow_list] {
			width: 620px;
			height: 120px;
			border: 1px solid #668e68;
			font-size: 22px;
			font-weight: bold;
			display: flex;
			align-items: center;
			padding-left: 130px;
			margin-bottom: 22px;
			position: relative;
		}
		[class*=flow_list]:last-child {
			margin-bottom: 0;
		}
		.flow_list--01 {
			background: url(../images/step_img01.jpg) no-repeat top right;
		}
		.flow_list--02 {
			background: url(../images/step_img02.jpg) no-repeat top right;
		}
		.flow_list--03 {
			background: url(../images/step_img03.jpg) no-repeat top right;
		}
		.flow_list--04 {
			background: url(../images/step_img04.jpg) no-repeat top right;
		}
		.flow_list--05 {
			background: url(../images/step_img05.jpg) no-repeat top right;
		}
		.flow_list--06 {
			background: url(../images/step_img06.jpg) no-repeat top right;
		}

		[class*=flow_list]::before {
			content: "";
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
		}
		.flow_list--01::before {
			width: 102px;
			height: 138px;
			background: url(../images/step_icon01.png) no-repeat center;
		}
		.flow_list--02::before {
			width: 102px;
			height: 138px;
			background: url(../images/step_icon02.png) no-repeat center;
		}
		.flow_list--03::before {
			width: 102px;
			height: 138px;
			background: url(../images/step_icon03.png) no-repeat center;
		}
		.flow_list--04::before {
			width: 102px;
			height: 138px;
			background: url(../images/step_icon04.png) no-repeat center;
		}
		.flow_list--05::before {
			width: 102px;
			height: 138px;
			background: url(../images/step_icon05.png) no-repeat center;
		}
		.flow_list--06::before {
			width: 102px;
			height: 120px;
			background: url(../images/step_icon06.png) no-repeat center;
		}
	.contact_banner {
		text-align: center;

	}
	.contact_banner a:hover {
		opacity: .8;
	}


/*info_section*/
.info_section {
	width: 850px;
	margin: 0 auto;
}
	.blog__contTtl {
		width: 850px;
		height: 52px;
		background: url(../images/bg_blogttl.png) no-repeat center;
		font-size: 26px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	.blog__item {
		width: 100%;
		min-height: 180px;
		border: 1px solid #cfcfcf;
		margin-bottom: 20px;
		padding: 10px 20px 10px 10px;
		box-sizing: border-box;
	}
	.blog__item:last-child {
		margin-bottom: 30px;
	}
		.blog__item a {
			display: flex;
		}
		.blog__item a:hover {
			opacity: .8;
			text-decoration: none;
		}
			.blog__img {
				min-width: 240px;
				height: 180px;
				margin: 0 20px 0 0;
			}
			.blog__detail {
				width: calc(100% - 240px - 20px);
				margin: 10px 0 0 0;
			}	
				.date {
					font-size: 18px;
					font-weight: 500;
					color: #85825a;
					margin-bottom: 12px;
				}
				.blog__ttl {
					font-size: 18px;
					font-weight: bold;
					color: #668e68;
					margin-bottom: 12px;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}
				.blog__cont {
					font-size: 16px;
					font-weight: 400;
				}
.blog__bt {
	width: 280px;
	height: 55px;
	margin: 0 auto 30px;
}
	.blog__bt a {
		width: 280px;
		height: 55px;
		border: 1px solid #333;
		border-radius: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #333;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.blog__bt a:hover {
		opacity: .8;
		text-decoration: none;
	}
