<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.js-pageScroll {
  display: inherit; }

/*** l- ***/
.l-container {
  padding-top: 685px;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .l-container {
      padding-top: 670px;
      padding-bottom: 0; } }

.l-container[data-page="categorytop"] {
  padding-top: 400px;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .l-container[data-page="categorytop"] {
      padding-top: 520px;
      padding-bottom: 0; } }

/*** p- ***/
.p-breadList {
  padding: 20px 0 40px; }

@media only screen and (max-width: 767px) {
  .p-categoryTopVisual {
    top: 70px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; } }
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .p-categoryTopVisual {
    background-position: center center;
    background-size: cover; } }

.p-categoryTopTitle {
  top: -100px;
  padding: 30px 60px 25px;
  border-bottom: 5px solid #008CC9; }
  @media only screen and (max-width: 767px) {
    .p-categoryTopTitle {
      padding: 20px 30px 15px;
      top: -70px; } }

.p-topVisual {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: 570px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .p-topVisual {
      top: 70px; } }

.p-mainVisual {
  position: relative;
  height: 685px; }
  @media only screen and (max-width: 767px) {
    .p-mainVisual {
      height: auto; } }
  .p-mainVisual .p-breadList {
    position: absolute;
    top: 150px;
    right: 8%;
    z-index: 10;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .p-mainVisual .p-breadList {
        position: static;
        padding: 12px 20px 20px;
        height: auto; } }
    .p-mainVisual .p-breadList .p-breadList__list__item::before {
      color: #fff;
      text-shadow: black 1px 1px 4px, black -1px 1px 4px, black 1px -1px 4px, black -1px -1px 4px; }
      @media only screen and (max-width: 767px) {
        .p-mainVisual .p-breadList .p-breadList__list__item::before {
          color: #404040;
          text-shadow: none;
          font-size: 10px;
          font-size: 1rem; } }
    .p-mainVisual .p-breadList .p-breadList__list__item__anchor {
      color: #fff;
      font-weight: 500;
      text-shadow: black 1px 1px 4px, black -1px 1px 4px, black 1px -1px 4px, black -1px -1px 4px; }
      @media only screen and (max-width: 767px) {
        .p-mainVisual .p-breadList .p-breadList__list__item__anchor {
          color: #404040;
          text-shadow: none;
          font-size: 10px;
          font-size: 1rem; } }
  .p-mainVisual_category {
    position: absolute;
    top: 115px;
    left: 0;
    width: 26.5%;
    height: 570px;
    background-color: #00509D; }
    @media only screen and (max-width: 767px) {
      .p-mainVisual_category {
        position: static;
        width: 100%;
        height: auto;
        padding: 15px 20px 30px; } }
    .p-mainVisual_category_hl {
      position: absolute;
      top: 50% !important;
      transform: translateY(-50%);
      right: 125px;
      color: #fff;
      font-family: "NotoSerifCJKjp";
      font-size: 40px;
      font-size: 4rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      writing-mode: vertical-rl;
      text-orientation: upright;
      line-height: 1;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        .p-mainVisual_category_hl {
          position: static;
          writing-mode: horizontal-tb;
          font-size: 30px;
          font-size: 3rem;
          text-align: center;
          letter-spacing: 0.1em;
          transform: translateY(0); } }
    .p-mainVisual_category_subHead {
      position: absolute;
      top: 30px;
      right: 30px;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      writing-mode: vertical-rl;
      text-orientation: upright;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .p-mainVisual_category_subHead {
          position: static;
          writing-mode: horizontal-tb;
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 20px; } }
  .p-mainVisual_bg {
    position: absolute;
    top: 115px;
    right: 0;
    width: 73.5%;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .p-mainVisual_bg {
        position: static;
        width: 100%;
        height: 225px; } }

.p-anchor {
  background-color: #F5F5F5;
  padding: 20px;
  margin-bottom: 40px; }
  .p-anchor_list {
    width: 1156px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .p-anchor_list {
        width: 100%; } }
    .p-anchor_list_item {
      width: 256px;
      float: left;
      margin-left: 44px;
      margin-bottom: 10px;
      border-left: solid 4px #20AEE5; }
      .p-anchor_list_item:nth-child(4n+1) {
        clear: both;
        margin-left: 0; }
      .p-anchor_list_item:nth-child(n+5) {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .p-anchor_list_item {
          width: 47%;
          margin-left: 6%; }
          .p-anchor_list_item:nth-child(2n+1) {
            clear: both;
            margin-left: 0; }
          .p-anchor_list_item:nth-child(4n+1) {
            clear: none; }
          .p-anchor_list_item:nth-child(n+5) {
            margin-bottom: 10px; }
          .p-anchor_list_item:last-child {
            margin-bottom: 0; } }
      .p-anchor_list_item a {
        background-color: #fff;
        display: block;
        width: 256px;
        color: #20AEE5;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        text-decoration: underline;
        padding: 5px 15px; }
        @media only screen and (max-width: 767px) {
          .p-anchor_list_item a {
            width: 100%; } }
        .p-anchor_list_item a:hover {
          text-decoration: none; }

@media only screen and (max-width: 767px) {
  .p-others {
    padding: 20px; } }
.p-others__head {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 25px; }
  @media only screen and (max-width: 767px) {
    .p-others__head {
      padding-left: 20px; } }
  .p-others__head::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #008CC9 25%, #00509D 25%, #00509D); }
.p-others ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #008CC9;
  line-height: 2.2;
  text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .p-others ul li a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.9; } }
  .p-others ul li a:hover {
    text-decoration: none; }

/*** u- ***/
.u-split {
  text-align: center;
  width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .u-split {
      width: 100%;
      text-align: left; } }
  .u-split_hl {
    font-size: 30px;
    font-size: 3rem;
    font-family: "NotoSerifCJKjp";
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.4;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 767px) {
      .u-split_hl {
        font-size: 24px;
        font-size: 2.4rem;
        text-align: left;
        margin-bottom: 30px;
        line-height: 1.2; } }
    .u-split_hl span {
      font-size: 60px;
      font-size: 6rem; }
      @media only screen and (max-width: 767px) {
        .u-split_hl span {
          font-size: 48px;
          font-size: 4.8rem; } }
  .u-split_rt {
    font-size: 20px;
    font-size: 2rem;
    font-family: "NotoSansCJKjp";
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .u-split_rt {
        font-size: 14px;
        font-size: 1.4rem; } }
  .u-split_note {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "NotoSansCJKjp";
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1em; }

/*** c- ***/
.c-sec_type01.sec_over {
  background-color: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 80px;
  padding: 80px 0;
  width: 100vw; }
  @media only screen and (max-width: 767px) {
    .c-sec_type01.sec_over {
      margin-bottom: 40px;
      padding: 40px 0; } }

.c-hl_type04 {
  text-align: center; }
  .c-hl_type04 span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-size: 3rem;
    font-family: "NotoSerifCJKjp";
    font-weight: 400;
    line-height: 1.5;
    padding: 0 35px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .c-hl_type04 span {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25;
        padding: 0 20px;
        margin-bottom: 10px; } }
    .c-hl_type04 span::before, .c-hl_type04 span::after {
      content: "";
      position: absolute;
      top: 40%;
      display: inline-block;
      width: 24px;
      height: 1px;
      background-color: #00509D; }
      @media only screen and (max-width: 767px) {
        .c-hl_type04 span::before, .c-hl_type04 span::after {
          width: 12px; } }
    .c-hl_type04 span::before {
      left: 0; }
    .c-hl_type04 span::after {
      right: 0; }
.c-hl_type05 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NotoSerifCJKjp";
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .c-hl_type05 {
      font-size: 20px;
      font-size: 2rem;
      padding-left: 20px;
      margin-bottom: 20px; } }
  .c-hl_type05::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 3px;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #008CC9 25%, #00509D 25%, #00509D); }

.c-btn_type01 {
  padding: 20px 0; }

.c-text &gt; dl {
  float: left;
  background-color: #fff; }
  .c-text &gt; dl dt {
    padding-top: 40px;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c-text &gt; dl dt {
        padding-top: 30px; } }
    .c-text &gt; dl dt::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 4px;
      background: linear-gradient(to right, #008CC9 10%, #00509D 10%, #00509D); }
  .c-text &gt; dl dd {
    padding: 0 55px 50px; }
    @media only screen and (max-width: 767px) {
      .c-text &gt; dl dd {
        padding: 0 25px 30px; } }
.c-text_hl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NotoSerifCJKjp";
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .c-text_hl {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; } }
.c-text[data-col="2"] &gt; dl {
  width: 556px;
  margin-left: 44px; }
  @media only screen and (max-width: 767px) {
    .c-text[data-col="2"] &gt; dl {
      width: 100%;
      margin-left: 0;
      margin-bottom: 40px; } }
  .c-text[data-col="2"] &gt; dl:nth-child(odd) {
    clear: both;
    margin-left: 0; }
  .c-text[data-col="2"] &gt; dl:last-child {
    margin-bottom: 0; }
.c-text[data-col="3"] &gt; dl {
  width: 356px;
  margin-left: 44px; }
  @media only screen and (max-width: 767px) {
    .c-text[data-col="3"] &gt; dl {
      width: 100%;
      margin-left: 0;
      margin-bottom: 40px; } }
  .c-text[data-col="3"] &gt; dl:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }
  .c-text[data-col="3"] &gt; dl:last-child {
    margin-bottom: 0; }

.c-department &gt; a {
  float: left;
  display: block; }
  .c-department &gt; a dl {
    background-color: #fff; }
    .c-department &gt; a dl dd {
      position: relative;
      padding: 30px 35px 35px; }
      @media only screen and (max-width: 767px) {
        .c-department &gt; a dl dd {
          padding: 20px 25px; } }
      .c-department &gt; a dl dd .c-department_hl span {
        text-decoration: underline; }
      .c-department &gt; a dl dd .c-rt_type01 {
        color: #404040;
        text-decoration: none; }
  .c-department &gt; a:hover .c-department_hl span {
    text-decoration: none; }
.c-department_hl {
  background-color: #fff;
  min-width: 200px;
  height: 50px;
  padding: 10px 2em 0;
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .c-department_hl {
      width: auto;
      min-width: 160px;
      padding: 10px 1.5em 0; } }
  .c-department_hl span {
    color: #00509D;
    font-size: 20px;
    font-size: 2rem;
    font-family: "NotoSerifCJKjp";
    font-weight: 400;
    line-height: 1; }
.c-department[data-col="1"] &gt; a {
  width: 556px;
  float: none;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .c-department[data-col="1"] &gt; a {
      width: 100%; } }
.c-department[data-col="2"] &gt; a {
  width: 556px;
  margin-left: 44px; }
  @media only screen and (max-width: 767px) {
    .c-department[data-col="2"] &gt; a {
      width: 100%;
      margin-left: 0;
      margin-bottom: 40px; } }
  .c-department[data-col="2"] &gt; a:nth-child(odd) {
    clear: both;
    margin-left: 0; }
  .c-department[data-col="2"] &gt; a:last-child {
    margin-bottom: 0; }

.c-features &gt; div {
  float: left;
  background-color: #fff; }
  .c-features &gt; div .c-rt_type01 {
    padding: 24px 28px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .c-features &gt; div .c-rt_type01 {
        padding: 20px; } }
.c-features_hl {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NotoSerifCJKjp";
  font-weight: 400;
  line-height: 1.4;
  height: 100px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .c-features_hl {
      padding-left: 20px; } }
  .c-features_hl::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 100px;
    background-color: #008CC9; }
.c-features_fig {
  padding: 0 18%; }
  @media only screen and (max-width: 767px) {
    .c-features_fig {
      padding: 0; } }
.c-features[data-col="2"] &gt; div {
  width: 556px;
  margin-left: 44px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .c-features[data-col="2"] &gt; div {
      width: 100%;
      margin-left: 0; } }
  .c-features[data-col="2"] &gt; div:nth-child(n+3) {
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .c-features[data-col="2"] &gt; div:nth-child(n+3) {
        margin-bottom: 40px; } }
  .c-features[data-col="2"] &gt; div:nth-child(odd) {
    clear: both;
    margin-left: 0; }
  .c-features[data-col="2"] &gt; div:last-child {
    margin-bottom: 0; }
.c-features[data-col="3"] &gt; div {
  width: 356px;
  margin-left: 44px; }
  @media only screen and (max-width: 767px) {
    .c-features[data-col="3"] &gt; div {
      width: 100%;
      margin-left: 0;
      margin-bottom: 40px; } }
  .c-features[data-col="3"] &gt; div:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }
  .c-features[data-col="3"] &gt; div:last-child {
    margin-bottom: 0; }

.c-education &gt; div {
  float: left;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .c-education &gt; div .c-rt_type01 {
      margin-bottom: 20px; } }
.c-education figure {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .c-education figure {
      margin-bottom: 25px; } }
.c-education_hl {
  position: relative;
  font-family: "NotoSerifCJKjp";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .c-education_hl {
      margin-bottom: 20px; } }
  .c-education_hl::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 3px;
    left: 0;
    width: 6px;
    height: 100%;
    background-image: linear-gradient(to bottom, #008CC9 25%, #00509D 25%, #00509D); }
.c-education[data-col="2"] &gt; div {
  width: 556px;
  margin-left: 44px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .c-education[data-col="2"] &gt; div {
      width: 100%;
      margin-left: 0; } }
  .c-education[data-col="2"] &gt; div:nth-child(n+3) {
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .c-education[data-col="2"] &gt; div:nth-child(n+3) {
        margin-bottom: 40px; } }
  .c-education[data-col="2"] &gt; div:nth-child(odd) {
    clear: both;
    margin-left: 0; }
  .c-education[data-col="2"] &gt; div:last-child {
    margin-bottom: 0; }
.c-education[data-col="3"] &gt; div {
  width: 356px;
  margin-left: 44px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .c-education[data-col="3"] &gt; div {
      width: 100%;
      margin-left: 0; } }
  .c-education[data-col="3"] &gt; div:nth-child(n+4) {
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .c-education[data-col="3"] &gt; div:nth-child(n+4) {
        margin-bottom: 40px; } }
  .c-education[data-col="3"] &gt; div:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }
  .c-education[data-col="3"] &gt; div:last-child {
    margin-bottom: 0; }

.c-course {
  margin-bottom: 40px; }
  .c-course &gt; div {
    position: relative;
    float: left;
    width: 556px;
    margin-left: 44px;
    margin-bottom: 40px;
    border-top: solid 2px #20AEE5; }
    @media only screen and (max-width: 767px) {
      .c-course &gt; div {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px; } }
    .c-course &gt; div:nth-child(odd) {
      clear: both;
      margin-left: 0; }
    .c-course &gt; div:last-child {
      margin-bottom: 0; }
    .c-course &gt; div a .c-course_hl {
      position: absolute;
      top: 50px;
      left: 30px;
      color: #fff;
      font-family: "NotoSerifCJKjp";
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1;
      text-decoration: underline;
      background-color: #20AEE5;
      padding: 0.5em 1.5em 0.3em; }
      @media only screen and (max-width: 767px) {
        .c-course &gt; div a .c-course_hl {
          font-size: 16px;
          font-size: 1.6rem;
          top: 10%;
          left: 3.5%; } }
    .c-course &gt; div a .c-course_rt {
      color: #404040;
      position: absolute;
      top: 110px;
      left: 30px;
      font-family: "NotoSerifCJKjp";
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
      .c-course &gt; div a .c-course_rt span {
        display: inline-block;
        background-color: #fff;
        padding: 5px 10px 3px;
        margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .c-course &gt; div a .c-course_rt {
          top: 40%;
          left: 3.5%; } }
    .c-course &gt; div a figure &gt; img {
      -ms-filter: "alpha(opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      transition: 0.4s opacity ease; }
    .c-course &gt; div a:hover .c-course_hl {
      text-decoration: none; }
    .c-course &gt; div a:hover figure &gt; img {
      -ms-filter: "alpha( opacity=70 )";
      filter: alpha(opacity=70);
      opacity: 0.7; }

.c-grade {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .c-grade {
      margin-bottom: 35px; } }
  .c-grade &gt; div {
    float: left;
    display: block; }
    .c-grade &gt; div dl {
      background-color: #fff; }
      .c-grade &gt; div dl dd {
        position: relative; }
        .c-grade &gt; div dl dd .c-rt_type01 {
          padding: 15px; }
  .c-grade_hl {
    background-color: #fff;
    min-width: 150px;
    height: 35px;
    padding: 6px 12px 3px;
    position: absolute;
    top: -35px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .c-grade_hl {
        width: auto;
        min-width: 180px; } }
    .c-grade_hl span {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "NotoSerifCJKjp";
      font-weight: 400;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .c-grade_hl span {
          font-size: 14px;
          font-size: 1.4rem; } }
  .c-grade[data-col="2"] &gt; div {
    width: 556px;
    margin-left: 44px; }
    @media only screen and (max-width: 767px) {
      .c-grade[data-col="2"] &gt; div {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px; } }
    .c-grade[data-col="2"] &gt; div:nth-child(odd) {
      clear: both;
      margin-left: 0; }
    .c-grade[data-col="2"] &gt; div:last-child {
      margin-bottom: 0; }

.c-thesis &gt; div {
  position: relative;
  float: left;
  display: block;
  width: 556px;
  height: 140px;
  padding: 0 2em;
  margin-left: 44px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #E6E6E6; }
  .c-thesis &gt; div::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    height: 2px;
    background-color: #8EC54A; }
  @media only screen and (max-width: 767px) {
    .c-thesis &gt; div {
      width: 100%;
      height: 100px;
      padding: 0 1em;
      margin-left: 0;
      margin-bottom: 25px; } }
  .c-thesis &gt; div:nth-child(odd) {
    clear: both;
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .c-thesis &gt; div:last-child {
      margin-bottom: 0; } }
  .c-thesis &gt; div p {
    font-family: "NotoSerifCJKjp";
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c-thesis &gt; div p {
        font-size: 18px;
        font-size: 1.8rem; } }

.c-list_after {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .c-list_after {
      margin-bottom: 40px; } }
  .c-list_after li {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    padding-left: 1em;
    margin-right: 1.5em;
    float: left; }
    @media only screen and (max-width: 767px) {
      .c-list_after li {
        font-size: 14px;
        font-size: 1.4rem; } }
    .c-list_after li::before {
      position: absolute;
      top: 12px;
      left: 0;
      content: "";
      background-color: #20AEE5;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .c-list_after li::before {
          top: 10px; } }
    .c-list_after li::after {
      position: absolute;
      top: 15px;
      left: 3px;
      content: "";
      background-color: #fff;
      width: 4px;
      height: 4px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .c-list_after li::after {
          top: 13px; } }

.c-hl_type06 {
  text-align: center; }
  .c-hl_type06 p {
    font-size: 10px;
    font-size: 1.5rem;
    font-family: "NotoSerifCJKjp";
    padding: 0 35px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .c-hl_type06 p {
        font-size: 10px;
        font-size: 1.5rem;
        padding: 0 20px;
        margin-bottom: 30px; } }</pre></body></html>