﻿.contents-wrapper {
  padding-bottom: 100px;
  font-family: 'Noto Sans JP', sans-serif;
}
.contents-wrapper + .contents-wrapper,
.contents-wrapper.page-head{
  padding-bottom: 0;
}
.contents-wrapper div,
.contents-wrapper span,
.contents-wrapper applet,
.contents-wrapper object,
.contents-wrapper iframe,
.contents-wrapper h1,
.contents-wrapper h2,
.contents-wrapper h3,
.contents-wrapper h4,
.contents-wrapper h5,
.contents-wrapper h6,
.contents-wrapper p,
.contents-wrapper blockquote,
.contents-wrapper pre,
.contents-wrapper a,
.contents-wrapper abbr,
.contents-wrapper acronym,
.contents-wrapper address,
.contents-wrapper big,
.contents-wrapper cite,
.contents-wrapper code,
.contents-wrapper del,
.contents-wrapper dfn,
.contents-wrapper em,
.contents-wrapper img,
.contents-wrapper ins,
.contents-wrapper kbd,
.contents-wrapper q,
.contents-wrapper s,
.contents-wrapper samp,
.contents-wrapper small,
.contents-wrapper strike,
.contents-wrapper strong,
.contents-wrapper sub,
.contents-wrapper sup,
.contents-wrapper tt,
.contents-wrapper var,
.contents-wrapper b,
.contents-wrapper u,
.contents-wrapper i,
.contents-wrapper center,
.contents-wrapper dl,
.contents-wrapper dt,
.contents-wrapper dd,
.contents-wrapper ol,
.contents-wrapper ul,
.contents-wrapper li,
.contents-wrapper fieldset,
.contents-wrapper form,
.contents-wrapper label,
.contents-wrapper legend,
.contents-wrapper table,
.contents-wrapper caption,
.contents-wrapper tbody,
.contents-wrapper tfoot,
.contents-wrapper thead,
.contents-wrapper tr,
.contents-wrapper th,
.contents-wrapper td,
.contents-wrapper article,
.contents-wrapper aside,
.contents-wrapper canvas,
.contents-wrapper details,
.contents-wrapper embed,
.contents-wrapper figure,
.contents-wrapper figcaption,
.contents-wrapper footer,
.contents-wrapper header,
.contents-wrapper hgroup,
.contents-wrapper menu,
.contents-wrapper nav,
.contents-wrapper output,
.contents-wrapper ruby,
.contents-wrapper section,
.contents-wrapper summary,
.contents-wrapper time,
.contents-wrapper mark,
.contents-wrapper audio,
.contents-wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.contents-wrapper article,
.contents-wrapper aside,
.contents-wrapper details,
.contents-wrapper figcaption,
.contents-wrapper figure,
.contents-wrapper footer,
.contents-wrapper header,
.contents-wrapper hgroup,
.contents-wrapper menu,
.contents-wrapper nav,
.contents-wrapper section {
  display: block;
}

.contents-wrapper ol,
.contents-wrapper ul {
  list-style: none;
}

.contents-wrapper blockquote,
.contents-wrapper q {
  quotes: none;
}

.contents-wrapper blockquote:before,
.contents-wrapper blockquote:after,
.contents-wrapper q:before,
.contents-wrapper q:after {
  content: '';
  content: none;
}

.contents-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .contents-wrapper .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .contents-wrapper .sp {
    display: none;
  }
}

.contents-wrapper h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contents-wrapper a {
  color: inherit;
}

.contents-wrapper dt {
  color: inherit;
}

.contents-wrapper .faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
  color: #000000;
}

.contents-wrapper .faq-search {
  position: relative;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrapper .faq-search input {
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #808080;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 60px 10px 10px;
  font-size: 16px;
}

.contents-wrapper .faq-search button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  transition: background-color 0.4s;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contents-wrapper .faq-search button:hover {
  background-color: #f0f0f0;
}

.contents-wrapper .faq-list {
  margin-top: 60px;
}

.contents-wrapper .faq-list .faq-list-title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contents-wrapper .faq-list .faq-list-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper .faq-list .faq-list-title {
    font-size: 20px;
  }
}

.contents-wrapper .faq-list .faq-list-body {
  margin-top: 0px;
  counter-reset: faqitemcounter;
}

.contents-wrapper .faq-list.is-hide {
  display: none;
}

.contents-wrapper .faq-item {
  counter-increment: faqitemcounter;
}

.contents-wrapper .faq-item a {
  color: #0070d2;
  text-decoration: underline;
}

.contact-info-body a {
  color: #0070d2;
  text-decoration: underline;
}

.contents-wrapper .faq-item .faq-item-title,
.contents-wrapper .faq-item .faq-item-body>div {
  display: flex;
}

@media screen and (min-width: 768px) {

  .contents-wrapper .faq-item .faq-item-title:before,
  .contents-wrapper .faq-item .faq-item-body>div:before {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {

  .contents-wrapper .faq-item .faq-item-title:before,
  .contents-wrapper .faq-item .faq-item-body>div:before {
    width: 30px;
  }
}

@media screen and (min-width: 768px) {

  .contents-wrapper .faq-item .faq-item-title>div,
  .contents-wrapper .faq-item .faq-item-body>div>div {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 767px) {

  .contents-wrapper .faq-item .faq-item-title>div,
  .contents-wrapper .faq-item .faq-item-body>div>div {
    width: calc(100% - 30px);
  }
}

.contents-wrapper .faq-item .faq-item-title {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
  border-bottom: 1px solid #808080;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .contents-wrapper .faq-item .faq-item-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper .faq-item .faq-item-title {
    font-size: 15px;
  }
}

.contents-wrapper .faq-item .faq-item-title:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 50%;
  right: 0.2em;
  margin-top: -0.4em;
  width: 0.8em;
  height: 0.8em;
  border-width: 0.2em;
  border-style: solid;
  border-color: transparent transparent #0070d2 #0070d2;
  transform: rotate(-135deg);
}

.contents-wrapper .faq-item .faq-item-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s, height 0s 0.5s;
}

.contents-wrapper .faq-item .faq-item-body .strong {
  font-weight: bold;
}

.contents-wrapper .faq-item .faq-item-body>div {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1.5em;
  line-height: 1.8;
}

.contents-wrapper .faq-list-body .no-result{
  padding-top: 1em;
  padding-bottom: 1.5em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .contents-wrapper .faq-item .faq-item-body>div,
  .contents-wrapper .faq-list-body .no-result {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper .faq-item .faq-item-body>div,
  .contents-wrapper .faq-list-body .no-result {
    font-size: 14px;
  }
}

.contents-wrapper .faq-item .faq-item-body p:not(:first-child),
.contents-wrapper .faq-item .faq-item-body dl:not(:first-child),
.contents-wrapper .faq-item .faq-item-body ul:not(:first-child),
.contents-wrapper .faq-item .faq-item-body ol:not(:first-child) {
  margin-top: 20px;
}

.contents-wrapper .faq-item .faq-item-body dl dt {
  font-weight: bold;
}

.contents-wrapper .faq-item .faq-item-body dl dt:not(:first-child) {
  margin-top: 10px;
}

.contents-wrapper .faq-item .faq-item-body dl dd {
  margin-top: 5px;
}

.contents-wrapper .faq-item .faq-item-body ul li,
.contents-wrapper .faq-item .faq-item-body ol li {
  margin-left: 1.2em;
}

.contents-wrapper .faq-item .faq-item-body ul li>span,
.contents-wrapper .faq-item .faq-item-body ol li>span {
  display: inline-block;
  min-width: 1.2em;
  margin-left: -1.2em;
}

.contents-wrapper .faq-item.is-open .faq-item-title:after {
  right: 0px;
  transform: rotate(-45deg);
}

.contents-wrapper .faq-item.is-open .faq-item-body {
  transition: opacity 0.5s, height 0.5s;
  opacity: 1;
  height: auto;
}

.contents-wrapper .faq-item.is-hide {
  display: none;
}

.contents-wrapper .contact-info:not(:first-child) {
  margin-top: 60px;
}

.contents-wrapper .contact-info .contact-info-title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contents-wrapper .contact-info .contact-info-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper .contact-info .contact-info-title {
    font-size: 20px;
  }
}

.contents-wrapper .contact-info .contact-info-body {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .contents-wrapper .contact-info .contact-info-body {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper .contact-info .contact-info-body {
    font-size: 14px;
  }
}

.contents-wrapper .contact-info .contact-info-body p:not(:first-child) {
  margin-top: 10px;
}

.kometext {
  color: #6B6B6B;
  font-size: 14px !important;
}
