@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;
  padding-top: 30.933333vw;
}

@media screen and (min-width: 768px) {
  body {
    padding: 7.390625vw 0 0 0;
  }

  .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;
}

/* 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+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+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 {
  text-align: right;
  margin-top: 2em;
}


/* パンくずリスト */
.breadcrumb {
  background: transparent;
  padding: 4.266666vw 0 19.733333vw 4.266666vw;
  width: 100%;
  background-color: #ffffff;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
}

.breadcrumb ul li {
  font-size: 3.733333vw;
  line-height: 1.48;
  color: #3D3D3D;
  display: inline;
}

.breadcrumb ul li a {
  text-decoration: none;
  color: #CC0000;
}

.breadcrumb ul li:not(:last-of-type)::after {
  content: "›";
  margin: 0.6em;
}

/* パンくず下注意文言 */
.top_notice {
  width: 100%;
  max-width: 91.467vw;
  margin: 0 auto;
}

.top_notice ul {
  margin-top: 1.066666vw;
}

.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) {

  /* パンくずリスト */
  .breadcrumb {
    width: 100%;
    max-width: 96.547405vw;
    min-width: 700px;
    margin: 0 auto;
    padding: 8px 32px;
    background-color: transparent;
  }

  .breadcrumb ul li {
    font-size: 11px;
  }

  .breadcrumb ul li a {
    text-decoration: none;
    color: #CC0000;
  }

  /* パンくず下注意文言 */
  .top_notice {
    width: 100%;
    max-width: 96.547405vw;
    min-width: 700px;
    margin: 0 auto 12px;
    padding: 0 32px;
  }

  .top_notice ul {
    margin-top: 4px;
  }

  .top_notice li {
    font-size: 11px;
  }
}

@media (768px <= width <=848px) {
  body {
    padding-top: 9.114583vw;
  }
}

@media (848px <= width <= 1008px) {
  body {
    padding-top: 74.5714px;
  }

  .breadcrumb {
    max-width: 818.722px;
  }

  .top_notice {
    max-width: 818.722px;
  }
}

@media (1008px <= width <= 1228px){
  .breadcrumb {
    max-width: 81.093648vw;
  }

  .top_notice {
    max-width: 81.093648vw;
  }
}

@media screen and (min-width: 1228px) {
  body {
    padding-top: 90px;
  }

  .breadcrumb {
    max-width: 995.83px;
  }

  .top_notice {
    max-width: 995.83px;
  }
}