@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly  h4{
  width:900px;
  background-color:#D12B47;
  font-size:20px;
  text-align:center;
  color:#fff;
  padding:2px 0;
  margin-top:40px;
  margin-bottom:8px;
}

#monthly .flex-container{
 display:flex;
 flex-wrap:nowrap;
 justify-content: space-between;
 margin-bottom:20px;
}

#monthly .flex-item-l{
 width:420px;
 height:440px;
 position:relative;
}

#monthly .flex-item-r{
 width:430px;
 height:400px;
 padding:20px;
}

#monthly .racer1 .flex-item-r,
#monthly .racer4 .flex-item-r{
 background: linear-gradient(to right, #fff,  #F6F7F7 10%, #F6F7F7);
}

#monthly .racer2 .flex-item-r,
#monthly .racer5 .flex-item-r{
 background: linear-gradient(to right, #fff,  #DCDDDD 10%, #DCDDDD);
}

#monthly .racer3 .flex-item-r,
#monthly .racer6 .flex-item-r{
 background: linear-gradient(to right, #fff,  #FBDAC8 10%, #FBDAC8);
}

#monthly .racer1{ background-image:url(img/trial2nd_back1.jpg); background-repeat  : no-repeat;background-position: left;}
#monthly .racer2{ background-image:url(img/trial2nd_back2.jpg); background-repeat  : no-repeat;background-position: left;}
#monthly .racer3{ background-image:url(img/trial2nd_back3.jpg); background-repeat  : no-repeat;background-position: left;}
#monthly .racer4{ background-image:url(img/trial2nd_back4.jpg); background-repeat  : no-repeat;background-position: left;}
#monthly .racer5{ background-image:url(img/trial2nd_back5.jpg); background-repeat  : no-repeat;background-position: left;}
#monthly .racer6{ background-image:url(img/trial2nd_back6.jpg); background-repeat  : no-repeat;background-position: left;}


#monthly .money {
  position:absolute;
  top:2px;
  right:0px;
font-family: 'arial black';
font-size: 22px;
letter-spacing:0.06em;
color:#fff;
text-shadow: -2px -2px 0px #4c5159, -2px 2px 0px #4c5159, 2px -2px 0px #4c5159, 2px 2px 0px #4c5159;
}

#monthly .money span{
    display:inline-block;
    font-size: 18px;
    width: 90px;
    padding: 2px 2px 0px 6px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    margin: 4px 10px 0 auto;
    text-align: center;
    font-weight: bold;
    color: #333;
    background-image: linear-gradient(0deg, #FDE272 0%, #D0A426 40%, #FEFBCC 80%, #FDE272 100%);
    text-shadow:none;
    }
    
    
#monthly .data{
  position:absolute;
  bottom:30px;
  left:6px;
  font-size:14px;
  background-color:#FEEA94;
  width:56px;
  height:50px;
  border-radius:50%;
  text-align:center;
  padding:6px 4px 4px 4px;
  line-height:1.2;
}

#monthly .text{
  position:absolute;
  top:60px;
  right:0px;
  width:150px;
}

#monthly .area{
  position:absolute;
  bottom:10px;
  right:0px;
  width:200px;
}

#monthly .area table{
  border:1px solid #000;
  background-color:#fff;
  width:100%;
  font-size:14px;
  margin-bottom:4px;
  }
  
#monthly .area table td{
  border-right:1px solid #000;
  }
  
#monthly .area table th,td{
  text-align:center;
  }

#monthly .area table th:first-of-type{
  background-color:#CAE7AB;
  }

#monthly .area table th:last-of-type{
  background-color:#9FD6ED;
  }
  

#monthly .sg-table{
 display:flex;
 flex-wrap:nowrap;
 justify-content: space-between;
 margin-bottom:30px;
}


#monthly .sg-table .sg-title{
  display:inline-block;
  border:1px solid #4c5159;
  width:100px;
  text-align:center;
  padding-top:34px;
}

#monthly .sg-table table{
 width:320px;
 line-height:1.6em;
}

#monthly .sg-table table td{
 text-align:right;
}

#monthly .sg-table table td:nth-child(2){
text-align:left;
}

#monthly .sg-table table tr{
 border-bottom:1px solid #4c5159;
 text-align:right;
}

#monthly .sg-table table tr:last-child{
 border-bottom:0px solid #4c5159;
 color:#E60013;
 font-weight:bold;
}


#monthly table.yusyo-table{
 width:100%;
 line-height:1.6em;
}

#monthly table.yusyo-two{
 font-size:14px;
}

#monthly table.yusyo-table td{
 text-align:left;
}

#monthly table.yusyo-table tr:first-child{
 border-top:1px solid #4c5159;
 border-bottom:1px solid #4c5159;
}

#monthly table.yusyo-table td:nth-child(1){
 text-align:right;
 padding-right:10px;
 width:42px;
}

#monthly table.yusyo-two td:nth-child(1){
 padding-right:8px;
 width:30px;
}

#monthly table.yusyo-two td:nth-child(2){
  border-right:1px dashed #4c5159;
}

#monthly table.yusyo-two td:nth-child(3){
  padding:0 8px 0 6px;
  text-align:right;
}

#monthly .yusyo-table span.froat-l{
  float:left;
}

#monthly .yusyo-table span.froat-r{
  float:right;
  font-weight:normal;
}

#monthly .member{
  background:linear-gradient(#85B2E0 33.3%, #FFF798 0, #FFF798 66.6%, #88C997 0);
  text-align:center;
  font-weight:bold;
  text-shadow: -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff;
  letter-spacing:0.06em;
}

