/* 見出し */

.h_A {
	font-size: 1.75rem;
	line-height: 1.5;
	color: #00A03C;
	font-weight: 600;
}
.h_A img {
	height: 40px;
	vertical-align: bottom;
}
.h_A small {
	font-size: 1rem;
}

/* アイコン */
.icon_menu {
	background-image: url('../images/icon_house.svg');
}
.icon_building {
	background-image: url('../images/icon_building.svg');
}
.icon_house {
	background-image: url('../images/icon_house.svg');
}

.icon_heart_R {
	background-image: url('../images/icon_heart_R.svg');
}

/* 事例スライド */
.list_jirei.clearfix li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
	float: left;
}
.list_jirei.clearfix li:nth-child(3n) {
	margin-right: 0;
}
.list_jirei.clearfix li:nth-child(3n+1) {
	clear: both;
}

.list_jirei li .inbox {
	padding: 0 5px;
}
.list_jirei h4 {
	background-color: #00A03C;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.list_jirei figure {
	margin-bottom: 10px;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.list_jirei figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 200%;
	max-height: 200%;
}
.list_jirei p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.list_jirei .btn {
	text-align: right;
}
.list_jirei .btn a {
	background-color: #FF5858;
	padding: 10px;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
}

/* お悩みボックス */
.list_nayami li {
	width: 30%;
	margin-bottom: 50px;
	margin-right: 5%;
	float: left;
	background-color: #FFF;
	padding: 25px;
	border-radius: 20px;
}
.list_nayami li:nth-child(3n) {
	margin-right: 0;
}
.list_nayami li:nth-child(3n+1) {
	clear: both;
}
.list_nayami h4 {
	border: 2px solid #00A03C;
	color: #00A03C;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.25rem;
}
.list_nayami figure {
	/* margin-bottom: 10px; */
}
.list_nayami p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.list_nayami .btn {
	text-align: right;
}

/* グループサービス */
.list_group li {
	margin-bottom: 50px;
	width: 48%;
	float: left;
}
.list_group li:nth-child(2n) {
	float: right;
}
.list_group li:nth-child(2n+1) {
	clear: both;
}
.list_group h4 {
	background-color: #00A03C;
	color: #FFF;
	padding: 15px 10px;
	margin-bottom: 10px;
	font-size: 1.25rem;
}
.list_group h4 img {
	height: 50px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}
.list_group .image {
	margin-bottom: 10px;
}
.list_group .btn {
	text-align: right;
}
.list_group .btn a {
	background-color: #FF5858;
	padding: 10px;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
}

/* オンライン相談実施中バナー */
#bn_online {
	text-align: center;
	padding: 50px 0;
}

/* 下層ページタイトル */
#sub_title {
	padding: 50px 0;
	background-color: #FAFAFA;
}
#sub_title h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}
#sub_title h2 small {
	font-size: 1rem;
}

/* テーブル */
.tbl_A {
	border-top: 1px solid #EFEFEF;
}
.tbl_A th {
	border-bottom: 1px solid #EFEFEF;
	padding: 15px;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	min-width: 20%;
}
.tbl_A td {
	border-bottom: 1px solid #EFEFEF;
	padding: 15px;
	vertical-align: top;
	line-height: 1.5;
}
.tbl_A tr:nth-child(2n) th,
.tbl_A tr:nth-child(2n) td {
	background-color: #EFEFEF;
}

/* 必須 */
.hissu {
	color: red;
}

/* アラート */
.alert {
	display: none;
	color: red;
}
