@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
body {
	padding-top: 100px;
}

/* mv
--------------------------------------------------------------------- */
#mv {
	height: 650px;
	position: relative;
}

/* mv_h2 */
#mv .mv_h2 {
	position: absolute;
	top: 110px;
	left: 90px;
	z-index: 10;
}

#mv .mv_h2 .en {
	display: block;
	font-size: 105px;
	line-height: 1.1;
}

#mv .mv_h2 .en::first-letter {
	color: #f18c40;
}
#mv .mv_h2 .ol {
	display: block;
	font-size: 120px;
	line-height: 1.1;
}

#mv .mv_h2 .ol::first-letter {
	color: #f18c40;
}

#mv .mv_h2 .jp {
	display: block;
	font-size: 45px;
	line-height: 1.7;
	margin-top: 10px;
}

/* company */
#mv .company {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -11px;
	left: -15px;
	font-size: 150px;
	letter-spacing: -0.01em;
	line-height: 0.9;
	color: #f18c4042;
	white-space: nowrap;
	z-index: -1;
}

/* scroll */
#mv .scroll {
	position: absolute;
	top: 411px;
	left: 157px;
	width: fit-content;
	height: 300px;
	display: flex;
	align-items: center;
	flex-direction: column;
	animation: 3s ease-in-out infinite move_scroll;
}

#mv .scroll::after {
	content: "";
	width: 2px;
	height: 100%;
	background: #000;
	margin-top: 10px;
}

#mv .scroll .mark {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

@keyframes move_scroll {
	0% {
		height: 80px;
	}

	99.99% {
		height: 300px;
	}

	100% {
		height: 80px;
	}
}

/* bg_block */
#mv .bg_block {
	position: absolute;
	top: 0;
	left: 0;
	height: 650px;
	width: 100%;
	z-index: -1;
}

#mv .bg_block img {
	position: absolute;
	top: 0;
	right: 0;
	height: 650px;
	width: calc(100% - 330px);
	object-fit: cover;
	border-radius: 0 0 0 200px;
}

/* imgnum_1 */
#mv .imgnum_1 img {
	opacity: 1;
	animation: mv_img_anim_num1 1s;
}

@keyframes mv_img_anim_num1 {
	0%		{ opacity: 0; }
	100%	{ opacity: 1; }
}

/* imgnum_2 */
#mv .imgnum_2 img {
	opacity: 0;
	animation: mv_img_anim_num2 8s infinite;
}
#mv .imgnum_2 img:nth-of-type(2) {
	animation-delay: 4s;
}
@keyframes mv_img_anim_num2 {
	0%		{ opacity: 0; }
	12.5%	{ opacity: 1; }
	50%		{ opacity: 1; }
	62.5%	{ opacity: 0; }
	100%	{ opacity: 0; }
}

/* imgnum_6 */
#mv .imgnum_6 img {
	opacity: 0;
	animation: mv_img_anim_num6 24s infinite;
}
#mv .imgnum_6 img:nth-of-type(2) {
	animation-delay: 4s;
}
#mv .imgnum_6 img:nth-of-type(3) {
	animation-delay: 8s;
}
#mv .imgnum_6 img:nth-of-type(4) {
	animation-delay: 12s;
}
#mv .imgnum_6 img:nth-of-type(5) {
	animation-delay: 16s;
}
#mv .imgnum_6 img:nth-of-type(6) {
	animation-delay: 20s;
}
@keyframes mv_img_anim_num6 {
	0%			{ opacity: 0; }
	4.16667%	{ opacity: 1; }
	16.6667%	{ opacity: 1; }
	20.8333%	{ opacity: 0; }
	100%		{ opacity: 0; }
}

/* breadcrumb
--------------------------------------------------------------------- */
#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 150px;
	padding-right: 60px;
}
#breadcrumb li{
	white-space: nowrap;
}
#breadcrumb li::after {
	content: "▲";
	transform: rotate(90deg);
	display: inline-block;
	font-size: 8px;
	padding: 0 20px;
	position: relative;
	top: -2px;
}

#breadcrumb li:last-child:after {
	content: "";
	padding: 0;
}

/* ch3
--------------------------------------------------------------------- */
.ch3 {
	margin-top: 100px;
	line-height: 1.2;
}

.ch3 .en {
	display: block;
	font-size: 70px;
}

.ch3 .en::first-letter {
	color: #f18c40;
}

.ch3 .jp {
	display: block;
	margin-top: 20px;
	font-size: 40px;
}

/* flex_evenly
--------------------------------------------------------------------- */
/* .flex_evenly {
	justify-content: space-between;
	flex-wrap: wrap;
} */
.flex_evenly {
	justify-content: center;
	flex-wrap: wrap;
	gap: 5%;
}

.flex_evenly>div {
	width: 45.4545%;
}

/* photo_absolute
--------------------------------------------------------------------- */
.w1600 .wrap .photo_absolute {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 19.875%;
}

.w1600 .wrap .photo_absolute img {
	border-radius: 0 0 0 31.4465%;
}

/* loopSlider
--------------------------------------------------------------------- */
.loopSlider {
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}

.loopSlider .loopslider_wrap {
	height: 400px;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.loopSlider .loopslider_wrap ul {
	display: -webkit-flex;
	display: flex;
}

.loopSlider .loopslider_wrap ul li {
	width: 530px;
	margin: 0 20px;
}

.loopSlider .loopslider_wrap ul li img {
	border-radius: 0 50px;
}

/* タブ切り替え
--------------------------------------------------------------------- */
/* tab_button */
.tab_button {
	width: 100%;
}

.tab_button ul {
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: end;
	list-style: none;
}

.tab_button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 190px;
	min-height: 100px;
	background: #A7A7A7;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-right: 20px;
	padding: 0 1em;
	border-radius: 0 30px 0 0;
	text-align: center;
}

.tab_button a:hover,
.tab_button a.open {
	opacity: 1;
	background: #f18c40;
}

/* tab_body */
.tab_body {
	background: #fff;
	padding: 3.7% 4.54545% 6%;
	border-radius: 0 0 0 100px;
}

/* table
--------------------------------------------------------------------- */
.table_basic {
	width: 100%;
	border-collapse: collapse;
}

.table_basic th,
.table_basic td {
	box-sizing: border-box;
	text-align: left;
	padding: 1.8rem 0;
	border-bottom: 1px solid #E3EFFF;
}

.table_basic tr:last-child th,
.table_basic tr:last-child td {
	border-bottom: none;
}

.table_basic th {
	white-space: nowrap;
	padding-right: 4em;
}

/*---------------------------------------------------------*/
/* list */
.list_disc,
.list_number {
	margin-left: 1.5em;
}

.list_disc>li {
	list-style-type: disc;
}

.list_number>li {
	list-style-type: decimal;
}

/*---------------------------------------------------------*/
/* dl */
.dl_basic{
	display: flex;
	flex-wrap: wrap;
}
.dl_basic dt,
.dl_basic dd{
	border-bottom: 1px solid #323030;
	min-height: 5em;
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding: 0.5em 1em;
}
.dl_basic dt:nth-child(1),
.dl_basic dd:nth-child(2){
	border-top: 1px solid #323030;
}
.dl_basic dt{
	width: 30%;
}
.dl_basic dd{
	width: 70%;
}
/* column3 */
.dl_basic.column3 dt{
	width: 8em;
}
.dl_basic.column3 dd{
	width: calc(32% - 8em);
	margin-right: 1.5%;
}
.dl_basic.column3 dd:nth-child(6n){
	margin-right: 0;
}
.dl_basic.column3 dt:nth-child(-n+6),
.dl_basic.column3 dd:nth-child(-n+6){
	border-top: 1px solid #323030;
}

/*---------------------------------------------------------*/
/* link */
/* link_redarrow */
.link_redarrow{
	margin-top: 2em;
}
.link_redarrow a{
	display: block;
	width: fit-content;
	padding: 0.5em 3em 0.5em 0;
	position: relative;
	transition: 0.3s all;
	color: #f18c40;
}
.link_redarrow a:hover{
	padding-right: 5em;
}
.link_redarrow .mark{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: #f18c40 1px solid;
	width: 100%;
}
.link_redarrow .mark::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-top: transparent 10px solid;
	border-left: #f18c40 10px solid;
	transition: 0.3s all;
}
.link_redarrow a:hover .mark::after{
	width: 20px;
	height: 20px;
	border-top: transparent 20px solid;
	border-left: #f18c40 20px solid;
}

/* link_redbutton */
.link_redbutton a,
.link_redbutton_l a{
	margin: 50px auto 0;
	width: 300px;
	height: 70px;
	background: #f18c40 url(../images_v2/imtec_link_redbutton.svg) no-repeat left -2% center;
	background-size: 64% auto;
	border-radius: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	line-height: 1.5;
	text-align: center;
}
.link_redbutton_l a{
	width: 100%;
	height: 140px;
	border-radius: 0 50px;
}
.link_redbutton a::after,
.link_redbutton_l a::after{
	content: "";
	position: absolute;
	right: 8%;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-bottom: transparent 9px solid;
	border-right: #fff 9px solid;
	transition: all 0.3s;
}
.link_redbutton a:hover,
.link_redbutton_l a:hover{
	transform: scale(110%);
}

/*---------------------------------------------------------*/
/* loader */
.loader-wrap {
	position: fixed;
	display: flex;
	top: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.loader {
	margin: 100px auto;
	font-size: 25px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
@keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
	body {
		padding-top: 16vw;
	}

	/* mv
	--------------------------------------------------------------------- */
	#mv {
		height: auto;
		width: 100%;
	}

	/* mv_h2 */
	#mv .mv_h2 {
		position: relative;
		padding: 57.6667vw 0 0 6vw;
		top: 0;
		left: 0;
	}
	#mv .mv_h2 .en {
		font-size: 13.3333vw;
		line-height: 1.1;
	}
	#mv .mv_h2 .jp {
		font-size: 6.6667vw;
		margin-top: 3.3333vw;
	}

	/* company */
	#mv .company {
		top: -1vw;
		left: -3vw;
		font-size: 20vw;
	}

	/* scroll */
	#mv .scroll {
		position: absolute;
		top: 62.6667vw;
		left: auto;
		right: 6.4vw;
		width: 3.7333vw;
		height: 34.6667vw;
		z-index: 10;
	}
	#mv .scroll::after {
		width: 1px;
		margin-top: 1.5vw;
	}
	#mv .scroll .mark {
		bottom: 0;
		width: 1.5vw;
		height: 1.5vw;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	@keyframes move_scroll {
		0% {
			height: 12.8vw;
		}
		99.99% {
			height: 34.6667vw;
		}
		100% {
			height: 12.8vw;
		}
	}

	/* bg_block */
	#mv .bg_block {
		height: 53.3333vw;
	}
	#mv .bg_block img {
		height: 53.3333vw;
		width: 85.8667vw;
		border-radius: 0 0 0 13.3333vw;
	}

	/* breadcrumb
	--------------------------------------------------------------------- */
	#breadcrumb ul {
		justify-content: flex-start;
		height: auto;
		padding: 5.3333vw 0 10.6667vw 0;
	}
	#breadcrumb li{
		font-size: 3.2vw;
	}
	#breadcrumb li::after {
		font-size: 1.5vw;
		padding: 0 2.5vw;
		top: -0.15vw;
	}

	/* ch3
	--------------------------------------------------------------------- */
	.ch3 {
		margin-top: 13.3333vw;
	}
	.ch3 .en {
		font-size: 11vw;
	}
	.ch3 .jp {
		margin-top: 2.6667vw;
		font-size: 5.3333vw;
	}

	/* flex_evenly
	--------------------------------------------------------------------- */
	.flex_evenly > div {
		width: 100%;
	}

	/* photo_absolute
	--------------------------------------------------------------------- */
	.w1600 .wrap .photo_absolute {
		right: -6vw;
		bottom: auto;
		top: 53.3333vw;
		width: 34.6667vw;
	}

	.w1600 .wrap .photo_absolute img {
		border-radius: 0 0 0 11.2vw;
	}

	/* loopSlider
	--------------------------------------------------------------------- */
	.loopSlider {
		height: 50.4vw;
		margin: 2.6667vw 0;
	}

	.loopSlider .loopslider_wrap {
		height: 50.4vw;
	}

	.loopSlider .loopslider_wrap ul li {
		width: 66.6667vw;
		margin: 0 2.6667vw;
	}

	.loopSlider .loopslider_wrap ul li img {
		border-radius: 0 6.2667vw;
	}

	/* タブ切り替え
	--------------------------------------------------------------------- */
	/* tab_button */
	.tab_button ul {
		display: block;
		position: relative;
		background:#fff;
		padding: 5.3333vw 0 1vw;
	}
	.tab_button a {
		box-sizing: border-box;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: 13.3333vw;
		font-size: 4.2667vw;
		margin: 1.3333vw 6.6667vw;
		padding: 0 0.5em;
		border-radius: 0;
	}
	/* tab_body */
	.tab_body {
		background: #fff;
		padding: 6.4vw;
		border-radius: 0;
	}

	/* table
	--------------------------------------------------------------------- */
	.table_basic{
		font-size: 4.2667vw;
	}
	.table_basic tr{
		display: block;
	}
	.table_basic th {
		display: block;
		border-bottom: none;
		padding: 1em 0 0;
	}
	.table_basic tr:first-child th{
		padding-top: 0;
	}
	.table_basic td {
		display: block;
		padding: 0 0 1em;
		border-bottom: 1px solid #E3EFFF;
	}
	.table_basic tr:last-child td {
		border-bottom: none;
	}

	/*---------------------------------------------------------*/
	/* dl */
	.dl_basic dt,
	.dl_basic dd{
		border-bottom: 1px solid #000;
		padding: 0.5em 0;
	}
	.dl_basic dt{
		padding-right: 1em;
	}
	/* column3 */
	.dl_basic.column3 dt{
		width: 8em;
	}
	.dl_basic.column3 dd{
		width: calc(100% - 8em);
		margin-right: 0;
	}
	.dl_basic.column3 dt:nth-child(-n+6),
	.dl_basic.column3 dd:nth-child(-n+6){
		border-top: none;
	}
	.dl_basic.column3 dt:first-child,
	.dl_basic.column3 dd:nth-child(2){
		border-top: 1px solid #000;
	}

	/*---------------------------------------------------------*/
	/* link_redbutton */
	.link_redbutton a,
	.link_redbutton_l a{
		margin: 10vw auto 0;
		width: 88vw;
		height: 21.3333vw;
		border-radius: 0 10.6667vw;
	}
	.link_redbutton_l a{
		margin: 5.3333vw auto 0;
		height: 21.3333vw;
		border-radius: 0 10.6667vw;
	}
	.link_redbutton a::after,
	.link_redbutton_l a::after{
		right: 8%;
		width: 2.6667vw;
		height: 2.6667vw;
		border-bottom: transparent 2.6667vw solid;
		border-right: #fff 2.6667vw solid;
	}

}

/* End @media (max-width:1000px) */