@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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #tenbou_title {
  color: #FBD426;
  font-style: italic;
  font-family: serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#monthly #credit {
  text-align: end;
  margin-bottom: 20px;
}
#monthly .tenbou_midashi {
  margin-bottom: 20px;
}

#monthly .border_double {
  border-top: 4px double ;
  width: 223px;
}
#monthly .winner_midashi {
  font-size: 28px;
}

#monthly #winner_midashi_flex {
  display: flex;
  align-items: center;
  justify-content: space-around; 
  margin-top: 30px;
  margin-bottom: 10px;  
}

#monthly .name_yellow {
  color: #ede10f;
  font-weight: bold;
}

#monthly .tenbou_boat {
  justify-content: space-around;
  display: flex;
}

/* #monthly .winner_midashi::before,.winner_midashi::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000066;
}
#monthly .winner_midashi::before {
  margin-right: 1rem;
}
#monthly .winner_midashi::after {
  margin-left: 1rem;
} */

#monthly .result_title {
  background-color: #0E6EB8;
  color: #fff;
  width: 408px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: center;
}

#monthly .result_table {
  width: 370px;
  position: relative;
  left: 19px;
}

#monthly .result_table th {
  text-align: center;
  font-weight: normal;
}
#monthly .rank {
  clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0% 100%);
  background-color: #DCDDDD;
  padding: 5px;
  padding-left: 29px;
  padding-right: 33px;
  width: 29px;
  height: 30px;
  white-space:nowrap;
}

#monthly .omoji1 {
  font-weight: bold;
  font-size: 23px;
  padding-right: 5px;
}

#monthly .omoji2 {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  font-family: serif;
  letter-spacing: 2.5px;
}

#monthly .omoji3 {
  position: relative;
    left: 22px;
    top: 8px;
}

#monthly .racer_1 {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0 0);
  position: relative;
  left: -60px;
  width: 67px;
  background: -webkit-linear-gradient(55deg,#ffdF7B, #ffdF7B, #FDF8CB, #F4E6AE, #FFDF80, #EED985, #EED985, #EED985, #ffdF7B, #F8EEAF, #FDF8CB, #FDF8CB);  
}

#monthly .sinnyu_1 {
  background-color: #231916;
  display: inline-block;
  width: 25px;
  position: relative;
  left: 18px;
  color: #fff;
  text-align: center;
  top: 8px;
}
#monthly .ST {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-color: #D9DADA;
  width: 60px;
  position: relative;
  left: -81px;
  top: 0;
  background: -webkit-linear-gradient(55deg,#CFCFD0, #CFCFD0, #F9F9F9, #ECEDED, #CFCFD0, #CFCFD0, #CFCFD0, #CFCFD0, #CFCFD0, #F1F2F2, #F9F9F9, #F9F9F9);  
}
#monthly .ST_1 {
  position: relative;
  left: 20px;
  top: 8px;  
}

#monthly .ST_long {
  background-color: #D9DADA;
  width: 119px;
  position: relative;
  left: -84px;
  clip-path: polygon(87% 0, 100% 50%, 87% 100%, 0% 100%, 14% 50%, 0% 0%);
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(55deg,#CFCFD0, #CFCFD0, #F9F9F9, #ECEDED, #CFCFD0, #CFCFD0, #CFCFD0, #CFCFD0, #CFCFD0, #DEDFDF, #F9F9F9, #F9F9F9);     
}

#monthly .number {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  text-align: center;  
}

#monthly .none {
  width: 25px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
}

li:before{
  margin-right: 5px;
  content: " ";
  display: inline-block;
  }
.triangleRight:before{
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 0.5em 0 0.5em 1em ;
  }

#monthly .flex1 {
  display: flex;
  margin-bottom: 5px;
}
#monthly .flex2 {
  display: flex;
  width: 251px;
  justify-content: space-between;
  margin: auto;
}

#monthly .flex3 {
  display: flex;
  width: 1037px;
  justify-content: center;
  margin-bottom: 30px;
}


#monthly .block1 {
  display: block;
}

#monthly .block2 {
  display: block;
  position: relative;
  left: -134px;
  display: grid;

}

#monthly .block3 {
  display: block;
  margin-right: 16px;
}


#monthly .tamura_img {
  object-fit: contain;
  height: fit-content;
  /* position: relative;
  top: -347px;
  left: 405px; */
}

#monthly .white_1 {
  padding: 5px;
  padding-left: 26px;
  padding-right: 15px;
  width: 224px;
  height: 30px;
  position: relative;
  left: -36px;
  white-space: nowrap;
  background-color: #fff;
  text-align: center;
  clip-path: polygon(13% 0, 91% 0, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.5em;
}

#monthly .yellow_1 {
  padding: 5px;
  padding-left: 26px;
  padding-right: 15px;
  width: 224px;
  height: 30px;
  position: relative;
  left: -36px;
  white-space: nowrap;
  background-color: #FFF100;
  text-align: center;
  clip-path: polygon(13% 0, 91% 0, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.5em;
}

#monthly .green_1 {
  padding: 5px;
  padding-left: 26px;
  padding-right: 15px;
  width: 224px;
  height: 30px;
  position: relative;
  left: -36px;
  white-space: nowrap;
  background-color: #009944;
  text-align: center;
  clip-path: polygon(13% 0, 91% 0, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.5em;
  color: #fff;
}


#monthly .black_1 {
  padding: 5px;
  padding-left: 26px;
  padding-right: 15px;
  width: 224px;
  height: 30px;
  position: relative;
  left: -36px;
  white-space: nowrap;
  background-color: #231916;
  text-align: center;
  clip-path: polygon(13% 0, 91% 0, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.5em;
  color: #fff;
}

#monthly .red_1 {
  padding: 5px;
  padding-left: 26px;
  padding-right: 15px;
  width: 224px;
  height: 30px;
  position: relative;
  left: -36px;
  white-space: nowrap;
  background-color: #E60013;
  text-align: center;
  clip-path: polygon(13% 0, 91% 0, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.5em;
  color: #fff;
}

#monthly .blue_1 {
  padding: 5px;
  padding-left: 26px;
  padding-right: 15px;
  width: 224px;
  height: 30px;
  position: relative;
  left: -36px;
  white-space: nowrap;
  background-color: #0068B7;
  text-align: center;
  clip-path: polygon(13% 0, 91% 0, 100% 50%, 92% 100%, 0% 100%);
  line-height: 1.5em;
  color: #fff;
}
