@charset "UTF-8";
/* Shutter In Horizontal */
/* ==========================================================================

	flow

========================================================================== */
/*--------------------------------
タイトル共通
--------------------------------*/
.tt_sub {
  line-height: 1.2;
}

.tt_third {
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 2px #ffffff;
}

/*--------------------------------
流れについて
--------------------------------*/
#flow {
  padding-top: 0;
}

#flow ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

#flow dl div {
  counter-increment: flowNumber;
  margin-bottom: 60px;
  position: relative;
}

#flow dl div:last-child {
  margin-bottom: 0;
}

#flow dl div:last-child:after {
  display: none;
}

#flow dl div dt {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 2px #ebdac4;
}

#flow dl div dt br {
  display: none;
}

#flow dl div dt:before {
  content: counter(flowNumber) ".";
}

#flow dl div:after {
  display: block;
  content: "";
  width: 30px;
  height: 15px;
  background-image: url(../images/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 7.5px);
  bottom: calc(-1 * ((60px / 2) + 7px));
}

@media print, screen and (min-width: 812px) {
  #flow dl {
    padding-top: 0;
  }
  #flow dl div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
  #flow dl div dt, #flow dl div dd {
    margin: 0;
  }
  #flow dl div dt {
    width: 30%;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0;
    border-bottom: none;
  }
  #flow dl div dt br {
    display: inline;
  }
  #flow dl div dt:before {
    display: inline-block;
    width: 1em;
    text-align: right;
    text-indent: 0;
  }
  #flow dl div dd {
    width: 70%;
    padding-left: 2em;
  }
  #flow dl div:before {
    display: block;
    content: "";
    width: 2px;
    height: 70%;
    background-color: #ebdac4;
    position: absolute;
    top: 15%;
    left: calc(30% - 2px);
  }
}

/*--------------------------------
faq
--------------------------------*/
#faq {
  border-top: solid 1px #333;
}

#faq dl div {
  margin-bottom: 30px;
}

#faq dl div:last-child {
  margin-bottom: 0;
}

#faq dl div dt {
  margin-bottom: 0;
  cursor: pointer;
}

#faq dl div dt > span {
  display: block;
  padding-right: 30px;
  margin-bottom: 0;
  position: relative;
  text-indent: -1.45em;
  padding-left: 1.45em;
}

#faq dl div dt > span:before {
  content: "Q. ";
  vertical-align: 0.1em;
}

#faq dl div dt > span svg {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

#faq dl div dt.open > span svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#faq dl div dd > span {
  display: block;
  padding-top: 1em;
  margin-top: 1em;
  border-top: solid 1px #ebdac4;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

#faq dl div dd > span:before {
  content: "A. ";
  font-size: 20px;
  font-size: 2rem;
}

#faq dl div dd > span .faq_link {
  text-indent: 0;
  margin-top: 1em;
}

#faq dl div dd > span .faq_link li {
  margin-top: 0.5em;
}

#faq dl div dd > span .faq_link li:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 812px) {
  #faq dl div {
    padding: 0;
  }
  #faq dl div dt {
    padding: 0.8em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #faq dl div dt > span {
    text-indent: -1.35em;
    padding-left: 1.35em;
    padding-right: 40px;
  }
  #faq dl div dt > span:after {
    width: 30px;
    height: 15px;
    top: calc(50% - 7px);
  }
  #faq dl div dt:hover {
    color: #ffffff;
    background-color: #24267B;
  }
  #faq dl div dt:hover > span svg {
    fill: #ffffff;
  }
  #faq dl div dd {
    padding: 0 1.5em 1.5em;
  }
  #faq dl div dd > span {
    text-indent: -2.5em;
    padding-left: 2.5em;
    margin-top: 0;
  }
  #faq dl div dd > span:before {
    font-size: 30px;
    font-size: 3rem;
  }
}
