/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/aqua-leg/
Description:MYTREX AQUA LIFT
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: 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;
}
.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;
}
}

@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 LEG TRAINER ***/
.heading {
align-items: center;
display: flex;
justify-content: center;
}
.heading::before,
.heading::after {
background-color: #727272;
content: "";
height: 1px;
width: 100%;
}
.heading::before {
margin-right: 0.78vw;
}
.heading::after {
margin-left: 0.78vw;
}

.heading_bg {
background: rgb(197, 202, 220);
background: linear-gradient(-123deg, rgb(197, 202, 220) 0%, rgb(169, 181, 212) 24.6268%, rgb(196, 216, 226) 100%);
position: relative;
padding: 0.52vw 0;
}
.heading_bg::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgb(197, 202, 220);
background: linear-gradient(-123deg, rgb(197, 202, 220) 0%, rgb(169, 181, 212) 24.6268%, rgb(196, 216, 226) 100%);
mix-blend-mode: multiply;
}
.heading_color {
color: #fff;
mix-blend-mode: color-dodge;
}

.accordion-head {
cursor: pointer;
transition: background-color 0.3s;
}
.accordion-head:before {
position: absolute;
content: "";
top: 50%;
right: 1.56vw;
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: 1.56vw;
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;
}

@media screen and (min-width: 768px) {
	.leg_a_wrap {
	  display: flex;
	  background: rgb(202, 207, 225);
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	  padding-bottom: 5.21vw;
	}
	.leg_a_bg {
	  width: 5.16vw;
	}
	.leg_a_box01 {
	  padding-top: 5.21vw;
	  padding-bottom: 1.56vw;
	}
	.leg_a_box01a {
	  font-size: 1.98vw;
	  letter-spacing: 0.22em;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.leg_a_box01b {
	  font-size: 4.17vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.leg_a_box01c {
	  width: 59.9vw;
	  margin-inline: auto;
	  margin-bottom: 2.08vw;
	  display: flex;
	  justify-content: space-between;
	}
	.leg_a_box01c_1 {
	  width: 19.32vw;
	}
	.leg_a_box01d {
	  font-size: 0.63vw;
	  letter-spacing: 0.08em;
	  text-align: right;
	  margin-right: 1.82vw;
	}
	.leg_a_box03 {
	  padding: 3.65vw 7.81vw;
	  display: flex;
	  justify-content: space-between;
	  background-color: #ffffff;
	}
	.leg_a_box03a,
  .leg_a_box03b {
	  width: 35.42vw;
	}
	.leg_a_box03a_1 {
	  background-color: #ededef;
	  padding: 0.78vw;
	  font-size: 1.56vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	}
	.leg_a_box03b {
	  background-color: #ededef;
	}
	.leg_a_box03b_1 {
	  background-color: #7a8dc4;
	  padding: 0.78vw;
	  font-size: 1.56vw;
	  letter-spacing: 0.1em;
	  color: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: relative;
	}
	.leg_a_box03b_1:after {
	  content: "";
	  display: inline-block;
	  background: #7a8dc4;
	  height: calc(tan(60deg) * 12px / 2);
	  width: 12px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  transform: translateX(-50%);
	}
	.leg_a_box03b_1 span {
	  display: inline-block;
	  width: 2.34vw;
	  margin-top: -0.31vw !important;
	}
	.leg_a_box03b_2 {
	  display: flex;
	  justify-content: space-between;
	  padding: 2.08vw 2.08vw 0vw;
	}
	.leg_a_box03b_2a {
	  width: 8.85vw;
	}
	.leg_a_box03b_2b {
	  width: calc(100% - 10.42vw);
	}
	.leg_a_box03b_2b_1 {
	  font-size: 1.46vw;
	  line-height: 1.54;
	  font-weight: bold;
	  padding-bottom: 0.52vw;
	  border-bottom: 1px solid #404043;
	  margin-bottom: 0.52vw;
	}
	.leg_a_box03b_2b_2 {
	  font-size: 1.2vw;
	  line-height: 1.54;
	  margin-bottom: 1.04vw;
	}
	.leg_a_box03b_2b_2 strong {
	  font-weight: normal;
	  color: #807fb2;
	}
	.leg_a_box03b_2b_3 {
	  font-size: 0.63vw;
	  letter-spacing: 0.08em;
	}
	.leg_a_box04a {
	  padding-top: 5.21vw;
	  font-size: 1.67vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	}
	.leg_a_box04b {
	  width: 57.29vw;
	  margin-inline: auto;
	  margin-bottom: 1.56vw;
	}
	.leg_a_box05a {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.56vw;
	}
	.leg_a_box05a.heading::before,
  .leg_a_box05a.heading::after {
	  width: 2.92vw;
	}
	.leg_a_box05b {
	  font-size: 1.67vw;
	  letter-spacing: 0.14em;
	  line-height: 1.59;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.leg_a_box06 {
	  background-color: #fff;
	  width: 57.29vw;
	  margin-inline: auto;
	  position: relative;
	}
	.leg_a_box06_wrap {
	  display: flex;
	  flex-direction: row-reverse;
	  justify-content: space-between;
	}
	.leg_a_box06a {
	  width: 39.06vw;
	  margin-left: 2.34vw;
	  padding-top: 2.08vw;
	  padding-bottom: 1.82vw;
	}
	.leg_a_box06a_1 {
	  padding-bottom: 0.78vw;
	  border-bottom: 1px solid #404043;
	  margin-bottom: 0.78vw;
	}
	.leg_a_box06a_1a {
	  font-size: 1.04vw;
	  letter-spacing: 0.17em;
	  margin-bottom: 0.78vw;
	}
	.leg_a_box06a_1b_1 {
	  font-size: 2.6vw;
	  letter-spacing: 0.19em;
	}
	.leg_a_box06a_1b_2 {
	  font-size: 0.83vw;
	  letter-spacing: 0.06em;
	}
	.leg_a_box06a_2 {
	  font-size: 1.15vw;
	  line-height: 1.55;
	}
	.leg_a_box06a_2 strong {
	  background-color: rgba(59, 114, 191, 0.15);
	}
	.leg_a_box06a_2a:not(:last-child) {
	  margin-bottom: 1.56vw;
	}
	.leg_a_box06b {
	  width: calc(100% - 40.89vw);
	  margin-top: -3.13vw !important;
	  position: relative;
	  left: -0.52vw;
	}
	.leg_a_box06b img {
	  height: 100%;
	  -o-object-fit: cover;
		 object-fit: cover;
	}
	.leg_a_box06c {
	  font-size: 0.63vw;
	  letter-spacing: 0.13em;
	  position: absolute;
	  right: 1.04vw;
	  bottom: 1.04vw;
	}
	.leg_a_box07 {
	  width: 57.29vw;
	  margin-inline: auto;
	  background: rgb(196, 216, 226);
	  background: linear-gradient(146deg, rgba(196, 216, 226, 0.5) 0%, rgba(169, 181, 212, 0.5) 75.3732%, rgba(197, 202, 220, 0.5) 100%);
	  padding: 1.04vw 1.56vw;
	}
	.leg_a_box07a {
	  font-size: 1.04vw;
	  letter-spacing: 0.02em;
	  font-weight: bold;
	  margin-bottom: 0.52vw;
	}
	.leg_a_box07b {
	  font-size: 0.83vw;
	  letter-spacing: 0.02em;
	  line-height: 1.65;
	}
	.leg_b_box01 {
	  padding-top: 5.21vw;
	  position: relative;
	}
	.leg_b_box01a {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.56vw;
	}
	.leg_b_box01a.heading::before,
  .leg_b_box01a.heading::after {
	  width: 2.92vw;
	}
	.leg_b_box01b {
	  font-size: 2.5vw;
	  letter-spacing: 0.18em;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.leg_b_box01c {
	  width: 59.9vw;
	  margin-inline: auto;
	  margin-bottom: 2.34vw;
	}
	.leg_b_box01d {
	  width: 2.34vw;
	  margin-inline: auto;
	  margin-bottom: 2.34vw;
	}
	.leg_b_box01e {
	  width: 59.9vw;
	  margin-inline: auto;
	  margin-bottom: 4.95vw;
	}
	.leg_b_box01f_1 {
	  font-size: 2.34vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.leg_b_box01f_2 {
	  font-size: 4.69vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	}
	.leg_b_box02 {
	  padding-top: 9.38vw;
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	  position: relative;
	  padding-bottom: 2.6vw;
	}
	.leg_b_box02:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 50% 100%, 0 0);
			  clip-path: polygon(0 0, 100% 0, 100% 0, 50% 100%, 0 0);
	  width: 100%;
	  height: 9.38vw;
	  background-color: #fff;
	}
	.leg_b_box02a {
	  width: 50.83vw;
	  margin-inline: auto;
	  padding-top: 4.17vw;
	  padding-bottom: 2.6vw;
	}
	.leg_b_box02a_1 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.leg_b_box02a_1a {
	  display: inline-block;
	  width: 3.13vw;
	  mix-blend-mode: color-dodge;
	}
	.leg_b_box02a_1b {
	  font-size: 2.6vw;
	  letter-spacing: 0.12em;
	}
	.leg_b_box02b {
	  font-size: 1.98vw;
	  letter-spacing: 0.22em;
	  text-align: center;
	}
	.leg_b_box03 {
	  font-size: 2.6vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding: 1.04vw 0;
	}
	#leg_c {
	  padding-top: 13.02vw;
	}
	.leg_c_box {
	  position: relative;
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	}
	.leg_c_box01 {
	  width: 67.71vw;
	  margin-left: auto;
	}
	.leg_c_box02 {
	  width: 29.17vw;
	  position: absolute;
	  left: 8.07vw;
	  top: 2.6vw;
	}
	.leg_c_box02 .leg_a_box03b {
	  width: auto;
	  background-color: #fff;
	}
	.leg_c_box02 .leg_a_box03b_1 {
	  font-size: 1.15vw;
	  padding: 0.52vw 0;
	}
	.leg_c_box02 .leg_a_box03b_1:after {
	  content: none;
	}
	.leg_a_box03b_1:after {
	  content: "";
	  display: inline-block;
	  background: #7a8dc4;
	  height: calc(tan(60deg) * 12px / 2);
	  width: 12px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  transform: translateX(-50%);
	}
	.leg_c_box02 .leg_a_box03b_2 {
	  padding: 1.56vw 1.56vw;
	  position: relative;
	}
	.leg_c_box02 .leg_c_box02a .leg_a_box03b_2:after {
	  content: "";
	  display: inline-block;
	  background: #fff;
	  height: calc(tan(60deg) * 12px / 2);
	  width: 12px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  position: absolute;
	  top: 50%;
	  right: -11px;
	  transform: translateY(-50%) rotate(-90deg);
	}
	.leg_c_box02 .leg_a_box03b_2a {
	  width: 6.77vw;
	}
	.leg_c_box02 .leg_a_box03b_2b {
	  width: calc(100% - 7.55vw);
	}
	.leg_c_box02 .leg_a_box03b_2b_1 {
	  font-size: 1.15vw;
	}
	.leg_c_box02 .leg_a_box03b_2b_2 {
	  font-size: 0.99vw;
	}
	.leg_c_box02a {
	  margin-bottom: 0.52vw;
	}
	.leg_c_box02b {
	  margin-bottom: 1.04vw;
	}
	.leg_c_box02c {
	  font-size: 0.63vw;
	  letter-spacing: 0.02em;
	}
	.leg_c_box02b .leg_a_box03b_2 {
	  flex-direction: row-reverse;
	}
	#leg_d {
	  padding-top: 8.07vw;
	}
	.leg_d_box {
	  position: relative;
	  margin-bottom: 9.64vw;
	}
	.leg_d_box01 {
	  position: absolute;
	  left: 18.75vw;
	  top: 2.86vw;
	  text-align: center;
	}
	.leg_d_box01a {
	  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  padding-bottom: 1.04vw;
	  margin-bottom: 1.56vw;
	  position: relative;
	}
	.leg_d_box01a::after {
	  content: "";
	  display: block;
	  width: 2.92vw;
	  height: 1px;
	  background-color: #404043;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.leg_d_box01b {
	  font-size: 1.82vw;
	  letter-spacing: 0.14em;
	  margin-bottom: 1.04vw;
	}
	.leg_d_box01c {
	  font-size: 2.6vw;
	  margin-bottom: 1.82vw;
	}
	.leg_d_box01d {
	  display: flex;
	}
	.leg_d_box01d_1 {
	  width: 10.42vw;
	}
	.leg_d_box02 {
	  width: 39.06vw;
	  position: absolute;
	  right: 11.98vw;
	  top: -1.82vw;
	}
	.leg_d_box03 {
	  margin-bottom: 1.3vw;
	}
	.leg_d_box04 {
	  display: flex;
	  justify-content: flex-end;
	  font-size: 0.63vw;
	  letter-spacing: 0.08em;
	  margin-right: 3.13vw;
      margin-bottom: 10vw;
	}
	.leg_e_box {
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	  padding-bottom: 7.03vw;
	}
	.leg_e_box01 {
	  margin-left: 2.34vw;
	  margin-right: 2.34vw;
	  position: relative;
	}
	.leg_e_box01a {
	  width: 41.67vw;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: -2.08vw;
	}
	.leg_e_box01c {
	  width: 73.96vw;
	  margin-inline: auto;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: -4.17vw;
	}
	.leg_e_box01c_1 {
	  display: inline-block;
	  width: 9.64vw;
	  padding: 0.52vw 1.04vw;
	  padding-right: 1.56vw;
	  font-size: 0.99vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  position: relative;
	  z-index: 1;
	}
	.leg_e_box01c_1::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: -1;
	  background: #788fc4;
	  transform: scaleY(1) perspective(1em) rotateX(3deg);
	  transform-origin: bottom left;
	}
	.leg_e_box01c_2 {
	  background-color: #fff;
	  padding: 2.08vw 2.08vw 1.04vw;
	}
	.leg_e_box01c_2a {
	  font-size: 1.25vw;
	  letter-spacing: 0.05em;
	  line-height: 1.63;
	  margin-bottom: 1.04vw;
	}
	.leg_e_box01c_2b {
	  font-size: 0.63vw;
	  letter-spacing: 0.08em;
	}
	.leg_e_box02 {
	  padding-top: 9.11vw;
	  padding-bottom: 5.21vw;
	}
	.leg_e_box02a {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.82vw;
	}
	.leg_e_box02a.heading:before, .leg_e_box02a.heading:after {
	  width: 2.92vw;
	}
	.leg_e_box02b {
	  font-size: 3.13vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.leg_e_box02c {
	  font-size: 1.35vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.leg_e_box02d {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 9.9vw;
	  margin-right: 9.9vw;
	}
	.leg_e_box02d_1 {
	  width: 26.04vw;
	}
	.leg_e_box03 {
	  margin-bottom: 2.34vw;
	}
	.leg_e_box04 {
	  width: 0.57vw;
	  margin-inline: auto;
	  margin-bottom: 1.56vw;
	}
	.leg_e_box05a_1 {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.82vw;
	}
	.leg_e_box05a_1.heading:before, .leg_e_box05a_1.heading:after {
	  width: 2.92vw;
	}
	.leg_e_box05a_2 {
	  font-size: 1.93vw;
	  letter-spacing: 0.16em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.leg_e_box05a_3 {
	  margin-left: 9.38vw;
	  margin-right: 8.33vw;
	  position: relative;
	}
	.leg_e_box05a_3b {
	  width: 33.59vw;
	  position: absolute;
	  left: 40.52vw;
	  top: 15vw;
	}
	.leg_f_box {
	  padding-top: 8.33vw;
	}
	.leg_f_box02 {
	  display: flex;
	  justify-content: space-between;
	  padding: 6.77vw 15.1vw;
	}
	.leg_f_box02a {
	  width: 26.04vw;
	}
	.leg_f_box02b {
	  width: 36.46vw;
	}
	.leg_f_box02a_1 {
	  display: flex;
	  align-items: center;
	  position: relative;
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.50vw;
	}
	.leg_f_box02a_1:after {
	  background-color: #727272;
	  content: "";
	  height: 1px;
	  width: 2.92vw;
	  margin-left: 0.52vw;
	}
	.leg_f_box02a_2 {
	  font-size: 1.93vw;
	  letter-spacing: 0.12em;
	  line-height: 1.59;
	  padding-bottom: 2.00vw;
	  margin-bottom: 2.08vw;
	  position: relative;
	}
	.leg_f_box02a_2::after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 1px;
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgb(202, 207, 225) 0%, rgb(174, 186, 217) 24.6268%, rgb(201, 221, 231) 100%);
	  position: absolute;
	  left: 0;
	  bottom: 0;
	}
	.leg_f_box02a_3 {
	  font-size: 1.15vw;
	  letter-spacing: 0.02em;
	  line-height: 1.96;
	  margin-bottom: 1.04vw;
	}
	.leg_f_box02a_4 {
	  font-size: 0.63vw;
	  letter-spacing: 0.08em;
	}
	.leg_g_box {
	  position: relative;
	}
	.leg_g_box01a {
	  font-size: 1.82vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 1.04vw;
	}
	.leg_g_box01b {
	  font-size: 3.13vw;
	  letter-spacing: 0.14em;
	  margin-bottom: 1.56vw;
	}
	.leg_g_box01c {
	  font-size: 1.82vw;
	  letter-spacing: 0.16em;
	  line-height: 1.4;
	  margin-bottom: 3.13vw;
	}
	.leg_g_box02 {
	  width: 33.07vw;
	  display: flex;
	  justify-content: space-between;
	}
	.leg_g_box02a {
	  width: 15.63vw;
	}
	.leg_g_box02a_2 {
	  background-color: #eeeef0;
	  padding: 1.04vw 1.56vw;
	  font-size: 1.04vw;
	  letter-spacing: 0.06em;
	  line-height: 1.35;
	}
	.leg_g_box03 {
	  width: 46.98vw;
	}
	.leg_g_box04 {
	  width: 20.31vw;
	  padding: 2.34vw 1.56vw;
	  background-color: #fff;
	}
	.leg_g_box04a {
	  display: flex;
	  align-items: center;
	  position: relative;
	  font-size: 1.04vw;
	  letter-spacing: 0.06em;
	  margin-bottom: 1.3vw;
	}
	.leg_g_box04a:after {
	  content: "";
	  display: block;
	  height: 1px;
	  width: 100%;
	  background-color: #727272;
	  margin-left: 0.52vw;
	}
	.leg_g_box04b {
	  font-size: 1.35vw;
	  letter-spacing: 0.06em;
	  line-height: 1.69;
	}
	.leg_g_box01 {
	  position: absolute;
	  left: 14.06vw;
	  top: 6.25vw;
	}
	.leg_g_box02 {
	  position: absolute;
	  left: 14.06vw;
	  top: 21.88vw;
	}
	.leg_g_box03 {
	  position: absolute;
	  right: 8.33vw;
	  top: 3.13vw;
	  z-index: 1;
	}
	.leg_g_box04 {
	  position: absolute;
	  left: 50vw;
	  top: 26.41vw;
	}
	.leg_g_box:not(:first-child) {
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	  padding-top: 5.21vw;
	}
	.leg_g_box06 {
	  margin-left: 14.06vw;
	  margin-right: 14.06vw;
	  margin-bottom: 4.69vw;
	}
	.leg_g_box07 {
	  margin-left: 7.55vw;
	  margin-right: 7.55vw;
	  margin-bottom: 1.04vw;
	}
	.leg_g_box08 {
	  font-size: 0.63vw;
	  text-align: center;
	  margin-bottom: 3.39vw;
	}
	.leg_g_box09 {
	  margin-left: 19.27vw;
	  margin-right: 19.27vw;
	  margin-bottom: 4.43vw;
	}
	.leg_g_box10 {
	  margin-left: 4.95vw;
	  margin-right: 4.95vw;
	}
	.leg_g_box10_wrap {
	  background-color: #fff;
	  padding: 4.17vw 14.06vw 4.69vw;
	}
	.leg_g_box10a {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.56vw;
	}
	.leg_g_box10a:before, .leg_g_box10a:after {
	  width: 2.92vw;
	}
	.leg_g_box10c_1 {
	  background-color: #000000;
	  padding: 0.52vw;
	  font-size: 1.15vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  text-align: center;
	  position: relative;
	}
	.leg_g_box10c_2 {
	  background-color: #e9e9e9;
	}
	.leg_g_box10c_2 dl > div {
	  display: flex;
	  border-left: 1px solid #1a1a1a;
	}
	.leg_g_box10c_2 dl > div > div {
	  display: flex;
	  width: 50%;
	  border-bottom: 1px solid #1a1a1a;
	  border-right: 1px solid #1a1a1a;
	}
	.leg_g_box10c_2 dt {
	  font-size: 1.15vw;
	  letter-spacing: 0.08em;
	  border-right: 1px solid #1a1a1a;
	  padding: 0.52vw;
	}
	.leg_g_box10c_2 dd {
	  font-size: 0.78vw;
	  padding: 0.52vw;
	}
	.leg_g_box10d {
	  background-color: rgba(167, 179, 212, 0.15);
	  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;
	}
	.leg_g_box10d dl > div {
	  display: flex;
	  justify-content: center;
	  gap: 0.52vw;
	}
	.leg_h_box {
	  padding-top: 5.99vw;
	  padding-bottom: 5.99vw;
	}
	.leg_h_box01 {
	  font-size: 1.67vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.leg_h_box02 {
	  margin-bottom: 3.13vw;
	}
	.leg_h_box03 {
	  margin-bottom: 2.08vw;
	}
	.leg_h_box03.heading:before, .leg_h_box03.heading:after {
	  width: 2.92vw;
	}
	.leg_h_box04 {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 7.55vw;
	  margin-right: 7.55vw;
	  margin-bottom: 3.65vw;
	}
	.leg_h_box04a {
	  width: 19.79vw;
	}
	.leg_h_box04a_2 {
	  padding-top: 1.56vw;
	}
	.leg_h_box04a_2a {
	  font-size: 1.15vw;
	  letter-spacing: 0.08em;
	  white-space: nowrap;
	  margin-bottom: 1.3vw;
	  position: relative;
	  display: flex;
	  align-items: center;
	}
	.leg_h_box04a_2a:after {
	  content: "";
	  display: block;
	  height: 1px;
	  width: 100%;
	  background-color: #727272;
	  margin-left: 0.52vw;
	}
	.leg_h_box04a_2b {
	  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.48;
	}
	.leg_h_box04a_2c {
	  font-size: 0.73vw;
	  line-height: 1.71;
	}
	.leg_h_box04a_2b .icon {
	  display: inline-block;
	  width: 1.15vw;
	}
	.leg_h_box05 {
	  margin-left: 7.55vw;
	  margin-right: 7.55vw;
	  font-size: 0.63vw;
	  letter-spacing: 0.06em;
	  line-height: 1.50;
	}
	.leg_i_box01 {
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	  padding-top: 5.21vw;
	}
	.leg_i_box01a {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 1.56vw;
	}
	.leg_i_box01a:before, .leg_i_box01a:after {
	  width: 2.92vw;
	}
	.leg_i_box01b {
	  font-size: 1.56vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.leg_i_box01c {
	  width: 55.21vw;
	  margin-inline: auto;
	  margin-bottom: 9.38vw;
	}
	.leg_i_box02 {
	  padding-top: 3.13vw;
	  background: #cacfe1;
	  background: linear-gradient(90deg, rgba(202, 207, 225, 0.2) 0%, rgba(174, 186, 217, 0.2) 24.6268%, rgba(201, 221, 231, 0.2) 100%);
	}
	.leg_i_box01d {
	  font-size: 2.34vw;
	  letter-spacing: 0.2em;
	  text-align: center;
	}
	.leg_i_box03 {
	  padding: 5.21vw 0 0vw;
	  margin-left: 16.15vw;
	  margin-right: 16.15vw;
	}
}

@media screen and (max-width: 767px) {
	.heading:before {
	  margin-right: 4.67vw;
	}
	.heading:after {
	  margin-left: 4.67vw;
	}
	.pdct_n_a_sp_sub {
	  line-height: 1.55;
	}
	.pd_c_ttl_sub2 {
	  font-size: 5.33vw;
	  letter-spacing: 0.05em;
	  margin-bottom: 4vw;
	}
	.pd_c_nm4 {
	  font-size: 7.73vw;
	  line-height: 1.21;
	}
	.leg_a_box01 {
	  position: relative;
	}
	.leg_a_box01c {
	  width: 90vw;
	  display: flex;
	  justify-content: space-between;
	  margin-inline: auto;
	}
	.leg_a_box01c_1 {
	  width: 29.07vw;
	}
	.leg_a_box01c {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 46.67vw;
	}
	.leg_a_box03 {
	  background-color: #efeff1;
	  margin-bottom: 13.33vw;
	}
	.leg_a_box03a_1 {
	  padding: 3.33vw;
	  font-size: 3.6vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	}
	.leg_a_box03b {
	  padding: 0 6.67vw 4vw;
	}
	.leg_a_box03b_1 {
	  background-color: #7f8fc2;
	  padding: 2.67vw 4vw 2.67vw 8vw;
	  font-size: 4.8vw;
	  color: #fff;
	  display: flex;
	  align-items: flex-end;
	  position: relative;
	  margin-bottom: 5.33vw;
	}
	.leg_a_box03b_1:after {
	  content: "";
	  display: inline-block;
	  background: #7a8dc4;
	  height: calc(tan(60deg) * 12px / 2);
	  width: 12px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  transform: translateX(-50%);
	}
	.leg_a_box03b_1 span {
	  display: inline-block;
	  width: 6.67vw;
	}
	.leg_a_box01d {
	  background-color: #fff;
	}
	.leg_a_box03b_2 {
	  display: flex;
	  justify-content: space-between;
	  gap: 4vw;
	}
	.leg_a_box03b_2a {
	  width: 22.67vw;
	}
	.leg_a_box03b_2b_1 {
	  font-size: 3.73vw;
	  letter-spacing: 0.06em;
	  line-height: 1.39;
	  font-weight: bold;
	}
	.leg_a_box03b_2b_2 {
	  font-size: 3.2vw;
	  letter-spacing: 0.06em;
	  line-height: 1.71;
	  margin-bottom: 2.67vw;
	}
	.leg_a_box03b_2b_2 strong {
	  font-weight: normal;
	  color: #8080b0;
	}
	.leg_a_box03b_2b_3 {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	}
	.leg_a_box01d {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  text-align: right;
	  padding-top: 2vw;
	  padding-right: 2.67vw;
	}
	.leg_a_box04 {
	  margin-bottom: 9.33vw;
	}
	.leg_a_box_bg {
	  background: rgb(195, 213, 224);
	  background: linear-gradient(130deg, rgba(195, 213, 224, 0.5) 0%, rgba(167, 178, 211, 0.5) 75.3732%, rgba(194, 199, 218, 0.5) 100%);
	  padding: 8.67vw 6vw 6.67vw;
	}
	.leg_a_box05a {
	  margin-bottom: 5.33vw;
	}
	.leg_a_box05a.heading:before, .leg_a_box05a.heading:after {
	  width: 7.47vw;
	}
	.leg_a_box05b {
	  font-size: 4.4vw;
	  line-height: 1.76;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.leg_a_box06 {
	  background-color: #fff;
	  padding: 6vw 2.67vw 2.67vw 5.33vw;
	  margin-bottom: 4vw;
	}
	.leg_a_box06b {
	  width: 42.67vw;
	  float: right;
	  margin-top: -9.33vw !important;
	  margin-right: -8vw !important;
	}
	.leg_a_box06a_1 {
	  width: 44.67vw;
	  padding-bottom: 3.33vw;
	  border-bottom: 1px solid #424245;
	  margin-bottom: 3.33vw;
	}
	.leg_a_box06a_1a {
	  font-size: 2.67vw;
	  letter-spacing: 0.17em;
	  margin-bottom: 1.33vw;
	}
	.leg_a_box06a_1b_1 {
	  display: block;
	  font-size: 6.67vw;
	  letter-spacing: 0.15em;
	  margin-bottom: 2vw;
	}
	.leg_a_box06a_1b_2 {
	  font-size: 2.13vw;
	  letter-spacing: 0.15em;
	}
	.leg_a_box06a_2a {
	  font-size: 2.67vw;
	  letter-spacing: -0.02em;
	  line-height: 1.68;
	  margin-bottom: 3.33vw;
	}
	.leg_a_box06a_2 strong {
	  background-color: rgba(59, 114, 191, 0.15);
	}
	.leg_a_box06c {
	  font-size: 2vw;
	  letter-spacing: 0.13em;
	  text-align: right;
	}
	.leg_a_box07a {
	  font-size: 2.53vw;
	  letter-spacing: 0.11em;
	  margin-bottom: 2.67vw;
	  display: flex;
	  align-items: center;
	}
	.leg_a_box07a:after {
	  background-color: #727272;
	  content: "";
	  height: 1px;
	  width: 100%;
	  margin-left: 2vw;
	}
	.leg_a_box07b {
	  font-size: 2.27vw;
	  letter-spacing: 0.02em;
	  line-height: 1.71;
	}
	.leg_b_box {
	  padding-top: 16vw;
	}
	.leg_b_box01a {
	  font-size: 3.07vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 5.33vw;
	}
	.leg_b_box01a.heading:before, .leg_b_box01a.heading:after {
	  width: 7.47vw;
	}
	.leg_b_box02a {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.leg_b_box01f,
  .leg_b_box02 {
	  background: rgb(198, 202, 219);
	  background: linear-gradient(90deg, rgba(198, 202, 219, 0.2) 0%, rgba(172, 181, 211, 0.2) 24.6268%, rgba(202, 216, 226, 0.2) 100%);
	}
	.leg_b_box01f {
	  padding: 6.67vw 0;
	}
	.leg_b_box01f_1 {
	  font-size: 4.67vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.leg_b_box01f_2 {
	  font-size: 8.67vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	}
	.leg_b_box02a {
	  position: relative;
	}
	.leg_b_box02a_1 {
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: absolute;
	  top: calc(100% + 6.67vw);
	  left: 0;
	  mix-blend-mode: multiply;
	}
	.leg_b_box02a_1a {
	  display: inline-block;
	  width: 8vw;
	  mix-blend-mode: color-dodge;
	}
	.leg_b_box02a_1b {
	  font-size: 6vw;
	  letter-spacing: 0.1em;
	}
	.leg_b_box02b {
	  background-color: #fff;
	  padding: 22vw 0 6vw;
	  margin-left: 6vw;
	  margin-right: 6vw;
	  text-align: center;
	  font-size: 4.4vw;
	  letter-spacing: 0.14em;
	  line-height: 1.61;
	  margin-bottom: 5.33vw;
	}
	.leg_b_box03 {
	  padding-bottom: 8.67vw;
	  font-size: 6.4vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	}
	.leg_c_box {
	  padding-top: 13.33vw;
	}
	.leg_c_box02 {
	  background: rgb(198, 202, 219);
	  background: linear-gradient(90deg, rgba(198, 202, 219, 0.2) 0%, rgba(172, 181, 211, 0.2) 24.6268%, rgba(202, 216, 226, 0.2) 100%);
	  padding-bottom: 6.67vw;
	  position: relative;
	  z-index: 1;
	}
	.leg_c_box02 .leg_a_box03b {
	  width: 93.33vw;
	  background-color: #fff;
	  padding: 5.33vw 10.67vw 5.33vw 4vw;
	}
	.leg_c_box02a .leg_a_box03b {
	  position: relative;
	}
	.leg_c_box02a .leg_a_box03b:after {
	  content: "";
	  display: inline-block;
	  background: #fff;
	  height: calc(tan(60deg) * 20px / 2);
	  width: 20px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  position: absolute;
	  bottom: 100%;
	  left: 47%;
	  transform: translateX(-47%) rotate(180deg);
	}
	.leg_c_box02 .leg_a_box03b_2a {
	  width: 21.33vw;
	}
	.leg_c_box02 .leg_a_box03b_2b {
	  width: 53.33vw;
	}
	.leg_c_box02 .leg_a_box03b_2b_1 {
	  font-size: 3.33vw;
	  padding-bottom: 2vw;
	  border-bottom: 1px solid #353535;
	  margin-bottom: 2vw;
	}
	.leg_c_box02 .leg_a_box03b_2b_2 {
	  font-size: 2.93vw;
	  letter-spacing: 0em;
	}
	.leg_c_box02a .leg_a_box03b {
	  margin-left: auto;
	}
	.leg_c_box02b .leg_a_box03b {
	  padding: 5.33vw 4vw 5.33vw 10.67vw;
	}
	.leg_c_box02b .leg_a_box03b_2 {
	  flex-direction: row-reverse;
	}
	.leg_c_box02a {
	  margin-top: -4vw !important;
	}
	.leg_c_box02a,
  .leg_c_box02b {
	  margin-bottom: 2.67vw;
	}
	.leg_c_box02c {
	  font-size: 1.73vw;
	  letter-spacing: 0.02em;
	  margin-left: 10.67vw;
	}
	.leg_d_box {
	  position: relative;
	}
	.leg_d_box01a {
	  font-size: 3.33vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  padding-bottom: 2.67vw;
	  margin-bottom: 3.33vw;
	  position: relative;
	}
	.leg_d_box01a::after {
	  content: "";
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #424245;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.leg_d_box01b {
	  font-size: 4.67vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.leg_d_box01c {
	  font-size: 6.67vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 53.33vw;
	}
	.leg_d_box01d {
	  display: flex;
	  width: 86.67vw;
	  margin-inline: auto;
	}
	.leg_d_box01 {
	  width: 100%;
	  position: absolute;
	  left: 0;
	  top: 8.67vw;
	}
	.leg_d_box02 {
	  width: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.leg_d_box03 {
	  margin-bottom: 13.33vw;
	}
	.leg_d_box04 {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  text-align: right;
	  margin-right: 6.67vw;
	}
	.leg_e_box {
	  padding-top: 15.33vw;
	}
	.leg_e_box01d {
	  font-size: 2.93vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 2.67vw;
	}
	.leg_e_box01d.heading:before, .leg_e_box01d.heading:after {
	  width: 7.47vw;
	}
	.leg_e_box01c {
	  background-color: #efeff1;
	  padding-bottom: 8vw;
	}
	.leg_e_box01c_bg {
	  width: 87.47vw;
	  margin-inline: auto;
	  margin-top: -14vw !important;
	  position: relative;
	  z-index: 1;
	}
	.leg_e_box01c_1 {
	  display: inline-block;
	  width: 24.8vw;
	  padding: 1.33vw 2.67vw;
	  padding-right: 5.33vw;
	  font-size: 2.53vw;
	  letter-spacing: 0.08em;
	  color: #fff;
	  position: relative;
	  z-index: 1;
	}
	.leg_e_box01c_1:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: -1;
	  background: #788fc4;
	  transform: scaleY(1.1) perspective(1em) rotateX(3deg);
	  transform-origin: bottom left;
	}
	.leg_e_box01c_2a {
	  background-color: #fff;
	  padding: 4.67vw 5.33vw 4vw;
	  font-size: 2.93vw;
	  letter-spacing: 0.04em;
	  line-height: 1.77;
	  margin-bottom: 3.33vw;
	}
	.leg_e_box01c_2b {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  line-height: 1.67;
	}
	.leg_e_box02 {
	  padding-top: 9.33vw;
	}
	.leg_e_box02a {
	  font-size: 3.07vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 5.33vw;
	}
	.leg_e_box02a.heading:before, .leg_e_box02a.heading:after {
	  width: 7.47vw;
	}
	.leg_e_box02b {
	  font-size: 6.93vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.leg_e_box02c {
	  font-size: 3.47vw;
	  letter-spacing: 0.08em;
	  line-height: 1.88;
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.leg_e_box02d {
	  display: flex;
	  flex-direction: column;
	  gap: 2vw;
	}
	.leg_e_box03 {
	  background-color: #efeff1;
	  padding-top: 2vw;
	}
	.leg_e_box03a {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  text-align: right;
	  margin-bottom: 12vw;
	  margin-right: 2.67vw;
	}
	.leg_e_box03b {
	  font-size: 3.73vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.leg_e_box04 {
	  width: 1.47vw;
	  margin-inline: auto;
	  margin-bottom: 2.67vw;
	}
	.leg_e_box05a {
	  background: #c3d5e0;
	  background: linear-gradient(130deg, rgba(195, 213, 224, 0.5) 0%, rgba(167, 178, 211, 0.5) 75.3732%, rgba(194, 199, 218, 0.5) 100%);
	  padding: 8.67vw 2.67vw 2.67vw;
	}
	.leg_e_box05a_1 {
	  font-size: 3.07vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 3.33vw;
	}
	.leg_e_box05a_1.heading:before, .leg_e_box05a_1.heading:after {
	  width: 7.47vw;
	}
	.leg_e_box05a_2 {
	  font-size: 4.93vw;
	  letter-spacing: 0.16em;
	  line-height: 1.57;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.leg_e_box05a_3 {
	  position: relative;
	}
	.leg_e_box05a_3b {
	  width: 86.67vw;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: 76.4vw;
	}
	.leg_f_box {
	  padding-top: 21.33vw;
	}
	.leg_f_box00 {
	  font-size: 2.93vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 2vw;
	}
	.leg_f_box00.heading:before, .leg_f_box00.heading:after {
	  width: 7.47vw;
	}
	.leg_f_box01a {
	  padding: 2.67vw 0;
	  font-size: 5.6vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	}
	.leg_f_box02 {
	  background-color: #efeff1;
	  padding: 0vw 5.33vw 5.33vw;
	}
	.leg_f_box02a {
	  position: relative;
	  background-color: #fff;
	  padding: 6vw 6vw 5.33vw;
	  margin-top: -8.67vw !important;
	}
	.leg_f_box02a_1 {
	  font-size: 2.93vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 3.33vw;
	}
	.leg_f_box02a_2 {
	  font-size: 4vw;
	  line-height: 1.48;
	  text-align: center;
	  padding-bottom: 3.33vw;
	  border-bottom: 1px solid #000000;
	  margin-bottom: 3.33vw;
	}
	.leg_f_box02a_3 {
	  font-size: 3.33vw;
	  letter-spacing: 0.04em;
	  line-height: 1.72;
	}
	.leg_f_box02b {
	  margin-bottom: 2.67vw;
	}
	.leg_f_box02a_4 {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  text-align: right;
	}
	.leg_g_box {
	  padding-top: 13.33vw;
	}
	.leg_g_box01a {
	  font-size: 2.93vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 2.67vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.leg_g_box01a:before, .leg_g_box01a:after {
	  background-color: #727272;
	  content: "";
	  height: 1px;
	  width: 7.47vw;
	}
	.leg_g_box01a:before {
	  margin-right: 2.67vw;
	}
	.leg_g_box01a:after {
	  margin-left: 2.67vw;
	}
	.leg_g_box01b {
	  padding: 2.67vw 0;
	  font-size: 5.6vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	}
	.leg_g_box01-05_wrap {
	  position: relative;
	  margin-bottom: 1.33vw;
	}
	.leg_g_box01c {
	  font-size: 5.2vw;
	  letter-spacing: 0.14em;
	  line-height: 1.51;
	}
	.leg_g_box04 {
	  width: 52vw;
	  background-color: #fff;
	  padding: 5.33vw 3.33vw 6.67vw 4.67vw;
	}
	.leg_g_box04a {
	  display: flex;
	  align-items: center;
	  position: relative;
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 3.33vw;
	}
	.leg_g_box04a:after {
	  content: "";
	  display: block;
	  height: 1px;
	  width: 100%;
	  background-color: #727272;
	  margin-left: 2.67vw;
	}
	.leg_g_box04b {
	  font-size: 3.47vw;
	  line-height: 1.69;
	}
	.leg_g_box01c {
	  position: absolute;
	  left: 8vw;
	  top: 8vw;
	}
	.leg_g_box03 {
	  width: 100%;
	  position: absolute;
	  left: 0;
	  top: 3.2vw;
	  z-index: 1;
	}
	.leg_g_box04 {
	  position: absolute;
	  left: 0;
	  top: 72vw;
	}
	.leg_g_box02 {
	  display: flex;
	  justify-content: space-between;
	}
	.leg_g_box02a {
	  width: 49.33vw;
	}
	.leg_g_box02a_2 {
	  background-color: #efeff1;
	  padding: 2.67vw 5.33vw;
	  font-size: 3.2vw;
	  letter-spacing: 0.06em;
	  line-height: 1.42;
	}
	.leg_g_box07-10_wrap {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.leg_g_box10 {
	  padding-top: 21.33vw;
	}
	.accordion-head:before {
	  top: 45%;
	}
	.accordion-head:after {
	  top: 45%;
	}
	.leg_g_box10c {
	  margin-top: -18vw !important;
	  position: relative;
	  z-index: 1;
	}
	.leg_g_box10c,
  .leg_g_box10d {
	  width: 86.67vw;
	  margin-inline: auto;
	}
	.leg_g_box10c_1 {
	  background-color: #000000;
	  padding: 1.33vw 0;
	  font-size: 2.67vw;
	  letter-spacing: 0.17em;
	  text-align: center;
	  color: #fff;
	  position: relative;
	}
	.leg_g_box10c_2 {
	  background-color: #fff;
	}
	.leg_g_box10c_2 dl > div > div,
  .leg_g_box10d dl > div {
	  display: flex;
	  border-bottom: 1px solid #202020;
	}
	.leg_g_box10c_2 dl,
  .leg_g_box10d dl {
	  border-right: 1px solid #202020;
	  border-left: 1px solid #202020;
	}
	.leg_g_box10c_2 dl dt,
  .leg_g_box10d dl dt {
	  min-width: 10.13vw;
	  font-size: 2.27vw;
	  letter-spacing: 0.08em;
	  padding: 1.33vw 2vw;
	  border-right: 1px solid #202020;
	}
	.leg_g_box10c_2 dl dd,
  .leg_g_box10d dl dd {
	  font-size: 2.27vw;
	  padding: 1.33vw 2vw;
	  padding-right: 0;
	}
	.leg_g_box10d {
	  background-color: rgba(172, 181, 211, 0.2);
	  position: relative;
	  z-index: 1;
	}
	.leg_g_box10d dl dt,
  .leg_g_box10d dl dd {
	  font-weight: bold;
	}
	.leg_g_box07 {
	  padding-top: 4vw;
	}
	#leg_h {
	  padding-top: 18.67vw;
	}
	.leg_h_box {
	  background-color: #efeff1;
	  margin-left: 3.33vw;
	  margin-right: 3.33vw;
	}
	.leg_h_box02 {
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	}
	.leg_h_box01a {
	  font-size: 4.27vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 3.33vw;
	  position: relative;
	  top: -2vw;
	}
	.leg_h_box01b {
	  font-size: 4.67vw;
	  letter-spacing: 0.12em;
	  line-height: 1.6;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.leg_h_box03 {
	  padding: 8vw 0 2vw;
	  font-size: 3.07vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 4vw;
	  position: relative;
	}
	.leg_h_box03.heading:before, .leg_h_box03.heading:after {
	  content: none;
	}
	.leg_h_box03:before {
	  content: "" !important;
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #424245;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  bottom: 0;
	}
	.leg_h_box04a {
	  display: flex;
	  flex-direction: row-reverse;
	  justify-content: space-between;
	  margin-bottom: 1.33vw;
	}
	.leg_h_box04a_1 {
	  width: 46vw;
	}
	.leg_h_box04a_2 {
	  width: 44.67vw;
	}
	.leg_h_box04a_2a {
	  width: 26.13vw;
	  border: 1px solid #424245;
	  border-left: none;
	  background-color: #fff;
	  padding: 1.33vw 6.67vw 1.33vw 0vw;
	  text-align: right;
	  font-size: 2.93vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 2.67vw;
	}
	.leg_h_box04a_2b {
	  font-size: 2.53vw;
	  letter-spacing: 0.08em;
	  line-height: 1.53;
	  padding-left: 8vw;
	}
	.leg_h_box04a_2c {
	  font-size: 1.87vw;
	  line-height: 1.5;
	  padding-left: 8vw;
	}
	.leg_h_box04a_2b .icon {
	  display: inline-block;
	  width: 2.67vw;
	}
	.leg_h_box05 {
	  padding: 3.33vw 8vw 10.67vw;
	  font-size: 1.8vw;
	  line-height: 1.79;
	}
	.leg_h_box04b {
	  background-color: #f7f6f4;
	  flex-direction: row;
	}
	.leg_h_box04b .leg_h_box04a_1 {
	  width: 51.07vw;
	}
	.leg_h_box04b .leg_h_box04a_2 {
	  padding-top: 8vw;
	  width: calc(100% - 51.07vw);
	}
	.leg_h_box04b .leg_h_box04a_2a {
	  width: auto;
	  border: none;
	  border-bottom: 1px solid #424245;
	  background-color: transparent;
	  padding: 0;
	  padding-bottom: 2.67vw;
	  text-align: left;
	  font-size: 4.27vw;
	  font-family: sans-serif !important;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  margin-bottom: 3.33vw;
	}
	.leg_h_box04b .leg_h_box04a_2b {
	  padding-left: 0;
	  padding-right: 5.33vw;
	  font-size: 3.07vw;
	  letter-spacing: 0.01em;
	  line-height: 1.7;
	}
	#leg_i {
	  padding-top: 18vw;
	}
	.leg_i_box01 {
	  background: rgb(198, 202, 219);
	  background: linear-gradient(90deg, rgba(198, 202, 219, 0.2) 0%, rgba(172, 181, 211, 0.2) 24.6268%, rgba(202, 216, 226, 0.2) 100%);
	  padding-top: 6vw;
	  position: relative;
	}
	.leg_i_box01a {
	  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	  font-size: 4.27vw;
	  letter-spacing: 0.08em;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -2vw;
	  margin-inline: auto;
	}
	.leg_i_box01a.heading:before, .leg_i_box01a.heading:after {
	  content: none;
	}
	.leg_i_box01d {
	  text-align: center;
	  padding: 13.33vw 0 5.33vw;
	}
	.leg_i_box01d_1 {
	  font-size: 6vw;
	  letter-spacing: 0.2em;
	  margin-bottom: 2.67vw;
	}
	.leg_i_box01d_2 {
	  font-size: 6.67vw;
	  letter-spacing: 0.2em;
	}
	.leg_i_box03 {
	  padding-top: 9.33vw;
	}
	.leg_i_box03a {
	  font-size: 3.07vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 3.33vw;
	}
	.leg_i_box03a.heading:before, .leg_i_box03a.heading:after {
	  width: 7.47vw;
	}
}

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

/* 追加 */
@media screen and (max-width: 767px) {
#leg_j{
padding: 15vw 0vw 0vw;
background: #ffffff;
}
.leg_j{
	padding: 0vw 4vw;
}
.leg_j_box{
	border: solid 1px #000;
    padding: 3vw 0vw;
    height: 46vw;
    position: relative;
}
.leg_j_inner{
	background: #ffffff;
    position: relative;
    height: 50vw;
    width: 83vw;
    margin: 0 auto;
    top: -5.5vw;
}
.leg_j_inner_ttl{
	font-size: 5.6vw;
    color: #000000;
    letter-spacing: 0.8vw;
    text-align: center;
}
.leg_j_inner_img{
	padding: 2.2vw 0.0vw;
    position: relative;
    width: 86vw;
    left: -1.5vw;
}
.leg_j_inner_img img{
width:100%;
height:auto;
}
.leg_j_inner_txt{
	font-size: 3.2vw;
    color: #000000;
    letter-spacing: 0.2vw;
    text-align: center;
    padding-bottom: 3.0vw;
}
.leg_j_inner_txt_m{
background: linear-gradient(transparent 60%, #8075be 100%);
padding-bottom: 0.2vw;
}
.leg_j_inner_txt2{
	font-size: 2.8vw;
    color: #000000;
    letter-spacing: 0.4vw;
    text-align: center;
}
}
@media screen and (min-width: 768px) {
#leg_j{
padding: 5vw 0vw 10vw;
background: #ffffff;
}
.leg_j{
	padding: 0vw 7vw;
}
.leg_j_box{
	border-left: solid 1px #000;
    border-right: solid 1px #000;
	padding: 3vw 0vw;
}
.leg_j_inner{
	background:#ffffff;
}
.leg_j_icon{
	position: absolute;
	width: 13vw;
	top: -1vw;
	right: 1vw;
}
.leg_j_icon img{
	width:100%;
	height:auto;
}
.leg_j_inner_ttl{
	font-size: 2.9vw;
    color: #000000;
    letter-spacing: 0.5vw;
    text-align: center;
}
.leg_j_inner_img{
	padding: 2.2vw 7.8vw;
}
.leg_j_inner_img img{
width:100%;
height:auto;
}
.leg_j_inner_txt{
	font-size: 1.8vw;
    color: #000000;
    letter-spacing: 0.08vw;
    text-align: center;
    padding-bottom: 1.8vw;
}
.leg_j_inner_txt_m{
background: linear-gradient(transparent 60%, #8075be 100%);
padding-bottom: 0.2vw;
}
.leg_j_inner_txt2{
	font-size: 1.55vw;
    color: #000000;
    letter-spacing: 0.2vw;
    text-align: center;
}
}

/* add series */
@media screen and (min-width: 768px) {
	.leg_p_box {
		padding-top: 10vw;
		padding-bottom: 4vw;
		background-color: #ffffff;
	}
	.leg_p_box01 {
		background-color: #fff;
		margin-bottom: 1.4vw;
		padding: 0.52vw 0;
		letter-spacing: 0.105em;
		text-align: center;
		font-size: 1.8vw;
		font-weight: 600;
	}
	.leg_p_box01_sub{
		font-size: 1vw;
		font-weight: normal;
		padding-bottom: 1vw;
		letter-spacing: 0.01vw;
	}
	.leg_p_box02 {
	  margin-left: 13.28vw;
	  margin-right: 13.28vw;
	  margin-bottom: 4.17vw;
	  position: relative;
	}
	.leg_p_box02 img{
		width: 100%;
		height: auto;
	}
	.leg_p_box02a {
		width: 52.0vw;
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 17.8vw;
		bottom: 1.16vw;
	}
	.leg_p_box02a_1 {
		width: 16.08vw;
		height: 3.2vw;
	}
	.leg_p_box02a_1 a {
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.leg_p_box03 {
	  margin-left: 26.56vw;
	  margin-right: 26.56vw;
	}
}
@media screen and (max-width: 767px) {
	.leg_p_box {
	  padding-top: 22vw;
	}
	.leg_p_box01 {
	  font-size: 4.67vw;
	  letter-spacing: 0.079em;
	  text-align: center;
	  margin-bottom: 6.33vw;
	}
	.leg_p_box01_sub {
		padding-top: 2vw;
		display: block;
		font-size: 2.73vw;
		letter-spacing: 0.02vw;
		padding-bottom: 3vw;
	}
	.series_table {
	  display: flex;
	  height: 149.87vw;
	  position: relative;
	}
	.series_table img {
	  max-width: none;
	  width: auto;
	}
	.table_th {
	  width: 32.13vw;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.table_th img {
	  width: 100%;
	}
	.table_td {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-left: 32.21vw;
		position: relative;
		height: 141.0vw;
	}
	.table_td img {
	  height: 99.4%;
	}
	.leg_p_box02a {
		display: flex;
		width: 210%;
		position: absolute;
		left: 3%;
		bottom: 0.5%;
		justify-content: space-between;
	}
	.leg_p_box02a_1 {
		width: 31%;
		height: 12.833vw;
		padding: 0;
		border: none;
	}
	.leg_p_box02a_1 a {
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.leg_p_box03 {
	  padding-top: 8.67vw;
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	}
}

/* bnr */
@media screen and (max-width: 767px) {
	.series-contains {padding-top: 15vw}
	.series-bnr {width: 80%;margin: auto;}
	.series-bnr img{width: 100%;height: auto;}
}
@media screen and (min-width: 768px) {
	.series-contains {padding-top: 3vw}
	.series-bnr {width: 80.5%;margin: auto;}
	.series-bnr img{width: 100%;height: auto;}
}


/* add non gel */
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {

}


/* 2025/1/20 修正 */
.leg_a_box04aa {
    width: 62vw;
    margin: 0 auto;
    display: flex;
    gap: 1vw;
    padding-top: 5vw;
    padding-left: 2.5vw;
}

.leg_a_box04ab {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leg_a_box04ab picture{
    width: 100%;
}

.leg_a_box04ac {
    text-align: center;
    line-height: 1.5;
}

.leg_a_box04ae {
    width: fit-content;
    margin: 0 auto;
    font-size: 2.5vw;
    font-feature-settings: "palt";
    letter-spacing: .3vw;
    border-bottom: .1vw solid;
}

.leg_a_box04af {
    font-size: .7vw;
    white-space: nowrap;
}


.leg_g_box10e {
    padding: 5vw 19vw 10vw;
}

.leg_g_box10f {
    font-size: 2.5vw;
    width: fit-content;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: 0.2vw;
    border-bottom: .1vw solid #ccc;
    padding-bottom: .5vw;
    margin-bottom: 3vw;
}

.leg_g_box10f span {
    color: #7A8BC2;
}

.leg_g_box10g {
    display: flex;
    gap: 1vw;
}

.leg_j_inner_ttl{
    margin-bottom: 2vw;
    letter-spacing: .2vw;
}

.leg_j_table {
    width: 100%;
}

.leg_j_table tr th,
.leg_j_table tr td{
    text-align: center;
    padding: 1.5vw 2vw;
    white-space: nowrap;
    border: .1px solid #333;
}

.leg_j_table tr td span{
    font-size: 1vw;
}

.leg_j_th01 {
    background: #ADBADB;
    color: #fff;
}

.leg_j_th02 {
    background: #ccc;
    color: #fff;
}

.leg_j_td {
    color: #616192;
}

@media screen and (max-width: 767px) {
    .leg_a_box04aa{
        width: 100%;
        display: block;
        padding: 0;
    }
    
    .leg_a_box04ab{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    
    .leg_a_box04ac {
        width: fit-content;
        display: flex;
        gap: 1vw;
        align-items: center;
        margin: 0 auto;
        padding: 3vw 0;
    }
    
    .leg_a_box04ad {
        font-size: 4vw;
        letter-spacing: .2vw;
    }
    
    .leg_a_box04ae{
        font-size: 6.5vw;
    }
    
    .leg_a_box04af{
        font-size: 2vw;
        text-align: right;
        padding: 3vw 0 10vw;
    }
    
    .leg_d_box04{
        margin-bottom: 15vw;
    }
    
    .leg_g_box10e {
        padding: 10vw 0;
    }
    
    .leg_g_box10f{
        width: 100%;
        font-size: 5vw;
        line-height: 1.5;
        text-align: center;
    }
    
    .leg_g_box10g {
        display: block;
        width: 90%;
        margin: 0 auto 5vw;
    }
    
    .leg_j_table {
        width: 90%;
        margin: 0 auto;
        font-size: 2.5vw;
    }
    
    .leg_j_table tr th,
    .leg_j_table tr td{
        padding: 2vw 1.5vw;
        line-height: 1.5;
        letter-spacing: .2vw;
        vertical-align: middle;
    }
}


/* 25/3/26 修正
=======================================*/
@media screen and (min-width: 768px){
    .leg_ba_box {
        padding: 8vw 17vw;
    }
    .leg_ba_box2 {
        display: flex;
        padding-top: 2vw;
        gap: 5vw;
    }
    .leg_ba_box2a {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 1.5vw;
        margin-bottom: 1vw;
        position: relative;
    }
    .leg_ba_box2a picture:last-of-type {
        width: 8vw;
        position: absolute;
        top: 17%;
        right: -15%;
        z-index: 2;
    }
    .leg_ba_box2a1 {
        font-size: 1.9vw;
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        white-space: nowrap;
        color: #7a8bc2;
    }
    .leg_color{
        color: #333;
    }
    .leg_bd {
        color: #333;
        padding-bottom: .3vw;
        border-bottom: .1vw solid;
    }
    .leg_ba_box3 {
        text-align: right;
        font-size: .7vw;
    }
}
@media screen and (max-width: 767px){
    .leg_ba_box {
        padding: 10vw 0;
    }
    .leg_ba_box1 {
        padding: 0 7vw 8vw;
    }
    .leg_ba_box2 {
        display: flex;
        flex-direction: column;
        gap: 10vw;
        margin-bottom: 2vw;
    }
    .leg_ba_box2a {
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    .leg_ba_box2a1 {
        color: #7a8bc2;
        text-align: center;
        font-size: 5vw;
        letter-spacing: .7vw;
    }
    .leg_color{
        color: #333;
    }
    .leg_bd {
        color: #333;
        padding-bottom: .5vw;
        border-bottom: .25vw solid;
    }
    .leg_ba_box3 {
        font-size: 2vw;
        text-align: right;
        padding-right: 3vw;
    }
}

/* */
.leg_d_area{
	background: #f3f7f9;
}
.swiper-button-prev, 
.swiper-container-rtl 
.swiper-button-next {
  background-image: url("https://mytrex.jp/wp-content/themes/mytrex/img/product/leg/sp_navi_l.png?1") !important;
  left: 10px;
  right: auto;
}
.swiper-button-next, 
.swiper-container-rtl 
.swiper-button-prev {
  background-image: url("https://mytrex.jp/wp-content/themes/mytrex/img/product/leg/sp_navi_r.png?1") !important;
  right: 10px;
  left: auto;
}

@media screen and (max-width: 767px){
	.leg_d_area {
	  padding-bottom: 12vw;
	  margin-bottom: 2vw;
	}
	.pd_award {
		margin-bottom: 4vw !important;
	}
	.pd_authority3{
		padding: 0vw 20vw;
		margin-bottom: 5vw;
	}
	.pd_badge_num3a {
		padding-bottom: 3vw;
	}
	.pd_badge_num3b {
		padding-top: 2vw;
	}
	.pd_badge_num3a img {
		width: 100%;
		height: auto;
	}
	.pd_badge_num3b img {
		width: 100%;
		height: auto;
	}
	.pd_medical_alt {
		width: 58.4vw;
		margin-inline: auto;
		margin-bottom: 3vw;
	}
	.pd_medical_alt_img {
		padding-bottom: 3vw;
	}
	.pd_medical_alt_img img{
		width: 100%;
		height: auto;
	}
	.pd_medical_alt_txt {
		padding-top: 0.5vw;
		font-size: 2.2vw;
		letter-spacing: 0.1em;
		line-height: 1.5;
		color: #565656;
		padding-bottom: 1vw;
	}
	.pd_medical_alt_txt span {
		color: #bcd2bf;
		text-decoration:underline;
	}
	.leg_d_area{
		background: #f3f7f9;
		padding-bottom: 6vw;
		margin-bottom: 13vw;
	}
	.leg_d01_ttl{
		width: 100%;
		height: auto;
	}
	.leg_d_box05{
		position: relative;
		padding-top: 3vw;
		padding-bottom: 1.5vw;
	}
	.d_2set{
		width: 81vw !important;
		height: auto;
		margin:0 auto;
		display: block;
		padding-bottom: 6.0vw;
		padding-top: 8vw;
	}
	.d_2set_price{
		position: absolute;
		width: 24vw;
		right: 9vw;
		top: 3.5vw;
	}
	.leg_d_box06{
		color: #353535;
		font-size: 3.4vw;
		line-height: 2;
		letter-spacing: 0.2vw;
		font-weight: normal;
		text-align: center;
		padding-bottom: 7vw;
	}
	.leg_d_box06 span{
		border-bottom: 4px solid #8075be61;
	}

	#leg_d_box07s.swiper{
		padding: 0 1vw;
	}
	#leg_d_box07s .swiper-wrapper {
		/* wrapperのサイズを調整 */
		width: 100%;
	}
	#leg_d_box07s .swiper-slide {
		/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
		color: #ffffff;
		width: 100%;
		height: 100%;
		line-height: 1.7;
		text-align: left;
		padding: 0 6vw;
	}
	#leg_d_box07s .swiper-button-prev,
	#leg_d_box07s .swiper-button-next {
		width: 4vw;
		height: 11vw;
		background-size: 2.5vw 6vw;
		transform: translateY(-50%);
		margin-top: 0;
	}
	/* 次ページボタンのスタイル */
	#leg_d_box07s .swiper-button-next {
		--swiper-navigation-color: #8075be; 
		top: initial;
		bottom: 12vw;
		right: 2vw;
	}
	/* 前ページボタンのスタイル */
	#leg_d_box07s .swiper-button-prev {
		--swiper-navigation-color: #8075be; 
		top: initial;
		bottom: 12vw;
		left: 2vw;
	}
	#leg_d_box07s .swiper-button-prev:after,
	#leg_d_box07s .swiper-button-next:after {
		display: none;
	}
	/*
	#leg_d_box07s .swiper-slide-duplicate-prev,
	#leg_d_box07s .swiper-slide-duplicate-next
	{
		display: none;
	}
	*/
	
	#leg_d_box07s [class^="swiper-button-"]{
		color: #8075be;
	}
	.leg_d_box07s_none{
		display: none;
	}
	
	.leg_d_box07s_cmt{
		background:#fff;
		padding: 4.5vw 5.5vw;
		box-shadow: 3px 3px 4px 0 rgba(89, 138, 153, 0.3);
	}
	.leg_d_box07s_cmt1{
		border-bottom: 1px solid #8075be7d;
		padding-bottom: 1.25vw;
		margin-bottom: 2vw;
	}
	.leg_d_box07s_cmt1_ttl{
		color: #7a8bc2d4;
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: 0.3vw;
		font-weight: 600;
	}
	.leg_d_box07s_cmt1_nm{
		color: #323232;
		font-size: 2.0vw;
		letter-spacing: 0.0vw;
	}
	.leg_d_box07s_cmt1_star{
		color: #ffbc26;
		font-size: 2.4vw;
		letter-spacing: 0.5vw;
	}
	.leg_d_box07s_cmt2{
		color: #353535;
		font-size: 2.6vw;
		letter-spacing: 0.2vw;
		line-height: 1.8;
	}
	.leg_d_box07s_cmt2 span{
		width: 1.3vw;
		display: inline-block;
	}
	.leg_d_box07_txts{
		font-size: 1.85vw;
	    color: #727272;
    	text-align: right;
    	letter-spacing: 0.2vw;
    	padding-top: 5vw;
	    padding-right: 6vw;
	}
}
@media screen and (min-width: 768px){
	.pd_authority3{
		display: flex;
		width: 70vw;
		margin-bottom: 2vw;
	}
	.pd_badge_num3a {
		width: 23vw;
		margin-bottom: 1vw;
		display: flex;
		float: left;
		padding-right: 2vw;
	}
	.pd_badge_num3b {
		width: 23vw;
		margin-bottom: 1vw;
		display: flex;
		float: left;
	}
	.pd_medical_alt {
		display: flex;
		justify-content: flex-start;
		column-gap: 3.5vw;
		border-bottom:1px solid #bcd2bf;
		margin-bottom: 2vw;
		width: 69vw;
		position: relative;
		left: 22vw;
		margin-left: 0 !important;
	}
	.pd_medical_alt_img {
		width: 47%;
	}
	.pd_medical_alt_img img{
		width: 100%;
		height: auto;
	}
	.pd_medical_alt_txt {
		padding-top: 0.5vw;
		font-size: 1.11vw;
		letter-spacing: 0.1em;
		line-height: 1.5;
		color: #565656;
		padding-bottom: 1vw;
	}
	.pd_medical_alt_txt span {
		color: #bcd2bf;
		text-decoration:underline;
	}
	.leg_d_area{
		background: #f3f7f9;
		padding-bottom: 6vw;
		margin-bottom: 13vw;
	}
	.leg_d01_ttl{
		width: 100%;
		height: auto;
	}
	.leg_d_box05{
		position: relative;
		padding-top: 3vw;
		padding-bottom: 1.5vw;
	}
	.d_2set{
		width: 45vw !important;
		height: auto;
		margin: 0 auto;
		display: block;
		padding-right: 3.5vw;
	}
	.d_2set_price{
		position: absolute;
		width: 15vw;
		right: 5vw;
		top: 5.5vw;
	}
	.leg_d_box06{
		color: #353535;
		font-size: 1.8vw;
		line-height: 1.9;
		letter-spacing: 0.16vw;
		font-weight: normal;
		text-align: center;
		padding-bottom: 3vw;
	}
	.leg_d_box06 span{
		border-bottom: 2px solid #8075be;
	}
	#leg_d_box07s.swiper{
		padding: 0 0vw;
	}
	#leg_d_box07s .swiper-wrapper {
		/* wrapperのサイズを調整 */
		width: 100%;
	}
	#leg_d_box07s .swiper-slide {
		/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
		color: #ffffff;
		width: 100%;
		height: 100%;
		line-height: 1.7;
		text-align: left;
	}
	#leg_d_box07s .swiper-button-prev,
	#leg_d_box07s .swiper-button-next {
		width: 2vw;
		height: 2vw;
		background-size: 1vw 2vw;
		transform: translateY(-50%);
		margin-top: 0;
	}
	/* 次ページボタンのスタイル */
	#leg_d_box07s .swiper-button-next {
		--swiper-navigation-color: #8075be; 
		top: initial;
		bottom: 6vw;
		right: -2vw;
	}
	/* 前ページボタンのスタイル */
	#leg_d_box07s .swiper-button-prev {
		--swiper-navigation-color: #8075be; 
		top: initial;
		bottom: 6vw;
		left: -2vw;
	}
	#leg_d_box07s .swiper-button-prev:after,
	#leg_d_box07s .swiper-button-next:after {
		display: none;
	}
	/*
	#leg_d_box07s .swiper-slide-duplicate-prev,
	#leg_d_box07s .swiper-slide-duplicate-next
	{
		display: none;
	}
	*/
	
	#leg_d_box07s [class^="swiper-button-"]{
		color: #8075be;
	}
	.leg_d_box07s_none{
		height: 50vw;
		position: relative;
		z-index: 2;
		background: #f3f7f9;
		top: 0%;
	}
	
	.leg_d_box07s_cmt{
		background:#fff;
		padding:1.5vw 2.5vw;
		box-shadow: 3px 3px 4px 0 rgba(89, 138, 153, 0.3);
	}
	.leg_d_box07s_cmt1{
		border-bottom:1px solid #8075be;
		padding-bottom: 0.5vw;
		margin-bottom: 1vw;
	}
	.leg_d_box07s_cmt1_ttl{
		color: #8075be;
		font-size: 1.3vw;
		line-height: 1;
		letter-spacing: 0.01vw;
		font-weight: 600;
	}
	.leg_d_box07s_cmt1_nm{
		color: #323232;
		font-size: 0.75vw;
		letter-spacing: 0.0vw;
	}
	.leg_d_box07s_cmt1_star{
		color: #ffbc26;
		font-size: 1.1vw;
		letter-spacing: 0.2vw;
	}
	.leg_d_box07s_cmt2{
		color: #353535;
		font-size: 1.05vw;
		letter-spacing: 0.06vw;
	}
	.leg_d_box07s_cmt2 span{
		width: 1.3vw;
		display: inline-block;
	}
	.leg_d_box07_txts{
		font-size: 0.7vw;
		color: #727272;
		text-align: right;
		letter-spacing: 0.02vw;
		padding-top: 1vw;
	}
}


/* 25/5/12 修正
================================*/
@media screen and (min-width:768px){
    .leg_ba_box4 {
        padding-top: 7vw;
    }
    .leg_ba_box4a {
        font-size: 2.7vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        margin-bottom: 3vw;
    }
    .leg_ba_box4a span {
        font-family: sans-serif;
        color: #fff;
        background: linear-gradient(125deg, rgba(194, 212, 223, 1) 0%, rgba(166, 177, 210, 1) 70%, rgba(193, 198, 217, 1) 100%);
        font-size: 1.7vw;
        padding: .6vw 2.5vw;
        vertical-align: middle;
        margin-right: 1.5vw;
    }
    .leg_ba_box4b {
        display: flex;
        justify-content: space-between;
        gap: 1.5vw;
    }
    .leg_ba_box4b1 {
        display: flex;
        align-items: stretch;
        margin-bottom: 1vw;
    }
    .leg_ba_box4b1 video {
        width: 13.7vw;
    }
}

@media screen and (max-width:767px){
    .leg_ba_box4 {
        margin-top: 12vw !important;
        background: #f0f1f6;
        padding: 0 0 5vw;
    }
    .leg_ba_box4a0 {
        width: fit-content;
        margin: 0 auto;
        background: #fff;
        font-size: 3.8vw;
        padding: 2vw 4vw;
    }
    .leg_ba_box4a {
        text-align: center;
        padding: 5vw 0 7vw;
        font-size: 4.5vw;
        line-height: 1.5;
    }
    .leg_ba_box4a span {
        font-size: 8vw;
    }
    .leg_ba_box4b {
        display: flex;
        flex-direction: column;
        gap: 6vw;
        margin-bottom: 3vw;
    }
    .leg_ba_box4b1 {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        position: relative;
    }
    .leg_ba_box4b1:last-child {
        flex-direction: row-reverse;
    }
    .leg_ba_box4b1::before {
        display: block;
        content: '';
        border: 1.8vw solid transparent;
        border-bottom: 3.5vw solid #fff;
        position: absolute;
        top: -5vw;
        left: 48%;
    }
    .leg_ba_box4b1 video {
        width: 37vw;
    }
    .leg_ba_box4b1 picture {
        width: 56.5vw;
    }
    .leg_ba_box3{
        padding-right: 5vw;
    }
    .leg_c_box02{
        margin-bottom: 18vw;
    }
    .leg_c_box02 .leg_a_box03b_2b_1{
        border-bottom: 1px solid #9a9a9a;
    }
    .leg_a_box03b_2b_1{
        font-weight: normal;
    }
    .leg_c_box02 .leg_a_box03b_2b_2{
        font-size: 3vw;
        text-align: justify;
        margin-bottom: 0;
    }
    .pd_c_ttl_sub{
        font-feature-settings: 'palt';
        letter-spacing: .5vw;
    }
}



/* 25/5/13 修正
====================================*/
@media screen and (min-width: 768px) {
    .leg_g_box10_wrap {
        padding: 4.17vw 14.06vw 2vw;
    }
    .leg_g_box10e {
        padding: 15vw 14vw 9vw;
        display: flex;
        gap: 1.5vw;
    }
    .leg_g_box10e1a {
        font-size: 1.3vw;
        letter-spacing: .05vw;
        padding: 2vw 0 1.5vw .8vw;
    }
    .leg_g_box10e1a span {
        color: #7a8bc2;
    }
    .leg_g_box10e1b {
        font-size: 2.5vw;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        line-height: 1.3;
        margin-bottom: 1.4vw;
    }
    .leg_g_box10e1b span {
        font-family: sans-serif;
        font-size: .7vw;
        letter-spacing: .1vw;
        color: #b0b0b1;
    }
    .leg_g_box10e1c {
        font-size: .8vw;
        line-height: 1.7;
        color: #b0b0b1;
    }
    .leg_g_box10f0 {
        padding: 0 14vw 3vw;
    }
}
@media screen and (max-width: 767px) {
    .leg_g_box10e {
        padding: 10vw 0 15vw;
    }
}