@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 {
  margin: auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 32px;
}

#monthly .data_chosekihyo {
  width: 400px;
  min-height:190px;
  border: 2px solid;
  margin: 0 auto;
}

#monthly .chosekihyo_title {
  position: absolute;
  top:0;
  left:-28px;
  writing-mode: vertical-rl;
  font-size: 20px;
  background-color: #4C4949;
  color: #fff;
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #4C4949 3px, #fff 3px,#fff 188px, #4C4949 188px, #4C4949 200px) 1;
  width: 30px;
  font-weight: normal;
  min-height:190px;
  text-indent: 0.2em;
}

#monthly .chosekihyo_title span {
  writing-mode: vertical-rl;
	white-space: pre;
	display:inline-block;
}

#monthly .gray {
  text-align: center;
  background-color: #4C4949;
  color: #fff;
  border-right: 1px solid;
  font-weight: normal;
}
#monthly .data_chosekihyo td {
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
}

#monthly .data_chosekihyo th {
  vertical-align: middle;
}

#monthly .data_title {
  line-height:1;
  font-size: 45px;
}

#monthly .data_title_a {
  font-size: 30px;
  font-weight: bold;
}
#monthly .data_title_b {
  font-weight: bold;
}
#monthly .data_title_c {
  font-style: italic;
  font-family: serif;
  color: #1EB9EE;
  font-weight: bold;
}
#monthly .data_title_d {
  font-size: 15px;
  vertical-align: middle;
}

#monthly .data_table_title {
  display: flex;
  margin-top: 20px;
  width: 750px;
  /* background-color: #008bcc; */
  color: white;
  align-items: baseline;
  border-top-left-radius: 10px;
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: linear-gradient(90deg, #0076BA, #5db2e3 70%);
}
#monthly .data_table_title_1 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-left: 10px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#monthly .data_table_title_2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff100;
  margin-left: 10px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  border-left: 3px dashed #fff;
  padding-left: 10px;  
}
/* .data_table_title_3 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  border-right: dashed;
} */

#monthly .data_table_period {
  vertical-align: bottom;
}

#monthly .data_course_1 {
  width: 400px;
  border: 2px solid;
  border-right: none;
}

#monthly .data_course_1 th {
  background-color: #ED6D01;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #231916;
  font-weight: normal;
}

#monthly .data_course_1 td {
  text-align: center;
  border: 1px solid #231916;
}

#monthly .course {
  background-color: #005D8B;
  color: #fff;
  text-align: center;
}

#monthly .data_course_2 {
  width: 400px;
  border: 2px solid;
  border-left: none;
}

#monthly .data_course_2 td {
  background-color: #EFEBCD;
  text-align: center;
  border: 1px solid #231916;
}

#monthly .orange {
  background-color: #ED6D01;
  color: #fff;
  text-align: center;
  font-weight: normal;
}


#monthly .kimarite {
  background-color: #595757;
  color: #fff;
  text-align: center;
  border-right: 1px solid;
  font-weight: normal;
}

#monthly #flex1 {
  display: flex;
}

#monthly .block1 {
  display: block;
  position: relative;
  left: 54px;  
}

#monthly .block2 {
  position: relative;
  margin: 45px auto 0 auto;
  width:400px;
}