@charset "utf-8";
/*==================================================
	貸金庫の特徴
==================================================*/
#feature .feature_msg .txt {
	font-size : 23px;
	line-height : 37px;
	font-weight: 500;
}
#feature .feature_contents::before {
	background: rgba(24, 99, 40, 0.1);
	height: calc(100% + 35px);
}
#feature .feature_contents .box {
	position: relative;
	margin-bottom: 80px;
}
#feature .feature_contents .box:nth-of-type(2) {
	margin-bottom: 160px;
}
#feature .feature_contents .box .img_box {
	width: 500px;
}
#feature .feature_contents .box.reverse .img_box {
	margin-left: auto;
}
#feature .feature_contents .box .img_box img {
	width: 100%;
	object-fit: cover;
}
#feature .feature_contents .box .txt_box {
	width: 650px;
	position: absolute;
	top: 70px;
	right: 0;
	background: #fff;
	border: 3px solid #186328;
	padding: 30px 50px;
	border-radius: 20px;
	box-sizing: border-box;
}
#feature .feature_contents .box.reverse .txt_box {
	right: auto;
	left: 0;
	overflow: hidden;
}
#feature .feature_contents .box:nth-of-type(2) .txt_box {
	top: 50px;
}
#feature .feature_contents .box .txt_box .txt {
	font-size: 110%;
	line-height : 37px;
	font-weight: 500;
}
#feature .feature_contents .box .txt_box .num {
	position: absolute;
	font-size : 90px;
	color : #186328;
	opacity : 0.1;
	bottom: -55px;
	right: 15px;
}
#feature .feature_contents .box .txt_box dl {
	display: flex;
	line-height : 23px;
	margin-bottom: 1em;
}
#feature .feature_contents .box .txt_box dt {
	margin-right: 1em;
}
#feature .feature_contents .box .txt_box img {
	width: 100%;
	margin: 20px 0 0;
}
#feature .feature_how .how_box dl {
	width: 48%;
	border: 3px solid #186328;
	background: #fff;
	border-radius: 20px;
}
#feature .feature_how .how_box .batu {
	border: 3px solid #333;
}
#feature .feature_how .how_box dt {
	font-size : 30px;
	color : #186328;
	text-align: center;
	line-height: 80px;
	border-bottom: 3px solid #186328;
	font-weight: 600;
}
#feature .feature_how .how_box .batu dt {
	border-bottom: 3px solid #333;
	color : #333;
}
#feature .feature_how .how_box dd {
	padding: 15px 25px;
	position: relative;
}
#feature .feature_how .how_box .chk dd::before {
	content: "";
	background: url("../img/feature/bg01.png") no-repeat bottom right/100%;
	width: 138px;
	height: 173px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
#feature .feature_how .how_box li {
	font-size : 20px;
	line-height : 45px;
	position: relative;
	padding-left: 30px;
}
#feature .feature_how .how_box li::before {
	content: "";
	background: url("../img/feature/chk.png") no-repeat top left/100%;
	width: 24px;
	height: 23px;
	position: absolute;
	top: 13px;
	left: 0;
}
#feature .feature_how .how_box .batu li::before {
	content: "";
	background: url("../img/feature/batu.png") no-repeat top left/100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#feature .feature_msg .txt {
		font-size: 110%;
	}
	#feature .feature_contents::before {
		height: calc(100% + 20px);
	}
	#feature .feature_contents .box {
		width: 80%;
		margin: 0 auto 80px;
	}
	#feature .feature_contents .box:last-of-type {
		margin-bottom: 60px;
	}
	#feature .feature_contents .box:nth-of-type(2) {
		margin-bottom: 80px;
	}
	#feature .feature_contents .box.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#feature .feature_contents .box .img_box {
		width: 80%;
		margin: 0 auto 15px;
	}
	#feature .feature_contents .box .txt_box {
		padding: 20px;
		position: relative;
		top: auto;
		width: 100%;
	}
	#feature .feature_contents .box:nth-of-type(2) .txt_box {
		top: 0;
	}
	#feature .feature_contents .box .txt_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#feature .feature_contents .box .txt_box .num {
		font-size: 50px;
		bottom: -30px;
	}
	#feature .feature_contents .box .txt_box dl {
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}
	#feature .feature_how .how_box dt {
		font-size: 125%;
		line-height: 50px;
	}
	#feature .feature_how .how_box dd {
		padding: 15px;
	}
	#feature .feature_how .how_box .chk dd::before {
		width: 70px;
		right: 5px;
	}
	#feature .feature_how .how_box li {
		font-size: 95%;
		line-height: 2em;
		padding-left: 20px;
	}
	#feature .feature_how .how_box li::before {
		width: 18px;
		top: 6px;
	}
	#feature .feature_how .how_box .batu li::before {
		width: 15px;
		top: 8px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#feature .feature_msg .txt {
		font-size: 3.5vw;
		line-height: 1.8em;
	}
	#feature .feature_contents::before {
		height: calc(100% + 15px);
	}
	#feature .feature_contents .box {
		width: 90%;
		margin-bottom: 50px;
	}
	#feature .feature_contents .box:last-of-type {
		margin-bottom: 20px;
	}
	#feature .feature_contents .box .txt_box {
		padding: 15px;
	}
	#feature .feature_how h3.sub02 {
		margin-bottom: 30px;
	}
	#feature .feature_how h4.sub02 {
		min-height: 65px;
		font-size: 110%;
	}
	#feature .feature_how .how_box dl {
		width: 100%;
		margin-bottom: 20px;
	}
	#feature .feature_how .how_box dt {
		font-size: 110%;
	}
	
}