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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /*
  font: inherit;
  */
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
}

table {
  display: table;
  width: 100%;
}

img {
  display: inline-block;
  vertical-align: middle;
}


/* GENERAL
 * ----------------------------------------------- */
body {
  color: #3f1f00;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #3f1f00;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.trans:focus {
  outline: 0;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
}

.wrapper-content {
  width: 1200px;
  margin: 0 auto;
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.inner-ct {
  width: 1050px;
  margin: 0 auto;
}

.align_left{ text-align: left !important;}

.mt20{ margin-top:20px !important;}

@media (min-width: 641px) {
.sp_br,
.sp_img{ display: none;}
}

@media (max-width: 640px) {
.pc_br,
.pc_img{ display: none;}
}



/* RESPONSIVE
 * ----------------------------------------------- */
.sm {
  display: none !important;
}

a.link{ font-weight:bold; text-decoration: underline; color: darkolivegreen;}

.flexbox{ margin: 20px auto; overflow: hidden; display: flex; justify-content: space-between;}
.flexbox div.column3{ width: 32%;}
.flexbox div.column3 p{ padding:10px;}


@media (min-width: 641px) {


}

@media (max-width: 640px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 15.625vw;
  }

  body {
    font-size: 0.2rem;
  }

  img {
    width: 100%;
  }

  .container {
    width: auto;
    min-width: 320px;
    padding-top: 1.2rem;
  }

  .wrapper-content,
  .inner-ct {
    width: auto;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}

/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
 #reserve { width: 100%; display: block; position: fixed;text-align: center; z-index: 999;    box-shadow: 0 0 8px gray;}
 #reserve a.rbtn{ display:block; width: 100%; background:#FF9326; padding: 10px 0;}
 #reserve a.rbtn{ width: 100%; color:#fff !important; font-weight:bold; font-size: 120%;}

.work-time a.rbtn span:before,
 #reserve a.rbtn span:before,
 #reserve_footer > a.rbtn span:before{ content: "\f26c"; font-family: FontAwesome; font-size: 120%; margin-right: 10px;}

 .work-time .mtxt{ font-size:110%; font-weight: bold;}
 #reserve  .mtxt{ background: #ddd; padding: 5px 0; font-size:110%; font-weight: bold;}

 .work-time .flex,
 #reserve .flex{ 
   display: flex;
 }

 .work-time .flex a,
 #reserve .flex a{ 
   width: 50%;
   padding: 10px 0;
   color:#fff !important; 
   font-weight:bold; 
   font-size: 120%
}
.work-time .flex a{font-size: 100%}

@media screen and (max-width: 640px) {
  #reserve .flex,.work-time .flex{ flex-direction: column;}
  #reserve .flex a,.work-time .flex a{ width: 100%;}
}

.work-time .flex a strong,
#reserve .flex a strong{ font-size: 14px;}

.work-time .flex a span:before,
#reserve .flex a span:before{ content: "\f1c1"; font-family: FontAwesome; font-size: 120%; margin-right: 10px; color: #DD0000;;}

.work-time .flex a.mbtn_adult,
#reserve .flex a.mbtn_adult{ background:#FFC926; }

.work-time .flex a.mbtn_child,
#reserve .flex a.mbtn_child{ background:#FFAA64; }

 #reserve_footer { width: 90%; margin: 10px auto; border-radius: 10px; background: #fff; padding: 20px 25px;}
 #reserve_footer > h3{ font-size: 150%; color:#FF9326 !important; font-weight: bold; text-align: center; margin-bottom: 20px;}
 #reserve_footer > a{ display: block; padding: 15px 0; text-align: center; font-weight:bold; font-size: 120%; letter-spacing: 0.1em; color:#fff !important; background:#FF9326; margin: 15px auto 0 auto;} 
 #reserve_footer > p{ text-align:center; padding: 10px 0;}
 #reserve_footer > div{ width:100%; padding:10px 0; text-align: center;font-weight:bold; font-size: 120%; border-bottom: 1px solid #eee;  border-top: 1px solid #eee;}
 
 
 .container{ position:relative; padding-top: 145px;}
 @media screen and (max-width: 640px) {
   .container{ padding-top: 225px;}
 }
 
 
.header .header-inner {
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
.header .header-inner:after {
  content: "";
  display: table;
  clear: both;
}
.header .header-logo {
  float: left;
  width: 296px;
}
.header .header-block {
  float: left;
  margin: 16px 0 0 29px;
  padding-left: 31px;
  background: url(../img/common/bg_dot06.png) no-repeat 0 3px;
  width: 72%;
}
.header .header-block > * {
  float: left;
}
.header .phone-bl {
  width: 352px;
}
.header .address-bl {
  margin-top: 10px;
  width: 256px;
}
.header .nav-link {
  float: right;
  width: 201px;
}
.header .nav-link li {
  display: table-cell;
  vertical-align: middle;
  background: url(../img/common/bg_dot06.png) no-repeat 0 50%;
  width: 115px;
  line-height: 1.2;
  text-align: center;
}
.header .nav-link li a {
  color: #0099C7;
}
.header .nav-link li span + span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.header .nav-link li.nav-access a .image {
  background-image: url(../img/common/icon_maker.png);
}
.header .nav-link li.nav-recruit a .image {
  background-image: url(../img/common/icon_job.png);
}
.header .nav-link .image {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 40px;
}

.navigation {
  position: relative;
  z-index: 990;
  padding: 36px 0;
}
.navigation:after, .navigation:before {
  position: absolute;
  content: "";
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: url(../img/common/bg_nav_top.png) no-repeat 50% 0;
}
.navigation:after {
  top: auto;
  bottom: -48px;
  background: url(../img/common/bg_nav_bottom.png) no-repeat 50% 100%;
}
.navigation .ul-menu {
  padding: 0;
}
.navigation .nav-inner {
  position: relative;
}

.ul-menu {
  *zoom: 1;
  padding: 25px 0 28px;
}
.ul-menu:after {
  content: "";
  display: table;
  clear: both;
}
.ul-menu > li {
  float: left;
  background: url(../img/common/bg_dot.png) no-repeat 0 0;
  padding-top: 3px;
  text-align: center;
}
.ul-menu > li.nav01 {
  width: 194px;
  background: none;
}
.ul-menu > li.nav02 {
  width: 191px;
}
.ul-menu > li.nav03 {
  width: 195px;
}
.ul-menu > li.nav04 {
  width: 228px;
}
.ul-menu > li.nav05 {
  width: 268px;
}

.ul-menu > li > a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  color: #0099C7;
  margin: 0 auto;
  height: 42px;
  text-indent: -9999px;
}
.ul-menu > li > a:before {
  content: "";
  display: inline-block;
  height: 45px;
  position: absolute;
  left: 50%;
  top: -3px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ul-menu > li.nav01 > a {
  background-image: url(../img/common/nav_clinic.png);
  width: 184px;
}
.ul-menu > li.nav01 > a:before {
  content: "";
  width: 194px;
}
.ul-menu > li.nav02 > a {
  background-image: url(../img/common/nav_medical.png);
  width: 130px;
}
.ul-menu > li.nav02 > a:before {
  content: "";
  width: 191px;
}
.ul-menu > li.nav03 > a {
  background-image: url(../img/common/nav_doctor.png);
  width: 168px;
}
.ul-menu > li.nav03 > a:before {
  content: "";
  width: 195px;
}
.ul-menu > li.nav04 > a {
  background-image: url(../img/common/nav_lens.png);
  width: 188px;
}
.ul-menu > li.nav04 > a:before {
  content: "";
  width: 228px;
}
.ul-menu > li.nav05 > a {
  background-image: url(../img/common/nav_access.png);
  width: 228px;
}

.ul-menu li .icon {
  position: absolute;
  z-index: 500;
  content: " ";
  width: 12px;
  height: 12px;
  bottom: -20px;
  top: unset;
  left: 50%;
  margin-left: -11px;
  background: url(../img/common/caret.png) no-repeat 0 0;
  /*
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: visibility 250ms linear 0s, opacity 260ms linear 0s;
  -o-transition: visibility 250ms linear 0s, opacity 260ms linear 0s;
  -webkit-transition: visibility 250ms linear, opacity 260ms linear;
  -webkit-transition-delay: 0s, 0s;
  transition: visibility 250ms linear 0s, opacity 260ms linear 0s;
  */
}
.ul-menu li .icon.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.ul-menu .nav-sub {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 20px;
  z-index: 200;
  /*
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: visibility 250ms linear 0s, opacity 260ms linear 0s;
  -o-transition: visibility 250ms linear 0s, opacity 260ms linear 0s;
  -webkit-transition: visibility 250ms linear, opacity 260ms linear;
  -webkit-transition-delay: 0s, 0s;
  transition: visibility 250ms linear 0s, opacity 260ms linear 0s;
  */
}
.ul-menu .nav-sub .sub-outer {
  background: #0099C7;
}
.ul-menu .nav-sub a {
  color: #fff;
}
.ul-menu .is-open.nav-sub {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.ul-menu .ul-sub li {
  padding: 21px 0 23px;
}
.ul-menu .ul-sub li:first-child a {
  background: none;
}
.ul-menu .ul-sub li a,
.ul-menu .ul-sub li a form button{
  display: block;
  background: url(../img/common/bg_dot01.png) no-repeat 0 50%;
  padding: 2px 29px 0;
  font-size: 18px;
}


.ul-sub ul li{  
clear:both;/*--子メニューのフロートを解除--*/  
margin:0 0 1px 0; 
width: 100%;
padding: 0 !important;
}  
.ul-sub ul li a,
.ul-sub ul li a form button{  
display:block;  
text-decoration:none;  
border:none;
background: #00456F !important;
margin: 0 !important;
padding: 10px !important;
color: #fff;
}  
.ul-sub li ul{  
display:none;/*--子メニューは通常見えなくする--*/  
}  
.ul-sub li:hover ul{  
display:block;/*カーソルが乗ったら子メニューを展開*/  
position:absolute;  
}  
.ul-sub ul li a form button:hover{ color: #ffffbf; cursor: pointer;}
.ul-menu span.nav_takai{ font-size: 11px !important; color: #ffffbf; padding: 0; margin: 0;}



@media (min-width: 641px) {
  .header .nav-link li:last-child {
    width: 85px;
    padding-left: 25px;
  }

  .ul-menu > li > a:hover, .ul-menu > li.active > a,
  .ul-menu > li > a.active {
    background-position: 0 -42px;
  }

  .nav-link li a:hover .image,
  .nav-link li a.active .image {
    background-position: 50% -40px;
  }
  .nav-link li a:hover,
  .nav-link li a.active {
    color: #402000;
  }

  .ul-sub {
    *zoom: 1;
    padding-left: 20px;
  }
  .ul-sub:after {
    content: "";
    display: table;
    clear: both;
  }
  .ul-sub li {
    float: left;
  }
  .ul-sub li a.page-child, .ul-sub li a:hover {
    color: #ffffbf;
    text-decoration: underline;
  }
  .header .header-tel {
  display: none;
}
}
@media (max-width: 640px) {
 #reserve_footer > p{ text-align:left !important;}
 #reserve{ position: absolute; display: block; z-index: 999; top: 69px;}
  .header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
  .header .header-inner {
    padding: 0.1rem 0.2rem;
    background: #fff;
    width: auto;
    position: relative;
  }
  .header .header-logo {
    width: 2.96rem;
  }
  .header .header-tel {
  float: left;
  width: 60px;
  margin-left: 50px;
}
  .header .header-block {
    float: none;
    display: none;
    position: fixed;
    z-index: 995;
    top: 1.2rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 1.5rem;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: white;
  }
  .header .phone-bl, .header .address-bl {
    float: none;
    margin: 0 auto 0.2rem;
  }
  .header .phone-bl {
    width: 3.52rem;
  }
  .header .address-bl {
    width: 70%;
  }
  .header .nav-link {
    float: none;
    width: auto;
    text-align: center;
    padding-top: 0.2rem;
  }
  .header .nav-link .image {
    height: 0.8rem;
  }
  .header .nav-link li {
    display: inline-block;
    background: none;
  }
  .header .nav-link li span + span {
    font-size: 0.2rem;
  }
  .header .nav-link li.nav-access a .image {
    background-image: url(../img/common/sp/icon_maker.png);
    -moz-background-size: 0.54rem 0.8rem;
    -o-background-size: 0.54rem 0.8rem;
    -webkit-background-size: 0.54rem 0.8rem;
    background-size: 0.54rem 0.8rem;
  }
  .header .nav-link li.nav-recruit a .image {
    background-image: url(../img/common/sp/icon_job.png);
    -moz-background-size: 0.5rem 0.8rem;
    -o-background-size: 0.5rem 0.8rem;
    -webkit-background-size: 0.5rem 0.8rem;
    background-size: 0.5rem 0.8rem;
  }

  .btn-menu {
    position: absolute;
    width: 0.64rem;
    height: 0.62rem;
    top: 50%;
    right: 0.2rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/sp/btn_menu.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .btn-menu.is-active {
    background-image: url(../img/common/sp/btn_close.png);
  }

  .ul-menu {
    font-size: 0.28rem;
    padding: 0;
    letter-spacing: 0.05em;
    line-height: 1.5;
    float: none !important;
    width: 100%;
    margin-bottom: 0.3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ul-menu > li {
    float: none;
    width: 100% !important;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: none !important;
    position: relative;
  }
  .ul-menu > li:last-child > a {
    border-bottom: none;
  }
  .ul-menu > li > a {
    text-indent: 0;
    width: 100% !important;
    background: none !important;
    height: auto;
    border-bottom: 0;
  }
  .ul-menu > li > a img {
    height: 38px;
    width: auto;
  }
  .ul-menu > li > a:before {
    width: 100% !important;
    height: 100%;
    top: 0;
  }
  .ul-menu > li a {
    display: block;
    position: static;
    padding: 10px 0;
  }
  .ul-menu .ul-sub {
    display: none;
  }
  .ul-menu .ul-sub > li {
    padding: 0;
    background:#0099C7;
  }
  .ul-menu .ul-sub > li a {
    padding: 0.18rem 0.5rem 0.18rem 0.25rem;
    font-size: 0.24rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: left;
    background: none;
    position: relative;
  }
  .ul-menu .ul-sub > li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.2rem;
    line-height: 1;
  }
  .ul-menu .caret {
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/common/arrow_down.png) no-repeat center center;
    -moz-background-size: 0.2rem 0.13rem;
    -o-background-size: 0.2rem 0.13rem;
    -webkit-background-size: 0.2rem 0.13rem;
    background-size: 0.2rem 0.13rem;
  }
  .ul-menu .caret.active {
    background-image: url(../img/common/arrow_up.png);
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.section-clinic-info {
  padding: 56px 0 114px;
}
.section-clinic-info .headline01 {
  margin-bottom: 35px;
  letter-spacing: 0.35em;
}
.section-clinic-info .headline01 span {
  padding: 0 30px 0 42px;
}
.section-clinic-info .ul-clinic {
  *zoom: 1;
  margin-bottom: 33px;
}
.section-clinic-info .ul-clinic:after {
  content: "";
  display: table;
  clear: both;
}
.section-clinic-info .ul-clinic li {
  float: left;
  width: 520px;
}
.section-clinic-info .ul-clinic li:nth-child(even) {
  float: right;
}
.section-clinic-info .ul-clinic .image {
  margin-bottom: 17px;
}
.section-clinic-info .ul-clinic .image a {
  display: block;
}
.section-clinic-info .ul-clinic .image span {
  display: block;
  color: #fff;
  background: #0099C7 url(../img/common/arrow01.png) no-repeat 97% 50%;
  padding: 11px 25px 11px 15px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-shadow: 2px 2px 0 #00456F;
  text-align: center;
}
.section-clinic-info .ul-clinic .desc {
  padding: 0 23px 0 33px;
}

.list-link {
  *zoom: 1;
}
.list-link:after {
  content: "";
  display: table;
  clear: both;
}
.list-link li {
  float: left;
  width: 335px;
  margin: 0 22px 20px 0;
}
.list-link li:nth-child(3n) {
  margin-right: 0;
}
.list-link li a {
  display: block;
  background: #0099C7 url(../img/common/arrow01.png) no-repeat 96% 50%;
  width: 100%;
  min-height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff ;
  letter-spacing: 0.04em;
  font-size: 24px;
  text-shadow: 2px 2px 0 #00456F;
}
.list-link li a span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 30px;
  line-height: 1.22;
}

.list-link li a form button{ 
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 24px;
  width: 100%;
  height: 100px;
  text-shadow: 2px 2px 0 #00456F;
}
.list-link li a form button:hover{ cursor:pointer;}

.list-link li.pink a{ text-shadow: 2px 2px 0 #42250B !important; background: #FF9326 url(../img/common/arrow01.png) no-repeat 96% 50%; }
.list-link li .fnav.left{ text-align: left; box-sizing: border-box; padding-left: 15px;}
.list-link li .fnav.childtab{ position: relative;}
.list-link li .fnav.childtab:before{
  content: "小児の近視";
  padding:5px 10px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 20px;
  background-color:#fff ;
  color: #FF9326;
  text-shadow: none;
  font-size: 12px;
  text-align: center;
  border: 1px solid #FF9326;
  width: 120px;
}



.list-link.list-link01 li a span{ margin-top: 15px;}
.list-link.list-link01 li a {
  background-image: url(../img/common/arrow03.png);
  background-position: 95% 50%;
}
.list-link.list-link02 li {
  margin: 0 32px 16px 0;
  width: 194px;
}
.list-link.list-link02 li:nth-child(3n) {
  margin-right: 32px;
}
.list-link.list-link02 li:nth-child(5n) {
  margin-right: 0;
}
.list-link.list-link02 li a {
  position: relative;
  background-image: none;
  min-height: 94px;
  line-height: 94px;
  font-size: 18px;
}
.list-link.list-link02 li a:after {
  position: absolute;
  content: "";
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  right: 6px;
  bottom: 7px;
}

.banner {
  display: block;
  border: 5px solid #0099C7;
  background: url(../img/common/banner_img.jpg) no-repeat 50% 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 12px 0 42px;
  padding: 54px 0 49px 107px;
}

.list-banner li {
  *zoom: 1;
  margin-bottom: 16px;
  padding: 22px 42px 15px;
  height: 100px;
}
.list-banner li:after {
  content: "";
  display: table;
  clear: both;
}
.list-banner .bnr01 {
  background: #f8f9fe url(../img/common/banner_img01.jpg) no-repeat 0 0;
}
.list-banner .bnr02 {
  background: #f0efed url(../img/common/banner_img02.jpg) no-repeat 0 0;
  padding-top: 25px;
}
.list-banner .inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.list-banner .btn-banner {
  display: inline-block;
  width: 270px;
  margin-left: 45px;
  padding: 13px 25px 9px 11px;
  background: #0099C7 url(../img/common/arrow01.png) no-repeat 95% 50%;
  color: #fff;
  text-shadow: 2px 2px 0 #00456F;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
}

.pagetop {
  margin-bottom: 48px;
  padding: 17px 0;
  text-align: center;
}
.pagetop img {
  height: 29px;
}

.footer-section {
  position: relative;
  background: #dceff1;
  margin: 127px 0 50px;
  padding: 0 0 23px;
}
.footer-section:after, .footer-section:before {
  position: absolute;
  content: "";
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: url(../img/common/bg_footer_top.png) no-repeat 50% 0;
}
.footer-section:after {
  top: auto;
  bottom: -48px;
  background: url(../img/common/bg_footer_bottom.png) no-repeat 50% 100%;
}
.footer-section .f-logo {
  position: relative;
  top: -127px;
  margin-bottom: -99px;
  text-align: center;
}
.footer-section .f-block {
  position: relative;
}
.footer-section .f-block .f-phone {
  position: absolute;
  top: -254px;
  right: 53px;
}
.footer-section .medical-subject {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #402000;
  border-bottom: 1px solid #402000;
  margin-bottom: 32px;
  padding: 22px 0 17px 142px;
  font-size: 20px;
  text-align: center;
}
.footer-section .medical-subject .ttl {
  background: #402000;
  color: #fff;
  width: 120px;
  margin-right: 27px;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.footer-section .medical-subject .text {
  width: 72%;
  text-align: left;
}
.footer-section .map {
  width: 100%;
}
.footer-section .map iframe {
  display: block;
  width: 100%;
  height: 250px;
}
.footer-section .text-map {
  margin-bottom: 17px;
  padding: 21px 21px 17px;
  color: #0099C7;
  border-top: 1px solid #402000;
  border-bottom: 1px solid #402000;
  font-size: 30px;
  text-align: center;
}
.footer-section .text-map .address {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.footer-section .text-map .btn-primary {
  margin-left: 38px;
}

.copyright {
  background: #0099C7;
  color: #fff;
  padding: 14px 0 13px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5em;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 640px) {
  .section-clinic-info {
    padding: 0.56rem 0 1.14rem;
  }
  .section-clinic-info .headline01 {
    margin-bottom: 0.35rem;
  }
  .section-clinic-info .headline01 span {
    padding: 0 0.3rem 0 0.42rem;
  }
  .section-clinic-info .ul-clinic {
    margin-bottom: 0.2rem;
  }
  .section-clinic-info .ul-clinic li {
    float: none;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .section-clinic-info .ul-clinic li:nth-child(even) {
    float: none;
  }
  .section-clinic-info .ul-clinic .image {
    margin-bottom: 0.16rem;
  }
  .section-clinic-info .ul-clinic .image span {
    -moz-background-size: 0.15rem 0.13rem;
    -o-background-size: 0.15rem 0.13rem;
    -webkit-background-size: 0.15rem 0.13rem;
    background-size: 0.15rem 0.13rem;
    padding: 0.1rem 0.25rem 0.1rem 0.25rem;
    font-size: 0.24rem;
  }
  .section-clinic-info .ul-clinic .desc {
    padding: 0 0.24rem 0 0.34rem;
  }

  .list-link li {
    float: left;
    width: 48.5%;
    margin: 0 0 0.2rem;
  }
  .list-link li:nth-child(2n) {
    float: right;
  }
  .list-link li a,
  .list-link li a form button {
    font-size: 0.24rem;
    min-height: 1rem;
    line-height: 0.3rem;
    -moz-background-size: 0.15rem 0.13rem;
    -o-background-size: 0.15rem 0.13rem;
    -webkit-background-size: 0.15rem 0.13rem;
    background-size: 0.15rem 0.13rem;
  }
  .list-link li a span {
    padding: 0.1rem 0.3rem 0.1rem 0.1rem;
  }
  .list-link.list-link01 li a {
    -moz-background-size: 0.13rem 0.15rem;
    -o-background-size: 0.13rem 0.15rem;
    -webkit-background-size: 0.13rem 0.15rem;
    background-size: 0.13rem 0.15rem;
  }
  .list-link.list-link02 li {
    margin: 0 0.16rem 0.16rem 0;
    width: 31.55%;
  }
  .list-link.list-link02 li:nth-child(2n) {
    float: left;
  }
  .list-link.list-link02 li:nth-child(3n) {
    margin-right: 0;
  }
  .list-link.list-link02 li:nth-child(5n) {
    margin-right: 0.16rem;
  }
  .list-link.list-link02 li a {
    min-height: 0.94rem;
    line-height: 0.94rem;
    font-size: 0.2rem;
  }
  .list-link.list-link02 li a:after {
    border-right-width: 0.08rem;
    border-bottom-width: 0.08rem;
    border-top-width: 0.08rem;
    border-left-width: 0.08rem;
    right: 0.06rem;
    bottom: 0.07rem;
  }

  .banner {
    border-width: 3px;
    margin: 0.12rem 0 0.42rem;
    padding: 0.54rem 0.3rem 0.5rem;
  }
  .banner img {
    width: 3.92rem;
  }

  .list-banner li {
    margin-bottom: 0.16rem;
    padding: 0.22rem 0.42rem 0.16rem;
    height: 1rem;
  }
  .list-banner .bnr01 {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .list-banner .bnr02 {
    padding-top: 0.24rem;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .list-banner .text-banner {
    width: 2rem;
    text-align: right;
  }
  .list-banner .text-banner img {
    height: 0.32rem;
    width: auto;
  }
  .list-banner .btn-banner {
    width: 2.7rem;
    margin-left: 0.44rem;
    padding: 0.12rem 0.24rem 0.1rem 0.1rem;
    -moz-background-size: 0.15rem 0.13rem;
    -o-background-size: 0.15rem 0.13rem;
    -webkit-background-size: 0.15rem 0.13rem;
    background-size: 0.15rem 0.13rem;
    font-size: 0.2rem;
  }

  .pagetop {
    margin: 0 auto 0.48rem;
    padding: 0.2rem 0;
  }
  .pagetop img {
    width: auto;
  }

  .footer-section {
    margin: 1.26rem 0 0.5rem;
    padding: 0 0 0.23rem;
  }
  .footer-section:after, .footer-section:before {
    top: -0.48rem;
    height: 0.48rem;
    -moz-background-size: auto 0.48rem;
    -o-background-size: auto 0.48rem;
    -webkit-background-size: auto 0.48rem;
    background-size: auto 0.48rem;
  }
  .footer-section:after {
    top: auto;
    bottom: -0.28rem;
    -moz-background-size: auto 0.48rem;
    -o-background-size: auto 0.48rem;
    -webkit-background-size: auto 0.48rem;
    background-size: auto 0.48rem;
  }
  .footer-section .f-logo {
    top: -1.3rem;
    margin: 0 auto -1rem;
    width: 2.7rem;
  }
  .footer-section .f-block .f-phone {
    display: block;
    margin: 0 auto;
    position: static;
    top: auto;
    right: auto;
    width: 3.88rem;
  }
  .footer-section .medical-subject {
    margin-bottom: 0.32rem;
    padding: 0.22rem 0.2rem 0.16rem;
    font-size: 0.2rem;
    text-align: center;
  }
  .footer-section .medical-subject .ttl {
    width: 1.2rem;
    margin-right: 0.26rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .footer-section .map iframe {
    height: 2.5rem;
  }
  .footer-section .text-map {
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    font-size: 0.26rem;
  }
  .footer-section .text-map .address {
    width: 52%;
  }
  .footer-section .text-map .btn-primary {
    margin-left: 0.3rem;
  }

  .copyright {
    padding: 0.14rem 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0.04rem;
  }
}
/* COMMON LAYOUT
 * ----------------------------------------------- */
.img {
  display: block;
}

.img-inline {
  max-width: 100%;
}

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

.main {
  background: url(../img/common/bg_main.png) no-repeat 50% 0;
  padding-top: 80px;
}

.txt-color {
  color: #0099C7;
}

.txt-color01 {
  color: #ab1958;

}

.tbl-time > .txt-color01 {
  color: #ab1958;
  display:  block;
}

.caption-bl {
  font-size: 18px;
}

@media (min-width: 641px) {
  .flex, .block-intraocular, .grid-col-cataract, .guide-list.center li, .grid-col-glaucoma .box, .section-list-search .grid-col-search {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .main {
    padding-top: 0.3rem;
  }

  .caption-bl {
    font-size: 0.22rem;
  }
}
/* COMMON TITLES
 * ----------------------------------------------- */
.headline01 {
  margin-bottom: 30px;
  color: #0099C7;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
}
.headline01 span {
  display: inline-block;
  position: relative;
  padding: 0 42px;
}
.headline01 span:after, .headline01 span:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #0099C7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.headline01 span:after {
  left: auto;
  right: 0;
}

.headline02 {
  margin-bottom: 13px;
  color: #0099C7;
  font-size: 30px;
}

.headline03 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: url(../img/common/bg_dot03.png) no-repeat 50% 100%;
  text-align: center;
}
.headline03 .ja {
  display: block;
  font-size: 40px;
  letter-spacing: 0.32em;
  line-height: 1.25;
  font-weight: 500;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff;
}
.headline03 .en {
  color: #0099C7;
  font-size: 14px;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5em;
  line-height: 1.2;
}

.headline04 {
  margin-bottom: 30px;
  padding: 20px 75px;
  background: #eee;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.07em;
}

.sec-title {
  color: #0099C7;
  padding-left: 18px;
  background: url(../img/common/icon_circle01.png) no-repeat 0 7px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec-title + .text {
  padding-top: 10px;
}

@media (max-width: 640px) {
  .headline01 {
    margin-bottom: 0.3rem;
    font-size: 0.35rem;
    font-weight:bold;
  }
  .headline01 span {
    padding: 0 0.4rem;
  }
  .headline01 span:after, .headline01 span:before {
    top: 0.08rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .headline02 {
    margin-bottom: 0.14rem;
    font-size: 0.3rem;
  }

  .headline03 {
    margin-bottom: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .headline03 .ja {
    font-size: 0.4rem;
  }
  .headline03 .en {
    font-size: 0.26rem;
    letter-spacing: 0.35em;
  }

  .headline04 {
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.3rem;
  }

  .sec-title {
    padding-left: 0.2rem;
    background-position: 0 0.08rem;
    -moz-background-size: 0.14rem 0.14rem;
    -o-background-size: 0.14rem 0.14rem;
    -webkit-background-size: 0.14rem 0.14rem;
    background-size: 0.14rem 0.14rem;
    font-size: 0.22rem;
  }
  .sec-title + .text {
    padding-top: 0.1rem;
  }
}
/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-primary {
  display: inline-block;
  background: url(../img/common/bg_dot02.png) repeat-x 0 0, url(../img/common/bg_dot02.png) repeat-x 0 100%;
  background-color: #fff;
  width: 252px;
  padding: 12px 16px 10px 7px;
  color: #0099C7;
  font-size: 20px;
  text-align: center;
}
.btn-primary span {
  display: block;
  padding-right: 15px;
  background: url(../img/common/arrow02.png) no-repeat 100% 50%;
}

.wrap-btn {
  text-align: center;
}

@media (max-width: 640px) {
  .btn-primary {
    width: 2.52rem;
    padding: 0.12rem 0.1rem 0.1rem;
    font-size: 0.2rem;
  }
  .btn-primary span {
    padding-left: 0.15rem;
    -moz-background-size: 0.15rem 0.13rem;
    -o-background-size: 0.15rem 0.13rem;
    -webkit-background-size: 0.15rem 0.13rem;
    background-size: 0.15rem 0.13rem;
  }
}
/* COMMON BREADCRUMBS
 * ----------------------------------------------- */
.breadcrumb {
  margin-top: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: left;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: text-bottom;
}
.breadcrumb li + li:before {
  content: ">";
  display: inline-block;
  margin: 1px 6px 0 2px;
  font-weight: bold;
}
.breadcrumb li a {
  color: #0099C7;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}


@media (max-width: 640px) {
  .breadcrumb {
    margin: 0 0 0.2rem;
    padding: 0 0.2rem;
  }
}
/* COMMON PARTS
 * ----------------------------------------------- */
.work-time {
  margin-bottom: 42px;
}
.work-time .tbl-time {
  border: 3px solid #402000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.work-time .tbl-time th,
.work-time .tbl-time td {
  border-left: 1px solid #402000;
  text-align: center;
}
.work-time .tbl-time th {
  width: 100px;
  font-size: 24px;
  color: #fff;
  background: #0099C7;
  padding: 21px 0 17px;
  /* letter-spacing: 0.3em; */
}
.work-time .supplement{
  font-size: 11px;
  font-weight: bold;
  color:#ff0000;
}


@media (max-width: 640px) {
  .work-time .supplement{
    font-size: 11px;
    font-weight: bold;
    color:#ff0000;
  }
}
.work-time .tbl-time th:first-child {
  border: none;
  -moz-border-radius: 7px 0 0 0;
  -webkit-border-radius: 7px;
  border-radius: 7px 0 0 0;
}
.work-time .tbl-time th:last-child {
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 7px 0 0;
}
.work-time .tbl-time th.col01 {
  width: 381px;
}
.work-time .tbl-time th.col02 {
  width: 112px;
}
.work-time .tbl-time td {
  border-top: 1px solid #402000;
  color: #402000;
  padding-top: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.work-time .tbl-time td:first-child {
  border-left: none;
}
.work-time .tbl-time td:last-child {
  -moz-border-radius: 0 0 7px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 7px 0;
}
.work-time .tbl-time td.col01 {
  padding: 11px 44px;
  text-align: left;
}
.work-time .tbl-time td.stt {
  background: #f0f0f0;
  color: #ff0000;
  font-size: 22px;
}
.work-time .tbl-time .unit-time {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #402000;
  padding: 8px 5px 6px;
  font-size: 22px;
  width: 86px;
  text-align: center;
}
.work-time .tbl-time .time {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 0 26px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.work-time .list-note {
  padding: 16px 0 0 66px;
}
.work-time .list-note li {
  margin-bottom: 0;
}
.work-time td span.maindr{ color: #402000; }
.work-time td span.subdr{ color: #ab1958;}
.work-time td span.advisor{ color: #0078d7;}

.work-time td span.time2{ font-size: 0.75em; font-weight: bold;}
.work-time td span.circle{ font-size: 1.8em; font-family: "メイリオ", sans-serif;}

.section-keyvisual {
  position: relative;
  overflow: hidden;
}
.section-keyvisual .image-keyv {
  text-align: center;
}

.list-note {
  font-size: 16px;
}
.list-note li {
  margin-bottom: 2px;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.scroll-info {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  border-top: 2px solid #3f1f00;
  border-bottom: 2px solid #3f1f00;
  text-align: center;
}
.scroll-info li a {
  display: inline-block;
  padding: 28px 0 26px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: underline;
}
.scroll-info li a span {
  position: relative;
  display: block;
  padding: 3px 33px 17px;
  background: url(../img/common/bg_dot05.png) repeat-y 0 0;
}
.scroll-info li a span:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -3px;
  margin-left: -5px;
  width: 20px;
  height: 11px;
  background: url(../img/common/arrow07.png) no-repeat 100% 50%;
}
.scroll-info li:first-child a span {
  background: none;
}

.intro-box {
  padding-top: 24px;
}
.intro-box.intro-box01 {
  padding-top: 14px;
}

.panel {
  background: #fff;
  margin-bottom: 50px;
  border: 3px solid #0099C7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.panel-heading {
  border-bottom: 3px solid #0099C7;
  padding: 39px 0 24px;
}
.panel-heading .headline01 {
  margin-bottom: 0;
}

.panel-content {
  padding: 35px 41px 40px;
}

.list-style li {
  background: url(../img/common/icon_circle.png) no-repeat 0 7px;
  padding-left: 15px;
}

.list-style01 li {
  background: url(../img/common/icon_circle01.png) no-repeat 0 7px;
  padding-left: 20px;
  color: #0099C7;
  font-size: 20px;
  font-weight: bold;
}

.list-style01 li span{font-size:0.9em; font-weight: normal; color: #3f1f00;}

.table-block {
  background: url(../img/common/bg_dot07.png) repeat-x 0 0;
  margin: 30px 8px 0;
  padding-top: 25px;
}
.table-block th {
  vertical-align: middle;
  border-bottom: 10px solid #fff;
  background: #bbeaf2;
  padding: 5px;
  width: 186px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.table-block td {
  vertical-align: middle;
  border-bottom: 10px solid #fff;
  padding: 15px 36px;
  font-size: 18px;
}
.table-block td.pr0 {
  padding-right: 0 !important;
}

.content-quest-answer .box-inner {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.content-quest-answer .ask {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 43px;
}
.content-quest-answer .ask .icon {
  width: 60px;
}
.content-quest-answer .ask .text {
  width: 420px;
  font-size: 20px;
  font-weight: bold;
  color: #402000;
  letter-spacing: 0.05em;
  padding-bottom: 21px;
}
.content-quest-answer .answer {
  *zoom: 1;
  padding-right: 43px;
}
.content-quest-answer .answer:after {
  content: "";
  display: table;
  clear: both;
}
.content-quest-answer .answer .icon {
  float: left;
  width: 60px;
}
.content-quest-answer .answer .text {
  float: right;
  width: 420px;
  font-size: 16px;
  color: #402000;
  padding-bottom: 23px;
  word-wrap: break-word;
  padding-top: 17px;
  border-top: 1px dashed #cdcdcd;
}

/* section-cost */
.block-cost {
  padding: 20px 0;
}
.block-cost.block-cost01 .list-note li + li:not(:first-child) {
  padding-top: 22px;
}
.block-cost .list-note {
  font-size: 18px;
}
.block-cost .list-note li {
  padding-left: 0;
  text-indent: 0;
}
.block-cost .list-note li + li:not(:first-child) {
  padding-top: 9px;
}
.block-cost .inner {
  width: 900px;
  margin: 0 auto;
}

.title-cost {
  background: #FF9326;
  color: #fff;
  margin-bottom: 27px;
  padding: 18px 5px 19px;
  font-size: 24px;
  line-height: 1.2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.table-cost {
  margin-bottom: 28px;
}
.table-cost th, .table-cost td {
  border: 1px solid #bbb;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.table-cost th {
  background: #f0f0f0;
  padding: 10px 5px 7px 15px;
}
.table-cost td {
  padding: 24px 13px 19px 5px;
}
.table-cost .col01 {
  width: 249px;
}
.table-cost .col02 {
  padding-right: 5px;
  padding-left: 5px;
  background: #f0f0f0;
  letter-spacing: 0.25em;
}

.about-clinic {
  margin: 46px 0 23px;
  padding: 28px 10px 32px;
  border: 2px solid #0099C7;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
.about-clinic .txt-color {
  text-decoration: underline;
}

/* section-intraocular */
.section-intraocular {
  font-size: 18px;
}

.block-intraocular {
  margin: 27px 0 25px;
}
.block-intraocular > * {
  width: 548px;
}
.block-intraocular .info {
  padding: 24px 5px 20px;
  background: #0099C7;
  text-align: center;
}
.block-intraocular .info .title {
  padding-bottom: 8px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.block-intraocular .info .desc {
  display: inline-block;
  padding: 5px;
  color: #0099C7;
  font-size: 18px;
  min-width: 436px;
  background: #fff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

@media (max-width: 640px) {
  .work-time {
    margin-bottom: 0.42rem;
  }
  .work-time .tbl-time {
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    _zoom: 1; overflow: hidden;
  }
  .work-time .tbl-time th {
    width: 1rem;
    font-size: 0.24rem;
    padding: 0.06rem 3px;
    text-align:  center;
  }
  .work-time .tbl-time th:first-child {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 0;
  }
  .work-time .tbl-time th:last-child {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 0 0;
  }
  .work-time .tbl-time th.col01 {
    width: 2.2rem;
  }
  .work-time .tbl-time th.col02 {
    width: 1.12rem;
  }
  .work-time .tbl-time td {
    padding: 0.0rem;
    font-size: 0.2rem;
  }
  .work-time .tbl-time td:last-child {
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 0;
  }
  .work-time .tbl-time td.col01 {
    padding: 0.1rem 0;
    text-align: center;
  }
  .work-time .tbl-time td.stt {
    font-size: 0.22rem;
  }
  .work-time .tbl-time .unit-time {
    padding: 0.08rem 0.05rem;
    font-size: 0.22rem;
    width: 0.86rem;
    display:none;
  }
  .work-time .tbl-time .time {
    padding: 0.06rem 0 0 0rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .work-time .list-note {
    padding: 0.16rem 0 0 0.2rem;
  }

  .section-keyvisual {
    background-repeat: no-repeat;
    background-position: 50% 0;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    height: 110px;
    /*
    height: 5.33rem;
    */
  }
  .section-keyvisual .image-keyv img {
    display: none;
  }

  .list-note {
    font-size: 0.2rem;
  }

  .scroll-info {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .scroll-info li a {
    padding: 0.28rem 0 0.26rem;
    font-size: 0.2rem;
  }
  .scroll-info li a span {
    padding: 0 0 0.2rem;
  }
  .scroll-info li a span:after {
    width: 0.2rem;
    height: 0.11rem;
    -moz-background-size: 0.2rem 0.11rem;
    -o-background-size: 0.2rem 0.11rem;
    -webkit-background-size: 0.2rem 0.11rem;
    background-size: 0.2rem 0.11rem;
  }

  .panel {
    margin-bottom: 0.5rem;
    border-width: 2px;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }

  .panel-heading {
    border-bottom-width: 2px;
    padding: 0.3rem 0;
  }

  .panel-content {
    padding: 0.3rem 0.3rem 0.2rem;
  }

  .list-style li {
    background-position: 0 0.09rem;
    -moz-background-size: 0.12rem 0.12rem;
    -o-background-size: 0.12rem 0.12rem;
    -webkit-background-size: 0.12rem 0.12rem;
    background-size: 0.12rem 0.12rem;
    padding-left: 0.16rem;
  }

  .list-style01 li {
    background-position: 0 0.09rem;
    -moz-background-size: 0.14rem 0.14rem;
    -o-background-size: 0.14rem 0.14rem;
    -webkit-background-size: 0.14rem 0.14rem;
    background-size: 0.14rem 0.14rem;
    padding-left: 0.2rem;
    font-size: 0.22rem;
  }

  .intro-box {
    padding-top: 0.24rem;
  }
  .intro-box.intro-box01 {
    padding-top: 0.14rem;
  }

  .table-block {
    margin: 0.3rem 0 0;
    padding-top: 0.24rem;
  }
  .table-block th {
    display: block;
    border: none;
    padding: 0.2rem 0.1rem;
    width: auto;
    font-size: 0.22rem;
  }
  .table-block td {
    display: block;
    border: none;
    padding: 0.1rem 0 0.2rem;
    font-size: 0.22rem;
  }

  .content-quest-answer .box-inner {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .content-quest-answer .ask {
    padding-right: 0;
  }
  .content-quest-answer .ask .icon {
    width: 0.6rem;
  }
  .content-quest-answer .ask .text {
    float: right;
    width: 5rem;
    font-size: 0.22rem;
    padding-bottom: 0.2rem;
  }
  .content-quest-answer .answer {
    padding-right: 0;
  }
  .content-quest-answer .answer .icon {
    width: 0.6rem;
  }
  .content-quest-answer .answer .text {
    float: right;
    width: 5rem;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
    padding-top: 0.15rem;
  }

  /* section-cost */
  .block-cost {
    padding: 0.2rem 0;
  }
  .block-cost.block-cost01 .list-note li + li:not(:first-child) {
    padding-top: 0.22rem;
  }
  .block-cost .list-note {
    font-size: 0.22rem;
  }
  .block-cost .list-note li + li:not(:first-child) {
    padding-top: 0.1rem;
  }
  .block-cost .inner {
    width: 100%;
  }

  .title-cost {
    margin-bottom: 0.3rem;
    padding: 0.18rem 0.2rem;
    font-size: 0.26rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left !important;
  }

  .table-cost {
    margin-bottom: 0.28rem;
  }
  .table-cost th, .table-cost td {
    font-size: 0.22rem;
  }
  .table-cost th {
    padding: 0.1rem;
  }
  .table-cost td {
    padding: 0.24rem 0.1rem 0.2rem;
  }
  .table-cost .col01 {
    width: 2.2rem;
  }
  .table-cost .col02 {
    letter-spacing: 0.05rem;
  }

  .about-clinic {
    margin: 0.46rem 0 0.24rem;
    padding: 0.28rem 0.1rem 0.32rem;
    border-width: 1px;
    font-size: 0.24rem;
  }

  /* section-intraocular */
  .section-intraocular {
    font-size: 0.22rem;
  }

  .block-intraocular {
    margin: 0.3rem 0;
  }
  .block-intraocular > * {
    margin-bottom: 0.1rem;
    width: auto;
  }
  .block-intraocular .info {
    padding: 0.24rem 0.2rem 0.2rem;
  }
  .block-intraocular .info .title {
    padding-bottom: 0.08rem;
    font-size: 0.26rem;
  }
  .block-intraocular .info .desc {
    font-size: 0.22rem;
    min-width: 4.36rem;
    -moz-border-radius: 0.18rem;
    -webkit-border-radius: 0.18rem;
    border-radius: 0.18rem;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.section-keyvisual .content-keyv {
  position: absolute;
  top: 121px;
  right: 28px;
  padding: 38px 73px 36px 53px;
  color: #402000;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #0099C7;
}
.section-keyvisual .content-keyv .ttl-keyv {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.section-keyvisual .content-keyv .text-keyv {
  padding-left: 6px;
}

.section-top-support {
  width: 1200px;
  margin: 0 auto;
}
.section-top-support .wrapper-content {
  *zoom: 1;
  padding: 56px 0 0 52px;
}
.section-top-support .wrapper-content:after {
  content: "";
  display: table;
  clear: both;
}
.section-top-support .image {
  float: left;
  width: 507px;
  margin-top: 20px;
}
.section-top-support .info {
  float: left;
  width: 599px;
}
.section-top-support .list-note {
  margin-bottom: 34px;
}
.section-top-support .desc-bl {
  font-size: 16px;
  line-height: 1.625;
}
.section-top-support .desc-bl p {
  padding-bottom: 24px;
}
.section-top-support .work-time {
  margin-bottom: 62px;
}
.section-top-support .work-time .list-note {
  padding: 14px 0 0 66px;
  font-size: 18px;
}

.section-top-news {
  background: #dceff1;
  padding: 57px 0 53px;
}
.section-top-news .headline01 {
  margin-bottom: 49px;
}
.section-top-news .headline01 span {
  padding: 0 41px 0 45px;
}
.section-top-news .list-news {
  padding-bottom: 17px;
}
.section-top-news .list-news li {
  background: #fff;
  margin-bottom: 10px;
  padding: 14px 30px 11px 32px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.section-top-news .list-news li .item-news {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.section-top-news .list-news li .item-news .date {
  color: #555;
  padding-top: 10px;
  width: 130px;
}
.section-top-news .list-news li .item-news .info {
  border-left: 3px solid #e7f4f0;
  padding: 7px 0 9px 30px;
  width: 65%;
}
.section-top-news .list-news li .item-news .info .ttl {
  padding-bottom: 5px;
}
.section-top-news .list-news li .item-news .info .ttl a {
  color: #0099C7;
  font-size: 20px;
  text-decoration: underline;
}
.section-top-news .list-news li .item-news .info .ttl a:hover {
  text-decoration: none;
}
.section-top-news .list-news li .item-news .info .desc {
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-top-news .list-news li .item-news .btn-more {
  width: 220px;
  padding-top: 15px;
  text-align: right;
}
.section-top-news .list-news li .item-news .btn-more a {
  display: inline-block;
  padding: 12px 5px;
  width: 120px;
  height: 46px;
  background: #0099C7;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-box-shadow: 2px 2px 0 #a6a6a6;
  -webkit-box-shadow: 2px 2px 0 #a6a6a6;
  box-shadow: 2px 2px 0 #a6a6a6;
  color: #fff;
  text-shadow: 2px 2px 0 #00456F;
  text-align: center;
}
.section-top-news .btn-primary {
  width: 301px;
}

@media (max-width: 640px) {
  .section-keyvisual{ margin-top: 60px;}

  .section-keyvisual.top {
    background-image: url(../img/top/keyvisual.jpg);
    height: 4rem !important;
    background-size: cover !important;
    background-position: 85%;
  }

  .section-keyvisual .content-keyv {
    right: 0;
    margin: 0 0.2rem;
    padding: 0.38rem 0.3rem 0.36rem;
  }
  .section-keyvisual .content-keyv .ttl-keyv {
    margin-bottom: 0.16rem;
    font-size: 0.24rem;
  }

  .section-top-support {
    width: auto;
    padding: 0 0.2rem;
  }
  .section-top-support .wrapper-content {
    padding: 0;
  }
  .section-top-support .image {
    float: none;
    width: 100%;
  }
  .section-top-support .info {
    float: none;
    width: 100%;
  }
  .section-top-support .desc-bl {
    font-size: 0.2rem;
  }
  .section-top-support .list-note {
    margin-bottom: 0.34rem;
  }
  .section-top-support .work-time {
    margin-bottom: 0.62rem;
  }
  .section-top-support .work-time .list-note {
    padding: 0.14rem 0 0;
    font-size: 0.22rem;
  }

  .section-top-news {
    padding: 0.56rem 0 0.52rem;
  }
  .section-top-news .headline01 {
    margin-bottom: 0.5rem;
  }
  .section-top-news .headline01 span {
    padding: 0 0.4rem;
  }
  .section-top-news .list-news {
    padding-bottom: 0.16rem;
  }
  .section-top-news .list-news li {
    margin-bottom: 0.1rem;
    padding: 0.24rem 0.3rem 0.24rem 0.32rem;
    -moz-border-radius: 0.09rem;
    -webkit-border-radius: 0.09rem;
    border-radius: 0.09rem;
  }
  .section-top-news .list-news li .item-news {
    display: block;
  }
  .section-top-news .list-news li .item-news .date {
    padding-top: 0;
    width: auto;
  }
  .section-top-news .list-news li .item-news .info {
    border: none;
    padding: 0.08rem 0;
    width: auto;
  }
  .section-top-news .list-news li .item-news .info .ttl {
    padding-bottom: 0.04rem;
  }
  .section-top-news .list-news li .item-news .info .ttl a {
    font-size: 0.2rem;
  }
  .section-top-news .list-news li .item-news .btn-more {
    width: auto;
    padding-top: 0.1rem;
    text-align: right;
  }
  .section-top-news .list-news li .item-news .btn-more a {
    padding: 0.1rem 2px;
    width: 1.2rem;
    height: 0.46rem;
    -moz-border-radius: 0.09rem;
    -webkit-border-radius: 0.09rem;
    border-radius: 0.09rem;
  }
  .section-top-news .btn-primary {
    width: 3rem;
  }
}
/* PAGE CLINIC
 * ----------------------------------------------- */
.list-anchor-clinic {
  margin: 48px 0 92px;
  text-align: center;
}
.list-anchor-clinic li {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
}
.list-anchor-clinic .btn-primary {
  padding-right: 36px;
  width: 400px;
}
.list-anchor-clinic .btn-primary span {
  background-image: url(../img/common/arrow04.png);
}

.section-facility {
  margin-bottom: 119px;
}

.list-facility {
  padding: 33px 0 25px;
}
.list-facility li {
  position: relative;
  margin-bottom: 10px;
}
.list-facility li:before {
  position: absolute;
  z-index: 5;
  content: "";
  right: 230px;
  bottom: -42px;
  width: 104px;
  height: 42px;
  background: url(../img/common/arrow08.png) no-repeat 100% 100%;
}
.list-facility li:last-child:before {
  position: static;
  background: none;
}
.list-facility .item-facility {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-facility .image {
  width: 500px;
}
.list-facility .info {
  width: 600px;
  border: 1px solid #cdcdcd;
  padding: 29px 25px 29px 50px;
}
.list-facility .info .title {
  margin-bottom: 14px;
}
.list-facility .info .title .fa {
  display: inline-block;
  vertical-align: middle;
  background: #0099C7;
  color: #fff;
  width: 80px;
  height: 80px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 80px;
  font-size: 42px;
  text-align: center;
}
.list-facility .info .title span {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0 0 13px;
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list-facility .info .desc {
  padding-left: 2px;
}
.list-facility .info .desc p:last-child {
  border-top: 1px dashed #cdcdcd;
  margin-top: 22px;
  padding-top: 34px;
}
.list-facility .tag-facility {
  position: absolute;
  right: 0;
  background: #0099C7;
  color: #fff;
  padding: 8px 5px 6px;
  width: 195px;
  height: 38px;
  text-align: center;
}

.block-facility {
  display: table;
  width: 100%;
  margin: 0 0 61px 59px;
}
.block-facility > * {
  display: table-cell;
  vertical-align: middle;
}
.block-facility .image {
  width: 345px;
}
.block-facility .image img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.block-facility .info {
  width: 740px;
  position: relative;
  padding: 1px 0 0 55px;
}
.block-facility .info:after, .block-facility .info:before {
  position: absolute;
  content: "";
  top: 20px;
  left: -20px;
  width: 117px;
  height: 39px;
  background: url(../img/clinic/quote01.png) no-repeat 0 0;
}
.block-facility .info:before {
  top: auto;
  bottom: 20px;
  background-image: url(../img/clinic/quote02.png);
}

.list-room {
  *zoom: 1;
}
.list-room:after {
  content: "";
  display: table;
  clear: both;
}
.list-room li {
  float: left;
  width: 350px;
  margin: 0 25px 36px 0;
  text-align: center;
}
.list-room li:nth-child(3n) {
  margin-right: 0;
}
.list-room li .desc {
  display: block;
  margin-top: 14px;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: bold;
}

.section-equipment {
  margin-bottom: 100px;
}

.equipment-tag {
  background: #3f1f00;
  color: #fff;
  margin: 0 auto;
  padding: 8px 5px 6px;
  width: 150px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5em;
  text-align: center;
}

.equipment-block:last-child {
  margin-top: 41px;
}

.list-equipment {
  *zoom: 1;
}
.list-equipment:after {
  content: "";
  display: table;
  clear: both;
}
.list-equipment li {
  float: left;
  margin: 135px 20px 0 0;
  width: 260px;
  text-align: center;
}
.list-equipment li:nth-child(1), .list-equipment li:nth-child(2), .list-equipment li:nth-child(3), .list-equipment li:nth-child(4) {
  margin-top: 61px;
}
.list-equipment li:nth-child(4n) {
  margin-right: 0;
}
.list-equipment li .ttl {
  display: table;
  width: 100%;
  margin-bottom: 14px;
}
.list-equipment li .ttl span {
  display: table-cell;
  vertical-align: bottom;
}
.list-equipment li .image {
  min-height: 350px;
}

@media (max-width: 640px) {
  .section-keyvisual.clinic {
    background-image: url(../img/clinic/keyvisual.jpg);
  }

  .list-anchor-clinic {
    margin: 0.48rem 0 0.92rem;
  }
  .list-anchor-clinic li {
    padding: 0 0.2rem;
    width: 48.5%;
  }
  .list-anchor-clinic .btn-primary {
    padding-right: 0.36rem;
    width: 100%;
    min-height: 0.6rem;
    line-height: 0.58rem;
  }
  .list-anchor-clinic .btn-primary span {
    display: inline-block;
    vertical-align: middle;
    -moz-background-size: 0.13rem 0.15rem;
    -o-background-size: 0.13rem 0.15rem;
    -webkit-background-size: 0.13rem 0.15rem;
    background-size: 0.13rem 0.15rem;
    line-height: 1.4;
  }

  .list-facility {
    padding: 0.32rem 0 0;
  }
  .list-facility li {
    margin-bottom: 0.42rem;
  }
  .list-facility li:before {
    right: 50%;
    margin-right: -0.52rem;
    bottom: -0.42rem;
    width: 1.04rem;
    height: 0.42rem;
    -moz-background-size: 1.04rem 0.42rem;
    -o-background-size: 1.04rem 0.42rem;
    -webkit-background-size: 1.04rem 0.42rem;
    background-size: 1.04rem 0.42rem;
  }
  .list-facility .item-facility {
    display: block;
  }
  .list-facility .image {
    width: auto;
  }
  .list-facility .info {
    width: auto;
    padding: 0.3rem;
  }
  .list-facility .info .title {
    margin-bottom: 0.14rem;
  }
  .list-facility .info .title .fa {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.42rem;
    text-align: center;
  }
  .list-facility .info .title span {
    padding: 0.1rem 0 0 0.12rem;
    width: 80%;
    font-size: 0.24rem;
  }
  .list-facility .info .desc p:last-child {
    margin-top: 0.22rem;
    padding-top: 0.34rem;
  }
  .list-facility .tag-facility {
    position: static;
    width: auto;
    height: auto;
  }

  .block-facility {
    display: block;
    margin: 0 0 0.6rem;
  }
  .block-facility > * {
    display: block;
  }
  .block-facility .image {
    width: auto;
  }
  .block-facility .image img {
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
  }
  .block-facility .info {
    width: auto;
    padding: 0.2rem 0 0;
  }
  .block-facility .info:after, .block-facility .info:before {
    position: static;
    background: none;
  }
  .block-facility .info:before {
    background: none;
  }

  .list-room li {
    width: 48.3%;
    margin: 0 0 0.36rem;
  }
  .list-room li:nth-child(even) {
    float: right;
  }
  .list-room li:nth-child(3n) {
    margin-right: 0;
  }
  .list-room li .desc {
    margin-top: 0.14rem;
    font-size: 0.2rem;
  }

  .section-equipment {
    margin-bottom: 1rem;
  }

  .equipment-tag {
    padding: 0.08rem 0.04rem 0.06rem;
    width: 1.5rem;
    font-size: 0.2rem;
  }

  .equipment-block:last-child {
    margin-top: 0.4rem;
  }

  .list-equipment li {
    float: left;
    margin: 1.35rem 0 0 0;
    width: 47.5%;
  }
  .list-equipment li:nth-child(even) {
    float: right;
  }
  .list-equipment li:nth-child(1), .list-equipment li:nth-child(2) {
    margin-top: 0.6rem;
  }
  .list-equipment li:nth-child(3), .list-equipment li:nth-child(4) {
    margin-top: 1.35rem;
  }
  .list-equipment li .ttl {
    margin-bottom: 0.14rem;
  }
  .list-equipment li .image {
    min-height: 3.5rem;
  }
}
/* PAGE GUIDE
 * ----------------------------------------------- */
.main-guide {
  padding-bottom: 40px;
}

.box-guide {
  border: 2px solid #0099C7;
  background: #fff;
  padding: 41px 20px 41px 45px;
}
.box-guide .ttl {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
.box-guide .ttl .txt-color {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .section-keyvisual.guide {
    background-image: url(../img/guide/keyvisual.jpg);
  }

  .main-guide {
    padding-bottom: 0.4rem;
  }

  .box-guide {
    border-width: 1px;
    padding: 0.4rem 0.3rem;
  }
  .box-guide .ttl {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
  }
}
/* PAGE OPHTHAL
 * ----------------------------------------------- */
.main-ophthal .intro-box {
  padding-bottom: 34px;
}
.main-ophthal .banner {
  margin: 0 0 144px;
}

.section-ophthal .inspection {
  *zoom: 1;
}
.section-ophthal .inspection:after {
  content: "";
  display: table;
  clear: both;
}
.section-ophthal .inspection li {
  float: left;
  margin-right: 96px;
}
.section-ophthal .inspection li:last-child {
  margin-right: 0;
}
.section-ophthal .inspection .sec-title {
  margin-bottom: 12px;
}
.section-ophthal .treatment-block {
  margin-bottom: 60px;
}
.section-ophthal .treatment-block:first-child {
  margin-bottom: 36px;
}
.section-ophthal .col-allergic01 .group-list-style-2 .image {
  margin: 17px 0 0 34px;
}
.section-ophthal .list-epidemic {
  padding: 10px 0 18px 5px;
  text-align: center;
}
.section-ophthal .list-epidemic li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.section-ophthal .text-style {
  padding: 5px 7px;
}
.section-ophthal .group-text .item:not(:first-child) {
  margin-top: 19px;
}
.section-ophthal .text-exp {
  padding-top: 5px;
}
.section-ophthal .degener-block .image {
  margin-top: 22px;
}
.section-ophthal .image-allergic {
  margin: 17px 0 0 34px;
}

@media (min-width: 641px) {

  .section-keyvisual .image-keyv img {
    width: 100%;
  }

  .main-ophthal .intro-box .caption-bl {
    padding-right: 25px;
  }
  .main-ophthal .table-block td {
    padding-right: 9px;
    padding-left: 36px;
  }

  .section-ophthal .col-allergic01 .group-list-style-2 .list-style:first-child {
    margin-right: 40px;
  }
  .section-ophthal .panel-content {
    padding: 39px 41px 41px;
  }
  .section-ophthal .group-list-style-3 {
    *zoom: 1;
  }
  .section-ophthal .group-list-style-3:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-ophthal .group-list-style-3 .list-style {
    float: left;
    width: 245px;
  }
  .section-ophthal .group-list-style-3 .list-style:nth-child(2) {
    width: 275px;
  }
  .section-ophthal .group-list-style-3 .list-style:last-child {
    width: 240px;
  }
  .section-ophthal .group-list-style-2 {
    *zoom: 1;
  }
  .section-ophthal .group-list-style-2:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-ophthal .group-list-style-2 .list-style {
    float: left;
    margin-right: 25px;
  }
  .section-ophthal .group-list-style-2 .list-style:last-child {
    margin-right: 0;
  }
  .section-ophthal .grid-col-retinal {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .section-ophthal .grid-col-retinal .caption-bl {
    margin: 0 0 5px 16px;
    width: 550px;
  }
  .section-ophthal .grid-col-retinal .image {
    width: 400px;
  }
  .section-ophthal .grid-col-retinal.grid-col-retinal01 .caption-bl {
    width: 732px;
  }
  .section-ophthal .grid-col-retinal.grid-col-retinal01 .image {
    width: 224px;
  }
  .section-ophthal .col-dryeye01 {
    padding: 2px 0 6px 2px;
  }
  .section-ophthal .group-list-style-2 {
    padding: 5px 0 7px;
  }
  .section-ophthal .group-text .sec-title + .text {
    padding: 7px 0 0 8px;
  }
  .section-ophthal .group-text .inner {
    *zoom: 1;
  }
  .section-ophthal .group-text .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-ophthal .group-text .inner .col-text {
    float: left;
    width: 350px;
  }
  .section-ophthal .group-text .inner .image {
    float: right;
  }
  .section-ophthal .group-text .inner .desc {
    padding: 2px 0 22px;
  }
  .section-ophthal .inspection {
    padding-bottom: 5px;
  }
  .section-ophthal .treatment-block:first-child {
    margin-top: 22px;
  }
  .section-ophthal .treatment-block .row {
    *zoom: 1;
    padding: 5px 0 0 5px;
  }
  .section-ophthal .treatment-block .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-ophthal .treatment-block .row .text {
    float: left;
    margin-top: 12px;
    width: 440px;
  }
  .section-ophthal .treatment-block .row .image {
    float: right;
    width: 300px;
  }
  .section-ophthal .rapid-test {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-right: 21px;
  }
  .section-ophthal .rapid-test.ie > * {
    width: 50%;
  }
  .section-ophthal .col-allergic02 {
    padding: 36px 0 19px;
  }
  .section-ophthal .col-retinal01 {
    padding: 14px 0 9px;
  }
  .section-ophthal .col-retinal02 {
    padding: 22px 0 17px;
  }
  .section-ophthal .degener-block {
    padding: 16px 30px 5px 12px;
  }
  .section-ophthal .col-degener .group-list-style-2 {
    *zoom: 1;
  }
  .section-ophthal .col-degener .group-list-style-2:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-ophthal .col-degener .list-style01 {
    float: left;
  }
  .section-ophthal .col-degener .list-style01:first-child {
    width: 266px;
  }
  .section-ophthal .col-hayate .list-style:first-child {
    margin-right: 44px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.ophthal {
    background-image: url(../img/ophthal/keyvisual.jpg);
  }

  .main-ophthal .intro-box {
    padding-bottom: 0.34rem;
  }
  .main-ophthal .banner {
    margin: 0 0 1.44rem;
  }

  .section-ophthal .inspection .sec-title {
    margin-bottom: 0.12rem;
  }
  .section-ophthal .inspection li {
    float: none;
    margin: 0 0 0.1rem;
    width: 100%;
  }
  .section-ophthal .treatment-block {
    margin-bottom: 0.6rem;
  }
  .section-ophthal .treatment-block:first-child {
    margin-bottom: 0.36rem;
  }
  .section-ophthal .list-epidemic {
    padding: 0;
  }
  .section-ophthal .list-epidemic li {
    width: 48%;
    margin: 0 0 0.1rem;
  }
  .section-ophthal .rapid-test .image {
    text-align: center;
  }
  .section-ophthal .rapid-test .image img {
    width: auto;
    margin: 0 auto;
  }
  .section-ophthal .grid-col-retinal .caption-bl {
    margin-bottom: 0.2rem;
  }
  .section-ophthal .grid-col-retinal.grid-col-retinal01 .image {
    text-align: center;
  }
  .section-ophthal .grid-col-retinal.grid-col-retinal01 .image img {
    width: auto;
  }
  .section-ophthal .group-text .item:not(:first-child) {
    margin-top: 0.2rem;
  }
  .section-ophthal .group-text .col-text .desc {
    padding-bottom: 0.22rem;
  }
  .section-ophthal .image-allergic {
    margin: 0.2rem 0 0 0;
  }
}
/* PAGE CATARACT
 * ----------------------------------------------- */
.main-cataract .intro-box {
  padding: 33px 10px 53px 0;
}
.main-cataract .btn-cataract {
  margin-top: 34px;
  text-align: center;
}
.main-cataract .btn-cataract .btn-primary {
  width: 322px;
}
.main-cataract .scroll-info {
  margin-bottom: 96px;
}
.main-cataract .section-cost {
  margin-bottom: 110px;
}
.main-cataract .section-intraocular {
  margin-bottom: 186px;
}
.main-cataract .blockSpan:last-child{ margin-bottom: 10px;}
.note-bl {
  border: 2px solid #9f8f7f;
  background: #fff;
  padding: 13px 5px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.section-cataract {
  margin-bottom: 107px;
}

.section-flow {
  margin-bottom: 142px;
}

.grid-col-cataract {
  padding: 17px 0 28px;
}
.grid-col-cataract .text {
  font-size: 18px;
}
.grid-col-cataract .text a {
  color: #0099C7;
  text-decoration: underline;
}
.grid-col-cataract .text a:hover {
  text-decoration: none;
}
.grid-col-cataract .image {
  margin-top: 9px;
}

.list-cataract {
  margin-bottom: 58px;
}
.list-cataract li {
  position: relative;
  padding: 18px 35px 23px;
  border: 2px solid #0099C7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.list-cataract .image {
  text-align: center;
}
.list-cataract .desc {
  padding-top: 19px;
  font-size: 16px;
}

.block-device-cataract .title {
  margin-bottom: 18px;
  color: #0099C7;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.285em;
}
.block-device-cataract .caption-bl {
  margin-bottom: 29px;
}

.list-flow {
  padding-top: 19px;
}
.list-flow .title {
  margin: 7px 37px 0 0;
  padding: 0 3px;
  color: #0099C7;
  font-size: 40px;
  line-height: 1.15;
  text-align: center;
}
.list-flow .info {
  font-size: 18px;
}

.block-flow {
  padding-top: 7px;
}
.block-flow .title {
  margin-bottom: 17px;
  color: #0099C7;
  font-size: 30px;
  letter-spacing: 0.03em;
}

.section-faq .headline01 {
  margin-bottom: 86px;
}
.section-faq .content-quest-answer .box-inner {
  margin-bottom: 40px;
}
.section-faq .content-quest-answer .ask .text {
  padding-bottom: 15px;
}
.section-faq .content-quest-answer .answer .icon {
  margin-top: 13px;
}
.section-faq .content-quest-answer .answer .text {
  font-size: 18px;
}

@media (min-width: 641px) {
  .grid-col-cataract {
    margin-left: 5px;
  }
  .grid-col-cataract .text {
    width: 625px;
  }
  .grid-col-cataract .image {
    width: 444px;
  }

  .list-cataract {
    *zoom: 1;
  }
  .list-cataract:after {
    content: "";
    display: table;
    clear: both;
  }
  .list-cataract li {
    float: left;
    margin-right: 19px;
    width: 354px;
  }
  .list-cataract li:before {
    position: absolute;
    content: "";
    right: -35px;
    top: 50%;
    width: 35px;
    height: 78px;
    margin-top: -40px;
    background: url(../img/common/arrow05.png) no-repeat 0 0;
  }
  .list-cataract li:nth-child(3n) {
    margin-right: 0;
  }
  .list-cataract li:nth-child(3n):before {
    background: none;
  }

  .block-device-cataract {
    *zoom: 1;
  }
  .block-device-cataract:after {
    content: "";
    display: table;
    clear: both;
  }
  .block-device-cataract .image-device {
    float: left;
    width: 350px;
  }
  .block-device-cataract .info {
    float: right;
    margin-top: -4px;
    padding-right: 10px;
    width: 721px;
  }

  .list-cl.list-flow .block-cl {
    padding: 25px 27px 26px 0;
  }
  .list-cl.list-flow .title {
    float: left;
    border-right: 3px solid #0099C7;
    width: 24.6%;
  }
  .list-cl.list-flow .info {
    float: left;
    width: 70%;
  }

  .block-flow {
    *zoom: 1;
  }
  .block-flow:after {
    content: "";
    display: table;
    clear: both;
  }
  .block-flow .image {
    float: left;
    margin-right: 29px;
    width: 350px;
  }
  .block-flow .info {
    float: left;
    width: 710px;
  }

  .section-faq .content-quest-answer .ask .text,
  .section-faq .content-quest-answer .answer .text {
    width: 422px;
  }
  .section-faq .content-quest-answer .ask .text {
    padding-top: 2px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.cataract {
    background-image: url(../img/cataract/keyvisual.jpg);
  }

  .main-cataract .intro-box {
    padding: 0.34rem 0.1rem 0.5rem 0;
  }
  .main-cataract .btn-cataract {
    margin-top: 0.34rem;
  }
  .main-cataract .btn-cataract .btn-primary {
    width: auto;
  }
  .main-cataract .scroll-info,
  .main-lens .scroll-info{
    margin-bottom: 0.96rem;
  }
  .main-cataract .scroll-info li,
  .main-lens .scroll-info li{
    width: 48%;
  }
  .main-cataract .scroll-info li:nth-child(3) a span,
  .main-lens .scroll-info li:nth-child(3) a span{
    background: none;
  }
  .main-cataract .scroll-info li:last-child,
  .main-lens .scroll-info li:last-child{
    width: 100%;
  }
  .main-cataract .scroll-info li:last-child a span,
  .main-lens .scroll-info li:last-child a span{
    background: none;
  }
  .main-cataract .section-cost {
    margin-bottom: 1.1rem;
  }
  .main-cataract .section-intraocular {
    margin-bottom: 1.86rem;
  }

  .note-bl {
    border-width: 1px;
    padding: 0.14rem 0.2rem 0.1rem 0.4rem;
    font-size: 0.22rem;
    text-align: left;
  }

  .section-cataract {
    margin-bottom: 1rem;
  }

  .section-flow {
    margin-bottom: 1.4rem;
  }

  .grid-col-cataract {
    padding: 0.18rem 0 0.28rem;
  }
  .grid-col-cataract .text {
    font-size: 0.22rem;
  }
  .grid-col-cataract .image {
    margin-top: 0.1rem;
  }

  .list-cataract {
    margin-bottom: 0.38rem;
  }
  .list-cataract li {
    margin-bottom: 0.2rem;
    padding: 0.18rem 0.34rem 0.24rem;
    border-width: 1px;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .list-cataract li:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -0.43rem;
    margin-left: -0.65rem;
    width: 1.3rem;
    height: 0.43rem;
    background: url("../img/common/arrow06.png") no-repeat 0 0;
    -moz-background-size: 1.3rem 0.43rem;
    -o-background-size: 1.3rem 0.43rem;
    -webkit-background-size: 1.3rem 0.43rem;
    background-size: 1.3rem 0.43rem;
  }
  .list-cataract li:last-child:before {
    position: static;
    background: none;
  }
  .list-cataract .desc {
    padding-top: 0.2rem;
    font-size: 0.2rem;
  }

  .block-device-cataract .title {
    margin: 0.18rem 0;
    font-size: 0.3rem;
    letter-spacing: 0.285em;
  }
  .block-device-cataract .caption-bl {
    margin-bottom: 0.3rem;
  }

  .list-flow {
    padding-top: 0.2rem;
  }
  .list-flow .title {
    margin: 0.1rem 0;
    font-size: 0.4rem;
  }
  .list-flow .info {
    font-size: 0.22rem;
  }

  .block-flow {
    padding-top: 0.1rem;
  }
  .block-flow .info {
    margin-top: 0.2rem;
  }
  .block-flow .title {
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
  }

  .section-faq .headline01 {
    margin-bottom: 0.86rem;
  }
  .section-faq .content-quest-answer .box-inner {
    margin-bottom: 0.4rem;
  }
  .section-faq .content-quest-answer .ask .text {
    padding-bottom: 0.16rem;
  }
  .section-faq .content-quest-answer .answer .icon {
    margin-top: 0.14rem;
  }
  .section-faq .content-quest-answer .answer .text {
    font-size: 0.22rem;
  }
}
/* PAGE CHILD
 * ----------------------------------------------- */
.see-doctor {
  *zoom: 1;
  padding-top: 29px;
  margin-bottom: 68px;
}
.see-doctor:after {
  content: "";
  display: table;
  clear: both;
}
.see-doctor .left {
  float: left;
  width: 590px;
  padding-top: 18px;
}
.see-doctor .left .ttl-see-doc {
  text-align: center;
  padding-left: 25px;
  margin-bottom: 37px;
}
.see-doctor .left .ttl-see-doc span {
  display: inline-block;
  position: relative;
  color: #402000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.see-doctor .left .ttl-see-doc span .line-left {
  position: absolute;
  top: -4px;
  left: -85px;
}
.see-doctor .left .ttl-see-doc span .line-right {
  position: absolute;
  top: -4px;
  right: -70px;
}
.see-doctor .list-see-doc {
  padding-left: 45px;
}
.see-doctor .list-see-doc li {
  display: block;
  padding: 8px 0 8px 57px;
  letter-spacing: 0.05em;
  background: url(../img/child/icon-check.png) no-repeat left 0 top 3px;
  font-size: 20px;
  color: #3F1F00;
  font-weight: bold;
  margin-bottom: 4px;
}
.see-doctor .list-see-doc li span {
  position: relative;
}
.see-doctor .list-see-doc li span:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 2px;
  background: #0099C7;
  left: 0;
  bottom: -1px;
}
.see-doctor .image {
  float: right;
  width: 503px;
}

.dev-visual {
  *zoom: 1;
  padding-top: 10px;
}
.dev-visual:after {
  content: "";
  display: table;
  clear: both;
}
.dev-visual .text {
  float: left;
  width: 580px;
  padding-top: 9px;
}
.dev-visual .text .headline01 {
  margin-bottom: 44px;
}
.dev-visual .text .headline01 span {
  letter-spacing: 0.22em;
}
.dev-visual .text p {
  margin-bottom: 24px;
  padding-right: 35px;
}
.dev-visual .image {
  float: right;
  width: 500px;
}

.strabismroids {
  margin-top: 33px;
  background: #dceff1;
  display: table;
  width: 100%;
}
.strabismroids .image {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  text-align: center;
}
.strabismroids .text {
  display: table-cell;
  width: 852px;
  padding: 41px 40px 50px 0;
}
.strabismroids .text .ttl-strabismroids {
  font-weight: bold;
  font-size: 24px;
  color: #3F1F00;
  letter-spacing: 0.06em;
  margin-bottom: 1px;
}

.about-child-n {
  margin-top: 77px;
  margin-bottom: 125px;
}
.about-child-n .headline01 {
  margin-bottom: 49px;
}
.about-child-n .text {
  float: left;
  width: 500px;
  padding-top: 23px;
}
.about-child-n .text p {
  margin-bottom: 35px;
}
.about-child-n .text .list-hospital {
  *zoom: 1;
}
.about-child-n .text .list-hospital:after {
  content: "";
  display: table;
  clear: both;
}
.about-child-n .text .list-hospital .image {
  float: left;
  width: 130px;
  margin-right: 20px;
}
.about-child-n .text .list-hospital .list-inner {
  float: right;
  width: 338px;
  padding-top: 14px;
}
.about-child-n .text .list-hospital ul li {
  margin-bottom: 12px;
  background: url(../img/child/icon-dot01.png) no-repeat top 5px left 0;
  padding-left: 30px;
}
.about-child-n .text .list-hospital ul li a {
  color: #0099C7;
  font-size: 18px;
  text-decoration: underline;
}
.about-child-n .image {
  float: right;
  width: 548px;
}

.list-cl.no-bg {
  background: none !important;
}
.list-cl .block-cl.stln {
  padding: 19px 23px 24px 23px;
}
.list-cl .block-cl.stln.step5 .n-right-list-cl {
  padding: 14px 0 10px;
}
.list-cl .block-cl.stln.step5 .n-right-list-cl .ttl-list {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.list-cl .block-cl.stln .n-left-list-cl {
  float: left;
  width: 197px;
}
.list-cl .block-cl.stln .n-right-list-cl {
  float: right;
  width: 827px;
}
.list-cl .block-cl.stln .n-right-list-cl.full {
  width: 100%;
  padding: 23px 0 0 28px;
}
.list-cl .block-cl.stln .n-right-list-cl .ttl-list {
  font-size: 20px;
  color: #402000;
  padding-bottom: 21px;
  border-bottom: 1px solid #0099C7;
  margin-bottom: 24px;
  position: relative;
  padding-left: 62px;
  padding-top: 7px;
}
.list-cl .block-cl.stln .n-right-list-cl .ttl-list .text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 3px;
  padding-top: 6px;
  margin-bottom: -7px;
}
.list-cl .block-cl.stln .n-right-list-cl .ttl-list .stt {
  position: absolute;
  top: 0;
  left: 0;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside {
  float: left;
  width: 390px;
  padding-left: 10px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside.full {
  width: 100%;
  margin-top: 21px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside.full.second {
  margin-top: 0;
  padding-left: 0;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside.second {
  padding-left: 32px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside.third {
  padding-left: 7px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside.third img {
  width: 107px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside.four {
  padding-left: 32px;
  width: 410px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside img {
  float: left;
  margin-right: 12px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside p {
  line-height: 23px;
}
.list-cl .block-cl.stln .n-right-list-cl .box-product-inside p strong {
  font-weight: bold;
  font-size: 16px;
  color: #402000;
}
.list-cl .block-cl.stln .n-right-list-cl .list-img-ban {
  *zoom: 1;
  margin-top: -4px;
}
.list-cl .block-cl.stln .n-right-list-cl .list-img-ban:after {
  content: "";
  display: table;
  clear: both;
}
.list-cl .block-cl.stln .n-right-list-cl .list-img-ban img {
  float: left;
}
.list-cl .block-cl.stln .n-right-list-cl .list-img-ban img + img {
  margin-left: 24px;
}

.list-img-ban02 {
  padding-left: 23px;
  padding-bottom: 25px;
}
.list-img-ban02 .inner {
  display: inline-block;
  padding-top: 13px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #402000;
}
.list-img-ban02 .inner + .inner {
  margin-left: 10px;
}
.list-img-ban02 .inner img {
  display: block;
  margin: 12px auto 0;
}

.quest-answer-chld {
  padding-top: 43px;
}
.quest-answer-chld .headline01 {
  margin-bottom: 64px;
}

/* TAB AREA */
.tab-area ul.tabs {
  text-align: center;
  border-bottom: 2px solid #0099C7;
}
.tab-area ul.tabs li {
  background: none;
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 23px 10px 16px;
  cursor: pointer;
  width: 288px;
  border: 2px solid #cecece;
  border-bottom: 5px solid #f0f0f0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  vertical-align: bottom;
  margin: 0 4px;
}
.tab-area ul.tabs li span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 4px;
  background: #cdcdcd;
  color: #fff;
  margin-left: 10px;
}
.tab-area ul.tabs li.current {
  color: #0099C7;
  font-size: 24px;
  border: 2px solid #0099C7;
  border-bottom: none;
  width: 368px;
  padding: 27px 10px 15px;
}
.tab-area ul.tabs li.current span {
  background: #0099C7;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -2px;
}


#own .tab-area ul.tabs {
  text-align: center;
  border-bottom: 2px solid #FF9326;
}
#own .tab-area ul.tabs li.current {
  color: #FF9326;
  font-size: 24px;
  border: 2px solid #FF9326;
  border-bottom: none;
  width: 368px;
  padding: 27px 10px 15px;
  position: relative;
}

@media (min-width: 641px) {
  #own .tab-area ul.tabs li:before{
    content: "小児の近視";
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 12px;
    border: 1px solid #FF9326;
    background-color:#fff ;
    padding: 5px 10px;
  }
}

#own .tab-area ul.tabs li.current span {
  background: #FF9326;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.tab-area .tab-content {
  display: none;
  padding: 67px 50px 0;
}
.tab-area .tab-content.current {
  display: inherit;
}

.block-color {
  margin-top: 50px;
  margin-bottom: 70px;
}
.block-color .inner .left {
  float: left;
  width: 725px;
  font-size: 18px;
}
.block-color .inner .left.full {
  width: 100%;
}
.block-color .inner .right {
  float: right;
  width: 375px;
  text-align: center;
}
.block-color.eye .left {
  width: 660px;
}
.block-color.eye .right {
  width: 400px;
  margin-top: 32px;
}
.block-color.eye .right img {
  max-width: 100%;
}
.block-color.eye .img-eyes {
  margin-top: 45px;
}

.list-cl.list-t02 {
  padding-bottom: 73px;
  background: url("../img/child/border.png") repeat-x bottom center;
}
.list-cl.list-t02 .inner-list .block-cl {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
}
.list-cl.list-t02 .inner-list .block-cl .left {
  width: 700px;
}
.list-cl.list-t02 .inner-list .block-cl .left.full {
  width: 100%;
}
.list-cl.list-t02 .inner-list .block-cl .left.full p {
  width: 990px;
}
.list-cl.list-t02 .inner-list .block-cl .left.long {
  width: 100%;
}
.list-cl.list-t02 .inner-list .block-cl .left.long p {
  width: 800px;
  padding-right: 130px;
}

.list-cl.list-t02 .inner-list .block-cl .left .stt {
  float: left;
}
.list-cl.list-t02 .inner-list .block-cl .left p {
  float: right;
  width: 640px;
  margin-top: 10px;
  font-size: 20px;
}

.list-cl.list-t02 .inner-list .block-cl .right {
  width: 332px;
  padding: 9px 0 9px 46px;
  border-left: 1px solid #0099C7;
}
.list-cl.list-t02 .block-price .mark {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 5px;
  min-width: 103px;
  background: #F0F0F0;
  margin-right: 23px;
  text-align: center;
}
.list-cl.list-t02 .block-price .mark.blue {
  background: #0099C7;
  color: #fff;
  min-width: 80px;
  margin-right: 4px;
}
.list-cl.list-t02 .block-price .price {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.list-cl.list-t02.list-t03 {
  margin-top: 80px;
  background: none;
}
.list-cl.list-t02.list-t03 .inner-list .block-cl .right {
  border: none;
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.list-cl.list-t02.list-t03 .inner-list .block-cl .right2 {
  border: none;
  width: auto;
  position: absolute;
  right: 20px;
  top: 20%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.list-cl.list-t02.list-t03 .block-price {
  text-align: right;
}
.list-cl .out-price {
  float: right;
  position: relative;
  overflow: hidden;
  text-align: right;
  padding-right: 20px;
  margin-top: 30px;
}
.list-cl .out-price .block-price {
  display: inline-block;
  margin-right: 20px;
}
.list-cl .out-price .block-price .mark {
  padding: 0 15px;
}
.list-cl .out-price .wt-text {
  text-align: left;
  padding-left: 15px;
  margin-top: 4px;
}
.list-cl .out-price.t01 {
  padding-right: 0;
}
.list-cl .out-price.t01 .block-price {
  margin-left: 20px;
}
.list-cl .out-price.t01 .wt-text {
  text-align: left;
  padding-right: 40px;
}
.list-cl .red-txt {
  text-align: left;
  font-size: 18px;
  color: #F00;
  font-weight: bold;
}
.list-cl .inner-list {
  margin-top: 50px;
}
.list-cl .block-cl {
  padding: 35px 27px 20px 35px;
  border: 3px solid #0099C7;
  border-radius: 9px;
  position: relative;
  margin-bottom: 30px;
}
.list-cl .block-cl.no-arrow:before {
  display: none;
}
.list-cl .block-cl:before {
  position: absolute;
  content: "";
  background: url("../img/common/arrow06.png") no-repeat;
  width: 138px;
  height: 43px;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  bottom: -43px;
  left: 60px;
}
.list-cl .block-cl .left {
  float: left;
  width: 100px;
}
.list-cl .block-cl .stt {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  color: #fff;
  background: #0099C7;
  text-align: center;
}
.list-cl .block-cl .right {
  float: right;
  width: 930px;
}
.list-cl .block-cl .right .up-text {
  font-size: 20px;
  margin-top: 8px;
}
.list-cl .block-cl .right .ct-cl {
  margin-top: 25px;
}
.list-cl .block-cl .right .ct-cl .img-cl {
  float: right;
  margin-left: 50px;
}
.list-cl .block-cl .right .ct-cl .ttl-cl {
  font-size: 20px;
  color: #0099C7;
  padding-top: 10px;
}
.list-cl .block-cl.small-img .ct-cl {
  margin-top: 17px;
}
.list-cl .block-cl.small-img .ct-cl .img-cl {
  margin-top: -32px;
  margin-right: 25px;
}
.list-cl .block-cl.small-img .ct-cl .ttl-cl {
  padding-top: 0;
}

.text-out {
  font-size: 18px;
  padding: 0 30px;
}

.block-eyes .upper-block {
  margin-top: 55px;
  background: url("../img/child/border.png") repeat-x bottom center;
  padding-bottom: 130px;
}
.block-eyes .upper-block .child-upper {
  float: left;
  width: 525px;
  padding: 10px 45px 30px;
  border: 3px solid #0099C7;
  border-bottom: 10px solid #0099C7;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  position: relative;
  min-height: 233px;
}
.block-eyes .upper-block .child-upper:nth-child(even) {
  float: right;
}
.block-eyes .upper-block .child-upper:before {
  position: absolute;
  content: "";
  /*
  background: url("../img/child/arrow2.png") no-repeat;
  */
  width: 80px;
  height: 40px;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}
.block-eyes .upper-block .child-upper .mark-child {
  position: absolute;
  width: 195px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #0099C7;
  color: #fff;
  font-size: 20px;
  left: 50%;
  margin-left: -97.5px;
  top: -23px;
}
.block-eyes .upper-block .child-upper .img-medic {
  margin-top: 20px;
}
.block-eyes .upper-block .child-upper .txt01 {
  font-size: 20px;
  color: #336CB3;
}
.block-eyes .upper-block .child-upper .big-txt {
  font-size: 30px;
  color: #2478BE;
  margin-top: 50px;
}
.block-eyes .upper-block .child-upper .small-txt {
  text-align: center;
  color: #777;
  font-size: 20px;
  margin-top: 5px;
}
.block-eyes .lower-block {
  margin-top: 45px;
}
.block-eyes .lower-block .fst-block .left {
  float: left;
  width: 648px;
  font-size: 30px;
  color: #0099C7;
  margin-top: 25px;
}
.block-eyes .lower-block .fst-block .left p.txt-lower{
  color: #3f1f00;
}

.block-eyes .lower-block .fst-block .right {
  float: right;
  width: 451px;
}
.block-eyes .lower-block .txt-lower {
  font-size: 18px;
  margin-top: 28px;
}
.block-eyes .lower-block .txt-lower2 {
  font-size: 20px;
  color: #0099C7;
  margin-top: 21px;
  font-weight: bold;
}

.box-check {
  border: 3px solid #0099C7;
  border-radius: 9px;
  padding: 23px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.box-check .left {
  float: left;
  width: 250px;
  text-align: center;
  font-size: 22px;
  color: #0099C7;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-weight: bold;
}


.box-check .left.red{   color:#0085B2 !important; }
.box-check.red{ border: 2px solid #0085B2;}

.box-check .right {
  float: right;
  width: 798px;
  background: url("../img/child/border2.png") repeat-y left center;
  padding: 8px 10px 8px 48px;
}

.box-check .list-check li {
  position: relative;
  font-size: 20px;
  padding-left: 57px;
  margin-bottom: 20px;
}
.box-check .list-check li span {
  display: block;
  font-size: 16px;
}
.box-check .list-check li:last-child {
  margin-bottom: 0;
}
.box-check .list-check li:before {
  position: absolute;
  content: "";
  background: url("../img/child/check.png") no-repeat;
  width: 40px;
  height: 33px;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  left: 0;
  top: -5px;
}


/*20190910追加 */

.box-check .list-check.red li:before{  
  position: absolute;
  content: "";
  background: url("../img/child/check2.png") no-repeat;
  width: 40px;
  height: 33px;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  left: 0;
  top: -5px;
}

.box-check .list-check li.nocheck:before{ background: none !important;}

.chart-block {
  margin-top: 60px;
  margin-bottom: 95px;
}
.chart-block .inner {
  margin-top: -20px;
}
.chart-block .inner .left {
  float: left;
  width: 500px;
  margin-left: 10px;
}
.chart-block .inner .right {
  float: right;
  width: 550px;
}

.list-chart {
  margin-top: 70px;
}
.list-chart li {
  position: relative;
  font-size: 22px;
  padding-left: 37px;
  margin-bottom: 30px;
}
.list-chart li span {
  font-size: 18px;
  margin-left: 20px;
}
.list-chart li:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: #019E96;
  left: 0;
  top: 8px;
}

.list-chart li.nocheck:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: none !important;
  left: 0;
  top: 8px;
}

.chart-txt {
  text-align: left;
  font-size: 24px;
  margin-top: 43px;
}

.time-effect {
  margin-top: 72px;
}
.time-effect .left {
  float: left;
  width: 660px;
}
.time-effect .right {
  float: right;
  width: 382px;
}
.time-effect .ttl-time {
  font-size: 30px;
  color: #0099C7;
  margin-bottom: 50px;
  font-weight: bold;
}
.time-effect .ttl-time span {
  font-size: 20px;
}
.time-effect p {
  font-size: 18px;
  margin-bottom: 30px;
}

.optic-view {
  margin-top: 70px;
}
.optic-view .list-chart {
  padding: 0 92px;
}

.block-mechanism {
  margin-top: 70px;
}
.block-mechanism .inner {
  padding-top: 32px;
}
.block-mechanism .inner .left {
  float: left;
  width: 620px;
}
.block-mechanism .inner .ttl-mec {
  font-size: 20px;
  color: #0099C7;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.block-mechanism .inner .left p {
  font-size: 18px;
  margin-bottom: 33px;
}
.block-mechanism .inner .right {
  float: right;
  width: 430px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .section-keyvisual.child {
    background-image: url(../img/child/keyvisual.jpg);
  }

  .tab-area {
    padding: 0 0.2rem;
  }
  .tab-area ul.tabs {
    text-align: center;
    border-bottom: 2px solid #0099C7;
  }
  .tab-area ul.tabs li {
    font-size: 0.2rem;
    padding: 0.25rem 0.05rem 0.22rem;
    width: 1.4rem;
    border: 1px solid #cecece;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
    height: 1.2rem;
    margin: 0 0.02rem;
  }
  .tab-area ul.tabs li span {
    height: 0.24rem;
    line-height: 0.24rem;
    position: absolute;
    left: 50%;
    bottom: 3px;
    font-size: 0.16rem;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-left: 0;
    width: 1rem;
  }
  .tab-area ul.tabs li.current {
    font-size: 0.24rem;
    border: 1px solid #0099C7;
    border-bottom: none;
    width: 2rem;
    padding: 0.25rem 0.05rem 0.22rem;
    height: 1.3rem;
  }
  .tab-area ul.tabs li.current span {
    font-size: 0.16rem;
    position: absolute;
    top: auto;
    bottom: 6px;
  }
  
 #own .tab-area ul.tabs li.current {
    font-size: 0.24rem;
    border: 1px solid #FF9326;
    border-bottom: none;
    width: 2rem;
    padding: 0.25rem 0.05rem 0.22rem;
    height: 1.3rem;
  }
  
  #own .tab-area ul.tabs {
    text-align: center;
    border-bottom: 2px solid #FF9326;
  }
  
  
  .tab-area .tab-content {
    padding: 0.2rem 0.1rem 0;
  }

  .block-color {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .block-color .inner .left {
    width: 100%;
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .block-color .inner .right {
    width: 100%;
  }

  .list-cl .inner-list {
    margin-top: 0.3rem;
  }
  .list-cl .block-cl {
    padding: 0.2rem;
    border: 1.5px solid #0099C7;
    margin-bottom: 0.25rem;
  }
  .list-cl .block-cl:before {
    width: 1.3rem;
    height: 0.43rem;
    bottom: -0.43rem;
    left: 50%;
    margin-left: -0.65rem;
  }
  .list-cl .block-cl .left {
    width: 0.8rem;
  }
  .list-cl .block-cl .left .stt {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.4rem;
  }
  .list-cl .block-cl .right {
    width: 100%;
  }
  .list-cl .block-cl .right .up-text {
    font-size: 0.22rem;
    margin-top: 8px;
  }
  .list-cl .block-cl .right .ct-cl {
    margin-top: 0.1rem;
  }
  .list-cl .block-cl .right .ct-cl .img-cl {
    margin: 0.3rem 0;
    padding: 0 0.2rem;
  }
  .list-cl .block-cl .right .ct-cl .ttl-cl {
    font-size: 0.24rem;
    color: #0099C7;
    padding-top: 10px;
  }
  .list-cl .block-cl.small-img .ct-cl {
    margin-top: 0;
  }
  .list-cl .block-cl.small-img .ct-cl .img-cl {
    margin-top: 0.2rem;
    margin-right: 0;
  }
  .list-cl .block-cl.small-img .ct-cl .ttl-cl {
    padding-top: 0;
  }

  .text-out {
    font-size: 0.22rem;
    padding: 0 0.15rem;
  }

  .see-doctor {
    padding-top: 29px;
    margin-bottom: 68px;
  }
  .see-doctor .left {
    width: 100%;
    padding-top: 18px;
  }
  .see-doctor .left .ttl-see-doc {
    padding-left: 0;
    margin-bottom: 0.37rem;
  }
  .see-doctor .left .ttl-see-doc span {
    font-size: 0.26rem;
    letter-spacing: 0;
  }
  .see-doctor .left .ttl-see-doc span .line-left {
    width: 0.57rem;
    top: -0.04rem;
    left: -0.6rem;
  }
  .see-doctor .left .ttl-see-doc span .line-right {
    width: 0.57rem;
    top: -0.04rem;
    right: -0.6rem;
  }
  .see-doctor .list-see-doc {
    padding-left: 0;
  }
  .see-doctor .list-see-doc li {
    padding: 0.08rem 0 0.08rem 0.45rem;
    background: url(../img/child/icon-check.png) no-repeat left 0 top 0.03rem;
    -moz-background-size: 0.4rem auto;
    -o-background-size: 0.4rem auto;
    -webkit-background-size: 0.4rem auto;
    background-size: 0.4rem auto;
    font-size: 0.22rem;
    margin-bottom: 0.04rem;
  }
  .see-doctor .list-see-doc li span:after {
    height: 0.02rem;
  }
  .see-doctor .image {
    width: 100%;
  }
  .see-doctor .image img {
    width: 5rem;
    display: block;
    margin: 0 auto;
  }

  .dev-visual {
    padding-top: 0.1rem;
  }
  .dev-visual .text {
    width: 100%;
    padding-top: 0.09rem;
  }
  .dev-visual .text .headline01 {
    margin-bottom: 0.44rem;
  }
  .dev-visual .text p {
    margin-bottom: 0.24rem;
    padding-right: 0;
  }
  .dev-visual .image {
    width: 100%;
  }
  .dev-visual .image img {
    width: 5rem;
    margin: 0 auto;
    display: block;
  }

  .strabismroids {
    margin-top: 33px;
    display: block;
    width: 100%;
    padding: 0.2rem;
  }
  .strabismroids .image {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .strabismroids .image img {
    width: 2rem;
    display: block;
    margin: 0 auto;
  }
  .strabismroids .text {
    display: block;
    width: 100%;
    padding: 0.3rem 0 0;
  }
  .strabismroids .text .ttl-strabismroids {
    font-size: 0.26rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .about-child-n {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .about-child-n .headline01 {
    margin-bottom: 0.5rem;
  }
  .about-child-n .text {
    width: 100%;
    padding-top: 0.2rem;
  }
  .about-child-n .text p {
    margin-bottom: 0.35rem;
  }
  .about-child-n .text .list-hospital .image {
    width: 1.3rem;
    margin-right: 0;
    padding-top: 0;
  }
  .about-child-n .text .list-hospital .image img {
    width: 100%;
  }
  .about-child-n .text .list-hospital .list-inner {
    width: 4.2rem;
    padding-top: 0.1rem;
  }
  .about-child-n .text .list-hospital ul li {
    font-size: 0.18rem;
    margin-bottom: 0.12rem;
    background: url(../img/child/icon-dot01.png) no-repeat top 5px left 0;
    padding-left: 0.2rem;
    -moz-background-size: 0.13rem auto;
    -o-background-size: 0.13rem auto;
    -webkit-background-size: 0.13rem auto;
    background-size: 0.13rem auto;
  }
  .about-child-n .text .list-hospital ul li a {
    font-size: 0.18rem;
  }
  .about-child-n .image {
    width: 100%;
    padding-top: 0.2rem;
  }
  .about-child-n .image img {
    width: 5rem;
    display: block;
    margin: 0 auto;
  }

  .list-cl.list-t02 {
    padding-bottom: 0;
  }
  .list-cl.list-t02 .inner-list .block-cl {
    padding: 0.3rem;
  }
  .list-cl.list-t02 .inner-list .block-cl .left {
    width: 100%;
  }
  .list-cl.list-t02 .inner-list .block-cl .left.full p {
    width: 100%;
  }
  .list-cl.list-t02 .inner-list .block-cl .left p {
    width: 100%;
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .list-cl.list-t02 .inner-list .block-cl .right {
    width: 100%;
    padding: 0.2rem 0;
    border-left: none;
  }
  .list-cl.list-t02 .block-price .mark {
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.2rem;
    padding: 0 0.1rem;
    min-width: 1rem;
    margin-right: 0.2rem;
  }
  .list-cl.list-t02 .block-price .mark.blue {
    margin-right: 0;
    min-width: 0.8rem;
  }
  .list-cl.list-t02 .block-price .price {
    font-size: 0.2rem;
  }
  .list-cl.list-t02.list-t03 {
    margin-top: 1rem;
  }
  .list-cl.list-t02.list-t03 .inner-list .block-cl .right {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .list-cl.list-t02.list-t03 .block-price {
    text-align: left;
  }
  .list-cl .out-price {
    text-align: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
  .list-cl .out-price .block-price {
    display: block;
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .list-cl .out-price .wt-text {
    padding-left: 0;
    margin-top: 0.2rem;
  }
  .list-cl .out-price.t01 {
    padding-right: 0;
  }
  .list-cl .out-price.t01 .block-price {
    margin-left: 0;
  }
  .list-cl .out-price.t01 .wt-text {
    text-align: left;
    padding-right: 0;
  }
  .list-cl .red-txt {
    font-size: 0.22rem;
  }
  .list-cl .block-cl.stln {
    padding: 0.2rem;
  }
  .list-cl .block-cl.stln.step5 .n-right-list-cl {
    padding: 14px 0 10px;
  }
  .list-cl .block-cl.stln.step5 .n-right-list-cl .ttl-list {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .list-cl .block-cl.stln .n-left-list-cl {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .list-cl .block-cl.stln .n-left-list-cl img {
    width: 2rem;
    display: block;
    margin: 0 auto;
  }
  .list-cl .block-cl.stln .n-right-list-cl {
    width: 100%;
  }
  .list-cl .block-cl.stln .n-right-list-cl.full {
    padding: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .ttl-list {
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.24rem;
    padding-left: 0.62rem;
    padding-top: 0.07rem;
  }
  .list-cl .block-cl.stln .n-right-list-cl .ttl-list .text {
    font-size: 0.18rem;
    line-height: 0.23rem;
    padding-left: 0;
    padding-top: 0.05rem;
    margin-bottom: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .ttl-list .stt {
    position: absolute;
    width: 0.45rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
    top: 0;
    left: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside {
    margin-bottom: 0.1rem;
    width: 100%;
    padding-left: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside.full {
    margin-top: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside.second {
    padding-left: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside.third {
    padding-left: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside.third img {
    width: 1rem;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside.four {
    padding-left: 0;
    width: 100%;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside img {
    float: left;
    width: 1rem;
    margin-right: 0.15rem;
    margin-bottom: 0.3rem;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside p {
    line-height: 0.23rem;
  }
  .list-cl .block-cl.stln .n-right-list-cl .box-product-inside p strong {
    font-size: 0.22rem;
    color: #402000;
    margin-bottom: 0.05rem;
  }
  .list-cl .block-cl.stln .n-right-list-cl .list-img-ban {
    margin-top: 0;
  }
  .list-cl .block-cl.stln .n-right-list-cl .list-img-ban img {
    width: 32%;
  }
  .list-cl .block-cl.stln .n-right-list-cl .list-img-ban img + img {
    margin-left: 2%;
  }

  .list-img-ban02 {
    *zoom: 1;
    padding-left: 0;
    padding-bottom: 0.2rem;
  }
  .list-img-ban02:after {
    content: "";
    display: table;
    clear: both;
  }
  .list-img-ban02 .inner {
    padding-top: 0.13rem;
    font-size: 0.18rem;
    float: left;
    width: 50%;
    min-height: 2.8rem;
  }
  .list-img-ban02 .inner + .inner {
    margin-left: 0;
  }
  .list-img-ban02 .inner img {
    margin: 0.1rem auto 0;
  }

  .quest-answer-chld {
    padding-top: 0.4rem;
  }
  .quest-answer-chld .headline01 {
    margin-bottom: 0.64rem;
  }

  /* TAB2 */
  .block-eyes .upper-block {
    margin-top: 0.6rem;
    padding-bottom: 0;
  }
  .block-eyes .upper-block .child-upper {
    width: 100%;
    padding: 0.4rem 0.25rem 0.4rem;
    border: 1.5px solid #0099C7;
    border-bottom: 5px solid #0099C7;
    margin-bottom: 1.2rem;
    min-height: 0;
  }
  .block-eyes .upper-block .child-upper:before {
    width: 0.8rem;
    height: 0.4rem;
    bottom: -0.4rem;
    margin-left: -0.4rem;
    background-size: 100%;
  }
  .block-eyes .upper-block .child-upper .mark-child {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.27rem;
    margin-left: -1.5rem;
    top: -0.443rem;
  }
  .block-eyes .upper-block .child-upper .img-medic {
    margin-top: 0.2rem;
  }
  .block-eyes .upper-block .child-upper .txt01 {
    font-size: 0.23rem;
  }
  .block-eyes .upper-block .child-upper .big-txt {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .block-eyes .upper-block .child-upper .small-txt {
    margin-top: 0.05rem;
    font-size: 0.23rem;
  }
  .block-eyes .lower-block {
    margin-top: 0.45rem;
  }
  .block-eyes .lower-block .fst-block .left {
    width: 100%;
    font-size: 0.3rem;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .block-eyes .lower-block .fst-block .right {
    width: 100%;
  }
  .block-eyes .lower-block .txt-lower {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .block-eyes .lower-block .txt-lower2 {
    font-size: 0.23rem;
    margin-top: 0.2rem;
  }

  .box-check {
    border: 1.5px solid #0099C7;
    padding: 0.2rem;
    margin: 0.3rem auto;
  }
  .box-check .left {
    width: 100%;
    font-size: 0.3rem;
    color: #0099C7;
    position: relative;
    top: auto;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-bottom: 0.2rem;
  }
  .box-check .right {
    width: 100%;
    background: none;
    padding: 0.1rem;
  }

  .box-check .list-check li {
    font-size: 0.23rem;
    padding-left: 0.5rem;
    margin-bottom: 0.4rem;
  }
  .box-check .list-check li span {
    font-size: 0.2rem;
  }
  .box-check .list-check li:last-child {
    margin-bottom: 0;
  }
  .box-check .list-check li:before {
    width: 0.4rem;
    height: 0.33rem;
    top: -0.01rem;
  }

  .box-check .list-check.red li:before {
    width: 0.4rem;
    height: 0.33rem;
    top: -0.01rem;
  }

  .chart-block {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .chart-block .inner {
    margin-top: 0;
  }
  .chart-block .inner .left {
    width: 100%;
    margin-left: 0;
  }
  .chart-block .inner .right {
    width: 100%;
  }

  .list-chart {
    margin-top: 0.5rem;
  }
  .list-chart li {
    font-size: 0.24rem;
    padding-left: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .list-chart li span {
    font-size: 0.2rem;
    margin-left: 0.2rem;
  }
  .list-chart li:before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.06rem;
  }

  .chart-txt {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }

  .time-effect {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
  }
  .time-effect .left {
    width: 100%;
  }
  .time-effect .right {
    width: 100%;
  }
  .time-effect .ttl-time {
    font-size: 0.26rem;
    margin-bottom: 0.4rem;
  }
  .time-effect .ttl-time span {
    font-size: 0.22rem;
  }
  .time-effect p {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }

  .optic-view {
    margin-top: 1rem;
  }
  .optic-view .list-chart {
    padding: 0;
  }

  .block-mechanism {
    margin-top: 0.7rem;
  }
  .block-mechanism .inner {
    padding-top: 0.32rem;
  }
  .block-mechanism .inner .left {
    width: 100%;
  }
  .block-mechanism .inner .ttl-mec {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .block-mechanism .inner .left p {
    font-size: 0.22rem;
    margin-bottom: 0.4rem;
  }
  .block-mechanism .inner .right {
    width: 100%;
    margin-top: 0.2rem;
  }
}
/* PAGE GLAUCOMA
 * ----------------------------------------------- */
.section-glaucoma01 {
  font-size: 18px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.glaucoma-block {
  padding: 20px 0 31px;
}
.glaucoma-block .intro-info {
  padding-top: 43px;
}
.glaucoma-block .intro-info li .title {
  margin-bottom: 23px;
  color: #0099C7;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.glaucoma-block .intro-info li p {
  margin-bottom: 28px;
}
.glaucoma-block .intro-info .text {
  margin-bottom: 19px;
  font-size: 24px;
}
.glaucoma-block .intro-info .image01 {
  margin: 0 0 32px 10px;
  text-align: center;
}
.glaucoma-block .intro-info .image02 {
  margin-bottom: 24px;
}

.block-classify {
  padding-top: 20px;
}
.block-classify li {
  border: 1px solid #3f1f00;
  border-top: none;
  padding: 2px;
}
.block-classify li:first-child {
  border-top: 1px solid #3f1f00;
}
.block-classify .item {
  display: table;
  width: 100%;
}
.block-classify .item > * {
  display: table-cell;
  vertical-align: middle;
}
.block-classify .ttl {
  width: 323px;
  height: 100px;
  background: #0099C7;
  color: #fff;
  padding: 5px 5px 5px 15px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
.block-classify .text {
  padding: 8px 33px 5px;
  font-size: 18px;
}

.glaucoma-box {
  padding: 115px 0 4px;
  font-size: 18px;
}
.glaucoma-box .treat-box {
  padding: 9px 0 28px;
}
.glaucoma-box .list-treat01 {
  padding: 28px 0 26px 43px;
}
.glaucoma-box .list-treat01 li {
  display: inline-block;
  margin-right: 56px;
}
.glaucoma-box .list-treat01 li a {
  color: #0099C7;
  font-size: 20px;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

.glaucoma-term {
  padding: 17px 0 84px;
}
.glaucoma-term .press-txt {
  padding: 3px 3px 40px;
  font-size: 20px;
}
.glaucoma-term .press-box p + p {
  padding-top: 27px;
}
.glaucoma-term .press-box p + p.image-laser {
  padding-top: 46px;
}
.glaucoma-term .press-box p + p.image-laser01 {
  padding-top: 36px;
}
.glaucoma-term .image-inspection {
  padding-top: 15px;
  text-align: center;
}
.glaucoma-term .inspection-txt {
  color: #000;
  padding: 38px 50px 0 3px;
  font-size: 18px;
}
.glaucoma-term .inspection-txt p {
  padding-bottom: 29px;
}
.glaucoma-term .inspection-txt p:last-child {
  padding-bottom: 0;
}
.glaucoma-term .inspection-txt p.text {
  padding-bottom: 25px;
  color: #0099C7;
  font-size: 20px;
  font-weight: bold;
}
.glaucoma-term .inspect-img {
  padding: 25px 0 21px 20px;
}
.glaucoma-term .grid-col-glaucoma.treat .press-img {
  padding-top: 19px;
}
.glaucoma-term .grid-col-glaucoma .box {
  padding: 0 25px 30px 70px;
}
.glaucoma-term .grid-col-glaucoma .ttl {
  padding: 20px 0 19px;
  color: #0099C7;
  font-size: 24px;
  font-weight: bold;
}
.glaucoma-term .grid-col-glaucoma .info {
  padding-top: 16px;
}
.glaucoma-term .grid-col-glaucoma .list-fundus {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.glaucoma-term .grid-col-glaucoma .txt-color {
  color: #0099C7;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.glaucoma-term .grid-col-glaucoma .text01 {
  padding-bottom: 25px;
}
.glaucoma-term .oct-box {
  padding: 0 0 18px 52px;
}

.guide-list {
  margin-top: 52px;
  background: url(../img/common/bg_line.png) repeat-x 0 0;
}
.guide-list li {
  padding: 37px 25px 38px 70px;
  background: url(../img/common/bg_line.png) repeat-x 0 100%;
}
.guide-list li .press-box {
  font-size: 18px;
}
.guide-list .sec-title {
  margin: 16px 0 23px;
}
.guide-list.surgical {
  margin-top: 35px;
  padding-top: 17px;
}
.guide-list.surgical .sec-title {
  margin-bottom: 22px;
}
.guide-list .about-link {
  margin: 29px 5px 0 0;
  text-align: right;
}
.guide-list .about-link a {
  width: 275px;
}
.guide-list .about-link a span {
  padding-left: 12px;
}

.mark-text {
  margin-top: 46px;
  padding: 30px 9px 30px 27px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #0099C7;
  color: #0099C7;
  font-size: 28px;
  text-align: center;
}


.mark-text2 {
  margin-top: 46px;
  padding: 30px 9px 30px 27px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #0099C7;
  color: #0099C7;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 641px) {
  .glaucoma-block .intro-info {
    *zoom: 1;
  }
  .glaucoma-block .intro-info:after {
    content: "";
    display: table;
    clear: both;
  }
  .glaucoma-block .intro-info li {
    float: left;
    width: 50%;
  }
  .glaucoma-block .intro-info li:last-child {
    float: right;
    width: 45.5%;
  }

  .glaucoma-term.glaucoma-term01 {
    padding-bottom: 31px;
  }
  .glaucoma-term.glaucoma-term02 {
    padding-bottom: 34px;
  }
  .glaucoma-term.glaucoma-term03 {
    padding-bottom: 27px;
  }
  .glaucoma-term.glaucoma-term04 {
    padding-bottom: 34px;
  }

  .scroll-info01 {
    margin-bottom: 20px;
  }
  .scroll-info01 li:nth-child(1) {
    width: 32.8%;
  }
  .scroll-info01 li:nth-child(2) {
    width: 34.3%;
  }
  .scroll-info01 li:nth-child(3) {
    width: 32.4%;
  }
  .scroll-info01 li a span {
    padding: 3px 5px 17px;
  }

  .press-img {
    width: 200px;
    overflow: hidden;
  }
  .press-img img {
    width: 100%;
  }

  .guide-list li .press-img {
    float: left;
  }
  .guide-list li .press-box {
    float: left;
    padding-left: 52px;
  }
  .guide-list.guide-list01 {
    margin-top: 32px;
  }
  .guide-list.guide-list01 li {
    padding-left: 76px;
    padding-bottom: 47px;
  }
  .guide-list.guide-list01 li:last-child {
    background: none;
    padding-bottom: 18px;
  }
  .guide-list.guide-list01 li .press-box {
    padding-left: 45px;
  }
  .guide-list li {
    *zoom: 1;
  }
  .guide-list li:after {
    content: "";
    display: table;
    clear: both;
  }
  .guide-list li.item01 .press-box {
    padding-top: 16px;
  }
  .guide-list li.item02 {
    padding-top: 55px;
  }
  .guide-list .press-box {
    width: 79.8%;
  }
  .guide-list.center li {
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .guide-list.surgical li {
    padding-bottom: 53px;
  }

  .grid-col-glaucoma .info {
    width: 75.3%;
  }
  .grid-col-glaucoma.oct .box {
    padding: 0 5px 47px 70px;
  }
  .grid-col-glaucoma.oct .info {
    padding-top: 18px;
    width: 75.9%;
  }
  .grid-col-glaucoma.treat .box {
    padding-right: 0;
  }
  .grid-col-glaucoma.treat .info {
    width: 76.1%;
  }
  .grid-col-glaucoma.treat .txt-color {
    display: block;
    padding-top: 2px;
  }

  .oct-box {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .oct-box .oct-left {
    width: 370px;
    margin-right: 5px;
  }
  .oct-box .oct-right {
    width: 658px;
  }
  .oct-box .oct-text {
    padding: 29px 5px 0 9px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.glaucoma {
    background-image: url(../img/glaucoma/keyvisual.jpg);
  }

  .section-glaucoma01 {
    font-size: 0.2rem;
  }

  .glaucoma-block {
    padding: 0.2rem 0 0.3rem;
  }
  .glaucoma-block .intro-info {
    padding-top: 0.42rem;
  }
  .glaucoma-block .intro-info li .title {
    margin-bottom: 0.24rem;
    font-size: 0.22rem;
  }
  .glaucoma-block .intro-info li p {
    margin-bottom: 0.28rem;
  }
  .glaucoma-block .intro-info .text {
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .glaucoma-block .intro-info .image01 {
    margin: 0 0 0.32rem;
  }
  .glaucoma-block .intro-info .image02 {
    margin-bottom: 0.24rem;
  }

  .scroll-info01 li {
    width: 33.33%;
  }

  .block-classify {
    padding-top: 0.2rem;
  }
  .block-classify .item {
    display: block;
  }
  .block-classify .item > * {
    display: block;
    width: 100%;
  }
  .block-classify .ttl {
    width: auto;
    height: auto;
    padding: 0.2rem 0.1rem;
    font-size: 0.22rem;
  }
  .block-classify .text {
    padding: 0.08rem 0.3rem;
    font-size: 0.2rem;
  }

  .glaucoma-box {
    padding: 1rem 0 0.04rem;
    font-size: 0.2rem;
  }
  .glaucoma-box .treat-box {
    padding: 0.1rem 0 0.28rem;
  }
  .glaucoma-box .list-treat01 {
    padding: 0.28rem 0.2rem;
  }
  .glaucoma-box .list-treat01 li {
    margin-right: 0.5rem;
  }
  .glaucoma-box .list-treat01 li a {
    font-size: 0.22rem;
  }

  .glaucoma-term {
    padding: 0.2rem 0 0.5rem;
  }
  .glaucoma-term .press-txt {
    padding-bottom: 0.4rem;
    font-size: 0.2rem;
  }
  .glaucoma-term .press-box p + p {
    padding-top: 0.26rem;
  }
  .glaucoma-term .press-box p + p.image-laser {
    padding-top: 0.46rem;
  }
  .glaucoma-term .press-box p + p.image-laser01 {
    padding-top: 0.36rem;
  }
  .glaucoma-term .image-inspection {
    padding-top: 0.16rem;
  }
  .glaucoma-term .inspection-txt {
    padding: 0.38rem 0.5rem 0 3px;
    font-size: 0.2rem;
  }
  .glaucoma-term .inspection-txt p {
    padding-bottom: 0.3rem;
  }
  .glaucoma-term .inspection-txt p:last-child {
    padding-bottom: 0;
  }
  .glaucoma-term .inspection-txt p.text {
    padding-bottom: 0.26rem;
    font-size: 0.2rem;
  }
  .glaucoma-term .inspect-img {
    padding: 0.25rem 0 0.2rem;
  }
  .glaucoma-term .grid-col-glaucoma.treat .press-img {
    padding-top: 0.2rem;
  }
  .glaucoma-term .grid-col-glaucoma .box {
    padding: 0 0.25rem 0.3rem;
  }
  .glaucoma-term .grid-col-glaucoma .ttl {
    padding: 0.2rem 0;
    font-size: 0.24rem;
  }
  .glaucoma-term .grid-col-glaucoma .info {
    padding-top: 0.16rem;
  }
  .glaucoma-term .grid-col-glaucoma .list-fundus {
    font-size: 0.22rem;
  }
  .glaucoma-term .grid-col-glaucoma .txt-color {
    font-size: 0.22rem;
  }
  .glaucoma-term .grid-col-glaucoma .text01 {
    padding-bottom: 0.24rem;
  }
  .glaucoma-term .oct-box {
    padding: 0 0 0.18rem;
  }
  .glaucoma-term .oct-box .oct-text {
    padding: 0.2rem 0;
  }

  .guide-list {
    margin-top: 0.52rem;
  }
  .guide-list li {
    padding: 0.38rem 0.25rem;
  }
  .guide-list li .press-box {
    margin-top: 0.2rem;
    font-size: 0.2rem;
  }
  .guide-list .sec-title {
    margin: 0.16rem 0 0.24rem;
  }
  .guide-list.surgical {
    margin-top: 0.36rem;
    padding-top: 0.2rem;
  }
  .guide-list.surgical .sec-title {
    margin-bottom: 0.22rem;
  }
  .guide-list .about-link {
    margin: 0.3rem 5px 0 0;
  }
  .guide-list .about-link a {
    width: 2.75rem;
  }
  .guide-list .about-link a span {
    padding-left: 0.12rem;
  }

  .mark-text {
    margin-top: 0.46rem;
    padding: 0.3rem 0.2rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    border-width: 2px;
    font-size: 0.28rem;
    }
    
    .mark-text2 {
    margin-top: 0.46rem;
    padding: 0.3rem 0.2rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    border-width: 2px;
    font-size: 16px;
    
  }
}
/* PAGE BOTOX
 * ----------------------------------------------- */
.main-botox {
  margin-top: 25px;
  width: 1200px;
}
.main-botox .headline03 .ja {
  letter-spacing: 0.025em;
}
.main-botox .tab-area ul.tabs li {
  width: 500px;
  font-size: 16px;
  margin: 0 30px;
}
.main-botox .tab-area ul.tabs li.current {
  font-size: 24px;
}
.main-botox .tab-area ul.tabs li.current small {
  font-size: 20px;
}
.main-botox .block01 {
  padding-top: 10px;
  margin-bottom: 56px;
}
.main-botox .block01 .inner {
  margin-top: 28px;
}
.main-botox .block01 p {
  font-size: 18px;
  margin-bottom: 20px;
}
.main-botox .section-ophthal .panel-content {
  padding-top: 32px;
}
.main-botox .section-ophthal .grid-col-retinal {
  -webkit-align-items: normal;
  align-items: normal;
}
.main-botox .section-ophthal .grid-col-retinal .caption-bl {
  width: 490px;
  margin-left: 0;
}
.main-botox .section-ophthal .grid-col-retinal .image {
  width: 500px;
}
.main-botox .section-ophthal .grid-col-retinal .image img {
  max-width: 100%;
}
.main-botox .section-ophthal .grid-col-retinal.on-tab {
  -js-display: table;
  display: table;
}
.main-botox .section-ophthal .grid-col-retinal.on-tab .caption-bl {
  display: table-cell;
  vertical-align: middle;
}
.main-botox .section-ophthal .grid-col-retinal.on-tab .image {
  display: table-cell;
  vertical-align: middle;
}
.main-botox .section-ophthal .group-list-style-2 .list-style {
  width: 100%;
  margin-right: 0;
}
.main-botox .section-ophthal .group-list-style-2 .list-style li {
  display: inline-block;
  margin: 2px 27px 2px 0;
}
.main-botox .section-ophthal .group-list-style-2.t02 .list-style li {
  display: block;
}
.main-botox .table-block {
  margin: 30px 0 0;
}
.main-botox .table-block td {
  padding: 10px 36px;
}
.main-botox .panel.p02 .section-ophthal .grid-col-retinal {
  -webkit-align-items: center;
  align-items: center;
}
.main-botox .panel.p02 .section-ophthal .grid-col-retinal.ie {
  position: relative;
}
.main-botox .panel.p02 .section-ophthal .grid-col-retinal .caption-bl {
  width: 600px;
}
.main-botox .panel.p02 .section-ophthal .grid-col-retinal .image {
  width: 300px;
}
.main-botox .panel.p03 .section-ophthal .grid-col-retinal .caption-bl {
  width: 100%;
  padding: 0 12px;
}
.main-botox .panel.p03 .section-ophthal .grid-col-retinal .image {
  width: 100%;
  margin-bottom: 30px;
}
.main-botox .panel.p03 .table-block {
  margin-top: 20px;
}
.main-botox .panel.p04 .section-ophthal .grid-col-retinal {
  -webkit-align-items: center;
  align-items: center;
}
.main-botox .panel.p04 .section-ophthal .grid-col-retinal .caption-bl {
  width: 590px;
}
.main-botox .panel.p04 .section-ophthal .grid-col-retinal .image {
  width: 413px;
  text-align: right;
}
.main-botox .panel.p04 .section-ophthal .group-list-style-2 .list-blue {
  font-size: 18px;
  color: #0099C7;
  margin-bottom: 20px;
}
.main-botox .panel.p04 .section-ophthal .group-list-style-2.t03 .list-style {
  width: 46.5%;
  margin-right: 0;
}
.main-botox .panel.p04 .section-ophthal .group-list-style-2.t03 .list-style:last-child {
  width: 53.5%;
}
.main-botox .panel.p04 .section-ophthal .group-list-style-2.t03 .list-style li {
  display: block;
  margin-right: 10px;
}
.main-botox .treatment {
  margin-bottom: 75px;
}
.main-botox .treatment .txt01 {
  font-size: 18px;
}
.main-botox .treatment .inner {
  margin-top: 37px;
}
.main-botox .treatment .inner .image {
  float: left;
  width: 300px;
}
.main-botox .treatment .inner .ct-treatment {
  float: right;
  width: 740px;
  padding-right: 70px;
  margin-top: 25px;
}
.main-botox .treatment .inner .ct-treatment .ttl-treat {
  font-size: 30px;
  color: #0099C7;
}
.main-botox .treatment .inner .ct-treatment .list-treat {
  margin-top: 30px;
}
.main-botox .treatment .inner .ct-treatment .list-treat li {
  font-size: 20px;
  padding-left: 30px;
  background: url("../img/common/icon_circle02.png") no-repeat 0 4px;
  margin-bottom: 10px;
}
.main-botox .treatment .box-price {
  margin-top: 23px;
}
.main-botox .treatment .box-price .left {
  float: left;
  width: 300px;
  font-size: 20px;
  color: #fff;
  background: #0099C7;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.main-botox .treatment .box-price .right {
  float: right;
  width: 740px;
  margin-top: 30px;
}
.main-botox .treatment .box-price .right .block-price {
  display: inline-block;
  font-size: 18px;
  color: #0099C7;
  margin-right: 30px;
}
.main-botox .treatment .box-price .right .block-price span {
  font-size: 24px;
  color: #3F1F00;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .section-keyvisual.botox {
    background-image: url(../img/botox/keyvisual.jpg);
  }

  .main-botox {
    margin-top: 25px;
    width: 100%;
  }
  .main-botox .headline03 .ja {
    letter-spacing: 0.1em;
  }
  .main-botox .headline03 .en {
    letter-spacing: 0.2em;
  }
  .main-botox .tab-area ul.tabs li {
    width: 2.5rem;
    font-size: 0.21rem;
    margin: 0 0.02rem;
  }
  .main-botox .tab-area ul.tabs li.current {
    font-size: 0.23rem;
  }
  .main-botox .tab-area ul.tabs li.current small {
    font-size: 0.21rem;
  }
  .main-botox .block01 {
    padding-top: 0.1rem;
    margin-bottom: 0.6rem;
  }
  .main-botox .block01 .inner {
    margin-top: 0.3rem;
  }
  .main-botox .block01 p {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .main-botox .section-ophthal .panel-content {
    padding-top: 32px;
  }
  .main-botox .section-ophthal .grid-col-retinal.on-tab {
    -js-display: block;
    display: block;
  }
  .main-botox .section-ophthal .grid-col-retinal.on-tab .caption-bl {
    display: block;
  }
  .main-botox .section-ophthal .grid-col-retinal.on-tab .image {
    display: block;
  }
  .main-botox .section-ophthal .grid-col-retinal .caption-bl {
    width: 100%;
    margin-left: 0;
  }
  .main-botox .section-ophthal .grid-col-retinal .image {
    width: 100%;
  }
  .main-botox .section-ophthal .group-list-style-2 .list-style li {
    display: block;
    margin: 0.1rem 0;
  }
  .main-botox .table-block {
    margin: 30px 0 0;
  }
  .main-botox .table-block td {
    padding: 0.1rem 0 0.2rem;
  }
  .main-botox .panel.p02 .section-ophthal .grid-col-retinal .caption-bl {
    width: 100%;
  }
  .main-botox .panel.p02 .section-ophthal .grid-col-retinal .image {
    width: 100%;
  }
  .main-botox .panel.p03 .section-ophthal .grid-col-retinal .caption-bl {
    padding: 0 12px;
  }
  .main-botox .panel.p03 .section-ophthal .grid-col-retinal .image {
    margin-bottom: 30px;
  }
  .main-botox .panel.p03 .table-block {
    margin-top: 20px;
  }
  .main-botox .panel.p04 .section-ophthal .grid-col-retinal .caption-bl {
    width: 100%;
  }
  .main-botox .panel.p04 .section-ophthal .grid-col-retinal .image {
    width: 100%;
    text-align: right;
  }
  .main-botox .panel.p04 .section-ophthal .group-list-style-2 .list-blue {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .main-botox .panel.p04 .section-ophthal .group-list-style-2.t03 .list-style {
    width: 100% !important;
  }
  .main-botox .panel.p04 .section-ophthal .group-list-style-2.t03 .list-style li {
    margin-right: 10px;
  }
  .main-botox .treatment {
    margin-bottom: 0.6rem;
  }
  .main-botox .treatment .txt01 {
    font-size: 0.22rem;
  }
  .main-botox .treatment .inner {
    margin-top: 0.4rem;
  }
  .main-botox .treatment .inner .image {
    width: 100%;
  }
  .main-botox .treatment .inner .ct-treatment {
    width: 100%;
    padding-right: 0;
    margin-top: 0.3rem;
  }
  .main-botox .treatment .inner .ct-treatment .ttl-treat {
    font-size: 0.4rem;
  }
  .main-botox .treatment .inner .ct-treatment .list-treat {
    margin-top: 0.3rem;
  }
  .main-botox .treatment .inner .ct-treatment .list-treat li {
    font-size: 0.23rem;
    padding-left: 21px;
    background: url(../img/common/icon_circle02.png) no-repeat 0 4px;
    margin-bottom: 0.1rem;
    background-size: 12px;
  }
  .main-botox .treatment .box-price {
    margin-top: 0.3rem;
  }
  .main-botox .treatment .box-price .left {
    width: 100%;
    font-size: 0.3rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .main-botox .treatment .box-price .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .main-botox .treatment .box-price .right .block-price {
    display: block;
    font-size: 0.25rem;
    margin-right: 0;
  }
  .main-botox .treatment .box-price .right .block-price span {
    font-size: 0.35rem;
    margin-left: 0.2rem;
  }
}
/* PAGE OTHERS
 * ----------------------------------------------- */
.block-color.stl-pg-other .inner .left.full {
  width: 100%;
}

.unkn-others {
  font-size: 18px;
  line-height: 27px;
  margin-top: 37px;
  margin-bottom: 37px;
}

.link-inner-other {
  text-align: center;
}
.link-inner-other a {
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #0099C7 url(../img/others/icon-arrow01.png) no-repeat right 16px center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 0 8px;
  display: inline-block;
  padding: 33px 10px 32px 0;
  letter-spacing: 0.03em;
}
.link-inner-other a.width01 {
  width: 335px;
}
.link-inner-other a.width02 {
  width: 395px;
}
.link-inner-other a.width03 {
  width: 305px;
}

.list-style.stl-others {
  margin-right: 98px;
}
.list-style li.ttl-list {
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 0;
  background: none;
}

.handbook {
  background: #F5F8F7;
  padding: 52px 73px 21px 77px;
  border-radius: 10px;
}
.handbook .ttl-handbook {
  font-size: 30px;
  color: #0099C7;
  margin-bottom: 16px;
}
.handbook .desc {
  margin-bottom: 42px;
}
.handbook .tb-handbook {
  width: 100%;
}
.handbook .tb-handbook th {
  border-top: 1px solid #0099C7;
  color: #0099C7;
  width: 417px;
  font-size: 24px;
  padding: 13px 0 10px 4px;
  letter-spacing: 0.03em;
  vertical-align: top;
}
.handbook .tb-handbook th.has-image {
  padding: 21px 0 44px 9px;
}
.handbook .tb-handbook td {
  border-top: 1px solid #0099C7;
  padding: 18px 0px 14px 25px;
  font-size: 18px;
  vertical-align: top;
}
.handbook .tb-handbook td.full {
  padding-right: 0;
  padding-left: 18px;
}
.handbook .tb-handbook td.spc {
  padding: 29px 61px 47px 13px;
  width: 100%;
}

@media (min-width: 641px) {
  .section-ophthal .col-hayate .list-style:first-child, .section-ophthal .col-hayate .list-style.stl-others {
    margin-right: 98px;
  }
  .section-ophthal .col-hayate .list-style li.ttl-list {
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 0;
    background: none;
  }

  .block-color.stl-pg-other {
    margin-top: 88px;
    margin-bottom: 46px;
  }
  .block-color.stl-pg-other .inner .left {
    width: 745px;
  }
  .block-color.stl-pg-other .inner .right {
    width: 300px;
  }

  .main-others .main-child {
    margin-bottom: 51px;
  }
  .main-others .section-ophthal p.image-tb {
    margin-top: 7px;
    margin-bottom: 30px;
  }
  .main-others .section-ophthal p.image-tb.mb0 {
    margin-bottom: 0;
  }
  .main-others .section-ophthal .text-style {
    padding-left: 0;
    padding-right: 0;
  }
  .main-others .section-ophthal .panel-content {
    padding: 65px 50px 41px 41px;
  }
  .main-others .section-ophthal .grid-col-retinal {
    -webkit-align-items: initial;
    align-items: initial;
  }
  .main-others .section-ophthal .grid-col-retinal .caption-bl {
    margin: 0 0 0 7px;
    width: 370px;
  }
  .main-others .section-ophthal .grid-col-retinal .image {
    width: 600px;
  }
  .main-others .table-block td {
    padding-right: 0;
  }
  .main-others .block-color.stl-pg-other.stl2 .inner .left {
    width: 635px;
  }
  .main-others .block-color.stl-pg-other.stl2 .inner .right {
    width: 460px;
    padding-right: 16px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.others {
    background-image: url(../img/others/keyvisual.jpg);
  }

  .main-others .main-child {
    margin-bottom: 0.3rem;
  }
  .main-others .tab-area ul.tabs li.current {
    width: 2.2rem;
  }
  .main-others .section-ophthal .col-hayate .list-style.stl-others {
    margin-bottom: 0.2rem;
  }
  .main-others .image-tb {
    margin: 0.2rem 0;
  }

  .list-style.stl-others {
    margin-right: 0;
  }

  .unkn-others {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .link-inner-other {
    text-align: center;
  }
  .link-inner-other a {
    font-size: 0.24rem;
    background: #0099C7 url(../img/others/icon-arrow01.png) no-repeat right 0.15rem center;
    background-size: 0.13rem auto;
    margin: 0 0 0.15rem 0;
    display: block;
    padding: 0.2rem 0.2rem 0.2rem 0;
  }
  .link-inner-other a.width01 {
    width: 100%;
  }
  .link-inner-other a.width02 {
    width: 100%;
  }
  .link-inner-other a.width03 {
    width: 100%;
  }

  .handbook {
    padding: 0.2rem;
    border-radius: 0.1rem;
  }
  .handbook .ttl-handbook {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .handbook .desc {
    margin-bottom: 0.4rem;
  }
  .handbook .tb-handbook {
    display: block;
  }
  .handbook .tb-handbook th {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    padding: 0.1rem 0;
  }
  .handbook .tb-handbook th.has-image {
    padding: 0.2rem 0;
    border-top: 0;
  }
  .handbook .tb-handbook td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 0.1rem 0;
    font-size: 0.2rem;
  }
  .handbook .tb-handbook td.full {
    padding-left: 0;
  }
  .handbook .tb-handbook td.spc {
    padding: 0.1rem 0;
    width: 100%;
  }
}
/* PAGE OWN
 * ----------------------------------------------- */
.main-own .intro-box {
  padding: 28px 0 57px;
}
.main-own .tab-area ul.tabs li {
  background: #fff;
}
.main-own .list-cl.list-t02 {
  background: none;
}
.main-own .section-intraocular {
  margin-bottom: 98px;
}
.main-own .section-intraocular .headline01 {
  margin: 10px 0 62px;
}
.main-own .section-intraocular .block-intraocular {
  margin-top: 48px;
}
.main-own .btn-link-surgery {
  padding-top: 29px;
  text-align: center;
}
.main-own .btn-link-surgery .btn-primary {
  width: 371px;
}

@media (max-width: 640px) {
  .section-keyvisual.own {
    background-image: url(../img/own/keyvisual.jpg);
  }

  .main-own .headline03 .en {
    letter-spacing: 0.3em;
  }
  .main-own .intro-box {
    padding: 0.28rem 0 0.58rem;
  }
  .main-own .tab-area ul.tabs li.current {
    width: 2.5rem;
  }
  .main-own .section-intraocular {
    margin-bottom: 0.98rem;
  }
  .main-own .section-intraocular .headline01 {
    margin: 0.1rem 0 0.62rem;
  }
  .main-own .section-intraocular .block-intraocular {
    margin-top: 0.48rem;
  }
  .main-own .btn-link-surgery {
    padding-top: 0.3rem;
  }
  .main-own .btn-link-surgery .btn-primary {
    width: auto;
  }
}
/* PAGE LENS
 * ----------------------------------------------- */
.section-lens {
  margin-top: 48px;
}
.section-lens .group-lens {
  padding: 30px 30px 12px 24px;
}

/*
.section-lens .list-lens {
  float: left;
  width: 48.1%;
}
.section-lens .list-lens:nth-child(even) {
  float: right;
}
*/

.section-lens .list-lens{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-lens .list-lens li {
  margin-bottom: 20px;
  background: #f5f8f7;
  min-height: 80px;
  width: 48.5%;
  padding: 18px 5px 15px 45px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 0 #d9d9d9;
  -webkit-box-shadow: 2px 2px 0 #d9d9d9;
  box-shadow: 2px 2px 0 #d9d9d9;
}
.section-lens .ptitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
}
.section-lens .ptitle .ttl {
  margin-right: 14px;
}
.section-lens .ptitle .small {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.section-lens .tag-name {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #0099C7;
  margin-top: -2px;
  padding: 2px 2px 1px;
  min-width: 66px;
  font-size: 14px;
  text-align: center;
}
.section-lens .tag-name.type01 {
  background: #0078d7;
}
.section-lens .tag-name.type02 {
  background: #ff8000;
}
.section-lens .text {
  font-size: 14px;
}

@media (min-width: 641px) {
  .main-lens .caption-bl {
    padding-bottom: 6px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.lens {
    background-image: url(../img/lens/keyvisual.jpg);
  }

  .section-lens {
    margin-top: 0.48rem;
  }
  .section-lens .group-lens {
    padding: 0.3rem 0.3rem 0.12rem 0.24rem;
  }
.section-lens .list-lens{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .section-lens .list-lens:nth-child(even) {
    float: none;
  }
  .section-lens .list-lens li {
    margin-bottom: 0.2rem;
    min-height: 0.8rem;
    width: 100%;
    padding: 0.18rem 0.2rem 0.15rem 0.4rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .section-lens .ptitle {
    font-size: 0.24rem;
  }
  .section-lens .ptitle .ttl {
    margin-right: 0.14rem;
  }
  .section-lens .ptitle .small {
    margin-bottom: 0.08rem;
    font-size: 0.22rem;
  }
  .section-lens .tag-name {
    min-width: 0.66rem;
    font-size: 0.2rem;
  }
  .section-lens .text {
    font-size: 0.2rem;
  }
}
/* PAGE SEARCH
 * ----------------------------------------------- */
.main-search .list-link02 {
  margin: 41px 0 77px;
}

.section-list-search .panel,
.section-list-search .panel-heading {
  border-color: #402000;
}
.section-list-search .headline01 {
  color: #402000;
}
.section-list-search .headline01 span:after,
.section-list-search .headline01 span:before {
  background: #402000;
}
.section-list-search .search-content {
  padding: 14px 28px 18px 31px;
}
.section-list-search .table-block {
  background: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 641px) {
  .section-list-search .panel {
    margin-bottom: 48px;
  }
  .section-list-search .table-block th {
    width: 250px;
    height: 80px;
    border-bottom-width: 5px;
  }
  .section-list-search .table-block td {
    padding: 12px 0 14px 29px;
    border-bottom-width: 5px;
  }
  .section-list-search .grid-col-search {
    padding-right: 4px;
  }
  .section-list-search .grid-col-search .text {
    width: 500px;
  }
  .section-list-search .grid-col-search .btn-primary {
    width: 235px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.search {
    background-image: url(../img/search/keyvisual.jpg);
  }

  .main-search .list-link02 {
    margin: 0.4rem 0 0.8rem;
  }

  .section-list-search .search-content {
    padding: 0.14rem 0.3rem 0.18rem;
  }
  .section-list-search .grid-col-search .btn-primary {
    display: block;
    margin: 0.1rem auto;
  }
}
/* PAGE DOCTORS
 * ----------------------------------------------- */
.main-doctors {
  margin-bottom: 50px;
}
.main-doctors .headline03 {
  margin-bottom: 80px;
}

.section-doctor {
  margin-bottom: 100px;
}
.section-doctor.section-doctor01 {
  margin-bottom: 20px;
}
.section-doctor.section-doctor01 .position {
  font-size: 28px;
}
.section-doctor.section-doctor01 .block-doctor-photo {
  margin-bottom: 31px;
}
.section-doctor.section-doctor01 .block-doctor-text .doctor-info .ttl span {
  height: 96px;
}

.block-doctor-photo {
  position: relative;
  margin-bottom: 40px;
}
.block-doctor-photo .doctor-box {
  position: absolute;
  top: 50%;
  left: 110px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.block-doctor-photo .position {
  background: #0099C7;
  color: #fff;
  width: 92px;
  height: 92px;
  line-height: 92px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 16px;
  font-size: 30px;
  text-align: center;
}
.block-doctor-photo .position span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
.block-doctor-photo .name {
  line-height: 1.2;
  text-align: center;
}
.block-doctor-photo .name .ja {
  display: block;
  padding-bottom: 6px;
  font-size: 40px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.block-doctor-photo .name .en {
  display: inline-block;
  border-top: 1px solid #3f1f00;
  border-bottom: 1px solid #3f1f00;
  padding: 7px 5px 7px 8px;
  letter-spacing: 0.22em;
  line-height: 1.5;
}
.block-doctor-photo .list-major {
  padding: 16px 0 0 26px;
}
.block-doctor-photo .list-major li {
  color: #0099C7;
  background: url(../img/common/icon01.png) no-repeat 0 4px;
  padding-left: 19px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.block-doctor-text .caption-bl {
  margin: 0 0 52px 3px;
  line-height: 1.725;
}




/*写真なしプロフィール*/
.doctor-profile-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  align-items: flex-start;
}
.doctor-profile-box .doctor-box{
  width: 300px;
}
.doctor-profile-box .doctor-box .position{
  background: #0099C7;
  color: #fff;
  width: 92px;
  height: 92px;
  line-height: 92px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
}
.doctor-profile-box .doctor-box .name h2{
  text-align: center;
}
.doctor-profile-box .doctor-box .name .ja {
  display: block;
  padding-bottom: 6px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.doctor-profile-box .doctor-box .name .en {
  display: block;
  border-top: 1px solid #3f1f00;
  border-bottom: 1px solid #3f1f00;
  padding: 7px 5px 7px 8px;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-align: center;
}

.doctor-profile-box .list-major{
  list-style: none;
  margin: 15px auto;
}
.doctor-profile-box .list-major li{
  font-size: 20px;
  font-weight: bold;
}
.doctor-profile-box .list-major li:before{
  content: "◆";
  color: #0099C7;
  margin-right: 15px;
}

.doctor-profile-box .message{
  width: calc( 100% - 350px );
  background-color: #ECF7F4;
  box-sizing: border-box;
  padding: 2em;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .doctor-profile-box{ flex-direction: column;}
  .doctor-profile-box .message{ width: 90%;}
  .doctor-profile-box .doctor-box{ width: 90%;}
}


.doctor-profile-box .message h2{ 
    font-size: 20px;
    font-weight: bold;
    color: #0099C7;
    margin-bottom: 0.5em;
}





.block-doctor-text .doctor-info {
  *zoom: 1;
}
.block-doctor-text .doctor-info:after {
  content: "";
  display: table;
  clear: both;
}
.block-doctor-text .doctor-info .box {
  float: left;
  margin-bottom: 26px;
  padding-right: 24px;
  width: 50%;
}
.block-doctor-text .doctor-info .box:nth-child(even) {
  float: right;
}
.block-doctor-text .doctor-info .item {
  *zoom: 1;
}
.block-doctor-text .doctor-info .item:after {
  content: "";
  display: table;
  clear: both;
}
.block-doctor-text .doctor-info .ttl {
  float: left;
  background: #0099C7;
  width: 110px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.block-doctor-text .doctor-info .ttl span {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  height: 120px;
  letter-spacing: 0.05em;
}
.block-doctor-text .doctor-info .content {
  float: right;
  margin-top: -7px;
  width: calc(100% - 153px);
  width: -webkit-calc(100% - 153px);
  width: -moz-calc(100% - 153px);
  line-height: 2;
}

.clinic-staff {
  border: 2px solid #0099C7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 10px 28px;
  font-size: 18px;
  text-align: left;
}
.clinic-staff .title {
  margin-bottom: 3px;
  color: #0099C7;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.clinic-staff .title,
.clinic-staff .text{
  margin-left: 15px;
}

@media (max-width: 640px) {
  .section-keyvisual.doctors {
    background-image: url(../img/doctors/keyvisual.jpg);
  }

  .main-doctors {
    margin-bottom: 0.5rem;
  }
  .main-doctors .headline03 {
    margin-bottom: 0.8rem;
  }

  .section-doctor {
    margin-bottom: 0.5rem;
  }
  .section-doctor.section-doctor01 {
    margin-bottom: 0;
  }
  .section-doctor.section-doctor01 .position {
    font-size: 0.28rem;
  }
  .section-doctor.section-doctor01 .block-doctor-photo {
    margin-bottom: 0.3rem;
  }
  .section-doctor.section-doctor01 .block-doctor-text .doctor-info .ttl span {
    height: auto;
  }

  .block-doctor-photo {
    margin-bottom: 0;
  }
  .block-doctor-photo .doctor-box {
    position: static;
    margin: 0.2rem 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .block-doctor-photo .position {
    width: 0.92rem;
    height: 0.92rem;
    line-height: 0.92rem;
    margin: 0 auto 0.16rem;
    font-size: 0.3rem;
  }
  .block-doctor-photo .name .ja {
    padding-bottom: 0.06rem;
    font-size: 0.4rem;
  }
  .block-doctor-photo .name .en {
    padding: 0.06rem;
  }
  .block-doctor-photo .list-major {
    padding: 0.16rem 0.2rem;
  }
  .block-doctor-photo .list-major li {
    background-position: 0 0.06rem;
    -moz-background-size: 0.18rem 0.2rem;
    -o-background-size: 0.18rem 0.2rem;
    -webkit-background-size: 0.18rem 0.2rem;
    background-size: 0.18rem 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.22rem;
  }

  .block-doctor-text .caption-bl {
    margin: 0 0 0.4rem;
  }
  .block-doctor-text .doctor-info .box {
    float: none;
    width: auto;
    margin-bottom: 0.26rem;
    padding-right: 0;
  }
  .block-doctor-text .doctor-info .box:nth-child(even) {
    float: none;
  }
  .block-doctor-text .doctor-info .ttl {
    float: none;
    width: auto;
    font-size: 0.3rem;
  }
  .block-doctor-text .doctor-info .ttl span {
    display: block;
    padding: 0.05rem;
    width: auto;
    height: auto;
  }
  .block-doctor-text .doctor-info .content {
    float: none;
    margin-top: 0.1rem;
    width: auto;
  }

  .clinic-staff {
    border-width: 1px;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0.24rem 0.2rem 0.28rem;
    font-size: 0.22rem;
  }
  .clinic-staff .title {
    font-size: 0.24rem;
  }
}
/* PAGE ACCESS
 * ----------------------------------------------- */
.section-visit {
  margin-bottom: 120px;
}
.section-visit .headline01 {
  margin: 85px 0 45px;
}
.section-visit .intro-access {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  border-top: 2px solid #3f1f00;
  border-bottom: 2px solid #3f1f00;
  padding: 25px 0 27px;
  line-height: 1.2;
}
.section-visit .intro-access .ttl {
  width: 368px;
  padding: 11px 10px 11px 53px;
  background: url(../img/common/bg_dot05.png) repeat-y 100% 50%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-visit .intro-access .desc {
  width: 820px;
  padding-left: 106px;
  font-size: 30px;
}
.section-visit .work-time .list-note {
  padding-top: 30px;
  font-size: 18px;
}

.section-access {
  margin-bottom: 90px;
}
.section-access .map {
  margin-top: 46px;
}
.section-access .address {
  margin: 23px 30px 28px 0;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
.section-access .desc {
  float: left;
  margin-top: 4px;
}
.section-access .list-btn-access {
  float: right;
  margin-top: 5px;
  width: 160px;
  text-align: right;
}
.section-access .list-btn-access li {
  display: inline-block;
  vertical-align: top;
}
.section-access .list-btn-access a {
  display: table-cell;
  vertical-align: middle;
  background: #0099C7;
  color: #fff;
  width: 70px;
  height: 58px;
  -moz-box-shadow: 2px 2px 0 #bfbfbf;
  -webkit-box-shadow: 2px 2px 0 #bfbfbf;
  box-shadow: 2px 2px 0 #bfbfbf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.list-access li {
  margin-bottom: 4px;
}
.list-access .column01 {
  background: #0099C7;
  color: #fff;
  border-right: 4px solid #fff;
  padding: 18px 27px;
}
.list-access .column01 > * {
  display: inline-block;
  vertical-align: middle;
}
.list-access .column01 .icon {
  margin-right: 12px;
}
.list-access .column01 .text {
  margin-top: 5px;
  font-size: 18px;
}
.list-access .column02 {
  padding: 16px 35px 14px 65px;
  border: 1px solid #0099C7;
  font-size: 20px;
}

@media (min-width: 641px) {
  .list-access .item-col {
    display: table;
    width: 100%;
  }
  .list-access .item-col > * {
    display: table-cell;
    vertical-align: middle;
  }
  .list-access .column01 {
    width: 227px;
  }
  .list-access .column02 {
    width: 870px;
  }
}
@media (max-width: 640px) {
  .section-keyvisual.access {
    background-image: url(../img/access/keyvisual.jpg);
  }

  .section-visit {
    margin-bottom: 1.2rem;
  }
  .section-visit .headline01 {
    margin: 0.8rem 0 0.4rem;
  }
  .section-visit .intro-access {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0.4rem;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 0.25rem 0 0.27rem;
  }
  .section-visit .intro-access .ttl {
    width: 34%;
    padding: 0.1rem 0.2rem;
    font-size: 0.2rem;
  }
  .section-visit .intro-access .desc {
    width: 65%;
    padding-left: 0.4rem;
    font-size: 0.3rem;
  }
  .section-visit .work-time .list-note {
    padding-top: 0.3rem;
    font-size: 0.2rem;
  }

  .section-access {
    margin-bottom: 0.9rem;
  }
  .section-access .map {
    margin-top: 0.46rem;
  }
  .section-access .map iframe {
    width: 100%;
    height: 5rem;
  }
  .section-access .address {
    margin: 0.24rem 0 0.28rem;
    font-size: 0.26rem;
  }
  .section-access .list-btn-access {
    width: 35%;
  }
  .section-access .list-btn-access a {
    padding: 0.06rem;
    width: 0.9rem;
    height: 0.6rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.2rem;
  }

  .list-access .column01 {
    border: none;
    padding: 0.18rem 0.3rem;
  }
  .list-access .column01 .icon {
    margin-right: 0.12rem;
    width: 0.51rem;
  }
  .list-access .column01 .text {
    margin-top: 0.06rem;
    font-size: 0.22rem;
  }
  .list-access .column02 {
    padding: 0.2rem 0.3rem;
    font-size: 0.2rem;
  }
}
/* PAGE RECRUIT
 * ----------------------------------------------- */
.section-recruit {
  padding-top: 30px;
}
.section-recruit .headline01 {
  margin-bottom: 15px;
}
.section-recruit .box-address {
  margin-bottom: 86px;
  padding: 28px 74px 27px;
  border: 3px solid #0099C7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 26px;
  background: #fff;
  color: #0099C7;
  letter-spacing: 0.04em;
}
.section-recruit .block-recruit {
  position: relative;
  margin-bottom: 60px;
  background: #f5f8f7;
  padding: 20px 75px 53px;
}
.section-recruit .block-recruit .status {
  margin: -55px 0 26px;
  padding: 13px 5px 12px 9px;
  background: #f3afcd;
  color: #fff;
  font-size: 26px;
  width: 185px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-recruit .block-recruit .title {
  margin: 0 0 17px 3px;
  color: #0099C7;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.section-recruit .block-recruit .title span {
  font-size: 30px;
}
.section-recruit .block-recruit .caption-bl {
  margin: 0 0 28px 3px;
}
.section-recruit .table-info {
  border-top: 1px solid #0099C7;
}
.section-recruit .table-info th {
  border-bottom: 1px solid #0099C7;
  color: #0099C7;
  padding: 14px 3px 9px;
  font-size: 24px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  width: 206px;
}
.section-recruit .table-info td {
  border-bottom: 1px solid #0099C7;
  padding: 14px 3px 9px;
  font-size: 18px;
}
.section-recruit .table-info .text-bl {
  padding: 4px 0;
}
.section-recruit .table-info .text-bl p:not(:first-child) {
  padding-top: 4px;
}
.section-recruit .table-info .text-bl.text-bl01 {
  padding: 2px 0 6px;
}
.section-recruit .table-info .text-bl .txt01 span {
  padding-right: 106px;
}
.section-recruit .table-info .text-bl .txt02 span {
  padding-right: 54px;
}

@media (max-width: 640px) {
  .section-keyvisual.recruit {
    background-image: url(../img/recruit/keyvisual.jpg);
  }
  
  .section-keyvisual.info {
    background-image: url(../img/info/keyvisual.jpg);
  }

  .section-recruit {
    padding-top: 0.3rem;
  }
  .section-recruit .headline01 {
    margin-bottom: 0.15rem;
  }
  .section-recruit .box-address {
    margin-bottom: 0.86rem;
    padding: 0.28rem 0.3rem;
    border-width: 2px;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    text-align: center;
  }
  .section-recruit .block-recruit {
    margin-bottom: 0.6rem;
    padding: 0.2rem 0.3rem 0.5rem;
  }
  .section-recruit .block-recruit .status {
    margin: -0.55rem 0 0.26rem;
    padding: 0.14rem 0.1rem 0.12rem;
    font-size: 0.26rem;
    width: 1.85rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .section-recruit .block-recruit .title {
    margin-bottom: 0.2rem;
    font-size: 0.22rem;
  }
  .section-recruit .block-recruit .title span {
    font-size: 0.3rem;
  }
  .section-recruit .block-recruit .caption-bl {
    margin-bottom: 0.28rem;
  }
  .section-recruit .table-info th {
    display: block;
    border: none;
    padding: 0.2rem 0 0.1rem;
    font-size: 0.24rem;
    letter-spacing: 0.05em;
    width: auto;
  }
  .section-recruit .table-info td {
    display: block;
    padding: 0 0 0.2rem;
    font-size: 0.2rem;
  }
  .section-recruit .table-info .text-bl {
    padding: 0.04rem 0;
  }
  .section-recruit .table-info .text-bl p:not(:first-child) {
    padding-top: 0.04rem;
  }
  .section-recruit .table-info .text-bl.text-bl01 {
    padding: 0.04rem 0 0.06rem;
  }
  .section-recruit .table-info .text-bl .txt01 span,
  .section-recruit .table-info .text-bl .txt02 span {
    padding-right: 0.5rem;
  }
}


@media (min-width: 641px) {

  .column2{ width: 100%; display: block; overflow: hidden; position: relative;}
  .column2 .leftblock{ width: 48% !important; float: left;}
  .column2 .rightblock{ width: 48% !important; float: right;}
  .column2 .box-check .left{ width: calc(100% - 40px) !important; display: block; margin: 0; top: 30px; text-align: left; text-indent: 1em; padding: 10px 0; border-bottom: 2px dotted #ccc; }
  .column2 .box-check .right{ display: block; width: 100% !important; float: none; background:none; padding:  50px 15px 10px 15px;}
  .column2 .box-check .right .red{ padding-top: 10px !important;}

  .column2 .box-check .right ul{ display: block; top: 30px;}
  .column2 .box-check .right ul li{ font-size: 18px !important;}

  .column2 .box-check .list-check li{  padding-left: 50px !important;}
}




/* 求人情報改修 */
.recruit-table {
  margin: 20px auto;
  border: 2px solid #3f1f00;
}
.recruit-table.tbl-r02 th {
  background: #0099C7;
  border: solid 1px #3f1f00;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
.recruit-table.tbl-r02 td {
  border: solid 1px #3f1f00;
  padding: 15px;
  background: #fff;
}

.recruit-voice{ margin-top: 80px;}
.recruit-voice h3{
  color: #402000;
  border: 1px solid #ddd;
  box-shadow: 0 0 8px #ddd;
  border-radius: 10px;
  background: #bbeaf2;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 120%;
  margin: 20px auto 40px auto;
}
.recruit-voice .quest-answer-chld{ padding: 0 !important; margin: 0 auto;}
 
.recruit_btn{ display: flex; justify-content: space-between; margin: 20px auto 80px auto;}
.recruit_btn li{
  width: 32%;
  padding: 25px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 140%;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.recruit_btn li a{ color: #fff; letter-spacing: 0.1em;}
.recruit_btn li:hover{
border-bottom: solid 2px #fd9535;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.recruit_btn li.none{ background: #ccc; border-bottom: solid 2px #999;/*少し濃い目の色に*/}
.recruit_btn li.none:hover{
  border-bottom: solid 2px #999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.recruit_btn li span{ display: block; font-size: 14px;}

.staff-voice{
  width: 100%;
  margin: 20px auto 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff-voice .voice_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.staff-voice dl dt{
  padding: 0.5rem 0;
  font-weight: bold;
  margin: 0 0 0.2rem 0;
}
.staff-voice dl dt:before {
  content: "Q.";
  display: inline;
  font-weight: bold;
  color: #0099C7;
  float: left;
}
.staff-voice dl{ 
  margin-bottom: 0.5rem;
}

.staff-voice dl dd {
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  background: #bbeaf2;
  border-radius: 15px;
  margin: 0;
}
.staff-voice dl dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #bbeaf2;
}

.staff-voice dl dd p {
  margin: 0;
  padding: 0;
}
.staff-voice div.icon_voice{ text-align: center;}
.staff-voice div.icon_voice p{ padding: 2px 0; text-align: center;}
.staff-voice div.icon_voice p strong{ font-weight: bold;}

@media (min-width: 641px) {
  .staff-voice dl{ width: 49%;}
  .staff-voice div.icon_voice{width: 18%;}
  .staff-voice .voice_wrap{ width:80%;}
  .staff-voice div.icon_voice img{ width: 120px;}
}

@media screen and (max-width: 640px) {
  .staff-voice dl{ width: 100%;}
  .staff-voice div.icon_voice{ width: 100%;}
  .staff-voice .voice_wrap{ width:100%;}
  .staff-voice div.icon_voice img{ width: 100px;}
  .staff-voice dl dd{ padding: 10px 15px !important;}
  .staff-voice dl dt{ padding: 5px 0 !important;}
  .staff-voice dl dd:before {  
    top: -30px;
    left: 20%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #bbeaf2;}

}

@media screen and (max-width: 640px) {
  .recruit-table .last td:last-child {
    border-bottom: solid 1px #3f1f00;
    width: 100%;
  }
  .recruit-table.tbl-r02 {
    width: 80%;
  }
  .recruit-table.tbl-r02 th,
  .recruit-table.tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .recruit_btn{ display: block;}
  .recruit_btn li{
    width: 100% !important;
    margin-bottom: 10px;
  }

}

/* 求人情報 スタッフイメージ */
@media (min-width: 641px) {
  .flex_wrapper{
    display: flex;
  }
  .section-recruit-p{
    padding-top: 20px;
  }

}

@media screen and (max-width: 640px) {
  .section-recruit.float_L img{
    width: 60%;
    margin: 0 auto 20px;
    display:block;
  }
}



table.tbl-r02 {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #FF9326;
  border: solid 1px #666;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
.tbl-r02 td {
  border: solid 1px #666;
  padding: 10px;
  font-weight: bold;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #666;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*---------------------------------------------
 **  20230215付与
---------------------------------------------*/
.flow-add-block{
  width: 80%;
  margin: 1rem auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  background-color: #DBF4F3;
  display: block;
  clear: both;
}
.flow-add-block strong{
  font-weight: bold;
  font-size: 105%;
}
@media (max-width: 641px) {
  .flow-add-block{
    padding: 15px;
  }

}



/*---------------------------------------------
 **  営業日カレンダー　付与クラス
---------------------------------------------*/
@media (min-width: 641px) {
.xo-month-wrap{
	padding:0 10px;
	width:48%;
	float:left;
	}
.xo-months::after{
	display:block;
	clear:both;
	content:"";
	}
.xo-event-calendar table.xo-month .month-header > span{ 
  font-weight:bold;
  font-size: 150%;
}
}


div.calendar{ margin-top: 20px;}
.xo-event-calendar .holiday-saturday{ color: #00d !important; font-weight: bold; }
.xo-event-calendar .today{ color: #000 !important;}
.xo-event-calendar .holiday-sun,
.xo-event-calendar .holiday-ex{ color: #DD0000 !important; font-weight: bold; }
.xo-event-calendar .holiday-ex-am{ color: #ff8000 !important; font-weight: bold; }

/* 土日イベントの表示を消す */

.holiday-titles{ display: flex;}
.holiday-titles .holiday-title{ padding-left: 15px !important;}

.holiday-titles .holiday-title:nth-of-type(4){ display: none;}

#xo-event-calendar-1:after{ 
  display: block;
  width: 95%;
  margin: 10px auto;
  padding: 5px 0;
  background: #f0f0f0;
  content: "※水曜午後・木曜午後・土曜午後・日祝は休診です。";
  text-align: center;
}

.holiday-titles .holiday-title:nth-of-type(5){ color: #DD0000 !important; font-weight: bold; }
.holiday-titles .holiday-title:nth-of-type(6){ color: #ff8000 !important; font-weight: bold; }

@media screen and (max-width: 640px) {
.xo-month-wrap{
	padding:0 10px;
  widows: 98%;
  margin: 10px auto;
	}
.xo-event-calendar table.xo-month .month-header > span{ 
  font-weight:bold;
  font-size: 150%;
}
.xo-event-calendar .holiday-titles span{ 
  display: block;
  height: 15px;
  width: 15px;
}

} 
p.takaiganka{ font-size: 24px !important; font-weight: bold;}


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


