.bl_container {
  display: block;
  box-sizing: border-box;
}
.lb_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lb_item {
  display: block;
  border: 1px solid #ddd;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.3;
}
.lb_item:after,
.lb_item:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lb_item:before {
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
.lb_item:after {
  border-top: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.lb_item:nth-of-type(1):before {
  background-image: url("/service/home/guide/homelife/img/icon_01.png");
}
.lb_item:nth-of-type(2):before {
  background-image: url("/service/home/guide/homelife/img/icon_02.png");
}
.lb_item:nth-of-type(3):before {
  background-image: url("/service/home/guide/homelife/img/icon_03.png");
}
.bl_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.bl_head-pink {
  border-color: #ec7aa0;
}
.bl_head-orange {
  border-color: #f39800;
}
.bl_head-green {
  border-color: #9cc813;
}
.bl_headItem-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_person {
  margin: 0;
}
.bl_personName {
  margin: 0;
}
.bl_balloon {
  line-height: 1.25;
  color: #fff;
  background: #95a9b3;
  border-radius: 12px;
  position: relative;
  padding: 12px 21px;
}
.bl_balloon:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid transparent;
}
.bl_balloon-pink {
  background-color: #ec7aa0;
}
.bl_balloon-orange {
  background-color: #f39800;
}
.bl_balloon-green {
  background-color: #9cc813;
}
.bl_schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sc_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
  background: #95a9b3;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_headInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sc_head-pink {
  background: #ec7aa0;
}
.sc_head-orange {
  background: #f39800;
}
.sc_head-green {
  background: #9cc813;
}
.sc_headImg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sc_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sc_title {
  font-weight: bold;
}
.sc_desc {
  background: #fbf9ee;
}
.sc_descTitle {
  position: relative;
}
.sc_descTitle:before {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sc_descTitle-pink:before {
  background-image: url("/service/home/guide/homelife/img/icon_04.png");
}
.sc_descTitle-orange:before {
  background-image: url("/service/home/guide/homelife/img/icon_05.png");
}
.sc_descTitle-green:before {
  background-image: url("/service/home/guide/homelife/img/icon_06.png");
}
.modBox_btn-red {
  background: #c02 !important;
}
.modBox_headingInner {
  padding: 0;
}
.modBox-residents,
.modBox-tour {
  background: #fbf9ee;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .bl_container {
    width: 1080px;
    margin: 0 auto;
  }
  .lb_item {
    width: 344px;
    padding: 15px 0 15px 80px;
  }
  .lb_item:before {
    left: 22px;
    width: 50px;
    height: 50px;
  }
  .lb_item:after {
    width: 13px;
    height: 13px;
    right: 30px;
  }
  .lb_txt {
    font-size: 1rem;
  }
  .lb_txt-min {
    font-size: 0.875rem;
  }
  .bl_head {
    padding: 20px 0;
  }
  .bl_headItem-person {
    min-width: 212px;
  }
  .bl_headItemIn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bl_headItemIn .bl_balloon {
    margin-left: 20px;
  }
  .bl_personStatus {
    font-size: 1rem;
  }
  .bl_personName {
    font-size: 1.75rem;
  }
  .bl_balloon:before {
    border-top-width: 7px;
    border-right-width: 12px;
    border-bottom-width: 7px;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #95a9b3;
  }
  .bl_balloon-pink:before {
    border-right-color: #ec7aa0;
  }
  .bl_balloon-orange:before {
    border-right-color: #f39800;
  }
  .bl_balloon-green:before {
    border-right-color: #9cc813;
  }
  .bl_schedule {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #fff;
  }
  .bl_schedule-end {
    border-bottom: 0;
  }
  .sc_head {
    width: 70px;
  }
  .sc_headInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .sc_head-start {
    border-radius: 6px 6px 0 0;
  }
  .sc_head-end {
    border-radius: 0 0 6px 6px;
    border-bottom: 0;
  }
  .sc_headImg {
    width: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .sc_headTxt {
    margin-top: 10px;
    font-size: 1rem;
  }
  .sc_body {
    margin-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .sc_bodyCol:nth-of-type(1) {
    width: 600px;
  }
  .sc_bodyCol:nth-of-type(2) {
    width: 300px;
  }
  .sc_title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .sc_lead {
    font-size: 1rem;
  }
  .sc_desc {
    width: 590px;
    padding: 30px 20px;
  }
  .sc_descTitle {
    padding-left: 45px;
    margin-bottom: 20px;
  }
  .sc_descTitle:before {
    width: 24px;
    height: 17px;
  }
  .modBox_text {
    min-height: 52px;
  }
  .modBox-residents {
    background-image: url("/service/home/guide/homelife/img/bg_residents-pc.png");
  }
  .modBox-tour {
    background-image: url("/service/home/guide/homelife/img/bg_tour-pc.png");
  }
}
@media screen and (max-width: 767px) {
  .bl_container {
    width: 89.33333333333333%;
    margin: 0 auto;
  }
  .lb_outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lb_item {
    padding: 9px 0 9px 17.16417910447761%;
  }
  .lb_item:before {
    left: 3.283582089552239%;
    width: 35px;
    height: 35px;
  }
  .lb_item:after {
    display: none;
    width: 13px;
    height: 13px;
    right: 4.477611940298507%;
  }
  .lb_txt {
    font-size: 1.142857142857143rem;
  }
  .lb_txt-min {
    font-size: 0.714285714285714rem;
  }
  .bl_head {
    padding: 20px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_headItem-person {
    margin-bottom: 20px;
  }
  .bl_personStatus {
    font-size: 0.857142857142857rem;
  }
  .bl_personName {
    font-size: 1.428571428571429rem;
  }
  .bl_balloon:before {
    border-right-width: 7px;
    border-bottom-width: 12px;
    border-left-width: 7px;
    top: -12px;
    border-bottom-color: #95a9b3;
    left: 20px;
  }
  .bl_balloon-pink:before {
    border-bottom-color: #ec7aa0;
  }
  .bl_balloon-orange:before {
    border-bottom-color: #f39800;
  }
  .bl_balloon-green:before {
    border-bottom-color: #9cc813;
  }
  .bl_schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .bl_schedule:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid transparent;
    border-right-width: 25px;
    border-top-width: 20px;
    border-left-width: 25px;
    border-top-color: #ddd;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px;
  }
  .bl_schedule-end {
    margin-bottom: 0;
  }
  .bl_schedule-end:after {
    display: none;
  }
  .sc_head {
    padding: 8px 0;
  }
  .sc_headInner {
    width: 88.05970149253731%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
  .sc_headImg {
    width: 8.135593220338983%;
  }
  .sc_headTxt {
    margin-left: 7px;
    font-size: 1rem;
  }
  .sc_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  .sc_bodyCol {
    width: 88.05970149253731%;
    margin-right: auto;
    margin-left: auto;
  }
  .sc_bodyCol:nth-of-type(2) {
    margin-top: 10px;
  }
  .sc_title {
    font-size: 1.142857142857143rem;
    margin-bottom: 10px;
  }
  .sc_lead {
    font-size: 1rem;
  }
  .sc_desc {
    padding: 13px 20px;
  }
  .sc_descTitle {
    padding-left: 33px;
    margin-bottom: 13px;
  }
  .sc_descTitle:before {
    width: 18px;
    height: 13px;
  }
  .modBox_inner {
    padding-left: 0;
  }
  .modBox-residents {
    background-image: url("/service/home/guide/homelife/img/bg_residents-sp.png");
  }
  .modBox-tour {
    background-image: url("/service/home/guide/homelife/img/bg_tour-sp.png");
  }
  .modBox .modBox_inner a.modBox_btn {
    display: block;
  }
}
