@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- 共通
- about_sec
- disinfection_sec
- staff_sec
- please_sec
---------------------- */
/*=======================================
　共通
=======================================*/
.list {
  margin-bottom: 40px;
}
.list .st {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list .st {
    font-size: 15px;
  }
}
.list .st::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8A5858;
  border-radius: 50px;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .list .st::before {
    top: 0.55em;
  }
}

/*=======================================
　about_sec
=======================================*/
.about_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_sec {
    margin-bottom: 80px;
  }
}
.about_sec .sttl_01 {
  margin-bottom: 50px;
}

/*=======================================
　disinfection_sec
=======================================*/
.disinfection_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .disinfection_sec {
    margin-bottom: 80px;
  }
}
.disinfection_sec .sttl_02 {
  margin-bottom: 30px;
}

/*=======================================
　staff_sec
=======================================*/
.staff_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .staff_sec {
    margin-bottom: 80px;
  }
}
.staff_sec .sttl_02 {
  margin-bottom: 30px;
}

/*=======================================
　please_sec
=======================================*/
.please_sec {
  margin-bottom: 153px;
}
@media screen and (max-width: 768px) {
  .please_sec {
    margin-bottom: 80px;
  }
}
.please_sec .sttl_02 {
  margin-bottom: 30px;
}

/*=======================================
　link_area
=======================================*/
.link_area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52.5555555556%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link_area {
    display: block;
    width: 90%;
  }
}
.link_area div.link_box {
  height: 181px;
  background: #fff;
  border: 1px solid #D1C7BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .link_area div.link_box {
    width: 100%;
    height: auto;
    gap: 10px 0;
    padding: 20px 15px;
  }
}
.link_area div.link_box p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
}
.link_area div.link_box p small {
  font-size: clamp(13px, 1vw, 16px);
}
@media screen and (max-width: 768px) {
  .link_area div.link_box p small {
    font-size: 13px;
  }
}
.link_area div.link_box p span {
  font-size: clamp(15px, 1.375vw, 22px);
}
@media screen and (max-width: 768px) {
  .link_area div.link_box p span {
    font-size: 18px;
  }
}
.link_area div.link_box .cmn_btn_01 {
  max-width: 229px;
  width: 100%;
  margin: 0 auto;
}
.link_area div.link_box .cmn_btn_01 a {
  letter-spacing: 0.15em;
}
.link_area div.link_box:not(:last-child) {
  margin-bottom: 25px;
}/*# sourceMappingURL=corona.css.map */