@charset "UTF-8";
/*共通*/
.button--arrowRight {
  -webkit-box-sizing: border-box;
          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,
#monthly .cf:after {
  content: " ";
  display: table;
}

#monthly .cf:after {
  clear: both;
}

#monthly .cf {
  *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly #suimen {
  width: 900px;
}

#monthly #suimen h4 {
  text-align: center;
  color: #00643D;
  font-size: 20px;
}

#monthly #suimen #suimen-image1 {
  float: right;
}

#monthly #suimen #suimen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly #suimen #suimen-inner div {
  width: 450px;
}

#monthly #suimen #suimen-inner div h5 {
  text-align: center;
  color: #4FA65B;
}

#monthly #suimen #suimen-inner div table {
  width: 430px;
}

#monthly #suimen #suimen-inner div table .line {
  background: #F7F8DA;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

#monthly #suimen #suimen-inner div table th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #4FA65B;
  border: solid 1px #fff;
}

#monthly #suimen #suimen-inner div table td {
  text-align: center;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

#monthly #suimen #suimen-inner div table tr td:nth-child(1) {
  text-align: right;
  border-left: 0;
}

#monthly #suimen #suimen-inner div table tr td:nth-child(6) {
  border-right: 0;
}

#monthly #suimen #course-title {
  margin: 12px 0 8px 0;
  color: #4FA65B;
}

#monthly #suimen #course-title span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

#monthly #suimen #course-title #six {
  padding: 0 4px;
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  background: #FFF33F;
}

#monthly #suimen #course {
  margin: 0 auto;
  width: 900px;
}

#monthly #suimen #course .line {
  background: #F7F8DA;
}

#monthly #suimen #course th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #4FA65B;
}

#monthly #suimen #course th[colspan="6"] {
  border-bottom: solid 1px #fff;
}

#monthly #suimen #course td {
  text-align: center;
  border-bottom: solid 1px #000;
}

#monthly #data h3 {
  margin: 24px 0 12px 0;
}

#monthly #data h4 {
  text-align: center;
  color: #4FA65B;
  font-size: 20px;
}

#monthly #data h4 span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

#monthly #data table {
  width: 800px;
  margin: 0 auto;
}

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

#monthly #data table tr th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #4FA65B;
}

#monthly #data table tr td {
  text-align: center;
}

#monthly #data table tr:nth-child(5n+1) {
  border-bottom: solid 1px;
}

#monthly #data table tr:first-child {
  border-bottom: 0;
}

#monthly #data p {
  text-align: right;
  color: #004098;
}
