@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*============================
base
============================*/
picture {
  display: block;
}

.frame_txt {
  color: white;
  background: #91786A;
  border-radius: 22px;
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 29px 4px;
  margin-inline: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .frame_txt {
    font-size: 15px;
  }
}

/* ==============================
mv
=============================*/
main p {
  color: #333;
}
main .main-visual .main_ttl-l {
  width: auto;
  padding: 46px 6.08333333% 30px 2.5%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  main .main-visual .main_ttl-l {
    padding: 0;
  }
}
main .main-visual .main_ttl-l h2 {
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

/* =====================================
description_sec
========================================*/
.description_sec {
  margin-bottom: 100px;
}
.description_sec .inner .c2_rimg-frame .img_frame {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

/* =====================================
symptoms_sec
========================================*/
@media screen and (max-width: 768px) {
  .symptoms_sec {
    margin-bottom: 100px;
  }
}
.symptoms_sec .inner > .cmn_txt {
  color: #333;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .symptoms_sec .inner > .cmn_txt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .symptoms_sec .inner .sttl-l_03 {
    width: 90%;
  }
}
.symptoms_sec .inner .c2_lrimgtxt {
  display: grid;
  grid-template-columns: 42.22222222% 42.22222222%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.symptoms_sec .inner .c2_lrimgtxt img {
  margin-bottom: 18px;
  border-radius: 5px;
  border: 1px solid var(--brown03);
}
@media screen and (max-width: 768px) {
  .symptoms_sec .inner .c2_lrimgtxt img {
    margin-bottom: 8px;
  }
}
.symptoms_sec .inner .c2_lrimgtxt .cmn_txt {
  color: #333;
}

/* =====================================
case_sec
========================================*/
.case_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .case_sec {
    margin-bottom: 100px;
  }
}
.case_sec .inner > .sttl-l_02 {
  text-align: center;
  margin-bottom: 30px;
}
.case_sec .inner > .cmn_txt {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .case_sec .inner .number {
    margin-bottom: 12px;
  }
}
.case_sec .inner .number::after {
  width: 900px;
}
.case_sec .inner .c2_listitem_rimg {
  margin-bottom: 50px;
}
.case_sec .inner .c2_listitem_rimg .c2_content {
  row-gap: 0;
}
.case_sec .inner .c2_listitem_rimg .c2_content .frame_txt {
  font-size: 18px;
  padding: 7px 30px 4px;
  margin-inline: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .case_sec .inner .c2_listitem_rimg .c2_content .frame_txt {
    font-size: 15px;
  }
}
.case_sec .inner .c2_listitem_rimg .c2_content .cmn_txt:first-of-type {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .case_sec .inner .c2_listitem_rimg .c2_content .cmn_txt:first-of-type {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .case_sec .inner .c2_listitem_rimg .c2_content:has(.right) .cmn_txt:last-of-type {
    margin-bottom: 20px;
  }
}
.case_sec .inner .c2_listitem_rimg .c2_content.no-img {
  grid-template-columns: 1fr;
}
.case_sec .inner .c2_listitem_rimg .c2_content .right .img {
  border-radius: 5px;
  border: 1px solid var(--brown03);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case_sec .inner .c2_listitem_rimg .c2_content .right .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

/* =====================================
examination_sec
========================================*/
.examination_sec .inner {
  border-radius: 10px;
  border: 1px solid #264453;
  background: #F8F8F8;
  padding: 60px 7.85714286%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .examination_sec .inner {
    padding: 30px 5%;
  }
}
.examination_sec .inner .frame_c2_02 {
  width: 100%;
}
.examination_sec .inner .frame_c2_02 > p::after {
  width: 1000px;
}
.examination_sec .inner .frame_c2_02 .sttl-l_02 {
  margin-bottom: 28px;
}/*# sourceMappingURL=cornea.css.map */