@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #555;
  line-height: 1.8; }

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#container {
  width: 100%; }

#main-visual {
  width: 100%;
  height: 320px;
  background: url("/images/main_visual.jpg") no-repeat center 65%;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    #main-visual {
      height: 180px; } }

.aniv-news {
  max-width: 1024px;
  margin: 80px auto 0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  background: #fafafa; }
  @media screen and (max-width: 480px) {
    .aniv-news {
      margin: 0 auto;
      padding: 60px 20px;
      flex-direction: column-reverse; } }
  .aniv-news .comment-box {
    width: 50%;
    padding: 0 1em 0 0; }
    @media screen and (max-width: 480px) {
      .aniv-news .comment-box {
        width: 100%;
        padding: 0; } }
    .aniv-news .comment-box .btn-price-list {
      text-align: center; }
      .aniv-news .comment-box .btn-price-list a {
        text-decoration: none;
        color: #f45e5d; }
  .aniv-news .image-box {
    width: 50%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .aniv-news .image-box {
        width: 100%; } }

.medical-info {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 0; }
  @media screen and (max-width: 480px) {
    .medical-info {
      padding: 30px 10px; } }
  .medical-info h2 {
    text-align: center; }
  .medical-info ul.medical-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .medical-info ul.medical-menu {
        flex-direction: column; } }
    .medical-info ul.medical-menu li {
      width: 48%;
      border-bottom: 1px solid #b9b9b9; }
      @media screen and (max-width: 480px) {
        .medical-info ul.medical-menu li {
          width: 100%; } }
      .medical-info ul.medical-menu li a {
        display: flex;
        align-items: center;
        text-decoration: none; }
        .medical-info ul.medical-menu li a .medical-icon img {
          width: 120px; }
          @media screen and (max-width: 480px) {
            .medical-info ul.medical-menu li a .medical-icon img {
              width: 100px; } }
        .medical-info ul.medical-menu li a .link-texts {
          font-size: 18px;
          text-align: center;
          color: #5cc3e7; }
          @media screen and (max-width: 480px) {
            .medical-info ul.medical-menu li a .link-texts {
              font-size: 16px; } }

.greeting {
  margin-bottom: 60px;
  text-align: center; }

.top-greeting .greeting-inner {
  height: 440px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-end;
  position: relative; }
  @media screen and (max-width: 480px) {
    .top-greeting .greeting-inner {
      height: 340px;
      padding-bottom: 10px; } }
  .top-greeting .greeting-inner .image {
    width: 50%;
    place-items: center center;
    display: -ms-grid;
    display: grid;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 480px) {
      .top-greeting .greeting-inner .image {
        width: 100%; } }
  .top-greeting .greeting-inner .messages {
    margin-bottom: 25px;
    padding: 0 70px 0 150px;
    flex-basis: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    background: #fff; }
    @media screen and (max-width: 480px) {
      .top-greeting .greeting-inner .messages {
        padding: 0 20px;
        flex-basis: 100%; } }
    .top-greeting .greeting-inner .messages h2 {
      font-size: 1.7em;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .top-greeting .greeting-inner .messages h2 {
          font-size: 1em; } }
    .top-greeting .greeting-inner .messages p {
      font-size: 1.2em; }
      @media screen and (max-width: 480px) {
        .top-greeting .greeting-inner .messages p {
          margin: 0;
          font-size: 0.8em; } }

.news {
  background: #f9f9f9; }
  .news .news-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 480px) {
      .news .news-inner {
        padding: 40px 10px; } }
    .news .news-inner ul.news li {
      padding: 20px 1rem;
      border-bottom: 1px solid #ccc; }
      .news .news-inner ul.news li a.news-link {
        margin-top: 10px;
        padding: .5rem 2rem;
        display: inline-block;
        color: #F44336;
        text-decoration: none;
        border: 1px solid #F44336;
        border-radius: 100vh; }
    .news .news-inner ul.news li:last-child() {
      margin: 0; }

.info .info-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 0; }
  .info .info-inner .clinic-info {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 480px) {
      .info .info-inner .clinic-info {
        padding: 0 10px;
        flex-direction: column; } }
  .info .info-inner .schedule {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 480px) {
      .info .info-inner .schedule {
        padding: 0 10px;
        flex-direction: column; } }
    .info .info-inner .schedule .schedule-details {
      width: 48%; }
      @media screen and (max-width: 480px) {
        .info .info-inner .schedule .schedule-details {
          width: 100%; } }
      .info .info-inner .schedule .schedule-details table {
        width: 100%;
        border: 1px solid;
        border-collapse: collapse; }
        .info .info-inner .schedule .schedule-details table th {
          border: 1px solid; }
          .info .info-inner .schedule .schedule-details table th span {
            -webkit-writing-mode: vertical-rl;
                -ms-writing-mode: tb-rl;
                    writing-mode: vertical-rl; }
    .info .info-inner .schedule ul.caution {
      font-size: 0.8em; }

.info-logo {
  width: 300px;
  margin: 0 auto;
  display: block; }

.map {
  margin-bottom: -120px; }

.page-title {
  margin: 0 60px 100px;
  padding: 30px 0;
  border-radius: 0 50px;
  background: #ebf5fb; }
  @media screen and (max-width: 480px) {
    .page-title {
      margin: 0 20px 50px;
      padding: 10px 0; } }
  .page-title .title-icon {
    display: flex;
    align-items: center; }
    .page-title .title-icon img {
      width: 180px;
      height: 180px; }
      @media screen and (max-width: 480px) {
        .page-title .title-icon img {
          width: 110px;
          height: 110px; } }
    .page-title .title-icon p {
      font-size: 1.6em; }
      @media screen and (max-width: 480px) {
        .page-title .title-icon p {
          font-size: 1.1em; } }

.symptoms {
  max-width: 1020px;
  margin: 0 auto; }
  .symptoms h2 {
    text-align: center; }
    @media screen and (max-width: 480px) {
      .symptoms h2 {
        font-size: 1.2em; } }

.tab-area {
  display: flex;
  flex-wrap: wrap; }
  .tab-area .tab {
    width: 18%;
    margin: 0 1%;
    padding: 10px .5em;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #57c2e7;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .tab-area .tab {
        width: 48%;
        padding: 10px 0; } }
  .tab-area .tab.active {
    background-color: #ebf5fb;
    color: #222e3e;
    border: none; }

.content-area .content {
  display: none; }
  .content-area .content .description-area {
    padding: 45px 15px;
    border-radius: 20px;
    background: #ebf5fb; }
  .content-area .content .description {
    font-size: 1.3em;
    text-align: center; }
    .content-area .content .description span {
      margin-bottom: 40px;
      padding: 0 10em 0.5em;
      border-bottom: 1px solid #57c2e7;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 480px) {
        .content-area .content .description span {
          padding: 0 4em 0.5em; } }
    .content-area .content .description span:before, .content-area .content .description span:after {
      content: '';
      border: 10px solid transparent;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      position: absolute;
      top: 100%;
      left: 50%; }
    .content-area .content .description span:before {
      border-top: 10px solid #57c2e7; }
    .content-area .content .description span:after {
      margin-top: -1px;
      border-top: 10px solid #ebf5fb; }
  .content-area .content .image-on {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .content-area .content .image-on {
        flex-direction: column; } }
    .content-area .content .image-on .illustration {
      width: calc(100% - 330px); }
      @media screen and (max-width: 480px) {
        .content-area .content .image-on .illustration {
          width: calc(100% - 100px); } }
    .content-area .content .image-on .description-body {
      width: calc(100% - -100px); }
      @media screen and (max-width: 480px) {
        .content-area .content .image-on .description-body {
          width: calc(100% - -30px); } }
      .content-area .content .image-on .description-body p span.emphasis {
        width: 100%;
        font-size: 100%;
        font-weight: 600;
        color: #d32f2f; }
  .content-area .content .content-inner {
    margin-bottom: 60px; }
    .content-area .content .content-inner .item {
      font-size: 1.5em;
      font-weight: bold;
      padding-top: .5em;
      padding-bottom: .5em;
      margin-bottom: 2em;
      position: relative;
      margin: 3em 0 2em;
      color: #1e7aca; }
    .content-area .content .content-inner .item:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background: repeating-linear-gradient(90deg, #1e7aca 0%, rgba(255, 255, 255, 0) 100%);
      bottom: 0;
      left: 0;
      z-index: 0; }
    .content-area .content .content-inner .item-body {
      padding: 0 1.2em; }
      .content-area .content .content-inner .item-body p {
        margin-bottom: 1em; }
      .content-area .content .content-inner .item-body p.price-revision {
        font-weight: bold;
        color: #ff0000;
        text-align: center; }
      .content-area .content .content-inner .item-body .photo-course .course-title {
        margin-bottom: 25px;
        font-size: 24px;
        color: #d32f2f;
        text-align: center; }
      .content-area .content .content-inner .item-body .photo-course .course-container {
        margin-bottom: 40px;
        padding: 10px 15px;
        text-align: center;
        border: 1px solid #9e9e9e;
        border-radius: 8px; }
        .content-area .content .content-inner .item-body .photo-course .course-container .course-name {
          font-size: 18px;
          font-weight: bold; }
        .content-area .content .content-inner .item-body .photo-course .course-container .course-price {
          margin-bottom: 20px;
          color: #d32f2f; }
        .content-area .content .content-inner .item-body .photo-course .course-container p {
          width: 96%;
          margin: 0 auto;
          padding: 0; }
          @media screen and (max-width: 480px) {
            .content-area .content .content-inner .item-body .photo-course .course-container p {
              text-align: left; } }
      .content-area .content .content-inner .item-body .photo-course ul.course-precaution li {
        margin-bottom: .5em;
        font-size: 15px;
        line-height: 1.6; }
      .content-area .content .content-inner .item-body .photo-course ul.course-precaution li::before {
        content: "※";
        margin-right: .5em; }
      .content-area .content .content-inner .item-body ul.price-list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
        -webkit-column-gap: 4em;
           -moz-column-gap: 4em;
                column-gap: 4em; }
        @media screen and (max-width: 480px) {
          .content-area .content .content-inner .item-body ul.price-list {
            -ms-grid-columns: (auto)[1];
            grid-template-columns: repeat(1, auto); }
            .content-area .content .content-inner .item-body ul.price-list li:nth-child(2), .content-area .content .content-inner .item-body ul.price-list li:nth-child(5), .content-area .content .content-inner .item-body ul.price-list li:nth-child(8) {
              display: none; } }
        .content-area .content .content-inner .item-body ul.price-list li {
          padding: 1em 0; }
          .content-area .content .content-inner .item-body ul.price-list li span.reserve {
            width: 100%;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.2;
            display: inline; }
          .content-area .content .content-inner .item-body ul.price-list li span.tax {
            width: 100%;
            font-size: 14px;
            font-weight: normal;
            display: inline; }
      .content-area .content .content-inner .item-body #accordion {
        margin: 0; }
        .content-area .content .content-inner .item-body #accordion dt {
          padding: 15px;
          cursor: pointer;
          border-top: 1px dotted #cacaca; }
          @media screen and (max-width: 480px) {
            .content-area .content .content-inner .item-body #accordion dt {
              padding: 10px 5px; } }
        .content-area .content .content-inner .item-body #accordion dt:first-child {
          border: none; }
        .content-area .content .content-inner .item-body #accordion dd {
          margin: 0;
          padding: 0 2em 2em; }
      .content-area .content .content-inner .item-body .opened {
        color: #00beff; }
      .content-area .content .content-inner .item-body table {
        width: 80%;
        margin: 30px auto 0;
        border-collapse: collapse; }
        @media screen and (max-width: 480px) {
          .content-area .content .content-inner .item-body table {
            width: 100%;
            font-size: 0.8em; } }
        .content-area .content .content-inner .item-body table th {
          text-align: center;
          border: 1px solid #ccc; }
        .content-area .content .content-inner .item-body table th.strong {
          padding: 15px 0;
          color: #fff;
          background: #03BEFF; }
        .content-area .content .content-inner .item-body table td {
          padding: 8px 0;
          text-align: center;
          border: 1px solid #ccc; }
          .content-area .content .content-inner .item-body table td img {
            width: 350px; }
          .content-area .content .content-inner .item-body table td span.line-through {
            text-decoration: line-through; }
          .content-area .content .content-inner .item-body table td span.aniv-price {
            font-size: 100%;
            color: #f44336; }
      .content-area .content .content-inner .item-body span {
        width: 80%;
        margin: 0 auto;
        font-size: 0.8em;
        display: block; }
  .content-area .content .iontophoresis-contents .course-title {
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.4; }
  .content-area .content .iontophoresis-contents .special {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content-area .content .iontophoresis-contents .special {
        flex-direction: column; } }
    .content-area .content .iontophoresis-contents .special .course {
      width: 48%; }
      @media screen and (max-width: 480px) {
        .content-area .content .iontophoresis-contents .special .course {
          width: 100%;
          margin-bottom: 15px; } }
      .content-area .content .iontophoresis-contents .special .course .sub-title {
        margin-bottom: 20px;
        padding: 5px 0;
        font-weight: bold;
        text-align: center;
        color: #fff;
        border-radius: 25px;
        background: #57afa5; }
      .content-area .content .iontophoresis-contents .special .course .course-title {
        margin-bottom: 10px;
        font-size: 1.8vw;
        text-align: center;
        letter-spacing: 0; }
        @media screen and (max-width: 480px) {
          .content-area .content .iontophoresis-contents .special .course .course-title {
            font-size: 5.8vw; } }
      .content-area .content .iontophoresis-contents .special .course .price {
        margin-bottom: 20px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .content-area .content .iontophoresis-contents .special .course .price span.num {
          width: 3em;
          height: 3em;
          margin-right: 1em;
          color: #fff;
          text-align: center;
          line-height: 3em;
          display: inline-block;
          border-radius: 50%;
          background: #58afa5; }
        .content-area .content .iontophoresis-contents .special .course .price span.currency {
          font-size: 18px; }
      .content-area .content .iontophoresis-contents .special .course .effect p {
        margin: 0;
        padding: 0 15px;
        text-align: center; }
        .content-area .content .iontophoresis-contents .special .course .effect p span {
          font-size: 20px;
          color: #58afa5; }
  .content-area .content .iontophoresis-contents .explanation {
    margin-bottom: 120px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .content-area .content .iontophoresis-contents .explanation {
        margin-bottom: 40px; } }
    .content-area .content .iontophoresis-contents .explanation .details {
      margin-bottom: 20px;
      font-size: 20px;
      color: #58afa5;
      line-height: 1.4; }
    .content-area .content .iontophoresis-contents .explanation p {
      margin: 0 auto 20px;
      padding: 0 15px; }
    .content-area .content .iontophoresis-contents .explanation p.attention {
      max-width: 100%;
      text-align: left;
      text-decoration: underline;
      display: inline-block; }
  .content-area .content .iontophoresis-contents .facial-menu .facial-course {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content-area .content .iontophoresis-contents .facial-menu .facial-course {
        flex-direction: column; } }
    .content-area .content .iontophoresis-contents .facial-menu .facial-course .course-container {
      width: 48%; }
      @media screen and (max-width: 480px) {
        .content-area .content .iontophoresis-contents .facial-menu .facial-course .course-container {
          width: 100%; } }
      .content-area .content .iontophoresis-contents .facial-menu .facial-course .course-container .course-name {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
        line-height: 1.2; }
        .content-area .content .iontophoresis-contents .facial-menu .facial-course .course-container .course-name span {
          font-size: 16px; }
      .content-area .content .iontophoresis-contents .facial-menu .facial-course .course-container .course-price {
        text-align: center; }

.content-area .content.show {
  margin-top: 50px;
  display: block; }

.greeting-area {
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0; }
  @media screen and (max-width: 480px) {
    .greeting-area {
      padding: 40px 10px; } }
  .greeting-area .greeting-title {
    max-width: 200px;
    margin: 0 auto 30px;
    padding: 0 45px;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 480px) {
      .greeting-area .greeting-title {
        font-size: 1.4em; } }
  .greeting-area .greeting-title:before, .greeting-area .greeting-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #81d4fa;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .greeting-area .greeting-title:before {
    left: 0; }
  .greeting-area .greeting-title:after {
    right: 0; }
  .greeting-area .messages {
    font-size: 1.7em;
    line-height: 2.6;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .greeting-area .messages {
        padding: 0 25px;
        font-size: 1.3em;
        line-height: 2;
        text-align: left; } }

.clinic-info-wrap {
  background: #ebf5fb; }
  .clinic-info-wrap .clinic-info {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 10px;
    display: flex;
    justify-content: space-evenly; }
    @media screen and (max-width: 480px) {
      .clinic-info-wrap .clinic-info {
        flex-direction: column; } }
    .clinic-info-wrap .clinic-info .clinic-info-inner {
      padding: 0 30px; }
      @media screen and (max-width: 480px) {
        .clinic-info-wrap .clinic-info .clinic-info-inner {
          margin-bottom: 25px; } }
      .clinic-info-wrap .clinic-info .clinic-info-inner .clinic-info-title {
        position: relative;
        margin-bottom: 2.5em;
        text-align: center;
        font-size: 1.2em; }
        .clinic-info-wrap .clinic-info .clinic-info-inner .clinic-info-title span {
          font-size: 0.8em; }
      .clinic-info-wrap .clinic-info .clinic-info-inner .clinic-info-title:before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 60px;
        height: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: black;
        border-radius: 2px; }
      .clinic-info-wrap .clinic-info .clinic-info-inner p {
        font-size: 0.9em; }

.symptoms p {
  max-width: 690px;
  margin: 0 auto 45px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.menu-list-wrap .menu-list-inner {
  max-width: 690px;
  margin: 0 auto; }
  .menu-list-wrap .menu-list-inner h2 {
    margin: 0 0 45px;
    text-align: center; }
  @media screen and (max-width: 480px) {
    .menu-list-wrap .menu-list-inner .long-table {
      overflow-x: scroll; } }
  .menu-list-wrap .menu-list-inner .long-table p.for-scroll {
    display: none; }
    @media screen and (max-width: 480px) {
      .menu-list-wrap .menu-list-inner .long-table p.for-scroll {
        display: block; } }
  .menu-list-wrap .menu-list-inner .long-table table.menu-list {
    width: 100%;
    min-width: 690px;
    border-collapse: collapse; }
    .menu-list-wrap .menu-list-inner .long-table table.menu-list th {
      padding: 5px 10px;
      border: 1px solid #b9b9b9; }
    .menu-list-wrap .menu-list-inner .long-table table.menu-list th.title {
      background: #efddce; }
    .menu-list-wrap .menu-list-inner .long-table table.menu-list td {
      padding: 5px 10px;
      border: 1px solid #b9b9b9; }
      .menu-list-wrap .menu-list-inner .long-table table.menu-list td span.star {
        padding-left: .5em;
        color: #faac34; }
    .menu-list-wrap .menu-list-inner .long-table table.menu-list td.price-area {
      width: 120px;
      text-align: right; }
      .menu-list-wrap .menu-list-inner .long-table table.menu-list td.price-area span.price {
        padding-left: .5em;
        color: #d32f2f; }

#footer {
  margin-top: 110px;
  background: #fcfcfc; }
  @media screen and (max-width: 480px) {
    #footer {
      margin-top: 20px; } }
  #footer ul {
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      #footer ul {
        padding: 40px;
        flex-wrap: wrap; } }
    #footer ul li {
      margin-bottom: 15px; }
      @media screen and (max-width: 480px) {
        #footer ul li ul {
          width: 100%;
          flex-direction: inherit !important; }
          #footer ul li ul li {
            width: 50%; } }
      #footer ul li a {
        text-decoration: none;
        font-size: 0.9em;
        color: #666; }
      #footer ul li ul {
        padding: 0;
        flex-direction: column; }
  #footer .copy {
    font-size: 0.8em;
    text-align: center; }

/* ここからモーダル用CSS */
html, body, .news-wrap {
  width: 100%;
  height: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content {
  max-width: 1080px;
  width: 92%;
  margin: 3em auto; }

.content .ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #dedede; }

.modalCheck {
  display: none; }

.mainVisual {
  padding: 15px 2em;
  border-bottom: 1px solid #ccc; }

label {
  cursor: pointer; }

.btn.small {
  text-align: center; }
  .btn.small label {
    width: 220px;
    display: inline-block;
    text-align: center;
    border: 2px solid #68c4a8;
    font-size: 16px;
    color: #68c4a8;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s; }
    .btn.small label:hover {
      color: #FFF;
      background-color: #68c4a8; }

.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10; }

.modalWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity; }

.modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2; }

.modalBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }

.modalCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 640px;
  height: 86%;
  margin: auto;
  z-index: 3; }

.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 1.5em;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3); }
  .modalInner .news-title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }

.modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0; }

.modalCloseBtn label {
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
  font-size: 2em; }

.modalCheck:not(:checked) ~ .news-wrap > *:not(.modalWrap) {
  -webkit-filter: blur(0px);
  filter: blur(0px); }

.modalCheck:not(:checked) ~ .news-wrap .modalWrap {
  opacity: 0;
  visibility: hidden; }

.modalCheck:checked ~ .news-wrap > *:not(.modalWrap) {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

#modal0:checked ~ .news-wrap #modal0Con {
  opacity: 1;
  visibility: visible; }

#modal1:checked ~ .news-wrap #modal1Con {
  opacity: 1;
  visibility: visible; }

#modal2:checked ~ .news-wrap #modal2Con {
  opacity: 1;
  visibility: visible; }

#modal3:checked ~ .news-wrap #modal3Con {
  opacity: 1;
  visibility: visible; }

#modal4:checked ~ .news-wrap #modal4Con {
  opacity: 1;
  visibility: visible; }

#modal5:checked ~ .news-wrap #modal5Con {
  opacity: 1;
  visibility: visible; }

#modal6:checked ~ .news-wrap #modal6Con {
  opacity: 1;
  visibility: visible; }

#modal7:checked ~ .news-wrap #modal7Con {
  opacity: 1;
  visibility: visible; }

#modal8:checked ~ .news-wrap #modal8Con {
  opacity: 1;
  visibility: visible; }

#modal9:checked ~ .news-wrap #modal9Con {
  opacity: 1;
  visibility: visible; }

#modal10:checked ~ .news-wrap #modal10Con {
  opacity: 1;
  visibility: visible; }

#modal11:checked ~ .news-wrap #modal11Con {
  opacity: 1;
  visibility: visible; }

#modal12:checked ~ .news-wrap #modal12Con {
  opacity: 1;
  visibility: visible; }

#modal13:checked ~ .news-wrap #modal13Con {
  opacity: 1;
  visibility: visible; }

#modal14:checked ~ .news-wrap #modal14Con {
  opacity: 1;
  visibility: visible; }

#modal15:checked ~ .news-wrap #modal15Con {
  opacity: 1;
  visibility: visible; }

#modal16:checked ~ .news-wrap #modal16Con {
  opacity: 1;
  visibility: visible; }

#modal17:checked ~ .news-wrap #modal17Con {
  opacity: 1;
  visibility: visible; }

#modal18:checked ~ .news-wrap #modal18Con {
  opacity: 1;
  visibility: visible; }

#modal19:checked ~ .news-wrap #modal19Con {
  opacity: 1;
  visibility: visible; }

#modal20:checked ~ .news-wrap #modal20Con {
  opacity: 1;
  visibility: visible; }

.modalTtl {
  padding: 2em 0.5em 1.5em;
  font-size: 2em;
  line-height: 1.3;
  text-align: center; }

.modalText .modalCover {
  margin: 0 -1.5em 1em; }

.modalText p {
  margin-bottom: 1em;
  line-height: 1.7; }

@media (max-width: 480px) {
  .content {
    margin: 1.5em auto; }
  .modalInner {
    padding-left: 1em;
    padding-right: 1em; }
  .modalTtl {
    font-size: 1.5em;
    padding-bottom: 1em; }
  .modalText .modalCover {
    margin: 0 -1em 1em; } }

p.need span {
  font-weight: bold;
  color: #f56161 !important;
  display: block; }

p.need:first-letter {
  font-size: 30px; }

h2.line-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2em;
  font-weight: normal;
  color: #0097a7;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    h2.line-title {
      font-size: 1.5em; } }
  h2.line-title span {
    padding: 0 1em 0 0;
    display: inline-block;
    position: relative; }
  h2.line-title span:before,
  h2.line-title span:after {
    width: 200px;
    border-top: 1px solid #0097a7;
    content: "";
    position: absolute;
    top: 50%; }
  h2.line-title span:before {
    right: 100%; }
  h2.line-title span:after {
    left: 100%; }

#head-image {
  width: 100%;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    #head-image {
      margin-bottom: 60px; } }
  #head-image .adviser {
    height: 340px;
    background: url("/images/head_image/adviser.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 50%; }
    @media screen and (max-width: 480px) {
      #head-image .adviser {
        height: 200px; } }
  #head-image .school {
    height: 340px;
    background: url("/images/head_image/school.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 80%; }
    @media screen and (max-width: 480px) {
      #head-image .school {
        height: 200px; } }
  #head-image .request {
    height: 340px;
    background: url("/images/head_image/request.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 50%; }
    @media screen and (max-width: 480px) {
      #head-image .request {
        height: 200px; } }
  #head-image .kasou {
    height: 340px;
    background: url("/images/head_image/kasou.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 70%; }
    @media screen and (max-width: 480px) {
      #head-image .kasou {
        height: 200px; } }
  #head-image .introduction {
    height: 340px;
    background: url("/images/head_image/introduction.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 90%; }
    @media screen and (max-width: 480px) {
      #head-image .introduction {
        height: 200px; } }
  #head-image .consultation01 {
    height: 340px;
    background: url("/images/head_image/consultation01.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 90%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation01 {
        height: 200px; } }
  #head-image .consultation02 {
    height: 340px;
    background: url("/images/head_image/consultation02.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 50%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation02 {
        height: 200px; } }
  #head-image .consultation03 {
    height: 340px;
    background: url("/images/head_image/consultation03.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 80%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation03 {
        height: 200px; } }
  #head-image .consultation04 {
    height: 340px;
    background: url("/images/head_image/consultation04.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 45%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation04 {
        height: 200px; } }
  #head-image .consultation05 {
    height: 340px;
    background: url("/images/head_image/consultation05.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 45%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation05 {
        height: 200px; } }
  #head-image .consultation06 {
    height: 340px;
    background: url("/images/head_image/consultation06.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 30%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation06 {
        height: 200px; } }
  #head-image .consultation07 {
    height: 340px;
    background: url("/images/head_image/consultation07.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 65%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation07 {
        height: 200px; } }
  #head-image .consultation08 {
    height: 340px;
    background: url("/images/head_image/consultation08.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 50% 35%; }
    @media screen and (max-width: 480px) {
      #head-image .consultation08 {
        height: 200px; } }

#big-title {
  margin: 0 0 80px;
  font-size: 32px;
  text-align: center;
  font-family: 'Noto Serif JP', serif; }
  @media screen and (max-width: 480px) {
    #big-title {
      margin: 0 0 40px;
      font-size: 26px; } }

h2.head-title {
  margin: 0 0 80px;
  font-size: 32px;
  text-align: center;
  font-family: 'Noto Serif JP', serif; }
  @media screen and (max-width: 480px) {
    h2.head-title {
      margin: 0 0 40px;
      font-size: 26px; } }

#mobile-header {
  height: 80px;
  padding: 0 2%;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 481px) {
    #mobile-header {
      display: none; } }
  #mobile-header h1 {
    margin: 0; }
    #mobile-header h1 img {
      width: 240px; }
  #mobile-header .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center; }
    #mobile-header .nav-btn a, #mobile-header .nav-btn a:visited {
      color: #555; }

#header {
  max-width: 1110px;
  height: 100px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    #header {
      display: none; } }
  #header ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    #header ul.nav li:first-child {
      margin-right: auto;
      border: none; }
      #header ul.nav li:first-child h1 {
        margin: 0; }
        #header ul.nav li:first-child h1 img {
          width: 300px; }
    #header ul.nav li {
      padding: 0 10px;
      font-size: 15px;
      border-right: 1px solid #9e9e9e; }
      #header ul.nav li a {
        text-decoration: none;
        color: #555; }

.main-visual {
  width: 100%;
  height: 380px;
  margin-bottom: 80px;
  background: url("/images/mainvisual.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .main-visual {
      height: 240px;
      margin-bottom: 60px; } }
  .main-visual .catch {
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-visual .catch p {
      margin: 0;
      padding: 40px;
      font-size: 2vw;
      text-align: center;
      border: 4px solid #68c4a8;
      background: rgba(255, 255, 255, 0.7); }
      @media screen and (max-width: 480px) {
        .main-visual .catch p {
          font-size: 4vw; } }

.content {
  max-width: 1020px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .content {
      width: 92%; } }
  .content .top-comment {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-evenly; }
    @media screen and (max-width: 480px) {
      .content .top-comment {
        flex-direction: column; } }
    .content .top-comment .title {
      font-size: 40px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .content .top-comment .title {
          font-size: 28px;
          text-align: center; } }
    .content .top-comment .body {
      width: 40%; }
      @media screen and (max-width: 480px) {
        .content .top-comment .body {
          width: 100%; } }
      .content .top-comment .body p a {
        font-weight: bold;
        color: #68c4a8; }
  .content .greeting {
    width: auto;
    max-width: 9999px;
    margin-bottom: 80px;
    display: flex; }
    @media screen and (max-width: 480px) {
      .content .greeting {
        flex-direction: column; } }
    .content .greeting .self-image {
      max-width: 41.6666666665%;
      flex: 0 0 41.6666666665%; }
      @media screen and (max-width: 480px) {
        .content .greeting .self-image {
          max-width: 100%; } }
    .content .greeting .messages {
      max-width: 58.3333333331%;
      min-height: 1px;
      flex: 0 0 58.3333333331%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .content .greeting .messages {
          max-width: 100%; } }
      .content .greeting .messages .texts {
        padding: 40px 20px;
        position: relative; }
        @media screen and (max-width: 480px) {
          .content .greeting .messages .texts {
            padding: 20px;
            background: #e7eff1; } }
        .content .greeting .messages .texts h3 {
          text-align: center; }
        .content .greeting .messages .texts .banner {
          width: 275px;
          margin: 0 auto; }
          .content .greeting .messages .texts .banner a {
            display: block; }
            .content .greeting .messages .texts .banner a:hover {
              opacity: 0.8; }
    .content .greeting .messages::after {
      content: "";
      width: calc(100% + 75px);
      height: calc(100% - 24px);
      position: absolute;
      left: -45px;
      bottom: 0;
      z-index: -1;
      background: #e7eff1; }
      @media screen and (max-width: 480px) {
        .content .greeting .messages::after {
          display: none; } }
  .content .news {
    max-width: 880px;
    margin: 0 auto 80px; }
    .content .news .big-title {
      margin: 0 0 80px;
      font-size: 32px;
      text-align: center;
      font-family: 'Noto Serif JP', serif; }
      @media screen and (max-width: 480px) {
        .content .news .big-title {
          margin: 0 0 20px;
          font-size: 26px; } }
    .content .news a.news-link {
      padding: 15px 2em;
      display: block;
      color: #555;
      text-decoration: none;
      border-bottom: 1px solid #ccc; }
  .content .adviser-catch {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content .adviser-catch {
        flex-direction: column; } }
    .content .adviser-catch .photo {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .content .adviser-catch .photo {
          width: 100%; } }
      .content .adviser-catch .photo img {
        max-width: 100%; }
    .content .adviser-catch .messages {
      width: 45%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .content .adviser-catch .messages {
          width: 100%; } }
  .content .example {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content .example {
        margin-bottom: 60px;
        flex-direction: column; } }
    .content .example .text-area {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .content .example .text-area {
          width: 100%; } }
      .content .example .text-area .title {
        margin-bottom: 40px;
        padding: 0 30px;
        display: flex;
        background: #f5f5f5;
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .content .example .text-area .title span {
          font-size: 300%; }
        .content .example .text-area .title p {
          margin: 0 0 0 1.5em;
          font-size: 140%;
          font-weight: bold;
          display: flex;
          justify-content: center;
          align-items: center; }
      .content .example .text-area .title::before,
      .content .example .text-area .title::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .content .example .text-area .title::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555; }
      .content .example .text-area .title::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555; }
    .content .example .photo-area {
      width: 40%; }
      @media screen and (max-width: 480px) {
        .content .example .photo-area {
          width: 100%;
          order: 1; } }
      .content .example .photo-area img {
        max-width: 100%; }
  .content .komon {
    margin-bottom: 60px; }
    .content .komon p {
      text-align: center; }
  .content .introduction {
    width: 100%;
    margin: 0 auto 80px; }
    @media screen and (max-width: 480px) {
      .content .introduction {
        margin: 0 auto 40px; } }
    .content .introduction .comment {
      margin: 45px 0 0;
      padding: 0 0 0 12vw; }
      @media screen and (max-width: 480px) {
        .content .introduction .comment {
          margin: 0;
          padding: 0 2vw; } }
  .content .class ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .content .class ul li {
      margin-bottom: 60px; }
      .content .class ul li h3 {
        height: 46px;
        padding: 0 1em;
        line-height: 46px;
        color: #fff;
        display: inline-block;
        background: #0097a7; }
      .content .class ul li p {
        margin: 0;
        line-height: 2; }
        .content .class ul li p span {
          color: #9e9e9e; }
  .content h2.big-title {
    margin: 0 0 80px;
    font-size: 32px;
    text-align: center;
    font-family: 'Noto Serif JP', serif; }
    @media screen and (max-width: 480px) {
      .content h2.big-title {
        margin: 0 0 40px;
        font-size: 26px; } }
  .content p.kasousetumei {
    margin-bottom: 80px; }
    .content p.kasousetumei span {
      color: #9e9e9e; }
  .content .kasou-box {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content .kasou-box {
        margin-bottom: 60px;
        flex-direction: column; } }
    .content .kasou-box .box {
      width: 30%; }
      @media screen and (max-width: 480px) {
        .content .kasou-box .box {
          width: 100%;
          margin-bottom: 40px; } }
      .content .kasou-box .box img {
        width: 100%; }
      .content .kasou-box .box h3 {
        font-size: 18px;
        text-align: center;
        font-family: 'Noto Serif JP', serif; }
  .content .kotoba {
    margin-bottom: 80px;
    text-align: center; }
  .content .form {
    max-width: 840px;
    margin: 0 auto 150px;
    padding: 60px 40px;
    border-radius: 10px;
    background: #f9f9f9; }
    @media screen and (max-width: 480px) {
      .content .form {
        padding: 30px 20px; } }
    .content .form .attention {
      color: #f34e4e;
      text-align: center; }
    .content .form .rows {
      margin-bottom: 20px;
      padding: 20px 0;
      border-bottom: 1px solid #ddd;
      display: flex; }
      @media screen and (max-width: 480px) {
        .content .form .rows {
          flex-direction: column; } }
      .content .form .rows .contents-left {
        width: 20%;
        padding-left: 15%;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .content .form .rows .contents-left {
            width: 100%;
            padding: 0; } }
      .content .form .rows .contents-right {
        width: 55%; }
        @media screen and (max-width: 480px) {
          .content .form .rows .contents-right {
            width: 100%; } }
        .content .form .rows .contents-right input, .content .form .rows .contents-right textarea {
          width: 76%;
          height: 40px;
          padding: 0 2%;
          font-size: 16px;
          border: 1px solid #ccc;
          border-radius: 4px; }
          @media screen and (max-width: 480px) {
            .content .form .rows .contents-right input, .content .form .rows .contents-right textarea {
              width: 96%; } }
        .content .form .rows .contents-right textarea {
          height: 120px; }
        .content .form .rows .contents-right .pull-down {
          width: 200px;
          height: 40px;
          font-size: 16px;
          border: 1px solid #ccc;
          background: #fff; }
    .content .form .privacy .check {
      margin-bottom: 20px;
      text-align: center; }
    .content .form .privacy .privacy-policy {
      height: 200px;
      padding: 30px;
      font-size: 14px;
      overflow: scroll;
      border-radius: 4px;
      background: #fff; }
      .content .form .privacy .privacy-policy .item {
        font-weight: bold; }
      .content .form .privacy .privacy-policy p {
        margin: 0 0 20px; }
    .content .form .btn {
      margin-top: 40px;
      text-align: center; }
      .content .form .btn #submit-btn {
        width: 220px;
        display: inline-block;
        text-align: center;
        border: 2px solid #68c4a8;
        font-size: 16px;
        color: #68c4a8;
        text-decoration: none;
        padding: 8px 16px;
        border-radius: 4px;
        -webkit-transition: .4s;
        transition: .4s;
        cursor: pointer;
        background: #fff; }
        .content .form .btn #submit-btn:hover {
          color: #FFF;
          background-color: #68c4a8; }
  .content .thanks {
    max-width: 800px;
    margin: 0 auto 120px;
    text-align: center; }
  .content p.goods-setumei {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 480px) {
      .content p.goods-setumei {
        margin-bottom: 20px; } }
  .content .book {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .content .book {
        margin-bottom: 60px;
        flex-direction: column; } }
    .content .book .book-details {
      width: 27.289%;
      margin: 0 2.985% 5.117%;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .content .book .book-details {
          width: auto;
          margin-bottom: 40px; } }
      .content .book .book-details .photo {
        border: 1px solid #ddd; }
        @media screen and (max-width: 480px) {
          .content .book .book-details .photo {
            width: 100%; } }
        .content .book .book-details .photo a:hover {
          opacity: 0.8; }
        .content .book .book-details .photo img {
          max-width: 100%; }
      .content .book .book-details .details {
        margin-top: 10px; }
        .content .book .book-details .details h3 {
          font-size: 1em;
          font-weight: normal;
          line-height: 1.6; }
          .content .book .book-details .details h3 p {
            margin: 0; }
  .content .kaiun .flex-box {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content .kaiun .flex-box {
        margin-bottom: 60px;
        flex-direction: column; } }
    .content .kaiun .flex-box .photo {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .content .kaiun .flex-box .photo {
          width: 60%;
          margin: 0 auto 20px; } }
      .content .kaiun .flex-box .photo img {
        max-width: 100%; }
    .content .kaiun .flex-box .text {
      width: 45%; }
      @media screen and (max-width: 480px) {
        .content .kaiun .flex-box .text {
          width: 100%; } }
      .content .kaiun .flex-box .text p span.red {
        color: red; }
      .content .kaiun .flex-box .text h3 {
        margin: 0 0 10px;
        font-size: 26px;
        font-weight: normal;
        border-bottom: 1px solid #ccc; }
      .content .kaiun .flex-box .text span {
        font-weight: bold;
        color: #9e9e9e; }
      .content .kaiun .flex-box .text .buy {
        text-align: center; }
        .content .kaiun .flex-box .text .buy p {
          font-size: 14px;
          color: #f14141;
          text-align: left; }
      .content .kaiun .flex-box .text a.btn {
        width: 220px;
        display: inline-block;
        text-align: center;
        border: 2px solid #68c4a8;
        font-size: 16px;
        color: #68c4a8;
        text-decoration: none;
        padding: 8px 16px;
        border-radius: 4px;
        -webkit-transition: .4s;
        transition: .4s; }
        .content .kaiun .flex-box .text a.btn:hover {
          color: #FFF;
          background-color: #68c4a8; }
  .content p.head-comment {
    margin-bottom: 80px; }
  .content .consultation ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .content .consultation ul.list {
        flex-direction: column; } }
    .content .consultation ul.list li {
      width: 48%;
      margin-bottom: 60px; }
      @media screen and (max-width: 480px) {
        .content .consultation ul.list li {
          width: 100%; } }
      .content .consultation ul.list li .details {
        text-align: center; }
        .content .consultation ul.list li .details .consultation-title {
          margin: 10px 0;
          font-size: 18px; }
        .content .consultation ul.list li .details a.btn {
          width: 220px;
          display: inline-block;
          text-align: center;
          border: 2px solid #68c4a8;
          font-size: 16px;
          color: #68c4a8;
          text-decoration: none;
          padding: 8px 16px;
          border-radius: 4px;
          -webkit-transition: .4s;
          transition: .4s; }
          .content .consultation ul.list li .details a.btn:hover {
            color: #FFF;
            background-color: #68c4a8; }
  .content .section {
    max-width: 960px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 480px) {
      .content .section {
        margin: 0 auto 40px; } }
    .content .section .article {
      padding-left: 70px;
      line-height: 2.2; }
      @media screen and (max-width: 480px) {
        .content .section .article {
          padding: 0; } }
      .content .section .article p span {
        color: #f34e4e;
        font-weight: bold; }
    .content .section .prev-btn {
      display: inline-block;
      width: 200px;
      text-align: center;
      background-color: #68c4a8;
      border: 2px solid #68c4a8;
      font-size: 16px;
      color: #68c4a8;
      text-decoration: none;
      padding: 10px 24px;
      border-radius: 4px;
      position: relative; }
    .content .section .prev-btn span {
      position: relative;
      z-index: 1; }
    .content .section .prev-btn::before,
    .content .section .prev-btn::after {
      content: "";
      display: block;
      background-color: #FFF;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-transition: .2s;
      transition: .2s; }
    .content .section .prev-btn::before {
      left: 0; }
    .content .section .prev-btn::after {
      right: 0; }
    .content .section .prev-btn:hover:before,
    .content .section .prev-btn:hover:after {
      width: 0;
      background-color: #FFF; }
    .content .section .prev-btn:hover {
      color: #FFF; }
  .content .btn-center {
    text-align: center; }

.tuition {
  padding: 70px 0 120px;
  background: #ecf7fb; }
  @media screen and (max-width: 480px) {
    .tuition {
      padding: 40px 0 60px; } }
  .tuition .tuition-inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 2%; }
    .tuition .tuition-inner ul.price-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .tuition .tuition-inner ul.price-list li {
        margin-bottom: 60px;
        padding: 0 2.5% 60px;
        border-bottom: 1px solid #bdbdbd; }
        @media screen and (max-width: 480px) {
          .tuition .tuition-inner ul.price-list li {
            padding: 0 2.5% 30px; } }
        .tuition .tuition-inner ul.price-list li .price-box {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 480px) {
            .tuition .tuition-inner ul.price-list li .price-box {
              flex-direction: column; } }
          .tuition .tuition-inner ul.price-list li .price-box .photo {
            width: 35%; }
            @media screen and (max-width: 480px) {
              .tuition .tuition-inner ul.price-list li .price-box .photo {
                width: 100%; } }
          .tuition .tuition-inner ul.price-list li .price-box .details {
            width: 60%; }
            @media screen and (max-width: 480px) {
              .tuition .tuition-inner ul.price-list li .price-box .details {
                width: 100%; } }
            .tuition .tuition-inner ul.price-list li .price-box .details .title {
              padding-left: 1em;
              font-size: 1.5em;
              border-bottom: 1px solid #555; }
              @media screen and (max-width: 480px) {
                .tuition .tuition-inner ul.price-list li .price-box .details .title {
                  padding-left: 0.5em;
                  font-size: 1.2em; } }
            .tuition .tuition-inner ul.price-list li .price-box .details .fee {
              padding-top: 5px;
              font-size: 1.2em;
              text-align: right;
              color: #f76060; }
              @media screen and (max-width: 480px) {
                .tuition .tuition-inner ul.price-list li .price-box .details .fee {
                  font-size: 1em; } }
      .tuition .tuition-inner ul.price-list li:last-child {
        margin-bottom: 0; }
    .tuition .tuition-inner .entry {
      margin-top: 80px; }
      .tuition .tuition-inner .entry .form {
        max-width: 840px;
        margin: 0 auto;
        padding: 60px 40px;
        border-radius: 10px;
        background: #f9f9f9; }
        @media screen and (max-width: 480px) {
          .tuition .tuition-inner .entry .form {
            padding: 30px 20px; } }
        .tuition .tuition-inner .entry .form .attention {
          color: #f34e4e;
          text-align: center; }
        .tuition .tuition-inner .entry .form .rows {
          margin-bottom: 20px;
          padding: 20px 0;
          border-bottom: 1px solid #ddd;
          display: flex; }
          @media screen and (max-width: 480px) {
            .tuition .tuition-inner .entry .form .rows {
              flex-direction: column; } }
          .tuition .tuition-inner .entry .form .rows .contents-left {
            width: 20%;
            padding-left: 15%;
            display: flex;
            align-items: center; }
            @media screen and (max-width: 480px) {
              .tuition .tuition-inner .entry .form .rows .contents-left {
                width: 100%;
                padding: 0; } }
          .tuition .tuition-inner .entry .form .rows .contents-right {
            width: 55%; }
            @media screen and (max-width: 480px) {
              .tuition .tuition-inner .entry .form .rows .contents-right {
                width: 100%; } }
            .tuition .tuition-inner .entry .form .rows .contents-right input, .tuition .tuition-inner .entry .form .rows .contents-right textarea {
              width: 76%;
              height: 40px;
              padding: 0 2%;
              font-size: 16px;
              border: 1px solid #ccc;
              border-radius: 4px; }
              @media screen and (max-width: 480px) {
                .tuition .tuition-inner .entry .form .rows .contents-right input, .tuition .tuition-inner .entry .form .rows .contents-right textarea {
                  width: 96%; } }
            .tuition .tuition-inner .entry .form .rows .contents-right textarea {
              height: 120px; }
            .tuition .tuition-inner .entry .form .rows .contents-right .pull-down {
              width: 200px;
              height: 40px;
              font-size: 16px;
              border: 1px solid #ccc;
              background: #fff; }
        .tuition .tuition-inner .entry .form .privacy .check {
          margin-bottom: 20px;
          text-align: center; }
        .tuition .tuition-inner .entry .form .privacy .privacy-policy {
          height: 200px;
          padding: 30px;
          font-size: 14px;
          overflow: scroll;
          border-radius: 4px;
          background: #fff; }
          .tuition .tuition-inner .entry .form .privacy .privacy-policy .item {
            font-weight: bold; }
          .tuition .tuition-inner .entry .form .privacy .privacy-policy p {
            margin: 0 0 20px; }
        .tuition .tuition-inner .entry .form .btn {
          margin-top: 40px;
          text-align: center; }
          .tuition .tuition-inner .entry .form .btn #submit-btn {
            width: 220px;
            display: inline-block;
            text-align: center;
            border: 2px solid #68c4a8;
            font-size: 16px;
            color: #68c4a8;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 4px;
            -webkit-transition: .4s;
            transition: .4s;
            cursor: pointer;
            background: #fff; }
            .tuition .tuition-inner .entry .form .btn #submit-btn:hover {
              color: #FFF;
              background-color: #68c4a8; }
      .tuition .tuition-inner .entry .thanks {
        max-width: 800px;
        margin: 0 auto 120px;
        text-align: center; }
