@charset "utf-8";

/*---------------------------------------------
	body
  ---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  /*もとのフォント
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*/
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

.color_brown {
  color: #925127;
}

span.color_green {
  color: #7fb201;
}

.color_orange {
  color: #ff7f00;
}

.color_red {
  color: #d80000;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #a9cc34;
}

a:visited {
  text-decoration: none;
  color: #a9cc34;
}

a:hover {
  text-decoration: none;
  color: #a9cc34;
}

a:active {
  text-decoration: none;
  color: #a9cc34;
}

a.a_02 {
  outline: none;
}

a.a_02:link {
  text-decoration: underline;
  color: #925127;
}

a.a_02:visited {
  text-decoration: none;
  color: #925127;
}

a.a_02:hover {
  text-decoration: none;
  color: #925127;
}

a.a_02:active {
  text-decoration: none;
  color: #925127;
}

/*---------------------------------------------
 ** common div
---------------------------------------------*/
#content {
  width: 100%;
  clear: both;
}

/*---------------------------------------------
 ** width
---------------------------------------------*/
.w_200 {
  width: 200px;
}

.w_250 {
  width: 250px;
}

.w_270 {
  width: 270px;
}

.w_280 {
  width: 280px;
}

.w_300 {
  width: 300px;
}

.w_400 {
  width: 400px;
}

.w_420 {
  width: 420px;
}

.w_440 {
  width: 440px;
}

.w_1040 {
  width: 980px;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

/*---------------------------------------------
 ** margin
---------------------------------------------*/
.m0a {
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/*---------------------------------------------
 ** float
---------------------------------------------*/
.float_L {
  float: left;
}

.float_R {
  float: right;
}

.img_R {
  float: right;
  margin: 0 0 0 30px;
}

.img_L {
  float: left;
  margin: 0 30px 0 0;
}

.img_C {
  float: left;
  margin: 0 0 20px 0;
}

/*---------------------------------------------
 ** float解除
---------------------------------------------*/
.over_zoom {
  _zoom: 1;
  overflow: hidden;
}

.clear {
  width: 100%;
  height: 3px;
  font-size: 2px;
  clear: both;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 **  画像角丸
---------------------------------------------*/
img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 9px 3px 0px 3px;
  border-radius: 30px;
  width: 44px;
  height: 40px;
  background-color: #a9cc34;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 ** ボタン
---------------------------------------------*/

/* ボタンアニメーション　設定　ぷにょん */
@keyframes gelatine {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@-webkit-keyframes gelatine {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 80%;
}

nav#breadcrumbs ol li:before {
  content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
  content: "";
}

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
/* body { font-family: "Noto Sans JP";} */
h2 {
  font-family: "Kosugi Maru";
  letter-spacing: 1.5px;
}

/* h2 {font-family: "M PLUS 1p"; letter-spacing: 1.5px;} */
/* h2 {font-family: "Sawarabi Gothic"; letter-spacing: 1.5px;} */
/* h2 {font-family: "M PLUS Rounded 1c"; letter-spacing: 1.5px;} */

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/
@media screen and (max-width: 320px) {}

@media screen and (max-width: 740px) {
  body {
    color: #444;
  }

  .img_box {
    margin-bottom: 20px;
  }

  /* fook */
  .only_tab,
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline;
  }

  .only_sp_none {
    display: none !important;
  }

  .sp_br {
    display: inline;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  /*---------------------------------------------
 ** box ブロック SP
---------------------------------------------*/
  /* コンテンツ全体 */
  #content {
    width: 100%;
  }

  #main {
    margin-bottom: 50px;
    padding: 20px 0 0 0px;
  }

  /* ベースBOX */
  .box_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .box_cont,
  .box_cont_doctor {
    width: 100%;
    height: auto;
    _zoom: 1;
    overflow: hidden;
  }

  .box_cont_inner {
    width: 90%;
    margin: 0 5% 30px;
    _zoom: 1;
    overflow: hidden;
  }

  .box_cont_inner_wide {
    width: 100%;
    margin: 0 0 30px;
  }

  .box_cont_inner_wide_sp {
    width: 100%;
    margin: 0 0 30px;
  }

  /* フッター　左右 */
  #ftrL,
  #ftrR {
    margin-bottom: 30px;
    padding: 0 5%;
  }

  /* コピーライト */
  #copyright {
    font-size: 10px;
    padding: 15px 15px 16px 15px;
    text-align: center;
    background: #00aec1;
    color: #fff;
  }
}

/*=================================================================================================================================*/
/** 個別指定 for タブレット
/*=================================================================================================================================*/
@media screen and (min-width: 741px) and (max-width: 979px) {

  /* fook */
  .only_sp,
  .only_pc {
    display: none;
  }

  .only_tab {
    display: inline;
  }

  .only_tab_none {
    display: none !important;
  }

  .sp_br {
    display: none;
  }

  /*---------------------------------------------
 ** box ブロック TAB
---------------------------------------------*/
  /* コンテンツ全体 */
  #content {
    width: 100%;
  }

  #main {
    margin-bottom: 50px;
    padding: 20px 0 0 0px;
  }

  /* ベースBOX */
  .box_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .box_cont,
  .box_cont_doctor {
    width: 100%;
    height: auto;
    _zoom: 1;
    overflow: hidden;
  }

  .box_cont_inner {
    width: 90%;
    margin: 0 5% 30px;
    _zoom: 1;
    overflow: hidden;
  }

  .box_cont_inner_wide {
    width: 100%;
    margin: 0 0 30px;
  }

  /* フッター　左右 */
  #ftrL,
  #ftrR {
    margin-bottom: 30px;
    padding: 0 2%;
    width: 46%;
    float: left;
  }

  /* コピーライト */
  #copyright {
    font-size: 10px;
    padding: 15px 15px 16px 15px;
    text-align: center;
    background: #00aec1;
    color: #fff;
  }
}

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 980px) {

  /* fook */
  .only_tab,
  .only_sp {
    display: none;
  }

  .only_pc {
    display: inline;
  }

  .only_pc_none {
    display: none !important;
  }

  .sp_br {
    display: none;
  }

  /*---------------------------------------------
 **  box ブロック PC
---------------------------------------------*/
  /* コンテンツ全体 */
  #content {
    width: 100%;
  }

  #main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0px;
  }

  body#top #main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px;
  }

  /* ベースBOX */
  .box_cont {
    width: 1090px;
    height: 100%;
    margin: 0 auto 30px auto;
    padding: 25px 0 0 0;
    _zoom: 1;
    overflow: hidden;
    position: relative;
  }

  .box_inner_cont {
    width: 1040px;
    margin: 0 auto 25px auto;
    _zoom: 1;
    overflow: hidden;
  }
}

/*---------------------------------------------
 ** main img
---------------------------------------------*/
body#clinic div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#treat div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#pediatrics div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#first div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#doctor div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#access div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#reservation div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#news div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

body#faq div.main_img_wrapper {
  width: 100%;
  background: url(../img/main_img/top_01.jpg) center top;
  background-size: cover;
}

/*コンタクトレンズ*/

body#lens {
  background: #b3e5fe;
  padding: 3px;
  height: auto;
  _zoom: 1;
  overflow: hidden;
}

.faq_all {
  width: calc((89% - -10px));
  border: 3px solid;
  background: #fff;
  _zoom: 1;
  overflow: hidden;
  padding: 3%;
}

.faq_all_inner {
  margin: 0 auto;
  float: left;
  text-align: left;
  border-bottom: 1px dashed #333;
  margin-bottom: 15px;
  padding: 0 0 20px;
}

.faq_all h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 10px 0 20px 0;
  border-bottom: 6px solid #cec9c6;
}

.h3_lens2 {
  color: #00a8e4;
  font-weight: bold;
}

.faq_bt {
  margin: 0 auto;
  display: block;
  /* float: left; */
  background: #00a9e4;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 150px;
}

.lens-bc {
  overflow: hidden;
  text-align: center;
}

.lens-bc img {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 15px 0;
}

.lens-bc div {
  background-color: rgb(255, 255, 255);
  width: 182px;
  height: 326px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 15px 0 15px 30px;
  padding: 15px 0 0 0;
}

.lens-bc div span {
  display: block;
  color: #00a8e4;
  font-weight: bold;
}

.lends_logo {
  width: 621px;
  margin: 0 auto;
}

.lends_clounm {
  margin: 0 auto;
  margin-bottom: 20px;
}

.lends_clounm:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.lends_half {
  margin: 0 0 30px;
  border-bottom: 1px dashed #919191;
  padding: 0 0 20px;
  width: calc((50% - 15px));
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.lends_half dt {
  text-align: left;
  border-left: 5px solid #00a8e4;
  padding: 0 0 0 10px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.lends_half dt span {
  display: block;
  font-size: 12px;
}

.lends_half dd div {
  background-color: rgb(248, 248, 248);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 15px;
}

.lends_half dd div img {
  width: 160px;
  padding: 30px 0;
}

.lends_half dd p {
  margin: 0 0 5px 0;
}

.lends_half dd p:nth-of-type(2) {
  font-size: 20px;
  color: #00a8e4;
  margin: 0 0 5px 0;
}

.lends_half:nth-of-type(1n) {
  margin-right: 20px;
}

.lends_half:nth-of-type(2n) {
  margin-right: 0;
}

.hard_lends .lends_half {
  height: 350px;
}

@media screen and (max-width: 740px) {
  .lends_half {
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
  }

  .lends_half:nth-of-type(1n) {
    margin-right: 20px;
    float: left;
    /* overflow: hidden; */
  }

  .lends_half:nth-of-type(2n) {
    margin-left: 0px;
    float: left;
  }
}

.h4_lens2 {
  background-color: rgb(0, 168, 228);
  float: left;
  width: calc((100% - 30px));
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 0 0 25px;
  color: #fff;
  font-weight: bold;
}

#lens h3 {
  background-color: #bfeeff;
  border-bottom: 5px solid #00a8e4;
  color: #333;
  padding: 20px 20px 10px 20px;
  font-size: 20px;
  margin: 0 0 30px;
  color: #000 !important;
  text-decoration: none;
}

.cal_c {
  float: left;
}

.cal_c span:nth-of-type(1) {
  color: #ad2e2e !important;
}

.cal_c span:nth-of-type(2) {
  color: #e67499 !important;
  margin-left: 20px;
}

.cal_c span:nth-of-type(3) {
  color: #3d995c !important;
  margin-left: 20px;
}

.cal_c span:nth-of-type(4) {
  color: #5abfb3 !important;
  margin-left: 20px;
}

/* TIME　TOP */
.time_top {
  width: 100%;
}

/* TOP NEWS */
.top_news>div {
  background: #fff;
  width: 100% !important;
  -moz-border-radius: 8px;
  margin: 0 auto 30px;
  padding: 15px 5%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

.top_news>div>div {
  width: 100%;
  /* margin:0 5%; */
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
}

.top_news div dl dt span {
  padding: 1px 0;
  color: #000;
  display: block;
  text-align: left;
  margin: 0 10px 0 0;
  font-size: 15px;
}

.top_news div dl dt {
  padding: 0 0 5px;
}

.top_news div dl dt a {
  color: #333 !important;
  font-size: 15px !important;
}

.top_news div dl dt a:hover {
  color: #86ad2c !important;
  text-decoration: underline;
}

.top_news div a {
  clear: both;
}

/*=================================================================================================================================*/
/**  多焦点眼内レンズ	*/
/*=================================================================================================================================*/

/* 多焦点眼内レンズ（老眼・老視治療レンズ）について */
.block_item {
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  display: inline-block;
}

table td .block_item {
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  display: block;
  position: static;
}

.block_item.red {
  background: #ff0000;
}

.m_pattern_a {
  margin-bottom: 20px !important;
}

.m_pattern_b {
  margin-bottom: 30px !important;
}

/* 比較 */
.comparison_box {
  border: 5px solid #80b202;
  padding: 0px 0px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.comparison_box.green {
  background: #80b202;
}

.comparison_box.gray {
  background: #aaaaaa;
  border-color: #aaaaaa;
}

.comparison_box dd {
  padding: 5px 5px 1px;
}

.text_green {
  color: #658b01;
}

.fz14 {
  font-size: 14px;
}

/* ハロー・グレア現象、コントラスト感度低下について */
.padding_ss {
  padding: 23px 30px 0px 30px !important;
}

.padding_s {
  padding: 23px 30px 13px 30px !important;
}

.padding_m {
  padding: 14px 30px 16px 30px !important;
}

.padding_s h3 {
  font-size: 25px !important;
  margin: 0 0 18px 0 !important;
}

.w30 {
  width: calc((30% - 20px)) !important;
}

.w40 {
  width: calc((40% - 20px)) !important;
}

.w60 {
  width: calc((60% - 0)) !important;
}

.w70 {
  width: calc((70% - 0px)) !important;
}

.w86 {
  width: 86% !important;
}

.w90 {
  width: 90% !important;
}

.m0a {
  margin: 0 auto !important;
}

.mov {
  max-width: 640px;
  width: 100%;
}

/* きしもと眼科で使用可能な多焦点眼内レンズ */
.title_pattern_01 {
  border-top: 3px solid #a3cc31;
  border-bottom: 3px solid #a3cc31;
  font-size: 30px;
  text-decoration: unset;
  color: #333333 !important;
  font-weight: bold;
  padding: 28px 0 15px;
  margin: 60px 0 30px;
}

.fz1em {
  font-size: 0.8em !important;
}

.title_pattern_01_icon {
  width: 58px;
  height: 58px;
  position: absolute;
  top: -30px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  background: #a3cc31;
  content: "";
  font-size: 1.2em;
  color: #fff;
}

.block_item.orange {
  background: #fda333;
}

.bxs {
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

/* 生活でものを見る距離感の例 */
.wrapper_itm {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

.bd_base {
  border: 1px solid #a3cc31;
  background: #fff;
}

.bd_base>dt {
  border-right: 1px solid #a3cc31;
  padding: 3% 5% 3%;
  text-align: center;
}

.bd_base>dd {
  padding: 10px 10px 3px;
}

.bd_base>dd dl {
  width: 100%;
  border-bottom: 1px dashed #bbb;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.bd_base>dd dl:last-of-type {
  border-bottom: none;
}

.bd_base>dd dl dt {
  width: 9%;
  background: #a3cc31;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.bd_base>dd dl dd {
  width: 88%;
}

.text_blown {
  color: #915219;
}

.fz20 {
  font-size: 20px;
}

.fwb {
  font-weight: bold;
}

.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*---------------------------------------------
 **  ファインビジョン
---------------------------------------------*/
.img_fv {
  max-width: 216px;
  margin: 0 auto;
}

.list_wrapper li {
  border-bottom: 1px dashed #bbbbbb;
  font-size: 20px;
  position: relative;
  padding: 0 0 7px 2.1em;
  margin-bottom: 7px;
}

.list_wrapper li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list_icon_nbr li:after {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 3px;
  left: 0px;
  background: #a3cc31;
  content: "";
  font-size: 1em;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.list_icon_nbr li:nth-of-type(1):after {
  content: "1";
}

.list_icon_nbr li:nth-of-type(2):after {
  content: "2";
}

.list_icon_nbr li:nth-of-type(3):after {
  content: "3";
}

.list_icon_nbr li:nth-of-type(4):after {
  content: "4";
}

.list_icon_nbr li:nth-of-type(5):after {
  content: "5";
}

.list_icon_nbr li:nth-of-type(6):after {
  content: "6";
}

.list_icon_nbr li:nth-of-type(7):after {
  content: "7";
}

.list_icon_nbr li:nth-of-type(8):after {
  content: "8";
}

.list_icon_nbr li:nth-of-type(9):after {
  content: "9";
}

.icon_title_maru {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 1em !important;
  margin: 0 0 10px 0 !important;
  font-weight: bold;
  font-size: 25px !important;
}

.icon_title_maru:after {
  width: 1em;
  content: "●" !important;
  font-size: 0.5em !important;
  position: absolute;
  top: 13px !important;
  right: 0px;
  left: unset !important;
}

.icon_title_maru:before {
  width: 1em;
  content: "●";
  font-size: 0.5em;
  position: absolute;
  top: 13px;
  left: 0;
  color: #a9cd35;
}

.fz18 {
  font-size: 18px !important;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 47%;
}

.w60 {
  width: 57% !important;
}

.w100 {
  width: 100% !important;
}

.bg_deep_green {
  background: #d8eaa9;
}

#demo01 table {
  width: 100%;
  border: none;
  padding: 10px;
}

#demo01 table th {
  border-bottom: 3px solid #a3cc31;
  text-align: center;
}

#demo01 table td {
  border-bottom: 1px dashed #ccc;
  text-align: center;
  padding: 1px 0;
}

#demo01 table tr:last-of-type td {
  border-bottom: none;
}

/* 料金表 */
.price_wrapper table {
  width: 100%;
}

.price_wrapper th,
.price_wrapper td {
  padding: 2px 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
}

.price_wrapper th {
  background: #a3cc31;
  padding: 10px;
}

#milens .kensa_re div h3 {
  border-bottom: 1px dashed #000;
}

h3.mf_h3 {
  max-width: 1100px;
  font-size: 24px;
  text-decoration: none;
  color: #333333 !important;
  font-weight: bold;
  padding: 10px 0 5px 0;
  margin: 40px auto 10px;
  border-bottom: 3px solid #A9CD35;
}

.mf_block {
  max-width: 1100px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ex_box {
  margin-bottom: 10% !important;
}

#tmf,
#tms,
#pano,
#mini {
  margin-top: 20px;
}

.mf_data {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mf_data .mf {
  display: flex;
}

.mf_data .mf figure {
  width: 30%;
  height: 100%;
}

.mf_data .mf_right {
  width: 65%;
  margin-left: 5%;
}

.mf_data h4 {
  width: 100%;
  height: 2.5rem;
  background: #a3cc31;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0 5px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.mf_data_synfo {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.mf_data_synfo .mf {
  width: 36%;
}

.mf_data_synfo .mf img {
  width: 100%;
  max-width: 463px;
}

.mf_data_synfo .synfo_right {
  width: 60%;
}

.mf_data_synfo .osusume {
  width: 100%;
  margin-top: 10px;
}

.mf_point {
  padding: 10px 0 0 90px;
  position: relative;
}

.mf_point::before {
  content: '特長';
  width: 80px;
  height: 40px;
  display: block;
  background: #a3cc31;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  font-size: 22px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: -0px;
}

.mf_merit {
  width: 95%;
  margin: 0 auto;
}

.mf_merit p {
  color: #a3cc31;
  font-weight: bold;
  margin: 15px 0 5px;
}

.mf_merit ul {
  font-size: 90%;
  margin-bottom: 10px;
}

.mf_merit ul li {
  padding-left: 2.5em;
  text-indent: -1.0em;
}

.mf_merit ul li::before {
  content: '・';
}

.osusume {
  width: 95%;
  margin: 20px auto;
}

.osusume li {
  border: 3px solid #8EB92D;
  border-radius: 5px;
  padding: 3% 5%;
  position: relative;
  margin-bottom: 10px;
}

.osusume li::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/mi-lens/icon_maru.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 8px;
  right: 20px;
}

.osusume li.icon_book {
  background: url(../img/mi-lens/icon_book.png) no-repeat top 5px left 5px #F1F8E2;
  background-size: 42px auto;
  padding: 10px 0 10px 60px;
  font-weight: bold;
}

.osusume li.icon_car {
  background: url(../img/mi-lens/icon_car.png) no-repeat top 5px left 5px #F1F8E2;
  background-size: 42px auto;
  padding: 10px 0 10px 60px;
  font-weight: bold;
}

.osusume li.icon_pc {
  background: url(../img/mi-lens/icon_pc.png) no-repeat top 5px left 5px #F1F8E2;
  background-size: 42px auto;
  padding: 10px 0 10px 60px;
  font-weight: bold;
}

.osusume li.icon_golf {
  background: url(../img/mi-lens/icon_golf.png) no-repeat top 5px left 5px #F1F8E2;
  background-size: 42px auto;
  padding: 10px 0 10px 60px;
  font-weight: bold;
}


.ts_block {
  max-width: 1100px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ts_block>div:nth-child(1) {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

.ts_block>div:nth-child(1) div {
  width: 48%;
  text-align: center;
}

.ts_block>div:nth-child(1) div img {
  margin: 30px auto;
}

.ts_block h4 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.ts_block>div:nth-child(2) {
  width: 60%;
}


/*----------------------------------------------------
  .demo02
----------------------------------------------------*/
.price_wrapper th {
  width: 13%;
}

.price_wrapper th:nth-child(2) {
  width: 20%;
}

.price_wrapper td {
  text-align: center;
}

.price_wrapper td:first-child {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .price_wrapper {
    display: block;
    width: 100%;
    margin: 0 -10px;
  }

  .price_wrapper thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }

  .price_wrapper tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }

  .price_wrapper th {
    display: block;
    width: auto;
  }

  .price_wrapper tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }

  .price_wrapper td {
    display: block;
  }

  /*---------------------------------------------
 **  テーブル
---------------------------------------------*/
  table {
    border-top: 1px solid #a29f99;
    border-right: 1px solid #a29f99;
    width: 640px;
    border-spacing: 0px;
    margin: 0 auto;
  }

  th,
  td {
    border-bottom: 1px solid #a29f99;
    border-left: 1px solid #a29f99;
    text-align: center;
    padding: 5px;
  }

  th {
    background-color: #61c5bb;
    color: #fff;
  }

  /*-------------- レイアウトを変更する --------------*/
  #demo01 table {
    width: 100%;
    border: none;
    padding: 10px;
  }

  #demo01 thead {
    display: none;
  }

  #demo01 tr {
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #4f4d47;
  }

  #demo01 td {
    display: block;
    text-align: center;
    border-right: 1px solid #4f4d47;
    border-bottom: none;
    padding: 0;
  }

  /* tdのデザイン */
  #demo01 td:nth-of-type(1) {
    background-color: #61c5bb;
    text-align: center;
    color: #fff;
  }

  #demo01 td:last-child {
    border-bottom: 1px solid #4f4d47;
  }

  #demo01 td:before {
    color: #4f4d47;
    display: block;
    background-color: #f5f3ec;
  }

  /* contentでタイトルを追加 */
  #demo01 td:nth-of-type(2):before {
    content: "データ容量";
  }

  #demo01 td:nth-of-type(3):before {
    content: "バージョン管理";
  }

  #demo01 td:nth-of-type(4):before {
    content: "料金";
  }
}

/* テーブル　治療費について */

/* 料金表 */
table.table01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
}

table.table01 thead th {
  background: #a3cc31;
  color: #333;
  padding: 10px 15px;
  border-right: #cdcdcd solid 1px;
  border-bottom: #cdcdcd solid 1px;
  text-align: center;
}

table.table01 thead th:nth-of-type(1) {
  width: 45%;
}

table.table01 td:nth-of-type(1) {
  text-align: center;
  vertical-align: middle;
}

table.table01 tbody th {
  background: #f0f0f0;
  padding: 10px 15px;
  border: #cdcdcd solid 1px;
  vertical-align: top;
}

table.table01 tbody td {
  background: #fff;
  padding: 11px 18px;
  border: #cdcdcd solid 1px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}

/*=================================================================================================================================*/
/**  小児の近視治療	*/
/*=================================================================================================================================*/
.maru {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maru h3 {
  color: #fff !important;
  text-decoration: none;
  font-size: 2em;
  font-weight: bold;
}

.maru.yellow {
  background: #fdc000;
}

.maru_size_s {
  width: 119px;
  height: 119px;
}

.maru {
  float: left;
}

.fz_s {
  font-size: 0.6em;
}

.flat_R {
  float: left;
}

.bdb_dashed_black {
  border-bottom: 1px dashed #000 !important;
}

.bdr_base {
  border: 4px solid #80b202;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
  padding: 15px 0;
  background: #fff;
}

.ma0 {
  margin: 0 auto !important;
}

.bdt_ptn_01 {
  border-bottom: 1px dashed #bbbbbb;
}

.fz16 {
  font-size: 16px;
}

.pa {
  padding: 0 !important;
}

.list_L {
  padding: 0 0 7px 2.1em;
}

.list_L_p {
  padding: 10px 0 0px 2.5em;
}

.icon_gaibu {
  position: relative;
}

.icon_gaibu:after {
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background: url(../img/myopia-treatment/icon_gaibu.png) no-repeat;
  content: "";
}

.tdu {
  text-decoration: underline !important;
}

a:hover .tdu {
  text-decoration: none !important;
}

.block_item.blue {
  background: #1a7aa8;
}

.col_blue {
  color: #1a7aa8;
}

.col_red {
  color: #ff0000;
}

.figure_myopine {
  max-width: 570px;
  margin: 0 auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ls_s {
  letter-spacing: -5px;
  margin-right: 5px;
}

.myopin_price {
  font-size: 20px;
  margin-bottom: 10px;
}

.myopin_price div {
  display: inline-block;
}

.myopin_price li {
  position: relative;
  padding-left: 0.9em;
}

.myopin_price li:before {
  display: inline-block;
  content: "●";
  color: #915219;
  font-size: 10px;
  top: 0.8em;
  left: 0;
  position: absolute;
}

.ptn_01 {
  background: #fff;
  font-size: 20px;
  padding-bottom: 20px !important;
}

.img_ols {
  max-width: 189px;
  margin: 0 auto;
  display: block;
}

/*=================================================================================================================================*/
/**  求人情報	*/
/*=================================================================================================================================*/
.rec_add {
  text-align: center !important;
}

.rec_add h2 span {
  font-size: 120%;
  color: #925127 !important;
  font-weight: bold;
  text-align: center !important;
  margin: 1% auto;
  display: block;
}

.rec_add .add_data {
  font-size: 26px !important;
  color: #000 !important;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  margin: 0 9% 1%;
}

.rec_add .bg_gray {
  background: #ddd;
  padding: 1% 3%;
  text-align: left;
  margin: 0 10%;
}

.rec_data {
  width: 80%;
  margin: 3% auto 0;
}

.rec_data h2 {
  font-size: 36px;
  color: #000 !important;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #a9cc34;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.rec_data h2::before {
  content: "●";
  color: #a9cc34;
  margin-right: 15px;
}

.rec_data h2 span {
  font-size: 20px;
}

.rec_data dl {
  display: flex;
  flex-wrap: wrap;
}

.rec_data dt {
  width: 15%;
  font-size: 20px;
  color: #445614;
  padding: 2% 3%;
  border-bottom: 1px dashed #bbd966;
  font-weight: bold;
}

.rec_data dd {
  width: 70%;
  font-size: 20px;
  padding: 2% 3%;
  border-bottom: 1px dashed #bbd966;
}

.rec_jinzai {
  margin: 40px auto;
}

/* コンタクトレンズ  */
#contactlens #main {
  max-width: 1200px;
  width: 100% !important;
}

.lens-wrapper {
  max-width: 1200px;
  width: 100% !important;
  margin: 0 !important;
}

.lens-wrapper .rec_data {
  width: 100%;
  margin: 3% auto 0;
}

.lens-wrapper>h2 {
  color: #0faae1;
}

.lens-wrapper .rec_data h2 {
  border-bottom: 3px solid #0faae1;
}

.lens-wrapper .rec_data h2::before {
  content: "●";
  color: #0faae1;
  margin-right: 15px;
}

.lens-wrapper .rec_data h2.lens_type {
  text-align: center;
  background: #0faae1;
  padding: 10px 0;
  margin-right: 0;
  color: #fff !important;
}

.lens-wrapper .rec_data h2.lens_type::before {
  content: "";
  margin-right: 0;
}

/*
特徴が１つのCSS
.lens-select-tokucho{
  background-color: #0FAAE1;
  color: #FFF !important;
  display: inline-block;
  width: 80%;
  margin: 24px 0 0px !important;
  padding: 1px 20px;
  font-size: 12px !important;
  font-weight: bold;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  text-align: center;
}
*/

/*特徴が複数のCSS */
.lens-select-tokucho {
  background-color: #0faae1;
  color: #fff !important;
  display: inline-block;
  margin: 24px 0 0px !important;
  padding: 1px 5px 0;
  font-size: 12px !important;
  font-weight: bold;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

.lens-wrapper p {
  line-height: 1.5;
  text-align: justify;
}

.lens-wrapper .wp-block-image {
  margin: 0 0 9px;
  text-align: center;
}

.lens-wrapper .wp-block-image img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* max-height: 70px; */
  margin: 0 auto;
}

.lens-wrapper .rec_data h2 {
  margin-bottom: 40px !important;
  margin-top: 60px !important;
}

.lens-wrapper .rec_data h6 {
  /* text-align: center; */
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

.lens-maker {
  /* text-align: center; */
  margin-bottom: 15px;
  color: #0faae1;
  font-size: 14px;
  font-weight: bold;
}

.lens-wrapper .rec_data .wp-block-columns {
  width: 98%;
  margin: 0 auto 50px;
}

.lens-wrapper .rec_data .wp-block-column {}

/*
.rec_jinzai dl{
  width:100%;
  margin:40px auto;
}
.rec_jinzai dl dt{
  font-size:24px;
  font-weight: bold;
  text-align:left;
  border-bottom:1px dashed #333;
  padding-bottom:10px;
  margin-bottom:20px;
}
.rec_jinzai dl dd{
  margin-bottom:40px;
}
.rec_jinzai dl dt::before{
  content:'●';
  color:#A9CC34;
  margin-right:15px;
}
**/
/* wpに移動したため変更 */
.rec_jinzai {
  margin-bottom: 40px;
  padding-top: 40px;
}

.rec_jinzai h1 {
  font-size: 30px !important;
  line-height: 180%;
  font-weight: bold;
  color: #a9cc34;
  text-align: center;
  margin: 0 0 22px !important;
  line-height: 1.5;
  position: relative;
}

.rec_jinzai h2 {
  font-size: 24px !important;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #333 !important;
  text-decoration: none;
}

.rec_jinzai h2::before {
  content: "●";
  color: #a9cc34;
  margin-right: 15px;
}

.rec_jinzai p {
  margin-bottom: 40px;
  color: #000 !important;
}

/* wpに移動したため変更 */

.rec_btn {
  width: 90%;
  margin: 0 auto 20%;
}

.rec_btn ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.one ul {
  display: block;
  margin: 30px auto;
}

.rec_btn ul li {
  width: 46%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 2% 30px;
}

.one ul li {
  width: 60%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 30px;
}

.rec_btn ul li span {
  font-size: 14px;
  display: inline-block;
  padding: 1% 5%;
  border-radius: 15px;
}

.rec_btn ul li span.sei {
  background: #a3cc32;
  color: #000;
}

.rec_btn ul li span.part {
  background: #fe9518;
}

.rec_btn ul li div a {
  width: 100%;
  display: block;
  box-shadow: 5px 5px #f0f0f0;
  border: 2px solid #a3cc31;
  background: linear-gradient(90deg,
      #fff 0%,
      #fff 90%,
      #eff6dc 10%,
      #eff6dc 100%);
  border-radius: 15px;
  padding: 5% 0 4%;
  color: #000;
  position: relative;
}

.rec_btn ul li div a::after {
  display: block;
  content: "";
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #a3cc31;
  position: absolute;
  top: 50%;
  right: 5px;
}

.rec_btn ul li div a:hover {
  background: #eff6dc;
}

.rec_btn ul li p {
  font-size: 16px;
  width: 100%;
  text-align: right;
  margin: 10px 0 0 0;
}

.rec_btn ul li p a:visited {
  color: #000;
}

.rec_btn ul li p a:link {
  color: #000;
}

.rec_btn ul li p a:hover {
  color: #a9cc34;
}

.end {
  display: none;
}

/*=================================================================================================================================*/
/**  オルソケラトロジーレンズ	*/
/*=================================================================================================================================*/
#ortho .about {
  max-width: 1000px;
  margin: 0 auto;
}

.img_ortho {
  text-align: center;
  margin-right: 50px;
}

.img_ortho img {
  max-width: 180px;
  margin: 0 auto 10px;
}

.img_ortho p {
  text-align: center;
}

.float_L .img_ortho {
  margin-bottom: 50px;
}

.ortholens img {
  width: 100% !important;
  max-width: 500px;
  margin-left: 0;
  margin-top: 20px;
}

#ortho .lens03 img {
  width: 100%;
}

.ortholens .pc_con_bu {}

#ortho .setup {
  max-width: 1100px;
  margin: 20px auto 10px;
  display: flex;
}

#ortho .setup li {
  width: 30%;
  position: relative;
  display: block;
}

#ortho .setup li.setup01 {
  background: #80b202;
  margin-right: 50px;
}

#ortho .setup li.setup02 {
  background: #519a61;
  margin-right: 50px;
}

#ortho .setup li.setup03 {
  background: #2383bd;
}

#ortho .setup li.setup01::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #80b202;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 40%;
  right: -30px;
}

#ortho .setup li.setup02::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #519a61;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 40%;
  right: -30px;
}

#ortho .setup li div {
  width: 96%;
  background: #fff;
  margin: 5px auto;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
}

#ortho .setup li img {
  width: 85%;
  max-width: 303px;
  margin: 0 auto;
  padding: 30px 0;
}

#ortho .setup li p {
  text-align: center;
  font-size: 1.6rem;
  padding: 1px 0 2px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

#ortho .setup_p {
  width: 1100px;
  margin: 0 auto 50px;
  display: flex;
}

#ortho .setup_p li {
  width: 30%;
  position: relative;
  display: block;
  margin-right: 50px;
  text-align: center;
}

#ortho .setup_p li:nth-child(3) {
  margin-right: 0;
}

#ortho .merit {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#ortho .merit dl {
  width: 48%;
  max-width: 497px;
  margin-bottom: 30px;
}

#ortho .merit dl:nth-child(2n-1) {
  margin-right: 40px;
}

#ortho .merit dl img {
  border-radius: 0;
}

#ortho .merit h3 {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
  color: #000 !important;
  text-decoration: none;
  margin: 10px 0;
}

#ortho .merit h3 span {
  display: inline-block;
  border-radius: 20px;
  background: #a3cc31;
  color: #fff;
  padding: 0 12px;
  margin-right: 10px;
  font-weight: bold;
}

#ortho .block_item {
  margin-left: 20px;
}

#ortho .bg_green {
  margin-bottom: 30px;
}

#ortho .lens01 {
  margin: 20px auto 40px;
}

#ortho .lens01 img {
  max-width: 286px;
  float: left;
  margin: 0 20px 20px 0;
}

#ortho .lens01::after {
  content: "";
  display: block;
  clear: both;
}

#ortho .lens02 {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

#ortho .lens02 li {
  text-align: left;
}

#ortho .lens02 li span {
  font-size: 80%;
}

#ortho .lens03 {
  max-width: 900px;
  margin: 90px auto 30px;
  text-align: center;
}

#ortho .lens03 img {
  width: 100% !important;
  max-width: 853px;
  margin: 20px auto;
}

#ortho .attent {
  text-decoration: underline;
  font-size: 1.5rem;
  text-align: center;
}

#ortho .attent::before {
  content: "!";
  font-size: 80%;
  font-weight: bold;
  background: #ff0000;
  display: inline-block;
  padding: 0 14px;
  border-radius: 20px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}

#ortho .cost {
  max-width: 1000px;
  background: #fff;
  border: 4px solid #a9cd35;
  margin: 0 auto 30px;
}

#ortho .cost h3 {
  padding: 20px;
  text-decoration: none;
  font-size: 24px;
  color: #000 !important;
  display: flex;
}

#ortho .cost h3::before {
  content: "●　";
  color: #a9cd36;
  margin-top: 8px;
}

#ortho .costname {
  width: 39%;
  text-align: left;
  padding: 7px 0 0 0;
}

#ortho .cost h3 .price {
  width: 61%;
  font-size: 20px;
  text-align: right;
}

#ortho .cost h3 .two,
#ortho .cost h3 .one,
#ortho .cost h3 .try,
#ortho .cost h3 .none {
  font-size: 23px;
}

#ortho .cost h3 .two span,
#ortho .cost h3 .one span,
#ortho .cost h3 .try span,
#ortho .cost h3 .none span {
  font-size: 20px;
  font-weight: normal;
}

#ortho .cost h3 .two::before {
  content: "両眼";
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 70%;
  background: #91531a;
  border-radius: 8px;
  margin: 0 10px 0 10px;
  font-weight: bold;
}

#ortho .cost h3 .one::before {
  content: "片眼";
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 70%;
  background: #91531a;
  border-radius: 10px;
  margin: 0 10px 0 10px;
  font-weight: bold;
}

#ortho .cost h3 .try::before {
  content: "トライアル費用（保証金含む）";
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 70%;
  background: #91531a;
  border-radius: 10px;
  margin: 0 10px 0 10px;
  font-weight: bold;
}

#ortho .cost h3 .red {
  color: #ff0000;
  text-decoration: underline;
}

#ortho .guarant {
  border-top: 1px dashed #a9cd35;
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ortho .guarant p:nth-child(1) {
  width: 10%;
  background: #fdc000;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0;
}

#ortho .guarant p:nth-child(2) {
  width: 90%;
  font-size: 18px;
  padding-left: 20px;
}

#ortho .guarant2 {
  border-top: 1px dashed #a9cd35;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
}

#ortho .guarant2 p {
  padding: 0;
}

#ortho .off h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

#ortho .off p a {
  font-size: 110%;
  text-decoration: underline;
}

#ortho .flow_b {
  max-width: 1000px;
  border: 4px solid #a9cd35;
  display: flex;
  margin: 0 auto 35px;
}

#ortho .flow_b div:nth-child(1) {
  width: 64%;
}

#ortho .flow_b div:nth-child(2) {
  width: 30%;
  text-align: right;
}

#ortho .flow_b h3 {
  font-size: 24px;
  color: #000 !important;
  text-decoration: none;
  padding: 10px 0;
  margin-left: 90px;
  text-align: left;
}

#ortho .flow_b p {
  border-top: 1px dashed #a9cd35;
  padding: 40px 0;
  margin-left: 80px;
  font-size: 18px;
}

#ortho .flow_b div:nth-child(2) img {
  border-radius: 0;
  margin: 30px;
}

#ortho .no1,
#ortho .no4,
#ortho .no6 {
  position: relative;
}

#ortho .no1::before {
  content: "1";
  font-size: 30px;
  background: #a9cd35;
  width: 80px;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#ortho .no4::before {
  content: "4";
  font-size: 30px;
  background: #a9cd35;
  width: 80px;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#ortho .no6::before {
  content: "6";
  font-size: 30px;
  background: #a9cd35;
  width: 80px;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#ortho .flow_s {
  max-width: 1008px;
  display: flex;
  margin: 0 auto 35px;
}

#ortho .flow_s h3 {
  width: 30%;
  border: 4px solid #a9cd35;
  font-size: 24px;
  color: #000 !important;
  text-decoration: none;
  padding: 23px 0;
  text-align: center;
}

#ortho .flow_s p {
  width: 65%;
  margin: 3% 0 0 3%;
  font-size: 18px;
}

#ortho .flow_s p::before {
  content: "◆ ";
  color: #a9cd35;
}

#ortho .next {
  position: relative;
}

#ortho .next::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-top: 50px solid #a9cd35;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  bottom: -50px;
  left: 100px;
  z-index: 9999;
}

#ortho .flow_b .next::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-top: 50px solid #a9cd35;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  bottom: -54px;
  left: 100px;
  z-index: 9999;
}

.time_tue {
  padding: 10px 0 0 !important;
  font-size: 12px;
}

.bt_wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px;
  z-index: 2;
}

.bt_wrapper a {
  display: block;
  margin: 0 auto;
  width: 320px;

  background: #f4b33d;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  color: #000 !important;
  font-family: "Kosugi Maru";
  letter-spacing: 1.5px;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
}

.lens-price {
  font-weight: bold;
  font-size: 20px;
  /* text-align: center; */
  margin: 11px auto 0;
  display: block;
  letter-spacing: 1.5px;
}

.lens-price:after {
  font-size: 16px;
  /*   content: "(税込)"; */
}

.lens-price.lpn:after {
  /*   content: "(全て税込)"; */
}

@media (min-width: 768px) {
  .lens-wrapper .wp-block-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100px;
    width: auto;
  }

  .lens-wrapper .wp-block-image {
    position: relative;
    height: 100px;
  }

  .lens-select-tokucho {
    margin: 0px 2px 0px !important;
  }
}

.logolens {
  width: 92px;
  margin: 0 auto;
}

.tac {
  text-align: center !important;
}

.lens-span {
  display: block;
  font-size: 14px;
}

@media (max-width: 768px) {
  .lens-wrapper {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .lens-select-tokucho {
    background-color: #0faae1;
    color: #fff !important;
    display: inline-block;
    margin: 24px 0 0px !important;
    padding: 1px 4px 0;
    line-height: 1.6;
    font-size: 12px !important;
    font-weight: bold;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
  }

  /* コンタクトレンズ  */
  #contactlens #main {
    max-width: 1200px;
    margin: 0;
  }

  .lens-wrapper .rec_data h2 {
    margin-bottom: 30px !important;
    margin-top: 60px !important;
  }

  .block_h {
    font-size: 14px;
    text-align: center;
  }

  .lens-maker {
    text-align: center !important;
  }

  .block_h br {
    display: none;
  }

  .lens-wrapper .wp-block-column .wp-block-image {
    max-width: 200px;
    margin: 0 auto 25px;
  }

  .lens-select-tokucho {
    background-color: #0faae1;
    color: #fff !important;
    display: inline-block;
    margin: 0 2px 0px !important;
  }

  .span_wrapper {
    margin-bottom: 30px;
  }

  .lpn p {
    text-align: right !important;
  }

  .advgb-column-inner {
    width: 90%;
    margin: 0 auto;
  }
}

.dnone {
  display: none;
}

.span_wrapper {
  padding: 9px 0 13px;
  margin-top: 8px;
  margin-bottom: 30px;
  border-top: 1px dashed #ededed;
  border-bottom: 1px dashed #ededed;
}

.lens-wrapper .rec_data h3 {
  font-size: 30px !important;
  line-height: 180%;
  font-weight: bold;
  color: #a9cc34;
  text-align: center;
  margin: 0 0 22px !important;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
}

.rec_data h3 {
  font-size: 36px;
  color: #000 !important;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #a9cc34;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Kosugi Maru";
  letter-spacing: 1.5px;
}

.lens-wrapper .rec_data h3 {
  margin-bottom: 40px !important;
  margin-top: 60px !important;

  border-bottom: 3px solid #0faae1;
  text-align-last: left;
}

.lens-wrapper .rec_data h3::before {
  content: "●";
  color: #0faae1;
  margin-right: 15px;
}

.lens-wrapper .rec_data h2 {
  text-align: center;
  background: #0faae1;
  padding: 10px 0;
  margin-right: 0;
  color: #fff !important;
}

@media (max-width: 768px) {
  .lens-wrapper .rec_data h2 {
    margin-bottom: 0 !important;
  }

  .lens-wrapper .rec_data h2.lens_type {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-bottom: unset;
    font-size: 16px !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #def2fb !important;
    color: #000 !important;
    box-shadow: #0faae1 2px 2px;
    cursor: pointer;
    padding: 10px !important;
    text-align: center !important;
  }

  .lens-wrapper .rec_data h2::before {
    content: "●";
    color: #0faae1;
    margin-right: 5px;
  }

  /* hover */

  .rec_data div {}

  .lens-wrapper .rec_data h3 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    font-size: 16px !important;
  }

  .rec_data div {}

  .lens-wrapper .wp-block-advgb-columns {
    display: none;
  }
}

/* 確認用 2列 CSS */
@media (max-width: 768px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 47% !important;
    flex-grow: unset !important;
  }

  .lens-wrapper .wp-block-column:nth-of-type(1n) {
    margin-left: unset;
  }

  .lens-wrapper .wp-block-column:nth-of-type(2n) {
    margin-left: 5%;
  }

  .advgb-column-inner {
    width: 100%;
    margin: 0 auto;
  }

  .lens-wrapper .rec_data h6 {
    font-size: 12px;
  }

  .lens-maker {
    font-size: 12px;
  }

  .lens-wrapper .wp-block-column p {
    font-size: 10px;
  }

  .lens-wrapper .rec_data .wp-block-columns {
    width: 100%;
    margin: 0 auto 20px;
  }

  .wp-block-image img {}

  .lens-wrapper .wp-block-column .wp-block-image {
    max-width: 200px;
    margin: 0 auto 11px;
  }

  .lens-maker {
    margin-bottom: 8px;
  }

  .lpn.lens-price p {
    font-size: 12px;
  }

  .lpn.lens-price:after {
    font-size: 10px;
    display: inherit;
  }

  .span_wrapper {
    margin-bottom: 25px;
    padding: 5px 0 5px;
    margin-top: 6px;
  }

  .lens-price {
    font-size: 14px;
    margin: 9px auto 0;
    text-align: right;
  }

  .lens-price:after {
    font-size: 10px;
  }
}

.lens_link {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;

  text-align: center;

}

.lens_link:after {
  content: "≫";
  color: #a9cc34;
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 20px;
  display: inline-block;
  font-size: 18px;
}

.lens_link:hover:after {
  color: #FFF !important;
  z-index: 2;
}




.lens_link a {
  border: 1px solid #a9cc34;
  display: block;
  z-index: 1;
  width: 90%;
  min-height: 25px;
  position: relative;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 10px auto 20px;
}

.lens_link a:after {
  content: "詳しくはこちら";
  color: #a9cc34;
  z-index: 0;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  font-size: 12px;
}

.lens_link a:hover {
  border: 1px solid #a9cc34;
  background: #a9cc34;
  color: #FFF !important;
}

.lens_link a:hover:after {
  color: #FFF !important;
}

.exs {
  padding: 10px;
  text-align: right;
}


/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {

  .lens_link:after {
    top: -2px;
    right: 5px;
    font-size: 14px;
  }

  .lens_link a {
    width: 100%;
    min-height: 20px;
  }

  .lens_link a:after {
    top: 2px;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    font-size: 10px;
  }

  .exs {
    text-align: left;
  }
}


/* 選定療養追加 */
.sentei_price h3 {
  font-size: 30px;
  text-decoration: unset;
  color: #333333 !important;
  font-weight: bold;
  padding: 28px 0 15px;
  margin: 60px 0 10px;
}

.sentei_price .sentei_border {
  margin-top: 30px;
}

.sentei_price .sentei_border span {
  font-size: 30px;
  text-decoration: unset;
  color: #333333 !important;
  font-weight: bold;
  padding: 20px 30px 15px;
  margin: 0;
  border: 3px solid #a3cc31;
  display: inline-block;
  background: #d8eaa9;
}

.sentei_price .bg_green {
  background: #a3cc31;
  color: #333;
}

.sentei_price .bd_base>dd dl dt {
  width: 15%;
}

.sentei_price .bd_base>dd dl dd {
  width: 80%;
  margin-left: 5%;
}



/*---------------------------------------------
 **  ドライアイ治療
---------------------------------------------*/
.ttl-ribbon1 {
  display: block;
  position: relative;
  height: 86px;
  /*リボンの高さ*/
  line-height: 86px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  font-size: 18px;
  /*文字の大きさ*/
  background: #80B202;
  /*塗りつぶし色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
  margin: 0 auto 40px !important;
}

.ttl-ribbon1:before,
.ttl-ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ttl-ribbon1:before {
  top: 0;
  left: 0;
  border-width: 43px 0px 43px 25px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ttl-ribbon1:after {
  top: 0;
  right: 0;
  border-width: 43px 25px 43px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.dry-eye-okomari img {
  display: block;
  margin: 0 auto;
}

.ttl-ptn-01 {
  color: #000;
  text-align: left;
  margin: 0 !important;
}

.ttl-ptn-01 storong {
  color: #80B202;

}

.line-marker-yellow {
  background: linear-gradient(transparent 60%, #F8E699 60%);
}

strong {
  font-weight: bold;
}

.mal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl-02 {
  width: 100%;
  text-align: left;
  display: block;
  color: #8DAC2B !important;
  text-decoration: none !important;
  border: 1px solid #8DAC2B;
  padding: 1em 1em 0.7em 1em;
  margin-bottom: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.p-LR-3per {
  padding-left: 3%;
  padding-right: 3%;
}

.d-flex {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
}

@media screen and (min-width: 980px) {
  .myb-img {
    min-width: 272px !important;
  }

  .myb-img img {
    max-width: 272px !important;
    width: 100% !important;
    float: left;
  }
}


.kiki-p {
  margin-top: 3%;
  font-size: 19px;
}


.lmns-img img {
  max-width: 100% !important;
}

@media screen and (min-width: 980px) {
  .lmns-img img {
    max-width: 363px !important;
    margin: -130px 0 20px -101px;
  }
}


.m_pattern_c {
  margin-bottom: 50px !important;
}


.m-b-10 {
  margin-bottom: 10px !important;
}

.bg-white {
  background: #FFF;
}

.m-0-a {
  margin: 0 auto !important;
}

@media screen and (min-width: 980px) {
  .p-90-10 {
    padding: 90px 0 10px !important;
  }
}

.m-b-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 980px) {

  .m-b-150 {
    margin-bottom: 150px !important;
  }

  .osusume-img img {
    margin-top: 70px;
  }
}

@media screen and (max-width: 740px) {

  .img_lmna {
    min-width: 100% !important;
  }

  .m-0 {
    margin: 0 !important;
  }

  .img-block-center {
    margin: 0 auto !important;
    display: block !important;
  }

  .maw-100 {
    max-width: 100% !important;
  }


}


.lime {
  width: 100%;
  text-align: center;
}

.lime-bnr {
  display: block;
  margin: 0 auto;
}



.treat_movie video {
  width: 100%;

}

/*---------------------------------------------
 **  コロナ対策
---------------------------------------------*/
.covid-wrapper {
  background: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 2% 3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.covid-wrapper h3 {
  background: #A5C852;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 5% 3px;
  margin-bottom: 20px;
}

.covid-wrapper .caution {
  color: #FF0000;
  font-weight: bold;
  font-size: 18px;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-2 .text {
  width: 74%;
}

.col-2 .img {
  width: 23%;
  /* align-self: flex-end; */
}

.col-2 .img img {
  width: 100%;
}

@media (max-width: 740px) {
  .col-2 .item {
    width: 100% !important;
  }

}

.bg-torikumi {
  background: #EEF4D9;
  padding: 3.5% 3.7% 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bg-torikumi h4 {
  font-size: 20px;
  color: #91502C;
  font-weight: bold;
}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {
  .covid-wrapper {
    padding: 5%;
  }

  .covid-wrapper h2 {
    border-bottom: unset;
    margin: 11px 0 2px 0;

  }

  .col-2 .text {
    width: 100%;
    order: 2;
  }

  .col-2 .img {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .col-2 .img img {
    width: 50%;
    order: 1;
    margin: 0 auto 20px;
  }
}

/*---------------------------------------------
 **  キャッシュレス決済
---------------------------------------------*/
.cashless-wrapper {
  background: #FFF;
  box-shadow: 10px 10px 0px 1px #E0EBC6;
  border: 1px solid #858585;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-width: 540px;
  margin: 55px auto 0;
  text-align: center;
  padding: 0 0.8em 0.1em 0.8em;
}

.cashless-wrapper .riyou {
  font-family: "Kosugi Maru";
  background: #A6C75D;
  color: #FFF !important;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0.7em;
  letter-spacing: 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  top: -1em;
  position: relative;

}

.cashless-wrapper .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}

.cashless-wrapper p {
  width: 100%;
  padding: 1em;
  background: #f3f5ee99;
  margin-bottom: 0.9em;
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .cashless-wrapper p {
    margin-bottom: 0.2em;
    font-size: 12px;
    text-align: left;

  }
}


.inner li {
  max-width: 80px;
}

.cashless-wrapper .inner span {
  display: block;
  font-size: 12px;
  padding-top: 0.3em;
}

@media (max-width: 767px) {
  .cashless-wrapper {
    padding: 0 0.8em .6em 0.8em;
  }

  .cashless-wrapper .riyou {
    font-size: 13px;
    letter-spacing: 0;
  }

  .inner li {
    max-width: 60px;
  }

  .cashless-wrapper .inner span {
    font-size: 10px;
    padding-top: 0.1em;

  }
}


.footer-cashless {
  padding: 1em 2em 3.2em;
  background: #cbe18a4a;
}

#top .footer-cashless {
  display: none;
}



.lends-synergy {
  height: 115px;
  width: auto !important;
}

.snj-img img {
  height: 310px;
  margin: 0 auto;
}

.col-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-2 .item {
  width: 48%;

}


.mi-lens-vivity-main {
  max-height: 422px;
  height: 100%;
}


div.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.kinshi-check-img-bottom {
  display: block;
  float: unset !important;
}



.treat-kit-section {
  background: #eef5d7;

}

.treat-kit-wrapper {
  display: flex;
  width: 80%;
  margin: 0 auto;
  max-width: 800px;

}

.treat-kit-wrapper .item {
  width: 50%;
}



.recruit-contact {
  font-size: .8em;
  border: 1px dashed #a9cd35;
  border-radius: 8px;
  padding: .4em .6em;
  margin: .8em;
  text-align: left;
}


.caution__lens {
  background: #ff00211c;
  padding: 10px 2em;
  box-sizing: border-box;
  max-width: 560px;
  margin: 30px auto 0;
  border: 1px solid #ff00005e;
  border-radius: 8px;
  box-shadow: 10px 10px 0px 1px #f0dac36b;
  color: red;
}

.caution__lens p {
  margin: 0;
  padding: 0;
}

.caution__lens strong {
  text-decoration: underline;
}


.c-caution {
  background: #ff00220e;
  text-align: center;
  padding: 1em 2em;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .c-caution {
    padding: 1em 5%;
  }
}

.c-caution__ttl {
  font-weight: bold;
  font-size: 18px;
  border: 2px solid red;
  margin: 15px 0;
  border-radius: 8px;
  color: red;


}

.c-caution__txt {
  font-weight: bold;
  color: red;
  font-size: 18px;

}

.c-caution__list {
  font-size: 13px;
}

.c-caution__list li {
  position: relative;
  text-align: left;
  padding-left: 1.5em;
  margin-bottom: 15px;
}

.c-caution__list li::before {
  content: '■';
  position: absolute;
  color: red;
  left: 0;

}