@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Oswald:wght@400;600;700&display=swap");
.l-machine-wrapper {
  background-color: #fff;
  font-feature-settings: normal;
  position: relative;
  z-index: 2;
}

[class*=l-section] {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  [class*=l-section] {
    padding: 60px 0;
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-bg] {
  padding-top: 80px;
}
@media (max-width: 767px) {
  [class*=l-section][class*=u-bg] {
    padding-top: 60px;
  }
}
[class*=l-section][class*=u-bg] + [class*=l-section] {
  padding-top: 80px;
}
@media (max-width: 767px) {
  [class*=l-section][class*=u-bg] + [class*=l-section] {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  [class*=l-section].pb {
    padding-bottom: 140px;
  }
  [class*=l-section].pb--lg {
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  [class*=l-section].pb {
    padding-bottom: 100px;
  }
  [class*=l-section].pb--lg {
    padding-bottom: 190px;
  }
}

.l-section--border {
  border-bottom: #E7E9ED solid 1px;
}

.l-inner {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--narrow {
  max-width: 770px;
}
.l-inner--little {
  max-width: 590px;
}
.l-inner--wide {
  max-width: 1110px;
}
.l-inner > [class*=l-inner] {
  padding: 0;
}

.l-aside {
  z-index: 1;
}

.l-section > *:first-child, .l-inner > *:first-child {
  margin-top: 0;
}
.l-section > *:last-child, .l-inner > *:last-child {
  margin-bottom: 0;
}

[class*=c-button] {
  max-width: 100%;
  font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  color: #333 !important;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
[class*=c-button]::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/common/img/machine/arow_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
}
[class*=c-button][href$=".pdf"]::after {
  width: 30px;
  height: 30px;
  background-image: url(/common/img/icon/icon_pdf.svg);
}
@media (max-width: 767px) {
  [class*=c-button][href$=".pdf"]::after {
    width: 28px;
    height: 28px;
    top: -4px;
  }
}
@media (min-width: 768px) {
  [class*=c-button]:hover {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .c-button {
    width: 420px;
    height: 60px;
    font-size: 14px;
    border: #333 solid 1px;
    border-radius: 10px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-button {
    font-size: 13px;
    border-bottom: #333 solid 1px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .c-button::after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .c-button::after {
    top: 2px;
    right: 0;
  }
}
.c-button--small {
  width: 100%;
  border-bottom: #333 solid 1px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .c-button--small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-button--small {
    font-size: 13px;
  }
}
.c-button--small::after {
  top: 2px;
  right: 0;
}
.c-button--white {
  color: #fff !important;
  border-color: #fff;
}
.c-button--full {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-button--full {
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-button--full {
    height: 50px;
    font-size: 15px;
  }
}
.c-button--inquiry {
  display: flex !important;
  background: linear-gradient(135deg, #e60d17 0%, #c11920 100%);
  color: #fff !important;
  letter-spacing: normal;
  border-radius: 10px;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .c-button--inquiry {
    height: 50px;
    font-size: 15px;
  }
}
.c-button--inquiry::after {
  content: none;
}
.c-button--disabled {
  background: #aaaaaa;
  pointer-events: none;
}

.c-text-link--blank a svg {
  right: 20px;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .c-row {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
}
.c-row__gutters--wide {
  margin-right: -10px;
  margin-left: -10px;
}
.c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.c-row__gutters--narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.c-row__gutters--none {
  margin-right: 0;
  margin-left: 0;
}
.c-row__gutters--none > .c-col, .c-row__gutters--none > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.c-va-center {
  align-items: center;
  display: flex;
}

.c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-order-0 {
  order: 0;
}

.c-order-1 {
  order: 1;
}

.c-order-2 {
  order: 2;
}

.c-order-3 {
  order: 3;
}

.c-order-4 {
  order: 4;
}

.c-order-5 {
  order: 5;
}

.c-order-6 {
  order: 6;
}

.c-order-7 {
  order: 7;
}

.c-order-8 {
  order: 8;
}

.c-order-9 {
  order: 9;
}

.c-order-10 {
  order: 10;
}

.c-order-11 {
  order: 11;
}

.c-order-12 {
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

/* pc */
@media (min-width: 769px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pc-first {
    order: -1;
  }
  .c-order-pc-last {
    order: 13;
  }
  .c-order-pc-0 {
    order: 0;
  }
  .c-order-pc-1 {
    order: 1;
  }
  .c-order-pc-2 {
    order: 2;
  }
  .c-order-pc-3 {
    order: 3;
  }
  .c-order-pc-4 {
    order: 4;
  }
  .c-order-pc-5 {
    order: 5;
  }
  .c-order-pc-6 {
    order: 6;
  }
  .c-order-pc-7 {
    order: 7;
  }
  .c-order-pc-8 {
    order: 8;
  }
  .c-order-pc-9 {
    order: 9;
  }
  .c-order-pc-10 {
    order: 10;
  }
  .c-order-pc-11 {
    order: 11;
  }
  .c-order-pc-12 {
    order: 12;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}
/* bs */
@media (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-bs-first {
    order: -1;
  }
  .c-order-bs-last {
    order: 13;
  }
  .c-order-bs-0 {
    order: 0;
  }
  .c-order-bs-1 {
    order: 1;
  }
  .c-order-bs-2 {
    order: 2;
  }
  .c-order-bs-3 {
    order: 3;
  }
  .c-order-bs-4 {
    order: 4;
  }
  .c-order-bs-5 {
    order: 5;
  }
  .c-order-bs-6 {
    order: 6;
  }
  .c-order-bs-7 {
    order: 7;
  }
  .c-order-bs-8 {
    order: 8;
  }
  .c-order-bs-9 {
    order: 9;
  }
  .c-order-bs-10 {
    order: 10;
  }
  .c-order-bs-11 {
    order: 11;
  }
  .c-order-bs-12 {
    order: 12;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}
/* lg */
@media (max-width: 1350px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-0 {
    order: 0;
  }
  .c-order-lg-1 {
    order: 1;
  }
  .c-order-lg-2 {
    order: 2;
  }
  .c-order-lg-3 {
    order: 3;
  }
  .c-order-lg-4 {
    order: 4;
  }
  .c-order-lg-5 {
    order: 5;
  }
  .c-order-lg-6 {
    order: 6;
  }
  .c-order-lg-7 {
    order: 7;
  }
  .c-order-lg-8 {
    order: 8;
  }
  .c-order-lg-9 {
    order: 9;
  }
  .c-order-lg-10 {
    order: 10;
  }
  .c-order-lg-11 {
    order: 11;
  }
  .c-order-lg-12 {
    order: 12;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* tb */
@media (max-width: 1024px) {
  .c-col-tb {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-tb-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-tb-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-tb-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-tb-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-tb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-tb-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-tb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-tb-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-tb-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-tb-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-tb-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-tb-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-tb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-tb-first {
    order: -1;
  }
  .c-order-tb-last {
    order: 13;
  }
  .c-order-tb-0 {
    order: 0;
  }
  .c-order-tb-1 {
    order: 1;
  }
  .c-order-tb-2 {
    order: 2;
  }
  .c-order-tb-3 {
    order: 3;
  }
  .c-order-tb-4 {
    order: 4;
  }
  .c-order-tb-5 {
    order: 5;
  }
  .c-order-tb-6 {
    order: 6;
  }
  .c-order-tb-7 {
    order: 7;
  }
  .c-order-tb-8 {
    order: 8;
  }
  .c-order-tb-9 {
    order: 9;
  }
  .c-order-tb-10 {
    order: 10;
  }
  .c-order-tb-11 {
    order: 11;
  }
  .c-order-tb-12 {
    order: 12;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}
/* md */
@media (max-width: 767px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-0 {
    order: 0;
  }
  .c-order-md-1 {
    order: 1;
  }
  .c-order-md-2 {
    order: 2;
  }
  .c-order-md-3 {
    order: 3;
  }
  .c-order-md-4 {
    order: 4;
  }
  .c-order-md-5 {
    order: 5;
  }
  .c-order-md-6 {
    order: 6;
  }
  .c-order-md-7 {
    order: 7;
  }
  .c-order-md-8 {
    order: 8;
  }
  .c-order-md-9 {
    order: 9;
  }
  .c-order-md-10 {
    order: 10;
  }
  .c-order-md-11 {
    order: 11;
  }
  .c-order-md-12 {
    order: 12;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
/* sp */
@media (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pr-first {
    order: -1;
  }
  .c-order-pr-last {
    order: 13;
  }
  .c-order-pr-0 {
    order: 0;
  }
  .c-order-pr-1 {
    order: 1;
  }
  .c-order-pr-2 {
    order: 2;
  }
  .c-order-pr-3 {
    order: 3;
  }
  .c-order-pr-4 {
    order: 4;
  }
  .c-order-pr-5 {
    order: 5;
  }
  .c-order-pr-6 {
    order: 6;
  }
  .c-order-pr-7 {
    order: 7;
  }
  .c-order-pr-8 {
    order: 8;
  }
  .c-order-pr-9 {
    order: 9;
  }
  .c-order-pr-10 {
    order: 10;
  }
  .c-order-pr-11 {
    order: 11;
  }
  .c-order-pr-12 {
    order: 12;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}
[class*=c-title] {
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
[class*=c-title] b {
  color: #E60D17;
  font-weight: 600;
}
[class*=c-title] b.number {
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 0 0.075em;
  transform: translateY(0.05em);
}
[class*=c-title] sup {
  font-size: 12px;
}
@media (max-width: 767px) {
  [class*=c-title] sup {
    font-size: 10px;
  }
}

.c-title--article {
  font-size: 28px;
}
@media (max-width: 767px) {
  .c-title--article {
    font-size: 20px;
  }
}
.c-title--article span {
  color: #E60D17;
  font-family: "Montserrat", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  margin-bottom: 1.25em;
  position: relative;
}
.c-title--article span::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #E60D17;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .c-title--article.center {
    text-align: center;
  }
  .c-title--article.center span {
    text-align: center;
  }
  .c-title--article.center span::after {
    content: none;
  }
}
.c-title--section {
  font-size: 21px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-title--section {
    font-size: 15px;
  }
}
.c-title--section.line {
  padding-top: 22px;
}
@media (max-width: 767px) {
  .c-title--section.line {
    padding-top: 18px;
  }
}
.c-title--section.line::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #E60D17;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title--block {
  font-size: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-title--block {
    font-size: 26px;
  }
}
.c-title--block b.number {
  font-size: 60px;
}
@media (max-width: 767px) {
  .c-title--block b.number {
    font-size: 26px;
  }
}
.c-title--block span {
  vertical-align: baseline;
  padding: 0 0.45em;
}
@media (min-width: 768px) {
  .c-title--block span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-title--block span {
    font-size: 18px;
  }
}
.c-title--block.line {
  padding-top: 22px;
}
@media (max-width: 767px) {
  .c-title--block.line {
    padding-top: 18px;
  }
}
.c-title--block.line::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #E60D17;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title--paragraph {
  font-size: 30px;
}
@media (max-width: 767px) {
  .c-title--paragraph {
    font-size: 21px;
  }
}
.c-title--icon {
  text-align: center;
}
@media (min-width: 768px) {
  .c-title--icon {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-title--icon {
    font-size: 21px;
  }
}
.c-title--icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-title--icon.area {
    padding-top: 46px;
  }
}
@media (max-width: 767px) {
  .c-title--icon.area {
    padding-top: 30px;
  }
}
.c-title--icon.area::before {
  background-image: url(/common/img/machine/area_icon.png);
}
@media (min-width: 768px) {
  .c-title--icon.area::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .c-title--icon.area::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .c-title--icon.comment {
    padding-top: 41px;
  }
}
@media (max-width: 767px) {
  .c-title--icon.comment {
    padding-top: 36px;
  }
}
.c-title--icon.comment::before {
  background-image: url(/common/img/machine/comment_icon.png);
}
@media (min-width: 768px) {
  .c-title--icon.comment::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .c-title--icon.comment::before {
    width: 30px;
    height: 30px;
  }
}
.c-title--small {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .c-title--small {
    font-size: 18px;
  }
}

.c-accordion {
  /* + */
}
.c-accordion__box + .c-accordion__box {
  margin-top: 20px;
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__title {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.c-accordion__title > * {
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .c-accordion__title:hover > * {
    opacity: 0.6;
  }
}
.c-accordion__title > *:first-child {
  margin-top: 0;
}
.c-accordion__title > *:last-child {
  margin-bottom: 0;
}
.c-accordion__description {
  padding-top: 0;
}
.c-accordion__description > *:first-child {
  margin-top: 0;
}
.c-accordion__description > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-accordion__description {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-accordion__description {
    padding-top: 0;
  }
}
.c-accordion__icon {
  background-color: #E60D17;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-accordion__icon {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .c-accordion__icon {
    width: 15px;
    height: 15px;
  }
}
.c-accordion__icon::before, .c-accordion__icon::after {
  font-family: "fontawesome solid";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s;
}
@media (max-width: 767px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
.c-accordion__icon::before {
  content: "\f067";
}
.c-accordion__icon::after {
  content: "\f068";
  opacity: 0;
}
.is-active .c-accordion__icon::before {
  opacity: 0;
}
.is-active .c-accordion__icon::after {
  opacity: 1;
}

.c-card {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card + div, .c-card + h2, .c-card + p, .c-card + table, .c-card + ul, .c-card + input, .c-card + button, .c-card + form {
  margin-top: 50px;
}
.c-card p {
  transition: all 0.3s ease;
}
.c-card__inner {
  padding: 20px;
}
@media (max-width: 767px) {
  .c-card__inner {
    padding: 15px 20px 20px;
  }
}
.c-card__thumb img {
  width: 100%;
}

@media (min-width: 769px) {
  a.c-card:hover h3, a.c-card:hover h4, a.c-card:hover h5, a.c-card:hover p, .c-card__link:hover h3, .c-card__link:hover h4, .c-card__link:hover h5, .c-card__link:hover p {
    color: #5c35c4;
  }
}

[class*=c-card__inner] > *:first-child {
  margin-top: 0;
}
[class*=c-card__inner] > *:last-child {
  margin-bottom: 0;
}

.c-cv__wrapper {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.c-cv__wrapper--1column {
  max-width: none;
}
.c-cv__wrapper--change-position a svg {
  fill: #fff;
  right: 0;
}
.c-cv__wrapper--change-position .c-note-3 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-note-3 {
    font-size: 10px;
  }
}

.c-cv__wrapper--change-position .c-text-link {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .c-cv__wrapper {
    height: 80px;
  }
  .c-cv__wrapper--change-position {
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-cv__wrapper {
    height: 60px;
  }
  .c-cv__wrapper--change-position {
    height: auto;
  }
}
.c-cv__tel {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.c-cv__tel__wrapper {
  width: 50%;
  background-color: #000000;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .c-cv__tel__wrapper {
    width: 32vw;
  }
}
.c-cv__tel::before {
  content: "";
  background-image: url(/common/img/machine/cv_tell_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-cv__tel::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .c-cv__tel::before {
    width: 18px;
    height: 18px;
  }
}
.c-cv__tel__number {
  color: #fff;
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-cv__tel__number {
    font-size: 27px;
    margin: 0 10px 0 5px;
  }
}
@media (max-width: 767px) {
  .c-cv__tel__number {
    font-size: 18px;
    margin-left: 3px;
  }
}
.c-cv__tel__time {
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .c-cv__tel__time {
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: 5px;
  }
}
.c-cv__tel__link {
  width: 50%;
  background-color: #000000;
  color: #fff !important;
  position: relative;
}
.c-cv__wrapper--change-position .c-cv__tel__link {
  display: block;
  padding: 10px 20px;
  width: 50%;
}
.c-cv__wrapper--change-position .c-cv__tel__link a {
  color: #fff;
}
@media (min-width: 768px) {
  .c-cv__tel__link {
    padding: 20px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c-cv__tel__link {
    display: block;
    overflow: hidden;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link {
    padding: 3px 10px;
  }
}
.c-cv__tel__link__inner {
  height: 100%;
  display: flex;
  justify-content: center;
}
.c-cv__wrapper--change-position .c-cv__tel__link__inner {
  height: auto;
}
@media (min-width: 768px) {
  .c-cv__tel__link__inner {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c-cv__tel__link__inner {
    flex-wrap: wrap;
    padding-top: 3px;
  }
}
@media (min-width: 768px) {
  .c-cv__tel__link__number {
    font-size: 27px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .c-cv__tel__link__head {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .c-cv__tel__link__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-cv__tel__link__title {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .c-cv__tel__link__text {
    font-size: 12px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-cv__tel__link__text {
    font-size: 10px;
    /* transform: scale(0.9); */
  }
}
@media (max-width: 360px) {
  .c-cv__tel__link__text {
    transform: scale(0.8);
  }
}
.c-cv__tel__link__time, .c-cv__tel__link__notice {
  width: calc(100% + 20px);
}
@media (max-width: 767px) {
  .c-cv__tel__link__notice {
    width: auto;
    text-indent: -3em;
    padding-left: 3em;
  }
}
@media (max-width: 360px) {
  .c-cv__tel__link__time, .c-cv__tel__link__notice {
    width: calc(100% + 40px);
  }
}
.c-cv__content {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cv__content__wrapper {
  width: 50%;
  height: 100%;
  background-color: #C11920;
  border-top-left-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.15s;
}
.c-cv__content__wrapper:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.c-cv__wrapper--change-position .c-cv__content__wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  height: auto;
  padding: 10px;
  width: 50%;
}

.c-cv__wrapper--1column .c-cv__content__wrapper {
  border-radius: 0;
  width: 100%;
}
/* @media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    padding: 10px 20px;
  }
} */

@media (min-width: 769px) {
  .c-cv__content__wrapper:hover {
    background-color: #ee565d;
  }
}
.c-cv__content__head {
  background-color: #000000;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-cv__content__head {
    min-width: 300px;
    height: 32px;
    font-size: 14px;
    top: -16px;
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  .c-cv__content__head {
    width: 185px;
    height: 24px;
    font-size: 10px;
    top: -10px;
    transform: translateX(-50%) scale(0.85);
  }
}
@media (min-width: 768px) {
  .c-cv__content {
    font-size: 24px;
    line-height: 1;
    transform: translateX(-5px);
  }
}
@media (max-width: 767px) {
  .c-cv__content {
    font-size: 16px;
    line-height: 1.2;
    transform: translateX(-4px);
  }
}
@media (max-width: 360px) {
  .c-cv__content.s {
    font-size: 13px;
  }
}
.c-cv__content::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-cv__content::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .c-cv__content::before {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .c-cv__content__head + .c-cv__content {
    transform: translate(-5px, 5px);
  }
}
@media (max-width: 767px) {
  .c-cv__content__head + .c-cv__content {
    transform: translate(-4px, 4px);
  }
}
.c-cv__content.inquiry::before {
  background-image: url(/common/img/machine/cv_inquiry_icon.png);
}
@media (max-width: 767px) {
  .c-cv__content.inquiry::before {
    width: 24px;
    height: 24px;
  }
}
.c-cv__wrapper--change-position .c-cv__content.simulation {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-cv__content.simulation {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .c-cv__content.simulation {
    font-size: 12px;
  }
}
.c-cv__content.simulation::before {
  background-image: url(/common/img/machine/cv_simulation_icon.png);
}
@media (max-width: 767px) {
  .c-cv__content.simulation::before {
    width: 20px;
    height: 20px;
    transform: translateY(2px);
  }
}
.c-cv__electrify__wrapper {
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 3;
}
.c-cv__electrify__link {
  width: 80px;
  display: block;
}
@media (min-width: 768px) {
  .c-cv__electrify__link:hover {
    opacity: 0.6;
  }
}
.c-cv__side__wrapper {
  position: fixed;
  right: 0;
  z-index: 5;
}
.c-cv__side__machine__wrapper.c-cv__side__wrapper {
  max-width: 144px;
}
.c-cv__side__wrapper a:hover, .c-cv__side__wrapper a:focus-visible {
  opacity: 0.8;
}
.l-machine-wrapper .c-cv__side__wrapper a:focus {
  box-shadow: none;
}
.c-cv__side__wrapper a:focus img {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.c-cv__side__electrify__wrapper {
  top: 50%;
  transform: translateY(-50%);
}
.c-cv__side__electrify__wrapper:focus {
  box-shadow: inset 3px 3px #d1d1d1, inset -3px -3px #d1d1d1;
}
@media (max-width: 767px) {
  .c-cv__side__electrify__wrapper {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__electrify__wrapper + .c-cv__side__tel__wrapper {
    margin-top: 40px;
  }
}
.c-cv__side__tel__wrapper {
  bottom: 0;
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper {
    width: 100%;
  }
}
.c-cv__side__tel__wrapper .c-cv__tel {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-cv__side__tel__wrapper .c-cv__tel__link {
  background-color: #000000;
  color: #fff !important;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link {
    width: auto;
    padding: 15px 10px 15px 15px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 10px 15px;
  }
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__inner {
    justify-content: center;
    padding-top: 0;
    transform: translateX(10px);
  }
}
.c-cv__side__tel__wrapper .c-cv__tel__link__head {
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__head {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__head {
    font-size: 10px;
    text-align: center;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__block {
    width: 120px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  .c-cv__side__tel__wrapper .c-cv__tel__link__block::before {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-top: 1px;
  }
}
.c-cv__side__tel__wrapper .c-cv__tel__link__text {
  font-size: 10px;
  transform: scale(1);
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__text {
    max-width: calc(100% - 130px);
  }
}
.c-cv__side__tel__wrapper .c-cv__tel__link__time {
  font-size: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__time {
    margin-top: 5px;
    margin-left: -6px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__time {
    transform: scale(0.8);
    margin-left: -25px;
  }
}
.c-cv__side__tel__wrapper .c-cv__tel__link__notice {
  font-size: 10px;
  margin-bottom: 0;
  margin-left: -20px;
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__notice {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__link__notice {
    margin-top: -2px;
  }
}
.c-cv__side__tel__wrapper .c-cv__tel__number {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c-cv__side__tel__wrapper .c-cv__tel__number {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .c-cv__side__tel__wrapper .c-cv__tel__number {
    display: block;
    font-size: 18px;
    margin-left: 3px;
  }
}
@media (min-width: 768px) {
  .c-cv__side__link {
    width: 280px;
    transition: margin-right 0.4s ease;
    margin-right: -200px;
  }
  .c-cv__side__link:hover, .c-cv__side__link:focus {
    margin-right: -2px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .c-cv__side__link {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .c-cv__side__link__inner {
    display: flex;
    align-items: center;
  }
}

.c-list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .c-list li {
    padding-left: 15px;
  }
}
.c-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E60D17;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .c-list li::before {
    top: 10px;
  }
}
.c-list li:not(:last-child) {
  margin-bottom: 12px;
}
.c-list--large li {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-list--large li {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.c-list--large li::before {
  width: 10px;
  height: 10px;
  top: 14px;
}
@media (max-width: 767px) {
  .c-list--large li::before {
    top: 13px;
  }
}
.c-list--notice {
  margin-top: 20px;
}
.c-list--notice li {
  font-weight: normal;
  line-height: 1.5;
  text-indent: -3em;
  padding-left: 3em;
  vertical-align: text-top;
}
@media (min-width: 768px) {
  .c-list--notice li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .c-list--notice li {
    font-size: 10px;
  }
}
.c-list--notice.num li {
  text-indent: -3.75em;
  padding-left: 3.75em;
}

ol.c-list li {
  list-style: decimal;
  padding-left: 0.5em;
  margin-left: 1em;
}
ol.c-list li::before {
  content: none;
}
ol.c-list--notice li {
  text-indent: -3.75em;
  padding-left: 3.75em;
}

.c-tab__menu__wrapper {
  width: 100%;
}
.c-tab__menu__area {
  border-bottom: #E60D17 solid 4px;
  display: flex;
  justify-content: center;
}
.c-tab__menu__area.bottom {
  border-bottom: none;
  border-top: #E60D17 solid 4px;
}
@media (max-width: 767px) {
  .c-tab__menu__area {
    padding: 0 20px;
  }
}
.c-tab__menu__item {
  background-color: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .c-tab__menu__item {
    width: 290px;
    height: 64px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}
@media (max-width: 767px) {
  .c-tab__menu__item {
    width: calc((100% - 20px) / 2);
    height: 60px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.bottom .c-tab__menu__item {
  border-radius: 0;
}
@media (min-width: 768px) {
  .bottom .c-tab__menu__item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media (max-width: 767px) {
  .bottom .c-tab__menu__item {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 768px) {
  .c-tab__menu__item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .c-tab__menu__item:not(:last-child) {
    margin-right: 20px;
  }
}
.c-tab__menu__item > span {
  color: #666666;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-tab__menu__item > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .c-tab__menu__item > span {
    margin-right: 13px;
  }
  .p-katenesolar .c-tab__menu__item > span {
    margin-right: 0;
  }
}
.c-tab__menu__item > span span {
  display: block;
}
@media (min-width: 768px) {
  .c-tab__menu__item > span span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-tab__menu__item > span span {
    font-size: 15px;
  }
}
.c-tab__menu__item.is-select {
  background-color: #E60D17;
}
.c-tab__menu__item.is-select > span {
  color: #fff;
}
@media (min-width: 768px) {
  .c-tab__menu__item:hover {
    opacity: 0.6;
  }
}
.c-tab__contents {
  display: none;
}
@media (min-width: 768px) {
  .c-tab__contents__wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .c-tab__contents__wrapper {
    padding: 40px 0;
  }
}
.c-tab__contents.is-show {
  display: block;
}

.c-tab2__menu__area {
  width: 100%;
  max-width: 380px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.c-tab2__menu__item {
  width: calc((100% - 20px) / 3);
  height: 60px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border: #E7E9ED solid 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.15s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-tab2__menu__item {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .c-tab2__menu__item {
    font-size: 10px;
  }
}
.c-tab2__menu__item.is-select {
  opacity: 1;
}
.c-tab2__contents__item.is-hide {
  display: none;
}

/*
common
----------------------------------------------- */
[class*=swiper]:focus {
  outline: none;
}

.c-slider {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-slider__navigation {
    width: 80px;
    width: 100vw;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 125px;
    left: calc( 480px - 50vw );
  }
}
.c-slider__button {
  width: 48px;
  height: 48px;
  border: 1px solid #CCC;
  background: none;
  background-color: #fff;
  border-radius: 50%;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-slider__button {
    position: relative;
    left: auto;
    right: auto;
  }
}
.c-slider__button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: #E60D17 solid 3px;
  border-right: #E60D17 solid 3px;
  transition: opacity 0.15s;
}
.c-slider__button.swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}
@media (min-width: 769px) {
  .c-slider__button.swiper-button-prev {
    left: 30px;
  }
}
.c-slider__button.swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 2px;
}
@media (min-width: 769px) {
  .c-slider__button.swiper-button-next {
    right: 30px;
  }
}

.c-slider__button.swiper-button-disabled, .c-slider__button.swiper-button-hidden {
  opacity: 0;
}
.c-slider__button:focus {
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; */
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.c-slider__pagination {
  position: relative;
  bottom: 0 !important;
}
@media (min-width: 768px) {
  .c-slider__pagination {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .c-slider__pagination {
    margin-top: 25px;
  }
}
.c-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #E7E9ED;
  margin: 0 5px;
}
.c-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E60D17;
  opacity: 1;
}

.c-tag-area {
  position: relative;
}
.c-tag--badge {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 70px;
}

.u-color--link {
  color: #0049a7;
}
.u-color--over {
  color: #5c35c4;
}
.u-color--accent {
  color: #E60D17;
}
.u-color--gray {
  color: #F2F4F7;
}
.u-color--white {
  color: #fff;
}
.u-color--text {
  color: #333;
}
.u-color--text-second {
  color: #666666;
}
.u-color--text-third {
  color: #aaaaaa;
}

.u-bg--gradation {
  background: linear-gradient(135deg, #c11920 0%, #e60d17 100%);
}
.u-bg--gray {
  background-color: #F2F4F7;
}
.u-bg--orange {
  background-color: #FD7E14;
}
.u-bg--skyblue {
  background-color: #D9F0F7;
}
@media (max-width: 767px) {
  .u-bg--sp--gray {
    background-color: #F2F4F7;
  }
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
  align-items: center;
}

.u-d-flex-center {
  justify-content: center;
  align-items: center;
}

.u-d-flex-between {
  justify-content: space-between;
  align-items: center;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

table.u-d-inline-block, table.u-d-block {
  display: table !important;
}
table th.u-d-inline-block, table th.u-d-block, table td.u-d-inline-block, table td.u-d-block {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-md-inline-block, table.u-d-md-block {
    display: table !important;
  }
  table th.u-d-md-inline-block, table th.u-d-md-block, table td.u-d-md-inline-block, table td.u-d-md-block {
    display: table-cell !important;
  }
}
.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-l-auto {
  margin-left: auto;
}

.u-m-r-auto {
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

@media (max-width: 767px) {
  .u-m-md-auto {
    margin: auto;
  }
  .u-m-md-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-l-auto {
    margin-left: auto;
  }
  .u-m-md-r-auto {
    margin-right: auto;
  }
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
  .u-mt-md-15 {
    margin-top: 15px !important;
  }
  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }
  .u-ml-md-15 {
    margin-left: 15px !important;
  }
  .u-mr-md-15 {
    margin-right: 15px !important;
  }
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
  .u-mt-md-25 {
    margin-top: 25px !important;
  }
  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }
  .u-ml-md-25 {
    margin-left: 25px !important;
  }
  .u-mr-md-25 {
    margin-right: 25px !important;
  }
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
  .u-ml-md-30 {
    margin-left: 30px !important;
  }
  .u-mr-md-30 {
    margin-right: 30px !important;
  }
  .u-mt-md-35 {
    margin-top: 35px !important;
  }
  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }
  .u-ml-md-35 {
    margin-left: 35px !important;
  }
  .u-mr-md-35 {
    margin-right: 35px !important;
  }
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
  .u-mt-md-45 {
    margin-top: 45px !important;
  }
  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }
  .u-ml-md-45 {
    margin-left: 45px !important;
  }
  .u-mr-md-45 {
    margin-right: 45px !important;
  }
  .u-mt-md-50 {
    margin-top: 50px !important;
  }
  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }
  .u-ml-md-50 {
    margin-left: 50px !important;
  }
  .u-mr-md-50 {
    margin-right: 50px !important;
  }
  .u-mt-md-55 {
    margin-top: 55px !important;
  }
  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }
  .u-ml-md-55 {
    margin-left: 55px !important;
  }
  .u-mr-md-55 {
    margin-right: 55px !important;
  }
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
  .u-mt-md-65 {
    margin-top: 65px !important;
  }
  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }
  .u-ml-md-65 {
    margin-left: 65px !important;
  }
  .u-mr-md-65 {
    margin-right: 65px !important;
  }
  .u-mt-md-70 {
    margin-top: 70px !important;
  }
  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }
  .u-ml-md-70 {
    margin-left: 70px !important;
  }
  .u-mr-md-70 {
    margin-right: 70px !important;
  }
  .u-mt-md-75 {
    margin-top: 75px !important;
  }
  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }
  .u-ml-md-75 {
    margin-left: 75px !important;
  }
  .u-mr-md-75 {
    margin-right: 75px !important;
  }
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
  .u-mt-md-85 {
    margin-top: 85px !important;
  }
  .u-mb-md-85 {
    margin-bottom: 85px !important;
  }
  .u-ml-md-85 {
    margin-left: 85px !important;
  }
  .u-mr-md-85 {
    margin-right: 85px !important;
  }
  .u-mt-md-90 {
    margin-top: 90px !important;
  }
  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }
  .u-ml-md-90 {
    margin-left: 90px !important;
  }
  .u-mr-md-90 {
    margin-right: 90px !important;
  }
  .u-mt-md-95 {
    margin-top: 95px !important;
  }
  .u-mb-md-95 {
    margin-bottom: 95px !important;
  }
  .u-ml-md-95 {
    margin-left: 95px !important;
  }
  .u-mr-md-95 {
    margin-right: 95px !important;
  }
  .u-mt-md-100 {
    margin-top: 100px !important;
  }
  .u-mb-md-100 {
    margin-bottom: 100px !important;
  }
  .u-ml-md-100 {
    margin-left: 100px !important;
  }
  .u-mr-md-100 {
    margin-right: 100px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

@media (max-width: 767px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
  .u-pt-md-15 {
    padding-top: 15px !important;
  }
  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }
  .u-pl-md-15 {
    padding-left: 15px !important;
  }
  .u-pr-md-15 {
    padding-right: 15px !important;
  }
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
  .u-pl-md-20 {
    padding-left: 20px !important;
  }
  .u-pr-md-20 {
    padding-right: 20px !important;
  }
  .u-pt-md-25 {
    padding-top: 25px !important;
  }
  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }
  .u-pl-md-25 {
    padding-left: 25px !important;
  }
  .u-pr-md-25 {
    padding-right: 25px !important;
  }
  .u-pt-md-30 {
    padding-top: 30px !important;
  }
  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }
  .u-pl-md-30 {
    padding-left: 30px !important;
  }
  .u-pr-md-30 {
    padding-right: 30px !important;
  }
  .u-pt-md-35 {
    padding-top: 35px !important;
  }
  .u-pb-md-35 {
    padding-bottom: 35px !important;
  }
  .u-pl-md-35 {
    padding-left: 35px !important;
  }
  .u-pr-md-35 {
    padding-right: 35px !important;
  }
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
  .u-pl-md-40 {
    padding-left: 40px !important;
  }
  .u-pr-md-40 {
    padding-right: 40px !important;
  }
  .u-pt-md-45 {
    padding-top: 45px !important;
  }
  .u-pb-md-45 {
    padding-bottom: 45px !important;
  }
  .u-pl-md-45 {
    padding-left: 45px !important;
  }
  .u-pr-md-45 {
    padding-right: 45px !important;
  }
  .u-pt-md-50 {
    padding-top: 50px !important;
  }
  .u-pb-md-50 {
    padding-bottom: 50px !important;
  }
  .u-pl-md-50 {
    padding-left: 50px !important;
  }
  .u-pr-md-50 {
    padding-right: 50px !important;
  }
  .u-pt-md-55 {
    padding-top: 55px !important;
  }
  .u-pb-md-55 {
    padding-bottom: 55px !important;
  }
  .u-pl-md-55 {
    padding-left: 55px !important;
  }
  .u-pr-md-55 {
    padding-right: 55px !important;
  }
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
  .u-pl-md-60 {
    padding-left: 60px !important;
  }
  .u-pr-md-60 {
    padding-right: 60px !important;
  }
  .u-pt-md-65 {
    padding-top: 65px !important;
  }
  .u-pb-md-65 {
    padding-bottom: 65px !important;
  }
  .u-pl-md-65 {
    padding-left: 65px !important;
  }
  .u-pr-md-65 {
    padding-right: 65px !important;
  }
  .u-pt-md-70 {
    padding-top: 70px !important;
  }
  .u-pb-md-70 {
    padding-bottom: 70px !important;
  }
  .u-pl-md-70 {
    padding-left: 70px !important;
  }
  .u-pr-md-70 {
    padding-right: 70px !important;
  }
  .u-pt-md-75 {
    padding-top: 75px !important;
  }
  .u-pb-md-75 {
    padding-bottom: 75px !important;
  }
  .u-pl-md-75 {
    padding-left: 75px !important;
  }
  .u-pr-md-75 {
    padding-right: 75px !important;
  }
}
[class*=u-text] {
  margin-bottom: 0;
}

.u-text {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .u-text {
    font-size: 15px;
    letter-spacing: 0.025em;
  }
}
.u-text + .u-text {
  margin-top: 1em;
}
.u-text small {
  font-size: 1.2rem;
}
.u-text b {
  color: #E60D17;
  font-weight: 600;
}
.u-text a {
  color: #0049a7;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .u-text a:hover {
    color: #5c35c4;
    text-decoration: none;
  }
}
.u-text--bold {
  font-weight: bold !important;
}
.u-text--normal {
  font-weight: normal !important;
}
.u-text--size--ll, .u-text--size--ll a {
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .u-text--size--ll, .u-text--size--ll a {
    font-size: 24px !important;
  }
}
.u-text--size--l, .u-text--size--l a {
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .u-text--size--l, .u-text--size--l a {
    font-size: 20px !important;
  }
}
.u-text--size--m, .u-text--size--m a {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .u-text--size--m, .u-text--size--m a {
    font-size: 16px !important;
  }
}
.u-text--size--n, .u-text--size--n a {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .u-text--size--n, .u-text--size--n a {
    font-size: 15px !important;
  }
}
.u-text--size--s, .u-text--size--s a {
  font-size: 12px !important;
}
@media (max-width: 767px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: 10px !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: 10px !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
@media (min-width: 541px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}
@media (max-width: 540px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}
.u-text--notice {
  font-weight: normal;
  line-height: 1.5;
  text-indent: -3em;
  padding-left: 3em;
  vertical-align: text-top;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .u-text--notice {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .u-text--notice {
    font-size: 10px;
    margin-top: 15px;
  }
}
.u-text--lead {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.u-text--lead strong {
  font-size: 14px;
  font-weight: 600;
}

.u-textlink--arrow, .u-textlink--pdf, .u-textlink--blank {
  color: #E60D17;
  display: inline-block;
  position: relative;
}
.u-textlink--arrow i:first-child, .u-textlink--pdf i:first-child, .u-textlink--blank i:first-child {
  color: #E60D17;
  text-decoration: none;
  position: absolute;
}
.u-textlink--arrow {
  padding-left: 24px;
}
.u-textlink--arrow i:first-child {
  font-size: 1.6rem;
  margin-right: 0.5rem;
  margin-left: 0;
  left: 0px;
  top: 0.8rem;
}
@media (max-width: 767px) {
  .u-textlink--arrow i:first-child {
    font-size: 1.4rem;
    top: 0.6em;
  }
}
.u-textlink--arrow--secondary {
  padding-left: 14px;
}
@media (max-width: 767px) {
  .u-textlink--arrow--secondary {
    padding-left: 12px;
  }
}
.u-textlink--arrow--secondary [class*=fa-angle] {
  font-size: 2rem;
  left: -1px;
  top: 0.6em;
}
@media (max-width: 767px) {
  .u-textlink--arrow--secondary [class*=fa-angle] {
    font-size: 1.5rem;
  }
}
.u-textlink--pdf {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .u-textlink--pdf {
    padding-right: 18px;
  }
}
.u-textlink--pdf i:first-child {
  top: 0.5em;
}
.u-textlink--blank {
  padding-right: 28px;
}
@media (max-width: 767px) {
  .u-textlink--blank {
    padding-right: 24px;
  }
}
.u-textlink--blank i:first-child {
  top: 0.4em;
}

p .fa-file-pdf, p .fa-external-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.u-wid-full {
  margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.u-wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

.u-wid-20 {
  width: 20px !important;
  min-width: 20px !important;
}

.u-wid-30 {
  width: 30px !important;
  min-width: 30px !important;
}

.u-wid-40 {
  width: 40px !important;
  min-width: 40px !important;
}

.u-wid-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.u-wid-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.u-wid-70 {
  width: 70px !important;
  min-width: 70px !important;
}

.u-wid-80 {
  width: 80px !important;
  min-width: 80px !important;
}

.u-wid-90 {
  width: 90px !important;
  min-width: 90px !important;
}

.u-wid-100 {
  width: 100px !important;
  min-width: 100px !important;
}

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !important;
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media (max-width: 767px) {
  .u-wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }
  .u-wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }
  .u-wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }
  .u-wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }
  .u-wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }
  .u-wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }
  .u-wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }
  .u-wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }
  .u-wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }
  .u-wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }
  .u-wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }
  .u-wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }
  .u-wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }
  .u-wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }
  .u-wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }
  .u-wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }
  .u-wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }
  .u-wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }
  .u-wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }
  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }
  .u-wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }
  .u-wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }
  .u-wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }
  .u-wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }
  .u-wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }
  .u-wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }
  .u-wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }
  .u-wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }
  .u-wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }
  .u-wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }
  .u-wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }
  .u-wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }
  .u-wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }
  .u-wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }
  .u-wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }
  .u-wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }
  .u-wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }
  .u-wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }
  .u-wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }
  .u-wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }
  .u-wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }
  .u-wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }
  .u-wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }
  .u-wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }
  .u-wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }
  .u-wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }
  .u-wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }
  .u-wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }
  .u-wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }
  .u-wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}


/* カテエネソーラー
---------------------------------------------------------------------- */
.p-katenesolar .fill-wh {
  /* fill: #E60D17 !important; */
}

.p-katenesolar-lead__wrapper {
  background-color: #D9F0F7;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-katenesolar-lead__wrapper {
    height: 500px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-katenesolar-lead__wrapper {
    padding-top: 15px;
  }
}
.p-lead__wrapper {
  background-color: #D9F0F7;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-lead__wrapper {
    height: 480px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-lead__wrapper {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-lead__wrapper.lease {
    padding-top: 25px;
  }
}
.p-lead__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-lead__inner {
    padding: 0 20px;
  }
}
.p-lead__block {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-lead__block {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .p-lead__block {
    max-width: none;
  }
}
.p-lead__notice {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-lead__notice {
    max-width: 475px;
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-lead__notice {
    font-size: 10px;
    margin-top: 10px;
  }
}
.p-lead__notice li {
  text-indent: -3.75em;
  padding-left: 3.75em;
}
@media (min-width: 768px) {
  .p-lead__img {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .p-lead__img {
    width: calc(100% + 40px);
  }
}
@media (min-width: 768px) {
  .p-lead__img.solar {
    width: 750px;
    top: 24px;
    right: -200px;
  }
}
@media (max-width: 767px) {
  .p-lead__img.solar {
    margin-top: -35px;
    transform: translate(-10px, 21px);
  }
}
@media (min-width: 768px) {
  .p-lead__img.lease {
    width: 803px;
    top: -27px;
    right: -206px;
  }
}
@media (max-width: 767px) {
  .p-lead__img.lease {
    margin-top: -58px;
    transform: translate(-20px, 7.2vw);
  }
}
.p-lead__top__wrapper {
  width: 100%;
  background-color: #F2F4F7;
}
.p-lead__top__title {
  text-align: center;
  margin: 0;
}
.p-lead__lower__wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .p-lead__lower__wrapper {
    max-width: 960px;
    margin: auto;
  }
}
.p-lead__lower__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .p-lead__lower__inner {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.p-lead__lower__block {
  text-align: center;
}
@media (min-width: 768px) {
  .p-lead__lower__block {
    width: 40%;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (min-width: 1281px) {
  .p-lead__lower__block {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .p-lead__lower__block {
    padding: 20px;
  }
}
.p-lead__lower__head {
  background-color: #E60D17;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 180px;
  height: 30px;
  font-size: 15px;
  margin-bottom: 10px;
}
@media (min-width: 1281px) {
  .p-lead__lower__head {
    width: 240px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-lead__lower__title {
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-lead__lower__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1281px) {
  .p-lead__lower__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .p-lead__lower__title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.p-lead__lower__title span {
  color: #E60D17;
}
.p-lead__lower__catch {
  margin: 0;
}
@media (min-width: 768px) {
  .p-lead__lower__catch {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1281px) {
  .p-lead__lower__catch {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-lead__lower__catch {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .p-lead__lower__catch {
    font-size: 13px;
  }
}
.p-lead__lower__medal {
  margin: auto;
}
@media (min-width: 768px) {
  .p-lead__lower__medal {
    width: calc(100% - 100px);
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .p-lead__lower__medal {
    width: 100%;
    max-width: 210px;
  }
}
.p-lead__lower__visual {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-lead__lower__visual {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .p-lead__lower__visual {
    width: 100%;
  }
}
.p-lead__lower__slider__img img {
  width: 100%;
}
.p-lead__lower__slider__thumb {
  width: 25%;
  cursor: pointer;
  transition: opacity 0.15s;
}
.p-lead__lower__slider__thumb__container {
  width: 100%;
}
.p-lead__lower__slider__thumb__wrapper {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.p-lead__lower__slider__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.p-lead__lower__slider__thumb:not(.swiper-slide-thumb-active)::before {
  opacity: 0.4;
}
.p-lead__lower__slider__thumb.swiper-slide-thumb-active::before {
  opacity: 0;
}
@media (min-width: 768px) {
  .p-lead__lower__slider__thumb:hover {
    opacity: 0.6;
  }
}
.p-lead__description__wrapper {
  background-color: #F2F4F7;
  padding: 60px 0;
}

.p-banner {
  line-height: 0;
}
.p-banner__wrapper {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-banner__wrapper {
    padding: 40px 0;
  }
}
.p-banner__link {
  display: block;
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .p-banner__link:hover {
    opacity: 0.6;
  }
}
.p-banner__link.comingsoon {
  pointer-events: none;
  cursor: default;
}

@media (min-width: 768px) {
  .p-anker__wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .p-anker__wrapper {
    padding: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .p-anker__wrapper.top {
    padding-top: 50px;
  }
}
.p-anker__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-anker__inner {
    padding: 0 20px;
  }
}
.p-anker__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-anker__list__item.c3 {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .p-anker__list__item.c3 {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 768px) {
  .p-anker__list__item.c3:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .p-anker__list__item.c3:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .p-anker__list__item.c4 {
    width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 767px) {
  .p-anker__list__item.c4 {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .p-anker__list__item.c4:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .p-anker__list__item.c4:nth-of-type(-n+2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .p-anker__list__item.c4:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.p-anker__link {
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-anker__link {
    height: 80px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .p-anker__link {
    height: 60px;
    border-radius: 2px;
  }
}
.p-anker__link::before {
  content: "";
  border-top: #E60D17 solid;
  border-right: #E60D17 solid;
  position: absolute;
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .p-anker__link::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
    margin-top: -4px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
  }
}
@media (max-width: 767px) {
  .p-anker__link::before {
    width: 6px;
    height: 6px;
    border-width: 1px;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}
.p-anker__link span {
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .p-anker__link span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-anker__link span {
    font-size: 10px;
    text-align: center;
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  .p-anker__link:hover::before, .p-anker__link:hover span {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-anker__link.low {
    height: 50px;
    border-radius: 5px;
  }
  .p-anker__link.low span {
    font-size: 13px;
    margin: 0;
  }
  .p-anker__link.low::before {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(135deg);
    margin-top: -2px;
  }
}

.p-about__section {
  position: relative;
}
@media (min-width: 768px) {
  .p-about__section {
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .p-about__section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.p-about__section::after {
  content: "";
  background-color: #F2F4F7;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-about__section::after {
    width: 100vw;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: -34.8148148148vw;
  }
}
@media (max-width: 767px) {
  .p-about__section::after {
    width: calc(100vw - 40px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 335px;
    left: 0;
  }
}
.p-about__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-about__inner {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width: 767px) {
  .p-about__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .p-about__description {
    width: 450px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .p-about__lead.u-text {
    line-height: 2 !important;
  }
}
.p-about__img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about__img {
    width: calc(100% - 490px);
    height: 29.037037037vw;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 767px) {
  .p-about__img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 35px;
    transform: translateX(20px);
  }
}
.p-about__img img {
  width: 100%;
}

.p-company__list.center {
  justify-content: center;
}
.p-company__card > *:first-child {
  margin-top: 0;
}
.p-company__card > *:last-child {
  margin-bottom: 0;
}
.p-company__card.button {
  padding-bottom: 55px;
}
.p-company__logo {
  border: #F2F4F7 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-company__logo {
    height: 150px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-company__logo {
    height: 130px;
  }
}
.p-company__logo.low {
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-company__logo.low {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .p-company__logo.low {
    height: 100px;
  }
}
.p-company__logo img {
  width: 100%;
}
.p-company__name {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-company__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-company__name {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-company__text.s {
    font-size: 13px;
  }
}
@media (max-width: 767px) and (min-width: 561px) {
.p-company__logo .p-company__logo--img {
  max-width: 590px;
  max-height: 182px;
  }
  .p-company__logo02 {
    height: auto;
  }
}
@media (max-width: 560px) {
  .p-company__logo .p-company__logo--img {
    width: 100%;
  }
}
.p-company__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-company__col--center {
  display: flex;
  justify-content: center;
}

/* Q&A よくある質問
------------------------------------------------------------ */
.p-faq__box {
  background-color: #fff;
  border-radius: 10px;
}
.p-faq__question {
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-faq__question {
    font-size: 14px;
    -webkit-line-clamp: 1;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .p-faq__question {
    font-size: 15px;
    -webkit-line-clamp: 3;
    padding-right: 40px;
  }
}
.p-faq__question::before {
  content: "Q";
  color: #E60D17;
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-faq__question::before {
    font-size: 24px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .p-faq__question::before {
    font-size: 15px;
    display: block;
  }
}
.is-active .p-faq__question {
  -webkit-line-clamp: inherit;
}
@media (min-width: 768px) {
  .is-active .p-faq__question {
    display: flex;
    align-items: center;
  }
}
.p-faq__answer {
  padding-top: 0;
}
.p-faq__text {
  padding: 0 20px 0;
}
.p-faq__text:last-child {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-faq__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-faq__text {
    font-size: 13px;
  }
}
.p-faq__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .p-faq__list li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-faq__list li {
    font-size: 13px;
  }
}
.p-faq__textNote {
  font-size: 12px;
  padding: 20px;
}
@media (max-width: 767px) {
  .p-faq__textNote {
    font-size: 11px;
  }
}



.p-features__block {
  position: relative;
}
@media (min-width: 768px) {
  .p-features__block {
    width: 100%;
    max-width: 960px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-features__block + .p-features__block {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .p-features__block + .p-features__block {
    margin-top: 15px;
  }
}
.p-features__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-features__inner {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .p-features__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .p-features__inner.right {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media (min-width: 768px) {
  .p-features__inner.left {
    flex-direction: row-reverse;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.p-features__description {
  position: relative;
}
@media (min-width: 768px) {
  .p-features__description {
    width: 410px;
    padding: 40px 0 0 40px;
  }
}
@media (max-width: 767px) {
  .p-features__description {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-features__description.left {
    margin-right: 90px;
  }
}
@media (min-width: 768px) {
  .p-features__description.right {
    margin-left: 90px;
  }
}
.p-features__number {
  color: #FFEAEA;
  font-family: "Montserrat", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-features__title {
  z-index: 1;
}
@media (min-width: 768px) {
  .p-features__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-features__title {
    font-size: 21px;
    margin-bottom: 25px;
    padding: 40px 0 0 20px;
  }
}
.p-features__text {
  z-index: 1;
}
@media (max-width: 767px) {
  .p-features__text.u-text {
    line-height: 2 !important;
  }
}
@media (min-width: 768px) {
  .p-features__text + .p-features__text {
    margin-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .p-features__text + .p-features__text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .p-features__text.right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .p-features__text.left {
    padding: 0 20px;
  }
}
.p-features__img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-features__img {
    width: calc(100% - 500px);
    height: 24.5185185185vw;
  }
}
@media (max-width: 767px) {
  .p-features__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-features__img.left {
    transform: translateX(-20px);
  }
}
@media (max-width: 767px) {
  .p-features__img.right {
    transform: translateX(20px);
  }
}
.p-features__img img {
  width: 100%;
}

.p-guarantee__box {
  border: #F2F4F7 solid 5px;
  border-radius: 10px;
}
.p-guarantee__box + .p-guarantee__box {
  margin-top: 20px;
}
.p-guarantee__title {
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .p-guarantee__title {
    padding: 40px 25px 40px 35px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__title {
    padding: 30px 40px 30px 20px;
  }
}
@media (min-width: 768px) {
  .p-guarantee__title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__title {
    font-size: 18px;
  }
}
.p-guarantee__title > span {
  color: #E60D17;
  font-weight: 400;
  display: block;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .p-guarantee__title > span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__title > span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .p-guarantee__icon {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__icon {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .p-guarantee__description {
    padding: 0 25px 50px 35px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__description {
    padding: 0 20px 40px 20px;
  }
}
.p-guarantee__img {
  text-align: center;
}
.p-guarantee__list {
  justify-content: center;
}
.p-guarantee__card {
  background-color: #F2F4F7;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-guarantee__card {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__card {
    padding: 20px;
  }
}
.p-guarantee__card__head {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-guarantee__card__head {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__card__head {
    font-size: 15px;
  }
}
.p-guarantee__card__head b.number {
  font-size: 46px;
  padding: 0 0.125em;
}
.p-guarantee__plus__title {
  margin: 20px auto 25px;
}
@media (min-width: 768px) {
  .p-guarantee__plus__title {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .p-guarantee__plus__title {
    width: 150px;
  }
}

.p-pickup__link {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.p-pickup__link > * {
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .p-pickup__link:hover > * {
    opacity: 0.6;
  }
}
.p-pickup__thumbnail {
  width: 100px;
}
.p-pickup__inner {
  width: calc(100% - 100px);
  position: relative;
}
@media (min-width: 768px) {
  .p-pickup__inner {
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .p-pickup__inner {
    padding: 0 50px 0 20px;
  }
}
.p-pickup__inner::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/common/img/machine/arow_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-pickup__inner::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .p-pickup__inner::after {
    right: 20px;
  }
}
.p-pickup__title {
  color: #333;
  margin: 0;
}
@media (min-width: 768px) {
  .p-pickup__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-pickup__title {
    font-size: 13px;
  }
}

.p-plan__section {
  width: 100%;
  background-color: #F2F4F7;
  position: relative;
}
@media (min-width: 768px) {
  .p-plan__section {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .p-plan__section {
    padding: 60px 0;
  }
}
.p-plan__section::before, .p-plan__section::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-plan__section::before, .p-plan__section::after {
    height: 290px;
  }
}
.p-plan__section::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.p-plan__section::after {
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-plan__section.solar::before, .p-plan__section.solar::after {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .p-plan__section.solar::before {
    background-image: url(/common/img/machine/katenesolar/plan_title_img_pc.jpg);
  }
}
@media (max-width: 767px) {
  .p-plan__section.solar::before {
    background-image: url(/common/img/machine/katenesolar/plan_title_img.jpg);
  }
}
@media (min-width: 768px) {
  .p-plan__section.lease::before, .p-plan__section.lease::after {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .p-plan__section.lease::before {
    background-image: url(/common/img/machine/katenelease/plan_title_img_pc.jpg);
  }
}
@media (max-width: 767px) {
  .p-plan__section.lease::before {
    background-image: url(/common/img/machine/katenelease/plan_title_img.jpg);
  }
}
.p-plan__inner {
  width: 100%;
  max-width: 640px;
  margin: auto;
  position: relative;
}
.p-plan__price {
  font-size: 21px;
  text-align: center;
  margin: 0;
}
.p-plan__price__wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-plan__price__wrapper {
    height: 120px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .p-plan__price__wrapper {
    height: 95px;
    margin-bottom: 70px;
  }
}
.p-plan__price__icon {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-plan__price__icon {
    bottom: -43px;
  }
}
@media (max-width: 767px) {
  .p-plan__price__icon {
    bottom: -50px;
  }
}
.p-plan__price__icon::before {
  font-family: "fontawesome solid";
  content: "\f067";
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-plan__price b.number {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .p-plan__price b.number {
    font-size: 35px;
  }
}
.p-plan__price__list {
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.p-plan__price__list__wrapper {
  border: #E7E9ED solid 1px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.p-plan__price__list__wrapper + .p-plan__price__list__wrapper {
  margin-top: 10px;
}
.p-plan__price__list__wrapper > *:first-child {
  margin-top: 0;
}
.p-plan__price__list__wrapper > *:last-child {
  margin-bottom: 0;
}
.p-plan__price__list__head {
  width: 90px;
  background-color: #E7E9ED;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 768px) {
  .p-plan__price__list__head {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .p-plan__price__list__head {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .p-plan__price__list__head {
    width: 100%;
    padding: 7px 0;
  }
}
.p-plan__price__list__head > span {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-plan__price__list__head > span {
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .p-plan__price__list__head > span {
    display: flex;
    align-items: baseline;
  }
}
.p-plan__price__list__head > span span {
  font-size: 10px;
  display: block;
}
@media (max-width: 360px) {
  .p-plan__price__list__head > span span {
    display: inline-block;
    margin-left: 0.35em;
    transform: translateY(1px);
  }
}
@media (min-width: 768px) {
  .p-plan__price__list {
    width: calc(100% - 90px);
    padding: 13px 0 13px 10px;
  }
}
@media (max-width: 767px) {
  .p-plan__price__list {
    width: calc(100% - 100px);
    padding: 13px 5px 13px 5px;
  }
}
@media (max-width: 360px) {
  .p-plan__price__list {
    width: 100%;
  }
}
.p-plan__price__list .inner {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .p-plan__price__list .inner {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-plan__price__list .inner {
    font-size: 13px;
  }
}
.p-plan__price__list .inner b {
  color: #E60D17;
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  transform: translateY(0.05em);
  padding: 0 0.2em;
}
@media (max-width: 360px) {
  .p-plan__price__list .inner b {
    font-size: 20px;
  }
}
.p-plan__row {
  justify-content: center;
}
.p-plan__card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-plan__card__title {
  line-height: 1.15;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-plan__card__title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .p-plan__card__title {
    font-size: 15px;
  }
}
.p-plan__card__title.s {
  font-size: 18px;
  letter-spacing: -0.025em;
}
.p-plan__card__title.s small {
  font-size: 10px;
  font-weight: 600;
}
.p-plan__card__title--large {
  font-size: 21px;
}
.p-plan__card__text {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .p-plan__card__text {
    font-size: 13px;
  }
}
.p-plan__card__notice {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-plan__card__notice {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-plan__card__notice {
    font-size: 10px;
  }
}
.p-plan__card__price {
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .p-plan__card__price {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-plan__card__price {
    font-size: 13px;
  }
}
.p-plan__card__price b {
  color: #E60D17;
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 0 0.075em;
  transform: translateY(0.05em);
}
.p-plan__area__wrapper {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-plan__area__wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .p-plan__area__wrapper {
    margin-top: 60px;
  }
}
.p-plan__area__inner {
  border: #F2F4F7 solid 5px;
}
@media (min-width: 768px) {
  .p-plan__area__inner {
    border-radius: 20px;
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .p-plan__area__inner {
    border-radius: 10px;
    padding: 20px 15px 40px;
  }
}
.p-plan__area__text {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-plan__area__text {
    width: 400px;
    font-size: 16px;
    margin: auto;
  }
}
.p-plan__area__text b {
  color: #333 !important;
}
@media (max-width: 767px) {
  .p-plan__area__text b {
    display: block;
    margin-bottom: 2px;
  }
}
.p-plan__area__text span {
  display: inline-block;
}
@media (min-width: 768px) {
  .p-plan__area__text > span {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-plan__area__text > span {
    margin-top: 2px;
  }
}

.p-info__section {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .p-info__section {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .p-info__section {
    padding: 60px 0;
  }
}
.p-info__section .u-text {
  color: #000;
}
.p-info__section .c-title--article {
  margin-bottom: 12px;
}
.p-info__area__title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
}
.p-info__area__inner {
  max-width: 560px;
  margin: 0 auto;
  border: #fd7e14 solid 5px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-info__area__inner {
    padding: 30px 10px 25px;
  }
}
@media (max-width: 767px) {
  .p-info__area__inner {
    padding: 20px 10px 40px;
  }
}
.p-info__tel {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 10px;
}
.p-info__tel::before {
  content: "";
  background-image: url(/common/img/machine/info_tell_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  bottom: 2px;
}
@media (max-width: 767px) {
  .p-info__tel::before {
    bottom: 0;
  }
}
.p-info__tel__number {
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-info__tel__number {
    font-size: 27px;
    /* margin: 0 0 0 4px; */
  }
}
@media (max-width: 767px) {
  .p-info__tel__number {
    font-size: 18px;
    /* margin-left: 3px; */
  }
}
.p-info__tel__number a {
  color: #fd7e14;
}

@media (max-width: 767px) {
  .p-price__block {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-price__block:not(:last-child) {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .p-price__block:not(:last-child) {
    margin-bottom: 35px;
  }
}
.p-price__title {
  font-size: 23px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-price__title {
    font-size: 16px;
  }
}
.p-price__title b.number {
  font-size: 50px;
}
@media (max-width: 767px) {
  .p-price__title b.number {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .p-price__text {
    text-align: center;
  }
}
.p-price__img {
  text-align: center;
}
.p-price__img__wrapper {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
}
.p-price__img__wrapper.gray {
  background-color: #F2F4F7;
}
@media (min-width: 768px) {
  .p-price__img__wrapper.gray {
    border-radius: 10px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .p-price__img__wrapper.gray {
    border-radius: 5px;
    padding: 20px;
  }
}
.p-price__img__wrapper.p0 {
  padding: 0;
}
@media (min-width: 768px) {
  .p-price__img__wrapper.low {
    padding: 15px 0 30px;
  }
}
@media (max-width: 767px) {
  .p-price__img__wrapper.low {
    padding: 10px 20px 20px;
  }
}
.p-price__img__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .p-price__img__inner {
    max-width: 750px;
    /* max-width: 590px; */
    margin: auto;
  }
  .p-price__img__inner.wide {
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .p-price__img__text.u-text {
    font-size: 10px;
    text-align: center;
  }
  .p-price__img__text.u-text b {
    font-weight: 400;
  }
}
.p-price__img__title {
  width: calc(100% + 40px);
  text-align: center;
  margin-bottom: 1em;
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .p-price__img__title {
    font-size: 18px;
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .p-price__img__title {
    font-size: 13px;
    padding-top: 0.5em;
  }
}
@media (min-width: 768px) {
  .p-price__img__title b {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-price__img__title b {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .p-price__img__title sup {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-price__img__title sup {
    font-size: 10px;
  }
}
.p-price__point {
  width: 100%;
}
@media (min-width: 768px) {
  .p-price__point__wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .p-price__point__wrapper {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.p-price__point__lead {
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__point__lead {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p-price__point__lead {
    font-size: 21px;
  }
}
.p-price__point__lead .label {
  width: 272px;
  height: 30px;
  background-color: #E60D17;
  color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-price__point__lead .label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .p-price__point__lead .label {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-price__point__lead b.number {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .p-price__point__lead b.number {
    font-size: 35px;
    margin-top: -5px;
  }
}
.p-price__point__lead sup {
  display: inline-block;
  transform: translateY(0.15em);
}
@media (min-width: 768px) {
  .p-price__point__lead sup {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-price__point__lead sup {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .p-price__point__description {
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-price__point__description {
    margin-top: 10px;
  }
}

.p-renovation__link {
  width: 100%;
  background-color: #fff;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-renovation__link {
    border-radius: 10px;
  }
}
.p-renovation__link > * {
  color: #333;
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .p-renovation__link__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .p-renovation__link__inner {
    display: block;
  }
}
@media (min-width: 768px) {
  .p-renovation__thumb {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .p-renovation__thumb {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-renovation__description {
    width: calc(100% - 480px);
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .p-renovation__description {
    width: 100%;
    padding: 20px;
  }
}
.p-renovation__title {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-renovation__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .p-renovation__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .p-renovation__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-renovation__text {
    font-size: 12px;
  }
}
.p-renovation__price {
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.p-renovation__price__wrapper {
  width: 100%;
  border: #E7E9ED solid 1px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-renovation__price__wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .p-renovation__price__wrapper {
    display: block;
    margin: 12px auto 0;
  }
}
.p-renovation__price__head {
  background-color: #E7E9ED;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-renovation__price__head {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .p-renovation__price__head {
    width: 100%;
  }
}
.p-renovation__price__head > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-renovation__price__head > span {
    padding: 7px 0;
    display: flex;
    align-items: center;
  }
}
.p-renovation__price__head > span span {
  font-size: 10px;
  display: block;
}
@media (max-width: 767px) {
  .p-renovation__price__head > span span {
    display: inline-block;
    margin-left: 0.5em;
  }
}
@media (min-width: 768px) {
  .p-renovation__price {
    width: calc(100% - 90px);
    padding: 10px 5px 10px 10px;
  }
}
@media (max-width: 767px) {
  .p-renovation__price {
    width: 100%;
    justify-content: center;
    padding: 10px 5px;
  }
}
.p-renovation__price.auto {
  width: auto;
  padding: 0;
}
.p-renovation__price .head, .p-renovation__price .from {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .p-renovation__price .head, .p-renovation__price .from {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-renovation__price .head, .p-renovation__price .from {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .p-renovation__price .head, .p-renovation__price .from {
    font-size: 10px;
  }
}
.p-renovation__price .head sup, .p-renovation__price .from sup {
  font-size: 10px;
  transform: translateY(-1em);
}
.p-renovation__price .head b {
  color: #E60D17;
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 0 0.15em;
  transform: translateY(0.075em);
}
@media (min-width: 768px) {
  .p-renovation__price .head b {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-renovation__price .head b {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .p-renovation__price .head b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-renovation__price .head span {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-renovation__price .head span br {
    display: none;
  }
}
.p-renovation__price .from {
  margin-left: 10px;
}
.p-renovation__price .from b {
  color: #333 !important;
  font-size: 18px;
  display: inline-block;
  padding: 0 0.25em;
}
.p-renovation__price .from b.comingsoon {
  transform: translateY(0.45em);
}
@media (max-width: 360px) {
  .p-renovation__price .from b {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  a.p-renovation__link:hover > * {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .p-service__slider__container {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .p-service__slider__wrapper {
    display: block;
  }
}
.p-service__slider__item {
  position: relative;
}
@media (max-width: 767px) {
  .p-service__slider__item:not(:last-child) {
    padding-bottom: 35px;
  }
  .p-service__slider__item:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #F1F1F1;
    position: absolute;
    top: 30px;
    left: 15px;
  }
}
.p-service__slider__item__num {
  background: linear-gradient(135deg, #e60012 0%, #C11920 80%, #C11920 100%);
  color: #fff;
  font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-service__slider__item__num {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .p-service__slider__item__num {
    width: 30px;
    height: 30px;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-service__slider__item__num.l2 {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .p-service__slider__item__description {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
  }
}
.p-service__slider__item__title {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-service__slider__item__title {
    order: 1;
  }
}
.p-service__slider__item__thumb {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-service__slider__item__thumb {
    order: 2;
  }
}
.p-service__slider__item__label {
  min-width: 85px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
  padding: 0 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.p-service__slider__item__label.black {
  background-color: #515255;
}
.p-service__slider__item__label.red {
  background-color: #E60D17;
}
@media (min-width: 768px) {
  .p-service__slider__item__label {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .p-service__slider__item__label {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .p-service__slider__item__text {
    order: 3;
  }
}
@media (max-width: 767px) {
  .p-service__slider__navigation {
    display: none;
  }
}

.p-c-slider__container {
  overflow: visible;
}
@media (min-width: 768px) {
  .p-c-slider__item::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .p-c-slider__item:not(.swiper-slide-active)::before {
    opacity: 0.7;
  }
  .p-c-slider__item.swiper-slide-active::before {
    opacity: 0;
  }
}
.p-c-slider__item__thumb {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-c-slider__item__thumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-c-slider__item__thumb {
    margin-bottom: 15px;
  }
}
.p-c-slider__item__thumb img {
  width: 100%;
}
.p-c-slider__item__data {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-c-slider__item__date, .p-c-slider__item__label {
  font-size: 10px;
  line-height: 1;
}
.p-c-slider__item__date {
  margin-right: 1.5em;
}
.p-c-slider__item__label {
  min-width: 90px;
  height: 20px;
  background-color: #fff;
  color: #E60D17;
  border: #E60D17 solid 1px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
.p-c-slider__item__label + .p-c-slider__item__label {
  margin-left: 5px;
}
.p-c-slider__item__title {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-c-slider__item__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-c-slider__item__title {
    font-size: 15px;
  }
}
.p-c-slider__item__text {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-c-slider__item__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-c-slider__item__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-c-slider__navigation {
    width: 100%;
    position: absolute;
    top: 32vw;
  }
}

.p-voice__others__item {
  border-style: solid;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-voice__others__item {
    height: 100%;
    border-color: #F2F4F7;
    border-width: 5px;
    display: flex;
    align-items: center;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .p-voice__others__item {
    border-color: #E7E9ED;
    border-width: 1px;
    padding: 30px 20px 25px;
  }
}

.c-breadcrumb {
  margin: 0;
  padding: 0;
}
.c-breadcrumb__inr {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  padding: 0.27778em 0.55556em;
}
.c-breadcrumb a, .c-breadcrumb span {
  font-size: 12px;
  vertical-align: baseline;
}
.c-breadcrumb li {
  padding-bottom: 1px;
}
.c-breadcrumb li:first-child {
  margin-left: 0;
}

.sec03.line, .sec_half_box01.line {
  background-color: #fff;
  border: #AEB1B7 solid 1px;
}

.sec03.line .sec03Tit {
  color: #333;
}
.sec03.line .linkBtn04 {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
@media (min-width: 768px) {
  .sec03.line:hover .linkBtn04, .sec03.line:focus .linkBtn04 {
    background-color: #717171;
    border-color: #717171;
  }
}

/*
.l-machine-wrapper ul li:not([class]) {
  margin-top: 5px;
}
*/

.l-machine-wrapper ul li:not([class]):first-child {
  margin-top: 0;
}

.l-machine-wrapper ul:not([class]) li:not([class]) {
  list-style-type: disc;
  margin-left: 1.5em;
}

.l-machine-wrapper a:focus,
.l-machine-wrapper button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.l-machine-wrapper .p-anker__link:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.596);
  opacity: 1;
}

.sec_half_box01 a:focus {
  color: #333;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  opacity: 0.8;
}

.l-machine-wrapper.lease p b, .l-machine-wrapper.lease .u-text b, .l-machine-wrapper.lease [class*=c-title] b {
  color: #FD7E14;
}
.l-machine-wrapper.lease .c-title--article span {
  color: #FD7E14;
}
.l-machine-wrapper.lease .c-title--article span::after {
  background-color: #FD7E14;
}
.l-machine-wrapper.lease .c-title--section.line::before {
  background-color: #FD7E14;
}
.l-machine-wrapper.lease .c-title--icon.area::before {
  background-image: url(/common/img/machine/katenelease/area_icon.png);
}
.l-machine-wrapper.lease [class*=c-button]::after, .l-machine-wrapper.lease .p-pickup__inner::after {
  background-image: url(/common/img/machine/katenelease/arow_icon.png);
}
.l-machine-wrapper.lease .c-slider__button::after {
  border-color: #FD7E14;
}
.l-machine-wrapper.lease .c-accordion__icon, .l-machine-wrapper.lease .p-lead__lower__head, .l-machine-wrapper.lease .p-service__slider__item__num {
  background: #FD7E14;
}
.l-machine-wrapper.lease .p-anker__link::before {
  border-color: #FD7E14;
}
.l-machine-wrapper.lease .p-guarantee__title span {
  color: #FD7E14;
}
.l-machine-wrapper.lease .p-faq__question::before {
  color: #FD7E14;
}
.l-machine-wrapper.lease .p-lead__lower__title span {
  color: #FD7E14;
}





/*---------------------------------------------
lity
---------------------------------------------*/
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.75);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -50px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  /*font-family: Arial, Baskerville, monospace;*/
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  /*font-family: Arial, Baskerville, monospace;*/
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  /*top: 1px;*/
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
@media only screen and (max-width: 750px) {
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 90%;
  }
  .lity-content{
    width:90vw;
  }
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/*追加*/
.lity-container {
  width: 100%;
  max-width: 964px;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .lity-container {
    width: 90%;
    padding: 0;
  }
  .lity-content{
    width:90vw;
  }
}

/* modal */
.modal_inner{
  background: #fff;
  max-width: 960px;
  height: 80vh;
  overflow: auto;
  padding: 40px 40px 0;
  font-size: 14px;
  border-radius: 10px;
}
#ModelCase01 .modal_inner,
#ModelCase02 .modal_inner {
  height: 45vh;
}

.modal_box{
  margin: 0 0 1em;
}
.modal_box:last-child{
  margin: 0 0 40px;
}

@media only screen and (max-width: 767.98px) {
  /* modal */
  .modal_inner {
    padding: 5.33vw 3vw 0;
    height: 70vh;
    font-size: 3.2vw;
  }
}

.modal_box .row {
  margin-right: 0;
  margin-left: 0
}

.modal_btn--close {
  width: 200px;
  display: block;
  margin: 15px auto 0;
  padding: 10px 0;
  border: 1px solid #e8e8e8;
  text-align: center
}
@media screen and (max-width: 767px) {
  .modal_btn--close {
    margin: 13px auto 0;
    padding: 7px 0
  }
}
#ModelCase01 .modal_inner,
#ModelCase02 .modal_inner {
  height: 100%;
  max-height: 75vh
}
@media screen and (max-width: 767px) {
  #ModelCase01 .modal_inner,
  #ModelCase02 .modal_inner {
    max-height:85vh
  }
}


/* 「お住まいをご検討中のエリア」プルダウン
------------------------------------------------------------ */
.js-display-none {
  display: none !important;
}
.p-katenesolar-select__wrap {
  max-width: 690px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-katenesolar-select__wrap {
    padding: 30px 0;
  }
}
.p-katenesolar-select {
  position: relative;
  width: 100%;
  background: #F7F7F7;
}
.p-katenesolar-select::before {
  position: absolute;
  content: '';
  top: 0;
  right: 102px;
  height: 102px;
  width: 1px;
  background: #CCC;
}
@media screen and (max-width: 768px) {
  .p-katenesolar-select::before {
    right: 50px;
    height: 50px;
  }
}
.p-katenesolar-select::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-right: solid 4px;
  border-bottom: solid 4px;
  margin: auto;
  position: absolute;
  top: 38px;
  right: 42px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #C11920;
}
@media screen and (max-width: 768px) {
  .p-katenesolar-select::after {
    width: 1em;
    height: 1em;
    border-right: solid 2px;
    border-bottom: solid 2px;
    margin: auto;
    position: absolute;
    top: 19px;
    right: 21px;
  }
}
.p-katenesolar-select label {
  display: none;
}
.p-katenesolar-select__label {
  position: absolute;
  top: 30%;
  font-size: 24px;
  font-weight: bold;
  padding-right: 102px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-katenesolar-select__label {
    font-size: 17px;
    padding-right: 50px;
  }
}
.p-katenesolar-selectbox {
  position: relative;
  padding: 40px 95px;
  z-index: 1;
  line-height: inherit;
  color: rgba(51,51,51,0) !important;
  background: rgba(0,0,0,0);
}
@media screen and (max-width: 768px) {
  .p-katenesolar-selectbox {
    padding: 14px 20px;
  }
}
.p-katenesolar-selectbox option {
  font-size: 18px;
  color: #333;
}

/* 「お住まいをご検討中のエリア」プルダウン下タイトル
------------------------------------------------------------ */
.p-katenesolar__area-title {
  color: #e60d17;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 2em;
}
.p-katenesolar__area-title span {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-katenesolar__area-title {
    font-size: 18px;
  }
  .p-katenesolar__area-title span {
    font-size: 12px;
  }
}

/* 「お住まいをご検討中のエリア」選択時フェードイン
------------------------------------------------------------ */
@keyframes fade_up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade_up_floating {
  0% {
    transform: translateY(20px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
.fade-up {
  visibility: hidden;
  height: 0;
}
.fade-up.anim-start {
  animation: fade_up 1s cubic-bezier(.4, .4, .2, .98) 0s forwards;
  visibility: visible;
  height: auto;
}
.fade-up-floating {
  visibility: hidden;
  height: 0;
}
.fade-up-floating.anim-start {
  animation: fade_up_floating 1s cubic-bezier(.4, .4, .2, .98) 0s forwards;
  visibility: visible;
  height: auto;
}


/* 提携先住宅販売会社一覧
------------------------------------------------------------ */
.l-inner.l-inner-search {
  padding: 0;
}
.company-list {
  max-width: 960px;
  width: 100%;
  margin: 80px auto;
}
.company-list__wrap {
  line-height: 1.4;
}
.company-list--table {
  background: #fff;
}
.company-list--table th, .company-list--table td {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .company-list--table th, .company-list--table td {
    display: block;
  }
  .company-list--table th {
    padding: 15px 15px;
  }
  .company-list--table td {
    padding: 0 15px 15px;
  }
  .company-list__link {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 15px;
  }
  .company-list__link .c-icon {
    position: absolute;
    top: 3px;
    right: 0;
  }
}
.company-list--table thead th:nth-child(1) {
  width: 64%;
}
.company-list--table thead th:nth-child(2) {
  width: 20%;
}
.company-list--table thead th:nth-child(3) {
  width: 16%;
}
.company-list--table tr:nth-child(odd) {
  background: #F7F7F7;
}
.company-list--table thead tr:nth-child(odd) {
  border-right: none;
  background: #fff;
}
.company-list--table thead {
  position: relative;
}
.company-list--table thead::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #E60D17;
}
@media screen and (min-width: 769px) {
  .company-list--table th,
  .company-list--table td {
    border-right: 1px solid #F5F5F5;
  }
  .company-list--table tr:nth-child(odd) th,
  .company-list--table tr:nth-child(odd) td {
    border-right: 1px solid #FFF;
  }
}
.company-contents-container {
  position: relative;
}
.btn-readmore__wrap {
  position: absolute;
  display: none;
  bottom: 0;
  padding: 70px 0 10px;
  width: 100%;
  background: linear-gradient( -180deg, rgba(255, 255, 255, 0.1), #FFF 60%, #FFF );
}
.btn-readmore__wrap:has(.btn-readmore.is-on) {
  position: static;
  margin-top: 30px;
  padding: 0;
  background: none;
}
.btn-readmore {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.05em;
  background: #E60D17;
}
.btn-readmore::after {
  position: absolute;
  top: 18px;
  right: 25px;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate( 45deg );
}
.btn-readmore.is-on {
  color: #333;
  border: 1px solid #333;
  background: #FFF;
}
.btn-readmore.is-on::after {
  position: absolute;
  top: 25px;
  right: 25px;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate( -135deg );
}
.btn-readmore .btn-readmore-open { display: block; }
.btn-readmore .btn-readmore-close { display: none; }
.btn-readmore.is-on .btn-readmore-open { display: none; }
.btn-readmore.is-on .btn-readmore-close { display: block; }

.p-katenesolar-notice01 {
  margin-left: 3em;
}

.company-text-nolist {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
  border: 1px solid #AAA;
  border-radius: 8px;
  max-width: 600px;
  margin: 15px auto 50px;
}


/* 「提携先住宅販売会社一覧」都道府県選択プルダウン
------------------------------------------------------------ */
.company-select__label {
  position: absolute;
  top: 30%;
  font-size: 16px;
  font-weight: 500;
  padding: 0 50px 0 15px;
  width: 100%;
}
.company-select label {
  display: none;
}
.company-select {
  position: relative;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  margin: 0 0 50px;
  background: #F5F5F5;
}
.company-select::before {
  position: absolute;
  content: '';
  top: 0;
  right: 50px;
  height: 50px;
  width: 1px;
  background: #CCC;
}
@media screen and (max-width: 768px) {
  .company-select::before {
    right: 50px;
    height: 50px;
  }
}
.company-select::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-right: solid 3px;
  border-bottom: solid 3px;
  margin: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #C11920;
}
@media screen and (max-width: 768px) {
  .company-select::after {
    width: 1em;
    height: 1em;
    border-right: solid 2px;
    border-bottom: solid 2px;
    margin: auto;
    position: absolute;
    top: 19px;
    right: 21px;
  }
}
.list-company {
  cursor: pointer;
  height: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  line-height: inherit;
  color: rgba(51,51,51,0) !important;
  background: rgba(0,0,0,0);
}
.list-company option {
  font-size: 15px;
  color: #333;
}

.list-company optgroup {
  margin: 0;
  padding: 0;
}
.p-katenesolar .fill-rd {
  fill: #E60D17 !important;
}
/*--特定商取引法に基づく表示で追加--*/
.l-pcs-section-12__box {
  padding: 60px 35px;
}
.l-pcs__item {
  margin-bottom: 20px;
}
.l-pcs__list01 .l-pcs__item {
  list-style-type: none;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}
.l-pcs__item::before {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: .3em;
  content: "";
  background: #fd7e14;
}
@media screen and (max-width: 768px) {
  .l-pcs-section-12__box {
    padding: 20px;
  }
  .l-pcs__item::before {
    width: 12px;
    height: 12px;
  }
  .l-pcs-section-12__box .c-text-link--pdf-link a {
    font-size: 0.9rem !important;
    }
    .l-pcs-section-12__box .c-text-link--pdf-link a::after {
      width: 30px;
    }
  }

  .p-button-wrapper {
    border: 3px solid #c6181f;
    border-radius: 20px;
    cursor: auto;
    display: block;
    margin-top: 40px;
    padding: 40px;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .p-button-wrapper {
      margin-top: 20px;
      padding: 20px 10px;
    }
  }
  .p-button-wrapper:hover {
    opacity: 1;
  }
  .p-button-wrapper::after {
    content: none;
  }
  .p-button-wrapper__title {
    font-size: 16px;
    font-weight: 600;
  }
  @media screen and (max-width: 768px) {
    .p-button-wrapper__title {
      font-size: 15px;
    }
  }
  .p-button-wrapper__note {
    font-size: 12px;
    margin-top: 10px;
  }
  @media screen and (max-width: 768px) {
    .p-button-wrapper__note {
      font-size: 12px;
      padding-left: 3em;
      text-align: left;
      text-indent: -3em;
    }
  }
  @media screen and (max-width: 768px) {
    .p-button-wrapper__note {
      margin-top: 5px;
    }
  }
  .p-button-wrapper__text {
    margin-top: 30px;
  }
  @media screen and (max-width: 768px) {
    .p-button-wrapper__text {
      font-size: 13px;
      margin-top: 15px;
    }
  }