@charset "utf-8";

/* 調剤薬局に関して */
.bl_about-clinic {
  margin-top: 6rem;
}
.bl_about-clinic_body {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.bl_txt {
  margin-top: 32px;
}

/* 基本情報 */
.bl_clinic-info{
  margin-top: 8rem;
}
.bl_clinic-info_table {
  background-color: #FFF;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 80px;
  width: 900px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bl_clinic-info_table dt{
  background-color: #FBFBFB;
}
.bl_clinic-info_table dt,
.bl_clinic-info_table dd {
  padding: 15px;
  box-sizing: border-box;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.bl_clinic-info_table dt {
  width: 30%;
  text-align: center;
}
.bl_clinic-info_table dd {
  width: 70%;
}


/* 在宅サービス */
.bl_home-service {
  margin-top: 8rem;
}
.bl_home-service_table {
  background-color: #FFF;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 80px;
  width: 900px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bl_home-service_table dt{
  background-color: #008969;
  color: #FFF;
}
.bl_home-service_table dt,
.bl_home-service_table dd {
  padding: 15px;
  box-sizing: border-box;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.bl_home-service_table dt {
  width: 100%;
  padding: 12px 50px;
  line-height: 1.6;
}
.bl_home-service_table dd {
  width: 100%;
  padding: 20px 50px;
  line-height: 1.6;
}

/* qr */
.bl_qr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.bl_qr_body {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.bl_qr_body_left {
  width: 36%;
  text-align: center;
}
.bl_txt {
  text-align: left;
}

@media (max-width: 600px) {
  .bl_clinic-info {
    margin-top:6rem;
}
.bl_clinic-info_table dt {
  width: 100%;
  text-align: center;
}
.bl_clinic-info_table dd {
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
.bl_clinic-info_table dd:nth-of-type(3),
.bl_clinic-info_table dd:nth-of-type(4) {
  text-align: left;
}

.bl_home-service {
  margin-top: 6rem;
}
.bl_home-service_table dt {
  padding: 12px 15px;
  line-height: 1.6;
}
.bl_home-service_table dd {
  padding: 20px 15px;
}

/* qr */
.bl_qr_body {
  flex-direction: column;
}
.bl_qr_body_left {
  width: 100%;
}
.bl_qr_body_right img {
  max-width: 200px;
  height: 200px;
}
}
