@charset "UTF-8";
/* CSS Document */
/* main next
------------------------------------------------------------*/
main.next {
  font-size: 17px;
  font-size: 1.2142857143rem;
}
main.next section:not(:last-of-type) {
  margin-bottom: 75px;
}
main.next .phase:not(:last-of-type) {
  margin-bottom: 35px;
}
main.next .s-phase:not(:last-of-type) {
  margin-bottom: 30px;
}
main.next .breadcrumb {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next .breadcrumb ul {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next .breadcrumb li {
  display: inline;
}
main.next .breadcrumb li:first-child a {
  width: 18px;
}
main.next .breadcrumb li a {
  margin-right: 10px;
  display: inline;
  position: relative;
  line-height: 1.2;
  word-break: break-all;
  color: #222;
  font-weight: normal;
}
main.next .breadcrumb li a:after {
  content: "/";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0px;
  top: 0;
}
main.next .breadcrumb li strong {
  font-weight: bold;
}
main.next .sup-list {
  counter-reset: number 0;
}
main.next .sup-list li {
  position: relative;
  color: #777;
  padding-left: 37px;
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1rem;
}
main.next .sup-list li:not(:last-child) {
  margin-bottom: 9px;
}
main.next .sup-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: "※" counter(number) ":";
}
main.next .tbl-list li {
  padding: 10px 0;
  border-bottom: solid 1px #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .tbl-list li .item-title {
  width: 250px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  background-color: #def3f9;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next .tbl-list li .item-txt {
  width: calc(100% - 250px);
  padding: 10px;
}
main.next .border-box {
  border: solid 15px #def3f9;
  padding: 10px 15px;
}
main.next .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next .link-list li {
  padding-bottom: 10px;
  padding-right: 40px;
}
main.next .no-list {
  counter-reset: section;
}
main.next .no-list li {
  position: relative;
  padding-left: 34px;
  line-height: 2;
}
main.next .no-list li:not(:last-child) {
  padding-bottom: 15px;
}
main.next .no-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2acfb0;
  padding-left: 2px;
  color: #FFF;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  counter-increment: section;
  content: counter(section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
}
main.next .box-list li:not(:last-child) {
  margin-bottom: 16px;
}
main.next .google-map {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
}
main.next .google-map iframe, main.next .google-map object, main.next .google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.next .img-column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px -20px;
}
main.next .img-column3 > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
main.next table.fee_tbl:not(:last-child) {
  margin-bottom: 20px;
}
main.next table.fee_tbl tr th, main.next table.fee_tbl tr td {
  padding: 10px;
  border-bottom: solid 1px rgba(88, 195, 224, 0.9);
}
main.next table.fee_tbl tr th {
  background-color: rgba(88, 195, 224, 0.9);
  color: #fff;
}
main.next table.fee_tbl tr td:not(:last-child) {
  border-right: dotted 1px rgba(88, 195, 224, 0.9);
}
main.next table.fee_tbl.border {
  border: solid 1px rgba(88, 195, 224, 0.9);
}
main.next#medical-content .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding-bottom: 50px;
}
main.next#medical-content .feature-list > li {
  margin: 0 10px 20px;
  width: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 95px;
  padding: 25px 25px 25px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #def3f9;
  position: relative;
  color: #0b80a0;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
}
main.next#medical-content .feature-list > li small {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}
main.next#medical-content .feature-list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: no-repeat center center;
}
main.next#medical-content .feature-list > li.time:before {
  background-image: url(../img/next/icon-time.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .feature-list > li.time:before {
    background-image: url(../img/next/icon-time@2x.png);
    background-size: auto 40px;
  }
}
main.next#medical-content .feature-list > li.day:before {
  background-image: url(../img/next/icon-a-day.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .feature-list > li.day:before {
    background-image: url(../img/next/icon-a-day@2x.png);
    background-size: auto 40px;
  }
}
main.next#medical-content .feature-list > li.eye-drops:before {
  background-image: url(../img/next/icon-eye-drops.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .feature-list > li.eye-drops:before {
    background-image: url(../img/next/icon-eye-drops@2x.png);
    background-size: auto 40px;
  }
}
main.next#medical-content .feature-list > li.eye:before {
  background-image: url(../img/next/icon-eye.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .feature-list > li.eye:before {
    background-image: url(../img/next/icon-eye@2x.png);
    background-size: auto 40px;
  }
}
main.next#medical-content .feature-list > li.shower:before {
  background-image: url(../img/next/icon-shower.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .feature-list > li.shower:before {
    background-image: url(../img/next/icon-shower@2x.png);
    background-size: auto 40px;
  }
}
main.next#medical-content .feature-list > li.none {
  padding: 0;
  background-color: transparent;
}
main.next#medical-content .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -30px;
}
main.next#medical-content .img-list.column1 li {
  width: calc(100% - 20px);
}
@media screen and (max-width: 750px) {
  main.next#medical-content .img-list.column1 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next#medical-content .img-list.column1 li {
    width: 100%;
  }
}
main.next#medical-content .img-list.column2 li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 750px) {
  main.next#medical-content .img-list.column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next#medical-content .img-list.column2 li {
    width: 100%;
  }
}
main.next#medical-content .img-list li {
  width: calc(33.333% - 20px);
  margin: 0 10px 30px;
}
main.next#medical-content .img-list li .img {
  line-height: 0;
  padding-bottom: 10px;
}
main.next#medical-content .img-list li .txt {
  font-size: 17px;
  font-size: 1.2142857143rem;
}
main.next#medical-content .qa-list li .item-q {
  position: relative;
  padding: 10px 10px 10px 75px;
  background-color: #def3f9;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
main.next#medical-content .qa-list li .item-q:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/next/icon-q.png) no-repeat center center;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .qa-list li .item-q:after {
    background-image: url(../img/next/icon-q@2x.png);
    background-size: 40px auto;
  }
}
main.next#medical-content .qa-list li .item-a {
  padding: 10px 10px 15px 75px;
  position: relative;
  line-height: 1.6;
}
main.next#medical-content .qa-list li .item-a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 24px;
  width: 40px;
  height: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/next/icon-a.png) no-repeat center center;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#medical-content .qa-list li .item-a:after {
    background-image: url(../img/next/icon-a@2x.png);
    background-size: 20px auto;
  }
}
main.next#medical-content .img-text_column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
main.next#medical-content .img-text_column2 .item-img {
  width: 450px;
}
main.next#medical-content .img-text_column2 .item-img.sml {
  width: 220px;
}
@media screen and (max-width: 750px) {
  main.next#medical-content .img-text_column2 .item-img.sml {
    width: 30%;
  }
}
main.next#medical-content .img-text_column2 .item-img.w300 {
  width: 300px;
}
@media screen and (max-width: 750px) {
  main.next#medical-content .img-text_column2 .item-img.w300 {
    width: 32%;
  }
}
main.next#medical-content .img-text_column2 .item-text {
  width: 10px;
  margin-left: 20px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next#medical-content .flow-list {
  margin-right: -20px;
  margin-bottom: -20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next#medical-content .flow-list > li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33.3333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #def3f9;
  position: relative;
  color: #0b80a0;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next#medical-content .flow-list > li span {
  width: 50px;
  margin-right: 20px;
}
main.next#medical-content .flow-list > li div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next#archive .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px -36px;
  padding-bottom: 50px;
}
main.next#archive .archive-list li {
  width: calc(33.333% - 36px);
  margin: 0 18px 36px;
}
main.next#archive .archive-list li a {
  color: #222;
}
main.next#archive .archive-list li .item-img {
  line-height: 0;
  padding-bottom: 15px;
}
main.next#archive .archive-list li .item-img a {
  display: block;
  overflow: hidden;
}
main.next#archive .archive-list li .item-img a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next#archive .archive-list li .item-img a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next#archive .archive-list li .item-txt {
  font-weight: bold;
  padding-bottom: 5px;
}
main.next#archive .archive-list li .item-txt a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next#archive .archive-list li .item-txt a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next#archive .archive-list li .item-day {
  text-align: right;
  color: #878686;
}
main.next#archive .wp-pagenavi {
  padding: 25px 0;
  text-align: center;
  letter-spacing: -0.4em;
  line-height: 1;
  color: #000;
  font-size: 20px;
}
main.next#archive .wp-pagenavi .last {
  display: none;
}
main.next#archive .wp-pagenavi .pages {
  display: none;
}
main.next#archive .wp-pagenavi .first {
  display: none;
}
main.next#archive .wp-pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 40px;
  width: 40px;
  border: 1px solid transparent;
  margin: 0 4px;
  padding: 0px;
  text-align: center;
  border: solid 2px #16bae7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
main.next#archive .wp-pagenavi span.extend {
  width: auto;
  border: none;
}
main.next#archive .wp-pagenavi span.current {
  background-color: #FFF;
  color: #16bae7;
  text-align: center;
}
main.next#archive .wp-pagenavi a {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 40px;
  width: 40px;
  margin: 0 4px;
  padding: 0px;
  background-color: #16bae7;
  color: #FFF;
  border: solid 2px #16bae7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
}
main.next#archive .wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #16bae7;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
main.next#archive .wp-pagenavi a.previouspostslink, main.next#archive .wp-pagenavi a.nextpostslink {
  text-indent: -9999px;
  background: no-repeat center center;
  background-color: #16bae7;
}
main.next#archive .wp-pagenavi a.previouspostslink {
  background-image: url(../img/next/archive/arrow-page-nav-l.svg);
}
main.next#archive .wp-pagenavi a.nextpostslink {
  background-image: url(../img/next/archive/arrow-page-nav-r.svg);
}
main.next#archive .wp-pagenavi a.dot {
  background: none;
}
main.next#single .post {
  padding-bottom: 60px;
}
main.next#single .thumb {
  margin: 0 auto;
  display: none;
}
main.next#single .thumb.aligncenter {
  display: block;
}
main.next#single .prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 45px;
}
main.next#single .prev-next a {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
main.next#single .prev-next a:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next#single .prev-next .prev a {
  padding-left: 50px;
}
main.next#single .prev-next .prev a:before {
  left: 0;
  background-image: url(../img/common/arrow-prev.svg);
}
main.next#single .prev-next .prev a:hover:before {
  left: -5px;
}
main.next#single .prev-next .next a {
  padding-right: 50px;
}
main.next#single .prev-next .next a:before {
  right: 0;
  background-image: url(../img/common/arrow-next.svg);
}
main.next#single .prev-next .next a:hover:before {
  right: -5px;
}
main.next#access .map-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  margin: 0 -20px 0px;
}
main.next#access .map-column2 > div {
  line-height: 0;
  width: calc(50% - 40px);
  margin: 0 20px 30px;
}
main.next#access .map-column2 > div .gmap {
  position: relative;
  padding-bottom: 78.5%;
  height: 0;
  overflow: hidden;
}
main.next#access .map-column2 > div .gmap iframe, main.next#access .map-column2 > div .gmap object, main.next#access .map-column2 > div .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.next#access .access-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  position: relative;
}
main.next#access .access-list li:not(:last-child) {
  padding-bottom: 60px;
}
main.next#access .access-list li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 40px;
  height: 22px;
  background: url(../img/next/access/arrow.png) no-repeat center center;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next#access .access-list li:not(:last-child):before {
    background-image: url(../img/next/access/arrow@2x.png);
    background-size: 40px auto;
  }
}
main.next#access .access-list li .item-img {
  width: 337px;
  margin-right: 30px;
  line-height: 0;
}
main.next#access .access-list li .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
  background-color: #f5f5f5;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-size: 1.2142857143rem;
}
main.next#access .access-list li .item-text strong {
  font-weight: bold;
}
main.next#access .access-list li .img img {
  width: 100%;
}
main.next#greeting .img-txt-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
main.next#greeting .img-txt-column2 .item-txt {
  margin-right: 30px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
}
main.next#greeting .img-txt-column2 .item-txt p:not(:last-of-type) {
  margin-bottom: 40px;
}
main.next#greeting .img-txt-column2 .item-txt p.pb {
  padding-bottom: 40px;
}
main.next#greeting .img-txt-column2 .item-img {
  width: 500px;
  line-height: 0;
}
main.next#greeting .img-txt-column2.img-l .item-txt {
  margin-right: 0px;
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
main.next#greeting .img-txt-column2.img-l .item-img {
  margin-right: 30px;
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
main.next#greeting .career-box-column2 {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next#greeting .career-box-column2 > div {
  margin: 0 10px;
  border: solid 1px #16bae7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: calc(50% - 20px);
}
main.next#greeting .career-box-column2 > div .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding: 12px 15px;
  background-color: #def3f9;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  line-height: 1.2;
}
main.next#greeting .career-box-column2 > div .point-list {
  padding: 15px;
}
main.next .toc {
  border: 1px solid #222;
}
main.next .toc h2 {
  text-align: center;
  color: #5fbde9;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  padding: 15px 25px;
  line-height: 1.1;
}
main.next .toc h2 span {
  color: #222;
  font-size: 14px;
  font-size: 1rem;
  cursor: pointer;
}
main.next .toc ol {
  border-top: 1px solid #222;
  padding: 15px 15px 15px 45px;
}
main.next .toc ol > li {
  list-style-type: decimal;
}
main.next .toc ol > li:not(:last-child) {
  margin-bottom: 5px;
}
main.next .toc ol > li[data-text=診療内容一覧] {
  display: none;
}
main.next .toc ol > li > a {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #5fbde9;
}
main.next .toc ol > li ul {
  padding-top: 5px;
}
main.next .toc ol > li ul li {
  text-indent: -1em;
  padding-left: 1em;
}
main.next .toc ol > li ul li:before {
  content: "・";
  margin-right: 0.5em;
  color: #5fbde9;
}
main.next .howto-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
main.next .howto-list li .img {
  text-align: center;
  margin-bottom: 10px;
  line-height: 0;
}
main.next .howto-list li .text {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  /* main next
  ------------------------------------------------------------*/
  main.next .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next .content .inner {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  main.next#medical-content .feature-list {
    margin: 0 -10px -20px;
    padding-bottom: 50px;
  }
  main.next#medical-content .feature-list > li {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    height: 95px;
    padding: 25px 25px 25px 70px;
  }
  main.next#medical-content .flow-list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  main.next#medical-content .flow-list > li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.3333% - 15px);
    padding: 20px;
  }
  main.next#medical-content .flow-list > li span {
    width: 45px;
    margin-right: 15px;
  }
  main.next#archive .archive-list {
    margin: 0 -10px -25px;
    padding-bottom: 50px;
  }
  main.next#archive .archive-list li {
    width: calc(33.333% - 20px);
    margin: 0 10px 25px;
  }
  main.next#archive .archive-list li:nth-child(10) {
    display: none;
  }
  main.next#archive .archive-list li a {
    color: #222;
  }
  main.next#archive .archive-list li .item-img {
    line-height: 0;
    padding-bottom: 15px;
  }
  main.next#archive .archive-list li .item-img a {
    display: block;
    overflow: hidden;
  }
  main.next#archive .archive-list li .item-img a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  main.next#archive .archive-list li .item-img a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  main.next#archive .archive-list li .item-txt {
    font-weight: bold;
    padding-bottom: 5px;
  }
  main.next#archive .archive-list li .item-txt a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  main.next#archive .archive-list li .item-txt a:hover {
    text-decoration: none;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  main.next#archive .archive-list li .item-day {
    text-align: right;
    color: #878686;
  }
  main.next#archive .wp-pagenavi {
    padding: 25px 0;
    text-align: center;
    letter-spacing: -0.4em;
    line-height: 1;
    color: #000;
    font-size: 20px;
  }
  main.next#archive .wp-pagenavi .last {
    display: none;
  }
  main.next#archive .wp-pagenavi .pages {
    display: none;
  }
  main.next#archive .wp-pagenavi .first {
    display: none;
  }
  main.next#archive .wp-pagenavi span {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 40px;
    width: 40px;
    border: 1px solid transparent;
    margin: 0 4px;
    text-align: center;
    border: solid 2px #16bae7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  main.next#archive .wp-pagenavi span.extend {
    width: auto;
    border: none;
  }
  main.next#archive .wp-pagenavi span.current {
    background-color: #FFF;
    color: #16bae7;
    text-align: center;
  }
  main.next#archive .wp-pagenavi a {
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 40px;
    width: 40px;
    margin: 0 4px;
    background-color: #16bae7;
    color: #FFF;
    border: solid 2px #16bae7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
  }
  main.next#archive .wp-pagenavi a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #16bae7;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main.next#archive .wp-pagenavi a.dot {
    background: none;
  }
  main.next#access .map-column2 {
    margin-bottom: 30px;
  }
  main.next#access .map-column2 > div {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  main.next#access .access-list li {
    padding-bottom: 20px;
    position: relative;
  }
  main.next#access .access-list li .item-img {
    width: 280px;
    margin-right: 20px;
  }
  main.next#access .access-list li .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next#access .access-list li .img img {
    width: 100%;
  }
  main.next#greeting .img-txt-column2 .item-txt {
    margin-right: 30px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
  }
  main.next#greeting .img-txt-column2 .item-txt p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main.next#greeting .img-txt-column2 .item-txt p.pb {
    padding-bottom: 40px;
  }
  main.next#greeting .img-txt-column2 .item-img {
    width: 350px;
    line-height: 0;
  }
  main.next .howto-list {
    row-gap: 30px;
    column-gap: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) and (max-width: 850px) {
  main.next .howto-list {
    grid-template-columns: 1fr 1fr;
  }
}
/*sp*/
@media screen and (max-width: 750px) {
  /* main next
  ------------------------------------------------------------*/
  main.next {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next section:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main.next .phase:not(:last-of-type) {
    margin-bottom: 25px;
  }
  main.next .s-phase:not(:last-of-type) {
    margin-bottom: 16px;
  }
  main.next .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .breadcrumb li {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .tbl-list li {
    padding: 10px 0;
  }
  main.next .tbl-list li .item-title {
    width: 130px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }
  main.next .tbl-list li .item-txt {
    width: calc(100% - 150px);
    padding: 10px;
  }
  main.next .content {
    padding-bottom: 60px;
  }
  main.next .content .inner {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  main.next .border-box {
    border: solid 10px #def3f9;
    padding: 10px 10px;
    line-height: 1.6;
  }
  main.next .no-list {
    counter-reset: section;
  }
  main.next .no-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
  }
  main.next .no-list li:not(:last-child) {
    padding-bottom: 10px;
  }
  main.next .no-list li:before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
  main.next .box-list li:not(:last-child) {
    margin-bottom: 13px;
  }
  main.next .google-map {
    padding-bottom: 260px;
  }
  main.next .img-column3 {
    margin: 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .img-column3 > div {
    width: 100%;
    margin: 0px 0 10px;
    text-align: center;
  }
  main.next#medical-content .feature-list {
    margin: 0 -10px -20px;
    padding-bottom: 50px;
  }
  main.next#medical-content .feature-list > li {
    margin: 0 10px 10px;
    width: 100%;
    height: 75px;
    padding: 25px 25px 25px 70px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    line-height: 1.5;
  }
  main.next#medical-content .feature-list > li small {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next#medical-content .img-list {
    margin: 0 -5px -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next#medical-content .img-list li {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  main.next#medical-content .img-list li .img {
    line-height: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  main.next#medical-content .img-list li .txt {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main.next#medical-content .qa-list li .item-q {
    padding: 10px 10px 10px 45px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next#medical-content .qa-list li .item-q:after {
    left: 6px;
    top: 5px;
    background-size: 30px auto;
  }
  main.next#medical-content .qa-list li .item-a {
    padding: 10px 10px 10px 45px;
  }
  main.next#medical-content .qa-list li .item-a:after {
    left: 7px;
    margin-top: -3px;
    background-size: 16px auto;
  }
  main.next#medical-content .flow-list {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  main.next#medical-content .flow-list > li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    padding: 15px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 500px) {
  main.next#medical-content .flow-list > li {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 750px) {
  main.next#medical-content .flow-list > li span {
    width: 30px;
    margin-right: 10px;
  }
  main.next#medical-content .flow-list > li div {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next#archive .archive-list {
    margin: 0 -7px -25px;
    padding-bottom: 30px;
  }
  main.next#archive .archive-list li {
    width: calc(50% - 14px);
    margin: 0 7px 25px;
  }
  main.next#archive .archive-list li .item-img {
    padding-bottom: 10px;
  }
  main.next#archive .archive-list li .item-txt {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next#archive .archive-list li .item-day {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next#archive .wp-pagenavi {
    padding: 10px 0 0;
    font-size: 15px;
  }
  main.next#archive .wp-pagenavi span {
    line-height: 27px;
    width: 27px;
    margin: 0 2px;
  }
  main.next#archive .wp-pagenavi a {
    line-height: 27px;
    width: 27px;
    margin: 0 2px;
  }
  main.next#archive .wp-pagenavi a.previouspostslink, main.next#archive .wp-pagenavi a.nextpostslink {
    background-size: 7px auto;
  }
  main.next#single .post {
    padding-bottom: 40px;
  }
  main.next#single .prev-next {
    padding-bottom: 45px;
    margin-left: -5px;
    margin-right: -5px;
  }
  main.next#single .prev-next .prev, main.next#single .prev-next .next {
    margin: 0 5px;
  }
  main.next#single .prev-next a {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  main.next#single .prev-next a:before {
    width: 25px;
    height: 25px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 25px;
    margin-top: -12px;
  }
  main.next#single .prev-next .prev a {
    padding-left: 30px;
  }
  main.next#single .prev-next .prev a:before {
    left: 0;
  }
  main.next#single .prev-next .prev a:hover:before {
    left: -5px;
  }
  main.next#single .prev-next .next a {
    padding-right: 30px;
  }
  main.next#single .prev-next .next a:before {
    right: 0;
    background-image: url(../img/common/arrow-next.svg);
  }
  main.next#single .prev-next .next a:hover:before {
    right: -5px;
  }
  main.next#access .map-column2 {
    margin-bottom: 30px;
    margin: 0 0px 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next#access .map-column2 > div {
    line-height: 0;
    width: 100%;
    margin: 0px 0 20px;
    text-align: center;
  }
  main.next#access .map-column2 > div .gmap {
    padding-bottom: 70%;
  }
  main.next#access .access-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 335px;
    margin: 0 auto;
  }
  main.next#access .access-list li:not(:last-child) {
    padding-bottom: 50px;
  }
  main.next#access .access-list li:not(:last-child):before {
    background-size: 30px auto;
    bottom: 14px;
  }
  main.next#access .access-list li .item-img {
    width: 100%;
    margin-right: 0px;
    line-height: 0;
  }
  main.next#access .access-list li .item-text {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next#access .access-list li .img img {
    width: 100%;
  }
  main.next#greeting .img-txt-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.next#greeting .img-txt-column2 .item-txt {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  main.next#greeting .img-txt-column2 .item-txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main.next#greeting .img-txt-column2 .item-txt p.pb {
    padding-bottom: 20px;
  }
  main.next#greeting .img-txt-column2 .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 500px;
    line-height: 0;
  }
  main.next#greeting .img-txt-column2.img-l .item-txt {
    margin-right: 0px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next#greeting .img-txt-column2.img-l .item-img {
    margin-right: 30px;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.next#greeting .career-box-column2 {
    margin: 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next#greeting .career-box-column2 > div {
    margin: 0px;
    width: 100%;
  }
  main.next#greeting .career-box-column2 > div:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next#greeting .career-box-column2 > div .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding: 10px 15px;
  }
  main.next#greeting .career-box-column2 > div .point-list {
    padding: 15px;
  }
  main.next .toc h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    padding: 10px 15px;
  }
  main.next .toc h2 span {
    color: #222;
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .toc ol {
    padding: 15px 15px 15px 40px;
  }
  main.next .toc ol > li > a {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .toc ol > li ul {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .howto-list {
    row-gap: 20px;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
