@charset "utf-8";
.page-header {
  background-image: url("../images/info/info-bg.png");
}
.info-box {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.info-box figure {
  margin: 0 !important;
}
.info-box figure,
.info-box .text {
  width: 50%;
}
.info-box .text {
  padding: 0 30px 0;
  box-sizing: border-box;
}
.info-box .text h3 {
  border-bottom: 1px solid #111;
  padding-bottom: 23px;
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-family: G-OTF-R;
}
html:lang(zh-CN) body .info-box .text h3 {
  font-family: "Noto Sans SC", sans-serif !important;
}
html:lang(zh-TW) body .info-box .text h3 {
  font-family: "Noto Sans TC", sans-serif !important;
}
.info-box .text h3::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/common/logo.svg") no-repeat;
  background-size: contain;
}
.info-box .text p {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 28px;
}
.info-box figure {
  margin-bottom: 70px;
}
.info-box figure img {
  width: 100%;
}
.info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.info-list::after {
  content: "";
  width: 30%;
}
.info-list .box {
  width: 30%;
  border: 2px solid #453220;
  padding: 48px 30px 18px;
  box-sizing: border-box;
  margin-bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-list .box figure {
  margin-bottom: 68px !important;
}
.info-list .box h4 {
  background-color: #453220;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}

.info-list .box p.time {
  color: #453220;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
.info-list .box p.text {
  font-size: 16px;
  color: #453220;
  line-height: 2;
}

/* new style 2023/10/04 */
.info-box .text h3::before {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .info-list .box {
    padding: 24px 15px 18px;
  }
}
