@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 .top {
  display: flex;
  justify-content: space-around;
}
#monthly .top .title_wrapper {
  width: 300px;
  margin-left: 23px;
}
#monthly .top .title_wrapper .top_title {
  font-size: 48px;
  margin-right: 10px;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.65);
}
#monthly .top .title_wrapper .top_title::before {
  position: relative;
  content: "出場予定選手";
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(360deg, rgb(255, 231, 96) 16%, rgb(255, 239, 151) 60%, rgb(255, 250, 224) 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
#monthly .top .title_wrapper .title_side_wrapper {
  display: flex;
  font-weight: bold;
  color: black;
}
#monthly .top .title_wrapper .title_side_wrapper .title_side_inner_1 {
  border: 1px solid black;
  width: 130px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
  line-height: 17px;
  padding-top: 10px;
  margin-top: 25px;
}
#monthly .top .title_wrapper .title_side_wrapper .title_side_inner_2 {
  width: 300px;
}
#monthly .top .title_wrapper .title_side_wrapper .title_side_inner_2 p {
  text-indent: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}
#monthly .top .profile_ex_wrapper {
  display: flex;
  margin-top: 10px;
  margin-top: 50px;
  height: 199px;
}
#monthly .top .profile_ex_wrapper .profile_ex_left {
  display: flex;
  background: #17243d;
  padding: 6px 6px 6px 1px;
}
#monthly .top .profile_ex_wrapper .profile_ex_left .profile_ex_img {
  width: 125px;
}
#monthly .top .profile_ex_wrapper .profile_ex_left .profile_ex_title {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  margin: 0 7px;
  color: #ffffff;
}
#monthly .top .profile_ex_wrapper .profile_ex_right {
  margin-left: 7px;
  margin-top: 8px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_top {
  margin-bottom: 10px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_top .profile_ex_right_top_text_l {
  font-size: 20px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_top p {
  text-indent: 0;
  margin-bottom: 0;
  font-weight: bold;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_top p .profile_ex_right_name {
  font-size: 26px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_top p .small_text_1 {
  font-size: 14px;
  font-weight: normal;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down p {
  text-indent: 0;
  margin-bottom: 0;
  font-weight: bold;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .zenkoku_wrapper {
  display: flex;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .zenkoku_wrapper .zenkoku {
  background: #a2c4e7;
  padding: 3px 7px;
  height: 24px;
  margin-right: 6px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .zenkoku_wrapper .zenkoku_text {
  line-height: 20px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .zenkoku_wrapper .text_small {
  font-weight: normal;
  font-size: 14px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .marugame_wrapper {
  display: flex;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .marugame_wrapper .marugame {
  background: #aacf52;
  padding: 3px 7px;
  height: 24px;
  margin-right: 6px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .marugame_wrapper .marugame_text {
  line-height: 20px;
}
#monthly .top .profile_ex_wrapper .profile_ex_right .profile_ex_right_down .marugame_wrapper .text_small {
  font-weight: normal;
  font-size: 14px;
}
#monthly .profile_wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
#monthly .profile_wrapper .profile_box {
  display: flex;
  margin: 0 -215px;
  margin-left: 50px;
}
#monthly .profile_wrapper .profile_box .profile_bar_1_color_1 {
  border: 3px solid #00a7a8;
  height: 250px;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_2_color_1 {
  border: 3px solid #00a7a8;
  width: 125px;
  height: 7px;
  background: #00a7a8;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_1_color_2 {
  border: 3px solid #23ac38;
  height: 250px;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_2_color_2 {
  border: 3px solid #23ac38;
  width: 125px;
  height: 7px;
  background: #23ac38;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_1_color_3 {
  border: 3px solid #c49c0a;
  height: 250px;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_2_color_3 {
  border: 3px solid #c49c0a;
  width: 125px;
  height: 7px;
  background: #c49c0a;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_1_color_4 {
  border: 3px solid #cd6815;
  height: 250px;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_2_color_4 {
  border: 3px solid #cd6815;
  width: 125px;
  height: 7px;
  background: #cd6815;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_1_color_5 {
  border: 3px solid #b43a88;
  height: 250px;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_2_color_5 {
  border: 3px solid #b43a88;
  width: 125px;
  height: 7px;
  background: #b43a88;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_1_color_6 {
  border: 3px solid #5976b9;
  height: 250px;
  position: relative;
}
#monthly .profile_wrapper .profile_box .profile_bar_2_color_6 {
  border: 3px solid #5976b9;
  width: 125px;
  height: 7px;
  background: #5976b9;
  position: relative;
}
#monthly .profile_wrapper .profile_box .drop_shadow {
  filter: drop-shadow(4px 1px 2px rgba(95, 95, 95, 0.6));
  z-index: 1;
  height: 35px;
}
#monthly .profile_wrapper .profile_box .drop_shadow .profile_ribon_color_1 {
  color: #ffffff;
  background: #00a7a8;
  font-weight: bold;
  font-size: 18px;
  width: 92px;
  height: 30px;
  padding: 2px 15px 0px 19px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  position: relative;
  right: 31px;
}
#monthly .profile_wrapper .profile_box .drop_shadow .profile_ribon_color_2 {
  color: #ffffff;
  background: #23ac38;
  font-weight: bold;
  font-size: 18px;
  width: 92px;
  height: 30px;
  padding: 2px 15px 0px 19px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  position: relative;
  right: 31px;
}
#monthly .profile_wrapper .profile_box .drop_shadow .profile_ribon_color_3 {
  color: #ffffff;
  background: #c49c0a;
  font-weight: bold;
  font-size: 18px;
  width: 92px;
  height: 30px;
  padding: 2px 15px 0px 19px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  position: relative;
  right: 31px;
}
#monthly .profile_wrapper .profile_box .drop_shadow .profile_ribon_color_4 {
  color: #ffffff;
  background: #cd6815;
  font-weight: bold;
  font-size: 18px;
  width: 92px;
  height: 30px;
  padding: 2px 15px 0px 19px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  position: relative;
  right: 31px;
}
#monthly .profile_wrapper .profile_box .drop_shadow .profile_ribon_color_5 {
  color: #ffffff;
  background: #b43a88;
  font-weight: bold;
  font-size: 18px;
  width: 92px;
  height: 30px;
  padding: 2px 15px 0px 19px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  position: relative;
  right: 31px;
}
#monthly .profile_wrapper .profile_box .drop_shadow .profile_ribon_color_6 {
  color: #ffffff;
  background: #5976b9;
  font-weight: bold;
  font-size: 18px;
  width: 92px;
  height: 30px;
  padding: 2px 15px 0px 19px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  position: relative;
  right: 31px;
}
#monthly .profile_wrapper .profile_box .profile_content {
  display: flex;
  position: relative;
  right: 257px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left {
  position: relative;
  bottom: -12px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .racer_img {
  width: 135px;
  height: 190px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down {
  display: flex;
  justify-content: space-around;
  margin-top: 3px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down .zenkoku_tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 49.4px 32px 0 32px;
  border-color: #a2c4e7 transparent transparent transparent;
  margin-left: 4px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down .marugame_tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 49.4px 32px 0 32px;
  border-color: #aacf52 transparent transparent transparent;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down .profile_zenkoku {
  position: relative;
  right: 115px;
  text-align: center;
  width: 40px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down .profile_zenkoku .profile_zenkoku_num {
  font-weight: bold;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down .profile_marugame {
  position: relative;
  right: 91px;
  text-align: center;
  width: 40px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down .profile_marugame .profile_marugame_num {
  font-weight: bold;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_left .profile_left_down p {
  margin-top: 5px;
  text-indent: 0;
  margin-bottom: 0;
  line-height: 19px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right {
  margin-left: -68px;
  position: relative;
  top: 5px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_gray_ribon {
  background: #e5ebee;
  text-indent: 0;
  margin-bottom: 0;
  padding-right: 5px;
  text-align: right;
  padding-top: 2px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .text_small {
  font-size: 14px;
  padding: 3px 2px 1px 0;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_content_1 {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_content_1 .num {
  font-weight: bold;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_content_1 .rubi {
  font-size: 11px;
  line-height: 24px;
  padding-right: 14px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_content_2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  color: #000;
  margin-left: 8px;
  text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.15);
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .ladies {
  color: #851557;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_content_3 {
  background: #e5ebee;
  border-radius: 25px;
  border: 1px black solid;
  text-align: center;
  margin-top: 5px;
}
#monthly .profile_wrapper .profile_box .profile_content .profile_right .profile_right_content_4 {
  text-indent: 0;
  margin-bottom: 0;
  font-size: 20px;
  width: 190px;
  line-height: 26px;
  text-align: justify;
  margin-top: 8px;
}/*# sourceMappingURL=profile.css.map */