@charset "UTF-8";
/* CSS Document */

    .content--inner {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto; }
    .topic-path {
      font-size: 12px;
      margin-top: 86px;
      border-top: solid 1px #00B29E; }
    .topic-path ul {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto;
      padding: 0.767em 0;}
      .topic-path li {
        line-height: 1.8;
        display: inline-block;
        margin-right: .35em; }
        .topic-path li::after {
          content: ">";
          padding-left: .6em; }
        .topic-path li:last-child {
          margin: 0; }
          .topic-path li:last-child::after {
            content: none;
            padding: 0; }
        .topic-path li a {
          display: inline; }
    #column-article-content {
      padding: 90px 0 120px; }
      #column-article-content h1 {
        font-size: 34px;
        line-height: 1.764;
        letter-spacing: .05em; }
    .column-date {
      font-size: 12px;
      letter-spacing: .05em;
      margin: .9em 0 4.167em; }
    .main-img {
      max-width: 784px;
      margin: 0 auto; }
    .column-img {
      border-radius: 10px; }
    .article--inner {
      max-width: 784px;
      margin: 0 auto; }
    .article-outline {
      margin: 75px 0 0; }
      .article-outline dt {
        font-size: 22px;
        margin-bottom: 1.364em;
        padding-bottom: 1em;
        border-bottom: solid 1px #00B29E;
        font-weight:bold; }
      .article-outline ol li {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: .05em;
        position: relative;
        margin-top: .17em; }
        .article-outline ol li::before {
          color: #00B29E;
          font-family: 'Lato', sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          transform: translate(0, 28%); }
        .article-outline ol li:nth-child(1) {
          margin-top: 0; }
          .article-outline ol li:nth-child(1)::before {
            content: "1"; }
        .article-outline ol li:nth-child(2)::before {
          content: "2"; }
        .article-outline ol li:nth-child(3)::before {
          content: "3"; }
        .article-outline ol li:nth-child(4)::before {
          content: "4"; }
        .article-outline ol li:nth-child(5)::before {
          content: "5"; }
        .article-outline ol li:nth-child(6)::before {
          content: "6"; }
        .article-outline ol li:nth-child(7)::before {
          content: "7"; }
        .article-outline ol li:nth-child(8)::before {
          content: "8"; }
        .article-outline ol li:nth-child(9)::before {
          content: "9"; }
        .article-outline ol li:nth-child(10)::before {
          content: "10";
          margin-left: -10px; }
        .article-outline ol li:nth-child(11)::before {
          content: "11";
          margin-left: -10px; }
        .article-outline ol li:nth-child(12)::before {
          content: "12";
          margin-left: -10px; }
        .article-outline ol li:nth-child(13)::before {
          content: "13";
          margin-left: -10px; }
        .article-outline ol li a {
          display: inline-block;
          padding-left: 1.8em; }
          .article-outline ol li a:hover {
            color: #00B29E; }
    .article-section {
      padding-top: 80px; }
      .article-section h2 {
        font-size: 22px;
        line-height: 1.59em;
        letter-spacing: .05em;
        margin-bottom: -.1em;
        padding-left: .909em;
        border-left: solid 8px #00B29E;
        text-align:left; }
      .article-section h3,
      .article-section h4 {
        margin-top: 1.875em;}
      .article-section p,
      .article-section dl,
      .article-section div {
        font-size: 16px;
        line-height: 1.875;
        margin-top: 1.875em; }
      .article-section dl dt {
        font-weight: 700;
        float: none; }
      .article-section dl dd {
        margin-top: 1em; }
    .article-section.intro {
      padding-top: 60px; }
      .article-section.intro p:first-child {
        margin-top: 0; }
    .article-section table {
      margin-top: 1.875em;
      width: 100%;
      text-align:left;
      border-collapse:collapse; }
      .article-section table th {
        background: #00B29E;
        color: #fff;
        border: solid 1px #fff;
        padding: 1em; }
      .article-section table td {
        border: solid 1px #00B29E;
        padding: 1em; }
    .article-section ul,
    .article-section ol {
      margin-top: 1.875em;
      line-height: 1.875;
    }
      

    .article-section .GRborder {
      border: solid 1px #00B29E;
    }
    .article-section .GRbordertop {
      border-top: solid 1px #00B29E;
    }
    .article-section .pa1em {
      padding: 1em;
    }
    .article-section .pt1875 {
      padding-top: 1.875em;
    }
    .article-section .mt0 {
      margin-top: 0;
    }
    .article-section .mt1875 {
      margin-top: 1.875em;
    }
    .article-section .mt1 {
      margin-top: 1em;
    }
    .article-section .inline {
      display: inline;
    }
    .article-section .GRcolor {
      color: #00B29E;
    }
    .article-section li.check-mark {
      display: flex;
      align-items: center;
      padding-left: 15px;
    }
    .article-section li.check-mark:before {
      content: "";
      margin-right: 15px;
      -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      transform: rotate(50deg);
      width: 5px;
      height: 10px;
      border-right: 3px solid #00B29E;
      border-bottom: 3px solid #00B29E;
    }
    .article-section li.check-box {
      position: relative;
      padding-left: 25px;
      margin-left: 15px;
    }
    @media screen and (max-width: 980px) {
      .article-section li.check-box {
        padding-left: 20px;
        margin-left: 10px;
      }
    }
    .article-section li.check-box:before {
      content: "";
      width: 10px;
      height: 10px;
      border: 2px solid #00B29E;
      position: absolute;
      left: 0;
      top: 8px;
    }
    @media screen and (max-width: 980px) {
      .article-section li.check-box:before {
        width: 8px;
        height: 8px;
        top: 6px;
      }
    }
    .article-section li.disc {
      position: relative;
      align-items: center;
      padding-left: 15px;
    }
    .article-section li.disc:before {
      position: absolute;
      content: "";
      margin-right: 15px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #00B29E;
      left: 0;
      top: 13px;
    }
    @media screen and (max-width: 980px) {
      .article-section li.disc:before {
        top: 9px;
      }
    }
    .article-section li.border-disc {
      display: flex;
      align-items: center;
      padding-left: 15px;
    }
    .article-section li.border-disc:before {
      content: "";
      margin-right: 15px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: solid 1px #00B29E;
    }
    .article-section li.number {
      position: relative;
      align-items: center;
      padding-left: 30px;
    }
    @media screen and (max-width: 980px) {
      .article-section li.number {
        padding-left: 20px;
      }
    }
    .article-section li.number:before {
      color: #00B29E;
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      position: absolute;
      left: 8px;
    }
    @media screen and (max-width: 980px) {
      .article-section li.number:before {
        font-size: 15px;
        line-height: 1.5;
      }
    }
    .article-section li.number:nth-child(1)::before {
       content: "1.";
    }
    .article-section li.number:nth-child(2)::before {
       content: "2.";
    }
    .article-section li.number:nth-child(3)::before {
       content: "3.";
    }
    .article-section li.number:nth-child(4)::before {
       content: "4.";
    }
    .article-section li.number:nth-child(5)::before {
       content: "5.";
    }
    .article-section li.number:nth-child(6)::before {
       content: "6.";
    }
    .article-section li.number:nth-child(7)::before {
       content: "7.";
    }
    .article-section li.number:nth-child(8)::before {
       content: "8.";
    }
    .article-section li.number:nth-child(9)::before {
       content: "9.";
    }
    .article-section li.number:nth-child(10)::before {
       content: "10.";
		left: -3px;
    }





    .notes {
      font-size: 14px; }
    .article-img {
      margin: 50px 0 65px; }
    .text-link {
      color: #00B29E;
      text-decoration: underline;
      display: inline; }
      .text-link:hover {
        text-decoration: none; }
    .mv-btn {
      width: 680px;
      margin: 105px auto 0; }
      .mv-btn a {
        background: #00B29E;
        display: flex;
        height: 103px;
        align-items: center;
        border-radius: 50px;
        padding: 0 0 0 32px; }
      .mv-btn .dl-cover {
        width: 200px;
        margin-bottom: 25px; }
      .mv-btn .dl-txt {
        padding: 0 25px 0 15px;
        flex: 1;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center; }
        .mv-btn .dl-txt span {
          font-size: 14px;
          font-weight: 700;
          display: block;
          margin: 6px 0 0;
          border-top: 1px solid #fff;
          padding: 8px 0 3px; }
    .article-recommend {
      margin-top: 80px;
      padding: 35px 75px 40px;
      border: solid 1px #00B29E; }
      .article-recommend h4 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 1.3em; }
      .article-recommend ul {
        font-size: 16px;
        line-height: 1.313em;
        padding-left: .35em; }
        .article-recommend ul li {
          font-weight: 500;
          letter-spacing: .05em;
          position: relative;
          margin-top: .7em; }
          .article-recommend ul li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: .5em;
            height: .5em;
            background: #00B29E;
            border-radius: .25em;
            transform: translate(0, 100%); }
        .article-recommend ul a {
          display: inline-block;
          padding-left: 1.4em; }
          .article-recommend ul a:hover {
            color: #00B29E; }
          .article-recommend ul a::after {
            vertical-align: bottom;
            content: "";
            display: inline-block;
            width: 1.25em;
            height: 1.313em;
            margin-left: .6em;
            background: url(../img/arrow.png) no-repeat center center;
            background-size: contain; }


@media screen and (max-width: 980px) {
    .content--inner {
      width: calc(650 *(100vw/750));
      margin: 0 auto; }

    .topic-path {
      font-size: max(1.6vw, 11px);
      margin-top: calc(94 *(100vw/750));
      padding: 0.767em calc(20 *(100vw/750)); }

    #column-article-content {
      padding-top: calc(60 *(100vw/750)); }

    #column-article-content h1 {
      font-size: max(4.53vw, 14px); }

    .column-date {
      font-size: max(1.6vw, 12px);
      margin: 0.9em 0 calc(50 *(100vw/750)); }

    .article-outline {
      margin-top: calc(75 *(100vw/750)); }

    .article-outline h3 {
      font-size: max(2.93vw, 14px); }

    .article-outline ol li {
      font-size: max(2.4vw, 13px); }

    .article-outline ol li::before {
      font-size: max(2.67vw, 14px);
      transform: translate(0, 30%); }

    .article-section {
      padding-top: calc(80 *(100vw/750)); }

    .article-section h2 {
      font-size: max(2.93vw, 14px); }

    .article-section h3 {
      font-size: max(2.93vw, 13px);
    }
    .article-section h4,
    .article-section p,
    .article-section dl,
    .article-section ul,
    .article-section li {
      font-size: max(1.87vw, 12px); }

    .article-section table {
      font-size: max(1.87vw, 12px);
    }
    .article-section table th,
    .article-section table td {
      padding: .5em; }
    
    .article-section.intro {
      padding-top: calc(50 *(100vw/750)); }

    .notes {
      font-size: max(1.87vw, 12px); }

    .article-img {
      margin: calc(60 *(100vw/750)) 0 calc(75 *(100vw/750)); }

    .mv-btn {
      width: 100%;
      margin: calc(75 *(100vw/750)) auto 0; }

    .mv-btn a {
      height: 90px;
      padding: 0 0 0 20px; }

    .mv-btn a .dl-cover {
      width: 100px;
      margin: 0; }

    .mv-btn a .dl-txt {
      padding: 0 15px 0 10px;
      font-size: 3.4vw; }

    .mv-btn a .dl-txt span {
      font-size: 2.6vw;
      padding: 8px 0 0; }

    .article-recommend {
      margin-top: calc(80 *(100vw/750));
      padding: calc(38 *(100vw/750)) calc(30 *(100vw/750)); }

    .article-recommend h4 {
      font-size: max(2.93vw, 14px); }

    .article-recommend ul {
      font-size: max(1.87vw, 12px); }
}


section.cta-btn {
    background: linear-gradient(326.26deg, #53BA9B 0%, #4FBBDE 100%);
    color: #fff;
  }
  section.cta-btn .cont-inner {
    justify-content: center;
    gap: 40px;
  }
  @media screen and (min-width: 980px) {
	section.cta-btn .cont-inner {
	  padding: 40px 0;
	}
  }
  section.cta-btn img {
    width: 500px;
  }
  section.cta-btn dt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 980px) {
    section.cta-btn dt {
      font-size: 5.5vw;
      margin-bottom: 15px;
    }
  }
  section.cta-btn dt::before,
  section.cta-btn dt::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #FFF;
    margin: 0px 4px 4px;
  }   
  section.cta-btn dt::before {
    transform: rotate(45deg);
  }   
  section.cta-btn dt::after {
    transform: rotate(-45deg);
  }
  section.cta-btn a {
    background-color:#fff;
    box-shadow: 0px 5px 8px 0px #00000026;
    color: rgba(39, 197, 189, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 20px 0;
    font-weight: bold;
    width: 480px;
    font-size: 24px;
  }
  @media screen and (max-width: 980px) {
    section.cta-btn a {
      width: 100%;
      font-size: 20px;
    }
  }   
  section.cta-btn a::before {
    content: "";
    background: no-repeat url(/common/img/icon_download_GR.png) 0 0 / contain;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 12px 0 0;
  }

section.cta-box {
  background: linear-gradient(to right, #e5f5f2, #b0e4ed);
  padding: 1em 2.5em 1.5em;
  width: 90%;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 980px) {
  section.cta-box {
    width: 100%;
    margin-top: calc(40 * (100vw / 750));
    font-size: max(1.87vw, 12px);
    padding: 1em;
  }
}
section.cta-box h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: solid 1px;
  padding-bottom: .5rem;
}
@media screen and (max-width: 980px) {
  section.cta-box h2 {
    font-size: max(2.93vw, 14px);
    padding-bottom: .25rem;
    margin-bottom: .5rem;
  }
}
section.cta-box ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 980px) {
  section.cta-box ul {
    padding-left: 1rem;
    margin-bottom: .5rem;
  }
}
section.cta-box a {
  background-color: #ED8B08;
  color: #fff;
  box-shadow: 0px 5px 8px 0px #00000026;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  margin-top: 1rem;
}
@media screen and (max-width: 980px) {
  section.cta-box a {
    font-size: max(2.93vw, 14px);
    margin-top: : .5em;
  }
}
section.cta-box a::after {
  vertical-align: bottom;
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.313em;
  margin-left: .6em;
  background: url(../img/arrow_WT.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  section.cta-box a::after {
    margin-left: .1em;
  }
}
