@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 p {
text-align: justify;
}

 #monthly .title {
  display: flex;
}

#monthly  .title p {
  margin-bottom: 0;
  padding: 0;
  color:#00A5DE;
  font-size: 31px;
  font-weight: bold;
  line-height: 84px;
  text-indent: 0;
  padding-left:8px;
}

#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 h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 32%;
  left: 12%;
  color: #FFF100;
  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 .reporter {
  margin-top:20px;
  margin-left:4px;
}


 #monthly .suimen_text {
  margin: 20px 0px;
}


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

#monthly .shinnyu_table {
  float:right;
  width:340px;
  margin: 0px 0 30px 50px;
  line-height: 2.2rem;
}

#monthly .course_table {
  clear:both;
  width:800px;
  margin: 0 auto 40px auto;
  line-height: 2.2rem;
}

#monthly .time_table {
  width:340px;
  line-height: 2.2rem;
}

#monthly .headline h4 span{
  display: inline-block;
  background-color:#FFF101;
  color: #2959a8;
  font-size: 21px;
  line-height:28px;
  margin-right:10px;
  padding:4px 8px 0px 8px;
}

#monthly .headline h4 {
  font-size: 24px;
  color: #309F41;
  line-height:28px;
  width:100%;
  text-align: center;
}

#monthly .course_table .headline h4{
  margin-top:40px;
}

#monthly .headline p {
  font-size:14px;
  text-indent: 0px;
  margin-top:0.2em;
  margin-bottom:0em;
  text-align: center;
}


#monthly table{
  width:100%;
}

#monthly table th{
  background-color: #309F41;
  color:#fff;
}

#monthly table tr{
  border-bottom:1px solid #000;
}

#monthly table  tr td{
  text-align: right;
  padding-right:10px;
  }

#monthly .course_table table  tr td{
  padding-right:24px;
  }

  #monthly .time_table table  tr td{
    padding-right:18px;
    }

#monthly table  tr th,
#monthly table  tr td:first-child{
text-align: center;
padding-right:0px;
}

#monthly .shinnyu_table table  tr td:first-child,
#monthly .time_table table  tr td:first-child{
  font-weight: bold;
  }

#monthly #time-container{
  display: flex;
  justify-content: space-between;
  width:740px;
  margin:0 auto;
}

#monthly #time-container #left-box{
  width:350px;
}

#monthly #time-container #right-box{
  width:350px;
  margin-top:60px;
}






