@charset "UTF-8";
html[theme='green'] {
  --primary: #2b684e;
  --secondary: #5ac231;
  --primary-hover: #338670;
}

html[theme='orange'] {
  --primary: #f87b06;
  --secondary: #f75c07;
  --primary-hover: #ff8833;
}

html[theme='blue'] {
  --primary: #16408e;
  --secondary: #295ec0;
  --primary-hover: #4365a3;
}

html[theme='light-green'] {
  --primary: #a0d63d;
  --secondary: #649927;
  --primary-hover: #b3de33;
}

@keyframes rotate-left {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0);
  }
}
button {
  font-family: "Noto Sans JP", sans-serif;
}

.btn, .btn-primary, .btn-secondary {
  padding: 20px 80px;
  padding: 1.25rem 5rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 32px;
  border-radius: 2rem;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  letter-spacing: 0;
  cursor: pointer;
  border: none;
  transition: 0.2s all;
}
.btn:focus, .btn-primary:focus, .btn-secondary:focus {
  outline: none;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-secondary {
  background-color: #3c414e;
  border-color: #3c414e;
}
.btn-secondary:hover {
  background-color: #636771;
  border-color: #636771;
}

.btn-block {
  width: 100%;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-secondary {
  width: calc((100% - 10px) / 2);
}

.btn-est, .btn-case-form {
  text-align: center;
}

@media (max-width: 768px) {
  .btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-secondary {
    width: 100%;
  }

  .btn-est .btn, .btn-est .btn-primary, .btn-est .btn-secondary, .btn-case-form .btn, .btn-case-form .btn-primary, .btn-case-form .btn-secondary {
    padding: 20px 5px;
    padding: 1.25rem 0.3125rem;
    min-width: 0;
    width: 100% !important;
    display: block;
    max-width: none !important;
  }
}
body {
  overscroll-behavior-y: auto;
}

.topics-solar {
  color: #222222;
}
.topics-solar img {
  width: auto;
  vertical-align: bottom;
}
.topics-solar *.sp-only {
  display: none;
}
.topics-solar *.pc {
  display: block;
}
.topics-solar .main {
  padding-bottom: 0;
}
.topics-solar .main .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}
.topics-solar .main-header {
  padding: 106px 0px;
  padding: 6.625rem 0rem;
  background: url(../img/background_pc.jpg) center center no-repeat;
  background-size: cover;
}
.topics-solar .main-header h1 {
  margin: 0;
  text-align: center;
}
.topics-solar .main-header h1 img {
  width: 640px;
  width: 40rem;
}
.topics-solar .section {
  padding: 80px 0px;
  padding: 5rem 0rem;
}
.topics-solar .section.-bg {
  background: #F5F5F5;
}
.topics-solar .section .contents {
  max-width: 1120px;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.topics-solar .section__title {
  margin: 0px 0px 28px;
  margin: 0rem 0rem 1.75rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
.topics-solar .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics-solar .column .ttl-l3 {
  text-align: left;
}
.topics-solar .column.-col2 > div {
  width: calc(100% / 2 - 20px);
}
.topics-solar .column.-col3 > div {
  width: calc(100% / 3 - (48px / 3));
}
.topics-solar .column.-col3.-subgrid {
  grid-template-columns: repeat(3, calc(100% / 3 - 20px));
}
.topics-solar .column.-subgrid {
  display: grid;
}
.topics-solar .column.-subgrid .item,
.topics-solar .column.-subgrid .item-section {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: 0;
}
.topics-solar .column.-subgrid.-sub5 .item-section {
  grid-row: span 5;
}
.topics-solar .column.-subgrid.-sub6 .item-section {
  grid-row: span 6;
}
.topics-solar .column.item .item-section {
  margin: 40px 0px 0px;
  margin: 2.5rem 0rem 0rem;
  padding: 40px 0px 0px;
  padding: 2.5rem 0rem 0rem;
  border-top: 1px solid #ccc;
}
.topics-solar .column.item .item-section:nth-of-type(1), .topics-solar .column.item .item-section:nth-of-type(2), .topics-solar .column.item .item-section:nth-of-type(3) {
  margin: 0;
  padding: 0;
  border: 0;
}
.topics-solar .column.item .item-section .img {
  width: 100%;
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
}
.topics-solar .column.item .item-section .item-category {
  margin: 0px 0px 8px;
  margin: 0rem 0rem 0.5rem;
}
.topics-solar .column.item .item-section .item-category span {
  display: inline-block;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  background: #ccc;
}
.topics-solar .column.item .item-section .item-name {
  margin: 0px 0px 8px;
  margin: 0rem 0rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
.topics-solar .column.item .item-section .btn-detail {
  display: block;
}
.topics-solar .column.item .item-section .btn-detail .btn, .topics-solar .column.item .item-section .btn-detail .btn-primary, .topics-solar .column.item .item-section .btn-detail .btn-secondary {
  width: 100%;
}
.topics-solar .column.item .item-section .btn-detail .btn + .btn, .topics-solar .column.item .item-section .btn-detail .btn-primary + .btn, .topics-solar .column.item .item-section .btn-detail .btn-secondary + .btn, .topics-solar .column.item .item-section .btn-detail .btn + .btn-primary, .topics-solar .column.item .item-section .btn-detail .btn-primary + .btn-primary, .topics-solar .column.item .item-section .btn-detail .btn-secondary + .btn-primary, .topics-solar .column.item .item-section .btn-detail .btn + .btn-secondary, .topics-solar .column.item .item-section .btn-detail .btn-primary + .btn-secondary, .topics-solar .column.item .item-section .btn-detail .btn-secondary + .btn-secondary {
  margin-top: 12px;
}
.topics-solar .ttl-l3 {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border: 0;
  text-align: left;
}
.topics-solar .list-ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.topics-solar .list-ul li:before {
  content: "・";
}
.topics-solar .list-ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
  counter-increment: list;
  line-height: 1.2;
}
.topics-solar .list-ol li:before {
  content: counter(list) ".";
  font-weight: 600;
  font-family: 'Roboto';
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: .3em;
}
.topics-solar .list-att {
  color: #CC0000;
  font-weight: bold;
}
.topics-solar .list-att li {
  text-indent: -1em;
  padding-left: 1em;
}
.topics-solar .list-att li:before {
  content: "※";
}
.topics-solar .att-text {
  font-weight: bold;
  color: #c00;
}
.topics-solar .link a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}
.topics-solar .link a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-right: 0.5rem;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
}
.topics-solar .btn-detail {
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
.topics-solar .btn-detail .btn, .topics-solar .btn-detail .btn-primary, .topics-solar .btn-detail .btn-secondary {
  display: inline-block;
  margin: 0;
  padding: 20px 80px;
  padding: 1.25rem 5rem;
  background: #f87b06;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.topics-solar .btn-detail .btn:hover, .topics-solar .btn-detail .btn-primary:hover, .topics-solar .btn-detail .btn-secondary:hover {
  background: #ff8833;
}
.topics-solar .btn-detail .btn.detail, .topics-solar .btn-detail .detail.btn-primary, .topics-solar .btn-detail .detail.btn-secondary {
  background: #fff;
  color: #F87B06;
  border: 2px solid #F87B06;
}
.topics-solar .btn-detail .btn.disabled, .topics-solar .btn-detail .disabled.btn-primary, .topics-solar .btn-detail .disabled.btn-secondary {
  background: #cccccc !important;
}
.topics-solar .btn-detail .btn.disabled:hover, .topics-solar .btn-detail .disabled.btn-primary:hover, .topics-solar .btn-detail .disabled.btn-secondary:hover {
  background: #cccccc !important;
  cursor: default;
}
.topics-solar .lead .contents {
  display: grid;
  grid-template-columns: 53.57% auto;
  grid-template-rows: auto auto;
  grid-gap: 40px;
}
.topics-solar .lead .text {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.topics-solar .lead .text .section__title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: left;
}
.topics-solar .lead .img {
  grid-column: 1;
  grid-row: 1;
}
.topics-solar .lead .btn-detail {
  grid-column: 1 / 3;
  grid-row: 2;
  margin: 0;
}
.topics-solar .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 40px;
  padding: 2.5rem;
  border: 1px solid #ccc;
  background: #fff;
}
.topics-solar .img-box .img {
  flex-shrink: 0;
  width: 46.15%;
  margin-left: 40px;
  margin-left: 2.5rem;
}
.topics-solar .img-box.-row {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
}
.topics-solar .img-box.-row .img {
  width: 100%;
  margin: 0;
}
.topics-solar .img-box.-row .text {
  padding: 28px 36px 34px;
  padding: 1.75rem 2.25rem 2.125rem;
}
.topics-solar .img-box.-row .text .list-ol {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.topics-solar .img-box.-row .text .recommend {
  padding: 16px;
  padding: 1rem;
  background: #F5F9FA;
  border: 2px solid #DBEDF4;
}
.topics-solar .img-box.-row .text .recommend dt {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.topics-solar .equipment {
  margin-top: 80px;
  margin-top: 5rem;
}
.topics-solar .equipment__title {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border-left: 4px solid #1A6849;
}
.topics-solar .equipment-detail {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  grid-gap: 24px;
}
.topics-solar .equipment-detail > div {
  padding: 32px;
  padding: 2rem;
  background: #fff;
}
.topics-solar .equipment-detail dt {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.topics-solar .point .column .item {
  width: calc(100% / 3 - (76px / 3));
  padding: 32px;
  padding: 2rem;
  background: #fff;
  border: 1px solid #ccc;
}
.topics-solar .point .column .item .ttl-l3 {
  text-align: center;
}
.topics-solar .point .column .item .img {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}
.topics-solar .point .column .item .img img {
  height: 80px;
  height: 5rem;
}
.topics-solar .point .column .item p {
  margin-bottom: 0;
}
.topics-solar .point .column .item p .att-text {
  display: block;
  color: inherit;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}
.topics-solar .point .column .item p .att-text:before {
  content: "※";
}
.topics-solar .point .column .item:nth-last-of-type(1) {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
}
.topics-solar .point .column .item:nth-last-of-type(1) .text {
  text-align: center;
}
.topics-solar .contact .column .item {
  width: calc(100% / 3 - (76px / 3));
  border: 1px solid #ddd;
}
.topics-solar .contact .column .item .img {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.topics-solar .contact .column .item .ttl-l3 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  text-align: center;
}
.topics-solar .contact .column .item .ttl-l3 small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.topics-solar .contact .column .item .text {
  margin: 0;
  padding: 0px 32px 32px;
  padding: 0rem 2rem 2rem;
}
.topics-solar .flow {
  margin-bottom: 0;
}
.topics-solar .flow-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
}
.topics-solar .flow-list > dt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 26.96%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 20px;
  padding: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  background: #fff;
}
.topics-solar .flow-list > dt span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #F87B07;
}
.topics-solar .flow-list > dt:after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #ccc;
}
.topics-solar .flow-list > dt:nth-last-of-type(1):after {
  display: none;
}
.topics-solar .flow-list > dd {
  width: calc(100% - 26.96%);
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 40px 40px 40px 0px;
  padding: 2.5rem 2.5rem 2.5rem 0rem;
  background: #fff;
}
.topics-solar .flow-list > dd p {
  margin: 0;
}
.topics-solar .flow-list > dd p.att {
  text-indent: -1em;
  padding-left: 1em;
}
.topics-solar .flow-list > dd .block-contact {
  height: auto;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 38px 0px;
  padding: 2.375rem 0rem;
  border: 1px solid #ccc;
}
.topics-solar .flow-list > dd .block-contact p {
  margin-bottom: 12px;
}
.topics-solar .flow-list > dd .block-contact > div {
  width: 50%;
  padding: 0px 50px;
  padding: 0rem 3.125rem;
  text-align: center;
}
.topics-solar .flow-list > dd .block-contact .btn-block {
  max-width: 288px;
  margin: 0 auto;
}
.topics-solar .flow-list > dd dl dt {
  font-weight: bold;
}
.topics-solar .flow-list > dd dl dd + dt {
  margin-top: 16px;
  margin-top: 1rem;
}
.topics-solar .flow-list > dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.topics-solar .flow-list > dd ul li:before {
  content: "・";
}
.topics-solar .flow-list > dd ul li.att:before {
  content: "※";
}
.topics-solar .flow-list > dd ul li.att.strong {
  color: #CC0000;
  font-weight: bold;
}
.topics-solar .flow-list > dd ul li span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(248, 123, 6, 0.5) 0%);
}
.topics-solar .knowledge-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px;
  margin: 0rem -1.5625rem;
}
.topics-solar .knowledge-list .list-item-link {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 48px);
  margin: 0px 24px;
  margin: 0rem 1.5rem;
}
.topics-solar .knowledge-list .image-item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.topics-solar .knowledge-list .title {
  margin: 0px 0px 4px;
  margin: 0rem 0rem 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333333;
}
.topics-solar .knowledge-list .description {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #444;
}
.topics-solar .knowledge-list .read-more {
  margin-top: auto;
  text-align: right;
}
.topics-solar .knowledge-list .read-more .sub-link {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-weight: bold;
}
.topics-solar .knowledge-list .read-more .sub-link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-left: 0.625rem;
  background: url(../img/icon_arrow2.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .topics-solar *.sp-only {
    display: block;
  }
  .topics-solar *.pc {
    display: none;
  }
  .topics-solar .main {
    padding: 0;
  }
  .topics-solar .main-header {
    padding: 63px 0px;
    padding: 3.9375rem 0rem;
    background-image: url(../img/background_sp.jpg);
  }
  .topics-solar .main-header h1 img {
    width: 320px;
    width: 20rem;
  }
  .topics-solar .section {
    padding: 40px 0px;
    padding: 2.5rem 0rem;
  }
  .topics-solar .section .contents {
    padding: 0px 16px;
    padding: 0rem 1rem;
  }
  .topics-solar .section__title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .topics-solar .column {
    display: block;
  }
  .topics-solar .column.-col2 > div {
    width: auto;
  }
  .topics-solar .column.-col3 > div {
    width: auto;
  }
  .topics-solar .column.-subgrid {
    display: block;
  }
  .topics-solar .column.-subgrid .item {
    display: block;
  }
  .topics-solar .column.item .item-section {
    margin: 20px 0px 0px;
    margin: 1.25rem 0rem 0rem;
    padding: 20px 0px 0px;
    padding: 1.25rem 0rem 0rem;
    border-top: 1px solid #ccc;
  }
  .topics-solar .column.item .item-section:nth-of-type(1), .topics-solar .column.item .item-section:nth-of-type(2), .topics-solar .column.item .item-section:nth-of-type(3) {
    margin: 20px 0px 0px;
    margin: 1.25rem 0rem 0rem;
    padding: 20px 0px 0px;
    padding: 1.25rem 0rem 0rem;
    border-top: 1px solid #ccc;
  }
  .topics-solar .ttl-l3 {
    margin: 0px 0px 12px;
    margin: 0rem 0rem 0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .topics-solar .btn-detail {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .topics-solar .btn-detail .btn, .topics-solar .btn-detail .btn-primary, .topics-solar .btn-detail .btn-secondary {
    display: block;
    max-width: 350px;
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 20px;
    padding: 1.25rem;
  }
  .topics-solar .lead .contents {
    display: block;
  }
  .topics-solar .lead .text .section__title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .topics-solar .lead .img {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .topics-solar .img-box {
    display: block;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }
  .topics-solar .img-box .img {
    width: 100%;
    margin: 16px 0px 0px;
    margin: 1rem 0rem 0rem;
  }
  .topics-solar .img-box.-row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .topics-solar .img-box.-row .ttl-l3 {
    text-align: center;
  }
  .topics-solar .img-box.-row .img {
    width: 100%;
    margin: 0;
  }
  .topics-solar .img-box.-row .text {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }
  .topics-solar .img-box.-row .text .recommend {
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
  }
  .topics-solar .equipment {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .topics-solar .equipment__title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .topics-solar .equipment-detail {
    display: block;
  }
  .topics-solar .equipment-detail > div {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 24px;
    padding: 1.5rem;
  }
  .topics-solar .equipment-detail dt {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .topics-solar .point .column .item {
    display: grid;
    grid-template-columns: 40px auto;
    grid-template-rows: auto 1fr;
    grid-gap: 0 12px;
    width: auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 20px;
    padding: 1.25rem;
    background: #fff;
  }
  .topics-solar .point .column .item .ttl-l3 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .topics-solar .point .column .item .img {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
    text-align: center;
  }
  .topics-solar .point .column .item .img img {
    height: 40px;
    height: 2.5rem;
  }
  .topics-solar .point .column .item p {
    grid-column: 2;
    grid-row: 2;
  }
  .topics-solar .point .column .item:nth-last-of-type(1) {
    display: block;
    width: 100%;
    margin: 0;
  }
  .topics-solar .point .column .item:nth-last-of-type(1) .text {
    text-align: left;
  }
  .topics-solar .contact .column .item {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: auto 1fr;
    grid-gap: 0 12px;
    width: auto;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .topics-solar .contact .column .item .img {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
  }
  .topics-solar .contact .column .item .ttl-l3 {
    grid-column: 2;
    grid-row: 1;
    margin: 12px 16px 4px 0px;
    margin: 0.75rem 1rem 0.25rem 0rem;
    text-align: left;
  }
  .topics-solar .contact .column .item .ttl-l3 small {
    display: none;
  }
  .topics-solar .contact .column .item .text {
    grid-column: 2;
    grid-row: 2;
    padding: 0px 16px 0px 0px;
    padding: 0rem 1rem 0rem 0rem;
    line-height: 1.5;
  }
  .topics-solar .item-section {
    display: block;
  }
  .topics-solar .item-section + .item-section {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .topics-solar .item-section .img {
    max-width: 240px;
    max-width: 15rem;
    width: 100%;
    margin: 0px auto 16px;
    margin: 0rem auto 1rem;
  }
  .topics-solar .item-section .detail {
    width: auto;
  }
  .topics-solar .item-section .detail .item-name {
    font-size: 16px;
    font-size: 1rem;
  }
  .topics-solar .item-section .detail .price dl {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .topics-solar .item-section .detail .price .installment {
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
  }
  .topics-solar .item-section .detail .price .installment dl {
    display: block;
  }
  .topics-solar .item-section .detail .price .installment dl dt {
    width: 100%;
    height: 32px;
    padding: 4px;
    padding: 0.25rem;
    background: #BE0000 url(../img/img_zero_sp.gif) center no-repeat;
    background-size: auto 24px;
  }
  .topics-solar .item-section .detail .price .installment dl dt img {
    display: none;
  }
  .topics-solar .item-section .detail .price .installment__price {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    white-space: nowrap;
  }
  .topics-solar .item-section .detail .price.-pointPresent {
    display: block;
  }
  .topics-solar .item-section .detail .price.-pointPresent .badge {
    display: block;
    margin: 4px auto 0px;
    margin: 0.25rem auto 0rem;
    width: 200px;
    width: 12.5rem;
  }
  .topics-solar .item-section .detail .price.-pointPresent-note {
    grid-column: 1 / 3;
  }
  .topics-solar .item-section .detail .price.-pointPresent + .btn-detail {
    margin-top: 16px;
  }
  .topics-solar .item .item-variation {
    margin-top: 16px;
    margin-top: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .topics-solar .item .item-variation + .item-variation {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .topics-solar .item .item-variation + .price {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .topics-solar .item .related {
    display: block;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .topics-solar .item .related dt {
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
  }
  .topics-solar .item .related dd a {
    margin: 0 auto;
  }
  .topics-solar .item .related dd + dd {
    margin-left: 24px;
    margin-left: 1.5rem;
  }
  .topics-solar .item .btn-detail {
    display: block;
  }
  .topics-solar .item .btn-detail .btn, .topics-solar .item .btn-detail .btn-primary, .topics-solar .item .btn-detail .btn-secondary {
    width: 100%;
  }
  .topics-solar .item .btn-detail .btn + .btn, .topics-solar .item .btn-detail .btn-primary + .btn, .topics-solar .item .btn-detail .btn-secondary + .btn, .topics-solar .item .btn-detail .btn + .btn-primary, .topics-solar .item .btn-detail .btn-primary + .btn-primary, .topics-solar .item .btn-detail .btn-secondary + .btn-primary, .topics-solar .item .btn-detail .btn + .btn-secondary, .topics-solar .item .btn-detail .btn-primary + .btn-secondary, .topics-solar .item .btn-detail .btn-secondary + .btn-secondary {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .topics-solar .flow-list {
    display: block;
  }
  .topics-solar .flow-list > dt {
    display: flex;
    width: auto;
    margin: 0;
    padding: 20px 20px 8px;
    padding: 1.25rem 1.25rem 0.5rem;
  }
  .topics-solar .flow-list > dt:after {
    display: none;
  }
  .topics-solar .flow-list > dd {
    position: relative;
    width: auto;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    padding: 0px 20px 20px;
    padding: 0rem 1.25rem 1.25rem;
  }
  .topics-solar .flow-list > dd:after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #ccc;
  }
  .topics-solar .flow-list > dd:last-child {
    margin-bottom: 0;
  }
  .topics-solar .flow-list > dd:last-child:after {
    display: none;
  }
  .topics-solar .flow-list > dd .block-contact {
    padding: 20px;
    padding: 1.25rem;
  }
  .topics-solar .flow-list > dd .block-contact p {
    margin-bottom: 12px;
  }
  .topics-solar .flow-list > dd .block-contact > div {
    width: 100%;
    padding: 0px;
    padding: 0rem;
  }
  .topics-solar .flow-list > dd .block-contact > div.contact-info {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .topics-solar .flow-list > dd .block-contact > div.contact-info p {
    margin-bottom: 4px;
  }
  .topics-solar .flow-list > dd .block-contact .btn-block {
    max-width: 288px;
    margin: 0 auto;
  }
  .topics-solar .knowledge {
    padding-bottom: 0;
  }
  .topics-solar .knowledge .contents {
    padding: 0;
  }
  .topics-solar .knowledge-list {
    margin: 0px;
    margin: 0rem;
  }
  .topics-solar .knowledge-list .list-item-link {
    display: block;
    width: calc(100% / 2 - 20px);
    margin: 0px 10px 40px;
    margin: 0rem 0.625rem 2.5rem;
  }
  .topics-solar .knowledge-list .image-item {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 167 / 111;
  }
  .topics-solar .knowledge-list .image-item img {
    position: absolute;
    top: 0;
  }
  .topics-solar .knowledge-list .title {
    height: 56px;
  }
}

/*# sourceMappingURL=styles.css.map */
