@charset "utf-8";

* {
  color: #3d3d3d;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  touch-action: pan-y;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

body {
  background-color: #f0eeec;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

a {
  color: #cc0000;
}

a.link_blank {
  position: relative;
  padding-right: 1.39090909091em;
  text-decoration: underline;
}

a.link_blank::after {
  content: "";
  background-image: url(../images/icon_link.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.92307692307em;
  height: 0.92307692307em;
  position: absolute;
  font-size: inherit;
  margin-left: 0.25em;
  bottom: 0.21428571428em;
  display: inline;
}

/* .header */
.header {
  background-color: #ffffff;
}

.header .inner {
  max-width: 1280px;
  padding: 8px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.header a {
  display: inline-block;
}

.header img {
  width: 74.667vw;
}

@media screen and (min-width: 768px) {
  .header {
    background-color: #ffffff;
  }

  .header .inner {
    max-width: 1280px;
    padding: 8px 0;
    box-sizing: border-box;
  }

  .header a {
    display: inline-block;
  }

  .header img {
    width: 280px;
  }
}


/* top_notice */
.top_notice {
  /* width: 100%;
  max-width: 91.467vw; */
  margin: 3.2vw auto 0;
  padding: 0 6.4vw;
}

.top_notice li {
  font-size: 2.933333vw;
  line-height: 1.32;
  color: #707070;
}

.top_notice ul.footnote li {
  margin-left: 1.5em;
  position: relative;
}

.top_notice ul.footnote li::before {
  content: '※';
  font-size: inherit;
  position: absolute;
  left: -1.5em;
}

.top_notice ol.footnote {
  counter-reset: number 0;
}

.top_notice ol.footnote li {
  margin-left: 2.5em;
  position: relative;
}

.top_notice ol.footnote li::before {
  counter-increment: number 1;
  content: '※'counter(number);
  font-size: inherit;
  position: absolute;
  left: -2.5em;
}

@media screen and (min-width: 768px) {
  .top_notice {
    width: 90%;
    max-width: 1020px;
    min-width: 700px;
    margin: 8px auto 0;
    padding: 0;
  }

  .top_notice li {
    font-size: 11px;
  }
}

/* contents */
.contents h2 {
  font-weight: bold;
  text-align: center;
  font-size: 7.47vw;
  margin: 10.67vw auto 8.53vw;
  line-height: 1.32;
}

.contents .note_content {
  background-color: #fff;
}

.contents .note_content .inner {
  padding: 8.53vw 6.4vw;
}

.note_content h2,
.note_content h3,
.note_content h4 {
  font-weight: bold;
}

.note_content h3 {
  font-size: 4.8vw;
}

.note_content h4,
.note_content p,
.note_content ul li {
  font-size: 3.2vw;
}

.note_content dl>dd {
  margin-top: 4.27vw;
}

.note_content dd dd {
  margin-top: 1.07vw;
}

.note_content dl {
  margin-top: 6.4vw;
}

.note_content dl dl+dl {
  margin-top: 4.27vw;
}

.note_content ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.5;
}

.note_content ul li::before {
  content: "・";
  font-size: inherit;
  margin-right: 0.5em;
}

.note_content ul li+li {
  margin-top: 1.07vw;
}

@media screen and (min-width: 768px) {
  .contents h2 {
    font-size: 28px;
    margin: 40px auto 32px;
  }

  .contents .note_content {
    width: 90%;
    max-width: 1020px;
    margin: auto;
    border-radius: 12px;
  }

  .contents .note_content .inner {
    padding: 32px 40px;
  }

  .note_content h3 {
    font-size: 18px;
  }

  .note_content h4,
  .note_content p,
  .note_content ul li {
    font-size: 12px;
  }

  .note_content dl>dd {
    margin-top: 16px;
  }

  .note_content dd dd {
    margin-top: 4px;
  }

  .note_content dl {
    margin-top: 16px;
  }

  .note_content dl dl+dl {
    margin-top: 16px;
  }

  .note_content ul li+li {
    margin-top: 4px;
  }
}

/* btn */
.btn {
  margin: 10.67vw auto 17.07vw;
}

.btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70.13333vw;
  height: 14.93333vw;
  border-radius: 9999px;
  background-color: #ffffff;
  position: relative;
  border: 0.2666666vw solid #e0dfdd;
  box-sizing: border-box;
  margin: auto;
}

.btn_text {
  font-size: 4.26666vw;
  color: #4d4639;
  text-align: center !important;
  line-height: 1.32;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .btn {
    margin: 64px auto 80px;
  }

  .btn a {
    width: 264px;
    height: 56px;
    border: 1px solid #e0dfdd;
  }

  .btn_text {
    font-size: 16px;
  }
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 3.2vw;
  right: 3.2vw;
}

.pagetop img {
  width: 12.53vw;
}

@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 46px;
    right: 46px;
  }

  .pagetop img {
    width: 47px;
  }
}

.note_content>div>p.right {
  text-align: right;
  margin-top: 2em;
}