@charset "UTF-8";
.-red {
  color: #e6001a;
}

.-blue {
  color: #014694;
}

br.-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.-pc {
    display: none;
  }
}

br.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.-sp {
    display: inline;
  }
}

.-num {
  font-family: "Overpass", sans-serif;
}

.main-wrap .main-section:first-child {
  margin-top: 0;
}

.common_btn {
  position: relative;
  display: flex;
  border: 2px solid #014694;
  border-radius: 10px;
  background: #fff;
  color: #014694;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition-duration: 0.15s;
  padding: 16px 50px 16px 20px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .common_btn {
    font-size: 16px;
  }
}
.common_btn svg path {
  fill: #014694;
  transition: fill 0.15s ease;
}
.common_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.15s;
  transform: translateY(-50%) rotate(45deg);
}
.common_btn:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #ccc;
}
.common_btn:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.common_btn:hover svg path {
  fill: #ccc;
}

.jutaku_tab {
  margin-top: 20px;
}
.jutaku_tab .jutaku_tab_header {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #014694;
  border-radius: 5px 5px 0 0;
}
.jutaku_tab .jutaku_tab_btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333333;
}
.jutaku_tab .jutaku_tab_btn.active {
  background-color: #014694;
  color: #fff;
}
.jutaku_tab .jutaku_tab_btn img {
  width: 24px;
  height: 24px;
}
.jutaku_tab .jutaku_tab_content {
  padding: 20px 0;
  background-color: #fff;
}
.jutaku_tab .jutaku_tab_panel {
  display: none;
}
.jutaku_tab .jutaku_tab_panel.active {
  display: block;
}

.jutaku_mv {
  position: relative;
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  .jutaku_mv {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.jutaku_mv_img.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_img.-pc {
    display: none;
  }
}
.jutaku_mv_img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_img.-sp {
    display: block;
    width: 100%;
  }
}
.jutaku_mv_txt {
  position: absolute;
  top: 30px;
  left: 40px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_txt {
    top: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_txt {
    top: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_txt {
    top: 16px;
    left: 50%;
    width: 320px;
    transform: translateX(-50%);
  }
}
.jutaku_mv_txt_ttl {
  font-size: 27px;
  color: #014694;
  background: url(/personal/loan/jutaku/images/top/mv_icon_line.svg) 0 100% no-repeat;
  padding-bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_txt_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_txt_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_txt_ttl {
    font-size: 20px;
  }
}
.jutaku_mv_txt_ttl .dot {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
.jutaku_mv_txt_ttl .bold {
  font-weight: bold;
}
.jutaku_mv_txt_ttl .-s {
  font-size: 18px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_txt_ttl .-s {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_txt_ttl .-s {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_txt_ttl .-s {
    font-size: 13px;
  }
}
.jutaku_mv_txt_ttl2 {
  font-size: 30px;
  color: #014694;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_txt_ttl2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_txt_ttl2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_txt_ttl2 {
    text-align: center;
    font-size: 24px;
  }
}
.jutaku_mv_txt_ttl2 .-s {
  font-size: 20px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_txt_ttl2 .-s {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_txt_ttl2 .-s {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_txt_ttl2 .-s {
    font-size: 18px;
  }
}
.jutaku_mv_txt_ttl2 .-l {
  font-size: 55px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_txt_ttl2 .-l {
    font-size: 45px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_txt_ttl2 .-l {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_txt_ttl2 .-l {
    display: block;
    font-size: 58px;
  }
}
.jutaku_mv_list {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_list {
    justify-content: center;
  }
}
.jutaku_mv_list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 132px;
  width: 132px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_list_item {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_list_item {
    width: 80px;
    height: 80px;
  }
}
.jutaku_mv_list_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(/personal/loan/jutaku/images/top/bg_circle@2x.png) 0 0 no-repeat;
  background-size: contain;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.jutaku_mv_list_item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: #eaf0f7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.jutaku_mv_list_item_img {
  position: relative;
  height: 53px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_list_item_img {
    height: 35px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_list_item_img {
    height: 30px;
  }
}
.jutaku_mv_list_item_img img {
  height: 100%;
  width: auto;
}
.jutaku_mv_list_item_txt {
  position: relative;
  text-align: center;
  color: #014694;
  font-size: 16px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_list_item_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_list_item_txt {
    font-size: 12px;
  }
}
.jutaku_mv_list_item_txt span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_list_item_txt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_list_item_txt span {
    font-size: 12px;
  }
}
.jutaku_mv_note {
  display: none;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_note {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #014694;
    margin-bottom: 10px;
  }
}
.jutaku_mv_note_ab {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_note_ab {
    display: none;
  }
}
.jutaku_mv_share {
  position: absolute;
  top: 20px;
  right: 14px;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_share {
    top: 150px;
    width: 75px;
  }
}
.jutaku_mv_btn {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_btn {
    bottom: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_btn {
    bottom: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_btn {
    bottom: 25px;
    left: 50%;
    width: 100%;
    padding: 0 16px;
    transform: translateX(-50%);
  }
}
.jutaku_mv_btn_txt {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  margin-bottom: 14px;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_btn_txt {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_btn_txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_btn_txt {
    font-size: 13px;
  }
}
.jutaku_mv_btn_txt::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #014694;
  transform: rotate(-30deg);
  margin-right: 16px;
}
@media screen and (max-width: 900px) {
  .jutaku_mv_btn_txt::before {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_btn_txt::before {
    height: 20px;
    margin-right: 8px;
  }
}
.jutaku_mv_btn_txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #014694;
  transform: rotate(30deg);
  margin-left: 16px;
}
@media screen and (max-width: 900px) {
  .jutaku_mv_btn_txt::after {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_btn_txt::after {
    height: 20px;
    margin-right: 8px;
  }
}
.jutaku_mv_btn_list {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku_mv_btn_list {
    justify-content: center;
  }
}
.jutaku_mv_btn .btn-common {
  width: 205px;
  height: 55px;
  margin-top: 0;
}
@media screen and (max-width: 1180px) {
  .jutaku_mv_btn .btn-common {
    width: 180px;
    height: 45px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_mv_btn .btn-common {
    width: 180px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_mv_btn .btn-common {
    width: 50%;
    height: 45px;
    font-size: 14px;
  }
}

.jutaku_info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
.jutaku_info_item {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column: span 2;
  gap: 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .jutaku_info_item {
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.jutaku_info_item.-hide {
  display: none;
}
.jutaku_info_item_dt {
  min-width: 175px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 18px;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #e4e4e4;
}
.-alert .jutaku_info_item_dt {
  background: #fff1f2;
  color: #e6001a;
}
.-tel .jutaku_info_item_dt {
  background: #eaf3fc;
  color: #005fac;
}
.jutaku_info_item_dd {
  position: relative;
  padding: 16px;
  padding-right: 50px;
}
.jutaku_info_item_dd p {
  font-size: 14px;
}
a.-alert .jutaku_info_item_dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #e6001a;
  border-right: solid 2px #e6001a;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(45deg);
}
a.-tel .jutaku_info_item_dd {
  padding-right: 40px;
}
a.-tel .jutaku_info_item_dd:hover {
  opacity: 0.8;
}
a.-tel .jutaku_info_item_dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: translateY(-50%) rotate(45deg);
}
.-tel .jutaku_info_item_dd {
  padding-right: 16px;
}

.J_jutaku-slider {
  margin-top: 0;
  padding-bottom: 3rem;
}
.J_jutaku-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.J_jutaku-slider .slick-slide.slick-center {
  opacity: 1;
}
.J_jutaku-slider .slider-item-sm {
  outline: none;
}
.J_jutaku-slider .slider-item-sm img {
  width: 100%;
  height: auto;
}
.J_jutaku-slider .slider-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.J_jutaku-slider .slider-item {
  width: 54rem;
}
.J_jutaku-slider .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.J_jutaku-slider .slick-dots li {
  margin: 0 5px;
}
.J_jutaku-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #e9eff6;
  border: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.J_jutaku-slider .slick-dots li button:before {
  content: "";
}
.J_jutaku-slider .slick-dots li.slick-active button {
  background-color: #014694;
}
.J_jutaku-slider.slider-wrap .prev {
  bottom: auto;
  top: calc(100% - 40px);
}
.J_jutaku-slider.slider-wrap .next {
  bottom: auto;
  top: calc(100% - 40px);
}
.J_jutaku-slider.-single {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.J_jutaku-slider.-single .slider-item {
  max-width: 580px;
  margin-right: 0;
}

.toshin_modal {
  margin-top: 30px;
}
.toshin_modal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.toshin_modal_item {
  position: relative;
  padding: 24px 60px 24px 24px;
  background-color: #f3f5fb;
  border-radius: 5px;
  color: #014694;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .toshin_modal_item {
    font-size: 14px;
    padding: 10px 33px 10px 20px;
  }
}
.toshin_modal_item:hover {
  opacity: 0.8;
}
.toshin_modal_item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 13px;
  height: 1px;
  background: #014694;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .toshin_modal_item::before {
    right: 10px;
  }
}
.toshin_modal_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 13px;
  background: #014694;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .toshin_modal_item::after {
    right: 16px;
  }
}
.toshin_modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}
.toshin_modal_window {
  position: relative;
  max-width: 828px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 80px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.toshin_modal_close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #014694;
  cursor: pointer;
  transition: color 0.3s ease;
}
.toshin_modal_close:hover {
  color: #333;
}
.toshin_modal_ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #014694;
}
.toshin_modal_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 14px;
}
.toshin_modal_txt.-s {
  font-size: 12px;
}
.toshin_modal_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.toshin_modal_link a {
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  color: #014694;
}
.toshin_modal_link a::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: rotate(45deg);
}
.toshin_modal_link a.-pc {
  display: flex;
}
@media (max-width: 767px) {
  .toshin_modal_link a.-pc {
    display: none;
  }
}
.toshin_modal_link a.-sp {
  display: none;
}
@media (max-width: 767px) {
  .toshin_modal_link a.-sp {
    display: flex;
  }
}

.toshin_acc_btm {
  margin-top: 30px;
}
.toshin_acc .toshin_modal_window {
  background: #f3f5fb;
}
.toshin_acc_btn {
  position: relative;
  padding: 20px 60px 20px 20px;
  background-color: #014694;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}
.toshin_acc_btn:hover {
  background-color: #013373;
}
.toshin_acc_btn::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
}
.toshin_acc_btn.-blue {
  background-color: #014694;
}
.toshin_acc_btn.-blue:hover {
  background-color: #013373;
}
.toshin_acc_section {
  padding: 20px 0;
}
.toshin_acc_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  margin-top: 30px;
  margin-bottom: 15px;
}
.toshin_acc_ttl:first-child {
  margin-top: 0;
}
.toshin_acc_box_02 {
  display: grid;
  grid-template-columns: 1fr 8px 1fr;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.toshin_acc_box_02_item {
  text-align: center;
}
.toshin_acc_box_02_item:nth-of-type(1) {
  grid-column: 1/4;
}
.toshin_acc_box_02_item:nth-of-type(2) {
  grid-column: 1/4;
}
.toshin_acc_box_02_item_img {
  width: 192px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.toshin_acc_box_02_item_img img {
  max-width: 100%;
  height: auto;
}
.toshin_acc_box_02_item p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.toshin_acc_box_02_item_plus {
  font-size: 20px;
}
.toshin_acc_link {
  display: inline-block;
  margin-top: 20px;
  color: #014694;
  text-decoration: underline;
  font-weight: bold;
}
.toshin_acc_link:hover {
  opacity: 0.7;
}
.toshin_acc_link_btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #014694;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.toshin_acc_link_btn:hover {
  background-color: #013373;
}
.toshin_acc_link_btn.-blue {
  background-color: #014694;
}
.toshin_acc_list {
  margin-top: 20px;
}
.toshin_acc_item {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .toshin_tab .toshin_tab_btn {
    padding: 12px 15px;
    font-size: 14px;
  }
  .toshin_tab .toshin_tab_btn img {
    width: 20px;
    height: 20px;
  }
  .toshin_tab .toshin_tab_content {
    padding: 15px;
  }
  .J_toshin-slider .slick-slide {
    opacity: 1;
  }
  .toshin_modal_window {
    margin: 20px auto;
    padding: 50px 20px 30px;
  }
  .toshin_modal_close {
    top: 10px;
    right: 15px;
    font-size: 25px;
  }
  .toshin_modal_content h3 {
    font-size: 22px;
  }
  .toshin_modal_content p {
    font-size: 16px;
  }
  .toshin_acc_btn {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
  .toshin_acc_btn::after {
    right: 15px;
    font-size: 25px;
  }
  .toshin_acc_ttl {
    font-size: 18px;
  }
  .toshin_acc_box_02 {
    gap: 10px;
  }
  .toshin_acc_box_02_item_img {
    max-width: 125px;
  }
  .toshin_acc_box_02_item p {
    font-size: 12px;
  }
}
.jutaku_kinri {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri {
    margin-top: 30px;
  }
}
.jutaku_kinri.-mt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri.-mt {
    margin-top: 20px;
  }
}
.jutaku_kinri_box {
  position: relative;
  border-radius: 20px;
  background: #e9eff6;
  padding: 30px 24px;
}
.jutaku_kinri_box_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 28px;
  color: #014694;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_ttl {
    font-size: 18px;
  }
}
.jutaku_kinri_box_ttl > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1180px) {
  .jutaku_kinri_box_ttl > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.jutaku_kinri_box_ttl span.-note {
  font-size: 11px;
  color: #8e9195;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_ttl span.-note {
    font-size: 10px;
  }
}
.jutaku_kinri_box_ttl_img {
  width: 140px;
  height: auto;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_ttl_img {
    width: 100px;
    margin-top: -65px;
  }
}
.jutaku_kinri_box_w {
  display: grid;
  grid-template-columns: auto 200px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w {
    grid-template-columns: 1fr;
  }
}
.jutaku_kinri_box_w_l {
  display: grid;
  grid-template-areas: "area1 area3 " "area2 area3 ";
  padding-right: 24px;
  border-right: 2px dotted #014694;
}
@media screen and (max-width: 1000px) {
  .jutaku_kinri_box_w_l {
    grid-template-areas: "area1" "area2" "area3";
  }
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_l {
    grid-template-areas: "area1" "area2" "area3";
    border-right: 0;
    border-bottom: 2px dotted #014694;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.jutaku_kinri_box_w_l_t {
  grid-area: area1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 255px;
  width: 100%;
  height: 36px;
  font-size: 22px;
  font-weight: bold;
  color: #014694;
  border: 2px solid #014694;
  border-radius: 36px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .jutaku_kinri_box_w_l_t {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .jutaku_kinri_box_w_l_t {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_l_t {
    max-width: 175px;
    height: 24px;
    font-size: 15px;
  }
}
.jutaku_kinri_box_w_l_note {
  grid-area: area2;
  margin-top: 8px;
  font-size: 12px;
  color: #014694;
}
@media screen and (max-width: 1000px) {
  .jutaku_kinri_box_w_l_note {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_l_note {
    text-align: center;
    font-size: 11px;
  }
}
.jutaku_kinri_box_w_l_num {
  grid-area: area3;
  display: flex;
  align-items: flex-end;
  font-size: 29px;
  color: #014694;
  padding-left: 22px;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 1000px) {
  .jutaku_kinri_box_w_l_num {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_l_num {
    justify-content: center;
    font-size: 20px;
    margin-top: 16px;
  }
}
.jutaku_kinri_box_w_l_num .-bold {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_l_num .-bold {
    font-size: 20px;
  }
}
.jutaku_kinri_box_w_l_num .-l {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 1180px) {
  .jutaku_kinri_box_w_l_num .-l {
    font-size: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .jutaku_kinri_box_w_l_num .-l {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_l_num .-l {
    font-size: 48px;
  }
}
.jutaku_kinri_box_w_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_r {
    padding-left: 0;
    padding-top: 16px;
  }
}
.jutaku_kinri_box_w_r_note {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_r_note {
    font-size: 14px;
  }
}
.jutaku_kinri_box_w_r_num {
  grid-area: area3;
  display: flex;
  align-items: flex-end;
  font-size: 26px;
  font-weight: bold;
  color: #014694;
  font-variant-numeric: tabular-nums;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_r_num {
    font-size: 18px;
  }
}
.jutaku_kinri_box_w_r_num .-bold {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_r_num .-bold {
    font-size: 18px;
  }
}
.jutaku_kinri_box_w_r_num .-l {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .jutaku_kinri_box_w_r_num .-l {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_box_w_r_num .-l {
    font-size: 36px;
  }
}
.jutaku_kinri_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_btn {
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }
}
.jutaku_kinri_btn .btn-common {
  width: 360px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .jutaku_kinri_btn .btn-common {
    width: 100%;
    height: 50px;
  }
}

.jutaku_merit_list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .jutaku_merit_list {
    grid-template-columns: 1fr;
  }
}
.jutaku_merit_list_item {
  position: relative;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  align-items: center;
  justify-content: center;
  border: 5px solid #e9eff6;
  border-radius: 10px;
  padding: 24px;
}
.jutaku_merit_list_num {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  height: 64px;
  background-color: #e9eff6;
  color: #014694;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jutaku_merit_list_num span {
  display: block;
  font-size: 30px;
}
.jutaku_merit_list_img {
  width: 100%;
  height: auto;
  text-align: center;
}
.jutaku_merit_list_img img {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_list_img img {
    max-width: 210px;
  }
}
.jutaku_merit_list_img img.-s {
  max-width: 142px;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_list_img img.-s {
    max-width: 105px;
  }
}
.jutaku_merit_list_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_list_txt {
    font-size: 17px;
  }
}
.jutaku_merit_list_txt span {
  color: #e6001a;
}
.jutaku_merit_list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #014694;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_list_link {
    font-size: 15px;
  }
}
.jutaku_merit_list_link:hover {
  opacity: 0.8;
}
.jutaku_merit_list_link::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transition-duration: 0.2s;
  transform: rotate(45deg);
  margin-left: 5px;
}
.jutaku_merit_list_txt-s {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #014694;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_list_txt-s {
    font-size: 15px;
  }
}
.jutaku_merit_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_btn {
    flex-direction: column;
    margin-top: 20px;
    gap: 8px;
  }
}
.jutaku_merit_btn .btn-common {
  width: 360px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_btn .btn-common {
    width: 100%;
    height: 50px;
    line-height: 1.4;
    text-align: center;
  }
}
.jutaku_merit_note {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .jutaku_merit_note {
    font-size: 11px;
  }
}

.jutaku_lineup_wrap {
  background: #faf5e5;
  margin-top: 30px;
  padding: 30px 24px;
}
.jutaku_lineup_title_wrap {
  position: relative;
  width: 100%;
}
.jutaku_lineup_title_wrap img {
  position: absolute;
  top: -40px;
  right: 0;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_title_wrap img {
    position: relative;
    top: 0;
    left: 50%;
    margin: 16px auto 0;
    transform: translateX(-50%);
  }
}
.jutaku_lineup_title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_title h3 {
    font-size: 18px;
  }
}
.jutaku_lineup_title h3 span {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_title h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_title h3 span {
    display: block;
    font-size: 28px;
  }
}
.jutaku_lineup_title p {
  color: #014694;
  font-weight: 500;
  font-size: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_title p {
    font-size: 16px;
  }
}
.jutaku_lineup_title p span {
  color: #e6001a;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_title p span {
    font-size: 20px;
  }
}
.jutaku_lineup_title p span span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_title p span span {
    font-size: 18px;
  }
}
.jutaku_lineup_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.jutaku_lineup_list.-acc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_list.-acc {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.jutaku_lineup_list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 55, 118, 0.15);
  padding: 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_item {
    width: 100%;
    gap: 0px;
  }
}
.jutaku_lineup_list_balloon {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #014694;
  border-radius: 50px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .jutaku_lineup_list_balloon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_balloon {
    font-size: 14px;
    margin-top: -16px;
  }
}
.jutaku_lineup_list_balloon span {
  color: #ffbe00;
}
.jutaku_lineup_list_balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #014694;
}
.jutaku_lineup_list_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_title {
    font-size: 22px;
    margin-top: 16px;
  }
}
.jutaku_lineup_list_title span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_title span {
    font-size: 18px;
  }
}
.jutaku_lineup_list_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.jutaku_lineup_list_list.-item2 {
  grid-template-columns: 1fr 1fr;
  padding: 0 16px;
}
.jutaku_lineup_list_list.-item1 {
  grid-template-columns: 1fr;
  padding: 0 16px;
  margin-top: 0;
}
.jutaku_lineup_list_list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-content: center;
  align-items: center;
}
.-item1 .jutaku_lineup_list_list_item {
  width: 100%;
}
.jutaku_lineup_list_list_item img {
  width: 80px;
  height: auto;
}
.-item1 .jutaku_lineup_list_list_item img {
  width: 100px;
}
.jutaku_lineup_list_list_item p {
  text-align: center;
  color: #014694;
  font-weight: bold;
  font-size: 12px;
}
.jutaku_lineup_list_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jutaku_lineup_list_img img {
  width: 100%;
  max-width: 176px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_img img {
    max-width: 126px;
  }
}
.jutaku_lineup_list_txt {
  text-align: center;
  color: #014694;
  font-weight: bold;
  font-size: 16px;
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
  text-underline-offset: 7px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_txt {
    margin-top: 10px;
  }
}
.jutaku_lineup_list_txt2 {
  text-align: center;
  color: #014694;
  font-weight: bold;
  font-size: 26px;
  -webkit-text-decoration: underline #edf7ff 15px;
          text-decoration: underline #edf7ff 15px;
  text-underline-offset: -7px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_txt2 {
    margin-top: 10px;
  }
}
.jutaku_lineup_list_txt2.-s {
  font-size: 19px;
  line-height: 1.6;
}
.jutaku_lineup_list_txt2 span {
  color: #e6001a;
}
.jutaku_lineup_list_txt2 span span {
  font-size: 36px;
  -webkit-text-decoration: underline #edf7ff 15px;
          text-decoration: underline #edf7ff 15px;
  text-underline-offset: -7px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.jutaku_lineup_list_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #12a0de;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jutaku_lineup_list_link {
    margin-top: 16px;
  }
}
.jutaku_lineup_list_link:visited {
  color: #12a0de;
}
.jutaku_lineup_list_link a {
  color: #12a0de;
}
.jutaku_lineup_other_link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.jutaku_lineup_other_link a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #014694;
  font-weight: bold;
  text-align: center;
}
.jutaku_lineup_other_link a .-icon {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  background: #014694;
  border-radius: 50%;
}
.jutaku_lineup_other_link a .-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition-duration: 0.2s;
  transform: translate(-50%, -70%) rotate(135deg);
}
.jutaku_lineup_btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.jutaku_lineup_btn .btn-common {
  width: 360px;
  height: 60px;
}
.jutaku_lineup_other_link a.open .-icon::after {
  transform: translate(-50%, -30%) rotate(315deg);
}
.jutaku_lineup_note {
  display: inline;
  position: relative;
  font-size: 11px;
  z-index: 1;
}

.jutaku_karikata_slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3rem;
  padding-top: 20px;
  overflow-x: hidden;
}
.jutaku_karikata_slide .slick-list {
  overflow: visible;
}
.jutaku_karikata_slide .slick-track {
  display: flex;
  align-items: stretch;
}
.jutaku_karikata_slide_item {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  border-radius: 10px;
}
.jutaku_karikata_slide_item:hover {
  opacity: 0.8;
}
.jutaku_karikata_slide_item.-notlink:hover {
  opacity: 1;
}
.jutaku_karikata_slide_item_balloon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #014694;
  border-radius: 50px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .jutaku_karikata_slide_item_balloon {
    font-size: 14px;
  }
}
.jutaku_karikata_slide_item_balloon span {
  color: #ffbe00;
}
.jutaku_karikata_slide_item_balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #014694;
}
.jutaku_karikata_slide_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.jutaku_karikata_slide_item_img img {
  width: auto;
  height: 100%;
}
.jutaku_karikata_slide_item_txt {
  text-align: center;
  color: #014694;
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}
.jutaku_karikata_slide_item_txt span {
  font-size: 18px;
  font-weight: 500;
}
.jutaku_karikata_slide_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transform: rotate(45deg);
  transition-duration: 0.15s;
}
.jutaku_karikata_slide_item.-notlink::after {
  display: none;
}

.jutaku_karikata_slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jutaku_karikata_slide .slick-list {
    overflow: visible;
  }
}
.jutaku_karikata_slide .slick-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.jutaku_karikata_slide .slick-slide {
  display: flex !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .jutaku_karikata_slide .slick-slide {
    padding-right: 20px;
  }
}
.jutaku_karikata_slide_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  outline: none;
}
.jutaku_karikata_slide .slick-dots {
  display: flex;
  width: calc(100% - 130px);
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
.jutaku_karikata_slide .slick-dots li {
  flex: 1;
  margin: 0;
}
.jutaku_karikata_slide .slick-dots li button {
  display: block;
  width: 100%;
  height: 4px;
  padding: 0;
  background-color: #e9eff6;
  border: none;
  border-radius: 2px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.jutaku_karikata_slide .slick-dots li button::before {
  display: none;
}
.jutaku_karikata_slide .slick-dots li.slick-active button {
  background-color: #014694;
}
.jutaku_karikata_slide .prev {
  right: 58px;
  width: 48px;
  height: 48px;
  border: 1px solid #d2dce8;
  border-radius: 50%;
  background: url(/personal/loan/jutaku/images/top/arrow_prev.png) center center no-repeat;
  transform: rotate(0);
}
.jutaku_karikata_slide .prev:hover {
  right: 58px;
  opacity: 0.8;
}
.jutaku_karikata_slide .next {
  left: auto;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #d2dce8;
  border-radius: 50%;
  background: url(/personal/loan/jutaku/images/top/arrow_next.png) center center no-repeat;
  transform: rotate(0);
}
.jutaku_karikata_slide .next:hover {
  left: auto;
  opacity: 0.8;
}

.jutaku_loan {
  margin-top: 80px;
}
.jutaku_loan_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 36px;
  color: #014694;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_ttl {
    font-size: 24px;
  }
}
.jutaku_loan_ttl::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #014694;
  transform: rotate(-30deg);
}
.jutaku_loan_ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #014694;
  transform: rotate(30deg);
}
.jutaku_loan_content {
  background: #f1f4f9;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-top: 30px;
  padding: 0 32px 24px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_content {
    padding: 0 16px 24px;
  }
}
.jutaku_loan_lead {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_lead {
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }
}
.jutaku_loan_lead_img {
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 900px) {
  .jutaku_loan_lead_img {
    width: 120px;
    min-width: 120px;
  }
}
.jutaku_loan_lead_img img {
  width: 100%;
  height: auto;
  margin-top: -10px;
}
.jutaku_loan_lead p {
  font-size: 16px;
  line-height: 1.6;
}
.jutaku_loan_lead p span {
  font-weight: bold;
}
.jutaku_loan_box {
  background: #fff;
  border-radius: 10px;
  padding: 16px 48px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_box {
    padding: 16px 12px;
    margin-top: 24px;
  }
}
.jutaku_loan_sub {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_sub {
    font-size: 18px;
  }
}
.jutaku_loan_sub span {
  color: #014694;
}
.jutaku_loan_sub::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #014694;
  transform: rotate(-30deg);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_sub::before {
    height: 20px;
    margin-right: 8px;
  }
}
.jutaku_loan_sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #014694;
  transform: rotate(30deg);
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_sub::after {
    height: 20px;
    margin-right: 8px;
  }
}
.jutaku_loan_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_txt {
    font-size: 10px;
  }
}
.jutaku_loan_btn {
  min-width: 100%;
}
.jutaku_loan_tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 61.5px 0px 61.5px;
  border-color: #014694 transparent transparent transparent;
  margin: 12px auto;
}
.jutaku_loan_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_list {
    grid-template-columns: 1fr;
  }
}
.jutaku_loan_list_item {
  background: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #014694;
  text-align: center;
}
.jutaku_loan_list_item_icon {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_list_item_icon {
    width: 64px;
    height: 64px;
  }
}
.jutaku_loan_list_item_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.jutaku_loan_list_item_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_list_item_ttl {
    font-size: 18px;
  }
}
.jutaku_loan_list_item_txt {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_list_item_txt {
    font-size: 12px;
  }
}
.jutaku_loan_list_item_txt span {
  font-weight: bold;
}
.jutaku_loan_list_item .btn-common {
  height: 60px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .jutaku_loan_list_item .btn-common {
    height: 50px;
    line-height: 1.6;
    padding-left: 30px;
  }
}
.jutaku_loan_list_item .btn-common span {
  font-size: 12px;
  font-weight: normal;
}

.jutaku_knowledge_ttl {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .jutaku_knowledge_ttl {
    font-size: 18px;
  }
}
.jutaku_knowledge_ttl.mt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .jutaku_knowledge_ttl.mt {
    margin-top: 54px;
  }
}
.jutaku_knowledge_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .jutaku_knowledge_list {
    grid-template-columns: 1fr;
  }
}
.jutaku_knowledge_item {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 16px;
  padding-bottom: 32px;
}
.jutaku_knowledge_item:hover {
  opacity: 0.8;
}
.jutaku_knowledge_item_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .jutaku_knowledge_item_ttl {
    font-size: 16px;
  }
}
.jutaku_knowledge_item_txt {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku_knowledge_item_txt {
    font-size: 14px;
  }
}

.jutaku_column_ttl {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
}
.jutaku_column_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
  padding-bottom: 0;
}
@media screen and (max-width: 914px) {
  .jutaku_column_list {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .jutaku_column_list .slick-list {
    padding: 5px 0;
  }
  .jutaku_column_list .slick-track {
    display: flex;
    align-items: stretch;
  }
  .jutaku_column_list .slick-slide {
    display: flex !important;
    height: auto !important;
  }
  .jutaku_column_list .slick-slide > div {
    display: flex;
    flex: 1;
  }
  .jutaku_column_list .slick-dots {
    display: flex;
    width: calc(100% - 130px);
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
  }
  .jutaku_column_list .slick-dots li {
    flex: 1;
    margin: 0;
  }
  .jutaku_column_list .slick-dots li button {
    display: block;
    width: 100%;
    height: 4px;
    padding: 0;
    background-color: #e9eff6;
    border: none;
    border-radius: 2px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
  }
  .jutaku_column_list .slick-dots li button::before {
    display: none;
  }
  .jutaku_column_list .slick-dots li.slick-active button {
    background-color: #014694;
  }
  .jutaku_column_list .prev {
    right: 58px;
    width: 48px;
    height: 48px;
    border: 1px solid #d2dce8;
    border-radius: 50%;
    background: url(/personal/loan/jutaku/images/top/arrow_prev.png) center center no-repeat;
    transform: rotate(0);
  }
  .jutaku_column_list .prev:hover {
    right: 58px;
    opacity: 0.8;
  }
  .jutaku_column_list .next {
    left: auto;
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #d2dce8;
    border-radius: 50%;
    background: url(/personal/loan/jutaku/images/top/arrow_next.png) center center no-repeat;
    transform: rotate(0);
  }
  .jutaku_column_list .next:hover {
    left: auto;
    opacity: 0.8;
  }
}
.jutaku_column_item {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 16px;
}
@media screen and (max-width: 900px) {
  .jutaku_column_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 10px;
    outline: none;
  }
}
.jutaku_column_item:hover {
  opacity: 0.8;
}
.jutaku_column_item_body {
  flex-direction: column;
}
.jutaku_column_item_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #014694;
  margin-top: 16px;
}
.jutaku_column_item_txt {
  font-size: 14px;
  margin-top: 10px;
}
.jutaku_column_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.jutaku_column_btn .btn-common {
  width: 360px;
  height: 60px;
  margin-top: 0;
}

.jutaku_flow_list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .jutaku_flow_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    justify-content: center;
  }
}
.jutaku_flow_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e2eaf3;
  padding: 24px;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .jutaku_flow_item {
    padding: 12px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_flow_item {
    flex-direction: row;
    gap: 10px;
    max-width: 400px;
    width: 100%;
  }
}
.jutaku_flow_item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 18px;
  height: 5px;
  background: #014694;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .jutaku_flow_item:after {
    width: 5px;
    height: 18px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.jutaku_flow_item:last-child:after {
  display: none;
}
.jutaku_flow_item:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0px 16px 19px;
  border-color: transparent transparent transparent #014694;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .jutaku_flow_item:last-child:before {
    border-width: 20px 16px 0px 16px;
    border-color: #014694 transparent transparent transparent;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.jutaku_flow_item_num {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #014694;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .jutaku_flow_item_num {
    gap: 0;
    width: 40px;
    height: 40px;
    font-size: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_flow_item_num {
    flex-direction: row;
    gap: 5px;
    width: 74px;
    height: 28px;
    font-size: 10px;
    border-radius: 15px;
  }
}
.jutaku_flow_item_num span {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .jutaku_flow_item_num span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .jutaku_flow_item_num span {
    font-size: 14px;
  }
}
.jutaku_flow_item_txt {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #014694;
  font-weight: bold;
  line-height: 1.4;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .jutaku_flow_item_txt {
    writing-mode: horizontal-tb;
    margin-top: 0;
  }
}
.jutaku_flow_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.jutaku_flow_btn .btn-common {
  width: 360px;
  height: 60px;
  margin-top: 0;
}

.jutaku-flow-qa-acc {
  margin-top: 20px;
}
.jutaku-flow-qa-acc-btn {
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.jutaku-flow-qa-acc-q {
  color: #014694;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.jutaku-flow-qa-acc-q-ttl {
  color: #014694;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jutaku-flow-qa-acc-q-ttl {
    font-size: 16px;
    padding-right: 16px;
  }
}
.jutaku-flow-qa-acc-content {
  display: none;
}
.jutaku-flow-qa-acc-content-wrap {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-top: 16px;
}
.jutaku-flow-qa-acc-a {
  color: #e6001a;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.jutaku-flow-qa-acc-a-ttl {
  font-size: 18px;
  font-weight: bold;
}
.jutaku-flow-qa-acc-a-txt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.jutaku-acc {
  background: #fff;
  border: 1px solid #014694;
}
.jutaku-acc-btn {
  position: relative;
  cursor: pointer;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-btn {
    padding: 16px 20px;
  }
}
.jutaku-acc-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(135deg);
  transition: 0.2s;
}
.jutaku-acc-btn:hover {
  opacity: 0.6;
}
.jutaku-acc-btn.open::after {
  transform: rotate(-45deg);
}
.jutaku-acc-btn-txt {
  font-weight: bold;
  font-size: 20px;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-btn-txt {
    font-size: 16px;
    padding-right: 16px;
  }
}
.jutaku-acc-btn-txt span.-cv {
  color: #e6001a;
  font-size: 14px;
  padding: 5px 10px;
  background: #fde5e7;
  border-radius: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-btn-txt span.-cv {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }
}
.jutaku-acc-content {
  display: none;
  padding: 16px 24px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content {
    padding: 8px 16px;
    padding-top: 0;
  }
}
.jutaku-acc-content .-pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content .-pc {
    display: none;
  }
}
.jutaku-acc-content .-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content .-sp {
    display: block;
    margin: 0 auto;
  }
}
.jutaku-acc-content-1 {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content-1 {
    flex-direction: column;
    align-items: baseline;
  }
}
.jutaku-acc-content-1-txt {
  font-size: 14px;
  font-weight: bold;
}
.jutaku-acc-content-1-note {
  font-size: 14px;
  font-weight: 500;
}
.jutaku-acc-content-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content-2 {
    flex-direction: column;
    align-items: baseline;
  }
}
.jutaku-acc-content-2-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content-2-ttl {
    font-size: 16px;
  }
}
.jutaku-acc-content-2 img {
  width: 280px;
  height: auto;
}
.jutaku-acc-content-2-txt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-content-2-txt {
    font-size: 30px;
  }
}
.jutaku-acc-content-2-txt img {
  width: 26px;
  height: auto;
}
.jutaku-acc-content-2-note {
  font-size: 14px;
}
.jutaku-acc-list {
  display: flex;
  gap: 32px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-list {
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }
}
.jutaku-acc-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #014694;
}
.jutaku-acc-list-item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.jutaku-acc-list-item:hover {
  text-decoration: underline;
}
.jutaku-acc-list-item.-down:before {
  transform: translateY(-25%) rotate(135deg);
}
.jutaku-acc-list-item.-up:before {
  transform: translateY(25%) rotate(-45deg);
}
.jutaku-acc-tel {
  color: #333;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .jutaku-acc-tel {
    cursor: pointer;
    pointer-events: auto;
  }
}

.jutaku-news-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.jutaku-news-item {
  border-bottom: 1px solid #f2f2f2;
}
.jutaku-news-item:first-child {
  border-top: 1px solid #f2f2f2;
}
.jutaku-news-link {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 10px 24px;
  padding: 24px 0;
}
.jutaku-news-link:hover {
  opacity: 0.8;
}
.jutaku-news-link-date {
  font-size: 16px;
  color: #868686;
}
@media screen and (max-width: 767px) {
  .jutaku-news-link-date {
    font-size: 14px;
  }
}
.jutaku-news-link-tag {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #014694;
  border-radius: 20px;
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .jutaku-news-link-tag {
    font-size: 10px;
  }
}
.jutaku-news-link-txt {
  grid-column: 1/3;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .jutaku-news-link-txt {
    font-size: 14px;
  }
}

.karikae_merit_bln {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.karikae_merit_bln p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  height: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #014694;
  text-align: center;
  border-radius: 50px;
  background: #e9eff6;
}
@media screen and (max-width: 767px) {
  .karikae_merit_bln p {
    width: 287px;
    height: 40px;
    font-size: 18px;
  }
}
.karikae_merit_bln_tri {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #e9eff6;
}
.karikae_merit_bln_txt {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_bln_txt {
    font-size: 14px;
  }
}
.karikae_merit_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_list {
    width: 100%;
    gap: 8px;
  }
}
.karikae_merit_list_item {
  position: relative;
  display: grid;
  grid-row: span 2;
  justify-content: center;
  border: 2px solid #e9eff6;
  border-radius: 5px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_list_item {
    padding: 8px 5px;
  }
}
.karikae_merit_list_item_ttl {
  max-width: 160px;
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: #014694;
  border-radius: 13px;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_list_item_ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .karikae_merit_list_item_ttl {
    width: 80px;
    font-size: 12px;
    margin: 0 auto;
  }
}
.karikae_merit_list_item_txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_list_item_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .karikae_merit_list_item_txt {
    font-size: 13px;
  }
}
.karikae_merit_box {
  background: #e9eff6;
  border-radius: 10px;
  padding: 40px;
  margin-top: 40px;
}
.karikae_merit_box_w {
  height: 140px;
  display: grid;
  grid-template-columns: 45% 55%;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_w {
    height: auto;
    grid-template-columns: 1fr;
  }
}
.karikae_merit_box_w_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_w_img {
    margin-top: -10px;
  }
}
.karikae_merit_box_w_img img {
  max-width: 230px;
  height: auto;
  margin-right: -50px;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_box_w_img img {
    max-width: 200px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 900px) {
  .karikae_merit_box_w_img img {
    max-width: 180px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_w_img img {
    max-width: 165px;
    margin-right: -50px;
  }
}
.karikae_merit_box_w_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_w_txt {
    padding: 16px;
  }
}
.karikae_merit_box_w_txt_check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_box_w_txt_check {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_w_txt_check {
    font-size: 16px;
  }
}
.karikae_merit_box_lead {
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
  color: #014694;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_lead {
    font-size: 18px;
  }
}
.karikae_merit_box_lead sup {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_lead sup {
    font-size: 14px;
  }
}
.karikae_merit_box_tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 61.5px 0px 61.5px;
  border-color: #014694 transparent transparent transparent;
  margin: 16px auto 0;
}
.karikae_merit_box_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_list {
    grid-template-columns: 1fr;
  }
}
.karikae_merit_box_list_item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 0 36px 24px;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_box_list_item {
    padding: 0 30px 16px;
  }
}
.karikae_merit_box_list_item_bln {
  position: relative;
  max-width: 180px;
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #014694;
  border-radius: 23px;
  margin: -24px auto 0;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_list_item_bln {
    width: 145px;
    height: 30px;
    font-size: 12px;
  }
}
.karikae_merit_box_list_item_bln:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #014694;
  transform: translateX(-50%);
}
.karikae_merit_box_list_item_txt {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #014694;
  -webkit-text-decoration: underline #edf7ff 15px;
  text-decoration: underline #edf7ff 15px;
  text-underline-offset: -7px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_box_list_item_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_list_item_txt {
    font-size: 20px;
  }
}
.karikae_merit_box_list_item_txt span {
  font-size: 48px;
  color: #e6001a;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .karikae_merit_box_list_item_txt span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_list_item_txt span {
    font-size: 40px;
  }
}
.karikae_merit_box_btn_txt {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_btn_txt {
    font-size: 14px;
  }
}
.karikae_merit_box_btn_txt::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #014694;
  transform: rotate(-30deg);
}
.karikae_merit_box_btn_txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #014694;
  transform: rotate(30deg);
}
.karikae_merit_box_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.karikae_merit_box_btn .btn-common {
  width: 360px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .karikae_merit_box_btn .btn-common {
    width: 100%;
  }
}
.karikae_merit_box_btn .-note {
  font-size: 11px;
  color: #8e9195;
  margin-top: 2rem;
}

.jutaku-tab-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 5px solid #014694;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-list {
    gap: 0;
  }
}
.jutaku-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 400px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #c1c1c1;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.jutaku-tab-item.active {
  background: #014694;
}
.jutaku-tab-item.active:hover {
  opacity: 1;
}
.jutaku-tab-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-item {
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 6px 12px;
  }
}
.jutaku-tab-content {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #e7ecf4;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.jutaku-tab-content.show {
  transform: translateY(0);
}
.jutaku-tab-content-box {
  background: #fefbe5;
  padding: 0 40px 32px;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-content-box {
    padding: 20px;
  }
}
.jutaku-tab-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
  border-top: none;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-inner {
    align-items: center;
    gap: 15px;
    padding: 16px;
  }
}
.jutaku-tab-inner-item {
  width: 50%;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-inner-item {
    width: 100%;
    max-width: none;
  }
}
.jutaku-tab-inner-item p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 37px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-inner-item p {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.jutaku-tab-inner-item p:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #cccccc;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .jutaku-tab-inner-item p:before {
    height: 25px;
  }
}
.jutaku-tab-inner-item p:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #cccccc;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .jutaku-tab-inner-item p:after {
    height: 25px;
  }
}
.jutaku-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #014694;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: 2px solid #e9eff6;
  border-radius: 5px;
  background: #fff;
  transition-duration: 0.15s;
  box-shadow: 0px 2px 5px 0px #777777;
  box-sizing: border-box;
}
.jutaku-tab-btn:hover {
  color: #014694;
  background: #fff;
  border: 2px solid #014694;
  cursor: pointer;
}
.jutaku-tab-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: translateY(-50%) rotate(45deg);
}
.jutaku-tab-btn.-down:after {
  transform: translateY(-50%) rotate(135deg);
}
.jutaku-tab-btn.-up:after {
  transform: translateY(-50%) rotate(-45deg);
}
.jutaku-tab-btn.-blue {
  background: #014694;
  border: 2px solid #014694;
  color: #fff;
}
.jutaku-tab-btn.-blue:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .jutaku-tab-btn.-blue {
    padding: 0 30px;
  }
}
.jutaku-tab-btn.-blue:hover {
  color: #014694;
  border-color: #014694;
  background: #fff;
}
.jutaku-tab-btn.-blue:hover:after {
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
}
.jutaku-tab-btn.-blue.-down:after {
  transform: translateY(-50%) rotate(135deg);
}
.jutaku-tab-btn.-blue.-up:after {
  transform: translateY(-50%) rotate(-45deg);
}
.jutaku-tab-btn.-red {
  background: #e6001a;
  border-color: transparent;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-btn.-red {
    padding: 0 30px;
  }
}
.jutaku-tab-btn.-red:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.jutaku-tab-btn.-red:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.jutaku-tab-btn.-red:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.jutaku-tab-btn.-red.-down:after {
  transform: translateY(-50%) rotate(135deg);
}
.jutaku-tab-btn.-red.-up:after {
  transform: translateY(-50%) rotate(-45deg);
}
.jutaku-tab-btn.-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-btn.-pc {
    display: none;
  }
}
.jutaku-tab-btn.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-btn.-sp {
    display: flex;
  }
}
.jutaku-tab-txt {
  margin-top: 20px;
}
.jutaku-tab-txt-1 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-txt-1 {
    font-size: 16px;
  }
}
.jutaku-tab-txt-2 {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-txt-2 {
    flex-direction: column;
    gap: 10px;
  }
}
.jutaku-tab-txt-2-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #014694;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .jutaku-tab-txt-2-link {
    align-items: baseline;
  }
}
.jutaku-tab-txt-2-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.jutaku-tab-txt-2-link:hover {
  text-decoration: underline;
}