@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;
  align-items: center;
}
#monthly .monthly-wrapper .profile-title figure .figure-content {
  margin: 0;
  display: flex;
  align-items: center;
}
#monthly .monthly-wrapper .profile-title figure .figure-content img {
  height: 65px;
}
#monthly .monthly-wrapper .profile-title figure .figure-content img:nth-of-type(2) {
  margin-right: 15px;
}
#monthly .monthly-wrapper .profile-title figure figcaption {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#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: 55px;
  color: #d93156;
}
#monthly .monthly-wrapper .profile-title figure figcaption p {
  font-size: 16px;
}
#monthly .monthly-wrapper .profile-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#monthly .monthly-wrapper .profile-contents .example-profile {
  width: 50%;
  position: relative;
  padding: 15px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#monthly .monthly-wrapper .profile-contents .example-profile .how-to {
  position: absolute;
  top: -10px;
  left: 0px;
  padding: 3px 15px 0px;
  line-height: 1.2;
  background: #003f98;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}
#monthly .monthly-wrapper .profile-contents .example-profile p {
  display: block;
}
#monthly .monthly-wrapper .profile-contents .example-profile .national, #monthly .monthly-wrapper .profile-contents .example-profile .st-naruto {
  margin-top: 10px;
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
#monthly .monthly-wrapper .profile-contents .example-profile .national span, #monthly .monthly-wrapper .profile-contents .example-profile .st-naruto span {
  display: inline-block;
  box-sizing: border-box;
}
#monthly .monthly-wrapper .profile-contents .example-profile .national span:nth-of-type(1), #monthly .monthly-wrapper .profile-contents .example-profile .st-naruto span:nth-of-type(1) {
  flex: 1.5;
  text-align: center;
  min-width: 0;
  margin-right: 5px;
  border: gray 1px solid;
}
#monthly .monthly-wrapper .profile-contents .example-profile .national span:nth-of-type(2), #monthly .monthly-wrapper .profile-contents .example-profile .st-naruto span:nth-of-type(2) {
  flex: 8.5;
  min-width: 0;
}
#monthly .monthly-wrapper .profile-contents .example-profile .national span:nth-of-type(1) {
  background: #c7e8fa;
}
#monthly .monthly-wrapper .profile-contents .example-profile .st-naruto span:nth-of-type(1) {
  background: #fcd68c;
}
#monthly .monthly-wrapper .profile-contents .example-profile .caution {
  position: absolute;
  bottom: -30px;
  left: 10px;
  font-size: 15px;
}
#monthly .monthly-wrapper .profile-contents .profile_box {
  width: 50%;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid gray;
  box-sizing: border-box;
}
#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 img {
  width: 180px;
  height: 220px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-img figcaption {
  padding: 3px 0;
  background: #d93156;
  color: #fff;
  text-align: center;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px 10px 0px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .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_box .profile-description .prize-tag h3, #monthly .monthly-wrapper .profile-contents .profile_box .profile-description .prize-tag p {
  color: #000;
  margin: 0;
  width: 100%;
  text-align: right;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .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_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: #d93156;
  position: relative;
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-name a {
  color: #d93156;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-name span {
  font-size: 15px;
  color: black;
  position: absolute;
  top: -25px;
  right: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-name6 {
  font-size: 36px;
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result {
  display: flex;
  align-items: center;
  border: #000 solid 1px;
  margin-bottom: 10px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .national, #monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .st-naruto {
  flex: 1;
  font-size: 16px;
  display: flex;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .national span, #monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .st-naruto span {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .national span:nth-of-type(1), #monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .st-naruto span:nth-of-type(1) {
  flex: 1;
  padding: 0 2px;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .national span:nth-of-type(2), #monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .st-naruto span:nth-of-type(2) {
  flex: 1.5;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .national span:nth-of-type(1) {
  background: #c7e8fa;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .st-naruto {
  border-left: 1px solid #000;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .racer-result .st-naruto span:nth-of-type(1) {
  background: #fcd68c;
}
#monthly .monthly-wrapper .profile-contents .profile_box .profile-description .description-content .description-text {
  margin: 0;
  font-size: 20px;
}