@charset "UTF-8";
@import url(reset.min.css);
body {
  font-family: 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  max-width: 2560px;
  margin: 0 auto; }

a,
a:link {
  text-decoration: none; }

svg {
  width: 1em;
  min-width: 1em;
  height: 1em; }

span.nowrap {
  white-space: nowrap;
  display: inline-block; }

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative; }
  .hasbg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: -1; }

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 75px auto; }

.header-site {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative; }
  .header-site .logo {
    width: 300px;
    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translateX(-50%) rotateY(0deg); }
    .header-site .logo img {
      transition: 0.5s;
      transform-origin: center center; }
    .header-site .logo:hover img {
      transform: rotateY(360deg); }
    .header-site .logo p {
      text-align: center;
      color: #6280b8; }
    .header-site .logo .phone {
      display: none;
      font-size: 12px;
      white-space: nowrap;
      line-height: 1.5;
      position: relative; }
      .header-site .logo .phone::after {
        content: "大阪・兵庫・神戸";
        position: absolute;
        bottom: -100%;
        left: 50%;
        transform: translateX(-50%); }
    .header-site .logo .pc {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      position: relative; }
      .header-site .logo .pc::after {
        content: "大阪・兵庫・神戸";
        position: absolute;
        bottom: -100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px; }
  .header-site nav {
    display: flex;
    align-items: center; }
    .header-site nav ul {
      display: flex; }
      .header-site nav ul li a {
        color: #2e75b6;
        border: 1px solid #2e75b6;
        padding: 8px 10px;
        border-radius: 100%;
        margin: 0 10px;
        transition: 0.5s;
        display: block; }
        .header-site nav ul li a:hover {
          transform-origin: center center;
          transform: rotateY(360deg); }
      .header-site nav ul svg {
        width: 20px;
        height: 20px; }
  .header-site .admission {
    background-color: #2e75b6;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s; }
    .header-site .admission:hover {
      background-color: #8cb9e2; }
    .header-site .admission svg {
      width: 20px;
      height: 20px; }

.hero {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 104px);
  min-height: 700px;
  display: flex;
  align-items: center; }
  .hero .slick {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .hero .slick > div {
      height: 100%; }
    .hero .slick .slick-track {
      height: 100%; }
    .hero .slick button {
      display: none !important; }
  .hero .hasbg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center top; }
    .hero .hasbg img {
      object-position: center top; }
  .hero .medal {
    position: absolute;
    bottom: 60px;
    right: 90px; }
  .hero span.number {
    font-size: 2em;
    line-height: 1; }
  .hero .hero-inner {
    margin-left: 160px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px; }
    .hero .hero-inner .lowest-price {
      background-color: #2e75b6;
      padding: 10px 20px 8px;
      display: inline-block;
      color: #fff;
      border-radius: 50px;
      font-size: 20px;
      line-height: 1; }
      .hero .hero-inner .lowest-price .number {
        padding: 0 5px; }
    .hero .hero-inner .yellow-down {
      font-size: 42px;
      display: flex;
      flex-direction: column;
      align-items: baseline;
      color: #2e75b6;
      margin-top: 15px; }
      .hero .hero-inner .yellow-down p {
        position: relative;
        z-index: 1; }
        .hero .hero-inner .yellow-down p::after {
          content: "";
          background-color: #ffff12;
          width: 100%;
          height: 16px;
          position: absolute;
          bottom: 6px;
          left: 0;
          z-index: -1; }
    .hero .hero-inner .trial {
      margin-top: 40px; }
      .hero .hero-inner .trial .top {
        background-color: #2e75b6;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: 900;
        white-space: nowrap; }
        .hero .hero-inner .trial .top p {
          display: flex;
          align-items: center; }
        .hero .hero-inner .trial .top .box {
          background-color: #fff;
          color: #2e75b6;
          font-size: 16px;
          font-weight: 700;
          border-radius: 5px;
          padding: 0 12px;
          position: relative;
          margin-left: 20px; }
          .hero .hero-inner .trial .top .box::before {
            content: "";
            position: absolute;
            left: -13px;
            bottom: 8px;
            border: 5px solid transparent;
            border-right: 8px solid #fff; }
      .hero .hero-inner .trial .bottom {
        background-color: #fff;
        text-align: center;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 20px;
        font-size: 26px; }
        .hero .hero-inner .trial .bottom .number {
          color: #2e75b6; }
        .hero .hero-inner .trial .bottom .yellow-bottom {
          position: relative;
          z-index: 1;
          padding: 0 7px; }
          .hero .hero-inner .trial .bottom .yellow-bottom::after {
            content: "";
            background-color: #ffff12;
            width: 100%;
            height: 16px;
            position: absolute;
            bottom: 6px;
            left: 0;
            z-index: -1; }
        .hero .hero-inner .trial .bottom .box {
          position: relative;
          border: 1px solid #4d4d4d;
          margin-right: 20px;
          padding: 0px 12px;
          font-size: 22px; }
          .hero .hero-inner .trial .bottom .box::before {
            content: "";
            position: absolute;
            right: -5px;
            top: 50%;
            z-index: 1;
            background-color: #fff;
            transform: translateY(-50%) rotate(45deg);
            width: 8px;
            height: 8px;
            border-right: 1px solid #4d4d4d;
            border-top: 1px solid #4d4d4d; }
        .hero .hero-inner .trial .bottom p:nth-child(1) {
          margin-bottom: 15px;
          display: flex;
          align-items: center; }
    .hero .hero-inner .medal {
      display: none; }
  .hero .hero-banner {
    margin-top: 35px; }
    .hero .hero-banner img {
      width: 150px; }
    .hero .hero-banner p {
      margin-top: 10px;
      font-weight: 400;
      font-size: 12px; }

.campaign {
  width: 100%;
  display: flex;
  background-color: #2e75b6;
  color: #fff;
  overflow: hidden; }
  .campaign .left {
    width: 120px; }
    .campaign .left .horn {
      line-height: 1;
      width: 100px;
      height: 100px;
      transform: rotate(-45deg) translateY(20px);
      text-align: center;
      position: relative; }
      .campaign .left .horn:after {
        content: "";
        width: 200%;
        height: 100%;
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -10%);
        background-color: #5da1e0; }
    .campaign .left .star img {
      margin: auto; }
  .campaign .right {
    width: calc(100% - 120px);
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-right: 28px;
    padding-top: 30px; }
    .campaign .right .trial-offer {
      width: calc(100% - 450px); }
      .campaign .right .trial-offer .top {
        display: flex;
        justify-content: space-between;
        color: #2e75b7; }
        .campaign .right .trial-offer .top .join {
          background-color: #fff;
          padding: 20px 12px;
          font-size: 20px;
          font-weight: 900;
          position: relative; }
          .campaign .right .trial-offer .top .join:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 7px;
            background: url(../image/campaign-bg.jpg) repeat-x; }
        .campaign .right .trial-offer .top .trial {
          background-color: #fff;
          padding: 20px;
          font-weight: bold;
          position: relative; }
          .campaign .right .trial-offer .top .trial:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 7px;
            background: url(../image/campaign-bg.jpg) repeat-x; }
          .campaign .right .trial-offer .top .trial .now {
            font-size: 20px;
            font-weight: 900;
            text-align: left;
            line-height: 1; }
          .campaign .right .trial-offer .top .trial .hours {
            font-size: 16px;
            font-weight: 700;
            line-height: 1; }
        .campaign .right .trial-offer .top .plus {
          color: #fff;
          font-size: 50px;
          font-weight: 900; }
      .campaign .right .trial-offer .trial-src {
        background-color: #ffff13;
        color: #2e75b7;
        font-weight: 900;
        font-size: 22px;
        width: calc(100% - 5px);
        padding: 15px;
        margin-top: 25px;
        box-shadow: 5px 5px #dcdcb1;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center; }
        .campaign .right .trial-offer .trial-src:hover {
          box-shadow: none;
          transform: translate(5px, 5px); }
        .campaign .right .trial-offer .trial-src .left-svg {
          width: 1.5em;
          height: 1.5em;
          fill: none;
          stroke: #2e75b7;
          stroke-width: 13.5;
          margin-right: 10px; }
        .campaign .right .trial-offer .trial-src .right-svg {
          color: #fff;
          background-color: #2e75b7;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 8px;
          width: 1.5em;
          height: 1.5em;
          line-height: 1;
          border-radius: 100%;
          margin-left: 20px; }
          .campaign .right .trial-offer .trial-src .right-svg svg {
            width: 0.8em;
            min-width: 0.8em;
            height: 0.8em; }
    .campaign .right .tel {
      width: 430px; }
      .campaign .right .tel .top {
        border: 4px solid #fff;
        padding: 30px 30px; }
        .campaign .right .tel .top .tel-text {
          background-color: #e5eff8;
          color: #2e75b6;
          border-radius: 50px;
          font-size: 18px;
          font-weight: bold; }
        .campaign .right .tel .top .tel-number {
          font-weight: 900;
          font-size: 40px; }
        .campaign .right .tel .top .small {
          margin-top: -15px;
          font-weight: 500;
          font-size: 14px;
          text-align: right; }
        .campaign .right .tel .top .reception {
          font-weight: 500;
          font-size: 20px; }
      .campaign .right .tel .refund {
        text-align: right;
        margin: 5px 0 8px; }
      .campaign .right .tel a {
        color: #fff; }
  .campaign .yellow-bottom {
    font-size: 26px;
    position: relative;
    z-index: 1;
    padding: 0 7px; }
    .campaign .yellow-bottom::after {
      content: "";
      background-color: #ffff12;
      width: 100%;
      height: 9px;
      position: absolute;
      bottom: 3px;
      left: 0;
      z-index: -1; }
    .campaign .yellow-bottom .tax {
      position: absolute;
      font-weight: 500;
      font-size: 12px;
      bottom: 100%;
      right: 0;
      white-space: nowrap;
      margin-bottom: 6px; }
  .campaign .number {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 900;
    font-family: 'Noto Sans JP', 'sans-serif'; }
  .campaign .campaign-banner {
    margin-top: 25px;
    margin-bottom: 20px; }
    .campaign .campaign-banner img {
      width: 100px; }
    .campaign .campaign-banner p {
      font-size: 14px;
      text-align: left;
      margin-top: 10px; }

.title-arc {
  width: 250px;
  margin: auto; }
  .title-arc img {
    margin: 0 auto; }

.section-title {
  text-align: center; }
  .section-title .big-blue {
    font-size: 30px;
    font-weight: bold;
    color: #2e75b6;
    margin-top: 10px; }
    .section-title .big-blue .big {
      font-weight: 900;
      font-size: 1.13em; }
  .section-title .bottom {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 40px; }
    .section-title .bottom .big {
      font-size: 1.22em;
      font-weight: 900; }
    .section-title .bottom .yellow-bottom {
      box-shadow: inset 0 -0.6em 0 #ffff12; }

.proportion {
  position: relative;
  overflow: hidden;
  padding: 0 20px; }
  .proportion .hasbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .proportion .inner {
    background-color: #fff;
    border: 5px solid #2e75b6;
    padding: 30px 80px;
    border-radius: 10px; }
    .proportion .inner .top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .proportion .inner .left p {
      position: relative;
      z-index: 1;
      margin-left: 1em;
      margin-right: 1em;
      display: inline-block;
      font-size: 35px;
      font-weight: 900;
      box-shadow: inset 0 -0.6em 0 #ffff12; }
      .proportion .inner .left p::before {
        content: "";
        position: absolute;
        top: -1em;
        left: -1em;
        background: url(../image/proportion1.png) no-repeat;
        display: block;
        background-size: 1em;
        background-position: left top;
        padding: 1em; }
      .proportion .inner .left p::after {
        content: "";
        position: absolute;
        bottom: -1em;
        right: -1em;
        background: url(../image/proportion2.png) no-repeat;
        display: block;
        background-size: 1em;
        background-position: right bottom;
        padding: 1em; }
      .proportion .inner .left p .number {
        font-size: 1.4em;
        line-height: 1;
        color: #2e75b6; }
    .proportion .inner .left .big {
      font-size: 80px;
      line-height: 1;
      color: #fff;
      text-shadow: 0 0 2px #2e75b6; }
    .proportion .inner .right {
      width: 40%;
      min-width: 400px; }
    .proportion .inner > p {
      font-size: 16px;
      margin-top: 20px;
      text-align: center; }

.satisfaction {
  padding: 0 20px; }
  .satisfaction .satisfaction-inner {
    display: flex;
    justify-content: space-between; }
    .satisfaction .satisfaction-inner > div {
      width: calc(100% / 3 - 60px);
      border: 3px solid #2e75b6;
      border-radius: 10px;
      padding: 15px 20px;
      text-align: center;
      color: #2e75b6;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .satisfaction .satisfaction-inner > div .title-blue {
        font-size: 20px;
        font-weight: 900;
        box-shadow: inset 0 -0.6em 0 #ffff12; }
        .satisfaction .satisfaction-inner > div .title-blue span {
          font-size: 0.9em;
          font-weight: 700; }
      .satisfaction .satisfaction-inner > div .small {
        color: #4c4c4c;
        font-size: 14px;
        font-weight: 500; }
      .satisfaction .satisfaction-inner > div img {
        width: 140px;
        margin: 15px auto; }
    .satisfaction .satisfaction-inner .border-blue {
      background-color: #2e75b6;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      border-radius: 50px;
      padding: 5px 10px; }
    .satisfaction .satisfaction-inner .average {
      font-size: 35px;
      font-weight: 900; }
    .satisfaction .satisfaction-inner .yellow-bottom {
      font-size: 40px;
      font-weight: 900;
      position: relative;
      z-index: 1;
      padding: 0 7px;
      display: inline-block; }
      .satisfaction .satisfaction-inner .yellow-bottom::after {
        content: "";
        background-color: #ffff12;
        width: 100%;
        height: 13px;
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: -1; }
    .satisfaction .satisfaction-inner .number {
      font-size: 1.5em;
      line-height: 1;
      font-weight: 900;
      font-family: 'Noto Sans JP', 'sans-serif'; }
  .satisfaction .satisfaction-bottom {
    text-align: center;
    font-size: 14px;
    margin-top: 25px; }

.reasons {
  padding: 0 20px; }
  .reasons .section-title .bottom {
    font-size: 18px; }
    .reasons .section-title .bottom .big {
      font-size: 1.22em;
      font-weight: 900; }
    .reasons .section-title .bottom .yellow-bottom {
      box-shadow: inset 0 -0.5em 0 #ffff12; }
  .reasons .reasons-list {
    width: calc(100% - 50px);
    margin: 60px auto 80px;
    margin-right: 0;
    position: relative; }
    .reasons .reasons-list .reasons-title {
      background-color: #2e75b6;
      border-radius: 5px;
      color: #fff;
      padding: 12px 0;
      padding-left: 120px;
      position: relative; }
      .reasons .reasons-list .reasons-title h3 {
        font-size: 20px;
        font-weight: 900; }
      .reasons .reasons-list .reasons-title > p {
        font-size: 14px;
        font-weight: 500; }
    .reasons .reasons-list .constraint {
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #2e75b6;
      font-size: 17px;
      font-weight: 900;
      padding: 10px;
      border-radius: 100%;
      text-align: center;
      width: 140px;
      height: 140px;
      transform: translate(-50px, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .reasons .reasons-list .constraint svg {
        width: 1.75em; }
      .reasons .reasons-list .constraint .number {
        font-size: 1.75em;
        color: #ffff12;
        text-shadow: 1px 1px #91c8fb;
        display: block;
        line-height: 1; }
      .reasons .reasons-list .constraint::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #fff;
        border-radius: 100%; }
      .reasons .reasons-list .constraint::after {
        content: "";
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 2px dashed #fff;
        border-radius: 100%; }
    .reasons .reasons-list .list-inner {
      border: 2px dashed #2e75b6;
      border-top: none;
      padding: 35px 30px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #fff; }
      .reasons .reasons-list .list-inner h3 {
        font-size: 20px;
        font-weight: 700;
        color: #2e75b6; }
      .reasons .reasons-list .list-inner .top {
        display: flex;
        justify-content: space-between; }
        .reasons .reasons-list .list-inner .top p {
          font-size: 14px;
          font-weight: 400; }
        .reasons .reasons-list .list-inner .top .reasons1,
        .reasons .reasons-list .list-inner .top .reasons3 {
          width: 300px; }
          .reasons .reasons-list .list-inner .top .reasons1 h3,
          .reasons .reasons-list .list-inner .top .reasons3 h3 {
            margin: 5px 0; }
        .reasons .reasons-list .list-inner .top .reasons2 {
          width: calc(100% - 660px);
          padding: 15px;
          background-color: #e5eff8; }
          .reasons .reasons-list .list-inner .top .reasons2 .border-blue {
            background-color: #2e75b6;
            color: #fff;
            display: inline-block;
            padding: 0 12px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 700;
            margin-top: 20px; }
          .reasons .reasons-list .list-inner .top .reasons2 .ul-li {
            display: flex;
            justify-content: space-between;
            margin-top: 10px; }
            .reasons .reasons-list .list-inner .top .reasons2 .ul-li ul li {
              position: relative;
              font-size: 14px;
              font-weight: 400;
              padding-left: 8px; }
              .reasons .reasons-list .list-inner .top .reasons2 .ul-li ul li::before {
                content: "";
                width: 6px;
                height: 6px;
                background-color: #2e75b6;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%); }
          .reasons .reasons-list .list-inner .top .reasons2 h3 {
            margin-bottom: 10px; }
        .reasons .reasons-list .list-inner .top h3 span.yellow-bottom {
          box-shadow: inset 0 -0.5em 0 #ffff12; }
      .reasons .reasons-list .list-inner .bottom {
        border-top: 1px dashed #cccccc;
        margin-top: 30px; }
      .reasons .reasons-list .list-inner .bottom1 {
        padding-top: 25px; }
        .reasons .reasons-list .list-inner .bottom1 h3 .yellow-bottom {
          box-shadow: inset 0 -0.5em 0 #ffff12; }
        .reasons .reasons-list .list-inner .bottom1 h3 .small {
          font-weight: 400;
          font-size: 12px;
          white-space: nowrap; }
        .reasons .reasons-list .list-inner .bottom1 ul {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 15px; }
          .reasons .reasons-list .list-inner .bottom1 ul li {
            max-width: 150px;
            margin-bottom: 15px; }
          .reasons .reasons-list .list-inner .bottom1 ul li.sankaku {
            max-width: 9px;
            min-width: 9px;
            margin: 0 15px; }
      .reasons .reasons-list .list-inner .bottom2 {
        padding-top: 40px;
        text-align: center; }
        .reasons .reasons-list .list-inner .bottom2 h3 {
          color: #000;
          margin-bottom: 15px; }
          .reasons .reasons-list .list-inner .bottom2 h3 span {
            font-size: 1.4em;
            font-weight: 700;
            position: relative;
            z-index: 1;
            padding: 0 2px;
            display: inline-block;
            color: #2e75b6; }
            .reasons .reasons-list .list-inner .bottom2 h3 span::after {
              content: "";
              background-color: #ffff12;
              width: 100%;
              height: 11px;
              position: absolute;
              bottom: 6px;
              left: 0;
              z-index: -1; }
        .reasons .reasons-list .list-inner .bottom2 p span {
          font-size: 1.14em;
          font-weight: 700;
          position: relative;
          z-index: 1;
          padding: 0 2px;
          display: inline-block;
          color: #2e75b6; }
          .reasons .reasons-list .list-inner .bottom2 p span::after {
            content: "";
            background-color: #ffff12;
            width: 100%;
            height: 7px;
            position: absolute;
            bottom: 3px;
            left: 0;
            z-index: -1; }
    .reasons .reasons-list:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: url(../image/reasons-bg.jpg);
      z-index: -1;
      border-radius: 20px; }

.fee-system {
  padding: 0 20px 5px;
  background-color: #e5eff8; }
  .fee-system .section-title {
    padding-top: 15px;
    position: relative;
    margin-top: 180px; }
    .fee-system .section-title .bottom {
      font-size: 16px;
      font-weight: 400; }
      .fee-system .section-title .bottom .small {
        font-size: 14px; }
      .fee-system .section-title .bottom .yellow-bottom {
        box-shadow: inset 0 -0.5em 0 #ffff12;
        font-size: 1.22em;
        font-weight: 900; }
    .fee-system .section-title::before {
      content: "";
      width: 358px;
      height: 358px;
      border-radius: 100%;
      position: absolute;
      z-index: -1;
      top: -80px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #e5eff8; }
  .fee-system h3.title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #2e75b6;
    color: #fff;
    border-radius: 100px;
    padding: 10px; }
  .fee-system .calculation .calculation-inner {
    margin: 30px auto 45px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .fee-system .plan-a > p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 20px; }
  .fee-system .plan-a .plan-a-inner .tab-div {
    margin: 0 auto 35px; }
  .fee-system .plan-a .plan-a-inner table {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    width: 100%; }
    .fee-system .plan-a .plan-a-inner table td {
      vertical-align: middle;
      padding: 20px; }
    .fee-system .plan-a .plan-a-inner table .border-bottom {
      border-bottom: 1px solid #cccccc; }
    .fee-system .plan-a .plan-a-inner table .first {
      background-color: #2e75b6;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      text-align: left;
      white-space: nowrap;
      display: none; }
    .fee-system .plan-a .plan-a-inner table .second {
      background-color: #8cb9e2;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      white-space: nowrap;
      width: 228px; }
      .fee-system .plan-a .plan-a-inner table .second.other-color {
        background-color: #a6caea; }
    .fee-system .plan-a .plan-a-inner table .third {
      font-size: 20px;
      font-weight: 700;
      border-right: 1px solid #cccccc;
      padding: 20px 35px;
      white-space: nowrap; }
    .fee-system .plan-a .plan-a-inner table .fourth {
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
      padding: 20px 35px; }
      .fee-system .plan-a .plan-a-inner table .fourth .red {
        font-size: 20px;
        color: #ff3d3d; }
    .fee-system .plan-a .plan-a-inner table .big-wrap {
      padding-left: 70px;
      padding-right: 70px;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      position: relative;
      z-index: 1;
      width: 60%;
      display: none; }
      .fee-system .plan-a .plan-a-inner table .big-wrap .hasbg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
        .fee-system .plan-a .plan-a-inner table .big-wrap .hasbg::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.5); }
  .fee-system .plan-b > p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 20px; }
  .fee-system .plan-b .plan-b-inner .tab-div {
    margin: 0 auto 35px; }
  .fee-system .plan-b .plan-b-inner table {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #fff; }
    .fee-system .plan-b .plan-b-inner table td {
      vertical-align: middle;
      padding: 20px; }
    .fee-system .plan-b .plan-b-inner table .border-bottom {
      border-bottom: 1px solid #cccccc; }
    .fee-system .plan-b .plan-b-inner table .first {
      background-color: #2e75b6;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      text-align: left;
      white-space: nowrap; }
    .fee-system .plan-b .plan-b-inner table .second {
      background-color: #8cb9e2;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      white-space: nowrap;
      padding: 20px 30px; }
    .fee-system .plan-b .plan-b-inner table .third {
      font-size: 20px;
      font-weight: 700;
      padding: 20px 35px;
      border-bottom: 1px solid #ccc; }
    .fee-system .plan-b .plan-b-inner table .big-wrap {
      padding-left: 70px;
      padding-right: 70px;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      width: 100%; }
  .fee-system .plan-b .plan-b-inner .small {
    font-size: 12px; }
  .fee-system .plan-c .plan-c-inner {
    background: #fff;
    padding-bottom: 30px; }
    .fee-system .plan-c .plan-c-inner > p {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      padding: 12px 0 10px; }
      .fee-system .plan-c .plan-c-inner > p span {
        font-size: 30px;
        color: #2e75b6; }
    .fee-system .plan-c .plan-c-inner center {
      font-size: 14px;
      color: #333333; }
  .fee-system .phone-show {
    position: relative;
    z-index: 1; }
    .fee-system .phone-show table.phone-show-table {
      width: 100%; }
      .fee-system .phone-show table.phone-show-table td.big-wrap {
        display: table-cell;
        width: auto;
        border-right: none;
        white-space: inherit; }
    .fee-system .phone-show .list-inner {
      position: relative;
      border: 2px dashed #2e75b6;
      padding: 0 10px 30px;
      border-radius: 10px;
      background-color: #fff;
      width: calc(100% - 20px);
      margin: 30px auto;
      margin-right: 0; }
      .fee-system .phone-show .list-inner::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -20px;
        left: -20px;
        background: url(../image/reasons-bg.jpg);
        z-index: -1;
        border-radius: 20px; }
      .fee-system .phone-show .list-inner h3 {
        transform: translateY(-50%);
        width: 200px;
        margin: 0 auto 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        background-color: #2e75b6;
        color: #fff;
        border-radius: 100px;
        padding: 5px; }
      .fee-system .phone-show .list-inner ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
      .fee-system .phone-show .list-inner .list-inner-ul01 li {
        width: calc(20% - 20px);
        margin: 10px; }
      .fee-system .phone-show .list-inner .list-inner-ul02 li {
        width: calc(100% / 3 - 20px);
        margin: 10px; }
      .fee-system .phone-show .list-inner .list-inner-ul03 li {
        width: calc(100% / 6 - 10px);
        margin: 10px 5px; }
    .fee-system .phone-show .hidden-p {
      border-bottom: 1px solid #ccc;
      color: #2e75b6;
      display: block;
      font-weight: 700; }
    .fee-system .phone-show .phone-show-p {
      border-top: 1px solid #ccc; }
    .fee-system .phone-show .hasbg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .fee-system .phone-show .hasbg::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        content: ""; }
    .fee-system .phone-show .lowest-price {
      font-size: 17px;
      font-weight: 700;
      padding: 20px;
      padding-bottom: 400px; }
      .fee-system .phone-show .lowest-price .number {
        font-size: 1.4em;
        line-height: 1; }
      .fee-system .phone-show .lowest-price .yellow-bottom {
        box-shadow: inset 0 -0.5em 0 #ffff12; }
  .fee-system .case-txt {
    margin: 50px auto 0; }
    .fee-system .case-txt span.title {
      position: relative;
      z-index: 1;
      font-size: 22px;
      font-weight: 700;
      color: #2e75b6; }
      .fee-system .case-txt span.title::after {
        content: "";
        background-color: #ffff12;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 2px;
        left: 0;
        z-index: -1; }
    .fee-system .case-txt p {
      font-weight: 400;
      font-size: 14px; }

.services {
  padding: 0 20px; }
  .services .section-title {
    text-align: center; }
    .services .section-title .big-blue {
      font-size: 30px;
      font-weight: bold;
      color: #2e75b6;
      margin-top: 10px; }
      .services .section-title .big-blue .big {
        font-weight: 900;
        font-size: 1.13em; }
    .services .section-title .bottom span {
      box-shadow: inset 0 -0.5em 0 #ffff12;
      font-size: 1.22em;
      font-weight: 900; }
  .services .list-inner {
    position: relative;
    border: 2px dashed #2e75b6;
    padding: 0 10px 30px;
    border-radius: 10px;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 60px auto;
    margin-right: 0; }
    .services .list-inner .title {
      transform: translateY(-50%);
      width: 260px;
      margin: 0 auto 10px;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      background-color: #2e75b6;
      color: #fff;
      border-radius: 100px;
      padding: 10px; }
    .services .list-inner::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: url(../image/reasons-bg.jpg);
      z-index: -1;
      border-radius: 20px; }
    .services .list-inner ul {
      display: flex;
      justify-content: space-between; }
      .services .list-inner ul li {
        margin: 10px; }
        .services .list-inner ul li img {
          margin: 0 auto; }
  .services .list-inner01 ul li {
    margin: 10px 5px; }
  .services .ser-list {
    display: flex;
    justify-content: space-between; }
    .services .ser-list .list-inner {
      width: 47%; }
      .services .ser-list .list-inner:first-child {
        margin-left: 20px; }
  .services .se-p {
    margin-top: 10px; }
  .services .case-txt {
    margin: 50px auto 0; }
    .services .case-txt span.title {
      position: relative;
      z-index: 1;
      font-size: 22px;
      font-weight: 700;
      color: #2e75b6; }
      .services .case-txt span.title::after {
        content: "";
        background-color: #ffff12;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 2px;
        left: 0;
        z-index: -1; }
    .services .case-txt p {
      font-weight: 400;
      font-size: 14px; }

.cases {
  padding: 5px 20px;
  background: url("../image/casesbg.jpg") center center repeat;
  z-index: -2;
  position: relative; }
  .cases .section-title {
    margin: 0 auto 60px; }
    .cases .section-title .big-blue span {
      box-shadow: inset 0 -0.5em 0 #ffff12; }
    .cases .section-title .bottom .yellow-bottom {
      font-size: 1.22em;
      font-weight: 900; }
  .cases .case-voice {
    position: relative;
    margin: 0 0 0 20px;
    width: calc(100% - 20px); }
    .cases .case-voice .case-voice-txt {
      position: relative;
      z-index: 1;
      background: #e5eff8;
      padding: 30px;
      border-radius: 7px; }
      .cases .case-voice .case-voice-txt p {
        max-width: 630px;
        font-size: 18px;
        color: #2e75b6; }
        .cases .case-voice .case-voice-txt p > span {
          display: block;
          font-size: 15px;
          color: #333; }
      .cases .case-voice .case-voice-txt::before {
        content: "";
        width: 228px;
        height: 228px;
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        background: url("../image/case-voice.png") center center no-repeat; }
    .cases .case-voice::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: url(../image/reasons-bg.jpg);
      border-radius: 20px; }
  .cases .case-fee {
    margin: 80px auto 50px;
    width: 100%; }
    .cases .case-fee .title {
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      background-color: #2e75b6;
      color: #fff;
      border-radius: 100px;
      padding: 10px; }
    .cases .case-fee .case-fee-inner {
      margin: 30px auto 45px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
  .cases .list-inner {
    position: relative;
    border: 2px dashed #2e75b6;
    padding: 0 10px 30px;
    border-radius: 10px;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 80px auto 60px;
    margin-right: 0; }
    .cases .list-inner::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: url(../image/reasons-bg.jpg);
      z-index: -1;
      border-radius: 20px; }
    .cases .list-inner .title {
      transform: translateY(-50%);
      width: 260px;
      margin: 0 auto 10px;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      background-color: #2e75b6;
      color: #fff;
      border-radius: 100px;
      padding: 10px; }
    .cases .list-inner ul {
      display: flex;
      justify-content: space-between; }
  .cases .case-ga {
    margin: 60px auto 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cases .case-ga li {
      width: 23%;
      margin-bottom: 30px; }
      .cases .case-ga li img {
        margin: 0 auto; }
  .cases .case-cus {
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
    width: calc(100% - 20px); }
    .cases .case-cus::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: url(../image/reasons-bg.jpg);
      border-radius: 20px;
      z-index: -1; }
    .cases .case-cus ul {
      margin: 40px auto 0;
      display: flex;
      justify-content: flex-start;
      background: #fff;
      border: 2px dashed #2e75b6;
      border-radius: 10px;
      padding: 30px; }
      .cases .case-cus ul li:first-child {
        max-width: 150px;
        min-width: 150px;
        margin-right: 30px; }
      .cases .case-cus ul li div {
        font-size: 20px;
        color: #2e75b6; }
        .cases .case-cus ul li div img {
          display: inline-block;
          margin-right: 10px;
          max-width: 110px;
          min-width: 110px;
          transform: translateY(-2px); }
      .cases .case-cus ul li p {
        margin-top: 10px;
        color: #404040; }
    .cases .case-cus .yellow-bottom {
      box-shadow: inset 0 -0.5em 0 #ffff12; }
  .cases .case-txt {
    margin: 0 auto; }
    .cases .case-txt span {
      position: relative;
      z-index: 1;
      font-size: 22px;
      font-weight: 700;
      color: #2e75b6; }
      .cases .case-txt span::after {
        content: "";
        background-color: #ffff12;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 2px;
        left: 0;
        z-index: -1; }
    .cases .case-txt p {
      margin-top: 10px; }

.flow {
  margin: 0 auto;
  padding: 5px 20px;
  background: url("../image/casesbg.jpg") center center repeat; }
  .flow .section-title {
    margin: 0 auto 40px; }
  .flow .flow-inner {
    display: flex;
    justify-content: flex-start;
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    border: 2px dashed #2e75b6;
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 20px); }
    .flow .flow-inner li {
      color: 333333; }
      .flow .flow-inner li:first-child {
        max-width: 180px;
        min-width: 180px;
        margin-right: 30px; }
      .flow .flow-inner li div {
        font-size: 22px;
        color: #2e75b6; }
        .flow .flow-inner li div img {
          display: inline-block;
          margin-right: 10px;
          min-width: 110px;
          max-width: 110px;
          transform: translateY(-2px); }
      .flow .flow-inner li p {
        margin-top: 20px;
        font-size: 16px; }
    .flow .flow-inner::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: url(../image/reasons-bg.jpg);
      border-radius: 20px;
      z-index: -1; }
    .flow .flow-inner .yellow-bottom {
      box-shadow: inset 0 -0.5em 0 #ffff12; }

.support {
  margin: 0 auto;
  padding: 5px 20px;
  background: #e5eff8; }
  .support .section-title .bottom .yellow-bottom {
    font-weight: 900;
    font-size: 1.22em; }
  .support .case-cus {
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
    width: calc(100% - 20px); }
    .support .case-cus::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: url(../image/reasons-bg.jpg);
      border-radius: 20px;
      z-index: -1; }
    .support .case-cus ul {
      margin: 40px auto;
      display: flex;
      justify-content: flex-start;
      background: #fff;
      border: 2px dashed #2e75b6;
      border-radius: 10px;
      padding: 30px; }
      .support .case-cus ul li:first-child {
        max-width: 180px;
        min-width: 180px;
        margin-right: 30px; }
      .support .case-cus ul li div {
        font-size: 20px;
        color: #2e75b6; }
      .support .case-cus ul li p {
        margin-top: 10px;
        color: #404040; }
  .support .support-span {
    font-size: 22px;
    font-weight: 700;
    color: #2e75b6;
    box-shadow: inset 0 -0.5em 0 #ffff12; }
  .support .blue-support {
    color: #2e75b6;
    margin-top: 10px;
    font-size: 14px; }
  .support .support-ul01 {
    margin: 20px auto;
    display: flex;
    justify-content: space-between; }
    .support .support-ul01 li {
      margin: 20px 10px; }
  .support .support-ul02 {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
    flex-wrap: wrap; }
    .support .support-ul02 li {
      margin: 20px 0 0;
      background: #fff;
      padding: 10px;
      border-radius: 10px;
      border: 2px dashed #2e75b6;
      display: flex;
      justify-content: center;
      width: 47%;
      align-items: center;
      font-size: 22px;
      color: #2e75b6; }
      .support .support-ul02 li img {
        margin-right: 10px; }

.use {
  margin: 0 auto;
  padding: 5px 20px; }
  .use .section-title .bottom .yellow-bottom {
    font-weight: 900;
    font-size: 1.22em; }
  .use .use-inner > li {
    margin: 50px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .use .use-inner > li .use-inner-div01 {
      margin-right: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 150px;
      min-width: 150px;
      text-align: center;
      background: url("../image/use-bg.png") center center repeat;
      color: #2e75b6; }
      .use .use-inner > li .use-inner-div01 p {
        font-size: 26px;
        font-weight: 700; }
      .use .use-inner > li .use-inner-div01 div {
        font-size: 20px;
        font-weight: 500; }
      .use .use-inner > li .use-inner-div01 span {
        font-size: 16px;
        position: relative;
        z-index: 1; }
        .use .use-inner > li .use-inner-div01 span::after {
          content: "";
          background-color: #ffff12;
          width: 100%;
          height: 10px;
          position: absolute;
          bottom: -2px;
          left: 0;
          z-index: -1; }
    .use .use-inner > li .use-inner-div02 ul {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .use .use-inner > li .use-inner-div02 ul li {
        max-width: 130px;
        min-width: 130px;
        margin-bottom: 15px; }
      .use .use-inner > li .use-inner-div02 ul li.sankaku {
        max-width: 9px;
        min-width: 9px;
        margin: 0 15px; }
    .use .use-inner > li .use-inner-div03 {
      margin-left: 30px;
      max-width: 230px;
      min-width: 230px; }
      .use .use-inner > li .use-inner-div03 img {
        margin: 0 auto; }
    .use .use-inner > li .use-inner-div02-p1 {
      margin-bottom: 20px;
      font-size: 16px;
      color: #4c4c4c; }
    .use .use-inner > li .use-inner-div02-div {
      display: flex;
      justify-content: flex-start; }
      .use .use-inner > li .use-inner-div02-div > div {
        margin-left: 20px;
        margin-bottom: 20px; }
        .use .use-inner > li .use-inner-div02-div > div span {
          color: #2e75b6;
          font-weight: 500;
          position: relative;
          z-index: 1; }
          .use .use-inner > li .use-inner-div02-div > div span::after {
            content: "";
            background-color: #ffff12;
            width: 100%;
            height: 6px;
            position: absolute;
            bottom: 2px;
            left: 0;
            z-index: -1; }

.mousi {
  margin: 0 auto;
  padding: 5px 20px;
  background: #e5eff8; }
  .mousi .section-title .big-blue span {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    /* Internet Explorer */
    -moz-transform: rotate(20deg);
    /* Firefox */
    -webkit-transform: rotate(20deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(20deg);
    /* Opera */ }
  .mousi .bottom {
    font-size: 16px;
    font-weight: 400; }
  .mousi .section-title .bottom .yellow-bottom {
    box-shadow: inset 0 -0.5em 0 #ffff12;
    font-size: 1.22em;
    font-weight: 900; }
  .mousi .mousi-inner .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #FFCC11;
    background-color: #2e75b6;
    color: #fff;
    padding: 10px; }
  .mousi .mousi-inner .mousi-fee {
    padding: 30px 0;
    background: #d1e9ff; }
    .mousi .mousi-inner .mousi-fee ul {
      display: flex;
      justify-content: center; }
      .mousi .mousi-inner .mousi-fee ul li {
        width: 380px;
        margin: 0 30px; }
        .mousi .mousi-inner .mousi-fee ul li p {
          margin-top: 10px;
          max-width: 350px;
          font-size: 16px;
          color: #333333; }
        .mousi .mousi-inner .mousi-fee ul li dl {
          display: flex;
          font-weight: 700; }
          .mousi .mousi-inner .mousi-fee ul li dl dt {
            padding: 25px 0;
            text-align: center;
            width: 60px;
            background: #2e75b6;
            color: #fff;
            line-height: 1.2;
            font-size: 30px; }
          .mousi .mousi-inner .mousi-fee ul li dl dd {
            width: calc(100% - 60px);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 24px;
            color: #333333;
            line-height: 1.2;
            background: #fff; }
            .mousi .mousi-inner .mousi-fee ul li dl dd span {
              color: #2e75b6;
              font-size: 37px;
              line-height: 1;
              position: relative;
              z-index: 1; }
              .mousi .mousi-inner .mousi-fee ul li dl dd span::after {
                content: "";
                background-color: #ffff12;
                width: 100%;
                height: 10px;
                position: absolute;
                bottom: 10px;
                left: 0;
                z-index: -1; }
            .mousi .mousi-inner .mousi-fee ul li dl dd p {
              margin-top: 0; }
    .mousi .mousi-inner .mousi-fee > p {
      margin-top: 15px;
      text-align: center; }
  .mousi .mousi-txt {
    margin: 40px auto 0;
    color: #4c4c4c;
    text-align: center; }
    .mousi .mousi-txt div {
      margin-bottom: 10px;
      font-size: 20px;
      color: #333;
      font-weight: 500;
      -ms-transform: translateY(-2px);
      /* Internet Explorer */
      -moz-transform: translateY(-2px);
      /* Firefox */
      -webkit-transform: translateY(-2px);
      /* Safari 和 Chrome */
      -o-transform: translateY(-2px);
      /* Opera */ }
      .mousi .mousi-txt div span {
        font-size: 24px;
        color: #2e75b6;
        font-weight: 500; }
      .mousi .mousi-txt div img {
        display: inline;
        margin-right: 5px;
        transform: translateY(-2px); }
    .mousi .mousi-txt p {
      margin: 0 auto;
      max-width: 515px;
      color: #4c4c4c; }
      .mousi .mousi-txt p span.yellow-bottom {
        box-shadow: inset 0 -0.5em 0 #ffff12; }

.list-inner ul li img {
  margin: 0 auto; }

.list-inner-ul01 li,
.list-inner-ul03 li {
  width: calc(100% / 9); }

.hidden-title {
  font-weight: bold;
  background-color: #2e75b6;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #ccc;
  margin: 0 auto;
  text-align: center;
  font-size: 18px; }

.hidden-p {
  font-size: 16px;
  background: #fff;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  font-weight: bold; }
  .hidden-p .yellow-bottom {
    font-weight: bold;
    box-shadow: inset 0 -0.5em 0 #ffff12; }

footer {
  text-align: center;
  font-size: 14px;
  background-color: #2e75b6;
  color: #fff;
  padding: 25px 20px; }

#dh4 .list-inner .top > div {
  width: calc(50% - 20px); }

.gs {
  transform: translateY(150px);
  opacity: 0; }

.xz {
  animation: roate 2s;
  animation-fill-mode: forwards;
  animation-direction: alternate; }

@keyframes roate {
  from {
    transform: translateY(150px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.ie .fee-system .plan-a .plan-a-inner table .big-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; }
  .ie .fee-system .plan-a .plan-a-inner table .big-wrap p {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px; }
  .ie .fee-system .plan-a .plan-a-inner table .big-wrap .hasbg {
    display: none; }

@media screen and (max-width: 1600px) {
  .hero .medal {
    width: 200px;
    bottom: 50px;
    right: 80px; }
  .hero .hero-inner {
    margin-left: 10%; }
    .hero .hero-inner .lowest-price {
      font-size: 18px; }
    .hero .hero-inner .yellow-down {
      font-size: 35px; }
    .hero .hero-inner .trial .top {
      font-size: 20px; }
    .hero .hero-inner .trial .bottom {
      font-size: 22px; }
      .hero .hero-inner .trial .bottom .box {
        font-size: 18px; } }
@media screen and (max-width: 1400px) {
  .header-site .admission {
    font-size: 16px; }

  .hero {
    height: calc(100vh - 96px);
    min-height: 600px; }
    .hero .hero-inner .lowest-price {
      font-size: 16px; }
    .hero .hero-inner .yellow-down {
      font-size: 31px; }
    .hero .hero-inner .trial {
      margin-top: 30px; }
      .hero .hero-inner .trial .top {
        font-size: 18px; }
        .hero .hero-inner .trial .top .box {
          font-size: 14px; }
      .hero .hero-inner .trial .bottom {
        font-size: 18px; }
        .hero .hero-inner .trial .bottom .box {
          font-size: 14px; }
    .hero .medal {
      width: 175px;
      bottom: 25px;
      right: 45px; }
    .hero span.number {
      font-size: 1.6em; }
    .hero .hero-banner {
      margin-top: 20px; }

  .campaign .left .horn {
    width: 70px;
    height: 70px;
    font-size: 12px; }

  .campaign .left {
    width: 105px; }

  .campaign .right {
    width: calc(100% - 105px);
    padding-right: 20px; }

  .campaign .right .trial-offer .top .join,
  .campaign .right .trial-offer .top .trial .now,
  .campaign .right .tel .top .tel-text,
  .campaign .right .tel .top .reception {
    font-size: 16px; }

  .campaign .right .trial-offer .top .plus {
    font-size: 30px; }

  .campaign .number,
  .campaign .right .trial-offer .trial-src {
    font-size: 20px; }

  .campaign .right .tel .top .tel-number {
    font-size: 28px; }

  .campaign .right .trial-offer .trial-src .left-svg,
  .campaign .yellow-bottom {
    width: 20px;
    font-size: 16px; }

  .campaign .right .trial-offer .trial-src .right-svg {
    width: 25px;
    margin-left: 10px;
    height: 25px; }

  .tel-number svg {
    width: 25px;
    height: 25px; }

  .campaign .right .tel .top .small {
    padding-right: 50px;
    font-size: 12px; }

  .campaign .right .tel .top .tel-text {
    max-width: 320px;
    margin: 0 auto; }

  .campaign .right .trial-offer .trial-src,
  .campaign .right .trial-offer .top .trial,
  .campaign .right .trial-offer .top .join {
    padding: 10px; } }
@media screen and (max-width: 1200px) {
  .header-site {
    justify-content: space-between; }
    .header-site .logo {
      margin-left: 10%;
      position: static;
      transform: translate(0);
      width: 145px; }
      .header-site .logo .pc {
        display: none; }
      .header-site .logo .phone {
        display: block; }

  .proportion .inner .left p {
    font-size: 20px; }

  .proportion .inner .left p::after {
    height: 10px; }

  .proportion .inner .right {
    min-width: auto; }

  .section-title .big-blue {
    font-size: 20px; }

  .title-arc {
    width: 200px; }

  .satisfaction .satisfaction-inner .border-blue,
  .reasons .section-title .bottom,
  .reasons .reasons-list .constraint .number,
  .reasons .reasons-list .list-inner h3,
  .cases .case-voice .case-voice-txt p,
  .mousi .mousi-txt div,
  .section-title .bottom {
    font-size: 16px; }

  .satisfaction .satisfaction-inner .average,
  .reasons .section-title .bottom span,
  .services .section-title .big-blue {
    font-size: 20px; }

  .satisfaction .satisfaction-inner .yellow-bottom,
  .satisfaction .satisfaction-inner .number {
    font-size: 30px; }

  .satisfaction .satisfaction-inner .yellow-bottom::after {
    height: 8px;
    bottom: 13px; }

  .satisfaction .satisfaction-inner > div .title-blue,
  .section-title .big-blue .big,
  .reasons .reasons-list .list-inner .bottom2 h3 span {
    font-size: 18px; }

  .satisfaction .satisfaction-inner > div .small,
  .reasons .reasons-list .list-inner .top .reasons2 .border-blue,
  .fee-system .plan-c .plan-c-inner > p,
  .mousi .mousi-txt p span {
    font-size: 15px; }

  .satisfaction .satisfaction-inner > div {
    padding: 10px;
    width: calc(100% / 3 - 30px); }

  .reasons .reasons-list .constraint {
    width: 100px;
    height: 100px; }

  .reasons .reasons-list .constraint svg {
    width: 20px; }

  .reasons .reasons-list .reasons-title {
    padding-left: 60px; }

  .reasons .reasons-list .list-inner .top .reasons1,
  .reasons .reasons-list .list-inner .top .reasons3 {
    width: 200px;
    min-width: 200px; }

  .reasons .reasons-list .list-inner .top .reasons2 {
    width: auto;
    margin: 0 20px; }

  .campaign .right {
    display: block; }

  .campaign .right .trial-offer {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 500px; }

  .campaign .right .tel {
    margin: 0 auto;
    max-width: 400px; }
    .campaign .right .tel .top {
      padding: 15px; }
    .campaign .right .tel .refund {
      text-align: center; }

  .campaign .campaign-banner {
    margin: 25px auto 0; }
    .campaign .campaign-banner img {
      margin: auto; }
    .campaign .campaign-banner p {
      text-align: center; }

  .flow .flow-inner li div,
  .support .case-cus ul li div,
  .support .support-span,
  .support .support-ul02 li,
  .mousi .mousi-inner .title,
  .fee-system h3.title,
  .fee-system .plan-c .plan-c-inner > p span,
  .services .list-inner .title,
  .cases .case-fee .title,
  .cases .list-inner .title,
  .cases .case-txt span,
  .cases .case-cus ul li div,
  .mousi .mousi-txt div span {
    font-size: 18px; }

  .flow .flow-inner li p,
  .use .use-inner > li .use-inner-div02-p1,
  .fee-system .plan-a > p,
  .cases .case-voice .case-voice-txt p span {
    font-size: 14px; }

  .support .support-ul02 li img {
    max-width: 15px; }

  .use .use-inner > li .use-inner-div02 ul {
    flex-wrap: wrap; }

  .use .use-inner > li .use-inner-div02 ul li {
    max-width: 80px;
    min-width: 80px; }

  .use .use-inner > li .use-inner-div02-div {
    flex-wrap: wrap;
    flex-direction: column; }

  .use .use-inner > li .use-inner-div02-div > div {
    margin-bottom: 0; }

  .fee-system .plan-a .plan-a-inner table .first,
  .fee-system .plan-a .plan-a-inner table .second,
  .fee-system .plan-a .plan-a-inner table .third,
  .fee-system .plan-a .plan-a-inner table .fourth .red,
  .fee-system .plan-a .plan-a-inner table .big-wrap,
  .fee-system .plan-b .plan-b-inner table .big-wrap,
  .fee-system .plan-b .plan-b-inner table .second,
  .fee-system .plan-b .plan-b-inner table .first {
    font-size: 14px; }

  .fee-system .plan-a .plan-a-inner table .fourth,
  .fee-system .plan-a .plan-a-inner table .big-wrap,
  .fee-system .plan-b .plan-b-inner table .big-wrap,
  .fee-system .plan-b .plan-b-inner table .second {
    padding: 20px; }

  .services .list-inner .title {
    width: 200px;
    padding: 5px; }

  .cases .case-voice .case-voice-txt::before {
    right: 20px;
    width: 200px;
    height: 200px;
    background-size: contain; }

  .cases .case-voice .case-voice-txt {
    padding: 20px;
    padding-right: 230px; }

  .fee-system .section-title {
    margin-top: 100px; }

  .fee-system .case-txt span.title {
    font-size: 18px; }

  .fee-system .plan-a .plan-a-inner table .second {
    width: 198px; } }
@media screen and (max-width: 1000px) {
  .header-site .logo {
    margin-left: 40px;
    width: auto; }
    .header-site .logo img {
      width: 100px;
      margin: auto; }

  .hero .medal {
    width: 160px;
    right: 35px;
    bottom: 20px; }
  .hero .hero-inner {
    margin-left: 40px; }
  .hero .slick::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5); }

  .fee-system .section-title .bottom,
  .mousi .bottom {
    font-size: 14px; }

  .inner {
    margin: 40px auto; }

  .services .list-inner ul,
  .cases .list-inner ul {
    flex-wrap: wrap; }

  .list-inner-ul01 li,
  .cases .list-inner ul li {
    width: calc(100% / 3 - 20px); }

  .list-inner-ul02 li {
    width: calc(100% / 3 - 20px); }

  .list-inner-ul03 li {
    width: calc(33.3333% - 20px); }

  .services .ser-list {
    flex-wrap: wrap; }

  .services .ser-list .list-inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }

  .services .ser-list .list-inner:first-child {
    margin: 0 auto 60px; } }
@media screen and (max-width: 767px) {
  .services .list-inner {
    width: 100%; }

  .campaign .right .trial-offer {
    padding: 0 20px; }

  .campaign .right .trial-offer .top {
    display: block; }

  .campaign .right .trial-offer .top .join {
    margin: 0 auto;
    max-width: 200px;
    width: 100%; }

  .proportion .inner {
    padding: 20px; }
    .proportion .inner .top {
      display: block; }
    .proportion .inner > p {
      font-size: 12px; }

  .proportion .inner .right {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0; }

  .proportion .inner .left p {
    margin: 1em auto;
    max-width: 200px;
    min-width: 180px;
    text-align: center;
    display: block;
    font-size: 15px; }

  .satisfaction .satisfaction-inner {
    display: block; }

  .satisfaction .satisfaction-inner > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px; }

  .reasons {
    margin: 50px auto 0; }

  .campaign .right .trial-offer .top .trial .now {
    margin-bottom: 10px; }

  .satisfaction .satisfaction-inner .average,
  .reasons .section-title .bottom span,
  .services .section-title .big-blue {
    font-size: 17px; }

  .satisfaction .satisfaction-inner .border-blue,
  .reasons .section-title .bottom,
  .reasons .reasons-list .constraint .number,
  .reasons .reasons-list .list-inner h3,
  .cases .case-voice .case-voice-txt p,
  .mousi .mousi-txt div,
  .section-title .bottom,
  .campaign .yellow-bottom {
    font-size: 15px; }

  .section-title .bottom {
    margin-bottom: 20px; }

  .reasons .reasons-list {
    margin: 70px auto; }

  .reasons .reasons-list .list-inner .top {
    display: block; }

  .reasons .reasons-list .list-inner .top .reasons1,
  .reasons .reasons-list .list-inner .top .reasons3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px; }

  .reasons .reasons-list .list-inner .top .reasons2 {
    margin: 0 auto 30px;
    max-width: 300px;
    padding: 20px; }

  .reasons .reasons-list .list-inner .top .reasons2 .ul-li {
    display: block; }

  .reasons .reasons-list .constraint {
    width: 80px;
    height: 80px; }

  .reasons .reasons-list .constraint svg {
    width: 15px; }

  .reasons .reasons-list .constraint {
    font-size: 12px; }

  .reasons .reasons-list .constraint {
    top: 0;
    left: 30px; }

  .reasons .reasons-list {
    width: 100%; }

  .cases .case-voice {
    margin: 0 auto; }

  .reasons .reasons-list .reasons-title h3,
  .campaign .right .tel .top .tel-text {
    font-size: 14px; }

  .reasons .reasons-list .list-inner .bottom1 ul {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .reasons .reasons-list .list-inner .bottom1 ul li {
    width: 33.3333%;
    padding: 0 15px;
    max-width: 100%;
    position: relative; }
    .reasons .reasons-list .list-inner .bottom1 ul li:nth-child(1)::after, .reasons .reasons-list .list-inner .bottom1 ul li:nth-child(3)::after, .reasons .reasons-list .list-inner .bottom1 ul li:nth-child(7)::after, .reasons .reasons-list .list-inner .bottom1 ul li:nth-child(9)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background: url(../image/sankaku.png) no-repeat;
      width: 9px;
      height: 15px; }

  .reasons .reasons-list .list-inner .bottom1 ul li.sankaku {
    display: none; }

  .campaign {
    display: block; }

  .star {
    display: none; }

  .campaign .right {
    width: 100%; }

  .campaign .right {
    padding-right: 0; }

  .top {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .trial,
  .cases .case-voice,
  .cases .list-inner {
    width: 100%; }

  .campaign .right .tel {
    padding: 0 20px; }

  .campaign .right .tel .top .small {
    padding-right: 30px; }

  .campaign .right .tel .top {
    padding: 10px 5px; }

  .campaign .right .tel {
    width: 100%;
    max-width: 430px; }

  .fee-system .calculation .calculation-inner {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .fee-system .calculation .calculation-inner span:nth-child(3) {
    max-width: 350px;
    margin: 0 auto; }

  .fee-system .plan-a .plan-a-inner table .first,
  .fee-system .plan-a .plan-a-inner table .second,
  .fee-system .plan-a .plan-a-inner table .third,
  .fee-system .plan-a .plan-a-inner table .fourth .red,
  .fee-system .plan-a .plan-a-inner table .big-wrap,
  .fee-system .plan-b .plan-b-inner table .big-wrap,
  .fee-system .plan-b .plan-b-inner table .second,
  .fee-system .plan-b .plan-b-inner table .first,
  .fee-system .plan-a .plan-a-inner table .fourth {
    font-size: 12px; }

  .fee-system .plan-a .plan-a-inner table td {
    padding: 10px; }

  .flow .flow-inner li div,
  .support .case-cus ul li div,
  .support .support-span,
  .support .support-ul02 li,
  .mousi .mousi-inner .title,
  .fee-system h3.title,
  .fee-system .plan-c .plan-c-inner > p span,
  .services .list-inner .title,
  .cases .case-fee .title,
  .cases .list-inner .title,
  .cases .case-cus ul li div,
  .mousi .mousi-txt div span {
    font-size: 15px; }

  .cases .case-fee .case-fee-inner {
    flex-direction: column; }

  .cases .case-fee .case-fee-inner span:nth-child(3) {
    max-width: 350px;
    margin: 0 auto; }

  .cases .case-ga li {
    width: 48%; }

  .cases .case-cus ul,
  .flow .flow-inner,
  .support .case-cus ul,
  .support .support-ul01,
  .support .support-ul02,
  .use .use-inner > li {
    flex-wrap: wrap; }

  .cases .case-cus ul li:first-child,
  .flow .flow-inner li:first-child,
  .support .case-cus ul li:first-child,
  .use .use-inner > li .use-inner-div01 {
    margin: 0 auto 25px; }

  .support .support-ul01 li {
    width: calc(33.3333% - 20px); }

  .support .support-ul02,
  .use .use-inner > li {
    flex-direction: column; }

  .support .support-ul02 li {
    margin: 20px auto 0;
    width: 100%;
    max-width: 320px; }

  .use .use-inner > li .use-inner-div03 {
    margin: 20px auto; }

  .use .use-inner > li {
    margin: 30px auto 0; }
    .use .use-inner > li .use-inner-div02-p2 {
      margin-top: 10px; }

  .use .use-inner > li .use-inner-div02 ul li.sankaku {
    display: none; }

  .use .use-inner > li .use-inner-div02 ul li {
    max-width: 100%;
    min-width: auto;
    width: calc(33.3333% - 20px);
    margin: 0 10px 10px; }

  .mousi .mousi-inner .mousi-fee ul {
    flex-wrap: wrap; }

  .mousi .mousi-inner .mousi-fee ul li {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px; }

  .campaign .number,
  .campaign .right .trial-offer .trial-src {
    font-size: 18px; }

  .use .use-inner > li .use-inner-div01 {
    width: 100%;
    height: auto; }
    .use .use-inner > li .use-inner-div01 div {
      display: flex;
      align-items: center; }
      .use .use-inner > li .use-inner-div01 div p {
        margin-right: 10px; }

  .use .use-inner > li .use-inner-div02 ul li {
    position: relative; }
    .use .use-inner > li .use-inner-div02 ul li::after {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      background: url(../image/sankaku.png) no-repeat;
      width: 9px;
      height: 15px; }
    .use .use-inner > li .use-inner-div02 ul li:nth-child(1)::after, .use .use-inner > li .use-inner-div02 ul li:nth-child(3)::after, .use .use-inner > li .use-inner-div02 ul li:nth-child(7)::after, .use .use-inner > li .use-inner-div02 ul li:nth-child(9)::after {
      content: ""; }

  .campaign .right {
    margin-top: -70px;
    padding-bottom: 20px; }

  .fee-system .plan-a .plan-a-inner table .third {
    padding: 20px; }

  .flow .flow-inner li:first-child {
    max-width: 150px;
    min-width: 150px; }

  #dh4 .list-inner .top > div {
    width: 100%; }

  .services .se-p {
    font-size: 12px; }

  .fee-system .case-txt span.title {
    font-size: 15px; }
  .fee-system .case-txt p {
    font-size: 12px; }

  .fee-system .plan-a .plan-a-inner table .second {
    width: 85px; }

  .hidden-p {
    font-size: 12px;
    padding: 10px; }

  .fee-system .phone-show .lowest-price {
    font-size: 14px;
    padding: 10px;
    padding-bottom: 200px; }

  .fee-system .phone-show .list-inner .list-inner-ul01 li {
    width: calc(20% - 10px);
    margin: 10px 5px; }

  .fee-system .phone-show .list-inner .list-inner-ul03 li {
    width: calc(100% / 6 - 6px);
    margin: 10px 3px; }

  .mousi .mousi-inner .mousi-fee ul li dl dd span {
    font-size: 2em; }
    .mousi .mousi-inner .mousi-fee ul li dl dd span::after {
      height: 8px;
      bottom: 8px; }

  .mousi .mousi-inner .mousi-fee ul li > p {
    padding-left: 10px;
    padding-right: 10px; }

  .flow .flow-inner {
    padding: 20px; } }
@media screen and (max-width: 750px) {
  .header-site .admission {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-left: 10px; }
    .header-site .admission p {
      display: none; }

  .hero {
    height: calc(100vh - 70px); }
    .hero .medal {
      width: 150px;
      right: 20px;
      bottom: auto;
      top: 20px; } }
@media screen and (max-width: 600px) {
  .header-site .logo {
    margin-left: 20px; }

  .hero .hero-inner {
    margin-left: 20px; }

  .cases .case-voice .case-voice-txt::before {
    right: 10px;
    width: 150px;
    height: 150px;
    right: auto;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0); }

  .cases .case-voice .case-voice-txt p {
    margin-top: 40px; }

  .cases .case-voice .case-voice-txt {
    padding-right: 20px;
    padding-top: 120px; }

  .fee-system .plan-a .plan-a-inner table,
  .plan-b-inner table {
    width: 100%; }

  .fee-system .plan-a .plan-a-inner table .fourth {
    border-right: none; }

  .use .use-inner > li .use-inner-div02 ul li::after {
    right: -15px; }

  .fee-system .plan-c .plan-c-inner {
    padding-left: 10px;
    padding-right: 10px; }

  .fee-system .plan-c .plan-c-inner center {
    font-size: 12px; }

  .fee-system .phone-show .list-inner .list-inner-ul02 li img {
    max-width: 55px; } }
@media screen and (max-width: 500px) {
  .hero {
    align-items: flex-end; }
    .hero .hero-inner {
      margin-left: 0;
      padding: 20px;
      background-color: transparent; }
      .hero .hero-inner .yellow-down {
        font-size: 20px;
        margin-top: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px;
        max-width: 250px; }
        .hero .hero-inner .yellow-down p::after {
          bottom: 0; }
      .hero .hero-inner .lowest-price {
        font-size: 14px; }
      .hero .hero-inner .trial {
        margin-top: 20px; }
        .hero .hero-inner .trial .top {
          font-size: 14px;
          padding: 10px; }
          .hero .hero-inner .trial .top .box {
            font-size: 12px; }
            .hero .hero-inner .trial .top .box::before {
              bottom: 50%;
              transform: translateY(50%); }
        .hero .hero-inner .trial .bottom {
          font-size: 14px;
          padding: 10px; }
          .hero .hero-inner .trial .bottom .box {
            margin-right: 10px;
            white-space: nowrap;
            padding: 0 6px; }
          .hero .hero-inner .trial .bottom .yellow-bottom::after {
            height: 10px;
            bottom: 0px; }
      .hero .hero-inner .medal {
        display: block;
        position: static;
        width: 100px;
        margin-bottom: 10px; }
    .hero .hero-inner .trial .bottom p:nth-child(1) {
      margin-bottom: 10px; }
    .hero .medal {
      display: none; }
    .hero .hero-banner {
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.5); }
    .hero span.number {
      font-size: 1.4em; }

  .reasons .reasons-list .list-inner {
    padding: 20px; }
    .reasons .reasons-list .list-inner .bottom1 ul {
      margin: 0 -20px;
      margin-top: 15px; }

  .satisfaction .satisfaction-inner > div .small {
    font-size: 12px; }

  .list-inner-ul01 li,
  .list-inner-ul03 li,
  .cases .list-inner ul li {
    width: calc(100% / 3 - 20px); }

  .campaign .campaign-banner p,
  .campaign .right .tel .refund {
    font-size: 10px; }

  .satisfaction .satisfaction-bottom {
    font-size: 12px; }

  .mousi .mousi-inner .mousi-fee ul li dl dt {
    font-size: 16px;
    padding: 20px 0; }

  .mousi .mousi-inner .mousi-fee ul li p {
    font-size: 14px; }

  .campaign .yellow-bottom .tax {
    margin-bottom: 2px; } }
@media screen and (max-width: 450px) {
  .header-site .logo {
    font-size: 8px; }
    .header-site .logo img {
      width: 100px; }
  .header-site nav ul li a {
    padding: 5px 8px;
    margin: 0 5px; }

  .hero {
    min-height: 550px; }
    .hero .hero-inner .yellow-down {
      display: inline-block; }
    .hero .hero-inner .trial {
      width: auto;
      display: inline-block; }

  .hero .hero-banner {
    display: inline-block; }

  .fee-system .calculation .calculation-inner span:nth-child(3),
  .cases .case-fee .case-fee-inner span:nth-child(3) {
    max-width: 200px; }

  .fee-system .phone-show .list-inner .list-inner-ul02 {
    justify-content: space-around; }
    .fee-system .phone-show .list-inner .list-inner-ul02 li {
      width: calc(100% / 5 - 10px); }
      .fee-system .phone-show .list-inner .list-inner-ul02 li img {
        max-width: 100%; } }
@media screen and (max-width: 380px) {
  .hero .hero-inner .lowest-price {
    padding: 5px 15px; }
  .hero .hero-inner .yellow-down p::after {
    bottom: 2px; }
  .hero .hero-inner .trial .top {
    padding: 10px; }
  .hero .hero-inner .trial .bottom {
    padding: 10px; }
    .hero .hero-inner .trial .bottom .yellow-bottom::after {
      bottom: 2px; }
  .hero .medal {
    width: 130px;
    right: 5px; } }
@media screen and (max-width: 320px) {
  .header-site .logo .phone {
    display: none; }
  .header-site nav ul li a {
    padding: 5px 8px;
    margin: 0 5px; }
  .header-site .admission {
    padding: 20px;
    margin-left: 0; }

  .hero {
    height: calc(100vh - 60px); }
    .hero .hero-inner .yellow-down {
      font-size: 20px; }
    .hero .hero-inner .trial .top .box {
      margin-left: 10px; }
    .hero .hero-inner .trial .bottom p:nth-child(1) {
      flex-wrap: wrap; }

  .fee-system .plan-a .plan-a-inner table .third,
  .fee-system .plan-a .plan-a-inner table .fourth {
    padding: 15px; }

  .campaign .right {
    margin-top: -50px; }

  .hero .hero-inner .medal {
    display: none; }

  .hero .hero-inner .trial .bottom p:nth-child(2) .nowrap {
    font-size: 12px; } }

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