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


/*各ページ*/
:root {
  --c-caption : #0068b7;
  --c-kijun : #ea5514;
}

#monthly #priority_head {
  margin-bottom: 20px;
}
#monthly .priority_head_inner {
  position: relative;
  margin: 15px 0 5px 5px;
  padding: 5px 15px;
  border: solid 2px var(--c-kijun);
  border-radius: 10px;
  .circle {
    position: absolute;
    top: -13px;
    left: -13px;
    padding: 0 8px;
    color: #fff;
    font-weight: bold;
    background-color: var(--c-kijun);
    border-radius: 50%;
  }
}

#monthly .priority_image_a {
  position: relative;
  .priority_number {
    position: absolute;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: solid 1px #000;
  }
  .priority_name {
    position: absolute;
    color: #fff;
    font-family: serif;
    font-size: 88px;
    font-weight: bold;
  }
  .priority_label {
    position: absolute;
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  .priority_zenkoku {
    position: absolute;
    color: #000;
  }
  .priority_tokoname {
    position: absolute;
    color: #000;
  }
  .priority_text {
    position: absolute;
    color: #fff;
  }
}

#monthly .priority_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #000;
  div {
    width: 440px;
    color: #fff;
    h4 {
      margin: 10px 0 0 0;
      background-color: var(--c-caption);
      text-align: center;
    }
    table {
      width: 440px;
      border-collapse: separate;
      border-spacing: 0 2px;
      tr {
        height: 30px;
      }
      th {
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        &:first-child {
          width: 84px;
          text-align: right;
        }
        &:last-child {
          width: 38px;
          text-align: left;
        }
      }
      td {
        text-align: center;
        vertical-align: middle;
        background-image: none;
        &:first-child {
          width: 84px;
          text-align: right;
          color: #000;
        }
        &:last-child {
          width: 38px;
          text-align: left;
          color: #000;
        }
        span {
          padding:0 4px;
          font-size: 12px;
          background-color: #000;
        }
        small {
          font-size: 10px;
        }
      }
      .pt_1_1 {
        background: url(img/pt_1_1.png) no-repeat;
        td:nth-child(2) {
          color: #000;
        }
      }
      .pt_1_2 {
        background: url(img/pt_1_2.png) no-repeat;
      }
      .pt_1_3 {
        background: url(img/pt_1_3.png) no-repeat;
      }
      .pt_1_4 {
        background: url(img/pt_1_4.png) no-repeat;
      }
      .pt_2_1 {
        background: url(img/pt_2_1.png) no-repeat;
        td:nth-child(2) {
          color: #000;
        }
      }
      .pt_2_2 {
        background: url(img/pt_2_2.png) no-repeat;
      }
      .pt_2_3 {
        background: url(img/pt_2_3.png) no-repeat;
      }
      .pt_2_4 {
        background: url(img/pt_2_4.png) no-repeat;
      }
      .pt_2_5 {
        background: url(img/pt_2_5.png) no-repeat;
        td:nth-child(2) {
          color: #000;
        }
      }
      .pt_2_6 {
        background: url(img/pt_2_6.png) no-repeat;
      }
    }
    p {
      margin: 0;
      .circle {
        display: inline-block;
        position: relative;
        top: 3px;
        width: 20px;
        height: 20px;
        margin-right: 2px;
        border-radius: 50%;
        border: solid 1px #000;
        text-align: center;
        line-height: 20px;
        span {
          position: absolute;
          top: 1px;
          left: -55%;
        }
      }
      .c1 {
        background: #fff;
        color: #000;
      }
      .c2 {
        background: #221714;
        border-color: #fff;
      }
      .c3 {
        background: #e60012;
        border-color: #fff;
      }
      .c4 {
        background: #0d62aa;
        border-color: #fff;
      }
      .c5 {
        background: #f5e928;
        color: #000;
      }
      .c6 {
        background: #149243;
        border-color: #fff;
      }
    }
  }
}

#monthly #seki .priority_image_a {
  margin-top: 2px;
  height: 510px;
  background: url(img/p_seki.jpg) no-repeat;
  .priority_number {
    top: 156px;
    left: 450px;
  }
  .priority_name {
    top: 176px;
    left: 450px;
  }
  .priority_label {
    top: 304px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 304px;
    left: 630px;
  }
  .priority_tokoname {
    top: 304px;
    left: 765px;
  }
  .priority_text {
    width: 330px;
    top: 366px;
    left: 550px;
  }
}

#monthly #busujima .priority_image_a {
  margin-top: 2px;
  height: 650px;
  background: url(img/p_busujima.jpg) no-repeat;
  .priority_number {
    top: 270px;
    left: 450px;
  }
  .priority_name {
    top: 290px;
    left: 450px;
  }
  .priority_label {
    top: 418px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 420px;
    left: 630px;
  }
  .priority_tokoname {
    top: 420px;
    left: 765px;
  }
  .priority_text {
    width: 330px;
    top: 480px;
    left: 550px;
  }
}
#monthly #busujima img {
  transform: rotate(357deg) translateX(40px) translateY(60px);
}

#monthly #kayahara .priority_image_a {
  margin-top: 2px;
  height: 510px;
  background: url(img/p_kayahara.jpg) no-repeat;
  .priority_number {
    top: 156px;
    left: 450px;
  }
  .priority_name {
    top: 176px;
    left: 450px;
  }
  .priority_label {
    top: 304px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 304px;
    left: 630px;
  }
  .priority_tokoname {
    top: 304px;
    left: 765px;
  }
  .priority_text {
    width: 330px;
    top: 366px;
    left: 550px;
  }
}

#monthly #baba .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_baba.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #maeda .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_maeda.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #kawai .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_kawai.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #tuchiya .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_tuchiya.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #sadamatu .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_sadamatu.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #kikuchi .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_kikuchi.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #endou .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_endou.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #qc .priority_image_a {
  margin-top: 2px;
  height: 312px;
  background: url(img/p_qc.jpg) no-repeat;
  .priority_table {
    position: absolute;
    top: 94px;
    right: 2px;
    background: transparent;
  }
}

#monthly #miura .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_miura.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}

#monthly #watanabe .priority_image_a {
  margin-top: 2px;
  height: 570px;
  background: url(img/p_watanabe.jpg) no-repeat;
  .priority_number {
    top: 84px;
    left: 450px;
  }
  .priority_name {
    top: 94px;
    left: 450px;
  }
  .priority_label {
    top: 224px;
    left: 464px;
  }
  .priority_zenkoku {
    top: 225px;
    left: 630px;
  }
  .priority_tokoname {
    top: 225px;
    left: 765px;
  }
  .priority_text {
    width: 440px;
    top: 460px;
    left: 24px;
  }
  .priority_table {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: transparent;
  }
}


