@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;
}


/*各ページ*/

.section__body{
  width: 900px;
  color: black;
}
/* ロゴ */
.content__heading{
  width: 900px;
  height: 175px;
  font-weight: bold;
}

.content__heading--lead{
  display: flex;
  width: 900px;
  height: 60px;
  margin-top: 10px;
}


.content__heading--big{
  font-size: 50px;

}

.content__heading--down{
  align-self: flex-end;
}

.section__title--top{
  display: flex;
  width: 900px;
  height: 40px;
  font-weight: bold;
  font-size: 30px;
}

.section__title--week{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid black;
  border-radius: 50%;
}


.section__title--red{
  color: #cf0027;
}

.section__title--red span{
  font-size: 30px;
}

.section__title--s{
  font-size: 16px;
  align-self: flex-end;
}


/* ロゴ */
/* 画像と表 */
.section__main--unit{
  display: flex;
  justify-content: space-evenly;
  width: 900px;
  margin-top: 15px;
  margin-bottom: 25px;
}


.profile_box{
  width: 280px;
  height: 645px;
}

.intro__item{
  width: 280px;


}

.intro__item--top4238{
  position: relative;
  height: 410px;
  width: 280px;
  border-radius: 20px 0 0 0;
  background-image: url(img/trial2nd_4238.jpg);
}

.intro__item--top4444{
  position: relative;
  height: 410px;
  width: 280px;
  border-radius: 20px 0 0 0;
  background-image: url(img/trial2nd_4444.jpg);
}

.intro__item--top3941{
  position: relative;
  height: 410px;
  width: 280px;
  border-radius: 20px 0 0 0;
  background-image: url(img/trial2nd_3941.jpg);
}

.intro__item--top4262{
  position: relative;
  height: 410px;
  width: 280px;
  border-radius: 20px 0 0 0;
  background-image: url(img/trial2nd_4262.jpg);
}

.intro__item--top4418{
  position: relative;
  height: 410px;
  width: 280px;
  border-radius: 20px 0 0 0;
  background-image: url(img/trial2nd_4418.jpg);
}

.intro__item--top4320{
  position: relative;
  height: 410px;
  width: 280px;
  border-radius: 20px 0 0 0;
  background-image: url(img/trial2nd_4320.jpg);
}
.intro__item--deta{
  width: 280px;
  height: 75px;
  position: absolute;
  top: 0;
  display: flex;
  font-weight: bold;
}

.intro__item--route1{
  width: 70px;
  height: 40px;
  background-color: #ffffff;
  color: black;
  border: solid 1px black;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.intro__item--route1 span{
  font-size: 30px;
}

.intro__item--route2{
  width: 70px;
  height: 40px;
  background-color: black;
  color: #ffffff;
  border: solid 1px black;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.intro__item--route2 span{
  font-size: 30px;
}

.intro__item--route3{
  width: 70px;
  height: 40px;
  background-color: red;
  color: white;
  border: solid 1px black;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.intro__item--route3 span{
  font-size: 30px;
}


.intro__item--prize{
  margin-top: 5px;
  margin-left: 10px;
  width: 200px;

}

.intro__item--runk{
  color: black;
  background: linear-gradient(0deg, rgba(255,253,201,1) 0%, rgba(241,233,94,1) 33%, rgba(255,254,172,0.9921218487394958) 65%, rgba(255,222,74,1) 100%);
  width: 110px;
  text-align: center;
  border-radius: 10px;
}

.intro__item--runk span{
  font-size: 20px;
}



.intro__item--money{
  font-size: 25px;
  color: #fff100;
  text-shadow    : 
  2px  2px 1px #e60012,
 -2px  2px 1px #e60012,
  2px -2px 1px #e60012,
 -2px -2px 1px #e60012,
  2px  0px 1px #e60012,
  0px  2px 1px #e60012,
 -2px  0px 1px #e60012,
  0px -2px 1px #e60012;
}


/* テーブル */
.intro__item--record{
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 120px;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  opacity: 0.9;
}

.intro__item--record3941{
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 176px;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  opacity: 0.9;
}

.intro__item--record4262{
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 158px;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  opacity: 0.9;
}



.intro__item--table{
  width: 90%;
  margin-top: 5px;
  margin-left: 5%;
}

.intro__item--table th{
  margin-top: 2px;
 background-color: #595656;
 color: #ffffff;
 text-align: center;
}

.intro__item--table td{
  border-bottom: solid 1px black;
}

.intro__item--table td:nth-of-type(1){
  text-align: right;
  width: 30px;
}

.intro__item--ch{
  background-color:#fff100 ;
}

.intro__item--table td:nth-of-type(2){
  text-indent: 1em;
}
/* 画像と表 */
/* レーサーデータとコメント */

.intro__item--text{
  width: 280px;
  background-color: #fbe6ef;
  font-weight: bold;
}

.intro__item--note{
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  width: 270px;
  margin-left: 5px;
}

.intro__item--num{
  font-size: 25px;
}

.intro__item--kana{
  align-self: flex-end;
}

.intro__item--name{
  font-size: 54px;
  width: 270px;
  margin-left: 5px;
  color: #cf0027;
}


.intro__item--detail{
  display: flex;
  justify-content: space-between;
  width: 270px;
  margin-left: 5px;
  font-size: 13px;

}

.intro__item--personal{
  background-color: #c9c9ca;
  align-content: center;

}


.intro__item--rate{
  display: flex  ;
  width: 160px;
  background-color: #ffffff;
  justify-content: space-between;
  border: 1px solid black;

}

.intro__item--rate div:nth-of-type(1){
  background-color: #fddf90;
}

.intro__item--rate div:nth-of-type(3){
  background-color: #e2eec4;
  border-left: 1px solid black;
}



.intro__item--review{
  width: 270px;
  margin-top: 10px;
  margin-left: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

#monthly .mikata{
  font-size:13px;
  text-align: center;
}

#monthly .mikata .mikata_zen{
  display:inline-block;
  padding:1px 6px 0 6px;
  margin-right: 0.4em;
  background-color:#fedf90;
  border:1px solid #352c2a;
}

#monthly .mikata .mikata_touchi{
  display:inline-block;
  padding:1px 6px 0 6px;
  margin-left: 2em;
  margin-right: 0.8em;
  background-color:#e2eec5;
  border:1px solid #352c2a;
}