.master2-page main {
  font-family: 'Noto Serif TC', serif;
  background: url(../../img/master1/bg.png) center;
}
.master2-page .landpage,
.master2-page .article-block {
  letter-spacing: 0.4rem;
}
.master2-page .landpage {
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  .master2-page .landpage {
    margin-bottom: 100px;
  }
}
.master2-page .landpage__title {
  background-color: #ffffff;
  position: static;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .master2-page .landpage__title {
    position: absolute;
    bottom: 0;
    height: 85%;
    width: 350px;
    left: 0;
  }
}
.master2-page .landpage__title--main {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .master2-page .landpage__title--main {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}
.master2-page .landpage__title--sec {
  font-size: 1.1rem;
}
.master2-page .landpage__title--sec .divider {
  background-color: black;
  width: 20px;
  height: 1px;
}
@media only screen and (min-width: 992px) {
  .master2-page .landpage__title--sec .divider {
    width: 1px;
    height: 40px;
  }
}
.master2-page .landpage__pic img {
  width: 75%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  display: block;
}
.master2-page .landpage__info__content {
  padding: 4rem 0 4rem 2rem;
  margin-left: 0.5rem;
  border-left: 1px solid #7E736D;
}
.master2-page .article-block {
  line-height: 1.5;
  padding: 0 15px;
}
.master2-page .article-block .article-title .title {
  font-size: 1.3rem;
  font-weight: bold;
}
.master2-page .article-block .article-title__icon {
  width: 1.5rem;
}
.master2-page .article-block .article-img {
  max-width: 100%;
  width: auto;
}
