@charset "UTF-8";

/* ----------------- */
.mod__heading--d {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 70px;
  line-height: 7rem;
  margin-top: 70px;
  margin-top: 7rem;
  text-align: center;
  position: relative;
}
.mod__heading--d:after {
  content: "";
  display: table;
  clear: both;
}
.mod__heading--d {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 75px;
  line-height: 7.5rem;
  margin-top: 70px;
  margin-top: 7rem;
}

@media only screen and (max-width: 519px) {
.mod__heading--d {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.mod__heading--d {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 20px 0 18px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.mod__modal--type2 .c-figure > img {
  box-sizing: border-box;
}

/* モーダルType2 */
.mod__modal--type2 .mod__modal__text {
  text-align: center;
}
.mod__modal--type2 .mod__modal__text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: normal;
  color: #81610a;
}

.mod__modal--type2 .c-figure > img {
  display: block;
  border: 1px solid #ccc;
}
.mod__modal--type2 .mod__modal__caption {
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

@media only screen and (max-width: 519px) {
  .mod__modal--type2 .c-media__col1 {
    margin-top: 16px;
    margin-top: 1.6rem;
  }
}
