/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/rebive2/
Description:MYTREX REBIVE 2
Version: 1.0
*/

/*フェイスライン*/
#video-rb2 {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/aqua/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}
@media screen and (max-width: 767px) {
	#video-btn::after {
		width: 13.7vw;
		height: 6.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;

		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
   }
	#video-btn.current::after {
		width: 8vw;
		height: 8vw;
		bottom: 2vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after {
		width: 13.8vw;
		height: 6.6vw;
	}
	#video-btn.current::after {
		width: 4vw;
		height: 4vw;
   }
	#video-btn.current::after {
		bottom: 2vw;
		right: 2vw;
   }
}
#header {
   /*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
   /*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
main {
	height: 100%;
   /*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}
@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
   }
}
@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
   }
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
   }
}
.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
		bottom: 12vw;
		left: 2vw;
		z-index: 10000;
   }
}
@media screen and (min-width: 768px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
   }
}
#pageTop2 img {
	width: 100%;
}
#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop2 a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
/* pagetop -------------------------------------------------------------- */
/*** menu sub ***/
@media screen and (max-width: 767px) {
	.menu_sp_list_logo {
		padding: 18px 0vw 18px 0vw;
		text-align: center;
		width: 100%;
		background: #ffffff;
		z-index: 999;
		position: fixed;
   }
	.menu_sub {
		background: #d9e5da;
		padding: 0.5vw 0.5vw;
		width: 100%;
		position: fixed;
		top: 11vw;
		z-index: 999;
   }
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 0.5vw 0.5vw;
		text-align: center;
   }
	.menu_sub_item_link {
		font-size: 3vw;
		font-weight: normal;
		letter-spacing: 0.1vw;
		line-height: 3vw;
		color: #b5b5b6;
		padding: 2.5vw 0.5vw;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
   }
	.menu_sub_item_link a {
		color: #231815;
		display: inline-block;
		list-style: none;
		padding: 0vw 3vw;
   }
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
   }
	#mt_pc_top_buy_cartin {
		position: fixed;
		bottom: 0px;
		right: 0px;
		background: #0000004f;
		padding: 4px 0px 0px;
   }
	.mt_pc_top_buy {
		padding: 0 12vw;
   }
   /* state */
	.menu_sub.is-fixed {
		width: 86%;
		position: absolute;
		top: 0;
		transition-duration: 0.2s;
   }
	.is-fixed .menu_sub_item_link {
		padding: 4vw 0.5vw;
   }
}
@media screen and (min-width: 768px) {
	.menu_sub {
		background: #d9e5da;
		padding: 0vw;
		position: fixed;
		z-index: 999;
		top: 7.02vw;
		width: 100%;
		height: 3vw;
   }
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 1.0vw 0.5vw;
		text-align: center;
   }
	.menu_sub_item_link {
		font-size: 0.75vw;
		font-weight: normal;
		letter-spacing: 0.08vw;
		line-height: 1vw;
		color: #b5b5b6;
		padding: 1.0vw 0vw;
		overflow-x: auto;
		white-space: nowrap;
   }
	.menu_sub_item_link::-webkit-scrollbar {
		display: none;
   }
	.menu_sub_item_link a {
		color: #231815;
   }
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
   }
	#mt_pc_top_buy_cartin {
		padding: 0;
   }
	.mt_pc_top_buy {
		padding: 0vw 0vw !important;
   }
}
/*** menu sub ***/
/*** section ***/
@media screen and (max-width: 767px) {
	#pd_c {
		padding: 0% 0 10%;
   }
	#pd_l {
		padding: 0 0 10%;
	   /* background: #f1f5f7;
		*/
   }
	#pd_l2 {
		padding: 10% 0 10%;
   }
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		margin-bottom: 10vw;
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #f3f4f4;
   }
	#pd_l2 {
		padding: 5% 0 5%;
   }
	#pd_mv {
		padding: 0% 0 0%;
		background: #ffffff;
		z-index: 1;
		/* padding-top: 8vw; */
   }
}
/*** section ***/
/*** b ***/
@media screen and (max-width: 767px) {
	.pd_b_sp {
		padding: 0vw;
   }
	.pd_b_pc {
		display: none;
   }
	.pd_b {
		width: 100%;
   }
	.pd_b img {
		width: 100%;
		height: auto;
   }
}
@media screen and (min-width: 768px) {
	.pd_b_sp {
		display: none;
   }
	.pd_b_pc {
		padding: 0vw;
   }
	.pd_b {
		width: 100%;
   }
	.pd_b img {
		width: 100%;
   }
}
/*** b ***/
/*** c ***/
@media screen and (max-width: 767px) {
	.pd_c_slider {
		padding: 0vw 4vw 4vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 2vw 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1.6;
		letter-spacing: .3vw;
   }
	.pd_c_ttl_sub2 {
		padding: 0 4vw;
		font-size: 6.4vw;
		line-height: 1;
		letter-spacing: .5vw;
   }
	.pd_c_nm4 {
		padding: 2vw 0 5vw;
		font-size: 7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		border-bottom: 1px solid #000;
		margin: 4vw;
		transform: scale(1,0.95);
   }
	.pd_c_text {
		padding: 0 4vw 9vw;
		font-size: 3.3vw;
		line-height: 1.57;
		letter-spacing: .4vw;
   }
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
   }
	.pd_c_text small {
		display: inline-block;
		padding-top: 4.5vw;
		font-size: 2vw;
		letter-spacing: 0.1vw;
   }
	.pd_c_price1 {
		padding: 0 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: .1vw;
   }
	.pd_c_price2 {
		padding: 1vw 4vw 4vw;
		font-size: 10vw;
		font-weight: 800;
		line-height: 8vw;
		letter-spacing: 0vw;
   }
	.outofstock_blank {
		padding-bottom: 15% !important;
   }
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
   }
}
@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 4vw 0vw 0vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: 0.05vw;
   }
	.pd_c_ttl_sub2 {
		padding: 1vw 0vw 1vw;
		font-size: 1.6vw;
		line-height: 2.5vw;
		letter-spacing: 0.15vw;
   }
	.pd_c_nm4 {
		padding: 0vw 0vw 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 2vw;
   }
	.pd_c_text {
		font-size: 1.2vw;
		line-height: 2vw;
		letter-spacing: .05vw;
   }
	.pd_c_text small{
		padding: 1vw 0 0;
		font-size: .9vw;
		line-height: 1.5vw;
		letter-spacing: .05vw;
   }
	.pd_c_price1 {
		padding: 0;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: .1vw;
   }
	.pd_c_price2 {
		padding: 0vw 0vw 0vw;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		letter-spacing: 0.1vw;
   }
	.pd_c_price2b {
		font-size: 1.2vw;
		line-height: 4vw;
   }
}
/*** c ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
   }
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 4vw;
   }
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
   }
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
   }
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 3vw;
		line-height: 5.0vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 1.0vw 0.0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 2vw 1.0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 15vw 0 15vw;
		/* background-color: #f2f2f2; */
   }
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: left;
		display:none;
   }
}
@media screen and (min-width: 768px) {
	.pd_l_area {
		padding: 4vw 0vw;
   }
	.pd_l_area_ttl {
		font-size: 1.8vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding-bottom: 1.5vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 0vw;
   }
	.pd_l_box1 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
   }
	.pd_l_box2 {
		float: left;
		width: 66%;
		padding: 0.5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
   }
	.pd_l_icon {
		padding: 1vw 1vw 1vw 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 0.7vw;
		line-height: 1.7;
		letter-spacing: 0vw;
		color: #231815;
		padding: 3vw 0vw 1.0vw 0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 1.0vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding: 0.5vw 1.0vw 0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 0 5vw 1vw;
   }
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: center;
   }
}
/*** l ***/
/*** btm ***/
#cartin_sp {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #d9e5dade;
	;
	padding: 0px 0px 0px;
	height: 10vw;
}
.mytrex_buy {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mytrex_buy_item {
		float: left;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		color: #231815;
		padding: 1vw 3vw 1vw 3vw;
		letter-spacing: 0.1vw;
		min-width: 30vw;
   }
	.mytrex_buy {
		padding: 0 12vw;
   }
}
@media screen and (min-width: 768px) {
	.mytrex_buy {
		padding: 0 1vw;
   }
}
/*** btm ***/
/*** modal ***/
@media screen and (max-width: 767px) {
	#btn-close-modal {
		width: 23vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 3.5vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 1.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 3.5vw;
		margin: 0 auto 10vw;
   }
	.modal-content {
		width: 94%;
   }
}
@media screen and (min-width: 768px) {
	#btn-close-modal {
		width: 7vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 1vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 0.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 1vw;
		margin: 0 auto 5vw;
   }
	.modal-content {
		width: 80%;
   }
}
.modal-content {
	margin: 60px auto 80px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
}
/*** modal ***/
/*** modal e1 ***/
@media screen and (max-width: 767px) {
	#pd_md_1 {
		padding: 15% 0% 0%;
   }
}
@media screen and (min-width: 768px) {
	#pd_md_1 {
		padding: 8% 0%;
   }
	.support_product_qa_ttl {
		text-align: left !important;
   }
}
/*** modal e1 ***/
/*** modal e5 ***/
@media screen and (min-width: 768px) {
	.support_product_qa_ttl {
		text-align: left !important;
   }
}
/*** modal e5 ***/


/***          cmn          ***/
.pd_wrap {
color: #1a1a1a;
}

@media screen and (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
min-height: 0;
}
.full-width,
.sp-full-width {
display: block;
margin: 0 calc(50% - 50vw);
}
.pd_wrap img {
width: 100%;
display: block;
vertical-align: bottom;
}
.pd_b {
margin-bottom: 6.5vw;
}
.pdct_n_a_sp_sub {
text-align: center;
font-size: 5.5vw;
letter-spacing: 1.1vw;
margin-bottom: 4vw;
	line-height: 1.5;
}
.pdct_n_a_sp_sub {
text-align: center;
}
.pdct_n_a_sp_ttl {
text-align: center;
font-size: 5.3vw;
letter-spacing: 0.8vw;
margin-bottom: 5vw;
font-weight: 700;
transform: scale(1,0.9);
}
.pdct_n_a_sp_ttl2 {
text-align: center;
font-size: 2.8vw;
letter-spacing: 0.1em;
margin-bottom: 12vw;
}
	.pdct_n_a_sp_ttl2_bnr{
		width: 100%;
		padding:0vw 6vw 5vw;
	}
}

@media screen and (min-width: 768px) {
.pd_wrap img {
width: 100%;
display: block;
vertical-align: bottom;
}
.full-width {
display: block;
margin: 0 calc(50% - 50vw);
}
}
/***          cmn          ***/

/*** REBIVE 2 ***/
@media screen and (min-width: 768px) {
	.pd_c_pre {
	  display: inline-block;
	  background-color: #646464;
	  color: #fff;
	  padding: 0.52vw 1.56vw;
	  font-size: 1.09vw;
	  letter-spacing: 0.28em;
	  text-align: center;
	  margin-top: 3.33vw !important;
	}
	.pd_bnr_authority {
	  padding-top: 6.25vw;
	  padding-bottom: 9.11vw;
	}
	.pd_bnr_authority_rb2 {
	  padding-top: 6.25vw;
	  padding-bottom: 2.5vw;
	}
	.rb2_a_box{
		padding: 0vw 7.5vw 8vw;
	}
	.rb2_c_box01 {
	  background-color: #f4f5f7;
	  text-align: center;
	  margin-bottom: 3.65vw;
	}
	.rb2_c_box01a {
	  display: inline-block;
	  background-color: #fff;
	  padding: 1.56vw 5.21vw;
	  font-size: 1.67vw;
	  letter-spacing: 0.05em;
	}
	.rb2_c_box01a strong {
	  color: #d64e51;
	}
	.rb2_c_box02 {
	  width: 72.76vw;
	  margin-inline: auto;
	  margin-bottom: 2.08vw;
	}
	.rb2_c_box03 {
	  margin-bottom: 4.17vw;
	}
	.rb2_c_box04 {
	  margin-left: 19.79vw;
	  margin-right: 19.79vw;
	  margin-bottom: 2.6vw;
	  background-color: #f4f5f7;
	  padding-bottom: 2.86vw;
	  text-align: center;
	}
	.rb2_c_box04a {
	  display: inline-block;
	  background-color: #fff;
	  padding: 0vw 3.13vw 0.78vw;
	  margin-bottom: 1.82vw;
	}
	.rb2_c_box04b {
	  font-size: 0.94vw;
	  letter-spacing: 0.08em;
	  line-height: 1.94;
	  margin-bottom: 1.56vw;
	}
	.rb2_c_box04c {
	  font-size: 1.46vw;
	  letter-spacing: 0.12em;
	  font-weight: bold;
	}
	.rb2_c_box05 {
	  width: 49.53vw;
	  margin-inline: auto;
	  margin-bottom: 3.13vw;
	}
	#rb2_d {
/*	  position: relative; */
	  background-color: #f4f5f7;
	}
/*	#rb2_d::before {
	  content: "";
	  display: block;
	  background-color: #f4f5f7;
	  width: 100%;
	  height: 52.08vw;
	  position: absolute;
	  left: 0;
	  top: 0;
	}*/
	#rb2_d2 {
	  position: relative;
	}
	#rb2_d2::before {
	  content: "";
	  display: block;
	  background-color: #f4f5f7;
	  width: 100%;
	  height: 26.0vw;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	#rb2_d3 {
	  background-color: #ffffff;
	}
	.rb2_d_box {
	  padding: 4.69vw 11.46vw 5.21vw;
	}
	.rb2_d_box_z {
	  padding: 10.69vw 11.46vw 5.21vw;
	}
	.rb2_d_box01 {
	  width: 24.9vw;
	  margin-inline: auto;
	  margin-bottom: 1.56vw;
	}
	.rb2_d_box02 {
	  width: 53.96vw;
	  margin-inline: auto;
	  margin-bottom: 2.08vw;
	}
	.rb2_d_box03 {
	  font-size: 1.2vw;
	  line-height: 1.91;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.rb2_d_box04 {
	  margin-bottom: 4.17vw;
	}
	.rb2_d_box05 {
	  display: flex;
	  justify-content: space-between;
	}
	.rb2_d_box05a {
	  width: 35.31vw;
	  background-color: #f4f5f7;
	}
	.rb2_d_box05a_1 {
	  padding: 2.34vw 2.6vw 1.56vw;
	  position: relative;
	}
	.rb2_d_box05a_1a {
	  font-size: 1.04vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 0.78vw;
	}
	.rb2_d_box05a_1b {
	  font-size: 2.08vw;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.rb2_d_box05a_1b span {
	  font-weight: bold;
	}
	.rb2_d_box05a_1c {
	  display: flex;
	  justify-content: space-between;
	}
	.rb2_d_box05a_1c_1 {
	  width: 17.03vw;
	}
	.rb2_d_box05a_1c_2 {
	  font-size: 1.2vw;
	  line-height: 1.52;
	}
	.rb2_d_box05a_1d {
	  background-color: #fff;
	  border-radius: 50%;
	  width: 7.4vw;
	  height: 7.4vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  position: absolute;
	  right: -1.82vw;
	  top: -2.34vw;
	}
	.rb2_d_box05a_1d_1 {
	  font-size: 0.83vw;
	  letter-spacing: 0.1em;
	  margin-bottom: 0.52vw;
	}
	.rb2_d_box05a_1d_2 {
	  font-size: 1.35vw;
	  letter-spacing: -0.04em;
	  font-weight: bold;
	  color: #ef5a65;
	}
	.rb2_d_box05a_2 {
	  display: flex;
	}
	.rb2_d_box05a_2a {
	  width: 18.07vw;
	}
	.rb2_d_box05a_2b {
	  width: 17.29vw;
	}
	.rb2_f_box01 {
	  background-color: #f4f5f7;
	  padding: 4.95vw 20.83vw 5.21vw;
	}
	.rb2_f_box01a {
	  font-size: 2.34vw;
	  letter-spacing: 0.14em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 1.04vw;
	}
	.rb2_f_box01b {
	  font-size: 1.2vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.rb2_f_box01c {
	  display: flex;
	  justify-content: space-between;
	}
	.rb2_f_box01c_1 {
	  width: 16.93vw;
	}
	.rb2_f_box01c_1a {
	  margin-bottom: 1.56vw;
	}
	.rb2_f_box01c_1b {
	  font-size: 1.2vw;
	  letter-spacing: 0.105em;
	  line-height: 1.57;
	}
	.rb2_f_box01c_1b span {
	  font-weight: bold;
	}
	.rb2_f_box02 {
	  margin-top: -0.78vw !important;
	  padding-bottom: 4.95vw;
	}
	.rb2_f_box02a {
	  font-size: 1.98vw;
	  letter-spacing: 0.22em;
	  text-align: center;
	  margin-bottom: 5.21vw;
	}
	.rb2_f_box02b {
	  font-size: 1.3vw;
	  letter-spacing: 0.145em;
	  text-align: center;
	  margin-bottom: 1.3vw;
	}
	.rb2_f_box02b_color {
	  color: #ef5a65;
	}
	.rb2_f_box02c {
	  font-size: 2.34vw;
	  letter-spacing: 0.06em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 2.34vw;
	}
	.rb2_f_box02c_color {
	  color: #ef5a65;
	}
	.rb2_f_box02d {
	  width: 81.77vw;
	  margin-inline: auto;
	}
	.rb2_g_box {
	  background-color: #f4f5f7;
	  padding: 5.21vw 13.02vw;
	}
	.rb2_g_box01 {
	  font-size: 1.3vw;
	  letter-spacing: 0.085em;
	  color: #666464;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.rb2_g_box02 {
	  font-size: 2.34vw;
	  letter-spacing: 0.085em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4.69vw;
	}
	.rb2_g_box03 {
	  display: flex;
	  justify-content: space-between;
	}
	.rb2_g_box03a {
	  width: 35.89vw;
	}
	.rb2_g_box03b {
	  width: 33.54vw;
	}
	.rb2_g_box03a_1 {
	  font-size: 1.2vw;
	  letter-spacing: 0.035em;
	  margin-bottom: 1.3vw;
	}
	.rb2_g_box03a_2 {
	  font-size: 1.82vw;
	  letter-spacing: 0em;
	  line-height: 1.49;
	  font-weight: bold;
	  margin-bottom: 1.82vw;
	}
	.rb2_g_box03a_3 {
	  font-size: 0.86vw;
	  line-height: 1.94;
	  margin-bottom: 1.56vw;
	}
	.rb2_g_box03a_3 span {
	  font-weight: bold;
	}
	.rb2_g_box03a_4 {
	  font-size: 0.68vw;
	  letter-spacing: 0.08em;
	}
	.rb2_h_box {
	  padding: 7.81vw 0 5.21vw;
	}
	.rb2_h_box01,
  .rb2_i_box01,
  .rb2_j_box01,
  .rb2_k_box01,
  .rb2_l_box01,
  .rb2_m_box01 {
	  font-size: 1.3vw;
	  letter-spacing: 0.07em;
	  text-align: center;
	  color: #c90821;
	  font-weight: bold;
	  margin-bottom: 1.56vw;
	}
	.rb2_h_box02,
  .rb2_i_box02,
  .rb2_j_box02,
  .rb2_k_box02,
  .rb2_l_box02,
  .rb2_m_box02 {
	  margin-bottom: 2.08vw;
	  text-align: center;
	}
	.rb2_h_box02a,
  .rb2_i_box02a,
  .rb2_j_box02a,
  .rb2_k_box02a,
  .rb2_l_box02a,
  .rb2_m_box02a {
	  display: block;
	  font-size: 1.67vw;
	  letter-spacing: 0.065em;
	  margin-bottom: 0.78vw;
	}
	.rb2_h_box02b,
  .rb2_i_box02b,
  .rb2_j_box02b,
  .rb2_k_box02b,
  .rb2_l_box02b,
  .rb2_m_box02b {
	  display: block;
	  font-size: 2.34vw;
	  letter-spacing: 0.065em;
	  font-weight: bold;
	}
	.rb2_h_box03 {
	  background-color: #f4f5f7;
	  padding: 1.04vw 0;
	}
	.rb2_h_box03_inner {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.rb2_h_box03a {
	  width: 23.28vw;
	}
	.rb2_h_box03b {
	  width: 16.88vw;
	  margin-left: 1.82vw;
	  text-align: center;
	}
	.rb2_h_box03b_1 {
	  background-color: #323232;
	  padding: 0.26vw 0;
	  font-size: 0.94vw;
	  letter-spacing: 0.085em;
	  color: #fff;
	  margin-bottom: 1.04vw;
	}
	.rb2_h_box03b_2 {
	  font-size: 1.46vw;
	  letter-spacing: 0.085em;
	  font-weight: bold;
	  margin-bottom: 0.78vw;
	}
	.rb2_h_box03b_3 {
	  font-size: 0.94vw;
	  letter-spacing: 0.085em;
	  line-height: 1.61;
	}
	.rb2_h_box04 {
	  padding-top: 2.6vw;
	  padding-left: 6.25vw;
	}
	.rb2_h_box05 {
	  padding-top: 4.95vw;
	  padding-right: 6.25vw;
	}
	.rb2_h_box06 {
	  padding-top: 4.95vw;
	  padding-left: 6.25vw;
	  margin-bottom: 2.34vw;
	}
	.rb2_h_box07 {
	  margin-left: 15.63vw;
	  margin-right: 15.63vw;
	  background-color: #f6f4f4;
	  border: 1px solid #f6f4f4;
	  padding: 1.56vw 3.13vw 1.3vw;
	  display: flex;
	  justify-content: space-between;
	}
	.rb2_h_box07a {
	  width: 31.93vw;
	  display: flex;
	  align-items: center;
	}
	.rb2_h_box07a_1 {
	  font-size: 0.99vw;
	  letter-spacing: 0.165em;
	  color: #e50012;
	  font-weight: bold;
	}
	.rb2_h_box07a_2 {
	  padding-left: 1.56vw;
	  border-left: 1px solid #646464;
	  margin-left: 1.56vw;
	  font-size: 0.94vw;
	  line-height: 1.78;
	}
	.rb2_h_box07a_2 span {
	  font-weight: bold;
	}
	.rb2_h_box07b {
	  width: 28.39vw;
	}
	.rb2_h_box07b_1 {
	  margin-bottom: 0.26vw;
	}
	.rb2_h_box07b_2 {
	  display: flex;
	  text-align: center;
	}
	.rb2_h_box07b_2a {
	  width: 50%;
	  font-size: 0.68vw;
	  letter-spacing: 0.065em;
	  font-weight: bold;
	}
	.rb2_i_box {
	  background-color: #f4f5f7;
	  padding-top: 5.21vw;
	  padding-bottom: 5.21vw;
	}
	.rb2_i_box03 {
	  margin-left: 6.77vw;
	  margin-right: 6.77vw;
	}
	.rb2_i_box04 {
	  margin-left: 6.77vw;
	  margin-right: 6.77vw;
	  background-color: #000000;
	  color: #fff;
	  display: flex;
	}
	.rb2_i_box04a {
	  padding: 1.04vw 0;
	  text-align: center;
	}
	.rb2_i_box04a:nth-child(1) {
	  width: 21.82vw;
	  border-right: 0.31vw solid #fff;
	}
	.rb2_i_box04a:nth-child(2) {
	  width: 21.67vw;
	  border-right: 0.31vw solid #fff;
	}
	.rb2_i_box04a:nth-child(3) {
	  width: 43.39vw;
	}
	.rb2_i_box04a_1 {
	  display: block;
	  font-size: 1.25vw;
	  letter-spacing: 0.095em;
	  margin-bottom: 0.52vw;
	}
	.rb2_i_box04a_2 {
	  display: block;
	  font-size: 1.77vw;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	}
	.rb2_j_box {
	  padding-top: 5.21vw;
	  padding-bottom: 7.29vw;
	}
	.rb2_j_box03 {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 16.93vw;
	  margin-right: 16.93vw;
	  margin-bottom: 3.65vw;
	}
	.rb2_j_box03a {
	  width: 31.09vw;
	}
	.rb2_j_box03a_1 {
	  margin-bottom: 1.56vw;
	}
	.rb2_j_box03a_2 {
	  border-left: 1px solid #000;
	  border-right: 1px solid #000;
	  font-size: 1.35vw;
	  letter-spacing: 0.06em;
	  line-height: 1.46;
	  text-align: center;
	  font-weight: bold;
	}
	.rb2_j_box04 {
	  margin-left: 18.75vw;
	  margin-right: 18.75vw;
	  display: flex;
	  justify-content: space-between;
	}
	.rb2_j_box04a {
	  width: 27.03vw;
	}
	.rb2_j_box04b {
	  width: 32.92vw;
	}
	.rb2_j_box04a_1 {
	  font-size: 1.67vw;
	  line-height: 1.47;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	}
	.rb2_j_box04a_2 {
	  font-size: 0.91vw;
	  line-height: 1.78;
	}
	.rb2_j_box04a_2 span {
	  font-weight: bold;
	}
	.rb2_k_box {
	  background-color: #f4f5f7;
	  padding-top: 5.21vw;
	  padding-bottom: 4.69vw;
	}
	.rb2_k_box03 {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 6.51vw;
	  margin-right: 6.51vw;
	}
	.rb2_k_box03a {
	  width: 49.84vw;
	}
	.rb2_k_box03b {
	  width: 34.11vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
	.rb2_l_box {
	  padding-top: 7.29vw;
	  padding-bottom: 7.81vw;
	}
	#attachment-slider {
	  visibility: visible;
	}
	.rb2_l_box03 {
	  margin-left: 6.51vw;
	  margin-right: 6.51vw;
	}
	.rb2_l_box03 ul {
	  display: flex !important;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  row-gap: 1.82vw;
	}
	.rb2_l_box03 li {
	  width: 27.6vw;
	}
	.rb2_m_box {
	  background-color: #f4f5f7;
	  padding-top: 4.95vw;
	  padding-bottom: 5.21vw;
	}
	.rb2_m_box03 {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 6.77vw;
	  margin-right: 6.77vw;
	}
	.rb2_m_box03a {
	  width: 15.94vw;
	  background-color: #fff;
	}
	.rb2_m_box03a_2 {
	  padding: 1.56vw 1.56vw 1.56vw;
	}
	.rb2_m_box03a_2a {
	  font-size: 1.35vw;
	  font-weight: bold;
	  margin-bottom: 1.04vw;
	}
	.rb2_m_box03a_2b {
	  font-size: 0.99vw;
	  letter-spacing: 0.045em;
	  line-height: 1.42;
	}
	.rb2_n_box {
	  padding-top: 5.21vw;
	  padding-bottom: 7.29vw;
	}
	.rb2_n_box02 {
	  padding-top: 5.21vw;
	}
	.rb2_o_box {
	  padding-bottom: 6.77vw;
	}
	.rb2_o_box01 {
	  font-size: 1.72vw;
	  letter-spacing: 0.15em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.rb2_o_box02 {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: left;
	  gap: 3.13vw 4.9vw;
	  margin-left: 15.1vw;
	  margin-right: 15.1vw;
	}
	.rb2_o_box02a {
	  width: 20vw;
	}
	.rb2_o_box02a_1 {
	  margin-bottom: 0.52vw;
	}
	.rb2_o_box02a_2a {
	  font-size: 0.73vw;
	  letter-spacing: 0.065em;
	  font-weight: bold;
	  margin-bottom: 0.52vw;
	}
	.rb2_o_box02a_2b {
	  font-size: 0.68vw;
	  letter-spacing: 0.065em;
	  margin-bottom: 1.04vw;
	}
	.rb2_o_box02a_2c {
	  font-size: 0.52vw;
	  letter-spacing: 0.05em;
	  margin-bottom: 0.52vw;
	}
	.rb2_o_box02a_2d {
	  font-size: 1.61vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  margin-bottom: 0.52vw;
	}
	.rb2_o_box02a_2d span {
	  font-size: 0.52vw;
	  letter-spacing: 0.05em;
	}
	.rb2_o_box02a_2e {
	  margin-bottom: 0.52vw;
	}
	.rb2_o_box02a_2f {
	  font-size: 0.42vw;
	  letter-spacing: 0.11em;
	  line-height: 1.38;
	}
  }
  @media screen and (max-width: 767px) {
	.pd_c_pre {
	  display: inline-block;
	  margin-left: 4vw;
	  background-color: #646464;
	  color: #fff;
	  padding: 2vw 4vw;
	  font-size: 3.47vw;
	  letter-spacing: 0.28em;
	}
	.pd_bnr_authority {
	  padding-top: 12vw;
	  padding-bottom: 13.33vw;
	}
	.pd_bnr_authority_rb2 {
	  padding-top: 12vw;
	  padding-bottom: 13.33vw;
	}
	.rb2_c_box01 {
	  background-color: #f4f5f7;
	  text-align: center;
	  margin-bottom: 8vw;
	}
	.rb2_c_box01a {
	  display: inline-block;
	  background-color: #fff;
	  padding: 2.67vw 4vw;
	  font-size: 3.87vw;
	  letter-spacing: 0.05em;
	  line-height: 1.55;
	}
	.rb2_c_box01a strong {
	  color: #d64e51;
	  display: block;
	}
	.rb2_c_box02 {
	  width: 80vw;
	  margin-inline: auto;
	  margin-bottom: 5.33vw;
	}
	.rb2_c_box03 {
	  margin-bottom: 16vw;
	}
	.rb2_c_box04 {
	  background-color: #f4f5f7;
	  padding: 0 10.67vw 18vw;
	}
	.rb2_c_box04a {
	  background-color: #fff;
	  padding-left: 2.67vw;
	  padding-right: 2.67vw;
	  padding-bottom: 2vw;
	  font-size: 4.93vw;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 13.33vw;
	}
	.rb2_c_box04b {
	  font-size: 3.73vw;
	  letter-spacing: 0.055em;
	  line-height: 2.11;
	  text-align: center;
	  margin-bottom: 8vw;
	}
	.rb2_c_box04c {
	  font-size: 5.33vw;
	  line-height: 1.78;
	  text-align: center;
	  font-weight: bold;
	}
	.rb2_c_box05 {
	  padding-top: 22.67vw;
	  width: 84vw;
	  margin-inline: auto;
	  margin-bottom: 3.33vw;
	}
	.rb2_d_box {
	  padding-bottom: 6.67vw;
	}
	.rb2_d_box_z {
	  padding-bottom: 6.67vw;
	}
	.rb2_d_box01 {
	  width: 84vw;
	  margin-inline: auto;
	  margin-bottom: 5.33vw;
	}
	.rb2_d_box03 {
		padding: 7.33vw 8vw;
		font-size: 3.1vw;
		letter-spacing: 0.01vw;
		line-height: 2.1;
	}
	.rb2_d_box03 span {
	  font-weight: bold;
	}
	.rb2_d_box05 {
	  background-color: #f4f5f7;
	  padding: 13.33vw 4.67vw 0;
	  position: relative;
	}
	.rb2_d_box05:after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 6.67vw;
	  background-color: #fff;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  z-index: 1;
	}
	.rb2_d_box05a {
	  position: relative;
	  z-index: 2;
	}
	.rb2_d_box05a:not(:last-child) {
	  margin-bottom: 13.33vw;
	}
	.rb2_d_box05a_1a {
	  font-size: 3.07vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	  margin-bottom: 2vw;
	}
	.rb2_d_box05a_1a span {
	  font-weight: bold;
	}
	.rb2_d_box05a_1b {
	  font-size: 7.33vw;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.rb2_d_box05a_1b span {
	  font-weight: bold;
	}
	.rb2_d_box05a_1c {
	  background-color: #fff;
	  display: flex;
	  justify-content: space-between;
	  padding: 3.33vw 5.33vw 4vw;
	}
	.rb2_d_box05a_1c_1 {
	  width: 41.2vw;
	}
	.rb2_d_box05a_1c_2 {
	  font-size: 3.2vw;
	  letter-spacing: 0.105em;
	  line-height: 1.46;
	}
	.rb2_d_box05a_1c_2 span {
	  font-weight: bold;
	}
	.rb2_d_box05a_2 {
	  display: flex;
	}
	.rb2_d_box05a_2a {
	  width: 46.27vw;
	}
	.rb2_d_box05a_2b {
	  width: 44.13vw;
	}
	.rb2_d_box05a_1d {
	  background-color: #363636;
	  color: #fff;
	  padding: 1.33vw 0;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.rb2_d_box05a_1d_1 {
	  font-size: 2.67vw;
	  letter-spacing: 0.1em;
	}
	.rb2_d_box05a_1d_2 {
	  font-size: 4vw;
	}
	.rb2_f_box01 {
	  background-color: #f4f5f7;
	  padding-top: 9.33vw;
	  padding-bottom: 11.33vw;
	}
	.rb2_f_box01a {
	  font-size: 5.33vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.rb2_f_box01b {
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.rb2_f_box01c_1 {
	  display: flex;
	  align-items: center;
	  margin-bottom: 3.33vw;
	}
	.rb2_f_box01c_1:nth-child(2n) {
	  flex-direction: row-reverse;
	  justify-content: flex-end;
	}
	.rb2_f_box01c_1a {
	  width: 43.2vw;
	  margin-right: -12vw;
	  z-index: 1;
	}
	.rb2_f_box01c_1:nth-child(2n) .rb2_f_box01c_1a {
	  margin-left: -12vw;
	}
	.rb2_f_box01c_1b {
	  width: 57.33vw;
	  background-color: #fff;
	  padding: 5.33vw 3.33vw 5.33vw 17.33vw;
	  font-size: 2.93vw;
	  line-height: 1.67;
	}
	.rb2_f_box01c_1:nth-child(2n) .rb2_f_box01c_1b {
	  padding: 5.33vw 17.33vw 5.33vw 3.33vw;
	}
	.rb2_f_box01c_1b span {
	  font-weight: bold;
	}
	.rb2_f_box01c_1:nth-child(2n+1) {
	  margin-left: 8vw;
	}
	.rb2_f_box01c_1:nth-child(2n) {
	  margin-left: 4vw;
	}
	.rb2_f_box02a {
	  font-size: 5.2vw;
	  letter-spacing: 0.22em;
	  text-align: center;
	  margin-top: -2.67vw !important;
	  margin-bottom: 13.33vw;
	}
	.rb2_f_box02bc {
	  background-color: #f4f5f7;
	  padding: 6.67vw 0vw 5.33vw;
	  margin-left: 3.33vw;
	  margin-right: 3.33vw;
	  text-align: center;
	}
	.rb2_f_box02b {
	  font-size: 3.73vw;
	  letter-spacing: 0.125em;
	  margin-bottom: 4.67vw;
	}
	.rb2_f_box02b_color {
	  color: #ef5a65;
	  font-weight: bold;
	}
	.rb2_f_box02c {
	  font-size: 5.07vw;
	  line-height: 1.66;
	}
	.rb2_f_box02c_color {
	  font-size: 5.33vw;
	  color: #ef5a65;
	}
	.rb2_g_box {
	  padding-top: 17.33vw;
	}
	.rb2_g_box01 {
	  background-color: #f4f5f7;
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.rb2_g_box01 span {
	  display: inline-block;
	  background-color: #fff;
	  padding: 0 7.33vw;
	  font-size: 4.53vw;
	  letter-spacing: 0.105em;
	}
	.rb2_g_box02 {
	  font-size: 7.33vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.rb2_g_box02 span {
	  font-size: 6.27vw;
	}
	.rb2_g_box03 {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.rb2_g_box03b {
	  width: 85.73vw;
	  margin-left: auto;
	  margin-bottom: -35.33vw;
	  z-index: 1;
	}
	.rb2_g_box03a {
	  background-color: #f4f5f7;
	  padding: 40vw 8vw 8vw;
	  margin-left: 3.33vw;
	}
	.rb2_g_box03a_1 {
	  font-size: 3.47vw;
	  letter-spacing: 0.035em;
	  margin-bottom: 3.33vw;
	}
	.rb2_g_box03a_2 {
	  font-size: 5.07vw;
	  letter-spacing: 0em;
	  line-height: 1.47;
	  font-weight: bold;
	  margin-bottom: 3.33vw;
	}
	.rb2_g_box03a_3 {
	  font-size: 3.2vw;
	  letter-spacing: 0.015em;
	  line-height: 1.75;
	  margin-bottom: 2vw;
	}
	.rb2_g_box03a_3 span {
	  font-weight: bold;
	}
	.rb2_g_box03a_4 {
	  font-size: 2.13vw;
	  letter-spacing: 0.08em;
	  text-align: right;
	}
	.rb2_g_box03a_3a {
	  padding: 3.33vw 0;
	}
	.rb2_h_box {
	  padding-top: 26.67vw;
	}
	.rb2_h_box01,
  .rb2_i_box01,
  .rb2_j_box01,
  .rb2_k_box01,
  .rb2_l_box01,
  .rb2_m_box01 {
	  font-size: 3.33vw;
	  letter-spacing: 0.14em;
	  color: #c90821;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.rb2_h_box02,
  .rb2_i_box02,
  .rb2_j_box02,
  .rb2_k_box02,
  .rb2_l_box02,
  .rb2_m_box02 {
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.rb2_h_box02a,
  .rb2_i_box02a,
  .rb2_j_box02a,
  .rb2_k_box02a,
  .rb2_l_box02a,
  .rb2_m_box02a {
	  display: block;
	  font-size: 4.53vw;
	  letter-spacing: 0.045em;
	  margin-bottom: 2.67vw;
	}
	.rb2_h_box02b,
  .rb2_i_box02b,
  .rb2_j_box02b,
  .rb2_k_box02b,
  .rb2_l_box02b,
  .rb2_m_box02b {
	  display: block;
	  font-size: 6.67vw;
	  letter-spacing: 0.045em;
	}
	.rb2_h_box03 {
	  margin-bottom: 19.33vw;
	}
	.rb2_h_box03a {
	  width: 64.4vw;
	  margin-inline: auto;
	}
	.rb2_h_box03b_1 {
	  width: 64.4vw;
	  margin-inline: auto;
	  background-color: #323232;
	  padding: 1.07vw 0;
	  color: #fff;
	  font-size: 3.07vw;
	  letter-spacing: 0.085em;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.rb2_h_box03b_2 {
	  font-size: 5.33vw;
	  letter-spacing: 0.085em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.rb2_h_box03b_3 {
	  font-size: 4.27vw;
	  letter-spacing: 0.085em;
	  line-height: 1.78;
	  text-align: center;
	}
	.rb2_h_box04 {
	  margin-bottom: 11.33vw;
	}
	.rb2_h_box05 {
	  margin-bottom: 11.33vw;
	}
	.rb2_h_box06 {
	  margin-bottom: 4vw;
	}
	.rb2_h_box07 {
	  background-color: #f4f5f7;
	  padding: 4vw 5.33vw 4vw;
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	}
	.rb2_h_box07a {
	  margin-bottom: 2.67vw;
	}
	.rb2_h_box07a_1 {
	  font-size: 2.53vw;
	  letter-spacing: 0.165em;
	  color: #e50012;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.rb2_h_box07a_2 {
	  font-size: 2.8vw;
	  letter-spacing: 0.095em;
	  line-height: 1.52;
	}
	.rb2_h_box07a_2 span {
	  font-weight: bold;
	}
	.rb2_h_box07b_2 {
	  display: flex;
	  justify-content: center;
	}
	.rb2_h_box07b_1 {
	  margin-bottom: 2.67vw;
	}
	.rb2_h_box07b_2a {
	  width: 50%;
	  font-size: 2.27vw;
	  letter-spacing: 0.065em;
	  font-weight: bold;
	  text-align: center;
	}
	.rb2_i_box {
	  padding-top: 22vw;
	}
	.rb2_i_box03-04 {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.rb2_i_box04 {
	  display: flex;
	}
	.rb2_i_box04a {
	  background-color: #000000;
	  color: #fff;
	  padding: 2.67vw 0;
	  text-align: center;
	  width: 50vw;
	}
	.rb2_i_box04a:nth-child(1) {
	  border-right: 0.4vw solid #fff;
	}
	.rb2_i_box04a_1 {
	  display: block;
	  font-size: 2.8vw;
	  letter-spacing: 0.095em;
	  margin-bottom: 1.33vw;
	}
	.rb2_i_box04a_2 {
	  display: block;
	  font-size: 4.13vw;
	  letter-spacing: 0.1em;
	}
	.rb2_j_box {
	  padding-top: 22vw;
	}
	.rb2_j_box03 {
	  margin-left: 8vw;
	  margin-right: 8vw;
	}
	.rb2_j_box03a {
	  margin-bottom: 5.33vw;
	}
	.rb2_j_box03a:last-child {
	  margin-bottom: 10vw;
	}
	.rb2_j_box03a_1 {
	  margin-bottom: 3.33vw;
	}
	.rb2_j_box03a_2 {
	  border-right: 1px solid #595657;
	  border-left: 1px solid #595657;
	  font-size: 3.73vw;
	  letter-spacing: 0.06em;
	  line-height: 1.57;
	  text-align: center;
	  font-weight: bold;
	}
	.rb2_j_box04 {
	  margin-left: 8vw;
	  margin-right: 8vw;
	}
	.rb2_j_box04a_1 {
	  background-color: #f4f5f7;
	  padding: 3.33vw 0;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.rb2_j_box04a_1a {
	  display: inline-block;
	  font-size: 4.13vw;
	  letter-spacing: 0.1em;
	  margin-bottom: 2.67vw;
	}
	.rb2_j_box04a_1b {
	  display: inline-block;
	  font-size: 6.53vw;
	  letter-spacing: 0.13em;
	  font-weight: bold;
	}
	.rb2_j_box04a_2 {
	  font-size: 3.07vw;
	  letter-spacing: 0.035em;
	  line-height: 1.52;
	  margin-bottom: 2.67vw;
	}
	.rb2_k_box {
	  padding-top: 20vw;
	}
	.rb2_k_box03a {
	  margin-bottom: 4vw;
	}
	.rb2_k_box03b {
	  margin-left: 4vw;
	  margin-right: 5.2vw;
	}
	.rb2_l_box {
	  padding-top: 31.33vw;
	}
	.rb2_l_box02b {
	  margin-bottom: 5.33vw;
	}
	.rb2_l_box03 {
	  background-color: #f4f5f7;
	  padding: 6.67vw 4.67vw;
	  margin-bottom: 2.67vw;
	}
	.rb2_l_box03 .splide__pagination {
	  display: none;
	}
	.rb2_l_box03 .splide__arrow svg {
	  fill: #fff;
	}
	.rb2_l_box03 .splide__arrow {
	  background-color: #c90821;
	}
	.rb2_l_box03 .splide__arrow--next {
	  right: -0.6em;
	  width: 2.5em;
	  height: 2.5em;
	  opacity: 0.9;
	}
	.rb2_l_box03 .splide__arrow--prev {
	  left: -0.6em;
	  width: 2.5em;
	  height: 2.5em;
	  opacity: 0.9;
	}
	.rb2_l_box04 {
	  font-size: 2.4vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	}
	.rb2_m_box {
	  padding-top: 32vw;
	}
	.rb2_m_box03a {
	  display: flex;
	  margin-bottom: 2vw;
	}
	.rb2_m_box03a_1 {
	  width: 45.87vw;
	}
	.rb2_m_box03a_2 {
	  width: 54.13vw;
	  background-color: #f4f5f7;
	  padding: 0vw 5.33vw 0vw 6vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
	.rb2_m_box03a_2a {
	  font-size: 4.27vw;
	  letter-spacing: 0.085em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.rb2_m_box03a_2b {
	  font-size: 3.2vw;
	  line-height: 1.54;
	}
	.rb2_m_box03a:nth-child(2n+1) {
	  flex-direction: row-reverse;
	}
	.rb2_m_box03a:nth-child(2n) .rb2_m_box03a_2 {
	  background-color: #fff;
	}
	.rb2_n_box {
	  padding-top: 13.33vw;
	}
	.rb2_n_box02 {
	  padding-top: 6.67vw;
	}
	  img{
		  width: 100%;
		  height: auto;
	  }
	.rb2_n_box02 img{
		width: 100%;
		height: auto;
	}
	.rb2_o_box {
	  padding-top: 19.33vw;
	}
	.rb2_o_box01 {
	  font-size: 4.27vw;
	  letter-spacing: 0.147em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.rb2_o_box02 {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	}
	.rb2_o_box02a_1 {
	  margin-bottom: 2.67vw;
	}
	.rb2_o_box02a_1 img{
		width: 100%;
		height: auto
	}
	.rb2_o_box02a {
	  margin-bottom: 6.67vw;
	}
	.rb2_o_box02a_2a {
	  font-size: 3.33vw;
	  letter-spacing: 0.065em;
	  font-weight: bold;
	  margin-bottom: 2vw;
	}
	.rb2_o_box02a_2b {
	  font-size: 3.07vw;
	  letter-spacing: 0.065em;
	  margin-bottom: 4vw;
	}
	.rb2_o_box02a_2c {
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  margin-bottom: 2vw;
	}
	.rb2_o_box02a_2d {
	  font-size: 7.07vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.rb2_o_box02a_2d span {
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  font-weight: normal;
	}
	.rb2_o_box02a_2e {
	  margin-bottom: 2.67vw;
	}
	.rb2_o_box02a_2f {
	  font-size: 2vw;
	  letter-spacing: 0.11em;
	  line-height: 1.27;
	}
	#rb2_p {
	  padding-top: 13.33vw;
	  margin-left: 7.33vw;
	  margin-right: 7.33vw;
	}
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
    color: #c3996d;
}
.pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}
@media screen and (min-width: 768px)  {
	#pd_t {
		background: #e9e9e950;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #e9e9e950;
	}
}


/* add contents */
@media screen and (max-width: 767px) {
	.rb2_d3_box {
		padding: 0vw 0vw 20vw;;
	}
	.rb2_d3_box01z {
		padding: 0vw;
	}
	.rb2_d3_box01 ul{
/*		display: flex;
		justify-content: center; */
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.rb2_d3_box01 li{
		list-style: none;
		width: 100%;
	}
	.rb2_d3_box01 a{
		display: block;
		padding: 10px;
		border: 1px solid #999;
		border-right: none;
		text-decoration: none;
		color: #333;
		background: #f2f2f2;
	}
	.rb2_d3_box01 li:last-child a{
		border-right: 1px solid #999;
	}
	.rb2_d3_box01a{
		background: #dfa64e;
		padding: 8vw 1vw 6vw;
		text-align: center;
	}
	.rb2_d3_box01a_ttl1{
		color: #ffffff;
		font-size: 4.0vw;
		letter-spacing: 0.4vw;
	}
	.rb2_d3_box01a_ttl2{
		color: #ffffff;
		font-size: 5.8vw;
		line-height: 1;
		font-weight: 500;
		letter-spacing: 0.03vw;
		padding-bottom: 3vw;
	}
	.rb2_d3_box01b_img, .rb2_d3_box01c_img img{
		width: 50%;
		float: left;
	}
	.rb2_d3_box01b{
		background:#ffffff;
	}
	.rb2_d3_box01c{
		background:#ffffff;
	}
	.rb2_d3_box01b{
		
	}
	.rb2_d3_box01c{
		
	}
	.rb2_d3_box01b_ttl {
		font-size: 3.5vw;
		color: #323232;
		line-height: 1.6;
		padding: 8.84vw 5vw;
		width: 50%;
		float: left;
		background: #efeff1;
		text-align: right;
	}
	.rb2_d3_box01c_ttl {
		font-size: 3.5vw;
		color: #323232;
		line-height: 1.6;
		padding: 8.84vw 5vw;
		width: 50%;
		float: right;
		background: #efeff1;
		text-align: right;
	}
	.rb2_d3_box01b_ttl span{
		font-weight:500;
	}
	.rb2_d3_box01c_ttl span{
		font-weight:500;
	}
	.rb2_d3_box02{
		padding-top: 6vw;
	}
	.rb2_d3_box02_ttl{
		color: #323232;
		text-align: center;
		font-size: 4.2vw;
		letter-spacing: 1vw;
		padding-bottom: 6vw;
	}
	.rb2_d3_box02_ttla{
		color:#dfa64e;
	}
	.rb2_d3_box02_ttlb{
		color:#dfa64e;
	}
	.rb2_d3_box02_vd{
		position: relative;
	    top: 0vw;
	    width: 100%;
	    height: 55.5vw;
	}
	.rb2_d3_box02_vd iframe{
		position: absolute;
		top: 0;
		width: 100%;
	    height: 55.5vw;
	}
}
@media screen and (min-width: 768px) {
	.rb2_d3_box {
		padding: 12vw 15vw;
	}
	.rb2_d3_box01z {
		padding: 0vw 2vw;
	}
	.rb2_d3_box01 ul{
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.rb2_d3_box01 li{
		list-style: none;
		width: 33%;
	}
	.rb2_d3_box01 a{
		display: block;
		padding: 10px;
		border: 1px solid #999;
		border-right: none;
		text-decoration: none;
		color: #333;
		background: #f2f2f2;
	}
	.rb2_d3_box01 li:last-child a{
		border-right: 1px solid #999;
	}
	.rb2_d3_box01a{
		background: #dfa64e;
	    padding: 5.6vw 1vw;
	    text-align: center;
	    margin-right: 1.2vw;
		
	}
	.rb2_d3_box01a_ttl1{
		color: #ffffff;
	    font-size: 1.1vw;
	    padding-bottom: 1vw;
	    letter-spacing: 0.02vw;
	}
	.rb2_d3_box01a_ttl2{
		color: #ffffff;
	    font-size: 1.6vw;
	    line-height: 1.5;
	    font-weight: 800;
	    letter-spacing: 0.03vw;
	}
	.rb2_d3_box01b_img, .rb2_d3_box01c_img img{
		width:100%;
		height:auto;
	}
	.rb2_d3_box01b{
		background:#ffffff;
		border-right:#dfa64e solid 1px;
		border-bottom:#dfa64e solid 1px;
		margin-right:0.2vw;
	}
	.rb2_d3_box01c{
		background:#ffffff;
		border-right:#dfa64e solid 1px;
		border-bottom:#dfa64e solid 1px;
		margin-left: 0.2vw;
	}
	.rb2_d3_box01b{
		
	}
	.rb2_d3_box01c{
		
	}
	.rb2_d3_box01b_ttl, .rb2_d3_box01c_ttl{
		font-size: 1.1vw;
	    color: #323232;
	    line-height: 1.6;
	    text-align: center;
	    padding: 0.8vw 1vw;
	}
	.rb2_d3_box01b_ttl span{
		font-weight:800;
	}
	.rb2_d3_box01c_ttl span{
		font-weight:800;
	}
	.rb2_d3_box02{
		padding-top: 4vw;
	}
	.rb2_d3_box02_ttl{
		color: #323232;
	    text-align: center;
	    font-size: 1.5vw;
	    letter-spacing: 0.2vw;
	    padding-bottom: 3vw;
	}
	.rb2_d3_box02_ttla{
		color:#dfa64e;
	}
	.rb2_d3_box02_ttlb{
		color:#dfa64e;
	}
	.rb2_d3_box02_vd{
		position: relative;
		top: 0vw;
		width: 100%;
		height: 39.5vw;
	}
	.rb2_d3_box02_vd iframe{
		position: absolute;
		top: 0;
		width: 100%;
		height: 39.5vw;
	}
    
    .pd_award {
        width: 15.0vw;
        padding-top: 0.9vw;
    }
    
        .pd_bnr_authority_rb2 {
        display: flex;
        column-gap: 7vw;
    }
}
