@charset "UTF-8";
/*========================================
Re:vite
TYPE : sp css
========================================*/

.rv_header {
	margin: 10px 10px 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rv_header img {
	width: 100%;
	max-width: 280px;
}
.rv_header h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #d70034;
	text-align: center;
}
.rv_header p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #004EA2;
	text-align: center;
}

.rv_main-contents_ar {
	width: 100%;
	margin: 0 auto;
}

.rv_review-contents {
	margin: 20px 10px 0;
	padding: 0;
}
.rv_review-contents h2 {
	margin: 0;
	padding: 0 5px;
	font-size: 18px;
	line-height: 1.5;
}
.rv_review-contents p:nth-of-type(1) {
	margin: 5px 0 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	border-top: 2px solid #CCC;
	border-bottom: 1px dotted #CCC;
	background-color: #F1EEE6;
}
.rv_review-contents p:nth-of-type(2) {
	margin: 5px 0 0;
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	border-bottom: 1px dotted #CCC;
}

.rv_review-image {
	margin: 30px 10px 0;
	padding: 0;
}
.rv_review-image img {
	width: 100%;
}

.rv_footer-txt {
	margin: 50px 10px 0;
	padding: 0 0 20px;
}
.rv_footer-txt p:nth-of-type(1) {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.rv_footer-txt p:nth-of-type(2) {
	margin: 20px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.rv_footer-txt p:nth-of-type(3) {
	margin: 20px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
}










.rv_main-image {
	margin: 0;
	padding: 0;
}
.rv_main-image img {
	width: 100%;
}
.rv_main-comment {
	margin: 50px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rv_main-comment h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
.rv_main-comment h3 span {
	font-size: 16px;
	font-weight: 700;
}
.rv_main-comment h3::before {
	content: '';
	width: 46px;
	height: 50px;
	background: url("../images/contents-icon-l.png") center / 46px 50px no-repeat;
	position: absolute;
	bottom: 0;
	left: -34px;
}
.rv_main-comment h3::after {
	content: '';
	width: 46px;
	height: 50px;
	background: url("../images/contents-icon-r.png") center / 46px 50px no-repeat;
	position: absolute;
	bottom: 0;
	right: -34px;
}
.rv_main-comment p {
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.rv_main-comment p:nth-of-type(1) {
	margin: 20px 0 0;
	line-height: 1.8;
}
.rv_main-comment p:nth-of-type(2) {
	width: 100%;
	margin: 0 0 0;
	line-height: 1.5;
}
.rv_main-comment p:nth-of-type(3) {
	margin: 5px 0 0;
	line-height: 1.8;
}
.rv_main-comment .rv_f-og {
	color: #fd813a;
}
.rv_main-comment .rv_f-34 {
	font-size: 26px;
}
.rv_main-comment .rv_matker-01 {
	padding: 0 5px 4px;
	background: linear-gradient(transparent 60%, #fde9eb 60%);
}

.rv_contents-btn {
	margin: 30px 20px 0;
	padding: 0;
	text-align: center;
}
.rv_contents-btn img {
	width: 100%;
}

.rv_contents-title {
	margin: 40px 0 0;
	padding: 0;
}
.rv_contents-title img {
	width: 100%;
}
.rv_contents-title-2 {
  width: 100%;
  height: 74px;
  margin: 70px 0 0;
  background: url("../images/title-image-bg-02_sp.png") center center / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv_contents-title-2 h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
	text-align: center;
}

.rv_item-list {
	margin: 0;
	padding: 0;
}
.rv_item-list ul {
	margin: 0 10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.rv_item-list li {
	width: calc(50% - 2px);
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rv_item-list li img {
	width: 80%;
}
.rv_item-list li a {
	margin: 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rv_item-list li a img {
	width: 100%;
}
.rv_item-list li a p {
	margin: 0;
	padding: 10px 10px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.rv_slide-content-btn {
  width: calc(100% - 20px);
  margin: 20px 10px 0;
  padding: 10px 0;
  font-size: 20px;
	font-weight: 700;
	color: #6a4f4f;
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
  background: url("../images/icon-plus.png") center right 30px / 20px 20px no-repeat;
	box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.rv_slide-content-btn.rv_slide-content-btn-active {
  background: url("../images/icon-minus.png") center right 30px / 20px 20px no-repeat;
}
.rv_item-link {
	margin: 0;
	padding: 0;
}
.rv_item-link ul {
	margin: 0 10px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.rv_item-link li {
	margin: 20px 0 0;
}

.rv_commtent-image {
	margin: 50px 5px 0;
	padding: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
.rv_commtent-image img {
	width: auto;
}

.rv_caution-contents_ar {
	width: calc(100% - 20px);
	margin: 40px 10px 0;
	padding: 30px 20px 20px;
	background: #fff2eb;
	border-radius: 20px;
}
.rv_caution-contents_ar img {
	width: 100%;
	margin: 0 0 10px;
}
.rv_caution-contents_ar dl {
	margin: 0;
	padding: 20px 10px;
	border-bottom: 3px dotted #fd813a;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.rv_caution-contents_ar dl:last-of-type {
	border-bottom: none;
}
.rv_caution-contents_ar dt {
	width: 160px;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #fd813a;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rv_caution-contents_ar dd {
	width: 100%;
	padding: 10px 0 0;
	box-sizing: border-box;
}
.rv_caution-contents_ar dd p {
	font-size: 14px;
	line-height: 1.8;
}
.rv_caution-contents_ar dd a {
	color: #116cbd;
}
.rv_caution-contents_ar dd .rv_review-comment {
	font-size: 20px;
	font-weight: 700;
	color: #fd813a;
}

.rv_banner-contents {
  margin: 30px 0 0;
  padding: 40px 10px;
  background: url("../images/contents-bg-01.png");
  box-sizing: border-box;
}
.rv_banner-contents ul {
  margin: 0;
  padding: 30px 20px 0;
  border: 6px solid #fff183;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.rv_banner-contents li {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rv_banner-contents li p:nth-of-type(1) {
  margin: 0 0 5px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #685547;
  text-align: center;
}
.rv_banner-contents li p:nth-of-type(2) {
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
}

.rv_btn-link {
  margin: 30px 0 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rv_btn-link a {
  margin: 0 0 20px;
}
.rv_btn-link img {
  width: auto;
}

@media screen and (min-width: 300px) and (max-width: 374px) {
}



.rv_mg-t_10 {
	margin-top: 10px;
}
.rv_mg-t_20 {
	margin-top: 20px;
}
.rv_mg-t_30 {
	margin-top: 30px;
}
.rv_mg-t_40 {
	margin-top: 40px;
}
.rv_mg-t_50 {
	margin-top: 50px;
}
.rv_mg-t_60 {
	margin-top: 60px;
}
.rv_mg-t_70 {
	margin-top: 70px;
}
.rv_mg-b_40 {
	margin-bottom: 40px;
}

.rv_f-s36 {
	font-size: 36px;
}
.rv_f-s40 {
	font-size: 40px;
}
.rv_f-bold {
	font-weight: 700;
}
.rv_txt-c {
	text-align: center;
}
