@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  background-color: #F7F5F3;
  padding-top: 30.5vw;
}

main {}

a {
  color: #CC0000;
  text-decoration: none;
}

a.link_blank {
  position: relative;
  font-size: inherit;
  line-height: 1.48;
  padding-right: 1.39090909091em;
}

a.link_blank::after {
  content: '';
  background-image: url(../images/icon_link01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.09090909091em;
  height: 1.09090909091em;
  position: absolute;
  font-size: inherit;
  margin-left: 0.15em;
  bottom: 0.0909090909em;
  display: inline;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.news {
  max-width: 900px;
  display: block;
  margin: 4.27vw auto;
  padding: 0 4vw;
}

.news_inner {
  border: solid 0.266666vw #000000;
  padding: 4vw;
}

.news h2 {
  font-size: 4vw;
  margin-bottom: 3.2vw;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}

.news p {
  font-size: 3.73vw;
  font-weight: 500;
  color: #000000;
  line-height: 1.48;
  text-align: left;
}

.news a.link {
  text-decoration: underline;
  font-weight: 600;
}

/* FAQ */
.section_faq {
  padding: 4.266666vw 0 8vw;
}

.section_faq h1 {
  font-weight: bold;
  text-align: center;
  color: #3D3D3D;
  font-size: 8vw;
  margin-bottom: 7.73vw;
  line-height: 1.48;
}

.section_faq h1 .section_h2-red {
  display: block;
  text-align: center;
  font-size: 4.8vw;
}

.faq_search_wrap {
  padding: 0 5.6vw 0 4.8vw;
  margin: 8vw auto;
}

.faq_search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.faq_search_item {
  background-color: #FCFCFC;
  box-shadow: 0 0 1.07vw rgb(0 0 0 / 5%);
  border-radius: 18.67vw;
  color: #707070;
  font-size: 3.73vw;
  line-height: 1.32;
  margin: 0 1.07vw 2vw 0;
  padding: 2.67vw;
  user-select: none;
  cursor: pointer;
}

.faq_search_item._select {
  background-color: #CC0000;
  border-color: #CC0000;
  color: #FFFFFF;
}

.faq_contents-outer {
  padding: 0 4vw;
}

.faq_contents-inner+.faq_contents-inner {
  margin-top: 14.933333vw;
}

.faq_contents-inner h2 {
  font-size: 5.333333vw;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10.666666vw;
  text-align: center;
  position: relative;
}

.faq_contents-inner h2::after {
  content: '';
  background-color: #cc0000;
  width: 11.2vw;
  height: 0.533333vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.666666vw;
  margin: 0 auto;
}

.faq_contents-item {
  padding: 4vw 0;
  border-bottom: solid 1px #CCCCCC;
}

.faq_contents-item:first-of-type {
  padding-top: 0;
}

.faq_contents-item_head {
  cursor: pointer;
}

.faq_contents-flex {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.faq_contents-item_head .faq_contents-flex::before,
.faq_contents-item_head .faq_contents-flex::after {
  content: '';
  background-color: #CC0000;
  width: 4.13vw;
  height: 0.8vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 6vw;
}

.faq_contents-item_head .faq_contents-flex::before,
.faq_contents-item_head .faq_contents-flex::after {
  content: '';
  background-color: #CC0000;
  width: 4.13vw;
  height: 0.8vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 6vw;
}

.faq_contents-item_head .faq_contents-flex::after {
  transform: rotate(90deg);
}

.faq_contents-item_head._open .faq_contents-flex::after {
  transform: rotate(0);
}

.faq_contents-flex img {
  margin-right: 4.27vw;
  width: 5.33vw;
}

.faq_contents-flex p {
  line-height: 1.48;
  font-size: 4vw;
}

.faq_contents-item_head .faq_contents-flex>p {
  width: 78.67%;
  font-weight: bold;
}

.faq_contents-item_inner {
  display: none;
  background-color: #FFF;
  border-radius: 3.2vw;
  margin-top: 4vw;
  padding: 4vw 4vw 4vw 9.597999vw;
}

.faq_contents-text p.caution {
  color: #cc0000;
  font-size: 0.75em;
  margin-top: 5.92vw;
}

.faq_contents-text p.caution a {
  color: #1155CC;
  text-decoration: underline;
  font-weight: 600;
}

.faq_contents-text p.caution a.link_blank::after {
  background-image: url(../images/icon_link02.png);
  width: 1.09090909091em;
  height: 1.2em;
}

.faq_contents-text p.caution span {
  font-weight: 600;
}

.faq_contents-text table {
  margin: 0.5em 0;
}

.faq_contents-text table th,
.faq_contents-text table td {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #000;
  font-size: 3.2vw;
}

.faq_contents-text table th.fs_sm,
.faq_contents-text table td.fs_sm {
  font-size: 2.666666vw;
}

.faq_contents-text table th.fs_xs,
.faq_contents-text table td.fs_xs {
  font-size: 2.4vw;
}

.faq_contents-text img {
  width: 100%;
  margin: 1.5em 0;
}

.faq_contents-text span.sup_text {
  font-weight: inherit !important;
  color: inherit;
  vertical-align: top;
  font-size: 0.6em;
}

.faq_contents-text ul._note li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  color: #707070;
  font-size: 3.2vw;
  line-height: 1.5;
}

.faq_contents-text ul._note li::before {
  content: '※';
  margin-right: 0.2em;
}

.faq_contents-text p+ul._note,
.faq_contents-text ul._note+p {
  margin-top: 2.67vw;
}

ol._note {
  counter-reset: number 0;
}

ol._note li {
  text-indent: -2em;
  padding-left: 2em;
  color: #707070;
  font-size: 3.2vw;
  line-height: 1.5;
}

ol._note li::before {
  counter-increment: number 1;
  content: '※'counter(number);
  font-size: inherit;
  margin-right: 0.5em;
}

.faq_contents-text p+ol._note,
.faq_contents-text ol._note+p {
  margin-top: 2.67vw;
}

/* パンくずリスト */
.breadcrumb {
  background: transparent;
  padding: 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) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  body {
    padding-top: 7.272727vw;
  }

  .news {
    margin: 24px auto 0;
    padding: 0 12px;
  }

  .news_inner {
    border: solid 1px #000000;
    padding: 12px;
  }

  .news h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .news p {
    font-size: 14px;
  }

  .section_faq {
    padding: 12px 0 70px;
  }

  .section_faq h1 {
    font-size: 48px;
    margin-bottom: 50px;
  }

  .section_faq h1 .section_h2-red {
    font-size: 32px;
  }

  .faq_search_wrap {
    padding: 0;
    margin: 0 auto;
  }

  .faq_search_item {
    box-shadow: 0 0 4px rgb(0 0 0 / 5%);
    border-radius: 70px;
    font-size: 16px;
    margin: 0 9px 0 0;
    padding: 10px 12px;
  }

  .faq_search_item:last-child {
    margin: 0;
  }

  .faq_contents-outer {
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
    padding: 0;
  }

  .faq_contents-inner+.faq_contents-inner {
    margin-top: 72px;
  }

  .faq_contents-inner h2 {
    font-size: 28px;
    margin-bottom: 56px;
  }

  .faq_contents-inner h2::after {
    width: 60px;
    height: 3px;
    bottom: -16px;
  }

  .faq_contents-item {
    padding: 20px 12px;
  }

  .faq_contents-item_head .faq_contents-flex::before,
  .faq_contents-item_head .faq_contents-flex::after {
    width: 10px;
    height: 2px;
    border-radius: 10px;
  }

  .faq_contents-flex img {
    margin-right: 20px;
    width: 27px;
  }

  .faq_contents-flex p {
    font-size: 16px;
  }

  .faq_contents-item_head .faq_contents-flex>p {
    width: 90.33%;
  }

  .faq_contents-item_inner {
    border-radius: 12px;
    margin-top: 20px;
    padding: 20px 25px 20px 47px;
  }

  .faq_contents-text p.caution {
    margin-top: 22.4px;
  }

  .faq_contents-text img {
    width: 400px;
    margin: 1.5em auto;
  }

  .faq_contents-text table th,
  .faq_contents-text table td {
    font-size: 16px;
  }

  .faq_contents-text table th.fs_sm,
  .faq_contents-text table td.fs_sm {
    font-size: 14px;
  }

  .faq_contents-text table th.fs_xs,
  .faq_contents-text table td.fs_xs {
    font-size: 12px;
  }

  .faq_contents-text ul._note li {
    font-size: 12px;
  }

  .faq_contents-text p+ul._note,
  .faq_contents-text ul._note+p {
    margin-top: 10px;
  }

  ol._note li {
    font-size: 12px;
  }

  .faq_contents-text p+ol._note,
  .faq_contents-text ol._note+p {
    margin-top: 10px;
  }

  /* パンくずリスト */
  .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;
  }
}