@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 .container1 {
  display: flex;
}
#monthly .con1_box1 {
  width: 450px;
  position: relative;
}
.con1_box1 h1 {
  height: 50px;
  text-align: center;
  font-size: 40px;
  background-color: #005c94;
  color: white;
  letter-spacing : 0px;               
  text-shadow    : 
       3px  3px 1px #005c94,
      -3px  3px 1px #005c94,
       3px  3px 1px #005c94,
      -3px -3px 1px #005c94,
       3px  0px 1px #005c94,
       0px  3px 1px #005c94,
      -3px  0px 1px #005c94,
       0px -3px 1px #005c94;        
}
.glad {
  position: relative;
}
.glad::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 80%, #ffffff );
}
.glad .absol3 {
  position: absolute;
  top: 300px;
}
.glad .absol4 {
  position: absolute;
  top: 300px;
  left: 390px;
}
.con1_box1 .absol1 {
  position: absolute;
  z-index:10000;
  top: 5px;
  left: 40px;
}
.con1_box1 .absol2 {
  position: absolute;
  width: 900px;
  top: 50px;
  left: 30px;
  transform : rotate(-12deg);
  font-family: serif;
  font-size: 30px;
  letter-spacing : -0.1em;
  line-height: 1.2em;
  color: white;
}
.absol2 .big {
  font-size: 40px;
}
.absol2 .num {
  font-size: 50px;
  color: yellow;
}
.absol2 .ex {
  font-size: 55px;
}

#monthly .con1_box2 {
  width: 450px;
}
.con1_box2 h1 {
  height: 50px;
  line-height: 75px;
  text-align: left;
  padding-left: 20px;
  background-color: #e6e6e6;
}
.con1_box2 .text {
  padding-left: 17px;
  font-family: serif;
  font-weight: bold;
}
.con1_box2 .yellow {
  background-color: yellow;
  padding: 0 5px;
}
.con1_box2 h2 {
  border-top: solid 1.5px black;
  border-right: solid 1.5px black;
  text-align: left;
  font-size: 20px;
  color: #005c94;
}
.con1_box2 p {
  margin: 0;
}


#monthly div[class*="table_box"] {
  margin-top: 20px;
}

#monthly div[class*="table_box"] h3 {
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
  font-size: 25px;
}
#monthly div[class*="table_box"] img {
  position: absolute;
  width: 45px;
  height: auto;
  left: -10px;
  top: 2px;
}
#monthly div[class*="table_box"] .date {
  position: absolute;
  top: 15px;
  font-size: 15px;
  font-weight: normal;
}
#monthly div[class*="table_box"] table {
  border-collapse: collapse;
  width: 900px;
}
#monthly div[class*="table_box"] tr,th,td {
  border: solid 1px;
  text-align: center;
  vertical-align: middle;
}
#monthly div[class*="table_box"] th {
  padding: 10px 0;
  background-color: #005c94;
  color: #ffffff;
  font-weight: normal;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#monthly .table_box1 table th{
  border: solid 1px black;
  border-right: solid 1px white;
}
#monthly .table_box1 .papa {
  border-bottom: solid 1px white;
  border-right: solid 1px black;
}
#monthly .table_box1 .green {
  background-color: #018781;
}
#monthly .table_box1 .green:nth-child(6) {
  border-right: solid 1px black;
}
#monthly .table_box1 .course_1 {
  background-color: white;
}
#monthly .table_box1 .course_2 {
  background-color: black;
  color: white;
}
#monthly .table_box1 .course_3 {
  background-color: #b60005;
  color: white;
}
#monthly .table_box1 .course_4 {
  background-color: #0064b4;
  color: white;
}
#monthly .table_box1 .course_5 {
  background-color: #fed900;
}
#monthly .table_box1 .course_6 {
  background-color: #007c36;
  color: white;
}
#monthly .table_box1 table td[class*="course"] {
  border: solid 1px black;
}
#monthly .table_box1 .glay {
  background-color: #e6e6e6;
}

#monthly .table_box2 table tr:nth-child(even) {
  background-color: #e6e6e6;
}
#monthly .table_box2 .moter {
  background-color: #018781;
  color: yellow;
  border: solid 1px black;
  border-right: solid 1px white;
}
#monthly .table_box2 .double {
  border-left: double;
}
#monthly .table_box2 table th:nth-child(1) {
  border-left: solid 1px black;
}
#monthly .table_box2 table td:nth-child(2) {
  border-right: solid 1px black;
}
#monthly .table_box2 table td:nth-child(8) {
  border-right: solid 1px black;
}
#monthly .table_box2 table th:nth-child(12) {
  border-right: solid 1px black;
}

