@charset "UTF-8";
.box720 .red-text-title + .bg-green-line {
  margin-top: 0;
}

.box720 .bg-green-line {
  margin: 2rem 0 1rem;
}

.box720 .bg-green-line span {
  margin-left: 1rem;
  display: block;
}

.box720 .small {
  font-size: .8em;
}

.box720 p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.box720 p .red {
  color: #D82617;
}

.box720 p img {
  padding: 1rem 0;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .box720 .bg-green-line span {
    display: inline;
  }
  .box720 p {
    font-size: 1.2em;
  }
}

.personal .meritTable {
  margin-bottom: 1rem;
}

.personal .meritTable th,
.personal .meritTable td {
  border: 1px solid #333;
}

.personal .meritTable th:nth-of-type(1) {
  background-color: #D5E8C3;
  color: #5FB530;
}

.personal .meritTable th:nth-of-type(2) {
  background-color: #DBDCDC;
  color: #717071;
}

.personal .meritTable td ul li {
  padding-left: 1rem;
}

.personal .meritTable td ul li:before {
  content: "・";
  margin-left: -1rem;
}

.personal .density {
  border: 3px solid #5FB530;
  padding: 1rem;
  margin: 1rem 0;
}

.personal .density .density-title {
  color: #5FB530;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: .5rem;
}

@media screen and (min-width: 960px) {
  .personal .meritTable th {
    font-size: 1.3em;
  }
  .personal .meritTable td {
    font-size: .9em;
  }
  .personal .density p {
    font-size: .9em;
  }
}

.price .priceTable {
  margin-bottom: .5rem;
}

.price .priceTable tr:first-child th:first-child {
  color: #5FB530;
}

.price .priceTable tr:first-child th:not(:first-child) {
  background-color: #FFF8B0;
}

.price .priceTable tr th,
.price .priceTable tr td {
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
}

.price .priceTable + .note {
  font-size: .9em;
}

.price .priceTable + .note li {
  padding-left: 1rem;
  margin-bottom: .3rem;
}

.price .priceTable + .note li:before {
  content: "※";
  margin-left: -1rem;
}

.price .not-exam {
  font-weight: bold;
}

.price .spec-tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price .spec-tabList li {
  width: 33.3%;
  height: 3rem;
  background-color: #B4B4B5;
  border: 1px solid #333;
  border-radius: 16px 16px 0 0;
  font-size: .7em;
  text-align: center;
  position: relative;
}

.price .spec-tabList li p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price .spec-tabList li.is-active {
  background-color: #5FB530;
  color: #fff;
}

.price .specTable-wrapper {
  margin-top: .5rem;
}

.price .specTable-wrapper .specTable {
  display: none;
  font-size: .8em;
}

.price .specTable-wrapper .specTable.is-show {
  display: table;
}

.price .specTable-wrapper .specTable th,
.price .specTable-wrapper .specTable td {
  border: 1px solid #333;
}

.price .specTable-wrapper .specTable thead th {
  font-size: .9em;
  height: 3rem;
}

.price .specTable-wrapper .specTable thead th:first-child {
  border: none;
}

.price .specTable-wrapper .specTable tbody th {
  text-align: left;
  width: 30%;
}

.price .specTable-wrapper .specTable tbody td {
  text-align: center;
  color: #5FB530;
  font-size: 1.5em;
}

.price .explanation dt {
  border: 1px solid #333;
  color: #5FB530;
  padding: .3rem 1rem;
  margin: 1rem 0 .5rem;
  font-weight: bold;
}

.price .other-price dt {
  background-color: #FFF8B0;
  border: 2px solid #5FB530;
  padding: .3rem 1rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.price .other-price dd {
  padding-left: 1rem;
}

.price .other-price dd span {
  margin-left: -1rem;
}

@media screen and (min-width: 960px) {
  .price .explanation dt {
    font-size: .9em;
    text-align: center;
  }
  .price .spec-tabList li {
    height: 5rem;
  }
  .price .specTable-wrapper {
    margin-top: .5rem;
  }
  .price .specTable-wrapper .specTable thead th {
    font-size: 1em;
    height: 5rem;
  }
  .price .specTable-wrapper .specTable th,
  .price .specTable-wrapper .specTable td {
    padding: 1rem 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .price .priceTable {
    font-size: 1.3em;
  }
  .price .not-exam {
    font-size: 1.3em;
  }
  .price .explanation dt {
    padding: 1rem;
  }
  .price .other-price dt {
    font-size: 1.3em;
    padding: .5rem 1rem;
  }
}

.time-schedule .time-schedule-table {
  margin-bottom: 1rem;
}

.time-schedule .time-schedule-table th,
.time-schedule .time-schedule-table td {
  border: 1px solid #333;
  text-align: center;
  font-weight: normal;
}

.time-schedule .time-schedule-table thead th:nth-of-type(1) {
  background-color: #EEEEEF;
  width: 40%;
}

.time-schedule .time-schedule-table thead th:nth-of-type(2) {
  background-color: #FFF8B0;
}

.time-schedule .wednesday {
  background-color: #ED86B3;
  text-align: center;
  color: #fff;
  border: 1px solid #333;
  padding: .5rem;
  font-size: 1.2em;
}

.time-schedule .note li {
  font-size: .8em;
  padding-left: 1rem;
  margin-bottom: .3rem;
}

.time-schedule .note li:before {
  content: "※";
  margin-left: -1rem;
}

.other .dounload {
  display: block;
  margin: 5rem auto 3rem;
  width: 10rem;
}

.other .dounload:hover {
  opacity: .7;
}
/*# sourceMappingURL=class.css.map */


/*20220520追加*/
.other .dounload {
    display: block;
	margin: 4rem auto;
    width: 50%;
    text-align: center;
}