/* 共通クラス */

.examination {
  line-height: 1.7;
}

.l-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .l-flex-wrap {
    display: block;
  }
}

.l-flex-jc-sb {
  justify-content: space-between;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.ex-ttl-sm {
  font-size: 25px;
  color: #0c5e2f;
  font-weight: bold;
  border-bottom: 1px solid #0c5e2f;
  padding-left: 10px;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

@media screen and (max-width: 750px) {
  .ex-ttl-sm {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .ex-ttl-sm {
    font-size: 20px;
    padding-left: 5px;
  }
}

.ex-green {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .ex-green {
    margin-top: 20px;
  }
}

.ex-green img {
  width: 285px;
}

@media screen and (max-width: 480px) {
  .ex-green img {
    width: 240px;
  }
}

.ex-green-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Hiragino Mincho ProN", "sans-serif";
  letter-spacing: 0.2em;
}

@media screen and (max-width: 480px) {
  .ex-green-txt {
    font-size: 21px;
  }
}

.ex-mori-sq {
  color: #586f7b;
  margin-right: 5px;
}

.ex-ave-sq {
  color: #b5a053;
  margin-right: 5px;
}

.ex-mori-cap {
  margin-left: 12%;
  font-size: 17px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .ex-mori-cap {
    margin-left: 0;
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .ex-mori-cap {
    font-size: 14px;
  }
}

.ex-mori-dep {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .ex-mori-dep {
    font-size: 20px;
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .ex-mori-dep {
    font-size: 13px;
    display: block;
  }
}

.ex-ave-cap01 {
  margin-left: 5%;
  font-size: 17px;
}

.ex-ave-cap02 {
  margin-left: 15%;
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  .ex-ave-cap01 {
    margin-left: 0;
    font-size: 22px;
    text-align: center;
  }

  .ex-ave-cap02 {
    margin-left: 0;
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .ex-ave-cap01 {
    font-size: 14px;
  }

  .ex-ave-cap02 {
    font-size: 14px;
  }
}

/* 高い合格率の背景には、理由がある */

.ex-top-img img {
  width: 100%;
  height: auto;
}

.ex-top-txt {
  font-size: 16px;
  color: #0c5e2f;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .ex-top-img {
    margin: 0 calc(50% - 50vw);
  }

  .ex-top-txt {
    text-align: left;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ex-top-txt {
    font-size: 16px;
  }
}

/* 鍼灸学科、柔道整復学科 国家試験サポート */

.ex-desc {
  font-size: 18px;
  font-family: "Hiragino Mincho Pro", "sans-serif";
  margin-top: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .ex-desc {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .ex-desc {
    font-size: 16px;
    margin-top: 15px;
  }
}

.ex-box {
  margin-top: 50px;
  width: 100%;
}

.ex-mori01 {
  border-right: 1px dashed #666;
  width: 60%;
}

.ex-mori02 {
  border-right: 1px dashed #666;
  width: 55%;
}

@media screen and (max-width: 750px) {
  .ex-box {
    display: block;
    margin-top: unset;
  }

  .ex-mori01 {
    border-right: none;
    width: 100%;
    margin-top: 40px;
  }

  .ex-mori02 {
    border-right: none;
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .ex-mori01 {
    margin-top: 25px;
  }

  .ex-mori02 {
    border-right: none;
    width: 100%;
    margin-top: 40px;
  }
}

.ex-pie01-shinkyu {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ex-pie01-shinkyu {
    margin-top: 15px;
  }
}

.ex-pie02-shinkyu {
  margin: 20% 0 0 5%;
}

@media screen and (max-width: 750px) {
  .ex-pie02-shinkyu {
    margin: 25px auto 0;
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .ex-pie02-shinkyu {
    margin-top: 15px;
  }
}

.ex-pie01-shinkyu img,
.ex-pie02-shinkyu img {
  width: 90%;
}

.ex-pie01-judo {
  margin-top: 25px;
  text-align: center;
}

.ex-pie02-judo {
  margin-top: 14%;
  text-align: center;
}

.ex-pie01-judo img,
.ex-pie02-judo img {
  width: 50%;
}

.ex-ave01 {
  width: 39%;
}

.ex-ave02 {
  width: 44%;
}

@media screen and (max-width: 750px) {
  .ex-ave01 {
    width: 100%;
    margin-top: 40px;
  }

  .ex-ave02 {
    width: 100%;
    margin-top: 40px;
  }

  .ex-pie02-judo {
    margin: 40px auto 0;
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .ex-ave01 {
    margin-top: 25px;
  }

  .ex-ave02 {
    margin-top: 25px;
  }

  .ex-pie02-judo {
    margin: 25px auto 0;
  }
}

/* 国家試験対策 */

.ex-point {
  width: 31%;
}

@media screen and (max-width: 750px) {
  .ex-point {
    width: 100%;
  }
}

.ex-point img {
  width: 100%;
}

.point-head {
  color: #1f1715;
  border: 1px solid #1f1715;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  /*padding: 10px;*/
  font-family: "Hiragino Mincho Pro";
}

@media screen and (max-width: 750px) {
  .point-head {
    padding: 15px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .point-head {
    padding: 10px;
    font-size: 22px;
  }
}

.point-head span {
  font-size: 28px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.4;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho",
    serif;
}

@media screen and (max-width: 750px) {
  .point-head span {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .point-head span {
    font-size: 24px;
    line-height: 1;
    vertical-align: top;
  }
}

.point-head-txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  height: 80px;
  line-height: 1.7;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

@media screen and (max-width: 900px) {
  .point-head-txt {
    font-size: 21px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .point-head-txt {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .point-head-txt {
    font-size: 18px;
  }
}

.point-head-img {
  margin-top: 8px;
}

@media screen and (max-width: 480px) {
  .point-head-img {
    margin-top: 10px;
  }
}

.point-main-txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .point-main-txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .point-main-txt {
    font-size: 16px;
  }
}

/* 学習環境 */

.ex-learn-box {
  width: 48%;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .ex-learn-box {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .ex-learn-box {
    margin-top: 25px;
  }
}

.ex-learn-box h6 {
  font-size: 20px;
  color: #0c5e2f;
  text-align: center;
  line-height: 2;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

@media screen and (max-width: 750px) {
  .ex-learn-box h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .ex-learn-box h6 {
    font-size: 18px;
  }
}

.ex-learn-img img {
  width: 100%;
}

.ex-learn-txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .ex-learn-txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ex-learn-txt {
    font-size: 16px;
    margin-top: 15px;
  }
}

.ex-add-green {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  color: #009b55;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .ex-add-green {
    margin-top: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ex-add-green {
    font-size: 16px;
  }
}

/* ぜひ実際に森ノ宮を見に来てください。 */

.ex-msg-txt {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .ex-msg-txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ex-msg-txt {
    font-size: 16px;
  }
}

.ex-green-em {
  color: #009b55;
  font-weight: bold;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.ex-msg-btn {
  width: 55%;
  margin: 60px auto;
}

@media screen and (max-width: 750px) {
  .ex-msg-btn {
    width: 85%;
    margin: 60px auto;
  }
}

@media screen and (max-width: 480px) {
  .ex-msg-btn {
    width: 92%;
    margin: 45px auto;
  }
}

.ex-msg-btn a {
  display: block;
  background-color: #009b55;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  font-size: 28px;
  box-shadow: 0 6px #0c5e2f;
  text-decoration: none;
  animation: pulse 1s infinite;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

.ex-msg-btn img {
  width: auto;
  height: 25px;
  margin-left: 35px;
}

@media screen and (max-width: 750px) {
  .ex-msg-btn a {
    font-size: 22px;
  }

  .ex-msg-btn img {
    width: auto;
    height: 20px;
    margin-left: 35px;
  }
}

@media screen and (max-width: 480px) {
  .ex-msg-btn a {
    font-size: 17px;
    padding: 16px;
  }

  .ex-msg-btn img {
    width: auto;
    height: 20px;
    margin-left: 10px;
  }
}
