@charset "utf-8";

* {
	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;
}

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #397524 #DFE9EB;
}


body {
	background-color: #000000;
	/* background-image: url("https://www.transparenttextures.com/patterns/stardust.png"); */
	/* background-image: url(../../../../images/king/dream/dream_bg.png);
	background-position: top center;
	background-size:cover;
	background-attachment: fixed; */
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

body::before {
	/*background-image: url("/questions/finish/images/sin-fv-bg.jpeg");
	background-image: no-repeat;
	background-position: top center;
	background-size: cover;*/
	background-color: #000000;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

.body2 {
	background-color: #000000;
	/* background-image: url("https://www.transparenttextures.com/patterns/stardust.png"); */
	/* background-image: url(../../../../images/king/dream/dream_bg.png);
	background-position: top center;
	background-size:cover;
	background-attachment: fixed; */
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

.body2::before {
	background-image: url("/questions/finish/images/back_02.jpg");
	background-image: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

.body3 {
	/* background-color: #000000; */
	/* background-image: url("https://www.transparenttextures.com/patterns/stardust.png"); */
	/* background-image: url(../../../../images/king/dream/dream_bg.png);
	background-position: top center;
	background-size:cover;
	background-attachment: fixed; */
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

.body3::before {
	background-image: url("/questions/power/images/back_03.jpg");
	background-image: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

body {
	/* background-color: #000000; */
	/* background-image: url("https://www.transparenttextures.com/patterns/black-orchid.png"); */
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	/* background-image: url(../../../../images/king/dream/dream_bg.png); */
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	color: #eee;
	font-size: 20px;
	line-height: 1.6;
	font-feature-settings: "palt";
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

.yu {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mr {
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

.nt {
	font-family: 'Noto Sans JP', 'Roboto', "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial, sans-serif;
}

.mc {
	font-family: 'Noto Serif JP', serif, "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial, sans-serif;
}


img {
	vertical-align: bottom;
}

br {
	letter-spacing: 0;
}

br.sb {
	display: none;
}

@media screen and (min-width: 568px) {
	a:hover {
		opacity: 0.8;
	}

	button:hover {
		opacity: 0.8;
	}

	input[type="submit"]:hover {
		opacity: 0.8;
	}

	/* ホバースタイルは横幅が大きなデバイスだけ */
}

.sv {
	display: none;
}

.ma {
	margin: 0 auto;
}

a:link {
	text-decoration: none;
	color: #FF2B74;
}

a:visited {
	text-decoration: none;
	color: #FF2B74;
}

a:hover {
	text-decoration: none;
	color: #FF2B74;
}

a:active {
	text-decoration: none;
	color: #FF2B74;
}


/*　head
*********************************************************/


.bg-wrap {
	position: relative;
	width: 100%;
	height: 85rem;
	background-color: #000000;
	overflow: hidden;
}


.light-line {

	margin-right: auto;
	margin-left: auto;
	animation-name: light-line;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-delay: 0s;

}

@keyframes light-line {
	0% {
		border-top: 0.5rem solid #ff0015;
		width: 1%;
		opacity: 1;
	}

	100% {
		border-top: 0.5rem solid #ff0015;
		width: 100%;
		opacity: 1;
	}
}


.overlay {
	width: 100%;
	height: 90rem;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .4) 50%);
	background-size: 3px 3px;
	z-index: 2;
}

.overlay-wt {
	width: 100%;
	height: 90rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 2;

}

/*　layout
*********************************************************/

#wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.wrapper-sumup {
	width: 100%;
	height: auto;
	background-image: url(../../../../images/auto/sal/body4.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.wrapper-sky {
	width: 100%;
	height: auto;
	background-image: url(../../../../images/auto/sal/body5.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.wrapper-presal {
	width: 100%;
	height: auto;
	background-image: url(../../../../images/book/mae/mae2_main_bg2.png);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.wrap-last {
	width: 100%;
	height: auto;
	background-image: url(../../../../images/king/sal/sal_bg_last.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#header2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.z-flont {
	position: relative;
	z-index: 1000;
}

#header img.head {
	opacity: 0;
	position: relative;
	z-index: 9999;
}


.hd-1 {
	animation-delay: 0.2s;
	/* アニメーション開始時間 */
	animation-duration: 1s;
}

.hd-2 {
	animation-delay: 2s;
	/* アニメーション開始時間 */
	animation-duration: 1.8s;
}

.hd-3 {
	animation-delay: 3.5s;
	/* アニメーション開始時間 */
	animation-duration: 4.5s;
}

.footer2 {
	width: 100%;
	height: auto;
	padding: 1rem 0 0 0;
	margin: 0rem auto;
	background-color: #212121;
	color: #fff;
	font-size: 1.8rem;
}

.footer_in {
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 2rem;
}



/*=====================================================
	回転　回る　くるくる
=====================================================*/

.bg-roll {
	background: url(../../../../images/book/sal/sal_header_gear50.png) center no-repeat;
	filter: drop-shadow(0px 0px 20px rgb(178, 239, 11));
	position: absolute;
	width: 100%;
	height: 84rem;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 0.7;

	margin: 0 auto;
	text-align: center;
	animation-name: roll;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 80s;
}

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

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 480px) {
	.bg-roll {
		background: url(../../../../images/book/sal/sal_header_gear50.png) center no-repeat;
		filter: drop-shadow(0px 0px 20px rgba(178, 239, 11, 1));
		position: absolute;
		width: 30rem;
		height: 30rem;
		left: 0;
		background-size: 100%;
		background-position: center;
	}
}


/*=====================================================
nav
=====================================================*/


.hd-1 {
	animation-delay: 0.2s;
	/* アニメーション開始時間 */
	animation-duration: 1s;
}

.hd-2 {
	animation-delay: 0.8s;
	/* アニメーション開始時間 */
	animation-duration: 1.8s;
}

.hd-3 {
	animation-delay: 3.5s;
	/* アニメーション開始時間 */
	animation-duration: 4.5s;
}

#global-nav {
	background-image: url("/questions/finish/images/bg-globalmenu.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 8rem;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	z-index: 999999;
	position: fixed;
	border-top: 1rem solid #000000;
}

#global-nav.m_fixed {
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
}

ul.menu {
	margin: 0 auto;
	width: auto;
	height: 100%;
	font-size: 1.7rem;
	line-height: 1.5;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	list-style: none;

}

ul.menu li {
	width: auto;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;

}

ul.menu li:first-child {
	border-left: none;
}

ul.menu li:last-child {
	border-right: none;
}

ul.menu li a {
	padding: 1rem 0.5rem 1rem 0.5rem;
	margin-right: 2rem;
	color: #D7C162;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-bottom: 0.1rem solid #ffffff;
}

@media screen and (min-width: 568px) {
	ul.menu li a:hover {
		border-bottom: 0.1rem solid #FF0000;
		text-decoration: none;
		transition: 0.2s;
	}
}

ul.menu li a i {
	font-size: 3rem;
	display: inline-block;
}

/**********************************************************/


/**********************************************************/


.container {
	width: 89rem;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,f8b500+22,f8b500+49,f8b500+77,fbdf93+100 */
	background: #fcbbbb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #fcbbbb 0%, #f80000 22%, #f80000 49%, #f80000 77%, #fb9393 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fcbbbb 0%, #f80000 22%, #f80000 49%, #f80000 77%, #fb9393 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fcbbbb 0%, #f80000 22%, #f80000 49%, #f80000 77%, #fb9393 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1);
	/* IE6-9 */

	box-shadow: 0 0px 25px #fffd6d;
}

.content-back0 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 1px 1px 0;
	border: 1px solid #929292;
	box-shadow: 0 0 7px 0px #000000, 0 0 0px 0px #3c0909;
	position: relative;
	z-index: 3;
	background: #000000;
}

.content-back01 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #929292;
	box-shadow: 0 0 7px 0px #000000, 0 0 0px 0px #3c0909;
	position: relative;
	z-index: 3;
	background: #ffffff;
}

.content-back02 {
	max-width: 880px;
	width: 100%;
	margin: 0px auto 40px;
	padding: 1px 1px 0;
	border: 1px solid #929292;
	box-shadow: 0 0 7px 0px #5aff30, 0 0 0px 0px #ffadadb8;
	position: relative;
	z-index: 3;
	background: #0d0d0d;
}

.content-back03 {
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
	padding: 1px 0;
	border: 1px solid #929292;
	box-shadow: 0 0 7px 0px #fff130, 0 0 0px 0px #ffadadb8;
	position: relative;
	z-index: 3;
	background: #ffffff;
}

.main_text1 {
	letter-spacing: 0.05em;
}

.main_text2 {
	letter-spacing: 0.05em;
	margin: 0 20px 0;
}

.midashi1 {
	border-left: 10px solid #bb0f0f;
	color: #ffc36a;
	font-size: 4.0rem;
	padding: 0 0 0 10px;
}

.g_area {
	border: 1px solid #999;
	padding: 0 20px;
	background: #222;
}

.wt_area {
	border: 0px solid #999;
	padding: 20px;
	background: #ffffff;
}

.r_area {
	width: 95%;
	border: 1px solid #999;
	padding: 20px;
	margin: 0 auto;
	background: #b03333;
}

/*-------------------------------------------*/

.kakunin_bg {
	/* border: 1px solid #999; */
	background: #242424;
	margin: 0 auto;
	color: #ffffff;
	padding: 3rem;
}

.kakunin_title {
	background: #343434;
	margin: 40px auto 0;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
	padding: 5px 20px;
}

.kakunin_subtitle {
	width: 90%;
	border: 2px outset #ffc93d;
	border-radius: 10px;
	background: #FFF263;
	margin: 0 auto;
	color: #333333;
	/* padding: 20px; */
	font-size: 23px;
	position: relative;
}

/*-------------------------------------------*/

/*-------------------------------------------*/

.subtitle1_parts {
	display: inline-block;
	font-size: 12px;
	padding: 7px 25px 4px 10px;
	position: relative;
	color: #9e98bb;
	z-index: 1;
	position: absolute;
	top: -29px;
	left: 0;
	font-family: 'Noto Serif JP', sans-serif;
}

.subtitle1_parts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #D7C162;
	transform: scaleY(1) perspective(0.4em) rotateX(1deg);
	transform-origin: bottom left;
}

.subtitle1_parts.placeyou {
	color: #000000;
	font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
	font-weight: normal;
}

.subtitle1 {
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	font-size: 50px;
	letter-spacing: 0;
	color: #222222;
	padding: 15px 0;
	line-height: 1.4;
	font-weight: 800;
	position: relative;
}

.subtitle2 {
	width: 100%;
	background: #111;
	letter-spacing: 0;
	color: #fcfcfc;
	padding: 10px 0;
	line-height: 1.4;
	position: relative;
	border-top: 3px solid #703103;
	border-bottom: 3px solid #703103;
	border-image: linear-gradient(120deg, rgba(65, 44, 32, 1), rgba(112, 49, 3, 1) 7%, rgba(176, 90, 3, 1) 15%, rgba(220, 150, 26, 1) 23%, rgba(254, 210, 33, 1) 37%, rgba(255, 220, 110, 1) 44%, rgba(250, 232, 139, 1) 52%, rgba(255, 243, 168, 1) 57%, rgba(254, 210, 33, 1) 70%, rgba(220, 150, 26, 1) 80%, rgba(176, 90, 3, 1) 85%, rgba(112, 49, 3, 1) 93%, rgba(65, 44, 32, 1));
	border-image-slice: 3;
	box-sizing: border-box;
}

.subti_kimitu {
	width: 250px;
}

.subtitle1_parts2 {
	position: absolute;
	top: -37px;
	right: -3px;
}

.subhead01 {
	width: 100%;
	line-height: 1.3;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
	font-size: 5rem;
	text-align: center;
	padding: 2rem 0;
	color: #fafafa;
	background: linear-gradient(123deg, #2eb2a3, #86d65c);
	border: 2px solid #45e831;
	box-shadow: 1px 1px 6px 2px #7ae831;
	text-shadow: 1px 1px 9px #551b00bf;
	border-image-slice: 1;
}

.subhead p {
	margin-bottom: 0;
}

.time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 25px 0;
	text-decoration: none;
}

.buzz-box {
	background: linear-gradient(123deg, #d80e0e, #ff7600);
	border: 2px solid #ffd472;
	box-shadow: 1px 1px 6px 2px #ff4324;
	text-shadow: 1px 1px 9px #551b00bf;
	padding: 1vw;

}

.img-fade-in {
	-webkit-animation: fade-in 1.7s cubic-bezier(.39, .575, .565, 1.000) both;
	animation: fade-in 2.8s cubic-bezier(.39, .575, .565, 1.000) both
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.img-fade-in-bottom {
	-webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1.000) both;
	animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1.000) both
}


@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
	display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime {
	opacity: 0;
	/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name: slideTextX100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes slideTextX100 {
	from {
		transform: translateX(-100%);
		/*要素を左の枠外に移動*/
		opacity: 0;
	}

	to {
		transform: translateX(0);
		/*要素を元の位置に移動*/
		opacity: 1;
	}
}

.rightAnime {
	opacity: 0;
	/*事前に透過0にして消しておく*/
}

.slideAnimeRightLeft {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}


@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		/*要素を右の枠外に移動*/
		opacity: 0;
	}

	to {
		transform: translateX(0);
		/*要素を元の位置に移動*/
		opacity: 1;
	}
}

/*-------------------------------------------*/
.report ul li {
	list-style: none;
}

.mss_bt1 {
	border: 1px solid #FFF000;
	border-radius: 5px;
	font-size: 26px;
	color: #333;
	background:
		url("../../../../image/member/icons/b2_2.png") center right 30px / auto auto no-repeat #EEE;
	padding: 2% 0 1.5%;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.4;
	box-shadow:
		0px 6px 0px #756408, 0px 3px 6px rgba(0, 0, 0, .4),
		0px 0px 3px rgba(255, 255, 255, .5) inset,
		0px -2px 4px 4px rgba(0, 0, 0, 0.1) inset;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

.mss_bt1:hover {
	opacity: 0.7;
}

/*-------------------------------------------*/

label.display_bt {
	cursor: pointer;
}

label.display_bt:hover {
	opacity: 0.8;
}

input.display_box {
	display: none;
}

.btm {
	transition: 1s;
	height: 0;
	padding: 1px 0 1px 0;
	opacity: 0;
	display: none;
}

input.display_box:checked+.btm {
	height: auto;
	padding: 1px 0 1px 0;
	opacity: 1;
	display: block;
}

input.display_box:checked+label {
	display: none;
}

.btm:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.toji {
	border: 1px solid #999;
	background: #EEE;
	border-radius: 3px;
	padding: 3px 10px;
	display: block;
	margin: 20px auto 20px;
	max-width: 300px;
	text-align: center;
}

.toji:hover {
	opacity: 0.7;
}

.btm.mss_main {
	margin: -10px auto 0;
}

table.result01 {
	width: 100%;
	border: 1px solid #565656;
	padding: 10px;
	border-collapse: collapse;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

table.result01 td {
	padding: 5px;
}

table.result01 td.t01 {
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

table.result01 td.day {
	background: #21407e;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.result.td.right {
	text-align: right;
}

table.schedule {
	width: 100%;
	text-align: center;
}

table.schedule tbody {
	width: 100%;
}

table.schedule tr:nth-child(odd) td {
	background: #414141;
}

.schedule {
	width: 100%;
}

.form_every {
	width: 100%;
	background: #FFF;
	border: groove 5px #FFF;
}

.iframe_container {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.tg4th_iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 1020px;
}

.tg4th_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*-------------------------------------------*/


.main {
	background-color: #fbfbfb;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	color: #111111;
	background-attachment: fixed;
	width: 88.5rem;
	height: 100%;
	margin: 0 auto;
	/* padding-right : 1rem;
	padding-left: 1rem; */
	/* padding-bottom: 1rem; */
}

.area-main {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

.main-cwt {
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");
	color: #332008;
	background-attachment: fixed;
	max-width: 88.5rem;
	height: 100%;
	margin: 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

.main-wt {
	background-color: #F9F9F9;
	color: #030100;
}

.main-gre {
	background-color: #212900;
	background-image: url("https://www.transparenttextures.com/patterns/classy-fabric.png");
	color: #F9F9F9;
}

.main-bl {
	background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%);
	color: #ffffff;
}

.main-pk {
	background-image: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
	color: #ffffff;
}

.main-bk {
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/classy-fabric.png");
	color: #F9F9F9;
}

.text {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

p {
	padding-top: 8rem;
}

.flash {
	animation: flash 2.5s linear infinite;
}

.flash2 {
	animation: flash 1.5s linear infinite;
}

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.box01 {
	position: relative;
	margin: 5em 0 1.5em 0;
	padding: 2em 1em;
	border: solid 3px #333;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.box01 .box-title01 {
	position: absolute;
	display: inline-block;
	top: -80px;
	left: 10px;
	padding: 1.8rem 2rem;
	line-height: 1.3;
	font-size: 3.0rem;
	border-radius: 8px;
	font-weight: bold;
	border: solid 3px #333;
	background-color: #d10000;
	color: #fff;
}

table.prof td.pat {
	background-color: none;
	padding: 1.5rem 1rem;
	text-align: center;
	border-top: 0px solid #fff;
	border-bottom: 4px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-left: 2px solid #cdcdcd;
	text-align: center;
	border-spacing: 0px;
}


/*=======================================*/


section.bace {
	width: 100%;
	height: auto;
	background-image: url(../../../../images/auto/sal/bg-cwt.png);
	background-position: center;
	position: relative;
}


/*=======================================
area
=======================================*/

.area-wall {
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
}

.area-wall-y {
	background-color: #f0e511;
	background-image: url("https://www.transparenttextures.com/patterns/circles.png");
}

.area-box {
	background-color: #202020;
	background-image: url(https://www.transparenttextures.com/patterns/white-carbon.png);
}

.area-box-g {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+1,c19e67+50,b68d4c+51,f3e2c7+94,f3e2c7+94,e9d4b3+100 */
	background: #f3e2c7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f3e2c7 1%, #c19e67 50%, #b68d4c 51%, #f3e2c7 94%, #f3e2c7 94%, #e9d4b3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3e2c7 1%, #c19e67 50%, #b68d4c 51%, #f3e2c7 94%, #f3e2c7 94%, #e9d4b3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3e2c7 1%, #c19e67 50%, #b68d4c 51%, #f3e2c7 94%, #f3e2c7 94%, #e9d4b3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0);
	/* IE6-9 */
	/*background-attachment: fixed;
*/
	border: 0.4rem ridge #E6D2B0;
	text-align: left;
}

.area-box-gg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd9802+0,f4e493+51,461101+57,f9b804+67,fbdf93+100 */
	background: #dd9802;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dd9802 0%, #f4e493 51%, #f9b804 67%, #fbdf93 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dd9802 0%, #f4e493 51%, #f9b804 67%, #fbdf93 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dd9802 0%, #f4e493 51%, #f9b804 67%, #fbdf93 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd9802', endColorstr='#fbdf93', GradientType=0);
	/* IE6-9 */
}


.area-box-s {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #a6a6a6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	/* border: 0rem ridge #b5bdc8; */
}

.area-box-ss {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
	background: #ebe9f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=0);
	/* IE6-9 */
}

.area-box-b {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
	background: #f0b7a1;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b7a1', endColorstr='#bf6e4e', GradientType=0);
	/* IE6-9 */
	border: 0.4rem ridge #f0b7a1;
}


.area-box-rd {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf0404+0,9f0c0c+100 */
	background: #cf0404;
	/* Old browsers */
	background: -moz-linear-gradient(top, #cf0404 0%, #9f0c0c 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cf0404 0%, #9f0c0c 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cf0404 0%, #9f0c0c 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0404', endColorstr='#9f0c0c', GradientType=0);
	/* IE6-9 */
}

.area-box-y {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
	background: #fefcea;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefcea 0%, #f1da36 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0);
	/* IE6-9 */
}




.area-box-o {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: #fceabb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
	/* IE6-9 */

}

.area-box-gr {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ed356+0,6cc92e+50,53c900+51,67ce2f+100 */
	background: #8ed356;
	/* Old browsers */
	background: -moz-linear-gradient(top, #8ed356 0%, #6cc92e 50%, #53c900 51%, #67ce2f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8ed356 0%, #6cc92e 50%, #53c900 51%, #67ce2f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8ed356 0%, #6cc92e 50%, #53c900 51%, #67ce2f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ed356', endColorstr='#67ce2f', GradientType=0);
	/* IE6-9 */
}

.area-box-bl {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #1e5799;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
	/* IE6-9 */

}


.area-box-v {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb60b3+0,ad1283+50,de47ac+100;Pink+3D */
	background: #cb60b3;
	/* Old browsers */
	background: -moz-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#de47ac', GradientType=0);
	/* IE6-9 */
}


.area-box-pk {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff146e+1,d60225+100 */
	background: #ff146e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff146e 1%, #d60225 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff146e 1%, #d60225 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff146e 1%, #d60225 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff146e', endColorstr='#d60225', GradientType=0);
	/* IE6-9 */
}

.area-comment {
	width: 70rem;
	margin: 0 auto;
	padding: 4rem 0;
}

.area-box-a {
	background-image: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);
}

.area-box-t {
	background-image: url("https://www.transparenttextures.com/patterns/gplay.png");
}


.area-woven {
	background-color: #1c1c1c;
	background-image: url("https://www.transparenttextures.com/patterns/woven.png");
}

.area-woven-t {
	background-image: url("https://www.transparenttextures.com/patterns/woven.png");
}

.area-woven-y {
	background-color: #efe164;
	background-image: url("https://www.transparenttextures.com/patterns/woven-light.png");
}


.area-grad-bk {
	background: #7d7e7d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
	/* IE6-9 */

}


.area-cube {
	background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

.area-cube-y {
	background-color: #d6b200;
	background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

.area-bg {
	background-image: url(../../../../images/auto/mae/bg-sparkle.jpg);
	background-size: cover;
	background-position: center;
}

.area-bg2 {
	background-image: url(../../../../images/auto/sal/body3.jpg);
	background-size: cover;
	background-position: center;
}

.area-dm {
	background-image: url("https://www.transparenttextures.com/patterns/diagmonds.png");
}



.area-y {
	background-image: url(../../../../images/auto/sal/bg-section.jpg);
}

.area-lty {
	background-color: #F9F0A9;
}

.area-be {
	background-color: #FAF7ED;
}

.area-o {
	background-color: #FBB117;
}

.area-rd {
	background-color: #C83231;
}

.area-d7 {
	background: #D7C162;
}

/* .area-rd{background-image: url(../../../../images/auto/mae/bg-section-rd.jpg);} */
.area-bj {
	background-color: #F8EBB5;
}

.area-pk {
	background-image: url(../../../../images/auto/mae/bg-section-pk.jpg);
}

.area-bl {
	background-image: url(../../../../images/auto/mae/bg-section-bl.jpg);
}

.area-vio {
	background-image: url(../../../../images/auto/mae/bg-section-vio.jpg);
}

.area-b {
	background-color: #221714;
}

.area-gr {
	color: #fff;
	background-color: #1f4d00;
	background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
}

.area-emerald {
	background-image: url(../../../../images/book/sal/sal_sub_bg.png);
	background-size: cover;
	background-position: center;
}

.area-warning {
	background-image: url(../../../../images/auto/mae/bg-warning.png);
	position: relative;
	z-index: 99999;
}

.area-wa01 {
	background-image: url(../../../../images/book/etel/bg_wa01.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.area-wa02 {
	background-image: url(../../../../images/book/etel/bg_wa02.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.area-xmas {
	background-image: url(../../../../images/newb/mae1/section_bg_xmas.png);
	background-size: cover;
	background-position: center;
}

.area-wtgd {
	background-image: url(../../../../images/newb/sal/section_bg_wtgd.png);
	background-size: cover;
	background-position: center;
}

.area-wa03 {
	background-image: url(../../../../images/newb/sal/section_bg_wa03.png);
	background-size: cover;
	background-position: center;
}

.area-system {
	background-image: url(../../../../images/lps/nop/newop_bg.png);
	background-size: cover;
	background-position: center;
}

.area-omgwin {
	background-image: url(../../../../images/lps/slwin/chas/chas_bg_head.png);
	background-size: cover;
	background-position: center;
}


.area-clip-bk {
	background-image: url(../../../../images/king/mae/mae_main_bg.png);
	background-size: cover;
	background-position: center;
	position: relative;
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}

.area-note {
	background-color: #fafa96;
	background-image: url("https://www.transparenttextures.com/patterns/lined-paper-2.png");
}

.area-note_n {
	background-image: url("https://www.transparenttextures.com/patterns/lined-paper-2.png");
}


.area-back_wt {
	background-image: url(../../../../images/fastrev/sal/bg-section_wt.jpg);
	background-position: center;
}


.area-bo {
	border: 1rem solid #bc1c00;
}

.area-bo-g {
	border: 0.4rem ridge #E6D2B0;
}

.area-bo-s {
	border: 0.4rem ridge #b5bdc8;
}

.area-bo-b {
	border: 0.4rem ridge #f0b7a1;
}

/*-----------------------*/

table.shirushi {
	border: 1px solid #555555;
	background: #FFE47A;
	border-collapse: collapse;
	margin: 3rem auto;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	width: 80%;
	color: #000;

}

table.shirushi th {
	border: 1px solid #555555;
	font-size: 22px;
	background: #000;
	color: #FFF;
}

table.shirushi td {
	border: 1px solid #555555;
	font-weight: bold;
}

table.shirushi2 {
	border: 1px solid #555555;
	background: #FFC39E;
	border-collapse: collapse;
	margin: 3rem auto;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	width: 80%;
	color: #000;

}

table.shirushi2 th {
	border: 1px solid #555555;
	font-size: 22px;
	background: #000;
	color: #FFF;
}

table.shirushi2 td {
	border: 1px solid #555555;
	font-weight: bold;
}

.shirushi-t {
	margin: 30px 0 0 0px;
	text-align: center;
	font-size: 50px;
	line-height: 1.6;
	font-weight: bold;
	color: #e40000;
}



.select_messe {
	width: 100%;
	margin: 40px auto 0;
	padding-bottom: 50px;
	text-align: center;
	background: #f8f8f8;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.meaning {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #333;
}

.meaning p.border01 {
	width: 90%;
	margin: 20px auto 0;
	background-color: #faffb5;
	border: 1px solid #555;
	text-align: left;
	padding: 10px;
	border-radius: 10px;
}

.ex_h_top_area4 {
	width: 100%;
	padding: 1rem;
	border: #333 solid 3px;
	margin: 20px auto 0;
	background-image: linear-gradient(148deg, rgba(15, 15, 15, 0.04) 0%, rgba(15, 15, 15, 0.04) 35%, rgba(113, 113, 113, 0.04) 35%, rgba(113, 113, 113, 0.04) 42%, rgba(210, 210, 210, 0.04) 42%, rgba(210, 210, 210, 0.04) 100%), linear-gradient(70deg, rgba(15, 15, 15, 0.04) 0%, rgba(15, 15, 15, 0.04) 25%, rgba(113, 113, 113, 0.04) 25%, rgba(113, 113, 113, 0.04) 30%, rgba(210, 210, 210, 0.04) 30%, rgba(210, 210, 210, 0.04) 100%), linear-gradient(65deg, rgba(15, 15, 15, 0.04) 0%, rgba(15, 15, 15, 0.04) 13%, rgba(113, 113, 113, 0.04) 13%, rgba(113, 113, 113, 0.04) 27%, rgba(210, 210, 210, 0.04) 27%, rgba(210, 210, 210, 0.04) 100%), linear-gradient(90deg, rgb(255, 244, 205), rgb(255, 244, 205));
	color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}



.area-db {
	background-color: #131821;
}

.area-overlay {
	width: 100%;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .4) 50%);
	background-size: 3px 3px;
	z-index: 2;
}


.area-overlay_wt {
	width: 100%;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .4) 50%);
	background-size: 3px 3px;
	z-index: 2;
}


.area-overlay_y {
	width: 100%;
	background-image: linear-gradient(45deg, rgba(255, 255, 0, 0.2) 50%, rgba(255, 255, 0, .4) 50%);
	background-size: 10px 10px;
	z-index: 2;
}

.area-overlay-bk {
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 95%, rgba(0, 0, 0, 0.4) 95%);
	background-size: 5px 5px;
}

.area-overlay-bl {
	background-image: linear-gradient(45deg, rgba(0, 20, 255, 0.2) 50%, rgba(0, 20, 255, .4) 50%);
	background-size: 5px 5px;
}

.area-overlay-gr {
	background-image: linear-gradient(45deg, rgba(100, 255, 0, 0.2) 50%, rgba(100, 255, 0, .4) 50%);
	background-size: 5px 5px;
}

.area-overlay-yl {
	background-image: linear-gradient(45deg, rgba(255, 255, 0, 0.2) 50%, rgba(255, 255, 0, .4) 50%);
	background-size: 5px 5px;
}

.area-overlay-rd {
	background-image: linear-gradient(45deg, rgba(255, 0, 0, 0.2) 50%, rgba(255, 0, 0, .4) 50%);
	background-size: 5px 5px;
}


.area-box-p {
	background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.area-super {
	background-color: #baa912;
	background-image: url("https://www.transparenttextures.com/patterns/woven.png");
}

.area-special {
	background-color: #ad4420;
	background-image: url("https://www.transparenttextures.com/patterns/woven.png");
}

.area-dhorse {
	background-color: #5878bc;
	background-image: url("https://www.transparenttextures.com/patterns/woven.png");
}

.area-sepia {
	color: #ffffff;
	background-color: #a30303;
	background-image: url("https://www.transparenttextures.com/patterns/ps-neutral.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.area-sepia-top {
	height: 5rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#101111+18,8e897a+68,f2ead0+100 */
	background: #101111;
	/* Old browsers */
	background: -moz-linear-gradient(top, #101111 18%, #8e897a 68%, #f2ead0 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #101111 18%, #8e897a 68%, #f2ead0 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #101111 18%, #8e897a 68%, #f2ead0 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101111', endColorstr='#f2ead0', GradientType=0);
	/* IE6-9 */
}

.area-sepia-bottom {
	height: 5rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2ead0+0,8e897a+32,101111+100 */
	background: #f2ead0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f2ead0 0%, #8e897a 32%, #101111 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2ead0 0%, #8e897a 32%, #101111 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2ead0 0%, #8e897a 32%, #101111 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ead0', endColorstr='#101111', GradientType=0);
	/* IE6-9 */
}


.area-tile {
	color: #000000;
	background-color: #f4f7f6;
	background-image: url("https://www.transparenttextures.com/patterns/rocky-wall.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

}

.area-tree {
	color: #ffffff;
	background-color: #332222;
	background-image: url("https://www.transparenttextures.com/patterns/shley-tree-1.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}


.area-xv {
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.area-xv-wt {
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.area-xv-d7 {
	background-color: #D7C162;
	background-image: url(https://www.transparenttextures.com/patterns/cubes.png);
}

.area-deep {
	background-color: #1c1c1c;
	background-image: url(https://www.transparenttextures.com/patterns/cubes.png);
}

.area-xv-t {
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.area-xv-b {
	background-color: #57626b;
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.area-xv-y {
	background-color: #ffea2b;
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.area-xv-gr {
	background-color: #1f4d00;
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.area-arg {
	background-image: url("https://www.transparenttextures.com/patterns/argyle.png");
}

.area-mlpd {
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/my-little-plaid-dark.png");
}

.area-off {
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/office.png");
}

.area-sd {
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/shattered-dark.png");
}

.area-star {
	background-color: #464646;
	background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
}

.area-lux {
	background-color: #ffecb2;
	background-image: url("https://www.transparenttextures.com/patterns/fake-luxury.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.area_p {
	background-color: #de97da;
	background-image: url("https://www.transparenttextures.com/patterns/transparent-square-tiles.png");
	border: 2px solid #e70000;
	padding: 0 1.2rem;
}

.area-dot {
	background-color: #7d7d7d;
	background-image: url("https://www.transparenttextures.com/patterns/vertical-cloth.png");
}

.area-bor {
	border: 0.7rem solid #ff2a2a;
}


.area-bp {
	border: 0.2rem solid #bcb3bb;
}

.area-rainbow {
	background: linear-gradient(to bottom, Magenta, yellow, Cyan, Magenta);
	/* padding: 1rem; */
}

.caution {
	height: 370px;
	background-image: linear-gradient(270deg, rgba(14, 13, 0, 0.6) 0%, rgba(70, 71, 3, 0.6) 100%),
		url("/questions/finish/images/main_02.png");
	background-image: no-repeat;
	background-position: center;
	background-size: cover;
}

.caution_title {
	background: #ff0000;
	border-radius: 10px 10px 0 0;
	padding: 5px 0;
}

.caution_note {
	background: #FFFFFF;
	border-radius: 0 0 10px 10px;
	border: 5px solid #ff0000;
	padding: 2rem;
	color: #000000;
}

.scramble {
	height: 370px;
	background-image: url("/questions/finish/images/main_03.png");
	background-image: no-repeat;
	background-position: center;
	background-size: cover;
}

.select_res_wrap {
	border: solid 2px #666;
	box-shadow: 0px 0px 6px #fff;
	;
}

.select_syu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.select_item {
	width: calc(100% / 3);
	text-align: center;
	padding: 6px 0;
	border: solid 1px #aaa;
}

.select_item_all {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	border: solid 1px #aaa;
}

.schedule_item {
	width: 60%;
	text-align: center;
	padding: 6px 0;
	border: solid 1px #aaa;
	background-image: linear-gradient(-40deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
}

.schedule_item2 {
	width: 40%;
	text-align: center;
	padding: 6px 0;
	border: solid 1px #aaa;
}

.reason-col {
	width: 100%;
	background: #fff;
	border-radius: 8px;
}

.reason-red-title {
	padding: 10px;
	background: #c20000;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	position: relative;
}

.reason-red-title:before {
	content: "";
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #c20000 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -10px;
}

.reason-blue-title {
	padding: 10px;
	background: #004ec2;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	position: relative;
}

.reason-blue-title:before {
	content: "";
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #004ec2 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -10px;
}

.c-bnr.practice03 {
	position: relative;
	transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
}

.button-099 {
	border: none;
	border-radius: 150px;
	font-weight: 600;
	font-size: 1.5em;
}


.button-099 {
	margin: 3rem auto;
	position: relative;
	max-width: 669px;
	width: 100%;
	height: 123px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-shadow: 1px 1px 3px #0da46c;
	background-image: linear-gradient(135deg, #3D8361 0%, #1C6758 100%);
	font-weight: bold;
	padding: 1rem 0;
	line-height: 3rem;
}

@keyframes glow2 {
	0% {
		background-image: linear-gradient(135deg, #00ff1e 0, #00deb5 100%);
	}

	100% {
		background-image: linear-gradient(80deg, #00ff1e 0, #00deb5 100%);
	}
}


/* boxの影 (filterプロパティ未対応のブラウザ) */
.button-099::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
	/* filterが効かない場合黒い影をつける */
	z-index: -1;
	animation: glow2 1s infinite;
}

/* boxの影 (filterプロパティ対応済のブラウザ) */
@supports (-webkit-filter: blur(20px)) {
	.button-099::before {
		background-image: linear-gradient(135deg, #00ff1e 0, #00deb5 100%);
		-webkit-filter: blur(23px);
		filter: blur(23px);
		box-shadow: none;
	}
}

/* boxの影 (filterプロパティ未対応のブラウザ) */
.button-022::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
	/* filterが効かない場合黒い影をつける */
	z-index: -1;
	animation: glow 1s infinite;
}

/* boxの影 (filterプロパティ対応済のブラウザ) */
@supports (-webkit-filter: blur(20px)) {
	.button-022::before {
		background-image: linear-gradient(135deg, #fc00ff 0, #00dbde 100%);
		-webkit-filter: blur(23px);
		filter: blur(23px);
		box-shadow: none;
	}
}


.c-bnr.practice03 {
	position: relative;
	transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-bnr.practice03::before,
.c-bnr.practice03::after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	margin: auto;
	transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
	opacity: 0;
}

.c-bnr.practice03::before {
	background: rgba(190, 91, 70, .6);
	width: 100%;
	height: 100%;
}

.c-bnr.practice03::after {
	color: hsl(217, 100%, 70%);
	font-size: 1.5em;
	font-weight: bold;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	bottom: 0;
	right: 0;
}

.c-bnr.practice03:hover::before,
.c-bnr.practice03:hover::after {
	opacity: 1;

}

.c-bnr.practice03:hover::after {
	letter-spacing: 0.1em;
}

.c-bnr.practice03:hover {
	transform: scale(0.9);
	color: #fbfbfb;
}


.shadow {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.shadow-f {
	filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
}

.shadow-wt {
	box-shadow: 0 0px 20px rgba(255, 255, 255, 0.75);
}

.shadow-rd {
	box-shadow: 0 0px 20px rgba(255, 0, 0, 0.75);
}

.shadow-y {
	box-shadow: 0 0px 20px rgba(255, 255, 0, 0.75);
}

.t-shadow-s {
	text-shadow: -1px -1px 1px rgba(100, 100, 100, .5),
		1px 1px 1px rgba(255, 255, 255, .7);
}

.t-shadow-wt {
	text-shadow: -1px -1px 10px rgba(255, 255, 255, 0.7),
		1px 1px 10px rgba(255, 255, 255, 0.7);
}

.t-shadow-y {
	text-shadow: -1px -1px 10px rgba(255, 255, 0, 0.7),
		1px 1px 10px rgba(255, 255, 0, 0.7);
}

.flash-rd {
	filter: drop-shadow(0px 0px 10px rgba(222, 32, 36, 1));
}

.flash-gr {
	filter: drop-shadow(0px 0px 20px rgb(203, 222, 32));
}

.shadow_p {
	filter: drop-shadow(0px 0px 6px #aaa);
}

.ltred {
	color: #ffa3a3;
}

.pink {
	color: #EF0D51;
}

.vio {
	color: #3c0a5b;
}

.bg-y {
	background-color: #fff89b;
}

.tr {
	color: #ff0000;
}

.sky {
	color: #009CA8;
}

.area-sky {
	background-color: #009CA8;
}

.cobo_area {
	width: 100%;
	margin: 50px auto 0;
	padding: 1rem;
	background-color: #333;
}

/*==========================================*/


.box {
	display: inline-flex;
	width: 100%;
}

.box p {
	padding: 1rem;
}

.box i {
	margin-top: 0.3rem;
	/*	color: #ff0000;
*/
}



.box-table {
	display: table;
}

.box-table div {
	display: table-cell;
	/* width: auto; */
}



/*==========================================*/

.bg-flash {
	position: relative;
	overflow: hidden;
	height: 50rem;
	margin-right: auto;
	margin-left: auto;
}

.bg-flash div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

}


/* result
**********************************************************/




/*=====================================================
result
=====================================================*/

.result {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
}

.result li {
	width: calc(100% / 2 - 0.5rem);
	display: inline-block;
	font-size: 1.6rem;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem;
	border: 0.1rem solid #009CA8;
	margin-bottom: 2rem;
}

.result li .data {
	display: flex;
	flex-wrap: nowrap;
}

.result li .data .hdd {
	padding: 0.5rem;
	width: 40%;
	text-align: center;
}

.result li .data .num {
	padding: 0.5rem;
	width: 60%;
	background-color: #ffffff;
	color: #DE2024;
	font-weight: bold;
	text-align: center;
}

.result-allrace {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

.result li .hit {
	display: flex;
	flex-wrap: wrap;
}


.result li .hit .hdd {
	padding: 0.5rem;
	width: 40%;
	margin-bottom: 0.5rem;
	text-align: center;
}

.result li .hit .money {
	padding: 0.5rem;
	width: 60%;
	background-image: url(../../../../images/auto/sal/bg-section.jpg);
	color: #DE2024;
	font-weight: bold;
	margin-bottom: 0.5rem;
	font-size: 2.5rem;
	text-align: right;
}


/* result
**********************************************************/


.result-data {
	padding: 1rem;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
}

.result-data br {
	display: block;
}

.result-data br.sb {
	display: none;
}


.result-box {
	width: 100%;
	margin-bottom: 3rem;
	/* display: grid;
	grid-template-columns: 50% 1fr ; */
	font-size: 1.6rem;
}

.result-box2 {
	width: 100%;
	color: #ffffff;
	padding: 1rem;
	margin-bottom: 3rem;
	display: grid;
	grid-template-columns: 30% 1fr 30% 1fr;
	font-size: 1.6rem;
}


.l-box {
	text-align: left;
	margin-right: 1rem;
}

.l-number {
	display: inline-flex;
	flex-wrap: wrap;
}


.l-number p.hdd {
	flex-basis: 40%;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #474747;
	font-weight: normal;
	background-image: none;
	margin-right: 0.2rem;
}

.l-number p.colspan {
	width: 100%;
}



.l-number p.hdd-omega {
	flex-basis: 40%;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #272266;
	font-weight: normal;
	background-image: none;
	margin-right: 0.2rem;
}


.l-number p.hdd-alpha {
	flex-basis: 40%;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #A8150B;
	font-weight: normal;
	background-image: none;
	margin-right: 0.2rem;

}

.l-number p {
	width: 58%;
	padding: 1rem;
	margin-bottom: 0.1rem;
	text-align: left;
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
}



.r-number {
	display: inline-flex;
	flex-wrap: wrap;
	text-align: left;
}


.r-number p.hdd {
	flex-basis: 40%;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #474747;
	font-weight: normal;
	background-image: none;
	margin-right: 0.2rem;
	text-align: left;
}



.r-number p {
	width: 59%;
	text-align: left;
	padding: 1rem;
	margin-bottom: 0.1rem;
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
}


p.omega {
	font-size: 1.6rem;
	color: #ffffff;
	background-color: #272266;
	font-weight: bold;
	background-image: none;
	margin-right: 0.2rem;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
}


p.alpha {
	font-size: 2rem;
	color: #fff94c;

	background-color: #A8150B;
	font-weight: bold;
	background-image: none;
	margin-right: 0.2rem;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
}



p.money {
	background-color: #dddddd;
	font-weight: normal;
	text-align: left;
	font-size: 2rem;
}

p.hit {
	background-color: #ffee3a;
	color: #FF0000;
	font-weight: bold;
	background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

/* p.fs25{
	font-size: 2rem;
} */

p.omega span {
	color: #fff94c;
	font-size: 2rem;
}


p.alpha span {
	color: #ffffff;
	font-size: 1.6rem;
}



.result-alpha .result-data {
	background-color: #010101;
	background-image: url("https://www.transparenttextures.com/patterns/argyle.png");
}

.result-alpha p.hdd {
	background-color: #4e4600;
	background-image: url("https://www.transparenttextures.com/patterns/starring.png");
}

/*　
*********************************************************/


/*　
*********************************************************/
.note4 {
	width: 90%;
	color: #010427;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #e6e6e6;
	padding: 1rem;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
}

.sen4 {
	background-color: #fff;
	text-align: left;
	background-image:
		linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2;
	padding: 2em 1em 1.8em 1em;
}

.sen4 p {
	padding: 2em 1em 1.8em 1em;
}



ul.comment {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.note3 {
	width: 100%;
	color: #010427;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #e6e6e6;
	padding: 1rem;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
}

ul.comment li.sen4 {
	background-color: #fff;
	text-align: left;
	background-image:
		linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2;
	padding: 2em 1em 1.8em 1em;
}

ul.comment li.sen4 p {
	padding: 1.8em 1em 1.8em 1em;
}


ul.comment li {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000000;
	/*	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
*/
	background-color: #ffffff;
	padding: 3rem 2rem;
}


ul.comment li:nth-child(even) {
	background-color: #e4e4e4;
}

ul.comment li:nth-child(even).sen4 {
	background-image:
		linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #e9e6f7 0%, #e9e6f7 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
}



ul.comment li .c-date {
	display: block;
	font-size: 1.4rem;
	color: #999999;
	font-weight: normal;
	margin-bottom: 1rem;
}

/* 全体の枠 */
ul.talk {
	width: 100%;
	background: #fff493;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
	padding: 3rem 0;
	/*	overflow:auto;
*/
	display: block;
	list-style: none;
	text-align: left;
	color: #000000;
	font-size: 1.7rem;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}


ul.talk li {
	width: 100%;
	margin-bottom: 3rem;
}


ul.talk li p {
	width: 75%;
	min-height: 3rem;
}

/* 左のトークボックス */
ul.talk li:nth-child(odd):after {
	/* 左のスペース */
	content: '';
	display: inline-block;
	width: 15%;
}

ul.talk li:nth-child(odd):before {
	/* 左の丸アイコン */

	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 0 2rem 0 0;
	width: 10%;
}

ul.talk li:nth-child(odd) p:before {
	/* 左ふきだしの左三角を描画 */
	content: '';
	position: absolute;
	top: 8px;
	left: -20px;
	border: 12px solid transparent;
	border-right: 12px solid white;
}

ul.talk li:nth-child(odd) p {
	/* 左ふきだしの本体 */
	display: inline-block;
	position: relative;
	background-color: white;
	border-radius: 10px;
	margin: 0 0 0 0;
	padding: 2rem;
}

/* 右のトークボックス */
ul.talk li:nth-child(even):before {
	/* 左のスペース */
	content: '';
	display: inline-block;
	width: 15%;
}

ul.talk li:nth-child(even):after {
	/* 右の丸アイコン */
	content: '\f59a';
	font-family: FontAwesome;
	font-size: 3rem;
	color: #C83231;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 2rem;
	width: 10%;
}


ul.talk li:nth-child(even) p:after {
	/* 右ふきだしの右三角を描画 */
	content: '';
	position: absolute;
	top: 8px;
	right: -20px;
	border: 12px solid transparent;
	border-left: 12px solid #343434;
}

ul.talk li:nth-child(even) p {
	/* 右ふきだしの本体 */
	display: inline-block;
	position: relative;
	background-color: #343434;
	color: #ffffff;
	border-radius: 10px;
	margin: 0 0 0 0;
	padding: 2rem;
}


ul.last-number {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.last-number li {
	width: 100%;
	display: inline-block;
	font-size: 5.3rem;
	color: #000000;
	background-color: #ffffff;
	padding: 0.5rem;
	margin: 0.2rem;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
}

ul.last-number li:nth-child(n + 101) {
	background-color: #0c0c0c;
	color: #F7F7F7;
}

ul.last-number li:nth-child(n + 201) {
	color: #000000;
	background-color: #ffffff;
}


/*===========================================*/



/*--アコーディオン--*/

.accbox {
	width: 100%;
	padding: 0;
}


.accbox label {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 2rem 1rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-radius: 1.5rem;
	background-color: #aa1111;
	vertical-align: middle;
	color: #ffffff;
}



.accbox input {
	display: none;
}

.accbox .accshow {
	width: 100%;
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.cssacc:checked+.accshow {
	height: auto;
	padding: 5px;
	background: #;
	opacity: 1;
}

.accordion-click {
	border: #dcdcdc solid 0.2rem;
	padding: 1% 1%;
	font-size: 170%;
	line-height: 1.6;
	margin: 2% auto;
	width: 90%;
	cursor: pointer;
}

.accordion-click span {
	border-bottom: 2px #B0B0AF solid;
}

.accordion-click:hover {
	opacity: 0.8;
	background: #FBF7DF;
}




#sampleBox {
	width: 100%;
	height: 40rem;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	font-weight: bold;
}

#sampleText {
	margin: 40rem 0;
}

#sampleText li {
	display: inline-block;
	padding: 0.5rem;
	color: #000000;
	background-color: #ffffff;
	margin: 0.2rem;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
	backface-visibility: hidden;
}


ul.monitor {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*	align-items: flex-start;
*/
}


ul.monitor li {
	width: calc(100% / 2 - 1%);
	display: inline-block;
	background-color: #ffffff;
	padding: 2rem;
	color: #000000;
	position: relative;
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}


ul.monitor li img.icon {
	width: 10rem;
	height: 10rem;
	background-color: #ffffff;
	object-fit: contain;
	border-radius: 8rem;
	border: 0.2rem solid #000000;

}


ul.monitor {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 300vw;
}

ul.monitor .item {
	width: calc(100% / 2 - 2%);
	display: inline-block;
	background-color: #ffffff;
	padding: 2rem;
	color: #000000;
	position: relative;
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}



@media (max-width: 667px) {
	.flexbox {
		height: auto;
	}

	.flexbox .item {
		width: 100%;
	}
}


/*****************************************
	ユーザー声　吹き出し
******************************************/
.balloon5 {
	width: 100%;
	margin: 1.5em 0;
	/* overflow: hidden; */
}

.balloon5 .chatting {
	width: 100%;
}

.says {
	/* display: inline-block; */
	position: relative;
	margin: 10px 0 0 20px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #fff9c7;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #fff9c7;
}

.says p {
	margin: 0;
	padding: 0;
}

/* 吹き出し本体 */
.balloon01 {
	position: relative;
	box-shadow: 6px 6px 0px 0px #8c8a30;
	/* 吹き出し本体の影 */
}

/* 三角アイコン */
.balloon01::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 27px;
	bottom: -18px;
	border-top: 15px solid #8c8a30;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

/* 三角アイコンの影 */
.balloon01::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-top: 15px solid #d19900;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}


/*****************************************
	ユーザー声　エアメール
******************************************/

.air-mail {
	position: relative;
	padding: 14px;
	width: 100%;
	background: -webkit-repeating-linear-gradient(135deg, #d43 0px, #d43 20px, #fec 20px, #fec 40px, #226 40px, #226 60px, #fec 60px, #fec 80px);
	background: repeating-linear-gradient(135deg, #d43 0px, #d43 20px, #fec 20px, #fec 40px, #226 40px, #226 60px, #fec 60px, #fec 80px);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.air-mail section {
	padding: 20px;
	background: #fec;
	color: #430;
}

.air-mail h2 {
	margin: 0;
}

.air-mail h2 a {
	margin: 0;
	color: #430;
}

.air-mail section p {
	margin: 16px 0 0;
	line-height: 1.61;
}

.air-mail time {
	position: absolute;
	bottom: 5%;
	right: 5%;
	display: inline-block;
	padding: 10px;
	width: 120px;
	height: 120px;
	border: 5px double rgba(68, 51, 0, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: rgba(68, 51, 0, 0.5);
	text-align: center;
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	line-height: 100px;
	-webkit-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	transform: rotate(-16deg);
}

.air-mail time:before {
	position: absolute;
	top: 14%;
	display: block;
	padding: 0 0 8px;
	width: 82%;
	border-bottom: 1px solid rgba(68, 51, 0, 0.5);
	content: 'Posted at :';
	font-size: 16px;
	line-height: 1;
}

.air-mail time:after {
	position: absolute;
	bottom: 16%;
	display: block;
	padding: 6px 0 0;
	width: 82%;
	border-top: 1px solid rgba(68, 51, 0, 0.5);
	content: 'from JAPAN';
	font-size: 13px;
	line-height: 1;
}


/*===========================================*/

/*折り畳み*/
.hidden_box {
	padding: 0;
}

.hidden_box label {
	width: 80%;
	padding: 2rem;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;

	background-color: #44858c;
	background-image: url("https://www.transparenttextures.com/patterns/inflicted.png");
}

/*ボタンホバー時*/
.hidden_box label:hover {
	background-color: #8dddcb;
	color: #253654;
	background-image: none;
}

/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked~.hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}


/*********************************************************
/* form
*********************************************************/

.area-form {
	width: 80rem;
	margin: 0 auto;
}

.form {
	width: 100%;
	margin: 0rem auto;
	/*	padding: 2rem;
*/
	text-align: center;
	color: #000000;
}


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

label:hover {
	border: none;
} */


input[type="text"] {
	width: 100%;
	padding: 1.5rem 1rem;
	font-size: 2rem;
	/*	color:#000000;
	font-weight:bold;
	text-align: center;
	background-color: #dddddd;
	border-radius: 0.5rem;
	border: none;*/
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	border: 0.5rem solid #bfbfbf;
	border-radius: 0.5rem;

}


input[type="submit"] {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2rem;
	font-size: 3rem;
	background-color: #FF2B74;
	/*	border-radius: 10rem;
*/
	color: #ffffff;
	border: none;
	cursor: pointer;
}


/* button{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2rem;
	font-size: 2rem;
	font-weight: bold;
	background-color: #ffa939;
	color: #ffffff;
	border: 0.3rem solid #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");
	border: none;
	cursor: pointer;
}


button.agree {
	background-color: rgb(102, 102, 102);
	cursor: pointer;
} */

/*== ボタン共通設定 */
.btn {
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	/* border: 1px solid #555; */
	padding: 30px;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
	width: 80%;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;
	/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color: #333;
}

.btn:hover span {
	color: #fff;
}

.btn-area {
	background: #c10000;
	border: none;
}

button {
	/* width: 80%; */
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2rem;
	font-size: 2rem;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	border: 0.3rem solid #ffffff;
	/* background-image: url(https://www.transparenttextures.com/patterns/blizzard.png); */
	border: none;
	cursor: pointer;
}

.button-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	margin: 1rem auto;
	padding: .9em 2em;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
	background-color: #169c9a;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	color: #fafafa;
}

.button-3:hover {
	background-color: #068c8a;
}

.btn--red.btn--cubic {
	border-bottom: 5px solid #9f000c;
	color: #FFFFFF;
	background: #d52533;
}

.btn--red.btn--cubic:hover {
	margin-top: 3px;
	border-bottom: 2px solid #9f000c;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: #000000;
	width: 120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
	animation: skewanime .5s forwards;
	/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left: -10%;
		/*画面の見えていない左から右へ移動する終了地点*/
	}
}

select {
	padding: 1.5rem;
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	border-radius: 0.5rem;
	margin: 0 0 2rem 0;
	background-color: #ffffff;
	cursor: pointer;
}

option {
	cursor: pointer;
}



textarea {
	padding: 1.5rem;
	font-size: 1.8rem;
	width: 100%;
	height: 20rem;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
	border: 0.5rem solid #bfbfbf;
	border-radius: 0.5rem;
}



a.p-link {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 2rem;
	background-color: #FF2B74;
	color: #ffffff;
	cursor: pointer;
}


a.rd-link {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 2rem;
	background-color: #FF1D00;
	color: #ffffff;
	cursor: pointer;
}


a.v-link {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 2rem;
	background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
	color: #ffffff;
	border-radius: 5rem;
	cursor: pointer;
}

a.g-link {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2rem;
	border-radius: 1rem;
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
	background: #f5f6f6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6', endColorstr='#f5f6f6', GradientType=0);
	/* IE6-9 */
	color: #000000;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	cursor: pointer;
}

@media screen and (min-width: 568px) {
	a.g-link:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}


.brick {
	margin: 0 auto;
	padding: 1rem;
	width: 100%;
	column-count: 3;
	column-gap: 0;
}

@media (max-width: 800px) {
	.brick {
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.brick {
		column-count: 1;
	}
}

.grid {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	background: #ffffff;
	text-align: left;
	margin: 1rem 0.5rem;
	border-radius: 0.5rem;
	box-shadow: 0 0px 10px #9e9e9e;
	font-size: 1.6rem;
	color: #ED486A;
}

.grid p {
	padding: 1.4rem;
}


/*===========================================*/


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


table.list th {
	padding: 1rem;
	text-align: center;
	width: 25%;
	font-size: 2rem;
	vertical-align: middle;
	font-weight: bold;
	/* border-bottom: 0.1rem solid #ffffff; */
	color: #ffffff;
	background-color: #353535;
	background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}


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

table.tokuten {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0.1rem;
	line-height: 1.5;
	border: none;
	font-size: 1.8rem;
}

table.tokuten th {
	padding: 1rem 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-bottom: 0.1rem solid #ffffff;
	background-color: maroon;
	color: #fff;
}

/* table.tokuten tr.kako{
	text-decoration: line-through double #380000;
} */

table.tokuten td {
	text-align: center;
	background-color: #ffffff;
	padding: 1rem 0;
	border-bottom: 0.1rem solid #dddddd;
	font-weight: bold;
}

table.tokuten td.day {
	background-color: #e06900;
	background-image: url("https://www.transparenttextures.com/patterns/redox-02.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	color: #fff;
	font-weight: bold;
}

table.tokuten td.pt {
	background-color: #fdf1e8;
	font-weight: 900;
	color: #e70000;
}

table.tokuten tr td.gray {
	background-color: #333333;
	font-weight: 900;
	color: #FFFFFF;
}


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



table.list .gray {
	color: #6d6d6d;
}



table.gouka {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	line-height: 1.5;
	border: #001e57 groove 2px;
	background-color: #fff;
}

table.gouka tr:nth-child(odd) {
	background-color: #eef2ff;
	color: #00042c;
}

table.gouka th {
	width: 30%;
	padding: 1rem 0;
	text-align: center;
	vertical-align: middle;
	border: #001e57 solid 1px;
	color: #303030;
	background-color: #ffaa2b;
	background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

table.gouka td {
	width: 30%;
	padding: 1rem;
	text-align: center;
	border: #001e57 solid 1px;
}

table.gouka td.umu {
	width: 30%;
	padding: 1rem;
}



/* @media screen and (max-width: 768px) {
	table.gouka th{
		width: 100%;
		display: block;
		padding: 0.5rem 0;
		text-align: center;
		vertical-align: middle;
	}
	
	table.gouka td{
		width: 50%;
		display: inline-block;
		padding: 0.5rem;
	}
	table.gouka td.umu{
		width: 50%;
		display: inline-block;
		padding: 0.5rem;
	}
} */







table.point {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	border-spacing: 0;

}


table.point th {
	width: 22%;
	padding: 3rem 1rem;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: #f2266a;
	color: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	border-bottom: 1px solid #ffffff;
}


table.point td {
	padding: 1rem 1rem 4rem 1rem;
	overflow: hidden;
	text-align: left;
	background: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/white-carbon.png");
	border-bottom: 1px solid #ffffff;
}


span.hissu {
	display: inline-block;
	min-width: 5rem;
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 1rem;
	padding: 0 0.2rem;
	border-radius: 10px;
}

span.jiyu {
	display: inline-block;
	min-width: 5rem;
	text-align: center;
	background-color: #2179FC;
	color: #ffffff;
	font-weight: bold;
	margin-left: 1rem;
	padding: 0 0.2rem;
}



/*-------------------------------------------*/

table.question {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
}

table.question tr {
	margin: 10px 0 0;
}

td.q1 {
	width: 10%;
	text-align: center;
	padding: 10px;
	background: #384150;
}

td.a1 {
	width: 10%;
	text-align: center;
	padding: 10px;
	background: #DDE0E5;
	color: #000000;
}

td.t1 {
	background: #4B535E;
	padding: 20px;
	color: #FFFFFF;
}

td.t2 {
	background: #F1F2F6;
	padding: 20px;
	color: #000000;
}



.heading {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	padding: 1.5rem;
	background-color: #1B2940;
}



.radio-input {
	display: none;
}

.radio-input+label {
	padding-left: 30px;
	position: relative;
	margin-right: 20px;
}

.radio-input+label::before {
	content: "";
	/*  display: block;
*/
	display: none;
	position: absolute;
	top: 15px;
	left: 5px;
	bottom: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}

.radio-input:checked+label {
	background-color: #F9E54A;
}

.radio-input:checked+label::after {
	content: "";
	/*  display: block;
*/
	display: none;
	position: absolute;
	top: 17px;
	left: 7px;
	width: 11px;
	height: 11px;
	background: #5e5e5e;
	border-radius: 50%;
}

/* 大枠ボックス */
.layer {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}

/* 背景画像の読み込み */
.layer-bg01 {
	background: url("/questions/finish/images/main_04.png") no-repeat 0 0;
	background-size: 100%;
}

/* 背景画像の読み込み */
.layer-bg02 {
	background: url("/questions/finish/images/main_05.png") no-repeat 0 0;
	background-size: 100%;
}

/* 重ねる文字の基本設定 */
.layer-txt {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	color: #fff;
	letter-spacing: 0.4rem;
}

/* PC向けの設定 */
@media screen and (min-width: 601px) {
	.layer-txt {
		font-size: 2rem;
		padding: 8rem 0;
	}
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
	.layer-txt {
		font-size: 1.4rem;
		padding: 4rem 0;
	}
}

/*===========================================*/


/*===========================================*/

/****************************
	カウントダウン
*****************************/
.timer {
	max-width: 900px;
	height: auto;
	margin: 20px auto;
	background: rgb(255, 255, 0, 0.9);
	box-shadow: 0 0 20px rgb(255, 255, 161);
	padding: 20px 0;
}

#CDT {
	width: 100%;
	text-align: center;
	font-weight: bold;
	/* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	/* position: absolute;
    top: 75%;
    left: 50%; */
	/* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
	padding: 20px 0;
	background: #f3f3f3;
	text-shadow: 1px 1px 1px #666;
}

#CDT01 {
	width: 100%;
	text-align: center;
	font-size: 7rem;
	font-weight: bold;
	/* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	/* position: absolute;
    top: 75%;
    left: 50%; */
	/* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
	color: #ff4800;
}

#CDT02 {
	width: 100%;
	text-align: center;
	font-size: 7rem;
	font-weight: bold;
	color: #ffffff;
	/* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	/* position: absolute;
    top: 75%;
    left: 50%; */
	/* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
	color: #ff4800;
}

@media screen and (max-width: 480px) {
	#CDT {
		font-size: 4rem;
	}

	#CDT01 {
		font-size: 4rem;
	}

	#CDT02 {
		font-size: 4rem;
	}
}

/****************************
	eyecatch
*****************************/


#eyecatch ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#eyecatch li {
	width: 22%;
	margin-bottom: 10px;
	list-style: none;
}

#eyecatch li img {
	max-width: 100%;
	margin-bottom: 10px;
	box-shadow: 2px 2px 7px 0px #000;
	transition: 0.3s;
	border: 2px solid #5d5d5d;
}

#eyecatch .content-title {
	display: inline-block;
	border: solid 2px black;
	background-color: #fff;
	font-weight: bold;
	padding: 2px 10px;
}

#eyecatch p {
	font-size: 90%;
	letter-spacing: 0.07em;
	text-align: middle;
	padding: 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4rem;
}

#eyecatch img:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#eyecatch .viewmore {
	margin-top: 10px;
	text-align: center;
}

#eyecatch .viewmore a {
	display: inline-block;
	border: 1px solid #484e4d;
	padding: 7px 25px 7px;
	text-decoration: none;
	transition: all 0.35x;
	color: #000;
	background-color: transparent;
	transition: 0.35s;
}

#eyecatch .viewmore a:hover {
	background-color: #000;
	color: #fff;
	transition: 0.35s;
}


/*********************************************************
	border
*********************************************************/
.border01 {
	border: 1px solid #555;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 300;
}

.ex_h_top_area_white2 {
	width: 90%;
	background-image: linear-gradient(158deg, rgba(84, 84, 84, 0.03) 0%, rgba(52, 52, 52, 0.02) 100%), linear-gradient(90deg, #ffffff, #ffffff);
	padding: 1rem;
	box-shadow: 0 0 0 5px #555, 0 0 0 10px #EEE;
	margin: 20px auto 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: left;

}




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


footer {
	width: 100%;
	background-color: #000000;
	padding: 2rem 0rem;
	color: #ffffff;
}

.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer ul {
	text-align: center;
	font-size: 1.6rem;
}

.footer ul li {
	display: inline-block;
	padding: 0.5rem;
	text-align: center;
	font-weight: normal;
}

.footer ul li a {
	color: #ffffff;
}


.footer .copy {
	font-size: 1.4rem;
	color: #dddddd;
	padding: 1rem 0.5rem;
	text-align: center;
}


/*=========================================*/


/*=========================================*/



.fadeinout {
	animation-name: fadeinout;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes fadeinout {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0.4;
	}
}


@keyframes zoomin {
	0% {
		opacity: 0;
		transform: scale(5, 5);
		filter: drop-shadow(0px 0px 40px rgba(255, 255, 255, 0));
	}

	20% {
		opacity: 0.5;
		transform: scale(1.4, 1.4);
	}

	100% {
		opacity: 1;
		transform: scale(1.2, 1.2);
		filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 1));
	}
}



.zoomin {
	margin: auto;
	text-align: center;
	animation-name: zoomin;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@keyframes zoomin2 {
	0% {
		opacity: 0;
		transform: scale(5, 5);
	}

	20% {
		opacity: 0.5;
		transform: scale(1.4, 1.4);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}



.zoomin2 {
	margin: auto;
	text-align: center;
	animation-name: zoomin2;
	/*    animation-duration: 1s;
*/
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}



@keyframes zoomUp {
	0% {
		opacity: 0.2;
		transform: scale(0.2, 0.2);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

.zoomUp {
	margin: auto;
	text-align: center;
	animation-name: zoomUp;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

.rotate-diagonal-1 {
	-webkit-animation: rotate-diagonal-1;
	animation: rotate-diagonal-1;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes rotate-diagonal-1 {
	0% {
		-webkit-transform: rotate3d(1, 1, 0, 0deg);
		transform: rotate3d(1, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(1, 1, 0, -180deg);
		transform: rotate3d(1, 1, 0, -180deg);
	}

	100% {
		-webkit-transform: rotate3d(1, 1, 0, -360deg);
		transform: rotate3d(1, 1, 0, -360deg);
	}
}

@keyframes rotate-diagonal-1 {
	0% {
		-webkit-transform: rotate3d(1, 1, 0, 0deg);
		transform: rotate3d(1, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(1, 1, 0, -180deg);
		transform: rotate3d(1, 1, 0, -180deg);
	}

	100% {
		-webkit-transform: rotate3d(1, 1, 0, -360deg);
		transform: rotate3d(1, 1, 0, -360deg);
	}
}

.flip-2-ver-left-fwd {
	margin: auto;
	text-align: center;
	animation-name: flip-2-ver-left-fwd;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@-webkit-keyframes flip-2-ver-left-fwd {
	0% {
		-webkit-transform: translateX(-100%) translateZ(160px) rotateY(180deg);
		transform: translateX(-100%) translateZ(160px) rotateY(180deg);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0) translateZ(0) rotateY(0);
		transform: translateX(0) translateZ(0) rotateY(0);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		opacity: 1;
	}

}

@keyframes flip-2-ver-left-fwd {
	0% {
		-webkit-transform: translateX(-100%) translateZ(160px) rotateY(180deg);
		transform: translateX(-100%) translateZ(160px) rotateY(180deg);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0) translateZ(0) rotateY(0);
		transform: translateX(0) translateZ(0) rotateY(0);
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		opacity: 1;
	}

}



.flash-f {
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	animation-name: flash-f;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	transition-timing-function: ease-out;
	animation-direction: alternate;
}

@keyframes flash-f {
	0% {
		filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 1));
	}

	100% {
		filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
	}
}


.flash-y {
	filter: drop-shadow(0px 0px 10px rgb(255, 255, 0));
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	animation-name: flash-y;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	transition-timing-function: ease-out;
	animation-direction: alternate;
}

@keyframes flash-y {
	0% {
		filter: drop-shadow(0px 0px 20px rgba(255, 255, 0, 1));
	}

	100% {
		filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 1));
	}
}


.flash-g {
	filter: drop-shadow(0px 0px 10px rgb(211, 255, 88));
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	animation-name: flash-g;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	transition-timing-function: ease-out;
	animation-direction: alternate;
}

@keyframes flash-g {
	0% {
		filter: drop-shadow(0px 0px 30px rgba(200, 255, 50, 1));
	}

	100% {
		filter: drop-shadow(0px 0px 5px rgba(200, 255, 50, 1));
	}
}


.fuwa {
	animation-name: fuwa;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}

@keyframes fuwa {
	0% {
		transform: translate(0, 0px);
	}

	100% {
		transform: translate(0, -15px)
	}
}

.rotate-center {
	-webkit-animation: rotate-center 20s linear infinite both;
	animation: rotate-center 20s linear infinite both;
}


@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);

	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);

	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes shadow-drop-2-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: translateZ(50px);
		transform: translateZ(50px);
		-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}

@keyframes shadow-drop-2-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-transform: translateZ(50px);
		transform: translateZ(50px);
		-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}


.slide-in-elliptic-bottom-bck {
	-webkit-animation: slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-16 17:32:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-bck
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-bottom-bck {
	0% {
		-webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
		transform: translateY(600px) rotateX(-30deg) scale(6.5);
		-webkit-transform-origin: 50% -100%;
		transform-origin: 50% -100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 500px;
		transform-origin: 50% 500px;
		opacity: 1;
	}
}

@keyframes slide-in-elliptic-bottom-bck {
	0% {
		-webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
		transform: translateY(600px) rotateX(-30deg) scale(6.5);
		-webkit-transform-origin: 50% -100%;
		transform-origin: 50% -100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 500px;
		transform-origin: 50% 500px;
		opacity: 1;
	}
}

.puff-in-center {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-center {
	0% {
		-webkit-transform: scale(2);
		transform: scale(2);
		-webkit-filter: blur(4px);
		filter: blur(4px);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes puff-in-center {
	0% {
		-webkit-transform: scale(2);
		transform: scale(2);
		-webkit-filter: blur(4px);
		filter: blur(4px);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}


/*===========================================*/

/*===========================================*/

.balloon1-left {
	position: relative;
	display: inline-block;
	padding: 20px;
	min-width: 120px;
	max-width: 100%;
	border-radius: 1rem;
	color: #000000;
	background: #E0E0E0;
}

.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0E0E0;
}

.balloon1-left p {
	margin: 0;
	padding: 0;
}

/*===========================================*/

.area-timer {
	border-top: 0.1rem solid #dddddd;
	border-bottom: 0.1rem solid #dddddd;
	font-family: YuGothic, '游ゴシック', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.timer {
	font-size: 3rem;
}


.timer .time {
	font-size: 6rem;
	margin-left: 0.5rem;
	display: inline-block;
	width: 8rem;
	font-weight: bold;
}

.shadow-bk {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}




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


	img.img100 {
		width: 100%;
	}

	img.img90 {
		width: 90%;
	}

	img.img80 {
		width: 80%;
	}

	img.img70 {
		width: 70%;
	}

	img.img60 {
		width: 60%;
	}

	img.img50 {
		width: 50%;
	}

	img.img40 {
		width: 40%;
	}

	img.img30 {
		width: 30%;
	}

	img.img20 {
		width: 20%;
	}

	img.w100 {
		width: 100%;
	}


	.container {
		width: 100%;
	}

	.main {
		width: 100%;
	}

	.footer {
		width: 100%;
	}

}


@media (orientation: landscape) {

	/*body{
	background-image: none;
background-color: #000000;
}*/

	/*body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../../../../images/auto/mae/body.jpg) center no-repeat;
  background-size:cover;
}*/

}

/**********************************
ルール説明
***********************************/

.rule-midasi {
	border: 2px solid #adadad;
	border-radius: 15px;
	padding: 1vw 1vw;
	margin: 2rem auto;
}

.rule-midasi {
	width: 90%;
	margin: 30px auto 0;
	background: linear-gradient(123deg, #2eb2a3, #86d65c);
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rule-midasi .sab {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	font-size: 2.2rem;
	background: linear-gradient(90deg, #00A99D 0%, #079188 90% 100%);
	border: 1px solid #00A99D;
	/* text-shadow: 1px 1px 3px #1b1b1b; */
	color: #fafafa;
	border-radius: 10px;
	padding: 1vw;
}

.rule-midasi p {
	line-height: 1.6;
}

.note {
	background-color: #f9f9f9;
	color: #373737;
	padding: 20px;
	border-radius: 4px;
}

.note2 {
	background-color: #f9f9f9;
	color: #373737;
	padding: 20px;
	border-radius: 4px;
}

.rule-number {
	width: 40%;
	background: #FFFFFF;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 5px 10px;
	margin: 30px auto 0;
	color: #00A99D;
}

.rule-number2 {
	width: 40%;
	background: #FFFFFF;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 5px 10px;
	margin: 30px auto 0;
	color: #00A99D;
}




.point-date {
	max-width: 600px;
	margin: 0 auto;
}

.point-date ul {
	list-style-type: none;
	padding: 0;
}

.point-date li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.point-date .date {
	font-weight: bold;
	width: 30%;
	color: #666;
	text-align: center;
}

.point-date .day {
	color: #f7f7f7;
	width: 15%;
	padding: 0vw 1vw;
	background: #00a99D;
	border-radius: 23px;
	text-align: center;
}

.points {
	font-weight: bold;
	color: #002724;
	width: 40%;
	font-size: 2rem;
	background: #d6ee10;
	text-align: center;
	text-shadow: 2px 1px 0px #ffffff;

}


/**********************************
	video
***********************************/
.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/********************************************
	ユーザーの声table
********************************************/
table.user_voice {
	border-collapse: collapse;
	margin: 2rem auto;
	font-weight: bold;
}

table.user_voice tr {
	margin: 1rem auto;
	border: #ff007a 2px solid;
	background-color: #252525;
	color: #fff;
}

table.user_voice tr:nth-child(odd) {
	background-color: #ffffff;
	color: #0c0c0c;
}

table.user_voice tr th {
	width: 25%;
}

table.user_voice tr th img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

table.user_voice tr td {
	padding: 1rem;
}


/********************************************
	jisseki table
********************************************/
div.jisseki_bg {
	background: -webkit-linear-gradient(top left, Magenta, yellow, Cyan, Magenta);
	background: linear-gradient(to right bottom, Magenta, yellow, Cyan, Magenta);
}

table.jisseki {
	border-collapse: collapse;
	margin: 2rem auto;
	font-weight: bold;
	width: 100%;
	border: transparent solid 6px;
	text-align: center;
}

table.jisseki tr th {
	background-color: #ff007a;
	background-image: url("https://www.transparenttextures.com/patterns/diagmonds-light.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border: #131821 1px solid;
	padding: 0.2rem 0;
	color: white;
}

table.jisseki tr th.day {
	background-color: #000052;
	background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	color: white;
	font-size: 3rem;
	padding: 0.4rem 0;
}

table.jisseki tr td {
	border: rgba(48, 48, 48, 0.3) 2px solid;
	padding: 0.2rem 0;
	background: rgba(255, 255, 255, 0.6);
	color: #000052;
}

table.jisseki tr td.tekichu {
	color: red;
	background-color: rgb(255, 255, 0);
}


/********************************************
	更新ボタン
********************************************/
.btn_reload {
	margin-bottom: 20px;
}

.btn_reload a {
	margin: 0 auto;
	text-decoration: none;
	transition: .3s ease;
}

.btn_reload a:hover {
	background: #016839;
	/* transition: .3s ease; */
	cursor: pointer;
}

.btn_reload a i {
	margin-right: 0.5rem;
}



/*◆を降らせる201911*/
.star {
	animation: kirakira 12s linear, hadou2 2s linear infinite;
	/*background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 25%, #FFFFFF 50%, #FFFFFF 75%, #FFFFFF 100%) 0% center / 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;*/
	/*color: #00e7ff;*/
	color: #ffffff;
	display: inline-block;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	z-index: 1000;
	pointer-events: none;
}

@keyframes kirakira {
	0% {
		transform: translateY(0) scale(1));
	}

	100% {
		/*transform:translateY(calc(100vh + 1em)) rotateY(3600deg);*/
		transform: translateY(1000px) scale(0);
		opacity: 0;
	}
}

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


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

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

	100% {
		0 0 0 rgba(0, 0, 0, 0);
	}
}

/*◆を降らせる*/


/********************************************
	流れるコメント
********************************************/


.place1_link_com_bg {
	width: 100%;
	border: 1px solid #e7c3f7;
	height: 219px;
	overflow: hidden;
	/* overflow-y: scroll; */
	transform: translateZ(0);
}

.place1_link_com_bg.bigss {
	width: 100%;
	height: 250px;
	border: 2px solid #D7C162;
	margin: 0 auto;
}

.place1_link_com_bg.bigss .mx_place1_com_text {
	font-size: 16px;
}

.place1_link_com_bg.bigss .mx_place1_com_name {
	font-size: 12px;
}

.mx_place1_com_list {
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
	width: 100%;
}

.mx_place1_com_name {
	font-size: 14px;
}

.mx_place1_com_text {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align-last: left;
}


/********************************************
	omega simulation
********************************************/

.simu {}

.w1,
.w2,
.w3,
.w4,
.w5,
.w6,
.w7 {
	position: relative;
	display: block;
	width: 100%;
}

.horse img {
	width: 100px;
	vertical-align: middle;
}

.simu .horse {
	display: block;
	padding: 0;
	text-align: right;
	margin: auto;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	z-index: 999999;
}

.simu .line {
	position: absolute;
	right: 0;
	top: 1rem;
	padding: 0.8rem 1rem 1rem 6rem;
	height: 4rem;
	font-size: 1.6rem;
	display: block;
	text-align: left;
	margin: auto;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: alternate;

	transform-origin: 100%;
	transform: translateX(0%);
	z-index: 0;
	opacity: 0;
}

.simu .w1 .horse {
	animation-name: w1-h;
}

.simu .w1 .line {
	animation-name: w1-l;
	background-color: #aaaaaa;
}

.simu .w2 .horse {
	animation-name: w2-h;
}

.simu .w2 .line {
	animation-name: w2-l;
	background-color: #4c4c4c;
}

.simu .w3 .horse {
	animation-name: w3-h;
}

.simu .w3 .line {
	animation-name: w3-l;
	background-color: #934738;
}

.simu .w4 .horse {
	animation-name: w4-h;
}

.simu .w4 .line {
	animation-name: w4-l;
	background-color: #385593;
}

.simu .w5 .horse {
	animation-name: w5-h;
}

.simu .w5 .line {
	animation-name: w5-l;
	background-color: #939038;
}

.simu .w6 .horse {
	animation-name: w6-h;
}

.simu .w6 .line {
	animation-name: w6-l;
	background-color: #a07c2e;
}

.simu .w7 .horse {
	animation-name: w7-h;
}

.simu .w7 .line {
	animation-name: w7-l;
	background-color: #a56fa0;
}

@keyframes w1-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-65%);
	}

	100% {
		transform: translateX(-65%);
	}
}

@keyframes w1-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 72%;
		opacity: 1;
	}

	100% {
		width: 72%;
		opacity: 1;
	}
}

@keyframes w2-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-75%);
	}

	100% {
		transform: translateX(-75%);
	}
}

@keyframes w2-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 82%;
		opacity: 1;
	}

	100% {
		width: 82%;
		opacity: 1;
	}
}

@keyframes w3-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-70%);
	}

	100% {
		transform: translateX(-70%);
	}
}

@keyframes w3-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 77%;
		opacity: 1;
	}

	100% {
		width: 77%;
		opacity: 1;
	}
}

@keyframes w4-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-68%);
	}

	100% {
		transform: translateX(-68%);
	}
}

@keyframes w4-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 75%;
		opacity: 1;
	}

	100% {
		width: 75%;
		opacity: 1;
	}
}

@keyframes w5-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-60%);
	}

	100% {
		transform: translateX(-60%);
	}
}

@keyframes w5-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 67%;
		opacity: 1;
	}

	100% {
		width: 67%;
		opacity: 1;
	}
}

@keyframes w6-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-85%);
	}

	100% {
		transform: translateX(-85%);
	}
}

@keyframes w6-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 93%;
		opacity: 1;
	}

	100% {
		width: 93%;
		opacity: 1;
	}
}

@keyframes w7-h {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes w7-l {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 0;
	}

	50% {
		width: 57%;
		opacity: 1;
	}

	100% {
		width: 57%;
		opacity: 1;
	}
}


/*===========================================*/

.mincho1 {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 300;
}

.mincho2 {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

.mincho3 {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
}

.mincho4 {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
}


table.select_box_htb {
	width: 90%;
	margin: 0 auto;
}

table.select_box_htb td {
	text-align: right;
	table-layout: fixed;
}

table.select_box_htb td:nth-child(1) {
	width: 20%;
	padding-right: 1rem;
}

table.select_box_htb td:nth-child(1) {
	width: 20%;
	padding-right: 1rem;
}

table.select_box_htb td:nth-child(2) {
	width: 8%;
	color: #FF0000;
	font-weight: bold;
}

table.select_box_htb td:nth-child(3) {
	width: 10%;
	font-weight: bold;
}

table.select_box_htb td:nth-child(4) {
	width: 20%;
	padding-right: 6rem;
	font-weight: bold;
}




table.select_box_htb2 {
	width: 90%;
	margin: 0 auto;
}

table.select_box_htb2 td {
	text-align: right;
	table-layout: fixed;
}

table.select_box_htb2 td:nth-child(1) {
	width: 20%;
	padding-right: 1rem;
}

table.select_box_htb2 td:nth-child(2) {
	width: 8%;
	background: rgba(255, 255, 0, 0.8);
	color: #FF0000;
	font-weight: bold;
}

table.select_box_htb2 td:nth-child(3) {
	width: 10%;
	background: rgba(255, 255, 0, 0.8);
	font-weight: bold;
}

table.select_box_htb2 td:nth-child(4) {
	width: 20%;
	padding-right: 4.3rem;
	background: rgba(255, 255, 0, 0.8);
	font-weight: bold;
}

.st1_table {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #222;
}

.st1_table th {
	background: #947d11;
	padding: 0;
	font-size: 0.8rem;
	border: 1px solid #000;
}

.st1_table td {
	font-size: 2.0rem;
	padding: 1.8rem;
	border: 1px solid #000;
}

.st1_table table {
	width: 100%;
}

.st1_t_1 {
	width: 20%;
	background: #f9cb54;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #f9cb54 16%, #ff9400 67%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f9cb54 16%, #ff9400 67%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f9cb54 16%, #ff9400 67%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9cb54', endColorstr='#ff9400', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.st1_t_1_2 {
	width: 12%;
	background: #f7eaca;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7eaca 1%, #f9cb53 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7eaca 1%, #f9cb53 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7eaca 1%, #f9cb53 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7eaca', endColorstr='#f9cb53', GradientType=0);
	/* IE6-9 */

}

.st1_t_2 {
	width: 44%;
	color: #FFF;
}

.st1_t_3 {
	color: #FF0000;
	background-color: #FFF000;
	font-weight: bold;
}

.st1_t_4 {
	color: #FFF;
}

.st1_t_5 {
	color: #FF0000;
	background: #FFF000;
	font-weight: bold;
}

.st1_t_6 {
	color: #FF0000;
	background: #FFF000;
	font-weight: bold;
}

.st1_t_7 {
	color: #FF0000;
	background: #FFF000;
	font-weight: bold;
}

.st1_t_8 {
	color: #FF0000;
	background: #FFF000;
	font-weight: bold;
}


.st1_t_7_out {
	color: #FF0000;
	background: #FFF000;
}

.st1_t_8_out {
	color: #FF0000;
	background: #FFF000;
}

.st1_t_1 img {
	width: 100%;
}

.st1_t_1_2 img {
	width: 100%;
}

.contents_in {
	padding: 1rem 2rem;
}

.point-flex {
	display: flex;
	justify-content: space-around;
	font-size: 3rem;
	font-weight: bold;
	padding: 1rem 0;
	width: 100%;
}

.point-flex p {
	padding: 0;
	background: #414141;
	width: 100%;
	margin: 2px;
	text-align: center;
}

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


#footer {
	width: 100%;
	margin: 0px auto 0 auto;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	background: #000000;
	background: url(../../../../image/member/project_s/ex_kaiseki_all/gold.gif) #000 top center repeat-x;
	box-shadow: 0 0 3px 2px #FEE463, 0 0 20px 1px #FFEFA0;
	position: relative;
	z-index: 1100;
}

#footer p {
	padding-top: 0px;
}

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

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

.lot_iflame {
	height: 820px;
}

@media screen and (max-width: 568px) {
	.lot_iflame {
		height: 630px;
	}
}

.tr_by {
	background: #ffff33;
	color: #ff0033;
	padding: 0 10px;
}

.tr_by_2 {
	background: #fef263;
	color: #ff0033;
	padding: 0 10px;
}

.tb_by {
	background: #ffff33;
	color: #101010;
	padding: 0 10px;
}

.to_bg {
	background: #2e2e2e;
	color: #ff7300;
	padding: 0 10px;
}

.line_w {
	border-bottom: solid 3px #fdfdfd;
}

.line_b {
	border-bottom: solid 3px #030303;
}



.art-container {
	width: 100%;
	max-width: 680px;
	margin: 3rem auto;
	background-color: #090909;
	color: #fefefe;
	text-align: center;
	border-radius: 10px;
	padding: 2vw;
	line-height: 1.5;
	box-shadow: 1px -2px 14px 3px rgb(253 255 131);
	background-image: url("../../../../images/project/cb/achieve/arc.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-container_re {
	width: 100%;
	max-width: 680px;
	margin: 3rem auto;
	background-color: #090909;
	color: #fefefe;
	text-align: center;
	border-radius: 10px;
	padding: 2vw;
	line-height: 1.5;
	box-shadow: 1px -2px 14px 3px rgb(255, 131, 131);
	background-image: url("../../../../images/project/cb/achieve/arc_re.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-container_re {
	width: 100%;
	max-width: 680px;
	margin: 3rem auto;
	background-color: #090909;
	color: #fefefe;
	text-align: center;
	border-radius: 10px;
	padding: 2vw;
	line-height: 1.5;
	box-shadow: 1px -2px 14px 3px rgb(255, 131, 131);
	background-image: url("../../../../images/project/cb/achieve/arc_re.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-container_res {
	width: 100%;
	max-width: 800px;
	margin: 3rem auto;
	background-color: #090909;
	color: #fefefe;
	text-align: center;
	border-radius: 10px;
	padding: 2%;
	line-height: 1.5;
	box-shadow: 1px -2px 14px 3px #f1f1f1;
	background-image: linear-gradient(90deg, rgba(103, 126, 250, 0.8), rgba(142, 84, 219, 0.8));
	text-shadow: 1px 1px 2px #0d0d0d;
}


.art {
	border-bottom: 1px solid #ddd;
	/* padding-bottom: 10px; */
	margin-bottom: 10px;
}

.art>p {
	padding-top: initial;
}

.art p:first-child {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

.art p:nth-child(2) {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1rem;
}

.art p:nth-child(3) {
	font-size: 1.1em;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.art p:nth-child(4) {
	font-size: 1em;
	margin-bottom: 5px;
}

.art p:nth-child(5) {
	font-size: 1em;
	margin-bottom: 0;
}

.art p:nth-child(6) {
	font-size: 2em;
	color: #fdfdfd;
	margin-bottom: 2rem;
}

.art p:nth-child(7) {
	font-size: 3em;
	font-weight: bold;
	text-shadow:
		5px 2px 7px #00000063, 5px 2px 3px #00000075, 5px -2px 12px #fee9a0c2, -5px -2px 12px #daaf08ab, 5px 0px 16px #b67b039e, 0px 2px 11px #fee9a0, -5px 0px 14px #fee9a0b3, 0px -2px 3px #b67b03de;
	color: #ffffff;
	margin-bottom: 5px;
	background-image: url("../../../../images/project/cb/achieve/backlight.png");
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
}

.art-container_re>.art p:nth-child(7) {
	font-size: 3em;
	font-weight: bold;
	text-shadow:
		5px 2px 7px #00000063, 5px 2px 3px #00000075, 5px -2px 12px #fea0a0c2, -5px -2px 12px #da0808ab, 5px 0px 16px #b603039e, 0px 2px 11px #fea0a0, -5px 0px 14px #fea0a0b3, 0px -2px 3px #b60303de;
	color: #ffffff;
	margin-bottom: 5px;
	animation-name: resFlash;
	animation-fill-mode: backwards;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 70%);
}

@keyframes resFlash {
	0% {
		filter: saturate(100%);
	}

	50% {
		filter: saturate(300%);
	}

	100% {
		filter: saturate(100%);
	}
}

.art-result {
	font-size: 2em;
	font-weight: bold;
	text-shadow:
		5px 2px 7px #00000063, 5px 2px 3px #00000075, 5px -2px 12px #fee9a0c2, -5px -2px 12px #daaf08ab, 5px 0px 16px #b67b039e, 0px 2px 11px #fee9a0, -5px 0px 14px #fee9a0b3, 0px -2px 3px #b67b03de;
	color: #ffffff;
	margin-bottom: 5px;
}

.voice_contents {
	text-align: start;
	background: #000000cb;
	padding: 2%;
}

.voice_contents_res {
	text-align: start;
	background: #000000cb;
	padding: 2%;
	line-height: 1.8;
}




.under_emp {
	background: linear-gradient(transparent 60%, #FF2626 100%);
	padding: 0 10px;
	text-shadow: 2px 2px 0px #000;
}

.under-grn {
	border-bottom: 2px solid #00A99D;
}

.box_10 {
	position: relative;
	padding: 1em;
	color: #fff;
	background: #131821;
	border-radius: 10px;
	border: 2px solid #e2db0e;
	margin: 5rem 0 0 0;
}

.box_10::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50px;
	border: 15px solid transparent;
	border-top: 15px solid #e2db0e;
	width: 0;
	height: 0;
}


.balloon_r>p,
.balloon_l>p {
	margin-bottom: initial;
}

.balloon_r .line_name {
	background: #203744;
	color: #fcc800;
	padding: 0 2%;
	text-shadow: 1px 1px 0px #000;
}

.balloon_l .line_name {
	background: #f8b500;
	color: #203744;
	padding: 0 2%;
	text-shadow: 1px 1px 0px #fff;
}

.balloon_r {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
	border-radius: 10px;
	width: 100%;
	background: #f6f6f6;
	border: solid 3px #333;
	color: #111;
	box-sizing: border-box;
}

.balloon_r:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.balloon_r:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #333;
	z-index: 1;
}

.balloon_l {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
	border-radius: 10px;
	width: 100%;
	background: #232323;
	border: solid 3px #f6f6f6;
	color: #eee;
	box-sizing: border-box;
}

.balloon_l:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #f6f6f6;
	z-index: 2;
}

.balloon_l:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #f6f6f6;
	z-index: 1;
}

.hashira2 {
	border: 5px solid #1e50a2;
	border-radius: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.hashira2_title {
	background-image: linear-gradient(60deg, #1e50a2, #2ca9e1 50%, #1e50a2);
	text-align: center;
	color: #eeeeee;
	font-weight: bold;
	padding: 1rem;
	text-shadow: 2px 2px 1px #000;
}

.hashira2_inner {
	padding: 2rem;
	font-size: 1.2rem;
	background-color: #fcfcfc;
	background-image: linear-gradient(30deg, #ebebeb 12%, transparent 12.5%, transparent 87%, #ebebeb 87.5%, #ebebeb), linear-gradient(150deg, #ebebeb 12%, transparent 12.5%, transparent 87%, #ebebeb 87.5%, #ebebeb), linear-gradient(30deg, #ebebeb 12%, transparent 12.5%, transparent 87%, #ebebeb 87.5%, #ebebeb), linear-gradient(150deg, #ebebeb 12%, transparent 12.5%, transparent 87%, #ebebeb 87.5%, #ebebeb), linear-gradient(60deg, #ebebeb77 25%, transparent 25.5%, transparent 75%, #ebebeb77 75%, #ebebeb77), linear-gradient(60deg, #ebebeb77 25%, transparent 25.5%, transparent 75%, #ebebeb77 75%, #ebebeb77);
	background-size: 20px 35px;
	background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
	color: #192f60;
}

.more_inner {
	width: 90%;
	padding: 2% 5%;
	margin-right: auto;
	margin-left: auto;
	background: #ffffffa1;
}

@media screen and (max-width: 680px) {
	.hashira2_inner {
		padding: 1rem;
	}

	.more_inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.step_ha {
		width: 80%;
	}
}

.step_ha {
	text-align: center;
	width: 80%;
	text-shadow: 2px 2px 1px #000;
	margin-right: auto;
	margin-left: auto;
	padding: 1rem 3rem;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	color: #fff;
	background-image: linear-gradient(to right, #434343 0%, #16160e 100%);
}

.balloon_min {
	margin: 3rem auto 0;
	width: 80%;
	position: relative;
	padding: 20px;
	background-color: #053952;
	border-radius: 10px;
	box-shadow: 6px 6px 5px 0px #000109;
	color: #dff0ff;
}