@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #515457;
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'verdana', 'arial', sans-serif;
}

#wrapper {
  box-shadow: 2px 10px 10px rgba(5, 0, 0, 0.4);
  background-repeat: repeat;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 1px;
  display: block;
}

/* パンくず */
#pankuzu {
  display: block;
  border-bottom: solid 1px #e8e8e8;
}

#pankuzu p {
  clear: both;
  font-size: 14px;
  padding: 2px 0 0 85px;
}

/* メイン */
#main {
  font-size: 17px;
}

/* トップ画面 */

.top-img img {
  margin: 0 auto;
  display: block;
  width: 1000px;
  height: auto;
}

/* 申し込みバナー */
.signup {
  text-align: center;
  margin: 50px auto;
}

.signup img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* 実施校舎 */
.cls-detail {
  margin: 0 auto;
}

.detail-title {
  display: block;
  margin: 20px auto;
  width: 94%;
}

/* テーマ一覧 */
.feature-txt {
  font-size: 20px;
  margin: auto;
  margin-bottom: 10px;
  width: 90%;
}

.feature-list-box {
  margin-bottom: 25px;
}

.feature-list {
  font-size: 20px;
  list-style: decimal inside;
}

.w-90 {
  margin: auto;
  width: 90%;
}

.right-txt {
  text-align: right;
  margin-right: 100px;
}

.detail-more-btn {
  background-color: #2ea941;
  border-radius: 10px;
  box-shadow: 0 2px 1px #9e9e9e;
  color: #fff;
  display: block;
  font-size: 24px;
  margin: 45px auto;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  width: 750px;
}

.detail-more-btn:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.1s;
}

.detail-more-btn-note {
  font-size: smaller;
}

.area-list {
  align-items: center;
  display: flex;
  font-size: 24px;
  margin: 2em auto;
  width: 55%;
}

.area-list::after {
  background: url(../img/classroom.jpg)no-repeat 0/contain;
  content: "";
  display: block;
  margin-left: 2em;
  padding-top: 24%;
  width: 39%;
}

.area-list-school {
  display: inline-block;
  align-items: center;
  font-weight: bold;
  margin: .2em 0;
  white-space: nowrap;
}

.area-list-school:not(:last-of-type)::after {
  content: "・";
}

.kousha-tbl {
  width: 80%;
  margin: auto;
}

.kousha-tbl th,
.kousha-tbl td {
  border: 1px solid #595959;
  border-collapse: collapse;
  font-weight: 500;
  padding: 6px 3px;
  text-align: center;
}

.attention {
  margin: -2.5em auto 2em;
}

.attention-txt {
  color: #e8383d;
  text-align: center;
}

.apply-soon {
    background-color: #aaa;
    border: solid 1px rgba(0, 0, 0, .3);
    border-radius: 10px;
    box-shadow: 1px 2px 1px #9e9e9e;
    color: #fff;
    font-size: 24px;
    margin: 50px auto;
    padding: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    width: 50%;
  }

  .yotsuya-global-footer {
    margin-top: 0;
  }