<strong></strong>@charset "UTF-8";

/************
  reset
*************/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", Helvetica, Arial, Sans-Serif;
}

main {
  position: relative;
}

/************
  renew base
*************/
body {
  font-family: "Noto Sans JP", Helvetica, Arial, Sans-Serif;
}

/* **************************** */

/************
  icon
*************/
.c-icon-apply {
  display: inline-block;
}
.c-icon-apply::before {
  content: url(../img/icon-slash-before-apply.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.c-icon-apply::after {
  content: url(../img/icon-slash-after-apply.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/************
  link-arrow
*************/
.c-link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 17px;
}

.c-link-arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background-image: url(/img/common/icon-right_arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  margin-top: -4px;
}

.c-link-arrow,
.c-link-arrow:link,
.c-link-arrow:visited {
  color: #fc6b01;
  text-decoration: none;
}

.c-link-arrow:hover {
  opacity: 0.8;
}

/* **************************** */

/************
  important (top diversion)
*************/
.p-important-info {
  display: flex;
  align-items: center;
  width: 730px;
  margin: 0 auto;
  background: var(--lt-gray);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-important-info {
    width: 100%;
    min-width: 320px;
    padding: 44px 10px 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-important-info {
    /* .p-mainvセクション内の順序 */
    order: 1;
  }
}
/* .p-important-info__icon {
  width: 24px;
  height: 22px;
} */
.p-important-info__text {
  width: 134px;
  color: var(--white);
}
.p-important-info__text p{
  color: var(--white);
  background: var(--ncb-blue);
  padding: 10px 0;
  width: 120px;
  border-radius: 8px 0;
  text-align: center;
  margin: 12px 0 12px 13px!important;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  /* .p-important-info__icon {
    display: none;
  } */
  .p-important-info__text {
    position: absolute;
    top: 0;
  }
  .p-important-info__text p{
    width: 107px;
    font-size: 12px;
    padding: 5px 0;
    margin: 10px 0 0 10px!important;
  }
}
.p-important-info__slide {
  overflow: hidden;
  height: 24px;
  font-size: 1.7rem;
  margin: 10px 0 10px 5px;
  width: 830px;
  color: var(--ncb-blue);
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
}
/* .p-important-info__slide li:nth-of-type(3) .p-link--pdf::after {
  top: initial;
} */
@media screen and (max-width: 767px) {
  .p-important-info__slide {
    margin: 0;
  }
}
.p-important-info__slide a {
  text-decoration: none;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-important-info__slide {
    font-size: 1.4rem;
    width: 100%;
    height: 42px;
    overflow: hidden;
  }
}
/* .p-important-info__nav {
  flex: 1 0 auto;
  display: flex;
  padding: 11px 0 10px 17px;
  align-items: center;
  justify-content: flex-end;
} */
.p-important-info__list {
  /* background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--ncb-red);
  width: 80px;
  height: 32px; */
  /* position: absolute;
  right: 23px; */
}
.p-important-info__list a{
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--ncb-blue);
  width: 80px;
  height: 32px;
  color: var(--ncb-blue);
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 29px;
  margin-right: 23px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.p-important-info__list a::after{
  content: '';
  width: 12px;
  height: 9px;
  background: url(../../internet/img/icon_arrow_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-important-info__nav {
    padding: 0;
  }
  .p-important-info__list {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .p-important-info__list a{
    font-size: 11px;
    width: 62px;
    height: 23px;
    line-height: 20px;
    margin-right: 0px;
  }
  .p-important-info__list a::after {
    width: 10px;
    height: 7px;
    right: 7px;
  }
}
.p-important-info__nav-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-important-info__nav-buttons {
    flex-direction: column;
  }
}
.p-important-info__nav .p-important-info__nav-next,
.p-important-info__nav .p-important-info__nav-prev {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-important-info__nav .p-important-info__nav-next,
  .p-important-info__nav .p-important-info__nav-prev {
    width: 18px;
    height: 18px;
  }
}
.p-important-info__nav-prev {
  background: center/contain no-repeat url(/img/index/btn-info_prev.svg);
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-important-info__nav-prev {
    margin-right: 0;
    margin-bottom: 5px;
    background-image: url(/img/index/btn-info_prev-sp.svg);
  }
}
.p-important-info__nav-next {
  background: center/contain no-repeat url(/img/index/btn-info_next.svg);
}
@media screen and (max-width: 767px) {
  .p-important-info__nav-next {
    background-image: url(/img/index/btn-info_next-sp.svg);
  }
}

/************
  inquiry
*************/
.c-inquiry {
  /* padding: 40px 25px; */
  /* margin: 0 -25px; */
  /* background-color: #fffaee; */
}

.c-inquiry .p-btn {
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .c-inquiry {
    margin: 0;
  }
}

.c-inquiry__list {
  margin-bottom: 30px;
}
.c-inquiry__list_item:not(:last-child) {
  margin-bottom: 10px;
}

.c-inquiry__text {
  position: relative;
  padding-left: 2.7rem;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-inquiry__text {
    font-size: 1.4rem;
  }
}

.c-inquiry__text::before {
  position: absolute;
  color: #fc6b01;
  font-weight: bold;
  left: 0;
  top: 0;
}
.c-inquiry__text:last-child {
  margin-bottom: 0;
}
.c-inquiry__text-question::before {
  content: "Q";
}
.c-inquiry__text-anser::before {
  content: "A";
}

.c-inquiry__link,
.c-inquiry__link:link,
.c-inquiry__link:visited {
  color: #333;
}

/************
  accordion
*************/
.c-accordion {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}

.c-accordion__button {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  color: #333;
  padding: 20px 40px 20px 20px;
  position: relative;
  font-weight: normal;
  text-align: left;
}

.c-accordion__button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent var(--ncb-orange) var(--ncb-orange);
  transform: rotate(-45deg);
}

.c-accordion__button.is-open::after {
  transform: rotate(135deg);
  top: 30px;
}

.c-accordion__button:hover {
  cursor: pointer;
}

.c-accordion__contents {
  padding: 0 20px 20px;
}

/************
  news
*************/
.c-news__inner {
  margin-bottom: 40px;
}
.c-news__data_list {
  /* border-bottom: 1px solid #ab9f95; */
  background: var(--lt-beige);
  border-radius: 10px;
  padding: 26px 31px;
  display: flex;
  flex-wrap: wrap;
}
.c-news__data_list:not(:last-child) {
  margin-bottom: 15px;
}
.c-news__date {
  font-size: 1.3rem;
  width: 16%;
}
.c-news .p-btn {
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .c-news__date {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-news__desc {
  font-size: 1.6rem;
  width: 84%;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-news__desc {
    font-size: 1.4rem;
    width: 100%;
  }
}

.c-news__link:hover {
  opacity: 0.8;
}

/************
  conversion
*************/
.c-fixed_conversion {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-fixed_conversion {
    padding: 0px 0px;
  }
}

.c-fixed_conversion__head {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

.c-fixed_conversion__content {
  border-top: 2px solid #fc6b01;
  background-color: #fff;
}

.c-fixed_conversion__inner {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 12px;
}

.c-fixed_conversion__action_button {
  border-radius: 5px 5px 0 0;
  background-color: #fc6b01;
  color: #fff;
  border: none;
  padding: 8px 16px 8px 32px;
  position: relative;
  min-width: 96px;
  font-size: 1.5rem;
}

.c-fixed_conversion__action_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-fixed_conversion__action_button::before {
  content: "";
  background-image: url(../img/icon-arrow-action-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  left: 16px;
  top: 50%;
  position: absolute;
  margin-right: 16px;
  margin-top: -4px;
}

.c-fixed_conversion__action_button.is-close::before {
  transform: rotate(180deg);
}

.c-list_conversion {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.c-list_conversion__item {
  width: 255px;
  text-align: center;
}

.c-list_conversion__item + .c-list_conversion__item {
  margin-left: 20px;
}

.c-list_conversion__text {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.c-list_conversion__text-login {
  color: #272c84;
}

.c-list_conversion__text-apply {
  color: #fc6b01;
  font-weight: bold;
}

.c-list_conversion__button {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  border-radius: 22px;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
}
.c-list_conversion__button:link,
.c-list_conversion__button:visited {
  color: #fff;
  text-decoration: none;
}

.c-list_conversion__button:hover {
  opacity: 0.8;
}

.c-list_conversion__button::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  background-image: url(/img/common/icon-right_arrow-white-s.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  margin-top: -4px;
}

.c-list_conversion__button-login {
  background-color: #272c84;
}

.c-list_conversion__button-apply {
  background-color: #fc6b01;
}

.c-fixed_conversion__link {
  text-align: center;
  font-size: 1.2rem;
}

/************
  info
*************/
.c-info_direct {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .c-info_direct {
    flex-wrap: wrap-reverse;
  }
}

.c-info_direct__col-text {
  width: 48%;
  margin-right: 2%;
}

 .c-info_direct__col-text .c-btn {
    width: auto;
    max-width: 250px;
}

@media screen and (max-width: 767px) {
  .c-info_direct__col-text {
    width: 100%;
    margin-right: 0;
  }
  
  .c-info_direct__col-text .c-btn {
    max-width: 300px;
  }
}

.c-info_direct__col-img {
  width: 48%;
  margin-left: 2%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-info_direct__col-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-info__text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-info__button_wrap {
    text-align: center;
  }
}

.c-info_app {
  background-color: #fffaee;
  padding: 40px 25px 30px;
  margin: 0 -25px;
}

@media screen and (max-width: 767px) {
  .c-info_app {
    padding: 40px 10px 40px;
    margin: 0;
  }
}

.c-info_app__ttl {
  font-weight: bold;
  color: #fc6b01;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-info_app__ttl {
    font-size: 2.2rem;
  }
}

.c-info_app__column {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-info_app__column {
    display: block;
  }
}

.c-info_app__col-text {
  width: 63%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .c-info_app__col-text {
    width: 100%;
    margin-right: 0;
  }
}

.c-info_app__col-img {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .c-info_app__col-img {
    display: none;
  }
}

.c-info_app__induction {
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-info_app__induction {
    display: none;
  }
}

.c-info_app__induction::before {
  vertical-align: middle;
  display: inline-block;
  content: url(../img/icon-app.svg);
}

.c-info_app__dl_list {
  display: flex;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .c-info_app__dl_list {
    justify-content: center;
    margin-bottom: 24px;
  }
}

.c-info_app__dl_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-info_app__dl_list_item {
    width: auto;
  }
  .c-info_app__dl_list_item + .c-info_app__dl_list_item {
    margin-left: 8px;
  }
}

.c-info_app__dl_list_link {
  display: inline-block;
}

.c-info_app__dl_list_desc {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .c-info_app__dl_list_desc {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-info_app__dl_list_qr {
    display: none;
  }
}

.c-info_app__caption {
  text-align: center;
  font-size: 1.4rem;
}

.c-info_app__caption_link,
.c-info_app__caption_link:link,
.c-info_app__caption_link:visited {
  color: #333;
}

/************
  features_list
*************/
.c-features_list {
  display: flex;
  flex-wrap: wrap;
}

.c-features_list__item {
  width: 48%;
  margin-bottom: 22px;
}

.c-features_list__item:nth-child(odd) {
  margin-right: 4%;
}

/* .c-features_list__link,
.c-features_list__link:link,
.c-features_list__link:visited {
  display: block;
  color: #333;
  text-decoration: none;
} */

/* .c-features_list__link:hover {
  opacity: 0.8;
} */

.c-features_list__link {
  text-align: right;
  margin: 0!important;
}

.c-features_list__img_wrap {
  background-color: var(--lt-blue-gray);
  border: 1px solid Var(--lt-blue-gray);
  border-bottom: none;
  min-height: 156px;
  text-align: center;
  padding: 20px;
  margin: 0 !important;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .c-features_list__img_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 110px;
  }
  .c-features_list__item {
    width: 100%;
  }
  .c-features_list__item:nth-child(odd) {
    margin-right: 0;
  }
}

.c-features_list__img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-features_list__img {
    width: auto;
    height: 86px;
  }
}

.c-features_list__text_wrap {
  border: 1px solid var(--lt-blue-gray);
  border-top: none;
  min-height: 194px;
  background-color: #fff;
  padding: 20px;
  /* background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .c-features_list__text_wrap {
    min-height: 140px;
    padding: 15px 12px 12px;
  }
}

.c-features_list__text {
  margin-bottom: 10px !important;
}

.c-features_list__text-lead {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-features_list__text-lead {
    font-size: 1.5rem;
  }
}

.c-procedure {
  /* background-color: #dbd1c1; */
  /* padding: 40px 25px 40px; */
  /* margin: 0 -25px; */
}
.c-procedure .p-btn-cv {
  margin: 0 auto 21px;
}
.p-list__item {
  text-align: center;
}
.c-procedure .c-info--05 {
    flex-wrap: wrap;
}
.c-procedure .c-info--05 .c-info__contact {
    justify-content: flex-start;
    min-width: 310px;
}

.c-info__telbox-caution dt {
    padding: 2px 10px 0 0;
}

.c-info__telbox-caution dd address {
    font-size: 2.4rem;
    color: #000;
    font-weight: normal;
}

.c-info__telbox-caution dd {
}

@media screen and (max-width: 767px) {
  .c-procedure {
    margin: 0;
  }
}

.c-procedure__column {
  display: flex;
  flex-wrap: wrap;
}

.c-procedure__col {
  text-align: center;
  padding: 40px 50px;
  margin-bottom: 20px;
  position: relative;
  border-top-left-radius: 15px;
  background-color: #fff;
  display: flex;

  justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

/* .c-procedure__col::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 3px;
  pointer-events: none;
  left: 0;
  top: 0;
  border-top-left-radius: 15px;
  border-color: #fc6b01 transparent transparent #fc6b01;
  width: 81%;
  height: 70%;
} */

/* .c-procedure__col::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 3px;
  pointer-events: none;
  right: 0;
  bottom: 0;
  border-color: transparent #272c84 #272c84 transparent;
  width: 81%;
  height: 70%;
} */

.c-procedure__col-1 {
  width: 100%;
}

.c-procedure__col-2 {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .c-procedure__col-2 {
    width: 100%;
  }
}

.c-procedure__col-2:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .c-procedure__col-2:nth-child(odd) {
    margin-right: 0;
  }
}

.c-procedure__text-apply {
  color: #fc6b01;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px !important;
}

.c-procedure__ttl {
  font-size: 2.2rem;
  margin-bottom: 16px !important;
}

@media screen and (max-width: 767px) {
  .c-procedure__ttl {
    margin-bottom: 15px !important;
  }
}

/* .c-procedure__ttl_text {
  position: relative;
  display: inline-block;
  padding-left: 42px;
} */

/* .c-procedure__ttl_text::before {
  content: "";
  width: 32px;
  height: 32px;
  top: 3px;
  left: 0;
  background-repeat: no-repeat;
  position: absolute;
}

.c-procedure__ttl_text-apply::before {
  background-image: url(../img/icon-procedure-1.svg);
}

.c-procedure__ttl_text-emergency::before {
  background-image: url(../img/icon-procedure-2.svg);
}

.c-procedure__ttl_text-other::before {
  background-image: url(../img/icon-procedure-3.svg);
} */

.c-procedure__rbutton_wrap {
  margin-bottom: 10px !important;
}

.c-procedure__rbutton_list_item:not(:last-child) {
  margin-bottom: 10px;
}

/************
  consultation
*************/
.c-consultation {
  margin-bottom: 30px;
}
.c-consultation__data_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 44px;
}
@media screen and (max-width: 767px) {
  .c-consultation__data_list {
    display: block;
    margin: 0;
  }
}

.c-consultation__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-consultation__ttl {
    width: 100%;
    margin-bottom: 14px;
  }
}

.c-consultation__desc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-consultation__desc {
    width: 100%;
  }
}

.c-consultation__link {
  display: block;
  background-color: #fbeedc;
  border: 6px solid #dedfde;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .c-consultation__link {
    padding: 16px;
  }
}

.c-consultation__link,
.c-consultation__link:link,
.c-consultation__link:visited {
  text-decoration: none;
  color: #333;
}
.c-consultation__link:hover {
  opacity: 0.8;
}
.c-consultation__link_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-consultation__link_text::after {
  content: "";
  margin-top: 2px;
  background-image: url(../img/icon-arrow-store.svg);
  background-repeat: no-repeat;
  width: 10px;
  min-width: 10px;
  height: 18px;
  margin-left: 8px;
}
.c-consultation__link_img {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-consultation__link_img {
    width: auto;
    height: 45px;
  }
}

/************
  contact
*************/
.c-contact {
  background-color: #f4f4f4;
  padding: 30px 22px;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    display: block;
  }
}

.c-contact__col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-contact__col {
    width: 100%;
  }
  .c-contact__col:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #272c84;
    padding-bottom: 20px;
  }
}

.c-contact__col:nth-child(odd) {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-contact__col:nth-child(odd) {
    padding-right: 0;
  }
}

.c-contact__col:nth-child(even) {
  border-left: 1px solid #272c84;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-contact__col:nth-child(even) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

.c-contact__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.c-contact__info {
  margin-bottom: 20px;
}
.c-contact__info_ttl {
  background-color: #272c84;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 0 !important;
}
.c-contact__info_address {
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.c-contact__info_tel {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}

/* **************************** */

/************
  common_inherit
*************/
.direct-container {
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .direct-container {
    padding-bottom: 163px;
  }
}

.c-text-direct {
  font-size: 1.6rem;
}

/************
  common_override
*************/
#btn_pagetop {
  z-index: 10;
}

.c-rbutton:hover {
  opacity: 0.8;
}

/* **************************** */

/************
  aln
*************/
.c-aln-center {
  text-align: center;
}

/************
  mb
*************/
@media screen and (max-width: 767px) {
  .c-mb20-sp {
    margin-bottom: 20px !important;
  }
}


/* --------------230227----------------- */

:root {
  --ncb-orange: #F07800;
  --ncb-blue: #415AAA;
  --ncb-black: #1A1A1A;
  --ncb-yellow: #FBBD53;
  --ncb-green: #B3D234;
  --ncb-brown: #645A59;
  --ncb-pink: #F499C2;
  --ncb-red: #fa305f;
  --lt-blue-gray: #EDF2F4;
  --blue-gray: #D6DBDE;
  --lt-beige: #F5F2ED;
  --beige: #DBD1C1;
  --white: #FFFFFF;
  --lt-gray: #F2F2F2;
  --gray: #ECECEC;
  --lt-orange: #FFEFD3;
  --lt-red: #FFEDED;
}

/* reset */
body {
  background: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
/* モジュール */
.u-fw-all--normal {
    font-weight: normal !important;
}
.p-visible--pc {
  display: block !important;
}
.p-visible--sp {
  display: none !important;
}
.p-title--01, .p-title--02, .p-title--03, .p-title--04, .p-title--05 {
  font-weight: 500;
}

.p-title--01 {
  font-size: 2.8rem;
  margin-bottom: 30px
}
.p-title--02 {
  border-bottom: 2px solid var(--blue-gray);
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
.p-title--02::after {
  background-color: var(--ncb-orange);
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-title--03 {
  font-size: 1.8rem;
  background-color: var(--lt-beige);
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.p-title--03::before {
  content: "";
  background: var(--ncb-orange);
  position: absolute;
  top: 25%;
  left: 15px;
  width: 4px;
  height: 26px;
  content: '';
}
.p-link-anchor a {
  display: block;
  height: 100%;
  color: var(--ncb-black);
  position: relative;
  text-decoration: none;
}
.p-link-anchor a:hover {
  opacity: 1;
}
.p-link-anchor {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  row-gap: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.p-link-anchor__box02 {
  width: 158px;
  height: auto;
  padding: 20px 12px 40px;
}
.p-link-anchor .p-link-anchor__box02:hover {
  background: var(--lt-gray);
  border: 1px solid var(--lt-gray);
}
.p-link-anchor__box02 span{
  font-size: 18px;
  line-height: 24px;
}
.p-link-anchor__box02 span span{
  font-size: 14px;
}
.p-link-anchor__box01, .p-link-anchor__box02, .p-link-anchor__box01--icon, .p-link-anchor__box02--icon {
  text-align: center;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid #DDDDDD;
}
.p-link-anchor__box02 > span::after {
  width: 24px;
  height: 24px;
  top: 65%;
  /* 変更 */
  right: 0;
  left: 0;
  margin: auto;
}
.p-link-anchor__box02 > span::after {
  background-image: url(../img/icon_arrow_down.svg);
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
}

.p-btn {
  width: 290px;
  height: 60px;
  margin-bottom: 30px;
  border: 1px solid #DDDDDD;
  background-color: var(--white);
  color: var(--ncb-black);
  border-radius: 30px;
  /* padding: 14px 48px 14px 24px; */
  line-height: 60px;
}
.p-btn-cv {
  width: 290px;
  height: 60px;
  margin-bottom: 30px;
  border: 1px solid var(--white);
  background-color: var(--ncb-orange);
  border-radius: 30px;
  /* padding: 14px 48px 14px 24px; */
}
.p-btn--01 {
  display: block;
  border-radius: 30px;
  line-height: 60px;
}
.p-btn-cv a {
  display: block;
  height: 100%;
  color: var(--white);
  text-align: center;
  position: relative;
  text-decoration: none;
  line-height: 55px;
  font-size: 16px;
}
.p-btn-cv > .p-btn--01::after {
  background-image: url(../img/icon_cvbtn_01.svg);
  top: -4px;
}
.p-btn a, .p-btn-wide a, .p-btn--more a, .p-btn--close a, .p-btn--return a, .p-btn--small a {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: var(--ncb-black);
  font-size: 16px;
  line-height: 55px;
  padding-right: 12px;
}
.p-btn--01::after {
  background-image: url(../img/icon_btn_01.svg);
  background-repeat: no-repeat;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.p-btn--02::after {
  background-image: url(../img/icon_btn_02.svg);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  /* 変更 */
  top: 0;
  bottom: 0;
  margin: auto;
  right: -23px;
}
.link_block {
  display: flex;
  justify-content: space-between;
}
.p-btn--return {
  width: 250px;
  height: auto;
  font-size: 1.6rem;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 26px;
  padding: 12px 24px;
  text-align: center;
  /* 追加 */
  margin: auto;
}
.p-list--note {
  font-size: 1.2rem;
  margin-top: 12px;
  position: relative;
}
.p-list--note > .p-list__item {
  padding-left: 20px;
  width: fit-content;
  margin: auto;
}
.p-list--note > .p-list__item::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.p-btn__cv1col {
  border: 1px solid var(--lt-gray);
  border-radius: 10px;
  padding: 40px;
}
.p-btn__title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 16px!important;
}
.p-btn__cv1col > .p-btn-cv {
  margin: 0 auto;
}
.p-link--pdf {
    padding-left: 2px;
    padding-right: 46px;
}
.p-link--pdf::after {
  background-image: url(../img/icon_link_pdf.svg)!important;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 17px;
  position: absolute;
  bottom: 1px;
  right: 6px;
  margin: 0!important;
}
a.p-link--blank {
  padding-left: 2px;
  padding-right: 24px;
}
a.p-link--blank.a_gaibu::after {
  background-image: url(../img/icon_link_blank.svg) !important;
  background-repeat: no-repeat;
  content: "";
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 6px;
}
.p-text--copy01-l {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
}
.p-text--copy01-l, .p-text--copy01-m, .p-text--copy01-s {
  color: var(--ncb-orange);
}
@media screen and (max-width: 767.9px){
  .p-visible--pc {
      display: none !important;
  }
  .p-visible--sp {
      display: block !important;
  }
  .p-title--01 {
      font-size: 2.4rem;
      margin-bottom: 20px;
  }
  .p-title--02 {
      font-size: 2rem;
      margin-bottom: 40px;
  }
  .p-title--03 {
      font-size: 1.6rem;
      margin-bottom: 30px;
  }
  .p-link-anchor {
      gap: 12px 0;
      flex-wrap: wrap;
  }
  .p-link-anchor__box02 {
      width: 100%;
      margin-left: 0;
      padding: 22px 40px 22px 20px;
  }
  .p-link-anchor a {
      width: 100%;
  }
  .p-link-anchor__box02 > span::after {
      top: 0;
      bottom: 0;
      right: 24px;
      left: auto;
  }
  .p-link-anchor__box02 span {
      font-size: 14px;
  }
  .link_block {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .p-btn--return {
      margin-bottom: 30px;
  }
  #syukin,#nyukin,#furikomi,#furikae {
      padding-top: 30px;
      margin-top: -30px;
  }
  .p-btn {
      margin-bottom: 16px;
  }
}
/*********************

  p-info

**********************/
.p-info{
  width: 100%;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  background: var(--lt-gray);
  margin-bottom: 40px;
  margin-top: 80px;
}
.p-info h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
}
.p-info__box {
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 40px;
}
.p-info__box h4 {
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 16px;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}
.p-info__box h4:before {
  display: block;
  content: url(../img/icon_info_tel.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.p-info__telbox{
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.p-info__telbox dt{
  font-size: 1.8rem;
  padding: 20px 38px 0 20px;
}
.p-info__telbox dd address{
  font-size: 4.4rem;
  color: var(--ncb-orange);
  font-weight: 700;
  letter-spacing: 2px;
}
.p-info__telbox dd address .tel-link a{
  color: var(--ncb-orange);
  text-decoration: none;
}
.p-info--02{
  display: flex;
  justify-content: center;
  padding-top: 40px;
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
}
.p-info--02 h5{
  flex-basis: 27%;
  border-right: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  padding-right: 15px;
  line-height: 27px;
}
.p-info--02 .p-info__telbox{
  flex-basis: 76%;
  display: table;
  padding-left: 30px;
}
.p-info--02 .p-info__telbox dt {
  font-size: 1.8rem;
  padding: 0;
}
.p-info--02 .p-info__telbox dd {
  display: inline-block;
}
.p-info__line{
  border-top: 1px solid #DDDDDD;
  margin: 30px 0;
}
.p-info__v-line{
  border-left: 1px solid #DDDDDD;
  margin: 0 30px;
}
.p-info--03,.p-info--05,.p-info--06{
  display: flex;
}
.p-info__mail,.p-info__qa,
.p-info--05 .p-info__contact,
.p-info--06 .p-info__contact{
  width: 46%;
}
.p-info__contact{
  width: 100%;
}
.p-info--03 .c-btn-cv{
  margin: 0 auto;
}
.p-info__mail h4,
.p-info__qa h4,
.p-info__contact h4{
  width: fit-content;
  padding-left: 36px;
}
.p-info__mail h4:before{
  display: block;
  content: '';
  background-image: url(/assets/images/icon_info_mail.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
}
.p-info__qa h4:before,
.p-info__contact h4:before{
  display: block;
  content: '';
  background-image: url(/assets/images/icon_info_qa.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
}
.p-info--05 .c-btn,
.p-info--05 .c-btn-cv{
  margin: 0 auto 16px;
}
.p-info--05 .p-info__telbox,
.p-info--06 .p-info__telbox{
  display: block;
}
.p-info--05 .p-info__box h4,
.p-info--06 .p-info__box h4{
  width: fit-content;
}
.p-info__net > .c-btn-cv{
  width: 440px;
  margin: 0 auto;
}
.p-info--06 .p-info__contact h4:before{
  background-image: url(/assets/images/icon_info_tel.svg);
}
@media screen and (max-width:767.9px) {
  .p-info {
    margin-bottom: 30px;
  }
  .p-info__box {
    font-size: 1.6rem;
    padding: 24px;
  }
  .p-info h3 {
    font-size: 2rem;
}
  .p-info__box h4 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  .p-info__telbox{
    display: block;
  }
  .p-info__telbox dt{
    font-size: 1.6rem;
    padding: 20px 0 0;
    text-align: center;
  }
  .p-info__telbox dd address {
    font-size: 3.4rem;
    padding-bottom: 10px;
  }
  .p-info--02{
    display: block;
    padding-top: 0;
    text-align: center;
  }
  .p-info--02 h5{
    display: block;
    border-right: none;
    position: relative;
    padding-right: 0;
  }
  .p-info--02 h5::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 40px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--ncb-orange);
  }
  .p-info--02 .p-info__telbox,.p-info--05,.p-info--06{
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .p-info--02 .p-info__telbox dt {
    padding-top: 16px;
  }
  .p-info--02 .p-info__telbox dd,
  .p-info--03,.p-info__contact,
  .p-info--05 .p-info__contact,
  .p-info--06 .p-info__contact{
    width: 100%;
    display: block;
  }
  .p-info__mail, .p-info__qa {
    width: 100%;
    padding-bottom: 26px;
  }
  .p-info__net > .c-btn-cv{
    width: 300px;
    border-radius: 40px;
    padding: 8px 18px 8px 2px;
  }
  .p-info__net > .c-btn-cv > .c-btn--01::after{
    top: 6px;
    right: -6px;
  }
}
@media screen and (max-width:420px) {
  .p-info__net > .c-btn-cv {
    width: 250px;
    border-radius: 40px;
    padding: 8px 18px 8px 2px;
  }
  .p-info__net > .c-btn-cv a {
    font-size: 1.4rem;
  }
}
.contents h5 {
  font-weight: initial;
}
.contents h5:before {
  display: none;
}
.container .contents .asterisk > li {
  line-height: 17px;
}
@media screen and (max-width:767.9px) {
  .container .contents .asterisk > li {
    text-align: left;
  }
}
/* -----------appdl---------------- */
.c-info_appdl {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}
.c-info_appdl_box {
  padding: 40px 20px 30px;
}
.c-info_appdl__caption .note{
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #595959;
}
.c-info_appdl__caption_item{
  background: var(--lt-beige);
  padding: 18px 25px 18px 85px;
  border-radius: 6px;
}
.c-info_appdl__caption_item a {
  width: fit-content;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.c-info_appdl__caption_item:first-child{
  padding: 30px 25px 30px 85px;
  margin-bottom: 20px;
  position: relative;
}
.c-info_appdl__caption_item::before{
  content: '';
  width: 51px;
  height: 51px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 19px;
}
.c-info_appdl__caption_item:first-child::before{
  background-image: url(../../internet/img/icon_appdl_01.png);
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-info_appdl__caption_item:last-child::before{
  background-image: url(../../internet/img/icon_appdl_02.png);
}
.c-info_appdl__caption_item p {
  margin-bottom: 0;
}
.c-info_appdl_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.c-info_appdl__img-pc {
    width: 30%;
    max-width: 200px;
    margin-right: 4%;
}
.c-info_appdl__img-pc img {
    width: 100%;
}
.c-info_appdl__col-text {
    width: 66%;
}

.c-info_appdl_wrap > .c-info_appdl__col-text > span{
  text-align: center;
  display: block;
  font-size: 16px;
  /* line-height: 35px; */
  letter-spacing: 0.05em;
  /* position: relative; */
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.c-info_appdl_wrap > .c-info_appdl__col-text > span::before,
.c-info_appdl_wrap > .c-info_appdl__col-text > span::after{
  content: '';
  width: 18px;
  height: 1px;
  background: #707070;
  /*
  position: absolute;
  top: 20px;
  */
}
.c-info_appdl_wrap > .c-info_appdl__col-text > span::before{
  left: 50px;
  transform: rotate(50deg) translateY(1em);
}
.c-info_appdl_wrap > .c-info_appdl__col-text > span::after{
  right: 50px;
  transform: rotate(-50deg) translateY(1em);
}
.img_appdl {
}
.c-info_appdl_box ul.asterisk {
  margin-top: 21px;
  margin-left: 48px;
  color: #595959;
}

.c-function {
  background: var(--lt-beige);
  padding: 31px 25px 45px;
  border-radius: 0 0 10px 10px;
}
.c-function > p{
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.c-function_wrap {
  display: flex;  
}
.c-function_item {
  width: 33%;
}
.c-function_item:not(:last-child) {
  border-right: 1px solid #DDDDDD;
  padding-right: 20px;
}
.c-function_item:not(:first-child) {
  padding-left: 20px;
}
.c-function_item dt {
  /* text-align: center; */
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  /* position: relative; */
  display: flex;
}
.c-function_item dt::before {
  content: '';
  width: 35px;
  height: 35px;
  /* position: absolute; */
  background-repeat: no-repeat;
  background-size: contain;
  /* left: 0px; */
  margin-right: 10px;
}
.c-function_item:nth-of-type(1) dt {
  /* padding-left: 40px; */
}
.c-function_item:nth-of-type(1) dt::before {
  background-image: url(../../internet/img/icon_function_01.png);
}
.c-function_item:nth-of-type(2) dt::before {
  background-image: url(../../internet/img/icon_function_02.png);
}
.c-function_item:nth-of-type(3) dt {
 /*  padding-left: 10px; */
}
.c-function_item:nth-of-type(3) dt::before {
  background-image: url(../../internet/img/icon_function_03.png);
}
.c-function_item dd {
  font-size: 14px;
  line-height: 24px;
}
.c-function_item dd:nth-of-type(1) {
  margin-top: 21px;
}
.c-function_item dd:nth-of-type(2) {
  margin-top: 18px;
}
@media screen and (max-width: 767.9px) {
  .c-info .p-btn {
    margin: 0 auto 16px;
  }
  
  .c-info_appdl_box {
      padding: 32px 12px 18px;
  }
  .c-info_appdl_wrap {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  .c-info_appdl__col-text {
      width: 100%;
  }
  .c-info_appdl__col-text-sp {
      display: flex;
      justify-content: space-between;
  }
  .c-info_appdl__img-sp {
      width: 28%;
      margin-right: 6%;
  }
  .c-info_appdl_box ul.asterisk {
    margin-left: 0;
  }
  .c-info_appdl__caption {
    width: 66%;
    margin-right: 0;
    margin-left: auto;
  }
  .c-info_appdl__caption_item {
    padding: 12px;
  }
  .c-info_appdl__caption_item:first-child {
    padding: 12px;
  }
  .c-info_appdl__caption_item::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -8px;
    top: -8px;
  }
  .c-info_appdl__caption_item:first-child::before{
    background-image: url(../../internet/img/icon_check.png);
    top: -8px;
    bottom: auto;
    margin: initial;
  }
  .c-info_appdl__caption_item:last-child::before{
    background-image: url(../../internet/img/icon_check.png);
  }
  .c-info_appdl__caption_item p {
    font-size: 12px;
    line-height: 20px;
  }
  .c-info_appdl_wrap > .c-info_appdl__col-text > span {
    font-size: 14px;
  }
  .c-info_appdl_wrap > .c-info_appdl__col-text > span::after {
    right: 30px;
  }
  .c-info_appdl_wrap > .c-info_appdl__col-text > span::before {
    left: 30px;
  }
  .img_appdl {
  }
  .c-info_appdl_wrap .p-text--copy01-l {
    font-size: 20px;
    line-height: 29px;
  }
  .c-function_wrap {
    flex-direction: column;
  }
  .c-function_item {
    width: 100%;
    padding-left: 0;
  }
  .c-function_item:not(:last-child) {
    border-right: none;
    padding-right: 0px;
  }
  .c-function_item:not(:first-child) {
    padding-left: 0;
    margin-top: 34px;
  }
  .c-function_item dt {
    text-align: left;
    font-size: 14px;
  }
  .c-function_item dd {
    font-size: 12px;
    line-height: 20px;
  }
  .c-function_item dd:nth-of-type(1) {
    margin-top: 10px;
  }
  .c-function_item dt::before {
    top: 10px;
    left: -50px;
  }
  .c-function_item:nth-of-type(1) dt,
  .c-function_item:nth-of-type(3) dt  {
    padding-left: 0px;
  }
  .c-function_item dd:nth-of-type(2) {
    position: absolute;
    top: -13px;
    right: 10px;
}
}

/* app download */
.appDownload_note {
  width: 90%;
  margin: 0 auto!important;
}

.tab .appDownload h3 {
	margin-top: 0;
  font-size: 16px;
}
.appDownload {
	border-radius: 8px;
  margin-top: 28px;
}
.appDownload h3 {
	font-size: 18px;
	text-align: center;
	padding: 16px 0;
	background: var(--lt-gray);
	border-radius: 6px 6px 0 0;
  line-height: 31px;
  font-weight: initial;
  border: 1px solid #DDDDDD;
}
.appDownload_inner {
	display: flex;
	padding: 26px 30px 30px;
	justify-content: center;
	background: #fff;
	border-radius: 0 0 10px 10px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; 
  flex-wrap: wrap;
}
.appDownload_inner .androidWrap {
  margin-left: 50px;
}

.appDownload_item {
  width: 40%;
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}
.appDownload_inner > p {
  margin-bottom: 0;
  margin-top: 10px;
}
.appDownload_text {
	margin-left: 16px;
}
.appDownload_text p {
	font-size: 14px;
    margin-bottom: 4px;
}
.appDownload + p {
    margin-top: 10px!important;
    font-size: 11px!important;
    color: #333333!important;
    text-align: left;
    font-weight: initial!important;
}
.appDownload_copy {
    text-align: center;
    margin: 20px 0 0!important;
    color: #FC6B01;
    font-size: 16px;
    font-weight: bold;
}
.iosWrap .appDownload_text .bnr_download{
	height: 48px!important;
  margin: 10px auto 3px;
  display: block;
}
.androidWrap .appDownload_text .bnr_download{
	height: 62px!important;
  margin: 0 auto;
  display: block;
}
.dl-word {
  display: block;
  margin: 40px auto 0;
}

@media screen and (max-width: 767.9px) {
  .appDownload {
    width: 100%;
    margin: 18px auto 0;
  }
  .appDownload h3 {
    font-size: 14px;
  }
  .appDownload_inner {
    padding: 0 10px 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .appDownload_item {
    width: 100%;
}
  .appDownload_inner .androidWrap {
    margin-left: 0px;
  }
  
	a.appDownload_sp {
		text-decoration: none;
	}
	.appDownload_sp button{
		background-color: #FC6B01;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		border-radius: 50px;
		padding: 12px 25px;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	} 
  .appDownload_text {
    margin-left: 0px;
    flex-flow: inherit;
    align-items: center;
  }
  .appDownload_text span {
    display: block;
    font-size: 11px;
  }
  .appDownload_text img{
    width: 160px;
    margin: auto;
    display: block;
  }
  .iosWrap .appDownload_text .bnr_download{
    height: auto!important;
  }
  .androidWrap .appDownload_text .bnr_download{
    height: auto!important;
  }
  .appDownload_text p {
    margin: 5px 0 0 0;
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    line-height: 18px;
  }
}

@media screen and (min-width: 736.1px){
  .c-info_app__dl_list_link.ios {
  width:110px;
  margin-right: 5px;
  }
  .c-info_app__dl_list_link.android {
    width:130px;
    margin-right: 5px;
  }
}

/* p-important */
.p-important {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .p-important {
    display: block;
    margin: 10px auto 15px;
  }
}

.p-important__icon {
  width: 120px;
  height: 40px;
  background: #415aa9 0% 0% no-repeat padding-box;
  border-radius: 8px 0px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  flex-shrink: 0;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-important__icon {
    height: 28px;
    line-height: 28px;
  }
}

.p-important__title {
  padding-left: 10px;
  font-size: 16px;
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .p-important__title {
    max-width: 740px;
    padding-left: 0px;
    padding-top: 4px;
    height: 76px;
  }
}

.p-important__title > .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-important__list-link {
  background: #ffffff;
  border: 1px solid #415aa9;
  border-radius: 20px;
  margin-left: 10px;
  color: #415aa9;
  width: 80px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-important__list-link {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
  }
}

.p-important__list-link > a {
  text-decoration: none;
}
.p-important__list-link > a::after {
  content: "→";
  margin-left: 12px;
}

.p-btn-semi-wide {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767.9px) {
  .p-btn-semi-wide {
    width: 283px;
  }
}