@charset "UTF-8";
.c-table_sp_col {
    display: flex;
    text-align: center;
    width: calc(100% + 8px);
    margin: 4rem -4px 0;
}
.c-table_sp_col__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4px;
    color: #004EA2;
}
.c-table_sp_col__item_inner {
    border: solid 1px #004EA2;
    border-radius: 16px;
    overflow: hidden;
}
.c-table_sp_col__ttl, .c-table_sp_col__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.c-table_sp_col__ttl {
    background-color: #004EA2;
    color: #fff;
}
.c-table_sp_col__data {
    flex: 1;
}
.c-table_sp_col__item .-note {
    display: block;
    padding-top: 0.5em;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .c-table_sp_col__item {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .c-table_sp_col__ttl {
        min-height: 40px;
    }
    .c-table_sp_col__data {
        min-height: 60px;
    }
}
@media screen and (max-width: 767.999px) {
    .c-table_sp_col {
        width: 100%;
        margin: 4rem 0 0;
        flex-direction: column;
    }
    .c-table_sp_col__item_inner {
        border-radius: 12px;
    }
}
.-h100per {
    height: 100%;
}
.-mw8em {
    display: inline-block;
    min-width: 8em;
}
@media screen and (max-width: 767.999px) {
    .-mw8em {
        display: block;
    }
}
.text-red {
  color: #E8374A!important;
}
.text-blue {
  color: #004EA2!important;
}
.c-flow_col_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0;
}
.c-flow_col {
    width: 100%;
    padding-left: 0;
}
.c-flow_col__item {
    list-style-type: none;
    display: flex;
}
.c-flow_col__item:not(:last-child) {
    margin: 0 0 50px;
}
.c-flow_col__icon {
    width: 90px;
    box-sizing: border-box;
    padding: 20px 10px 10px;
    font-weight: 700;
    text-align: center;
    background: #F4F9FD;
    border-radius: 5px 5px 0 0;
    position: relative;
    line-height: 125%;
    margin: 0;
    color: #004EA2;
}
.c-flow_col__icon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #F4F9FD;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.c-flow_col.-clr02 .c-flow_col__icon {
    background: #004EA2;
    color:#fff;
}
.c-flow_col.-clr02 .c-flow_col__icon::after {
    border-top: 20px solid #004EA2;
}
.c-flow_col__icon .-nmb {
    display: block;
    margin: 4px 0 16px;
    font-size: 2.8rem;
}
.c-flow_col__icon .-note {
    display: block;
    font-weight: 400;
    margin-top: 1.6em;
    font-size: 1.4rem;
}
.c-flow_col__icon .-label {
    display: block;
    margin-top: 1em;
    padding: 2px;
    background-color: #004EA2;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
}
.c-flow_col.-clr02 .-label {
    background-color: #fff;
    color: #004EA2;
}
.c-flow_col__cont {
    padding: 0 0 0 1.5em;
    width: calc(100% - 115px);
    font-size: 1.6rem;
}
.c-flow_col__cont .c-list .item {
    font-size: inherit;
}
.c-flow_col__ttl {
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 4px solid #CCCCCC;
    position: relative;
}
.c-flow_col__ttl::after {
    content: '';
    width: 20%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #004EA2;
}
.c-flow_col__txt {
    margin: 0;
}
.c-flow_col__txt .c-list {
    margin-top: 0;
}
@media screen and (max-width: 767.999px) {
    .c-flow_col__cont {
        font-size: 1.4rem;
    }
}
.c-section.-blue .c-frame.-bgWhite .c-text {
    color: #555;
}
.c-frame__icon {
    width: 120px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .c-list.-fz_large .item {
        font-size: 1.6rem;
    }
}
.c-grid .item.-fz_small {
    font-size: 1.4rem;
}
.c-grid .item.-fz_small .c-text {
    font-size: 1.4rem;
}
.c-academyBoxLead .text {
  letter-spacing: 0.12em;
  line-height: 2.11;
  color: #004EA2;
  font-family: YuMincho, "游明朝", "Times New Roman", "Hiragino Mincho ProN", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-academyBoxLead .c-frame {
    padding: 9rem 12%;
  }
  .c-academyBoxLead .text {
    font-size: 2.8rem;
  }
  .c-text + .c-academyBoxLead .c-frame {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-academyBoxLead .c-frame {
    padding: 4.5rem 3.8rem;
    margin-top: 3.2rem;
  }
  .c-academyBoxLead .text {
    text-align: center;
    font-size: 1.6rem;
  }
  .c-text + .c-academyBoxLead .c-frame {
    margin-top: 2.4rem;
  }
}