@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 .title {
  display: flex;
}

#monthly .container {
  position: relative;
  width: 125px; /* コンテナの幅を調整 */
}

#monthly .squares {
  display: flex;
}

#monthly .l_square {
  width: 30px; /* 各四角の幅 */
  height: 80px; /* 各四角の高さ */
  background-color: #008cd6; /* 四角の背景色 */
}

#monthly .c_square {
  width: 80px; /* 各四角の幅 */
  height: 80px; /* 各四角の高さ */
  background: linear-gradient(to right bottom, #008CD6 50%, #5EB4E6 50%);
}

#monthly .r_square {
  width: 30px; /* 各四角の幅 */
  height: 80px; /* 各四角の高さ */
  background-color: #5EB4E6; /* 四角の背景色 */
}

#monthly h1 {
  position: absolute;
  top: 41px; /* 上端からの位置 */
  left: 64px; /* 左端からの位置 */
  color: #FFF100;
  font-size: 24px;
  line-height: 1.2;
  transform: translate(-50%, -50%); /* 中央揃え */
  text-align: center;
  width: 200px; /* テキストの幅（2つの四角分） */
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
  text-shadow: 1px 1px #008CD6, -1px 1px 6px #008CD6, -1px -1px 6px #008CD6, 1px -1px 6px #008CD6, 1px 0px 6px #008CD6, 0px 1px 6px #008CD6, -1px 0px 6px #008CD6, 0px -1px 6px #008CD6; 
}

#monthly h2 {
  color:#00A5DE;
  font-size: 29px;
  padding: 20px 0px 0px 10px;
}

#monthly .reporter {
  position: absolute;
  top: 124px;
  right: 83px;
  line-height: 0;
}

#monthly .reporter p {
  font-weight: bold;
}

/* 
#monthly .motor_text {
  margin: 0px 0 -100px -615px;
  padding: 76px;
  line-height: 1.6rem;
  float: bottom;
  width: 49%;
}
 */
 #monthly .motor_text {
  margin: 24px 0px;
}

#monthly .motor_text .number {
  padding: 0 5px;
  font-weight: 800;
  color: #fff;
  background-color: #309F41;
}

#monthly .box_shadow_1 {
  background: white;
  color: black;
  font-weight: bold;
  border-style: solid;
  border: 4px solid #804e21;
  border-radius: 5px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 13px;
  box-shadow: 5px 5px black;
  font-size: 25px;
}

#monthly .box_shadow {
  background: white;
  color: black;
  font-weight: bold;
  border-style: solid;
  border: 4px solid #804e21;
  border-radius: 5px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 2px;
  box-shadow: 5px 5px black;
  font-size: 25px;
}

#monthly .box_number_1{
  font-size: 36px;
}

#monthly .box_number{
  font-size: 30px;
}

#monthly .motor_ex {
  margin-right: 91px;
  margin-left: auto;
  width: 77%;
  display: block;
}

/*----TABLE----*/

#monthly .motor_table {
  height: 225px;
  margin-top: 50px;
  margin-bottom: 90px;
  line-height: 2.2rem;
}

#monthly .motor_table .headline {
  display: flex;
  width: 80%;
  margin: 0 12%;
}

#monthly .motor_table .headline h3 {
  font-size: 26px;
  padding-left: 40px;
  color: #309F41;
}

#monthly .motor_table .headline p {
  margin-top: 10px;
}

#monthly .motor_table .column_double {
  width: 82%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  height: 100%;
}

#monthly .motor_table .head {
  width:350px;
  background-color: #309F41;
  color: #fff;
}

#monthly .border-bottom {
  border-bottom: 2px solid;
}

#monthly .motor_table .control {
  padding: 5px 5px;
  text-align: center;
}

#monthly .column_double table tbody tr td {
  text-align: center;
  border-bottom: 1px dashed #000;
  padding-top: 3px;
}

#monthly .motor_table .number {
  color: #333;
  font-weight: bold;
  border-radius: 50%;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 1.4;
  margin: 0 px 0 px;
  font-size: 11px;
  border: 0.5px solid #333;
  vertical-align: middle;
}

#monthly .motor_table .number_2 {
  color: #333;
  font-weight: bold;
  border-radius: 50%;
  padding-right: 2px;
  padding-left: 2px;
  line-height: 1.4;
  margin: 0 px 0 px;
  font-size: 11px;
  border: 0.5px solid #333;
  vertical-align: middle;
  text-align: center;
}

#monthly .number_3 {
  color: #333;
  font-weight: bold;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 1.4;
  margin: 0 px 0 px;
  font-size: 12px;
  border: 0.5px solid #333;
  vertical-align: middle;
  text-align: center;
}

#monthly .number_4 {
  color: white;
  background-color: black;
  border-radius: 50%;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 1.4;
  margin: 0 px 0 px;
  font-size: 11px;
  border: 0.5px solid #333;
  vertical-align: middle;
}

#monthly .motor_table .motor_number {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  background-color: #309F41;
}

#monthly .motor_table .motor_per {
  font-size: 20px;
  font-weight: bolder;
  padding: 0 5px;
}

/* #monthly .motor_table .headline {
  overflow: hidden;
  width: 80%;
  margin: 0 12%;
} */

#monthly .motor_table .supplement {
  float: right;
  margin-right: 90px;
  margin-top: 22px;
}

#monthly .monthly p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}

#monthly #blockquote, dd, dl, figure, p {
  margin: 0;
}