@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-footer-map ~ footer {
  z-index: auto;
}

.str-breadcrumb.is-spOnly > .inner {
  overflow-x: scroll;
}

.str-breadcrumb.is-spOnly > .inner > .list {
  flex-wrap: nowrap;
}

.str-breadcrumb.is-spOnly > .inner > .list span {
  white-space: nowrap;
}

.reform-v2_wrap {
  color: #000;
  line-height: 1.8;
  padding-bottom: 40px;
}

.reform-v2_wrap.bgContent {
  background-color: #f6f6f6;
}

.reform-v2_wrap a,
.reform-v2_wrap a:link {
  text-decoration: none;
  color: #000;
}

.reform-v2_wrap a[target="_blank"][href^="http"]:not([rel~="noopener"]).btnArrow,
.reform-v2_wrap a[target="_blank"][href^="http"]:not([rel~="noreferrer"]).btnArrow {
  background: #f3f8e2 !important;
}

.reform-v2_wrap .btnWrap {
  margin-top: 15px;
}

.reform-v2_wrap .btnWrap + .btnWrap {
  margin-top: 10px;
}

.reform-v2_wrap .btnArrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f8e2;
  border: 1px solid #9cc715;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}

.reform-v2_wrap .btnArrow .arrow-wrap {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}

.reform-v2_wrap .btnArrow .arrow-wrap::after, .reform-v2_wrap .btnArrow .arrow-wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: right 0.15s;
  height: 0;
  border-bottom: solid 1px #000;
  right: 0;
}

.reform-v2_wrap .btnArrow .arrow-wrap::after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 6px);
}

.reform-v2_wrap .btnArrow .arrow-wrap::before {
  width: 28px;
  top: 50%;
}

.reform-v2_wrap .btnArrow .arrow-wrap .is-blank::after {
  content: url(/reform/shared_v2/img/icon_blank.png);
  padding-left: 5px;
}

.reform-v2_wrap .btnPDF {
  position: relative;
  padding-left: 45px;
}

.reform-v2_wrap .btnPDF::before {
  display: block;
  content: url(/reform/shared_v2/img/icon_pdf.png);
  position: absolute;
  left: 0;
  top: calc(50% - 19px);
  width: 32px;
  height: 38px;
}

.reform-v2_wrap .btnBlank {
  display: block;
  position: relative;
  padding-right: 18px;
}

.reform-v2_wrap .btnBlank::after {
  display: block;
  line-height: 1;
  content: url(/reform/shared_v2/img/icon_blank.png);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 14px;
  height: 12px;
}

.reform-v2_wrap .btnClose {
  cursor: pointer;
}

.reform-v2_wrap .btnClose::after {
  display: inline-block;
  content: "－";
  margin-left: 5px;
  font-size: 22px;
}

.reform-v2_wrap .btnToggle {
  cursor: pointer;
}

.reform-v2_wrap .btnToggle::after {
  display: inline-block;
  content: "＋";
  margin-left: 5px;
  font-size: 22px;
}

.reform-v2_wrap .js-accordion.is-open .btnToggle::after {
  content: "－";
}

.reform-v2_wrap .textMarker {
  background: linear-gradient(transparent 70%, #e5f8a7 30%);
}

.reform-v2_wrap .textDecoration {
  position: relative;
}

.reform-v2_wrap .textDecoration::after, .reform-v2_wrap .textDecoration::before {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 1px;
  border-left: 3px dotted #9cc715;
  top: 0;
}

.reform-v2_wrap .textDecoration::before {
  left: -14px;
  transform: rotate(-15deg);
}

.reform-v2_wrap .textDecoration::after {
  right: -10px;
  transform: rotate(15deg);
}

.reform-v2_wrap .textC {
  text-align: center;
}

.reform-v2_wrap .textR {
  text-align: right;
}

.reform-v2_wrap .textSuper {
  vertical-align: super;
}

.reform-v2_wrap .textB {
  font-weight: bold;
}

.reform-v2_wrap .iconText {
  display: inline-block;
  margin: 0 3px;
  background-color: #fff200;
  font-weight: normal;
  padding: 6px;
  width: 1.8em;
  height: 1.8em;
  border-radius: 0.9em;
  line-height: 1;
  text-align: center;
}

.reform-v2_wrap strong.color {
  color: #43af35;
}

.reform-v2_wrap .parallel + .parallel {
  margin-top: 15px;
}

.reform-v2_wrap div + ol.note,
.reform-v2_wrap div + ul.note,
.reform-v2_wrap div + p.note,
.reform-v2_wrap div + ol.decimal,
.reform-v2_wrap div + ul.disc,
.reform-v2_wrap div + ul.check,
.reform-v2_wrap div + ul.box,
.reform-v2_wrap p + ol.note,
.reform-v2_wrap p + ul.note,
.reform-v2_wrap p + p.note,
.reform-v2_wrap p + ol.decimal,
.reform-v2_wrap p + ul.disc,
.reform-v2_wrap p + ul.check,
.reform-v2_wrap p + ul.box {
  margin-top: 20px;
}

.reform-v2_wrap ol.note {
  counter-reset: num;
  padding-left: 2em;
}

.reform-v2_wrap ol.note > li {
  text-indent: -2em;
}

.reform-v2_wrap ol.note > li::before {
  counter-increment: num;
  content: "※" counter(num);
  padding-right: 5px;
}

.reform-v2_wrap ul.note {
  padding-left: 1.25em;
}

div + .reform-v2_wrap ul.note {
  margin-top: 10px;
}

.reform-v2_wrap ul.note > li {
  font-size: 1.3rem;
  text-indent: -1.25em;
}

.reform-v2_wrap ul.note > li::before {
  content: "※";
  padding-right: 0.25em;
}

.reform-v2_wrap p.note {
  font-size: 1.2rem;
}

div + .reform-v2_wrap ol.decimal {
  margin-top: 10px;
}

.reform-v2_wrap ol.decimal > li {
  margin-left: 20px;
  list-style-type: decimal;
}

div + .reform-v2_wrap ul.disc {
  margin-top: 10px;
}

.reform-v2_wrap ul.disc > li {
  margin-left: 20px;
  list-style-type: disc;
}

div + .reform-v2_wrap ul.check {
  margin-top: 10px;
}

.reform-v2_wrap ul.check > li {
  position: relative;
  padding-left: calc(1em + 9px);
}

.reform-v2_wrap ul.check > li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 7px;
  width: 9px;
  height: 5px;
  transform: rotate(-60deg);
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-60deg);
}

div + .reform-v2_wrap ul.box {
  margin-top: 10px;
}

.reform-v2_wrap ul.box > li {
  position: relative;
  padding-left: calc(1em + 9px);
}

.reform-v2_wrap ul.box > li::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 7px;
  width: 11px;
  height: 11px;
  border: 1px solid #000000;
}

.reform-v2_wrap table.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.reform-v2_wrap table.table th,
.reform-v2_wrap table.table td {
  border: 1px solid #ccc;
}

.reform-v2_wrap table.table th a,
.reform-v2_wrap table.table th a:link,
.reform-v2_wrap table.table td a,
.reform-v2_wrap table.table td a:link {
  color: #fff;
  text-decoration: underline;
}

.reform-v2_wrap table.table .textC {
  text-align: center;
}

.reform-v2_wrap table.table .textL {
  text-align: left;
}

.reform-v2_wrap table.table .textR {
  text-align: right;
}

.reform-v2_wrap table.table th {
  font-weight: bold;
  background-color: #f3f8e2;
  vertical-align: middle;
  line-height: 1.4;
}

.reform-v2_wrap table.table td {
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}

.reform-v2_wrap table.table thead.is-strong th,
.reform-v2_wrap table.table tfoot.is-strong th {
  background-color: #43af35;
  color: #fff;
  text-align: center;
}

.reform-v2_wrap table.table thead td {
  border-top-color: #fff;
  border-left-color: #fff;
}

.reform-v2_wrap table.table tbody th {
  text-align: left;
}

.reform-v2_wrap .table-fixed {
  table-layout: fixed;
}

.reform-v2_wrap .tableCaption {
  margin-bottom: 5px;
  font-weight: bold;
}

.reform-v2_wrap p + .colWrap {
  margin-top: 20px;
}

.reform-v2_wrap .colWrap.is-border .colItem {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.reform-v2_wrap .colWrap.is-border .colItem:last-child {
  border-right: 1px solid #ccc !important;
}

.reform-v2_wrap .colWrap.is-border.is-margin .colItem {
  border: 1px solid #ccc !important;
}

.reform-v2_wrap .colWrap.is-reverse .colItem:nth-child(odd) > .btnWrap::before, .reform-v2_wrap .colWrap.is-reverse .colItem:nth-child(odd) > .btnWrap::after {
  content: "";
  display: table;
}

.reform-v2_wrap .colWrap.is-reverse .colItem:nth-child(odd) > .btnWrap:after {
  clear: both;
}

.reform-v2_wrap .colWrap.is-itemsC .colItem > .btnWrap:first-child {
  margin-top: 0;
}

.reform-v2_wrap .colWrap .colItem:nth-child(even) > .btnWrap::before, .reform-v2_wrap .colWrap .colItem:nth-child(even) > .btnWrap::after {
  content: "";
  display: table;
}

.reform-v2_wrap .colWrap .colItem:nth-child(even) > .btnWrap:after {
  clear: both;
}

.reform-v2_wrap .colWrap .colItem .imgWrap {
  text-align: center;
}

.reform-v2_wrap .colWrap.is-4-2 {
  display: flex;
  flex-wrap: wrap;
}

.reform-v2_wrap img.is-border {
  border: 1px solid #ccc;
}

.reform-v2_wrap .imgTitle {
  font-weight: bold;
}

.reform-v2_wrap .anchor li {
  margin-right: 50px;
}

.reform-v2_wrap .anchor li:first-child {
  margin-top: 0;
}

.reform-v2_wrap .anchor a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  text-decoration: underline;
}

.reform-v2_wrap .anchor a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: calc(1em - 5px);
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.reform-v2_wrap a[target="_blank"][href^="http"]:not([rel~="noopener"]),
.reform-v2_wrap a[target="_blank"][href^="http"]:not([rel~="noreferrer"]) {
  background: transparent !important;
  opacity: 1 !important;
}

.reform-v2_wrap .linkIcon {
  display: inline-block;
}

.reform-v2_wrap .linkIcon:link {
  text-decoration: underline;
  color: #000;
}

.reform-v2_wrap .linkIcon.is-blank::after {
  content: url(/reform/shared_v2/img/icon_blank.png);
  padding-left: 5px;
}

.reform-v2_wrap .linkIcon.is-arrow {
  position: relative;
  display: inline-block;
  padding-right: 36px;
  text-decoration: none;
}

.reform-v2_wrap .linkIcon.is-arrow::after, .reform-v2_wrap .linkIcon.is-arrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: right 0.15s;
  height: 0;
  border-bottom: solid 1px #000;
  right: 0;
}

.reform-v2_wrap .linkIcon.is-arrow::after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 6px);
}

.reform-v2_wrap .linkIcon.is-arrow::before {
  width: 28px;
  top: 50%;
}

.reform-v2_wrap .catchImgSet .imgWrap {
  text-align: center;
}

.reform-v2_wrap .catchImgSet .imgWrap img {
  max-width: 100%;
}

.reform-v2_wrap .catchImgSet.is-typeB .textWrap {
  font-weight: bold;
}

.reform-v2_wrap .catchImgSet.is-typeB .textWrap p {
  line-height: 2.8;
}

.reform-v2_wrap .h1Block-wrap {
  display: flex;
  align-items: center;
  background-color: #f3f8e2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
}

.reform-v2_wrap .h1Block-wrap:not(.is-uniq) {
  background-image: url(/reform/shared_v2/img/bg_h1.png);
}

.reform-v2_wrap .h1Block-wrap.is-uniq-full {
  background-size: cover;
}

.reform-v2_wrap .h1Block-wrap.is-uniq-qa {
  background-color: #e5f2f7;
  background-size: auto 100%;
}

.reform-v2_wrap .h1Block-wrap.no-bg {
  background-image: none;
}

.reform-v2_wrap .h1Block {
  margin: 0 auto;
  font-weight: bold;
}

.reform-v2_wrap .h1 {
  line-height: 1.4;
}

.reform-v2_wrap .h1 small {
  font-size: 2.3rem;
}

.reform-v2_wrap .tagICon {
  position: relative;
  display: inline-block;
  background-color: #9cc715;
  color: #fff;
  line-height: 1;
}

.reform-v2_wrap .tagICon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #9cc715;
}

.reform-v2_wrap .h2Block-tabWrap {
  position: relative;
  border-top: none;
  border-bottom: none;
}

.reform-v2_wrap .h2Block-tabWrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 3px solid #9cc715;
  border-bottom: none;
}

.reform-v2_wrap .h2Block-tab {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #9cc715;
  border-bottom: none;
  line-height: 1.2;
}

.reform-v2_wrap .h2Block-tab::before, .reform-v2_wrap .h2Block-tab::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 3px;
  background-color: #fff;
}

.reform-v2_wrap .h2Block-tab::before {
  left: -3px;
}

.reform-v2_wrap .h2Block-tab::after {
  right: -3px;
}

.reform-v2_wrap .h2Block-tab .h2 {
  position: relative;
  padding-bottom: 12px;
  font-weight: bold;
}

.reform-v2_wrap .h2Block-tab .h2::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: url(/reform/shared_v2/img/bg_h2_01.png);
}

.reform-v2_wrap .h2Block {
  position: relative;
  border-bottom: 3px solid #f3f8e2;
}

.reform-v2_wrap .h2Block::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 33%;
  height: 3px;
  background-color: #9cc715;
}

.reform-v2_wrap .h2Block .h2 {
  font-weight: bold;
  padding-bottom: 3px;
}

.reform-v2_wrap .h3 {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #9cc715;
}

.reform-v2_wrap .h3.letterspace-s {
  letter-spacing: -0.016em;
}

.reform-v2_wrap .h3 .new {
  margin-left: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 0.1em 0.25em;
  border: 1px solid #dc143c;
  color: #dc143c;
  vertical-align: middle;
}

.reform-v2_wrap .h3check {
  position: relative;
}

.reform-v2_wrap .h3check::before {
  content: "";
  background: url("/reform/shared_v2/img/icon_h3_check.png");
  background-size: cover;
  position: absolute;
  left: 0;
  width: 25px;
  height: 22px;
}

.reform-v2_wrap .h4 {
  font-weight: bold;
}

.reform-v2_wrap .h4check {
  position: relative;
}

.reform-v2_wrap .h4check::before {
  content: "";
  background: url("/reform/shared_v2/img/icon_h3_check.png");
  background-size: cover;
  position: absolute;
  left: 0;
  width: 22px;
  height: 19px;
}

.reform-v2_wrap .h5 {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.reform-v2_wrap .h5::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #000;
}

.reform-v2_wrap .lineBox section:first-child,
.reform-v2_wrap .lineBox .section:first-child,
.reform-v2_wrap .lineBox-strong section:first-child,
.reform-v2_wrap .lineBox-strong .section:first-child,
.reform-v2_wrap .lineBox-sup section:first-child,
.reform-v2_wrap .lineBox-sup .section:first-child,
.reform-v2_wrap .lineBox-dot section:first-child,
.reform-v2_wrap .lineBox-dot .section:first-child,
.reform-v2_wrap .bgBox section:first-child,
.reform-v2_wrap .bgBox .section:first-child,
.reform-v2_wrap .utilityBox section:first-child,
.reform-v2_wrap .utilityBox .section:first-child {
  margin-top: 0;
}

.reform-v2_wrap .h2Section {
  text-align: center;
}

.reform-v2_wrap .h2Section-content {
  text-align: left;
  background-color: #fff;
}

.reform-v2_wrap .lineBox-strong {
  background-color: #fff;
}

.reform-v2_wrap .lineBox {
  background-color: #fff;
  border: 2px solid #9cc715;
}

.reform-v2_wrap .lineBox .title {
  margin-bottom: 30px;
  font-weight: bold;
}

.reform-v2_wrap .lineBox-sup {
  background-color: #fff;
  border: 1px solid #888;
}

.reform-v2_wrap .lineBox-sup > dl > dt {
  font-weight: bold;
}

.reform-v2_wrap .lineBox-sup > dl > dd {
  margin-top: 10px;
  font-size: 1.3rem;
}

.reform-v2_wrap .bgBox {
  background-color: #f6f6f6;
  box-sizing: border-box;
}

.reform-v2_wrap .bgBox .title {
  margin-bottom: 10px;
  font-weight: bold;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox {
  border: 1px solid #ccc;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow::after, .reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: right 0.15s;
  height: 0;
  border-bottom: solid 1px #000;
  right: 0;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow::after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 6px);
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow::before {
  width: 28px;
  top: 50%;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow .is-blank::after {
  content: url(/reform/shared_v2/img/icon_blank.png);
  padding-left: 5px;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .lead {
  font-weight: bold;
  text-align: center;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .lead + .btnWrap {
  margin-top: 10px;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrowWrap {
  text-align: center;
  margin-top: 10px;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrowWrap .linkArrow {
  font-weight: bold;
}

.reform-v2_wrap .utilityBoxWrap .utilityBox .utilityBoxLink {
  /* 未使用だけど用意 */
}

.reform-v2_wrap .topLead {
  text-align: center;
  font-weight: bold;
}

.reform-v2_wrap .linkModule {
  display: block;
  border: 1px solid #ccc;
  text-decoration: none;
}

.reform-v2_wrap .linkModule .linkArrow {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}

.reform-v2_wrap .linkModule .linkArrow::after, .reform-v2_wrap .linkModule .linkArrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: right 0.15s;
  height: 0;
  border-bottom: solid 1px #000;
  right: 0;
}

.reform-v2_wrap .linkModule .linkArrow::after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 6px);
}

.reform-v2_wrap .linkModule .linkArrow::before {
  width: 28px;
  top: 50%;
}

.reform-v2_wrap .linkModule .linkArrow .is-blank::after {
  content: url(/reform/shared_v2/img/icon_blank.png);
  padding-left: 5px;
}

.reform-v2_wrap .linkModule .imgWrap {
  text-align: center;
}

.reform-v2_wrap .linkModule .textWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ccc;
}

.reform-v2_wrap .linkModule .textWrap > div,
.reform-v2_wrap .linkModule .textWrap .linkArrow,
.reform-v2_wrap .linkModule .textWrap .linkIcon {
  font-weight: bold;
  text-align: left;
}

.reform-v2_wrap .is-border .linkModule {
  border: none;
}

.reform-v2_wrap .linkModule.is-side .imgWrap img {
  display: block;
}

.reform-v2_wrap .linkModule.is-side .textWrap .text {
  font-weight: normal;
}

.reform-v2_wrap .linkModule.is-side .textWrap .linkArrow {
  font-weight: bold;
  margin-bottom: 10px;
}

.reform-v2_wrap .linkModule.is-side .textWrap .linkArrow:only-child {
  margin-bottom: 0;
}

.reform-v2_wrap .linkModule2 {
  display: block;
}

.reform-v2_wrap .linkModule2 .linkArrow {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}

.reform-v2_wrap .linkModule2 .linkArrow::after, .reform-v2_wrap .linkModule2 .linkArrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: right 0.15s;
  height: 0;
  border-bottom: solid 1px #000;
  right: 0;
}

.reform-v2_wrap .linkModule2 .linkArrow::after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 6px);
}

.reform-v2_wrap .linkModule2 .linkArrow::before {
  width: 28px;
  top: 50%;
}

.reform-v2_wrap .linkModule2 .linkArrow .is-blank::after {
  content: url(/reform/shared_v2/img/icon_blank.png);
  padding-left: 5px;
}

.reform-v2_wrap .linkModule2 .textWrap dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.reform-v2_wrap .linkModule2 .textWrap dd {
  margin-top: 10px;
}

.reform-v2_wrap .linkModule2 .textWrap .detailLink {
  margin-top: 10px;
}

.reform-v2_wrap .linkModule2 .textWrap .detailLink::before, .reform-v2_wrap .linkModule2 .textWrap .detailLink::after {
  content: "";
  display: table;
}

.reform-v2_wrap .linkModule2 .textWrap .detailLink:after {
  clear: both;
}

.reform-v2_wrap .linkModule2 .textWrap .detailLink .linkArrow {
  float: right;
  font-weight: bold;
}

.reform-v2_wrap .movieArea .movieItem {
  border: 1px solid #ccc;
}

.reform-v2_wrap .movieArea .movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.reform-v2_wrap .movieArea .movieWrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reform-v2_wrap .movieArea .movieLink {
  padding: 10px 20px 10px 50px;
  background: #f0f1f2 url(/reform/shared_v2/img/icon_movie_arrow.png) no-repeat 20px 50%;
  background-size: 18px auto;
  cursor: pointer;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item {
  display: block;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow {
  position: relative;
  display: inline-block;
  padding-right: 36px;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow::after, .reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: right 0.15s;
  height: 0;
  border-bottom: solid 1px #000;
  right: 0;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow::after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 6px);
}

.reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow::before {
  width: 28px;
  top: 50%;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow .is-blank::after {
  content: url(/reform/shared_v2/img/icon_blank.png);
  padding-left: 5px;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl {
  display: flex;
  justify-content: space-between;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dt {
  position: relative;
  border-bottom: none;
  text-align: center;
  background-color: #e4f0c5;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dt .step {
  padding: 10px;
  font-weight: bold;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dt span {
  display: block;
  text-decoration: underline;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dd {
  display: flex;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon {
  width: 100%;
  position: relative;
  border: 2px solid #9cc715;
  border-radius: 6px;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon::before, .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon::before {
  left: -25px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #FFF;
  z-index: 2;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon::after {
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #9cc715;
  z-index: 1;
}

.reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .linkArrow {
  font-weight: bold;
}

.reform-v2_wrap .stepNav-typeA .stepImg {
  text-align: center;
}

.reform-v2_wrap .stepNav-typeA .stepImg p {
  font-weight: bold;
}

.reform-v2_wrap .stepNav-typeA .stepImg .imgWrap img {
  max-width: 100%;
}

.reform-v2_wrap .stepNav-typeB .stepNav-item {
  position: relative;
  border-bottom: none;
  background-color: #e4f0c5;
  font-weight: bold;
}

.reform-v2_wrap .stepNav-typeB .stepNav-item::after {
  content: "";
}

.reform-v2_wrap .stepNav-typeB .stepNav-item.is-current {
  background-color: #9cc715;
  color: #fff;
}

.reform-v2_wrap .stepNav-typeB .stepNav-item.is-current .text {
  text-decoration: none;
}

.reform-v2_wrap .stepNav-typeB .stepNav-item .text {
  text-decoration: underline;
}

.reform-v2_wrap .stepNav-index {
  background-color: #fff;
  border: 3px solid #9cc715;
  padding: 15px 30px;
}

.reform-v2_wrap .stepNav-index dt {
  font-weight: bold;
  text-align: center;
}

.reform-v2_wrap .stepNav-index dt .label {
  margin: 10px auto 0 auto;
  background-color: #f3f8e2;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
}

.reform-v2_wrap .stepNav-index dd {
  margin-top: 15px;
}

.reform-v2_wrap .stepNav-index dd li {
  position: relative;
  padding-left: 15px;
}

.reform-v2_wrap .stepNav-index dd li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: calc(1em - 5px);
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.reform-v2_wrap .stepNav-index dd li:first-child {
  margin-top: 0;
}

.reform-v2_wrap .stepNav-index dd li a {
  text-decoration: underline;
}

.reform-v2_wrap .stepNav-typeC .stepNav-item {
  position: relative;
  border-bottom: none;
  background-color: #e4f0c5;
  font-weight: bold;
}

.reform-v2_wrap .stepNav-typeC .stepNav-item::after {
  content: "";
}

.reform-v2_wrap .stepNav-typeC .stepNav-item.is-current {
  background-color: #9cc715;
  color: #fff;
}

.reform-v2_wrap .stepNav-typeC .stepNav-item.is-current .text {
  text-decoration: none;
}

.reform-v2_wrap .stepNav-typeC .stepNav-item .text {
  text-decoration: underline;
}

.reform-v2_wrap .priceTable .mainParts th,
.reform-v2_wrap .priceTable .subParts th {
  text-align: center;
}

.reform-v2_wrap .priceTable .mainParts table + table td,
.reform-v2_wrap .priceTable .subParts table + table td {
  vertical-align: top;
}

.reform-v2_wrap .priceTable .mainParts td {
  text-align: left;
}

.reform-v2_wrap .priceTable .subParts table th {
  border-top: none;
  width: 33%;
}

.reform-v2_wrap .priceTable .subParts table th:first-child {
  width: 34%;
}

.reform-v2_wrap .priceTable table th {
  padding: 5px;
}

.reform-v2_wrap .priceTable table .price {
  text-align: center;
  font-weight: bold;
}

.reform-v2_wrap .priceTable table p.price {
  margin-top: 10px;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule {
  border: 1px solid #ccc;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule:last-child {
  border-right: 1px solid #ccc;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f8e2;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

_:lang(x)::-ms-backdrop, .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap {
  /* IE11 */
  height: 60px;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap .subTitle {
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 5px;
  display: block;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 48px;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul li::before {
  content: "";
  width: 23px;
  height: 17px;
  background-color: #f2cece;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul li::after {
  content: "・・・";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  letter-spacing: -9px;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul li.parent::before {
  background-color: #cff3cf;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul li.child::before {
  background-color: #ffff9f;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap {
  text-align: center;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap.colWrap .colItem img {
  width: 100%;
  height: 100%;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .labelWrap p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  color: #000;
  background-color: #f6f6f6;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap {
  font-size: 1.3rem;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap strong {
  color: #43af35;
}

.reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap strong.black {
  color: #000;
}

.reform-v2_wrap .floorPlanModuleWrap.is-pc1 .floorPlanModule {
  width: 100%;
}

.reform-v2_wrap .floorPlanModuleWrap.is-pc1 .floorPlanModule:first-child {
  margin-top: 20px;
}

.reform-v2_wrap .reformExample .reformExampleWrap {
  display: flex;
}

.reform-v2_wrap .reformExample .reformExample-item {
  padding: 15px 20px;
}

.reform-v2_wrap .reformExample .reformExample-item .imgWrap {
  position: relative;
  width: 100%;
}

.reform-v2_wrap .reformExample .reformExample-item .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.reform-v2_wrap .reformExample .reformExample-item h3.title {
  font-weight: bold;
  line-height: 1.4;
}

.reform-v2_wrap .reformExample .reformExample-item .colWrap {
  display: flex;
  justify-content: space-between;
}

.reform-v2_wrap .reformExample .reformExample-item .colWrap .building {
  border: 1px solid #43af35;
  color: #43af35;
  padding: 0 5px;
}

.reform-v2_wrap .reformExample .reformExample-item .unitType {
  display: flex;
  flex-wrap: wrap;
}

.reform-v2_wrap .reformExample .reformExample-item .unitType li {
  border: 1px solid #ccc;
  padding: 0 5px;
  margin-top: 5px;
  margin-right: 5px;
}

.reform-v2_wrap .reformExample .reformExample-item .unitType li b {
  font-weight: normal;
}

.reform-v2_wrap .reformExample .reformExample-item .storeName {
  margin-top: 10px;
}

.reform-v2_wrap .reformExample .reformExample-item .information {
  margin-top: 10px;
}

.reform-v2_wrap .reformExample .reformExample-item .information dt {
  font-weight: bold;
}

.reform-v2_wrap .typePattern {
  border: 1px solid #ccc;
}

.reform-v2_wrap .typePattern .title {
  background-color: #f3f8e2;
  font-weight: bold;
  line-height: 1.4;
}

.reform-v2_wrap .typePattern .typePoint {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.reform-v2_wrap .typePattern .typePattern-content .detail + .detail {
  margin-top: 25px;
}

.reform-v2_wrap .typePattern .typePattern-content .detail .subTitle {
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 2px dotted #9cc715;
}

.reform-v2_wrap .typePattern .typePattern-content .detail p {
  margin-top: 5px;
}

.reform-v2_wrap .typePattern .typePattern-content .detail p strong {
  font-weight: bold;
  color: #43af35;
}

.reform-v2_wrap .typePattern .typePattern-content .detail .anchorLink::before, .reform-v2_wrap .typePattern .typePattern-content .detail .anchorLink::after {
  content: "";
  display: table;
}

.reform-v2_wrap .typePattern .typePattern-content .detail .anchorLink:after {
  clear: both;
}

.reform-v2_wrap .typePattern .typePattern-content .detail .anchorLink .anchor {
  float: right;
}

.reform-v2_wrap .workFlow-inImgText {
  height: 2em;
}

.reform-v2_wrap .workFlow-inImgText + .workFlow-inImgText {
  margin-left: -0.5em;
}

.reform-v2_wrap .workFlow-inImgText[src="/reform/library/start/space_info/img_v2/term_noisy_03.png"] {
  margin: 0 0.5em;
}

.reform-v2_wrap .workFlow-before {
  border: 1px solid #ccc;
  background-color: #f3f8e2;
}

.reform-v2_wrap .workFlow-before .textWrap {
  padding: 20px;
}

.reform-v2_wrap .workFlow-before .textWrap dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.reform-v2_wrap .workFlowWrap + .workFlowWrap {
  margin-top: 20px;
}

.reform-v2_wrap .workFlowWrap ul.note {
  margin-top: 10px;
  text-align: right;
}

.reform-v2_wrap .workFlowWrap .workFlow-days {
  background-color: #9cc715;
  padding: 10px 15px;
}

.reform-v2_wrap .workFlowWrap .workFlow-days p {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}

.reform-v2_wrap .workFlowWrap .workFlow-item {
  margin-top: 10px;
  border: 1px solid #ccc;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .detailWrap {
  padding: 15px;
  background-color: #f3f8e2;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .detailWrap .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .detailWrap .title .step {
  font-size: 1.4rem;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .detailWrap .text {
  margin-top: 10px;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap .title {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap ul {
  display: flex;
  justify-content: center;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap ul li {
  width: 85px;
  text-align: center;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap ul li .text {
  margin-top: 5px;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap {
  display: flex;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox,
.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .noisyBox {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox .text,
.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .noisyBox .text {
  font-weight: bold;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox .icon,
.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .noisyBox .icon {
  position: relative;
}

.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox .icon span,
.reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .noisyBox .icon span {
  position: absolute;
  top: 0;
  right: 0;
}

.reform-v2_wrap .featureListCol {
  padding-top: 11px;
}

.reform-v2_wrap .featureList {
  position: relative;
  background-color: #f3f8e2;
  border: 1px solid #9cc715;
  box-shadow: 2px 3px 0px 0px #9cc715;
  text-align: center;
}

.reform-v2_wrap .featureList .label {
  position: absolute;
  width: 130px;
  height: 22px;
  top: -11px;
  left: calc(50% - 65px);
  font-weight: bold;
  background-color: #9cc715;
  color: #fff;
  font-size: 1.4rem;
  line-height: 22px;
  border-radius: 11px;
}

.reform-v2_wrap .featureList .text {
  font-weight: bold;
  height: 70px;
  padding-top: 25px;
}

.reform-v2_wrap .featureSupplement {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f8e2;
  border: 1px solid #9cc715;
  box-shadow: 2px 3px 0px 0px #9cc715;
  height: 70px;
  border-radius: 20px;
}

.reform-v2_wrap .featureSupplement p {
  font-weight: bold;
}

.reform-v2_wrap .pointListWrap {
  background-color: #f3f8e2;
}

.reform-v2_wrap .pointList-item {
  padding: 25px;
}

.reform-v2_wrap .pointList-item + .pointList-item {
  padding-top: 0;
}

.reform-v2_wrap .pointList-item .pointList-labe {
  position: relative;
  background-color: #9cc715;
  border-radius: 4px;
}

.reform-v2_wrap .pointList-item .pointList-labe::before {
  content: "";
  position: absolute;
  margin-left: -10px;
  border: 10px solid transparent;
}

.reform-v2_wrap .pointList-item .pointList-labe p {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.reform-v2_wrap .pointList-item .pointList-detail dt {
  font-weight: bold;
}

.reform-v2_wrap .storeSearchBox {
  text-align: center;
  border: 1px solid #9cc715;
  margin-top: 20px;
}

.reform-v2_wrap .storeSearchBox .lead {
  font-weight: bold;
  font-size: 1.4rem;
}

.reform-v2_wrap .storeSearchBox .label p {
  display: inline-block;
  background-color: #9cc715;
  color: #fff;
  font-weight: bold;
  padding: 9px;
  line-height: 1;
}

.reform-v2_wrap .storeSearchBox .text,
.reform-v2_wrap .storeSearchBox .btnWrap {
  margin-top: 20px;
}

.reform-v2_wrap .storeSearchBox .text + .btnWrap {
  margin-top: 5px;
}

.reform-v2_wrap .troubleExample {
  background-color: #eee;
}

.reform-v2_wrap .troubleExample h3 {
  font-weight: bold;
  text-align: center;
}

.reform-v2_wrap .troubleExample .exampleItem .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px;
  background: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.reform-v2_wrap .troubleExample .exampleItem .detail::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.reform-v2_wrap .troubleExample .exampleItem .imgWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reform-v2_wrap .troubleExample .exampleItem .imgWrap dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px dotted #888;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
}

.reform-v2_wrap .troubleExample .exampleItem .imgWrap dl dt span {
  display: block;
}

.reform-v2_wrap .troubleExample .exampleItem .imgWrap dl dd {
  font-weight: bold;
  font-size: 1.5rem;
}

.reform-v2_wrap .troubleExample .exampleItem .imgWrap dl dd .num {
  font-size: 1.8rem;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock {
  color: #fff;
  font-weight: bold;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .part {
  text-align: center;
  background-color: #a7cd30;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years {
  text-align: center;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years span {
  display: inline-block;
  transform: rotate(90deg);
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5,
.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10,
.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15 {
  position: relative;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5::after,
.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10::after,
.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15::after {
  content: "";
  position: absolute;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5 {
  background-color: #8eb512;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5::after {
  border-color: #7d9e17;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10 {
  background-color: #7d9e17;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10::after {
  border-color: #698510;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15 {
  background-color: #698510;
}

.reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15::after {
  border-color: #fff;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part {
  position: relative;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap {
  position: relative;
  text-align: center;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap .title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables {
  background-color: #fff;
  border: 2px solid #d3e9c8;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dt {
  text-align: center;
  font-weight: bold;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd ul {
  margin-left: 1em;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd li {
  list-style: disc;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList {
  position: relative;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList .iconText {
  font-size: 1.1rem;
  padding: 3px;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  background-color: #acd598;
  border-radius: 5px;
  font-size: 1.2rem;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:first-child {
  margin-top: 0;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child li:nth-child(1) {
  border-bottom: 2px dotted #fff;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li .listWrap {
  width: 100%;
  line-height: 1.4;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years {
  position: relative;
  background-color: #f3f8e2;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5,
.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10,
.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 {
  position: relative;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail,
.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail,
.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail {
  position: relative;
  border: 2px dotted #8eb512;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2rem;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail .label,
.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail .label,
.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail .label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .label {
  background-color: #8eb512;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .label {
  background-color: #7d9e17;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .label {
  background-color: #698510;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line {
  background-color: #acd598;
  position: absolute;
  line-height: 0;
}

.reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line:last-child, .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line:nth-child(2) {
  background-color: #89c997;
}

.reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .itemList {
  display: flex;
  justify-content: space-between;
}

.reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .itemList > li:last-child {
  background-color: #89c997;
}

.reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .itemList {
  display: flex;
  justify-content: space-between;
}

.reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .itemList > li:last-child {
  background-color: #89c997;
}

.reform-v2_wrap .maintenanceSchedule .generalEquipment {
  background-color: #f3f8e2;
}

.reform-v2_wrap .maintenanceSchedule .generalEquipment dl dt {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}

.reform-v2_wrap .maintenanceSchedule .generalEquipment dl dd {
  font-size: 1.2rem;
}

.reform-v2_wrap .maintenanceSchedule .js-MScarousel {
  position: relative;
}

.reform-v2_wrap .costBlock {
  background-color: #f3f8e3;
}

.reform-v2_wrap .costBlock .h3Block .title {
  text-align: center;
  font-weight: bold;
}

.reform-v2_wrap .costBlock .h3Block + *:not(.btnWrap) {
  margin-top: 12px;
}

.reform-v2_wrap .costBlock .h4Block {
  text-align: center;
  margin-bottom: 24px;
}

.reform-v2_wrap .costBlock .h4Block .title {
  border-bottom: dotted 2px #9cc715;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.reform-v2_wrap .costBlock .h4Block + *:not(.btnWrap) {
  margin-top: 12px;
}

.reform-v2_wrap .costBlock .costBlock-line {
  background-color: #fff;
  border: 3px solid #acd598;
}

.reform-v2_wrap .costBlock .costBlock-bg {
  background-color: #fff;
  margin-top: 15px;
}

.reform-v2_wrap .costBlock .costArrow {
  width: 28px;
  height: 28px;
  position: relative;
  margin: auto;
}

.reform-v2_wrap .costBlock .costArrow::before, .reform-v2_wrap .costBlock .costArrow::after {
  content: "";
  background-color: #444;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.reform-v2_wrap .costBlock .costArrow::before {
  width: 6px;
  height: 100%;
}

.reform-v2_wrap .costBlock .costArrow::after {
  width: 100%;
  height: 6px;
}

.reform-v2_wrap .costBlock .costLabelWrap {
  display: flex;
  flex-wrap: wrap;
}

.reform-v2_wrap .costBlock .costLabelWrap .costLabelItem .text {
  font-size: 1.3rem;
}

.reform-v2_wrap .costBlock .costLabelWrap .costLabel {
  background-color: #f3f8e3;
  border: 1px dashed #acd598;
  text-align: center;
  border-radius: 7px;
  font-weight: bold;
  font-size: 1.6rem;
}

.reform-v2_wrap .costBlock .costLabelWrap .costLabel.is-select {
  background-color: #bde1ac;
  border: none;
}

.reform-v2_wrap .costBlock .costLabelWrap .costLabel + * {
  margin-top: 10px;
}

.reform-v2_wrap .costBlock .costLabelWrap.col4 .costLabel {
  font-size: 1.3rem;
}

.reform-v2_wrap .costBlock .textNote {
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
}

.reform-v2_wrap .costBlock .textNote span.costLabel {
  background-color: #f3f8e3;
  border: 1px dashed #acd598;
  border-radius: 4px;
  display: inline-block;
}

.reform-v2_wrap .costBlock > *:first-child {
  margin-top: 0;
}

.reform-v2_wrap .costBlock > *:last-child {
  margin-bottom: 0;
}

.reform-v2_wrap .descriptionArea .desc {
  background-color: #f6f6f6;
}

.reform-v2_wrap .descriptionArea .desc .descList {
  counter-reset: data-num;
}

.reform-v2_wrap .descriptionArea .desc .descList > li {
  margin-bottom: 20px;
}

.reform-v2_wrap .descriptionArea .desc .descList > li:last-child {
  margin-bottom: 0;
}

.reform-v2_wrap .descriptionArea .desc .descList .title {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 44px;
  position: relative;
  line-height: 1.625;
}

.reform-v2_wrap .descriptionArea .desc .descList .title::before {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  counter-increment: data-num;
  content: counter(data-num);
  color: #fff;
  background-color: #9fd038;
  font-weight: bold;
  border-radius: 50%;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 2.3;
}

.reform-v2_wrap .descriptionArea .desc .descList .title.typeNormal {
  font-weight: normal;
}

.reform-v2_wrap .descriptionArea .desc .descList .title.typeNormal::before {
  top: 0.4em;
  bottom: inherit;
}

.reform-v2_wrap .descriptionArea .desc .descList .title.typeNormal + * {
  padding-left: 44px;
}

.reform-v2_wrap .descriptionArea .desc .descList .title.typeNormal + .note {
  padding-left: 62px;
}

.reform-v2_wrap .descriptionArea .desc .descList.typeColor > li:nth-child(1) .title::before {
  background-color: #9fd038;
}

.reform-v2_wrap .descriptionArea .desc .descList.typeColor > li:nth-child(2) .title::before {
  background-color: #43af35;
}

.reform-v2_wrap .descriptionArea .desc .descList.typeColor > li:nth-child(3) .title::before {
  background-color: #4bc3e5;
}

.reform-v2_wrap .descriptionArea .desc .descList.typeColor > li:nth-child(4) .title::before {
  background-color: #c2ba37;
}

.reform-v2_wrap .descriptionArea .desc .descList.typeColor > li:nth-child(5) .title::before {
  background-color: #a3a3cc;
}

.reform-v2_wrap .descriptionArea .desc .descList .text {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.857;
}

.reform-v2_wrap .descriptionArea .desc .descList .note {
  margin-top: 5px;
  line-height: 1.5;
}

.reform-v2_wrap .explanationArea {
  background-color: #f3f8e2;
  margin: 20px 0;
}

.reform-v2_wrap .explanationArea .list {
  counter-reset: data-num;
}

.reform-v2_wrap .explanationArea .list > li {
  margin-bottom: 20px;
}

.reform-v2_wrap .explanationArea .list > li:last-child {
  margin-bottom: 0;
}

.reform-v2_wrap .explanationArea .list .title {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 44px;
  position: relative;
}

.reform-v2_wrap .explanationArea .list .title::before {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  content: "?";
  color: #000;
  background-color: #ffcc00;
  font-weight: bold;
  border-radius: 50%;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 2.3;
}

.reform-v2_wrap .explanationArea .list .text {
  font-size: 1.4rem;
  margin-top: 10px;
}

.reform-v2_wrap .balloonTop,
.reform-v2_wrap .balloonBottom,
.reform-v2_wrap .balloonLeft,
.reform-v2_wrap .balloonRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reform-v2_wrap .balloonTop.is-inline,
.reform-v2_wrap .balloonBottom.is-inline,
.reform-v2_wrap .balloonLeft.is-inline,
.reform-v2_wrap .balloonRight.is-inline {
  display: inline-flex;
}

.reform-v2_wrap .balloonTop > span,
.reform-v2_wrap .balloonBottom > span,
.reform-v2_wrap .balloonLeft > span,
.reform-v2_wrap .balloonRight > span {
  position: relative;
  border: 3px solid #9cc715;
  border-radius: 20px;
  background: #fff;
  padding: 10px 20px;
  font-weight: bold;
}

.reform-v2_wrap .balloonTop > span::before,
.reform-v2_wrap .balloonTop > span::after,
.reform-v2_wrap .balloonBottom > span::before,
.reform-v2_wrap .balloonBottom > span::after,
.reform-v2_wrap .balloonLeft > span::before,
.reform-v2_wrap .balloonLeft > span::after,
.reform-v2_wrap .balloonRight > span::before,
.reform-v2_wrap .balloonRight > span::after {
  content: "";
  position: absolute;
  border: 14px solid transparent;
}

.reform-v2_wrap .balloonTop > span::before,
.reform-v2_wrap .balloonBottom > span::before,
.reform-v2_wrap .balloonLeft > span::before,
.reform-v2_wrap .balloonRight > span::before {
  z-index: 2;
}

.reform-v2_wrap .balloonTop > span::after,
.reform-v2_wrap .balloonBottom > span::after,
.reform-v2_wrap .balloonLeft > span::after,
.reform-v2_wrap .balloonRight > span::after {
  z-index: 1;
}

.reform-v2_wrap .balloonTop.is-round,
.reform-v2_wrap .balloonBottom.is-round,
.reform-v2_wrap .balloonLeft.is-round,
.reform-v2_wrap .balloonRight.is-round {
  text-align: center;
}

.reform-v2_wrap .balloonTop.is-round > span,
.reform-v2_wrap .balloonBottom.is-round > span,
.reform-v2_wrap .balloonLeft.is-round > span,
.reform-v2_wrap .balloonRight.is-round > span {
  border: 2px solid #9cc715;
  border-radius: 50px;
}

.reform-v2_wrap .balloonTop.is-round > span::before,
.reform-v2_wrap .balloonTop.is-round > span::after,
.reform-v2_wrap .balloonBottom.is-round > span::before,
.reform-v2_wrap .balloonBottom.is-round > span::after,
.reform-v2_wrap .balloonLeft.is-round > span::before,
.reform-v2_wrap .balloonLeft.is-round > span::after,
.reform-v2_wrap .balloonRight.is-round > span::before,
.reform-v2_wrap .balloonRight.is-round > span::after {
  border-width: 9px;
}

.reform-v2_wrap .balloonTop {
  padding-bottom: 20px;
}

.reform-v2_wrap .balloonTop.is-over {
  margin-bottom: -32px;
}

.reform-v2_wrap .balloonTop > span::before, .reform-v2_wrap .balloonTop > span::after {
  left: 50%;
  margin-left: -14px;
}

.reform-v2_wrap .balloonTop > span::before {
  border-top: 15px solid #FFF;
}

.reform-v2_wrap .balloonTop > span::after {
  bottom: -29px;
  border-top: 15px solid #9cc715;
}

.reform-v2_wrap .balloonTop.is-round > span::before,
.reform-v2_wrap .balloonTop.is-round > span::after {
  margin-left: -9px;
  border-top-width: 15px;
}

.reform-v2_wrap .balloonTop.is-round > span::before {
  bottom: -19px;
}

.reform-v2_wrap .balloonTop.is-round > span::after {
  bottom: -24px;
}

.reform-v2_wrap .balloonBottom {
  padding-top: 20px;
}

.reform-v2_wrap .balloonBottom.is-over {
  margin-top: -32px;
}

.reform-v2_wrap .balloonBottom > span::before, .reform-v2_wrap .balloonBottom > span::after {
  left: 50%;
  margin-left: -14px;
}

.reform-v2_wrap .balloonBottom > span::before {
  border-bottom: 15px solid #FFF;
}

.reform-v2_wrap .balloonBottom > span::after {
  top: -29px;
  border-bottom: 15px solid #9cc715;
}

.reform-v2_wrap .balloonBottom.is-round > span::before,
.reform-v2_wrap .balloonBottom.is-round > span::after {
  margin-left: -9px;
  border-bottom-width: 15px;
}

.reform-v2_wrap .balloonBottom.is-round > span::before {
  top: -19px;
}

.reform-v2_wrap .balloonBottom.is-round > span::after {
  top: -24px;
}

.reform-v2_wrap .balloonLeft > span::before, .reform-v2_wrap .balloonLeft > span::after {
  top: 50%;
  margin-top: -14px;
}

.reform-v2_wrap .balloonLeft > span::before {
  border-left: 15px solid #FFF;
}

.reform-v2_wrap .balloonLeft > span::after {
  right: -29px;
  border-left: 15px solid #9cc715;
}

.reform-v2_wrap .balloonLeft.is-round > span::before,
.reform-v2_wrap .balloonLeft.is-round > span::after {
  margin-top: -9px;
  border-left-width: 15px;
}

.reform-v2_wrap .balloonLeft.is-round > span::before {
  right: -19px;
}

.reform-v2_wrap .balloonLeft.is-round > span::after {
  right: -24px;
}

.reform-v2_wrap .balloonRight > span::before, .reform-v2_wrap .balloonRight > span::after {
  top: 50%;
  margin-top: -14px;
}

.reform-v2_wrap .balloonRight > span::before {
  border-right: 15px solid #FFF;
}

.reform-v2_wrap .balloonRight > span::after {
  left: -29px;
  border-right: 15px solid #9cc715;
}

.reform-v2_wrap .balloonRight.is-round > span::before,
.reform-v2_wrap .balloonRight.is-round > span::after {
  margin-top: -9px;
  border-right-width: 15px;
}

.reform-v2_wrap .balloonRight.is-round > span::before {
  left: -19px;
}

.reform-v2_wrap .balloonRight.is-round > span::after {
  left: -24px;
}

.reform-v2_wrap .listView .linkModule .imgWrap img {
  width: 100%;
}

.reform-v2_wrap .contactBlock {
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #ccc;
  text-align: center;
}

.reform-v2_wrap .contactBlock h2 {
  font-weight: bold;
}

.reform-v2_wrap .contactBlock .contactBlockTel dl dt {
  font-weight: normal;
}

.reform-v2_wrap .contactBlock .contactBlockTel dl dt .title {
  font-weight: bold;
  line-height: 1.2;
}

.reform-v2_wrap .contactBlock .contactBlockTel dl dt .time {
  /* PC用 */
  font-size: 1.3rem;
}

.reform-v2_wrap .contactBlock .contactBlockTel dl dd .freedial {
  font-weight: bold;
}

.reform-v2_wrap .contactBlock .contactBlockTel dl dd .freedial img {
  vertical-align: middle;
}

.reform-v2_wrap .qaLead {
  margin: 40px 0;
}

.reform-v2_wrap .qaWrap {
  margin: 0 0 34px;
}

.reform-v2_wrap .qaWrap + .qaWrap {
  margin-top: -24px;
}

.reform-v2_wrap .qaQWrap {
  overflow: hidden;
  font-weight: bold;
  cursor: default;
  list-style: none;
  transition: .2s opacity ease-out;
  font-size: 18px;
  background: #f0f1f2;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 45px 10px 70px;
}

.reform-v2_wrap .qaQWrap .qaSymbol {
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: .75;
}

.reform-v2_wrap .qaQWrap::-webkit-details-marker {
  display: none;
}

.reform-v2_wrap .qaQWrap:hover {
  opacity: .7;
  background: #f7f7f7;
}

.reform-v2_wrap .qaQWrap[aria-expanded="true"]::after {
  transform: rotate(0);
}

.reform-v2_wrap .qaQWrap::after {
  transform: rotate(-90deg);
}

.reform-v2_wrap .qaQWrap::before, .reform-v2_wrap .qaQWrap::after {
  background: #000;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 2px;
  margin: auto 0;
  content: "";
  transition: .2s transform ease-out;
}

.reform-v2_wrap .qaAWrap {
  position: relative;
}

.reform-v2_wrap .qaAWrap .qaSymbol {
  position: absolute;
  top: 22px;
  left: 20px;
}

.reform-v2_wrap .qaRelationLink {
  padding: 10px 20px 20px;
  border: 1px dotted #d7d7d7;
}

.reform-v2_wrap .qaRelationLinkTtl {
  font-size: 1.6rem;
  font-weight: bold;
}

.reform-v2_wrap .qaSymbol {
  font-size: 22px;
  font-weight: bold;
  color: #30b552;
}

.reform-v2_wrap .qaAInner .linkIcon.is-arrow,
.reform-v2_wrap .qaLinkBtm .linkIcon.is-arrow {
  text-decoration: underline;
}

.reform-v2_wrap .qaAInner .linkIcon.is-arrow:hover,
.reform-v2_wrap .qaLinkBtm .linkIcon.is-arrow:hover {
  text-decoration: none;
}

.reform-v2_wrap .qaAInner {
  padding: 30px 0 30px 70px;
}

.reform-v2_wrap .qaLink {
  text-decoration: underline !important;
}

.reform-v2_wrap .qaANum {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #181818;
}

.reform-v2_wrap .qaH2 {
  font-size: 18px;
  font-weight: bold;
}

.reform-v2_wrap .qaRelationLink,
.reform-v2_wrap .qaAInner > p {
  margin-top: 35px;
}

.reform-v2_wrap .qaAInner > .qaANum + p {
  margin-top: 15px;
}

.reform-v2_wrap .qaAInner > p:first-child + p,
.reform-v2_wrap .qaAInner > .qaLink {
  margin-top: 25px;
}

.reform-v2_wrap .qaH2,
.reform-v2_wrap .qaAInner ol,
.reform-v2_wrap .qaAInner ul {
  margin-top: 30px;
}

.reform-v2_wrap .qaAInner > p:first-child {
  margin-top: 0;
}

.reform-v2_wrap .qaAInner .qaLink + .qaLink {
  margin-top: 0;
}

.reform-v2_wrap .qaLinkBtm {
  margin-top: -14px;
}

.reform-v2_wrap .knowSize .knowSizeBtn {
  margin-top: 30px;
}

.reform-v2_wrap .knowSize .knowSizeBtn .btnWrap {
  margin-top: 0;
}

.reform-v2_wrap .knowSizeAll {
  padding: 30px 25px;
  border: 1px solid #ccc;
}

.reform-v2_wrap .knowSizeAll .h3 {
  border: none;
}

.reform-v2_wrap .knowSizeAll .h3Lead {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 960px;
  }
  .str-breadcrumb.is-spOnly {
    display: none;
  }
  .reform-v2_wrap .reform-v2_content {
    margin: 0 auto;
    width: 960px;
    margin-top: 30px;
  }
  .reform-v2_wrap .is-hiddenPC {
    display: none !important;
  }
  .reform-v2_wrap .is-showPC {
    display: block !important;
  }
  .reform-v2_wrap .lineBox-strong .btnArrow.is-sizeE {
    width: 422px;
  }
  .reform-v2_wrap .btnWrap {
    display: flex;
  }
  .reform-v2_wrap .btnArrow {
    min-height: 65px;
    font-size: 1.5rem;
    padding: 5px 20px;
  }
  .reform-v2_wrap .btnArrow.is-sizeE {
    width: 465px;
  }
  .reform-v2_wrap .btnArrow.is-sizeL {
    min-height: 65px;
    font-size: 1.8rem;
  }
  .reform-v2_wrap .btnArrow:hover .arrow-wrap::after, .reform-v2_wrap .btnArrow:hover .arrow-wrap::before {
    right: -10px;
  }
  .reform-v2_wrap .btnArrow.is-itemsC {
    margin-left: auto;
    margin-right: auto;
  }
  .reform-v2_wrap .textR-PC {
    text-align: right;
  }
  .reform-v2_wrap .textSuper {
    font-size: 1.0rem;
  }
  .reform-v2_wrap .textLarge {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .iconText {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .parallel-L + .parallel-L {
    margin-top: 40px;
  }
  .reform-v2_wrap table.table th,
  .reform-v2_wrap table.table td {
    padding: 20px;
  }
  .reform-v2_wrap table.table th a:hover,
  .reform-v2_wrap table.table th a:link:hover,
  .reform-v2_wrap table.table td a:hover,
  .reform-v2_wrap table.table td a:link:hover {
    text-decoration: none;
  }
  .reform-v2_wrap table.table th {
    text-align: center;
  }
  .reform-v2_wrap table.table thead.is-strong th,
  .reform-v2_wrap table.table tfoot.is-strong th {
    font-size: 1.8rem;
  }
  .reform-v2_wrap table.table tfoot {
    display: none;
  }
  .reform-v2_wrap .colWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .reform-v2_wrap .colWrap.is-border .colItem {
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-2 .colItem:nth-child(4n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-2 .colItem:nth-child(n + 5) {
    border-top: none;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-1 .colItem:nth-child(4n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-1 .colItem:nth-child(n + 5) {
    border-top: none;
  }
  .reform-v2_wrap .colWrap.is-border.is-3-1 .colItem:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-3-1 .colItem:nth-child(n + 4) {
    border-top: none;
  }
  .reform-v2_wrap .colWrap.is-border.is-2-1 .colItem:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-2-1 .colItem:nth-child(n + 3) {
    border-top: none;
  }
  .reform-v2_wrap .colWrap.is-border + .btnWrap {
    margin-top: 30px;
  }
  .reform-v2_wrap .colWrap.is-reverse {
    flex-direction: row-reverse;
  }
  .reform-v2_wrap .colWrap.is-reverse .colItem:nth-child(odd) > .btnWrap .is-sizeE {
    float: right;
  }
  .reform-v2_wrap .colWrap.is-reverse .colItem:nth-child(even) > .btnWrap .is-sizeE {
    float: none;
  }
  .reform-v2_wrap .colWrap.is-itemsC {
    align-items: center;
  }
  .reform-v2_wrap .colWrap .colItem:nth-child(even) > .btnWrap .is-sizeE {
    float: right;
  }
  .reform-v2_wrap .colWrap .colItem > .btnWrap:first-child {
    margin-top: -5px;
  }
  .reform-v2_wrap .colWrap.is-main-S .colItem:nth-child(odd) {
    width: 52%;
    margin-right: 8%;
  }
  .reform-v2_wrap .colWrap.is-main-S .colItem:nth-child(even) {
    width: 40%;
  }
  .reform-v2_wrap .colWrap.is-main-S.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .colWrap.is-main-S.is-reverse .colItem:nth-child(even) {
    margin-right: 8%;
  }
  .reform-v2_wrap .colWrap.is-main-M .colItem:nth-child(odd) {
    width: 52%;
    margin-right: 3%;
  }
  .reform-v2_wrap .colWrap.is-main-M .colItem:nth-child(even) {
    width: 45%;
  }
  .reform-v2_wrap .colWrap.is-main-M.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .colWrap.is-main-M.is-reverse .colItem:nth-child(even) {
    margin-right: 3%;
  }
  .reform-v2_wrap .colWrap.is-S-main .colItem:nth-child(odd) {
    width: 40%;
    margin-right: 8%;
  }
  .reform-v2_wrap .colWrap.is-S-main .colItem:nth-child(even) {
    width: 52%;
  }
  .reform-v2_wrap .colWrap.is-S-main.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .colWrap.is-S-main.is-reverse .colItem:nth-child(even) {
    margin-right: 8%;
  }
  .reform-v2_wrap .colWrap.is-M-main .colItem:nth-child(odd) {
    width: 45%;
    margin-right: 3%;
  }
  .reform-v2_wrap .colWrap.is-M-main .colItem:nth-child(even) {
    width: 52%;
  }
  .reform-v2_wrap .colWrap.is-M-main.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .colWrap.is-M-main.is-reverse .colItem:nth-child(even) {
    margin-right: 3%;
  }
  .reform-v2_wrap .colWrap.is-4-2 .colItem {
    width: 25%;
  }
  .reform-v2_wrap .colWrap.is-4-2 .colItem:nth-child(n + 5) {
    margin-top: 30px;
  }
  .reform-v2_wrap .colWrap.is-4-2 .colItem:nth-child(n + 5) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-2.is-border .colItem:nth-child(n + 5) {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-2.is-margin {
    margin-left: -6px;
  }
  .reform-v2_wrap .colWrap.is-4-2.is-margin .colItem {
    margin-left: 6px;
    width: calc(25% - 6px);
  }
  .reform-v2_wrap .colWrap.is-4-2.is-margin .colItem:nth-child(n + 5) {
    margin-top: 6px;
  }
  .reform-v2_wrap .colWrap.is-4-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .colWrap.is-4-1 .colItem {
    width: 25%;
  }
  .reform-v2_wrap .colWrap.is-4-1 .colItem:nth-child(n + 5) {
    margin-top: 30px;
  }
  .reform-v2_wrap .colWrap.is-4-1 .colItem:nth-child(n + 5) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-1.is-border .colItem:nth-child(n + 5) {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-1.is-margin {
    margin-left: -6px;
  }
  .reform-v2_wrap .colWrap.is-4-1.is-margin .colItem {
    margin-left: 6px;
    width: calc(25% - 6px);
  }
  .reform-v2_wrap .colWrap.is-4-1.is-margin .colItem:nth-child(n + 5) {
    margin-top: 6px;
  }
  .reform-v2_wrap .colWrap.is-3-1 .colItem {
    width: 33.333333333%;
  }
  .reform-v2_wrap .colWrap.is-3-1 .colItem:nth-child(n + 4) {
    margin-top: 30px;
  }
  .reform-v2_wrap .colWrap.is-3-1 .colItem:nth-child(n + 4) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-3-1.is-border .colItem:nth-child(n + 4) {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-3-1.is-margin {
    margin-left: -15px;
  }
  .reform-v2_wrap .colWrap.is-3-1.is-margin .colItem {
    margin-left: 15px;
    width: calc(33.333333333% - 15px);
  }
  .reform-v2_wrap .colWrap.is-3-1.is-margin .colItem:nth-child(n + 4) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-2-1 .colItem {
    width: 50%;
  }
  .reform-v2_wrap .colWrap.is-2-1 .colItem:nth-child(n + 3) {
    margin-top: 30px;
  }
  .reform-v2_wrap .colWrap.is-2-1 .colItem:nth-child(n + 3) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-border .colItem:nth-child(n + 3) {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-margin {
    margin-left: -30px;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-margin .colItem {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .reform-v2_wrap .colWrap.is-2-1.is-margin .colItem:nth-child(n + 3) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-margin-l {
    margin-left: -30px;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-margin-l .colItem {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-S .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-S .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-S .colItem:nth-child(odd) {
    width: 55%;
    margin-right: 6%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-S .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-S .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-S .colItem:nth-child(even) {
    width: 39%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-S.is-reverse .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-S.is-reverse .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-S.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-S.is-reverse .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-S.is-reverse .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-S.is-reverse .colItem:nth-child(even) {
    margin-right: 6%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-M .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-M .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-M .colItem:nth-child(odd) {
    width: 52%;
    margin-right: 3%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-M .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-M .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-M .colItem:nth-child(even) {
    width: 45%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-M.is-reverse .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-M.is-reverse .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-M.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .lineBox .colWrap.is-main-M.is-reverse .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-strong .colWrap.is-main-M.is-reverse .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-dot .colWrap.is-main-M.is-reverse .colItem:nth-child(even) {
    margin-right: 3%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-S-main .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-strong .colWrap.is-S-main .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-dot .colWrap.is-S-main .colItem:nth-child(odd) {
    width: 26%;
    margin-right: 5%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-S-main .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-strong .colWrap.is-S-main .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-dot .colWrap.is-S-main .colItem:nth-child(even) {
    width: 68%;
  }
  .reform-v2_wrap .lineBox .colWrap.is-S-main.is-reverse .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-strong .colWrap.is-S-main.is-reverse .colItem:nth-child(odd),
  .reform-v2_wrap .lineBox-dot .colWrap.is-S-main.is-reverse .colItem:nth-child(odd) {
    margin-right: 0;
  }
  .reform-v2_wrap .lineBox .colWrap.is-S-main.is-reverse .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-strong .colWrap.is-S-main.is-reverse .colItem:nth-child(even),
  .reform-v2_wrap .lineBox-dot .colWrap.is-S-main.is-reverse .colItem:nth-child(even) {
    margin-right: 5%;
  }
  .reform-v2_wrap p + .imgWrap,
  .reform-v2_wrap .colWrap + .imgWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .imgTitle {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .anchor a:hover {
    text-decoration: none;
  }
  .reform-v2_wrap .linkIcon:hover {
    text-decoration: none;
  }
  .reform-v2_wrap .linkIcon.is-arrow:hover::after, .reform-v2_wrap .linkIcon.is-arrow:hover::before {
    right: -10px;
  }
  .reform-v2_wrap .catchImgSet {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .reform-v2_wrap .catchImgSet.is-typeA .imgWrap {
    width: 45%;
  }
  .reform-v2_wrap .catchImgSet.is-typeA .textWrap {
    width: 52%;
  }
  .reform-v2_wrap .catchImgSet.is-typeA .textWrap .btnWrap {
    margin-top: 30px;
  }
  .reform-v2_wrap .catchImgSet.is-typeB .imgWrap,
  .reform-v2_wrap .catchImgSet.is-typeB .textWrap {
    width: 50%;
  }
  .reform-v2_wrap .catchImgSet.is-typeB .textWrap {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .catchImgSet-lead {
    margin-top: 40px;
  }
  .reform-v2_wrap .h1Block-wrap {
    height: 180px;
  }
  .reform-v2_wrap .h1Block {
    width: 960px;
  }
  .reform-v2_wrap .h1 {
    font-size: 2.9rem;
  }
  .reform-v2_wrap .tagICon {
    margin-top: 5px;
    padding: 0 8px;
    font-size: 1.3rem;
    height: 24px;
    line-height: 24px;
  }
  .reform-v2_wrap .tagICon::after {
    right: -24px;
    border-width: 12px;
  }
  .reform-v2_wrap .h2Block-tabWrap::before {
    top: 48px;
    height: calc(100% - 48px);
  }
  .reform-v2_wrap .h2Block-tab {
    padding: 18px 30px 5px 30px;
    border-top-right-radius: 38px;
    border-top-left-radius: 38px;
    font-size: 2.2rem;
  }
  .reform-v2_wrap .h2Block-tab::before, .reform-v2_wrap .h2Block-tab::after {
    height: calc(100% - 48px);
  }
  .reform-v2_wrap .h2Block-tab .h2 {
    font-size: 2.2rem;
  }
  .reform-v2_wrap .h2Block + *:not(.btnWrap) {
    margin-top: 30px;
  }
  .reform-v2_wrap .h2Block .h2 {
    font-size: 2.2rem;
  }
  .reform-v2_wrap .h2Lead {
    text-align: center;
  }
  .reform-v2_wrap .h3Block-startPage h3 {
    font-size: 2.2rem;
  }
  .reform-v2_wrap .h3Block + *:not(.btnWrap) {
    margin-top: 30px;
  }
  .reform-v2_wrap .h3 {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .h3 .new {
    font-size: 1.2rem;
  }
  .reform-v2_wrap .h3Lead {
    margin-top: 30px;
  }
  .reform-v2_wrap .h3check {
    padding-left: 32px;
  }
  .reform-v2_wrap .h3check::before {
    top: 0.3em;
  }
  .reform-v2_wrap .h4Block + *:not(.btnWrap) {
    margin-top: 8px;
  }
  .reform-v2_wrap .h4 {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .h4check {
    padding-left: 29px;
  }
  .reform-v2_wrap .h4check::before {
    top: 0.3em;
  }
  .reform-v2_wrap .h5Block + *:not(.btnWrap) {
    margin-top: 5px;
  }
  .reform-v2_wrap .h5 {
    font-size: 1.4rem;
  }
  .reform-v2_wrap section,
  .reform-v2_wrap .section {
    margin-top: 60px;
  }
  .reform-v2_wrap section > section > section,
  .reform-v2_wrap .section > section > section {
    margin-top: 50px;
  }
  .reform-v2_wrap .h2Section-content {
    padding: 37px;
    border: 3px solid #9cc715;
  }
  .reform-v2_wrap .h2Block-tabWrap + .h2Section-content {
    border-top: none;
  }
  .reform-v2_wrap .lineBox-strong {
    padding: 37px;
    border: 3px solid #9cc715;
  }
  .reform-v2_wrap .lineBox {
    padding: 20px 40px;
  }
  .reform-v2_wrap .lineBox .title {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .lineBox-sup {
    padding: 20px 40px;
  }
  .reform-v2_wrap .lineBox-sup > dl > dt {
    font-size: 1.7rem;
  }
  .reform-v2_wrap .lineBox-dot {
    background-color: #fff;
    border: 2px dotted #ccc;
    padding: 35px 40px;
  }
  .reform-v2_wrap .lineBox-dot + .lineBox-dot {
    margin-top: 25px;
  }
  .reform-v2_wrap .bgBox {
    display: inline-block;
    min-width: 250px;
    padding: 20px 16px;
  }
  .reform-v2_wrap .bgBox .title {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .utilityBoxWrap {
    display: flex;
    margin-left: -30px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox:hover .linkArrow::after, .reform-v2_wrap .utilityBoxWrap .utilityBox:hover .linkArrow::before {
    right: -10px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox {
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
    justify-content: center;
    padding: 30px 60px;
    margin-left: 30px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox:only-child {
    width: calc(100% - 30px);
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .lead {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .utilityBoxLink {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .utilityBoxLink.is-2-1 > * {
    width: calc(50% - 14px);
    margin: 15px 7px 0 7px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .utilityBoxLink.is-3-1 > * {
    width: calc(33.3% - 14px);
    margin: 15px 7px 0 7px;
  }
  .reform-v2_wrap .utilityBoxWrap a.utilityBox {
    max-height: 320px;
  }
  .reform-v2_wrap .utilityBoxWrap.is-type02 {
    align-items: flex-start;
  }
  .reform-v2_wrap .topLead {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .linkModule-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .reform-v2_wrap .linkModule-flex .moduleIntro,
  .reform-v2_wrap .linkModule-flex .linkModule {
    width: 48.44%;
    display: flex;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .linkModule-flex .moduleIntro > *,
  .reform-v2_wrap .linkModule-flex .linkModule > * {
    width: 100%;
  }
  .reform-v2_wrap .linkModule-flex .moduleIntro .textWrap,
  .reform-v2_wrap .linkModule-flex .linkModule .textWrap {
    padding: 15px 25px 15px 20px;
    min-height: 90px;
  }
  .reform-v2_wrap .linkModule-flex .moduleIntro .textWrap p,
  .reform-v2_wrap .linkModule-flex .linkModule .textWrap p {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .linkModule:nth-child(n + 3) {
    margin-top: 20px;
  }
  .reform-v2_wrap .linkModule:hover .linkArrow::after, .reform-v2_wrap .linkModule:hover .linkArrow::before {
    right: -10px;
  }
  .reform-v2_wrap .linkModule .textWrap {
    padding: 10px 20px 10px 15px;
  }
  .reform-v2_wrap .linkModule .textWrap dl dt {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .linkModule.is-side {
    display: flex;
  }
  .reform-v2_wrap .linkModule.is-side .imgWrap {
    width: 50%;
  }
  .reform-v2_wrap .linkModule.is-side .textWrap {
    width: 50%;
    border-top: none;
    border-left: 1px solid #ccc;
    padding: 15px 30px;
  }
  .reform-v2_wrap .linkModule.is-side .textWrap .linkArrow {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .linkModule2:hover .linkArrow::after, .reform-v2_wrap .linkModule2:hover .linkArrow::before {
    right: -10px;
  }
  .reform-v2_wrap .linkModule2 .textWrap {
    padding: 10px 20px 10px 15px;
  }
  .reform-v2_wrap .movieArea .movieCol {
    display: flex;
    justify-content: space-between;
  }
  .reform-v2_wrap .movieArea .movieCol + .movieCol {
    margin-top: 40px;
  }
  .reform-v2_wrap .movieArea .movieItemWrap {
    width: 48%;
  }
  .reform-v2_wrap .movieArea > .movieItemWrap {
    width: 600px;
    margin: 0 auto;
  }
  .reform-v2_wrap .stepNav-typeA {
    width: 730px;
    margin: 0 auto;
  }
  .reform-v2_wrap .stepNav-typeA {
    margin-top: 60px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item:hover .linkArrow::after, .reform-v2_wrap .stepNav-typeA .stepNav-item:hover .linkArrow::before {
    right: -10px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt {
    width: 280px;
    transition: .2s background-color ease-out;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt::after {
    border: 140px solid #fff;
    border-top: 25px solid #e4f0c5;
    border-bottom: 0;
    transition: .2s border-top-color ease-out;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt .step {
    padding-bottom: 25px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd {
    width: calc(100% - 294px);
    padding-bottom: 20px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .textWrap {
    width: 68%;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item:hover dt {
    background-color: #ecf5d7;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item:hover dt::after {
    border-top-color: #ecf5d7;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item:hover dt span {
    text-decoration: none;
  }
  .reform-v2_wrap .stepNav-typeA .stepImg {
    margin-top: 60px;
  }
  .reform-v2_wrap .stepNav-typeA .stepImg p {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .stepNav-typeA .stepImg .imgWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item {
    width: 360px;
    display: flex;
    padding: 15px 30px 35px 30px;
    line-height: 1;
    transition: .2s background-color ease-out;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 180px solid #fff;
    border-top: 20px solid #e4f0c5;
    border-bottom: 0;
    transition: .2s border-top-color ease-out;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item.is-current::after {
    border-top-color: #9cc715;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item .title {
    width: 75px;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item:hover:not(.is-current) {
    background-color: #ecf5d7;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item:hover:not(.is-current)::after {
    border-top-color: #ecf5d7;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item:hover:not(.is-current) .text {
    text-decoration: none;
  }
  .reform-v2_wrap .stepNav-indexWrap {
    margin-top: 60px;
    padding: 0 30px;
  }
  .reform-v2_wrap .stepNav-index dt .label {
    width: 234px;
  }
  .reform-v2_wrap .stepNav-index dd li {
    margin-top: 3px;
  }
  .reform-v2_wrap .stepNav-index dd li a:hover {
    text-decoration: none;
  }
  .reform-v2_wrap .stepNav-index dd li li:first-child {
    margin-top: 3px;
  }
  .reform-v2_wrap .stepNav-typeC {
    display: flex;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item {
    z-index: 2;
    width: 25%;
    height: 100px;
    text-align: center;
    padding: 0 40px 0 10px;
    transition: .2s background-color ease-out;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item::after {
    z-index: -1;
    position: absolute;
    right: -50px;
    top: 0;
    border: 50px solid #fff;
    border-left-color: #e4f0c5;
    transition: .2s border-color ease-out;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item.is-current::after {
    border-left-color: #9cc715;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item .title {
    line-height: 40px;
    text-decoration: underline;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item:hover:not(.is-current) {
    background-color: #ecf5d7;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item:hover:not(.is-current)::after {
    border-left-color: #ecf5d7;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item:hover:not(.is-current) .text {
    text-decoration: none;
  }
  .reform-v2_wrap .priceTable {
    margin-top: 30px;
  }
  .reform-v2_wrap .priceTable .mainParts,
  .reform-v2_wrap .priceTable .subParts {
    display: flex;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .priceTable .mainParts table + table,
  .reform-v2_wrap .priceTable .subParts table + table {
    border-left: none;
  }
  .reform-v2_wrap .priceTable .mainParts table + table th,
  .reform-v2_wrap .priceTable .mainParts table + table td,
  .reform-v2_wrap .priceTable .subParts table + table th,
  .reform-v2_wrap .priceTable .subParts table + table td {
    border-left: none;
  }
  .reform-v2_wrap .priceTable .mainParts table:nth-child(1) {
    width: 328px;
  }
  .reform-v2_wrap .priceTable .mainParts table:nth-child(2) {
    width: 211px;
  }
  .reform-v2_wrap .priceTable .mainParts table:nth-child(3) {
    width: 212px;
  }
  .reform-v2_wrap .priceTable .mainParts table:nth-child(4) {
    width: 209px;
  }
  .reform-v2_wrap .priceTable .mainParts th {
    padding: 30px 0;
  }
  .reform-v2_wrap .priceTable .subParts table {
    width: 316px;
    border-top: none;
  }
  .reform-v2_wrap .priceTable .subParts table:first-child {
    width: 328px;
  }
  .reform-v2_wrap .priceTable .subParts table th {
    padding: 20px 10px;
  }
  .reform-v2_wrap .priceTable .subParts table td {
    padding: 15px 5px;
  }
  .reform-v2_wrap .floorPlanModuleWrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule {
    border-right: none;
    position: relative;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .labelWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap {
    min-height: 60px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul {
    position: absolute;
    right: 30px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap {
    padding-top: 15px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap.colWrap {
    justify-content: center;
    align-items: flex-end;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap.colWrap .colItem {
    width: auto;
    height: auto;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .labelWrap {
    padding-top: 15px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc1 .floorPlanModule {
    border-right: 1px solid #ccc;
    margin-top: 25px;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2 .floorPlanModule {
    width: 50%;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2 .floorPlanModule:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2 .floorPlanModule:nth-child(n + 3) {
    border-top: none;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc3 .floorPlanModule {
    width: 33.333333333%;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc3 .floorPlanModule:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc3 .floorPlanModule:nth-child(n + 4) {
    border-top: none;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc4 .floorPlanModule {
    width: 25%;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc4 .floorPlanModule:nth-child(4n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc4 .floorPlanModule:nth-child(n + 5) {
    border-top: none;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule {
    width: 25%;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule .imgWrap {
    padding: 50px 0;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule:nth-child(3n + 1) {
    width: 50%;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule:nth-child(3n + 1) .imgWrap {
    padding: 0 10px;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule:nth-child(n + 4) {
    border-top: none;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule .imgWrap {
    height: 370px;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc2-1 .floorPlanModule .imgWrap img {
    max-height: 100%;
  }
  .reform-v2_wrap .reformExample {
    margin-top: 40px;
  }
  .reform-v2_wrap .reformExample .mod-list-searchExample02 {
    margin-bottom: 30px;
  }
  .reform-v2_wrap .reformExample .reformExampleWrap {
    margin-left: -10px;
  }
  .reform-v2_wrap .reformExample .reformExample-item {
    width: 25%;
    margin-left: 10px;
    border: 1px solid #ccc;
  }
  .reform-v2_wrap .reformExample .reformExample-item .imgWrap {
    height: 180px;
  }
  .reform-v2_wrap .reformExample .reformExample-item h3.title {
    margin-top: 20px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .building {
    font-size: 1.1rem;
    line-height: 20px;
    height: 20px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .cost,
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .price {
    font-size: 2.0rem;
    line-height: 20px;
    height: 20px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .cost .unit,
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .price .unit {
    font-size: 1.3rem;
  }
  .reform-v2_wrap .reformExample .reformExample-item .unitType li {
    font-size: 1.1rem;
    line-height: 20px;
    height: 20px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .storeName {
    font-size: 1.3rem;
  }
  .reform-v2_wrap .reformExample .reformExample-item .information {
    font-size: 1.3rem;
  }
  .reform-v2_wrap .typePatternWrap {
    margin-top: 30px;
  }
  .reform-v2_wrap .typePattern + .typePattern {
    margin-top: 30px;
  }
  .reform-v2_wrap .typePattern .title {
    font-size: 1.8rem;
    padding: 10px 40px;
  }
  .reform-v2_wrap .typePattern .typePoint {
    padding: 0 40px;
    font-size: 1.6rem;
  }
  .reform-v2_wrap .typePattern .typePattern-content {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  .reform-v2_wrap .typePattern .typePattern-content .imgWrap {
    width: 380px;
  }
  .reform-v2_wrap .typePattern .typePattern-content .textWrap {
    width: 460px;
  }
  .reform-v2_wrap .workFlow-before {
    display: flex;
    margin-left: 35px;
  }
  .reform-v2_wrap .workFlow-before .imgWrap {
    width: 370px;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-itemWrap {
    display: inline-block;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item {
    display: flex;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .detailWrap {
    width: 283px;
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .imgWrap {
    width: 238px;
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap {
    width: 265px;
    border-right: 1px solid #ccc;
    padding: 20px;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap ul {
    margin-top: 25px;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap {
    width: 172px;
    flex-direction: column;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox,
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .noisyBox {
    flex: 1;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox {
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > *:last-child {
    border-right: none;
  }
  .reform-v2_wrap .featureListCol {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
  }
  .reform-v2_wrap .featureListCol .colItem {
    margin-right: 30px;
    width: calc(50% - 30px);
  }
  .reform-v2_wrap .featureListCol .colItem:nth-child(n + 3) {
    margin-top: 30px;
  }
  .reform-v2_wrap .featureSupplement {
    margin-top: 30px;
  }
  .reform-v2_wrap .featureSupplement p {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .pointListWrap {
    margin-top: 30px;
  }
  .reform-v2_wrap .pointList-item {
    display: flex;
    align-items: flex-start;
  }
  .reform-v2_wrap .pointList-item .pointList-labe {
    margin-right: 30px;
  }
  .reform-v2_wrap .pointList-item .pointList-labe::before {
    top: calc(50% - 10px);
    right: -20px;
    border-left: 10px solid #9cc715;
  }
  .reform-v2_wrap .pointList-item .pointList-labe p {
    padding: 20px 30px;
    font-size: 1.4rem;
  }
  .reform-v2_wrap .pointList-item .pointList-detail dt {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .storeSearchBox {
    padding: 30px;
  }
  .reform-v2_wrap .troubleExample {
    padding-top: 30px;
  }
  .reform-v2_wrap .troubleExample h3 {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .troubleExample .exampleItemWrap {
    display: flex;
    margin-top: 60px;
  }
  .reform-v2_wrap .troubleExample .exampleItem {
    width: 25%;
    padding: 0 25px;
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .troubleExample .exampleItem:last-child {
    border-right: none;
  }
  .reform-v2_wrap .troubleExample .exampleItem .detail {
    min-height: 65px;
  }
  .reform-v2_wrap .troubleExample .exampleItem .imgWrap {
    margin-top: 30px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock {
    display: flex;
    justify-content: space-between;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .part {
    width: 393px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years {
    width: 562px;
    display: flex;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15 {
    height: 26px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5::after,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10::after,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15::after {
    right: -13px;
    top: 0;
    border-width: 13px;
    border-style: solid;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5 {
    width: 167px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5::after {
    border-left-color: #8eb512;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10 {
    width: 153px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10::after {
    border-left-color: #7d9e17;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15 {
    width: 242px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15::after {
    border-left-color: #698510;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .labelBLock {
    display: none;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    height: 293px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part {
    width: 393px;
    background-color: #f3f8e2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap {
    order: 1;
    width: 131px;
    height: 174px;
    margin-right: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap .img {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables {
    order: 3;
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding: 10px 15px;
    height: 81px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dt {
    width: 95px;
    font-size: 1.3rem;
    line-height: 1.4;
    border-right: 1px solid #acd598;
    padding-right: 15px;
    display: flex;
    align-items: center;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd {
    display: flex;
    align-items: center;
    width: 223px;
    padding-left: 15px;
    font-size: 1.2rem;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd ul {
    width: 100%;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList {
    order: 2;
    width: 224px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li {
    margin-top: 5px;
    height: 38px;
    line-height: 38px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child ul {
    padding: 0 8px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child li:nth-child(1) {
    padding: 12px 0 11px 0;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child li:nth-child(2) {
    padding: 11px 0 10px 0;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years {
    width: 562px;
    display: flex;
    justify-content: space-between;
    padding: 14px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 {
    display: flex;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail {
    display: flex;
    width: 100%;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail + .detail,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail + .detail,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail + .detail {
    top: -10px;
    margin-top: 25px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail .label,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail .label,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail .label {
    width: 116px;
    bottom: -8px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 {
    width: 140px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 {
    width: 142px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 {
    width: 226px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line {
    width: 100px;
    height: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .part .titleWrap {
    height: 124px;
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .part .consumables {
    height: 131px;
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .part .itemList li {
    height: 28px;
    line-height: 28px;
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .years .year15 .detail + .detail {
    top: 0;
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .part .titleWrap {
    padding: 5px;
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .part .titleWrap .img {
    margin-top: 32px;
    padding: 0 18px;
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .years .year15 .detail + .detail {
    top: 0;
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .titleWrap .img {
    padding-bottom: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .itemList {
    flex-direction: column;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .itemList > li:last-child {
    height: auto;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .line {
    left: 370px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .line:nth-last-child(2) {
    top: 27px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .line:last-child {
    top: 158px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .detail {
    height: 120px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 {
    position: relative;
    display: block;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail {
    width: calc(50% - 6px);
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail .label {
    width: 95px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail:nth-child(1) {
    order: 1;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail:nth-child(2) {
    order: 3;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    order: 2;
    margin-top: 0;
    height: 255px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail:nth-child(3) .label {
    width: 108px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .line {
    left: 0;
    width: 90%;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .line:first-child {
    top: 27px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .line:nth-child(2) {
    top: 158px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .titleWrap .img {
    margin-top: 25px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .itemList {
    flex-direction: column;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .line {
    left: 370px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .line:nth-last-child(2) {
    top: 27px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .line:last-child {
    top: 163px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .detail {
    height: 120px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years > [class^="year"] .detail + .detail {
    top: -10px;
    margin-top: 25px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 {
    justify-content: space-between;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail {
    width: calc(50% - 6px);
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail .label {
    width: 95px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(1) {
    order: 1;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(2) {
    order: 3;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(3) {
    top: 0;
    order: 2;
    margin-top: 0;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(3) .label {
    width: 108px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(4) {
    order: 4;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(4) .label {
    width: 108px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .line {
    left: 0;
    width: 90%;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .line:first-child {
    top: 27px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .line:nth-child(2) {
    top: 163px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .itemWrap .part .titleWrap .img {
    margin-top: 60px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .itemWrap .years .year15 .detail {
    height: 125px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .part .titleWrap .title span {
    font-size: 1.6rem;
    margin: 0 -1em;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .part .titleWrap img {
    margin-top: 30px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .part .consumables {
    display: none;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .part .itemList > li {
    height: 58px;
    line-height: 58px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .years .year15 .detail {
    height: 125px;
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment dl {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment dl dt {
    width: 150px;
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment dl dd {
    padding-right: 20px;
  }
  .reform-v2_wrap .costBlock {
    margin: 30px 0;
    padding: 25px 40px 39px;
  }
  .reform-v2_wrap .costBlock .h3Block .title {
    font-size: 2.2rem;
  }
  .reform-v2_wrap .costBlock .h4Block .title {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .costBlock .costBlock-line {
    margin: 15px 0;
    padding: 15px 24px 20px;
  }
  .reform-v2_wrap .costBlock .costBlock-bg {
    padding: 15px 24px 20px;
  }
  .reform-v2_wrap .costBlock .costLabelWrap {
    margin: 28px -24px -30px 0;
  }
  .reform-v2_wrap .costBlock .costLabelWrap + * {
    margin-top: 20px;
  }
  .reform-v2_wrap .costBlock .costLabelWrap .costLabelItem {
    width: 50%;
    padding: 0 24px 30px 0;
  }
  .reform-v2_wrap .costBlock .costLabelWrap .costLabel {
    padding: 20px;
  }
  .reform-v2_wrap .costBlock .costLabelWrap.col4 .costLabelItem {
    width: 25%;
  }
  .reform-v2_wrap .costBlock .costLabelWrap.col4 .costLabel {
    height: 44px;
    padding: 4px;
    line-height: 1.385;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reform-v2_wrap .costBlock .textNote span.costLabel {
    width: 68px;
    height: 23px;
    margin-right: 8px;
    vertical-align: top;
  }
  .reform-v2_wrap .descriptionArea {
    display: flex;
    align-items: start;
    margin: 30px 0;
  }
  .reform-v2_wrap .descriptionArea .image {
    width: 62.5%;
  }
  .reform-v2_wrap .descriptionArea .desc {
    width: 34.8%;
    padding: 30px;
    margin-left: 2.7%;
  }
  .reform-v2_wrap .explanationArea {
    padding: 30px;
  }
  .reform-v2_wrap .balloonTop > span::before {
    bottom: -25px;
  }
  .reform-v2_wrap .balloonBottom > span::before {
    top: -25px;
  }
  .reform-v2_wrap .balloonLeft > span::before {
    right: -25px;
  }
  .reform-v2_wrap .balloonRight > span::before {
    left: -25px;
  }
  .reform-v2_wrap .logoBlock {
    margin-top: 40px;
    display: flex;
  }
  .reform-v2_wrap .logoBlock .logoImg {
    flex-basis: 273px;
  }
  .reform-v2_wrap .logoBlock .logoText {
    flex: 1;
  }
  .reform-v2_wrap .logoBlock .logoTitle {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .reform-v2_wrap .listView {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -6px;
  }
  .reform-v2_wrap .listView .listItem {
    display: flex;
    flex-wrap: wrap;
    margin-left: 6px;
    width: calc(25% - 6px);
  }
  .reform-v2_wrap .listView .listItem > * {
    width: 100%;
  }
  .reform-v2_wrap .listView .listItem:nth-child(n + 5) {
    margin-top: 6px;
  }
  .reform-v2_wrap .listView .linkModule {
    display: flex;
    flex-direction: column;
  }
  .reform-v2_wrap .listView .linkModule .textWrap {
    flex-grow: 1;
  }
  .reform-v2_wrap .contactBlock {
    margin: 60px 0 0 0;
    padding: 40px;
    font-size: 1.6rem;
    box-shadow: 4px 4px 0 #ccc;
  }
  .reform-v2_wrap .contactBlock h2 {
    font-size: 2.2rem;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl dt {
    margin-right: 40px;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl dt .title {
    font-size: 2.0rem;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl dd .freedial {
    font-size: 2.8rem;
  }
  .reform-v2_wrap .qaRelationLink .qaLinkList {
    margin-top: 10px;
  }
  .reform-v2_wrap .knowSize {
    overflow: hidden;
  }
  .reform-v2_wrap .knowSize .knowSizeTxt, .reform-v2_wrap .knowSize .knowSizeBtn, .reform-v2_wrap .knowSize .knowSizeBtnAll {
    float: left;
    width: 500px;
  }
  .reform-v2_wrap .knowSize .knowSizeImg {
    float: right;
    width: 460px;
  }
  .reform-v2_wrap .knowSize .btnArrow {
    width: 340px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll .btnWrap {
    margin-top: 15px;
    width: 240px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll .btnWrap:nth-child(even) {
    margin-left: 15px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll .btnWrap:nth-child(-n+2) {
    margin-top: 0;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn .btnWrap {
    width: 370px;
    margin-top: 20px;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn .btnWrap:nth-child(even) {
    margin-left: 20px;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn .btnWrap:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .str-breadcrumb.is-spOnly {
    display: block;
    background-color: #f6f6f6;
  }
  .reform-v2_wrap.bgContent {
    padding-bottom: 0;
  }
  .reform-v2_wrap.bgContent .reform-v2_content {
    margin-top: 0;
  }
  .reform-v2_wrap .reform-v2_content {
    margin-top: 20px;
    padding: 0 20px;
  }
  .reform-v2_wrap.bgContent .reform-v2_content {
    padding: 0;
  }
  .reform-v2_wrap .is-hiddenSP {
    display: none !important;
  }
  .reform-v2_wrap .is-showSP {
    display: block !important;
  }
  .reform-v2_wrap .btnArrow {
    min-height: 56px;
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .reform-v2_wrap .btnArrow.is-sizeL {
    min-height: 56px;
    font-size: 1.6rem;
  }
  .reform-v2_wrap .btnArrow .arrow-wrap {
    text-align: center;
  }
  .reform-v2_wrap .btnPDF.is-2lineSP {
    display: inline-block;
  }
  .reform-v2_wrap .textR-SP {
    text-align: right;
  }
  .reform-v2_wrap .textSuper {
    font-size: 0.9rem;
  }
  .reform-v2_wrap .textLarge {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .iconText {
    font-size: 1.4rem;
  }
  .reform-v2_wrap .parallel-L + .parallel-L {
    margin-top: 30px;
  }
  .reform-v2_wrap table.table th,
  .reform-v2_wrap table.table td {
    padding: 10px;
  }
  .reform-v2_wrap table.table th {
    text-align: left;
  }
  .reform-v2_wrap table.table thead.is-strong th,
  .reform-v2_wrap table.table tfoot.is-strong th {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .colWrap.is-border .colItem {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-2 .colItem:nth-child(odd) {
    border-right: none;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-2 .colItem:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .colWrap.is-border.is-4-1 .colItem:nth-child(n + 2) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-border.is-3-1 .colItem:nth-child(n + 2) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-border.is-2-1 .colItem:nth-child(n + 2) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-border + .btnWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .colWrap .colItem:nth-child(even) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-4-2 .colItem {
    margin-top: 0;
    width: 50%;
  }
  .reform-v2_wrap .colWrap.is-4-2 .colItem:nth-child(n + 3) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-4-2 .colItem:nth-child(n + 3) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-2.is-border .colItem {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-2.is-margin {
    margin-left: -12px;
  }
  .reform-v2_wrap .colWrap.is-4-2.is-margin .colItem {
    margin-top: 0;
    margin-left: 12px;
    width: calc(50% - 12px);
  }
  .reform-v2_wrap .colWrap.is-4-2.is-margin .colItem:nth-child(n + 3) {
    margin-top: 10px;
  }
  .reform-v2_wrap .colWrap.is-4-1 .colItem:nth-child(n + 2) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-4-1 .colItem:nth-child(n + 2) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-1.is-border .colItem {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-1.is-margin .colItem {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-4-1.is-margin .colItem:nth-child(n + 2) {
    margin-top: 10px;
  }
  .reform-v2_wrap .colWrap.is-3-1 .colItem:nth-child(n + 2) {
    margin-top: 15px;
  }
  .reform-v2_wrap .colWrap.is-3-1 .colItem:nth-child(n + 2) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-3-1.is-border .colItem {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-3-1.is-margin .colItem:nth-child(n + 2) {
    margin-top: 10px;
  }
  .reform-v2_wrap .colWrap.is-2-1 .colItem:nth-child(n + 2) {
    margin-top: 10px;
  }
  .reform-v2_wrap .colWrap.is-2-1 .colItem:nth-child(n + 2) > .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-border .colItem {
    margin-top: 0;
  }
  .reform-v2_wrap .colWrap.is-2-1.is-margin .colItem:nth-child(n + 2) {
    margin-top: 10px;
  }
  .reform-v2_wrap p + .imgWrap,
  .reform-v2_wrap .colWrap + .imgWrap {
    margin-top: 10px;
  }
  .reform-v2_wrap .imgTitle {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .linkIcon.is-arrow {
    text-align: center;
  }
  .reform-v2_wrap .catchImgSet .textWrap {
    margin-top: 40px;
  }
  .reform-v2_wrap .catchImgSet.is-typeA .textWrap .btnWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .catchImgSet.is-typeB {
    padding-top: 20px;
  }
  .reform-v2_wrap .catchImgSet.is-typeB .textWrap {
    text-align: center;
  }
  .reform-v2_wrap .catchImgSet-lead {
    margin-top: 20px;
  }
  .reform-v2_wrap .h1Block-wrap {
    height: 90px;
  }
  .reform-v2_wrap .h1Block-wrap.is-uniq-qa {
    background-position: 60% 100%;
  }
  .reform-v2_wrap .h1Block {
    width: 100%;
    padding: 0 20px;
  }
  .reform-v2_wrap .h1 {
    font-size: 1.4rem;
  }
  .reform-v2_wrap .h1 small {
    font-size: 1.2rem;
  }
  .reform-v2_wrap .tagICon {
    padding: 3px 4px;
    font-size: 0.8rem;
    height: 14px;
  }
  .reform-v2_wrap .tagICon::after {
    right: -14px;
    border-width: 7px;
    border-color: transparent;
    border-left-color: #9cc715;
  }
  .reform-v2_wrap .h2Block-tabWrap::before {
    top: 37px;
    height: calc(100% - 37px);
    border-left: none;
    border-right: none;
  }
  .reform-v2_wrap .h2Block-tab {
    padding: 14px 30px 6px 30px;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
    font-size: 1.6rem;
  }
  .reform-v2_wrap .h2Block-tab::before, .reform-v2_wrap .h2Block-tab::after {
    height: calc(100% - 37px);
  }
  .reform-v2_wrap .h2Block-tab .h2 {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .h2Block + *:not(.btnWrap) {
    margin-top: 20px;
  }
  .reform-v2_wrap .h2Block .h2 {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .h3Block-startPage h3 {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .h3Block + *:not(.btnWrap) {
    margin-top: 20px;
  }
  .reform-v2_wrap .h3 {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .h3 .new {
    font-size: 1.0rem;
  }
  .reform-v2_wrap .h3Lead {
    margin-top: 20px;
  }
  .reform-v2_wrap .h3check {
    padding-left: 30px;
  }
  .reform-v2_wrap .h3check::before {
    top: 0.2em;
  }
  .reform-v2_wrap .h4Block + *:not(.btnWrap) {
    margin-top: 8px;
  }
  .reform-v2_wrap .h4 {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .h4check {
    padding-left: 30px;
  }
  .reform-v2_wrap .h4check::before {
    top: 0.2em;
  }
  .reform-v2_wrap .h5Block + *:not(.btnWrap) {
    margin-top: 5px;
  }
  .reform-v2_wrap .h5 {
    font-size: 1.4rem;
  }
  .reform-v2_wrap section,
  .reform-v2_wrap .section {
    margin-top: 40px;
  }
  .reform-v2_wrap section > section > section,
  .reform-v2_wrap .section > section > section {
    margin-top: 40px;
  }
  .reform-v2_wrap .section-sp {
    margin-top: 40px !important;
  }
  .reform-v2_wrap .h2Section-content {
    padding: 20px 20px 40px 20px;
  }
  .reform-v2_wrap .lineBox-strong {
    padding: 20px 20px 40px 20px;
  }
  .reform-v2_wrap .lineBox {
    padding: 20px;
  }
  .reform-v2_wrap .lineBox .title {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .lineBox-sup {
    padding: 20px 25px;
  }
  .reform-v2_wrap .lineBox-sup > dl > dt {
    font-size: 1.3rem;
  }
  .reform-v2_wrap .lineBox-dot + .lineBox-dot {
    margin-top: 45px;
  }
  .reform-v2_wrap .bgBox {
    padding: 22px 16px;
  }
  .reform-v2_wrap .bgBox .title {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .linkArrow {
    text-align: center;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox {
    display: block;
    padding: 25px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox:nth-child(even) {
    margin-top: 20px;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .lead {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .utilityBoxLink.is-2-1 > * {
    margin: 15px 0 0 0;
  }
  .reform-v2_wrap .utilityBoxWrap .utilityBox .utilityBoxLink.is-3-1 > * {
    margin: 15px 0 0 0;
  }
  .reform-v2_wrap .topLead {
    padding-top: 20px;
    font-size: 1.4rem;
  }
  .reform-v2_wrap .linkModule-flex {
    margin-top: 20px;
  }
  .reform-v2_wrap .linkModule-flex .moduleIntro .textWrap,
  .reform-v2_wrap .linkModule-flex .linkModule .textWrap {
    padding: 10px 20px 10px 15px;
    min-height: 70px;
  }
  .reform-v2_wrap .linkModule-flex .moduleIntro .textWrap p,
  .reform-v2_wrap .linkModule-flex .linkModule .textWrap p {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .linkModule:nth-child(n + 2) {
    margin-top: 20px;
  }
  .reform-v2_wrap .linkModule .linkArrow {
    text-align: center;
  }
  .reform-v2_wrap .linkModule .textWrap {
    padding: 10px 20px 10px 15px;
  }
  .reform-v2_wrap .linkModule .textWrap dl dt {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .linkModule.is-side .textWrap .linkArrow {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .linkModule2 .linkArrow {
    text-align: center;
  }
  .reform-v2_wrap .linkModule2 .textWrap {
    padding: 10px 20px 10px 15px;
  }
  .reform-v2_wrap .movieArea .movieItemWrap {
    width: 100%;
    margin-top: 40px;
  }
  .reform-v2_wrap .movieArea .movieCol:first-child .movieItemWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .stepNav-typeA {
    margin-top: 40px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item .linkArrow {
    text-align: center;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt {
    width: 150px;
    font-size: 1.5rem;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt::after {
    border: 75px solid #fff;
    border-top: 30px solid #e4f0c5;
    border-bottom: 0;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt .step {
    padding-bottom: 30px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dt span {
    margin-top: 10px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd {
    width: calc(100% - 164px);
    padding-bottom: 30px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .balloon {
    font-size: 1.3rem;
    padding: 10px;
  }
  .reform-v2_wrap .stepNav-typeA .stepNav-item dl dd .textWrap {
    margin-bottom: 5px;
  }
  .reform-v2_wrap .stepNav-typeA .stepImg {
    margin-top: 40px;
  }
  .reform-v2_wrap .stepNav-typeA .stepImg p {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .stepNav-typeA .stepImg .imgWrap {
    margin-top: 10px;
  }
  .reform-v2_wrap .stepNav-typeB {
    display: flex;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item {
    z-index: 2;
    width: 25%;
    height: 40px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item::after {
    z-index: -1;
    position: absolute;
    right: -20px;
    top: 0;
    border: 20px solid #fff;
    border-left-color: #e4f0c5;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item.is-current::after {
    border-left-color: #9cc715;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item.is-current .title {
    text-decoration: none;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item .title {
    font-size: 1.0rem;
    line-height: 40px;
    text-decoration: underline;
  }
  .reform-v2_wrap .stepNav-typeB .stepNav-item .text {
    display: none;
  }
  .reform-v2_wrap .stepNav-indexWrap {
    margin-top: 40px;
  }
  .reform-v2_wrap .stepNav-index {
    margin-top: 40px;
  }
  .reform-v2_wrap .stepNav-index dd li {
    margin-top: 10px;
  }
  .reform-v2_wrap .stepNav-index dd li li:first-child {
    margin-top: 10px;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item {
    display: flex;
    padding: 15px 20px 25px 20px;
    line-height: 1;
    overflow: hidden;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border: calc(50vw - 20px) solid #fff;
    border-top: 20px solid #e4f0c5;
    border-bottom: 0;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item.is-current::after {
    border-top-color: #9cc715;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item.is-current .title {
    text-decoration: none;
  }
  .reform-v2_wrap .stepNav-typeC .stepNav-item .title {
    width: 60px;
  }
  .reform-v2_wrap .priceTable {
    margin-top: 20px;
  }
  .reform-v2_wrap .priceTable .mainParts th,
  .reform-v2_wrap .priceTable .subParts th {
    padding: 10px 5px;
  }
  .reform-v2_wrap .priceTable .mainParts td,
  .reform-v2_wrap .priceTable .subParts td {
    padding: 10px 25px;
  }
  .reform-v2_wrap .priceTable .mainParts tbody th,
  .reform-v2_wrap .priceTable .subParts tbody th {
    text-align: center;
  }
  .reform-v2_wrap .priceTable .mainParts table + table,
  .reform-v2_wrap .priceTable .subParts table + table {
    border-top: none;
  }
  .reform-v2_wrap .priceTable .mainParts table + table th,
  .reform-v2_wrap .priceTable .subParts table + table th {
    border-top: none;
  }
  .reform-v2_wrap .priceTable .subParts table {
    border-top: none;
  }
  .reform-v2_wrap .priceTable .subParts table th {
    border-top: none;
  }
  .reform-v2_wrap .anomalyTable table.table {
    display: block;
    border: none;
  }
  .reform-v2_wrap .anomalyTable table.table tr {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .reform-v2_wrap .anomalyTable table.table th,
  .reform-v2_wrap .anomalyTable table.table td {
    display: block;
    width: 50%;
  }
  .reform-v2_wrap .anomalyTable table.table th {
    border-top: none;
    border-bottom: none;
  }
  .reform-v2_wrap .anomalyTable table.table td:nth-child(odd) {
    border-left: none;
  }
  .reform-v2_wrap .anomalyTable table.table tbody {
    display: block;
  }
  .reform-v2_wrap .anomalyTable table.table tbody th {
    width: 100%;
    display: block;
  }
  .reform-v2_wrap .anomalyTable table.table tbody td {
    display: block;
  }
  .reform-v2_wrap .anomalyTable table.table thead,
  .reform-v2_wrap .anomalyTable table.table tfoot {
    display: block;
  }
  .reform-v2_wrap .anomalyTable table.table thead th:nth-child(odd),
  .reform-v2_wrap .anomalyTable table.table tfoot th:nth-child(odd) {
    border-left: none;
  }
  .reform-v2_wrap .anomalyTable table.table thead td,
  .reform-v2_wrap .anomalyTable table.table tfoot td {
    display: none;
  }
  .reform-v2_wrap .floorPlanModuleWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule {
    margin-top: 20px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .labelWrap,
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .titleWrap {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin-right: -12px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .listWrap ul li {
    padding-right: 12px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap {
    padding-top: 20px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .imgWrap.colWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .labelWrap {
    padding-top: 20px;
  }
  .reform-v2_wrap .floorPlanModuleWrap .floorPlanModule .textWrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reform-v2_wrap .floorPlanModuleWrap.is-pc1 .floorPlanModule {
    margin-top: 20px;
  }
  .reform-v2_wrap .reformExample {
    margin-top: 25px;
  }
  .reform-v2_wrap .reformExample .mod-list-searchExample02 {
    margin-bottom: 25px;
  }
  .reform-v2_wrap .reformExample .reformExampleWrap {
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin-left: -20px;
    margin-right: -20px;
  }
  .reform-v2_wrap .reformExample .reformExample-item {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  .reform-v2_wrap .reformExample .reformExample-item:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .reformExample .reformExample-item .imgWrap {
    height: 140px;
  }
  .reform-v2_wrap .reformExample .reformExample-item h3.title {
    margin-top: 10px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap {
    margin-top: 10px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .building {
    font-size: 0.9rem;
    line-height: 14px;
    height: 14px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .cost,
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .price {
    font-size: 1.4rem;
    line-height: 14px;
    height: 14px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .cost .unit,
  .reform-v2_wrap .reformExample .reformExample-item .colWrap .price .unit {
    font-size: 1.0rem;
  }
  .reform-v2_wrap .reformExample .reformExample-item .unitType li {
    font-size: 0.9rem;
    line-height: 14px;
    height: 14px;
  }
  .reform-v2_wrap .reformExample .reformExample-item .storeName {
    font-size: 1.1rem;
  }
  .reform-v2_wrap .reformExample .reformExample-item .information {
    font-size: 1.1rem;
  }
  .reform-v2_wrap .typePatternWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .typePattern + .typePattern {
    margin-top: 20px;
  }
  .reform-v2_wrap .typePattern .title {
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .reform-v2_wrap .typePattern .typePoint {
    padding: 0 20px;
    font-size: 1.3rem;
  }
  .reform-v2_wrap .typePattern .typePattern-content {
    margin-top: 20px;
    padding: 20px;
  }
  .reform-v2_wrap .typePattern .typePattern-content .textWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .workFlow-before .imgWrap img {
    width: 100%;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .detailWrap {
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .imgWrap {
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .imgWrap img {
    width: 100%;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .craftsmanWrap ul {
    margin-top: 15px;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox,
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .noisyBox {
    width: 50%;
    padding: 10px 0;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > .notesWrap .waterBox {
    border-right: 1px solid #ccc;
  }
  .reform-v2_wrap .workFlowWrap .workFlow-item > *:last-child {
    border-bottom: none;
  }
  .reform-v2_wrap .featureListCol .colItem:nth-child(n + 2) {
    margin-top: 25px;
  }
  .reform-v2_wrap .featureSupplement {
    margin-top: 25px;
  }
  .reform-v2_wrap .featureSupplement p {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .pointListWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .pointList-item .pointList-labe {
    margin: 0 auto;
    width: 170px;
    text-align: center;
  }
  .reform-v2_wrap .pointList-item .pointList-labe::before {
    top: 100%;
    left: 50%;
    border-top: 10px solid #9cc715;
  }
  .reform-v2_wrap .pointList-item .pointList-labe p {
    padding: 15px 25px;
    font-size: 1.6rem;
  }
  .reform-v2_wrap .pointList-item .pointList-detail {
    margin-top: 20px;
  }
  .reform-v2_wrap .pointList-item .pointList-detail dt {
    font-size: 1.5rem;
  }
  .reform-v2_wrap .storeSearchBox {
    padding: 20px;
  }
  .reform-v2_wrap .storeSearchBox .lead {
    text-align: left;
  }
  .reform-v2_wrap .troubleExample {
    padding: 30px 25px 0 25px;
  }
  .reform-v2_wrap .troubleExample h3 {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .troubleExample .exampleItem {
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
  }
  .reform-v2_wrap .troubleExample .exampleItem:last-child {
    border-bottom: none;
  }
  .reform-v2_wrap .troubleExample .exampleItem .detail {
    min-height: 77px;
    width: 190px;
    margin: 0 auto;
  }
  .reform-v2_wrap .troubleExample .exampleItem .imgWrap {
    width: 190px;
    margin: 25px auto 0 auto;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock {
    width: 24px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .part {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.2;
    height: 267px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years {
    line-height: 1.2;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    font-size: 1.3rem;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5::after,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10::after,
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15::after {
    bottom: -12px;
    left: 0;
    border-width: 12px;
    border-style: solid;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5 {
    height: 84px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year5::after {
    border-top-color: #8eb512;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10 {
    height: 74px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year10::after {
    border-top-color: #7d9e17;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15 {
    height: 120px;
  }
  .reform-v2_wrap .maintenanceSchedule .labelBLock .years .year15::after {
    border-top-color: #698510;
  }
  .reform-v2_wrap .maintenanceSchedule > .labelBLock {
    display: none;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem {
    display: flex;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap {
    width: calc(100% - 24px);
    background-color: #f3f8e2;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    min-height: 545px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part {
    padding: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap {
    position: relative;
    height: 50px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap .title {
    line-height: 50px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .titleWrap .img {
    position: absolute;
    top: 5px;
    right: 0;
    width: 56px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables {
    padding: 0 15px 5px 15px;
    height: 121px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dt {
    text-align: center;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dt p {
    margin: 0 auto;
    font-size: 1.1rem;
    display: inline-block;
    border-bottom: 1px solid #acd598;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd {
    margin-top: 7px;
    font-size: 1.1rem;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd ul {
    margin-top: 5px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .consumables dd li {
    line-height: 1.4;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList {
    position: relative;
    margin-top: 10px;
    z-index: 2;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li {
    margin-top: 5px;
    height: 22px;
    line-height: 22px;
    width: calc(50% - 3px);
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child {
    margin-top: 0;
    padding-top: 3px;
    height: 76px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child ul {
    padding: 0 5px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child li:nth-child(1) {
    padding: 0 0 3px  0;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .part .itemList > li:last-child li:nth-child(2) {
    padding: 3px 0 0 0;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years {
    padding: 0 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail .text,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail .text,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail .text {
    line-height: 1.4;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail .label,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail .label,
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail .label {
    width: 110px;
    bottom: -7px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year5 .detail {
    min-height: 64px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 {
    margin-top: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year10 .detail {
    min-height: 64px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 {
    margin-top: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .years .year15 .detail {
    min-height: 103px;
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line {
    height: 100px;
    width: 15px;
    left: calc(25% - 7px);
  }
  .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line:last-child, .reform-v2_wrap .maintenanceSchedule .areaItem .itemWrap .line:nth-child(2) {
    left: calc(75% - 7px);
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .part .itemList li:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .years .year15 {
    display: flex;
    justify-content: space-between;
  }
  .reform-v2_wrap .maintenanceSchedule .kitchen .itemWrap .years .year15 .detail {
    width: calc(50% - 5px);
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .part .titleWrap .img {
    top: -9px;
    padding: 7px;
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .part .itemList li:last-child {
    width: 100%;
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .years .year15 {
    display: flex;
    justify-content: space-between;
  }
  .reform-v2_wrap .maintenanceSchedule .washroom .itemWrap .years .year15 .detail {
    width: calc(50% - 5px);
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .labelBLock .part {
    height: 207px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .labelBLock .years .year5 {
    height: 94px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .labelBLock .years .year10 {
    height: 84px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .labelBLock .years .year15 {
    height: 160px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .titleWrap .title span {
    font-size: 1.2rem;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .titleWrap .img {
    top: -5px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .consumables {
    height: 88px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .itemList > li {
    height: 48px !important;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .part .line {
    bottom: 0;
    height: 30px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years {
    padding-top: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years > [class^="year"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years > [class^="year"] .detail {
    width: calc(50% - 5px);
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year10 {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail {
    min-height: 65px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .year15 .detail:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .bathroom .itemWrap .years .line {
    top: 0;
    height: 98%;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .labelBLock .part {
    height: 165px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .labelBLock .years .year5 {
    height: 103px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .labelBLock .years .year10 {
    height: 93px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .labelBLock .years .year15 {
    height: 184px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .titleWrap .title span {
    font-size: 1.2rem;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .titleWrap .img {
    top: -5px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .consumables {
    height: 73px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .itemList > li {
    height: 21px !important;
    line-height: 21px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .part .line {
    bottom: 0;
    height: 30px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years {
    padding-top: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years > [class^="year"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years > [class^="year"] .detail {
    width: calc(50% - 5px);
    min-height: 76px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year10 {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(3) {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .year15 .detail:nth-child(4) {
    margin-top: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .toilet .itemWrap .years .line {
    top: 0;
    height: 98%;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .labelBLock .years .year5 {
    height: 84px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .labelBLock .years .year10 {
    height: 76px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .labelBLock .years .year15 {
    height: 118px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .itemWrap .part .itemList > li {
    width: 100%;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .itemWrap .years .year15 {
    display: flex;
    justify-content: space-between;
  }
  .reform-v2_wrap .maintenanceSchedule .waterSupply .itemWrap .years .year15 .detail {
    width: calc(50% - 5px);
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .labelBLock .years .year5 {
    height: 84px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .labelBLock .years .year10 {
    height: 76px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .labelBLock .years .year15 {
    height: 118px;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .part .titleWrap .title span {
    font-size: 1.3rem;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .part .itemList > li {
    width: 100%;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .years .year15 {
    display: flex;
    justify-content: space-between;
  }
  .reform-v2_wrap .maintenanceSchedule .waterHeater .itemWrap .years .year15 .detail {
    width: calc(50% - 5px);
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    height: 545px;
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment dl {
    padding: 20px 0;
  }
  .reform-v2_wrap .maintenanceSchedule .generalEquipment dl dd {
    margin-top: 20px;
    padding: 0 20px;
  }
  .reform-v2_wrap .maintenanceSchedule {
    margin-right: -20px;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-list {
    padding: 0 44px 0 0 !important;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .carouselItem {
    padding-right: 15px;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-arrow {
    position: absolute;
    bottom: -3px;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    font-size: 0;
    text-indent: -9999px;
    transform: rotate(-45deg);
    cursor: pointer;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-arrow.slick-next {
    right: calc(50% - 100px);
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-arrow.slick-prev {
    left: calc(50% - 100px);
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-dots {
    display: flex;
    justify-content: center;
    line-height: 10px;
    margin-top: 20px;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-dots li {
    line-height: 10px;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-dots li button {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ddd;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
  }
  .reform-v2_wrap .maintenanceSchedule .js-MScarousel .slick-dots li.slick-active button {
    background-color: #999;
  }
  .reform-v2_wrap .costBlock {
    margin: 20px 0;
    padding: 25px;
  }
  .reform-v2_wrap .costBlock .h3Block .title {
    font-size: 1.8rem;
  }
  .reform-v2_wrap .costBlock .h4Block .title {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .costBlock .costBlock-line {
    margin: 15px 0;
    padding: 15px 24px 20px;
  }
  .reform-v2_wrap .costBlock .costBlock-bg {
    padding: 15px 24px 20px;
  }
  .reform-v2_wrap .costBlock .costLabelWrap {
    margin: 20px -24px -5px 0;
  }
  .reform-v2_wrap .costBlock .costLabelWrap + * {
    margin-top: 15px;
  }
  .reform-v2_wrap .costBlock .costLabelWrap .costLabelItem {
    width: 100%;
    padding: 0 24px 5px 0;
  }
  .reform-v2_wrap .costBlock .costLabelWrap .costLabel {
    padding: 15px;
  }
  .reform-v2_wrap .costBlock .costLabelWrap.col4 {
    display: block;
    margin: 20px -24px -14px 0;
  }
  .reform-v2_wrap .costBlock .costLabelWrap.col4 .costLabelItem {
    padding: 0 24px 14px 0;
  }
  .reform-v2_wrap .costBlock .costLabelWrap.col4 .costLabel {
    padding: 5px 15px;
  }
  .reform-v2_wrap .costBlock .textNote span.costLabel {
    width: 63px;
    height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
  }
  .reform-v2_wrap .descriptionArea {
    margin: 20px 0;
  }
  .reform-v2_wrap .descriptionArea .desc {
    margin-top: 20px;
    padding: 30px 25px;
  }
  .reform-v2_wrap .explanationArea {
    padding: 30px 25px;
  }
  .reform-v2_wrap .balloonTop > span,
  .reform-v2_wrap .balloonBottom > span,
  .reform-v2_wrap .balloonLeft > span,
  .reform-v2_wrap .balloonRight > span {
    font-size: 1.3rem;
    line-height: 1.6;
    border-width: 2px;
  }
  .reform-v2_wrap .balloonTop > span::before {
    bottom: -26px;
  }
  .reform-v2_wrap .balloonBottom > span::before {
    top: -26px;
  }
  .reform-v2_wrap .balloonLeft > span::before {
    right: -26px;
  }
  .reform-v2_wrap .balloonRight > span::before {
    left: -26px;
  }
  .reform-v2_wrap .logoBlock {
    margin-top: 40px;
  }
  .reform-v2_wrap .logoBlock .logoImg {
    margin-bottom: 15px;
    text-align: center;
  }
  .reform-v2_wrap .logoBlock .logoTitle {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .reform-v2_wrap .logoBlock .logoTitle .linkIcon.is-blank {
    padding-right: 20px;
  }
  .reform-v2_wrap .logoBlock .logoTitle .linkIcon.is-blank::after {
    position: absolute;
  }
  .reform-v2_wrap .listView {
    margin-top: 20px;
  }
  .reform-v2_wrap .listView .listItem {
    margin-top: 6px;
  }
  .reform-v2_wrap .listView .linkModule {
    display: flex;
  }
  .reform-v2_wrap .listView .linkModule .imgWrap {
    width: 30%;
    overflow: hidden;
  }
  .reform-v2_wrap .listView .linkModule .textWrap {
    flex: 1;
    border-top: none;
    border-left: 1px solid #ccc;
    line-height: 1.25;
  }
  .reform-v2_wrap .contactBlock {
    margin: 40px 0 0 0;
    padding: 25px;
    font-size: 1.2rem;
    box-shadow: 2px 2px 0 #ccc;
  }
  .reform-v2_wrap .contactBlock h2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl {
    margin-top: 20px;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl dt .title {
    font-size: 1.6rem;
  }
  .reform-v2_wrap .contactBlock .contactBlockTel dl dd .freedial {
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    font-size: 2.0rem;
  }
  .reform-v2_wrap .qaLead {
    margin: 25px 0 15px;
  }
  .reform-v2_wrap .qaQWrap {
    font-size: 16px;
    padding-left: 52px;
  }
  .reform-v2_wrap .qaQWrap .qaSymbol {
    left: 15px;
  }
  .reform-v2_wrap .qaAWrap .qaSymbol {
    left: 15px;
  }
  .reform-v2_wrap .qaRelationLink {
    padding: 10px 12px;
  }
  .reform-v2_wrap .qaRelationLink .qaLinkList {
    margin-top: 5px;
    line-height: 1.6;
  }
  .reform-v2_wrap .qaRelationLink .qaLinkList li:not(:first-child) {
    margin-top: 0.6em;
  }
  .reform-v2_wrap .qaSymbol {
    font-size: 18px;
  }
  .reform-v2_wrap .qaAInner .linkIcon.is-arrow {
    text-align: left;
  }
  .reform-v2_wrap .qaAInner {
    padding-top: 25px;
    padding-left: 50px;
  }
  .reform-v2_wrap .qaH2 {
    font-size: 16px;
  }
  .reform-v2_wrap .qaRelationLink,
  .reform-v2_wrap .qaAInner > p {
    margin-top: 30px;
  }
  .reform-v2_wrap .qaAInner > .qaANum + p {
    margin-top: 10px;
  }
  .reform-v2_wrap .qaAInner > p:first-child + p,
  .reform-v2_wrap .qaAInner > .qaLink {
    margin-top: 20px;
  }
  .reform-v2_wrap .qaH2,
  .reform-v2_wrap .qaAInner ol,
  .reform-v2_wrap .qaAInner ul {
    margin-top: 25px;
  }
  .reform-v2_wrap .qaAInner .qaLink + .qaLink {
    margin-top: 5px;
  }
  .reform-v2_wrap .qaLinkBtm {
    margin-top: -24px;
  }
  .reform-v2_wrap .knowSize .knowSizeImg {
    margin-top: 15px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtn {
    margin-top: 25px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll {
    margin-top: 30px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll .btnWrap {
    margin-top: 20px;
  }
  .reform-v2_wrap .knowSize .knowSizeBtnAll .btnWrap:first-child {
    margin-top: 0;
  }
  .reform-v2_wrap .knowSizeAll {
    padding: 25px;
  }
  .reform-v2_wrap .knowSizeAll .h3Lead {
    margin-top: 15px;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn {
    margin-top: 20px;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn .btnWrap {
    margin-top: 15px;
  }
  .reform-v2_wrap .knowSizeAll .knowSizeAllBtn .btnWrap:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .reform-v2_wrap .anomalyTable table.table tbody th {
    padding: 5px;
    text-align: center;
  }
}
