@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*============================
白内障
============================*/
.cataract_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cataract_about .box {
  width: 48.889%;
  border: #977D6E solid 1px;
  border-radius: 10px;
  padding: 25px;
}
.cataract_about .left {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .cataract_about .left {
    width: auto;
    margin: 0 0 25px 0;
  }
}
.cataract_about .right {
  background: #ECE5D9;
}
@media screen and (max-width: 768px) {
  .cataract_about .right {
    width: auto;
  }
}
.cataract_about .right .sttl-l_04 {
  background: #977D6E;
  color: #FFF;
}
.cataract_about .pic_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cataract_about .pic_area .pic01 {
  width: 84.28%;
  margin: 0 auto 40px;
}
.cataract_about .pic_area .pic02 {
  width: 47%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cataract_about .pic_area .pic02 {
    width: 100%;
  }
  .cataract_about .pic_area .pic02.pic_eye {
    margin-bottom: 30px;
  }
}
.cataract_about .pic_area .pic02 img {
  border: #977D6E solid 1px;
  border-radius: 5px;
}
.cataract_about p {
  color: #462C1D;
  font-size: 15px;
  font-weight: 600;
}

/* 表組_フロー flow */
.flow.white {
  background: #fff;
}
.flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .flow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.flow ul li {
  width: 34.5%;
  border-top: 1px solid #8A5858;
  padding: 45px 0 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow ul li {
    width: auto;
    border-top: none;
    border-left: 1px solid #8A5858;
    padding: 0 0 30px 0;
  }
}
.flow ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  left: 0;
  top: -6px;
  background: #8A5858;
}
@media screen and (max-width: 768px) {
  .flow ul li::before {
    left: -6px;
    top: 0px;
  }
}
.flow ul li dl {
  padding: 0 11% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .flow ul li dl {
    padding: 0 0 0 7%;
    margin-top: -4px;
  }
}
.flow ul li dl .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flow ul li dl dt.work {
  font-size: 18px;
  margin-right: 21px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #654B3B;
}
@media screen and (max-width: 768px) {
  .flow ul li dl dt.work {
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding-left: 0;
    font-size: 19px;
  }
}
.flow ul li dl dd {
  position: relative;
}
.flow ul li dl dd.text {
  margin-top: 21px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow ul li dl dd.text {
    width: auto;
    margin-left: 0;
    padding-bottom: 35px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow ul li dl dd.text .txt {
    margin-bottom: 15px;
  }
}
.flow ul li dl dd.text .img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow ul li dl dd.text .img_sp {
    display: block;
  }
}
.flow ul li dl dd.text.last {
  padding-bottom: 0;
}
.flow ul li dl dd.img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow ul li dl dd.img {
    display: none;
  }
}
.flow ul li dl.r {
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .flow ul li dl.r {
    padding: 0 0 0 7%;
  }
}
.flow ul li.last {
  width: 30.65%;
}
@media screen and (max-width: 768px) {
  .flow ul li.last {
    width: auto;
  }
}
.flow ul li.noline {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .flow ul li.noline {
    border-left: none;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .table_01 {
    overflow-x: auto;
  }
}
.table_01 table {
  width: 100%;
  border: #D1C7BE 1px solid;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table_01 table {
    min-width: 620px;
  }
}
.table_01 table th {
  font-size: 17px;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .table_01 table th {
    font-size: 15px;
  }
}
.table_01 table td {
  border: #D1C7BE 1px solid;
}
.table_01 table td.st {
  font-size: 20px;
  font-weight: 600;
  border-bottom: #A18679 1px solid;
}
@media screen and (max-width: 768px) {
  .table_01 table td.st {
    font-size: 18px;
  }
}

.sec_lens .sttl-l_04 {
  background: #FFF;
  margin-bottom: 30px;
}

/* 青囲い_チェックリスト_２カラム　c2_check_list */
.c2_check_list.blue {
  border: solid 1px #264453;
  border-radius: 10px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue {
    padding: 0px;
  }
}
.c2_check_list.blue .box {
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue .box {
    padding: 30px 30px;
  }
}
.c2_check_list.blue ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c2_check_list.blue ul li {
  width: 50%;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue ul li {
    width: 100%;
    font-size: 14px;
  }
}
.c2_check_list.blue ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/common/check_icon02.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.15em;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue ul li::before {
    width: 19px;
    height: 22px;
    top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue ul li:last-child {
    margin-bottom: 0;
  }
}
.c2_check_list.blue .sttl_01 {
  background: #264453;
  display: block;
  color: #FFF;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 20px 38px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue .sttl_01 {
    padding: 15px 15px;
  }
}
.c2_check_list.blue .sttl_01 span {
  padding: 15px 0;
  border-bottom: solid 1px #FFF;
  border-top: solid 1px #FFF;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue .sttl_01 span {
    font-size: 18px;
    padding: 13px 0;
  }
}
.c2_check_list.blue .caution_sttl_01 {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 2;
  font-family: "游明朝", YuMincho, serif;
  color: #264453;
}
@media screen and (max-width: 768px) {
  .c2_check_list.blue .caution_sttl_01 {
    font-size: 17px;
  }
}
.c2_check_list.blue .caution_sttl_01::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_caution_02.svg) no-repeat;
  background-size: cover;
}

.surgery_life {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.surgery_life .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 50px;
  gap: 0 2%;
}
@media screen and (max-width: 768px) {
  .surgery_life .block {
    padding: 25px 15px;
    gap: 0 5%;
  }
}
.surgery_life .block:nth-child(odd) {
  background: #EFF4F6;
  border-radius: 3px;
}
.surgery_life .block .icon {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .surgery_life .block .icon {
    width: 15%;
  }
}
.surgery_life .block .text {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .surgery_life .block .text {
    width: 82%;
  }
}
.surgery_life .block .text h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #264453;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .surgery_life .block .text h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* =====================================
sec_cause
========================================*/
@media screen and (max-width: 768px) {
  .sec_cause .sttl-l_03 {
    width: 100%;
  }
}
.sec_cause .sttl-l_04 {
  background-color: #fff;
}/*# sourceMappingURL=cataract.css.map */