<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*レスポンシブ*/
/*レスポンシブ*/
/*ホバー時のミックスイン01*/
/*//ホバー時のミックスイン01*/
/*1行表示（2行目以降省略）*/
/*//1行表示（2行目以降省略）*/
/*2行表示（3行目以降省略）*/
/*//2行表示（3行目以降省略）*/
/*3行表示（4行目以降省略）*/
/*//3行表示（4行目以降省略）*/
.secFaq01 {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto 100px;
}
.secFaq01__stit01 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 1em;
}
.secFaq01__dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}
.secFaq01__dl01 &gt; dt {
  padding: 1.5em 2.5em;
  position: relative;
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .secFaq01__dl01 &gt; dt {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .secFaq01__dl01 &gt; dt:hover {
    cursor: pointer;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .secFaq01__dl01 &gt; dt:hover:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.secFaq01__dl01 &gt; dt::before {
  content: "Q";
  font-size: 2.4rem;
  color: #ccc;
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
}
.secFaq01__dl01 &gt; dt::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(../img/cmn/icon_plus01.svg) no-repeat center center/11px 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secFaq01__dl01 &gt; dt._on::after {
  background: url(../img/cmn/icon_minus01.svg) no-repeat center center/12px 1px;
}
.secFaq01__dl01 &gt; dt._on + dd {
  padding: 0.5em 1em 1.5em 2.5em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-top: 0;
  max-height: 1000px;
  opacity: 1;
}
.secFaq01__dl01 &gt; dt:not(:first-of-type) {
  border-top: 1px dotted #ccc;
}
.secFaq01__dl01 &gt; dd {
  position: relative;
  background-color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  padding: 0.5em 1em 1.5em 2.5em;
  margin-top: -2em;
  opacity: 0;
}
.secFaq01__dl01 &gt; dd::before {
  content: "A";
  font-size: 2.4rem;
  color: #0057AA;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
}</pre></body></html>