@charset "UTF-8";
.ly_question {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ly_question * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}
.ly_question .page_back {
  text-align: right;
  padding: 30px 0 0;
  margin: 0 auto 76px;
}
.ly_question .page_back a {
  font-size: 17px;
  color: #3865e0;
  text-decoration: none;
}
.ly_question .page_back a:hover {
  text-decoration: underline;
}
.ly_question .ly_question-sec01 {
  border-bottom: #b9b9b9 1px dashed;
  padding: 0 0 60px;
}
.ly_question .ly_question-sec02 {
  padding: 30px 0 0;
  margin-bottom: 56px;
}
.ly_question .ly_question-sec03 {
  margin: 0 auto 50px;
}
.ly_question .ly_question-sec05 {
  padding: 0 0 60px;
}
.ly_question .ly_question-title01 {
  font-size: 44px;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 50px;
}
.ly_question .ly_question-title01 span {
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #e8ee40), to(#e8ee40));
  background: linear-gradient(transparent 0%, transparent 60%, #e8ee40 60%, #e8ee40 100%);
}
.ly_question .ly_question-title02 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1363636364;
  color: #000;
  margin-bottom: 30px;
}
.ly_question .ly_question-title03 {
  font-size: 27px;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 50px;
}
.ly_question .ly_question-title03 span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #e8ee40), to(#e8ee40));
  background: linear-gradient(transparent 0%, transparent 60%, #e8ee40 60%, #e8ee40 100%);
}
.ly_question .ly_question-text01 {
  text-align: center;
  font-size: 22px;
  line-height: 2.5;
  color: #000;
}
.ly_question .ly_question-text01.mb {
  margin-bottom: 15px;
}
.ly_question .ly_question-text01.mb02 {
  margin-bottom: 56px;
}
.ly_question .ly_question-text02 {
  text-align: center;
  font-size: 16px;
}
.ly_question .ly_question-link01 {
  text-align: center;
}
.ly_question .ly_question-link01 a {
  font-size: 17px;
}
.ly_question .mod_list.ly_question-link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_question .mod_list.ly_question-link02 a {
  font-size: 22px;
}
.ly_question .ly_question-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_question .ly_question-list01 li {
  width: calc(33.3333333333% - 16px);
  margin: 0 2.0168067227% 24px 0;
}
.ly_question .ly_question-list01 li:nth-child(3n) {
  margin-right: 0;
}
.ly_question .ly_question-list01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #dc3a1a;
  border: 1px solid #dc3a1a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 16px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ly_question .ly_question-list01 li a:hover {
  background-color: #fff;
  color: #dc3a1a;
}
.ly_question .ly_question-list01 li a.active {
  background-color: #fff;
  color: #dc3a1a;
}
.ly_question .ly_question-list02 li {
  margin: 0 auto 24px;
}
.ly_question .ly_question-list02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  color: #333333;
  position: relative;
  padding: 23px 60px;
  background-color: #f2f2f2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_question .ly_question-list02 li a::before {
  content: "Q";
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  position: absolute;
  left: 19px;
  top: 6px;
}
.ly_question .ly_question-list02 li a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.ly_question .ly_question-list03 li {
  margin: 0 auto 40px;
  padding: 25px;
  color: #333333;
  border: 1px solid #C1C1C1;
  border-radius: 18px;
}
.ly_question .ly_question-list03 li h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding: 2px 0 19px 46px;
  border-bottom: 1px solid #C1C1C1;
}
.ly_question .ly_question-list03 li h3::before {
  content: "Q";
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #E8EE40;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ly_question .ly_question-list03 li .answer {
  padding: 21px 0 0 46px;
  font-size: 16px;
  position: relative;
  line-height: 1.6875;
}
.ly_question .ly_question-list03 li .answer::before {
  content: "A";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 12px;
  top: 23px;
}
.ly_question .ly_question-image01 {
  width: min(100%,300px);
  margin: 25px auto 0;
}
.ly_question .ly_question-image01 img {
  width: 100%;
  height: auto;
}
.ly_question .ly_question-image02 {
  width: 100%;
  max-width: 300px;
  margin: 25px 20px 0 0;
}
.ly_question .ly_question-image02 img {
  width: 100%;
  height: auto;
}
.ly_question .ly_question-image02:last-child {
  margin: 25px 0 0 0;
}
.ly_question .ly_question-image02 span {
  font-size: 13px;
  text-align: center;
}
.ly_question .ly_question-image03 {
  width: 100%;
  max-width: 300px;
  margin: 25px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_question .ly_question-image03 img {
  width: 200px;
  height: auto;
}
.ly_question .ly_question-image03:last-child {
  margin: 25px 0 0 0;
}
.ly_question .ly_question-image03 span {
  font-size: 13px;
  text-align: center;
}
.ly_question .ly_question-block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .ly_question {
    padding: 0 20px;
  }
  .ly_question .page_back {
    padding: 15px 0 0;
    margin: 0 auto 47px;
  }
  .ly_question .page_back a {
    font-size: 15px;
  }
  .ly_question .ly_question-sec01 {
    border-bottom: #b9b9b9 1px dashed;
    padding: 0 0 46px;
  }
  .ly_question .ly_question-sec02 {
    padding: 30px 0 0;
    margin-bottom: 40px;
  }
  .ly_question .ly_question-sec03 {
    margin: 0 auto 30px;
  }
  .ly_question .ly_question-sec05 {
    padding: 0 0 40px;
  }
  .ly_question .ly_question-title01 {
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .ly_question .ly_question-title01 span {
    padding-bottom: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #e8ee40), to(#e8ee40));
    background: linear-gradient(transparent 0%, transparent 60%, #e8ee40 60%, #e8ee40 100%);
  }
  .ly_question .ly_question-title02 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1363636364;
    color: #000;
    margin-bottom: 15px;
  }
  .ly_question .ly_question-title03 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .ly_question .ly_question-title03 span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #e8ee40), to(#e8ee40));
    background: linear-gradient(transparent 0%, transparent 60%, #e8ee40 60%, #e8ee40 100%);
  }
  .ly_question .ly_question-text01 {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #000;
  }
  .ly_question .ly_question-text01.mb {
    margin-bottom: 10px;
  }
  .ly_question .ly_question-text02 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .ly_question .ly_question-link01 {
    text-align: center;
  }
  .ly_question .ly_question-link01 a {
    font-size: 15px;
  }
  .ly_question .mod_list.ly_question-link02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ly_question .mod_list.ly_question-link02 a {
    font-size: 14px;
  }
  .ly_question .ly_question-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ly_question .ly_question-list01 li {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
  .ly_question .ly_question-list01 li:nth-child(3n) {
    margin-right: 16px;
  }
  .ly_question .ly_question-list01 li:nth-child(2n) {
    margin-right: 0px;
  }
  .ly_question .ly_question-list01 li:last-child {
    margin-bottom: 0;
  }
  .ly_question .ly_question-list01 li a {
    font-size: 13px;
    padding: 18px 20px;
  }
  .ly_question .ly_question-list02 li {
    margin: 0 auto 16px;
  }
  .ly_question .ly_question-list03 li {
    margin: 0 auto 40px;
    padding: 25px;
    color: #333333;
    border: 1px solid #C1C1C1;
    border-radius: 18px;
  }
  .ly_question .ly_question-list03 li h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 0 19px 41px;
    border-bottom: 1px solid #C1C1C1;
  }
  .ly_question .ly_question-list03 li h3::before {
    content: "Q";
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #E8EE40;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .ly_question .ly_question-list03 li .answer {
    padding: 21px 0 0 41px;
    font-size: 13px;
    position: relative;
    line-height: 1.6875;
  }
  .ly_question .ly_question-list03 li .answer::before {
    content: "A";
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 7px;
    top: 20px;
  }
  .ly_question .ly_question-image01 {
    width: 100%;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .ly_question .ly_question-image01 img {
    width: 100%;
    height: auto;
  }
  .ly_question .ly_question-image02 {
    width: 100%;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .ly_question .ly_question-image02 img {
    width: 100%;
    height: auto;
  }
  .ly_question .ly_question-image02:last-child {
    margin: 25px auto 0;
  }
  .ly_question .ly_question-image02 span {
    font-size: 13px;
    text-align: center;
  }
  .ly_question .ly_question-image03 {
    width: 100%;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .ly_question .ly_question-image03 img {
    width: 100%;
    height: auto;
  }
  .ly_question .ly_question-image03:last-child {
    margin: 25px auto 0;
  }
  .ly_question .ly_question-image03 span {
    font-size: 13px;
    text-align: center;
  }
  .ly_question .ly_question-block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pc {
    display: none !important;
  }
}