﻿@charset "UTF-8";
html {
  color: #666666;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*max-width: 100%;*/
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-size: 14px; }

ul, li {
  list-style: none;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

a img:hover {
  opacity: 0.9; }

  
.rl{
    border-left: solid red;
    font-size: 20px;
    font-weight:bold;
}

.lr{
    border-right: solid red;
}

table {
  border-collapse: collapse;
  width: 100%;
}
.scroll{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
th, td {
  padding: 15px;
}
th{
  background: #f8f8f8;
  text-align: center;
}
.boldfont{
  font-weight:bold;
}
.centerfont{
  text-align:center;
}
.bg_blue{
  background:#cde1fa;
}
.bg_yellow{
  background:#faf7c0;
}
.bg_red{
  background:#fac0c0;
}
.lp-img{
  width: 100%;
  height: auto;
}


@media screen and (min-width: 641px) {
  .sp-mode {
    display: none; } }

@media print {
  .sp-mode {
    display: none; } }

@media screen and (min-width: 769px) {
  .tab-mode {
    display: none; } }

@media screen and (max-width: 640px) {
  .pc-mode {
    display: none; } }

@media print {
  .pc-mode {
    display: block; } }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

a {
  color: #666666; }
  a:link {
    color: #666666; }
  a:hover, a:active, a:focus {
    color: #999999; }

.cont__inner {
  margin: auto;
  width: 1060px;
  max-width: 90%; }
  .cont__inner--wide {
    margin: auto;
    width: 1170px;
    max-width: 90%; }
  .cont__inner--narrow {
    margin: auto;
    width: 880px;
    max-width: 90%; }

.cont__txt {
  line-height: 2;
  font-size: 16px;
  font-size: 1.14286rem; }
  @media screen and (min-width: 641px) {
    .cont__txt {
      font-size: 18px;
      font-size: 1.28571rem; } }
  @media screen and (min-width: 769px) {
    .cont__txt {
      font-size: 24px;
      font-size: 1.71429rem; } }
  @media screen and (min-width: 641px) {
    .cont__txt--center {
      text-align: center; } }

.cont__ttl {
  text-align: center;
  font-size: 5.8vw;
  font-weight: bold;
  color: #333333; }
  @media screen and (min-width: 641px) {
    .cont__ttl {
      font-size: 3.77vw; } }
  @media screen and (min-width: 1080px) {
    .cont__ttl {
      font-size: 40px;
      font-size: 2.85714rem; } }
  .cont__ttl--blue {
    color: #1A455E; }
  @media screen and (min-width: 769px) {
    .cont__ttl--s {
      font-size: 85%; } }
  @media screen and (min-width: 769px) {
    .cont__ttl--ss {
      font-size: 80%; } }

.cv {
  background: url(../images/cv-bg.png) no-repeat center center;
  background-size: cover;
  padding: 30px 0; }
  @media screen and (min-width: 641px) {
    .cv {
      padding: 50px 0; } }
  .cv__txt {
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: center; }
    @media screen and (min-width: 641px) {
      .cv__txt {
        font-size: 22px;
        font-size: 1.57143rem; } }
    @media screen and (min-width: 769px) {
      .cv__txt {
        font-size: 26px;
        font-size: 1.85714rem; } }
  .cv__mail {
    display: block;
    margin-top: 10px; }
  .cv__contactwrap {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .cv__contactwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media screen and (min-width: 641px) {
    .cv__contacttxt {
      width: 38.49%; } }
  @media screen and (max-width: 640px) {
    .cv__contacttxt {
      width: 90%;
      margin: auto; } }
  @media screen and (max-width: 640px) {
    .cv__contactbtn {
      margin-top: 20px; } }
  @media screen and (min-width: 641px) {
    .cv__contactbtn--tel {
      width: 57.54%;
      pointer-events: none; } }

.ftr__copyright {
  background: #006DAA;
  text-align: center;
  padding: 1em 0px;
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem; }
  @media screen and (min-width: 641px) {
    .ftr__copyright {
      font-size: 14px;
      font-size: 1rem; } }
  @media screen and (min-width: 1080px) {
    .ftr__copyright {
      font-size: 18px;
      font-size: 1.28571rem; } }
  @media screen and (max-width: 678px) {
    .ftr__copyright{
      padding-bottom: 20%;} }

.return-top {
  position: fixed;
  right: -200px;
  bottom: 1%;
  display: block;
  width: 10%; }
  @media screen and (min-width: 641px) {
    .return-top {
      bottom: 3%;
      width: 3%; } }
  @media print {
    .return-top {
      display: none; } }
  .return-top:hover {
    opacity: .8; }

.main {
  position: relative;
  z-index: 99; }
  .main__btns {
    position: absolute;
    top: 54.4%;
    padding: 0 2%; }
    @media screen and (min-width: 641px) {
      .main__btns {
        width: 31.87%;
        top: 64.43%;
        left: 22.7187%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0; } }
  .main__btn {
    display: block; }
    @media screen and (min-width: 641px) {
      .main__btn {
        width: 49.2%; } }

.doubt {
  position: relative;
  top: -4.8em;
  padding: 50px 0;
  background: url(../images/doubt-bg.png) no-repeat center center;
  background-size: cover; }
  @media screen and (min-width: 641px) {
    .doubt {
      padding: 120px 0 100px; } }
  @media screen and (max-width: 640px) {
    .doubt {
      top: -1.8em; } }
  .doubt__list {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .doubt__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px; } }
  .doubt__item {
    background: #006DAA;
    color: #fff;
    padding: 0.5em 0.5em 0.5em 4em;
    position: relative;
    margin-bottom: 10px;
    text-indent: -3em;
    font-size: 16px;
    font-size: 1.14286rem; }
    @media screen and (min-width: 641px) {
      .doubt__item {
        width: 49.05%;
        font-size: 1.8vw; }
        .doubt__item:nth-child(odd) {
          margin-right: 1.8868%; } }
    @media screen and (min-width: 1080px) {
      .doubt__item {
        font-size: 22px;
        font-size: 1.57143rem; } }
    .doubt__item:before {
      content: "";
      display: inline-block;
      width: 2em;
      height: 1.5em;
      background: url(../images/doubt-icon.png) no-repeat center center;
      background-size: contain;
      vertical-align: bottom;
      margin-right: 0.5em; }

.about {
  padding-bottom: 80px; }
  @media screen and (min-width: 641px) {
    .about {
      padding-bottom: 120px; } }
  .about__ttl {
    padding-top: 1.7em; }
    @media screen and (max-width: 640px) {
      .about__ttl {
        padding-top: 2em; } }
  .about__box {
    margin-top: 2em; }
    @media screen and (min-width: 641px) {
      .about__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .about__txtbox {
    margin-bottom: 30px; }
    @media screen and (min-width: 641px) {
      .about__txtbox {
        width: 66.03%; } }
  .about__txt--mini {
    font-size: 15px;
    vertical-align: 6px;
    margin-left: 2px; }
    @media screen and (max-width: 640px) {
      .about__txt--mini {
        font-size: 12px;
        vertical-align: 2px;
        margin-left: 1px; } }
  .about__txt--note {
    font-size: 16px;
    padding-top: 10px; }
    @media screen and (max-width: 640px) {
      .about__txt--note {
        font-size: 13px; } }
  @media screen and (min-width: 641px) {
    .about__img {
      width: 32.07%; } }
  .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    /*margin-top: 30px;*/ }
    @media screen and (max-width: 640px) {
      .about__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (min-width: 641px) {
      .about__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 50px; } }
    .about__list:after {
      content: "";
      display: block;
      background: url(../images/about-arrow.png) no-repeat center center;
      background-size: contain;
      width: 64px;
      height: 56px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 640px) {
        .about__list:after {
          width: 56px;
          height: 64px;
          background: url(../images/about-arrow-sp.png) no-repeat center center;
          background-size: contain; } }
  .about__item {
    margin-top: 50px; }
    @media screen and (min-width: 641px) {
      .about__item {
        width: 45%; } }
    @media screen and (min-width: 769px) {
      .about__item {
        width: 39.62%; } }
    @media screen and (max-width: 640px) {
      .about__item--before {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .about__item--after {
      width: 49.05%;
      margin-top: 100px; }
      @media screen and (max-width: 640px) {
        .about__item--after {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: 100%;
          margin-top: 1em; } }
  .about__itemttl {
    font-weight: normal;
    text-align: center;
    color: #338ABB;
    font-size: 18px;
    font-size: 1.28571rem; }
    @media screen and (min-width: 641px) {
      .about__itemttl {
        font-size: 22px;
        font-size: 1.57143rem; } }
  .about__itemtxt {
    text-align: left; }
    @media screen and (min-width: 769px) {
      .about__itemtxt {
        font-size: 24px;
        font-size: 1.71429rem; } }
  .about__strong {
    text-align: center;
    font-weight: bold;
    margin-top: 1.5em;
    color: #333333;
    font-size: 4.9vw; }
    @media screen and (min-width: 641px) {
      .about__strong {
        font-size: 24px;
        font-size: 1.71429rem; } }
    @media screen and (min-width: 769px) {
      .about__strong {
        font-size: 30px;
        font-size: 2.14286rem; } }
    .about__strong--l {
      font-size: 120%; }
    .about__strong--blue {
      color: #338ABB;
      border-bottom: 2px solid #338ABB; }
  .about__attention {
    text-align: center;
    margin-top: 1em;
    color: #808080; }
  .about__link {
    text-decoration: none;
    color: #338ABB;
    text-decoration: none; }
    .about__link:link, .about__link:hover, .about__link:active, .about__link:focus {
      text-decoration: none;
      color: #338ABB; }
    @media screen and (min-width: 769px) {
      .about__link:hover {
        opacity: 0.6; } }

.sympton {
  background: #EEFAFF;
  padding: 50px 0; }
  @media screen and (min-width: 641px) {
    .sympton {
      padding: 80px 0 120px; } }
  .sympton__ttl {
    background-size: contain;
    padding: 0.5em 0 1em; }
    .sympton__ttl--ruby {
      font-size: 11px;
      font-size: 0.78571rem; }
      @media screen and (min-width: 769px) {
        .sympton__ttl--ruby {
          font-size: 16px;
          font-size: 1.14286rem; } }
  .sympton__ttl-mt {
    margin-top: 70px; }
  .sympton__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px; }
    @media screen and (min-width: 769px) {
      .sympton__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (max-width: 640px) {
      .sympton__list {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .sympton__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
    @media screen and (min-width: 641px) {
      .sympton__item {
        margin-bottom: 50px; } }
    @media screen and (min-width: 769px) {
      .sympton__item {
        width: 32.07%;
        margin-right: 1.88679%; }
        .sympton__item:nth-child(3n), .sympton__item:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .sympton__item {
        width: 49%; }
        .sympton__item:nth-child(odd) {
          margin-right: 2%; } }
  .sympton__itemttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #338ABB;
    text-align: center;
    line-height: 1.2;
    margin-top: 0.5em;
    font-size: 3.9vw; }
    @media screen and (min-width: 769px) {
      .sympton__itemttl {
        font-size: 24px;
        font-size: 1.71429rem; } }
  .sympton__itemimg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 26.33vw; }
    @media screen and (min-width: 769px) {
      .sympton__itemimg {
        height: 18.3099vw; } }
    @media screen and (min-width: 1080px) {
      .sympton__itemimg {
        height: 203px;
        max-height: 18.3099vw; } }
  .sympton__txt {
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
    color: #333333;
    font-size: 4.9vw; }
    @media screen and (min-width: 641px) {
      .sympton__txt {
        font-size: 22px;
        font-size: 1.57143rem; } }
    @media screen and (min-width: 769px) {
      .sympton__txt {
        font-size: 30px;
        font-size: 2.14286rem; } }

.improve {
  padding: 50px 0;
  background: url(../images/improve-bg.png) no-repeat center center;
  background-size: cover; }
  @media screen and (min-width: 641px) {
    .improve {
      padding: 120px 0; } }
  .improve__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .improve__list {
        margin-top: 50px; } }
  .improve__ttl--blue {
    color: #338ABB; }
  .improve__item {
    background: rgba(51, 138, 187, 0.7);
    color: #fff;
    text-align: center;
    padding: 1em 0;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .improve__item {
        width: 49%;
        font-size: 3.9vw; }
        .improve__item:nth-child(odd) {
          margin-right: 2%; } }
    @media screen and (min-width: 769px) {
      .improve__item {
        width: 32.07%;
        font-size: 2.5vw; }
        .improve__item:not(:nth-child(3n)) {
          margin-right: 1.88679%; } }
    @media screen and (min-width: 1080px) {
      .improve__item {
        font-size: 26px;
        font-size: 1.85714rem; } }
  .improve__item-ss {
    background: rgba(51, 138, 187, 0.7);
    color: #fff;
    text-align: center;
    padding: 1.7em 0;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .improve__item-ss {
        width: 49%;
        font-size: 3.9vw;
        padding: 1.7em 0; }
        .improve__item-ss:nth-child(odd) {
          margin-right: 2%; } }
    @media screen and (min-width: 769px) {
      .improve__item-ss {
        width: 32.07%;
        font-size: 2.5vw; }
        .improve__item-ss:not(:nth-child(3n)) {
          margin-right: 1.88679%; } }
    @media screen and (min-width: 1080px) {
      .improve__item-ss {
        font-size: 26px;
        font-size: 1.85714rem; } }

.way {
  padding: 80px 0 0; }
  @media screen and (min-width: 641px) {
    .way {
      padding: 100px 0 0; } }
  .way__txt {
    margin-top: 1em; }
  .way__strong {
    padding-bottom: 80px; }
    @media screen and (min-width: 641px) {
      .way__strong {
        padding-bottom: 100px; } }
    @media screen and (max-width: 640px) {
      .way__strong {
        text-align: left; } }

.way-list {
  margin-top: 30px; }
  @media screen and (min-width: 641px) {
    .way-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 50px;
      margin-bottom: 20px; } }

.way-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }
  @media screen and (min-width: 641px) {
    .way-item {
      width: 32.07%; }
      .way-item:not(:nth-child(3n)) {
        margin-right: 1.88679%; } }
  .way-item__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (max-width: 640px) {
      .way-item__img {
        width: 90%;
        margin: auto; } }
  .way-item__ttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #338ABB;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-size: 1.42857rem; }
    @media screen and (min-width: 641px) {
      .way-item__ttl {
        font-size: 2.935vw; } }
    @media screen and (min-width: 1080px) {
      .way-item__ttl {
        font-size: 28px;
        font-size: 2rem; } }
  .way-item__txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.14286rem; }
    @media screen and (min-width: 641px) {
      .way-item__txt {
        font-size: 18px;
        font-size: 1.28571rem; } }

@media screen and (max-width: 1079px) {
  .examination {
    background: url(../images/examination-bg_sp.png) no-repeat top center;
    background-size: 100%;
    padding-top: 60vw; } }

@media screen and (min-width: 1080px) {
  .examination {
    background: url(../images/examiniation-bg.png) no-repeat bottom center;
    padding-top: 80px; } }

.examination__cont__ttl {
  text-align: center;
  font-weight: bold;
  margin: 2em 0 0.8em; }
  @media screen and (min-width: 641px) {
    .examination__cont__ttl {
      font-size: 26px;
      font-size: 1.85714rem; } }
  @media screen and (min-width: 769px) {
    .examination__cont__ttl {
      font-size: 42px;
      font-size: 3rem; } }
  @media screen and (max-width: 640px) {
    .examination__cont__ttl {
      margin: 4em 0 2em; } }

.examination__ttl {
  color: #338ABB;
  font-size: 9vw;
  line-height: 1.5;
  text-align: center; }
  @media screen and (min-width: 641px) {
    .examination__ttl {
      font-size: 9vw;
      text-align: left; } }
  @media screen and (min-width: 1080px) {
    .examination__ttl {
      font-size: 80px;
      font-size: 5.71429rem; } }
  .examination__ttl--black {
    color: #333333; }
  .examination__ttl--blue {
    color: #338ABB; }
  .examination__ttl--s {
    font-size: 68%;
    /*display: block;*/ }
    @media screen and (min-width: 1080px) {
      .examination__ttl--s {
        font-size: 58%; } }
  .examination__ttl--ss {
    font-size: 46%; }
    @media screen and (min-width: 1080px) {
      .examination__ttl--ss {
        font-size: 48%; } }
  .examination__ttl__strong {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 4.9vw; }
    @media screen and (min-width: 641px) {
      .examination__ttl__strong {
        font-size: 24px;
        font-size: 1.71429rem; } }
    @media screen and (min-width: 769px) {
      .examination__ttl__strong {
        font-size: 30px;
        font-size: 2.14286rem; } }
    .examination__ttl__strong--l {
      font-size: 120%; }
    .examination__ttl__strong--blue {
      color: #338ABB; }

.examination__numwrap {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em; }
  @media screen and (min-width: 641px) {
    .examination__numwrap {
      font-size: 16px;
      font-size: 1.14286rem; } }
  @media screen and (min-width: 769px) {
    .examination__numwrap {
      font-size: 24px;
      font-size: 1.71429rem; } }

.examination__numttl {
  color: #338ABB;
  border: 2px solid #338ABB;
  text-align: center;
  padding: 0.3em 0;
  font-weight: bold;
  width: 50%;
  background: #fff; }

.examination__num {
  color: #fff;
  border: 2px solid #338ABB;
  background: #338ABB;
  text-align: center;
  padding: 0.3em 0;
  width: 50%; }

.examination__strong {
  color: #333333;
  font-size: 20px;
  font-size: 1.42857rem;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 641px) {
    .examination__strong {
      font-size: 28px;
      font-size: 2rem;
      text-align: left; } }

.examination__txt {
  margin-top: 30px;
  padding-bottom: 50px;
  color: #333333; }
  @media screen and (min-width: 641px) {
    .examination__txt {
      margin-top: 50px;
      padding-bottom: 120px; } }

.examination__flex {
  margin-top: 50px;
  color: #333333; }
  @media screen and (min-width: 641px) {
    .examination__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 80px; } }

@media screen and (min-width: 641px) {
  .examination__fleximg {
    width: 49.05%; } }

.examination__flextxt {
  line-height: 2;
  font-size: 16px;
  font-size: 1.14286rem; }
  @media screen and (max-width: 640px) {
    .examination__flextxt {
      margin-top: 20px; } }
  @media screen and (min-width: 641px) {
    .examination__flextxt {
      font-size: 18px;
      font-size: 1.28571rem;
      width: 49.05%; } }
  @media screen and (min-width: 769px) {
    .examination__flextxt {
      font-size: 24px;
      font-size: 1.71429rem; } }

.nagaomethod {
  padding: 70px 0; }
  @media screen and (min-width: 769px) {
    .nagaomethod {
      padding: 100px 0; } }
  .nagaomethod__ttl {
    text-align: center;
    color: #338ABB;
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .nagaomethod__ttl {
        margin-bottom: 60px;
        font-size: 30px;
        font-size: 2.14286rem; } }
  .nagaomethod__stxt {
    font-size: 13px;
    font-size: 0.92857rem;
    margin-top: 15px; }
    @media screen and (min-width: 769px) {
      .nagaomethod__stxt {
        font-size: 16px;
        font-size: 1.14286rem; } }
  .nagaomethod__retxt {
    color: #338ABB;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 20px;
    font-size: 1.42857rem; }
    @media screen and (min-width: 641px) {
      .nagaomethod__retxt {
        font-size: 24px;
        font-size: 1.71429rem; } }
  .nagaomethod span {
    font-size: 28px;
    font-size: 2rem; }
    @media screen and (min-width: 641px) {
      .nagaomethod span {
        font-size: 32px;
        font-size: 2.28571rem; } }

.nagaomethod-mt {
  margin: 40px auto 50px; }

.nagaomethod-list {
  margin-top: 40px; }
  @media screen and (min-width: 641px) {
    .nagaomethod-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nagaomethod-list__item {
    padding: 35px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px; }
    @media screen and (min-width: 641px) {
      .nagaomethod-list__item {
        width: 49%; } }
  .nagaomethod-list__ttl {
    color: #338ABB;
    text-align: center;
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 641px) {
      .nagaomethod-list__ttl {
        font-size: 26px;
        font-size: 1.85714rem;
        height: 80px; } }
  .nagaomethod-list__img {
    width: 48.5%;
    margin: auto;
    display: block; }
  .nagaomethod-list__img-ss {
    width: 100%;
    margin: 50px auto 0px;
    display: block; }
    @media screen and (min-width: 641px) {
      .nagaomethod-list__img-ss {
        width: 85%; } }
  .nagaomethod-list__txt {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.8;
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .nagaomethod-list__txt {
        font-size: 20px;
        font-size: 1.42857rem; } }

.doppler {
  padding-top: 70px; }
  .doppler__inner {
    margin-bottom: 30px; }
    @media screen and (min-width: 641px) {
      .doppler__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .doppler__img {
    width: 60%;
    margin: 0 auto 20px; }
    @media screen and (min-width: 641px) {
      .doppler__img {
        width: 30.18%; } }
  @media screen and (min-width: 641px) {
    .doppler__txt {
      width: 66.03%; } }
  .doppler__txt p {
    margin-bottom: 15px; }

.record {
  margin-top: 70px; }
  .record__inner {
    margin-bottom: 30px; }
    @media screen and (min-width: 641px) {
      .record__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media screen and (min-width: 641px) {
    .record__txt {
      width: 74.62%; } }
  .record__txt span {
    color: #338ABB;
    font-weight: bold; }
  .record__img {
    width: 60%;
    margin: 0 auto 20px; }
    @media screen and (min-width: 641px) {
      .record__img {
        width: 18.49%; } }
  .record__btn {
    text-decoration: none;
    color: #1A455E;
    display: block;
    border: 1px solid #1A455E;
    border-radius: 10px;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    font-size: 18px;
    font-size: 1.28571rem; }
    .record__btn:link, .record__btn:hover, .record__btn:active, .record__btn:focus {
      text-decoration: none;
      color: #1A455E; }
    @media screen and (min-width: 769px) {
      .record__btn {
        width: 49.05%;
        font-size: 24px;
        font-size: 1.71429rem; }
        .record__btn:hover {
          background: #1A455E;
          color: #fff; } }

.about-info {
  padding-top: 70px; }
  @media screen and (min-width: 769px) {
    .about-info {
      padding-top: 100px; } }
  .about-info__list {
    margin-top: 30px; }
    @media screen and (min-width: 769px) {
      .about-info__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .about-info__item {
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .about-info__item {
        width: 49%; } }
  .about-info__ttl {
    text-align: center;
    color: #338ABB;
    padding: 25px 0 15px;
    font-size: 22px;
    font-size: 1.57143rem; }
    @media screen and (min-width: 769px) {
      .about-info__ttl {
        font-size: 28px;
        font-size: 2rem; } }
  .about-info__txt {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .about-info__txt {
        font-size: 20px;
        font-size: 1.42857rem; } }

.dr {
  background: url(../images/dr-bg.png) no-repeat center bottom;
  background-size: 100%;
  padding: 80px 0; }
  @media screen and (min-width: 641px) {
    .dr {
      padding: 0 0 120px; } }
  @media screen and (min-width: 641px) {
    .dr__ttl {
      padding-top: 120px; } }
  .dr-cont01 {
    background: url(../images/dr-bg01.png) no-repeat center bottom; }
  .dr-cont02 {
    background: url(../images/dr-bg02.png) no-repeat center bottom; }
    @media screen and (max-width: 640px) {
      .dr-cont02 {
        padding-top: 30px; } }
  .dr__list {
    position: relative;
    margin-top: 100px; }
    @media screen and (max-width: 640px) {
      .dr__list {
        margin-top: 3em; } }
    @media screen and (min-width: 769px) {
      .dr__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .dr__item {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .dr__item {
      width: 45%; } }
  @media screen and (min-width: 769px) {
    .dr__item {
      width: 49.05%; } }
  @media screen and (max-width: 640px) {
    .dr__item--before {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (max-width: 768px) {
    .dr__item--after {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 50px; } }
  .dr__itemttl {
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-size: 1.71429rem; }
    @media screen and (min-width: 641px) {
      .dr__itemttl {
        font-size: 32px;
        font-size: 2.28571rem; } }
  .dr__info__tbl {
    margin: 30px 0 50px; }
    @media screen and (min-width: 641px) {
      .dr__info__tbl {
        margin: 50px 0 72px;
        font-size: 16px;
        font-size: 1.14286rem; } }
    .dr__info__tbl tr {
      border-bottom: 1px dotted #338ABB; }
      @media screen and (max-width: 640px) {
        .dr__info__tbl tr {
          border-bottom: none; } }
      .dr__info__tbl tr:first-child {
        border-top: 1px dotted #338ABB; }
    .dr__info__tbl th, .dr__info__tbl td {
      padding: 0.5em 0em; }
      @media screen and (max-width: 640px) {
        .dr__info__tbl th, .dr__info__tbl td {
          padding: 0.3em 0;
          /*display: block;
        padding: 1em;*/ } }
    .dr__info__tbl th {
      text-align: left;
      font-weight: normal;
      width: 23%; }
      @media screen and (max-width: 640px) {
        .dr__info__tbl th {
          width: 31%; } }
    .dr__info__tbl td {
      padding: 0.5em 0; }
      @media screen and (max-width: 640px) {
        .dr__info__tbl td {
          padding: 0.3em 0; } }

.dr-main {
  margin-top: 30px;
  /*padding-bottom: 80px;*/ }
  @media screen and (min-width: 769px) {
    .dr-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px; } }
  @media screen and (min-width: 769px) {
    .dr-main__info {
      width: 68.01%; } }
  @media screen and (min-width: 769px) {
    .dr-main__img {
      width: 25.47%; } }
  @media screen and (max-width: 768px) {
    .dr-main__img {
      width: 80%;
      margin: 20px auto 0; } }
  .dr-main__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .dr-main__job {
    line-height: 1;
    font-size: 4vw; }
    @media screen and (min-width: 769px) {
      .dr-main__job {
        font-size: 2.8vw; } }
    @media screen and (min-width: 1080px) {
      .dr-main__job {
        font-size: 32px;
        font-size: 2.28571rem; } }
    .dr-main__job span {
      color: #1A455E;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .dr-main__job span {
          font-size: 2vw; } }
      @media screen and (min-width: 1080px) {
        .dr-main__job span {
          font-size: 22px;
          font-size: 1.57143rem; } }
  .dr-main__name {
    font-size: 7.5vw;
    color: #333333;
    line-height: 2; }
    @media screen and (min-width: 769px) {
      .dr-main__name {
        font-size: 6.5vw;
        line-height: 1; } }
    @media screen and (min-width: 1080px) {
      .dr-main__name {
        font-size: 70px;
        font-size: 5rem; } }
    .dr-main__name--l {
      width: 100%; }
      @media screen and (min-width: 769px) {
        .dr-main__name--l {
          width: auto; } }
  .dr-main__txt {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 2; }
    @media screen and (min-width: 769px) {
      .dr-main__txt {
        margin-top: 2em;
        font-size: 20px;
        font-size: 1.42857rem; } }

.dr-author {
  margin-top: 30px; }
  @media screen and (min-width: 641px) {
    .dr-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 50px; } }
  @media screen and (max-width: 640px) {
    .dr-author__img {
      width: 90%;
      margin: auto; } }
  @media screen and (min-width: 641px) {
    .dr-author__img {
      width: 63.3%; } }
  @media screen and (min-width: 641px) {
    .dr-author__txt {
      width: 29.15%;
      font-size: 16px;
      font-size: 1.14286rem; } }
  @media screen and (max-width: 640px) {
    .dr-author__txt {
      margin-top: 10px; } }

.dr-other {
  margin-top: 50px; }
  @media screen and (min-width: 641px) {
    .dr-other {
      margin-top: 80px; } }
  .dr-other__ttl {
    text-align: center;
    color: #338ABB;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.42857rem; }
    @media screen and (min-width: 641px) {
      .dr-other__ttl {
        font-size: 32px;
        font-size: 2.28571rem; } }
  .dr-other__list {
    margin-top: 30px; }
    .dr-other__list * {
      max-width: none; }
    .dr-other__list .slick-dots li.slick-active button:before {
      color: #338ABB; }
    .dr-other__list .slick-dots {
      margin-top: 15px; }
    .dr-other__list .slick-prev, .dr-other__list .slick-next {
      width: 20px;
      height: 47.5px;
      z-index: 10; }
      .dr-other__list .slick-prev:hover, .dr-other__list .slick-next:hover {
        opacity: 0.9; }
      @media screen and (min-width: 1080px) {
        .dr-other__list .slick-prev, .dr-other__list .slick-next {
          width: 40px;
          height: 95px; } }
      .dr-other__list .slick-prev:before, .dr-other__list .slick-next:before {
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 1079px) {
      .dr-other__list .slick-prev {
        left: 0; } }
    .dr-other__list .slick-prev:before {
      content: "";
      display: block;
      background: url(../images/dr-prev.png) no-repeat center center;
      background-size: contain;
      opacity: 1; }
      .dr-other__list .slick-prev:before:hover {
        opacity: 0.9; }
    @media screen and (max-width: 1079px) {
      .dr-other__list .slick-next {
        right: 0; } }
    .dr-other__list .slick-next:before {
      content: "";
      display: block;
      background: url(../images/dr-next.png) no-repeat center center;
      background-size: contain;
      opacity: 1; }
      .dr-other__list .slick-next:before:hover {
        opacity: 0.9; }
  .dr-other__item {
    margin: 0 10px; }
    .dr-other__item * {
      max-width: 100%; }
  .dr-other__itemwrap {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .dr-other__itemimg {
    width: 34.78%; }
  .dr-other__iteminfo {
    width: 60.86%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .dr-other__itemttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.28571rem; }
    @media screen and (min-width: 769px) {
      .dr-other__itemttl {
        font-size: 28px;
        font-size: 2rem; } }
    .dr-other__itemttl a {
      text-decoration: none;
      color: #333333; }
      .dr-other__itemttl a:link, .dr-other__itemttl a:hover, .dr-other__itemttl a:active, .dr-other__itemttl a:focus {
        text-decoration: none;
        color: #333333; }
  .dr-other__itemtxt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (min-width: 641px) {
      .dr-other__itemtxt {
        font-size: 18px;
        font-size: 1.28571rem; } }

.buy {
  background: #EEFAFF;
  padding: 80px 0 30px; }
  @media screen and (min-width: 769px) {
    .buy {
      padding: 120px 0 50px; } }
  .buy__txt {
    margin-top: 30px;
    padding-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .buy__txt {
        font-size: 20px;
        font-size: 1.42857rem; } }

.product {
  background: #fff;
  padding: 80px 0 30px; }
  @media screen and (min-width: 769px) {
    .product {
      padding: 120px 0 30px; } }
  .product__wrap {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .product__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px; } }
  @media screen and (min-width: 641px) {
    .product__img {
      width: 40.56%; } }
  @media screen and (max-width: 640px) {
    .product__img {
      width: 90%;
      margin: auto; } }
  @media screen and (min-width: 641px) {
    .product__info {
      width: 57.45%; } }
  @media screen and (max-width: 640px) {
    .product__info {
      margin-top: 20px; } }
  @media screen and (min-width: 641px) {
    .product__txt {
      font-size: 18px;
      font-size: 1.28571rem; } }
  @media screen and (min-width: 1080px) {
    .product__txt {
      font-size: 22px;
      font-size: 1.57143rem; } }
  .product__price {
    color: #338ABB;
    font-size: 20px;
    font-size: 1.42857rem;
    margin-top: 15px;
    font-weight: bold; }
    @media screen and (min-width: 641px) {
      .product__price {
        font-size: 3.5vw; } }
    @media screen and (min-width: 1080px) {
      .product__price {
        font-size: 38px;
        font-size: 2.71429rem; } }
    .product__price span {
      font-size: 80%; }
  .product__btn {
    display: block;
    margin-top: 15px; }

.package {
  margin-top: 30px; }
  @media screen and (min-width: 641px) {
    .package {
      margin-top: 50px; } }
  .package__txt {
    margin-top: 1em; }
    @media screen and (min-width: 641px) {
      .package__txt {
        font-size: 18px;
        font-size: 1.28571rem; } }

.supporter {
  padding: 80px 0 0; }
  @media screen and (min-width: 769px) {
    .supporter {
      padding: 120px 0 0; } }
  .supporter__strong {
    text-align: center;
    color: #338ABB;
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.28571rem; }
    @media screen and (min-width: 641px) {
      .supporter__strong {
        font-size: 20px;
        font-size: 1.42857rem; } }
    @media screen and (min-width: 769px) {
      .supporter__strong {
        font-size: 24px;
        font-size: 1.71429rem; } }
  .supporter__wrap {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .supporter__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 1.41%; } }
  @media screen and (min-width: 641px) {
    .supporter__info {
      width: 69.9%; } }
  @media screen and (min-width: 641px) {
    .supporter__img {
      width: 24.27%; } }
  @media screen and (max-width: 640px) {
    .supporter__img {
      margin: 20px auto 0;
      width: 80%; } }
  @media screen and (min-width: 641px) {
    .supporter__txt {
      font-size: 20px;
      font-size: 1.42857rem; } }
  .supporter__tbl {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .supporter__tbl {
        margin-top: 50px; } }
  .supporter__attention {
    margin-top: 15px; }
    @media screen and (min-width: 641px) {
      .supporter__attention {
        font-size: 20px;
        font-size: 1.42857rem; } }

#map {
  margin-top: 30px;
  width: 100%;
  height: 337px; }
  @media screen and (min-width: 641px) {
    #map {
      margin-top: 50px; } }
  #map * {
    max-width: none; }

.map {
  padding: 80px 0 30px; }
  @media screen and (min-width: 641px) {
    .map {
      padding: 120px 0 30px; } }
  .map__main {
    margin-top: 30px;
    width: 100%;
    height: 337px; }
    @media screen and (min-width: 641px) {
      .map__main {
        margin-top: 50px; } }
  .map__attention {
    background: #EEFAFF;
    padding: 1em;
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .map__attention {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
        font-size: 18px;
        font-size: 1.28571rem; } }
  .map__attentionttl {
    color: #338ABB;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 641px) {
      .map__attentionttl {
        width: 10%; } }
  @media screen and (min-width: 641px) {
    .map__attentiontxt {
      width: 90%; } }
  @media screen and (max-width: 640px) {
    .map__attentiontxt {
      margin-top: 1em; } }

.step {
  background: #EEFAFF;
  padding: 50px 0; }
  @media screen and (min-width: 641px) {
    .step {
      padding: 120px 0; } }

.step-list {
  margin-top: 50px; }
  @media screen and (min-width: 641px) {
    .step-list {
      margin-top: 80px; } }

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 641px) {
    .step-item {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .step-item:not(:first-child) {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .step-item:not(:first-child) {
        margin-top: 50px; } }
  .step-item__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (min-width: 641px) {
      .step-item__info {
        width: 66.03%; } }
    @media screen and (max-width: 640px) {
      .step-item__info {
        margin-top: 20px; } }
  .step-item__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (min-width: 641px) {
      .step-item__img {
        width: 32.07%; } }
  .step-item__ttl {
    color: #1A455E;
    font-size: 20px;
    font-size: 1.42857rem; }
    @media screen and (min-width: 641px) {
      .step-item__ttl {
        font-size: 3vw; } }
    @media screen and (min-width: 1080px) {
      .step-item__ttl {
        font-size: 30px;
        font-size: 2.14286rem; } }
  .step-item__txt {
    margin-top: 10px; }
    @media screen and (min-width: 641px) {
      .step-item__txt {
        font-size: 18px;
        font-size: 1.28571rem; } }

.faq {
  padding-top: 50px; }
  @media screen and (min-width: 641px) {
    .faq {
      padding-top: 120px; } }

.faq-list {
  margin-top: 30px; }
  @media screen and (min-width: 641px) {
    .faq-list {
      margin-top: 50px; } }

.faq-item {
  padding: 30px 0; }
  @media screen and (min-width: 641px) {
    .faq-item {
      padding: 50px 0; } }
  .faq-item:nth-child(odd) {
    background: #EEFAFF; }
  .faq-item__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 641px) {
      .faq-item__ttl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .faq-item__ttltxt {
    font-size: 17px;
    font-size: 1.21429rem;
    width: calc(100% - 1.8em - 10px);
    font-weight: bold;
    color: #333333; }
    @media screen and (min-width: 641px) {
      .faq-item__ttltxt {
        font-size: 20px;
        font-size: 1.42857rem; } }
    @media screen and (min-width: 1080px) {
      .faq-item__ttltxt {
        font-size: 30px;
        font-size: 2.14286rem; } }
  .faq-item__icon {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.42857rem; }
    @media screen and (min-width: 641px) {
      .faq-item__icon {
        font-size: 24px;
        font-size: 1.71429rem;
        border-radius: 10px; } }
    @media screen and (min-width: 1080px) {
      .faq-item__icon {
        font-size: 34px;
        font-size: 2.42857rem; } }
    .faq-item__icon--q {
      background: #338ABB; }
      .faq-item__icon--q:before {
        content: "Q";
        color: #fff; }
    .faq-item__icon--a {
      background: #66A7CC; }
      .faq-item__icon--a:before {
        content: "A";
        color: #1A455E; }
  .faq-item__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
  .faq-item__txt {
    width: calc(100% - 2.25em - 10px);
    line-height: 1.8; }
    @media screen and (min-width: 641px) {
      .faq-item__txt {
        font-size: 16px;
        font-size: 1.14286rem; } }
    @media screen and (min-width: 1080px) {
      .faq-item__txt {
        font-size: 24px;
        font-size: 1.71429rem; } }

.info {
  padding: 70px 0; }
  @media screen and (min-width: 641px) {
    .info {
      padding: 100px 0; } }
  .info__tbl {
    margin-top: 30px; }
    @media screen and (min-width: 641px) {
      .info__tbl {
        margin-top: 50px;
        font-size: 18px;
        font-size: 1.28571rem; } }
    .info__tbl tr {
      border-bottom: 1px dotted #333333; }
      .info__tbl tr:first-child {
        border-top: 1px dotted #333333; }
    .info__tbl th, .info__tbl td {
      padding: 1em; }
      @media screen and (max-width: 640px) {
        .info__tbl th, .info__tbl td {
          display: block;
          padding: .7em; } }
    .info__tbl th {
      text-align: left;
      font-weight: normal; }
      @media screen and (min-width: 641px) {
        .info__tbl th {
          width: 20%; } }
      @media screen and (max-width: 640px) {
        .info__tbl th {
          width: 35%; } }

.info-company {
  margin-top: 80px; }
  @media screen and (min-width: 641px) {
    .info-company {
      margin-top: 100px; } }

.cv__img {
  margin: 20px auto 20px; }

.cv__stxt {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.8; }
  @media screen and (min-width: 641px) {
    .cv__stxt {
      font-size: 20px;
      font-size: 1.42857rem; } }

/* ==================================================
ABtest change_ope
================================================== */
.change_ope .sp {
  display: inline-block; }

.change_ope .pc {
  display: none; }

.change_ope .main {
  background: url(../images/change_ope/bg_mainimg01_sp.png) no-repeat 0 0;
  background-size: cover; }
  .change_ope .main .inner {
    position: relative;
    padding: 6% 3.1% 84% 3.1%; }
  .change_ope .main .logo01 img {
    width: 45%;
    max-width: 259px; }
  .change_ope .main h1 {
    margin: -14% auto 0;
    text-align: center; }
    .change_ope .main h1 img {
      width: 100%;
      max-width: 592px; }
  .change_ope .main ul {
    position: absolute;
    bottom: 1%;
    left: 50%;
    width: 92%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .change_ope .main ul li {
      margin: 0 0 2% 0;
      text-align: center; }
      .change_ope .main ul li:last-of-type {
        margin: 0; }

.change_ope .introduction .inner {
  padding: 4% 4% 4% 4%; }

.change_ope .introduction p {
  line-height: 1; }
  .change_ope .introduction p img {
    width: 100%; }

.change_ope .merit {
  background: #eefafe none; }
  .change_ope .merit .inner {
    padding: 0 4% 11% 4%; }
  .change_ope .merit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 640px;
    margin: 11% auto 0; }
    .change_ope .merit ul li {
      width: calc(50% - 1%);
      margin: 0 0 1% 0; }

@media screen and (min-width: 640px) {
  .change_ope .sp {
    display: none; }
  .change_ope .pc {
    display: inline-block; }
  .change_ope .main {
    background: #eefafe url(../images/change_ope/bg_mainimg01_pc.png) no-repeat center 0;
    background-size: auto 100%; }
    .change_ope .main .inner {
      max-width: 1061px;
      margin: 0 auto;
      padding: 10px; }
    .change_ope .main h1 {
      margin: 24px 0 10px -20px;
      text-align: left; }
      .change_ope .main h1 img {
        width: 50%;
        max-width: 592px; }
    .change_ope .main ul {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .change_ope .main ul.sp-mode{
        display: none; }
      .change_ope .main ul li {
        width: calc(50% - 8px);
        margin: 0;
        text-align: center; }
  .change_ope .introduction {
    height: 24vw; }
    .change_ope .introduction .inner {
      padding: 24px 24px 24px 24px; }
    .change_ope .introduction p {
      max-width: 2000px;
      margin: 0 auto; }
      .change_ope .introduction p img {
        width: 100%;
        height: 24vw;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: contain"; }
  .change_ope .merit .inner {
    padding: 0 24px 24px 24px; }
  .change_ope .merit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1060px;
    margin: 24px auto 0; }
    .change_ope .merit ul li {
      width: calc(calc(100% / 5) - 8px);
      margin: 0 0 1% 0; } }

@media only screen and (min-width: 1061px), print {
  .change_ope .introduction {
    height: 260px; }
    .change_ope .introduction p img {
      height: 260px; } }

/* ==================================================
ABtest change_kensa
================================================== */
.change_kensa .main {
  background: url(../images/change_kensa/bg_mainimg01_sp.png) no-repeat 0 0;
  background-size: cover; }
  .change_kensa .main .inner {
    position: relative;
    padding: 6% 3.1% 84% 3.1%; }
  .change_kensa .main .logo01 img {
    width: 45%;
    max-width: 259px; }
  .change_kensa .main h1 {
    margin: -14% auto 0;
    text-align: center; }
    .change_kensa .main h1 img {
      width: 100%;
      max-width: 764px; }
  .change_kensa .main ul {
    position: absolute;
    bottom: 1%;
    left: 50%;
    width: 92%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .change_kensa .main ul li {
      margin: 0 0 2% 0;
      text-align: center; }
      .change_kensa .main ul li:last-of-type {
        margin: 0; }

.change_kensa .flow {
  background: #eefafe none; }
  .change_kensa .flow .inner {
    padding: 0 4% 11% 4%; }
  .change_kensa .flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 640px;
    margin: 11% auto 0; }
    .change_kensa .flow ul li {
      width: calc(50% - 1%);
      margin: 0 0 1% 0; }

@media screen and (min-width: 640px) {
  .change_kensa .main {
    background: #eefafe url(../images/change_kensa/bg_mainimg01_pc.png) no-repeat center 0;
    background-size: auto 100%; }
    .change_kensa .main .inner {
      max-width: 1061px;
      margin: 0 auto;
      padding: 10px; }
    .change_kensa .main h1 {
      margin: 24px 0 0 -40px;
      text-align: left; }
      .change_kensa .main h1 img {
        width: 60%; }
    .change_kensa .main ul {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .change_kensa .main ul li {
        width: calc(50% - 8px);
        margin: 0;
        text-align: center; }
  .change_kensa .flow .inner {
    padding: 0 24px 24px 24px; }
  .change_kensa .flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1060px;
    margin: 24px auto 0; }
    .change_kensa .flow ul li {
      width: calc(calc(100% / 3) - 8px);
      margin: 0 0 1% 0; } }


.hyou table , td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
  width: 100%;
  font-size:14px;
  vertical-align: middle;
 table-layout: fixed;
}
.hyou td, th {
  padding: 5px;
  width: 13%;
  height: 45px;
  line-height: 1.5;
}
.hyou th {
  background: #f0e6cc;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
.tdh{
  font-weight: bold;
  vertical-align: middle;
  text-align:center;
}
.mn{
  font-size:12px;
}
.listtype li{
    list-style: disc !important;
    margin-left: 20px !important;
}
.hyou ol li{
   list-style: decimal !important;;
    margin-left: 20px !important;
}
.hyou span{
    line-height: 1.6em;
    display: inline-block;
    font-size: 100% !important;
}
h3{
    font-weight:bold;
}
.ao{
  background:#3ea1f8;
}
.aka{
  background:#ff4e4e;
}
.ki{
  background:#ffe5a8;
}
.kigou{
    font-size: 18px;
}
.x-scroll {
overflow: auto;
}
.x-scroll td, .x-scroll th{
white-space: nowrap;　/* 文字の折返しを禁止 */
}

@media screen and (min-width: 641px){
.ups {
    height: 500px;
}
}

@media screen and (max-width: 640px){
  .change_ope .main ul {
      position: fixed;
  }
  .change_ope .main ul.sp-mode {
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .change_ope .main ul.sp-mode li:first-child{
    width: 56%;
  }
  .change_ope .main ul.sp-mode li:last-child{
    width: 41.5%;
  }
}
/* ポップアップ */
.popup-area {
  display:none;
  width:80vw;
  background:#fff;
  padding: 0;
  position: fixed;
  z-index: 9999;   
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
}
.popup-area p img{
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  .popup-area {
    width:auto;
    max-width: 460px;
  }
}
.popup-area button {
    margin: 0;
    position: absolute;
    right: 0;
    top: -30px;
    width: 23.5px;
    height: 23.5px;
    /*border-radius: 100%;
    border: 4px solid #000;
    background: #fff;
    color: #000;*/
    background:none;
    cursor: pointer;
    padding: 0;
    text-indent: 0;
    appearance: none;
    text-align: center;
    border:none;
}
.popup-area button img{
  display: block;
  width: 23.5px;
  height: auto;
}
.popup-area .icon {
    font-size: 1.8em;
    color: #000;
    background: #fff;
    border-radius: 100%;
}
/* 背景色 */
.cover-eml {
  background:rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;   
  top:0;
  right:0;
  bottom:0;
  left:0;
}


table, td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
}

.varicocele-table th, .varicocele-table td {
    padding: 15px;
}
.varicocele-table th, .varicocele-table td {
    line-height: 1.5;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
.varicocele-table th {
    background: #f8f8f8;
    text-align: center;
}
.varicocele-table table, .varicocele-table td, .varicocele-table th {
    border: solid 1px #f0f0ee;
}

@media screen and (max-width: 768px) {
  .scroll-table-wrap {
    overflow: scroll;
  }
}

.varicocele-table {
  margin: 30px 0 0;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .varicocele-table {
    width: 1060px;
    max-width: 1060px;
  }
}

.varicocele-table th,
.varicocele-table td {
  line-height: 1.5;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

.varicocele-table th {
  font-weight: bold;
}

.varicocele-table tbody th {
  background: #fff;
}

.varicocele-table span {
  font-weight: inherit;
}

.varicocele-table .th-first {
  width: 160px;
}

.varicocele-table .bg-red {
  background: #e00800;
  color: #fff;
}

.varicocele-table .bg-blue {
  background: #cde1fb;
}

.varicocele-table .bg-yellow {
  background: #faf7bf;
}

.varicocele-table .bg-pink {
  background: #fac0c0;
}

.varicocele-table .red {
  color: #e00800;
  font-size: 14px;
}

.varicocele-table .bold {
  font-weight: bold;
}

.varicocele-table .small {
  font-size: 12px;
}

.varicocele-table .border-top {
  border-top: 5px solid #ff2626;
}

.varicocele-table .border-right {
  border-right: 5px solid #ff2626;
}

.varicocele-table .border-left {
  border-left: 5px solid #ff2626;
}

.varicocele-table .border-bottom {
  border-bottom: 5px solid #ff2626;
}

/* 1208 追加*/

.varicocele-table th,
.varicocele-table td {
  color: #333;
  padding: 10px 5px !important;
    line-height: 1.2 !important;
}
.varicocele-table .bg-pink2 {
    background: #FF6699;
}
.varicocele-table span.underline {
  font-size: inherit;
    border-bottom: 1px solid;
    padding: 0 0 1px;
}
.varicocele-blockquote{
  margin:1em auto;
}
.varicocele-blockquote *{
  color: #333;
}
ol.contents__text li {
    list-style-type: decimal;
    margin-left: 20px;
}
.varicocele-blockquote .contents__text {
    font-size: 1.5rem;
    line-height: 1.8;
}


/* 0516 */
.hamburger {
    display: block;
    padding: 15px 5%;
    position: fixed;
    right: 0;
    top: 3%;
    z-index: 10001;
}
.hamburger--inner {
    height: 22px;
    width: 40px;
    position: relative;
}
.hamburger--border, .hamburger--border:nth-child(1), .hamburger--border:nth-child(2), .hamburger--border:nth-child(3), .hamburger[data-active="true"] .hamburger--border:nth-child(1), .hamburger[data-active="true"] .hamburger--border:nth-child(2), .hamburger[data-active="true"] .hamburger--border:nth-child(3) {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #555;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.hamburger--border:nth-child(1), .hamburger[data-active="true"] .hamburger--border:nth-child(1) {
    top: 0;
}
.hamburger--border:nth-child(2), .hamburger[data-active="true"] .hamburger--border:nth-child(2) {
    top: 50%;
}
.hamburger--border:nth-child(3), .hamburger[data-active="true"] .hamburger--border:nth-child(3) {
    top: 100%;
}
.hamburger[data-active="true"] .hamburger--border:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.hamburger[data-active="true"] .hamburger--border:nth-child(2) {
    top: 50%;
    opacity: 0;
}
.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.sideNavi__menu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
    padding: 65px 0 15px;
    height: calc(100vh);
    overflow: scroll;
    right: 0vw;
    display: none;
    box-sizing: border-box;
}
.sideNavi__menu[data-active="true"] {
    display: block;
}
.sideNavi__menu ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.sideNavi__menu__trigger {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.sideNavi__menu__item {
    display: block;
    padding: .5em 0;
    font-size: 14px;
    color: #333333;
    position: relative;
  text-decoration: none;
}
.sideNavi__menu__item:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-right: solid 1px #ddc654;
    border-bottom: solid 1px #ddc654;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    right: 5px;
    top: calc(50% - 2.5px );
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .change_ope .main h1 {
    margin: 2% auto 14%;
  }
  .logo01{
    position: relative;
  }
  .logo01:before{
    content: "";
    width: 33%;
    height:100%;
    background: url(../images/change_ope/h1_mainimg01_sp_01.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: -15%;
    left: 48%;
  }
  .hamburger {
    padding: 0;
    right: 4%;
    top: 4.5%;
  }
}