@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+Myanmar:wght@400;700&display=swap");
.f-nsj-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f-nsj-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-nsj-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-lato-400 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.f-nsm-700 {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
}

.f-nsm-400 {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 400;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}
a:link:hover,
a:visited:hover,
a:hover:hover,
a:active:hover,
a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3.6vw, 36px);
}

h2,
.h2-like {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
  font-size: clamp(20px, 3.6vw, 36px);
  letter-spacing: 0.05em;
}

h3,
.h3-like {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 21px);
}
h3.rj-subtitle,
.h3-like.rj-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p,
.p-like {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 200%;
}

.p-small {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 180%;
}

.p-18 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 180%;
}

.p-46 {
  font-size: clamp(30px, 4vw, 46px);
}

.p-42 {
  font-size: clamp(20px, 3vw, 42px);
}

.p-36 {
  font-size: clamp(20px, 3vw, 36px);
}

.p-32 {
  font-size: clamp(20px, 3vw, 32px);
}

.p-31 {
  font-size: clamp(18px, 3vw, 31px);
}

.p-28 {
  font-size: clamp(22px, 3vw, 28px);
}

.p-27 {
  font-size: clamp(20px, 3vw, 27px);
}

.p-24 {
  font-size: clamp(20px, 3vw, 24px);
}

.p-23 {
  font-size: clamp(20px, 3vw, 23px);
}

.title-container {
  text-align: start;
}
.title-container h2.section-title {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 150%;
}
.title-container h3 {
  margin-top: -0.5em;
}

.landing .title-container {
  text-align: center;
}
.landing .title-container h3 {
  margin-top: 0;
}

.disclosure {
  width: 705px;
  max-width: 84.5%;
  padding: clamp(60px, 12vw, 120px) 0 clamp(40px, 9vw, 90px);
}
.disclosure .disclosure-item {
  width: 100%;
  margin-bottom: clamp(80px, 15vw, 150px);
}
.disclosure .disclosure-item .title-container {
  margin-bottom: 1em;
}
.disclosure .disclosure-item a.disc-link {
  box-sizing: border-box;
  width: clamp(160px, 22vw, 220px);
  margin-top: 2em;
  padding: 0.2em 0.8em;
  align-self: flex-end;
  border: 3px solid #EBA067;
  border-radius: 1.8em;
  color: #EBA067;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  text-align: center;
}
.disclosure .disclosure-item:nth-child(2) a.disc-link {
  color: #E17FA6;
  border-color: #E17FA6;
}
.disclosure .disclosure-item:last-child {
  margin-bottom: 0;
}
.disclosure .disclosure-item .sub-container {
  align-items: center;
  width: 570px;
  max-width: 100%;
  margin-top: 2em;
}
.disclosure .disclosure-item .sub-container h4 {
  width: 94%;
  font-size: clamp(20px, 3vw, 27px);
}
.disclosure .disclosure-item .sub-container hr {
  width: 100%;
  border-top: 1px solid #736A63;
}
.disclosure .disclosure-item .sub-container p {
  width: 94%;
  margin-top: 0.5em;
}

section.info-box {
  font-size: clamp(16px, 3vw, 27px);
  margin-bottom: clamp(120px, 20vw, 300px);
}
section.info-box .info-box {
  box-sizing: border-box;
  padding: clamp(20px, 5vw, 80px) clamp(12px, 2.5vw, 32px);
  width: 960px;
  max-width: 92%;
  margin: 0 auto;
}
section.info-box .info-row {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #736A63;
}
section.info-box .info-row:last-child {
  border-bottom: unset;
}
section.info-box .info-row .left-col,
section.info-box .info-row .right-col {
  box-sizing: border-box;
}
section.info-box .info-row .left-col p, section.info-box .info-row .left-col ul, section.info-box .info-row .left-col li,
section.info-box .info-row .right-col p,
section.info-box .info-row .right-col ul,
section.info-box .info-row .right-col li {
  font-size: 1em;
}
section.info-box .info-row .left-col {
  min-width: 30%;
  width: 30%;
  padding: 0 1em;
}
section.info-box .info-row .left-col p {
  font-weight: 700;
}
section.info-box .info-row .right-col ul {
  list-style-type: none;
}
section.info-box .info-row .right-col ul li {
  line-height: 200%;
}

section.claims {
  align-items: center;
}
section.claims .claim-item {
  width: 800px;
  max-width: 84.5%;
  margin-bottom: clamp(40px, 10vw, 100px);
}
section.claims .claim-item .claim-title {
  width: fit-content;
  font-size: clamp(18px, 3vw, 27px);
  padding: 0.5em 2em;
  margin-bottom: 0.5em;
  background-color: #BF96D9;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  color: #ffffff;
}
section.claims .claim-item .claim-text {
  margin: 0 2em;
}

/*# sourceMappingURL=disclosure.css.map */
