@charset "UTF-8";
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 150%;
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: normal; }

p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 0;
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", sans-serif; }
  @media (max-width: 480px) {
    p {
      font-size: 3vw; } }

.fv {
  width: 100%;
  height: 160px;
  background: #a1dde7; }
  .fv .main-visual {
    position: relative; }
    .fv .main-visual h1.h1_ttl {
      text-align: center;
      color: #fff;
      line-height: 160px;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
              filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3)); }
  @media (max-width: 480px) {
    .fv {
      height: 100px; }
      .fv .main-visual h1.h1_ttl {
        line-height: 100px; } }

.faq_part ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .faq_part ul li {
    width: 48%;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .faq_part ul li {
        width: 90%;
        margin: 0 auto 4%; } }
    .faq_part ul li h3 {
      padding: 0 0 10px 60px;
      margin-bottom: 10px;
      border-bottom: solid 1px #ccc;
      position: relative;
      line-height: 1.2em; }
      @media (max-width: 480px) {
        .faq_part ul li h3 {
          margin-bottom: 2%;
          padding-bottom: 2%; } }
      .faq_part ul li h3::before {
        position: absolute;
        left: 10px;
        content: "Q.";
        font-size: 32px;
        color: #44bbd0; }
    .faq_part ul li p {
      padding: 0 0 0 60px;
      position: relative;
      line-height: 1.2em; }
      .faq_part ul li p::before {
        position: absolute;
        left: 10px;
        content: "A.";
        font-size: 32px; }

.faq_text .inner p {
  text-align: center; }

.faq dl {
  background: #fff; }
  .faq dl dt {
    background: #44bbd0;
    padding: 10px 40px 10px 10px;
    color: #fff;
    font-size: 21px;
    position: relative;
    margin-bottom: 20px; }
    /*.faq dl dt::after {
      position: absolute;
      right: 10px;
      content: "＋";
      font-size: 21px; }
    .faq dl dt.active::after {
      content: "-";
      font-size: 21px; }*/
  .faq dl dd ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .faq dl dd ul li {
      width: 90%;
      margin: 0 auto 40px; }
      .faq dl dd ul li h3::before {
        color: #44bbd0; }
      .faq dl dd ul li a {
        text-decoration: underline;
        font-weight: bold; }
        .faq dl dd ul li a:hover {
          color: #44bbd0; }

p.faq_etc {
  padding: 10px 10px;
  border: solid 1px #44bbd0;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em; }
