@charset "UTF-8";
.str-kv {
  background: url(/mansion/img/index-bg-01.png) center bottom no-repeat #dfebf2;
  padding: 32px 0 50px 0;
}
.str-kv > .str-inner {
  max-width: 760px;
}
.str-kv .page-title {
  background: url(/mansion/img/index-bg-03.png) right top no-repeat;
  background-size: 500px;
  text-align: left;
}
.str-kv .page-title .sub {
  display: block;
  padding: 45px 360px 0 0;
  font-size: 1.8rem;
  font-weight: normal;
  color: #262626;
}
.str-kv .page-title .logo {
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 25px 0 0 0;
}
.str-kv .page-title .lead {
  display: block;
  margin: 0;
  padding: 30px 0 0;
}
.str-kv .page-title .lead > span {
  display: inline-block;
  margin: 0 0;
  font-size: 2.6rem;
  vertical-align: bottom;
  padding: 5px 15px;
  background: #000;
  color: #fff;
}
.str-kv .page-title .lead > span:last-child {
  margin: 10px 0 0 0;
}
.str-kv .page-title .lead > span > b {
  font-size: 3.6rem;
}
.str-kv > .str-inner > .mod-list-notice {
  margin: 55px 0 0;
  padding: 25px 0;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
.str-kv > .str-inner > .mod-box {
  width: 760px;
  margin: 15px auto 0 auto;
}
.str-kv > .str-inner > .mod-box > .inner {
  padding: 45px 0;
  background: transparent;
}
.str-kv > .str-inner > .mod-box .mod-hdg-cl2 {
  margin-bottom: 20px;
}
.str-kv > .str-inner > .mod-box .mod-lyt,
.str-kv > .str-inner > .mod-box .mod-txt {
  margin-bottom: 15px;
}
.str-kv > .str-inner > .mod-box .mod-btn .btn {
  width: 465px;
}
.str-kv > .str-inner > .mod-box .mod-btn .btn a {
  padding: 10px 36px 14px;
  font-size: 2.0rem;
}
.mod-lyt .box {
  background: url(/mansion/img/index-bg-04.png) 0 0 repeat;
  padding: 10px 30px 20px 30px;
}
.mod-lyt .box .title {
  background: #c2a74e;
  font-size: 2.0rem;
  text-align: center;
}
.mod-lyt .box .txt {
  margin-top: 15px;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
}
.mod-lyt .col:nth-child(1) .box .txt {
  font-size: 3.2rem;
  line-height: 1.2;
}
.mod-lyt .col:nth-child(1) .box .txt b {
  font-size: 5.0rem;
}
.mod-lyt .col:nth-child(2) .box .txt {
  font-size: 3.2rem;
  line-height: 1.4;
}
.mod-lyt .col:nth-child(2) .box .txt span {
  font-size: 2.4rem;
}
.mod-lyt .col:nth-child(2) .box .txt sup {
  font-size: 1.6rem;
}
.mod-tab.type-option > ul > li {
  padding-top: 67px;
}
.mod-tab.type-option > ul > li:nth-child(1) {
  background: url(/mansion/img/index-img-09.png) center 12px no-repeat #fff !important;
  background-size: 60px!important;
}
.mod-tab.type-option > ul > li[aria-selected="true"]:nth-child(1) {
  background: url(/mansion/img/index-img-09_on.png) center 12px no-repeat #000 !important;
  background-size: 60px!important;
}
.mod-tab.type-option > ul > li:nth-child(2) {
  background: url(/mansion/img/index-img-10.png) center 12px no-repeat #fff !important;
  background-size: 60px!important;
}
.mod-tab.type-option > ul > li[aria-selected="true"]:nth-child(2) {
  background: url(/mansion/img/index-img-10_on.png) center 12px no-repeat #000 !important;
  background-size: 60px!important;
}
.mod-tab.type-option > ul > li:nth-child(3) {
  background: url(/mansion/img/index-img-12.png) center 12px no-repeat #fff !important;
  background-size: 60px!important;
}
.mod-tab.type-option > ul > li[aria-selected="true"]:nth-child(3) {
  background: url(/mansion/img/index-img-12_on.png) center 12px no-repeat #000 !important;
  background-size: 60px!important;
}
.mod-tab.type-option .mod-pnl> .inner> .col> .content {
  flex-direction: column;
  padding: 30px 15px 23px;
}
.mod-tab.type-option .mod-pnl> .inner> .col> .content > *:last-child {
  margin-bottom: 0!important;
}
.mod-tab.type-option .mod-pnl> .inner> .col> .content .mod-media {
  margin: -30px -15px 15px;
}
.mod-tab.type-option .mod-pnl> .inner> .col> .content .summary {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.mod-tab.type-option .mod-pnl> .inner> .col> .content .mod-box> .inner {
  padding: 10px;
}


@media only screen and (max-width: 767px) {
  .str-kv {
    padding: 30px 12px;
  }
  .str-kv > .str-inner {
    max-width: 100%;
  }
  .str-kv .page-title {
    background: url(/mansion/img/index-bg-03.png) center 180px no-repeat;
    background-size: 300px;
    text-align: center;
  }
  .str-kv .page-title .sub {
    padding: 0;
    font-size: 1.6rem;
  }
  .str-kv .page-title .logo {
    width: 221px;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }
  .str-kv .page-title .lead {
    padding: 215px 0 0;
    text-align: left;
  }
  .str-kv .page-title .lead > span {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  .str-kv .page-title .lead > span:last-child {
    margin: 10px 0 0 0;
  }
  .str-kv .page-title .lead > span > b {
    font-size: 2.1rem;
  }



  .str-kv > .str-inner > .mod-list-notice {
    margin: 30px 0 0;
    padding: 12px 0;
  }
  .str-kv > .str-inner > .mod-box {
    margin-top: 30px;
  }
  .str-kv > .str-inner > .mod-box > .inner {
    padding: 15px 10px;
  }
  .str-kv > .str-inner > .mod-box .mod-hdg-cl2 {
    margin-bottom: 10px;
  }
  .str-kv > .str-inner > .mod-box .mod-lyt,
  .str-kv > .str-inner > .mod-box .mod-txt {
    margin-bottom: 10px;
  }
  .str-kv > .str-inner > .mod-box .mod-btn .btn {
    width: 100%;
  }
  .str-kv > .str-inner > .mod-box .mod-btn .btn a {
    padding: 10px 36px 14px;
    font-size: 2.0rem;
  }
  .str-kv > .str-inner > .mod-box {
    width: 100%;
  }
.mod-lyt .box {
    background: url(/mansion/img/index-bg-04.png) 0 0 repeat;
    background-size: 100% auto;
    padding: 8px 20px 15px 20px;
  }
.mod-lyt .box .title {
    font-size: 1.5rem;
  }
.mod-lyt .box .txt {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .mod-lyt .col:nth-child(1) .box .txt {
    font-size: 2.0rem;
    line-height: 1.2;
  }
  .mod-lyt .col:nth-child(1) .box .txt b {
    font-size: 3.0rem;
  }
  .mod-lyt .col:nth-child(2) .box .txt {
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .mod-lyt .col:nth-child(2) .box .txt span {
    font-size: 1.8rem;
  }
  .mod-lyt .col:nth-child(2) .box .txt sup {
    font-size: 1.3rem;
  }



  .mod-tab.type-option > ul > li {
    padding-top: 67px;
  }
  .mod-tab.type-option .mod-pnl> .inner> .col> .content {
    flex-direction: column;
    padding: 30px 15px 23px;
  }
  .mod-tab.type-option .mod-pnl> .inner> .col> .content > *:last-child {
    margin-bottom: 0!important;
  }
  .mod-tab.type-option .mod-pnl> .inner> .col> .content .mod-media {
    margin: 0 0 15px;
  }
  .mod-tab.type-option .mod-pnl> .inner> .col> .content .summary {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .mod-tab.type-option .mod-pnl> .inner> .col> .content .mod-box> .inner {
    padding: 10px;
  }
}
