@charset "UTF-8";
.p_text01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p_text01 {
    margin-bottom: 6vw;
  }
}

.p_text02 {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p_text02 {
    font-size: 13px;
  }
}
.p_text02::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p_center {
  text-align: center;
}
.p_center .c-btn1 {
  min-width: 335px;
}

.blue {
  color: #0644bd;
}

.light_blue_col {
  background-color: #eef3fb;
  padding: 40px 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .light_blue_col {
    padding: 4vw 6vw;
    margin-bottom: 6vw;
  }
}
.light_blue_col .list01 li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #0644bd;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .light_blue_col .list01 li::before {
    width: 10px;
    height: 10px;
  }
}

.section01 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section01 {
    margin-bottom: 12vw;
  }
}

.section02 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .section02 {
    margin-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table_slide table {
    width: 580px !important;
  }
}

.p-support_table {
  max-width: 600px;
  margin: 0 auto;
}
.p-support_table_head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.p-support_table.table03 {
  max-width: 644px;
}

.p-support_table table {
  width: 100%;
  border-top: 1px solid #eef3fb;
  border-left: 1px solid #eef3fb;
}

.p-support_table td,
.p-support_table th {
  border-bottom: 1px solid #eef3fb;
  border-right: 1px solid #eef3fb;
}

.p-support_table thead th {
  background: #103ea2;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  padding: 19px 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support_table_head{
    /* text-align: left; */
    display: block;
  }

  .p-support_table thead th {
    font-size: 15px;
  }
}

.p-support_table tbody tr {
  background: #fff;
}

.p-support_table tbody tr:nth-child(even) {
  background: #eef3fb;
}

.p-support_table tbody .th01 {
  background: #103ea2;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody .th01 {
    padding: 0.5vw;
  }
}

.p-support_table tbody .th01 .v_text {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  white-space: nowrap;
}

.p-support_table tbody .tr01 .th01 {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody .tr01 .th01 {
    padding: 0.2vw;
  }
}

.p-support_table tbody .th02 {
  background: #0644bd;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 10px 0;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody .th02 {
    padding: 0.5vw;
  }
}

.p-support_table tbody .th03 {
  background: #1877f2;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 10px 0;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody .th03 {
    font-size: 14px;
  }
}

.p-support_table tbody td {
  font-size: 15px;
  padding: 10px 15px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-support_table tbody td {
    font-size: 13px;
  }
}

.table01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .table01 {
    margin-bottom: 6vw;
  }
}

.branch_box {
  max-width: 770px;
  margin: 0 auto;
  background-color: #ced9ed;
  /* border-radius: 72px; */
  padding: 35px 4.7% 44px;
  /* text-align: center; */
}

.branch_box_ttl{
    margin-bottom: 17px;
}
.branch_box_list{
    line-height: 1.4;
}
.branch_box_list li{}
.branch_box_list li + li{
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .branch_box {
    padding: 20px 7%;
    border-radius: 0px;
  }


  .branch_box_ttl{
      margin-bottom: 17px;
  }
  .branch_box_list{
  }
  .branch_box_list li{}
  .branch_box_list li + li{
      margin-top: 12px;
  }

}

.branch_arrows {
  max-width: 666px;
  width: 60%;
  margin: 0 auto;
}
.branch_arrows img {
  width: 100%;
}


.table_navi{
  justify-content:space-between;
    margin: 11px 0 40px;
}
.table_navi a{
  border: solid #053084 1px;
  display: flex;
  align-items:center;
  width: 49%;
  padding: 21px 4% 50px;
  position: relative;
  z-index: 1;
}
.table_navi .c-arrow1{
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 13px;

    transform: rotate(90deg);
}
.table_navi_inner{}

.table_navi .caption{
    text-align: center;
}
.table_navi .caption_sub{
    font-size: 11px;
}

.table02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .table02 {
    margin-bottom: 2vw;
    display: block;
  }
}
.table02.p-support_table {
  max-width: 100%;
}
.table02 .p-support_table_box {
  width: 49%;
  max-width: 590px;
}

/*.table02 .c-table_slide .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-top: 0;
}*/
.table02 .caption {
  text-align: center;
  font-size: 20px;
  /* padding: 18px 0; */
}
.table02 .caption_sub{
  text-align: center;
  font-size: 14px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
.table02 .p-support_table_box + .p-support_table_box{
  margin-top: 40px;
}

  .table02 .p-support_table_box{
    
width: auto;
  }
  .table02 .caption {
    font-size: 14px;
    /* padding: 2vw 0; */
    padding: 0;
    text-align: left;
  }
  .table02 .caption_sub{
    font-size: 11px;
    margin-top: 3px;
    text-align: left;
  }  
}

.sp_table_caption {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_table_caption {
    width: 100%;
    display: flex;
  }
  .sp_table_caption .text01 {
    width: 50%;
    text-align: center;
    font-size: 14px;
    padding: 0 2vw 2vw;
  }
}

.table03 {
  margin-bottom: 15px;
}

.section03 .p_text02 {
  margin-left: calc((100% - 600px) / 2);
}
@media screen and (max-width: 767px) {
  .section03 .p_text02 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {

  .sp-tate {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  colgroup col{
    width: 42px;
}
}

