@charset "UTF-8";

.nav-local {
  position: relative;
  z-index: 9;
}

.reform-v2 {
  color: #000;
  overflow: hidden;
}

.reform-v2 img {
  width: 100%;
  height: auto;
}

.reform-v2 a {
  color: #000;
}

.reform-v2 .unq-link {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.reform-v2 .unq-link:link {
  text-decoration: none;
}

.reform-v2 .unq-link:before, .reform-v2 .unq-link:after {
  display: inline-block;
  content: "";
  height: 0;
  border-bottom: solid 1px #000;
  position: absolute;
}

.reform-v2 .unq-link:before {
  width: 28px;
  right: -35px;
  bottom: 8px;
}

.reform-v2 .unq-link:after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  right: -35px;
  bottom: 8px;
}

.reform-v2 .icn-pdf,
.reform-v2 .icn-_blank {
  width: 12px;
}

.reform-v2 .unq-button {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 10px;
  border: solid 1px #000;
  border-radius: 5px;
}

.reform-v2 .unq-button:link {
  text-decoration: none;
}

.reform-v2 .unq-button > span {
  position: relative;
  display: inline-block;
}

.reform-v2 .unq-button > span:before, .reform-v2 .unq-button > span:after {
  display: inline-block;
  content: "";
  height: 0;
  border-bottom: solid 1px #000;
  position: absolute;
}

.reform-v2 .unq-button > span:before {
  width: 28px;
  right: -36px;
  bottom: 12px;
}

.reform-v2 .unq-button > span:after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  right: -36px;
  bottom: 12px;
}

.reform-v2 .unq-list > li {
  line-height: 1.86;
  padding-left: 1em;
  text-indent: -.5em;
}

.reform-v2 .unq-list > li:before {
  content: "・";
  display: inline-block;
}

.reform-v2 .unq-note {
  text-indent: -.5em;
  padding-left: 1em;
}

.reform-v2 .unq-note .link-blank:after,
.reform-v2 .unq-note .link-pdf:after {
  margin: 0 0.8em;
}

.reform-v2 .unq-note:before {
  content: "※";
  display: inline-block;
}

.reform-v2 .unq-text-indent {
  padding-left: 1em;
}

.reform-v2 .unq-mainArea {
  margin-bottom: 40px;
}

.reform-v2 .unq-mainArea-h1 {
  margin: 0 auto;
  padding: 35px 0;
}

.reform-v2 .unq-mainArea-section {
  text-align: center;
}

.reform-v2 .unq-mainArea-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.636;
  border-bottom: dotted 2px #000;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.reform-v2 .unq-mainArea-read {
  font-size: 1.5rem;
  line-height: 2;
}

.reform-v2 .unq-mainArea-scroll {
  padding-top: 40px;
  margin-top: 10px;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  overflow: hidden;
}

.reform-v2 .unq-mainArea-scroll:before {
  height: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reform-v2 .unq-mainArea-scroll a {
  text-decoration: none;
}

.reform-v2 .unq-mainArea-scroll a:hover {
  text-decoration: underline;
}

.reform-v2 .unq-pageNav {
  background-size: 100% auto;
  background-position: 50%;
  counter-reset: pageNav;
  position: relative;
  border-bottom: solid 5px #fff;
}

.reform-v2 .unq-pageNav:before, .reform-v2 .unq-pageNav:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
}

.reform-v2 .unq-pageNav:before {
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reform-v2 .unq-pageNav:after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reform-v2 .unq-pageNav-ttl {
  font-size: 2.3rem;
  line-height: 1.4;
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.reform-v2 .unq-pageNav-ttl strong {
  font-weight: bold;
  font-size: 2.8rem;
}

.reform-v2 .unq-pageNav-ttl-inner {
  background-color: #fff;
  padding: 25px;
}

.reform-v2 .unq-pageNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reform-v2 .unq-pageNav-list-item {
  font-weight: bold;
  position: relative;
  width: 50%;
  padding-bottom: 32%;
}

.reform-v2 .unq-pageNav-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .15s;
  transition: .15s;
}

.reform-v2 .unq-pageNav-list-item-inner:before {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 2.1rem;
  counter-increment: pageNav;
  content: "0" counter(pageNav);
}

.reform-v2 .unq-pageNav-list-item-inner:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reform-v2 .unq-pageNav-list-item > a {
  display: block;
}

.reform-v2 .unq-pageNav-list-item > a:hover .unq-pageNav-list-item-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.reform-v2 .unq-pageNav-list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 15px;
  height: 56px;
}

.reform-v2 .unq-pageNav-list-text {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 5px 20px;
  background-color: #000;
}

.reform-v2 #anc-nav {
  position: absolute;
  display: inline-block;
}

.reform-v2 .unq-anshin-section {
  overflow: hidden;
  position: relative;
}

.reform-v2 .unq-anshin-section-bg-image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.reform-v2 .unq-anshin-contents {
  position: relative;
  z-index: 1;
}

.reform-v2 .unq-anshin-read {
  font-size: 1.5rem;
}

.reform-v2 .unq-anshin-read p {
  line-height: 2;
}

.reform-v2 .unq-anshin-ttl-h2 {
  font-weight: bold;
}

.reform-v2 .unq-anshin-ttl-h2 mark {
  background-color: #111;
  color: #fff;
  padding: 0 10px;
}

.reform-v2 .unq-anshin-ttl-h2 h2 {
  font-size: 2.6rem;
  position: relative;
  z-index: 1;
}

.reform-v2 .unq-anshin-ttl-h2:before {
  content: "";
  display: inline-block;
  width: 115px;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.reform-v2 .unq-anshin-ttl-h2-label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.reform-v2 .unq-anshin-ttl-h2-label mark {
  padding: 3px 10px;
}

.reform-v2 .unq-anshin-ttl-h3-1 {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
}

.reform-v2 .unq-anshin-ttl-h3-2 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.reform-v2 .unq-anshin-ttl-h3-2 > span {
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: dotted 2px #000;
}

.reform-v2 .unq-anshin-button {
  margin-top: 25px;
}

.reform-v2 .unq-anshin-contents-bottom {
  margin-top: 40px;
}

.reform-v2 .unq-anshin-contents-bottom-contents {
  background-color: #fff;
  padding: 30px 50px;
}

.reform-v2 #anc-01,
.reform-v2 #anc-02,
.reform-v2 #anc-03,
.reform-v2 #anc-04 {
  position: absolute;
  top: 50px;
}

.reform-v2 .unq-reformInduction {
  text-align: center;
  padding: 60px 0 260px;
  position: relative;
}

.reform-v2 .unq-reformInduction:after {
  content: "";
  position: absolute;
  background: no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 203px;
  bottom: 0;
  left: 0;
}

.reform-v2 .unq-reformInduction-image {
  width: 370px;
  margin: 0 auto;
}

.reform-v2 .unq-reformInduction-image-2 {
  padding: 5.5% 2% 0;
}

.reform-v2 .unq-reformInduction-read {
  line-height: 1.5;
  margin: 40px 0;
  font-size: 2.7rem;
}

.reform-v2 .unq-reformInduction-button .unq-button {
  max-width: 480px;
  background-color: #ffd499;
  border-color: #ffd499;
}

.reform-v2 .unq-reformInduction-button .unq-button > span {
  display: inline;
}

.reform-v2 .unq-reformInduction-button .unq-button > span:before {
  border-color: #fff;
  bottom: 5px;
}

.reform-v2 .unq-reformInduction-button .unq-button > span:after {
  border-color: transparent transparent transparent #fff;
  bottom: 5px;
}

.reform-v2 .unq-reformInduction-button .unq-button .unq-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reform-v2 .unq-reformInduction-button .unq-button img {
  max-width: 340px;
  padding-top: 5px;
  opacity: 1;
}

.reform-v2 .unq-remodellibrary-box-image {
  overflow: hidden;
}

.reform-v2 .unq-remodellibrary-box-ttl {
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 5px;
}

.reform-v2 .unq-remodellibrary-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 15px;
  margin-top: auto;
}

.reform-v2 .unq-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reform-v2 .unq-reason-list-item {
  width: 16.66%;
  text-align: center;
}

.reform-v2 .unq-reason-list-item img {
  max-width: 97px;
}

.reform-v2 .unq-reason-list-item-text {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.6;
}

.reform-v2 .unq-reason-link {
  text-align: right;
  margin-top: 30px;
}

.reform-v2 .unq-reason-link .unq-link {
  margin-right: 85px;
}

.reform-v2 .unq-reason-link .unq-link:before {
  width: 70px;
  right: -80px;
}

.reform-v2 .unq-reason-link .unq-link:after {
  right: -82px;
}

.reform-v2 .unq-consultation-qa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  position: relative;
}

.reform-v2 .unq-consultation-qa-box-q,
.reform-v2 .unq-consultation-qa-box-a {
  padding: 10px 20px 10px 50px;
  border-radius: 7px;
  border: solid 2px #000;
  background-color: #fff;
  position: relative;
}

.reform-v2 .unq-consultation-qa-box-q > span,
.reform-v2 .unq-consultation-qa-box-a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

.reform-v2 .unq-consultation-qa-box-q {
  border-style: dotted;
}

.reform-v2 .unq-consultation-contact-item {
  text-align: center;
}

.reform-v2 .unq-consultation-contact-item-ttl {
  min-height: 35px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.reform-v2 .unq-consultation-contact-item-ttl > h4 {
  height: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 50px;
  position: relative;
}

.reform-v2 .unq-consultation-contact-item-ttl > h4:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 90% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.reform-v2 .unq-consultation-contact-item--tel .unq-consultation-contact-item-ttl h4:before {
  background-image: url("/reform/about/anshin/img/v2/ico_other_start_tel.svg");
}

.reform-v2 .unq-consultation-contact-item--web .unq-consultation-contact-item-ttl h4:before {
  background-image: url("/reform/about/anshin/img/v2/ico_other_start_web.svg");
}

.reform-v2 .unq-consultation-contact-tel {
  font-size: 1.3rem;
  text-align: center;
}

.reform-v2 .unq-consultation-contact-tel-num {
  line-height: 1;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.reform-v2 .unq-consultation-contact-tel-num > a {
  display: inline-block;
  position: relative;
}

.reform-v2 .unq-consultation-contact-tel-num > a:link {
  text-decoration: none;
}

.reform-v2 .unq-consultation-contact-tel-num > a > span {
  padding-left: 35px;
  position: relative;
}

.reform-v2 .unq-consultation-contact-tel-num > a > span:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/reform/about/anshin/img/v2/ico_freedial.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.reform-v2 .unq-advisor-bg {
  margin: 0 -50px;
  height: 185px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.reform-v2 .unq-ani-logo {
  -webkit-animation-name: ani-logo;
          animation-name: ani-logo;
  -webkit-animation-timing-function: liner;
          animation-timing-function: liner;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.reform-v2 .unq-ani-scroll:before {
  -webkit-animation-name: ani-scroll;
          animation-name: ani-scroll;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  bottom: 70px;
}

@-webkit-keyframes ani-logo {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes ani-logo {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ani-scroll {
  0% {
    bottom: 70px;
    height: 30px;
  }
  40% {
    bottom: 35px;
    height: 30px;
  }
  60% {
    bottom: 35px;
    height: 30px;
  }
  100% {
    bottom: 35px;
    height: 0;
  }
}

@keyframes ani-scroll {
  0% {
    bottom: 70px;
    height: 30px;
  }
  40% {
    bottom: 35px;
    height: 30px;
  }
  60% {
    bottom: 35px;
    height: 30px;
  }
  100% {
    bottom: 35px;
    height: 0;
  }
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 1110px;
  }
  .reform-v2 .unq-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-container-pc {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-container-wide {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-container-wide-pc {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-link:before, .reform-v2 .unq-link:after {
    -webkit-transition: .15s;
    transition: .15s;
  }
  .reform-v2 .unq-link:hover:before {
    right: -45px;
  }
  .reform-v2 .unq-link:hover:after {
    right: -45px;
  }
  .reform-v2 .unq-button {
    font-size: 1.6rem;
  }
  .reform-v2 .unq-button > span:before,
  .reform-v2 .unq-button > span:after {
    -webkit-transition: .15s;
    transition: .15s;
  }
  .reform-v2 .unq-button:hover > span:before {
    right: -46px;
  }
  .reform-v2 .unq-button:hover > span:after {
    right: -46px;
  }
  .reform-v2 .unq-hidden-pc {
    display: none;
  }
  .reform-v2 .unq-mainArea-h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 815px;
  }
  .reform-v2 .unq-mainArea-h1-logo {
    width: 405px;
  }
  .reform-v2 .unq-mainArea-h1-text {
    width: 380px;
  }
  .reform-v2 .unq-pageNav {
    background-image: url("/reform/about/anshin/img/v2/bg_pagenav.jpg");
  }
  .reform-v2 #anc-nav {
    top: 100px;
  }
  .reform-v2 .unq-anshin-section {
    padding: 60px 0 50px;
  }
  .reform-v2 .unq-anshin-section-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f6f6f6;
  }
  .reform-v2 .unq-anshin-contents-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reform-v2 .unq-anshin-ttl-h2,
  .reform-v2 .unq-anshin-read {
    width: 50%;
  }
  .reform-v2 .unq-anshin-ttl-h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .reform-v2 .unq-anshin-ttl-h2:before {
    position: absolute;
    top: -60px;
    z-index: 0;
  }
  .reform-v2 .unq-anshin-section--01 .unq-anshin-section-bg-image {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_01.jpg");
  }
  .reform-v2 .unq-anshin-section--01 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_01.png");
    left: -80px;
  }
  .reform-v2 .unq-anshin-section--01 .unq-anshin-read,
  .reform-v2 .unq-anshin-section--01 .unq-anshin-ttl-h2 {
    padding-left: 30px;
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-section-bg,
  .reform-v2 .unq-anshin-section--02 .unq-anshin-contents-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-section-bg-image {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_02.jpg");
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-ttl-h2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_02.png");
    right: -80px;
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-read,
  .reform-v2 .unq-anshin-section--02 .unq-anshin-ttl-h2 {
    padding-right: 30px;
  }
  .reform-v2 .unq-anshin-section--03 .unq-anshin-section-bg-image {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_03.jpg");
  }
  .reform-v2 .unq-anshin-section--03 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_03.png");
    left: -80px;
  }
  .reform-v2 .unq-anshin-section--03 .unq-anshin-read,
  .reform-v2 .unq-anshin-section--03 .unq-anshin-ttl-h2 {
    padding-left: 30px;
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-section-bg,
  .reform-v2 .unq-anshin-section--04 .unq-anshin-contents-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-section-bg-image {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_04.jpg");
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-ttl-h2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_04.png");
    right: -80px;
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-read,
  .reform-v2 .unq-anshin-section--04 .unq-anshin-ttl-h2 {
    padding-right: 30px;
  }
  .reform-v2 .unq-reformInduction:after {
    background-image: url("/reform/about/anshin/img/v2/bg_reforminduction.jpg");
  }
  .reform-v2 .unq-remodellibrary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .reform-v2 .unq-remodellibrary-box {
    width: 33.33%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reform-v2 .unq-reason-link .unq-link:hover:before {
    right: -90px;
  }
  .reform-v2 .unq-reason-link .unq-link:hover:after {
    right: -92px;
  }
  .reform-v2 .unq-consultation-qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reform-v2 .unq-consultation-qa-box:first-child {
    width: 345px;
  }
  .reform-v2 .unq-consultation-qa-box:first-child .unq-consultation-qa-box-q {
    width: 310px;
    margin-bottom: -40px;
    z-index: 1;
  }
  .reform-v2 .unq-consultation-qa-box:first-child .unq-consultation-qa-box-a {
    padding-top: 55px;
    left: 25px;
  }
  .reform-v2 .unq-consultation-qa-box:first-child .unq-consultation-qa-box-a > span {
    top: 55px;
  }
  .reform-v2 .unq-consultation-qa-box:first-child + .unq-consultation-qa-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 440px;
  }
  .reform-v2 .unq-consultation-qa-box:first-child + .unq-consultation-qa-box .unq-consultation-qa-box-q {
    width: 340px;
    margin-top: -25px;
    z-index: 1;
  }
  .reform-v2 .unq-consultation-qa-box:first-child + .unq-consultation-qa-box .unq-consultation-qa-box-a {
    width: 410px;
    padding-bottom: 30px;
    right: -25px;
  }
  .reform-v2 .unq-consultation-contact {
    width: 530px;
    margin: 0 auto;
  }
  .reform-v2 .unq-consultation-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
  }
  .reform-v2 .unq-consultation-contact-item {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .reform-v2 .unq-advisor-bg {
    background-image: url("/reform/about/anshin/img/v2/bg_advisor.jpg");
  }
  .reform-v2 .unq-advisor-balloon {
    width: 790px;
    margin: -20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .reform-v2 {
    min-width: 320px;
  }
  .reform-v2 .unq-container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-container-sp {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-container-wide {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-container-wide-sp {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-button {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-button > span {
    margin-left: -20px;
  }
  .reform-v2 .unq-button > span:before {
    bottom: 8px;
  }
  .reform-v2 .unq-button > span:after {
    bottom: 8px;
  }
  .reform-v2 .unq-hidden-sp {
    display: none;
  }
  .reform-v2 .unq-mainArea {
    margin-bottom: 15px;
  }
  .reform-v2 .unq-mainArea-h1 {
    max-width: 230px;
    width: 60%;
    padding: 20px 0;
  }
  .reform-v2 .unq-mainArea-h1-text {
    padding: 5.5% 2% 0;
  }
  .reform-v2 .unq-mainArea-ttl {
    font-size: 1.3rem;
    padding: 0;
  }
  .reform-v2 .unq-mainArea-read {
    font-size: 1.1rem;
  }
  .reform-v2 .unq-pageNav {
    background-image: url("/reform/about/anshin/img/v2/bg_pagenav_sp.jpg");
    background-size: cover;
  }
  .reform-v2 .unq-pageNav-ttl {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-pageNav-ttl strong {
    font-size: 1.7rem;
    padding-left: 5px;
  }
  .reform-v2 .unq-pageNav-ttl-inner {
    padding: 10px;
  }
  .reform-v2 .unq-pageNav-list-item {
    padding-bottom: 53%;
  }
  .reform-v2 .unq-pageNav-list-item-inner:before {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .reform-v2 .unq-pageNav-list-item-inner:after {
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  .reform-v2 .unq-pageNav-list-label {
    height: 40px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .reform-v2 .unq-pageNav-list-text {
    font-size: 1rem;
    padding: 5px;
    line-height: 1.4;
  }
  .reform-v2 #anc-nav {
    top: 30px;
  }
  .reform-v2 .unq-anshin-section {
    background: #f6f6f6;
    padding-bottom: 30px;
  }
  .reform-v2 .unq-anshin-read {
    font-size: 1.4rem;
  }
  .reform-v2 .unq-anshin-ttl-h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    margin: 0 -14px;
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    background-position: 50%;
  }
  .reform-v2 .unq-anshin-ttl-h2 mark {
    padding: 0 5px;
  }
  .reform-v2 .unq-anshin-ttl-h2 h2 {
    font-size: 2rem;
  }
  .reform-v2 .unq-anshin-ttl-h2:before {
    width: 20%;
    max-width: 85px;
    height: 110px;
  }
  .reform-v2 .unq-anshin-ttl-h2-inner {
    padding-top: 40px;
    margin-left: -3px;
  }
  .reform-v2 .unq-anshin-ttl-h2-label {
    font-size: 1.2rem;
  }
  .reform-v2 .unq-anshin-ttl-h3-1 {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .reform-v2 .unq-anshin-ttl-h3-2 {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-anshin-button {
    margin-top: 15px;
    text-align: center;
  }
  .reform-v2 .unq-anshin-contents-bottom {
    margin-top: 30px;
  }
  .reform-v2 .unq-anshin-contents-bottom-contents {
    padding: 30px 20px;
  }
  .reform-v2 .unq-anshin-section--01 .unq-anshin-ttl-h2 {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_01_sp.jpg");
  }
  .reform-v2 .unq-anshin-section--01 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_01.png");
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-ttl-h2 {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_02_sp.jpg");
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_02.png");
  }
  .reform-v2 .unq-anshin-section--02 .unq-anshin-ttl-h2-inner {
    padding-left: 20px;
  }
  .reform-v2 .unq-anshin-section--03 .unq-anshin-ttl-h2 {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_03_sp.jpg");
  }
  .reform-v2 .unq-anshin-section--03 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_03.png");
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-ttl-h2 {
    background-image: url("/reform/about/anshin/img/v2/bg_anshinsection_04_sp.jpg");
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-ttl-h2:before {
    background-image: url("/reform/about/anshin/img/v2/txt_anshinsection_04.png");
  }
  .reform-v2 .unq-anshin-section--04 .unq-anshin-ttl-h2-inner {
    padding-left: 20px;
  }
  .reform-v2 .unq-reformInduction {
    padding: 30px 0 185px;
  }
  .reform-v2 .unq-reformInduction:after {
    background-image: url("/reform/about/anshin/img/v2/bg_reforminduction_sp.jpg");
    height: 150px;
  }
  .reform-v2 .unq-reformInduction-image {
    max-width: 230px;
    width: 60%;
  }
  .reform-v2 .unq-reformInduction-read {
    margin: 20px 0;
    font-size: 1.7rem;
  }
  .reform-v2 .unq-reformInduction-button .unq-button img {
    padding-top: 1%;
    width: 80%;
  }
  .reform-v2 .unq-remodellibrary-box + .unq-remodellibrary-box {
    margin-top: 30px;
  }
  .reform-v2 .unq-remodellibrary-box-image {
    margin: 0 -20px;
  }
  .reform-v2 .unq-reason-list {
    max-width: 300px;
    margin: 0 auto;
  }
  .reform-v2 .unq-reason-list-item {
    width: 50%;
  }
  .reform-v2 .unq-reason-list-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .reform-v2 .unq-reason-link .unq-link {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .reform-v2 .unq-reason-link .unq-link:before {
    width: 60px;
    right: 5px;
    bottom: -10px;
  }
  .reform-v2 .unq-reason-link .unq-link:after {
    right: 0px;
    bottom: -10px;
  }
  .reform-v2 .unq-consultation-qa-box + .unq-consultation-qa-box {
    margin-top: 30px;
  }
  .reform-v2 .unq-consultation-qa-box-q > span,
  .reform-v2 .unq-consultation-qa-box-a > span {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }
  .reform-v2 .unq-consultation-qa-box-a {
    width: 93%;
    margin-left: 7%;
    padding-top: 30px;
    position: relative;
    z-index: 0;
  }
  .reform-v2 .unq-consultation-qa-box-a > span {
    top: 30px;
  }
  .reform-v2 .unq-consultation-qa-box-q {
    width: 80%;
    margin-bottom: -23px;
    position: relative;
    z-index: 1;
  }
  .reform-v2 .unq-consultation-contact-item {
    margin-top: 25px;
  }
  .reform-v2 .unq-consultation-contact-tel-num {
    font-size: 2rem;
  }
  .reform-v2 .unq-consultation-contact-tel-num > a {
    padding: 10px;
    border: solid 1px #000;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
  }
  .reform-v2 .unq-advisor-bg {
    background-image: url("/reform/about/anshin/img/v2/bg_advisor_sp.jpg");
    height: 95px;
    margin: 0 -20px;
  }
  .reform-v2 .unq-advisor-balloon {
    width: 90%;
    max-width: 265px;
    margin: -10px auto 0;
  }
}
