@charset "utf-8";

/* スクロールバー */
* {
	scrollbar-width: thin;
	scrollbar-color: #fcd600 #242100;
}

br {
	display: inline-block;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ベースページ背景＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.base {
	display: block;
	margin: 0 auto;
	text-align: left;
	font-weight: 500;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, verdana, " Hiragino Sans", " Meiryo", " Arial", sans-serif;
	letter-spacing: 1.3px;
	background-color: #000000;
	background-image: url(../../../images/eld_main/base/eldorado_bg4PC.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

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

		background-image: url(../../../images/eld_main/base/eldorado_bg2SP.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
}

.base2 {
	display: block;
	margin: 0 auto;
	text-align: left;
	font-weight: 500;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, verdana, " Hiragino Sans", " Meiryo", " Arial", sans-serif;
	letter-spacing: 1.3px;
	background-color: #000000;
	background-image: url(../../../images/eld_main/base/eldorado_bg1PC.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

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

		background-image: url(../../../images/eld_main/base/eldorado_bg1SP.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ベースページ背景＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ フッター＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.footer {
	box-shadow: 0 0 3px 2px #a08500, 0 0 20px 1px #FFEFA0;
	background: linear-gradient(#0a0a0a, #000);
	padding: 20px 4%;
	color: #fff;
	font-size: 13px;
}

/* コンテナ */

.footer-container {
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	/* ←カラム距離 */
}


/* ナビ */

.footer-nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 220px;
	/* ←ボタン幅固定 */
}

/* ボタン */

.footer-btn {
	display: block;
	width: 100%;
	/* ←幅統一 */
	padding: 8px 0;
	border: 1px solid rgba(255, 255, 255, 0.15);
	text-decoration: none;
	text-align: center;
	letter-spacing: .12em;
	font-size: 12px;
	color: #fff !important;
	transition: all .2s;

}

.footer-btn:visited {
	color: #fff;
}

.footer-btn:hover {
	border-color: #c9a64b;
	color: #c9a64b;
	background: rgba(201, 166, 75, .08);

}


/* ブランド */
.footer-brand {
	text-align: center;
	width: 220px;
}

.footer-logo {
	width: 160px;
	margin-bottom: 8px;
}

.footer-copy {
	font-size: 11px;
	letter-spacing: .08em;

}

/* ライン */
.footer-line {
	max-width: 700px;
	height: 1px;
	margin: 15px auto;
	background: linear-gradient(to right,
			transparent,
			#c9a64b,
			transparent);
}

/* 注意書き */
.footer-note {
	max-width: 650px;
	margin: auto;
	font-size: 9px;
	line-height: 1.6;
	opacity: .7;
}

/* SP */
@media(max-width:768px) {
	.footer-container {
		max-width: 420px;
		gap: 30px;
	}

	/* SPでも2カラム維持 */
	.footer-nav {
		width: 200px;
	}

	.footer-brand {
		width: 200px;
	}

	.footer-logo {
		width: 140px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝サブヘッド＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.subhead {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;

	.img {
		width: 100%;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝サブヘッド＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝BOX＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.simplebox_bk {
	margin: 0 auto;
	padding: 2%;
	width: 100%;
	background: #141414;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 100%);
}

.choicebox_01 {
	margin: 5px auto;
	color: #fff;
	padding: 2%;
	max-width: 100%;
	border: 4px dashed #202020;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 100%);
}

/* ○○とは？ */
.explanbox01 {
	margin: 0 auto;
	padding: 2% 1.5%;
	border: 3px double rgb(255, 238, 0);
	font-weight: 900;
	font-size: 1.5rem;
	background-color: #000;
	max-width: 700px;
	color: #ffffff;
	box-shadow: 6px 6px 20px -1px #000000;

	@media screen and (max-width: 768px) {
		font-size: 1.1rem;
	}
}

.explanbox01 .title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 2.5rem;
	margin-bottom: 16px;

	@media screen and (max-width: 768px) {
		font-size: 1.8rem;
	}
}

.explanbox01 .title img {
	width: 150px;
	height: 150px;
	object-fit: contain;

	@media screen and (max-width: 768px) {
		width: 100px;
		height: 100px;
	}
}

.explanbox01 .content {
	padding: 1%;
	border: 2px solid rgba(255, 215, 0, 0.3);
	background-color: #020202b4;
	background-image: url("https://www.transparenttextures.com/patterns/simple-dashed.png");
}

.explanbox01 .content2 {
	padding: 1%;
	border: 2px solid rgba(202, 202, 202, 0.918);
	background-color: #3b3b3b;
	background-image: url("https://www.transparenttextures.com/patterns/simple-dashed.png");
	box-shadow: inset 0px 0px 10px #080808;
}

.explanbox01 .content3 {
	padding: 1%;
	border: 2px solid rgba(245, 228, 0, 0.918);
	background-color: #3b3b3b;
	border-radius: 30px;
	background-image: url("https://www.transparenttextures.com/patterns/simple-dashed.png");
	box-shadow: inset 0px 0px 10px #474300;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝BOX装飾＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.takanashi_icon01 {
	overflow: hidden;
	position: relative;
}

.takanashi_icon01::after {
	content: "";
	position: absolute;
	right: -80px;
	/* ← 横位置調整 */
	bottom: -30px;
	/* ← 縦位置調整 */
	width: 250px;
	/* ← アイコンサイズ */
	height: 250px;
	background-image: url(../../../images/eld_main/base/takanashi/takanashiicon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;

	@media screen and (max-width: 768px) {
		right: -35px;
		/* ← 横位置調整 */
		bottom: -30px;
		/* ← 縦位置調整 */
		width: 100px;
		/* ← アイコンサイズ */
		height: 100px;
	}
}

.sanada_icon01 {
	overflow: hidden;
	position: relative;
}

.sanada_icon01::after {
	content: "";
	position: absolute;
	right: -80px;
	/* ← 横位置調整 */
	bottom: -30px;
	/* ← 縦位置調整 */
	width: 250px;
	/* ← アイコンサイズ */
	height: 250px;
	background-image: url(../../../images/eld_main/base/sanada/sanadaicon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;

	@media screen and (max-width: 768px) {
		right: -35px;
		/* ← 横位置調整 */
		bottom: -30px;
		/* ← 縦位置調整 */
		width: 100px;
		/* ← アイコンサイズ */
		height: 100px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝BOX装飾＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝BOX＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.speechBubble {
	position: relative;
	display: inline-block;
	margin-top: 19px;
	padding: 18px 12px;
	border: 4px solid #000000;
	border-radius: 9999px;
	background-color: #ffffff;
	line-height: 1.5;
	color: #000000;
}

.speechBubble::before {
	content: "";
	position: absolute;
	top: 0;
	left: 25%;
	border-style: solid;
	border-width: 0 18px 19px 18px;
	border-color: transparent transparent #000000;
	translate: -50% -100%;
}

.speechBubble::after {
	content: "";
	position: absolute;
	top: 0;
	left: 35%;
	border-style: solid;
	border-width: 0 20.5px 20.2px 20.5px;
	border-color: transparent transparent #ffffff;
	translate: -50% -100%;
}




hr {
	text-align: center;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 実績画像ーーーーーーーー */

.zimg {
	text-align: center;

	@media screen and (max-width: 768px) {
		width: 100%;
	}

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

	text-align: center;
	cursor: pointer;
	/* クリックできることを示す */
	animation: gachaShake 2.5s infinite;
	transition: transform 0.3s ease;
}

@keyframes gachaShake {
	0% {
		transform: rotate(0deg);
	}

	2% {
		transform: rotate(-2deg);
	}

	4% {
		transform: rotate(2deg);
	}

	6% {
		transform: rotate(-2deg);
	}

	8% {
		transform: rotate(2deg);
	}

	10% {
		transform: rotate(0deg);
	}

	/* 間を作る */
	100% {
		transform: rotate(0deg);
	}
}

/* ホバー時は点滅停止＋ちょっと拡大 */
.zimg:hover {
	animation: none;
	transform: scale(1.05);
}

/* 拡大表示用オーバーレイ */
.zimg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

/* 拡大した画像 */
.zimg-overlay img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* 実績画像ーーーーーーーー */





.simplebox00_1 {
	margin: 0 auto;
	padding: 2% 1.5%;
	background: #ffffffe0;
	border: 3px solid rgb(41, 41, 41);
	font-weight: 900;
	max-width: 700px;
	color: #000000;
}

.simplebox01 {
	margin: 0 auto;
	padding: 2% 1.5%;
	border: 3px solid rgb(255, 238, 0);
	border-image: linear-gradient(to right, rgb(168, 151, 0) 0%, rgb(255, 251, 0) 20%, rgb(128, 126, 0) 100%) 2;
	font-weight: 900;
	text-align: center;
	max-width: 700px;
	color: #ffffff;
	box-shadow: 0px 0px 10px 3px #534d0086;
}

.simplebox02 {
	margin: 0 auto;
	padding: 2% 1.5%;
	border: 3px solid rgb(255, 238, 0);
	border-image: linear-gradient(to right, rgb(168, 165, 0) 0%, rgb(238, 255, 0) 20%, rgb(168, 165, 0) 100%) 2;
	font-weight: 900;
	text-align: center;
	max-width: 700px;
	color: #ffffff;
	box-shadow: 0px 0px 10px 3px #53000086;
}


.hadou2 {
	animation: hadou2 2s linear infinite;
}

@keyframes hadou2 {
	0% {
		text-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
		text-shadow:
			5px 5px 10px rgba(255, 226, 66, 0.70),
			-5px 5px 10px rgba(255, 226, 66, 0.70),
			5px -5px 10px rgba(255, 226, 66, 0.70),
			-5px -5px 10px rgba(255, 226, 66, 0.70),
			5px 0px 10px rgba(255, 226, 66, 0.70),
			0px 5px 10px rgba(255, 226, 66, 0.70),
			-5px 0px 10px rgba(255, 226, 66, 0.70),
			0px -5px 10px rgba(255, 226, 66, 0.70);
	}

	100% {
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);

	}
}



.top a {
	width: 120px;
	margin: 10px 20px 10px 20px;
	color: #ffffff;
	text-align: center;
}

.top a:hover {
	width: 120px;
	color: #ff4500;
	text-align: center;
}

.form_ifm2 {
	width: 100%;
	font-size: 20px;
	padding: 1rem;
}

.formarea {
	margin-top: 0;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #c2c2c2;
	background-image: url("https://www.transparenttextures.com/patterns/fresh-snow.png");
	padding: 2%;
	border: 2px solid #420606;
}

.formarea_top {
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #790071;
	padding: 2%;
	text-align: center;
	border: 2px solid #52004c;
}

.formarea_box {
	max-width: 850px;
	padding: 1%;
	background-color: #1f1f1f;
	background-image: url("https://www.transparenttextures.com/patterns/cross-stripes.png");
	border-radius: 2px;
	border: 6px double #790071;
	margin: 0 auto;
	box-shadow: inset 0px 0px 20px #790071;
}

button {
	cursor: pointer;
}


input[type="radio"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 0.2em;
	cursor: pointer;
}

input[type="radio"]+label {
	width: 80%;
	font-weight: bold;
	cursor: pointer;
	background: #afafaf;
	border-radius: 1rem;
	padding: 1rem 1.5rem 1rem 0;
}

input[type="radio"]+label:hover {
	font-weight: bold;
	cursor: pointer;
	background: #fad2a5;
	border-radius: 1rem;
	padding: 1rem 1.5rem 1rem 0;
}


input[type="radio"]:checked.or_btn+label {
	background: #ffa743;
	border-radius: 1rem;
	border: #a76e2d 4px solid;
	font-weight: bold;
	padding: 1rem 1.5rem 1rem 0;
	text-align: center;
}



/*////////////////レスポンシブ/////////////////////*/
/*///////////////////// SP /////////////////////*/
@media screen and (max-width: 768px) {
	.pconly {
		display: none;
	}
}

/*///////////////////// PC /////////////////////*/
@media screen and (min-width: 768px) {
	.sponly {
		display: none;
	}
}

img {
	vertical-align: bottom;
}

br {
	letter-spacing: 0;
}

/* normal */
@font-face {
	font-family: "Noto+Serif+JP";
	src: url("/lps/final/true/fonts/NotoSansJP-Regular.ttf") format(truetype);
	font-weight: normal;
	font-style: normal;
}

/* bold */
@font-face {
	font-family: "Noto+Serif+JP";
	src: url("/lps/final/true/fonts/NotoSansJP-ExtraBold.ttf") format(truetype);
	font-weight: bold;
	font-style: normal;
}

/* italic */
@font-face {
	font-family: "Noto+Serif+JP";
	src: url("/lps/final/true/fonts/NotoSansJP-Regular.ttf") format(truetype);
	font-weight: normal;
	font-style: italic;
}

/******明朝体******/

.mincho4 {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
	transform: rotate(0.03deg);
}



.main-black {
	color: #ffffff;
	background-color: #181818;
	background-image: url("https://www.transparenttextures.com/patterns/fresh-snow.png");
	max-width: 800px;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 32px #1b1b1b;

	@media screen and (max-width: 768px) {
		margin: 0 2px;
		border-: 2px solid #ffffff00;
	}

	@media screen and (min-width: 768px) {
		border: 10px double #ffffff;
	}
}

.main-white {
	color: #161616;
	background-color: #dfdfdf;
	background-image: url("https://www.transparenttextures.com/patterns/sandpaper.png");
	max-width: 800px;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 20px #1b1b1b;

	@media screen and (max-width: 768px) {
		margin: 0 2px;
		border: 2.5px solid #706500;
	}

	@media screen and (min-width: 768px) {
		border: 3px solid #706500;
	}
}

.deco1 {

	@media screen and (max-width: 768px) {
		border-: 1.5px solid #3a3a3a;
		margin: 0, auto;
	}

	@media screen and (min-width: 768px) {
		border: 3px solid #3a3a3a;
		margin: 0, auto;
	}
}

/* LPテキストぞーん */
/* SP */
@media screen and (max-width: 768px) {
	.lptext {
		font-family: -apple-system, BlinkMacSystemFont, verdana, " Hiragino Sans", " Meiryo", " Arial", sans-serif;
		margin: 0 5px;
		font-size: 13px;
		padding-top: 20px;
		padding-bottom: 50px;
		padding-left: 2px;
		padding-right: 2px;
	}

	.lptext p {
		line-height: 1.5;
	}

	.textspace p {
		margin-top: 80px;
	}
}

/* PC */
@media screen and (min-width: 768px) {
	.lptext {
		font-family: -apple-system, BlinkMacSystemFont, verdana, " Hiragino Sans", " Meiryo", " Arial", sans-serif;
		margin: 0 45px;
		font-size: 19px;
		font-weight: 500;
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.lptext p {
		line-height: 1.5;
	}

	.textspace p {
		margin-top: 70px;
	}
}

/* BG */

.subtitele_2 {
	background-attachment: fixed;
	max-width: 1050px;
	padding: 20px;
	color: #1C1C1C;
	background: #ffd92e;
	background: linear-gradient(90deg, rgba(255, 217, 46, 1) 0%, rgba(255, 255, 46, 1) 100%);
	font-size: 4rem;
	text-align: center;
	border-radius: 2px;
	border: 8px double #7D0075;
	margin: 0 auto;
	box-shadow: inset 0px 0px 20px #967B00;
}






/* メアド名前 */
input[type="text"] {
	width: 100%;
	padding: 1.5rem 1rem;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	border: 3px solid #363636;
	border-radius: 0.5rem;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

/*  ボタンここから使って */
.buttonpc {
	width: 80%;
	margin: 0 auto;
	padding: 2rem;
	font-size: 2rem;
	border-radius: 80px;
	color: #fff;
	border: 4px #615200 solid;
	/* background-color: #fff530;
	background-image: url("https://www.transparenttextures.com/patterns/classy-fabric.png"); */
	background: #ffea00;
	background: linear-gradient(180deg, rgba(255, 234, 0, 1) 0%, rgba(255, 249, 161, 1) 52%, rgba(250, 229, 0, 1) 55%, rgba(171, 142, 0, 1) 100%);
	cursor: pointer;
	transition-duration: .4s;
	text-decoration: none;
	color: #242424e1;
}

.buttonpc:hover {
	/* color: #fb9725; */
	border: 4px #FAD000 solid;
	background: #d41200;
	background: linear-gradient(180deg, rgba(212, 18, 0, 1) 0%, rgba(245, 92, 78, 1) 52%, rgba(189, 57, 45, 1) 55%, rgba(148, 12, 0, 1) 100%);
	/* background-image: url("https://www.transparenttextures.com/patterns/black-orchid.png"); */
	text-shadow: 0 0 10px #ffffff;
	transform: scale(1.1);
	color: #ffffff;
	text-decoration: none;
}



.yosouka {
	text-align: center;

	@media screen and (max-width: 768px) {
		width: 50%;
	}

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

.normalimg {
	text-align: center;

	@media screen and (max-width: 768px) {
		width: 100%;
	}

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

.scroll-btn {
	position: fixed;
	right: 40px;
	bottom: 30px;
	max-width: 450px;
	/* 黄色 */
	color: #333;
	font-weight: bold;
	border-radius: 50px;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	z-index: 9999;
	text-align: center;
}

/* 表示時 */
.scroll-btn.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* ホバー（PCのみ効く） */
.scroll-btn:hover {
	opacity: 0.7;
	filter: brightness(0.9);
}

@keyframes glowPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.0);
	}

	50% {
		box-shadow: 0 0 15px 5px rgba(255, 255, 0, 0.8);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.0);
	}
}

/* ===== スマホ用スタイル ===== */
@media (max-width: 768px) {
	.scroll-btn {
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 0;
		padding: 16px;
		font-size: 18px;
	}
}

.results-slider-section {
	overflow: hidden;
	padding: 20px 0;
	background: #2e2e2e;
	border-top: 4px solid #ffce08;
	border-bottom: 4px solid #ffce08;
	box-shadow: 0 0 10px rgba(201, 166, 75, 0.3);
	position: relative;
	z-index: 1;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}



.simplecommentboxAn {
	padding: 10px;
	border: 3px solid #686900;
	border-radius: 8px;
	background: #ffd500;
	background: linear-gradient(0deg, rgba(255, 213, 0, 1) 0%, rgba(255, 242, 0, 1) 100%);
	line-height: 1.5;
	color: #000;
	font-weight: 900;
	max-width: 850px;
	margin: 10px auto;
}

.simplecommentbox {
	margin: 30px 20px;
	position: relative;
	display: inline-block;
	padding: 10px;
	border: 4px solid #646464;
	border-radius: 80px;
	background-color: #f0f0f0;
	text-align: left;
	line-height: 1.5;
	color: #000000;
	font-weight: 900;
	max-width: 700px;
}

.simplecommentbox::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	border-style: solid;
	border-width: 0 39px 39px 0;
	border-color: transparent #646464 transparent transparent;
	translate: -100% -50%;
	transform: skew(0, -25deg);
	transform-origin: right;
}

.simplecommentbox::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	border-style: solid;
	border-width: 0 38px 38px 0;
	border-color: transparent #f0f0f0 transparent transparent;
	translate: -100% calc(-50% - 0.4px);
	transform: skew(0, -25deg);
	transform-origin: right;
}


label {
	margin: 0.5rem auto;
	width: 50%;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	background-color: #dddddd;
	padding: 1.5rem 2rem;
	border-radius: 0.5rem;
	display: inline-block;
}

label:hover {
	border: none;
}


th {
	padding: 0.5rem 0;
}

td {
	padding: 0.2rem 0;
	font-size: 1.8rem;
}



table.list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0.1rem;
	line-height: 1.5;
}

table.list td {
	border: 0.1rem solid #000;
	padding: 1%;
}

table.list th {
	@media screen and (max-width: 768px) {
		font-size: 1.6rem;
	}

	@media screen and (min-width: 768px) {
		font-size: 2.2rem;
	}

	padding: 1rem;
	text-align: center;
	width: 15%;
	vertical-align: middle;
	font-weight: bold;
	border: 0.1rem solid #000;
	color: #fff;
	background-color: #7D0075;
	background-image: url("https://www.transparenttextures.com/patterns/egg-shell.png");
}

.tatetext {
	writing-mode: vertical-rl;
	white-space: pre;
	display: inline-block;
}

table.list td {
	text-align: left;
	background-color: #ffffff;
	padding: 1rem;
	border-bottom: 0.1rem solid #292616;
}



table.list hr {
	border-top: 1px dotted #394046;
	border-bottom: 1px dotted #fff;
	margin: 0.5rem 0;
}