@charset "UTF-8";
#flow dl {
  border-top: 1px solid #dcdcdc; }
  #flow dl div {
    padding: 2.5rem 1rem;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      #flow dl div {
        padding: 1.5rem 0; } }
    #flow dl div dt {
      font-size: 2.2rem;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        #flow dl div dt {
          font-size: 1.6rem; } }
      #flow dl div dt span {
        width: 10rem;
        text-align: center;
        flex-shrink: 0;
        color: #026eb7;
        font-weight: 500;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          #flow dl div dt span {
            width: 7rem;
            font-size: 1.2rem;
            text-align: left; } }
        #flow dl div dt span b {
          font-size: 1.6rem;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            #flow dl div dt span b {
              font-size: 1.4rem; } }
    #flow dl div dd {
      padding-left: 10rem; }
      @media only screen and (max-width: 767px) {
        #flow dl div dd {
          padding-left: 0; } }
      #flow dl div dd p {
        padding-bottom: 0; }

#law .section-box-inner {
  padding-bottom: 5rem; }
  #law .section-box-inner ul {
    border-top: 1px solid #dcdcdc;
    margin: 3rem 0 5rem; }
    @media only screen and (max-width: 767px) {
      #law .section-box-inner ul {
        margin: 1rem 0 3rem; } }
    #law .section-box-inner ul li {
      padding: 2rem;
      font-weight: 700;
      font-size: 1.8rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-bottom: 1px solid #dcdcdc; }
      @media only screen and (max-width: 767px) {
        #law .section-box-inner ul li {
          padding: 1rem 0;
          font-size: 1.4rem;
          line-height: 1.3; } }
      #law .section-box-inner ul li span {
        width: 3.2rem;
        height: 3.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        color: #026eb7;
        letter-spacing: 0;
        border-radius: 50%;
        border: 1px solid #eee;
        flex-shrink: 0;
        margin-right: 1.5rem;
        font-weight: 500;
        background: #fff; }
        @media only screen and (max-width: 767px) {
          #law .section-box-inner ul li span {
            width: 2.4rem;
            height: 2.4rem;
            font-size: 1.5rem;
            margin-right: 1rem; } }
  #law .section-box-inner p strong {
    font-size: 2rem;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #law .section-box-inner p strong {
        font-size: 1.6rem; } }
  #law .section-box-inner-btn {
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      #law .section-box-inner-btn {
        padding-top: 1.5rem; } }
    #law .section-box-inner-btn a {
      width: 44rem; }
      @media only screen and (max-width: 767px) {
        #law .section-box-inner-btn a {
          width: 100%; } }

.section-training {
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem 0; }
  @media only screen and (max-width: 767px) {
    .section-training {
      padding: 3rem 0; } }
  .section-training-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem;
    border-bottom: 1px solid #dcdcdc; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-training-header {
    padding-bottom: 1.5rem; } }

    .section-training-header-en {
      font-size: 1.4rem;
      color: #026eb7;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-training-header-en {
          font-size: 1.2rem; } }
    .section-training-header-ttl {
      font-size: 2.8rem;
      line-height: 1.3; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-training-header-ttl {
    font-size: 2rem; } }

  .section-training-inner {
    padding: 3rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .section-training-inner {
        font-size: 1.3rem;
        padding: 1.5rem 0; } }
    .section-training-inner strong {
      font-size: 2.8rem;
      font-family: "Barlow", serif; }
      @media only screen and (max-width: 767px) {
        .section-training-inner strong {
          font-size: 2rem; } }
  .section-training-btn {
    padding-top: 3rem; }
  .section-training .dl-overview {
    margin-bottom: 5rem; }
    .section-training .dl-overview > div {
      padding: 2.5rem 0;
      border-bottom: 1px solid #dcdcdc; }
      @media only screen and (max-width: 767px) {
        .section-training .dl-overview > div {
          padding: 1.5rem 0;
          flex-direction: column; } }
      .section-training .dl-overview > div dt {
        font-size: 2.4rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-training .dl-overview > div dt {
            font-size: 1.6rem;
            line-height: 1.3; } }
        .section-training .dl-overview > div dt b {
          width: 2em;
          flex-shrink: 0;
          color: #026eb7;
          font-size: 2.4rem; }
          @media only screen and (max-width: 767px) {
            .section-training .dl-overview > div dt b {
              font-size: 1.8rem; } }
      .section-training .dl-overview > div dd {
        width: 100%;
        padding-left: 4.8rem;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .section-training .dl-overview > div dd {
            font-size: 1.3rem;
            padding-left: 0; } }
  .section-training .dl-flow > div {
    padding: 2.5rem 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .section-training .dl-flow > div {
        padding: 1.5rem 0;
        flex-direction: column; } }
    .section-training .dl-flow > div dt {
      width: 14rem;
      font-size: 1.6rem;
      font-weight: 700;
      flex-shrink: 0;
      text-align: center;
      color: #026eb7; }
      @media only screen and (max-width: 767px) {
        .section-training .dl-flow > div dt {
          width: 100%;
          font-size: 1.2rem;
          margin-bottom: .5rem; } }
      .section-training .dl-flow > div dt b {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-training .dl-flow > div dt b {
            font-size: 1.4rem; } }
    .section-training .dl-flow > div dd {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-training .dl-flow > div dd {
          flex-direction: column; } }
  .section-training .dl-flow-icon {
    width: 8rem;
    flex-shrink: 0;
    margin-right: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .section-training .dl-flow-icon {
        width: 6.4rem;
        margin: 0 0 1rem; } }
  .section-training .dl-flow-inner {
    width: 100%; }
    .section-training .dl-flow-inner p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-training .dl-flow-inner p {
          font-size: 1.3rem; } }
  .section-training .dl-flow-ttl {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .section-training .dl-flow-ttl {
        font-size: 1.6rem;
        text-align: center; } }
  .section-training .ul-target {
    font-size: 1.6rem;
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-training .ul-target {
        font-size: 1.3rem; } }
    .section-training .ul-target li {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 1.5rem; }
      .section-training .ul-target li:before {
        content: "●";
        color: #026eb7;
        flex-shrink: 0;
        margin-right: .6em; }
  .section-training table {
    width: 100%;
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .section-training table {
        font-size: 1.2rem; }
        .section-training table.table-schedule tr {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .section-training table.table-schedule tr th {
            width: calc(100% / 3); }
            .section-training table.table-schedule tr th:nth-last-of-type(1), .section-training table.table-schedule tr th:nth-last-of-type(2) {
              display: none; }
          .section-training table.table-schedule tr td {
            width: calc(100% / 3);
            border-bottom-color: rgba(220, 220, 220, 0.5); }
            .section-training table.table-schedule tr td:nth-last-of-type(2) {
              width: 100%;
              border-bottom: none;
              padding-bottom: 0; }
            .section-training table.table-schedule tr td:nth-last-of-type(1) {
              width: 100%;
              border-bottom: 1px solid #dcdcdc;
              padding-top: .5rem; } }
    .section-training table.table-schedule tr:nth-of-type(2n) th, .section-training table.table-schedule tr:nth-of-type(2n) td {
      background: rgba(220, 220, 220, 0.15); }
    .section-training table tr th, .section-training table tr td {
      border-bottom: 1px solid #dcdcdc;
      text-align: center;
      vertical-align: middle; }
    .section-training table tr th {
      padding: 1rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-training table tr th {
          padding: .5rem 0; } }
    .section-training table tr td {
      padding: 1.5rem 1rem; }
      @media only screen and (max-width: 767px) {
        .section-training table tr td {
          padding: 1rem .5rem; } }
  .section-training a.blue-btn {
    width: 32rem; }
    @media only screen and (max-width: 767px) {
      .section-training a.blue-btn {
        width: 24rem; } }

.container-inner {
  padding: 0 3vw 10rem; }
  @media only screen and (max-width: 767px) {
    .container-inner {
      padding: 0 5vw 3rem; } }

#fee .section-training-inner {
  text-align: center; }
