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


/*各ページ*/
.suimenmotor {
  position: absolute;
  left: 500px;
  top: -85px;
  z-index: 1;
}

#monthly .midashi_conteiner {
  position: relative;
}
.suimenmotor_title {
  color: #931574;
  font-size: 25px;
  font-style: italic;
  font-family: monospace;
  paint-order: stroke;
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
}

.suimenmotor_border {
  border-top: 1px solid;
  width: 563px;
  margin-left: 17px;
  margin-top: 18px;
}

.flex1 {
  display: flex;
  margin-top: 70px;
}


.and {
  color: #fff;
  background-color: #595757;
  border-radius: 20px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;  
  margin-left: 5px;
  line-height: 27px;
}

.suimenmotor_midashi {
  color: #595757;
  font-size: 28px;
  font-style: italic;
  font-family: monospace;
  display: inline-block;
  font-weight: bold;
  border-left: solid 10px #931575;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.motor_number {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #FFF100;
  margin-right: 5px;
  font-weight: bold;
}

.motor_number_1 {
  padding-right: 10px;
  padding-left: 5px;
  background-color: #FFF100;
  margin-left: 5px;
  font-weight: bold;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}


/* テーブル */
.motor_title {
  font-size: 25px;
  background-color: #931575;
  color: #fff;
  width: 542px;
  margin: auto;
  padding-left: 35px;
  font-style: italic;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  margin-top: 25px;
}

.motor_table {
  width: 577px;
  border: 2px solid;
  margin: auto;
}

#motor_number_twenty {
  font-size: 40px;
}

.square {
  border: 1px solid;
  width: 48px;
  text-align: center;
  position: absolute;
  top: 7px;
  left: 510px;
  color: #fff;
  line-height: 19px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.suimenmotor_text1 {
  position: absolute;
  left: 568px;
  color: #fff;
  top: 8px;
}

.motor_table th {
  text-align: center;
  background-color: #595757;
  color: #fff;
  vertical-align: middle;
  border: 1px solid black;
}

.motor_table td {
  text-align: center;
  border: 1px solid black;
  font-weight: bold;
}

.motor_table th:nth-of-type(2) {
  background-color: #931575;
  color: #fff;
}
.motor_table td:nth-of-type(2) {
  background-color: #931575;
  color: #fff100
}

.motor_table td:nth-of-type(8) {
  font-weight: normal;
}


.motor_table tr:nth-child(2n) {
  background-color: #fff;
} 

.motor_table tr:nth-child(2n+1) {
  background-color: #efeddf;
}

.s_class {
  background-color: #601986;
  color: #fff;
}
.b_class {
  background-color: #004ea2;
  color: #fff;
}
.a_class {
  background-color: #a83b26;
  color: #fff;
}
.c_class {
  background-color: #006e3f;
  color: #fff;
}

.chilt {
  width: 580px;
  text-align: end;
  margin: auto;
}