.flow-chart {
  max-width: 840px;
  margin:80px auto;
}
.flow-chart svg .f-detail {
  cursor: pointer;
}
.flow-chart .g-bo {
  transition: all 0.3s;
}
.pc .cls-1 {
  fill: #8cbfe8;
}
.pc .cls-2, .pc .cls-6 {
  fill: #324b93;
}
.pc .cls-2 {
  font-size: 28px;
}
.pc .cls-10,.pc .cls-11,.pc .cls-2,.pc .cls-4,
.pc .cls-5,.pc .cls-7,.pc .cls-8,.pc .cls-9 {
  font-family: Noto Sans JP;
}
.pc .cls-10, .pc .cls-2, .pc .cls-4, .pc .cls-7, .pc .cls-8, .pc .cls-9 {
  font-weight: 700;
}
.pc .cls-2, .pc .cls-9 {
  letter-spacing: 0.1em;
}
.pc .cls-10, .pc .cls-11, .pc .cls-3, .pc .cls-7, .pc .cls-8, .pc .cls-9 {
  fill: #fff;
}
.pc .cls-3 {
  stroke: #324b93;
  stroke-width: 2px;
}
.pc .cls-10, .pc .cls-4 {
  font-size: 22px;
}
.pc .cls-11, .pc .cls-5 {
  font-size: 14px;
  font-weight: 500;
}
.pc .cls-7, .pc .cls-8 {
  font-size: 16px;
}
.pc .cls-8 {
  letter-spacing: 0.25em;
}
.pc .cls-9 {
  font-size: 24px;
}
.pc .cls-12 {
  stroke: none;
}
.pc .cls-13 {
  fill: none;
}
.flow-chart.pc .g-bo:hover .cls-3,
.flow-chart.sp .g-bo:hover .cls-2 {
  fill:#D8EEF7;
  transition: all 0.3s;
}

.flow-item {
  position: relative;
  padding:40px 0;
}
.flow-item:after,
.flow-item#f06 .blue-box:after {
  content:"";
  position: absolute;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.flow-item#f0:after {
  right: 20px;
  bottom: -40px;
  background-image: url(../img/entry-flow/img-01.svg);
  width: 204px;
  height: 193px;
}
.flow-item#f03:after {
  right: 6px;
  top:50%;
  transform: translateY(-50%);
  background-image: url(../img/entry-flow/img-02.svg);
  width: 236px;
  height: 318px;
}
.flow-item#f06 .blue-box {
  position: relative;
}
.flow-item#f06 .blue-box:after {
  right: 40px;
  top:-252px;
  background-image: url(../img/entry-flow/img-03.svg);
  width: 142px;
  height: 252px;
}

.flow-item h2 {
  color:#324B93;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
}
.flow-item h2 span {
  display: inline-block;
  vertical-align: middle;
}
.flow-item h2 .n {
  color:#fff;
  padding:0 12px;
  background: #324B93;
  margin-right: 10px;
  border-radius: 6px;
}
.flow-item a {
  color:#324B93;
  text-decoration: underline;
}
.flow-item .h-red {
  font-weight: bold;
  color:#FF2E00;
}
.flow-item .blue-box {
  background: #D8EEF7;
  border-radius: 20px;
  padding:30px 40px;
  margin:28px 0;
}
.blue-box .nt {
  color:#324B93;
  font-weight: 500;
  margin-bottom: 6px;
}
#f01 .blue-box ol {
  margin: 0;
  padding-left: 20px;
}
#f01 .blue-box ol li {
  padding-left: 2px;
}
#f01 .blue-box ol li::marker {
  content: counters(list-item, "") "）";  /* 1) 2) 3)… に変換 */
}
#f01 .table {
  line-height: 24px;
  text-align: center;
  max-width: 700px;
  border-color:#000;
  margin-bottom: 60px;
}
#f01 thead th,#f01 tbody td {
  padding:4px 8px;
}
#f01 .table thead {
  font-weight: bold;
}
#f01 thead th {
  background: #324B93;
  color:#fff;
  border-right-color: #fff;
}
#f01 thead th:last-child {
  border-right-color: #000;
}
#f01 thead th:first-child,
#f01 thead th:nth-child(2) {
  width: 14%;
}
#f01 .table tr:nth-child(even) td {
  background: #D8EEF7;
}
#f01 .table tbody tr:first-child,
#f01 .table tbody tr:first-child td {
  border-bottom-color: transparent;
}
#f01 .table tbody td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
#f01 .table .bn {
  font-size: 21px;
}
#f01 .btm-entry-l {
  text-align: center;
}
#f01 .btm-entry-l a {
  display: inline-block;
  text-decoration: none;
}
#f04 .blue-box {
  margin-bottom: 0;
}
#f04 .blue-box ol {
  margin: 0;
  padding-left: 55px;
}
#f04 .blue-box ol li {
  padding-left: 8px;
}
#f04 .blue-box ol li::marker {
  content: "（" counters(list-item, "") "）";
}
#f06 .nt {
  color:#324B93;
  font-weight: 500;
  margin-bottom: 6px;
}
#f06 ol {
  margin:0;
  padding-left: 55px;
}
#f06 ol li {
  padding-left: 8px;
}
#f06 ol li::marker {
  content: "（" counters(list-item, "") "）";
}

.btm-bottom {
  text-align: center;
  padding:50px 0;
}
.btm-bottom>* {
  width: 50%;
}
.btm-bottom .btn {
  display: block;
  margin:auto;
}
.btm-bottom .gl-l .btn {
}

.gl-l .btn-guide {
  position: relative;
  z-index: 5;
  display: block;
  background: #D8EEF7;
  border-radius: 12px;
  color:#324B93;
  font-weight: bold;
  text-align: center;
  padding:18px;
  padding-right: 52px;
  width: 100%;
  max-width: 465px;
  box-shadow: 3px 3px #8CBFE8;
  transition: unset;
}
.gl-l .btn-guide:hover {
  text-decoration: none;
  bottom: -3px;
  right: -3px;
  box-shadow: unset;
  transition: unset;
}
.gl-l .btn-guide:hover:before {
  bottom: 0;
  right: 0;
}
.gl-l .btn-guide span {
  display: block;
}
.gl-l .btn-guide .t {
  position: relative;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 6px;
}
.gl-l .btn-guide .t:after {
  content:"";
  position: absolute;
  background-image: url(../img/common/arrow-02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top:4px;
  left: auto;
  right: -16px;
  width: 52px;
  height: 37px;
}
.gl-l .btn-guide .t .sm {
  font-size: 22px;
  display: inline-block;
}
.gl-l .btn-guide .st {
  font-size: 12px;
  line-height: 16px;
}

.btm-home-l {
  margin-top: 0;
}



@media (max-width: 1199px) {
  .flow-item#f0:after {
    width: 180px;
    height: 172px;
  }
  .flow-item#f03:after {
    width: 190px;
    height: 262px;
  }
  .flow-item#f06 .blue-box:after {
    width: 120px;
    height: 218px;
    top: -218px;
  }

  .btm-bottom .gl-l {
    margin-right: 20px;
  }
  .gl-l .btn-guide,
  .btm-entry-l .btn-entry {
    padding:15px;
    padding-right: 40px;
  }
  .gl-l .btn-guide .t,
  .btm-entry-l .btn-entry .t {
    font-size: 22px;
    line-height: 32px;
  }
  .gl-l .btn-guide .t .sm,
  .btm-entry-l .btn-entry .t .sm {
    font-size: 18px;
  }
  .gl-l .btn-guide .t:after {
    right:-6px;
  }
  .btm-entry-l .btn-entry .t:after {
    right: -35px;
  }
}
@media (max-width: 992px) {
  .flow-chart svg {
    max-width: 100%;
  }

  .flow-chart {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .sp .cls-1 {
    fill: #8cbfe8;
  }
  .sp .cls-10, .sp .cls-11, .sp .cls-12, .sp .cls-13,
  .sp .cls-2, .sp .cls-5, .sp .cls-9 {
    fill: #fff;
  }
  .sp .cls-2, .sp .cls-4 {
    stroke: #324b93;
    stroke-width: 2px;
  }
  .sp .cls-3, .sp .cls-4, .sp .cls-8 {
    fill: #324b93;
  }
  .sp .cls-12, .sp .cls-3, .sp .cls-5, .sp .cls-6 {
    font-size: 18px;
  }
  .sp .cls-10, .sp .cls-11, .sp .cls-12, .sp .cls-13,
  .sp .cls-3, .sp .cls-5, .sp .cls-6, .sp .cls-7, .sp .cls-9 {
    font-family: Noto Sans JP;
  }
  .sp .cls-10, .sp .cls-11, .sp .cls-12,
  .sp .cls-3, .sp .cls-5, .sp .cls-6, .sp .cls-9 {
    font-weight: 700;
  }
  .sp .cls-11, .sp .cls-3, .sp .cls-5 {
    letter-spacing: 0.1em;
  }
  .sp .cls-13, .sp .cls-7 {
    font-size: 13px;
    font-weight: 500;
  }
  .sp .cls-14, .sp .cls-9 {
    font-size: 14px;
  }
  .sp .cls-10 {
    font-size: 16px;
    letter-spacing: 0.25em;
  }
  .sp .cls-11 {
    font-size: 22px;
  }
  .sp .cls-15 {
    stroke: none;
  }
  .sp .cls-16 {
    fill: none;
  }
  .flow-chart {
    text-align: center;
    margin-top: 30px;
  }

  .flow-item {
    padding:25px 0;
  }
  .flow-item h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .flow-item#f0:after {
    width: 120px;
    height: 114px;
  }
  .flow-item .blue-box {
    border-radius: 14px;
    margin:22px auto;
    padding:20px 15px;
  }

  #f01 .table {
    margin-bottom: 30px;
  }
  #f01 thead th:first-child, #f01 thead th:nth-child(2) {
    width: 19%;
  }
  #f01 .table tbody {
    font-size: 14px;
  }
  #f01 .table thead {
    font-size: 12px;
  }
  #f01 thead th, #f01 tbody td {
    padding:4px;
  }
  #f01 .table tbody td:nth-child(3) {
    padding-left: 4px;
  }
  #f01 .table .bn {
    font-size: 18px;
  }

  .flow-item#f03:after,
  .flow-item#f06 .blue-box:after {
    content:none;
  }

  .btm-bottom {
    flex-wrap: wrap;
  }
  .btm-bottom>div {
    width: 100%;
  }
  .btm-bottom .gl-l {
    margin: 0 0 20px;
  }
}