@charset "UTF-8";
.top.site_policy .top_inner .title {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .top.site_policy .top_inner .title {
    width: 221px;
  }
}
.top.site_policy .top_inner .top_img {
  margin: 0 0 0 -6px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top.site_policy .top_inner .top_img {
    margin: 0 0 0 -142px;
  }
}

.top.privacy .top_inner .title {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .top.privacy .top_inner .title {
    width: 297px;
  }
}
.top.privacy .top_inner .top_img {
  margin: 0 0 0 -85px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top.privacy .top_inner .top_img {
    margin: 0 0 0 -222px;
  }
}

.top.sns_policy .top_inner .title {
  width: 275px;
}
@media screen and (max-width: 768px) {
  .top.sns_policy .top_inner .title {
    width: 217px;
  }
}
.top.sns_policy .top_inner .top_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top.sns_policy .top_inner .top_img {
    margin: 0 0 0 -143px;
  }
}

.top.leasing .top_inner .title {
  width: 205px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .top.leasing .top_inner .title {
    width: 160px;
    margin: 0;
  }
}
.top.leasing .top_inner .top_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top.leasing .top_inner .top_img {
    margin: 0 0 0 -80px;
  }
}

.top.contact .top_inner .title {
  width: 224px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .top.contact .top_inner .title {
    width: 175px;
    margin: 0;
  }
}
.top.contact .top_inner .top_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top.contact .top_inner .top_img {
    margin: 0 0 0 -100px;
  }
}

.top.leasingform .top_inner .title {
  width: 142px;
  margin-right: 140px;
}
@media screen and (max-width: 768px) {
  .top.leasingform .top_inner .title {
    width: 111px;
    margin: 0;
  }
}
.top.leasingform .top_inner .top_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top.leasingform .top_inner .top_img {
    margin: 0 0 0 -33px;
  }
}

/*______CONTENT___________*/
.content {
  margin: 80px 0 90px;
}
.content .lb_ttl.blue {
  margin: 42px 0 18px;
}
.content .lb_ttl.blue:first-of-type {
  margin: 55px 0 18px;
}
.content .lb_ttl.blue.square {
  border-left: none;
  padding: 0;
}
.content .text.mrg {
  margin: 37px 0 0;
}
.content .text a.blank {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.content .text a.blank:hover {
  text-decoration: none;
}
.content .text a.blank::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232886E5' d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h7v2H5v14h14v-7h2v7q0 .825-.587 1.413T19 21zm4.7-5.3l-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z'/%3E%3C/svg%3E");
  line-height: 1;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-left: 2px;
}
.content .img {
  max-width: 168px;
  margin: 15px 0 42px;
}
.content .policy_no {
  list-style-type: none;
  counter-reset: my-counter;
}
.content .policy_no .list {
  text-indent: -2em;
  padding-left: 2em;
}
.content .policy_no .list::before {
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
}
@media screen and (max-width: 768px) {
  .content .lb_ttl.blue.square {
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.4;
  }
}

#privacy .counter {
  margin-top: 52px;
}

#sns_policy .sns {
  list-style-type: none;
}
#sns_policy .sns .list {
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 18px;
}
#sns_policy .sns .list::before {
  content: "・";
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #sns_policy .lb_ttl.blue {
    line-height: 32px;
    border-left: none;
    position: relative;
  }
  #sns_policy .lb_ttl.blue::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: #2886E5;
    width: 2px;
    height: 18px;
  }
}
#sns_policy .counter {
  margin-top: 58px;
}
#sns_policy .counter .lb_ttl.blue::before {
  display: none;
}

#leasing .content, #contact .content {
  margin: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #leasing .content, #contact .content {
    margin: 60px 0 100px;
  }
}
#leasing .content .text.small, #contact .content .text.small {
  font-size: 13px;
  margin: 24px 0 0;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #leasing .content .text.small, #contact .content .text.small {
    text-indent: -1em;
    padding-left: 1em;
  }
}
#leasing .content .text.small.blue, #contact .content .text.small.blue {
  color: #2886E5;
  margin: 0;
}
#leasing .content .pp_box, #contact .content .pp_box {
  max-width: 800px;
  margin: 40px auto 55px;
  overflow: auto;
  border: 1px solid #BCC1D0;
  padding: 30px 0 30px 55px;
}
@media screen and (max-width: 768px) {
  #leasing .content .pp_box, #contact .content .pp_box {
    padding: 30px 20px 20px;
  }
}
#leasing .content .pp_box .privacy_scroll, #contact .content .pp_box .privacy_scroll {
  overflow-y: scroll;
  padding: 0 70px 0 0;
  height: 290px;
}
@media screen and (max-width: 768px) {
  #leasing .content .pp_box .privacy_scroll, #contact .content .pp_box .privacy_scroll {
    padding: 0 20px 0 0;
  }
}
#leasing .content .pp_box .privacy_scroll .privacy_inner .lb_ttl.blue, #contact .content .pp_box .privacy_scroll .privacy_inner .lb_ttl.blue {
  border: none;
  font-size: 16px;
  line-height: 18px;
  margin: 21px 0 12px;
  padding-left: 0;
}
@media screen and (max-width: 768px){
  #leasing .content .pp_box .privacy_scroll .privacy_inner .lb_ttl.blue, #contact .content .pp_box .privacy_scroll .privacy_inner .lb_ttl.blue {
    font-size: 14px;
  }
}
#leasing .content .pp_box .privacy_scroll .privacy_inner .lb_ttl.blue span, #contact .content .pp_box .privacy_scroll .privacy_inner .lb_ttl.blue span {
  font-size: 6px;
  color: #2886E5;
}
#leasing .counter, #contact .counter {
  margin-top: 52px;
}/*# sourceMappingURL=policy.css.map */

.check{
  margin: 0 0 15px;
  text-align: center;
}
.check .text{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check .text label{
  margin-left: 10px;
}
.contact_button.agree.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*--------LIST------------*/
#contactList .content{
  margin: 97px 0 0;

}
.contact_btn_list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.contact_btn_list li{
  width: calc(100% / 2 - 20px);
  border: 1px solid #2886E5;
  border-radius: 39px;
}
.contact_btn_list li a{
  width: 100%;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}
.contact_btn_list li a span{
  position: relative;
  color: #2886E5;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.contact_btn_list li a span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 14px;
  background-image: url(../img/contact_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-170%,-50%);
}
.inquiry{
  background-color: #F7FBFF;
  padding: 52px 0 85px;
}
.inquiry .container{
  max-width: 760px;
  margin: 0 auto;
}
.inquiry .inq_ttl{
  text-align: center;
  color: #2886E5;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 26px;
}
.inquiry .inq_desk{
  margin-bottom: 45px;
}
.inquiry .inq_desk:last-of-type{
  margin-bottom: 0;
}
.inquiry .inq_desk .lb_ttl{
  font-size: 18px;
  color: #2886E5;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.inquiry .inq_desk .inq_txt{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  
}
.inquiry .inq_desk .inq_txt span{
  font-size: 22px;
  font-weight: 400;
}
.inquiry .inq_desk .inq_txt small{
  font-size: 14px;
}
@media screen and (max-width:768px) {
  #contactList .content{
    margin: 60px 0 0;
  }
  .contact_btn_list{
    flex-direction: column;
  }
  .contact_btn_list li{
    width: 100%;
    margin: 10px 0;
  }
  .inquiry .inq_desk .inq_txt{
    font-size: 14px;
    line-height: 26px;
  }
  .inquiry .inq_desk .inq_txt span{
    font-size: 20px;
  }
  .inquiry .inq_desk .inq_txt small{
    font-size: 13px;
  }
}