@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 .flex{
  display: flex;
  justify-content: space-around;
}

#monthly .guide{
  writing-mode: vertical-rl;
  margin-top: 65px;
  color: black;
  height: 240px;
  width: 50px;
}

#monthly .soutenbou{
  width: 100px;
  height: 300px;
}

#monthly .suimen{
  width: 750px;
  height: 250px;
  margin-top: 30px;
  margin-left: 30px;
  position: relative;
}

#monthly .zukei1{
  position: absolute;
  z-index: 2;
  top: 7px;
  width: 12px;
  height: 45px;
  background-color: black;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
}

#monthly .zukei2{
  position: absolute;
  z-index: 1;
  top: 7px;
  width: 12px;
  height: 45px;
  background-color: #0075c1;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
}

#monthly .midashi1{
  font-size: 40px;
  margin-bottom: 15px;
  color: #0075c1;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "MS Gothic";
  font-style: italic;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#monthly .midashi2{
  font-size: 40px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #0075c1;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "MS Gothic";
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-style: italic;
}

#monthly .mini{
  font-size: 25px;
  color: black;
  font-weight: bold;
  vertical-align: middle;
}

#monthly .aisyou{
  position: relative;
  width: 900px;
}

#monthly .word{
  color: black;
  line-height: 2;
}

#monthly .name{
  background-color: #8fbbe2;
  padding-left: 3px;
  padding-right: 3px;
}

#monthly .tabtitle{
  font-weight: bold;
  margin-top: 30px;
  font-size: 20px;
  color: black;
}

#monthly .seiseki{
  margin-bottom: 45px;
}

#monthly .saikin{
  background-color: #0075c1;
  padding-left: 20px;
  padding-right: 10px;
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: 5px;
}

#monthly .kikan{
  font-size: 14px;
}

#monthly .coursetab{
  width: 900px;
  margin-top: 10px;
  border: solid 1px black;
}



#monthly .coursetab td{
  text-align: center;
  vertical-align: middle;
}



#monthly .coursetab tr:first-child{
  background-color: #0075c1;
  font-size: 14px;
  color: #fff;
}

#monthly .coursetab tr:first-child td:not(:first-child){
  border-left: solid 1px #fff;
}

#monthly .coursetab tr:nth-child(2) td{
  border-left: solid 1px #fff;
}

#monthly .coursetab tr:first-child td:last-child{
  border-bottom: solid 1px #fff;
  width: 420px;
}

#monthly .color td{
  border: solid 1px #000;
  font-weight: bold;
}

#monthly .kankaku{
  letter-spacing: -3px;
}

#monthly .color{
  color: #000;
}
#monthly .haba{
  width: 75px;
}

#monthly .yel{
  background-color: #fdebc8;
  width: 70px;
}

#monthly .kimarite{
  background-color: #595656;
  color: #fff;
}

#monthly .day{
  position: relative;
  margin: 5px;
  padding: 12px 5px;
  width: 140px;
  font-size: 20px;
  color: black;
  font-weight: bold;
  background-color: #fff57f;
  border-radius: 50%;
  font-family: "MS Gothic";
  font-style: italic;
  transform: rotate(-5deg);
  text-align: center;
  z-index: 5;
}

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

#monthly .tyousei{
  font-size: 10px;
}

#monthly .color2{
  background-color: black;
  color: #fff;
}

#monthly .color3{
  background-color: #b60005;
  color: #fff;
}

#monthly .color4{
  background-color: #0064b4;
  color: #fff;
}

#monthly .color5{
  background-color: #fed900;
}

#monthly .color6{
  background-color: #007c36;
  color: #fff;
}

#monthly .motor{
  position: relative;
}

#monthly .newmotor{
  position: relative;
  top: -93px;
  left: 150px;
  transform: rotate(1deg);
  z-index: 5;
}

#monthly .motorword{
  position: absolute;
  z-index: 4;
  top: 30px;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #0075c1;
  color: #fff;
}
