@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
眼瞼けいれん・片側顔面けいれんとは
- sec_summary
- sec_cause
- c2_check_list
- c2_confusing_list
- sttl-l_03

治療方法
- sec_treatment
---------------------- */
.sttl_01 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .sttl_01 {
    font-size: 20px;
  }
}

/*===========================
　sec_summary　眼瞼けいれん
============================*/
.sec_summary .g_txt01 {
  color: #A18679;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_summary .g_txt01 {
    font-size: 18px;
  }
}
.sec_summary .sec_intro {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .sec_summary .sec_intro {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec_summary .sec_intro .c2_rimg-frame {
    margin-bottom: 0;
  }
}
.sec_summary .emphasis {
  margin-bottom: 0;
}
.sec_summary .emphasis .left {
  background: var(--brown04);
  border: 1px solid var(--brown04);
  padding: 36.5px 0 35.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_summary .emphasis .left {
    border-radius: 10px 10px 0 0;
    padding: 14px 0;
  }
}
.sec_summary .emphasis .left p {
  max-width: 168px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_summary .emphasis .left p {
    max-width: 90%;
    padding: 9px 30px 5px;
  }
}
.sec_summary .emphasis .right {
  border: 1px solid var(--brown04);
  padding: 36.5px 37px 35.1px 31.9px;
}
@media screen and (max-width: 768px) {
  .sec_summary .emphasis .right {
    border-radius: 0 0 10px 10px;
    padding: 18px 20px 20px;
  }
}
.sec_summary .emphasis .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sec_summary .emphasis .right ul li {
  padding-left: 32px;
  position: relative;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .sec_summary .emphasis .right ul li {
    padding-left: 25px;
    font-size: 15px;
  }
}
.sec_summary .emphasis .right ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/main/keiren/about/check.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.45em;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .sec_summary .emphasis .right ul li::before {
    width: 16px;
    height: 16px;
    top: 0.35em;
  }
}
.sec_summary .emphasis .right ul li:nth-child(-n+4) {
  grid-column: 1;
}
.sec_summary .emphasis .right ul li:nth-child(n+5) {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .sec_summary .emphasis .right ul li:nth-child(n+5) {
    grid-column: 1;
  }
}

/*===========================
　sec_cause
============================*/
.sec_cause .sttl-l_02 {
  text-align: center;
  margin-bottom: 35px;
}
.sec_cause .cause {
  margin-bottom: 85px;
}
.sec_cause .cause .c2_rimg-frame {
  display: grid;
  grid-template-columns: 48.8888888889% 1fr;
  gap: 7%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.sec_cause .cause .c2_rimg-frame img {
  width: 100%;
}
.sec_cause .cause .c2_rimg-frame:first-of-type {
  margin-bottom: 50px;
  position: relative;
}
.sec_cause .cause .c2_rimg-frame:first-of-type::after {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background: #752c21;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 24.4444444445%;
  bottom: -33px;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .sec_cause .cause .c2_rimg-frame:first-of-type::after {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec_cause .cause .c2_rimg-frame {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.sec_cause .cause .c2_rimg-frame .img_frame {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
.sec_cause .cause .c2_rimg-frame .cmn_txt div {
  font-family: "Zen Antique", serif;
  display: inline-block;
  color: var(--white);
  font-size: 18px;
  border-radius: 50px;
  max-width: 137px;
  min-width: 117px;
  padding: 0 29px 0 30px;
  text-align: center;
  margin-bottom: 20.3px;
}
@media screen and (max-width: 768px) {
  .sec_cause .cause .c2_rimg-frame .cmn_txt div {
    font-size: 16px;
  }
}
.sec_cause .cause .c2_rimg-frame .cmn_txt .color_01 {
  background-color: #264453;
}
.sec_cause .cause .c2_rimg-frame .cmn_txt .color_02 {
  background-color: #8A5859;
}
.sec_cause .cause .arrow {
  max-width: 30px;
  margin: 9px auto 19px;
}

/*===========================
　青囲い_チェックリスト_２カラム　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 .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_confusing_list
============================*/
.c2_confusing_list {
  display: grid;
  grid-template-columns: 229px 1fr;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c2_confusing_list {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
}
.c2_confusing_list .left {
  border-radius: 10px 0 0 10px;
  display: grid;
  place-content: center;
  padding: 35px 0;
  border-top: #A18679 1px solid;
  border-bottom: #A18679 1px solid;
  border-left: #A18679 1px solid;
}
@media screen and (max-width: 768px) {
  .c2_confusing_list .left {
    border-radius: 10px 10px 0 0;
    padding: 14px 0;
    border-right: #A18679 1px solid;
  }
}
.c2_confusing_list .left.brown01 {
  background: #A18679;
}
.c2_confusing_list .left.brown02 {
  background: #F1EDEA;
}
.c2_confusing_list .left.brown02 p {
  color: #A18679;
}
.c2_confusing_list .left p {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .c2_confusing_list .left p {
    font-size: 18px;
  }
}
.c2_confusing_list .right {
  background-color: var(--white);
  border-radius: 0 10px 10px 0;
  border: 1px solid #A18679;
  border-left: none;
  padding: 40px 23px 40px 28px;
}
@media screen and (max-width: 768px) {
  .c2_confusing_list .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 10px 10px;
    padding: 18px 20px 20px;
    border-top: none;
    border-left: 1px solid #A18679;
  }
}
.c2_confusing_list .cmn_btn_01 {
  float: right;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .c2_confusing_list .cmn_btn_01 {
    float: none;
  }
}

/*===========================
　sttl-l_03
============================*/
.sttl-l_03 {
  width: 100%;
}

/*===========================
　sec_treatment
============================*/
.sec_treatment {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .sec_treatment {
    margin-bottom: 80px;
  }
}
.sec_treatment .c2_rimg {
  grid-template-columns: 1fr 40.33333333%;
  gap: 23px;
  margin-bottom: 0;
}
.sec_treatment .c2_listitem_rimg:last-of-type .c2_lr_img-frame {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_treatment .c2_listitem_rimg .c2_lr_img-frame::before {
    display: none;
  }
}
.sec_treatment .c2_listitem_rimg .c2_lr_img-frame .cmn_txt_03 {
  margin-bottom: 0;
}
.sec_treatment .c2_listitem_rimg .c2_lr_img-frame .right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_treatment .c2_listitem_rimg .c2_lr_img-frame .right::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--brown03);
    position: absolute;
    left: 0;
    top: -20px;
  }
}

/*===========================
　sec_botsu_about
============================*/
.sec_botsu_about .sttl-l_02 {
  text-align: center;
}
.sec_botsu_about .sttl-l_04 {
  background-color: var(--brown03);
  color: var(--white);
  margin-left: 0;
}
.sec_botsu_about .list {
  margin-bottom: 50px;
}
.sec_botsu_about .list .st {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_botsu_about .list .st {
    font-size: 15px;
  }
}
.sec_botsu_about .list .st::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8A5858;
  border-radius: 50px;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.sec_botsu_about .list li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .sec_botsu_about .list li {
    font-size: clamp(14px, 1.5625vw, 16px);
  }
}
.sec_botsu_about .list li:last-child {
  margin-bottom: 0;
}
.sec_botsu_about .c2_rimg {
  grid-template-columns: 1fr 45.33333333%;
  gap: 13.2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec_botsu_about .c2_rimg {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.sec_botsu_about .caution_sttl-l {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: 22px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .sec_botsu_about .caution_sttl-l {
    font-size: 18px;
  }
}
.sec_botsu_about .caution_sttl-l::before {
  width: 20px;
}

/*===========================
　sec_keep_about
============================*/
.sec_keep_about .frame_contents {
  display: block;
}/*# sourceMappingURL=keiren.css.map */