@charset "utf-8";

.h1-sub{
	font-family: YuMincho, 'Yu Mincho', 'MS Mincho', serif;
	font-weight: bold;
	margin-bottom: 1.3rem;
}
.h3-sub{
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	padding: 0;
	display: inline;
	color: #6f8729;
	font-size: 1.2rem;
}
.h3-sub::before{
	font-family: "Font Awesome 5 Free";
	font-size: 1rem;
	content: "\f5c9";
	color: #6f8729;
	padding-right: 0.5rem;
}
.w-100{width: 100%;}
.row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bg-green{
	background-color: #8fba1e;
	color: #fff;
}
.bg-gray{
	background-color: #999;
	color: #fff;
}
.bg-green img, .bg-gray img{
	vertical-align: bottom;
}
#feature .h3-sub{
	color: #8fba1e;
/*	border-bottom: 3px #8fba1e solid;*/
}
#feature .h3-sub::before{
	content: "";
	padding-right: 0;
}
.point{
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	background-color: #8fba1e;
	color: #fff;
	border-radius: 30px;
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-right: -0.2rem;
	padding:0.1rem 1rem 0;
	margin-bottom: 1rem;
}
.bb-green {border-bottom: 1px #6f8729 solid;}
.txt-green{color: #8fba1e !important;}
.point-gray{background-color: #999;}
.txt-gray{color: #999 !important;}
.small{font-size: 0.75rem;}
.border-top{border-top: 1px #999 solid !important;}

@media screen and (max-width : 959px) {
	.sub-container img{padding-top: 0.5rem;}
	.bg-green, .bg-gray{
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}
@media screen and (min-width : 960px) {
	.sub-container{max-width: 714px; margin: 0 auto;}
	.col-6{width: calc(50% - 10px);}
	.order1{order: 1;}
	.order2{order: 2;}
	.img-position-1{
		position: relative;
		top: -26px;
	}
	.img-position-2{
		position: relative;
		top: -126px;
		margin-bottom: -126px;
	}
	.bg-green .col-6, .bg-gray .col-6{width: 50%;}
	.txt-md-right{text-align: right;}

}
