.f12 {
  line-height: 1.5;
  display: inline-block;
}

.accTrg {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.accTrg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  transition: 0.2s;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23666" d="M14,7H9V2A1,1,0,0,0,7,2V7H2A1,1,0,0,0,2,9H7v5a1,1,0,0,0,2,0V9h5a1,1,0,0,0,0-2Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.accTrg.active::before {
  background-image: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23666" d="M14,9H2A1,1,0,0,1,2,7H14a1,1,0,0,1,0,2Z"/></svg>');
}

.moreButtonAll {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  text-align: center;
}
.moreButtonAll:hover {
  color: #fe1100;
}
.moreButtonAll span {
  padding: 0 0 0 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.moreButtonAll span::after {
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #fe1100;
  border-right: 2px solid #fe1100;
  transform: rotate(135deg);
}
.moreButtonAll.close span::after {
  transform: rotate(-45deg);
}

.landlordStepList {
  margin-bottom: 5px;
}
.landlordStepList * {
  box-sizing: border-box;
}
.landlordStepList > li {
  position: relative;
  border-top: dotted #ccc 1px;
  border-bottom: dotted #ccc 1px;
}
.landlordStepList > li:not(:last-of-type) {
  margin-bottom: 40px;
}
.landlordStepList > li:not(:last-of-type)::after {
  width: 0;
  height: 0;
  margin: 0 auto;
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #ccc transparent transparent transparent;
}
.landlordStepList > li > dl > dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.landlordStepList > li > dl > dt .no {
  color: #c60f00;
}
.landlordStepList > li > dl > dd {
  background: #f5f5f5;
  padding: 15px;
}
.landlordStepList > li > dl > dd .step-text {
  margin-bottom: 5px;
}
.landlordStepList > li > dl > dd .step-q {
  font-size: 1.4rem;
}
.landlordStepList > li > dl > dd .step-q a {
  padding: 10px 16px 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #333;
  display: flex;
  position: relative;
}
.landlordStepList > li > dl > dd .step-q a::after {
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #fe1100;
  border-right: 2px solid #fe1100;
  transform: rotate(45deg);
}
.landlordStepList > li > dl > dd .step-q .q-head {
  margin-right: 8px;
  font-weight: bold;
}
.landlordStepList > li > dl > dd .step-q .q-text {
  flex: 1;
}
.landlordServiceList > li {
  border: solid #e6e6e6 1px;
}
.landlordServiceList > li dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f5f5f5;
  line-height: 1.8;
}
.landlordServiceList > li dd {
  font-size: 1.4rem;
}
.landlord-newsList-detail {
  margin-top: 1em;
  font-size: 1.4rem;
}
.landlordHeadList {
  display: flex;
  flex-direction: column;
}
.landlordHeadList > li {
  border-bottom: 1px dotted #ccc;
}
.landlordHeadList > li:first-of-type {
  border-top: 1px dotted #ccc;
}
.landlordHeadList > li a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-block: 1.6rem;
  line-height: 1;
}
.landlordHeadList > li a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: border-color 0.2s;
  -webkit-margin-after: 0.3em;
          margin-block-end: 0.3em;
}
.landlordHeadList > li:hover::before {
  border-color: #fe1100;
}
.landlord-qa-list {
  border-top: dotted #ccc 1px;
  font-size: 1.4rem;
}
.landlord-qa-list + .landlord-qa-list {
  border-top: none;
}
.landlord-qa-list:last-child {
  margin-bottom: 0;
}
.landlord-qa-list-item {
  border-bottom: dotted #ccc 1px;
}
.landlord-qa-list-item:last-of-type {
  margin-bottom: 0;
}
.landlord-qa-list-detail {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.landlord-qa-list-detail .head {
  margin-bottom: 0;
  background: #e6e6e6;
  text-align: center;
}
.landlord-qa-list-detail .main {
  margin-bottom: 0;
}
.landlord-qa-list-detail .main > p:last-child {
  margin-bottom: 0;
}
.landlord-qa-list-detail.-a {
  margin-top: 1em;
}

.mecGroup-block .mecGroup-point-block-head {
  font-weight: normal;
}
.mecGroup-block .mecGroup-point-block-head span {
  color: #97AF82;
}
.mecGroup-block .mecGroup-point-block-img.w100 {
  width: 100%;
  padding: 0;
}
.mecGroup-block .mecGroup-point-block-txt {
  font-size: 1.4rem;
}
.mecGroup-block .mecGroup-point-block-txt.w100 {
  width: 100%;
  padding: 0;
}

a.sateiBtn,
.sateiBtn a,
.sateiBtn {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  border: 1px solid #006CB8;
  background: #006CB8;
  position: relative;
  text-decoration: none;
}
a.sateiBtn.-color05,
.sateiBtn a.-color05,
.sateiBtn.-color05 {
  color: #fff !important;
  background: #E12D50;
  border: 1px solid #E12D50;
}
a.sateiBtn.-color05 svg,
.sateiBtn a.-color05 svg,
.sateiBtn.-color05 svg {
  fill: #fff;
}
a.sateiBtn.-color05:hover,
.sateiBtn a.-color05:hover,
.sateiBtn.-color05:hover {
  color: #E12D50 !important;
  background: #fff;
}
a.sateiBtn.-color05:hover svg,
.sateiBtn a.-color05:hover svg,
.sateiBtn.-color05:hover svg {
  fill: #E12D50;
}

.satei-block {
  padding: 0 !important;
  background: #fff;
  border-radius: 4px;
}
.satei-head {
  background: #006CB8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.satei-head p {
  margin: 0;
}
.satei-head .copy {
  margin-bottom: 1em;
  font-weight: 500;
}
.satei-head .point {
  color: #FFD500;
}
.satei-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center;
}
.satei-ttl .point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 32px;
  background: #FFD500;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
}
.satei-ttl .mini {
  font-weight: 500;
}
.satei-step p {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.satei-step .ico-ok {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.satei-step .ico-ok::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 20px;
  content: "OK";
  background: #66A3A7;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
.satei-step select {
  width: 100%;
  border-color: #62A3C1;
}
.satei-step select.set {
  background: #eee !important;
  border-color: #eee !important;
}
.satei-step select.check {
  background: rgba(231, 87, 115, 0.1);
  border-color: #E75773;
}
.satei-body {
  border: solid #ccc 1px;
  border-top: none;
}
.satei-body .caption {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .accTrg::before {
    width: 24px;
    height: 24px;
  }
  .landlordTitleBlock .leadtextBlock {
    height: 300px;
    margin: 0 0 50px;
    padding: 0 40px;
    background-image: url("../img/bg_title.jpg");
    display: flex;
    align-items: center;
  }
  .landlordTitleBlock .leadtextBlock .leadtext {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .landlordSubBlock {
    margin-bottom: 80px;
  }
  .landlordSubBlock .text:not(:last-child) {
    margin-bottom: 20px;
  }
  .landlordStepNote {
    margin: 10px 0 0;
    text-align: right;
  }
  .landlordStepList > li > dl {
    display: flex;
    align-items: center;
  }
  .landlordStepList > li > dl > dt {
    width: 200px;
  }
  .landlordStepList > li > dl > dd {
    width: 800px;
  }
  .landlordStepList > li > dl > dd .step-q a:hover {
    background: #fff;
  }
  .landlordServiceList {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  .landlordServiceList > li {
    width: 320px;
  }
  .landlordServiceList > li dt {
    height: 120px;
  }
  .landlordServiceList > li dd {
    padding: 20px;
  }
  .landlordHeadList {
    padding: 3.2rem;
  }
  .landlord-newsList-block dd {
    flex: 1;
  }
  .landlord-newsList-block .accTrg dd {
    padding-right: 32px;
  }
  .landlord-newsList-detail {
    width: 850px;
    margin-left: auto;
  }
  .landlord-qa-block {
    margin-bottom: 40px;
  }
  .landlord-qa-list-item {
    padding: 1em 0;
  }
  .landlord-qa-list-detail {
    padding-right: 32px;
  }
  .landlord-qa-list-detail .head {
    width: 80px;
    padding: 0.5em 0;
    align-self: flex-start;
  }
  .landlord-qa-list-detail .main {
    width: calc(100% - 96px);
    padding: 0.5em 0;
  }
  .landlord-qa-list-detail.-q::before {
    width: 24px;
    height: 24px;
  }
  .mecGroup-block .mecGroup-point-block {
    display: flex;
    flex-wrap: wrap;
  }
  .mecGroup-block .mecGroup-point-block-head {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 1.71vw;
  }
  .mecGroup-block .mecGroup-point-block-img {
    width: 47%;
  }
  .mecGroup-block .mecGroup-point-block-txt {
    width: 53%;
  }
  a.sateiBtn,
.sateiBtn a,
.sateiBtn {
    height: 2.675em;
    padding: 0 1em;
    border-radius: 3em;
    font-size: 1.8rem;
  }
  a.sateiBtn.large-size,
.sateiBtn a.large-size,
.sateiBtn.large-size {
    height: 3em;
    font-size: 2rem;
  }
  .satei-head {
    padding: 1.42vw 1.14vw;
    font-size: 2.8rem;
  }
  .satei-head .copy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .satei-body {
    padding: 2.14vw 1.14vw 1.42vw;
    position: relative;
  }
  .satei-body .caption {
    position: absolute;
    right: 1.14vw;
    bottom: 1.42vw;
  }
  .satei-ttl {
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
  .satei-ttl .point {
    margin-right: 16px;
  }
  .satei-ttl .mini {
    font-size: 1.8rem;
  }
  .satei-step {
    margin-bottom: 2em;
    display: flex;
  }
  .satei-step > li {
    margin-bottom: 0;
    flex: 1 0 0%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .satei-step > li:not(:first-child) {
    margin-left: 16px;
  }
  .satei-step .btn {
    flex: initial;
    width: 220px;
  }
  .satei-step .btn a {
    padding: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .accTrg::before {
    width: 16px;
    height: 16px;
  }
  .landlordTitleBlock .pageTitle {
    height: 100px;
    background-color: #f5f5f5;
    background-image: url("../img/bg_title.jpg");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .landlordTitleBlock .leadtextBlock {
    margin: 10px 10px 0;
    font-size: 1.4rem;
  }
  .landlordSubBlock {
    margin-bottom: 50px;
  }
  .landlordSubBlock .text:not(:last-child) {
    margin-bottom: 20px;
  }
  .landlordStepNote {
    margin: 8px 8px 0;
  }
  .landlordStepList {
    margin: 0 10px;
  }
  .landlordStepList > li > dl > dt {
    padding: 10px 15px;
  }
  .landlordServiceList {
    margin: 0 10px 25px;
  }
  .landlordServiceList > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .landlordServiceList > li dt {
    height: 6em;
  }
  .landlordServiceList > li dd {
    padding: 10px;
  }
  .landlordHeadList {
    -webkit-margin-before: 2.4rem;
            margin-block-start: 2.4rem;
    padding: 1.6rem;
  }
  .landlord-newsList-block {
    margin: 20px 10px 0;
  }
  .landlord-newsList-block .accTrg dd {
    padding-right: 24px;
  }
  .landlord-qa-block {
    margin: 0 10px 24px;
  }
  .landlord-qa-block .head02 {
    margin: 0 0 8px;
  }
  .landlord-qa-list-item {
    padding: 8px 0;
  }
  .landlord-qa-list-detail {
    padding-right: 24px;
  }
  .landlord-qa-list-detail .head {
    width: 48px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landlord-qa-list-detail .main {
    width: calc(100% - 56px);
    padding: 8px 0;
  }
  .landlord-qa-list-detail.-q::before {
    width: 16px;
    height: 16px;
  }
  .landlord-qa-list-detail.-a {
    margin-top: 0.5em;
  }
  .mecGroup-block {
    margin: 0 10px;
  }
  .mecGroup-block .mecGroup-point-block {
    display: flex;
    flex-wrap: wrap;
  }
  .mecGroup-block .mecGroup-point-block-head {
    order: 1;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .mecGroup-block .mecGroup-point-block-img {
    order: 3;
    width: 100%;
  }
  .mecGroup-block .mecGroup-point-block-txt {
    order: 2;
    width: 100%;
    margin-bottom: 1em;
  }
  a.sateiBtn,
.sateiBtn a,
.sateiBtn {
    min-height: 2.675em;
    padding: 0 1.25em;
    font-size: 1.8rem;
    border-radius: 2.675em;
  }
  a.sateiBtn.large-size,
.sateiBtn a.large-size,
.sateiBtn.large-size {
    min-height: 2.5em;
    font-size: 2.4rem;
  }
  .satei-block {
    margin: 0 10px;
  }
  .satei-block .btn {
    margin-top: 24px;
  }
  .satei-head {
    padding: 16px 0;
    font-size: 2.4rem;
  }
  .satei-head p {
    line-height: 1.2;
  }
  .satei-head .copy {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .satei-body {
    padding: 16px;
  }
  .satei-body .caption {
    margin-top: -1em;
  }
  .satei-ttl {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .satei-ttl .point {
    margin-bottom: 0.6em;
  }
  .satei-ttl .mini {
    font-size: 1.2rem;
  }
  .satei-step {
    margin: 1em 0 0;
  }
  .satei-step .selectLabelArea {
    width: 100%;
  }
}
/*# sourceMappingURL=landlord.css.map */