@charset "UTF-8";
.breadcrumb-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    padding: 3.33333vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    width: 92%;
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.breadcrumb-list__item {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.breadcrumb-list__item a {
  color: #363636;
}

.breadcrumb-list__item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 7.33333vw;
  }
}

.breadcrumb-list__item:nth-child(n+2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    width: 1.33333vw;
    height: 1.33333vw;
    left: 2vw;
  }
}

.section-title {
  text-align: center;
}

.section-title__ja {
  font-size: 3rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.section-title__ja::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #3f6ebd;
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 5.33333vw;
  }
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

.summary-detail, .handling-detail, .cancel-detail, .contact-detail {
  background: #f0f4f8;
  padding: 30px 40px 50px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .summary-detail, .handling-detail, .cancel-detail, .contact-detail {
    padding: 5.33333vw 4vw;
    margin-top: 6vw;
  }
}

.summary-detail__body, .handling-detail__body, .contact-detail__body {
  padding: 20px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .summary-detail__body, .handling-detail__body, .contact-detail__body {
    padding: 3.33333vw 4vw;
  }
}

.summary-detail__list {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__list {
    padding: 0 0 0 4vw;
  }
}

.summary-detail__list li {
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .summary-detail__list li {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.summary-detail__list li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__list li::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.page-contents {
  margin: 70px 0 135px;
}

@media only screen and (max-width: 767px) {
  .page-contents {
    margin: 8vw 0 16vw;
  }
}

.page-contents .inner {
  max-width: 1000px;
}

.page-contents .section-title__ja {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mainvisual {
  background: url(/assets/img/designated_time_deposit/mv.jpg) no-repeat center bottom;
  height: 490px;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    height: auto;
    background-image: url(/assets/img/designated_time_deposit/mv_sp.jpg);
    background-size: 100%;
    background-position: center top;
  }
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mainvisual__body {
  width: 79.091%;
  position: absolute;
  top: 60%;
  left: 38px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    position: static;
    display: block;
    width: 93.86667vw;
    margin: 0 auto;
    padding: 21.86667vw 0 13.33333vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mainvisual__detail {
  width: 45.97701%;
}

@media only screen and (max-width: 767px) {
  .mainvisual__detail {
    width: 100%;
    text-align: center;
  }
}

.mainvisual__subtitle01 {
  width: 387px;
  width: 94.87179%;
  margin: auto;
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid rgba(20, 33, 67, 0.3);
  padding-bottom: 20px;
  color: #142143;
}

@media only screen and (max-width: 767px) {
  .mainvisual__subtitle01 {
    display: inline-block;
    width: 64vw;
    margin: auto;
    font-size: 4vw;
    padding-bottom: 2.66667vw;
    padding-left: 2.13333vw;
    letter-spacing: 0.07em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mainvisual__subtitle02 {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__subtitle02 {
    margin-top: 3.73333vw;
    font-size: 4.53333vw;
  }
}

.mainvisual__subtitle03 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #142143;
}

@media only screen and (max-width: 767px) {
  .mainvisual__subtitle03 {
    margin-top: 3.46667vw;
    letter-spacing: 0.15em;
    font-size: 3.86667vw;
  }
}

.mainvisual__title {
  font-size: 6.2rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #142143;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    margin-top: 2.66667vw;
    font-size: 10.8vw;
  }
}

.mainvisual__desc {
  position: relative;
  width: 49.54023%;
}

@media only screen and (max-width: 767px) {
  .mainvisual__desc {
    position: static;
    width: 100%;
    margin: 7.46667vw auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual__desc-main {
    width: 65.86667vw;
    margin: 0 auto;
  }
}

.mainvisual__desc-main img {
  width: 100%;
}

.mainvisual__desc-batch {
  position: absolute;
  top: -50px;
  right: -151px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__desc-batch {
    width: 20.4vw;
    height: 20.4vw;
    top: 2.4vw;
    right: -1.06667vw;
  }
  .mainvisual__desc-batch img {
    width: 100%;
  }
}

.mainvisual__note {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
}

@media only screen and (max-width: 767px) {
  .mainvisual__note {
    font-size: 2.13333vw;
    line-height: 1.25;
    margin-top: 2.66667vw;
  }
}

.mainvisual__note02 {
  width: 108%;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  margin-left: -4%;
}

@media only screen and (max-width: 767px) {
  .mainvisual__note02 {
    width: 100vw;
    margin-left: -2%;
    font-size: 2.26667vw;
    margin-top: 1.33333vw;
  }
}

.breadcrumb-list {
  max-width: 1240px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    display: none;
  }
}

.feature__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .feature__list {
    display: block;
    width: 77.33333vw;
    margin: 4.8vw auto 0;
  }
}

.feature__note {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.53846;
  margin-left: 1em;
  text-indent: -1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.feature__note span {
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .feature .section-title__ja {
    letter-spacing: 0.1em;
  }
}

.feature-item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .feature-item {
    width: 100%;
  }
  .feature-item + .feature-item {
    margin-top: 4.53333vw;
  }
}

.feature-item__square {
  width: 100%;
  min-height: 170px;
  border: 5px solid #415485;
  border-radius: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 5px 30px;
}

@media only screen and (max-width: 767px) {
  .feature-item__square {
    padding: 5.06667vw 0.66667vw 4.26667vw;
    min-height: 1px;
    border-width: 2.5px;
    border-radius: 7.5px;
  }
}

.feature-item__number {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #415485;
  border-radius: 15px;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 5px 14px;
}

@media only screen and (max-width: 767px) {
  .feature-item__number {
    padding: 1vw 2.66667vw;
    font-size: 4vw;
    border-radius: 11.25px;
  }
}

.feature-item__title {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.36364;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #143683;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .feature-item__title {
    margin-top: 1.6vw;
    font-size: 5.33333vw;
    line-height: 1.125;
  }
}

.feature-item__description {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .feature-item__description {
    margin-top: 2.93333vw;
    font-size: 3.46667vw;
    line-height: 1.38462;
  }
}

.feature-table {
  margin-top: 25px;
}

.feature-table__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #afc7d6;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .feature-table__line {
    display: block;
  }
}

.feature-table__line:last-of-type {
  border-bottom: 1px solid #afc7d6;
}

.feature-table__term {
  width: 21.8%;
  border-right: 1px solid #afc7d6;
  padding: 13px 28px 6px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
  line-height: 1.3;
  color: #415485;
  background: #f0f4f8;
}

.feature-table__term span {
  font-size: 1.4rem;
  line-height: 1.78571;
  font-weight: normal;
  color: #000;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .feature-table__term {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #afc7d6;
    font-size: 4vw;
    line-height: 1.26667;
    padding: 2.66667vw 5.33333vw;
  }
}

.feature-table__description {
  width: 78.2%;
  padding: 11px 30px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .feature-table__description {
    width: 100%;
    font-size: 3.46667vw;
    line-height: 1.34615;
    padding: 3.33333vw 5.33333vw;
  }
  .feature-table__description p {
    line-height: 1.6;
  }
  .feature-table__description p + p {
    margin-top: 2vw;
  }
}

.feature-table__note {
  margin-top: 5px;
}

.feature-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .feature-index {
    display: block;
    width: 88vw;
    margin: 10.66667vw auto 0;
  }
}

.feature-index__title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #415485;
  background: #f0f4f8;
  text-align: center;
  padding: 16px;
}

.feature-index__list {
  width: 48.5%;
}

@media only screen and (max-width: 767px) {
  .feature-index__list {
    width: 100%;
  }
}

.feature-index__small-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-index__small-item {
  width: 47.42268%;
}

@media only screen and (max-width: 767px) {
  .feature-index__small-item {
    width: 43.86667vw;
  }
}

.feature-index__small-square {
  font-size: 1.7rem;
  line-height: 1.29412;
  background: #f0f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 62px;
}

@media only screen and (max-width: 767px) {
  .feature-index__small-square {
    min-height: 13.33333vw;
    font-size: 4vw;
    line-height: 1.23333;
    color: #415485;
    font-weight: bold;
  }
}

.feature-index__small-link {
  font-size: 1.5rem;
  line-height: 1.33333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .feature-index__small-link {
    margin-top: 1.86667vw;
    font-size: 3.46667vw;
    line-height: 1.34615;
  }
}

.feature-index__small-link a {
  position: relative;
  padding-right: 18px;
  color: #415485;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.feature-index__small-link a:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .feature-index__small-link a {
    display: inline-block;
    margin-bottom: 5.86667vw;
    padding-right: 0;
    padding-bottom: 5.33333vw;
  }
}

.feature-index__small-link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #415485;
  border-right: 1px solid #415485;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .feature-index__small-link a::after {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 2.26667vw;
    height: 2.26667vw;
    margin-right: -1.33333vw;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}

.feature-index__small-link--downward a::after {
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.feature-index__small-link--pdf a {
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .feature-index__small-link--pdf a {
    padding-right: 0;
  }
}

.feature-index__small-link--pdf a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 21px;
  margin-top: -10px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .feature-index__small-link--pdf a::before {
    top: auto;
    bottom: 0;
    right: 7.2vw;
    width: 3.86667vw;
    height: 5.06667vw;
    margin-top: 0;
    margin-bottom: -1.33333vw;
  }
}

@media only screen and (max-width: 767px) {
  .feature-index__small-link--pdf a::after {
    right: 3.33333vw;
  }
}

@media all and (-ms-high-contrast: none), print {
  .feature-index__small-square {
    height: 62px;
  }
}

.step {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .step {
    margin-top: 13.33333vw;
  }
}

.step__lead-text {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .step__lead-text {
    font-size: 3.46667vw;
    line-height: 1.53846;
    margin-top: 4.66667vw;
    text-align: left;
  }
}

.step__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .step__list {
    margin-top: 6.66667vw;
  }
}

.step .section-title__ja {
  letter-spacing: 0.1em;
}

.step-item {
  width: 23.2%;
  background: #f0f4f8;
  border-radius: 10px;
  padding: 27px 20px;
}

@media only screen and (max-width: 767px) {
  .step-item {
    width: 100%;
    border-radius: 1.33333vw;
    padding: 4.26667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step-item:nth-child(n+2) {
    margin-top: 4.93333vw;
  }
}

@media only screen and (min-width: 768px) {
  .step-item:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .step__list--seven .step-item {
    width: 31.7%;
  }
  .step__list--seven .step-item:nth-child(n+4) {
    margin-top: 30px;
    width: 23.2%;
  }
}

@media only screen and (max-width: 767px) {
  .step-item__heading {
    width: 23.33333vw;
  }
}

.step-item__title {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  color: #071332;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .step-item__title {
    font-size: 3.73333vw;
    line-height: 2;
  }
}

.step-item__icon {
  text-align: center;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .step-item__icon {
    margin-top: 2vw;
  }
}

.step-item__detail {
  background: #fff;
  padding: 20px 0;
  height: calc(100% - 130px);
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .step-item__detail {
    width: 54.26667vw;
    padding: 3.33333vw 4vw 4.66667vw;
    height: auto;
    margin-top: 0;
  }
}

.step-item__term {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  color: #142143;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-height: 40px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .step-item__term {
    font-size: 3.73333vw;
    line-height: 1.21429;
    min-height: 1px;
    display: block;
    text-align: left;
    padding: 0;
  }
}

.step-item__description {
  color: #071332;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: -0.01em;
  margin-top: 10px;
  padding: 0 13px;
}

@media only screen and (max-width: 767px) {
  .step-item__description {
    font-size: 3.2vw;
    line-height: 1.45833;
    margin-top: 2vw;
    padding: 0;
  }
}

.step-item__description span {
  color: #ff0000;
}

.step-item__link-text {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .step-item__link-text {
    margin-top: 2vw;
  }
}

.step-item__link-text a {
  color: #071332;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.step-item__link-text a:hover {
  opacity: .8;
}

.step-item__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .step-item__required {
    margin-top: 2vw;
  }
}

.step-item__required dt {
  background: #142143;
  color: #fff;
  padding: 0 6px;
  font-size: 1.4rem;
  line-height: 1.64286;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .step-item__required dt {
    font-size: 2.66667vw;
    line-height: 1.75;
  }
}

.step-item__required dd {
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .step-item__required dd {
    font-size: 3.2vw;
    line-height: 1.45833;
  }
}

.install {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .install {
    margin-top: 8vw;
  }
}

.install__text {
  font-size: 1.5rem;
  line-height: 1.66667;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .install__text {
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: left;
  }
}

.install__list {
  width: 794px;
  margin: 20px auto 0;
  background: #f6f6f6;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .install__list {
    width: 100%;
    margin-top: 6.66667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6vw 4vw 8vw;
  }
}

.install-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 47.11816%;
}

@media only screen and (max-width: 767px) {
  .install-item {
    width: 49.33333vw;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .install-item + .install-item {
    margin-top: 5.33333vw;
  }
}

.install-item__title {
  width: 100%;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .install-item__title {
    font-size: 3.2vw;
  }
}

.install-item__btn a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.install-item__btn a:hover {
  opacity: .8;
}

.app-start {
  width: 480px;
  margin: 55px auto 0;
  background: #f0f4f8;
  padding: 25px 20px 15px;
}

.app-start__title {
  font-size: 1.8rem;
  line-height: 1.38889;
  color: #415485;
  font-weight: bold;
  text-align: center;
}

.app-start__qr {
  margin-top: 15px;
  text-align: center;
}

.app-start__text {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.summary {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .summary {
    margin-top: 12vw;
  }
}

.summary-detail__item + .summary-detail__item {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__item + .summary-detail__item {
    margin-top: 8vw;
  }
}

.summary-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .summary-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.summary-detail__body {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__body {
    margin-top: 2vw;
  }
}

.summary-detail__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .summary-detail__text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.summary-detail__text--center {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
  .summary-detail__text--center {
    text-align: left;
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.summary-detail__definition {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__definition {
    margin: 0 0 0 4vw;
  }
}

.summary-detail__definition + .summary-detail__definition {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__definition + .summary-detail__definition {
    margin-top: 4vw;
  }
}

.summary-detail__term {
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .summary-detail__term {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.summary-detail__term::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -15px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__term::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-bottom: 2px;
  }
}

.summary-detail__description {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .summary-detail__description {
    margin-top: 0;
  }
}

.summary-detail__description-text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .summary-detail__description-text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.summary-detail__btn {
  width: 138px;
  margin: 15px auto 0;
}

@media only screen and (max-width: 767px) {
  .summary-detail__btn {
    width: 33.33333vw;
    margin: 4vw auto 0;
  }
}

.summary-detail__btn a {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #071332;
  background: #e3edf9;
  border-radius: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .summary-detail__btn a {
    padding-left: 6.66667vw;
    font-size: 3.73333vw;
    line-height: 1.96429;
    border-radius: 4vw;
  }
}

.summary-detail__btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 5px;
  margin-top: -3px;
  background: url(/assets/img/common/arrow.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media only screen and (max-width: 767px) {
  .summary-detail__btn a::before {
    left: 3.2vw;
    width: 2vw;
    height: 1.86667vw;
    margin-top: -0.8vw;
  }
}

@media only screen and (min-width: 768px) {
  .summary-detail__btn a:hover::before {
    left: 15px;
  }
}

.handling-detail__body {
  border-top: none;
}

.handling-detail__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .handling-detail__text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.handling-detail__definition {
  margin: 10px 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .handling-detail__definition {
    margin: 2vw 0 0 4vw;
  }
}

.handling-detail__term {
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .handling-detail__term {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.handling-detail__term::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .handling-detail__term::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.handling-detail__description-text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .handling-detail__description-text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.cancel-detail__body {
  margin-top: 5px;
  padding: 30px 20px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__body {
    padding: 3.33333vw 4vw;
    margin-top: 1.33333vw;
  }
}

.cancel-detail__definition {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__definition {
    margin: 0 0 0 4vw;
  }
}

.cancel-detail__definition + .cancel-detail__definition {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__definition + .cancel-detail__definition {
    margin-top: 4vw;
  }
}

.cancel-detail__term {
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__term {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.cancel-detail__term::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -15px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__term::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-bottom: 2px;
  }
}

.cancel-detail__description {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__description {
    margin-top: 0;
  }
}

.cancel-detail__description + .cancel-detail__description {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__description + .cancel-detail__description {
    margin-top: 1.33333vw;
  }
}

.cancel-detail__description-text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__description-text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.cancel-detail__note {
  margin-left: 10px;
  font-size: 1.3rem;
  line-height: 1.69231;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail__note {
    font-size: 2.66667vw;
    line-height: 1.75;
    margin-top: 2.66667vw;
  }
}

.cancel-detail-table {
  width: 392px;
  border-top: 1px solid #afc7d6;
  border-left: 1px solid #afc7d6;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .cancel-detail-table {
    width: 100%;
  }
}

.cancel-detail-table__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #afc7d6;
  background: #f0f4f8;
}

.cancel-detail-table__heading p {
  width: 215px;
  border-right: 1px solid #afc7d6;
  padding: 0 12px 0 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .cancel-detail-table__heading p:first-of-type {
    width: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .cancel-detail-table__heading p {
    width: 50%;
    font-size: 3.2vw;
    line-height: 2.29167;
    padding: 0 1.33333vw 0 2vw;
  }
}

.cancel-detail-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #afc7d6;
}

.cancel-detail-table__body p {
  width: 215px;
  border-right: 1px solid #afc7d6;
  padding: 0 12px 0 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .cancel-detail-table__body p:first-of-type {
    width: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .cancel-detail-table__body p {
    width: 50%;
    font-size: 3.2vw;
    line-height: 2.29167;
    padding: 0 1.33333vw 0 2vw;
  }
}

.contact {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .contact {
    width: 88vw;
    margin: 13.33333vw auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail {
    margin-top: 5.33333vw;
    padding: 6.66667vw 4vw 4.26667vw;
  }
}

.contact-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .contact-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.contact-detail__body {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contact-detail__body {
    margin-top: 5.33333vw;
    padding: 4.8vw 1.33333vw 6.13333vw;
  }
}

.contact-detail__text {
  color: #415485;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.125;
}

@media only screen and (max-width: 767px) {
  .contact-detail__text {
    font-size: 4vw;
  }
}

.contact-detail__tel {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel {
    margin-top: 2.93333vw;
    font-size: 6.93333vw;
    letter-spacing: 0;
    margin-left: -0.8vw;
  }
}

.contact-detail__tel a {
  color: #415485;
  position: relative;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) {
  .contact-detail__tel a {
    cursor: default;
    pointer-events: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-left: 8.53333vw;
    letter-spacing: 0.06em;
    pointer-events: auto;
  }
}

.contact-detail__tel a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url(/assets/img/common/icon_tel.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel a::before {
    width: 5.86667vw;
    height: 5.86667vw;
    margin-top: -2.93333vw;
  }
}

.contact-detail__tel-note {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel-note {
    font-size: 2.66667vw;
  }
}

.contact-detail__note {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__note {
    margin-top: 4.26667vw;
    font-size: 3.33333vw;
    line-height: 1.08;
  }
}
