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

.frame_txt {
  color: #654B3B;
  border: 1px solid var(--brown03);
  border-radius: 22px;
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333;
  display: block;
  width: fit-content;
  padding: 6px 29px 5px;
  margin-inline: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .frame_txt {
    font-size: 15px;
  }
}
.frame_txt.reverse {
  color: var(--white);
  background: #A18679;
}

@media screen and (max-width: 768px) {
  .sttl-l_03 {
    width: 90%;
  }
}

span.nowrap {
  white-space: nowrap;
}

.bottom_spacing {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .bottom_spacing {
    margin-bottom: 100px;
  }
}

/*=======================================
　anchor
=======================================*/
.ac {
  margin-top: -102px;
  padding-top: 102px;
}
@media screen and (max-width: 1200px) {
  .ac {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* ==============================
mv
=============================*/
main p {
  color: #333;
}
main .main-visual .main_ttl-l {
  width: auto;
  padding: 46px 10.25% 30px 2.5%;
  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 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
main .sttl-l {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .sttl-l {
    margin-bottom: 30px;
  }
}

/* =====================================
glasses_sec
========================================*/
.glasses_sec .inner .c2_rimg-frame {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .c2_rimg-frame {
    grid-template-columns: 1fr 43.33333333%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .glasses_sec .inner .c2_rimg-frame {
    grid-template-columns: 1fr;
  }
}
.glasses_sec .inner .c2_rimg-frame .left_txt .sttl-l_02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .c2_rimg-frame .left_txt .sttl-l_02 {
    margin-bottom: 12px;
  }
}
.glasses_sec .inner .c2_rimg-frame .left_txt .cmn_txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .c2_rimg-frame .left_txt .cmn_txt {
    margin-bottom: 20px;
  }
}
.glasses_sec .inner .c2_rimg-frame .img_frame {
  padding: 0;
  overflow: hidden;
}
.glasses_sec .inner .glasses_flow {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--brown03);
  padding: 74px 5.56792873% 70px;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .glasses_flow {
    padding: 50px 5%;
  }
}
.glasses_sec .inner .glasses_flow .sttl-l_02 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .glasses_flow .sttl-l_02 {
    margin-bottom: 30px;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item {
  display: grid;
  grid-template-columns: 128px 47.125% 1fr;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item {
    grid-template-columns: 128px 1fr;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item {
    grid-template-columns: 96px 1fr;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item dt {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item dt {
    font-size: 16px;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item dt::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  height: 11px;
  border-radius: 50vw;
  background: #8A5858;
  position: absolute;
  top: 13px;
  right: -11px;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item dt::before {
    top: 9px;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 250px;
  background: #8A5858;
  position: absolute;
  top: 18.5px;
  right: -6px;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item dt::after {
    height: 320px;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item:nth-of-type(4) dt::after {
  display: none;
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item:last-of-type dt::before {
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item:last-of-type dt::before {
    top: 9px;
    translate: 0 0;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item:last-of-type dt::after {
  top: auto;
  bottom: 50%;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item:last-of-type dt::after {
    bottom: calc(100% - 9px);
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item .dd_wrap {
  display: contents;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item .dd_wrap {
    display: block;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item dd.cmn_txt {
  color: #333;
  padding-top: 3px;
  margin-left: 37px;
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item dd.img {
  width: 27.875%;
  border-radius: 5px;
  border: 1px solid var(--brown03);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item dd.img {
    width: 66.67%;
    position: static;
    margin-top: 10px;
    margin-left: 37px;
  }
}
.glasses_sec .inner .glasses_flow .flow_list .flow_item:last-of-type dd.img {
  top: -50px;
}
@media screen and (max-width: 640px) {
  .glasses_sec .inner .glasses_flow .flow_list .flow_item:last-of-type dd.img {
    height: fit-content;
  }
}
.glasses_sec .inner .glasses_flow .flow_caution {
  border-radius: 5px;
  border: 1px solid var(--brown03);
  padding: 4.625%;
}
.glasses_sec .inner .glasses_flow .flow_caution .caution_txt {
  color: var(--brown02);
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .glasses_flow .flow_caution .caution_txt {
    font-size: 16px;
    padding-left: 32px;
  }
}
.glasses_sec .inner .glasses_flow .flow_caution .caution_txt::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: center/contain url(../img/main/glaucoma/exclamation.svg) no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .glasses_sec .inner .glasses_flow .flow_caution .caution_txt::before {
    top: 3px;
  }
}

/* =====================================
contact_sec
========================================*/
@media screen and (max-width: 768px) {
  .contact_sec {
    margin-bottom: 100px;
  }
}
.contact_sec .inner .c2_rimg-frame {
  grid-template-columns: 43.33333333% 1fr;
}
@media screen and (max-width: 560px) {
  .contact_sec .inner .c2_rimg-frame {
    grid-template-columns: 1fr;
  }
}
.contact_sec .inner .c2_rimg-frame .left_txt {
  order: 2;
}
@media screen and (max-width: 560px) {
  .contact_sec .inner .c2_rimg-frame .left_txt {
    order: 1;
  }
}
.contact_sec .inner .c2_rimg-frame .left_txt .sttl-l_02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .c2_rimg-frame .left_txt .sttl-l_02 {
    margin-bottom: 15px;
  }
}
.contact_sec .inner .c2_rimg-frame .left_txt .cmn_txt {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .c2_rimg-frame .left_txt .cmn_txt {
    margin-bottom: 20px;
  }
}
.contact_sec .inner .c2_rimg-frame .img_frame {
  padding: 0;
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 560px) {
  .contact_sec .inner .c2_rimg-frame .img_frame {
    order: 2;
  }
}
.contact_sec .inner .contact_flow {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--brown03);
  padding: 74px 5.56792873% 70px;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .contact_flow {
    padding: 50px 5%;
  }
}
.contact_sec .inner .contact_flow .sttl-l_02 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .contact_flow .sttl-l_02 {
    margin-bottom: 30px;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item {
  display: grid;
  grid-template-columns: 128px 47.125% 1fr;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item {
    grid-template-columns: 128px 1fr;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item {
    grid-template-columns: 96px 1fr;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item:last-of-type {
  padding-bottom: 92px;
}
.contact_sec .inner .contact_flow .flow_list .flow_item .cmn_txt {
  margin-left: 41px;
}
.contact_sec .inner .contact_flow .flow_list .flow_item .img {
  width: 27.875%;
  border-radius: 5px;
  border: 1px solid var(--brown03);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.contact_sec .inner .contact_flow .flow_list .flow_item dt {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item dt {
    font-size: 16px;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item dt::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: #8A5858;
  position: absolute;
  top: 13px;
  right: -11px;
}
@media screen and (max-width: 640px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item dt::before {
    top: 9px;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 250px;
  background: #8A5858;
  position: absolute;
  top: 18.5px;
  right: -6px;
}
@media screen and (max-width: 1024px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item dt::after {
    height: 280px;
  }
}
@media screen and (max-width: 640px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item dt::after {
    height: 320px;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item dt .br640 {
  display: block;
}
@media screen and (max-width: 640px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item dt .br640 {
    display: none;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item:nth-of-type(3) dt {
  padding-right: 4px;
}
.contact_sec .inner .contact_flow .flow_list .flow_item:nth-of-type(4) dt::after {
  display: none;
}
.contact_sec .inner .contact_flow .flow_list .flow_item:last-of-type dt {
  padding-right: 4px;
}
.contact_sec .inner .contact_flow .flow_list .flow_item:last-of-type dt::after {
  top: auto;
  bottom: calc(100% - 18.5px);
}
.contact_sec .inner .contact_flow .flow_list .flow_item .dd_wrap {
  display: contents;
}
@media screen and (max-width: 640px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item .dd_wrap {
    display: block;
  }
}
.contact_sec .inner .contact_flow .flow_list .flow_item dd.cmn_txt {
  color: #333;
  padding-top: 3px;
  margin-left: 37px;
}
.contact_sec .inner .contact_flow .flow_list .flow_item dd.img {
  width: 27.875%;
  border-radius: 5px;
  border: 1px solid var(--brown03);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .contact_sec .inner .contact_flow .flow_list .flow_item dd.img {
    width: 66.67%;
    position: static;
    margin-top: 10px;
    margin-left: 37px;
  }
}
.contact_sec .inner .flow_caution {
  border-radius: 5px;
  border: 1px solid var(--brown03);
  padding: 50px 4.625%;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .flow_caution {
    padding: 30px 4.625%;
  }
}
.contact_sec .inner .flow_caution .caution_content:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .flow_caution .caution_content:first-of-type {
    margin-bottom: 25px;
  }
}
.contact_sec .inner .flow_caution .caution_content .caution_txt {
  color: var(--brown02);
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  padding-left: 40px;
  margin-bottom: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .flow_caution .caution_content .caution_txt {
    font-size: 16px;
    padding-left: 32px;
  }
}
.contact_sec .inner .flow_caution .caution_content .caution_txt::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: center/contain url(../img/main/glaucoma/exclamation.svg) no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .flow_caution .caution_content .caution_txt::before {
    top: 3px;
  }
}
.contact_sec .inner .flow_caution .caution_content .notes_01 {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact_sec .inner .flow_caution .caution_content .notes_01 {
    padding-left: 32px;
  }
}

/* =====================================
contact_sec
========================================*/
.sick_sec {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sick_sec {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.sick_sec .inner .sttl-l_02 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sick_sec .inner .sttl-l_02 {
    margin-bottom: 30px;
  }
}
.sick_sec .inner .sick_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 6.66666667%;
}
@media screen and (max-width: 560px) {
  .sick_sec .inner .sick_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.sick_sec .inner .sick_list .sick_item figure img {
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .sick_sec .inner .sick_list .sick_item figure img {
    margin-bottom: 10px;
  }
}
.sick_sec .inner .sick_list .sick_item figcaption .frame_txt {
  background: var(--white);
  margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
  .sick_sec .inner .sick_list .sick_item figcaption .frame_txt {
    margin-bottom: 10px;
  }
}
.sick_sec .inner .sick_list .sick_item figcaption .sick_txt {
  color: var(--brown02);
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7222222222;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sick_sec .inner .sick_list .sick_item figcaption .sick_txt {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/* =====================================
safe_sec
========================================*/
.safe_sec {
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .safe_sec {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.safe_sec .inner .safe_content {
  padding: 70px 5.55555556%;
  border-radius: 10px;
  border: 1px solid var(--brown03);
  background: #F7F4EE;
}
@media screen and (max-width: 768px) {
  .safe_sec .inner .safe_content {
    padding: 50px 5%;
  }
}
.safe_sec .inner .safe_content > .sttl-l_02 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .safe_sec .inner .safe_content > .sttl-l_02 {
    margin-bottom: 30px;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame {
  grid-template-columns: 1fr 36%;
  gap: 8.625%;
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .safe_sec .inner .safe_content .c2_rimg-frame {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) {
  grid-template-columns: 36% 1fr;
}
@media screen and (max-width: 560px) {
  .safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .left_txt {
  order: 2;
}
@media screen and (max-width: 560px) {
  .safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .left_txt {
    order: 1;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .left_txt .cmn_txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 560px) {
  .safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .left_txt .cmn_txt {
    margin-bottom: 15px;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .left_txt .cmn_btn_01 {
  display: block;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 560px) {
  .safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .left_txt .cmn_btn_01 {
    margin-inline: auto;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .img_frame {
  order: 1;
}
@media screen and (max-width: 560px) {
  .safe_sec .inner .safe_content .c2_rimg-frame:nth-of-type(2) .img_frame {
    order: 2;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame .sttl-l_02 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .safe_sec .inner .safe_content .c2_rimg-frame .sttl-l_02 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.safe_sec .inner .safe_content .c2_rimg-frame .img_frame {
  padding: 0;
  overflow: hidden;
}
.safe_sec .inner .safe_content .caution_frame {
  border: 1px solid #CD1423;
  background: var(--white);
  height: 100px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .safe_sec .inner .safe_content .caution_frame .caution_sttl_01 {
    padding-left: 28px;
  }
}

/* =====================================
care_sec
========================================*/
.care_sec {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .care_sec {
    padding-bottom: 100px;
  }
}
.care_sec .inner .sttl-l_02 {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .care_sec .inner .sttl-l_02 {
    margin-bottom: 30px;
  }
}
.care_sec .inner .care_step {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.care_sec .inner .care_step .care_item {
  display: grid;
  grid-template-columns: 71px 35.55555556% 1fr;
  position: relative;
}
@media screen and (max-width: 560px) {
  .care_sec .inner .care_step .care_item {
    grid-template-columns: 71px 1fr;
  }
}
.care_sec .inner .care_step .care_item:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 1px;
  height: 245px;
  border-right: 1px dashed var(--brown03);
  position: absolute;
  top: 35.5px;
  left: 35.5px;
}
@media screen and (max-width: 768px) {
  .care_sec .inner .care_step .care_item:not(:last-of-type)::before {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .care_sec .inner .care_step .care_item:not(:last-of-type)::before {
    height: 225px;
  }
}
@media screen and (max-width: 560px) {
  .care_sec .inner .care_step .care_item:not(:last-of-type)::before {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .care_sec .inner .care_step .care_item:not(:last-of-type)::before {
    height: 400px;
  }
}
.care_sec .inner .care_step .care_item .wrapper {
  display: contents;
}
@media screen and (max-width: 560px) {
  .care_sec .inner .care_step .care_item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .care_sec .inner .care_step .care_item .wrapper .img {
    order: 2;
  }
  .care_sec .inner .care_step .care_item .wrapper .care_txt {
    order: 1;
  }
}
.care_sec .inner .care_step .care_item .number {
  color: var(--white);
  font-family: "Forum", serif;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 20px;
  text-align: center;
  width: 71px;
  height: 71px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: var(--brown03);
  padding: 19px 14px 11px 17px;
}
.care_sec .inner .care_step .care_item .img {
  border-radius: 5px;
  overflow: hidden;
  margin-left: 34px;
}
@media screen and (max-width: 560px) {
  .care_sec .inner .care_step .care_item .img {
    margin-left: 30px;
  }
}
.care_sec .inner .care_step .care_item .care_txt {
  margin-left: 46px;
}
@media screen and (max-width: 560px) {
  .care_sec .inner .care_step .care_item .care_txt {
    margin-left: 30px;
  }
}
.care_sec .inner .care_step .care_item .care_txt h4 {
  color: var(--brown02);
  font-family: "游明朝", YuMincho, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .care_sec .inner .care_step .care_item .care_txt h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}/*# sourceMappingURL=contact.css.map */