/* ======================================================================
 p_transfer
====================================================================== */
#p_apply .outer {
  background: #fff;
}
.sec.sec_1 {
  padding: 40px 0 60px;
}
.sec.sec_1 .lead {
  text-align: center;
}
.sec.sec_1 .lead.center {
  text-align: center;
}
.sec.sec_1 .box {
  width: 820px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 40px auto 0;
}
.sec.sec_1 .box .flow_btn_1 {
  width: 390px;
  height: 50px;
  background: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 5px 0px #BEBEBE;
  border: 1px solid #BEBEBE;
}
.sec.sec_1 .box .flow_btn_1:hover, .sec.sec_1 .box .flow_btn_1.active {
  border: 1px solid #222;
  box-shadow: 0 5px 0 #222;
  background: #FBC933;
}
.sec.sec_1 .box .flow_btn_1:hover {
  box-shadow: 0 0 0 #222;
  transform: translateY(5px);
}
.sec.sec_1 .box .flow_btn_1:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}
.sec.sec_1 .box .flow_btn_2 {
  width: 390px;
  height: 50px;
  background: #FBC933;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  border: 1px solid #222;
  transform: translateY(5px);
}
.sec.sec_2 .inner .desc {
  text-align: center;
  font-size: 1.6em;
  margin: 30px 0 50px;
  line-height: 1.5;
}
.sec.sec_2 .inner ul.menu._transfer li.menu_box {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li.menu_box {
    padding: 30px 15px;
  }
}
.sec.sec_2 .inner ul.menu._transfer li.menu_box .sub_ttl {
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li.menu_box .sub_ttl {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec.sec_2 .inner ul.menu._transfer li.menu_box .sub_ttl .accent_01 {
  color: #D32E33;
}
.sec.sec_2 .inner ul.menu._transfer li.menu_box .sub_ttl .accent_02 {
  color: #F78508;
}
.sec.sec_2 .inner ul.menu._transfer li.menu_box._aic .box {
  justify-content: space-between;
  min-height: 152px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li.menu_box._aic .box {
    align-items: flex-start;
    min-height: initial;
    margin: 15px 0;
  }
}
.sec.sec_2 .inner ul.menu._transfer li .box .img {
  position: relative;
  margin: 0;
}
.sec.sec_2 .inner ul.menu._transfer li .box .img .txt_icon {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li .box .img .txt_icon {
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 10.5px;
    line-height: 1.1;
  }
}
.sec.sec_2 .inner ul.menu._transfer li .box .img .txt_icon._01 {
  background: #D32E33;
}
.sec.sec_2 .inner ul.menu._transfer li .box .img .txt_icon._02 {
  background: #F78508;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li .box .txt_box {
    width: 80px;
    height: auto;
  }
}
.sec.sec_2 .inner ul.menu._transfer li .box .txt_box {
  width: calc(100% - (112px + 39px));
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li .box .txt_box {
    width: calc(100% - 105px);
  }
}
.sec.sec_2 .inner ul.menu._transfer li .box .txt_box p {
  width: 100%!important;
}
.sec.sec_2 .inner ul.menu._transfer li .box .txt_box .head_txt_3 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 10px;
}
.sec.sec_2 .inner ul.menu._transfer li .box .txt_box .u_txt_1 {
  margin: 0 0 5px;
}
.sec.sec_2 .inner ul.menu._transfer li .box .txt_box .q_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.sec.sec_2 .inner ul.menu._transfer li .micro_copy {
  position: relative;
  width: max-content;
  margin: 0 auto 10px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner ul.menu._transfer li .micro_copy {
    margin: 0 auto 5px;
    font-size: 14px;
  }
}
.sec.sec_2 .inner ul.menu._transfer li .micro_copy:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 2px;
  background: #333;
  transform: translate(0, -50%) rotate(45deg);
}
.sec.sec_2 .inner ul.menu._transfer li .micro_copy:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 2px;
  background: #333;
  transform: translate(0, -50%) rotate(-45deg);
}
.sec.sec_2 .inner .request .apply_btn_2._btn2:before {
  content: none;
}
.sec.sec_2 .inner .box_info {
  width: 810px;
  margin: 80px auto 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .box_info {
    width: 100%;
    margin: 40px auto 0;
    border-radius: 10px;
  }
}
.sec.sec_2 .inner .box_info .ttl {
  padding: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  background: #FBC933;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .box_info .ttl {
    font-size: 18px;
  }
}
.sec.sec_2 .inner .box_info .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 80px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .box_info .list {
    flex-wrap: wrap;
    padding: 30px;
    gap: 25px;
  }
}
.sec.sec_2 .inner .box_info .list .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec.sec_2 .inner .box_info .list .item .img {
  display: block;
  width: 90px;
  height: auto;
}
.sec.sec_2 .inner .box_info .list .item .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}


#request_new,
#request_continue {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec.sec_1 {
    padding: 30px 0;
  }
  .sec.sec_1 .lead {
    text-align: left;
  }
  .sec.sec_1 .lead.center {
    text-align: center;
  }
  .sec.sec_1 .box {
    display: block;
    width: 100%;
  }
  .sec.sec_1 .box .flow_btn_1 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .sec.sec_1 .box .flow_btn_1:hover, .sec.sec_1 .box .flow_btn_1.active {
    box-shadow: none;
    transform: none;
    border: none;
  }
  .sec.sec_1 .box .flow_btn_2 {
    width: 100%;
    text-align: center;
  }
  .sec.sec_2 .inner .desc {
    text-align: left;
  }
  .sec.sec_2 .inner ul.menu._transfer li .box {
    width: 100%;
  }
  .sec.sec_2 .inner ul.menu._transfer li .box .txt_box .u_txt_1 {
    width: 100%;
  }
  .sec.sec_2 .inner ul.menu._transfer li .box .txt_box .q_txt {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
  }
}

/* flow */
.sec.flow > .inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec.flow > .inner {
    padding: 30px 4.6875%;
  }
}
.sec.flow .c_txt_1 {
  display: inline-block;
  margin: 0 0 10px;
}
.sec.flow .content > ul {
  width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul {
    width: 100%;
    margin: 25px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec.flow .content > ul .cont-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list:not(:first-child) {
    margin: 60px 0 0;
  }
}
.sec.flow .content > ul .cont-list .img {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list .img {
    border-radius: 10px;
    background: #F3F3F3;
  }
}
.sec.flow .content > ul .cont-list .img._no1:before {
  z-index: 1;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/no1_ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list .img._no1:before {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.flow .content > ul .cont-list .img._no2:after {
  z-index: 1;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/no2-ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list .img._no2:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.flow .content > ul .cont-list .img._no3:after {
  z-index: 1;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/no3-ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list .img._no3:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.flow .content > ul .cont-list:not(:first-child) {
  position: relative;
}
.sec.flow .content > ul .cont-list:not(:first-child):before {
  top: 86px;
  position: absolute;
  left: -60px;
  transform: translateY(-50%);
  content: url(../img/common/arrow.svg);
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list:not(:first-child):before {
    left: 50%;
    top: -29px;
    transform: translate(-50%, -50%);
    content: url(../img/common/sp/arrow.svg);
  }
}
.sec.flow .content > ul .cont-list .txtwrap .txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list .txtwrap .txt {
    margin: 25px 0 0;
    line-height: 1.5;
  }
}
/* .sec.flow .content > ul .cont-list .txtwrap .txt._pt1 {
  margin: 39px 0 0;
} */
.sec.flow .content > ul .cont-list .txtwrap .txt > span {
  color: #F78500;
}
.sec.flow .content > ul .cont-list .txtwrap .txt > span.sml {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec.flow .content > ul .cont-list .txtwrap .txt > span.sml {
    font-size: 16px;
  }
  .sec.flow .content > ul .cont-list .txtwrap .txt > span.sml._pt2 {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px;
  }
}
.sec.flow .content > ul .cont-list .txtwrap .txt span.icon {
  color: #333333;
  font-size: 10px;
  transform: translateY(-8px);
  display: inline-block;
}
.sec.flow .content .lead {
  text-align: center;
  margin: 40px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec.flow .content .lead {
    text-align: left;
    margin: 30px 0 10px;
  }
}
.sec.flow .content .sub {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec.flow .content .sub {
    text-align: left;
    padding: 0 0 0 1em;
    margin-top: 15px;
    text-indent: -1em;
    line-height: 1.5;
  }
  .sec.flow .content .sub:last-child {
    margin-top: 5px;
  }
}
.sec.flow .txt_wrap {
  max-width: 1000px;
  margin: 20px auto 0;
}
.sec.flow .txt_wrap .sub {
  text-align: left;
}

/* faq */
.sec.faq {
  padding: 60px 0 80px;
  background: #F3F3F3;
}
.sec.faq .faq {
  width: 1000px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.faq .faq {
    width: 100%;
    margin: 20px auto 0;
  }
}
.sec.faq .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.sec.faq .faq .item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec.faq .faq .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec.faq .faq .item .parent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.sec.faq .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.faq .faq .item .parent._active .desc:before {
    right: 15px;
  }
}
.sec.faq .faq .item .parent .ttl {
  width: 56px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  background: #FBC933;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sec.faq .faq .item .parent .ttl {
    font-size: 20px;
  }
}
.sec.faq .faq .item .parent .desc {
  width: calc(100% - 56px);
  padding: 16px 40px 18px 23px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.faq .faq .item .parent .desc {
    padding: 9px 31px 11px 10px;
  }
}
.sec.faq .faq .item .parent .desc:before {
  position: absolute;
  top: 48%;
  right: 25px;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.faq .faq .item .parent .desc:before {
    top: 43%;
    right: 20px;
  }
}
.sec.faq .faq .item .child {
  padding: 14px 25px 33px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec.faq .faq .item .child {
    padding: 15px 15px 20px 15px;
  }
}
.sec.faq .faq .item .child a {
  text-decoration: underline;
  color: #0E5BB5;
}
.sec.faq .faq .item .child a:hover {
  text-decoration: none;
}
.sec.faq .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec.faq .btn {
    margin-top: 30px;
  }
}
.sec.faq .btn .c_btn_4 {
  margin: 0 auto;
}
.sec.flow .inner .content .btn_wrap {
  margin: 35px auto 0;
}
.sec.flow .inner .content .btn_wrap .micro_copy {
  position: relative;
  width: max-content;
  margin: 0 auto 10px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec.flow .inner .content .btn_wrap .micro_copy {
    font-size: 14px;
  }
}
.sec.flow .inner .content .btn_wrap .micro_copy:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 2px;
  background: #333;
  transform: translate(0, -50%) rotate(45deg);
}
.sec.flow .inner .content .btn_wrap .micro_copy:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 2px;
  background: #333;
  transform: translate(0, -50%) rotate(-45deg);
}
.sec.flow .inner .content .btn_wrap .apply_btn_3 {
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .sec.flow .inner .content .btn_wrap .apply_btn_3 {
    height: 50px;
  }
}
.sec.flow .inner .content .btn_wrap .apply_btn_3 .img {
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .sec.flow .inner .content .btn_wrap .apply_btn_3 .img {
    width: 28px;
    margin-right: 10px;
  }
}