.notice_main {
  position: relative;
  width: 91.6%;
  margin: 0 auto;
  z-index: 1;
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: max(0.625vw, 12px);
}

.notice_main:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 180px;
}

.notice_main:after {
  content: "";
  position: relative;
  display: block;
  padding-top: 2%;
}

.notice {
  max-width: 1000px;
}

.notice h2 {
  font-size: max(0.78125vw, 15px);
  margin-bottom: 1em;
  font-weight: normal;
}

.notice h3 {
  font-size: max(0.8854166667vw, 17px);
  margin-bottom: 1em;
  font-weight: normal;
}

.notice p + h3,
.notice dl + h3 {
  margin-top: 2em;
}

.notice p {
  margin-bottom: 1em;
}

.notice dl {
  position: relative;
  margin-bottom: 1em;
}

.notice dd {
  margin-bottom: 1em;
}

.notice dt {
  margin-left: -0.35em;
  position: relative;
  display: block;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  cursor: pointer;
}

.c_en .notice dt {
  margin-left: 0;
}

.p_cookie {
  margin-top: 3%;
}

.notice p + ul {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c_notice .c_main {
    justify-content: flex-start;
  }
  .notice_main:before {
    padding-top: 100px;
  }
  .notice_main:after {
    padding-bottom: 60px;
  }
  .notice {
    font-size: max(1.5645371578vw, 12px);
  }
  .notice h2 {
    font-size: max(1.0980966325vw, 15px);
  }
  .notice h3 {
    font-size: max(2.2164276402vw, 17px);
  }
}