@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly .challeca_wrapper .challeca_title {
  font-size: 28px;
  color: #D82E56;
  text-align: center;
}
#monthly .challeca_wrapper .challeca_title .joshi {
  font-size: 20px;
  color: #FFFFFF;
  background-color: #D82E56;
  padding: 0 10px;
  vertical-align:15%;
  margin: 0 5px;
  border-radius: 25px;
}
#monthly .challeca_wrapper .challeca_title .sub_title {
  font-size: 16px;
  font-weight: normal;
  color: black;
}
#monthly .challeca_wrapper .challeca_title .yellow_box {
    display: inline-block;
    width: 50px;
    height: 18px;
    background-color: #FFFBC6;
    border: 1px black solid;
    margin-right: 5px;
    vertical-align: text-top;
}
#monthly .challeca_wrapper .table_wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
}
#monthly .challeca_wrapper .table_wrapper .yusho {
  width: 420px;
}
#monthly .challeca_wrapper .table_wrapper .yusho .red_line {
  border-bottom: 2px #e60012 solid;
}
#monthly .challeca_wrapper .table_wrapper .yusho .yellow {
  background: #fffbc7;
}
#monthly .challeca_wrapper .table_wrapper .yusho td {
  text-align: center;
  border-bottom: 1px dashed black;
}
#monthly .challeca_wrapper .table_wrapper .yusho td:nth-of-type(1),
#monthly .challeca_wrapper .table_wrapper .yusho td:nth-of-type(2),
#monthly .challeca_wrapper .table_wrapper .yusho td:nth-of-type(3) {
  border-right: 1px solid black;
}
#monthly .challeca_wrapper .table_wrapper .yusho th {
  background: #F8DCDB;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  text-align: center;
}
#monthly .challeca_wrapper .table_wrapper .yusho th:nth-of-type(1),
#monthly .challeca_wrapper .table_wrapper .yusho th:nth-of-type(2),
#monthly .challeca_wrapper .table_wrapper .yusho th:nth-of-type(3) {
  border-right: 1px solid black;
}
#monthly .challeca_wrapper .table_wrapper .yusho .name {
  font-weight: bold;
}
#monthly .challeca_wrapper .sensyu_syokin {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_box {
  width: 200px;
  color: #D82E56;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_box .unit {
  font-weight: normal;
  font-size: 16px;
  color: black;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table {
  width: 565px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table .cell_1 {
  letter-spacing: 26px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table .cell_2 {
  letter-spacing: 4px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table th {
  border-bottom: 2px solid black;
  background: #F8DCDB;
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 18px;
  padding-right: 6px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table .ajust_1 {
  padding-left: 18px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td {
  font-size: 18px;
  border-bottom: 1px dashed black;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(7) {
  width: 100px;
  padding-left: 15px;
}
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(1),
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(2),
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(3),
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(4),
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(5),
#monthly .challeca_wrapper .sensyu_syokin .sensyu_table td:nth-last-of-type(6) {
  text-align: right;
  width: 45px;
}
#monthly .challeca_wrapper .caption {
  text-indent: none;
  margin: 5px 0 0 700px;
}