/*----------------------------------------------------------------------------
    #footSns : override
----------------------------------------------------------------------------*/

.torisetsu-main {
  position: relative;
}
.torisetsu-title p {
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #1331E1;
  text-decoration-color: #1331E1;
}

.torisetsu-howto-sp {
  width: 78.6666666667vw;
  margin: 0 auto;
  border-radius: 4.5333333333vw;
  border: 0.5333333333vw solid #1331E1;
  background-color: #fff;
}
.torisetsu-howto-sp .torisetsu-howto-sp__txt1 {
  font-size: 4.2666666667vw;
  line-height: 1.5625;
  text-decoration: underline;
  -webkit-text-decoration-color: #1331E1;
  text-decoration-color: #1331E1;
  padding: 0 4.8vw;
  margin-bottom: 1.2em;
}
.torisetsu-howto-sp .torisetsu-howto-sp__txt2 {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  padding: 0 4.8vw;
  margin-bottom: 1.9em;
}
.torisetsu-howto-sp .torisetsu-howto-sp__txt2 p {
  margin-bottom: 0.3em;
}
.torisetsu-howto-sp .torisetsu-howto-sp__txt2 p:last-of-type {
  margin-bottom: 0;
}
.torisetsu-howto-sp em {
  font-size: 5.3333333333vw;
  background-color: #1331E1;
  color: #fff;
  text-align: center;
  width: 69.3333333333vw;
  padding: 0.5em 0;
  margin: 6.9333333333vw auto 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.torisetsu-howto-sp small {
  display: block;
  font-size: 2.4vw;
  line-height: 1.7777777778;
  padding: 0 4.8vw 8vw;
}
.torisetsu-howto-sp .howto-toggle {
  display: none;
}
.torisetsu-howto-sp label {
  position: relative;
  display: block;
  width: 100%;
  height: 8.8vw;
  font-size: 3.2vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.torisetsu-howto-sp span {
  position: absolute;
  bottom: 3.7333333333vw;
  right: 3.4666666667vw;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}
.torisetsu-howto-sp span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.6666666667vw solid #1331E1;
  border-right: 0.6666666667vw solid #1331E1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.torisetsu-howto-sp .howto-body {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
}
.torisetsu-howto-sp .howto-toggle:checked + label + .howto-body {
  max-height: 120vw;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.torisetsu-howto-sp .howto-toggle:checked + label span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.torisetsu-howto-pc {
  width: 90%;
  max-width: 1196px;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid #1331E1;
  background-color: #fff;
}
.torisetsu-howto-pc p {
  text-align: center;
}
.torisetsu-howto-pc .howto-title {
  position: relative;
  width: 395px;
  margin: 44px auto 37px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1331E1;
}
.torisetsu-howto-pc .howto-title span {
  position: relative;
  background-color: #fff;
  padding: 0 17px;
}
.torisetsu-howto-pc .howto-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #1331E1;
}
.torisetsu-howto-pc em {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #1331E1;
  color: #fff;
  text-align: center;
  width: 325px;
  height: 60px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.torisetsu-howto-pc .torisetsu-howto-pc__txt1 {
  font-size: 1.875rem;
  line-height: 1.8333333333;
  text-decoration: underline;
  -webkit-text-decoration-color: #1331E1;
  text-decoration-color: #1331E1;
  margin-bottom: 18px;
}
.torisetsu-howto-pc .torisetsu-howto-pc__txt2 {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  margin-bottom: 15px;
}
.torisetsu-howto-pc .torisetsu-howto-pc__txt2 p {
  margin-bottom: 1em;
}
.torisetsu-howto-pc .torisetsu-howto-pc__txt2 p:last-of-type {
  margin-bottom: 0;
}
.torisetsu-howto-pc small {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 42px;
}
.torisetsu-stitle {
  margin: 0 auto;
}

.torisetsu-content img {
  width: initial;
  display: inline;
}
.torisetsu-content div[data-role=entry] {
  cursor: pointer;
}
@media screen and (min-width: 761px) {
  #footSns {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .js-scroll {
    position: relative;
  }
  .torisetsu-main {
    background-image: url(../img/bg_pc.jpg);
    background-size: 100% auto;
    background-position: 50% 0;
  }
  .torisetsu-title {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .torisetsu-title h1 {
    width: 482px;
    margin: 0 auto 50px;
  }
  .torisetsu-title p {
    font-size: 1.875rem;
    line-height: 1.8333333333;
    margin-bottom: 0.4em;
  }
  .torisetsu-howto-sp {
    display: none;
  }
  .torisetsu-stitle {
    width: 259px;
    margin-top: 66px;
    margin-bottom: 40px;
  }
  .torisetsu-content {
    min-height: 50vh;
    width: 90%;
    max-width: 1196px;
    margin: 0 auto;
  }
  .torisetsu-content > div {
    width: calc(100% + 28px);
  }
}
@media screen and (max-width: 767px) {
  .torisetsu-main {
    background-image: url(../img/bg_sp.jpg);
    background-size: 100% auto;
    background-position: 50% 0;
  }
  .torisetsu-title {
    padding-top: 23.4666666667vw;
    padding-bottom: 10.1333333333vw;
  }
  .torisetsu-title h1 {
    width: 77.3333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
  .torisetsu-title p {
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    margin-bottom: 0.4em;
  }
  .torisetsu-howto-pc {
    display: none;
  }
  .torisetsu-stitle {
    width: 43.7333333333vw;
    margin-top: 19.2vw;
    margin-bottom: 12vw;
  }
  .torisetsu-content {
    min-height: 50vh;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .torisetsu-content > div {
    width: calc(100% + 28px);
  }
}
@media screen and (max-width: 760px) {
  #footSns {
    padding-top: 8vw;
  }
}