img {
	display: block;
	width: 100%;
	height: auto;
}

.content {
	display: block;
	width: 1000px;
	max-width: 90%;
	margin: auto;
}

.c-ttl {
	color: #fff;
	font-size: 1.5rem;
	padding: 0.2em 0.5em 0.3em;
	background: #10941E;
	margin-bottom: 2em;
}

.rvp-pageTtl {
	color: #10941E;
	text-align: left;
	font-weight: 700;
	font-size: 2rem;
	margin-top: 2em;
	margin-bottom: 0.25em;
}

.rvp-pageTtl__caution {
	display: inline-block;
	color: rgb(254, 93, 93);
	padding-right: 0.5em;
}

.rvp-leadTxt {
	text-align: left;
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: 60px;
}

.rvp-head {
	margin-bottom: 100px;
}

.head__wrap {
	display: flex;
	gap: 5%;
}

.head__imgArea {
	width: 60%;
}

.head__imgSelection {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.head__imgSelection .head__imgWrap {
	position: relative;
	cursor: pointer;
	width: 150px;
}

.head__imgSelection .head__imgWrap:hover .img-filter {
	opacity: .5;
}

.img-filter {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: #606060;
	opacity: 0;
}

.head__imgSelection .head__imgWrap.is-active {
	cursor: default;
}

.head__imgSelection .head__imgWrap.is-active .img-filter {
	opacity: .5;
}

.head__info {
	flex: 1;
	text-align: left;
	padding-top: 40px;
}

.head__catch {
	font-weight: 700;
	color: #10941E;
	font-size: 1.45rem;
	margin: 0;
}

.head__catch:not(:first-child) {
	margin-top: 0.5em;
}

.head__note {
	color: #606060;
	margin: 0;
	margin-bottom: 1em;
}

.head__btnWrap {
	margin-top: 60px;
}

#rvp-head .head__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	max-width: 100%;
	height: 50px;
	background: #10941E;
	border: 2px solid #10941E;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

#rvp-head .head__btn:hover {
	background: #fff;
	color: #10941E;
}

.head__bottomNote {
	color: #606060;
	line-height: 1.75;
	margin-top: 80px;
}
/*---------------
  特徴
---------------*/
.rvp-feature {
	margin-bottom: 80px;
}

.feature__list {
	text-align: left;
	padding: 40px 40px 43px 70px;
	border-radius: 5px;
	background: #FBFEFA;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	display: block;
	margin-bottom: 50px;
}

.feature__listItem {
	color: #10941E;
	font-weight: 700;
	font-size: 1.2rem;
}

.feature__listItem:not(:last-child) {
	margin-bottom: 0.5em;
}

.feature__points {
	margin-bottom: 100px;
}

.feature__pointItem {
	display: flex;
	gap: 3%;
	align-items: center;
}

.feature__pointItem:not(:last-child) {
	margin-bottom: 30px;
}

.feature__info {
	flex: 1;
	text-align: left;
}

.feature__pointTtl {
	color: #10941E;
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 0.3em;
}

.feature__txt {
	line-height: 1.75;
	margin: 0;
}

.feature__imgWrap {
	width: 50%;
}

/*---------------
  遷移ボタン
---------------*/
.dwn-btn {
	display: flex;
	gap: 10px;
}

.dwn-btn .dwn-btn__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc( 950px / 6 );
	height: 25px;
	font-weight: 700;
	text-decoration: none;
}

.dwn-btn .dwn-btn__item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	height: 20px;
	width: 2px;
	border-radius: 1px;
	background: #606060;
}

.dwn-btn .dwn-btn__item:hover {
	color: #10941E;
}

/*---------------
  装着概要図
---------------*/
.rvp-figure {
	margin-bottom: 150px;
}

.figure__topTxt {
	position: relative;
	color: #10941E;
	text-align: left;
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 1.5em;
}

.figure__topTxt::before {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #10941E;
}

.figure__list {
	text-align: left;
}

.figure__list li {
	line-height: 1.75;
}

/*---------------
  測定画面
---------------*/
.rvp-screen {
	margin-bottom: 150px;
}

.screen__wrap {
	display: flex;
	gap: 3%;
}

.screen__imgWrap {
	width: 60%;
}

.screen__info {
	text-align: left;
	flex: 1;
}

.screenInfo__top {
	margin-bottom: 30px;
}

.screenInfo__list {
	margin: 0;
	line-height: 1.75;
}

.screenInfo__list--red {
	color: red;
}

.screenInfo__list--green {
	color: green;
}

.screenInfo__list--blue {
	color: blue;
}

.screenInfo__txt {
	line-height: 1.75;
}

.screenInfo__middle {
	margin-bottom: 40px;
}

.screenInfo__bottom {
	color: #606060;
}

.infoBottom__item {
	display: flex;
	margin-bottom: 0.5em;
	text-align: left;
}

.item__txt {
	text-align: left;
	line-height: 1.5;
	margin: 0;
}

.item__txt:first-child {
	width: 55px;
}

.item__txt:last-child {
	flex: 1;
}

/*---------------
  Q＆A
---------------*/
.rvp-faq {
	margin-bottom: 150px;
}

.faq__item {
	width: 920px;
	text-align: left;
	padding: 40px 40px 43px;
	border-radius: 5px;
	background: #FBFEFA;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	display: block;
	margin: 0;
}

.faq__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq__item p {
	margin: 0;
	line-height: 1.75;
}

.faq__q,
.faq__a {
	display: flex;
	width: 100%;
}

.faq__q .faq__icon {
	font-weight: 700;
	color: #10941E;
}

.faq__a .faq__icon {
	font-weight: 700;
	color: red;
}

.faq__icon {
	width: 30px;
}

.faq__info {
	flex: 1;
}

.faq__info--caution {
	color: #10941E;
	font-weight: 700;
}

/*---------------
  製品使用
---------------*/
.rvp-spec {
	margin-bottom: 150px;
}

.spec__wrap {
	width: 1000px;
	margin: auto;
}

.spec__table {
	width: 100%;
	margin-bottom: 20px;
}

.spec__table,
.spec__table tr,
.spec__table th,
.spec__table td {
	border: 1px solid #dbdbdb;
}

.spec__table thead th {
	color: #fff;
	font-weight: 700;
	background: #10941E;
}

.spec__table th,
.spec__table td {
	padding: .3em .5em .4em;
}

.spec__table tbody tr .green {
	background: #ddf6d6;
}

.spec__table tbody tr th:not(.green),
.spec__table tbody tr td:not(.green) {
	background: #FBFEFA;
}

.spec__options {
	display: flex;
	margin-bottom: 40px;
}

.spec__options p {
	margin: 0;
	line-height: 1.5;
	font-size: 1.1rem;
}

.spec__note {
	position: relative;
	text-align: left;
	color: #606060;
	margin: 0;
	line-height: 1.5;
	padding-left: 1.2em;
}

.spec__note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.spec__note:not(:last-child) {
	margin-bottom: 1em;
}

/*---------------
  カタログ
---------------*/
.rvp-catalog {
	margin-bottom: 200px;
}