@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,
#monthly .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 .monthly-wrapper p {
  all: initial;
}
#monthly .monthly-wrapper .profile-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#monthly .monthly-wrapper .profile-title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#monthly .monthly-wrapper .profile-title figure .figure-content {
  margin: 0;
  display: flex;
  align-items: center;
}
#monthly .monthly-wrapper .profile-title figure figcaption {
  text-align: center;
}
#monthly .monthly-wrapper .profile-title figure figcaption h3, #monthly .monthly-wrapper .profile-title figure figcaption p {
  margin: 0;
  font-weight: bold;
}
#monthly .monthly-wrapper .profile-title figure figcaption h3 {
  font-size: 45px;
  color: #009333;
}
#monthly .monthly-wrapper .profile-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#monthly .monthly-wrapper .profile-contents .profile_box {
  display: flex;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-img figcaption {
  padding: 3px 0;
  background: #009333;
  color: #fff;
  text-align: center;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .how-to {
  position: absolute;
  top: -20px;
  right: -10px;
  padding: 10px 10px;
  line-height: 1.2;
  background: #003f98;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-num {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-name {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #009333;
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .caution {
  font-size: 15px;
  text-align: center;
  color: #000;
}
#monthly .monthly-wrapper .profile-contents .profile-example {
  width: auto;
  margin: 10px auto;
  border: 1px solid #000;
  padding: 15px;
  display: inline-block;
}
#monthly .monthly-wrapper .profile-contents .profile-example .gold-tag {
  margin: 0;
  font-size: 20px;
  color: black;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
  will-change: filter;
  position: absolute;
  top: 8px;
  left: -50px;
  right: auto;
  height: 28px;
  width: 400px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 50px;
}
#monthly .monthly-wrapper .profile-contents .profile-example .gold-tag h3, #monthly .monthly-wrapper .profile-contents .profile-example .gold-tag p {
  color: #000;
  margin: 0;
  width: 100%;
  text-align: right;
}
#monthly .monthly-wrapper .profile-contents .profile-example .gold-tag::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(#fad400 0%, #fffac8 30%, #fffac8 35%, #cda022 60%, #fff8c5 95%);
  -webkit-clip-path: polygon(56px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(56px 0%, 100% 0%, 100% 100%, 0% 100%);
}
#monthly .monthly-wrapper .profile-contents .profile-example .national {
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile-example .national span {
  border: 1px solid #000;
  padding: 3px 5px 0px;
  background: #c7e8fa;
  margin-right: 5px;
}
#monthly .monthly-wrapper .profile-contents .profile-example .st-naruto span {
  border: 1px solid #000;
  padding: 3px 5px 1px;
  background: #fcd68c;
  margin-right: 5px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .profile_box {
  width: 50%;
  padding: 20px 12px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .profile-img img {
  width: 180px;
  height: 220px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .profile-description {
  padding-bottom: 0;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .prize-tag {
  margin: 0;
  font-size: 23px;
  color: black;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
  will-change: filter;
  position: absolute;
  top: 8px;
  left: auto;
  right: 10px;
  height: 30px;
  width: 270px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 60px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .prize-tag h3, #monthly .monthly-wrapper .profile-contents .profile-racers .prize-tag p {
  color: #000;
  margin: 0;
  width: 100%;
  text-align: right;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .prize-tag::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(#fad400 0%, #fffac8 30%, #fffac8 35%, #cda022 60%, #fff8c5 95%);
  -webkit-clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%);
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-name {
  position: relative;
  text-decoration: underline;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-name a {
  color: #009333;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-name:hover {
  text-decoration: none;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-name span {
  font-size: 15px;
  color: black;
  position: absolute;
  top: -25px;
  right: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result {
  display: flex;
  align-items: center;
  border: #000 solid 1px;
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .national, #monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .st-naruto {
  flex: 1;
  font-size: 16px;
  display: flex;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .national span, #monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .st-naruto span {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .national span:nth-of-type(1), #monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .st-naruto span:nth-of-type(1) {
  flex: 1;
  padding: 0 2px;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .national span:nth-of-type(2), #monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .st-naruto span:nth-of-type(2) {
  flex: 1.5;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .national span:nth-of-type(1) {
  background: #c7e8fa;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .st-naruto {
  border-left: 1px solid #000;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .racer-result .st-naruto span:nth-of-type(1) {
  background: #fcd68c;
}
#monthly .monthly-wrapper .profile-contents .profile-racers .description-text {
  margin: 0;
  font-size: 20px;
}