@charset "utf-8";
#landlord_intro {
  background-color: #e8f3ff;
  padding: 2rem;
  overflow: auto;
}
.landlord_title {
  color: #0e468b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.landlord_float figure {
  float: left;
  margin-right: 16px;
}
.landlord_float figure img {
  border: 5px solid #fff;
  box-shadow: 0px 0px 15px 0px #bed2e2;
}
.landlord_text_con {
  font-size: 15px;
  line-height: 1.5;
}
.landlord_text_con .text_blue {
  color: #0e468b;
  font-weight: bold;
}

/*********spレスポンシブ************/
@media screen and (max-width:600px){
  .landlord_text{
    clear: both;
  }
  .landlord_float {
    display: flex;
    flex-direction: column;
  }
  .landlord_float figure {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

/***********法人様・不動産管理者様向けサービス費用**********/
.service_price_wrap:not(:last-child) {
  margin-bottom: 1rem;
}
.service_name {
  background-image: linear-gradient(90deg, #1c1c1c, #484848);
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 1rem 2rem;
}
.service_name::before {
  position: absolute;
  content: url(../images/landlord/page_style.webp);
  right: 0;
  top: 0;
}
.service_price_con {
  background-color: #f0f0f0;
  border: #484848 solid 2px;
  border-top: none;
  box-shadow: 0px 5px 0px 0px #484848;
}
.flex_wrap {
  align-items: start;
  gap: 10px;
  padding: 1.5rem 2rem;
}
.con_l {
  flex: 1;
  background-color: #fff;
  padding: 1rem;
  border: 2px solid #484848;
}
.service_price {
  border-bottom: #052b59 1px solid;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding-bottom: 10px;
}
.service_price .blue {
  background-color: #052b59;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 0.1em;
}
.price_main {
  color: #e20101;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Open Sans';
  line-height: 1;
}
.price_main .style {
  font-size: 32px;
}
.price_main .tax {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.price_text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
.service_price_con .flex_wrap picture {
  box-shadow: 0px 5px 0px 0px #484848;
}
.service_price_con .btn {
  background-color: #c6c6c6;
  text-align: center;
  padding: 1rem 10px;
}
.service_price_con .btn a {
  display: inline-block;
  background-color: #052b59;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem 5rem;
  border-radius: 8px;
}
.service_price_con .btn a:hover {
  background-color: #335681;
  transition: 0.2s;
}
.service_price .price_main .price_main_02 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-bottom: 4px;
}
.service_price .price_main .price_main_02 .buhindai {
  color: #e20101;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

/***********spレスポンシブ*********/
@media screen and (max-width:660px){
  .flex_wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .service_price_con .flex_wrap picture {
    margin-bottom: 10px;
  }
  .service_price {
    justify-content: center;
  }
  .price_main {
    font-size: 40px;
  }
  .price_main .style {
    font-size: 28px;
  }
}
@media screen and (max-width:420px){
  .service_price .blue {
    display: none;
  }
}
@media screen and (max-width:363px){
  .service_price .price_main{
    flex-direction: column;
    align-items: center;
  }
  .service_price .price_main .price_main_02 {
    flex-direction: row-reverse;
    margin-top: 5px;
  }
}

/*************鍵の施工事例***************/
.jirei_con {
  border: #d8d8d8 1px solid;
  padding: 1rem;
}
.jirei_con:not(:last-child) {margin-bottom: 10px;}
.jirei_title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #d8d8d8 1px solid;
}
.sagyo-naiyo span {
  background-color: #11599d;
  padding: 0 5px;
  color: #fff;
}
.jirei_main figure {
  float: left;
  margin-right: 16px;
}
.jirei_main p {
  font-size: 15px;
  line-height: 1.4;
}

/*************サービスの特徴***************/
.features_wrap {
  background-color: #f5f5f5;
  padding: 3rem 0;
}
.features_inner {margin: 0 1rem;}
.features_con {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
.features_con:last-of-type {
  margin-bottom: 0;
}
.features_con:nth-of-type(2) {
  display: flex;
  flex-direction: row-reverse;
}
.features_con figure {
  flex-shrink: 0;
}
.features_text p {
  margin-top: 10px;
}

@media (max-width: 660px) {
  .features_wrap {
    padding: 1.5rem 0;
  }
  .features_con {
    display: block;
  }
  .features_con:nth-of-type(2) {
    display: block;
  } 
  .features_con figure,.text_img {
    text-align: center;
  }
  .features_con {
    margin-bottom: 2.5rem;
  }
}