@charset "utf-8";
body,div,pre,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,img,figure {
  margin: 0;
  padding: 0;
}
article,aside,canvas,details,figcaption,figure,header,footer,main,menu,nav,section,summary {
  display: block;
}
*,
*:before,
*:after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html{
  font-size: 62.5%;
  position: relative;
  scroll-behavior: smooth;
}
body{
  background-color: #fffbe9;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #485157;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow-x: hidden;
}
#wrap{
  width: 980px;
  margin: 0 auto;
}
main{
  margin: 2rem 0;
}


/*=========================================
site link color
=========================================*/
a{
  color: #3715BF;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  text-decoration: underline;
}


/*=========================================
title
=========================================*/
h2,h3,h4,h5,h6{
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  margin: 2rem 0;
}

h2{
  font-size: 2.4rem;
  font-weight:bold;
  padding:0.5em;
  background-color: #a18400;
  color:#fff;
  border-left:6px solid #F40000;
}

/*小見出し*/
h3 {
}

/*注意文言内見出し*/
h4{
}


/*=========================================
common
=========================================*/
img, figure, video{
  border: none;
  vertical-align: bottom;
}
hr{
  height: 0;
  padding: 0;
  border: 0;
  margin: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.9);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.width_full{
  width: -webkit-fill-available;
  width: -moz-available;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: inherit;
}

/* plan
--------------------------------------------------*/
/*.view_plan{text-align: center;}*/
.view_plan img{max-width: 100%;}

/* table common
--------------------------------------------------*/
table img{vertical-align: bottom;}
table.tbl_fixed{table-layout: fixed;}

/* dl_base common
--------------------------------------------------*/
/*商品説明用*/
dl.dl_base dd:empty{display: none;}

/* text
--------------------------------------------------*/
div[class^="txt_"],
span[class^="txt_"],
p[class^="txt_"]{
  vertical-align: middle;
}
.txt_s{font-size: 90%;}
.txt_ss{font-size: 80%;}
.txt_l{font-size: 150%;}
.txt_ll{
  font-size: 3rem;
  font-weight: bold;
}
/*company*/
.txt_noselect{
  user-select: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.txt_red{
  color: red;
  font-weight: bold;
}

/* align
--------------------------------------------------*/
.ta_c{text-align: center;}
.ta_r{text-align: right;}
.ta_l{text-align: left;}


/*=========================================
message list
=========================================*/
/*msg_
--------------------------------------------------*/
div[class^="msg_"],
p[class^="msg_"]{
  margin: 20px;
  padding: 10px;
}
div[class^="msg_"]:empty,
p[class^="msg_"]:empty{
  display: none;
}

/*msg_warning*/
.msg_warning{
  display: block;
  text-align: center;
  border: 1px solid #FF8383;
  background: #D82326;
  color: #ffffff;
}
.msg_warning a{color: yellow;}

/*isystem-
--------------------------------------------------*/
div[id^="isystem-"],
p[id^="isystem-"]{
  display: block;
  text-align: center;
}
div[id^="isystem-"]:empty,
p[id^="isystem-"]:empty{
  display: none;
}
/*isystem-regist_word…登録系メッセージ*/
#isystem-regist_word{
  margin: 2rem;
  padding: 1rem;
}


/*=========================================
input
=========================================*/
input[type="submit"], button{cursor: pointer;}
select, input, textarea, button {
  font-family: inherit;
  vertical-align:middle;
}
/* type="image"
--------------------------------------------------*/
input[type="image"]{
  display: block;
  margin: 2rem auto;
  background-color: transparent !important;
}

/* submit
--------------------------------------------------*/
/*pay/select*/        div[class="payments_block"] input[type="submit"] ,
/*bankagent*/        input[name="submit[btn][pay_bankagent][add]"] ,
/*bitcash*/            input[name="submit[btn][pay_bitcash][add]"] ,
/*credit*/              input[name="submit[btn][pay_credit][add]"] ,
/*netbank*/          input[name="submit[btn][pay_netbank][add]"] ,
/*point*/               input[name="submit[btn][pay_point][add]"],
/*information*/      input[name="submit[btn][user_detail_info][set]"] ,
/*login*/                form[name="user_login_frm"] input[name="submit[btn][doLogin][get]"] , 
/*view/expect/*/   form[name$="_pay"] input[type="submit"] ,
/*table btn*/          td.tbl_btn a ,
/*premiere*/        .css_btn
{
  border: none;/*reset*/
  display: block;
  background: red;
}
/*pay/select*/        div[class="payments_block"] input[type="submit"]:hover ,
/*bankagent*/        input[name="submit[btn][pay_bankagent][add]"]:hover ,
/*bitcash*/             input[name="submit[btn][pay_bitcash][add]"]:hover ,
/*credit*/              input[name="submit[btn][pay_credit][add]"]:hover ,
/*netbank*/          input[name="submit[btn][pay_netbank][add]"]:hover ,
/*point*/               input[name="submit[btn][pay_point][add]"]:hover ,
/*information*/      input[name="submit[btn][user_detail_info][set]"]:hover ,
/*login*/               form[name="user_login_frm"] input[name="submit[btn][doLogin][get]"]:hover ,
/*view/expect/*/   form[name$="_pay"] input[type="submit"]:hover ,
/*table btn*/          td.tbl_btn a:hover ,
/*premiere*/        .css_btn :hover
{
  background: blue;
}


/*=========================================
pay
=========================================*/
/* select
--------------------------------------------------*/
.payments_block{
  margin: 2rem 0;
  padding: 1rem;
  border: 2px solid rgba(0,0,0,1.00);
}
/* bitcash
--------------------------------------------------*/
a.bitcash_link{
  color: #fff;
  text-decoration: underline;
}
.bitcash_logo{
  width: 20%;
}
/* agree
--------------------------------------------------*/
.agree_submit{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
form[name="agree_frm"] input[type="submit"], form[name="agree_frm"] input[type="button"]{
  display: block;
  padding: 5px;
  margin: 5px;
  width: 45%;
  height: 100px;
  font-size: 2rem;
}


/*=========================================
table
=========================================*/
table.tbl_base{
  width: 100%;
}
table.tbl_base tr th{
  width:20%;
  color:#fff;
  background-color:#a18400; 
  padding:0.5em;
}
table.tbl_base tr td{
  background-color:#FBECBE; 
  padding:0.5em 1em;
}
table.tbl_base.def_index{
  width: 100%;
}
table.tbl_base.def_index th,
table.tbl_base.def_index td{
  display: block;
  width: 100%;
  font-size: 3.6rem;
  padding:8px;
}
table.tbl_base.def_index th{
  background-color: #b6050f;
  color: #fff;
}
table.tbl_base.def_index td{
  background-color: #e8e8e8;
}
/*=========================================
dl
=========================================*/
dl.dl_base{
  margin-top: 6rem;
  padding:0 1rem;
}
dl.dl_base dt{
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin:1rem 0;
  font-weight:bold;
  background-color: #F5D854;
  padding:0.5rem 1rem;
}
dl.dl_base dd{
  padding:0 1rem 3rem;
}

/*=========================================
共通
=========================================*/
.over_width{
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
:root {
  --f-f-mincho:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --f-f-main:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.topscroll{
  position: fixed;
  right:0;
  top:30vh;
  opacity: 0
}
.topscroll.show{
  top:29vh;
  opacity: 1;
  transition: 1s all;
}
/*=========================================
header
=========================================*/
header{
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #3e3e3e;
}
header a img{
  width: 40%;
}
.contact_icon{
  position:fixed;
  top: 30px;
  right: 60px;
  width: 100px;
}
/*=========================================
footer
=========================================*/
footer{
  background: #333;
  padding-top: 3.6rem;
  padding-bottom: 2.4rem;
}
.footer_nav{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding:0 3rem 3.6rem;
  list-style: none;
}
.footer_nav li a,
.copy{
  color: #fff;
}
/*=========================================
def_index
=========================================*/
.login{
  padding: 200px 0;
  position: relative;
}
table.tbl_base.def_index td input{
  width: 100%;
  height: 100%;
  font-size: 3rem;
  padding: 8px 12px;
}
.login input[type="image"]{
  margin-top: 60px;
}
.login_yukichi{
  position:absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
}
/*=========================================
user_index
=========================================*/
/*user_index_header*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 2.5s 3.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 350px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}
/*user_index_header*/
.header_animate{
  background-color: #a18400;
  padding-bottom: 3.6rem;
}
.wipein{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.wipein_1{
  position: relative;
  z-index: 2;
}
.wipein_1.wipe_right{
  position: relative;
  z-index: 1;
}
.wipein_1 img{
  opacity: 0;
}
.wipein_1.show img{
  animation: wipeimg 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}
.wipein_1:after {
  display: block;
  content: "";
  height: 100%;
  background:#a18400;
  position: absolute;
  top: 0;
}
.wipein_1.show {
  animation: wipecolor .7s ease-in-out both;
}
.wipein_1.show:after {
  animation: wipebar .7s ease-in-out both;
}
.wipein_1.wipe_right.show:after {
  animation: wipebar_right .7s ease-in-out both;
}

@keyframes wipebar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes wipebar_right {
  0% {
    left: 100%;
    right: 0;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 0;
    right: 100%;
  }
}
@keyframes wipecolor {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: var(--main-font-color);
  }
  100% {
    color: var(--main-font-color);
  }
}
@keyframes wipeimg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
[class^="wipein_1_text"]{
  position: absolute;
  left:140px;
}
.wipein_1_text1{
  top:10rem;
}
.wipein_1_text2{
  top:15rem;
}
.wipein_1_text3{
  top:20rem;
}
.wipein_1_yukichi{
  position: absolute;
  right: 200px;
  top: 9.8rem;
}
.wipein_2{
  width:90%;
  margin:-78px 0 0 auto;
  position: relative;
}
.wipein_2 img{
  width: 100%;
}

/*slider*/
.slide_banner{
  margin:60px auto;
}
/*result_flash*/
.result_flash{
  margin: 100px auto;
  position: relative;
  padding-bottom:100px;
}
.result_flash_title{
  font-size:3.6rem;
  font-weight:bold;
  line-height: 0.6;
  position:relative;
  z-index: 1;
}
.result_flash_title::after{
  position: absolute;
  content: "";
  width:100%;
  height:30px;
  left:0;
  bottom:-8px;
  background-color: #e0e1ff;
  z-index: -1
}
.result_flash_title span{
  font-size:2.4rem;
}
.lotos{
  margin:32px auto;
  padding:0 2rem;
}
.lotos_title{
  font-size:2.4rem;
  color: #0c329b;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 8px; /* 線の太さ */
  text-decoration-color:#e0e1ff;
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
ul.loto_btns{
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.loto_btns li{
  width:30%;
  height:90px;
  border-radius: 45px;
  text-align: center;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border:1px solid rgba(0, 0, 0, 0.3);
  position:relative;
}
ul.loto_btns li:hover{
  box-shadow: none;
  transform: translateY(3px);
  transition:0.5s all;
}
ul.loto_btns li::after{
  position:absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #8c0016;
  border-right: 0;
  top:35px;
  right:20px;
}
ul.loto_btns li a{
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}
ul.loto_btns li:hover a img{
  transition:0.8s all;
  transform: scale(1.1);
}
.numberses ul.loto_btns::after{
  content:"";
  width:30%;
  height:90px;
}
ul.loto_btns li:hover::after{
  right:10px;
  transition: 0.5s all;
}
.result_chara,.result_message{
  position: absolute;
}
.result_chara{
  bottom:-100px;
  right:0px;
}
.result_message{
  bottom:20px;
  right:70px;
  z-index:-1;
}
/*news*/
.news_title{
  font-size:3.6rem;
  font-weight:bold;
  line-height: 0.6;
  position:relative;
  z-index: 1;
}
.news_title::after{
  position: absolute;
  content: "";
  width:100%;
  height:30px;
  left:0;
  bottom:-8px;
  background-color: #ffed8a;
  z-index: -1
}
.news_title span{
  font-size:2.4rem;
}
.news_title span.news_title_rubi{
  font-size:1rem;
}
.news_content ul{
  margin-top:60px;
  display: flex;
  justify-content: flex-start;
  gap:5%;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
.news_content ul li{
  list-style: none;
  width: 30%;
}
.news_content ul li a{
  height: 100%;
  color: #3e3e3e;
}
.news_content ul li a:hover{
  opacity: 0.7;
  color:#A80002;
}
.news_content.verify .news_title::after{
  background-color: #fef6f7;
}
.book_read{
  margin:100px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding:40px 20px;
  background: url("../../img/pc/index/book_bg.jpg") center center no-repeat;
  background-size: cover;
}
.book_detail{
  writing-mode: vertical-rl;
  font-size: 5.2rem;
  color: #fff;
  font-weight: bold;
  font-family: var(--f-f-mincho);
  line-height: 2.5;
  margin: 0 auto 20px;
}
.ayutami{
  margin-bottom:100px;
}
/*=========================================
plan result 
=========================================*/

/*↓↓↓↓↓↓↓loto6↓↓↓↓↓↓↓*/
.plan_wrap{
  border:5px solid #d41819;
  border-radius: 20px;
  overflow: hidden;
}
.plan_wrap ul{
  display: flex;
  align-items: center;
  list-style: none;
  background-color: #000;
  font-size: 1.2rem;
  margin: 0;
  padding:0;
}
.plan_wrap ul li{
  width: 25%;
  border-right:1px solid #fff;
  padding: 1em 0;
}
.plan_wrap ul li a{
  color:#fff;
}
.plan_wrap ul li.active{
  width: 25%;
  border-right:1px solid #fff;
  background-color: #EFEFEF;
}
.plan_wrap ul li.active a{
  color:#3e3e3e;
  pointer-events: none;
}
.plan_wrap ul li:last-child{
  border-right: none;
}
.plan_result_content{
  padding:0 20px;
}
.plan_title{
  margin:36px 0;
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
  -webkit-text-stroke: 10px #1d8b00;
  text-stroke: 10px #1d8b00;
  paint-order: stroke;
}
.plan_inner_head{
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em;
  background-color: #d41819;
  margin-bottom: 0;
  color: #fff;
}
.plan_inner{
box-sizing: border-box;
  padding: 0 20px;
  border-left: 1px solid #d41819;
  border-right: 1px solid #d41819;
  border-bottom: 1px solid #d41819;
  padding-top:48px;
  margin-bottom:60px;
}
table.result_num{
  margin-botom:48px;
  width:100%;
  border: 1px solid #d41819;
  box-sizing: border-box;
  border-collapse: collapse;
}
table.result_num tr th{
  font-size: 1.8rem;
  font-weight: bold;
  color: #770001;
  background-color: #ffaeae;
}
table.result_num tr td{
  font-size: 2.4rem;
  text-align: center;
}
table.result_num tr td span{
  width: 65px;
  height: 65px;
  background-color: #a563ff;
  border-radius: 32.5px;
  display: block;
  margin: 0 auto;
  line-height:65px;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  font-weight:bold;
}
/*↓↓↓↓↓↓ロト球色指定↓↓↓↓↓↓*/
table.result_num tr td span.biored{
  background-color: #a563ff;
}
table.result_num tr td span.red{
  background-color: #ff2e2e;
}
table.result_num tr td span.blue{
  background-color: #2e73ff;
}
table.result_num tr td span.green{
  background-color: #B0F010;
}
table.result_num tr td span.yellow{
  background-color: #fffc04;
}
table.result_num tr td span.pink{
  background-color: #FC9DBB;
}
table.result_num tr td span.orange{
  background-color: #ffb931;
}
table.result_num tr td span.gold{
  background-color: #a18400;
}
/*↑↑↑↑↑↑ロト球色指定↑↑↑↑↑↑*/
table.result_num tr th,
table.result_num tr td{
  width:calc(100% / 9);
  padding: 1.4rem 0;
  border-left: 1px solid #d41819;
}
table.result_detail{
  margin:48px auto 12px;
  width:100%;
  border: 1px solid #d41819;
  box-sizing: border-box;
  border-collapse: collapse;
}
table.result_detail tr th{
  background-color:#d41819;
  color:#fff;
  text-align: center;
  font-size: 1.8rem;
}
table.result_detail tr td{
  font-size: 1.6rem;
  border-bottom: 1px solid #d41819;
  text-align: right;
  background-color: #fff;
}
table.result_detail tr td:first-child{
  text-align: center
}
table.result_detail tr td:last-child{
  text-align: left
}
table.result_detail tr th,
table.result_detail tr td{
  padding: 1.4rem 0.8rem;
  border-left: 1px solid #d41819;
}
/*↓↓↓↓↓↓↓loto7↓↓↓↓↓↓↓*/
.plan_wrap.loto7{
  border:5px solid #00479e;
}
.loto7 .plan_inner{
  border-left: 1px solid #00479e;
  border-right: 1px solid #00479e;
  border-bottom: 1px solid #00479e;
}
.loto7 .plan_inner_head{
  background-color: #00479e;
}
.loto7 table.result_num{
  border: 1px solid #00479e;
}
.loto7 table.result_num tr th{
  color: #00479e;
  background-color: #cbe2ff;
  border-bottom: 1px solid #00479e;
}
.loto7 table.result_num tr th, 
.loto7 table.result_num tr td{
  border-left: 1px solid #00479e;
}
.loto7 table.result_detail{
  border: 1px solid #00479e;
}
.loto7 table.result_detail tr th{
  background-color: #00479e;
}
.loto7 table.result_detail tr th,
.loto7 table.result_detail tr td{
  border-left: 1px solid #00479e;
  border-bottom: 1px solid #00479e;
}
/*↓↓↓↓↓↓↓miniloto↓↓↓↓↓↓↓*/
.plan_wrap.miniloto{
  border:5px solid #be7500;
}
.miniloto .plan_inner{
  border-left: 1px solid #be7500;
  border-right: 1px solid #be7500;
  border-bottom: 1px solid #be7500;
}
.miniloto .plan_inner_head{
  background-color: #be7500;
}
.miniloto table.result_num{
  border: 1px solid #be7500;
}
.miniloto table.result_num tr th{
  color: #be7500;
  background-color: #fff1da;
  border-bottom: 1px solid #be7500;
}
.miniloto table.result_num tr th, 
.miniloto table.result_num tr td{
  border-left: 1px solid #be7500;
}
.miniloto table.result_detail{
  border: 1px solid #be7500;
}
.miniloto table.result_detail tr th{
  background-color: #be7500;
}
.miniloto table.result_detail tr th,
.miniloto table.result_detail tr td{
  border-left: 1px solid #be7500;
  border-bottom: 1px solid #be7500;
}
/*↓↓↓↓↓↓↓numbers↓↓↓↓↓↓↓*/
.plan_wrap.numbers{
  border: 5px solid #14d100;
}
.numbers .plan_title{
  color: #14d100;
  font-size:3.6rem;
  font-weight: bold;
}
table.numbers_table{
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #14d100;
  margin-bottom: 60px;
}
table.numbers_table tr{
  border-bottom: 1px solid #14d100;
}
table.numbers_table tr th,
table.numbers_table tr td{
  height: 80px;
  box-sizing: border-box;
  padding:0 12px;
  border-right: 1px solid #14d100;
}
table.numbers_table tr td.none{
  border-right:none;
}
table.numbers_table tr th.main_head{
  background-color: #14d100;
  color: #fff;
  font-size:2.4rem;
  font-weight: bold;
  justify-content: space-between;
}
table.numbers_table tr td{
  font-size: 1.6rem;
  background-color: #fff;
}
table.numbers_table tr td.red,
table.numbers_table tr td span.red{
  color: red;
  font-weight:bold;
}
table.numbers_table tr td.large,
.large{
  font-size: 3rem;
}
._green{
  color: #14d100;
  font-weight:bold;
}
table.numbers_table tr th.green{
  background-color: #d0f6cb;
  text-align: center;
  font-weight:bold;
  font-size: 1.8rem;
}
table.numbers_table tr td:nth-child(2),
table.numbers_table tr td:nth-child(3),
table.numbers_table tr td:nth-child(5),
table.numbers_table tr td:nth-child(6){
  text-align: right;
}
table.numbers_table tr:nth-child(2) td:nth-child(3),
table.numbers_table tr:nth-child(2) td:nth-child(6),
table.numbers_table tr:nth-child(3) td:nth-child(3),
table.numbers_table tr:nth-child(3) td:nth-child(6){
  text-align: left;
}
/*↓↓↓↓↓↓↓loto_set↓↓↓↓↓↓↓*/
.set_content{
  padding:2rem;
  border:2px solid #37971f;
  margin: 60px auto;
}
.set_title{
  font-size: 2.4rem;
  color:#37971f;
  font-weight: bold;
  margin-top: 0;
}
table.loto_set{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border:2px solid #37971f;
}
table.loto_set tr th{
  font-weight: bold;
  background-color: #abd1a1;
  padding:0.7rem 0;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
/*↓↓↓↓↓↓表タイトル、セット球色指定↓↓↓↓↓↓*/
table.loto_set tr th.red{
  color:red;
}
table.loto_set tr th.yellow{
  color:#fffc04;
}
table.loto_set tr th.orange{
  color:#ffb931;
}
table.loto_set tr th.green{
  color:#B0F010;
}
table.loto_set tr th.blue{
  color:#0674d1;
}
table.loto_set tr th.pink{
  color:#FC9DBB;
}
table.loto_set tr th.biored{
  color:#9100d5;
}
table.loto_set tr td.red span{
  background-color:red;
}
table.loto_set tr td.yellow span{
  background-color:#fffc04;
}
table.loto_set tr td.orange span{
  background-color:#ffb931;
}
table.loto_set tr td.green span{
  background-color:#B0F010;
}
table.loto_set tr td.blue span{
  background-color:#0674d1;
}
table.loto_set tr td.pink span{
  background-color:#FC9DBB;
}
table.loto_set tr th.biored{
  color:#9100d5;
}
/*↑↑↑↑↑↑セット球色指定↑↑↑↑↑↑*/
table.loto_set tr td{
  padding:0.7rem 0;
  background-color: #fff
}
table.loto_set tr td span{
  width: 45px;
  height: 45px;
  background-color: #a563ff;
  border-radius: 22.5px;
  display: block;
  margin: 0 auto;
  line-height:45px;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  font-weight:bold;
  font-size: 2rem;
  background-image: linear-gradient(90deg, transparent, #ffffffb3);
}
table.loto_set tr th,
table.loto_set tr td{
  border:1px solid #37971f;
}
/*=========================================
story 
=========================================*/
.story_mv{
  background-color: #ebdcbd;
}
.story_question{
  margin-top: 100px;
}
.story_question_content{
  margin-bottom: 100px
}
.story_question_title{
  font-size:3.6rem;
  background-color: #ebdcbd;
  padding:1rem;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight:bold;
  margin-bottom:1em;
}
.story_question_detail{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between
}
.story_text{
  padding-right:3.6rem;
  font-size:1.6rem;
}
/*=========================================
susume
=========================================*/
.susume_introduction{
  margin-top:100px;
}
.site_title{
  background-color: #fff;
  padding:6px;
  margin:0;
}
.intro_detail{
  margin:3.6rem auto;
  padding:0 0.5em;
  font-size:2rem;
}
.intro_infomation{
  margin-top:100px;
}
.intro_infomation p{
  padding:2em 1em;
  font-size:2rem;
}
.susume_feature{
  padding:60px 0.5em;
  font-size:2rem;
}
.susume_feature p{
  font-size:2rem;
}
.susume_feature p.feature_title{
  font-size:3.6rem;
  color:#b01311;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight:bold;
  text-decoration: underline;
  text-decoration-thickness: 8px; /* 線の太さ */
  text-decoration-color:#ffd1d1;
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.susume_feature ol{
  padding-left:2em;
  font-weight:bold;
  text-align: left
}
.susume_feaeture_content{
  margin-top:60px;
}
.susume_feature p.susume_subtitle{
  color:#fff;
  background-color: #3e3e3e;
  display: inline-block;
  padding:3px 6px;
  font-size:2.4rem;
}
.introduction_btn.feature{
  margin-top:100px;
  display: block;
}
/*=========================================
ayutami
=========================================*/
.ayutami_flow{
  margin-top:60px;
}
.ayutami_flow_title{
  margin-bottom:30px;
}
.ayutami_flow_content{
  background-color: #ff7b00;
  padding:5px;
  position:relative;
}
.ayutami_flow_content::after{
  content:"";
  position: absolute;
  bottom:-26px;
  left:50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #ff7b00;
  border-bottom: 0;
}
.ayutami_flow_content.bottom::after{
  display: none;
}
.ayutami_flow_inner{
  display: flex;
  background-color: #fff2e6;
}
.flow_detail{
  padding: 0 3.6rem;

}
.flow_detail .ayutami_flow_title{
  font-size: 3.6rem;
  color:#ff7b00;
  margin-bottom:15px;
}
.ayutami_flow_text{
  font-size:2.4rem;
  padding-left:3.6rem;
  margin:0;
}
.ayutami_soudan_btn{
  position:relative;
  font-weight:bold;
  color:#fff;
  font-size:2.4rem;
  width:320px;
  height:80px;
  line-height: 80px;
  border-radius: 40px;
  background-color: #13B400;
  display: block;
  margin:36px 0 0 auto;
}
.ayutami_soudan_btn::before,.ayutami_soudan_btn::after{
  content:"";
  position:absolute;
  width:13px;
  height:13px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  transform:rotate(-45deg);
  top:34px;
  right:42px;
}
.ayutami_soudan_btn::before{
  right:47px;
}
.ayutami_home_btn{
  display: block;
  margin:150px auto;
}