/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/aqua-qutto/
Description:MYTREX AQUA QUTTO
Version: 1.0
*/

/*フェイスライン*/
#video-leg {
	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: 5.5vw;
		letter-spacing: 0.05em;
   }
	.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.3vw;
letter-spacing: 0.17em;
line-height: 1.55;
margin-bottom: 4vw;
}
.pdct_n_a_sp_sub sup {
font-size: 3.3vw;
left: -5vw;
}
.pdct_n_a_sp_sub {
text-align: center;
}
.pdct_n_a_sp_ttl {
text-align: center;
font-size: 6.66vw;
letter-spacing: 0.08em;
margin-bottom: 3vw;
font-weight: 700;
transform: scale(1,0.9);
}
.pdct_n_a_sp_ttl2 {
text-align: center;
font-size: 3.61vw;
letter-spacing: 0.17em;
margin-bottom: 5.5vw;
}
.pdct_n_a_sp_ttl3 {
font-size: 1.66vw;
letter-spacing: 0.06em;
text-align: right;
margin-right: 3vw;
}
}

@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          ***/

/*** AQUA QUTTO ***/
@media screen and (min-width: 768px) {
	.qto_a_box_bg {
	  background-color: #eff2f2;
	  padding: 2.6vw 21.35vw 3.65vw;
	}
	.qto_a_box01 {
	  font-size: 1.56vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 1.56vw;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.qto_a_box01::before,
  .qto_a_box01::after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 2.86vw;
	}
	.qto_a_box01::before {
	  margin-right: 1.04vw;
	}
	.qto_a_box01::after {
	  margin-left: 1.04vw;
	}
	.qto_a_box02 {
	  background-color: #fff;
	  padding-top: 2.6vw;
	  padding-bottom: 2.6vw;
	}
	.qto_a_box02a {
	  padding-left: 7.81vw;
	}
	.qto_a_box02a_1 {
	  display: flex;
	}
	.qto_a_box02a_1a {
	  display: flex;
	  align-items: center;
	  width: 50%;
	  font-size: 1.41vw;
	  margin-bottom: 1.3vw;
	}
	.qto_a_box02a_1a_icon {
	  display: inline-block;
	  width: 2.08vw;
	  margin-right: 0.52vw;
	}
	.qto_a_box02a_1:last-child .qto_a_box02a_1a {
	  width: 100%;
	}
	.qto_b_box_bg1 {
	  padding-left: 2.6vw;
	  padding-right: 2.6vw;
	  position: relative;
	}
	.qto_b_box_bg1::before,
  .qto_b_box_bg1::after {
	  content: "";
	  display: block;
	  width: 2.6vw;
	  height: 100%;
	  background-image: url("/wp-content/themes/mytrex/img/product/qto/qto_b_box_bg.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.qto_b_box_bg1::after {
	  left: inherit;
	  right: 0;
	}
	.qto_b_box_bg2 {
	  padding: 0vw 18.75vw 2.08vw;
	}
	.qto_b_box02a {
	  display: flex;
	}
	.qto_b_box02a_1 {
	  width: 33.07vw;
	}
	.qto_b_box02a_2 {
	  width: 24.11vw;
	}
	.qto_b_box02b {
	  margin-bottom: 1.56vw;
	}
	.qto_b_box02c {
	  font-size: 1.67vw;
	  text-align: center;
	}
	.qto_c_box {
	  background-color: #eff2f2;
	  padding: 5.73vw 21.35vw 5.21vw;
	  margin-bottom: 6.25vw;
	}
	.qto_c_box_bg {
	  background-color: #fff;
	}
	.qto_c_box01 {
	  font-size: 2.34vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.qto_c_box02 {
	  margin-bottom: 3.13vw;
	}
	.qto_c_box03 {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.56vw;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.qto_c_box03::before,
  .qto_c_box03::after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 1.56vw;
	}
	.qto_c_box03::before {
	  margin-right: 1.04vw;
	}
	.qto_c_box03::after {
	  margin-left: 1.04vw;
	}
	.qto_c_box04 {
	  display: flex;
	  justify-content: space-between;
	  padding-left: 3.91vw;
	  padding-right: 2.34vw;
	  margin-bottom: 2.34vw;
	}
	.qto_c_box04a_1,
  .qto_c_box04a_2 {
	  font-size: 1.41vw;
	  line-height: 1.56;
	  text-indent: -1em;
	  margin-left: 1em;
	  margin-bottom: 1.56vw;
	}
	.qto_c_box04a_3 {
	  font-size: 0.63vw;
	  letter-spacing: 0em;
	}
	.qto_c_box04b {
	  width: 24.48vw;
	}
	.qto_c_box06 {
	  margin-bottom: 5.21vw;
	}
	.qto_d_box {
	  margin-bottom: 7.81vw;
	}
	.qto_e_box_bg {
	  background-color: #eff2f2;
	  text-align: center;
	  padding-bottom: 3.65vw;
	}
	.qto_e_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 0.52vw 8.85vw;
	  border-radius: 2px;
	  font-size: 1.35vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -1.3vw;
	  margin-bottom: 1.04vw;
	}
	.qto_e_box02 {
	  font-size: 1.82vw;
	  letter-spacing: 0.14em;
	}
	.qto_e_box02 span {
	  display: inline-block;
	  font-size: 2.34vw;
	  letter-spacing: 0.14em;
	  padding-top: 0.78vw;
	}
	.qto_e_box03 {
	  margin-left: 18.75vw;
	  margin-right: 18.75vw;
	  margin-bottom: 1.56vw;
	}
	.qto_e_box04 {
	  font-size: 0.63vw;
	}
	.qto_f_box01 {
	  padding: 7.81vw 9.64vw 9.11vw;
	}
	.qto_g_box_bg1 {
	  background-color: #eff2f2;
	  padding: 0vw 15.63vw 8.59vw;
	  text-align: center;
	}
	.qto_g_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 0.52vw 2.08vw;
	  border-radius: 2px;
	  font-size: 1.35vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -1.3vw;
	  margin-bottom: 2.34vw;
	}
	.qto_g_box02 {
	  font-size: 3.13vw;
	  margin-bottom: 1.04vw;
	}
	.qto_g_box03 {
	  font-size: 2.19vw;
	  margin-bottom: 2.08vw;
	}
	.qto_g_box04 {
	  padding: 2.34vw 2.6vw;
	  background-color: #fff;
	}
	.qto_g_box_bg2 {
	  background-color: #fff;
	  padding-bottom: 3.65vw;
	}
	.qto_g_box05:not(:last-child) {
	  margin-bottom: 2.08vw;
	}
	.qto_g_box05a {
	  background-color: #e7d0d6;
	  padding: 0.78vw 0;
	  font-size: 1.77vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	}
	.qto_g_box05b,
  .qto_g_box05b_1,
  .qto_g_box05b_3 {
	  padding: 2.08vw 2.6vw 2.08vw;
	  background-color: #fff;
	}
	.qto_g_box05b_2 {
	  background-color: #e5e5e7;
	  padding: 0.52vw 0;
	  font-size: 1.56vw;
	  letter-spacing: 0.07em;
	}
	.qto_g_box06 {
	  margin-bottom: 0.78vw;
	}
	.qto_g_box06a {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  padding: 0.78vw 0vw;
	  font-size: 1.98vw;
	  letter-spacing: 0.11em;
	  color: #fff;
	  text-align: center;
	}
	.qto_g_box06b {
	  background-color: #fff;
	  padding: 2.86vw 7.03vw 2.6vw;
	}
	.qto_g_box06b_1 {
	  font-size: 1.77vw;
	  letter-spacing: 0.07em;
	  line-height: 1.53;
	  margin-bottom: 1.82vw;
	}
	.qto_g_box06b_1 span {
	  font-weight: bold;
	}
	.qto_g_box06b_2 {
	  font-size: 1.35vw;
	  letter-spacing: 0em;
	  line-height: 1.81;
	  text-align: left;
	}
	.qto_g_box06b_2 span {
	  font-weight: bold;
	}
	.qto_g_box07 {
	  font-size: 0.78vw;
	  letter-spacing: 0.1em;
	  text-align: right;
	}
	.qto_h_box_bg {
	  padding: 5.21vw 5.21vw 0vw;
	}
	.qto_h_box01 {
	  position: relative;
	}
	.qto_h_box01a {
	  width: 36vw;
	  position: absolute;
	  left: 9vw;
	  top: 67vw;
	}
	.qto_i_box {
	  margin-bottom: 7.29vw;
	}
	.qto_j_box {
	  padding-left: 2.6vw;
	  padding-right: 2.6vw;
	  background-color: #eff2f2;
	}
	.qto_j_box_bg {
	  background-color: #fff;
	  padding: 0vw 16.15vw 8.33vw;
	}
	.qto_j_box01 {
	  font-size: 1.56vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 2.34vw;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.qto_j_box01::before,
  .qto_j_box01::after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 2.86vw;
	}
	.qto_j_box01::before {
	  margin-right: 1.04vw;
	}
	.qto_j_box01::after {
	  margin-left: 1.04vw;
	}
	.qto_j_box02 {
	  font-size: 2.4vw;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.qto_j_box03 {
	  margin-bottom: 3.91vw;
	}
	.qto_k_box_bg {
	  background-color: #eff2f2;
	  padding: 0vw 10.42vw 4.43vw;
	}
	.qto_k_box01 {
	  font-size: 1.56vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  position: relative;
	  top: -0.52vw;
	  margin-bottom: 2.6vw;
	}
	.qto_k_box02 {
	  font-size: 2.4vw;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.qto_k_box03 {
	  position: relative;
	}
	.qto_k_box03a {
	  width: 32.5vw;
	  position: absolute;
	  left: 39vw;
	  top: 14.4vw;
	}
	.qto_l_box {
	  padding-top: 8.85vw;
	  text-align: center;
	}
	.qto_l_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 0.52vw 4.17vw;
	  border-radius: 2px;
	  font-size: 1.35vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -1.3vw;
	  margin-bottom: 1.3vw;
	}
	.qto_l_box_bg1 {
	  background-color: #eff2f2;
	  padding-left: 5.21vw;
	  padding-right: 5.21vw;
	}
	.qto_l_box02 {
	  font-size: 2.4vw;
	  margin-bottom: 1.56vw;
	}
	.qto_l_box03 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 5.21vw;
	}
	.qto_l_box03a {
	  width: 57.19vw;
	}
	.qto_l_box03b {
	  margin-top: 1.46vw !important;
	  width: 31.3vw;
	  background-color: #fff;
	}
	.qto_l_box_bg2 {
	  background-color: #fff;
	  padding: 0vw 8.85vw 4.43vw;
	}
	.qto_l_box03b_2 {
	  padding-top: 1.04vw;
	  font-size: 1.3vw;
	  line-height: 1.56;
	}
	.qto_l_box04a {
	  margin-bottom: 1.56vw;
	}
	.qto_l_box04b {
	  font-size: 0.78vw;
	  letter-spacing: 0.08em;
	  line-height: 2.07;
	  text-align: left;
	  margin-bottom: 6.51vw;
	}
	.qto_l_box05 {
	  margin-left: 5.21vw;
	  margin-right: 5.21vw;
	  margin-bottom: 5.21vw;
	}
	.qto_l_box05b {
	  background-color: #000000;
	  padding: 0.78vw 0;
	  font-size: 1.2vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	}
	.qto_l_box06 {
	  margin-left: 5.21vw;
	  margin-right: 5.21vw;
	}
	.qto_l_box05c {
	  background-color: #e9e9e9;
	}
	.qto_l_box05c dl > div {
	  display: flex;
	  border-left: 1px solid #1a1a1a;
	}
	.qto_l_box05c dl > div > div {
	  display: flex;
	  width: 50%;
	  border-bottom: 1px solid #1a1a1a;
	  border-right: 1px solid #1a1a1a;
	}
	.qto_l_box05c dt {
	  font-size: 1.15vw;
	  letter-spacing: 0.08em;
	  border-right: 1px solid #1a1a1a;
	  padding: 0.52vw;
	}
	.qto_l_box05c dd {
	  font-size: 0.78vw;
	  padding: 0.52vw;
	}
	.qto_l_box05d {
	  background-color: rgba(231, 208, 214, 0.45);
	  padding: 0.52vw;
	  border-left: 1px solid #1a1a1a;
	  border-right: 1px solid #1a1a1a;
	  border-bottom: 1px solid #1a1a1a;
	  font-size: 1.2vw;
	  letter-spacing: 0.06em;
	  text-align: center;
	  font-weight: bold;
	}
	.qto_l_box05d dl > div {
	  display: flex;
	  justify-content: center;
	  gap: 0.52vw;
	}
	.qto_m_box_bg1 {
	  background-color: #fff;
	  padding-top: 6.25vw;
	}
	.qto_m_box01 {
	  font-size: 1.67vw;
	  letter-spacing: 0.1em;
	  line-height: 1.63;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.qto_m_box01 span {
	  font-size: 2.4vw;
	}
	.qto_m_box_bg2 {
	  padding-left: 5.21vw;
	  padding-right: 5.21vw;
	  padding-bottom: 3.91vw;
	  background-color: #eff2f2;
	}
	.qto_m_box_bg3 {
	  background-color: #fff;
	  padding: 4.69vw 4.17vw 2.6vw;
	  overflow: hidden;
	}
	.qto_m_box03 {
	  margin-bottom: 3.91vw;
	}
	.qto_m_box03a {
	  width: 37.81vw;
	  margin-left: 2.08vw;
	  float: right;
	}
	.qto_m_box03b {
	  font-size: 1.56vw;
	  letter-spacing: 0em;
	  line-height: 2;
	}
	.qto_m_box03b span {
	  font-weight: bold;
	}
	.qto_m_box03b sup {
	  font-size: 0.78vw;
	  vertical-align: text-bottom;
	}
	.qto_m_box03b > div {
	  margin-bottom: 2.34vw;
	}
	.qto_m_box03c {
	  font-size: 0.78vw;
	  letter-spacing: 0.02em;
	}
	.qto_m_box04 {
	  font-size: 2.08vw;
	  letter-spacing: 0.12em;
	  line-height: 1.7;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.qto_n_box {
	  padding: 4.17vw 7.29vw 6.51vw;
	}
	.qto_n_box01 {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.56vw;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.qto_n_box01::before,
  .qto_n_box01::after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 2.86vw;
	}
	.qto_n_box01::before {
	  margin-right: 1.04vw;
	}
	.qto_n_box01::after {
	  margin-left: 1.04vw;
	}
	.qto_o_box {
	  text-align: center;
	}
	.qto_o_box_bg {
	  background-color: #eff2f2;
	  padding-bottom: 2.34vw;
	}
	.qto_o_box04 {
	  margin-left: 23.44vw;
	  margin-right: 23.44vw;
	}
	.qto_o_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 0.52vw 4.17vw;
	  border-radius: 2px;
	  font-size: 1.35vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -1.3vw;
	  margin-bottom: 0.52vw;
	}
	.qto_o_box02 {
	  font-size: 1.67vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  margin-bottom: 0.52vw;
	}
	.qto_o_box03 {
	  font-size: 1.25vw;
	  letter-spacing: 0.06em;
	  line-height: 1.5;
	  margin-bottom: 0.78vw;
	}
	.qto_p_box {
	  padding-top: 4.17vw;
	}
	.qto_p_box01 {
	  margin-left: 16.41vw;
	  margin-right: 16.41vw;
	}
  }
  @media screen and (max-width: 767px) {
	.qto_a_box_bg {
	  background-color: #eff2f2;
	  padding: 0vw 4.67vw 4vw;
	}
	.qto_a_box01 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  position: relative;
	  top: -2vw;
	  margin-bottom: 0vw;
	}
	.qto_a_box02 {
	  background-color: #fff;
	  padding: 6vw 0 6vw;
	}
	.qto_a_box02a {
	  padding-left: 6vw;
	}
	.qto_a_box02a_1 {
	  margin-bottom: 4.67vw;
	}
	.qto_a_box02a_1a_icon {
	  display: inline-block;
	  width: 4vw;
	}
	.qto_a_box02a_1:nth-child(1) {
	  display: flex;
	  margin-bottom: 4.67vw;
	}
	.qto_a_box02a_1a {
	  font-size: 3.6vw;
	  margin-right: 6vw;
	}
	.qto_a_box02a_1:nth-child(2) .qto_a_box02a_1a {
	  margin-bottom: 4.67vw;
	}
	.qto_a_box02b {
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	}
	.qto_b_box {
	  padding-top: 17.33vw;
	  padding-bottom: 8vw;
	}
	.qto_b_box02b {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  margin-bottom: 3.33vw;
	}
	.qto_b_box02c {
	  font-size: 4.27vw;
	  letter-spacing: 0.07em;
	  line-height: 1.56;
	  text-align: center;
	}
	.qto_c_box {
	  background-color: #eff2f2;
	  padding-top: 8vw;
	}
	.qto_c_box01 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  line-height: 1.67;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.qto_c_box01 span {
	  font-size: 6vw;
	}
	.qto_c_box03 {
	  padding: 5.33vw 0 4.67vw;
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.qto_c_box03::before,
  .qto_c_box03::after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 4vw;
	}
	.qto_c_box03::before {
	  margin-right: 2.67vw;
	}
	.qto_c_box03::after {
	  margin-left: 2.67vw;
	}
	.qto_c_box04 {
	  display: flex;
	  justify-content: flex-end;
	  margin-bottom: 8vw;
	}
	.qto_c_box04a {
	  width: 49.73vw;
	  margin-right: 3.33vw;
	}
	.qto_c_box04a_1,
  .qto_c_box04a_2 {
	  font-size: 3.73vw;
	  line-height: 1.4;
	  margin-left: 1em;
	  text-indent: -1em;
	  margin-bottom: 4vw;
	}
	.qto_c_box04a_2 {
	  margin-bottom: 5.33vw;
	}
	.qto_c_box04b {
	  width: 41.33vw;
	}
	.qto_c_box04a_3 {
	  margin-right: calc(10% - 50vw);
	  font-size: 2vw;
	  letter-spacing: 0.02em;
	}
	.qto_c_box05 {
	  margin-bottom: 15.33vw;
	}
	.qto_d_box {
	  padding-top: 10.67vw;
	  padding-bottom: 12.67vw;
	}
	.qto_e_box_bg {
	  background-color: #eff2f2;
	  padding: 0vw 6.67vw 6.67vw;
	  text-align: center;
	}
	.qto_e_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 1.33vw 22.67vw;
	  border-radius: 2px;
	  font-size: 3.47vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -2.67vw;
	  margin-bottom: 3.33vw;
	}
	.qto_e_box02 {
	  font-size: 4vw;
	  letter-spacing: 0.14em;
	  margin-bottom: 6vw;
	}
	.qto_e_box02 span {
	  display: inline-block;
	  padding-top: 3.33vw;
	  font-size: 6vw;
	  letter-spacing: 0.14em;
	}
	.qto_e_box03 {
	  margin-bottom: 2vw;
	}
	.qto_e_box04 {
	  font-size: 1.6vw;
	  letter-spacing: 0.02em;
	  line-height: 2.17;
	  text-align: left;
	}
	.qto_f_box {
	  padding-top: 13.33vw;
	  padding-bottom: 20vw;
	}
	.qto_g_box_bg1 {
	  background-color: #eff2f2;
	  padding-left: 4vw;
	  padding-right: 4vw;
	  padding-bottom: 2vw;
	  text-align: center;
	}
	.qto_g_box04 {
	  padding: 4.67vw 4vw 6vw;
	  background-color: #fff;
	}
	.qto_g_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 1.33vw 4vw;
	  border-radius: 2px;
	  font-size: 3.47vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -2.67vw;
	  margin-bottom: 3.33vw;
	}
	.qto_g_box02 {
	  font-size: 5.33vw;
	  margin-bottom: 2vw;
	}
	.qto_g_box03 {
	  font-size: 4.67vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 4.67vw;
	}
	.qto_g_box_bg2 {
	  background-color: #fff;
	  padding-bottom: 6vw;
	}
	.qto_g_box05:not(:last-child) {
	  margin-bottom: 3.33vw;
	}
	.qto_g_box05a {
	  background-color: #e7d0d6;
	  padding: 2vw 0vw;
	  font-size: 3.6vw;
	  font-weight: bold;
	}
	.qto_g_box05b {
	  background-color: #fff;
	  padding: 2.67vw 2.67vw 4vw;
	}
	.qto_g_box05b_1 {
	  background-color: #fff;
	  padding: 2.67vw 2.67vw 6.67vw;
	}
	.qto_g_box05b_2 {
	  background-color: #e5e5e7;
	  padding: 1.33vw 0;
	  font-size: 3.33vw;
	  letter-spacing: 0.1em;
	}
	.qto_g_box05b_3 {
	  background-color: #fff;
	  padding: 2.67vw 2.67vw 4vw;
	}
	.qto_g_box06 {
	  margin-bottom: 1.33vw;
	}
	.qto_g_box06a {
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  padding: 2vw 0vw;
	  font-size: 4.93vw;
	  letter-spacing: 0.11em;
	  color: #fff;
	  text-align: center;
	}
	.qto_g_box06b {
	  background-color: #fff;
	  padding: 7.33vw 4vw 4.67vw;
	}
	.qto_g_box06b_1 {
	  font-size: 4vw;
	  line-height: 1.41;
	  margin-bottom: 2.67vw;
	}
	.qto_g_box06b_1 span {
	  font-weight: bold;
	}
	.qto_g_box06b_2 {
	  font-size: 2.93vw;
	  letter-spacing: 0.05em;
	  line-height: 1.68;
	  text-align: left;
	}
	.qto_g_box06b_2 span {
	  font-weight: bold;
	}
	.qto_g_box07 {
	  font-size: 2vw;
	  letter-spacing: 0.1em;
	  text-align: right;
	}
	.qto_h_box {
	  padding-top: 13.33vw;
	  position: relative;
	}
	.qto_h_box01a {
	  width: 92vw;
	  position: absolute;
	  left: 4vw;
	  top: 258vw;
	}
	.qto_j_box {
	  padding-top: 18vw;
	}
	.qto_j_box_bg {
	  background-color: #eff2f2;
	  text-align: center;
	}
	.qto_j_box01 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  position: relative;
	  top: -2vw;
	  margin-bottom: 6vw;
	}
	.qto_j_box02 {
	  font-size: 6.13vw;
	  line-height: 1.54;
	  margin-bottom: 8vw;
	}
	.qto_j_box04a {
	  background-color: #fff;
	  padding: 6.67vw 0;
	  font-size: 6vw;
	  letter-spacing: 0.08em;
	  line-height: 1.56;
	  text-align: center;
	}
	.qto_j_box04a span {
	  font-size: 7.47vw;
	}
	.qto_k_box {
	  padding-top: 19.33vw;
	}
	.qto_k_box_bg {
	  background-color: #eff2f2;
	  padding: 0vw 2.67vw 2.67vw;
	  text-align: center;
	}
	.qto_k_box01 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  position: relative;
	  top: -2vw;
	  margin-bottom: 6vw;
	}
	.qto_k_box02 {
	  font-size: 5.33vw;
	  letter-spacing: 0.08em;
	  line-height: 1.48;
	  margin-bottom: 4vw;
	}
	.qto_k_box03 {
	  position: relative;
	}
	.qto_k_box03a {
	  width: 87vw;
	  position: absolute;
	  left: 4vw;
	  top: 93vw;
	}
	.qto_l_box {
	  padding-top: 16.67vw;
	}
	.qto_l_box_bg1 {
	  background-color: #eff2f2;
	  text-align: center;
	}
	.qto_l_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 1.33vw 9.33vw;
	  border-radius: 2px;
	  font-size: 3.47vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -2.67vw;
	  margin-bottom: 2vw;
	}
	.qto_l_box02 {
	  font-size: 5.33vw;
	  letter-spacing: 0.06em;
	  line-height: 1.43;
	  margin-bottom: 4.67vw;
	}
	.qto_l_box03a {
	  margin-bottom: 6vw;
	}
	.qto_l_box03b {
	  display: flex;
	  flex-direction: column-reverse;
	  margin-bottom: 6.67vw;
	}
	.qto_l_box03b_2 {
	  background-color: #fff;
	  padding: 3.33vw 0 2vw;
	  font-size: 4.67vw;
	  line-height: 1.57;
	}
	.qto_l_box04b {
	  background-color: #fff;
	  padding-top: 2.67vw;
	  padding-left: 4vw;
	  padding-bottom: 11.33vw;
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  line-height: 1.8;
	  text-align: left;
	}
	.qto_l_box06 {
	  background-color: #fff;
	  padding-top: 10.67vw;
	}
	.qto_l_box05 {
	  margin-bottom: 12vw;
	}
	.qto_l_box05b,
  .qto_l_box05c,
  .qto_l_box05d {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	}
	.qto_l_box05b {
	  background-color: #000000;
	  padding: 1.33vw 0;
	  font-size: 2.67vw;
	  letter-spacing: 0.17em;
	  text-align: center;
	  color: #fff;
	  position: relative;
	}
	.qto_l_box05c {
	  background-color: #fff;
	}
	.qto_l_box05c {
	  background-color: #fff;
	}
	.qto_l_box05c dl > div > div,
  .qto_l_box05d dl > div {
	  display: flex;
	  border-bottom: 1px solid #202020;
	}
	.qto_l_box05c dl,
  .qto_l_box05d dl {
	  border-right: 1px solid #202020;
	  border-left: 1px solid #202020;
	}
	.qto_l_box05c dl dt,
  .qto_l_box05d dl dt {
	  min-width: 10.13vw;
	  font-size: 2.27vw;
	  letter-spacing: 0.08em;
	  padding: 1.33vw 2vw;
	  border-right: 1px solid #202020;
	}
	.qto_l_box05c dl dd,
  .qto_l_box05d dl dd {
	  font-size: 2.27vw;
	  padding: 1.33vw 2vw;
	  padding-right: 0;
	}
	.qto_l_box05d {
	  background-color: rgba(231, 208, 214, 0.45);
	  position: relative;
	  z-index: 1;
	}
	.qto_m_box {
	  padding-top: 13.33vw;
	}
	.qto_m_box01 {
	  font-size: 4.27vw;
	  letter-spacing: 0.1em;
	  line-height: 1.63;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.qto_m_box01 span {
	  font-size: 6.13vw;
	}
	.qto_m_box03 {
	  background-color: #eff2f2;
	  padding-left: 4vw;
	  padding-right: 4vw;
	  padding-bottom: 2.67vw;
	}
	.qto_m_box_bg3 {
	  background-color: #fff;
	  margin-top: -4.67vw !important;
	  position: relative;
	  z-index: 1;
	}
	.qto_m_box03a {
	  margin-left: calc(50% - 46vw);
	  margin-right: calc(50% - 46vw);
	}
	.qto_m_box03b {
	  padding: 6vw 6.67vw 6.67vw;
	  font-size: 2.8vw;
	  letter-spacing: 0em;
	  line-height: 1.74;
	}
	.qto_m_box03b > div:not(:last-child) {
	  margin-bottom: 5.33vw;
	}
	.qto_m_box03b span {
	  font-weight: bold;
	}
	.qto_m_box03c {
	  padding-top: 3.33vw;
	  background-color: #eff2f2;
	  font-size: 2vw;
	  letter-spacing: 0.02em;
	  line-height: 1.8;
	}
	.qto_m_box04 {
	  padding-top: 13.33vw;
	  font-size: 4.67vw;
	  letter-spacing: 0.06em;
	  line-height: 1.66;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.qto_n_box {
	  padding-top: 16vw;
	}
	.qto_n_box01 {
	  font-size: 3.2vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.qto_o_box {
	  padding-top: 17.33vw;
	}
	.qto_o_box_bg {
	  background-color: #eff2f2;
	  text-align: center;
	}
	.qto_o_box01 {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 0%, rgb(55, 55, 55) 50%, rgb(75, 75, 75) 100%);
	  display: inline-block;
	  padding: 1.33vw 13.33vw;
	  border-radius: 2px;
	  font-size: 3.47vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  top: -2.67vw;
	  margin-bottom: 0vw;
	}
	.qto_o_box02 {
	  font-size: 4.27vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.qto_o_box03 {
	  font-size: 3.07vw;
	  line-height: 1.57;
	  margin-bottom: 2.67vw;
	}
	.qto_p_box {
	  padding-top: 16vw;
	}
}

.accordion-head {
position: relative;
cursor: pointer;
transition: background-color 0.3s;
}

.accordion-head:before {
position: absolute;
content: "";
top: 50%;
right: 3.39vw;
height: 2px;
width: 15px;
background: #fff;
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}

.accordion-head:after {
position: absolute;
content: "";
top: 50%;
right: 3.39vw;
height: 2px;
width: 15px;
background: #fff;
transition: all 0.3s ease-in-out;
}

.accordion-head.open:before {
transform: rotate(180deg);
}

.accordion-head.open:after {
opacity: 0;
}

.accordion-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}

/* 返品保証 */
.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;
	}
}