@charset "UTF-8";

/*
Theme Name: KIKUYA ANSHIN HOKEN HP
Description: KIKUYA ANSHIN HOKEN HP
Version: 2023.02
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  /* blank */
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  /* blank */
  outline: none; }

body {
  /* blank */
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  /* blank */
font-weight: normal;
line-height: 1.5em;}

ol, ul {
  /* blank */
  list-style: none; }

blockquote {
  /* blank */
  quotes: none; }

blockquote:before, blockquote:after {
  /* blank */
  content: '';
  content: none; }

del {
  /* blank */
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  /* blank */
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  /* blank */
  text-align: left; }

a:focus {
  /* blank */
  outline: none; }

a img {
  /* blank */
  border: none; }

input, button, select, textarea {
  /* blank */
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

button {
  /* blank */
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0; }

/*
Web Fonts
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* Style
-------------------------------------------------------------- */
body {
  /* blank */
  height: 100%;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #0B0E12;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: none;
  /* font-feature-settings: "palt"; */
  }

body p {
  /* blank */
  color: inherit;
  font-size: inherit;
  line-height: 2em;
  letter-spacing: 0; }

a, a img, button {
  /* blank */
  text-decoration: none;
  font-weight: 500;
  color: #0B0E12;
  transition: all 0.3s ease; }

.pc_view a:hover, .pc_view button:hover {
  /* blank */
  opacity: 0.75; }

span {
  /* blank */
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

pictuire, img {
  /* blank */
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  /* blank */
}

.non_pc {
  /* blank */
  display: none !important; }

.f_en {
  /* blank */
font-family: 'Roboto Condensed', sans-serif; }

/* =============================
  Common
============================= */
  .outline {
    /* blank */
    position: relative;
    overflow: hidden;
    min-width: 1180px;
    }
  header {
    /* blank */
    position: fixed;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
    }
    header > .inner {
      /* blank */
      display: flex;
      align-items: center;
      padding: 0 30px;
      height: 90px;
      background: #fff;
      min-width: 1180px;
      box-sizing: border-box;
      }
    header h1 {
      /* blank */
      }
    header h1 a {
				display: block;
				width: 230px;
				}
    header .gmenu {
      /* blank */
      margin-left: auto;
      }
    .pc_view header .gmenu {
      display: block !important;
      height: auto !important;
    }
      header .gmenu ul {
        /* blank */
        display: flex;
        }
        header .gmenu ul li {
          /* blank */ }
          header .gmenu ul li a {
            /* blank */
            font-size: 16px;
            font-weight: bold;
            padding: 15px;
            display: block;
            }
          header .gmenu ul li a.active {
            color: #15218d;
            position: relative;
          }
          header .gmenu ul li a.active::after {
            content: "";
            display: block;
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: calc(100% - 20px);
            height: 3px;
            background: #2735b2;
          }

      header .bt_entry {
        /* blank */
        display: block;
        background: url(../images/bg_line.png) repeat 0 top;
        background-size: 50px auto;
        background-color: #ffde00;
        box-shadow: 5px 5px 0 #eee;
        border-radius: 16px;
        padding: 10px 20px;
        font-weight: bold;
        margin-left: 15px;        
        animation: a_bg_line 1.5s infinite linear;
      }
      a.nolink {
        pointer-events: none !important;
        animation: none !important;
        background: #ccc !important;
        color: #999 !important;
        box-shadow: none !important;
      }
      
      @keyframes a_bg_line {
        0% {
          background-position: 0 0;
        }
        100% {
          background-position: 50px 0;
        }
      }
      @media screen and (max-width: 1350px) {
          header .gmenu ul li a {
            /* blank */
            font-size: 14px;
            font-weight: bold;
            padding: 15px 10px;
            }
        header .bt_entry {
          /* blank */
          padding: 10px 12px;
          margin-left: 8px;
          font-size: 14px;
          }
      }
  footer {
    /* blank */
    background: #ecedf7;
    padding: 10px 0 60px 0;
    margin-top: 80px;
    }
    footer .bt_entry {
      margin: -86px auto 0 auto !important;
    }
    footer > .inner {
      /* blank */ }
    footer ul {
     display: flex;
     justify-content: center;
     margin-top: 70px;
    }
    footer ul li a {
      /* blank */
      font-size: 16px;
      font-weight: bold;
      padding: 15px;
    }
    footer .copy {
      /* blank */
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.05em;
      margin-top: 60px;
      }
    footer .logo {
      /* blank */
      width: 575px;
      margin: 12px auto 0 auto;
      }
    footer .text {
      /* blank */
      text-align: center;
      font-size: 14px;
      margin-top: 30px;
      line-height: 1.8em;
      }
    footer .note {
      /* blank */
      text-align: center;
      font-size: 12px;
      margin-top: 30px;
      line-height: 1.8em;
      color: #1d2187;
      }
    footer .logo2 {
      /* blank */
      width: 216px;
      display: block;
      margin: 45px auto 0 auto;
      }
    footer .copyright {
      /* blank */
      text-align: center;
      font-size: 12px;
      margin-top: 20px;
      }
    .bt_line_fixed {
      right: -10px;
      position: fixed;
      top: 50%;
      transform: translate(0, -50%);
      background: url(../images/icon_line.png) no-repeat 6px 10px;
      background-size: 45px auto;
      background-color: #02b902;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 60px 20px 28px 12px;
      border-radius: 16px 0 0 16px;
      box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
      z-index: 100000;
    }
    .bt_line_fixed:hover {
      opacity: 1;
      right: 0;
    }
  .main {
    /* blank */
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
    padding-top: 90px;
    }
    .main .bt_entry,
    footer .bt_entry {
      /* blank */
      display: block;
      background: url(../images/icon_easy.png) no-repeat left 30px top 47%, url(../images/icon_search.png) no-repeat right 10px top 53%, url(../images/bg_line.png) repeat center top;
      background-size: 106px auto, 110px auto, 50px auto;
      background-color: #ffde00;
      width: 840px;
      border-radius: 16px;
      margin: -76px auto -75px auto;
      font-size: 28px;
      font-weight: lighter;
      text-align: center;
      font-weight: 900;
      padding: 37px 0 45px 0;
      letter-spacing: 0;
      box-shadow: 7px 7px 0 rgba(40, 45, 64, 0.2);
      position: relative;
      z-index: 100;
      animation: a_bg_line2 1.5s infinite linear;
      }
      
      @keyframes a_bg_line2 {
        0% {
          background-position: left 30px top 47%, right 10px top 53%, 0 0;
        }
        100% {
          background-position: left 30px top 47%, right 10px top 53%, 50px 0;
        }
      }
      .main .bt_entry .mini,
      footer .bt_entry .mini{
        /* blank */
        font-size: 20px;
        display: block;
        font-weight: bold;
        letter-spacing: 0;
        margin-bottom: 5px;
        }
    .main .bt_entry:hover,
    footer .bt_entry:hover {
      opacity: 1;
      transform: scale(1.05);
    }
      .main .bt_more_common {
        /* blank */
        display: block;
        font-size: 24px;
        font-weight: bold;
        padding: 30px 50px 30px 35px;
        border-radius: 16px;
        position: relative;
        display: block;
        background: url(../images/bg_line.png) repeat center top;
        background-size: 50px auto;
        background-color: #ffde02;
        box-sizing: border-box;
        box-shadow: 7px 7px 0 rgb(40 45 64 / 20%);
        width: 720px;
        margin: 0px auto 0 auto;
        /* text-align: center; */
        animation: a_bg_line 1.5s infinite linear;
        text-align: center;
      }
      .main .bt_more_common::before {
          /* blank */
          top: 50%;
          right: 16px;
          border: solid transparent;
          content: "";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-top-color: #000;
          border-width: 8px;
          margin-top: -6px;
          transform: rotate(-90deg) scale(0.7, 1);
      }
    .main .h_box {
      /* blank */
      background: #14228D;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 0 95px 0;
      }
      .main .h_box h2,
      .main .h_box .lead span {
        /* blank */
        font-size: 40px;
        font-weight: 900;
        background: #ffde00;
        color: #14228d;
        padding: 4px 30px 8px 30px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        display: block;
        }
      .main .h_box h2 {
        margin-top: -45px;
      }
      .main .h_box .lead {
        margin-top: 34px;
        /* blank */ }
        .main .h_box .lead span {
          /* blank */
          background: #fff;
          }
        .main .h_box .lead span + span {
          margin-top: 16px;
        }
      .main .h_box .text {
        /* blank */
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        letter-spacing: 0.05em;
        margin-top: 20px;
        }
      .main .h_box .strong {font-size: 40px;font-weight: bold;color: #ffde02;line-height: 1.5em;margin-top: 28px;}
      .main .h_box .strong span {
        font-size: 70px;
        display: inline-block;
        margin: 0 8px 0px 5px;
      }
      .main .h_box .note {font-size: 13px;color: #ffde02;}
    .main .h_box2 {
      /* blank */
      position: relative;
      }
      .main .h_box2 h3 {
        /* blank */
        background: #2a39aa;
        color: #ffde02;
        font-size: 20px;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0.05em;
        display: flex;
        padding: 10px;
        align-items: center;
        border-radius: 100px;
        }
        .main .h_box2 h3 span {
          /* blank */
          display: block;
          background: #ffde02;
          line-height: 76px;
          height: 76px;
          color: #000;
          width: 76px;
          text-align: center;
          font-size: 22px;
          border-radius: 100px;
          margin-right: 24px;
          text-indent: 0.1em;
          position: relative;
          }

        .main .h_box2 h3 span.check::before {
          content: "";
          display: block;
          position: absolute;
          width: 32px;
          height: 16px;
          border-top: 6px solid #000;
          border-right: 6px solid #000;
          transform: rotate(135deg);
          left: 18px;
          top: 22px;
        }
      .main .h_box2 .amount {
        /* blank */
        position: absolute;
        color: #fff;
        text-decoration: underline;
        font-weight: normal;
        font-size: 18px;
        right: 50px;
        top: 50%;
        transform: translate(0, -50%);
        }
    .main .h_box3 {
      /* blank */ }
      .main .h_box3 h2 {
        /* blank */
        padding: 50px 0;
        text-align: center;
        background: url(../images/img_illust.png) no-repeat center center;
        background-size: 726px auto;
        }
      .main .h_box3 h2 span {
        font-size: 40px;
        font-weight: 900;
        background: #14228d;
        color: #fff;
        padding: 4px 30px 8px 30px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        display: inline-block;
      }
      .main .h_box3 .lead {
        /* blank */
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: -24px;
        }
    #index .main .visual {
      /* blank */
      min-height: 540px;
      background: url(../images/bg_pattern.png) no-repeat center center;
      background-size: 3071px auto;
      box-sizing: border-box;
      }
      #index .main .visual .inner {
        /* blank */
        padding-top: 10px;
        padding-bottom: 1px;
        }
        #index .main .visual .inner h1 {
          /* blank */
          max-width: 1075px;
          margin: 90px auto 0 auto;
          width: 90%;
          }
        #index .main .visual .inner .lead {
          /* blank */
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.05em;
          }
        #index .main .visual .inner .notice {
        margin: 50px auto 100px auto;
        color: #d51717;
        text-align: center;
        border: 2px solid #d51717;
        width: 780px;
        padding: 40px 0;
        }
        #index .main .visual .inner .notice .title {
        font-weight: bold;
        margin: 0 0px 30px 0px;
        font-size: 18px;
        border-bottom: 2px solid #d51717;
        display: inline-block;
        }
        #index .main .visual .inner .notice .text {
        line-height: 1.8em;
        }
        #index .main .visual .inner .notice .text strong {
          font-weight: bold;
          font-size: 22px;
        }
        #index .main .visual .inner .notice .text .note {
        font-size: 12px;
        display: block;
        line-height: 1.7em;
        }
    #inner .main .visual {
      /* blank */
      background: url(../images/bg_pattern.png) no-repeat center center;
      background-size: 3071px auto;
      box-sizing: border-box;
      }
      #inner .main .visual .inner {
        /* blank */
        padding: 50px 0 50px 0;
        }
        #inner .main .visual .inner h2 {
          /* blank */
          padding: 50px 0;
          text-align: center;
          background: url(../images/img_illust.png) no-repeat center center;
          background-size: 726px auto;
          }
        #inner .main .visual .inner h2 span {
          font-size: 40px;
          font-weight: 900;
          background: #14228d;
          color: #fff;
          padding: 4px 30px 8px 30px;
          line-height: 1.5em;
          letter-spacing: 0.05em;
          display: inline-block;
        }
        #inner .main .visual .inner .lead {
          /* blank */
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          margin-top: -24px;
          }
    .main .intro {
      /* blank */ }

      .main .intro > .inner {
        /* blank */ }
      .main .intro .pickup {
      display: block;
      margin: 130px auto 0 auto;
      width: 1000px;
      /* background: #fff8c2; */
      border-radius: 20px;
      position: relative;
      padding: 30px 20px 30px 180px;
      box-sizing: border-box;
      position: relative;
      border: 2px solid #000;
      }
      .main .intro .pickup::before {
        content: "詳しくはこちら";
        position: absolute;
        display: block;
        right: 72px;
        top: 50%;
        transform: translate(0, -50%);
        letter-spacing: 0;
        font-weight: bold;
      }
      .main .intro .pickup::after {
        content: "";
        position: absolute;
        display: block;
        right: 40px;
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
        letter-spacing: 0;
        font-weight: bold;
        width: 16px;
        height: 16px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
      }
      .main .intro .pickup .label {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translate(0, -50%);
      width: 130px;
      /* border: 1px solid #000; */
      border-radius: 20px;
      height: calc(100% - 30px);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      background: #ffde02;
      }
      .main .intro .pickup .text {
      font-size: 18px;
      line-height: 1.8em;
      font-weight: bold;
      }
      .main .intro .pickup .text span {
        font-weight: bold;
        display: inline-block;
        font-size: 18px;
        width: 170px;
        /* color: #002392; */
      }
      .main .intro .pickup .text strong {
      background: linear-gradient(transparent 60%, #ffde02 60%);
      }
      .main .intro .feature {
        padding: 70px 0 40px 0;
      }
      .main .intro .feature h3 {
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        color: #002392;
      }
      .main .intro .feature .lead {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
      }
      .main .intro .feature img {
        width: 1000px;
        margin: 50px auto 0 auto;
      }
      .main .intro .feature ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1000px;
        margin: 30px auto 0 auto;
      }
      .main .intro .feature ul li {
        width: 49%;
        text-align: center;
        background: #ECEDF7;
        margin-top: 2%;
        padding: 20px 0;
        font-size: 20px;
        font-weight: bold;
        color: #002392;
        border-radius: 10px;
      }
      .main .intro .feature ul li:nth-child(-n+2) {
        margin-top: 0;
      }
      .main .intro .feature .note {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: #aaa;
      }
      .main .intro .course {
        padding: 50px 0 50px 0;
      }
      .main .intro .course h3,
      .main .intro .plan h3 {
        width: 370px;
        margin: 0 auto;
      }
      .main .intro .course .lead,
      .main .intro .plan .lead {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        
      }
      .main .intro .course .img  {
        max-width: 1313px;
        margin: 20px auto 0 auto;
        width: 94%;
      }
      .main .intro .plan {
        padding: 110px 0 100px 0;
        margin: 0;
      }
      .main .intro .plan .img {
        max-width: 1168px;
        margin: 20px auto 0 auto;
        width: 94%;
      }
      .main .intro .plan .lead2 {
        width: 935px;
        margin: 0 auto 0 auto;
        text-align: right;
        border-top: 2px solid #000;
        padding-top: 1px;
        display: flex;
        justify-content: right;
      }
      .main .intro .plan .lead2 span {
        font-size: 26px;
        font-weight: bold;
        display: block;
        background: #fff;
        margin-top: -20px;
        padding-left: 21px;
      }
      .main .intro .plan .img2 {
        width: 935px;
        margin: 25px auto 0 auto;
      }
      .main .intro .example {
        /* blank */
        background: #ECEDF7;
        padding: 100px 0px 100px 0;
        }
      .main .intro .example .bt_more_common {
      margin-top: 60px;
      }
        .main .intro .example h3 {
          /* blank */
          font-size: 40px;
          font-weight: 900;
          text-align: center;
          color: #002392;
          letter-spacing: 0;
          padding-top: 110px;
          background: url(../images/icon_example.png) no-repeat center top;
          background-size: 92px auto;
          }
        .main .intro .example ul {
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        justify-content: center;
        margin: 10px auto 0 auto;
        }
        .main .intro .example ul li {
        width: 360px;
        margin: 0 18px;
        border-radius: 16px;
        background: #fff;
        padding: 10px 0 30px 0;
        margin-top: 90px;
        }
        .main .intro .example ul li img {
        width: 295px;
        margin: -60px auto 0 auto;
        border-radius: 11px;
        }
        .main .intro .example ul li .text {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        line-height: 1.8em;
        margin-top: 19px;
        background: #fff;
        border-radius: 10px;
        padding: 0;
        width: auto;
        }
      .main .intro .qa {
        /* blank */
        background: #ECEDF7;
        padding: 0px 0px 120px 0;
        }
        .main .intro .qa h3 {
          /* blank */
          font-size: 40px;
          font-weight: 900;
          text-align: center;
          color: #002392;
          letter-spacing: 0;
          padding-top: 120px;
          background: url(../images/icon_qa.png) no-repeat center top;
          background-size: 136px auto;
          }
        .main .intro .qa ul {
          /* blank */
          display: flex;
          justify-content: center;
          margin-top: 30px;
          }
        .main .intro .qa ul.list_q {
          padding-top: 36px;
          background: url(../images/bg_fukidashi.png) no-repeat center top;
          background-size: 620px auto;
          position: relative;
        }
        .main .intro .qa ul.list_q::before {
          content: "";
          width: 142px;
          height: 158px;
          display: block;
          position: absolute;
          left: 50%;
          top: -107px;
          background: url(../images/img_illust2.png) no-repeat center top;
          background-size: 100% auto;
          margin-left: 416px;
        }
        .main .intro .qa ul.list_a {
          width: 95%;
          margin: 84px auto 0 auto;
        }
          .main .intro .qa ul li {
            /* blank */
            width: 360px;
            border-radius: 16px;
            background: #fff;
            margin: 0 18px;
            display: flex;
            flex-direction: column;
            }
            .main .intro .qa ul li .title {
              /* blank */
              font-size: 22px;
              font-weight: 700;
              color: #fff;
              background: #14228d;
              height: 80px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              letter-spacing: 0;
              border-radius: 16px 16px 0 0;
              }
              .main .intro .qa ul li .title .mini {
                /* blank */
                display: block;
                font-size: 12px;
                line-height: 1em;
                font-weight: normal;
                margin: -1px 0 7px 0;
                }
            .main .intro .qa ul li .text {
              /* blank */
              text-align: center;
              padding: 30px 0;
              font-size: 18px;
              font-weight: bold;
              line-height: 1.6em;
              margin: auto 0;
              }
          .main .intro .qa ul.list_a li {
            /* blank */
            margin: 0 10px;
            }
          .main .intro .qa ul.list_a .title {
          color: #14228d;
          background: #ffde02;
          position: relative;
          padding-top: 13px;
          }
          .main .intro .qa ul.list_a .title::before {
            content: "";
            width: 88px;
            height: 88px;
            position: absolute;
            left: 50%;
            display: block;
            top: -60px;
            background: url(../images/icon_merit.png) no-repeat center center;
            background-size: contain;
            transform: translate(-50%, 0);
          }
        .main .intro .qa .h {
          /* blank */
          width: 502px;
          margin: 50px auto 0 auto;
          }
    .main .register {
      /* blank */
      background: #14228D;
      color: #fff;
      }
      .main .register > .inner {
        /* blank */
        width: 920px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        padding: 80px 0 80px 0px;
        }
      .main .register .title {
        /* blank */
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.8em;
        text-align: center;
        }
      .main .register .title span {
		  color: #ffde00;
		 }
      .main .register .text {
        /* blank */
        font-size: 18px;
        /* font-weight: bold; */
        line-height: 1.8em;
        margin-top: 34px;
        }
      .main .register .note {
        /* blank */
        font-size: 13px;
        margin-top: 20px;
        line-height: 1.8em;
        }
      .main .register .img {
		  margin-top: 40px;
		  display: block;
		 }
      .main .register .bt_more {
		  display: block;
		  background: #fff;
		  text-align: center;
		  width: 670px;
		  margin: 47px auto 0 auto;
		  padding: 28px 0;
		  font-weight: bold;
		  font-size: 20px;
		  border-radius: 10px;
		  background: url(../images/bg_line2.png) repeat 0 top;
		  background-color: #fff;
		  background-size: 50px auto;
		  animation: a_bg_line 1.5s infinite linear;
		 }
    .main .line {
      /* blank */
      background: #14228D;
      color: #fff;
      padding-bottom: 70px;
      margin-bottom: -80px;
      }
      .main .line > .inner {
        /* blank */
        width: 920px;
        margin: 0 auto;
        background: url(../images/icon_line.png) no-repeat left center;
        background-size: 116px auto;
        box-sizing: border-box;
        position: relative;
        padding: 70px 0 90px 150px;
        border-top: 1px dashed #434a8c;
        }
      .main .line .title {
        /* blank */
        font-size: 30px;
        font-weight: bold;
        color: #00BD00;
        letter-spacing: 0;
        line-height: 1.5em;
        }
      .main .line .text {
        /* blank */
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        color: #00BD00;
        }
      .main .line .note {
        /* blank */
        font-size: 15px;
        margin-top: 25px;
        }
      .main .line .qr {
        /* blank */
        position: absolute;
        right: 0;
        width: 390px;
        top: 50%;
        transform: translate(0, -50%);
        }
        .main .bnr_campaign {
          background: #14228d;
          padding: 0px 0 160px 0;
          margin-bottom: -80px;
        }
        .main .bnr_campaign a {
          width: 950px;
          margin: 0 auto 0 auto;
          display: block;
        }
      @media screen and (max-width: 768px) {
        .main .line {
          /* blank */ }
          .main .line .bt_more {
            /* blank */ } }
    .main .unit {
      /* blank */ }
      .main .unit > .inner {
        /* blank */
        padding: 120px 0 160px 0;
        }
      .main .unit h2 {
        /* blank */
        width: 795px;
        margin: 0 auto;
        }
      .main .unit .list {
        /* blank */
        display: flex;
        justify-content: center;
        margin-top: 120px;
        }
        .main .unit .list li {
          /* blank */
          width: 360px;
          margin: 0 18px;
          }
          .main .unit .list li .unit {
            /* blank */
            background: #FFF8C2;
            border-radius: 16px;
            position: relative;
          }
            .main .unit .list li .unit::before {
              /* blank */
              content: "";
              width: 92px;
              height: 92px;
              position: absolute;
              left: 50%;
              display: block;
              top: -60px;
              background: url(../images/icon_unit.png) no-repeat center center;
              background-size: contain;
              transform: translate(-50%, 0);
              z-index: 100;
            }
            .main .unit .list li .unit .title {
              /* blank */
              position: relative;
              font-size: 30px;
              font-weight: 700;
              background: #FFDE00;
              height: 124px;
              display: flex;
              justify-content: center;
              align-items: center;
              letter-spacing: 0.05em;
              border-radius: 16px 16px 0 0;
              }
              .main .unit .list li .unit .title span {
                /* blank */
                font-size: 74px;
                margin-right: 14px;
                }
            .main .unit .list li .unit .text {
              /* blank */
              text-align: center;
              padding: 30px 0;
              font-size: 18px;
              font-weight: bold;
              line-height: 1.6em; }
          .main .unit .list li .detail {
            /* blank */
            position: relative;
            background: #C6CFE9;
            border-radius: 16px;
            position: relative;
            margin-top: 38px;
            }
            .main .unit .list li .detail::before {
              /* blank */
              content: "";
              display: block;
              position: absolute;
              left: 50%;
              top: -38px;
              height: 38px;
              width: 2px;
              background: #002392;
            }
            .main .unit .list li .detail .title {
              /* blank */
              color: #fff;
              position: relative;
              font-size: 22px;
              font-weight: 700;
              background: #002392;
              height: 124px;
              display: flex;
              justify-content: center;
              align-items: center;
              line-height: 1.8em;
              letter-spacing: 0.05em;
              text-align: center;
              border-radius: 16px 16px 0 0;
              }
            .main .unit .list li .detail .text {
              /* blank */
              text-align: center;
              padding: 30px 0;
              font-size: 15px;
              line-height: 1.6em;
              }
              .main .unit .bt_more {
                /* blank */
                display: block;
                font-size: 24px;
                font-weight: bold;
                padding: 30px 50px 30px 35px;
                border-radius: 16px;
                position: relative;
                display: block;
                background: url(../images/bg_line.png) repeat center top;
                background-size: 50px auto;
                background-color: #ffde02;
                box-sizing: border-box;
                box-shadow: 7px 7px 0 rgb(40 45 64 / 20%);
                width: 720px;
                margin: 60px auto 0 auto;
                text-align: center;
                animation: a_bg_line 1.5s infinite linear;
              }
              .main .unit .bt_more::before {
                  /* blank */
                  top: 50%;
                  right: 16px;
                  border: solid transparent;
                  content: "";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(136, 183, 213, 0);
                  border-top-color: #000;
                  border-width: 8px;
                  margin-top: -6px;
                  transform: rotate(-90deg) scale(0.7, 1);
              }

    .main .plan {
      /* blank */
      margin-bottom: -82px;
      }
    .main .plan .h_box {
      padding-bottom: 140px;
    }
      .main .plan .tab {
        /* blank */
        display: flex;
        justify-content: center;
        margin-top: -80px;
        }
        .main .plan .tab a {
          /* blank */
          display: block;
          background: #00076D;
          color: #fff;
          width: 474px;
          line-height: 80px;
          text-align: center;
          font-weight: bold;
          font-size: 24px;
          letter-spacing: 0.05em;
          margin: 0 10px;
          border-radius: 16px 16px 0 0;
          position: relative;
          }
          .main .plan .tab a.active {
            /* blank */
            background: #2A39AA;
            color: #ffde02;
            }
          .main .plan .tab a:hover {
            opacity: 1;
          }
          .main .plan .tab a.active::before {
      	left: 50%;
      	bottom: -26px;
      	border: solid transparent;
      	content: "";
      	height: 0;
      	width: 0;
      	position: absolute;
      	pointer-events: none;
      	border-color: rgba(136, 183, 213, 0);
      	border-top-color: #ffde02;
      	border-width: 14px;
      	margin-left: -14px;
      	}
      .main .plan .tab_inner {
        /* blank */
        background: #2a39aa;
        box-shadow: 0 0 10px #12175f;
        padding: 50px 0 160px 0;
        }
        .main .plan .tab_inner .box {
          /* blank */
          max-width: 1150px;
          margin: 0 auto;
          width: 94%;
          display: none;
          }
          .main .plan .tab_inner .box.active {
            display: block;
            /* blank */ }
        .main .plan .tab_inner .box .lead {
        text-align: center;
        font-size: 20px;
        color: #fff;
        background: #3c49b1;
        padding: 30px 0;
        margin: 10px 0 50px 0;
        letter-spacing: 0.1em;
        border-radius: 20px;
        }
          .main .plan .tab_inner .box img {
            /* blank */ }
        .main .plan .tab_inner .box section {
          margin-top: 20px;
        }
        .main .plan .tab_inner .box section + section {
        margin-top: 100px;
        }
        .main .plan .tab_inner .box section h3 {
        font-size: 34px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        }
        .main .plan .tab_inner .box section h3 span.sub {
          font-size: 20px;
          font-weight: 500;
          margin-left: 22px;
          border: 2px solid #ffde02;
          display: block;
          color: #ffde02;
          font-weight: bold;
          padding: 8px 20px 10px 20px;
          line-height: 1em;
          border-radius: 10px;
        }
        .main .plan .tab_inner .box section h3 span.mini {
        font-size: 20px;
        font-weight: 500;
        margin-left: 22px;
        display: block;
        }
    .main .unit_detail {
      /* blank */
      /* background: #ecedf7; */
      padding: 80px 0 100px 0;
      }
      .main .unit_detail > .inner {
        /* blank */
        width: 1150px;
        margin: 0 auto;
        }
      .main .unit_detail > .inner > .lead {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
      }
      .main .unit_detail .micol {
        text-align: center;
        font-size: 15px;
        margin-bottom: 55px;
      }
      .main .unit_detail .micol span {
        font-weight: bold;
      }
      .main .unit_detail .micol a {
        text-decoration: underline;
        color: #14228d;
      }
      .main .unit_detail .submenu {display: flex;justify-content: center;margin-bottom: 70px;}
      .main .unit_detail .submenu a {display: block;text-align: center;width: 300px;border-radius: 30px;display: block;font-size: 24px;font-weight: bold;padding: 12px 0 30px 0px;border-radius: 16px;position: relative;/* background: url(../images/bg_line.png) repeat center top; *//* background-size: 50px auto; */background-color: #ffde02;box-sizing: border-box;box-shadow: 7px 7px 0 rgb(40 45 64 / 20%);line-height: 1.3em;margin: 0 15px;/* animation: a_bg_line 1s infinite linear; */}
      .main .unit_detail .submenu a::before {
        left: 50%;
        bottom: 5px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #000;
        border-width: 8px;
        margin-left: -6px;
        transform: scale(0.7, 1);
      }
      .main .unit_detail .submenu a .f_en {display: block;line-height: 1em;font-size: 36px;margin-bottom: 2px;}
      .main .unit_detail .submenu a .mini {display: block;font-size: 14px;opacity: 0.5;line-height: 1.5em;margin-top: 4px;}
      .main .unit_detail h2 {
        /* blank */
        text-align: center;
        }
      .main .unit_detail h2 span {
        font-size: 40px;
        font-weight: 900;
        background: #fff;
        color: #14228d;
        padding: 4px 30px 8px 30px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        display: inline-block;
      }
      .main .unit_detail .sec {
        /* blank */
        margin-top: 100px;
        }
        .main .unit_detail .sec.unit1 {
          margin-top: 0;
        }
        .main .unit_detail .sec .lead {
          /* blank */
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          margin-top: 35px;
          position: relative;
          }
        .main .unit_detail .sec .list {
          /* blank */
          margin-top: 45px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          position: relative;
          }
          .main .unit_detail .sec .list li {
            /* blank */
            width: 560px;
            background: #ededf7;
            border-radius: 16px;
            display: block;
            align-items: start;
            padding: 14px;
            box-sizing: border-box;
            margin-top: 30px;
            position: relative;
            }
          .main .unit_detail .sec .list li:nth-child(-n+2) {
            margin-top: 0;
          }
            .main .unit_detail .sec .list li .info {
              /* blank */
              width: auto;
              box-sizing: border-box;
              padding: 14px 25px 8px 20px;
              }
              .main .unit_detail .sec .list li .info p {
                /* blank */
                font-size: 13px;
                line-height: 1.5em;
                text-indent: -1em;
                padding-left: 1em;
                }
                .main .unit_detail .sec .list li .info p.strong {
                  text-indent: 0;
                  padding: 0;
                  font-weight: bold;
                  font-size: 15px;
                  margin-bottom: 10px;
                }
                .main .unit_detail .sec .list li .info p.title {
                  /* blank */
                  border-left: 7px solid #2a39aa;
                  color: #2a39aa;
                  font-size: 20px;
                  font-weight: bold;
                  line-height: 1.5em;
                  text-indent: 0;
                  padding-left: 24px;
                  margin-bottom: 28px;
                  height: 106px;
                  display: flex;
                  align-items: center;
                  width: calc(100% - 200px);
                  }
                .main .unit_detail .sec .list li .info p.bold {
                  /* blank */
                  padding: 0;
                  text-indent: 0;
                  font-weight: bold;
                  }
                .main .unit_detail .sec .list li .info p.blue {
                  /* blank */
                  padding: 0;
                  text-indent: 0;
                  font-weight: bold;
                  color: #2a39aa;
                  text-decoration: underline;
                  }
              .main .unit_detail .sec .list li .info table {
				  margin-top: 20px;
				  font-size: 11px;
				  line-height: 1.5em;
				  letter-spacing: 0;
				 }
              .main .unit_detail .sec .list li .info table tbody {
				 }
              .main .unit_detail .sec .list li .info table tr {
				  
			  }
              .main .unit_detail .sec .list li .info table tr th {
				  padding: 5px;
				  border: 1px solid #b4ad77;
				  vertical-align: middle;
				  background: #f4e98f;
				 }
              .main .unit_detail .sec .list li .info table tr th:nth-child(1) {
			  width: 70px;
			  }
              .main .unit_detail .sec .list li .info table tr th:nth-child(2) {
			  width: 110px;
			  }
              .main .unit_detail .sec .list li .info table tr th:nth-child(3) {
			  .main .unit_detail .sec .list
			  li .info table tr th: nth-child(1) {}
			  width: 11;
			  width: 120px;
			  }
              .main .unit_detail .sec .list li .info table tr th:nth-child(4) {
			  width: 150px;
			  }
              .main .unit_detail .sec .list li .info table tr td {
				  padding: 5px;
				  border: 1px solid #b4ad77;
				  background: #fff;
				 }
            .main .unit_detail .sec .list li .img {width: 160px;position: absolute;right: 20px;top: 20px;}

          .main .unit_detail .bg {
			  position: relative;
			  margin-top: 223px;
			  padding: 10px 0 100px 0;
			 }
          .main .unit_detail .bg::before {
			content: "";
			position: absolute;
			display: block;
			width: 5000px;
			height: 100%;
			left: 50%;
			top: 0;
			transform: translate(-50%, 0);
			background: #ededf7;
			}
          .main .unit_detail .option_h {
            /* blank */
            text-align: center;
            position: relative;
            margin-top: -76px;
            margin-bottom: 90px;
            }
          .main .unit_detail .option_h > span {
            font-size: 22px;
            font-weight: bold;
            background: #FFDA00;
            color: #2a39aa;
            padding: 10px 30px 13px 30px;
            line-height: 1.3em;
            letter-spacing: 0.05em;
            display: inline-block;
            border-radius: 100px;
          }
          .main .unit_detail .option_h > span span {
		  font-size: 32px;
		  line-height: 1.5em;
		  display: inline-block;
		  margin-bottom: 2px;
		  }
			.main .unit_detail .option_h::before,
			.main .unit_detail .option_h::after {
	          content: "";
	          display: block;
	          position: absolute;
	          left: 50%;
	          top: -100px;
	          width: 8px;
	          height: 58px;
	          background: #2a39aa;
	          margin-left: -4px;
	        } .option_h::after {
	          transform: rotate(90deg);
	          }

        .main .unit_detail .tokuyaku {
          /* blank */
          /* margin-top: 60px; */
          position: relative;
          /* padding-top: 80px; */
          }
          .main .unit_detail .tokuyaku .list {
            /* blank */ }
            .main .unit_detail .bg .sec .list li {
              /* blank */
              background: #fff;
              }
            .main .unit_detail .bg .sec.tokuyaku .list li {
              /* blank */
              background: #fff8c2;
              }
        .main .unit_detail .sec .note {
          /* blank */
          font-size: 13px;
          margin-top: 33px;
          line-height: 1.5em;
          position: relative;
          }
      .main .unit_detail .company {
        /* blank */
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
        }
        .main .unit_detail .company .box {
          /* blank */
          width: 560px;
          background: #f0f0f0;
          box-sizing: border-box;
          position: relative;
          padding: 30px 46px 35px 46px;
          }
          .main .unit_detail .company .box .title {
            /* blank */
            font-size: 16px;
            font-weight: bold;
            text-indent: -0.5em;
            }
          .main .unit_detail .company .box .text {
            /* blank */
            font-size: 14px;
            line-height: 1.6em;
            margin-top: 3px;
            }
            .main .unit_detail .company .box .text a {
              /* blank */
              text-decoration: underline;
              }
          .main .unit_detail .company .box .qr {
            /* blank */
            position: absolute;
            right: 46px;
            top: 39px;
            width: 133px;
            }
          @media screen and (max-width: 768px) {
            .main .unit_detail .company .box {
              /* blank */ }
              .main .unit_detail .company .box .bt_more {
                /* blank */ } }
    .main .case {
      /* blank */
      padding: 100px 0 100px 0;
      }
      .main .case > .inner {
        /* blank */ }
      .main .case table {
        /* blank */
        width: 1150px;
        margin: 0px auto 0 auto;
        background: #ECEDF8;
        }
        .main .case table tbody {
          /* blank */ }
        .main .case table tr {
          /* blank */
          border-top: 1px solid #ccc;
          /* display: none; */
          }
        .main .case table tr.show {
          display: table-row;
        }
          .main .case table tr th {
            /* blank */
            background: #14228d;
            color: #fff;
            line-height: 1.3em;
            text-align: center;
            vertical-align: middle;
            padding: 10px 0;
            border-left: 1px solid #fff;
            }
            .main .case table tr th:nth-child(1) {
              /* blank */
              width: 15%;
              border-left: none;
              }
            .main .case table tr th:nth-child(2) {
              /* blank */ }
            .main .case table tr th:nth-child(3) {
              /* blank */
              width: 15%;
              }
          .main .case table tr td {
            /* blank */
            font-size: 15px;
            line-height: 1.5em;
            padding: 15px 15px;
            border-left: 1px solid #ccc;
            }
          .main .case table tr td:nth-child(1) {
            border-left: 0;
          }
          .main .case table tr td:nth-child(3) {
            text-align: right;
            font-weight: bold;
            color: #14228d;
            font-size: 18px;
            line-height: 21px;
          }
      .main .case .bt_open {
        /* blank */
        display: block;
        background: #ffde00;
        box-shadow: 5px 5px 0 #eee;
        border-radius: 16px;
        padding: 18px 20px;
        font-weight: bold;
        margin: 46px auto 0 auto;
        width: 400px;
        text-align: center;
        font-size: 20px;
        }
    .main .faq {
      /* blank */
      /* background: #ecedf7; */
      padding: 0px 0 100px 0;
      }
      .main .faq > .inner {
        /* blank */
        }
      .main .faq .sec {
        /* blank */
        width: 1150px;
        margin: 90px auto 0 auto;
        }
        .main .faq .sec h3 {
          /* blank */
          text-align: center;
          color: #15218d;
          font-size: 24px;
          font-weight: bold;
          }
        .main .faq .sec ul {
          /* blank */
          margin-top: 40px;
          }
          .main .faq .sec ul li {
              border-radius: 16px;
            /* blank */
              overflow: hidden;
              }
          .main .faq .sec ul li + li {
          margin-top: 15px;
          }
            .main .faq .sec ul li > a {
              /* blank */
              display: block;
              font-size: 18px;
              font-weight: bold;
              padding: 18px 50px 18px 65px;
              border-radius: 16px 16px 0 0;
              position: relative;
              background: #ededf7;
              }
            .main .faq .sec ul li > a:hover,
            .main .faq .sec ul li > a.open {
              background: #FFDC00;
              opacity: 1;
            }
            .main .faq .sec ul li > a::before {
              content: "Q";
              position: absolute;
              display: block;
              left: 20px;
              top: 17px;
              font-family: 'Roboto Condensed', sans-serif;
              font-size: 40px;
            }
            .main .faq .sec ul li > a::after {
          	top: 50%;
          	right: 20px;
          	border: solid transparent;
          	content: "";
          	height: 0;
          	width: 0;
          	position: absolute;
          	pointer-events: none;
          	border-color: rgba(136, 183, 213, 0);
          	border-top-color: #000;
          	border-width: 8px;
          	margin-top: -3px;
          	transform: scale(0.7, 1);
          	}
            .main .faq .sec ul li > a.open::after {
          	transform: rotate(180deg) scale(0.7, 1);
          	margin-top: -12px;
          	}
            .main .faq .sec ul li .a {
              /* blank */
              display: none;
              padding: 30px 40px 30px 68px;
              margin-bottom: 10px;
              border-radius: 0 0 16px 16px;
              background: #ededf7;
              }
              .main .faq .sec ul li .a p {
                /* blank */
                font-size: 14px;
                line-height: 1.8em;
                }
                .main .faq .sec ul li .a p a {
                  /* blank */
                  text-decoration: underline;
                  }
              .main .faq .sec ul li .a .bt_more {position: relative;background: url(../images/icon_line.png) no-repeat 10px 4px;background-size: 45px auto;background-color: #02b902;color: #fff;font-size: 16px;font-weight: bold;padding: 10px 20px 12px 59px;border-radius: 16px;margin-top: 17px;display: inline-block;}
.main .faq .sec ul li .a .qr {width: 110px;margin: 10px 0 0 -8px;}

    .main .download {
      /* blank */
      padding: 80px 0 100px 0;
      }
      .main .download > .inner {
        /* blank */ }
      .main .download .sec + .sec {
        margin-top: 80px;
      }
      .main .download .sec h3 {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 720px;
        margin: 0 auto 0 auto;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
        border-left: 6px #14228d solid;
        color: #14228d;
        padding: 3px 0 5px 20px;
        box-sizing: border-box;
        position: relative;
        left: 10px;
      }
      .main .download ul {
        /* blank */
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 720px;
        margin: 0 auto 0 auto;
        }
        .main .download ul li {
          /* blank */
          margin-top: 30px;
          }
        .main .download ul li:nth-child(1) {
          margin-top: 0;
        }
          .main .download ul li a {
            /* blank */
            display: block;
            font-size: 20px;
            font-weight: bold;
            padding: 20px 50px 20px 35px;
            border-radius: 16px;
            position: relative;
            /* background: url(../images/bg_line.png) repeat center top; */
            /* background-size: 50px auto; */
            background-color: #ffde00;
            width: auto;
            box-sizing: border-box;
            box-shadow: 7px 7px 0 rgb(40 45 64 / 20%);
            }
            .main .download ul li a::before {
              /* blank */
              top: 50%;
              right: 16px;
              border: solid transparent;
              content: "";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(136, 183, 213, 0);
              border-top-color: #000;
              border-width: 8px;
              margin-top: -6px;
              transform: rotate(-90deg) scale(0.7, 1);
              }

    .main .contact {
      /* blank */
      padding: 80px 0 30px 0;
      }
      .main .contact > .inner {
        /* blank */ 
        width: 1000px;
        margin: 0 auto 0 auto;  
      }
      .main .contact .sec {      
      }
      .main .contact .sec + .sec {
        margin-top: 80px;
      }
      .main .contact .sec a {
            /* blank */
            display: block;
            font-size: 20px;
            font-weight: bold;
            padding: 20px 50px 20px 35px;
            border-radius: 16px;
            position: relative;
            /* background: url(../images/bg_line.png) repeat center top; */
            /* background-size: 50px auto; */
            background-color: #ffde00;
            width: 400px;
            margin: 40px auto 0 auto;
            box-sizing: border-box;
            box-shadow: 7px 7px 0 rgb(40 45 64 / 20%);
            }
      .main .contact .sec a::before {
              /* blank */
              top: 50%;
              right: 16px;
              border: solid transparent;
              content: "";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(136, 183, 213, 0);
              border-top-color: #000;
              border-width: 8px;
              margin-top: -6px;
              transform: rotate(-90deg) scale(0.7, 1);
      }
      .main .contact .sec h3 {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
        border-left: 6px #14228d solid;
        color: #14228d;
        padding: 3px 0 5px 20px;
        box-sizing: border-box;
        position: relative;
        left: 10px;
      }
      .main .contact .formbox {
        margin-top: 70px;
        padding-top: 70px;
        border-top: 1px solid #dbdbdb;
      }
      .main .contact .formbox .text {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
      }
      .main .contact .formbox iframe {
        width: 100%;
        height: 2020px;
        display: block;
        margin-top: 50px;
      }

@media screen and (max-width: 767px) {

	/* style
	-------------------------------------------------------------- */
	body {
		min-width: 320px;
		overflow: visible !important;
		letter-spacing: 0;
	}

	body p {
		color: inherit;
		font-size: 14px;
		line-height: 1.8em;
	}
	a:hover {
		opacity: 1;
	}
	.non_pc {
		display: block !important;
	}
	.non_sp {
		display: none !important;
	}

	/* ===========================================================================================

		Common

	=========================================================================================== */
	.outline {
		position: relative;
		min-width: 320px;
		padding-bottom: 0;
	}
	.main {
		width: auto;
		margin: 0 auto;
		position: relative;
	}
		

/* =============================
  Common
============================= */
  .outline {
    /* blank */
    position: relative;
    overflow: hidden;
    min-width: auto;
    }
  header {
    /* blank */
    position: fixed;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: initial;
    }
    header > .inner {
      /* blank */
      display: flex;
      align-items: center;
      padding: 0 0 0 15px;
      height: 70px;
      background: #fff;
      min-width: auto;
      }
    header h1 {
      /* blank */
      }
    header h1 a {
				display: block;
				width: 170px;
				}
    header .gmenu {
      /* blank */
      margin-left: auto;
      position: absolute;
      top: 70px;
      display: none;
      background: #f6f6f6;
      width: 100%;
      left: 0;
      box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
      }
      header .gmenu ul {
        /* blank */
        display: block;
        padding: 30px 0;
        }
        header .gmenu ul li {
          /* blank */ }
          header .gmenu ul li a {
            /* blank */
            font-size: 16px;
            font-weight: bold;
            padding: 8px;
            text-align: center;
            display: block;
            }
          header .gmenu ul li a.active {
            color: #000;
          }
          header .gmenu ul li a.active::after {
            display: none;
          }
    header .bt_entry {
      /* blank */
      display: block;
      background-size: 24px auto;
      box-shadow: none;
      border-radius: 10px;
      padding: 10px 10px;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.3em;
      text-align: center;
      margin-left: auto;
        animation: a_bg_line_sp 1.5s infinite linear;
      }
      
      @keyframes a_bg_line_sp {
        0% {
          background-position: 0 0;
        }
        100% {
          background-position: 24px 0;
        }
      }
    header .bt_menu {
      text-indent: -9999px;
      overflow: hidden;
      display: block;
      margin: 0 10px 0 10px;
      padding: 10px 5px;
    }
    header .bt_menu span {
      width: 30px;
      height: 19px;
      border-top: 1px solid #000;
      display: block;
      border-bottom: 1px solid #000;
      text-indent: -9999px;
      overflow: hidden;
      position: relative;
    }
    header .bt_menu span::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 9px;
      width: 100%;
      background: #000;
      height: 1px;
    }
  footer {
    /* blank */
    background: #ecedf7;
    padding: 10px 0 40px 0;
    margin-top: 60px;
    }
    footer .bt_entry {
      margin: -70px auto 0 auto !important;
    }
    footer > .inner {
      /* blank */ }
    footer ul {
     display: flex;
     justify-content: center;
     margin: 35px auto 0 auto;
     flex-wrap: wrap;
     width: 94%;
    }
    footer ul li {
      width: calc(50% - 16px);
      box-sizing: border-box;
      margin: 0 8px 0 8px;
      border-bottom: 1px solid #ccc;
    }
    footer ul li:nth-child(2n-1) {
      /* border-right: 1px solid #ccc; */
    }
    footer ul li a {
      /* blank */
      font-size: 13px;
      font-weight: bold;
      padding: 9px 0;
      display: block;
      /* text-align: center; */
    }
    footer .copy {
      /* blank */
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.05em;
      margin-top: 40px;
      }
    footer .logo {
      /* blank */
      width: 300px;
      margin: 18px auto 0 auto;
      }
    footer .text {
      /* blank */
      text-align: center;
      font-size: 11px;
      margin-top: 15px;
      line-height: 1.8em;
      }
    footer .note {
      /* blank */
      text-align: center;
      font-size: 11px;
      margin-top: 30px;
      line-height: 1.8em;
      color: #1d2187;
      }
    footer .logo2 {
      /* blank */
      width: 180px;
      display: block;
      margin: 37px auto 0 auto;
      }
    footer .copyright {
      /* blank */
      text-align: center;
      font-size: 9px;
      margin-top: 15px;
      }
    .bt_line_fixed {
      right: 10px;
      position: fixed;
      top: auto;
      bottom: 20px;
      transform: none;
      background: url(../images/icon_line.png) no-repeat center 2px;
      background-size: 48px auto;
      background-color: #02b902;
      -ms-writing-mode: initial;
      writing-mode: initial;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      padding: 48px 12px 8px 12px;
      border-radius: 12px;
      box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
      z-index: 100000;
      line-height: 1.4em;
      text-align: center;
    }
    .bt_line_fixed:hover {
      opacity: 1;
      right: 10px;
    }
  .main {
    /* blank */
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
    padding-top: 70px;
    }
    .main .bt_entry,
    footer .bt_entry {
      /* blank */
      display: block;
      background: url(../images/icon_easy.png) no-repeat left 10px top 47%, url(../images/icon_search.png) no-repeat right 4px top 53%, url(../images/bg_line.png) repeat center top;
      background-size: 70px auto, 64px auto, 24px auto;
      background-color: #ffde00;
      width: 92%;
      border-radius: 16px;
      margin: -56px auto -56px auto;
      font-size: 20px;
      font-weight: lighter;
      text-align: center;
      font-weight: 900;
      padding: 15px 0 17px 0;
      letter-spacing: 0;
      box-shadow: 5px 5px 0 rgb(40 45 64 / 20%);
      position: relative;
      line-height: 1.4em;
      z-index: 100;
        animation: a_bg_line2_sp 1.5s infinite linear;
      }
      
      @keyframes a_bg_line2_sp {
        0% {
          background-position: left 10px top 47%, right 4px top 53%, 0 0;
        }
        100% {
          background-position: left 10px top 47%, right 4px top 53%, 24px 0;
        }
      }
      .main .bt_entry .mini,
      footer .bt_entry .mini {
        /* blank */
        font-size: 15px;
        display: block;
        font-weight: bold;
        letter-spacing: 0;
        margin-bottom: 2px;
        line-height: 1.5em;
        }
    .main .bt_entry:hover,
    footer .bt_entry:hover {
      opacity: 1;
      transform: scale(1);
    }
  
    .main .bt_more_common {
      font-size: 15px;
      font-weight: bold;
      padding: 20px 20px 20px 20px;
      border-radius: 15px;
      line-height: 1.3em;
      position: relative;
      /* background: #ffde02; */
      background-size: 24px auto;
      width: 90%;
      box-sizing: border-box;
      box-shadow: 5px 5px 0 rgb(40 45 64 / 20%);
      display: flex;
      align-items: center;
      height: 64px;
      margin-top: 40px;
      animation: a_bg_line_sp 1.5s infinite linear;
      justify-content: center;
    }
    .main .bt_more_common::before {
      top: 50%;
      right: 10px;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #000;
      border-width: 6px;
      margin-top: -5px;
      transform: rotate(-90deg) scale(0.7, 1);
    }
    .main .h_box {
      /* blank */
      background: #14228D;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 0 73px 0;
      }
      .main .h_box h2,
      .main .h_box .lead span {
        /* blank */
        font-size: 22px;
        font-weight: 900;
        background: #ffde00;
        color: #14228d;
        padding: 4px 15px 6px 15px;
        line-height: 1.5em;
        letter-spacing: 0;
        display: block;
        }
      .main .h_box h2 {
        margin-top: -33px;
      }
      .main .h_box .lead {
        margin-top: 30px;
        /* blank */
        }
        .main .h_box .lead span {
          /* blank */
          background: #fff;
          }
        .main .h_box .lead span + span {
          margin-top: 10px;
        }
      .main .h_box .text {
        /* blank */
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        letter-spacing: 0.05em;
        margin-top: 20px;
        }
      .main .h_box .strong {font-size: 25px;font-weight: bold;color: #ffde02;line-height: 1.5em;margin-top: 28px;}
      .main .h_box .strong span {
        font-size: 51px;
        display: inline-block;
        margin: 0 8px 0px 5px;
      }
      .main .h_box .note {font-size: 11px;color: #ffde02;margin-top: 5px;}
    .main .h_box2 {
      /* blank */
      position: relative;
      }
      .main .h_box2 h3 {
        /* blank */
        background: #2a39aa;
        color: #ffde02;
        font-size: 20px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.05em;
        display: flex;
        padding: 5px;
        align-items: center;
        border-radius: 100px;
        }
        .main .h_box2 h3 span {
          /* blank */
          display: block;
          background: #ffde02;
          line-height: 45px;
          height: 45px;
          color: #000;
          width: 45px;
          text-align: center;
          font-size: 14px;
          border-radius: 100px;
          margin-right: 14px;
          }
        .main .h_box2 h3 span.check::before {
          content: "";
          display: block;
          position: absolute;
          width: 18px;
          height: 10px;
          border-top: 4px solid #000;
          border-right: 4px solid #000;
          transform: rotate(135deg);
          left: 11px;
          top: 13px;
        }
      .main .h_box2 .amount {
        /* blank */
        position: relative;
        text-decoration: underline;
        font-weight: normal;
        font-size: 12px;
        right: auto;
        top: auto;
        transform: none;
        color: #2938aa;
        text-align: center;
        margin-top: 16px;
        }
    .main .h_box3 {
      /* blank */ }
      .main .h_box3 h2 {
        /* blank */
        padding: 85px 0 0px 0;
        text-align: center;
        background: url(../images/img_illust_sp.png) no-repeat 48% 0;
        background-size: 127px auto;
        }
      .main .h_box3 h2 span {
        font-size: 22px;
        font-weight: 900;
        background: #14228d;
        color: #fff;
        padding: 4px 20px 7px 20px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        display: inline-block;
      }
      .main .faq .h_box3 h2 span {
        padding: 4px 40px 7px 40px;
      }
      .main .h_box3 .lead {
        /* blank */
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin-top: 17px;
        }
    #index .main .visual {
      /* blank */
      min-height: 460px;
      background: url(../images/bg_pattern.png) no-repeat center center;
      background-size: 2500px auto;
      box-sizing: border-box;
      }
      #index .main .visual .inner {
        /* blank */
        padding-top: 10px;
        }
        #index .main .visual .inner h1 {
          /* blank */
          margin: 50px auto 0 auto;
          width: 330px;
          }
        #index .main .visual .inner .lead {
          /* blank */
          text-align: center;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: 0.05em;
          line-height: 2em;
          margin-top: 24px;
          }
    #inner .main .visual {
      background: url(../images/bg_pattern.png) no-repeat center center;
      background-size: 2500px auto;
      box-sizing: border-box;
    }
      #inner .main .visual .inner {
        /* blank */
        padding: 30px 0 30px 0;
        }
      #inner .main .visual .inner h2 {
        /* blank */
        padding: 85px 0 0px 0;
        text-align: center;
        background: url(../images/img_illust_sp.png) no-repeat 48% 0;
        background-size: 127px auto;
        }
      #inner .main .visual .inner h2 span {
        font-size: 22px;
        font-weight: 900;
        background: #14228d;
        color: #fff;
        padding: 4px 20px 7px 20px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        display: inline-block;
      }
        #index .main .visual .inner .notice {
        margin: 50px auto 70px auto;
        color: #d51717;
        text-align: center;
        border: 2px solid #d51717;
        width: 92%;
        padding: 30px 0;
        }
        #index .main .visual .inner .notice .title {
        font-weight: bold;
        margin: 0 30px 29px 30px;
        font-size: 16px;
        border-bottom: 2px solid #d51717;
        display: block;
        line-height: 1.5em;
        padding-bottom: 13px;
        }
        #index .main .visual .inner .notice .text {
        line-height: 1.8em;
        font-size: 13px;
        }
        #index .main .visual .inner .notice .text strong {
          font-weight: bold;
          font-size: 20px;
          line-height: 1.5em;
        }
        #index .main .visual .inner .notice .text .note {
        font-size: 12px;
        display: block;
        line-height: 1.7em;
        }
      .main .faq .h_box3 h2 span {
        padding: 4px 40px 7px 40px;
      }
    .main .intro {
      /* blank */ }
      .main .intro > .inner {
        /* blank */ }
      .main .intro .bt_more_common {
        margin-top: 15px;
      }
      .main .intro .pickup {
      display: block;
      margin: 100px auto 0 auto;
      width: 90%;
      /* background: #fff8c2; */
      border-radius: 20px;
      position: relative;
      padding: 0px 0px 50px 0px;
      box-sizing: border-box;
      position: relative;
      border: 1px solid #000;
      }
      .main .intro .pickup::before {
        content: "詳しくはこちら";
        position: absolute;
        display: block;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 10px;
        transform: translate(-50%, 0);
        letter-spacing: 0;
        font-weight: normal;
        font-size: 13px;
        margin-left: -9px;
      }
      .main .intro .pickup::after {
        content: "";
        position: absolute;
        display: block;
        right: auto;
        top: auto;
        left: 50%;
        bottom: 21px;
        transform: translate(-50%, 0) rotate(45deg);
        letter-spacing: 0;
        font-weight: bold;
        width: 6px;
        height: 6px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        margin-left: 49px;
      }
      .main .intro .pickup .label {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      width: auto;
      /* border: 1px solid #000; */
      border-radius: 20px 20px 0 0;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      background: #ffde02;
      margin-bottom: 14px;
      }
      .main .intro .pickup .text {
      font-size: 16px;
      line-height: 1.8em;
      font-weight: bold;
      text-align: center;
      }
      .main .intro .pickup .text span {
        font-weight: bold;
        display: block;
        font-size: 16px;
        width: auto;
        /* color: #002392; */
      }
      .main .intro .pickup .text strong {
      background: linear-gradient(transparent 60%, #ffde02 60%);
      }
      .main .intro .feature {
        padding: 50px 0 10px 0;
      }
      .main .intro .feature h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        color: #002392;
      }
      .main .intro .feature .lead {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
      }
      .main .intro .feature .img {
      width: 92%;
      margin-top: 30px;
      }
      .main .intro .feature ul {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        margin: 26px auto 0 auto;
      }
      .main .intro .feature ul li {
        width: auto;
        text-align: center;
        background: #ECEDF7;
        margin-top: 10px;
        padding: 10px 0;
        font-size: 15px;
        font-weight: bold;
        color: #002392;
        border-radius: 8px;
      }
      .main .intro .feature ul li:nth-child(-n+2) {
        margin-top: 10px;
      }
      .main .intro .feature ul li:nth-child(1) {
        margin-top: 0;
      }
      .main .intro .feature .note {
        text-align: center;
        margin-top: 19px;
        font-size: 12px;
        color: #aaa;
      }
      .main .intro .course {
        padding: 50px 0 20px 0;
      }
      .main .intro .course h3,
      .main .intro .plan h3 {
        width: 230px;
        margin: 0 auto;
      }
      .main .intro .course .lead,
      .main .intro .plan .lead {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
      }
      .main .intro .course .img  {
        max-width: 1313px;
        margin: 20px auto 0 auto;
        width: 92%;
      }
      .main .intro .plan {
        padding: 60px 0 60px 0;
        margin: 0;
      }
      .main .intro .plan .img {
        max-width: 1168px;
        margin: 15px auto 0 auto;
        width: 92%;
      }
      .main .intro .plan .lead2 {
        width: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        border-top: none;
        padding-top: 0;
        display: block;
      }
      .main .intro .plan .lead2 span {
        font-size: 18px;
        font-weight: bold;
        display: block;
        background: #fff;
        margin-top: 0;
        padding-left: 0;
      }
      .main .intro .plan .img2 {
        width: 92%;
        margin: 20px auto 0 auto;
      }
      .main .intro .example {
        /* blank */
        background: #ECEDF7;
        padding: 50px 0px 60px 0;
        }
        .main .intro .example .bt_more_common {
          margin-top: 30px;         
        }
        .main .intro .example h3 {
          /* blank */
          font-size: 20px;
          font-weight: 900;
          text-align: center;
          color: #002392;
          letter-spacing: 0;
          padding-top: 60px;
          background-size: 50px auto;
          }
        .main .intro .example ul {
        display: block;
        width: 90%;
        margin: 19px auto 0 auto;
        }
        .main .intro .example ul li {
        width: auto;
        margin: 0;
        border-radius: 0;
        background: no-repeat;
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 10px;
        }
        .main .intro .example ul li img {
        width: 130px;
        border-radius: 11px;
        margin: 0 -10px 0px 0;
        position: relative;
        }
        .main .intro .example ul li .text {
        font-size: 13px;
        text-align: left;
        font-weight: bold;
        line-height: 1.8em;
        margin-top: 0;
        background: #fff;
        border-radius: 10px;
        padding: 15px 0px 15px 22px;
        box-sizing: border-box;
        width: calc(100% - 130px);
        }
      .main .intro .qa {
        /* blank */
        background: #ECEDF7;
        padding: 0px 0px 55px 0;
        }
        .main .intro .qa h3 {
          /* blank */
          font-size: 20px;
          font-weight: 900;
          text-align: center;
          color: #002392;
          letter-spacing: 0;
          padding-top: 80px;
          background: url(../images/icon_qa.png) no-repeat center top;
          background-size: 86px auto;
          }
        .main .intro .qa ul {
          /* blank */
          display: flex;
          justify-content: center;
          margin-top: 30px;
          flex-wrap: wrap;
          }
        .main .intro .qa ul.list_q {
          padding-top: 24px;
          background: no-repeat;
          position: relative;
          width: 92%;
          margin: 0 auto;
        }
        .main .intro .qa ul.list_q::before {
          content: "";
          width: 82px;
          height: 158px;
          display: block;
          position: absolute;
          left: auto;
          top: 42px;
          background: url(../images/img_illust2.png) no-repeat center top;
          background-size: contain;
          margin-left: 0;
          right: 1%;
        }
        .main .intro .qa ul.list_a {
          width: 92%;
          margin: 44px auto 0 auto;
        }
          .main .intro .qa ul li {
            /* blank */
            width: 48%;
            border-radius: 16px;
            background: #fff;
            margin: 4% 0 0 0;
            }
          .main .intro .qa ul li:nth-child(1) {
            margin: 0 24%;
          }
          .main .intro .qa ul li:nth-child(3) {
            margin-left:4%;
            
          }
        .main .intro .qa ul.list_a li:nth-child(1)  {
            margin: 0;
        }
        .main .intro .qa ul.list_a li:nth-child(2)  {
            margin: 0 0 0 4%;
        }
        .main .intro .qa ul.list_a li:nth-child(3)  {
            margin: 50px 0 0 0;
        }
        .main .intro .qa ul.list_a li:nth-child(4)  {
            margin: 50px 0 0 4%;
        }
            .main .intro .qa ul li .title {
              /* blank */
              font-size: 14px;
              font-weight: 700;
              color: #fff;
              background: #14228d;
              height: 40px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              letter-spacing: 0;
              border-radius: 16px 16px 0 0;
              }
              .main .intro .qa ul li .title .mini {
                /* blank */
                display: block;
                font-size: 10px;
                line-height: 1em;
                font-weight: normal;
                margin: 3px 0 1px 0;
                }
            .main .intro .qa ul li .text {
              /* blank */
              text-align: center;
              padding: 11px 0;
              font-size: 12px;
              font-weight: bold;
              line-height: 1.6em;
              }
          .main .intro .qa ul.list_a li {
            /* blank */
            margin: 4% 0 0 4%;
            }
          .main .intro .qa ul.list_a .title {
          color: #14228d;
          background: #ffde02;
          position: relative;
          padding-top: 6px;
          height: 50px;
          line-height: 1.2em;
          text-align: center;
          }
          .main .intro .qa ul.list_a .title::before {
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            left: 50%;
            display: block;
            top: -36px;
            background: url(../images/icon_merit.png) no-repeat center center;
            background-size: contain;
            transform: translate(-50%, 0);
          }
        .main .intro .qa .h {
          /* blank */
          width: 291px;
          margin: 40px auto 0 auto;
          }
    .main .register {
      /* blank */
      background: #14228D;
      color: #fff;
      }
      .main .register > .inner {
        /* blank */
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        padding: 60px 0 60px 0px;
        }
      .main .register .title {
        /* blank */
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.8em;
        text-align: center;
        }
      .main .register .title span {
		  color: #ffde00;
		 }
      .main .register .text {
        /* blank */
        font-size: 14px;
        /* font-weight: bold; */
        line-height: 2em;
        margin-top: 24px;
        }
      .main .register .note {
        /* blank */
        font-size: 11px;
        margin-top: 20px;
        line-height: 1.8em;
        }
      .main .register .img {
		  margin-top: 31px;
		  display: block;
		 }
      .main .register .bt_more {
		  display: block;
		  text-align: center;
		  width: auto;
		  margin: 33px auto 0 auto;
		  padding: 20px 0;
		  font-weight: bold;
		  font-size: 16px;
		  border-radius: 10px;
		  background-size: 24px auto;
		  animation: a_bg_line_sp 1.5s infinite linear;
		 }
    .main .line {
      /* blank */
      background: #14228D;
      color: #fff;
      padding-bottom: 74px;
      margin-bottom: -60px;
      }
      .main .line > .inner {
        /* blank */
        width: 92%;
        margin: 0 auto;
        background: url(../images/icon_line.png) no-repeat center 47px;
        background-size: 84px auto;
        box-sizing: border-box;
        position: relative;
        padding: 150px 0px 32px 0;
        }
      .main .line .title {
        /* blank */
        font-size: 20px;
        font-weight: bold;
        color: #00BD00;
        letter-spacing: 0;
        line-height: 1.5em;
        text-align: center;
        }
      .main .line .text {
        /* blank */
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5em;
        color: #00BD00;
        text-align: center;
        margin-top: 4px;
        }
      .main .line .note {
        /* blank */
        font-size: 12px;
        margin-top: 8px;
        text-align: center;
        }
      .main .line .qr {
        /* blank */
        position: absolute;
        right: 0;
        width: 390px;
        top: 50%;
        transform: translate(0, -50%);
        }
      @media screen and (max-width: 768px) {
        .main .line {
          /* blank */ }
          .main .line .bt_more {
            /* blank */
            position: relative;
            background: url(../images/icon_line.png) no-repeat 10px 4px;
            background-size: 45px auto;
            background-color: #02b902;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 20px 12px 75px;
            border-radius: 12px;
            margin-top: 17px;
            display: inline-block;
            width: 290px;
            box-sizing: border-box;
            margin: 22px auto 0 auto;
}}
    .main .unit {
      /* blank */ }
      .main .unit > .inner {
        /* blank */
        padding: 50px 0 80px 0;
        }
      .main .unit h2 {
        /* blank */
        width: 308px;
        margin: 0 auto;
        }
      .main .unit .list {
        /* blank */
        width: 94%;
        display: block;
        justify-content: center;
        margin: 70px auto 0 auto;
        }
        .main .unit .list li {
          /* blank */
          width: unset;
          margin: 0 18px;
          }
        .main .unit .list li + li {
          margin-top: 68px;
        }
          .main .unit .list li .unit {
            /* blank */
            background: #FFF8C2;
            border-radius: 16px;
            position: relative;
          }
            .main .unit .list li .unit::before {
              /* blank */
              content: "";
              width: 62px;
              height: 62px;
              position: absolute;
              left: 50%;
              display: block;
              top: -45px;
              background: url(../images/icon_unit.png) no-repeat center center;
              background-size: contain;
              transform: translate(-50%, 0);
              z-index: 100;
            }
            .main .unit .list li .unit .title {
              /* blank */
              position: relative;
              font-size: 22px;
              font-weight: 700;
              background: #FFDE00;
              height: 60px;
              display: flex;
              justify-content: center;
              align-items: center;
              letter-spacing: 0.05em;
              border-radius: 16px 16px 0 0;
              padding-top: 10px;
              }
              .main .unit .list li .unit .title span {
                /* blank */
                font-size: 43px;
                margin-right: 10px;
                }
            .main .unit .list li .unit .text {
              /* blank */
              text-align: center;
              padding: 12px 0;
              font-size: 15px;
              font-weight: bold;
              line-height: 1.6em;
              }
          .main .unit .list li .detail {
            /* blank */
            position: relative;
            background: #C6CFE9;
            border-radius: 16px;
            position: relative;
            margin-top: 20px;
            }
            .main .unit .list li .detail::before {
              /* blank */
              content: "";
              display: block;
              position: absolute;
              left: 50%;
              top: -20px;
              height: 20px;
              width: 2px;
              background: #002392;
            }
            .main .unit .list li .detail .title {
              /* blank */
              color: #fff;
              position: relative;
              font-size: 15px;
              font-weight: 700;
              background: #002392;
              height: 50px;
              display: flex;
              justify-content: center;
              align-items: center;
              line-height: 1.8em;
              letter-spacing: 0.05em;
              text-align: center;
              border-radius: 16px 16px 0 0;
              }
            .main .unit .list li .detail .text {
              /* blank */
              text-align: center;
              padding: 14px 18px;
              font-size: 12px;
              line-height: 1.6em;
              text-align: left;
              }
              .main .unit .bt_more {
                font-size: 15px;
                font-weight: bold;
                padding: 20px 40px 20px 20px;
                border-radius: 15px;
                line-height: 1.3em;
                position: relative;
                /* background: #ffde02; */
                background-size: 24px auto;
                width: 90%;
                box-sizing: border-box;
                box-shadow: 5px 5px 0 rgb(40 45 64 / 20%);
                display: flex;
                align-items: center;
                height: 64px;
                margin-top: 40px;
                animation: a_bg_line_sp 1.5s infinite linear;
              }
              .main .unit .bt_more::before {
                top: 50%;
                right: 10px;
                border: solid transparent;
                content: "";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136, 183, 213, 0);
                border-top-color: #000;
                border-width: 6px;
                margin-top: -5px;
                transform: rotate(-90deg) scale(0.7, 1);
              }
    .main .plan {
      /* blank */ }
    .main .plan .h_box {
      padding-bottom: 118px;
    }
      .main .plan .tab {
        /* blank */
        display: flex;
        justify-content: center;
        margin-top: -80px;
        }
        .main .plan .tab a {
          /* blank */
          display: block;
          background: #00076D;
          color: #fff;
          width: 45%;
          line-height: 60px;
          text-align: center;
          font-weight: bold;
          font-size: 14px;
          letter-spacing: 0.05em;
          margin: 0 1%;
          border-radius: 16px 16px 0 0;
          position: relative;
          }
      	  .main .plan .tab a::after {
		        content: "";
		        display: block;
		  }
          .main .plan .tab a.active {
            /* blank */
            background: #2A39AA;
            color: #ffde02;
            }
          .main .plan .tab a:hover {
            opacity: 1;
          }
          .main .plan .tab a.active::before {
      	left: 50%;
      	bottom: -21px;
      	border: solid transparent;
      	content: "";
      	height: 0;
      	width: 0;
      	position: absolute;
      	pointer-events: none;
      	border-color: rgba(136, 183, 213, 0);
      	border-top-color: #ffde02;
      	border-width: 12px;
      	margin-left: -12px;
      	}
      .main .plan .tab_inner {
        /* blank */
        background: #2a39aa;
        box-shadow: 0 0 10px #12175f;
        padding: 30px 0 106px 0;
        }
        .main .plan .tab_inner .box {
          /* blank */
          max-width: 1150px;
          margin: 0 auto;
          width: 90%;
          display: none;
          }
          .main .plan .tab_inner .box.active {
            display: block;
            /* blank */ }
        .main .plan .tab_inner .box .lead {
        text-align: center;
        font-size: 15px;
        color: #fff;
        background: #3c49b1;
        padding: 15px 0;
        margin: 10px 0 30px 0;
        letter-spacing: 0;
        border-radius: 20px;
        }
          .main .plan .tab_inner .box img {
            /* blank */ }
  
        .main .plan .tab_inner .box section {
          margin-top: 10px;
        }
        .main .plan .tab_inner .box section + section {
        margin-top: 50px;
        }
        .main .plan .tab_inner .box section h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
        display: block;
        }
        .main .plan .tab_inner .box section h3 span.mini {
        font-size: 15px;
        font-weight: 500;
        margin-left: 0;
        display: block;
        line-height: 1.8em;
        margin-top: 5px;
        }
        .main .plan .tab_inner .box section h3 span.sub {
          font-size: 16px;
          font-weight: 500;
          margin: 6px auto 0 auto;
          border: 1px solid #ffde02;
          display: block;
          color: #ffde02;
          font-weight: bold;
          padding: 8px 20px 10px 20px;
          line-height: 1em;
          border-radius: 10px;
          width: 160px;
        }
        .main .bnr_campaign {
          margin: 0 0 -60px 0;
          padding: 10px 0 110px 0;
        }
        .main .bnr_campaign a {
          display: block;
          width: 88%;
        }
    .main .unit_detail {
      /* blank */
      padding: 45px 0 55px 0;
      }
      .main .unit_detail .submenu {display: flex;justify-content: space-between;margin-bottom: 40px;}
      .main .unit_detail .submenu a {display: block;text-align: center;width: 31%;border-radius: 15px;display: block;font-size: 18px;font-weight: bold;padding: 12px 0 26px 0px;/* border-radius: 16px; */position: relative;/* background: #ffde02; */background-size: 24px auto;box-sizing: border-box;box-shadow: 5px 5px 0 rgb(40 45 64 / 20%);line-height: 1.3em;margin: 0;}
    .main .unit_detail .submenu a .mini {
    font-size: 11px;
    margin-top: 4px;
    }
      .main .unit_detail .submenu a::before {
        left: 50%;
        bottom: 3px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #000;
        border-width: 6px;
        margin-left: -4px;
        transform: scale(0.7, 1);
      }
      .main .unit_detail > .inner {
        /* blank */
        width: 92%;
        margin: 0 auto;
        }
      .main .unit_detail > .inner > .lead {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .main .unit_detail .micol {
        font-size: 13px;
        margin-bottom: 40px;
      }
      .main .unit_detail .micol a {
        text-decoration: underline;
        color: #14228d;
      }
      .main .unit_detail h2 {
        /* blank */
        text-align: center;
        }
      .main .unit_detail h2 span {
        font-size: 22px;
        font-weight: 900;
        background: #fff;
        color: #14228d;
        padding: 4px 20px 6px 20px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        display: inline-block;
      }
      .main .unit_detail .sec {
        /* blank */
        margin-top: 50px;
        }
        .main .unit_detail .sec.unit1 {
          margin-top: 0;
        }
        .main .unit_detail .sec .lead {
          /* blank */
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          margin-top: 17px;
          }
        .main .unit_detail .sec .list {
          /* blank */
          margin-top: 25px;
          display: block;
          flex-wrap: wrap;
          justify-content: space-between;
          }
          .main .unit_detail .sec .list li {
            /* blank */
            width: auto;
            /* background: #fff; */
            border-radius: 16px;
            display: block;
            align-items: start;
            padding: 12px;
            box-sizing: border-box;
            margin-top: 15px;
            position: relative;
            }
          .main .unit_detail .sec .list li:nth-child(-n+2) {
            margin-top: 15px;
          }
          .main .unit_detail .sec .list li:nth-child(1) {
            margin-top: 0;
          }
            .main .unit_detail .sec .list li .info {
              /* blank */
              width: auto;
              box-sizing: border-box;
              padding: 5px;
              }
              .main .unit_detail .sec .list li .info p {
                /* blank */
                font-size: 12px;
                line-height: 1.5em;
                text-indent: -1em;
                padding-left: 1em;
                }
                .main .unit_detail .sec .list li .info p.strong {
                  text-indent: 0;
                  padding: 0;
                  font-weight: bold;
                  font-size: 13px;
                  margin-bottom: 7px;
                }
                .main .unit_detail .sec .list li .info p.title {
                  /* blank */
                  border-left: 6px solid #2a39aa;
                  color: #2a39aa;
                  font-size: 16px;
                  font-weight: bold;
                  line-height: 1.3em;
                  text-indent: 0;
                  padding-left: 12px;
                  margin-bottom: 15px;
                  height: 66px;
                  display: flex;
                  align-items: center;
                  padding-bottom: 2px;
                  width: calc(100% - 133px);
                  }
                .main .unit_detail .sec .list li .info p.bold {
                  /* blank */
                  padding: 0;
                  text-indent: 0;
                  font-weight: bold;
                  }
                .main .unit_detail .sec .list li .info p.blue {
                  /* blank */
                  padding: 0;
                  text-indent: 0;
                  font-weight: bold;
                  color: #2a39aa;
                  text-decoration: underline;
                  }
              .main .unit_detail .sec .list li .info table {
				  margin-top: 15px;
				  font-size: 10px;
				  line-height: 1.5em;
				  letter-spacing: 0;
				 }
              .main .unit_detail .sec .list li .info table tbody {
				 }
              .main .unit_detail .sec .list li .info table tr {
				  
			  }
              .main .unit_detail .sec .list li .info table tr th {
				  padding: 5px;
				  border: 1px solid #b4ad77;
				  vertical-align: middle;
				  background: #f4e98f;
				 }
              .main .unit_detail .sec .list li .info table tr th:nth-child(1) {
			  width: 100px;
			  }
              .main .unit_detail .sec .list li .info table tr th:nth-child(2) {
			  width: 110px;
			  }
              .main .unit_detail .sec .list li .info table tr th:nth-child(3) {
			  .main .unit_detail .sec .list
			  li .info table tr th: nth-child(1) {}
			  width: 11;
			  width: 120px;
			  }
              .main .unit_detail .sec .list li .info table tr th:nth-child(4) {
			  width: 150px;
			  }
              .main .unit_detail .sec .list li .info table tr td {
				  padding: 5px;
				  border: 1px solid #b4ad77;
				  background: #fff;
				 }
            .main .unit_detail .sec .list li .img {width: 110px;position: absolute;right: 10px;top: 10px;}
          .main .unit_detail .bg {
			  position: relative;
			  margin-top: 160px;
			  padding: 10px 0 100px 0;
			 }
          .main .unit_detail .bg::before {
			content: "";
			position: absolute;
			display: block;
			width: 5000px;
			height: 100%;
			left: 50%;
			top: 0;
			transform: translate(-50%, 0);
			background: #ededf7;
			}
          .main .unit_detail .option_h {
            /* blank */
            text-align: center;
            position: relative;
            margin-top: -60px;
            margin-bottom: 50px;
            }
          .main .unit_detail .option_h > span {
            font-size: 16px;
            font-weight: bold;
            background: #FFDA00;
            color: #2a39aa;
            padding: 10px 20px 13px 20px;
            line-height: 1.3em;
            letter-spacing: 0.05em;
            display: inline-block;
            border-radius: 100px;
          }
          .main .unit_detail .option_h > span span {
			  font-size: 24px;
		  }
			.main .unit_detail .option_h::before,
			.main .unit_detail .option_h::after {
	          content: "";
	          display: block;
	          position: absolute;
	          left: 50%;
	          top: -62px;
	          width: 5px;
	          height: 44px;
	          background: #2a39aa;
	          margin-left: -4px;
	        } .option_h::after {
	          transform: rotate(90deg);
	          }
        .main .unit_detail .tokuyaku {
          /* blank */
          /* margin-top: 36px; */
          /* padding-top: 60px; */
          }
          .main .unit_detail .tokuyaku .list {
            /* blank */ }
            .main .unit_detail .tokuyaku .list li {
              /* blank */
              background: #fff8c2;
              }
        .main .unit_detail .sec .note {
          /* blank */
          font-size: 12px;
          margin-top: 20px;
          line-height: 1.5em;
          }
      .main .unit_detail .company {
        /* blank */
        display: block;
        justify-content: space-between;
        margin-top: 40px;
        }
        .main .unit_detail .company .box {
          /* blank */
          width: auto;
          /* background: #DCDEEB; */
          box-sizing: border-box;
          position: relative;
          padding: 20px 20px 20px 20px;
          }
          .main .unit_detail .company .box .title {
            /* blank */
            font-size: 14px;
            font-weight: bold;
            text-indent: -0.5em;
            }
          .main .unit_detail .company .box .text {
            /* blank */
            font-size: 12px;
            line-height: 1.6em;
            margin-top: 3px;
            }
            .main .unit_detail .company .box .text a {
              /* blank */
              text-decoration: underline;
              }
          .main .unit_detail .company .box .qr {
            /* blank */
            position: absolute;
            right: 46px;
            top: 39px;
            width: 133px;
            }
          @media screen and (max-width: 768px) {
            .main .unit_detail .company .box + .box {
              /* blank */
              margin-top: 20px;
            }
              .main .unit_detail .company .box .bt_more {
                /* blank */
                position: relative;
                background: url(../images/icon_line.png) no-repeat 10px 4px;
                background-size: 45px auto;
                background-color: #02b902;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                padding: 10px 20px 12px 75px;
                border-radius: 12px;
                margin-top: 17px;
                display: inline-block;
                width: 290px;
                box-sizing: border-box;
                margin: 12px auto 0px auto;
                } }
    .main .case {
      /* blank */
      padding: 45px 0 55px 0;
      }
      .main .case > .inner {
        /* blank */ }
      .main .case table {
        /* blank */
        width: 92%;
        margin: 0px auto 0 auto;
        background: #ECEDF8;
        }
        .main .case table tbody {
          /* blank */ }
        .main .case table tr {
          /* blank */
          border-top: 1px solid #ccc;
          /* display: none; */
          }
        .main .case table tr.show {
          display: table-row;
        }
          .main .case table tr th {
            /* blank */
            background: #14228d;
            color: #fff;
            line-height: 1.3em;
            text-align: center;
            vertical-align: middle;
            padding: 10px 0;
            border-left: 1px solid #fff;
            font-size: 12px;
            width: 55%;
            }
            .main .case table tr th:nth-child(1) {
              /* blank */
              width: 20%;
              border-left: none;
              }
            .main .case table tr th:nth-child(2) {
              /* blank */ }
            .main .case table tr th:nth-child(3) {
              /* blank */
              width: 25%;
              }
          .main .case table tr td {
            /* blank */
            font-size: 11px;
            line-height: 1.5em;
            padding: 10px 10px 10px 10px;
            border-left: 1px solid #ccc;
            vertical-align: middle;
            }
          .main .case table tr td:nth-child(1) {
            border-left: 0;
          }
          .main .case table tr td:nth-child(3) {
            text-align: right;
            font-weight: bold;
            color: #14228d;
            font-size: 15px;
            line-height: 21px;
          }
      .main .case .bt_open {
        /* blank */
        display: block;
        background: #ffde00;
        box-shadow: 5px 5px 0 #eee;
        border-radius: 12px;
        padding: 12px 20px;
        font-weight: bold;
        margin: 32px auto 0 auto;
        width: 290px;
        text-align: center;
        font-size: 16px;
        box-sizing: border-box;
        }
    .main .faq {
      /* blank */
      /* background: #ecedf7; */
      padding: 1px 0 50px 0;
      }
      .main .faq > .inner {
        /* blank */
        }
      .main .faq .sec {
        /* blank */
        width: 92%;
        margin: 45px auto 0 auto;
        }
        .main .faq .sec h3 {
          /* blank */
          text-align: center;
          /* color: #0027A7; */
          font-size: 18px;
          font-weight: bold;
          }
        .main .faq .sec ul {
          /* blank */
          margin-top: 22px;
          }
          .main .faq .sec ul li {
              border-radius: 15px;
            /* blank */
              overflow: hidden;
              }
          .main .faq .sec ul li + li {
          margin-top: 10px;
          }
            .main .faq .sec ul li > a {
              /* blank */
              display: block;
              font-size: 14px;
              font-weight: bold;
              padding: 15px 50px 15px 45px;
              border-radius: 15px 15px 0 0;
              position: relative;
              /* background: #fff; */
              line-height: 1.5em;
              }
            .main .faq .sec ul li > a:hover,
            .main .faq .sec ul li > a.open {
              background: #FFDC00;
              opacity: 1;
            }
            .main .faq .sec ul li > a::before {
              content: "Q";
              position: absolute;
              display: block;
              left: 14px;
              top: 50%;
              font-family: 'Roboto Condensed', sans-serif;
              font-size: 30px;
              margin-top: -10px;
            }
            .main .faq .sec ul li > a::after {
          	top: 50%;
          	right: 12px;
          	border: solid transparent;
          	content: "";
          	height: 0;
          	width: 0;
          	position: absolute;
          	pointer-events: none;
          	border-color: rgba(136, 183, 213, 0);
          	border-top-color: #000;
          	border-width: 6px;
          	margin-top: -2px;
          	transform: scale(0.7, 1);
          	}
            .main .faq .sec ul li > a.open::after {
          	transform: rotate(180deg) scale(0.7, 1);
          	margin-top: -9px;
          	}
            .main .faq .sec ul li .a {
              /* blank */
              display: none;
              padding: 15px 10px 15px 18px;
              margin-bottom: 10px;
              border-radius: 0 0 15px 15px;
              /* background: #fff; */
              }
              .main .faq .sec ul li .a p {
                /* blank */
                font-size: 12px;
                line-height: 1.8em;
                }
                .main .faq .sec ul li .a p a {
                  /* blank */
                  text-decoration: underline;
                  }
              .main .faq .sec ul li .a .bt_more {position: relative;background: url(../images/icon_line.png) no-repeat 10px 4px;background-size: 45px auto;background-color: #02b902;color: #fff;font-size: 16px;font-weight: bold;padding: 10px 20px 12px 59px;border-radius: 16px;margin-top: 17px;display: inline-block;}
.main .faq .sec ul li .a .qr {width: 110px;margin: 10px 0 0 -8px;}

    .main .download {
      /* blank */
      padding: 45px 0 65px 0;
      }
      .main .download > .inner {
        /* blank */ }
      .main .download .sec + .sec {
        margin-top: 55px;
      }
      .main .download .sec h3 {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 86%;
        margin: 0 auto 0 auto;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 19px;
        border-left: 4px #14228d solid;
        color: #14228d;
        padding: 1px 0 3px 12px;
        box-sizing: border-box;
        position: relative;
        left: auto;
      }
      .main .download ul {
        /* blank */
        display: block;
        width: 86%;
        margin: 0px auto 0 auto;
        }
        .main .download ul li {
          /* blank */
          margin-top: 17px;
          }
        .main .download ul li:nth-child(-n+2) {
          margin-top: 17px;
        }
        .main .download ul li:nth-child(1) {
          margin-top: 0;
        }
          .main .download ul li a {
            /* blank */
            display: block;
            font-size: 15px;
            font-weight: bold;
            padding: 12px 40px 12px 20px;
            border-radius: 15px;
            line-height: 1.3em;
            position: relative;
            background-size: 24px;
            /* background: #ffde02; */
            width: auto;
            box-sizing: border-box;
            box-shadow: 5px 5px 0 rgb(40 45 64 / 20%);
            display: flex;
            align-items: center;
            min-height: 55px;
            }
            .main .download ul li a::before {
              /* blank */
              top: 50%;
              right: 10px;
              border: solid transparent;
              content: "";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(136, 183, 213, 0);
              border-top-color: #000;
              border-width: 6px;
              margin-top: -5px;
              transform: rotate(-90deg) scale(0.7, 1);
              }
    .main .contact {
      /* blank */
      padding: 45px 0 20px 0;
      }
      .main .contact > .inner {
        /* blank */
        width: auto;
      }
      .main .contact .sec {
      width: 86%;
      margin: 0 auto 0 auto;
      }
      .main .contact .sec + .sec {
        margin-top: 55px;
      }
      .main .contact .sec a {
            /* blank */
            display: block;
            font-size: 15px;
            font-weight: bold;
            padding: 12px 40px 12px 20px;
            border-radius: 15px;
            line-height: 1.3em;
            position: relative;
            background-size: 24px;
            /* background: #ffde02; */
            width: auto;
            box-sizing: border-box;
            box-shadow: 5px 5px 0 rgb(40 45 64 / 20%);
            display: flex;
            align-items: center;
            min-height: 55px;
            margin-top: 20px;
            }
      .main .contact .sec a::before {
              /* blank */
              top: 50%;
              right: 10px;
              border: solid transparent;
              content: "";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(136, 183, 213, 0);
              border-top-color: #000;
              border-width: 6px;
              margin-top: -5px;
              transform: rotate(-90deg) scale(0.7, 1);
              }
      .main .contact .sec h3 {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 19px;
        border-left: 4px #14228d solid;
        color: #14228d;
        padding: 1px 0 3px 12px;
        box-sizing: border-box;
        position: relative;
        left: auto;
      }
      .main .contact .formbox {
        margin-top: 50px;
        padding-top: 40px;
        border-top: 1px solid #dbdbdb;
      }
      .main .contact .formbox .text {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        width: 86%;
        margin: 0 auto 0 auto;
      }
      .main .contact .formbox iframe {
        width: 100%;
        height: 2120px;
        display: block;
        margin-top: 30px;
      }

}