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


/*各ページ*/

#monthly .motor_monthly{
  width: 900px;
}
/* ページトップ */
.motor_page_top ,.motor_page_tittle{
  display: flex;
  font-family: serif;
}

.motor_page_tittle{
  font-size: 45px;
}

.motor_page_reporter{
margin-left: auto;
font-weight: bold;
}

.motor_page_tittle div:nth-of-type(odd),.motor_color_1{
  color: #00b9ef;
}
/* ページトップここまで */


/* テキストここから */

.motor_text_tittle{
  position: relative;
}


.motor_text_tittle_text{
  width: 500px;
  border: 2px solid #30bceb;
  text-indent: 2em;
  font-family: serif;
  font-size: 30px;
  font-weight: bold;
}

.motor_text_tri_1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  clip-path: polygon(30% 0, 0 30%, 0 0);
  background-color: #30bceb;
}

.motor_text_tri_2{
  position: absolute;
  right: 398px;
  bottom: 0;
  width: 100px;
  height: 100px;
  clip-path: polygon(100% 70%, 70% 100%, 100% 100%);
  background-color: #30bceb;
}


.motor_text{
  margin: 10px 0 ;
  color: black;

}

.motor_text span {
  color: #00b9ef;
}
/* テキストここまで */

/* ページ下部ここから */
.motor_table_tittle{
  display: flex;
  margin-top: 20px;
  width: 900px;
  height: 60px;
  background-image: linear-gradient(90deg, rgba(0, 134, 255, 1), rgba(138, 188, 252, 1) 70%);
  color: white;
  align-items: center;
  border-top-left-radius: 10px;
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}


.motor_table_tittle_1{
  font-weight: bold;
  font-size: 30px;
  color: #fff100;
  margin-left: 10px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.motor_table_tittle_2{
  font-weight: bold;
  font-size: 30px;
  margin-left: 10px;
  font-style: italic;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.motor_table_tittle_3{
  font-weight: bold;
  font-size: 40px;
  margin-left: 10px;
  font-style: italic;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.motor_table_period{
  margin-left: auto;
  margin-right: 108px;
  width: 230px;
  height: 60px;

}

.motor_table_period_1{
  width: 80px;
  height: 30px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.motor_table_period_2{
  height: 30px;
  border-left: 1px solid white ;
}

.motor_table_period span{
line-height: 30px;
}

.motor_table{
  width: 900px;

}

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


.motor_table th:nth-of-type(8){
  width: 330px;
}

.motor_table th:nth-child(n+5):nth-child(-n+7){
  width:75px;
}


.motor_table th:nth-of-type(2){
  background-color: #0081cc;
  color: #fff100;

}

.motor_table td{
  border: 1px solid black;
  color: black;
  text-align: center;

}

.motor_table td:nth-child(n+1):nth-child(-n+4){
  width:80px;
  font-weight: bold;
}


.motor_table tr:nth-of-type(2n-1){

  background-color: #efeddf;
}

.motor_table td:nth-of-type(2){
  background-color: #0081cc;
  color: #fff100;

}

.motor_table td:nth-of-type(4){
  background-color: red;
  color: white;

}

.motor_table_b td:nth-of-type(4){
 background-color: blue;
}

.motor_table_c td:nth-of-type(4){
  background-color: green;
 }

.motor_table_memo{
  width: 900px;
  text-align: end;
  color: black;
}