@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700;900&family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 18px !important;
  font-size: 1.4rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc-block {
  display: block;
}
.bob-tablet {
  display: none;
}
.sp-block {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .mv-bob .bobsp {
    display: none;
  }
  .bob-tablet {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .bob-tablet {
    display: none;
  }
  .mv-bob .bobsp {
    display: block;
  }
}
.header {
  position: relative;
  background: url(./images/mv_bg.jpg) no-repeat center 65%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .header {
    background-image: url(./images/mv_bg_sp.png);
    background-position: center 30%;
  }
}
.header .hd-bg {
  z-index: 99;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .header .hd-bg {
    height: 60px;
    margin-bottom: 10px;
  }
}
.header .hd-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
.header .hd-top .logo {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .header .hd-top .logo {
    position: relative;
    width: 180px;
  }
}
.header .hd-top .sp-fix-banner {
  opacity: 0;
  bottom: 10px;
  position: fixed;
  max-width: 938px;
  width: 98%;
  left: 0;
  right: 0;
  font-size: 0;
  margin: auto;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .header .hd-top .sp-fix-banner {
    width: 100%;
    max-width: 458px;
    bottom: 0;
  }
}
.header .hd-top .sp-fix-banner img {
  position: relative;
  width: 100%;
}
.header .hd-top .sp-fix-banner.active {
  opacity: 1;
}
.header .hd-top .top-banner {
  width: 170px;
  margin-right: -20px;
  margin-top: -10px;
}
@media screen and (max-width: 414px) {
  .header .hd-top .top-banner {
    width: 160px;
  }
}
@media screen and (max-width: 356px) {
  .header .hd-top .top-banner {
    width: 150px;
    margin-right: -20px;
  }
}
.header .mv .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 656px;
}
@media screen and (max-width: 900px) {
  .header .mv .midashi {
    width: 90%;
    width: 107%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@media screen and (max-width: 900px) {
  .header .mv .unit-btn-01 {
    max-width: 500px;
    width: 100%;
    margin: -50px auto auto;
  }
}
.header .mv .mv-btn {
  /* margin-top: 56px; */
}
@media screen and (max-width: 900px) {
  .header .mv .mv-btn {
    /* margin-top: 15px; */
  }
}
.header .mv .mv-btn .b1 {
  width: 312px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .header .mv .mv-btn .b1 {
    width: 76%;
  }
}
.header .mv .mv-btn .linkb {
  margin-top: -20px;
  width: 112%;
  max-width: inherit;
  margin-left: -7%;
}
@media screen and (max-width: 900px) {
  .header .mv .mv-btn .linkb {
    width: 132%;
    max-width: inherit;
    margin-left: -16%;
  }
}
.header .mv .mv-btn .b2 {
  width: 440px;
  margin: -40px auto 0;
  display: block;
}
@media screen and (max-width: 900px) {
  .header .mv .mv-btn .b2 {
    max-width: inherit;
    width: 108%;
    margin: -40px auto 0 -4%;
  }
}
.header .mv .wrapper {
  position: relative;
  width: 100%;
}
.header .mv .wrapper.mt0 {
  margin-top: 0;
  margin-bottom: 0;
}
.header .mv .wrapper.title-wrapper{
  max-width: 100%;
  background-color: #181730;
}
@media screen and (max-width: 900px) {
  .header .mv .wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
}
.header .mv .wrapper .mv-bob {
  left: 0;
  bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px 5%;
}
@media screen and (max-width: 1200px) {
  .header .mv .wrapper .mv-bob {
    min-width: 600px;
  }
}
@media screen and (max-width: 1100px) {
  .header .mv .wrapper .mv-bob {
    min-width: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .header .mv .wrapper .mv-bob {
    min-width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .header .mv .wrapper .mv-bob {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 900px) {
  .header .mv .wrapper .mv-bob .bobsp {
    order: 1; /* 20241023 .bobspを.mv-titleの上に移動 */
  }
}
.header .mv .wrapper .mv-bob .bob {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 900px) {
  .header .mv .wrapper .mv-bob {
    display: block;
    position: relative;
  }
}
.header .mv .wrapper .mv-title {
  position: relative;
  padding: min(50px, 3%) 0px;
  margin: auto;
  max-width: 700px;
}
@media screen and (max-width: 1150px) {
  .header .mv .wrapper .mv-title {
    max-width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .header .mv .wrapper .mv-title {
    max-width: 515px;
    width: 80%;
    align-self: center;
  }
}
@media screen and (max-width: 500px) {
  .header .mv .wrapper .mv-title {
    width: 80%;
    margin-top: 10px;
  }
}
.header .mv .mv-txt {
  position: relative;
  max-width: 1046px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .header .mv .mv-txt {
    position: absolute;
    right: -3%;
    bottom: 140px;
    max-width: 190px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .header .mv .mv-txt {
    right: 0;
  }
}

.footer {
  padding: 20px 0 160px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 20px 0 100px;
  }
}
.footer img {
  width: 237px;
}
@media screen and (max-width: 900px) {
  .footer img {
    width: 200px;
  }
}
.footer .copy {
  display: block;
  font-size: 1.3rem;
}

.main {
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .main {
    overflow: hidden;
  }
}
.main .sec1 {
  padding: 200px 0 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .sec1 {
    padding: 70px 0;
  }
}
.main .sec1:before {
  content: "";
  width: 100%;
  background: url(./images/txt_long.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 900px) {
  .main .sec1:before {
    height: 200px;
    background-size: auto 100%;
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .unit-title-01 {
    margin-top: 50px;
  }
}
.main .sec1 .wrapper .unit-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .sec1 .wrapper .txt-box {
  width: calc(100% - 624px);
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .txt-box {
    max-width: 557px;
    width: 100%;
    margin: auto;
  }
}
.main .sec1 .wrapper .txt-box .jp {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .txt-box .jp {
    font-size: 1.8rem;
  }
}
.main .sec1 .wrapper .txt-box .en {
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .txt-box .en {
    font-size: 1.2rem;
  }
}
.main .sec1 .wrapper .youtube {
  width: 557px;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .youtube {
    max-width: 100%;
    margin: auto;
  }
}
.main .sec1 .wrapper .youtube iframe {
  width: 100%;
  height: 100%;
}
.main .sec2 {
  background: url(./images/sec2_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 75px;
}
@media screen and (max-width: 900px) {
  .main .sec2 {
    background: url(./images/sec2_bg.png) no-repeat center center;
    background-size: cover;
  }
}
.main .sec2:before {
  content: "";
  width: 100%;
  background: url(./images/txt_reason.png) no-repeat center center;
  background-size: 100% auto;
  width: 416px;
  height: 819px;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .main .sec2:before {
    width: 187px;
    height: 370px;
    background-size: contain;
    left: -50px;
  }
}
@media screen and (max-width: 900px) {
  .main .sec2 .unit-title-02 .txt {
    margin-top: 10px;
  }
}
.main .sec2 .wrapper {
  position: relative;
  z-index: 1;
}
.main .sec2 .wrapper .unit-title-02 > img {
  width: 108px;
}
.main .sec2 .wrapper .unit-title-02 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .sec2 .wrapper .unit-title-02 .txt img {
  width: 284px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .unit-title-02 .txt img {
    width: 170px;
  }
}
.main .sec2 .wrapper .reason-list {
  max-width: 1041px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .reason-list {
    max-width: 480px;
  }
}
.main .sec2 .wrapper .reason-list .inner {
  max-width: 480px;
  width: 48%;
  background: url(./images/sec2_inner.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 50px 0;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .reason-list .inner {
    width: 100%;
    margin: 40px 0;
  }
}
.main .sec2 .wrapper .reason-list .inner .no {
  display: block;
  width: 100%;
  margin: -63px auto auto;
  text-align: center;
}
.main .sec2 .wrapper .reason-list .inner .no img {
  width: 92px;
  height: 128px;
}
.main .sec2 .wrapper .reason-list .inner .txt-box {
  padding: 0 50px 20px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .reason-list .inner .txt-box {
    margin-top: -30px;
    padding: 0 25px 15px;
  }
}
.main .sec2 .wrapper .reason-list .inner .txt-box .title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .reason-list .inner .txt-box .title {
    font-size: 2.2rem;
    min-height: auto;
    display: block;
  }
}
.main .sec2 .wrapper .reason-list .inner .txt-box p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 102px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .reason-list .inner .txt-box p {
    font-size: 1.5rem;
    min-height: auto;
  }
  .main .sec2 .wrapper .reason-list .inner .txt-box p br {
    display: none;
  }
}
.main .sec3 {
  margin: 100px auto auto;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main .sec3 {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .main .sec3 .unit-btn-01 {
    max-width: 100%;
    width: 100%;
  }
}
.main .sec3:before {
  content: "";
  width: 100%;
  background: url(./images/txt_flow.png) no-repeat center center;
  background-size: 100% auto;
  width: 416px;
  height: 568px;
  position: absolute;
  right: -100px;
  top: 0;
}
@media screen and (max-width: 900px) {
  .main .sec3:before {
    width: 187px;
    height: 256px;
    right: -50px;
  }
}
.main .sec3:after {
  content: "";
  width: 100%;
  background: url(./images/txt_long.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main .sec3:after {
    height: 200px;
    background-size: auto 100%;
    bottom: -60px;
  }
}
.main .sec3 .botcv {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main .sec3 .botcv {
    width: 114%;
    margin-left: -7%;
  }
}
.main .sec3 .wrapper .unit-title-02 > img {
  width: 86px;
}
.main .sec3 .wrapper .flow-list {
  max-width: 1162px;
  width: 100%;
  margin: auto auto 50px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .flow-list {
    max-width: 384px;
    margin-bottom: 30px;
  }
}
.main .sec3 .wrapper .flow-list li {
  max-width: 384px;
  width: 33%;
  background: url(./images/flow_list_bg2.png) no-repeat center center;
  background-size: 98% 100%;
  padding: 40px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .flow-list li {
    max-width: 100%;
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
    background-image: url(./images/flow_list_bg2_sp.png);
  }
  .main .sec3 .wrapper .flow-list li:last-child {
    margin-bottom: 0;
  }
  .main .sec3 .wrapper .flow-list li p {
    font-size: 1.5rem;
  }
  .main .sec3 .wrapper .flow-list li:nth-of-type(2), .main .sec3 .wrapper .flow-list li:nth-of-type(3) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .main .sec3 .wrapper .flow-list li {
    padding: 35px;
  }
}
.main .sec3 .wrapper .flow-list li .no {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-block;
  letter-spacing: 0.05rem;
  position: absolute;
  left: 30px;
  top: 5px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .flow-list li .no {
    font-size: 1.6rem;
    top: 9px;
  }
}
.main .sec3 .wrapper .flow-list li .title {
  font-size: 3.4rem;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.4;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .flow-list li .title {
    font-size: 2.2rem;
    margin: 40px 0 20px;
    height: auto;
  }
}
.main .sec4 {
  position: relative;
  padding: 100px 0 100px;
  background: url(./images/mv_bg.jpg) no-repeat center 65%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main .sec4 {
    padding: 50px 0 100px;
    background-image: url(./images/mv_bg_sp.png);
    background-position: center 30%;
  }
}
.main .sec4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.main .sec4 .wrapper {
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper {
    min-height: 100%;
  }
}
.main .sec4 .wrapper .unit-title-02 > img {
  width: 70px;
}
.main .sec4 .wrapper .txt-center {
  max-width: 858px;
  width: 100%;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .txt-center {
    font-size: 1.4rem;
  }
}
.main .sec4 .wrapper .txt-center a {
  text-decoration: underline;
}
.main .sec4 .wrapper .faq-list {
  max-width: 858px;
  width: 100%;
  margin: auto;
  border: 1px solid #707070;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
}
.main .sec4 .wrapper .faq-list .q {
  font-size: 2.2rem;
  font-weight: 900;
  position: relative;
  padding: 11px 0 11px 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .faq-list .q {
    font-size: 1.6rem;
    padding: 0 20px 0 70px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main .sec4 .wrapper .faq-list .q:hofer {
  cursor: pointer;
}
.main .sec4 .wrapper .faq-list .q:before {
  content: "Q.";
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 60px;
  background: #EB1212;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .faq-list .q:before {
    font-size: 2.5rem;
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
}
.main .sec4 .wrapper .faq-list .a {
  opacity: 0;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.main .sec4 .wrapper .faq-list .a p {
  padding: 20px 20px 20px 80px;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .faq-list .a p {
    padding-left: 70px;
  }
}
.main .sec4 .wrapper .faq-list .q.is-active + .a {
  opacity: 1;
  height: auto;
}
.main .attention-box {
  padding: 100px 0;
}
.main .attention-box p {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .main .attention-box p {
    font-size: 1.1rem;
  }
}

.wrapper {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .wrapper {
    max-width: 86%;
  }
}

.unit-title-01 {
  max-width: 947px;
  width: 95%;
  margin: auto auto 40px;
}
@media screen and (max-width: 900px) {
  .unit-title-01 img {
    margin: auto;
    max-width: 207px;
  }
}

.unit-title-02 {
  text-align: center;
  margin: auto auto 40px;
}
.unit-title-02 > img {
  display: block;
  margin: 0;
  font-size: 0;
  margin: auto;
}
.unit-title-02 .txt {
  font-size: 4.4rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .unit-title-02 .txt {
    font-size: 2.4rem;
  }
}

.unit-btn-01 {
  position: relative;
  max-width: 920px;
  width: 90%;
  margin: auto;
  font-size: 0;
  display: block;
  z-index: 5;
}

.unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit-flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.unit-flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.unit-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-mid {
  font-weight: 500;
}

.txt-bold {
  font-weight: 700;
}

.txt-box p {
  margin-bottom: 20px;
}
.txt-box p:last-of-type {
  margin-bottom: 0;
}

.iblock {
  display: inline-block;
}

.addition-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
}

.main .addition {
  position: relative;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #000;
  z-index: 1;
  padding: 5px 8px;
  background: transparent;
  padding-left: 20px;
}

.addition li:first-child::before{
  content: '※1';
  position: absolute;
  left: 5px;
}

.addition li:nth-child(2):before{
  content: '※2';
  position: absolute;
  left: 5px;
}

.disclaimer-points li:first-child::before,
.disclaimer-points li:nth-child(2):before {
  content: '';
}

.disclaimer-points {
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  padding-left: 0;
  margin-left: -22px;
  width: calc(100% + 20px);
}

.disclaimer-points li {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  position: relative;
  line-height: 1.4;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .main .addition {
    font-size: 10px;
  }

  .addition-wrapper {
    justify-content: start;
  }
}