/***** CSS　home/living共通　******/

img {
	border: none;
}

/* title
-------------------------------------*/
#title {
	width: 750px;
	height: 70px;
	margin-top: 25px;
}

#title h1 {
	text-indent: -9999px;
}

/* contents
-------------------------------------*/
#contents {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 750px;
	background: #ffffff;
	text-align: center;
}

/* r-navi
-------------------------------------*/
#r-navi {
	margin-top: 25px;
}

#r-navi ul {
	list-style: none;
}

#r-navi ul li {
	height: 37px;
	text-indent: -9999px;
}

#r-navi ul li a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}

#r-navi ul li.current a {
	background-position: left -37px !important;
}

#r-navi ul li a:hover {
	background-position: left -37px;
}

#r-navi ul li.rnavi01 a {
	background-image: url(../image/right_navi01.gif);
}

#r-navi ul li.rnavi02 a {
	background-image: url(../image/right_navi02.gif);
}

#r-navi ul li.rnavi03 a {
	background-image: url(../image/right_navi03.gif);
}

#r-navi ul li.rnavi04 a {
	background-image: url(../image/right_navi04.gif);
}

#r-navi ul li.rnavi05 a {
	background-image: url(../image/right_navi05.gif);
}

#r-navi ul li.rnavi06 a {
	background-image: url(../image/right_navi06.gif);
}

#r-navi ul li.rnavi07 a {
	background-image: url(../image/right_navi07.gif);
}


/*--------------------------------------------------*/
#contents h2 {
	display: block;
	width: 690px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #060606;
	background-color: #BAFF7C;
	font-size: 18px;
	font-weight: bold;
	border-left: 15px solid #227C08;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-left: 20px;
}

/*--------------------------------------------------*/
#contents h3 {
	display: block;
	width: 685px;
	margin-bottom: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #060606;
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #31B30C;
	margin-left: 30px;
	border-bottom: 1px solid #31B30C;
	padding-top: 5px;
	text-align: left;
}

.quest {
	color: #0DA310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

.merit__container {
	display: flex;
	gap: 15px;
	margin-top: 30px;
	align-items: stretch;
	height: auto;
	margin-bottom: 50px;
}


.merit__box {
	flex-shrink: 1;
	flex-grow: 1;
	max-width: 225px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.merit__box img {
	width: 100%;
}

.merit__boxttl {
	background-color: #30B30C;
	color: #fff;
	padding: 17px 7px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	height: 100%;
}

.merit__boxtxt {
	border: 2px solid #30B30C;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	height: 180px;
	display: flex;
	align-items: center;
	/* コンテンツを縦方向に中央揃え */
	justify-content: center;
	/* コンテンツを横方向に中央揃え */
	/* 追加 */
}

.meritbnr {
	transition: all .3s;
}

.meritbnr:hover {
	opacity: .7;
}