/* CSS Document */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  padding-bottom: 3px; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #005cb8;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }
  @media only screen and (min-width: 769px) {
    .simplebar-scrollbar:before {
      display: none; } }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

a.course {
  color: #005cb8; }

p {
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    p {
      line-height: 1.6; } }

.m-lead {
  background: url(../img/course/main_bg.jpg) no-repeat center/cover; }

.nav-anchor {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 769px) {
    .nav-anchor {
      margin: 0 auto 115px; } }
  @media only screen and (max-width: 768px) {
    .nav-anchor {
      flex-wrap: wrap;
      margin: 0 auto 40px;
      padding: 0 2%; } }
  .nav-anchor li {
    border-radius: 10px;
    border: 2px solid #005cb8;
    margin: 0 16px 0 0; }
    @media only screen and (max-width: 768px) {
      .nav-anchor li {
        width: 44%;
        margin: 0 auto 19px; } }
    @media only screen and (min-width: 769px) {
      .nav-anchor li:last-child {
        margin: 0; } }
  .nav-anchor a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #005cb8;
    text-align: center;
    line-height: 1.2;
    width: 235px;
    height: 75px;
    padding-bottom: 5px;
    position: relative;
    transition: all .4s;
    border-radius: 6px; }
    .nav-anchor a:hover {
      color: #fff;
      background: #005cb8; }
    @media only screen and (max-width: 768px) {
      .nav-anchor a {
        font-size: 13px;
        letter-spacing: normal;
        width: 100%;
        height: 65px;
        padding: 0 7px 5px;
        box-sizing: border-box; } }
    .nav-anchor a > span {
      font-size: 18px;
      position: absolute;
      top: -16px;
      left: -13px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50px;
      border: #005cb8 2px solid;
      background: #fff;
      transition: all .4s; }
      @media only screen and (max-width: 768px) {
        .nav-anchor a > span {
          font-size: 12px;
          width: 20px;
          height: 20px;
          top: -11px;
          left: -10px; } }
    .nav-anchor a:hover > span {
      color: #fff;
      background: #005cb8;
      border: #fff 2px solid; }
    .nav-anchor a:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #005cb8;
      border-right: 2px solid #005cb8;
      position: absolute;
      bottom: 10px;
      left: -100%;
      right: -100%;
      margin: auto;
      transform: rotate(135deg);
      transition: all .4s; }
      @media only screen and (max-width: 768px) {
        .nav-anchor a:before {
          bottom: 8px;
          width: 6px;
          height: 6px; } }
    .nav-anchor a:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      bottom: 7px; }

.course {
  padding-top: 160px;
  margin-top: -120px; }
  @media only screen and (max-width: 768px) {
    .course {
      padding-top: 0;
      margin-top: 0; } }
  .course-unit {
    color: #fff;
    background: #005cb8;
    margin: 0 0 -1px; }
    @media only screen and (max-width: 768px) {
      .course-unit {
        width: 98%;
        margin: 0 auto; } }
    @media only screen and (min-width: 769px) {
      .course-unit {
        display: flex;
        flex-direction: row-reverse; } }
  @media only screen and (min-width: 769px) {
    .course-col.is-img {
      width: 460px; } }
  .course-col.is-txt {
    position: relative; }
    @media only screen and (min-width: 769px) {
      .course-col.is-txt {
        width: 580px;
        padding: 65px 30px 0 0; } }
    @media only screen and (max-width: 768px) {
      .course-col.is-txt {
        padding: 35px 15px 20px 0; } }
  .course-ttl {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
    border-left: 10px solid #fff;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 768px) {
      .course-ttl {
        font-size: 22px;
        line-height: 1.3;
        /*letter-spacing: .15em;*/
        margin: 0 0 15px;
        border-left: 7px solid #fff; } }
    .course-ttl > span {
      font-weight: 200;
      text-indent: .2em;
      position: absolute;
      top: -32px;
      left: -32px;
      background: #e5bd00;
      border-radius: 50%;
      border: #fff 4px solid;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .course-ttl > span {
          top: -25px;
          left: -18px;
          width: 44px;
          height: 44px; } }
  .course-txt {
    line-height: 1.8;
    padding: 0 0 30px 30px; }
    @media only screen and (max-width: 768px) {
      .course-txt {
        line-height: 1.8;
        padding: 0 0 0 26px; } }
  .course-wrap {
    background: #e8f8fd;
    padding: 20px;
    margin: 0 0 150px; }
    @media only screen and (max-width: 768px) {
      .course-wrap {
        padding: 12px 12px 35px;
        margin: 0 0 80px; } }
  .course-sttl-01 {
    font-size: 18px;
    font-weight: 500;
    color: #005cb8;
    line-height: 1.3em;
    /*letter-spacing: .15em;*/
    margin: 0 25px 26px 0; }
    .course-sttl-01 + p {
      position: relative;
      top: -3px; }
      .course-sttl-01 + p b {
        font-size: 15px;
        font-weight: 500;
        margin: 0 0 0 -5px; }
    @media only screen and (max-width: 768px) {
      .course-sttl-01 {
        width: 100%;
        margin: 0 0 15px 0; } }
  .course-dl-01 {
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background: #005cb8;
    border: #005cb8 3px solid;
    display: inline-flex;
    margin: 0 20px 12px 0; }
    @media only screen and (max-width: 768px) {
      .course-dl-01 {
        margin: 0 5px 12px 0; } }
    .course-dl-01:last-of-type {
      margin: 0; }
    .course-dl-01 dt, .course-dl-01 dd {
      padding: 6px 10px;
      line-height: 1.3em;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
      @media only screen and (max-width: 768px) {
        .course-dl-01 dt, .course-dl-01 dd {
          padding: 4px 8px; } }
    .course-dl-01 dt {
      color: #fff; }
    .course-dl-01 dd {
      color: #000;
      /*letter-spacing: .12em;*/
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .course-dl-01 dd {
          letter-spacing: normal; } }
  .course-dl-02 {
    display: flex;
    align-items: flex-start;
    margin: 0 22px 14px 0; }
    .course-dl-02:last-of-type {
      margin: 0 0 10px 0; }
    @media only screen and (max-width: 768px) {
      .course-dl-02 {
        flex-wrap: wrap;
        margin: 0 15px 10px 0; } }
    .course-dl-02 dt {
      font-weight: 300;
      color: #fff;
      text-align: center;
      display: inline-block;
      border-radius: 15px;
      background: #003a6e;
      padding: 3px 10px 5px;
      margin: 0 10px 0 0;
      min-width: 66px; }
      @media only screen and (max-width: 768px) {
        .course-dl-02 dt {
          font-size: 12px;
          border-radius: 10px;
          padding: 2px 10px 4px; } }
    .course-dl-02 dd {
      font-size: 16px;
      position: relative;
      top: 2px; }
      @media only screen and (max-width: 768px) {
        .course-dl-02 dd {
          top: 0; } }
      .course-dl-02 dd b {
        font-weight: 400; }
      .course-dl-02 dd.is-small {
        font-size: 14px;
        position: relative;
        top: 1px; }
        @media only screen and (max-width: 768px) {
          .course-dl-02 dd.is-small {
            left: 10px;
            top: 4px; } }
    .course-dl-02-dd {
      font-size: 16px;
      font-weight: 500;
      margin: 0 20px 0 0; }
      @media only screen and (max-width: 768px) {
        .course-dl-02-dd {
          line-height: 1.5;
          width: 100%; }
          .course-dl-02-dd:first-of-type {
            margin: 5px 0 0; } }
      @media only screen and (min-width: 769px) {
        .course-dl-02-dd:first-of-type {
          margin: 0 20px 0 12px; } }
      .course-dl-02-dd b {
        color: #005cb8; }
      .course-dl-02-dd span {
        font-size: 14px;
        font-weight: 200;
        line-height: 1.4;
        margin: 0 0 0 1em;
        text-indent: -1em; }
        .course-dl-02-dd span.is-block {
          display: block;
          margin: 15px 0 0 1em; }
          @media only screen and (max-width: 768px) {
            .course-dl-02-dd span.is-block {
              font-size: 13px; } }
  .course-dl-03 {
    font-weight: 500;
    /*display: flex;*/
    align-items: center;
    margin: 0 0 12px; }
    @media only screen and (max-width: 768px) {
      .course-dl-03 {
        flex-wrap: wrap; } }
    .course-dl-03 dt {
      font-size: 14px;
      color: #fff;
      display: inline-block;
      border-radius: 15px;
      padding: 3px 10px 5px;
      background: #003a6e;
      margin: 0 8px 8px 0; }
      @media only screen and (max-width: 768px) {
        .course-dl-03 dt {
          font-size: 13px; } }
    .course-dl-03 dd {
      font-size: 14px;
      display: block; }
      .course-dl-03 dd span {
        font-size: 12px; }
      @media only screen and (max-width: 768px) {
        .course-dl-03 dd {
          font-size: 14px;
          line-height: 1.4;
          width: 100%; }
          .course-dl-03 dd:nth-of-type(1) {
            margin: 4px 0 8px; } }
  .course .contact_btn {
    max-width: 520px;
    height: 70px;
    position: relative;
    top: 60px;
    margin: -30px auto 0;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .course .contact_btn {
        height: auto;
        margin: -48px auto 0; } }
    .course .contact_btn:after {
      content: "";
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 31px;
      right: 32px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      z-index: 4;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .course .contact_btn:after {
          top: calc(50% - 4px);
          right: 23px; } }
    .course .contact_btn:hover:after {
      right: -15px; }
    .course .contact_btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%;
      background: #0068c3;
      color: #fff;
      border-radius: 36px;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0.02em;
      padding: 0 60px 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      z-index: 2;
      transition: .3s; }
      .course .contact_btn a:hover {
        background: transparent; }
      @media only screen and (max-width: 768px) {
        .course .contact_btn a {
          font-size: 3vw;
          padding: 5px 30px 5px 20px; } }
      .course .contact_btn a:after {
        content: "";
        width: 42px;
        height: 42px;
        background-color: #e5bd00;
        border-radius: 50%;
        position: absolute;
        top: 14px;
        right: 14px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: -1; }
        @media only screen and (max-width: 768px) {
          .course .contact_btn a:after {
            width: 35px;
            height: 35px;
            top: calc(50% - 18px);
            right: 8px; } }
      .course .contact_btn a:hover:after {
        transform: scale(25); }

.icon {
  font-weight: 300;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 70px;
  border-radius: 15px;
  background: #003a6e;
  padding: 3px 10px 5px;
  margin: 0 10px 0 0; }
  @media only screen and (max-width: 768px) {
    .icon {
      padding: 2px 8px 4px; } }

.img-list-01 {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 15px 5px 5px; }
  @media only screen and (max-width: 768px) {
    .img-list-01 {
      flex-wrap: wrap;
      padding: 12px 10px 9px; } }
  .img-list-01 li {
    width: 190px; }
    @media only screen and (max-width: 768px) {
      .img-list-01 li {
        width: calc(100%/2); }
        .img-list-01 li:last-child {
          display: none; } }

.m-row [class^="col-"] {
  background: #fff;
  padding: 36px 20px 18px; }
  @media only screen and (max-width: 768px) {
    .m-row [class^="col-"] {
      padding: 25px 18px 15px; } }
  .m-row [class^="col-"].is-border {
    position: relative; }
    .m-row [class^="col-"].is-border:before {
      content: '';
      display: block;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .m-row [class^="col-"].is-border:before {
          width: calc(100% - 28px);
          height: 0;
          top: 0;
          left: 14px;
          border-top: #8ca0b9 2px dotted; } }
      @media only screen and (min-width: 769px) {
        .m-row [class^="col-"].is-border:before {
          width: 0;
          height: 86%;
          top: 13px;
          left: -10px;
          border-left: #8ca0b9 2px dotted; } }
.m-row.is-type1 {
  margin: 0 0 20px; }
  @media only screen and (max-width: 768px) {
    .m-row.is-type1 {
      margin: 0 0 12px; } }
  @media only screen and (max-width: 768px) {
    .m-row.is-type1 .col-6.is-type3 {
      margin: 15px 0 0; } }
  @media only screen and (min-width: 769px) {
    .m-row.is-type1 .col-6.is-type3 {
      position: relative;
      left: -60px; } }
  .m-row.is-type1 .col-6 .col-10 {
    position: relative;
    left: 12px; }
    @media only screen and (max-width: 768px) {
      .m-row.is-type1 .col-6 .col-10 {
        left: 2px; } }
.m-row.is-type2 {
  margin: 0 0 20px; }
  @media only screen and (max-width: 768px) {
    .m-row.is-type2 {
      margin: 0 0 12px; } }
  .m-row.is-type2 .col-6 {
    width: calc((100%/2 - 10px)); }
    @media only screen and (max-width: 768px) {
      .m-row.is-type2 .col-6 {
        width: 100%; }
        .m-row.is-type2 .col-6:nth-of-type(1) {
          margin: 0 0 12px; } }
    @media only screen and (min-width: 769px) {
      .m-row.is-type2 .col-6:nth-of-type(2) {
        margin: 0 0 0 20px; } }
  .m-row.is-type2 .col-7 {
    width: calc((100%/1.714 - 10px)); }
    @media only screen and (max-width: 768px) {
      .m-row.is-type2 .col-7 {
        width: 100%; }
        .m-row.is-type2 .col-7:nth-of-type(2) {
          margin: 20px 0 0; } }
    @media only screen and (min-width: 769px) {
      .m-row.is-type2 .col-7:nth-of-type(2) {
        margin: 0 0 0 20px; } }

.flick-txt {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #005cb8;
  float: right;
  position: relative;
  top: 3px;
  padding: 0 0 0 21px; }
  .flick-txt img {
    width: 15px;
    position: absolute;
    top: 3px;
    left: 0; }

.tbl-01-wrap {
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .tbl-01-wrap {
      width: 100%;
      padding-bottom: 15px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }

.tbl-01 {
  width: 100%;
  border: 1px solid #dce4ec;
  min-width: 500px; }
  @media only screen and (max-width: 768px) {
    .tbl-01 {
      min-width: 500px; } }
  .tbl-01 th,
  .tbl-01 td {
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #dce4ec; }
    @media only screen and (max-width: 768px) {
      .tbl-01 th,
      .tbl-01 td {
        font-size: 13px; } }
  .tbl-01 th {
    font-weight: 500;
    color: #002c64;
    width: 220px;
    border-right: 1px solid #dce4ec;
    position: relative;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .tbl-01 th {
        text-align: center;
        width: auto; } }
    .tbl-01 th > small {
      display: block;
      font-size: 12px; }
    .tbl-01 th > span {
      display: inline-block;
      height: 100%;
      margin: 0 10px 0 0;
      padding: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        .tbl-01 th > span {
          padding: 0 0 10px;
          margin: 0; } }
      @media only screen and (min-width: 769px) {
        .tbl-01 th > span {
          position: relative; } }
      .tbl-01 th > span:before, .tbl-01 th > span:after {
        content: '';
        display: inline-block; }
      .tbl-01 th > span:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #005cb8;
        position: absolute;
        bottom: -16px;
        left: 26px;
        z-index: 10;
        transform: rotate(90deg); }
        @media only screen and (max-width: 768px) {
          .tbl-01 th > span:before {
            bottom: 0;
            left: calc(50% - 3px); } }
      .tbl-01 th > span:after {
        height: calc(100% - 20px);
        border-left: 2px dotted #005cb8;
        position: absolute;
        top: 25px;
        left: 29px; }
        @media only screen and (max-width: 768px) {
          .tbl-01 th > span:after {
            height: calc(100% + 25px);
            left: 50%; } }
      .tbl-01 th > span > span {
        font-weight: 300;
        color: #fff;
        /*letter-spacing: .2em;*/
        display: inline-block;
        border-radius: 15px;
        background: #005cb8;
        padding: 3px 10px 5px; }
    .tbl-01 th > .period2:before {
      border-color: transparent transparent transparent #e5bd00; }
    .tbl-01 th.col3 > span:before {
      bottom: -31px; }
      @media only screen and (max-width: 768px) {
        .tbl-01 th.col3 > span:before {
          bottom: 0; } }
    .tbl-01 th.col3 > span:after {
      height: 100%; }
    .tbl-01 th > .period2:after {
      border-left: 2px dotted #e5bd00; }
    .tbl-01 th > .period2 > span {
      background: #e5bd00; }
  .tbl-01 tbody tr:last-of-type .period2:before,
  .tbl-01 tbody tr:last-of-type .period2:after {
    display: none; }
  .tbl-01 thead {
    border-bottom: 1px solid #dce4ec; }
  .tbl-01 thead tr:nth-child(odd),
  .tbl-01 tbody tr:nth-child(even) {
    background: #f6fafb; }
  @media only screen and (max-width: 768px) {
    .tbl-01 thead th,
    .tbl-01 thead td,
    .tbl-01 tbody tr:nth-of-type(even) th,
    .tbl-01 tbody tr:nth-of-type(even) td {
      background: #f6fafb; }
    .tbl-01 tbody tr:nth-of-type(odd) th,
    .tbl-01 tbody tr:nth-of-type(odd) td {
      background: #fff; } }
  .tbl-01 thead th {
    line-height: 1.1;
    width: 190px; }
    .tbl-01 thead th.is-w150 {
      width: 150px; }
  .tbl-01 td {
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      .tbl-01 td {
        font-size: 13px;
        line-height: 1.5;
        padding-left: 15px;
        padding-right: 20px; } }
  .tbl-01 b {
    display: inline-block;
    position: relative;
    padding: 3px 0; }
  @media only screen and (max-width: 768px) {
    .tbl-01 thead th:first-of-type {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      width: 110px;
      border-right: 1px solid #dce4ec; }
    .tbl-01 tbody th {
      position: -webkit-sticky;
      position: sticky;
      left: 0; }
    .tbl-01 th:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border: #dce4ec 1px solid; }
    .tbl-01 tbody tr:nth-of-type(odd) b {
      background: #fff; }
    .tbl-01 thead th b,
    .tbl-01 tbody tr:nth-of-type(even) b {
      background: #f6fafb; } }

.tbl-02-caption {
  font-weight: 500;
  margin: 0 0 3px; }

.tbl-02-wrap {
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .tbl-02-wrap {
      width: 100%;
      padding-bottom: 15px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }

.tbl-02 {
  width: 100%;
  border: #c3dee7 1px solid; }
  .tbl-02 .is-none {
    display: none; }
  @media only screen and (max-width: 768px) {
    .tbl-02 {
      width: 1000px; }
      .tbl-02 thead th:first-of-type {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        width: 100px;
        background: #005cb8; }
      .tbl-02 tbody th {
        position: -webkit-sticky;
        position: sticky;
        left: 0; }
        .tbl-02 tbody th:before {
          content: "";
          position: absolute;
          top: 0;
          right: -1px;
          width: 1px;
          height: 100%;
          background-color: #dce4ec; } }
  .tbl-02.is-type2 tbody th {
    width: 110px; }
  .tbl-02.is-type2 tbody td {
    text-align: center;
    vertical-align: middle; }
  .tbl-02.is-type2 tbody .empty {
    overflow: hidden;
    position: relative; }
    .tbl-02.is-type2 tbody .empty:before {
      content: '';
      display: block;
      width: 115%;
      height: 1px;
      position: absolute;
      top: 14px;
      left: -4px;
      transform: rotate(-12deg);
      background: #c3dee7; }
  .tbl-02 thead {
    font-weight: 400;
    color: #fff;
    background: #005cb8; }
    .tbl-02 thead th {
      padding: 5px 9px 5px 11px;
      font-size: 13px;
      line-height: 1.3em;
      vertical-align: middle; }
      .tbl-02 thead th span {
        font-size: 12px; }
  .tbl-02 tbody th, .tbl-02 tbody td {
    font-weight: 400;
    color: #003a6f;
    padding: 8px 10px; }
  .tbl-02 tbody th {
    font-size: 14px;
    vertical-align: middle;
    background: #f5f8f9; }
  .tbl-02 tbody td {
    font-size: 12px; }
  .tbl-02 th, .tbl-02 td {
    border: #c3dee7 1px solid; }

.tbl-list-01 li {
  margin-left: 1em;
  margin-bottom: 4px;
  text-indent: -1em;
  line-height: 1.4; }

#shortterm .period1:before {
  display: none; }
#shortterm .period1:after {
  display: none; }

#shortterm .example {
  line-height: 1.5em;
  margin-bottom: 20px; }
  #shortterm .example br {
    display: none; }
  @media only screen and (max-width: 768px) {
    #shortterm .example br {
      display: block; } }

.lang_patern {
  display: block; }
  .lang_patern .icon {
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .lang_patern .icon {
        margin-bottom: 0;
        font-size: 12px; } }
  .lang_patern .icon.long {
    width: 150px; }
  .lang_patern dt {
    float: left; }
    .lang_patern dt.long {
      width: 112px; }
    .lang_patern dt.long2 {
      width: 140px; }
  .lang_patern dd {
    float: left;
    margin-bottom: 10px; }
    .lang_patern dd.is-small {
      padding-left: 120px; }
      @media only screen and (max-width: 768px) {
        .lang_patern dd.is-small {
          padding-left: 0px; } }

/*# sourceMappingURL=course.css.map */
