@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap');

@media screen and (max-width: 560px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 561px) {
  .sp-only {
    display: none !important; } }

* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5; }

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.pkn.sh/fonts/NotoSansThai/NotoSansThai-Regular.woff2") format("woff2"), url("https://static.pkn.sh/fonts/NotoSansThai/NotoSansThai-Regular.woff") format("woff"); }
@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.pkn.sh/fonts/NotoSansThai/NotoSansThai-Bold.woff2") format("woff2"), url("https://static.pkn.sh/fonts/NotoSansThai/NotoSansThai-Bold.woff") format("woff"); }
body {
  font-family: 'Sarabun', sans-serif;
  min-width: 1030px;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
    body {
      overflow-x: hidden; } }
  @media screen and (max-width: 560px) {
    body {
      min-width: 320px;
      padding-top: 60px; } }
  body .pagetopbutton {
    display: none;
    position: fixed;
    bottom: 21px;
    right: 21px;
    width: 60px;
    height: 60px;
    z-index: 9999; }
    @media screen and (max-width: 560px) {
      body .pagetopbutton {
        bottom: 14px;
        right: 14px;
        width: 40px;
        height: 40px; } }

h1,
h2,
h3,
h4,
h5 {
  font-size: initial;
  /* 100% */
  font-weight: initial;
  /* normal */ }

textarea:focus, input:focus {
  outline: none; }

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom; }

a {
  text-decoration: none;
  display: inline-block;
  color: #000; }
  a:hover {
    opacity: 0.6;
    cursor: pointer; }

a:visited {
  color: inherit; }

ul {
  list-style: none; }

p {
  font-size: 16px;
  line-height:1.5; }

@media screen and (max-width: 560px) {
  .br-none {
    display: none; } }

.font-size-50 {
  font-size: 50px !important; }
  @media screen and (max-width: 560px) {
    .font-size-50 {
      font-size: 20px !important; } }

.font-size-40 {
  font-size: 40px !important; }
  @media screen and (max-width: 560px) {
    .font-size-40 {
      font-size: 20px !important; } }

.mt10 {
  margin-top: 10px !important; }

.mt60 {
  margin-top: 60px !important; }
  @media screen and (max-width: 560px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media screen and (max-width: 560px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media screen and (max-width: 560px) {
    .mt100 {
      margin-top: 50px !important; } }

.show-sp {
  display: none; }
  @media screen and (max-width: 560px) {
    .show-sp {
      display: block !important; } }

.show-pc {
  display: block; }
  @media screen and (max-width: 560px) {
    .show-pc {
      display: none !important; } }

.footer-internet {
  background-color: #ebf4ff; }
  .footer-internet .step-internet-mobile {
    margin-top: 40px; }
    .footer-internet .step-internet-mobile ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 560px) {
        .footer-internet .step-internet-mobile ul {
          flex-direction: column; }
          .footer-internet .step-internet-mobile ul li + li {
            margin-top: 20px; } }
      .footer-internet .step-internet-mobile ul li {
        width: 31%; }
        @media screen and (max-width: 560px) {
          .footer-internet .step-internet-mobile ul li {
            width: 100%; } }
        .footer-internet .step-internet-mobile ul li .num {
          color: #07379e;
          font-size: 24px; }
          .footer-internet .step-internet-mobile ul li .num span:first-child {
            font-size: 36px;
            margin-right: 10px;
            position: relative;
            top: 8px; }
          .footer-internet .step-internet-mobile ul li .num span:last-child {
            font-weight: 600;
            display: inline;
            border-bottom: 1px solid #07379e;
            padding-bottom: 6px; }
        .footer-internet .step-internet-mobile ul li .img-sign {
          margin-top: 20px; }
        .footer-internet .step-internet-mobile ul li .text-sign {
          text-align: left;
          margin-top: 30px; }
          @media screen and (max-width: 560px) {
            .footer-internet .step-internet-mobile ul li .text-sign {
              margin-top: 15px; } }
  .footer-internet .internet-mobile-carendar {
    margin-top: 80px; }
    .footer-internet .internet-mobile-carendar h4 {
      color: #2d4b8c;
      font-size: 24px;
      margin-bottom: 40px;
      font-weight: 600; }
    .footer-internet .internet-mobile-carendar .link {
      max-width: 600px;
      width: 100%;
      border: 1px solid #000;
      border-radius: 25px;
      padding: 13px 57px 13px 50px;
      position: relative; }
      .footer-internet .internet-mobile-carendar .link:after {
        background-image: url("/assets/images/arrow-innerwhite@2x.svg");
        position: absolute;
        top: 50%;
        right: 22px;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-size: contain;
        transform: translateY(-50%); }
    .footer-internet .internet-mobile-carendar .btnbox .link.blue {
      background-color: #006df8;
      border: 1px solid #006df8; }
      .footer-internet .internet-mobile-carendar .btnbox .link.blue p {
        color: #fff;
        position: relative;
        display: inline;
        padding-left: 60px; }
        .footer-internet .internet-mobile-carendar .btnbox .link.blue p:before {
          position: absolute;
          top: 50%;
          left: 20px;
          content: '';
          display: inline-block;
          width: 40px;
          height: 30px;
          background-image: url("/assets/images/calendar@2x.svg");
          background-size: contain;
          transform: translateY(-50%);
          background-repeat: no-repeat; }

.text-center {
  text-align: center;
  line-height: 1.8; }

.dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position:relative;top:-3px;
  display: inline-block; }

.section-none-banner {
  border-top: 1px solid #bfbfbf; }

.mCSB_scrollTools .mCSB_draggerContainer {
  background: #2d4b8c !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff !important; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin-left: 10px; }

@media screen and (max-width: 560px) {
  .mCustomScrollbar,
  .mCustomScrollbar.mCS_touch_action,
  .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto !important;
    touch-action: auto !important; }

  .mCustomScrollBox {
    -ms-touch-action: pan-x pinch-zoom !important;
    touch-action: pan-x pinch-zoom !important; }

  .mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: pinch-zoom !important;
    touch-action: pinch-zoom !important; }

  .mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y pinch-zoom !important;
    touch-action: pan-y pinch-zoom !important; }

  .mCSB_draggerRail {
    opacity: 0 !important; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 9999; }
  header .menu {
    width: 1203px;
    margin: 25px auto;
    display: flex;
    -webkit-align-items: center;
    /* Safari etc. */
    -ms-align-items: center;
    /* IE10        */
    align-items: center;
    justify-content: space-between;
    height: 60px; }
    @media screen and (max-width: 1219px) {
      header .menu {
        width: auto;
        margin: 14px;
        height: 30px; } }
    header .menu .logo {
      width: 227px;
      height: 50px; }
      @media screen and (max-width: 1219px) {
        header .menu .logo {
          height: auto; } }
    @media screen and (max-width: 1219px) {
      header .menu .detail {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 9999;
        background-color: #f4f4f4;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.3);
        display: none; } }
    header .menu .detail.active {
      display: block; }
    @media screen and (max-width: 1219px) {
      header .menu .detail ul {
        background-color: #f4f4f4; } }
    header .menu .detail ul li {
      display: inline-block;
      border-right: 1px solid #bfbfbf; }
      @media screen and (max-width: 1219px) {
        header .menu .detail ul li {
          display: block;
          text-align: center;
          border-bottom: 1px solid #bfbfbf; }
          header .menu .detail ul li:last-of-type {
            border-bottom: none; } }
      header .menu .detail ul li:last-of-type {
        border-right: none; }
      header .menu .detail ul li.active, header .menu .detail ul li:hover {
        position: relative; }
        header .menu .detail ul li.active::after, header .menu .detail ul li:hover::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          border-bottom: 5px solid #2d4b8c;
          bottom: -35px; }
        @media screen and (max-width: 1219px) {
          header .menu .detail ul li.active::after, header .menu .detail ul li:hover::after {
            content: none; } }
      header .menu .detail ul li.active {
        color: #2d4b8c; }
      header .menu .detail ul li a {
        padding: 10px 15px;
        font-size: 14px;
        height: 40px;
        line-height: 1.5;
        display: block; }
        @media screen and (max-width: 1219px) {
          header .menu .detail ul li a {
            color: #2d4b8c; } }
    @media screen and (max-width: 1219px) {
      header .menu .other {
        margin-left: 8px;
        width: 70%;
        display: flex;
        justify-content: flex-end;
        -webkit-align-items: center;
        /* Safari etc. */
        -ms-align-items: center;
        /* IE10        */
        align-items: center; } }
    @media screen and (max-width: 1219px) {
      header .menu .other ul {
        display: flex;
        justify-content: space-around; } }
    header .menu .other ul li {
      display: inline-block;
      vertical-align: middle;
      border-radius: 28px; }
      @media screen and (max-width: 1219px) {
        header .menu .other ul li {
          width: 100%;
          height: auto;
          min-width: 25px; } }
      header .menu .other ul li.lang {
        margin-right: 14px;
        min-width: 80px;
        width: 100px;
        z-index: 9999; }
        @media screen and (max-width: 1219px) {
          header .menu .other ul li.lang {
            margin-right: 8px;
            display: block;
            width: auto;
            position: relative; } }
        @media screen and (max-width: 1219px) {
          header .menu .other ul li.lang .container {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%); } }
        header .menu .other ul li.lang .container .btnbox {
          position: relative; }
          header .menu .other ul li.lang .container .btnbox .btn {
            width: 100%;
            padding: 4px;
            -webkit-align-items: center;
            /* Safari etc. */
            -ms-align-items: center;
            /* IE10        */
            align-items: center;
            position: relative; }
            header .menu .other ul li.lang .container .btnbox .btn img {
              max-width: 24px;
              margin-right: 4px; }
            header .menu .other ul li.lang .container .btnbox .btn p {
              color: #2d4b8c;
              font-size: 13px; }
            header .menu .other ul li.lang .container .btnbox .btn.lang-th {
              border: 1px solid #2d4b8c;
              background-color: #fff;
              border-radius: 10px; }
              header .menu .other ul li.lang .container .btnbox .btn.lang-th .flame-lang {
                display: flex;
                justify-content: center;
                align-items: center; }
                header .menu .other ul li.lang .container .btnbox .btn.lang-th .flame-lang .images {
                  display: flex; }
              header .menu .other ul li.lang .container .btnbox .btn.lang-th.active {
                border-bottom: 1px solid #fff;
                border-radius: 10px 10px 0 0; }
              header .menu .other ul li.lang .container .btnbox .btn.lang-th::after {
                position: absolute;
                top: 50%;
                right: 5px;
                content: '';
                display: inline-block;
                width: 8px;
                height: 5px;
                background-image: url("/assets/images/arrowdown@2x.svg");
                background-size: contain;
                transform: translateY(-50%); }
            header .menu .other ul li.lang .container .btnbox .btn.lang-jp {
              position: absolute;
              border: 1px solid #2d4b8c;
              border-top: 0;
              margin-top: -1px;
              background-color: #fff;
              border-radius: 0 0 10px 10px;
              display: none; }
              header .menu .other ul li.lang .container .btnbox .btn.lang-jp .flame-lang {
                display: flex;
                justify-content: center;
                align-items: center; }
                header .menu .other ul li.lang .container .btnbox .btn.lang-jp .flame-lang .images {
                  display: flex; }
            header .menu .other ul li.lang .container .btnbox .btn:hover {
              cursor: pointer; }
      header .menu .other ul li.mail {
        background-color: #ffaf25;
        margin-right: 8px; }
      header .menu .other ul li.calendar {
        background-color: #006df8; }
        @media screen and (max-width: 1219px) {
          header .menu .other ul li.calendar {
            margin-right: 8px; } }
      header .menu .other ul li.spmenu {
        display: none; }
        @media screen and (max-width: 1219px) {
          header .menu .other ul li.spmenu {
            display: block;
            margin-right: 8px; } }
      @media screen and (max-width: 1219px) {
        header .menu .other ul li.mail, header .menu .other ul li.calendar, header .menu .other ul li.spmenu {
          max-width: 41px; } }
      header .menu .other ul li a {
        display: flex;
        -webkit-align-items: center;
        /* Safari etc. */
        -ms-align-items: center;
        /* IE10        */
        align-items: center;
        padding: 17px 22px;
        font-size: 16px; }
        @media screen and (max-width: 1219px) {
          header .menu .other ul li a {
            padding: 8px;
            height: 100%; } }
        header .menu .other ul li a img {
          width: 25px;
          margin-right: 10px; }
          @media screen and (max-width: 1219px) {
            header .menu .other ul li a img {
              width: 100%;
              margin-right: 0; } }
        header .menu .other ul li a p {
          color: #fff; }
          @media screen and (max-width: 1219px) {
            header .menu .other ul li a p {
              display: none; } }

.top-visual {
  margin-top: 110px; }
  @media screen and (max-width: 1219px) {
    .top-visual {
      margin-top: 60px; } }
  @media screen and (max-width: 560px) {
    .top-visual {
      margin-top: 0; } }
  .top-visual #top-swiper {
    position: relative;
    height: 520px; }
    @media screen and (max-width: 560px) {
      .top-visual #top-swiper {
        height: 400px; } }
    .top-visual #top-swiper .swiper-slide.slide01, .top-visual #top-swiper .swiper-slide.slide02, .top-visual #top-swiper .swiper-slide.slide03 {
      background-size: cover;
      background-position: center center; }
    .top-visual #top-swiper .swiper-slide.slide01 {
      background-image: url("/assets/images/visualbg1.png"); }
      @media screen and (max-width: 560px) {
        .top-visual #top-swiper .swiper-slide.slide01 {
          background-image: url("/assets/images/visualbg1sp.png"); } }
    .top-visual #top-swiper .swiper-slide.slide02 {
      background-image: url("/assets/images/visualbg2.png"); }
      @media screen and (max-width: 560px) {
        .top-visual #top-swiper .swiper-slide.slide02 {
          background-image: url("/assets/images/visualbg2sp.png"); } }
    .top-visual #top-swiper .swiper-slide.slide03 {
      background-image: url("/assets/images/visualbg3.png"); }
      @media screen and (max-width: 560px) {
        .top-visual #top-swiper .swiper-slide.slide03 {
          background-image: url("/assets/images/visualbg3sp.png"); } }
    .top-visual #top-swiper .swiper-pagination {
      width: auto;
      position: absolute;
      left: calc((100% - 1220px)/2);
      bottom: 40px; }
      @media screen and (max-width: 1219px) {
        .top-visual #top-swiper .swiper-pagination {
          left: 0; } }
      @media screen and (max-width: 560px) {
        .top-visual #top-swiper .swiper-pagination {
          left: 20px;
          bottom: 15px; } }
    .top-visual #top-swiper .swiper-pagination-bullet {
      border-radius: unset;
      width: 100px;
      height: 5px;
      margin: 0 10px 0 0; }
      @media screen and (max-width: 560px) {
        .top-visual #top-swiper .swiper-pagination-bullet {
          max-width: 50px;
          height: 2.5px; } }
    .top-visual #top-swiper .swiper-pagination-bullet-active {
      background: none;
      background-color: #fafafa; }
    .top-visual #top-swiper .contents {
      width: 1220px;
      height: 100%;
      padding: 64px 0;
      margin: 0 auto; }
      @media screen and (max-width: 1219px) {
        .top-visual #top-swiper .contents {
          width: 100%;
          padding: 64px; } }
      @media screen and (max-width: 560px) {
        .top-visual #top-swiper .contents {
          width: 100%;
          padding: 40px 14px; } }
      .top-visual #top-swiper .contents .mainbox {
        color: #fff; }
        .top-visual #top-swiper .contents .mainbox .main {
          font-size: 36px; }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .mainbox .main {
              font-size: 20px; } }
        .top-visual #top-swiper .contents .mainbox .sub {
          margin-top: 14px;
          font-size: 19px; }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .mainbox .sub {
              font-size: 12px; } }
        .top-visual #top-swiper .contents .mainbox .link {
          margin-top: 14px;
          border: 1px solid #fff;
          border-radius: 25px;
          padding: 13px 57px 13px 27px;
          position: relative;
          color: #fff; }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .mainbox .link {
              width: 100%;
              padding: 10px 37px; } }
          .top-visual #top-swiper .contents .mainbox .link::after {
            position: absolute;
            top: 50%;
            right: 22px;
            content: '';
            display: inline-block;
            width: 22px;
            height: 22px;
            background-image: url("/assets/images/arrow-borderwhite@2x.svg");
            background-size: contain;
            transform: translateY(-50%); }
            @media screen and (max-width: 560px) {
              .top-visual #top-swiper .contents .mainbox .link::after {
                right: 10px; } }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .mainbox .link p {
              font-size: 12px;
              text-align: center; } }
      .top-visual #top-swiper .contents .subbox {
        margin-top: 42px;
        background-color: #fff;
        display: inline-flex;
        padding: 20px 210px 20px 24px; }
        @media screen and (max-width: 560px) {
          .top-visual #top-swiper .contents .subbox {
            position: absolute;
            bottom: 40px;
            left: 0;
            padding: 15px;
            margin: 0 15px; }
            .top-visual #top-swiper .contents .subbox.slide1-only {
              width: 60%;
              display: block; }
            .top-visual #top-swiper .contents .subbox.slide2-only {
              flex-wrap: wrap; } }
        .top-visual #top-swiper .contents .subbox .contentbox {
          display: flex;
          flex-basis: auto;
          padding-right: 30px; }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .subbox .contentbox {
              margin-right: 0;
              padding-right: 0; }
              .top-visual #top-swiper .contents .subbox .contentbox.slide2-only {
                width: 50%; } }
          .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(odd) {
            border-right: 1px solid #bfbfbf;
            margin-right: 30px; }
            @media screen and (max-width: 560px) {
              .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(odd) {
                margin-right: 0; }
                .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(odd).slide1-only {
                  border-right: none;
                  margin-bottom: 5px; }
                .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(odd).slide2-only {
                  padding-right: 15px; } }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(even).slide2-only {
              padding-left: 15px; } }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(3).slide2-only, .top-visual #top-swiper .contents .subbox .contentbox:nth-of-type(4).slide2-only {
              margin-top: 15px; } }
          .top-visual #top-swiper .contents .subbox .contentbox img {
            width: 70px;
            height: 50px; }
            .top-visual #top-swiper .contents .subbox .contentbox img:first-of-type {
              margin-right: 20px; }
            @media screen and (max-width: 560px) {
              .top-visual #top-swiper .contents .subbox .contentbox img {
                width: auto;
                height: auto; }
                .top-visual #top-swiper .contents .subbox .contentbox img:first-of-type {
                  margin-right: 5px; } }
          .top-visual #top-swiper .contents .subbox .contentbox p {
            font-weight: bold; }
            @media screen and (max-width: 560px) {
              .top-visual #top-swiper .contents .subbox .contentbox p {
                width: 100%;
                font-size: 10px; }
                .top-visual #top-swiper .contents .subbox .contentbox p span {
                  color: #07379e; } }
      .top-visual #top-swiper .contents .circlebox {
        width: 285px;
        height: 285px;
        position: absolute;
        bottom: 40px;
        right: 180px;
        background-image: url("/assets/images/visualcircle.png");
        background-size: contain; }
        @media screen and (max-width: 1219px) {
          .top-visual #top-swiper .contents .circlebox {
            right: 64px; } }
        @media screen and (max-width: 560px) {
          .top-visual #top-swiper .contents .circlebox {
            width: 120px;
            height: 120px;
            bottom: 40px;
            right: 20px; } }
        .top-visual #top-swiper .contents .circlebox .text {
          text-align: center;
          position: absolute;
          top: 49%;
          left: 53%;
          transform: translate(-50%, -50%);
          color: #fff;
          font-weight: bold;
          width: 100%; }
          @media screen and (max-width: 560px) {
            .top-visual #top-swiper .contents .circlebox .text {
              width: 60%; } }
          .top-visual #top-swiper .contents .circlebox .text .sub {
            font-size: 22px; }
            @media screen and (max-width: 560px) {
              .top-visual #top-swiper .contents .circlebox .text .sub {
                font-size: 10px; } }
          .top-visual #top-swiper .contents .circlebox .text .main {
            font-size: 46px; }
            @media screen and (max-width: 560px) {
              .top-visual #top-swiper .contents .circlebox .text .main {
                font-size: 20px; } }
            .top-visual #top-swiper .contents .circlebox .text .main span {
              font-size: 30px; }
              @media screen and (max-width: 560px) {
                .top-visual #top-swiper .contents .circlebox .text .main span {
                  font-size: 12px; } }

@media screen and (max-width: 560px) {
  .top-container {
    padding: 14px; } }
.top-container:nth-child(2n) {
  background-color: #ebf4ff; }
.top-container .top-chapter1 {
  padding: 100px 0;
  width: 1030px;
  margin: 0 auto;
  text-align: center; }
  .top-container .top-chapter1 span {
    font-weight: 600;
    color: #006df8; }
  @media screen and (max-width: 560px) {
    .top-container .top-chapter1 {
      padding: 30px 0;
      width: auto; } }
  .top-container .top-chapter1 hr {
    width: 50px;
    background-color: #07379e;
    border-bottom: 5px solid #07379e;
    border-radius: 100px;
    margin: 25px auto 40px; }
  .top-container .top-chapter1 .title {
    font-size: 25px; }
  .top-container .top-chapter1 .sub {
    margin-top: 20px;
    font-size: 30px;
    line-height:1.6;
    color: #07379e; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter1 .sub {
        text-align: left;
        font-size: 20px; } }
  @media screen and (max-width: 560px) {
    .top-container .top-chapter1 .para {
      text-align: left; } }
  .top-container .top-chapter1 .btnbox {
    margin-top: 50px;
    text-align: center; }
    .top-container .top-chapter1 .btnbox .link {
      border: 1px solid #000;
      border-radius: 25px;
      padding: 13px 57px 13px 27px;
      position: relative; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter1 .btnbox .link {
          width: 100%; } }
      .top-container .top-chapter1 .btnbox .link::after {
        position: absolute;
        top: 50%;
        right: 22px;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url("/assets/images/arrowblack@2x.svg");
        background-size: contain;
        transform: translateY(-50%); }
      .top-container .top-chapter1 .btnbox .link p {
        position: relative; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter1 .btnbox .link p {
            font-size: 14px; } }
.top-container .top-chapter2 {
  padding: 50px 0 80px 0;
  width: 1030px;
  margin: 0 auto; }
  @media screen and (max-width: 560px) {
    .top-container .top-chapter2 {
      padding: 0;
      width: auto; } }
  .top-container .top-chapter2 ul li {
    padding-top: 50px;
    display: flex;
    border-bottom: 1px dotted #bbbbbb;
    padding-bottom: 54px; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter2 ul li {
        padding-top: 30px;
        display: block; } }
    .top-container .top-chapter2 ul li:last-of-type {
      border-bottom: none; }
    .top-container .top-chapter2 ul li:nth-child(even) {
      flex-direction: row-reverse; }
    .top-container .top-chapter2 ul li:nth-child(even) .text {
      padding-right: 50px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter2 ul li:nth-child(even) .text {
          padding-right: 0; } }
    .top-container .top-chapter2 ul li:nth-child(odd) .text {
      padding-left: 50px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter2 ul li:nth-child(odd) .text {
          padding-left: 0; } }
    .top-container .top-chapter2 ul li img,
    .top-container .top-chapter2 ul li .text {
      width: 50%;
      box-sizing: border-box; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter2 ul li img,
        .top-container .top-chapter2 ul li .text {
          width: 100%; } }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter2 ul li .text {
        margin-top: 15px; } }
    .top-container .top-chapter2 ul li .text .emphasis {
      font-size: 27px;
      color: #006df8; }
    .top-container .top-chapter2 ul li .text .title {
      font-size: 23px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter2 ul li .text .title {
          word-break: break-all; } }
    .top-container .top-chapter2 ul li .text .sub {
      margin-top: 38px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter2 ul li .text .sub {
          margin-top: 19px; } }
    .top-container .top-chapter2 ul li .text .btnbox {
      margin-top: 30px;
      text-align: center; }
      .top-container .top-chapter2 ul li .text .btnbox .link {
        width: 100%;
        border: 1px solid #000;
        border-radius: 25px;
        padding: 13px 57px 13px 50px;
        position: relative; }
        .top-container .top-chapter2 ul li .text .btnbox .link::after {
          position: absolute;
          top: 50%;
          right: 22px;
          content: '';
          display: inline-block;
          width: 22px;
          height: 22px;
          background-size: contain;
          transform: translateY(-50%); }
        .top-container .top-chapter2 ul li .text .btnbox .link.innerwhite::after {
          background-image: url("/assets/images/arrow-innerwhite@2x.svg"); }
        .top-container .top-chapter2 ul li .text .btnbox .link.borderblack::after {
          background-image: url("/assets/images/arrow-borderblack@2x.svg"); }
        .top-container .top-chapter2 ul li .text .btnbox .link p {
          position: relative; }
          @media screen and (max-width: 560px) {
            .top-container .top-chapter2 ul li .text .btnbox .link p {
              font-size: 14px; } }
          .top-container .top-chapter2 ul li .text .btnbox .link p.calendar::before {
            position: absolute;
            top: 50%;
            left: -25px !important;
            content: '';
            display: inline-block;
            width: 23px;
            height: 23px;
            background-image: url("/assets/images/calendar@2x.svg");
            background-size: contain;
            transform: translateY(-50%); }
            @media screen and (max-width: 560px) {
              .top-container .top-chapter2 ul li .text .btnbox .link p.calendar::before {
                left: 0; } }
        .top-container .top-chapter2 ul li .text .btnbox .link.blue {
          background-color: #006df8;
          border: 1px solid #006df8; }
          .top-container .top-chapter2 ul li .text .btnbox .link.blue p {
            color: #fff; }
            .top-container .top-chapter2 ul li .text .btnbox .link.blue p::after {
              background-image: url("/assets/images/arrow-innerwhite@2x.svg"); }
.top-container .top-chapter3 {
  padding: 80px 0 100px 0;
  width: 1030px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 560px) {
    .top-container .top-chapter3 {
      padding: 0;
      width: auto; } }
  .top-container .top-chapter3 .bgdebris {
    position: absolute;
    top: -80px;
    left: -180px;
    width: 306px;
    height: 624px; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter3 .bgdebris {
        display: none; } }
  .top-container .top-chapter3 .contentbox {
    display: flex;
    padding-bottom: 54px; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter3 .contentbox {
        display: block; } }
    .top-container .top-chapter3 .contentbox .text {
      padding-left: 30px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .contentbox .text {
          padding-left: 0; } }
    .top-container .top-chapter3 .contentbox img,
    .top-container .top-chapter3 .contentbox .text {
      width: 50%;
      box-sizing: border-box; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .contentbox img,
        .top-container .top-chapter3 .contentbox .text {
          width: 100%; } }
    .top-container .top-chapter3 .contentbox .text .emphasis {
      font-size: 27px;
      color: #006df8; }
    .top-container .top-chapter3 .contentbox .text .title {
      font-size: 23px;
      line-height:1.7;
      text-align: center; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .contentbox .text .title {
          text-align: left; } }
    .top-container .top-chapter3 .contentbox .text hr {
      width: 50px;
      background-color: #07379e;
      border-bottom: 5px solid #07379e;
      border-radius: 100px;
      margin: 25px auto 40px; }
    .top-container .top-chapter3 .contentbox .text .sub {
      margin-top: 38px;
      text-align: center; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .contentbox .text .sub {
          text-align: left; } }
    .top-container .top-chapter3 .contentbox img {
      z-index: 1; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .contentbox img {
          margin: -14px -14px 14px; } }
  .top-container .top-chapter3 .desclist {
    margin-left: 228px; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter3 .desclist {
        margin-left: 0; } }
    .top-container .top-chapter3 .desclist li {
      display: flex;
      justify-content: space-between;
      align-items: end;
      margin-bottom: 70px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .desclist li {
          margin-bottom: 39px; } }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .desclist li .num,
        .top-container .top-chapter3 .desclist li .icon {
          margin-right: 10px; } }
      .top-container .top-chapter3 .desclist li .num {
        width: 63px;
        height: 100%; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter3 .desclist li .num {
            width: 10%; } }
      .top-container .top-chapter3 .desclist li .icon {
        width: 105px; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter3 .desclist li .icon {
            width: 25%; } }
      .top-container .top-chapter3 .desclist li .textbox {
        width: 65%; }
        .top-container .top-chapter3 .desclist li .textbox .title {
          margin-bottom: 25px;
          font-size: 24px;
          color: #006df8;
          font-weight: bold; }
  .top-container .top-chapter3 .banner {
    margin-left: 228px;
    background-color: #006df8;
    padding: 15px 25px 15px 65px;
    display: flex; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter3 .banner {
        margin-left: 0;
        padding: 15px;
        display: block; } }
    .top-container .top-chapter3 .banner .leftbox {
      display: flex; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .banner .leftbox {
          justify-content: space-evenly;
          -webkit-align-items: center;
          /* Safari etc. */
          -ms-align-items: center;
          /* IE10        */
          align-items: center; } }
      .top-container .top-chapter3 .banner .leftbox .icon {
        width: 60px;
        height: 90px;
        margin-right: 40px; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter3 .banner .leftbox .icon {
            margin-right: 0;
            height: auto; } }
      .top-container .top-chapter3 .banner .leftbox .img {
        padding-left: 40px;
        width: 192px;
        height: 100%;
        border-left: 1px dashed #fff;
        box-sizing: initial; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter3 .banner .leftbox .img {
            margin-left: 10px;
            padding-left: 10px;
            width: auto; } }
    .top-container .top-chapter3 .banner .rightbox {
      margin-left: 40px;
      padding: 15px 0;
      position: relative; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter3 .banner .rightbox {
          margin-left: 0; } }
      .top-container .top-chapter3 .banner .rightbox p {
        color: #fff;
        font-size: 20px; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter3 .banner .rightbox p {
            text-align: center; } }
      .top-container .top-chapter3 .banner .rightbox::after {
        position: absolute;
        bottom: auto;
        right: 0;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url("/assets/images/arrow-innerwhite@2x.svg");
        background-size: contain;
        transform: translateY(-30%); }
.top-container .top-chapter4 {
  padding: 100px 0;
  width: 1030px;
  margin: 0 auto; }
  @media screen and (max-width: 560px) {
    .top-container .top-chapter4 {
      padding: 30px 0;
      width: auto; } }
  .top-container .top-chapter4 .lead {
    text-align: center; }
    .top-container .top-chapter4 .lead .title {
      font-size: 23px; }
    .top-container .top-chapter4 .lead .icon {
      width: 33px;
      height: 33px;
      margin-bottom: 20px; }
  .top-container .top-chapter4 hr {
    width: 50px;
    background-color: #07379e;
    border-bottom: 5px solid #07379e;
    border-radius: 100px;
    margin: 25px auto 40px; }
  .top-container .top-chapter4 ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 560px) {
      .top-container .top-chapter4 ul {
        display: block; } }
    .top-container .top-chapter4 ul li {
      margin-right: 40px;
      width: calc((100% / 3) - 27px);
      background-color: #fff;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
      margin-top: 40px; }
      .top-container .top-chapter4 ul li:nth-of-type(3n) {
        margin-right: 0; }
      .top-container .top-chapter4 ul li:nth-of-type(1), .top-container .top-chapter4 ul li:nth-of-type(2), .top-container .top-chapter4 ul li:nth-of-type(3) {
        margin-top: 0; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter4 ul li {
          width: 100%;
          margin-top: 0;
          margin-bottom: 40px; } }
      .top-container .top-chapter4 ul li a .textbox {
        padding: 30px 20px 20px 30px; }
        .top-container .top-chapter4 ul li a .textbox .categorybox {
          margin-bottom: 30px; }
          .top-container .top-chapter4 ul li a .textbox .categorybox p {
            margin-bottom: 3px;
            text-align: center;
            max-width: 200px;
            width: fit-content;
            padding: 6px 20px;
            background-color: #2d4b8c;
            border-radius: 25px;
            color: #fff;
            font-size: 14px; }
        .top-container .top-chapter4 ul li a .textbox .title {
          font-size: 20px;
          margin-bottom: 14px; }
        .top-container .top-chapter4 ul li a .textbox .para {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 50px; }
        .top-container .top-chapter4 ul li a .textbox .date {
          position: relative; }
          .top-container .top-chapter4 ul li a .textbox .date p {
            color: #959595; }
          .top-container .top-chapter4 ul li a .textbox .date::after {
            position: absolute;
            top: 50%;
            right: 0;
            content: '';
            display: inline-block;
            width: 22px;
            height: 22px;
            background-image: url("/assets/images/arrow-innerblue@2x.svg");
            background-size: contain;
            transform: translateY(-50%); }
  .top-container .top-chapter4 .btnbox {
    margin-top: 50px;
    text-align: center; }
    .top-container .top-chapter4 .btnbox .link {
      border: 1px solid #000;
      border-radius: 25px;
      padding: 13px 57px 13px 27px;
      position: relative;
      width: 400px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter4 .btnbox .link {
          width: 100%; } }
      .top-container .top-chapter4 .btnbox .link::after {
        position: absolute;
        top: 50%;
        right: 22px;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url("/assets/images/arrowblack@2x.svg");
        background-size: contain;
        transform: translateY(-50%); }
      .top-container .top-chapter4 .btnbox .link p {
        position: relative; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter4 .btnbox .link p {
            font-size: 14px; } }
.top-container .top-chapter5 {
  padding: 92px 0 184px;
  width: 1030px;
  margin: 0 auto; }
  @media screen and (max-width: 560px) {
    .top-container .top-chapter5 {
      padding: 0;
      width: auto;
      margin: -14px -14px 14px;
      min-height: 600px; } }
  .top-container .top-chapter5 .main {
    position: relative; }
    .top-container .top-chapter5 .main .box {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      padding: 0 90px; }
      @media screen and (max-width: 560px) {
        .top-container .top-chapter5 .main .box {
          padding: 0; } }
      .top-container .top-chapter5 .main .box .title {
        margin: 34px 0;
        font-size: 30px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter5 .main .box .title {
            margin: 17px 0; } }
      .top-container .top-chapter5 .main .box .contents {
        padding: 50px 50px 25px 50px;
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        border-radius: 10px 10px 0 0; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter5 .main .box .contents {
            padding: 14px;
            display: block;
            margin: 0 14px;
            text-align: center; } }
        .top-container .top-chapter5 .main .box .contents .logo {
          width: 40%; }
          @media screen and (max-width: 560px) {
            .top-container .top-chapter5 .main .box .contents .logo {
              width: 100%;
              padding: 10px 30%; } }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter5 .main .box .contents .textbox {
            text-align: left; } }
        .top-container .top-chapter5 .main .box .contents .textbox .name {
          font-size: 24px;
          margin-bottom: 40px; }
        .top-container .top-chapter5 .main .box .contents .textbox ul li {
          padding-left: 30px;
          line-height: 1.6em;
          background: url("/assets/images/circlecheck@2x.svg") left 0px top 3px no-repeat;
          background-size: 19px auto;
          margin-bottom: 18px; }
          .top-container .top-chapter5 .main .box .contents .textbox ul li:last-of-type {
            margin-bottom: 0; }
      .top-container .top-chapter5 .main .box .btnbox {
        margin-top: 50px;
        text-align: center; }
        @media screen and (max-width: 560px) {
          .top-container .top-chapter5 .main .box .btnbox {
            margin: 14px; } }
        .top-container .top-chapter5 .main .box .btnbox .link {
          border: 1px solid #000;
          border-radius: 25px;
          padding: 13px 57px 13px 27px;
          position: relative;
          width: 400px; }
          @media screen and (max-width: 560px) {
            .top-container .top-chapter5 .main .box .btnbox .link {
              width: 100%; } }
          .top-container .top-chapter5 .main .box .btnbox .link::after {
            position: absolute;
            top: 50%;
            right: 22px;
            content: '';
            display: inline-block;
            width: 22px;
            height: 22px;
            background-image: url("/assets/images/arrowblack@2x.svg");
            background-size: contain;
            transform: translateY(-50%); }
          .top-container .top-chapter5 .main .box .btnbox .link p {
            position: relative; }
            @media screen and (max-width: 560px) {
              .top-container .top-chapter5 .main .box .btnbox .link p {
                font-size: 10px; } }

.breadcrumbs {
  border-bottom: 1px solid #bfbfbf; }
  .breadcrumbs .breadcrumbsbox {
    padding: 17px 0;
    width: 1030px;
    margin: 0 auto;
    font-size: 12px; }
    @media screen and (max-width: 560px) {
      .breadcrumbs .breadcrumbsbox {
        padding: 14px;
        width: auto; } }
    .breadcrumbs .breadcrumbsbox ul {
      display: table; }
      .breadcrumbs .breadcrumbsbox ul li {
        display: table-cell;
        padding-right: 10px;
        position: relative; }
        .breadcrumbs .breadcrumbsbox ul li:not(:first-child) {
          padding-left: 20px; }
          .breadcrumbs .breadcrumbsbox ul li:not(:first-child)::before {
            content: '>';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
        @media screen and (max-width: 560px) {
          .breadcrumbs .breadcrumbsbox ul li:last-child {
            max-width: 14em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; } }
        .breadcrumbs .breadcrumbsbox ul li a {
          display: block; }

.topics-visual {
  height: 220px;
  background-image: url("/assets/images/topics-visualbg.png");
  background-size: cover;
  background-position: center center;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 110px; }
  @media screen and (max-width: 560px) {
    .topics-visual {
      margin-top: 0px; } }
  .topics-visual .textbox img {
    width: 44px;
    height: 44px; }
  .topics-visual .textbox .title {
    margin-top: 30px;
    color: #fff;
    font-size: 36px; }

@media screen and (max-width: 560px) {
  .topics-container {
    padding: 14px; } }
.topics-container:nth-child(3n - 1) {
  background-color: #ebf4ff; }
.topics-container .topics-chapter1 {
  padding: 100px 0;
  width: 1030px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 560px) {
    .topics-container .topics-chapter1 {
      padding: 30px 0;
      width: auto; } }
  .topics-container .topics-chapter1 hr {
    width: 50px;
    background-color: #07379e;
    border-bottom: 5px solid #07379e;
    border-radius: 100px;
    margin: 25px auto 40px; }
  .topics-container .topics-chapter1 .title {
    font-size: 30px;
    color: #07379e; }
    @media screen and (max-width: 560px) {
      .topics-container .topics-chapter1 .title {
        font-size: 20px; } }
  .topics-container .topics-chapter1 .btnbox ul {
    margin-top: 76px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 560px) {
      .topics-container .topics-chapter1 .btnbox ul {
        display: block; } }
    .topics-container .topics-chapter1 .btnbox ul li {
      margin-right: 25px;
      width: calc((100% / 5) - 20px);
      border: 1px solid #2d4b8c;
      border-radius: 25px;
      margin-top: 20px; }
      .topics-container .topics-chapter1 .btnbox ul li:nth-of-type(5n) {
        margin-right: 0; }
      .topics-container .topics-chapter1 .btnbox ul li:nth-of-type(1), .topics-container .topics-chapter1 .btnbox ul li:nth-of-type(2), .topics-container .topics-chapter1 .btnbox ul li:nth-of-type(3), .topics-container .topics-chapter1 .btnbox ul li:nth-of-type(4), .topics-container .topics-chapter1 .btnbox ul li:nth-of-type(5) {
        margin-top: 0; }
      @media screen and (max-width: 560px) {
        .topics-container .topics-chapter1 .btnbox ul li {
          width: 100%;
          margin-top: 0;
          margin-bottom: 20px; } }
      .topics-container .topics-chapter1 .btnbox ul li a {
        padding: 10px;
        width: 100%; }
        .topics-container .topics-chapter1 .btnbox ul li a p {
          color: #2d4b8c; }
      .topics-container .topics-chapter1 .btnbox ul li.active {
        background-color: #707070;
        border: 1px solid #707070; }
        .topics-container .topics-chapter1 .btnbox ul li.active a p {
          color: #fff; }
.topics-container .topics-chapter2 {
  padding: 100px 0;
  width: 1030px;
  margin: 0 auto; }
  @media screen and (max-width: 560px) {
    .topics-container .topics-chapter2 {
      padding: 60px 0;
      width: auto; } }
  .topics-container .topics-chapter2 hr {
    width: 50px;
    background-color: #07379e;
    border-bottom: 5px solid #07379e;
    border-radius: 100px;
    margin: 25px auto 40px; }
  .topics-container .topics-chapter2 ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 560px) {
      .topics-container .topics-chapter2 ul {
        display: block; } }
    .topics-container .topics-chapter2 ul li {
      margin-right: 40px;
      width: calc((100% / 3) - 27px);
      background-color: #fff;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
      margin-top: 40px; }
      .topics-container .topics-chapter2 ul li:nth-of-type(3n) {
        margin-right: 0; }
      .topics-container .topics-chapter2 ul li:nth-of-type(1), .topics-container .topics-chapter2 ul li:nth-of-type(2), .topics-container .topics-chapter2 ul li:nth-of-type(3) {
        margin-top: 0; }
      @media screen and (max-width: 560px) {
        .topics-container .topics-chapter2 ul li {
          width: 100%;
          margin-top: 0;
          margin-bottom: 40px; } }
      .topics-container .topics-chapter2 ul li a .textbox {
        padding: 30px 20px 20px 30px; }
        .topics-container .topics-chapter2 ul li a .textbox .categorybox {
          margin-bottom: 30px; }
          .topics-container .topics-chapter2 ul li a .textbox .categorybox p {
            width: 114px;
            margin-bottom: 3px;
            padding: 6px 15px;
            background-color: #2d4b8c;
            border-radius: 30px;
            color: #fff;
            font-size: 14px; }
        .topics-container .topics-chapter2 ul li a .textbox .title {
          font-size: 20px;
          margin-bottom: 14px; }
        .topics-container .topics-chapter2 ul li a .textbox .para {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 50px; }
        .topics-container .topics-chapter2 ul li a .textbox .date {
          position: relative; }
          .topics-container .topics-chapter2 ul li a .textbox .date p {
            color: #959595; }
          .topics-container .topics-chapter2 ul li a .textbox .date::after {
            position: absolute;
            top: 50%;
            right: 0;
            content: '';
            display: inline-block;
            width: 22px;
            height: 22px;
            background-image: url("/assets/images/arrow-innerblue@2x.svg");
            background-size: contain;
            transform: translateY(-50%); }
  .topics-container .topics-chapter2 .btnbox {
    margin-top: 50px;
    text-align: center; }
    .topics-container .topics-chapter2 .btnbox .link {
      border: 1px solid #000;
      border-radius: 25px;
      padding: 13px 57px 13px 27px;
      position: relative;
      width: 400px; }
      @media screen and (max-width: 560px) {
        .topics-container .topics-chapter2 .btnbox .link {
          width: 100%; } }
      .topics-container .topics-chapter2 .btnbox .link::after {
        position: absolute;
        top: 50%;
        right: 22px;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url("/assets/images/add@2x.svg");
        background-size: contain;
        transform: translateY(-50%); }
      .topics-container .topics-chapter2 .btnbox .link p {
        position: relative; }
        @media screen and (max-width: 560px) {
          .topics-container .topics-chapter2 .btnbox .link p {
            font-size: 10px; } }

.topicsdetail-visual {
  height: 220px;
  background-image: url("/assets/images/topics-visualbg.png");
  background-size: cover;
  background-position: center center;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 110px; }
  @media screen and (max-width: 560px) {
    .topicsdetail-visual {
      margin-top: 0px; } }
  .topicsdetail-visual .textbox img {
    width: 44px;
    height: 44px; }
  .topicsdetail-visual .textbox .title {
    margin-top: 30px;
    color: #fff;
    font-size: 36px; }

.topicsdetail-container {
  padding: 80px 0 0;
  background-color: #fafafa; }
  .topicsdetail-container.bgblue {
    background-color: #ebf4ff; }
  @media screen and (max-width: 560px) {
    .topicsdetail-container {
      padding: 14px; } }
  .topicsdetail-container .topicsdetail-chapter1 {
    padding: 80px;
    width: 1030px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff; }
    @media screen and (max-width: 560px) {
      .topicsdetail-container .topicsdetail-chapter1 {
        padding: 30px 10px;
        width: auto;
        margin: 14px; } }
    .topicsdetail-container .topicsdetail-chapter1 hr {
      width: 50px;
      background-color: #07379e;
      border-bottom: 5px solid #07379e;
      border-radius: 100px;
      margin: 25px auto 40px; }
    .topicsdetail-container .topicsdetail-chapter1 .mark {
      width: 184px;
      margin: 0 auto;
      padding: 4px;
      background-color: #07379e;
      color: #fff;
      border-radius: 25px; }
    .topicsdetail-container .topicsdetail-chapter1 .title {
      margin-top: 28px;
      font-size: 30px;
      color: #07379e; }
      @media screen and (max-width: 560px) {
        .topicsdetail-container .topicsdetail-chapter1 .title {
          font-size: 20px; } }
    .topicsdetail-container .topicsdetail-chapter1 .date {
      color: #959595;
      text-align: left; }
      @media screen and (max-width: 560px) {
        .topicsdetail-container .topicsdetail-chapter1 .date {
          text-align: center; } }
    .topicsdetail-container .topicsdetail-chapter1 .contentsbox {
      margin-top: 20px;
      background-color: #ebf4ff;
      border-radius: 10px;
      padding: 50px; }
      @media screen and (max-width: 560px) {
        .topicsdetail-container .topicsdetail-chapter1 .contentsbox {
          padding: 20px 10px; } }
      .topicsdetail-container .topicsdetail-chapter1 .contentsbox .titlebox {
        display: flex;
        justify-content: center; }
        .topicsdetail-container .topicsdetail-chapter1 .contentsbox .titlebox img {
          width: 25px;
          margin-right: 16px; }
        .topicsdetail-container .topicsdetail-chapter1 .contentsbox .titlebox p {
          font-size: 22px;
          color: #07379e; }
      .topicsdetail-container .topicsdetail-chapter1 .contentsbox .listbox {
        text-align: left;
        margin: 18px 0; }
        .topicsdetail-container .topicsdetail-chapter1 .contentsbox .listbox ul li {
          padding: 20px 0;
          border-bottom: 1px dashed #bfbfbf; }
          .topicsdetail-container .topicsdetail-chapter1 .contentsbox .listbox ul li:last-of-type {
            border-bottom: none; }
          .topicsdetail-container .topicsdetail-chapter1 .contentsbox .listbox ul li::before {
            content: '';
            width: 10px;
            height: 10px;
            display: inline-block;
            background-color: #2d4b8c;
            border-radius: 50%; }
          .topicsdetail-container .topicsdetail-chapter1 .contentsbox .listbox ul li span {
            margin-left: 10px; }
    .topicsdetail-container .topicsdetail-chapter1 .contentsmainbox .article {
      text-align: initial; }
      .topicsdetail-container .topicsdetail-chapter1 .contentsmainbox .article .article-title {
        margin-top: 80px;
        font-size: 30px;
        color: #07379e;
        padding-left: 20px;
        position: relative; }
        @media screen and (max-width: 560px) {
          .topicsdetail-container .topicsdetail-chapter1 .contentsmainbox .article .article-title {
            font-size: 20px; } }
        .topicsdetail-container .topicsdetail-chapter1 .contentsmainbox .article .article-title::after {
          position: absolute;
          content: "";
          display: block;
          height: 100%;
          width: 10px;
          background-color: #2d4b8c;
          border-radius: 10px;
          top: 0;
          left: 0; }
      .topicsdetail-container .topicsdetail-chapter1 .contentsmainbox .article .article-img {
        margin-top: 50px; }
      .topicsdetail-container .topicsdetail-chapter1 .contentsmainbox .article .article-para {
        margin-top: 50px; }
  .topicsdetail-container .btnbox {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center; }
    @media screen and (max-width: 560px) {
      .topicsdetail-container .btnbox {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .topicsdetail-container .btnbox .link {
      border: 1px solid #000;
      border-radius: 25px;
      padding: 13px 57px 13px 27px;
      position: relative;
      width: 400px; }
      @media screen and (max-width: 560px) {
        .topicsdetail-container .btnbox .link {
          width: 100%; } }
      .topicsdetail-container .btnbox .link::after {
        position: absolute;
        top: 50%;
        right: 22px;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url("/assets/images/arrowblack@2x.svg");
        background-size: contain;
        transform: translateY(-50%); }
      .topicsdetail-container .btnbox .link p {
        position: relative; }
        @media screen and (max-width: 560px) {
          .topicsdetail-container .btnbox .link p {
            font-size: 14px; } }
  .topicsdetail-container .topicsdetail-chapter2 {
    padding: 100px 0;
    width: 1030px;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .topicsdetail-container .topicsdetail-chapter2 {
        padding: 30px 0;
        width: auto; } }
    .topicsdetail-container .topicsdetail-chapter2 .lead {
      text-align: center; }
      .topicsdetail-container .topicsdetail-chapter2 .lead .title {
        font-size: 23px; }
    .topicsdetail-container .topicsdetail-chapter2 hr {
      width: 50px;
      background-color: #07379e;
      border-bottom: 5px solid #07379e;
      border-radius: 100px;
      margin: 25px auto 40px; }
    .topicsdetail-container .topicsdetail-chapter2 ul {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 560px) {
        .topicsdetail-container .topicsdetail-chapter2 ul {
          display: block; } }
      .topicsdetail-container .topicsdetail-chapter2 ul li {
        margin-right: 40px;
        width: calc((100% / 3) - 27px);
        background-color: #fff;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        margin-top: 40px; }
        .topicsdetail-container .topicsdetail-chapter2 ul li:nth-of-type(3n) {
          margin-right: 0; }
        .topicsdetail-container .topicsdetail-chapter2 ul li:nth-of-type(1), .topicsdetail-container .topicsdetail-chapter2 ul li:nth-of-type(2), .topicsdetail-container .topicsdetail-chapter2 ul li:nth-of-type(3) {
          margin-top: 0; }
        @media screen and (max-width: 560px) {
          .topicsdetail-container .topicsdetail-chapter2 ul li {
            width: 100%;
            margin-top: 0;
            margin-bottom: 40px; } }
        .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox {
          padding: 30px 20px 20px 30px; }
          .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .categorybox {
            margin-bottom: 30px; }
            .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .categorybox p {
              width: 114px;
              margin-bottom: 3px;
              padding: 6px 15px;
              background-color: #2d4b8c;
              border-radius: 25px;
              color: #fff;
              font-size: 14px; }
          .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .title {
            font-size: 20px;
            margin-bottom: 14px; }
          .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .para {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-bottom: 50px; }
          .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .date {
            position: relative; }
            .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .date p {
              color: #959595; }
            .topicsdetail-container .topicsdetail-chapter2 ul li a .textbox .date::after {
              position: absolute;
              top: 50%;
              right: 0;
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background-image: url("/assets/images/arrow-innerblue@2x.svg");
              background-size: contain;
              transform: translateY(-50%); }

.contact-container {
  background-color: #ebf4ff; }
  .contact-container .contact-chapter1 {
    padding: 100px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 560px) {
      .contact-container .contact-chapter1 {
        padding: 30px 0;
        width: auto; } }
    .contact-container .contact-chapter1 hr {
      width: 50px;
      background-color: #07379e;
      border-bottom: 5px solid #07379e;
      border-radius: 100px;
      margin: 25px auto 40px; }
    .contact-container .contact-chapter1 .row {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 560px) {
        .contact-container .contact-chapter1 .row {
          flex-direction: column; } }
    .contact-container .contact-chapter1 .row-parent {
      display: flex;
      flex-direction: row; }
    .contact-container .contact-chapter1 .title {
      font-size: 30px;
      color: #07379e; }
      @media screen and (max-width: 560px) {
        .contact-container .contact-chapter1 .title {
          font-size: 20px; } }
    .contact-container .contact-chapter1 .note {
      text-align: left;
      padding: 3.20% 4.56%; }
      .contact-container .contact-chapter1 .note ul {
        list-style: disc;
        padding-left: 25px;
        margin-top: 10px; }
        .contact-container .contact-chapter1 .note ul li {
          line-height: 1.8; }
          .contact-container .contact-chapter1 .note ul li span {
            color: #ff0000; }
    .contact-container .contact-chapter1 .form-input {
      background-color: #fff;
      padding: 3.20% 4.56%;
      border: 1px solid #bfbfbf; }
      @media screen and (max-width: 560px) {
        .contact-container .contact-chapter1 .form-input {
          margin-left: 15px;
          margin-right: 15px; } }
      .contact-container .contact-chapter1 .form-input .list-row .just-space-bet {
        justify-content: space-between; }
      .contact-container .contact-chapter1 .form-input .list-row li {
        padding: 29px 0; }
      .contact-container .contact-chapter1 .form-input .list-row li + li {
        border-top: 1px solid #bfbfbf; }
      .contact-container .contact-chapter1 .form-input .list-row .label {
        min-width: 320px;
        text-align: left; }
        .contact-container .contact-chapter1 .form-input .list-row .label span {
          color: #ff0000; }
      .contact-container .contact-chapter1 .form-input .list-row .input {
        width: 100%;
        text-align: left;
        /* Hide arrow icon in IE browsers */
        /* Hover style */
        /* Focus style */
        /* Set options to normal weight */
        /* Support for rtl text, explicit support for Arabic and Hebrew */
        /* Disabled styles */ }
        @media screen and (max-width: 560px) {
          .contact-container .contact-chapter1 .form-input .list-row .input {
            margin-top: 10px; } }
        .contact-container .contact-chapter1 .form-input .list-row .input input {
          width: 100%;
          height: 33px;
          font-size: 15px;
          padding: 15px; }
        .contact-container .contact-chapter1 .form-input .list-row .input textarea {
          width: 100%;
          border: 1px solid #ccc;
          padding: 15px;
          height: 250px; }
          @media screen and (max-width: 560px) {
            .contact-container .contact-chapter1 .form-input .list-row .input textarea {
              height: 200px; } }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css {
          display: block;
          font-size: 15px;
          color: #000;
          line-height: 1.3;
          padding: .6em 1.4em .5em .8em;
          width: 100%;
          max-width: 100%;
          /* useful when width is set to anything other than 100% */
          box-sizing: border-box;
          margin: 0;
          border: 1px solid #ccc;
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          background-color: #fff;
          background-image: url("/assets/images/commons/arrow-select.png");
          background-repeat: no-repeat, repeat;
          background-position: right .7em top 50%, 0 0;
          background-size: 10px; }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css::-ms-expand {
          display: none; }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css:hover {
          border-color: #ccc; }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css:focus {
          box-shadow: 0 0 0 3px -moz-mac-focusring;
          color: #222;
          outline: none; }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css option {
          font-weight: normal; }
        .contact-container .contact-chapter1 .form-input .list-row .input *[dir="rtl"] .select-css, .contact-container .contact-chapter1 .form-input .list-row .input :root:lang(ar) .select-css, .contact-container .contact-chapter1 .form-input .list-row .input :root:lang(iw) .select-css {
          background-position: left .7em top 50%, 0 0;
          padding: .6em .8em .5em 1.4em; }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css:disabled, .contact-container .contact-chapter1 .form-input .list-row .input .select-css[aria-disabled=true] {
          color: graytext;
          background-image: url("/assets/images/commons/arrow-select.png"); }
        .contact-container .contact-chapter1 .form-input .list-row .input .select-css:disabled:hover, .contact-container .contact-chapter1 .form-input .list-row .input .select-css[aria-disabled=true] {
          border-color: #aaa; }
      .contact-container .contact-chapter1 .form-input .list-row .col-2 {
        width: 48%; }
      .contact-container .contact-chapter1 .form-input .list-row .error input {
        border: 1px solid #ff0000;
        background: #ffebeb;
        margin: 0 0 10px 0; }
      .contact-container .contact-chapter1 .form-input .list-row .error span {
        font-size: 15px;
        padding-left: 20px;
        color: #ff0000; }
      .contact-container .contact-chapter1 .form-input ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #cccccc;
        opacity: 1;
        /* Firefox */
        font-size: 15px; }
      .contact-container .contact-chapter1 .form-input :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #cccccc;
        font-size: 15px; }
      .contact-container .contact-chapter1 .form-input ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #cccccc;
        font-size: 15px; }
  .contact-container .btnbox {
    margin-top: 50px;
    text-align: center; }
    .contact-container .btnbox .link {
      cursor: pointer; }
    @media screen and (max-width: 560px) {
      .contact-container .btnbox {
        margin-bottom: 50px; } }
    .contact-container .btnbox .link.blue {
      background-color: #006df8;
      border: 1px solid #006df8; }
      .contact-container .btnbox .link.black {
        color: #000000; }
    .contact-container .btnbox .link {
      max-width: 300px;
      width: 94%;
      margin: 0 auto;
      border: 1px solid #000;
      border-radius: 25px;
      padding: 13px 57px 13px 50px;
      position: relative;
      color: #fff;
      font-size: 16px; }
      .contact-container .btnbox .link:after {
        position: absolute;
        top: 50%;
        right: 22px;
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background-size: contain;
        transform: translateY(-50%);
        background-image: url("/assets/images/arrow-innerwhite@2x.svg"); }

.merit-visual {
  height: 350px;
  background-image: url("/assets/images/merit/merit-visualbg.jpg");
  background-size: cover;
  background-position: top center;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 85px; }
  @media screen and (max-width: 560px) {
    .merit-visual {
      margin-top: 0px; } }
  .merit-visual .textbox img {
    width: 44px;
    height: 44px; }
  .merit-visual .textbox .title {
    margin-top: 30px;
    color: #fff;
    font-size: 36px; }

.tabs-banner-title {
  text-align: center;
  background-color: #2d4b8c;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 560px) {
    .tabs-banner-title {
      height: 100px; } }
  .tabs-banner-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400; }
    @media screen and (max-width: 560px) {
      .tabs-banner-title h2 {
        font-size: 22px; } }

.description-intro {
  text-align: center;
  line-height: 1.8; }
  @media screen and (max-width: 560px) {
    .description-intro {
      text-align: left; } }

.merit-container .merit-chapter1 {
  padding: 100px 0 80px 0;
  max-width: 1030px;
  width: 94%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 560px) {
    .merit-container .merit-chapter1 {
      padding: 30px 0;
      padding-bottom: 80px; } }
  .merit-container .merit-chapter1 hr {
    width: 50px;
    background-color: #07379e;
    border-bottom: 5px solid #07379e;
    border-radius: 100px;
    margin: 25px auto 40px; }
  .merit-container .merit-chapter1 .title {
    font-size: 30px;
    color: #07379e;
    font-weight: 400;
    line-height: 1.7; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter1 .title {
        font-size: 20px; } }
  .merit-container .merit-chapter1 p {
    line-height: 1.7; }
.merit-container .merit-chapter2 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 80px; }
  @media screen and (max-width: 560px) {
    .merit-container .merit-chapter2 {
      padding-bottom: 0px; } }
  .merit-container .merit-chapter2 .note-step {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter2 .note-step {
        text-align: left; }
        .merit-container .merit-chapter2 .note-step br {
          display: none; } }
  .merit-container .merit-chapter2 .step-merit + .step-merit {
    margin-top: 50px; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter2 .step-merit + .step-merit {
        margin-top: 120px; } }
  .merit-container .merit-chapter2 .step-merit {
    background-color: #ebf4ff; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter2 .step-merit {
        margin-top: 120px; } }
    .merit-container .merit-chapter2 .step-merit .section + .section {
      margin-top: 50px; }
    .merit-container .merit-chapter2 .step-merit .section {
      display: flex; }
      .merit-container .merit-chapter2 .step-merit .section .detail-step-merit {
        width: 71.45%;
        padding: 5.2% 12.86%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter2 .step-merit .section .detail-step-merit {
            width: 86%;
            padding: 20px 25px; } }
        .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .num-title {
          color: #07379e; }
          .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .num-title .step-introduction {
            font-size: 18px;
            font-weight: 400;
            width: 105px;
            text-align: center; }
          .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .num-title .step-num {
            font-size: 50px;
            width: 105px;
            text-align: center; }
          .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .num-title .step-title {
            font-size: 24px;
            margin-top: 10px;
            margin-bottom: 15px;
            font-weight: 600; }
            @media screen and (max-width: 560px) {
              .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .num-title .step-title {
                font-size: 20px; }
                .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .num-title .step-title br {
                  display: none; } }
        .merit-container .merit-chapter2 .step-merit .section .detail-step-merit .detail-text p {
          line-height: 1.7; }
      .merit-container .merit-chapter2 .step-merit .section .image-step-merit {
        width: 29.55%;
        background-color: #fff;
        position: relative; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter2 .step-merit .section .image-step-merit {
            width: 14%; } }
        .merit-container .merit-chapter2 .step-merit .section .image-step-merit img {
          position: absolute;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 215px;
          max-width: 286px;
          width: 100%; }
          @media screen and (max-width: 1180px) {
            .merit-container .merit-chapter2 .step-merit .section .image-step-merit img {
              right: 100px; } }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter2 .step-merit .section .image-step-merit img {
              width: 150px;
              top: 0;
              right: 35px; } }
    .merit-container .merit-chapter2 .step-merit:nth-child(even) .section {
      display: flex;
      flex-direction: row-reverse; }
      .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .detail-step-merit {
        width: 71.45%;
        padding: 5.2% 12.86%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .detail-step-merit {
            width: 86%;
            padding: 20px 25px; } }
        .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .detail-step-merit .num-title {
          color: #07379e; }
          .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .detail-step-merit .num-title .step-introduction {
            font-size: 18px; }
          .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .detail-step-merit .num-title .step-num {
            font-size: 50px;
            width: 105px;
            text-align: center; }
          .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .detail-step-merit .num-title .step-title {
            font-size: 24px;
            margin-top: 10px;
            margin-bottom: 15px; }
      .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .image-step-merit {
        width: 29.55%;
        background-color: #fff;
        position: relative; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .image-step-merit {
            width: 14%; } }
        .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .image-step-merit img {
          position: absolute;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 180px;
          max-width: 286px;
          width: 100%; }
          @media screen and (max-width: 1180px) {
            .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .image-step-merit img {
              left: 100px; } }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter2 .step-merit:nth-child(even) .section .image-step-merit img {
              width: 145px;
              top: 0;
              left: 215px; } }
.merit-container .merit-chapter3 {
  background-color: #fafafa;
  padding: 100px 0; }
  @media screen and (max-width: 560px) {
    .merit-container .merit-chapter3 {
      padding: 50px 0; } }
  .merit-container .merit-chapter3 .merit-chapter-content {
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    .merit-container .merit-chapter3 .merit-chapter-content hr {
      width: 50px;
      background-color: #07379e;
      border-bottom: 5px solid #07379e;
      border-radius: 100px;
      margin: 25px auto 40px; }
    .merit-container .merit-chapter3 .merit-chapter-content .title {
      font-size: 30px;
      color: #07379e;
      text-align: center;
      font-weight: 400; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter3 .merit-chapter-content .title {
          font-size: 20px; }
          .merit-container .merit-chapter3 .merit-chapter-content .title br {
            display: none; } }
    .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: -40px; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer {
          flex-direction: column; } }
      .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li {
        width: 33.30%;
        background-color: #ccc;
        margin-top: 40px; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li {
            width: 100%;
            margin-top: 20px; } }
        .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li .bg-border {
          text-align: center;
          background-color: #fafafa;
          padding: 20px 0;
          margin: 0px 0.5px;
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          height: 100%;
          opacity: 1; }
          .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li .bg-border h3 {
            font-size: 20px;
            color: #2d4b8c;
            margin-bottom: 20px;
            font-weight: 500; }
          .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li .bg-border p {
            font-size: 14px;
            line-height: 2; }
          .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li .bg-border .img-arrow-down {
            margin-top: 10px; }
            .merit-container .merit-chapter3 .merit-chapter-content .list-security-officer li .bg-border .img-arrow-down img {
              width: 18px; }
.merit-container .merit-chapter4 {
  background-color: #fafafa; }
  .merit-container .merit-chapter4 .section01 {
    padding: 30px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    .merit-container .merit-chapter4 .section01 .box-white {
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 60px 40px;
      margin-top: 40px; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter4 .section01 .box-white {
          padding: 30px 15px; } }
      .merit-container .merit-chapter4 .section01 .box-white ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -40px; }
        .merit-container .merit-chapter4 .section01 .box-white ul li {
          width: 23%;
          margin-bottom: 50px; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter4 .section01 .box-white ul li {
              width: 48%; } }
          .merit-container .merit-chapter4 .section01 .box-white ul li h3 {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 20px;
            color: #2d4b8c;
            margin-bottom: 10px;
            font-weight: 500; }
            @media screen and (max-width: 560px) {
              .merit-container .merit-chapter4 .section01 .box-white ul li h3 {
                font-size: 16px; } }
            .merit-container .merit-chapter4 .section01 .box-white ul li h3 img {
              margin-right: 8px;
              max-width: 39px; }
              @media screen and (max-width: 560px) {
                .merit-container .merit-chapter4 .section01 .box-white ul li h3 img {
                  max-width: 20px;
                  margin-right: 5px; } }
          .merit-container .merit-chapter4 .section01 .box-white ul li p {
            font-size: 14px;
            line-height: 2; }
    .merit-container .merit-chapter4 .section01 .box-transparent {
      margin-bottom: 60px; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter4 .section01 .box-transparent {
          margin-bottom: 40px; } }
      .merit-container .merit-chapter4 .section01 .box-transparent .box-banner-title {
        text-align: center;
        background-color: #2d4b8c;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 80px; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter4 .section01 .box-transparent .box-banner-title {
            margin-top: 40px; } }
        .merit-container .merit-chapter4 .section01 .box-transparent .box-banner-title h3 {
          font-size: 24px;
          color: #fff;
          font-weight: 400; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter4 .section01 .box-transparent .box-banner-title h3 {
              font-size: 18px; } }
      .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 {
        display: flex;
        justify-content: space-between;
        margin-top: 55px; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 {
            flex-direction: column;
            margin-top: 30px; } }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 + .col2 {
            margin-top: 30px; } }
        .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 {
          width: 46%; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 {
              width: 100%; } }
          .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 h4 {
            font-size: 24px;
            color: #2d4b8c;
            padding-bottom: 8px;
            margin-bottom: 25px;
            line-height: 1.8;
            font-weight: 500;
            border-bottom: 1px solid #2d4b8c;
            display: inline; }
            @media screen and (max-width: 560px) {
              .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 h4 {
                font-size: 18px;
                padding-bottom: 0px; }
                .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 h4 br {
                  display: none; } }
          .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 h4 + p {
            margin-top: 30px; }
          .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 p {
            line-height: 1.8; }
            @media screen and (max-width: 560px) {
              .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 p br {
                display: none; } }
          .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 .btnbox .link {
            border: 1px solid #000;
            border-radius: 25px;
            padding: 13px 57px 13px 27px;
            position: relative;
            max-width: 400px;
            width: 94%;
            margin: 0 auto;
            text-align: center;
            margin-top: 20px; }
            .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 .btnbox .link p {
              position: relative; }
            .merit-container .merit-chapter4 .section01 .box-transparent .detail-col2 .col2 .btnbox .link:after {
              position: absolute;
              top: 50%;
              right: 22px;
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background-image: url("/assets/images/arrowblack@2x.svg");
              background-size: contain;
              transform: translateY(-50%); }
.merit-container .merit-chapter5 {
  background-color: #ebf4ff; }
  .merit-container .merit-chapter5 .section01 {
    padding: 30px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter5 .section01 {
        padding-bottom: 40px; } }
    .merit-container .merit-chapter5 .section01 .link-text {
      text-align: center;
      margin-top: 10px; }
      .merit-container .merit-chapter5 .section01 .link-text h3 {
        margin-bottom: 5px;
        font-weight: 600; }
      .merit-container .merit-chapter5 .section01 .link-text a {
        color: #00a0e9;
        font-weight: 300;
        letter-spacing: 1px; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter5 .section01 .link-text a {
            line-height: 1.6;
            width: 100%; } }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter5 .section01 .detail-col2 + .detail-col2 {
        margin-top: 40px; } }
    .merit-container .merit-chapter5 .section01 .detail-col2 {
      display: flex;
      justify-content: space-between;
      margin-top: 80px; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter5 .section01 .detail-col2 {
          margin-top: 20px;
          flex-direction: column; }
          .merit-container .merit-chapter5 .section01 .detail-col2:nth-child(even) {
            flex-direction: column-reverse; } }
      .merit-container .merit-chapter5 .section01 .detail-col2 .img-center {
        text-align: center; }
      .merit-container .merit-chapter5 .section01 .detail-col2 .col2 {
        width: 46%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter5 .section01 .detail-col2 .col2 {
            width: 100%;
            margin-top: 30px; } }
        .merit-container .merit-chapter5 .section01 .detail-col2 .col2 h4 {
          font-size: 24px;
          color: #fff;
          margin-bottom: 25px;
          line-height: 2;
          background-color: #2d4b8c;
          text-align: center;
          font-weight: 400; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter5 .section01 .detail-col2 .col2 h4 {
              font-size: 18px; } }
        .merit-container .merit-chapter5 .section01 .detail-col2 .col2 p {
          line-height: 1.8; }
        .merit-container .merit-chapter5 .section01 .detail-col2 .col2 img {
          max-width: 495px; }
    .merit-container .merit-chapter5 .section01 .box-banner-title {
      text-align: center;
      background-color: #2d4b8c;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 50px; }
      .merit-container .merit-chapter5 .section01 .box-banner-title h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 400; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter5 .section01 .box-banner-title h3 {
            font-size: 18px; } }
    .merit-container .merit-chapter5 .section01 .box-white {
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 45px 30px;
      margin-top: 40px; }
    .merit-container .merit-chapter5 .section01 .note {
      padding: 55px 55px 80px 55px;
      line-height: 1.8; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter5 .section01 .note {
          padding: 20px; } }
.merit-container .merit-chapter6 {
  background-color: #fafafa; }
  .merit-container .merit-chapter6 .section01 {
    padding: 40px 0 80px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter6 .section01 {
        padding: 40px 0 60px 0; } }
    .merit-container .merit-chapter6 .section01 .device-various {
      padding: 40px; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter6 .section01 .device-various {
          padding: 20px; } }
      .merit-container .merit-chapter6 .section01 .device-various ul {
        line-height: 1.8;
        margin-bottom: 10px; }
        .merit-container .merit-chapter6 .section01 .device-various ul li {
          display: flex; }
      .merit-container .merit-chapter6 .section01 .device-various p {
        line-height: 1.8; }
  .merit-container .merit-chapter6 .box-banner-title {
    text-align: center;
    background-color: #2d4b8c;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-weight: 400; }
    .merit-container .merit-chapter6 .box-banner-title h3 {
      font-size: 24px;
      color: #fff;
      font-weight: 400; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter6 .box-banner-title h3 {
          font-size: 18px; } }
  .merit-container .merit-chapter6 .box-white {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 45px 130px 45px 70px; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter6 .box-white {
        padding: 20px; } }
  .merit-container .merit-chapter6 .detail-col2 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter6 .detail-col2 {
        flex-direction: column;
        margin-top: 40px; } }
    .merit-container .merit-chapter6 .detail-col2 .col2 {
      width: 48%; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter6 .detail-col2 .col2 {
          width: 100%; } }
      .merit-container .merit-chapter6 .detail-col2 .col2 h4 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 25px;
        line-height: 2;
        background-color: #2d4b8c;
        text-align: center;
        font-weight: 400; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter6 .detail-col2 .col2 h4 {
            font-size: 18px; } }
      .merit-container .merit-chapter6 .detail-col2 .col2 p {
        line-height: 1.8; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter6 .detail-col2 .col2 p {
            margin-bottom: 15px; }
            .merit-container .merit-chapter6 .detail-col2 .col2 p br {
              display: none; } }
.merit-container .merit-chapter7 {
  background-color: #ebf4ff; }
  .merit-container .merit-chapter7 .section01 {
    padding: 40px 0 80px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    .merit-container .merit-chapter7 .section01 .device-various {
      padding: 40px; }
      .merit-container .merit-chapter7 .section01 .device-various ul li {
        display: flex; }
    .merit-container .merit-chapter7 .section01 .detail-col2 {
      display: flex;
      justify-content: space-between;
      margin-top: 80px;
      line-height: 1.8; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter7 .section01 .detail-col2 {
          flex-direction: column;
          margin-top: 40px; }
          .merit-container .merit-chapter7 .section01 .detail-col2:nth-child(even) {
            flex-direction: column-reverse; } }
      .merit-container .merit-chapter7 .section01 .detail-col2 .img-center {
        text-align: center; }
      .merit-container .merit-chapter7 .section01 .detail-col2 .col2 {
        width: 48%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter7 .section01 .detail-col2 .col2 {
            width: 100%; } }
        .merit-container .merit-chapter7 .section01 .detail-col2 .col2 h4 {
          font-size: 24px;
          color: #fff;
          margin-bottom: 25px;
          line-height: 2;
          background-color: #2d4b8c;
          text-align: center;
          font-weight: 400; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter7 .section01 .detail-col2 .col2 h4 {
              font-size: 18px; } }
        .merit-container .merit-chapter7 .section01 .detail-col2 .col2 img {
          max-width: 495px; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter7 .section01 .detail-col2 .col2 img {
              margin-top: 20px; } }
        .merit-container .merit-chapter7 .section01 .detail-col2 .col2 ul {
          margin-bottom: 5px; }
.merit-container .merit-chapter8 {
  background-color: #fafafa; }
  .merit-container .merit-chapter8 .section01 {
    padding: 40px 0 40px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter8 .section01 {
        padding: 40px 0 60px 0; } }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter8 .section01 .detail-col2 + .detail-col2 {
        margin-top: 40px; } }
    .merit-container .merit-chapter8 .section01 .detail-col2 {
      display: flex;
      justify-content: space-between;
      margin-top: 80px;
      line-height: 1.8; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter8 .section01 .detail-col2 {
          flex-direction: column;
          margin-top: 20px; } }
      .merit-container .merit-chapter8 .section01 .detail-col2 .img-center {
        text-align: center; }
      .merit-container .merit-chapter8 .section01 .detail-col2 .col2 {
        width: 48%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter8 .section01 .detail-col2 .col2 {
            width: 100%; }
            .merit-container .merit-chapter8 .section01 .detail-col2 .col2 br {
              display: none; }
            .merit-container .merit-chapter8 .section01 .detail-col2 .col2 p br {
              display: none; } }
        .merit-container .merit-chapter8 .section01 .detail-col2 .col2 h4 {
          font-size: 24px;
          color: #fff;
          margin-bottom: 25px;
          line-height: 2;
          background-color: #2d4b8c;
          text-align: center;
          font-weight: 400; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter8 .section01 .detail-col2 .col2 h4 {
              font-size: 18px; } }
        .merit-container .merit-chapter8 .section01 .detail-col2 .col2 h5 {
          margin-top: 30px;
          font-size: 24px;
          color: #07379e;
          font-weight: 500;
          display: inline;
          border-bottom: 1px solid #07379e;
          padding-bottom: 6px; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter8 .section01 .detail-col2 .col2 h5 {
              padding-bottom: 0px;
              font-size: 18px; } }
        .merit-container .merit-chapter8 .section01 .detail-col2 .col2 h5 + p {
          margin-top: 30px;
          margin-bottom: 50px; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter8 .section01 .detail-col2 .col2 h5 + p {
              margin-top: 20px;
              margin-bottom: 30px; } }
        .merit-container .merit-chapter8 .section01 .detail-col2 .col2 img {
          max-width: 495px;
          border: 1px solid #dcdcdc; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter8 .section01 .detail-col2 .col2 img {
              margin-bottom: 20px;
              margin-top: 20px; } }
.merit-container .merit-chapter9 {
  background-color: #ebf4ff; }
  .merit-container .merit-chapter9 .section01 {
    padding: 40px 0 100px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter9 .section01 {
        padding: 40px 0 60px 0; } }
    .merit-container .merit-chapter9 .section01 .detail-col2 {
      display: flex;
      justify-content: space-between;
      margin-top: 80px;
      line-height: 1.8; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter9 .section01 .detail-col2 {
          flex-direction: column-reverse;
          margin-top: 40px; } }
      .merit-container .merit-chapter9 .section01 .detail-col2 .img-center {
        text-align: center; }
      .merit-container .merit-chapter9 .section01 .detail-col2 .col2 {
        width: 48%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter9 .section01 .detail-col2 .col2 {
            width: 100%; } }
        .merit-container .merit-chapter9 .section01 .detail-col2 .col2 h4 {
          font-size: 24px;
          color: #fff;
          margin-bottom: 25px;
          line-height: 2;
          background-color: #2d4b8c;
          text-align: center;
          font-weight: 400; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter9 .section01 .detail-col2 .col2 h4 {
              font-size: 18px; } }
        .merit-container .merit-chapter9 .section01 .detail-col2 .col2 img {
          max-width: 495px; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter9 .section01 .detail-col2 .col2 img {
              margin-top: 20px; } }
        .merit-container .merit-chapter9 .section01 .detail-col2 .col2 ul {
          margin-top: 10px; }
          .merit-container .merit-chapter9 .section01 .detail-col2 .col2 ul li {
            display: flex; }
.merit-container .merit-chapter10 {
  background-color: #fafafa; }
  .merit-container .merit-chapter10 .section01 {
    padding: 40px 0 100px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      .merit-container .merit-chapter10 .section01 {
        padding: 40px 0 60px 0; } }
    .merit-container .merit-chapter10 .section01 .detail-col2 {
      display: flex;
      justify-content: space-between;
      margin-top: 80px;
      line-height: 1.8; }
      @media screen and (max-width: 560px) {
        .merit-container .merit-chapter10 .section01 .detail-col2 {
          margin-top: 40px;
          flex-direction: column-reverse; } }
      .merit-container .merit-chapter10 .section01 .detail-col2 .img-center {
        text-align: center; }
      .merit-container .merit-chapter10 .section01 .detail-col2 .col2 {
        width: 48%; }
        @media screen and (max-width: 560px) {
          .merit-container .merit-chapter10 .section01 .detail-col2 .col2 {
            width: 100%; } }
        .merit-container .merit-chapter10 .section01 .detail-col2 .col2 h4 {
          font-size: 24px;
          color: #fff;
          margin-bottom: 25px;
          line-height: 2;
          background-color: #2d4b8c;
          text-align: center;
          font-weight: 400; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter10 .section01 .detail-col2 .col2 h4 {
              font-size: 18px; } }
        .merit-container .merit-chapter10 .section01 .detail-col2 .col2 img {
          max-width: 495px; }
          @media screen and (max-width: 560px) {
            .merit-container .merit-chapter10 .section01 .detail-col2 .col2 img {
              margin-top: 20px; } }
        .merit-container .merit-chapter10 .section01 .detail-col2 .col2 ul {
          margin-bottom: 10px; }
          .merit-container .merit-chapter10 .section01 .detail-col2 .col2 ul li {
            display: flex; }
    .merit-container .merit-chapter10 .section01 .detail-col2 + .detail-col2 {
      margin-top: 50px; }

.price-visual {
  height: 350px;
  background-image: url("/assets/images/price/price-visualbg.jpg");
  background-size: cover;
  background-position: top center;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 85px; }
  @media screen and (max-width: 560px) {
    .price-visual {
      margin-top: 0px; } }
  .price-visual .textbox img {
    width: 44px;
    height: 44px; }
  .price-visual .textbox .title {
    margin-top: 30px;
    color: #fff;
    font-size: 36px; }

.price-container {
  /* scroll holicental */ }
  .price-container .resizable {
    background: transparent;
    padding-bottom: 30px; }
  .price-container #resizable.content {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .price-container #resizable02.content {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .price-container .section-function {
    background-color: #2d4b8c;
    padding-top: 30px;
    padding-bottom: 40px; }
    .price-container .section-function .title {
      font-size: 30px;
      color: #fff;
      font-weight: 500;
      line-height: 1.7;
      text-align: center;
      letter-spacing: 1px; }
      @media screen and (max-width: 560px) {
        .price-container .section-function .title {
          font-size: 20px; } }
    .price-container .section-function .btnbox {
      margin-top: 20px;
      text-align: center; }
      .price-container .section-function .btnbox .link {
        border: 1px solid #000;
        border-radius: 25px;
        padding: 13px 57px 13px 27px;
        position: relative;
        background-color: #fff; }
        .price-container .section-function .btnbox .link:after {
          position: absolute;
          top: 50%;
          right: 22px;
          content: '';
          display: inline-block;
          width: 22px;
          height: 22px;
          background-image: url("/assets/images/arrowblack@2x.svg");
          background-size: contain;
          transform: translateY(-50%); }
        .price-container .section-function .btnbox .link p {
          position: relative; }
          @media screen and (max-width: 560px) {
            .price-container .section-function .btnbox .link p {
              font-size: 14px; } }
  .price-container hr.hr-blue-soft {
    width: 50px;
    background-color: #229cdd;
    border-bottom: 5px solid #229cdd;
    border-radius: 100px;
    margin: 10px auto 40px;
    border-color: transparent; }
  .price-container hr.hr-blue {
    width: 50px;
    background-color: #10559d;
    border-bottom: 5px solid #10559d;
    border-radius: 100px;
    margin: 10px auto 40px;
    border-color: transparent; }
  .price-container hr.hr-green {
    width: 50px;
    background-color: #398b27;
    border-bottom: 5px solid #398b27;
    border-radius: 100px;
    margin: 10px auto 40px;
    border-color: transparent; }
  .price-container hr.hr-grey {
    width: 50px;
    background-color: #959595;
    border-bottom: 5px solid #959595;
    border-radius: 100px;
    margin: 10px auto 40px;
    border-color: transparent; }
  .price-container hr.hr-orange {
    width: 50px;
    background-color: #e2920e;
    border-bottom: 5px solid #e2920e;
    border-radius: 100px;
    margin: 10px auto 40px;
    border-color: transparent; }
  .price-container .banner-blue {
    background-color: #10559d; }
  .price-container .banner-blue-soft {
    background-color: #229cdd; }
  .price-container .banner-green {
    background-color: #398b27; }
  .price-container .banner-grey {
    background-color: #959595; }
  .price-container .banner-orange {
    background-color: #e2920e; }
  .price-container .banner-price {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5px 20px 5px;
    margin-top: 50px; }
    .price-container .banner-price .price-sec {
      display: flex;
      color: #fff; }
      @media screen and (max-width: 560px) {
        .price-container .banner-price .price-sec {
          justify-content: center; } }
      .price-container .banner-price .price-sec .price {
        width: 51.42%;
        text-align: right;
        font-size: 30px;
        font-weight: 500;
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        padding-right: 30px;
        border-right: 1px solid #fff; }
        @media screen and (max-width: 560px) {
          .price-container .banner-price .price-sec .price {
            font-size: 15px;
            width: 50%;
            padding-right: 15px; } }
        .price-container .banner-price .price-sec .price span {
          font-size: 60px;
          margin-right: 5px;
          line-height: 85%; }
          @media screen and (max-width: 560px) {
            .price-container .banner-price .price-sec .price span {
              font-size: 40px; } }
      .price-container .banner-price .price-sec .persec {
        width: 40.71%;
        font-size: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding-left: 30px; }
        @media screen and (max-width: 560px) {
          .price-container .banner-price .price-sec .persec {
            font-size: 15px;
            margin-bottom: 0px;
            padding-left: 15px;
            width: 50%; } }
    .price-container .banner-price .text-banner-price {
      text-align: center;
      color: #fff;
      margin-top: 10px; }
      .price-container .banner-price .text-banner-price p {
        font-size: 18px;
        font-weight: 300; }
        @media screen and (max-width: 560px) {
          .price-container .banner-price .text-banner-price p {
            font-size: 10px; } }
  .price-container .tabs-banner-title {
    text-align: center;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 560px) {
      .price-container .tabs-banner-title {
        height: 100px; } }
    .price-container .tabs-banner-title h2 {
      font-size: 30px;
      color: #fff;
      font-weight: normal; }
      .price-container .tabs-banner-title h2 span {
        font-weight: 600; }
      @media screen and (max-width: 560px) {
        .price-container .tabs-banner-title h2 {
          font-size: 22px; } }
  .price-container .tabs-banner-parent {
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .price-container .tabs-banner-parent h2 {
      font-size: 24px;
      color: #fff;
      font-weight: normal;
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 1px;
      font-weight: 100; }
      .price-container .tabs-banner-parent h2 span {
        font-weight: 600; }
      @media screen and (max-width: 560px) {
        .price-container .tabs-banner-parent h2 {
          font-size: 18px; } }
  .price-container .banner-blue-soft {
    background-color: #229cdd; }
  .price-container .description-intro {
    text-align: center;
    line-height: 1.8;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 560px) {
      .price-container .description-intro {
        font-size: 18px; } }

.price-container .price-chapter1 {
  max-width: 1030px;
  width: 94%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
  text-align: center; }
  @media screen and (max-width: 560px) {
    .price-container .price-chapter1 {
      padding: 30px 0;
      padding-bottom: 50px; }
      .price-container .price-chapter1 br {
        display: none; } }
  .price-container .price-chapter1 hr {
    width: 50px;
    background-color: #07379e;
    border-bottom: 5px solid #07379e;
    border-radius: 100px;
    margin: 25px auto 40px; }
  .price-container .price-chapter1 .title {
    font-size: 30px;
    color: #07379e;
    font-weight: 400;
    line-height: 1.7; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter1 .title {
        font-size: 20px; } }
  .price-container .price-chapter1 p {
    line-height: 1.7; }
  .price-container .price-chapter1 .box-white {
    background-color: #fff;
    padding: 60px 0px 0; }
    .price-container .price-chapter1 .box-white ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: -40px; }
      .price-container .price-chapter1 .box-white ul li {
        width: 23%;
        margin-bottom: 40px; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter1 .box-white ul li {
            width: 48%; } }
        .price-container .price-chapter1 .box-white ul li h3 {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-size: 20px;
          color: #2d4b8c;
          margin-bottom: 10px;
          font-weight: 600; }
          @media screen and (max-width: 560px) {
            .price-container .price-chapter1 .box-white ul li h3 {
              font-size: 16px; } }
          .price-container .price-chapter1 .box-white ul li h3 img {
            margin-right: 10px;
            max-width: 39px; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter1 .box-white ul li h3 img {
                max-width: 20px;
                margin-right: 5px; } }
        .price-container .price-chapter1 .box-white ul li p {
          font-size: 14px;
          line-height: 2; }
.price-container .price-chapter2 {
  background-color: #ebf4ff; }
  .price-container .price-chapter2 .section01 {
    max-width: 1030px;
    width: 94%;
    margin: 0 auto;
    padding: 40px 0px 100px; }
    .price-container .price-chapter2 .section01 .inner {
      position: relative; }
      .price-container .price-chapter2 .section01 .inner .tb-topic {
        position: absolute;
        left: 0px;
        height: 100%;
        padding-bottom: 30px; }
        .price-container .price-chapter2 .section01 .inner .tb-topic tr:last-child th {
          border-bottom: 0; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter2 .section01 {
        padding: 40px 0px 50px; } }
    .price-container .price-chapter2 .section01 table {
      table-layout: fixed;
      width: 100%;
      *margin-left: -100px;
      /*ie7*/
      padding-top: 80px;
      border-spacing: 0; }
    .price-container .price-chapter2 .section01 td {
      position: relative; }
    .price-container .price-chapter2 .section01 td, .price-container .price-chapter2 .section01 th {
      vertical-align: top;
      padding-left: 10px;
      padding-right: 10px;
      width: 257px; }
    .price-container .price-chapter2 .section01 tr:first-child .text-slide {
      padding: 15px 8px; }
    .price-container .price-chapter2 .section01 .cr-black {
      color: #000 !important; }
    .price-container .price-chapter2 .section01 .cr-white {
      color: #fff !important; }
    .price-container .price-chapter2 .section01 .cr-yellow {
      color: #f9d66f !important; }
    .price-container .price-chapter2 .section01 .cr-green {
      color: #19a56f !important; }
    .price-container .price-chapter2 .section01 .cr-red {
      color: #ff0000 !important; }
    .price-container .price-chapter2 .section01 .cr-blue {
      color: #006df8 !important; }
    .price-container .price-chapter2 .section01 .cr-magenta {
      color: #7d98d4 !important; }
    .price-container .price-chapter2 .section01 .cr-orange {
      color: #ed9f6f !important; }
    .price-container .price-chapter2 .section01 .h58 {
      height: 58px; }
    .price-container .price-chapter2 .section01 .h60 {
      height: 60px; }
    .price-container .price-chapter2 .section01 .h61 {
      height: 61px; }
    .price-container .price-chapter2 .section01 .h63 {
      height: 63px; }
    .price-container .price-chapter2 .section01 .h80 {
      height: 80px; }
    .price-container .price-chapter2 .section01 .h85 {
      height: 85px; }
    .price-container .price-chapter2 .section01 .h109 {
      height: 109px; }
    .price-container .price-chapter2 .section01 .f30 {
      font-size: 30px; }
    .price-container .price-chapter2 .section01 .f20 {
      font-size: 20px; }
    .price-container .price-chapter2 .section01 .f18 {
      font-size: 18px; }
    .price-container .price-chapter2 .section01 .f14 {
      font-size: 14px; }
    .price-container .price-chapter2 .section01 .fw600 {
      font-weight: 600; }
    .price-container .price-chapter2 .section01 .text-align-left {
      text-align: left !important; }
    .price-container .price-chapter2 .section01 .just-content-start {
      justify-content: flex-start !important; }
    .price-container .price-chapter2 .section01 th {
      position: absolute;
      *position: relative;
      /*ie7*/
      left: 0;
      width: 240px;
      background-color: #fff;
      border-bottom: 1px solid #959595;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #959595;
      font-size: 14px; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter2 .section01 th {
          width: 115px;
          font-size: 12px; } }
    .price-container .price-chapter2 .section01 .outer {
      position: relative; }
    .price-container .price-chapter2 .section01 .inner {
      overflow-x: scroll;
      overflow-y: visible;
      max-width: 1030px;
      width: 100%;
      padding-left: 250px; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter2 .section01 .inner {
          max-width: 100%;
          padding-left: 110px; } }
      .price-container .price-chapter2 .section01 .inner .blue {
        background-color: #006df8; }
      .price-container .price-chapter2 .section01 .inner .yellow {
        background-color: #f9d66f; }
      .price-container .price-chapter2 .section01 .inner .white {
        background-color: #fff; }
      .price-container .price-chapter2 .section01 .inner .green {
        background-color: #19a56f; }
      .price-container .price-chapter2 .section01 .inner .green-soft {
        background-color: #def0e6; }
      .price-container .price-chapter2 .section01 .inner .grey {
        background-color: #eeeeee; }
      .price-container .price-chapter2 .section01 .inner .blue-soft {
        background-color: #e4e5ff; }
      .price-container .price-chapter2 .section01 .inner .orange {
        background-color: #ed9f6f; }
      .price-container .price-chapter2 .section01 .inner .orange-soft {
        background-color: #efccb6; }
      .price-container .price-chapter2 .section01 .inner .magenta {
        background-color: #7d98d4; }
      .price-container .price-chapter2 .section01 .inner .magenta-soft {
        background-color: #c6cfe4; }
      .price-container .price-chapter2 .section01 .inner .egg {
        background-color: #fcf6df; }
      .price-container .price-chapter2 .section01 .inner .mark-row {
        color: #fff;
        position: absolute;
        width: 100%;
        top: -80px;
        text-align: center; }
        .price-container .price-chapter2 .section01 .inner .mark-row .mark-text {
          padding: 10px;
          margin-right: 20px;
          border-radius: 5px;
          background-color: #ff0000; }
        .price-container .price-chapter2 .section01 .inner .mark-row .arrow-down {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 35px 17.5px 0 17.5px;
          border-color: #ff0000 transparent transparent transparent;
          position: absolute;
          bottom: -25px;
          margin-left: auto;
          margin-right: auto;
          left: -20px;
          right: 0; }
      .price-container .price-chapter2 .section01 .inner .text-slide {
        padding: 15px;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        .price-container .price-chapter2 .section01 .inner .text-slide span {
          display: contents; }
        .price-container .price-chapter2 .section01 .inner .text-slide .true {
          width: 28px; }
        .price-container .price-chapter2 .section01 .inner .text-slide .cross {
          width: 25px; }
.price-container .price-chapter3 {
  background-color: #fafafa; }
  .price-container .price-chapter3 .section01 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px 100px; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter3 .section01 {
        padding: 40px 0px 50px; } }
    .price-container .price-chapter3 .section01 .box-white {
      background-color: #fff;
      padding: 60px 35px 80px;
      border: 1px solid #ccc; }
      .price-container .price-chapter3 .section01 .box-white .top-info {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter3 .section01 .box-white .top-info {
            flex-direction: column; } }
      .price-container .price-chapter3 .section01 .box-white .bottom-info {
        margin-top: 80px; }
        .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail {
          display: flex; }
          @media screen and (max-width: 560px) {
            .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail {
              flex-direction: column; } }
          .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail .info-detail-left {
            width: 35%; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail .info-detail-left {
                width: 100%; } }
          .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail .info-detail-right {
            width: 65%;
            margin-left: 40px; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail .info-detail-right {
                width: 100%;
                margin-left: 0px; } }
            .price-container .price-chapter3 .section01 .box-white .bottom-info .bottom-info-detail .info-detail-right a.btn {
              max-width: 260px;
              margin-top: 15px; }
      .price-container .price-chapter3 .section01 .box-white .box-left {
        width: 27.4%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter3 .section01 .box-white .box-left {
            width: 100%; } }
      .price-container .price-chapter3 .section01 .box-white .box-center {
        width: 44%;
        padding-top: 60px; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter3 .section01 .box-white .box-center {
            width: 100%;
            padding-bottom: 60px; } }
      .price-container .price-chapter3 .section01 .box-white .box-right {
        width: 27.4%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter3 .section01 .box-white .box-right {
            width: 100%; } }
      .price-container .price-chapter3 .section01 .box-white .column-bottom {
        margin-top: 80px; }
      .price-container .price-chapter3 .section01 .box-white p {
        line-height: 2; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter3 .section01 .box-white p br {
            display: none; } }
      .price-container .price-chapter3 .section01 .box-white h3 {
        font-size: 16px;
        color: #10559d;
        padding-bottom: 1px;
        margin-bottom: 20px;
        font-weight: normal; }
        .price-container .price-chapter3 .section01 .box-white h3 span {
          font-size: 24px;
          font-weight: bold; }
      .price-container .price-chapter3 .section01 .box-white .line_color_blue {
        color: #10559d;
        border-bottom: 4px solid #10559d;
        font-weight: 100; }
      .price-container .price-chapter3 .section01 .box-white .line_color_green {
        color: #398b27;
        border-bottom: 4px solid #398b27;
        font-weight: 100; }
      .price-container .price-chapter3 .section01 .box-white .line_color_grey {
        color: #959595;
        border-bottom: 4px solid #959595;
        font-weight: 100; }
      .price-container .price-chapter3 .section01 .box-white .line_color_blue_soft {
        color: #229cdd;
        border-bottom: 4px solid #229cdd;
        font-weight: 100; }
      .price-container .price-chapter3 .section01 .box-white .line_color_orange {
        color: #e2920e;
        border-bottom: 4px solid #e2920e;
        font-weight: 100; }
      .price-container .price-chapter3 .section01 .box-white a.btn {
        width: 100%;
        border: 1px solid #000;
        border-radius: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
        position: relative;
        margin-top: 20px; }
        .price-container .price-chapter3 .section01 .box-white a.btn span {
          width: 100%;
          text-align: center; }
        .price-container .price-chapter3 .section01 .box-white a.btn img {
          position: absolute;
          width: 22px;
          right: 15px; }
.price-container .price-chapter4 {
  background-color: #ebf4ff;
  padding-bottom: 80px; }
  @media screen and (max-width: 560px) {
    .price-container .price-chapter4 {
      padding-bottom: 40px; } }
  .price-container .price-chapter4 .content-section {
    padding: 20px 80px 0px 80px; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter4 .content-section {
        padding: 20px 20px 0px 20px; } }
  .price-container .price-chapter4 .section01 {
    max-width: 1203px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 0px 0px 100px;
    border: 5px solid #229cdd; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter4 .section01 {
        padding: 0px 0px 40px; } }
    .price-container .price-chapter4 .section01 .box-white {
      background-color: #fff;
      padding: 60px 40px 80px 60px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section01 .box-white {
          padding: 20px; } }
      .price-container .price-chapter4 .section01 .box-white .info01 {
        display: flex;
        justify-content: space-between; }
    .price-container .price-chapter4 .section01 h3 {
      font-size: 34px;
      text-align: center;
      color: #229cdd; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section01 h3 {
          font-size: 28px; } }
    .price-container .price-chapter4 .section01 .column-detail-spec {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section01 .column-detail-spec {
          flex-direction: column; } }
      .price-container .price-chapter4 .section01 .column-detail-spec h4 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #07379e;
        border-bottom: 1px solid #07379e;
        display: table;
        margin: auto;
        padding-bottom: 5px;
        font-family: 'Sarabun', sans-serif;
        letter-spacing: 2px; }
      .price-container .price-chapter4 .section01 .column-detail-spec p.des {
        text-align: center;
        color: #07379e;
        margin-top: 10px;
        line-height: 1.5; }
        .price-container .price-chapter4 .section01 .column-detail-spec p.des span {
          font-size: 24px;
          font-weight: 500; }
      .price-container .price-chapter4 .section01 .column-detail-spec div {
        width: 31%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section01 .column-detail-spec div {
            width: 100%; } }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section01 .column-detail-spec div + div {
          margin-top: 40px; } }
      .price-container .price-chapter4 .section01 .column-detail-spec ul {
        margin-top: 10px;
        font-weight: 300; }
        .price-container .price-chapter4 .section01 .column-detail-spec ul li {
          line-height: 1.8;
          margin-bottom: 5px; }
          .price-container .price-chapter4 .section01 .column-detail-spec ul li span:first-child {
            position: relative;
            top: 2px; }
            .price-container .price-chapter4 .section01 .column-detail-spec ul li span:first-child .dot {
              /* background-color: #229cdd; */
              background-color: #10559d; }
            .price-container .price-chapter4 .section01 .column-detail-spec ul li span:first-child img {
              width: 15px; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter4 .section01 .column-detail-spec ul li span:first-child {
                font-size: 13px; }
                .price-container .price-chapter4 .section01 .column-detail-spec ul li span:first-child img {
                  width: 13px; } }
  .price-container .price-chapter4 .section02 {
    max-width: 1203px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 0px 0px 100px;
    border: 5px solid #10559d; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter4 .section02 {
        padding: 0px 0px 40px; } }
    .price-container .price-chapter4 .section02 .box-white {
      background-color: #fff;
      padding: 60px 40px 80px 60px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section02 .box-white {
          padding: 20px; } }
      .price-container .price-chapter4 .section02 .box-white .info01 {
        display: flex;
        justify-content: space-between; }
        .price-container .price-chapter4 .section02 .box-white .info01 .info-left {
          width: 300px; }
    .price-container .price-chapter4 .section02 h3 {
      font-size: 34px;
      text-align: center;
      color: #10559d; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section02 h3 {
          font-size: 28px; } }
    .price-container .price-chapter4 .section02 .column-detail-spec {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section02 .column-detail-spec {
          flex-direction: column; } }
      .price-container .price-chapter4 .section02 .column-detail-spec h4 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #07379e;
        border-bottom: 1px solid #07379e;
        display: table;
        margin: auto;
        padding-bottom: 5px;
        font-family: 'Sarabun', sans-serif;
        letter-spacing: 2px; }
      .price-container .price-chapter4 .section02 .column-detail-spec p.des {
        text-align: center;
        color: #07379e;
        margin-top: 10px;
        line-height: 1.8; }
        .price-container .price-chapter4 .section02 .column-detail-spec p.des span {
          font-size: 24px;
          font-weight: 500; }
      .price-container .price-chapter4 .section02 .column-detail-spec div {
        width: 31%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section02 .column-detail-spec div {
            width: 100%; } }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section02 .column-detail-spec div + div {
          margin-top: 40px; } }
      .price-container .price-chapter4 .section02 .column-detail-spec ul {
        margin-top: 10px;
        font-weight: 300; }
        .price-container .price-chapter4 .section02 .column-detail-spec ul li {
          line-height: 1.8;
          margin-bottom: 5px; }
          .price-container .price-chapter4 .section02 .column-detail-spec ul li span:first-child {
            position: relative;
            top: 2px; }
            .price-container .price-chapter4 .section02 .column-detail-spec ul li span:first-child img {
              width: 15px; }
            .price-container .price-chapter4 .section02 .column-detail-spec ul li span:first-child .dot {
              background-color: #10559d; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter4 .section02 .column-detail-spec ul li span:first-child {
                font-size: 13px; }
                .price-container .price-chapter4 .section02 .column-detail-spec ul li span:first-child img {
                  width: 13px; } }
  .price-container .price-chapter4 .section03 {
    max-width: 1203px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 0px 0px 100px;
    border: 5px solid #398b27; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter4 .section03 {
        padding: 0px 0px 40px; } }
    .price-container .price-chapter4 .section03 .box-white {
      background-color: #fff;
      padding: 60px 40px 80px 60px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section03 .box-white {
          padding: 20px; } }
      .price-container .price-chapter4 .section03 .box-white .info01 {
        display: flex;
        justify-content: space-between; }
        .price-container .price-chapter4 .section03 .box-white .info01 .info-left {
          width: 300px; }
    .price-container .price-chapter4 .section03 h3 {
      font-size: 34px;
      text-align: center;
      color: #398b27; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section03 h3 {
          font-size: 28px; } }
    .price-container .price-chapter4 .section03 .column-detail-spec {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section03 .column-detail-spec {
          flex-direction: column; } }
      .price-container .price-chapter4 .section03 .column-detail-spec h4 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #07379e;
        border-bottom: 1px solid #07379e;
        display: table;
        margin: auto;
        padding-bottom: 5px;
        font-family: 'Sarabun', sans-serif;
        letter-spacing: 2px; }
      .price-container .price-chapter4 .section03 .column-detail-spec p.des {
        text-align: center;
        color: #07379e;
        margin-top: 10px;
        line-height: 1.8; }
        .price-container .price-chapter4 .section03 .column-detail-spec p.des span {
          font-size: 24px;
          font-weight: 500; }
      .price-container .price-chapter4 .section03 .column-detail-spec div {
        width: 31%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section03 .column-detail-spec div {
            width: 100%; } }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section03 .column-detail-spec div + div {
          margin-top: 40px; } }
      .price-container .price-chapter4 .section03 .column-detail-spec ul {
        margin-top: 10px;
        font-weight: 300; }
        .price-container .price-chapter4 .section03 .column-detail-spec ul li {
          line-height: 1.8;
          margin-bottom: 5px; }
          .price-container .price-chapter4 .section03 .column-detail-spec ul li span:first-child {
            position: relative;
            top: 2px; }
            .price-container .price-chapter4 .section03 .column-detail-spec ul li span:first-child .dot {
              /* background-color: #398b27; */
              background-color: #10559d; }
            .price-container .price-chapter4 .section03 .column-detail-spec ul li span:first-child img {
              width: 15px; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter4 .section03 .column-detail-spec ul li span:first-child {
                font-size: 13px; }
                .price-container .price-chapter4 .section03 .column-detail-spec ul li span:first-child img {
                  width: 13px; } }
  .price-container .price-chapter4 .section04 {
    max-width: 1203px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 0px 0px 100px;
    border: 5px solid #959595; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter4 .section04 {
        padding: 0px 0px 40px; } }
    .price-container .price-chapter4 .section04 .box-white {
      background-color: #fff;
      padding: 60px 40px 80px 60px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section04 .box-white {
          padding: 20px; } }
      .price-container .price-chapter4 .section04 .box-white .info01 {
        display: flex;
        justify-content: space-between; }
        .price-container .price-chapter4 .section04 .box-white .info01 .info-left {
          width: 300px; }
    .price-container .price-chapter4 .section04 h3 {
      font-size: 34px;
      text-align: center;
      color: #959595; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section04 h3 {
          font-size: 28px; } }
    .price-container .price-chapter4 .section04 .column-detail-spec {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section04 .column-detail-spec {
          flex-direction: column; } }
      .price-container .price-chapter4 .section04 .column-detail-spec h4 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #07379e;
        border-bottom: 1px solid #07379e;
        display: table;
        margin: auto;
        padding-bottom: 5px;
        font-family: 'Sarabun', sans-serif;
        letter-spacing: 2px; }
      .price-container .price-chapter4 .section04 .column-detail-spec p.des {
        text-align: center;
        color: #07379e;
        margin-top: 10px;
        line-height: 1.8; }
        .price-container .price-chapter4 .section04 .column-detail-spec p.des span {
          font-size: 24px;
          font-weight: 500; }
      .price-container .price-chapter4 .section04 .column-detail-spec div {
        width: 31%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section04 .column-detail-spec div {
            width: 100%; } }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section04 .column-detail-spec div + div {
          margin-top: 40px; } }
      .price-container .price-chapter4 .section04 .column-detail-spec ul {
        margin-top: 10px;
        font-weight: 300; }
        .price-container .price-chapter4 .section04 .column-detail-spec ul li {
          line-height: 1.8;
          margin-bottom: 5px; }
          .price-container .price-chapter4 .section04 .column-detail-spec ul li span:first-child {
            position: relative;
            top: 2px; }
            .price-container .price-chapter4 .section04 .column-detail-spec ul li span:first-child img {
              width: 15px; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter4 .section04 .column-detail-spec ul li span:first-child {
                font-size: 13px; }
                .price-container .price-chapter4 .section04 .column-detail-spec ul li span:first-child img {
                  width: 13px; } }
  .price-container .price-chapter4 .section05 {
    max-width: 1203px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 0px 0px 100px;
    border: 5px solid #e2920e; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter4 .section05 {
        padding: 0px 0px 40px; } }
    .price-container .price-chapter4 .section05 .box-white {
      background-color: #fff;
      padding: 40px 40px 40px 50px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section05 .box-white {
          padding: 20px; } }
      .price-container .price-chapter4 .section05 .box-white .info01 {
        display: flex;
        justify-content: space-between; }
        .price-container .price-chapter4 .section05 .box-white .info01 .info-left {
          width: 300px; }
    .price-container .price-chapter4 .section05 h3 {
      font-size: 34px;
      text-align: center;
      color: #e2920e; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section05 h3 {
          font-size: 28px; } }
    .price-container .price-chapter4 .section05 .box-red-soft {
      background-color: #eadbe7;
      padding: 80px 50px 50px;
      border-radius: 20px;
      line-height: 1.8; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section05 .box-red-soft {
          padding: 20px; } }
      .price-container .price-chapter4 .section05 .box-red-soft h5 {
        font-size: 16px;
        color: #e60012;
        text-align: center;
        margin-bottom: 20px; }
    .price-container .price-chapter4 .section05 .img-security {
      text-align: center;
      margin: 60px 0; }
      .price-container .price-chapter4 .section05 .img-security img {
        max-width: 644px;
        width: 100%;
        margin: auto; }
    .price-container .price-chapter4 .section05 .img-arrow-step {
      text-align: center;
      margin: 60px 0 30px; }
      .price-container .price-chapter4 .section05 .img-arrow-step img {
        max-width: 150px;
        width: 100%;
        margin: auto; }
    .price-container .price-chapter4 .section05 .column-detail-spec {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section05 .column-detail-spec {
          flex-direction: column; } }
      .price-container .price-chapter4 .section05 .column-detail-spec h4 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #07379e;
        border-bottom: 1px solid #07379e;
        display: table;
        margin: auto;
        padding-bottom: 5px;
        font-family: 'Sarabun', sans-serif;
        letter-spacing: 2px; }
      .price-container .price-chapter4 .section05 .column-detail-spec .detail-spec-right h4 {
        margin-bottom: 5px; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section05 .column-detail-spec .detail-spec-right h4 {
            margin-bottom: 0; } }
      .price-container .price-chapter4 .section05 .column-detail-spec .detail-spec-right p {
        margin-bottom: 0px; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section05 .column-detail-spec .detail-spec-right p {
            margin-bottom: 0; } }
      .price-container .price-chapter4 .section05 .column-detail-spec p.des {
        text-align: center;
        color: #07379e;
        margin-top: 10px;
        line-height: 1.8; }
        .price-container .price-chapter4 .section05 .column-detail-spec p.des span {
          font-size: 24px;
          font-weight: 500; }
      .price-container .price-chapter4 .section05 .column-detail-spec div {
        width: 31%; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section05 .column-detail-spec div {
            width: 100%; } }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter4 .section05 .column-detail-spec div + div {
          margin-top: 40px; } }
      .price-container .price-chapter4 .section05 .column-detail-spec ul {
        margin-top: 10px; }
        .price-container .price-chapter4 .section05 .column-detail-spec ul li {
          line-height: 1.8;
          margin-bottom: 5px; }
          .price-container .price-chapter4 .section05 .column-detail-spec ul li span:first-child {
            position: relative;
            top: 2px; }
            .price-container .price-chapter4 .section05 .column-detail-spec ul li span:first-child .dot {
              /* background-color: #e2920e; */
              background-color: #10559d; }
            .price-container .price-chapter4 .section05 .column-detail-spec ul li span:first-child img {
              width: 15px; }
            @media screen and (max-width: 560px) {
              .price-container .price-chapter4 .section05 .column-detail-spec ul li span:first-child {
                font-size: 13px; }
                .price-container .price-chapter4 .section05 .column-detail-spec ul li span:first-child img {
                  width: 13px; } }
    .price-container .price-chapter4 .section05 .mobile-risk h4 {
      font-size: 22px;
      color: #07379e;
      text-align: center; }
    .price-container .price-chapter4 .section05 .column-mobile-risk {
      margin-top: 70px; }
      .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column {
        display: flex;
        background-color: #c8dffc;
        border-radius: 20px; }
        @media screen and (max-width: 560px) {
          .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column {
            flex-direction: column; } }
        .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column .detail-list + .detail-list {
          border-left: 1px solid #fff; }
          @media screen and (max-width: 560px) {
            .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column .detail-list + .detail-list {
              border-left: 0px solid #fff;
              border-top: 1px solid #fff; } }
        .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column .detail-list {
          padding: 40px;
          max-width: 300px;
          width: 100%; }
          @media screen and (max-width: 560px) {
            .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column .detail-list {
              max-width: 100%; } }
          .price-container .price-chapter4 .section05 .column-mobile-risk .detail-column .detail-list .img {
            max-width: 62px;
            width: 100%;
            text-align: center;
            margin: auto;
            margin-bottom: 30px; }
.price-container .price-chapter5 {
  background-color: #fff; }
  .price-container .price-chapter5 .section01 {
    padding: 100px 0 150px 0;
    max-width: 1030px;
    width: 94%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 560px) {
      .price-container .price-chapter5 .section01 {
        padding: 30px 0;
        padding-bottom: 30px;
        padding-bottom: 80px; } }
    .price-container .price-chapter5 .section01 .title {
      font-size: 30px;
      color: #07379e;
      font-weight: 600;
      line-height: 1.7; }
      @media screen and (max-width: 560px) {
        .price-container .price-chapter5 .section01 .title {
          font-size: 20px; } }
    .price-container .price-chapter5 .section01 hr {
      width: 50px;
      background-color: #07379e;
      border-bottom: 5px solid #07379e;
      border-radius: 100px;
      margin: 25px auto 40px; }

.price-function .AMM_color {
  color: blue; }
.price-function .TM_color {
  color: orange; }
.price-function .SDS_color {
  color: green; }
.price-function .SPS_color {
  color: purple; }
.price-function .MEG_color {
  color: brown; }
.price-function .only {
  text-align: right;
  padding-right: 13px; }
  @media screen and (max-width: 560px) {
    .price-function .only {
      font-size: 11px;
      text-align: left; } }
.price-function .btn-focus {
  padding-top: 40px;
  max-width: 1030px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.price-function .btnbox {
  width: 40%;
  margin: 10px; }
  @media screen and (max-width: 560px) {
    .price-function .btnbox {
      width: 100%; } }
  .price-function .btnbox .link {
    border: 1px solid #000;
    border-radius: 25px;
    padding: 13px;
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff; }
    .price-function .btnbox .link p {
      position: relative; }
    .price-function .btnbox .link:after {
      position: absolute;
      top: 50%;
      right: 22px;
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      background-image: url("/assets/images/arrowblackdown@2x.svg");
      background-size: contain;
      transform: translateY(-50%); }
.price-function .section-table {
  width: 100%;
  overflow-x: auto; }
.price-function .price-chapter2 {
  background: #ebf4ff;
  padding-bottom: 80px; }
.price-function #content-1, .price-function #content-2, .price-function #content-3, .price-function #content-4 {
  max-width: 1030px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  text-align: center; }
.price-function .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin-left: 0px;
  margin-right: 0px; }
.price-function table {
  width: 1020px;
  touch-action: auto; }
  .price-function table td {
    background: #fff;
    border: 2px solid #ebf4ff;
    font-size: 14px;
    padding: 10px;
    line-height: 1.7; }
  .price-function table th {
    background: #e8eaf2;
    border: 2px solid #ebf4ff;
    height: 55px;
    padding: 10px; }
  .price-function table tr:nth-child(odd) td {
    background: #f9f9f9; }
.price-function span.circle {
  border-radius: 100%;
  border: solid #000 1px;
  width: 20px;
  height: 20px;
  display: block;
  margin: auto; }
.price-function span.triangle {
  -webkit-text-stroke: 1px #ff2424;
  color: transparent;
  font-size: 20px; }
.price-function span.line-not {
  width: 15px;
  height: 1px;
  background: #000;
  display: block;
  margin: auto; }
.price-function .ver-top {
  vertical-align: top; }
.price-function .ver-center {
  vertical-align: middle; }
.price-function .padding-status {
  padding: 10px; }
.price-function .icon-status {
  width: 60px;
  margin: auto; }
.price-function .text-topic {
  width: 150px; }
.price-function .text-description {
  width: 250px; }
.price-function .content-center {
  text-align: center; }
.price-function .content-left {
  text-align: left; }

footer .contact {
  background-color: #2d4b8c;
  padding: 100px 0;
  position: relative; }
  footer .contact::before, footer .contact::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 60px; }
  footer .contact::before {
    top: -30px;
    left: 0;
    background: linear-gradient(to bottom left, transparent 47.9%, #2d4b8c 52.1%) top left/100% 52.1% no-repeat; }
  footer .contact::after {
    top: -30px;
    right: 0;
    background: linear-gradient(to bottom right, transparent 47.9%, #2d4b8c 52.1%) top left/100% 52.1% no-repeat; }
  @media screen and (max-width: 560px) {
    footer .contact {
      background-repeat: no-repeat;
      background-position: center center;
      padding: 60px 14px; } }
  footer .contact .contactbox {
    width: 1030px;
    margin: 0 auto; }
    @media screen and (max-width: 560px) {
      footer .contact .contactbox {
        width: auto; } }
    footer .contact .contactbox .title {
      display: flex;
      justify-content: space-around; }
      footer .contact .contactbox .title .diagonalleft,
      footer .contact .contactbox .title .diagonalright {
        width: 19px; }
        @media screen and (max-width: 560px) {
          footer .contact .contactbox .title .diagonalleft,
          footer .contact .contactbox .title .diagonalright {
            height: 100px; } }
      footer .contact .contactbox .title p {
        text-align: center;
        color: #fff;
        font-size: 30px; }
    footer .contact .contactbox ul {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-right: -35px; }
      @media screen and (max-width: 560px) {
        footer .contact .contactbox ul {
          display: block;
          margin-right: 0; } }
      footer .contact .contactbox ul li {
        margin-right: 35px;
        width: calc((100% / 3) - 24px);
        background-color: #fff;
        border-radius: 10px; }
        footer .contact .contactbox ul li:nth-of-type(3n) {
          margin-right: 0; }
        @media screen and (max-width: 560px) {
          footer .contact .contactbox ul li {
            width: 100%;
            margin-top: 0;
            margin-bottom: 20px; } }
        footer .contact .contactbox ul li a {
          width: 100%;
          padding: 20px; }
          @media screen and (max-width: 560px) {
            footer .contact .contactbox ul li a {
              padding: 10px;
              position: relative; } }
          footer .contact .contactbox ul li a .main {
            text-align: center; }
            @media screen and (max-width: 560px) {
              footer .contact .contactbox ul li a .main {
                display: flex;
                -webkit-align-items: center;
                /* Safari etc. */
                -ms-align-items: center;
                /* IE10        */
                align-items: center;
                justify-content: center;
                margin-top: 16px;
                margin-bottom: 16px; } }
            footer .contact .contactbox ul li a .main img {
              width: 50px;
              height: 50px; }
              @media screen and (max-width: 560px) {
                footer .contact .contactbox ul li a .main img {
                  margin-right: 10px;
                  max-width: 30px;
                  max-height: 30px; } }
            footer .contact .contactbox ul li a .main p {
              margin-top: 20px;
              font-weight: bold; }
              @media screen and (max-width: 560px) {
                footer .contact .contactbox ul li a .main p {
                  margin-top: 0; } }
          footer .contact .contactbox ul li a .arrow img {
            width: 16px;
            float: right; }
        footer .contact .contactbox ul li .arrow {
          position: absolute;
          right: 20px;
          top: 35px;
          display: none; }
          @media screen and (max-width: 560px) {
            footer .contact .contactbox ul li .arrow {
              display: block; } }
    footer .contact .contactbox .phonebox {
      margin-top: 40px;
      border: 1px solid #fff;
      border-radius: 10px;
      padding: 40px;
      text-align: center;
      max-width: 800px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 560px) {
        footer .contact .contactbox .phonebox {
          padding: 10px; } }
      footer .contact .contactbox .phonebox .title {
        display: flex;
        justify-content: center;
        -webkit-align-items: center;
        /* Safari etc. */
        -ms-align-items: center;
        /* IE10        */
        align-items: center; }
        footer .contact .contactbox .phonebox .title img {
          width: 20px;
          margin-right: 6px; }
        footer .contact .contactbox .phonebox .title p {
          font-size: 16px;
          font-weight: bold; }
      footer .contact .contactbox .phonebox .p-contact {
        width: 100%;
        height: 100%; }
        footer .contact .contactbox .phonebox .p-contact .p-inner {
          display: block;
          margin: 0 auto;
          text-align: center; }
          footer .contact .contactbox .phonebox .p-contact .p-inner h2 {
            color: #FFF;
            text-align: center;
            font-size: 26px; }
          footer .contact .contactbox .phonebox .p-contact .p-inner .p-contact__tel {
            background-color: #fff;
            color: #000;
            margin: auto;
            margin-top: auto;
            margin-top: 20px;
            padding: 40px;
            text-align: left;
            border-radius: 10px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: initial; }
            @media screen and (max-width: 560px) {
              footer .contact .contactbox .phonebox .p-contact .p-inner .p-contact__tel p {
                font-size: 14px; } }
            @media screen and (max-width: 560px) {
              footer .contact .contactbox .phonebox .p-contact .p-inner .p-contact__tel {
                padding: 20px; } }
            footer .contact .contactbox .phonebox .p-contact .p-inner .p-contact__tel img {
              max-width: 40px;
              width: 100%;
              height: 100%;
              margin-right: 40px; }
              @media screen and (max-width: 560px) {
                footer .contact .contactbox .phonebox .p-contact .p-inner .p-contact__tel img {
                  margin-right: 20px; } }
          footer .contact .contactbox .phonebox .p-contact .p-inner .txt_b {
            font-weight: bold; }
          footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail {
            width: 100%; }
            footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail .p-contact__mail {
              background-color: #fff;
              color: #000;
              margin: auto;
              margin-top: auto;
              margin-top: 20px;
              padding: 40px;
              text-align: left;
              border-radius: 10px;
              display: flex;
              justify-content: flex-start;
              align-items: center; }
              @media screen and (max-width: 560px) {
                footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail .p-contact__mail p {
                  font-size: 14px; } }
              @media screen and (max-width: 560px) {
                footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail .p-contact__mail {
                  padding: 20px; } }
              footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail .p-contact__mail img {
                max-width: 40px;
                width: 100%;
                height: 100%;
                margin-right: 40px; }
                @media screen and (max-width: 560px) {
                  footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail .p-contact__mail img {
                    margin-right: 20px; } }
              footer .contact .contactbox .phonebox .p-contact .p-inner .link-mail .p-contact__mail .txt_b {
                font-weight: bold;
                margin-top: 5px; }
footer .menu {
  padding: 100px 0px;
  background-color: #262c30; }
  @media screen and (max-width: 560px) {
    footer .menu {
      padding: 50px 25px; } }
  footer .menu .menubox {
    width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 560px) {
      footer .menu .menubox {
        width: auto;
        display: block; } }
    @media screen and (max-width: 560px) {
      footer .menu .menubox .main {
        text-align: center; } }
    footer .menu .menubox .main img {
      width: 230px;
      height: 100%; }
      @media screen and (max-width: 560px) {
        footer .menu .menubox .main img {
          max-width: 100px; } }
    footer .menu .menubox .main ul {
      margin-top: 36px; }
      @media screen and (max-width: 560px) {
        footer .menu .menubox .main ul {
          margin-top: 20px; } }
      footer .menu .menubox .main ul li {
        display: inline-block;
        border-right: 1px solid #bfbfbf; }
        footer .menu .menubox .main ul li:last-of-type {
          border-right: none; }
        footer .menu .menubox .main ul li a {
          padding: 5px 30px;
          font-size: 14px;
          height: 30px;
          line-height: 1.5;
          color: #fff; }
          @media screen and (max-width: 560px) {
            footer .menu .menubox .main ul li a {
              padding: 0 7px;
              font-size: 12px;
              height: auto;
              line-height: normal;
              color: #fff;
              display: block; } }
    @media screen and (max-width: 560px) {
      footer .menu .menubox .sub {
        margin-top: 20px; } }
    footer .menu .menubox .sub .btnbox {
      text-align: center; }
      footer .menu .menubox .sub .btnbox .link {
        width: 100%;
        border: 1px solid #000;
        border-radius: 25px;
        padding: 10px 50px; }
        @media screen and (max-width: 560px) {
          footer .menu .menubox .sub .btnbox .link {
            padding: 14px 45px; } }
        footer .menu .menubox .sub .btnbox .link p {
          position: relative; }
          @media screen and (max-width: 560px) {
            footer .menu .menubox .sub .btnbox .link p {
              font-size: 10px; } }
          footer .menu .menubox .sub .btnbox .link p.calendar::before {
            position: absolute;
            top: 50%;
            left: 0;
            content: '';
            display: inline-block;
            width: 23px;
            height: 23px;
            background-image: url("/assets/images/calendar@2x.svg");
            background-size: contain;
            transform: translateY(-50%); }
            @media screen and (max-width: 560px) {
              footer .menu .menubox .sub .btnbox .link p.calendar::before {
                left: 0; } }
        footer .menu .menubox .sub .btnbox .link.blue {
          background-color: #006df8;
          border: 1px solid #006df8; }
          footer .menu .menubox .sub .btnbox .link.blue p {
            color: #fff; }
            footer .menu .menubox .sub .btnbox .link.blue p::after {
              background-image: url("/assets/images/arrow-innerwhite@2x.svg"); }
    footer .menu .menubox .sub .copyright {
      margin-top: 45px;
      font-size: 12px;
      color: #a0a0a0; }
      @media screen and (max-width: 560px) {
        footer .menu .menubox .sub .copyright {
          margin-top: 25px;
          font-size: 10px;
          text-align: center; } }

#footer {
  width: 100%;
  height: 100%;
  position: relative; }
  #footer .p-footer {
    width: 100%;
    text-align: center;
    border-top: 3px solid #000; }
  #footer .p-footer__nav {
    max-width: 1024px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px dotted #bbbbbb; }
    @media screen and (max-width: 560px) {
      #footer .p-footer__nav {
        width: 100%;
        max-width: 100%;
        border-bottom: none; } }
  #footer .p-footer__nav ul {
    font-size: 0;
    padding: 20px 0; }
    @media screen and (max-width: 560px) {
      #footer .p-footer__nav ul {
        padding: 0 0; } }
  #footer .p-footer__nav ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 20px; }
    @media screen and (max-width: 560px) {
      #footer .p-footer__nav ul li {
        display: block;
        margin: 0 0;
        border-bottom: 1px dotted #bbbbbb; } }
  #footer .p-footer__nav ul li a {
    color: #000;
    padding-bottom: 1.5px; }
    #footer .p-footer__nav ul li a:hover {
      border-bottom: 1px solid #000;
      padding-bottom: 0.5px; }
      @media screen and (max-width: 560px) {
        #footer .p-footer__nav ul li a:hover {
          border-bottom: inherit;
          padding-bottom: 20px; } }
    @media screen and (max-width: 560px) {
      #footer .p-footer__nav ul li a {
        display: block;
        padding: 20px; } }
  #footer .p-footer__logo {
    margin: 40px 0; }
  #footer .p-footer__logo a {
    color: #000;
    display: inline-block; }
  #footer .p-footer__logo .p-logo {
    width: 190px;
    height: 34px;
    display: block;
    margin: 0 auto 10px; }
  #footer .p-footer__logo a {
    color: #000;
    display: inline-block; }
  #footer .p-footer__logo a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  #footer .p-footer__logo p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px; }
  #footer .p-footer__copyright {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: #000;
    padding: 18px 0;
    color: #fff; }

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

.grecaptcha-badge {
  bottom: 100px !important;
}