@charset "UTF-8";
.container {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.menu_box {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
/*背景-----------------------------*/
.support {
  background-image: url("../img/baner_residents.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  top: 0;
}
.support_back {
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  margin: 0 auto;
}
.support .inner {
  padding: 0;
  min-height: 0;
  margin: 0 auto;
}
/*--------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
h1 {
  text-align: center;
  font-style: normal;
  color: #62667C;
  text-transform: uppercase;
}
.tabs {
  width: 90%;
  margin: 0px auto;
  position: relative;
  max-width: 1200px;
}
.tab-buttons span {
  font-size: 18px;
  font-family: vdl-penletter, sans-serif;
  font-style: normal;
  color: #1E2244;
  letter-spacing: 0px;
  background: #fff;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
  display: block;
  width: 33.33%;
  float: left;
  text-align: center;
  height: 80px;
  line-height: 90px;
}
.tabs__menu-item {
  position: relative;
}
.tabs__menu-item.is-active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #B5A581;
  animation: border_anim .3s linear forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.tabs__body {
  display: none;
}
.tabs__body.is-active {
  display: block;
  animation: appear 1s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*コンテナ-----------------------------*/
.tab-content {
  padding: 0 20px 20px 20px;
  background: #fff;
  display: inline-block;
  font: 400 13px 'open sans', sans-serif;
  color: #1E2244;
  max-width: 1200px;
}
.tab-content li {
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  line-height: 30px;
  color: #1E2244;
  padding: 0 0 0 0px;
}
.tab-content li p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 100px;
  font-weight: 100;
  padding: 0 0 0 10px;
}
.tab-content h3 {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0 0px 5px;
  letter-spacing: 2px;
  color: #B5A581;
  font-family: vdl-penletter, sans-serif;
  font-style: normal;
}
.fa-bookmark {
  padding-right: 20px;
}
.tab-content p {
  font-size: 16px;
  line-height: 28px;
  padding-left: 60px;
  padding-bottom: 10px;
  color: #62667C;
}
/*コンテナ中身設定-----------------------------*/
.round_box {
  text-align: center;
}
.pink_box {
  background-color: #F5F5F7;
  padding: 25px;
  margin: 10px 60px;
  border-radius: 20px;
}
.pink_box p {
  padding: 0px 0 10px 30px;
  color: #62667C;
}
.pink_box span {
  font-size: 16px;
  color: #62667C;
  font-weight: 100;
  padding-left: 10px;
}
.round_box2 {
  display: inline-block;
  background: #F5F5F7;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
.round_box2 h4 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  color: #af7d98;
  margin: 38px 0 5px 0;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.round_box2 h5 {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1E2244;
  margin: 0;
  padding: 0;
}
.round_box2 p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 17px;
}
/*一棟管理（表）-------------------------------------------------*/
.table-width {
  margin: 0 auto;
  width: 1000px;
}
.support table {
  margin: 10px;
}
.support table, td, th {
  border: solid 2px #ccb2bf;
  border-collapse: collapse;
}
.support td, th {
  font-size: 15px;
  padding: 4px 20px 0 20px;
  height: 45px;
  border: dashed 1px #ccb2bf;
}
.support tr .box {
  background: #af7d98;
  text-align: center;
  font-size: 17px;
  letter-spacing: 2px;
  color: #fff;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.support th {
  background: #af7d98;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0px;
  color: #fff;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.support td {
  padding-left: 15px;
  width: 350px;
}
.bill {
  display: inline-block;
  vertical-align: top;
}
.bill th {
  width: 170px;
}
.bill th {
  color: #af7d98;
  background-color: #F4F0F4;
  text-align: center;
  padding-right: 10px;
  width: 170px;
}
.bill td, tr {
  width: 233px;
}
.content1 figure {
  width: 80%;
  margin: 0 auto;
}
.content2 figure {
  width: 68%;
  margin: 0 auto;
}
.content3 strong {
  border-bottom: rgba(229, 196, 112, 0.5) 3px solid;
}
/*黄色表-------------------------------------------------*/
.yellow_box {
  background-color: #f9f8f2;
  padding: 30px 20px 30px 0;
  border-radius: 10px;
  margin: 60px;
}
.yellow_box h4 {
  color: #f9f8f2;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-family: vdl-penletter, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 60px;
  background-color: #EAB632;
  border-radius: 20px;
  width: 450px;
  margin: 0 auto;
}
.yellow_box h4 span {
  font-size: 25px;
}
.yellow_box li {
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0px 0 0px 0px;
  font-size: 20px;
  color: #EAB632;
  letter-spacing: 2px;
}
.yellow_box li p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding-bottom: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}
.yellow_box strong {
  border-bottom: rgba(229, 196, 112, 0.5) 3px solid;
}
/*ペルソナ-------------------------------------------------*/
.content3 ul {
  padding: 0px 0 0 0px;
}
.content3 figure {
  width: 70%;
  margin: 0 auto;
}
.content3 .color {
  color: rgba(157, 78, 212, 1.00);
}
.clean_photo {
    display: flex;
    margin: 0 auto;
    gap: 10px;
  }
  .clean_photo figure {
    width: 50%;
    margin: 10px 0;
  }
.clean_photo figure img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

@media screen and (max-width:1050px) {
  body {
    padding: 0;
    margin: 0;
    background: #fff;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .tabs {
    width: 98%;
    margin: 0px auto 40px;
    position: relative;
    max-width: 97%;
  }
  .tab-buttons span {
    font-size: 12px;
    color: #1E2244;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
    height: 40px;
    padding-top: 25px;
    line-height: 20px;
  }
  .tab-buttons .content2 {
    font-size: 9px;
    line-height: 10px;
  }
  #lamp {
    width: 33.3%;
    height: 2px;
    display: block;
    position: absolute;
    top: 65px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
  }
  #lamp.content2 {
    left: 33.3%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
  }
  #lamp.content3 {
    left: 66.6%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
  }
  #lamp.content1 {
    left: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
  }
  /*コンテナ-----------------------------*/
  .tab-content {
    padding: 0 10px 10px 10px;
    background: #fff;
    display: inline-block;
    font: 400 11px 'open sans', sans-serif;
    color: #1E2244;
    max-width: 1200px;
  }
  .tab-content p {
    padding-left: 20px;
  }
  .tab-content li {
    font-weight: 600;
    list-style: none;
    line-height: 27px;
    color: #1E2244;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .tab-content h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0 0;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #B5A581;
  }
  .fa-bookmark {
    padding-right: 20px;
  }
  .tab-content p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    padding-bottom: 10px;
    color: #62667C;
  }
  .tab-content li p {
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
    color: #62667C;
    font-weight: 100;
    padding: 0 0 0 0px;
  }
  /*コンテナ中身設定-----------------------------*/
  .pink_box {
    background-color: #F5F5F7;
    padding: 15px 0px;
    margin: 0;
    border-radius: 20px;
  }
  .pink_box p {
    padding: 0px 0 5px 30px;
    color: #62667C;
  }
  .pink_box span {
    font-size: 14px;
    color: #62667C;
    font-weight: 100;
    padding-left: 10px;
  }
  .round_box {
    text-align: center;
  }
  .round_box2 {
    display: inline-block;
    background: #F5F5F7;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 0px;
    margin: 5px 2px;
  }
  .round_box2 h4 {
    margin-top: 5px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    color: #af7d98;
    margin: 30px 0 2px 0;
  }
  .round_box2 h5 {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    color: #1E2244;
    margin: 0;
    padding: 0;
  }
  .round_box2 p {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
  }
  /*一棟管理（表）-------------------------------------------------*/
  .table-width {
    margin: 0 auto;
    width: 100%;
  }
  .support table {
    width: 100%;
    margin: 10px 0;
  }
  .support table, td, th {
    border: solid 2px #ccb2bf;
    border-collapse: collapse;
  }
  .support td, th {
    font-size: 11px;
    padding: 0px 5px 0 10px;
    height: 40px;
    border: dashed 1px #ccb2bf;
  }
  .support tr .box {
    background: #af7d98;
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
    color: #fff;
  }
  .support th {
    background: #af7d98;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #fff;
  }
  .support td {
    padding-left: 5px;
    width: 35%;
  }
  .bill {
    display: inline-block;
    vertical-align: top;
  }
  .bill .box {
    width: 1000px;
  }
  .bill th {
    width: 20%;
    color: #af7d98;
    background-color: #F4F0F4;
    text-align: center;
    padding-right: 10px;
  }
  .bill td, tr {
    width: 50%;
  }
  /*黄色表-------------------------------------------------*/
  .yellow_box {
    background-color: #f9f8f2;
    padding: 15px 10px 5px 0;
    border-radius: 10px;
    margin: 0px;
  }
  .yellow_box h4 {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 35px;
    width: 280px;
  }
  .yellow_box h4 span {
    font-size: 14px;
  }
  .yellow_box ul {
    padding: 0 12px;
  }
  .yellow_box li {
    padding: 0px 0 0px 0px;
    font-size: 16px;
    color: #EAB632;
    letter-spacing: 2px;
  }
  .yellow_box li p {
    padding-bottom: 20px;
    line-height: 23px;
    letter-spacing: 0px;
  }
  .yellow_box strong {
    border-bottom: rgba(229, 196, 112, 0.5) 3px solid;
  }
  /*ペルソナ-------------------------------------------------*/
  .content3 ul {
    padding: 0px 0 0 0px;
  }
  .support figure {
    width: 100%;
    margin: 20px auto;
  }  
  
}

@media screen and (max-width:700px) {
  .clean_photo {
    flex-direction: column;
    gap: 0;
  }
  .clean_photo figure {
    width: 100%;
    margin: 10px auto;
  }
  .clean_photo figure img {
    height: 250px;
  }
}
