@charset "UTF-8";

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

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pconly { display: block !important; }
.sponly { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pconly { display: none !important; }
    .sponly { display: block !important; }
}

.line {
  position: absolute;
  width: 1px;
  height: 97.5%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 10s 0s infinite;
          animation: drop 10s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.97, 0.97, 0.97, 0.97);
          animation-timing-function: cubic-bezier(0.97, 0.97, 0.97, 0.97);
}

.line:nth-child(1) {
  margin-left: -48%;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line:nth-child(2) {
  margin-left: 48%;
}
.line:nth-child(2)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

br{
	letter-spacing:0;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

a {
	color: #0000FF;
}

a:hover {
	color: #8F0000;
}

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

#mask{
	background:url("../images/body_mask1.png") center bottom / 100% auto no-repeat;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	width:100%;
	height:100%;
	z-index:10000000;
}



html {
	font-family:"メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック",Helvetica,verdana,arial;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	background: #000;
	background-size: cover;
	background-attachment: fixed;
	display: block;
	width: 100%;
	margin: 0 auto;
}

body {
	margin: 0;
}

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

#wrapper {
	width: 100%;
	height: 100%;
}

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

.topber{
	background:#F79000;
	width:100%;
	padding:5px;
	text-align:center;
}

#bg-video{
	position: absolute;
	top: 50%;
	left: 49%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1600px;
	z-index: -100;
}

.headerbg {
	width:100%;
	margin:0px auto 0;
	position: relative;
	padding:1px 0;
}

@keyframes headerbg_anime {
	0% { background:url("../../../../images/member/plan/onlyone/header_bg2.png") center center / 700px 700px no-repeat; }
	50% { background:url("../../../../images/member/plan/onlyone/header_bg2.png") center center / 450px 450px no-repeat; }
	55% { background:url("../../../../images/member/plan/onlyone/header_bg2.png") center center / 500px 500px no-repeat; }
	60% { background:url("../../../../images/member/plan/onlyone/header_bg2.png") center center / 550px 550x no-repeat; }
	100% { background:url("../../../../images/member/plan/onlyone/header_bg2.png") center center / 700px 700px no-repeat; }
}

.headerbg2022_07 {
	background:url("../images/saotmi_header2.png") center center / auto auto no-repeat;
	width:100%;
	height:248px;
	margin:0 auto 0;
	position: relative;
	padding:0px 0;
}

.headerbg2022_08 {
	background:url("../images/satomi_name.png") center center / auto auto no-repeat;
	width:100%;
	height:500px;
	margin:0 auto 0;
	position: relative;
	padding:0px 0;
}

.header img {
	width:100%;
	max-width:726px;
	margin:0px auto 0;
	position: relative;
	padding:1px 0;
}

.header_text1{
	margin:10px auto 0px;
}

.header_text2{
	margin:0px auto 15px;
	font-weight: bold;
	font-family:serif;
	animation: neon 1.5s ease-in-out infinite alternate;
	-webkit-animation: neon 1.5s ease-in-out infinite alternate;
 	-moz-animation: neon 1.5s ease-in-out infinite alternate; 	
}

@keyframes neon {
  from {text-shadow:0 0 0px #fff,0 0 0px #FFDD1B;}
  to {text-shadow:0 0 10px #fff,0 0 10px #FFDD1B;}
}

.main_texas {
	margin:10px auto;
}

.header_text3{
	margin:0px auto 30px;
}

.headerbg1 .timer{
	margin:761px auto 0;
}

.header_timer{
	margin:30px auto 0;
}

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

.animated.buruburu {
	display: inline-block;
	animation:
	doon 1s 1 ease 0s alternate forwards,
	hurueru 0.1s 10 ease 1s alternate forwards;
}

@keyframes doon {
0% { opacity: 0; transform: scale(2); }
50% { opacity: 1; transform: scale(1); }
70% { transform: scale(.9); }
100% { transform: scale(1); }
}

@keyframes hurueru {
0% {transform: translate(0px, 0px) rotateZ(0deg)}
25% {transform: translate(2px, 2px) rotateZ(-1deg)}
50% {transform: translate(0px, 2px) rotateZ(0deg)}
75% {transform: translate(2px, 0px) rotateZ(1deg)}
100% {transform: translate(0px, 0px) rotateZ(-1deg)}
}


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

#container2 {
	position: relative;
	margin: 0 auto 0;
	width:900px;
}

#container {
	position: relative;
	margin: 0 auto 0;
	width:900px;
}

#container::befor {
	width:100%;
	height: 100%;
	content: " ";
	position: absolute;
	margin: 0 auto 0;
	text-align: center;
	display: block;
	padding-bottom: 1px;
	background:
	url("../../../../images/member/plan/onlyone/main_yoko1.png") repeat-y top left,
	url("../../../../images/member/plan/onlyone/main_yoko1.png") repeat-y top right;
	animation:howanhowan 9s linear infinite;
	z-index:-1;
}

@keyframes howanhowan {
	0% { opacity:1; }
	50% { opacity:0.1; }
	100% { opacity:1; }
}
/*----------白枠部分-------------*/
.main1 {
	width: 100%;
	max-width: 800px;
	height:100%;
	padding:0;
	margin:0 auto;
	padding:0 1rem;
	text-align: center;
	background:#1A1A1A;
}

.main1_inner {
	width: 100%;
	height:100%;
	padding:1rem 0;
	margin:0 auto;
	text-align: left;
	background:#1A1A1A;
	border-right:1px solid #FDD93B;
	border-left:1px solid #FDD93B;
}

.main1_inner p{
	padding:0rem 2rem;
}

.main2 {
	width: 100%;
	max-width: 800px;
	height:100%;
	padding:0;
	margin:0 auto;
	padding:0 1rem;
	text-align: center;
	background:#000;
}

.main2_inner {
	width: 100%;
	height:100%;
	padding:1rem 0;
	margin:0 auto;
	text-align: left;
	background:#000;
}

/*----------白枠部分ここまで-------------*/

/*----------サブヘッド-------------*/

.subhead{
	width:100%;
    background-color:#1C121D;
	padding:5px 0;
	text-align:center;
}

.subhead_inner{
	width: 100%;
	padding: 40px 0;
}

.subhead hr{
	border:yellow solid 1px;
}

/*----------サブヘッドここまで-------------*/
background:url("../../../../images/member/plan/onlyone/pattern01.png") no-repeat top center;


/*----------実績-------------*/
/*----------日付-------------*/
 .area {
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
	display: flex;
  } 
  .tab_class {
	width: 200px;
	height: 50px;
	background-color: darkgrey;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	display: block;
	float: left;
	order: -1;
  }
   
  input[name="tab_name"] {
	display: none;
  }
   
  input:checked + .tab_class {
	background-color: cadetblue;
	color: aliceblue;
  }
   
  .content_class {
	display: none;
	width: 880px;
	height:100%;
	padding:1px 0;
	margin:0 auto;
	background:cadetblue;
  }
   
  input:checked + .tab_class + .content_class {
	display: block;
  }
/*----------日付ここまで-------------*/



/*----------実績ここまで-------------*/



/*カウントダウンタイマー装飾*/

.headtime{
	background-color: rgba(46, 46, 46, 0.918);
	max-width: 85%;
	margin: 10px auto; text-align:center;
	border-radius:20px;
	border: outset 5px #f0e009;
}
/*カウントダウンタイマー装飾*/

.salebutton{
	/* box-shadow */
	box-shadow:0px 0px 6px 3px #736060;
	-moz-box-shadow:0px 0px 6px 3px #736060;
	-webkit-box-shadow:0px 0px 6px 3px #736060;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/* border */
	border:1px solid #ffffff;
	width:90%;
	max-width:1000px;
	background: url(../../../../images/member/plan/onlyone/button.png);
	color:#FFF;
	font-weight:bold;
	padding:15px 0px;
	font-size:2.3rem;
	cursor:pointer;
}

.salebutton:hover{
	background:#FF9A9A;
	color:#FFF;
/* box-shadow */
/* box-shadow */
/* box-shadow */
/* box-shadow */
/* box-shadow */
box-shadow:0px 0px 19px 9px #c91717;
-moz-box-shadow:0px 0px 19px 9px #c91717;
-webkit-box-shadow:0px 0px 19px 9px #c91717;
/* 上に書いた状態までになるまでの時間やアニメーションなど指定 */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;  /* Opera */
    transition: all 0.5s ease-in-out; /* Browsers that Support it */
    text-decoration:none;
}


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

.ten {
	margin:-7px 3px 0 0;

}

.ten2 {
	margin:-12px 3px 0 0;

}

a.last {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 10px;
	margin-bottom: 5px;
	line-height: 2;
}

a.last:hover {
	color: #555555;
	background:#FFFFB8;
}

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

.bullet{
background: url(../../../../images/member/plan/onlyone/maslogo.png) left 20px center no-repeat, rgb(255,146,10); /* Old browsers */
background: url(../../../../images/member/plan/onlyone/maslogo.png) left 20px center no-repeat, -moz-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(232,112,20,1) 100%); /* FF3.6-15 */
background: url(../../../../images/member/plan/onlyone/maslogo.png) left 20px center no-repeat, -webkit-linear-gradient(top, rgba(255,146,10,1) 0%,rgba(232,112,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: url(../../../../images/member/plan/onlyone/maslogo.png) left 20px center no-repeat, linear-gradient(to bottom, rgba(255,146,10,1) 0%,rgba(232,112,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
margin: 20px 56px 0px;
padding:15px 1px;
border-radius: 10px;
}

.bullet .main_text{
	margin: 5px 15px 5px 130px;
	color:#FFFFFF;
	letter-spacing:0;
	text-shadow: 0 0 2px #000000;
}

.bullet .main_text.t24{
	letter-spacing:1px;
}

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

.main_text {
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight:400;
	letter-spacing:0.05em;
}


.main_text1 {
	margin: 40px 50px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	font-weight:400;
	letter-spacing:0.05em;
}

.main_text2 {
	margin: 30px 45px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight:400;
	color:#000000;
}

.main_text3 {
	margin: 30px 45px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight:400;
	color: #fff;
	width: 90%; 
	border: 5px solid red; 
	padding: 3px; 
	display: inline-block; 
	background: #000000; 
	border-radius: 5px;
}

.main_text4 {
	margin: 30px 45px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight:400;
	color: #000;
	width: 90%; 
	border: 5px solid orange; 
	padding: 3px; 
	display: inline-block; 
	background: #f7e5cb; 
	border-radius: 5px;
}

.main_text5 {
	margin: 30px 45px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight:400;
	color: #fff;
	width: 90%; 
	border: 4px solid red; 
	padding: 3px; 
	display: inline-block; 
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
	border-radius: 5px;
}

.main_text10 {
	margin: 30px 105px 0px;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight:400;
	color: #fff;
	width: 70%; 
	border: 5px solid red; 
	padding: 3px; 
	display: inline-block; 
	background: #000000; 
	border-radius: 5px;
}

.main_text11 {
	margin: 30px 105px 0px;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight:400;
	color: #fff;
	width: 70%; 
	border: 5px solid orange; 
	padding: 3px; 
	display: inline-block; 
	background-color: #0a0a0a;
	background-image: url("https://www.transparenttextures.com/patterns/green-dust-and-scratches.png");
	border-radius: 5px;
}




.center {
    text-align: center;
}

.main_text.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.main_text.center_pc {
	text-align: center;
}

.main_text.toptext {
	font-size: 24px;
}


.main_text2.center {
	text-align: center;
}

.main_text_th {
	margin: 30px 130px 0px 130px;
	text-align: left;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

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

.notice {
	border: 1px solid #cccccc;
	margin: 32px;
	height: 343px;
}

.noticetop {
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	padding: 2px 0 0 0;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}

.noticecontent {
	overflow-y: scroll;
	height: 308px;
}

.noticetext {
	text-align: left;
	margin: 10px 16px 10px 16px;
}

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

#footer_n {
	margin: 0 auto 0 auto;
padding: 1px 0 15px 0;
background: #714810;
}

.footer_n2 {
	width:1050px;
	margin:0 auto;
}

#footer_n p {
	margin: 15px;
}

.footer_bg1 {

	margin: 0 auto;
	border-bottom: 1px solid #FFF;
}

.footer_bg1 p {
	color: #FFF;
	text-align:center;
	font-size: 14px;
}

.footer_bg1 p a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg1 p a:hover {
	text-decoration: underline;
}

.footer_bg2 {

	margin: 0 auto;
	position: relative;
	height: 110px;
}

.footer_bg2 p {
	color: #FFF;
	text-align:left;
	font-size: 12px;
	line-height: 1.3;
}

.footer_bg2 p a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg2 p a:hover {
	text-decoration: underline;
}

.footer_bg_p1 {
	top: 10px;
	left: 0;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

.footer_bg_p2 {
	top: 10px;
	left: 260px;
	width: 360px;
	margin: 0 auto;
	position: absolute;
}

.footer_bg_p3 {
	top: 10px;
	left: 600px;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

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

.iflink{
	width:764px;
	margin:50px auto 30px auto;
	height:540px;
	border:none;
}

.formbg1{
	background: url("../../../../images/member/plan/onlyone/form1.png") top center no-repeat , url("../../../../images/member/plan/onlyone/form2.png") bottom no-repeat , url("../../../../images/member/plan/onlyone/form3.png") ;
	margin:50px auto 30px auto;
	width:764px;
	padding: 1px 0 30px 0;
	min-height:484px;
}

.insize1{
	width:500px;
	height:30px;
	font-size:24px;
	padding:5px;
}

.insize2{
	width:500px;
	height:150px;
	font-size:24px;
	padding:5px;
}

.formlay1{
	margin:0 auto;
	text-align:left;
}

.formlay1 td{
	padding:10px 0 0 0;
}

.flowbg1{
	display: inline-block;
	width:100%;
	max-width: 550px;
	border:1px dotted #999;
	padding: 0;
}

.flowbg2{
	display: inline-block;
	width: 50px; 
	background: #FFF;
	line-height: 1;
	padding: 10px 0;
	font-weight:bold;
	text-align: center;
	height: 16px;
	float:left;
}

.flowbg3{
	line-height: 1.6;
	vertical-align:middle;
	margin:5px 10px 5px 0px;
	display: inline-block;
}

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

.formbg3 {
	width: 738px;
	background: #FCD5A7;
	margin: 0 auto 0 auto;
	padding: 1px 1px 15px 1px;
	color:#222222;
}

.formbg {
	width: 700px;
	margin: 20px auto 0 auto;
	line-height: 1.9;
}

.formbg th {
	width: 120px;
	margin: 0 auto;
	border: 1px solid #777;
	text-align:left;
	padding: 13px 10px 10px 10px;
	vertical-align: top;
	background:#F9F1D7;
	font-weight:bold;
}

.formbg td {
	margin: 0 auto;
	border: 1px solid #777;
	text-align:left;
	padding: 13px 10px 10px 10px;
	background:#FFFFFF;
}

.formres1 {
	background: #F9F1D7;
	display:block;
	line-height:1;
	margin: 10px 0 0 0;
	padding: 8px 0 5px 0;

}

.formres2 {
	display:block;
	line-height:1;
	margin: 3px 0 0 0;
	padding: 0px 0 5px 10px;
}

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

.formbg2 {
	width: 700px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.formbg2 th {
	width: 170px;
	margin: 0 auto;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	text-align:left;
	padding: 10px;
	vertical-align: top;
	background:#EEEDED;
	font-weight:normal;
}

.formbg2 td {
	margin: 0 auto;
	border-bottom: 1px solid #777;
	text-align:left;
	padding: 10px;
	background:#E3E3E3;
}

.fsize1 {
	width: 300px;
	height: 30px;
	font-size: 20px;
}

.fsize2 {
	width: 462px;
	height: 30px;
	font-size: 20px;
}

input[type="radio"] + label {
	cursor: pointer;
	font-size: 22px;
}

input[type="radio"]:checked + label {
	font-weight:bold;
	cursor: pointer;
	font-size: 22px;
}

.button6 {
	background: url(../images/bomb_button1.png) no-repeat center center;
    width: 100%;
    height: 214px;
    cursor: pointer;
    border: none;
    margin: 0 auto 0 auto;
	background-size: contain;
}

.button6:hover {
	opacity: 0.6;
}

.waku1{
	background:#FFFFFF;
	padding:1px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.waku2{
	border:1px dotted #000000;
	margin:90px 90px 0px;
}

.waku2 .main_text{
	margin: 40px 40px;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

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

.main_text_th {
	margin: 30px 100px 0px 100px;
	text-align: left;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.bankbg {
	margin: 0 auto 0 auto;
	border: 1px solid #777;
	font-size:20px;
}

.bankbg th {
	width: 110px;
	margin: 0 auto;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	text-align:left;
	padding: 10px;
	vertical-align: top;
	background:#F9F1D7;
	font-weight:bold;
}

.bankbg td {
	margin: 0 auto;
	border-bottom: 1px solid #777;
	text-align:left;
	padding: 10px;
	background: #FFF;
}

.crbutton {
	width: 90%;
	height: 140px;
	font-size: 42px;
	cursor: pointer;
	color: #FF5500;
	display:inline-block;
	font-weight:bold;
}

.th_janp {
	display:block;
	width: 738px;
	margin: 0 auto;
	background: #32cd32;
	padding: 20px 0;
	color: #FFF;
	text-decoration:none;
	font-size: 24px;
}

.th_janp:hover {
	color: #FFF;
	background: #89E289;
	text-decoration:underline;
}
/*-----------------------*/

.toku {
	width:740px;
	margin:0 auto 0;
	padding:1px 1px 30px 1px;
	background:
	url("../../../../images/member/plan/onlyone/toku2.png") bottom center no-repeat ,
	url("../../../../images/member/plan/onlyone/toku1.png") center repeat-y ;
}

.toku .main_text{
	margin: 30px 40px 30px;
	font-size:16px;
	color:#333333;
	text-shadow: none;
}

.suzuki_bg{
	background: url("../../../../images/member/plan/onlyone/suzuki1.png") 440px 0px no-repeat;
}

.kido_bg{
	background: url("../../../../images/member/plan/onlyone/kido1.png") 530px 0px no-repeat;
}

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

#accordion_bg_sim{
	margin:32px 16px;
}

#accordion_bg_sim h3 {
	display:block;
	width:730px;
	height:132px;
	margin:50px auto 0;
	cursor:pointer;
}

#accordion_bg_sim h3.kiji1{
	background:url("../../../../images/member/plan/onlyone/kiji_bt1.png");
}

#accordion_bg_sim h3.kiji1:hover{
	background:url("../../../../images/member/plan/onlyone/kiji_bt1h.png");
}

#accordion_bg_sim h3.kiji2{
	background:url("../../../../images/member/plan/onlyone/kiji_bt2.png");
}

#accordion_bg_sim h3.kiji2:hover{
	background:url("../../../../images/member/plan/onlyone/kiji_bt2h.png");
}

#accordion_bg_sim h3.kiji3{
	background:url("../../../../images/member/plan/onlyone/kiji_bt3.png");
}

#accordion_bg_sim h3.kiji3:hover{
	background:url("../../../../images/member/plan/onlyone/kiji_bt3h.png");
}

.accordion-block_sim{
	margin: 0 42px 0;
	padding: 26px;
	background:#FFFFFF;
	color:#222222;
	border-radius:0 0 20px 20px;
	text-align:left;
}

.accordion-block_sim p img{
	max-width:660px;
}

.accordion-text_sim{
	margin:32px 32px 0px 32px;
	text-align:left;
	font-size:14px;
	letter-spacing:0.05em;
	line-height: 1.8;
}

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

.kiji_janp{
	display:block;
	width:710px;
	padding:10px 0 3px;
	border-radius:50px;
	font-size:60px;
	font-weight:900;
	margin:0 auto 30px;
	color:#001e4c;
	text-decoration:none;
	box-shadow:0 0 1px #021727 , 0 0 2px #00fdfe , 0 0 10px #00fdfe , 0 0 20px #002121;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#799bc8+2,a6c0e3+5,99b5db+8,c8d7eb+11,bed0ea+89,99b5db+92,a6c0e3+94,a6c0e3+97,799bc8+100 */
	background: #799bc8; /* Old browsers */
	background: -moz-linear-gradient(top, #799bc8 2%, #a6c0e3 5%, #99b5db 8%, #c8d7eb 11%, #bed0ea 89%, #99b5db 92%, #a6c0e3 94%, #a6c0e3 97%, #799bc8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #799bc8 2%,#a6c0e3 5%,#99b5db 8%,#c8d7eb 11%,#bed0ea 89%,#99b5db 92%,#a6c0e3 94%,#a6c0e3 97%,#799bc8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #799bc8 2%,#a6c0e3 5%,#99b5db 8%,#c8d7eb 11%,#bed0ea 89%,#99b5db 92%,#a6c0e3 94%,#a6c0e3 97%,#799bc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#799bc8', endColorstr='#799bc8',GradientType=0 ); /* IE6-9 */
}

.kiji_janp:hover{
	opacity:0.8;
}

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

.timer_bg{
	background:url("../../../../images/member/plan/onlyone/timer_bg1.png") top center no-repeat;
	width:808px;
	height:298px;
	padding:1px 0;
	margin:100px auto 100px;
}

.timer_bg .timer{
	margin:214px auto 0;
}

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

.thanks_bg1 .main_text{
	text-shadow: none;
	letter-spacing:0.05rem;
}

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

.sankaku1{
width: 0;
height: 0;
border-style: solid;
border-width: 30px 25px 0 25px;
border-color: #ff5d00 transparent transparent transparent;
display:inline-block;
}

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

.font1{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:300;
}

.font4{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:700;
	letter-spacing:-0.05rem;
}

.font5{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	letter-spacing:-0.05rem;
}

.mincho5{
	font-family: 'Yu Mincho Demibold', sans-serif;
	font-weight: 900;
	letter-spacing:-0.05rem;
}

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

.monitor_bg{
	background-color: rgba(242,228,99,1);
	width:716px;
	padding:10px 0;
	margin:30px auto 0;
}

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

iframe.bg{
	width:716px;
	margin:0 auto;
	height:610px;
}

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

.noshadow{
text-shadow: none;
}

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

.service_bg{
	background:#fff9cc;
	width:716px;
	margin:0 auto;
	padding: 0 0 40px 0;
	border-radius:10px;
}

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

.filter_icon{
	width:80px;
	background:#555555;
	border-radius:10px;
	vertical-align:top;
	margin:-3px 10px 0 0;
}

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

.merit_top{
	text-align:left;
	font-weight:bold;
	padding:15px 23px;
	font-size:20px;
	line-height: 48px;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	border-bottom:10px solid #004b4f;
	text-shadow: 1px 1px 3px #000e11;
	width: 580px;
	margin:20px auto 0;
	color:#FFFFFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93cede+0,007d84+100 */
	background: #93cede; /* Old browsers */
	background: -moz-linear-gradient(top, #93cede 0%, #007d84 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #93cede 0%,#007d84 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #93cede 0%,#007d84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#007d84',GradientType=0 ); /* IE6-9 */
}

.merit_bg{
	background:#b5f2ef;
	width: 626px;
	margin:0 auto 20px;
	border-radius: 0 0 4px 4px;
	padding: 1px 0;
	color:#005b57;
}

.merit_text{
	margin:22px ;
	text-align:left;
	font-size:16px;
}

.icon{
	margin:8px 5px 0 0;
	vertical-align:top;
	width:30px;
}

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

.table_d1{
	width:626px;
	margin:0 auto;
	color:#000000;
}

.table_d1 th{
	width:250px;
	border:1px solid #999999;
	background:#FFFFFF;
}

.table_d1 td{
	border:1px solid #999999;
	background:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	padding:10px;
}

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

.u-service{
	width:626px;
	margin:30px auto;
	background:#591300;
	border-radius:10px;
	padding:20px 0 20px 0;
	color:#FFFFFF;
}

.service-box{
	margin-top:-40px;
}

.u-service .service-bigtit{
	display:block;
	background:#FFF000;
	margin:40px 20px 0;
	color:#000000;
	font-size:30px;
	font-weight:bold;
	padding:10px;
	text-align:center;
	border-radius:5px;
	animation: gradationTest 5s infinite;
}

.u-service .service-bigtit .bigres{
	font-size:20px;
}

@keyframes gradationTest {
  0% { background-color: #6CB8FF; }
  50% { background-color: #FFF66C; }
  100% { background-color: #FFA36C; }
}

.u-service .service-bigtit img{
	margin:5px 5px 0 0;
	vertical-align:top;
	width:30px;
}

.u-service p{
	text-align:left;
	font-size:15px;
	margin:20px 40px;
}

.u-service p.service-tit{
	border:1px solid #c6f5ff;
	background:#FFF000;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding:5px 10px 2px;
	margin-top:30px;
}

.u-service dl{
	text-align:left;
	margin:20px 40px;
}

.u-service dt{
	font-size:24px;
	font-weight:bold;
	color:#FFF000;
}

.u-service ul{
	text-align:left;
	margin:20px 40px 20px 35px;
}

.u-service li {
	list-style-image: url(images/check.png);
	line-height: 0px;
	padding: 3px 0;
	font-weight:bold;
}

.yellow2{
	color:#ffffc9;
}

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


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

.font_m1{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight:300;letter-spacing:-0.05em;}
.font_m2{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight:400;letter-spacing:-0.05em;}
.font_m3{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight:500;letter-spacing:-0.05em;}
.font_m4{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight:700;letter-spacing:-0.05em;}
.font_m5{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight:800;letter-spacing:-0.05em;}
.font_m6{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight:900;letter-spacing:-0.05em;}

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

.houjou5{
	width:180px;
}

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

.bgyellow2{
	background:#FFF000;
	display:inline-block;
	padding: 0 0.5em 0 ;
}

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

.lh10{line-height:1;}
.lh11{line-height:1.1;}
.lh12{line-height:1.2;}
.lh13{line-height:1.3;}
.lh14{line-height:1.4;}
.lh15{line-height:1.5;}
.lh16{line-height:1.6;}
.lh17{line-height:1.7;}
.lh18{line-height:1.8;}
.lh19{line-height:1.9;}
.lh20{line-height:2;}
.lh30{line-height:3;}
.lh40{line-height:4;}
.lh50{line-height:5;}


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

.outline1 {
	color: #FFF000;
	text-shadow :
		2px  2px 1px #f32b0c,
		-2px  2px 1px #f32b0c,
		2px -2px 1px #f32b0c,
		-2px -2px 1px #f32b0c,
		2px  0px 1px #f32b0c,
		0px  2px 1px #f32b0c,
		-2px  0px 1px #f32b0c,
		0px -2px 1px #f32b0c;
}

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

.res_bg{
	background:#E63E00;
	margin: 40px 56px 0px;
	padding:1px 1px 30px;
	border-radius:10px;
}

.total_bg{
	background:#FFFFFF;
	width:90%;
	margin:30px auto 0;
	border-collapse: collapse;
	border:4px solid #ffccba;
}

.total_bg th{
	border:1px solid #ffccba;
}

.total_bg td{
	border:1px solid #ffccba;
	font-size:20px;
}

.total_bg td.top{
	background:#f2f200;
	width:25%;
}

.total_bg th.ic1{
	border:none;
	font-size:16px;
	text-align:center;
}

.total_bg th.ic1 img{
	width:50px;
	margin:0 10px 0 0;
}

.total_bg th.ic2{
	border:none;
	font-size:16px;
	text-align:left;
}

.hit_bg{
	width:90%;
	margin:0 auto 0;
}

.hit_bg th{
	background:#ffcebc;
	font-size:18px;
	font-weight:normal;
	padding:5px 0;
}

.hit_bg td{
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	padding:5px 0;
	border-bottom:1px dotted #ffcebc;
}

.hit_bg td.big{
	color:#f2f200;
	font-size:24px;
	font-weight:bold;
}

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

.voice_bg{
	background:#FDD93B;
	margin: 40px 56px 0px;
	padding:1px 1px 30px;
	border-radius:10px;
}

.voice{
	background:#FFFFFF;
	color: #1A1A1A;
	width:90%;
	margin:30px auto 0;
	border:4px solid #1A1A1A;
	border-radius:10px;
}

.voice table{
	width:95%;
	margin:0 auto 0;
}

.voice table th{
	padding:30px 10px;
	width:100px;
	font-size:14px;
	vertical-align: top;
}

.voice table th img{
	width:100px;
}

.voice table td{
	text-align:left;
	padding:10px;
	font-size:14px;
}

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

.bankbg {
	margin: 0 auto 0 auto;
	border: 1px solid #777;
	font-size:20px;
}

.bankbg th {
	width: 130px;
	margin: 0 auto;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	text-align:left;
	padding: 10px;
	vertical-align: top;
	background:#F9F1D7;
	font-weight:bold;
}

.bankbg td {
	margin: 0 auto;
	border-bottom: 1px solid #777;
	text-align:left;
	padding: 10px;
	background: #FFF;
}

.crbutton {
	width: 600px;
	height: 140px;
	font-size: 42px;
	cursor: pointer;
	color: #FF5500;
}

.th_janp {
	display:block;
	width: 738px;
	margin: 0 auto;
	background: #32cd32;
	padding: 20px 0;
	color: #FFF;
	text-decoration:none;
	font-size: 24px;
}

.th_janp:hover {
	color: #FFF;
	background: #89E289;
	text-decoration:underline;
}
/*-----------------------*/

.under {
    border-bottom: solid 1px;
}

.under4 {
    border-bottom: solid 4px;
}

.blbg1{
	border: solid 1px #C7AD76;
	margin: 60px auto 0 auto;
	width: 90%;
	padding:20px 0;
}

.blbg2{
	border: solid 1px #C7AD76;
	margin: 2px;
	padding: 0;
}

.bltop{
	text-align:left;
	margin: 36px 36px 0px;
}

.bltext{
	text-align:left;
	margin: 5px 36px 36px 84px;
	line-height: 1.8;
}

.blline {
	border:none;
	border-bottom: 1px dotted #555555;
	margin: 0 36px;
}

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

.sp_janp{
	display:none;
}

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

.aisatu{
	float:right;
	margin:0 auto;
}

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

.sp_on{
	display:none;
}

.sp_on2{
	display:none;
}

.sp_on3{
	display:none;
}

br.spbr{
	display:none;
}

.baken_flex-box {
	flex-basis: 100%;
	--background-color: #eee;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem auto;
	justify-content: center;
  }


.res_flex_bg2{
	width: 684px;
	text-align: left;
	display:flex;
	background:#FFF;
	border: 2px solid #00ffff;
	padding: 20px 10px 10px 20px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 -2px 6px 3px rgba(0,0,0,0.1) inset, 0 2px 8px 1px rgba(0,0,0,0.3);
	color: #444;
	margin:20px auto 0;
}

.res_flex_text {
    width: 400px;
    margin-right: 20px;
}

.res_flex_list {
    position: relative;
    background: url("../../../../images/member/plan/onlyone/bk_back.png") center center repeat #FFFFFF;
    display: flex;
    align-items: center;
    padding: 2px 5px;
    margin: 0 1.5% 1.5% 0;
    border: 1px solid #999;
    border-radius: 2px;
    width: 16%;
    min-height: 50px;
    color: #333;
}

.res_flex_list2 {
    position: relative;
    background: url("../../../../images/member/plan/onlyone/bk_back.png") center center repeat #FFFFFF;
    display: flex;
    align-items: center;
    padding: 2px 5px;
    margin: 0 1.5% 1.5% 0;
    border: 1px solid #999;
    border-radius: 2px;
    width: 40%;
    min-height: 180px;
    color: #333;
}

.entry-content p {
    line-height: 1.6;
}

.res_flex_text p {
    margin-top: 2%;
    margin-bottom: 2%;
}

.lh1_4 {
    line-height: 1.4 !important;
}

.fs30 {
    font-size: 30px;
}

.bld {
    font-weight: bold;
}

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

.res_flex_bg2 .res_flex_list {
    width: 225px;
    height: 100%;
}

.bakenlogo {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

.bakentekichu {
    position: absolute;
    right: 5px;
    margin: 0;
    opacity: 0.5;
    z-index: 1;
}

.bakentekichu img {
    width: 50px;
}

.bakentekichu2 {
    position: absolute;
    right: 5px;
    margin: 0;
    opacity: 0.5;
    z-index: 1;
}

.bakentekichu2 img {
    width: 80px;
}

.bakenlogo img {
    width: 25px;
}

.res_flex_list_test1 {
    font-size: 0.7rem;
    font-weight: bold;
    margin-right: 5px;
    width: 75px;
    position: relative;
    z-index: 2;
}

.res_flex_list_test2 {
    width: 25px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.2;
    border: 1px solid #999;
    padding: 10px 2px;
    text-align: center;
    margin-right: 5px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
}

.res_flex_list_test3 {
    font-size: 0.7rem;
    font-weight: bold;
    text-align: right;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}

.res_flex_list_test4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 5px;
    width: 100px;
    position: relative;
    z-index: 2;
}

.res_flex_list_test5 {
    width: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    border: 1px solid #999;
    padding: 20px 2px;
    text-align: center;
    margin-right: 5px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
}

.res_flex_list_test6 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: right;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}


.tensu {
    text-align: left;
}

.kakutoki+p {
    text-align: right;
}

.entry-content p {
    line-height: 1.6;
}

.res_bg{
	border:1px solid #5A0201;
	padding:4% 2%;
	background: 
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center top repeat-x ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center bottom repeat-x ,
	#fbe54a ;
	box-shadow:0 0 10px #999;
	position:relative;
	color:#000000;
	margin:40px auto 0;
	font-weight:300;
	position:relative;
}

.sub_bg_top{
	position:absolute;
	top:-20px;
	right:0;
	left:0;
	margin:auto;
	width:250px;
}

.sub_bg_bottom{
	position:absolute;
	bottom:-20px;
	right:0;
	left:0;
	margin:auto;
	width:250px;
}

.res_bg2{
	background:url(../../../../image/member/project_s/ex_kaiseki_all/letter_bg1.png) top center repeat;
}

.res_bg_mem{
	position:absolute;
	right:20px;
	top:44px;
	width:200px;
}

.res_bg .main_text{
	margin:30px 0 30px;
	line-height:30px;
	text-shadow    : 
	2px  2px 3px #FBFAF6,
	-2px  2px 3px #FBFAF6,
	2px -2px 3px #FBFAF6,
	-2px -2px 3px #FBFAF6,
	2px  0px 3px #FBFAF6,
	0px  2px 3px #FBFAF6,
	-2px  0px 3px #FBFAF6,
	0px -2px 3px #FBFAF6;
}


.res_flex_bg{
	display:flex;
	flex-wrap: wrap;
}

.res_flex_bg2{
	display:flex;
	background:#FFF;
	border: 2px solid #00ffff;
	padding: 5px 0px 2px 22px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 -2px 6px 3px rgba(0,0,0,0.1) inset, 0 2px 8px 1px rgba(0,0,0,0.3);
	color: #444;
	margin:20px auto 0;
}

.res_flex_bg3{
	display:flex;
	background:#FFF;
	border: 2px solid #00ffff;
	padding: 5px 0px 2px 22px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 -2px 6px 3px rgba(0,0,0,0.1) inset, 0 2px 8px 1px rgba(0,0,0,0.3);
	color: #444;
}



.res_flex_text p{
	width:400px;
	margin-right:20px;
	padding-right: 0rem;
    padding-left: 0rem;
}

.res_flex_text2 p{
	width:344px;
	margin-right:20px;
	padding-right: 0rem;
    padding-left: 0rem;
}

.flex_wrap{
	display:flex;
	justify-content: space-around;
}

.res_flex_list{
	position:relative;
	background:url("../../../../images/member/plan/onlyone/letter_bg1.jpg") center center no-repeat;
	display:flex;
	align-items: center;
	padding: 2px 11px;
	margin: 0 auto;
	border:1px solid #999;
	border-radius:2px;
	width:32.333%;
	min-height:121px;
	color:#333;
}

.res_flex_list2{
	position:relative;
	background:url("../../../../images/member/plan/onlyone/letter_bg1.jpg") center center no-repeat;
	display:flex;
	align-items: center;
	padding: 2px 11px;
	margin: 0 auto;
	border:1px solid #999;
	border-radius:2px;
	width:32.333%;
	min-height:121px;
	color:#333;
}

.res_flex_list p{
	padding-right: 0rem;
    padding-left: 0rem;
}

.flex_wrap .res_flex_list{
	width:46%;
	min-height:163px;
}

.res_flex_bg2 .res_flex_list{
	width:187px;
	min-height: fit-content;
}


.res_flex_list:nth-child(3n){
	/* margin: 0 0 1% 0; */
}

.bakenlogo{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index:1;
}

.bakenlogo1 {
    position: absolute;
    right: 1px;
    top: -3px;
    z-index: 1;
}

.bakenlogo2 {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

.bakenlogo img{
	width:25px;
}

.bakenlogo1 img{
	width:20px;
}

.bakenlogo2 img{
	width:25px;
}

.bakentekichu{
	position: absolute;
	right:10px;
	margin:0;
	opacity:0.5;
	z-index:1;
}

.bakentekichu img{
	width:100px;
}

.res_flex_list_test1{
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	position:relative;
	width:83px;
	z-index:2;
	padding-right: 0rem;
    padding-left: 0rem;
}



.flex_wrap .res_flex_list_test1{
	font-size:18px;
	width:110px;
}

.res_flex_list_test2{
	width:30px;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	border:1px solid #999;
	padding:10px 2px;
	text-align:center;
	margin-right:5px;
	position:relative;
	z-index:2;
	background:rgba(255, 255, 255, 0.5);
}

.res_flex_list_test3{
	font-size:14px;
	font-weight:bold;
	text-align:right;
	flex-grow: 1;
	position:relative;
	z-index:2;
}

.tensu{
	text-align:left;
}

.kakutoki span {
	font-size:17px;
	letter-spacing:-0.05em;
}
.flex_wrap .kakutoki span {
	font-size:30px;
}

.kakutoki+p {
    text-align: right;
}



.res_flex_bg.kotei{
	display:block;
	font-family:  "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif Arial;
}

.res_flex_bg.kotei .res_flex_list{
	width:300px;
	background:
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center top / auto 5px repeat-x ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center bottom / auto 5px repeat-x ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_tate.png) center left / 5px auto repeat-y ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_tate.png) center right / 5px auto repeat-y ,
	url("../../../../image/member/project_s/ex_kaiseki_all/baken.jpg") center center no-repeat;
	padding: 34px 20px;
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.4);
	margin:10px;
	min-height:175px;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test1{
	font-size:18px;
	width:74px;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test2{
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test3{
	font-size:18px;
	line-height:1.4;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test3 .kakutoki span{
	font-size:24px;
	color:#E52020;
}

.res_flex_bg.kotei .res_flex_list .bakentekichu{
	right: 40px;
	opacity: 0.4;
}

.res_flex_bg.kotei .res_flex_list .bakenlogo{
	right: 10px;
	top: 10px;
}

.kotei_flex{
	display:flex;
	align-items: center;
	background:#FBD10A;
	margin-bottom:20px;
	border-radius:5px;
	
}

.res_flex_list2{
	text-align:center;
}

.res_flex_list2 .reviews{
	width:auto;
	height:150px;
}

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

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

/*glow for webkit*/

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #FFDD1B,
               0 0 70px  #FFDD1B,
               0 0 80px  #FFDD1B,
               0 0 100px #FFDD1B,
               0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #FFDD1B,
               0 0 35px #FFDD1B,
               0 0 40px #FFDD1B,
               0 0 50px #FFDD1B,
               0 0 75px #FFDD1B;
  }
}

/*glow for mozilla*/

@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #FFDD1B,
               0 0 70px  #FFDD1B,
               0 0 80px  #FFDD1B,
               0 0 100px #FFDD1B,
               0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #FFDD1B,
               0 0 35px #FFDD1B,
               0 0 40px #FFDD1B,
               0 0 50px #FFDD1B,
               0 0 75px #FFDD1B;
  }
}

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

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

textarea {
    font-size: 18px;
    width: 90%;
	height:240px;
    vertical-align: top;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: solid 1px #000000;
    margin:1rem;
}

.main_text.merit {
    background: #232300;
    border: 5px inset #FDD93B;
    padding: 10px;
}


button {
margin: 2rem 1rem;
width: 85%;
font-size: 2.9rem;
font-weight: bold;
padding: 0.5rem 1.5rem;
cursor: pointer;
display: inline-block;
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgb(0 0 0 / 90%), inset 0 1px 0 rgb(255 255 255 / 40%);
border-radius: 6px;
text-decoration: none;
color: #1A1A1A;

color: #ffffff;
text-shadow: 0 -1px 1px rgb(0 0 0 / 40%), 0 1px 1px rgb(255 255 255 / 50%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4945), color-stop(1.00, #9f0000));
background: -webkit-linear-gradient(#ea4945, #9f0000);
background: -moz-linear-gradient(#ea4945, #9f0000);
background: -o-linear-gradient(#ea4945, #9f0000);
background: -ms-linear-gradient(#ea4945, #9f0000);
background: linear-gradient(#ea4945, #9f0000);
}

button:hover{
color: #1A1A1A;
text-shadow: 0 -1px 1px rgb(0 0 0 / 40%), 0 1px 1px rgb(255 255 255 / 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FDD93B), color-stop(1.00, #169900));
background: -webkit-linear-gradient(#FDD93B, #FDD93B);
background: -moz-linear-gradient(#FDD93B, #FDD93B);
background: -o-linear-gradient(#FDD93B, #FDD93B);
background: -ms-linear-gradient(#FDD93B, #FDD93B);
background: linear-gradient(#FDD93B, #FDD93B);
}

.button7 {
	background: url("../images/satomin_banner.png") no-repeat center center;
	width:100%;
	height:233px;
	cursor: pointer;
	border: none;
	display:block;
	margin: 0 auto 0 auto;
}

.button7:hover {
	opacity: 0.6;
}

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




.mf_2202_box_area{
	width:85%;
	margin:30px auto 0;
	text-align:center;
	padding:0px;
	background:#FFF7F0;
	border: double 4px #fcbb76;
}

.mf_2202_box_top_area{
	width:100%;
	padding:20px 0;
	text-align:center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcbb76+1,fe9b2c+100 */
background: rgb(252,187,118); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,187,118,1) 1%, rgba(254,155,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252,187,118,1) 1%,rgba(254,155,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(252,187,118,1) 1%,rgba(254,155,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbb76', endColorstr='#fe9b2c',GradientType=0 ); /* IE6-9 */

}

.mf_2202_box_bottom_area{
	width:100%;
	padding:20px 0;
	text-align:center;
}

.mf_2202_box_inner_area{
	width:90%;
	margin:10px auto 0;
	text-align:center;
	padding:20px 0;
	background:#FCB76D;
	border: double 4px #FFF;
}

.mf_2202_box_inner_area2{
	width:90%;
	margin:10px auto 0;
	text-align:center;
	padding:20px 0;
background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
	border: double 4px #FFF;
}

table.hitrate {
  border: 3px solid #999999;
  font-size: 16px;
  width: 90%;
  margin: 20px auto 0 auto;
  border-collapse: collapse;
}

table.hitrate th {
  width: 50%;
  padding: 20px;
  border: 1px solid #999999;
  text-align: left;
  line-height: 1;
  background: #E69138;
  color:#FFF;
}

table.hitrate td {
  padding: 0 0 0 25px;
  border: 1px solid #999999;
  text-align: left;
  line-height: 1;
  background: #fffff0;
  color: #ff3175;
  font-size: 22px;
}

table th.hitrate_top{
	background:#333;
	color:#FFF;
	padding:20px 0;
	text-align:center;
}

.{
 border: 1px solid #000;
 padding: 10px;
 width:80%;
 text-align:center;
 margin:0 auto;
}


.box_kc{
	width:85%;
	margin:0 auto;
	padding:0px 0 20px 0;
	text-align:center;
	background:#191919;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #191919;
}

.box_cn{
	width:85%;
	margin:0 auto;
	padding:0px 0 20px 0;
	text-align:center;
	background:#ED1C24;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #ED1C24;
}

.box_ck{
	width:85%;
	margin:0 auto;
	padding:0px 0 20px 0;
	text-align:center;
	background:#07255D;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #07255D;

}


.box_inner_area{
	width:90%;
	margin:20px auto;
	text-align:left;
	background:#FFF;
	padding:40px 10px;
}


.super_area1 table.pr_area{
	width:100%;
	margin:10px auto 0;
	padding:0px;
	text-align:center;
	border:2px solid #072233;
	border-collapse: separate;
}

.super_area1 table.pr_area th {
  width: 20%;
  padding: 20px 0px;
  border: 1px solid #072233;
  text-align: center;
  line-height: 1;
  background: #000000;
  color: #ffffff;
  font-weight:bold;
  font-size: 20px;
}

.super_area1 table.pr_area td {
  width: 45%;
  padding: 10px;
  border: 1px solid #072233;
  text-align: center;
  line-height: 1;
  background: #fffff0;
  color: #FF0000;
  font-size: 2.4rem;
  font-weight:bold;
}

.super_area1 table.pr_area td.lk {
  padding: 10px;
  border: 1px solid #072233;
  text-align:center;
  line-height: 1;
  background: #ff6700;
  color: #FFF;
  font-size: 16px;
  font-weight:bold;
}


.super_area1 .super_area1 table.pr_area td.lk{
	font-size:0.8rem;
}

.super_area1 .super_area1 table.pr_area th {
	font-size:0.8rem;
}

.bg-r {
  background-color: #ff3175;
  padding:2px;
}

.vprznt_bg {
	background: #FDD93B;
	margin: 40px 56px 0px;
	padding: 1px 1px 30px;
	border-radius: 10px;
}

.vprznt_inner_area {
	background: #000000;
	color: #1A1A1A;
	width: 90%;
	margin: 30px auto 0;
	padding-bottom:40px;
	border: 4px solid #1A1A1A;
	border-radius: 10px;
}

.spdel_res {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #999999;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.spdel_res th {
  border: 1px solid #999999;
  font-size: 14px;
  background: #1E1E1E;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  color: #FFFFFF;
  vertical-align: middle;
}

.spdel_res td {
  border: 1px solid #999999;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: none;
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  background: #FFFFFF;
  color: #111111;
  font-weight: bold;
  line-height: 1;
  vertical-align: bottom;
}

.spdel_res tr.spdel_res_deco1 td {
  border-top: none;
  text-align: center;
  padding-top: 0;
  vertical-align: top;
}

.spdel_res td .hit {
  background: #ff3175;
  color: #FFF000;
  padding: 3px 5px 0;
  line-height: 1;
  display: inline-block;
}

.spdel_res td:nth-child(2n) {
  background: #fcf3de;
}

.spdel_res td.redzone{
  color: #ff3175;
  background:#FFC7C7;
}

.spdel_res tr.spdel_res_deco1 td.redzone{
  color: #ff3175;
  background:#FFC7C7;
}







.spdel_res2 {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #999999;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.spdel_res2 th {
  border: 1px solid #999999;
  font-size: 14px;
  background: #1E1E1E;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  color: #FFFFFF;
  vertical-align: middle;
}

.spdel_res2 td {
  border: 1px solid #999999;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: none;
  font-size: 1rem;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  background: #EEE;
  color: #111111;
  line-height: 1.6;
  width:60%;
  vertical-align: bottom;
}

.spdel_res2 tr.spdel_res_deco1 td {
  border-top: none;
  text-align: center;
  padding-top: 0;
  vertical-align: top;
}

.spdel_res2 td .hit {
  background: #ff3175;
  color: #FFF000;
  padding: 3px 5px 0;
  line-height: 1;
  font-weight:bold;
  display: inline-block;
}


.spdel_res2 td.redzone{
  color: #ff3175;
  background:#FFC7C7;
}

.spdel_res2 tr.spdel_res_deco1 td.redzone{
  color: #ff3175;
  background:#FFC7C7;
}


.mnt_area{
	width:90%;
	text-align:center;
	background:#FFEFDB;
	padding:0 0 20px 0;
	border:3px solid #E36C6B;
	margin:60px auto;
}

.mnt_inner_bottom_area{
	width:90%;
	text-align:center;
	background:#FFF;
	padding:10px 0 30px 0;
	border:1px solid #000;
	margin:10px auto;
}

.mnt_inner_bottom_area .main_text{
	font-size:0.8rem;
}

.mnt_inner_all_top_img_area{
	width:90%;
	text-align:center;
	margin:10px auto;
}

.mnt_inner_top_area{
	width:60%;
	text-align:center;
	background:#FCD5A7;
	margin:0px auto;
	padding:5px 0;
}

.mnt_inner_top_img_area{
	width:40%;
}
.mnt_inner_top_img_area img{
	max-width:300px;
}

.mnt_inner_top_area_q{
	background:#F9F1D7;
	width:90%;
	margin:8px auto 0;
	border: 2px solid #000;
	padding:5px 0;
}

.mnt_inner_top_area_a{
	background:#FFF;
	width:90%;
	margin:0 auto;
	padding:10px 0;
}

.mnt_inner_top_area_a .main_text{
	font-size:0.8rem;
}

.free_cor_area{
	text-align:center;
	margin:0 auto;
}

.free_cor_area table{
	width:85%;
	text-align:center;
	background:#EEE;
	border:1px solid #000;
	margin:40px auto;
}

.free_cor_area table th{
	text-align:center;
	background:#333333;
	color:#FFF;
	border:1px solid #FFF;
	padding:10px 0;
	font-size:1.2rem;
}

.free_cor_area table td{
	text-align:center;
	background:#4F4F4F;
	color:#FFF;
	border:1px solid #FFF;
	padding:10px 0;
	font-size:1.2rem;
}





/*---------桃源郷プロジェクト用--------------*/

/* スキップボタン ******************************/
.nextbc{
	width:60%;
	border-radius:20px;
	margin: 10px auto;
	padding: 10px 0;	text-align:center;
	font-weight:bold;
	font-size:2.4rem;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-decoration:none;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #34e610), color-stop(0.39, #4fb316), color-stop(0.00, #23a33f));
	background: -webkit-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: -moz-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: -o-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: -ms-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: linear-gradient(to bottom, #39b912 0%, #44e413 39%, #42cc27 100%);
	text-shadow:2px 1px 3px rgb(0, 0, 0);
	color:#000000;
	box-shadow: 0 10px 0 rgb(5, 70, 19);	
}

.nextbc:hover{
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cc2b27), color-stop(0.39, #a62607), color-stop(0.00, #992a14));
	background: -webkit-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: -moz-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: -o-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: -ms-linear-gradient(top, #39b912 0%, #44e413 39%, #42cc27 100%);
	background: linear-gradient(to bottom, #39b912 0%, #44e413 39%, #42cc27 100%);
	transition: 0.1s all ease 0s;
	box-shadow: 0px 0px 10px 7px #dcffd3 inset;
	text-shadow:2px 1px 3px #ffffff;
	color:#C7A0A0;
	margin: 12px auto 8px;
}
/* スキップボタンend ******************************/


/* セールスにいくボタン******************************/

.applicationButton01 {
    width: 100%;
    height: 160px;
    text-indent: -9999px;
	background:url("../../../../images/member/plan/onlyone/button.png") no-repeat top center;
    background-size: contain;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    border: none;
    margin: 0px auto;
    text-align: center;
}
.applicationButton01:hover {
    width: 100%;
    height: 160px;
    text-indent: -9999px;
	background:url("../../../../images/member/plan/onlyone/button.png") no-repeat top center;
    background-size: contain;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    transform:scale(2.2);
    cursor: pointer;
    border: none;
    margin: 0px auto;
    text-align: center;
    opacity: 0.8;
}

.applicationButton2209 {
	width: 90%;
	height: 0;
	padding-bottom:43%;
	text-indent: -9999px;
	background: url(../../../../images/member/plan/onlyone/satomi_button.png) left top / 100% 100% no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	cursor:pointer;
	border: none;
	margin: 0 20px 0 20px;
	text-align: center;
	display:block;
	margin:0 auto;
}

.applicationButton2209:hover {
	opacity:0.7;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
/* セールスにいくボタンend******************************/




/*---------桃源郷プロジェクト用end--------------*/

/*---------桃源郷プロジェクト用スケジュールテーブル--------------*/

.mtm_area table{
	width:70%;
	text-align:center;
	background:#FFF7ED;
	margin:40px auto;
	border:3px solid #411c09;
	table-layout: fixed;
}

.mtm_area table th{
	background: rgb(254,113,19);
    
	text-align:left;
	border:2px solid rgb(22, 14, 9);
	padding:10px;
	color:#FFF;
	font-size:1rem;
}

.mtm_area table td{
	background:#F9F1BF;
	text-align:left;
	border:2px solid rgb(22, 14, 9);
	padding:20px 10px;
	font-size:0.9rem;
}

.mtm_area table th.mtm_top_area{
	text-align:center;
	color:#FFF;
	font-size:1.8rem;
}

/*---------桃源郷プロジェクト用スケジュールテーブルend--------------*/


.csn_area{
	width:90%;
	text-align:center;
	margin:40px auto;
	padding:10px 0;
	background:#EEE;
	box-shadow: 0 0 8px gray;
}

.super_area1{
	background:#FCD5A7;
	width:95%;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}

.super_area1 table{
	background:#FFFFFF;
	width:95%;
	margin:0 auto;
	text-align:center;
}

.super_area1 table th {
  width: 30%;
  margin: 0 auto;
  border: 1px solid #777;
  text-align: left;
  background: #F9F1D7;
  font-weight: bold;
padding: 13px 10px 10px 10px;
}

.super_area1 table td {
  border: 1px solid #777;
  text-align: left;
  background: #FFF;
  line-height: 1.65;
  padding: 13px 10px 10px 10px;
}

.ten {
  margin: -7px 3px 0 0;
}

.super_area1 table.pr_area td.lk{
	font-size:0.8rem;
}

.super_area1 table.pr_area th {
	font-size:0.8rem;
}

.bgline {
  padding: 0.5em 0.5em 0.3em 0.5em;
  display: inline-block;
  line-height: 1;
  margin: 8px 0;
  border: 1px solid #555;
}

.bgline2 {
  padding: 0.5em 0.5em 0.3em 0.5em;
  display: inline-block;
  line-height: 1;
  margin: 8px 0;
  border: 1px solid #555;
  background:#333;
}

.super_area1 table th.super_top_area{
	background:#FF9900;
	text-align:center;
	padding:40px 0;
}

.link_button {
margin: 0rem 0 3rem 0;
width: 75%;
font-size: 1.6rem;
font-weight: bold;
padding: 1.2rem 0.5rem;
cursor: pointer;
display: inline-block;
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgb(0 0 0 / 90%), inset 0 1px 0 rgb(255 255 255 / 40%);
border-radius: 6px;
text-decoration: none;
color: #1A1A1A;

color: #ffffff;
text-shadow: 0 -1px 1px rgb(0 0 0 / 40%), 0 1px 1px rgb(255 255 255 / 50%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4945), color-stop(1.00, #9f0000));
background: -webkit-linear-gradient(#ea4945, #9f0000);
background: -moz-linear-gradient(#ea4945, #9f0000);
background: -o-linear-gradient(#ea4945, #9f0000);
background: -ms-linear-gradient(#ea4945, #9f0000);
background: linear-gradient(#ea4945, #9f0000);
}

.link_button:hover{
color: #1A1A1A;
text-shadow: 0 -1px 1px rgb(0 0 0 / 40%), 0 1px 1px rgb(255 255 255 / 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FDD93B), color-stop(1.00, #169900));
background: -webkit-linear-gradient(#FDD93B, #FDD93B);
background: -moz-linear-gradient(#FDD93B, #FDD93B);
background: -o-linear-gradient(#FDD93B, #FDD93B);
background: -ms-linear-gradient(#FDD93B, #FDD93B);
background: linear-gradient(#FDD93B, #FDD93B);
}


.link_button_before {
margin: 1rem 0 6rem 0;
width: 75%;
font-size: 1.6rem;
font-weight: bold;
padding: 1.2rem 0.5rem;
cursor: pointer;
display: inline-block;
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgb(0 0 0 / 90%), inset 0 1px 0 rgb(255 255 255 / 40%);
border-radius: 6px;
text-decoration: none;
color: #666;

background: #EEE;
}



table.result_tr{
	width:100%;
	border:solid 1px #000000;
	margin:1rem auto 0;
}


table.result_tr th{
	text-align:center;
	background:#000000;
	color:#ffffff;
	padding:5px;
}

table.result_tr th.race{
	width:15%;
}

table.result_tr th.type{
	width:20%;
}

table.result_tr th.total{
	width:30%;
}



table.result_tr td{
	text-align:center;
	padding:1rem 0;
	border:solid 1px #000000;

}

table.result_tr td.day_total{
	font-size: 24px;
	width: 30%;
color: #ff7b0d;
    background: #ffffff;
	font-weight: 900;
}


table.result_tr td.race{
	width:15%;
	background:#333333;
	color:#ffffff;

}

table.result_tr td.type{
	width:20%;
}

table.result_tr td.total{
	font-size: 24px;
	width: 30%;
color: #fff000;
    background: #ff7b0d;
	font-weight: 900;
}

table.result_tr td.total_no{
font-size: 18px;
    width: 30%;
    color: #000000;
    background:#aeaeae;
    font-weight: 900;
}

table.result_tr td.buy{
	font-size: 18px;
	font-weight: 800;
	background:#ffabab;
	line-height: 1.2;
	
}

table.result_tr td.nobuy{
	background:#e8e8e8;
}

table.result_tr span.hit{
	background:#ff4024;
	color:#fff000;
	font-weight:800;
	padding:0 24px;
	font-size:14px;
}



.day_result_tr{
	background:#f4cf8f;
	padding:2rem 1rem 1rem;
	margin:1rem auto;
	border: solid 3px #ffa200;
}


.race_result_tr{
	background:#ffe678;
	padding:1rem;
	margin:1rem auto;
	border: solid 3px #ffd000;

}


/*-------文字装飾---------------------------*/
.red2{color:#ff3175;}

.pink{color:#f86a99;}

.light{color: #fff;text-shadow: 0 0 15px #d6c700;}

.shadow{color: #fff;text-shadow: 0 0 15px #134000;}

/*-------文字装飾ここまで---------------------------*/

/*-------フェードイン---------------------------*/

.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeInAnime{
	  from {
		opacity: 0;
	  }
	
	  to {
		opacity: 1;
	  }
	}

/*-------フェードインここまで---------------------------*/

/*-------会員の声---------------------------*/

.balloon5 {
    margin: 1.5em 0;
    overflow: hidden;
    padding: 1rem 0;
    border: outset 5px #000000;
    border-radius: 5px;
    background-color: #a5d9ff;
}

.says {
    display: flex;
    margin: 0 auto;
    padding: 1rem 0.6rem;
    border-radius: 0.5rem;
    background: rgb(255, 255, 255);
    width: 80%;
}




/*-------会員の声ここまで---------------------------*/


.benefit{
	width: 90%;
	background: #ff4964;
	padding: 5px;
	margin: 3rem auto;
}

.benefit p.title{
	margin:10px;
	text-align:left;
	color:#ffffff;
	font-size:2.4rem;
	font-weight:800;
}


.benefit_inbox{
	width: 100%;
	background: #ffffff;
	padding: 1rem 0;
}

.benefit_inbox p{
	padding:1rem;
	text-align:left;
	margin: 10px;
}



.period {
    position: relative;
    margin: 3rem auto;
    padding: 0.5em 1em;
    border: solid 3px #00c186;
    width: 80%;
}
.period .box-title {
    position: absolute;
    display: inline-block;
    top: -37px;
    left: -3px;
    padding: 5px 18px;
    height: 25px;
    line-height: 30px;
    font-size: 24px;
    background: #00c186;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.period p {
    margin: 1rem;
    padding: 0;
    color: #00c186;
    font-size: 28px;
    font-weight: 800;
    text-align:center;
}


.period2 {
    position: relative;
    margin: 3rem auto;
    padding: 0.5em 1em;
    border: solid 3px #ff4964;
    width: 80%;
}
.period2 .box-title {
    position: absolute;
    display: inline-block;
    top: -37px;
    left: -3px;
    padding: 5px 18px;
    height: 25px;
    line-height: 30px;
    font-size: 24px;
    background: #ff4964;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.period2 p {
    margin: 1rem;
    padding: 0;
    color: #ff4964;
    font-size: 28px;
    font-weight: 800;
    text-align:center;
}




.super_area1 table.form_t th{
	display:block;
	width:100%;
	border: none;
	padding:0;
	}

.super_area1 table.form_t th p{
	padding:1rem;
	}
	
.super_area1 table.form_t td{
	display:block;
	width:100%;
	border: none;
	padding:0;
	}

.super_area1 table.form_t td p{
	padding:1rem;
	}

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

	.main_ivent_info_bottom_bg {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding: 10px 0 10px 0;
		background-color: #ffc442;
		background-image: url("https://www.transparenttextures.com/patterns/swirl.png");
		border-top: 4px solid #E83828;
		border-right: 4px solid #E83828;
		border-left: 4px solid #E83828;
		border-bottom: 4px solid #E83828;
	  }

	  .main_ivent_info_bottom_inner_bg {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding: 10px 0 10px 0;
		background-color: #FFF;
		background-image: url("https://www.transparenttextures.com/patterns/swirl.png");
		border-top: 4px solid #E83828;
		border-right: 4px solid #E83828;
		border-left: 4px solid #E83828;
		border-bottom: 4px solid #E83828;
	  }

	  .place1_link_com_bg.bigss {
		width: 95%;
		margin: 0 auto 20px;
		height: 400px;
		background: #333;
		box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #333;
	  }

	  .place1_link_com_bg.bigss .mx_place1_com_name {
  font-size: 20px;
  color: #FF9D00;
  font-weight: bold;
}


.goldwaku{
	background: rgb(255,208,30);
	background: linear-gradient(180deg, rgba(255,208,30,1) 0%, rgba(255,243,213,1) 20%, rgba(247,181,44,1) 100%);
	border: 2px solid #000000;
 	width:90%; 
	margin: auto;
	text-align:left;
	padding:10px;
}

.merit_nom {
    background: #232300;
    border: 5px inset #FDD93B;
    padding: 10px;
	margin: 0 auto;
	width:80%;
}

.bgp2_top {
	background: #FCB941;
	margin: 0 auto;
	width:100%;
	
  }

.bgp2 {
	margin: 0 auto;
	width:90%;
}

.bgp2_inner{
	background: #ffe4c6;
	border: 10px solid #FAA230;
	padding:10px 10px 30px 10px;
}

.text_deco1_bg{
	width:95%;
	margin:0 auto;
}

.text_deco1_bg th {
	text-align: center;
	color: #FFF000;
	text-shadow: 0 1px 0 #000000, 0 2px 0 #000000, 0 3px 4px #000000;
	font-size: 30px;
	font-weight: 900;
	padding: 10px;
	background: #333333;
  }

  .text_deco1_bg td {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	background: #EEEEEE;
	color: #111111;
	border-bottom: 4px solid #060414;
  }

  .blackbox{
	width:#000;
	background:#000;
	border:3px solid #F9BC43;
  }

  .neo_box{
	margin:0 auto;
	background:#a30000;
	border:2px solid #ED1C24;
	width: 95%;
  }

  .neo_inner_box{
	padding:10px 10px 30px 10px;
	border:1px solid yellow;
	margin:20px;
  }

  .neo_inner_box2{
	padding:10px 10px 30px 10px;
	border:1px solid white;
	margin:20px;
  }

  .merit_top_area{
	text-align:left;
	font-weight:bold;
	padding:15px 23px;
	font-size:20px;
	line-height: 48px;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 3px #000e11;
	width: 90%;
	margin:20px auto 0;
	color:#FFFFFF;
	background:#232300;
}


  .merit_top_area2{
	text-align:left;
	font-weight:bold;
	padding:0 auto;
	font-size:20px;
	line-height: 48px;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 3px #000e11;
	width: 90%;
	color:#FFFFFF;
	background:#392D42;
}

.merit_top_area3{
	text-align:left;
	font-weight:bold;
	padding:0 auto;
	font-size:20px;
	line-height: 48px;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 3px #000e11;
	width: 90%;
	color:#FFFFFF;
	background-color: #fd7e00;
}

.merit_top_area4{
	text-align:left;
	font-weight:bold;
	line-height: 30px;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 3px #000e11;
	width: 90%;
	margin:20px auto 0;
	color:#FFFFFF;
	background:#000;
	border:4px solid white;
}

.v_box{
	background:#000;
	width:80%;
	margin:0 auto;
	border:3px solid #E0B500;
}

.v_box2{
	background:#FFF;
	width:90%;
	margin:0 auto;
	padding:30px 10px;
	border:2px solid #000;
}

.v_box3{
	background:#000;
	width:80%;
	margin:0 auto;
	border:3px solid #FFCEBC;
	color:#FFF;
}

.v_box3_1{
	background:#000000;
	width:88%;
	margin:0 auto;
	padding-left: 10px;
	border:3px solid #FFCEBC;
	color:#FFF;
}

.v_box3_2{
	background:#E63E00;
	width:90%;
	margin:0 auto;
	padding:10px 5px;
	border:3px solid #FFCEBC;
	color:#FFF;
}

.v_box3_3{
	background:#000;
	width:70%;
	margin:0 auto;
	border:3px solid #FFCEBC;
	color:#FFF;
	text-align:left;
	padding:0 10px;
}


.v_box4{
	background:#FFC7C7;
	width:90%;
	margin:0 auto;
	padding:20px 10px;
	border:3px solid #000;
	color:#FFF;
}

.v_box6{
	background:#333;
	width:90%;
	margin:0 auto;
	padding:10px 10px;
}

.v_box7{
	background:#FFC443;
	width:90%;
	margin:0 auto;
	padding:10px 10px;
}

.red_box{
	width: 80%;
    border: 5px solid red;
    padding: 3px;
    display: inline-block;
    background: #000000;
    border-radius: 5px;
}

.form_box{
	background:#FFCEBC;
	width:90%;
	margin:0 auto;
	padding:10px 10px;
	border:3px solid #E63E00;
	color:#E63E00;
}

.form_box3 {
	width:40%;
    padding: 1em 1em;
    margin: 0 auto;
    color: #fff9cc;
    background-color: #fff;
	background-image: url("https://www.transparenttextures.com/patterns/debut-light.png");
    border-bottom: solid 6px #2c2c2c;
	border-right: solid 6px #2c2c2c;
    box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
}

.form_box4 {
	width:90%;
    padding: 1em 1em;
    margin: 0 auto;
    color: #FFF;
    background:#a30000;
    border-bottom: solid 6px #2c2c2c;
	border-right: solid 6px #2c2c2c;
    box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
}

.box7{
    padding: 1em;
    margin: auto;
    border: solid 4px #000;
	width:80%;
	background-color: #000dff;
	background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png");
}

.box8{
    padding: 1em;
    margin: auto;
    border: solid 4px #000;
	width:80%;
	background-color: #ff0000;
	background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png");
}

.back_button a{
	display: block;
	border: none;
	color: #FFF;
	font-weight: normal;
	font-size: 1.4rem;
}

.main_ivent_info_top_bg{
	width:95%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding:10px 0 10px 0;
	background-color: #ffc442;
	background-image: url("https://www.transparenttextures.com/patterns/swirl.png");
	border-top:4px solid #E83828;
	border-right:4px solid #E83828;
	border-left:4px solid #E83828;
	border-bottom:2px solid #E83828;
}

.main_ivent_info_inder_days_area_bg{
	width:90%;
	padding:5px 0;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background:#601986;
}

.main_ivent_info_bottom_bg{
	width:95%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding:10px 0 10px 0;
	background-color: #ffc442;
	background-image: url("https://www.transparenttextures.com/patterns/swirl.png");
	border-top:2px solid #E83828;
	border-right:4px solid #E83828;
	border-left:4px solid #E83828;
	border-bottom:6px solid #E83828;
}

.main_ivent_info_bottom_inner_bg{
	width:95%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding:10px 0 10px 0;
	background-color: #FFF;
	background-image: url("https://www.transparenttextures.com/patterns/swirl.png");
	border-top:2px solid #E83828;
	border-right:4px solid #E83828;
	border-left:4px solid #E83828;
	border-bottom:4px solid #E83828;
}

.main_ivent_info_bottom_inner_bg p{
	font-size:1.4rem;
}


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

@keyframes hadou_box1 {
	0% {
	box-shadow: 
	0 0 0 rgba(0, 0, 0, 0);
	}

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

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


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

@keyframes hadou_box2 {
	0% {
	box-shadow: 
	0 0 0 rgba(0, 0, 0, 0);
	}

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

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


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

@keyframes hadou_box4 {
	0% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
		box-shadow:
			15px 15px 20px rgba(250, 39, 9, 0.70),
			-15px 15px 20px rgba(250, 39, 9, 0.70),
			15px -15px 20px rgba(250, 39, 9, 0.70),
			-15px -15px 20px rgba(250, 39, 9, 0.70),
			15px 0px 20px rgba(250, 39, 9, 0.70),
			0px 15px 20px rgba(250, 39, 9, 0.70),
			-15px 0px 20px rgba(250, 39, 9, 0.70),
			0px -15px 20px rgba(250, 39, 9, 0.70);
	}

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

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

@keyframes hadou_box5 {
	0% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
		box-shadow:
			15px 15px 20px rgba(247, 220, 77, 0.6),
			-15px 15px 20px rgba(247, 220, 77, 0.6),
			15px -15px 20px rgba(247, 220, 77, 0.6),
			-15px -15px 20px rgba(247, 220, 77, 0.6),
			15px 0px 20px rgba(247, 220, 77, 0.6),
			0px 15px 20px rgba(247, 220, 77, 0.6),
			-15px 0px 20px rgba(247, 220, 77, 0.6),
			0px -15px 20px rgba(247, 220, 77, 0.6);
	}

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


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

@keyframes hadou_box6 {
	0% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
		box-shadow:
			15px 15px 20px rgba(171, 87, 164, 0.6),
			-15px 15px 20px rgba(171, 87, 164, 0.6),
			15px -15px 20px rgba(171, 87, 164, 0.6),
			-15px -15px 20px rgba(171, 87, 164, 0.6),
			15px 0px 20px rgba(171, 87, 164, 0.6),
			0px 15px 20px rgba(171, 87, 164, 0.6),
			-15px 0px 20px rgba(171, 87, 164, 0.6),
			0px -15px 20px rgba(171, 87, 164, 0.6);
	}

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

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

@keyframes hadou_box7 {
	0% {
	box-shadow: 
	0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
	  box-shadow    : 
	       5px  5px 10px rgba(247, 220, 77, 0.6),
	      -5px  5px 10px rgba(247, 220, 77, 0.6),
	       5px -5px 10px rgba(247, 220, 77, 0.6),
	      -5px -5px 10px rgba(247, 220, 77, 0.6),
	       5px  0px 10px rgba(247, 220, 77, 0.6),
	       0px  5px 10px rgba(247, 220, 77, 0.6),
	      -5px  0px 10px rgba(247, 220, 77, 0.6),
	       0px -5px 10px rgba(247, 220, 77, 0.6); 
	}

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

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

.place1_link_com_bg.bigss{
	width:95%;
	margin:0 auto 20px;
	height:400px;
	background:#333;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #333;
}

.place1_link_com_bg.bigss .mx_place1_com_text{
	font-size:20px;
	color:#FFF;
}

.place1_link_com_bg.bigss .mx_place1_com_name{
	font-size:16px;
	color:#FF9D00;
	font-weight:bold;
}

.mx_place1_com_list{
	border-bottom:1px solid #FFF;
	padding:20px 10px;
	width:100%;
	text-align:left;
}

.mx_place1_com_name{
	font-size:14px;
	font-weight:bold;
}

.mx_place1_com_text{
	font-size:12px;
	color:#c5c5c5;
}

.senbatu_bt_bg_flex{
	display:flex;
	justify-content: space-between;
	margin:10px auto 0;
}

.senbatu_bt_bg_flex .senbatu_bt_bg_flex_list{
	width:49%;
}

.senbatu_bt_bg_flex .applicationButton01_bg{
	font-size:20px;
}

.senbatu_bt_bg_flex .applicationButton01_bg2{
	font-size:20px;
}

.content-mainback0 .content-back0{
	margin-top: 60px;
}

.sub_box{
	max-width:650px;
	width:80%;
	margin:20px auto;
	background:#EEE;
	border:1px solid #000;
	padding:4px 0;
}

.rv_area{
	width:90%;
	margin:30px auto;
	padding:10px 0;
	border-radius: 4px;
	background:#4B3A04;
	border: 1px solid #FFF000;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.4) inset;
}

.rv_area table{
	width:95%;
	margin:0 auto;
	background:#FFF;
}

.rv_area table td{
	padding:2px 10px;
	background:#FFF;
	border:2px solid #232300;
	font-size:0.8rem;
	text-align:center;
	color:#000;
}

.rv_area table th{
	padding:2px 10px;
	background:#FFA101;
	border:2px solid #232300;
	font-size:0.8rem;
	text-align:center;
}

.rv_area table td.t4{
	background:#FFC7C7;
	font-weight: bold;
	color:#FF1313;
}

.v_box_inner{
	width:90%;
	margin:10px auto;
	text-align:center;
	background:#FFF;
	color:#000;
}

.cah_area table{
	width:90%;
	margin:0 auto;
	text-align:center;
	background:#FFF;
}

.cah_area table td{
	border:2px solid #000;
	color:#000;
	padding:20px 0;
	font-size:2rem;
	font-weight:bold;
}

.cah_area table th{
	border:2px solid #000;
	color:#000;
	padding:20px 0;
	font-size:1.4rem;
	font-weight:bold;
	background:#E0ED3B;
}

.lez_box{
background-color: #0c351e;
background-image: url("https://www.transparenttextures.com/patterns/xv.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	width:90%;
	margin:0 auto;
	padding:20px 10px;
	border:3px solid #000;
	color:#FFF;
}

.legend_button_area{
	width:100%;
	margin:20px auto 0;
	text-align:center;
	background:#FFF;
}

.legend_button_area p{
	padding:10px 0;
}

.neo_inner_box span{
	font-size:1.6rem;
  }

  .lez_form_area{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../../../../images/member/plan/onlyone/c_back.jpg) no-repeat center center;
	  background-size: auto;
	background-size: cover;
	display: block;
  }

  .c_button {
	width: 90%;
	background: url(../../../../images/member/plan/onlyone/btn_c.png) left top / 100% 100% no-repeat;
	padding-bottom: 65%;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: 0 auto 5px;
	border: none;
	animation: anime_heart2 1.5s ease-out infinite;
  }

  .c_button:hover{
	width: 90%;
	background: url(../../../../images/member/plan/onlyone/btn_c.png) left top / 100% 100% no-repeat;
	padding-bottom: 65%;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: 0 auto 5px;
	border: none;
  animation: up 1.5s ease-out infinite;
  opacity: 0.85;

}

.lez_ad{
	font-size: 1.2rem;
}

@keyframes up {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
}


	/*---------*/
	.sk_qa_area{
		width:90%;
		margin:0 auto;
		padding:1rem 0;
	  }

	  .sk_qa_q_area{
		width:95%;
		margin:0 auto;
		padding:1rem;
		background:#3DB035;
		border-radius: 10px;
	  }

	  .sk_qa_a_area{
		width:95%;
		margin:10px auto 0;
		padding:1rem;
		background:#FFF4D6;
		color:#000;
		border-radius: 10px;
	  }

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

.ifr_com_bg1{
	border: none;
	width:100%;
	height:820px;
	margin:0 auto;
	display:block;
}

.ifr_com_bg2{
	border: none;
	width:100%;
	height:600px;
	margin:0 auto;
	display:block;
}

@keyframes open-keyanime1{ /* アニメーションの動き */ 
	0% {
	  opacity:0; /* 完全に透明 */ } 
	100% {
	  opacity:1; /* 透明度無し、通常表示 */ } } 
  .animation1{ 
	animation-name: open-keyanime1 ; 
	animation-duration: 5s; /* 5秒間で表示 */ 
	animation-fill-mode: both;  
	animation-iteration-count: 1;  /* 10回実行させています */
  }

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


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

.subarea2209{
	width:100%;
	max-width:800px;
	background-color: #c72e00;
	background-image: url("https://www.transparenttextures.com/patterns/stucco.png");
	border:1px solid #E0B500;
	margin:0 auto;
	padding:3rem 0;
	color:#fff;
}

.subarea2209 p{
	padding:0 1rem;
}

.subarea2210{
	width:100%;
	max-width:800px;
	background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
	border:1px solid #E0B500;
	margin:0 auto;
	padding:3rem 0;
	color:#fff;
}

.subarea2210 p{
	padding:0 1rem;
}

.ub {
	text-decoration: none;
	border-bottom: 1px solid #000;
	margin-bottom: -8px;
	display: inline-block;
	line-height: 1.2;
	margin: 8px 0;
  }
  
.ubten {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	margin-bottom: -8px;
	display: inline-block;
	line-height: 1.2;
	margin: 8px 0;
  }


.uw {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	margin-bottom: -8px;
	display: inline-block;
	line-height: 1.2;
	margin: 8px 0;
  }

.uwten {
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
	margin-bottom: -8px;
	display: inline-block;
	line-height: 1.2;
	margin: 8px 0;
  }

  .uwy {
	text-decoration: none;
	border-bottom: 1px solid #FDD93B;
	margin-bottom: -8px;
	display: inline-block;
	line-height: 1.2;
	margin: 8px 0;
  }

	.your_root_area{
		background:#725400;
		width:95%;
		margin:0 auto;
		padding:1rem 0;
		border-radius: 30px;
	}

	.your_root_after_area{
		background:#247000;
		width:95%;
		margin:0 auto;
		padding:1rem 0;
		border-radius: 30px;
	}

	.your_item{
		width:92%;
		margin:20px auto 20px;
		padding:2rem 0;
		background:#E0B500;
		box-shadow: 0 0 0 5px #1A1A1A, 0 0 0 10px #E0B500;
		border-radius: 30px;
	}

	.your_item2{
		width:92%;
		margin:20px auto 20px;
		padding:2rem 0;
		background:#FF0000;
		box-shadow: 0 0 0 5px #1A1A1A, 0 0 0 10px #E0B500;
		border-radius: 30px;
	}

	.win_info_area{
		width:92%;
		margin:20px auto 20px;
		padding:0.3rem 0;
		background:#EEEEEE;
	}

	.win_info_area2{
		width:92%;
		margin:20px auto 20px;
		padding:0.3rem 0;
		background-color: #171717;
		background-image: url("https://www.transparenttextures.com/patterns/black-paper.png");	

	}

	.win_info_inner_top_area{
		width:96%;
		margin:10px auto 0px;
		background-color: #383838;
		background-image: url("https://www.transparenttextures.com/patterns/xv.png");
		border:1px solid red;
	}
	
		.win_info_inner_bottom_area{
		width:96%;
		margin:0px auto 20px;
		padding:0.5rem 0;
		background:#E3E3E3;
	}

	.win_info_inner_bottom_area table{
		width:96%;
		margin:10px auto 10px;
		padding:2rem 0;
		background:#FFF;
		border:1px solid #333;
		color:#000;
	}
	
		.win_info_inner_bottom_area table td{
		border:1px solid #333;
		padding:10px;
		text-align:center;
	}

		.win_info_inner_bottom_area table th{
		border:1px solid #000;
		background:#FF9900;
		padding:10px;
		text-align:center;
	}

	.win_info_border_box{
		border:1px solid #000;
		width:95%;
		margin:0 auto;
		padding:10px 0;
		background:#FFF2CC;
	}
	
	.win_zt_table_area{
		width:95%;
		margin:0 auto;
		padding:1rem 0;
		text-align:center;
		background-color: #0a0a0a;
		background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
		border-radius: 15px;
	}

	.win_zt_table_area2{
		width:96%;
		margin:0 auto;
		padding:1rem 0;
		text-align:left;
		background:#EEE;
	}

	.win_zt_table_area table{
		width:96%;
		margin:0.8rem auto;
		text-align:center;
		table-layout: fixed;
	}
	
	.win_zt_table_area table td{
	border:1px solid #000;
	background:#434343;
	}

	.win_zt_table_area table th{
	border:1px solid #000;
	background:#FF7700;
	}
	
	.win_redtext{
	color:#FDD93B;
	font-weight:bold;
	}

	.win_fm_area{
		width:95%;
		background:#EEEEEE;
		margin:0 auto;
	  }

	  .win_fm_area table{
		width:98%;
		background:#E3E3E3;
		margin:0.5rem auto;
	}

	.win_fm_area table td{
		border: 1px solid #999999;
		color:#222222;
		font-size:0.9rem;
	}

	.win_fm_area table th{
		border: 1px solid #999999;
		background:#444444;
		color:#FFF;
		padding: 20px 10px;
	}

	.win_time_fm_area{
		width:90%;
		margin:0 auto;
		background:#FFF;
		border:1px solid #222;
		padding:0.3rem 0;
	}

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

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

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

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

.skchamp_info1_area{
	width:94%;
	margin:1rem auto 0;
	padding:1rem 0;
	background:#FFF;
	color:#333;
}

.skchamp_info1_toptext_area{
	width:94%;
	margin:0.5rem auto 0;
	padding:1rem 0;
	padding:2rem 0; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffffd+0,fefce8+100 */
background: #fffffd; /* Old browsers */
background: -moz-linear-gradient(top,  #fffffd 0%, #fefce8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffffd 0%,#fefce8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffffd 0%,#fefce8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffd', endColorstr='#fefce8',GradientType=0 ); /* IE6-9 */

	box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #DDD;
}

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

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

.ng_comment_bg{
	border:1px solid #333333;
	background:
	url(../../../image/member/wakusumi1_1.png) left 5px top 5px no-repeat ,
	url(../../../image/member/wakusumi1_2.png) right 5px top 5px no-repeat ,
	url(../../../image/member/wakusumi1_3.png) left 5px bottom 5px no-repeat ,
	url(../../../image/member/wakusumi1_4.png) right 5px bottom 5px no-repeat;
	/* margin:20px auto 0; */
	overflow: hidden;
	width:100%;
	max-width:743px;
}

#main_slide_bg{
	height:500px;
	margin:10px;
	background-color:
	overflow: hidden;
	overflow-y: scroll;
	border: 5px solid red;
	
}

#main_slide_bg2{
	height:500px;
	margin:10px;
	background-color:#000;
	overflow: hidden;
	overflow-y: scroll;
	border: 5px solid red;
	
}

#main_slide_bg_yoco{
	margin:1rem auto;
	background:#111111;
	color:#fcfcfc;
	overflow: hidden;
	border: 4px solid #DFC552;
	border-image: linear-gradient(to right, #DFC552 0%, #FFF0AE 100%);
	border-image-slice: 1;
	padding-bottom:20px;
}

#main_slide{
	height:500px;
	margin:10px;
	background-color:
	overflow: hidden;
	overflow-y: scroll;
}

#main_slide p{
	text-align:left;
	display:flex;
	/*
	width:575px;
	*/
	width:530px;
	border-bottom:1px dotted #999999;
	font-size:15px;
	letter-spacing:0.05em;
	padding:20px 0;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}
#main_slide2 p{
	text-align:left;
	display:flex;
	/*
	width:575px;
	*/
	width:530px;
	border-bottom:1px dotted #999999;
	font-size:15px;
	letter-spacing:0.05em;
	padding:20px 0;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}
#main_slide_bg_yoco #main_slide p{
	text-align:left;
	display:flex;
	width:530px;
	border-bottom:1px dotted #999999;
	font-size:15px;
	letter-spacing:0.05em;
	padding:20px 0 0 0;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}

.ng_comment_no{
	background:#333333;
	color:#FFFFFF;
	padding:0 5px 1px;
	font-size:12px;
	margin:0 5px 0 0;
}



.res_upd1_bg{
	display:flex;
	width:100%;
	font-size:16px;
	margin:0 auto 5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #999999;
	align-items: center;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}

.res_upd1_text1{
	background:#fd7e00;
	color:#FFF;
	padding:2px 0;
	margin-right:50px;
	border-radius:3px;
	font-size:12px;
	width:81px;
}

.res_upd1_text1.crsy{
	width:150px;
	padding:2px 10px;
}

.res_upd1_text2{
	margin-right:87px;
	font-size:14px;
	width:164px;
	text-align:left;
}

.res_upd1_text2.crsy{
	width:110px;
}


.res_upd1_text3{
	font-weight:bold;
	color:#FF2626;
	width:260px;
	text-align:left;
	padding:2px 10px;
	border:1px solid #999;
	background: linear-gradient(to right,#DDA242 0%, #FFE791 30%, #F7EAC3 50%, #FFE884 80%, #FFF5C9 100%);
	position:relative;
}

.res_upd1_text3:after{ clear: both; }

.res_upd1_text3 span{
	position:absolute;
	top:5px;
	right:10px;
	color:#ff2e4b;
	font-weight: normal;
	text-align:right;
	font-size:12px;
}

.res_upd1_text4{
	font-size:12px;
	padding:2px 10px;
	border:1px solid #999;
	text-align:center;
	background:#EEE;
}

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

.flex_test-box {
	margin-left: 44px;
	margin-right: 5px;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
}
 
.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  30px;           /* 文字サイズ */
    width: 200px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}
 
.flex_test-item:nth-child(1) {
    background-color:  #FF2626; /* 背景色指定 */
}
 
.flex_test-item:nth-child(2) {
    background-color:  #FF2626; /* 背景色指定 */
}
 
.flex_test-item:nth-child(3) {
    background-color: #FF2626; /* 背景色指定 */
}
 
.flex_test-item:nth-child(4) {
    background-color:  #FF2626; /* 背景色指定 */
}

.flex_test-item:nth-child(5) {
    background-color:  #FF2626; /* 背景色指定 */
}

.flex_test-item:nth-child(6) {
    background-color:  #FF2626; /* 背景色指定 */
}

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


@media only screen and (min-device-width: 240px) and (max-device-width: 480px) {


}


/*2307_add*/
.box_note{
	width: 70%;
	height: 150px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: scroll;
	color: #fafafa;
	text-align: left;
	background: #393939;
	padding: 0 10px;
}

@media only screen and (max-width: 768px){
	.box_note{
		width: 90%;
	}
}