@charset "UTF-8";
/*=======================================
一人暮らしサポート
=========================================*/
.p-single {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
}
.p-single__kv {
  margin-bottom: 80px;
}
.p-single__kv h2 {
  margin-bottom: 25px;
}
.p-single__kv p {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 180%;
  font-weight: bold;
}
.p-single__kv .nav {
  margin-top: 40px;
  display: flex;
}
.p-single__kv .nav:before, .p-single__kv .nav:after {
  display: none;
}
.p-single__kv .nav li {
  flex: 1;
  position: relative;
}
.p-single__kv .nav li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 1px solid #fff;
  width: 0;
  height: 20px;
  z-index: 1;
}
.p-single__kv .nav li:first-child:before {
  display: none;
}
.p-single__kv .nav a {
  display: block;
  color: #fff;
  background: #0886c5;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-single__kv .nav a span {
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  background: url(../img/top/arrow_1-down.png) no-repeat right center;
}
.p-single__dormitory {
  margin-bottom: 50px;
}
.p-single__dormitory .block1 {
  display: flex;
  justify-content: space-between;
  background: url(../img/single/dormitory_block1_bg1.png) no-repeat center bottom;
  background-size: 1098px auto;
  margin-bottom: 100px;
}
.p-single__dormitory .block1 .txt1 {
  width: 56%;
}
.p-single__dormitory .block1 .txt1 h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 180%;
  margin-bottom: 20px;
}
.p-single__dormitory .block1 .img1 {
  width: 41.5455%;
}
.p-single__dormitory .point {
  margin-bottom: 60px;
}
.p-single__dormitory .point ul {
  display: flex;
  flex-wrap: wrap;
}
.p-single__dormitory .point ul:before, .p-single__dormitory .point ul:after {
  display: none;
}
.p-single__dormitory .point li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 50px;
  background-color: #fff !important;
  background-image: repeating-linear-gradient(-45deg, #eee, #eee 5px, transparent 0, transparent 15px) !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.p-single__dormitory .point li:nth-child(2n+1) {
  margin-left: 0;
}
.p-single__dormitory .point li:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #fff;
  z-index: 1;
}
.p-single__dormitory .point li > * {
  position: relative;
  z-index: 2;
}
.p-single__dormitory .point li .icon1 {
  text-align: center;
  position: relative;
  top: -50px;
}
.p-single__dormitory .point li .icon1 span {
  font-size: 22px;
  font-size: 2.2rem;
  background: #0886c5;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  line-height: 160%;
  position: relative;
}
.p-single__dormitory .point li .icon1 span:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  border-top: 10px solid #0886c5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.p-single__dormitory .point li h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: -20px;
}
.p-single__dormitory .point li h3 span {
  background: -moz-linear-gradient(top, transparent 0%, transparent 68%, #ffff26 69%, #ffff26 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 68%, #ffff26 69%, #ffff26 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 68%, #ffff26 69%, #ffff26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ffff26',GradientType=0 );
}
.p-single__dormitory .point li .box1 {
  background: #f6f6f6;
  padding: 15px 15px;
  margin-top: 15px;
}
.p-single__dormitory .point li .box1 h4 {
  margin-bottom: 3px;
}
.p-single__dormitory .point li .note {
  background: transparent;
  padding: 0;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-single__dormitory .block2 {
  display: flex;
  flex-wrap: wrap;
}
.p-single__dormitory .block2 .box1 {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 60px;
}
.p-single__dormitory .block2 .box1:nth-child(2n+1) {
  margin-left: 0;
}
.p-single__dormitory .block2 .box1 .lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 20px;
}
.p-single__dormitory .block2 .box1 .c23-table1 table {
  margin-bottom: 25px;
}
.p-single__dormitory .block2 .box1 .c23-table1 table:last-child {
  margin-bottom: 0;
}
.p-single__dormitory .block2 .box1 .c23-table1 th {
  background: #e7f8ff;
}
.p-single__dormitory .block2 .box1 .c23-table1 thead th {
  background: #00A4EA;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.p-single__dormitory .block2 .box1 .c23-table1 tbody tr:first-child th:nth-child(1) {
  width: 15px;
}
.p-single__dormitory .block2 .box1 .c23-table1 tbody tr:first-child th:nth-child(2) {
  width: 300px;
}
.p-single__dormitory .block2 .box1 .c23-table1 tbody tr:first-child th:nth-child(3) {
  width: 140px;
}
.p-single__dormitory .block2 .box1.w100 {
  width: 100%;
  margin-left: 0;
}
.p-single__dormitory .block2 .flow {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.p-single__dormitory .block2 .flow dl {
  margin: 0;
  margin-bottom: 50px;
  display: flex;
}
.p-single__dormitory .block2 .flow dl:last-child {
  margin-bottom: 0;
}
.p-single__dormitory .block2 .flow dl:last-child dt:before {
  display: none;
}
.p-single__dormitory .block2 .flow dt {
  background: #0886c5;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  padding: 10px 15px;
  width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-single__dormitory .block2 .flow dt:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -5px;
  border-top: 10px solid #0886c5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.p-single__dormitory .block2 .flow dd {
  width: calc(100% - 150px);
  background: #f8f8f8;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-single__dormitory .block2 .flow dd h5 {
  color: #0886c5;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 4px;
}
.p-single__dormitory .block2 .contact {
  text-align: center;
}
.p-single__dormitory .block2 .contact h5 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 180%;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-single__dormitory .block2 .contact-box1 {
  background: #f8f8f8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-single__dormitory .block2 .contact-box1 .tel a {
  font-size: 50px;
  font-size: 5rem;
  line-height: 150%;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #595757;
}
.p-single__dormitory .block2 .contact-box1 .tel span {
  display: block;
  background: url(../img/single/icon_freedial_gray.svg) no-repeat left center;
  background-size: 68px 70px;
  padding-left: 80px;
}
.p-single__dormitory .block2 .contact-box1 .c23-btn1 {
  margin-top: 25px;
}
.p-single__apartment {
  margin-bottom: 80px;
}
.p-single__apartment .lead {
  margin-bottom: 40px;
}
.p-single__apartment .lead h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 20px;
}
.p-single__apartment .block1 {
  margin-bottom: 60px;
}
.p-single__apartment .block1 .term {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background: #c5e6f5;
}
.p-single__apartment .block1 .term h5 {
  text-align: center;
  top: -10px;
  position: relative;
}
.p-single__apartment .block1 .term h5 span {
  font-size: 22px;
  font-size: 2.2rem;
  background: #0886c5;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  line-height: 160%;
  position: relative;
}
.p-single__apartment .block1 .term h5 span:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  border-top: 10px solid #0886c5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.p-single__apartment .block1 .term ul {
  display: flex;
  padding: 20px 30px 30px;
}
.p-single__apartment .block1 .term ul:before, .p-single__apartment .block1 .term ul:after {
  display: none;
}
.p-single__apartment .block1 .term li {
  width: 32%;
  margin-left: 4%;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}
.p-single__apartment .block1 .term li:nth-child(3n+1) {
  margin-left: 0;
}
.p-single__apartment .block1 .term li .no span {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background: #0886c5;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
.p-single__apartment .block1 .term li .icon1 {
  margin-bottom: 20px;
}
.p-single__apartment .block1 .term li p strong {
  font-size: 20px;
  font-size: 2rem;
}
.p-single__apartment .contact {
  background-color: #fff !important;
  background-image: repeating-linear-gradient(-45deg, #eee, #eee 5px, transparent 0, transparent 15px) !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  margin-top: 60px;
  text-align: center;
}
.p-single__apartment .contact:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #fff;
  z-index: 1;
}
.p-single__apartment .contact > * {
  position: relative;
  z-index: 2;
}
.p-single__apartment .contact h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 180%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0886c5;
}
.p-single__apartment .contact .tel a {
  font-size: 50px;
  font-size: 5rem;
  line-height: 150%;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #595757;
}
.p-single__apartment .contact .tel span {
  display: block;
  background: url(../img/single/icon_tel_gray.svg) no-repeat left center;
  background-size: 48px 48px;
  padding-left: 64px;
}
.p-single__apartment .contact .btn {
  margin-top: 25px;
}
.p-single__support .heading {
  margin-bottom: 25px;
}
.p-single__support .heading h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-single__support .heading h3 span {
  background: -moz-linear-gradient(top, transparent 0%, transparent 68%, #ffff26 69%, #ffff26 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 68%, #ffff26 69%, #ffff26 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 68%, #ffff26 69%, #ffff26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ffff26',GradientType=0 );
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-single {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-single__kv {
    margin-bottom: 40px;
  }
  .p-single__kv p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-single__kv .nav {
    display: block;
    margin-top: 25px;
  }
  .p-single__kv .nav li {
    width: auto;
  }
  .p-single__kv .nav li:before {
    height: 0;
    width: calc(100% - 50px);
    right: 0;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .p-single__kv .nav a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-single__kv .nav a span {
    padding-left: 22px;
    padding-right: 22px;
    background-size: 12px auto;
  }
  .p-single__dormitory {
    margin-bottom: 20px;
  }
  .p-single__dormitory .block1 {
    display: block;
    padding-bottom: 60px;
    background-size: auto 50px;
  }
  .p-single__dormitory .block1 .txt1 {
    width: auto;
    margin-bottom: 40px;
  }
  .p-single__dormitory .block1 .txt1 h4 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .p-single__dormitory .block1 .img1 {
    width: auto;
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-single__dormitory .point {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-single__dormitory .point ul {
    display: block;
  }
  .p-single__dormitory .point li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    padding: 30px;
  }
  .p-single__dormitory .point li:before {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .p-single__dormitory .point li .icon1 {
    top: -40px;
  }
  .p-single__dormitory .point li .icon1 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-single__dormitory .point li h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: -10px;
  }
  .p-single__dormitory .block2 .box1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-single__dormitory .block2 .box1 .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-single__dormitory .block2 .box1 .c23-table1 table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-single__dormitory .block2 .box1 .c23-table1 th {
    width: 140px;
  }
  .p-single__dormitory .block2 .flow dl {
    margin-bottom: 40px;
  }
  .p-single__dormitory .block2 .flow dt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 80px;
  }
  .p-single__dormitory .block2 .flow dt:before {
    bottom: -25px;
  }
  .p-single__dormitory .block2 .flow dd {
    width: calc(100% - 80px);
    padding: 10px 15px;
  }
  .p-single__dormitory .block2 .flow dd h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-single__dormitory .block2 .flow dd p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-single__dormitory .block2 .contact h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-single__dormitory .block2 .contact-box1 .tel a {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-single__dormitory .block2 .contact-box1 .tel span {
    background-size: 45px auto;
    padding-left: 58px;
  }
  .p-single__apartment {
    margin-bottom: 60px;
  }
  .p-single__apartment .lead {
    margin-bottom: 30px;
  }
  .p-single__apartment .lead h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .p-single__apartment .block1 {
    margin-bottom: 40px;
  }
  .p-single__apartment .block1 .term {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-single__apartment .block1 .term ul {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-single__apartment .block1 .term li {
    padding: 15px 5px;
  }
  .p-single__apartment .block1 .term li .no span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-single__apartment .block1 .term li .icon1 {
    margin-bottom: 15px;
  }
  .p-single__apartment .block1 .term li .icon1 img {
    height: 40px;
    width: auto;
  }
  .p-single__apartment .block1 .term li p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-single__apartment .contact {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px;
  }
  .p-single__apartment .contact h4 {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
  .p-single__apartment .contact .tel a {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-single__apartment .contact .tel span {
    background-size: 30px auto;
    padding-left: 45px;
  }
  .p-single__apartment .contact .btn {
    margin-top: 15px;
  }
  .p-single__support .heading {
    margin-bottom: 20px;
  }
  .p-single__support .heading h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
