@charset "utf-8";


.sunlight-concept {
    margin-bottom: 30px;
}

/* 導入 */

.intro-list {
    margin-bottom: 80px;
}

.intro-title {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.intro-item {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}

.intro-item-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.intro-item-image {
    width: 80px;
    margin: 0 auto 10px;
}

.intro-item-price {
    margin-bottom: 15px;
    text-align: center;
}

.intro-price-no {
    color: #f7931e;
    font-size: 30px;
    letter-spacing: 4px;
    text-indent: 4px;
}

.intro-price-number {
    color: #f7931e;
    font-weight: 500;
    font-size: 60px;
}

.intro-price-unit {
    font-size: 16px;
}

.intro-item-text p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.after10 {
    position: relative;
    padding: 20px 0;
    border: 3px solid #f7931e;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.after10 .line-vtl {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
    height: 50px;
    background-color: #f7931e;
}

.after10-text {
    display: inline-block;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: left;
}

.after10-text span {
    color: #f7931e;
}

@media screen and (min-width: 600px) {
    .intro-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .intro-item {
        width: 48%;
        width: calc(50% - 10px);
    }
    
    .intro-item-price {
        height: 100px;
    }
}

@media screen and (min-width: 768px) {
    .intro-list {
        margin-bottom: 120px;
    }
    
    .intro-title {
        font-size: 20px;
        line-height: 1.8;
    }
    
    .intro-item {
        width: 32%;
        width: calc(33.3% - 10px);
    }
    
    .intro-item-price {
        height: 80px;
    }
    
    .intro-price-number {
        font-size: 40px;
    }
    
    .intro-price-no {
        display: inline-block;
        font-size: 24px;
        padding-top: 15px;
    }
    
    .after10 {
        padding: 30px 0;
    }
    
    .after10 .line-vtl {
        height: 80px;
        top: -70px;
    }
    
    .after10-text {
        font-size: 24px;
        letter-spacing: 4px;
        text-indent: 4px;
    }
    
    .after10-text br {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .intro-item-title {
        font-size: 18px;
    }
    
    .intro-item-price {
        height: 110px;
    }
    
    .intro-price-no {
        padding-top: 30px;
        font-size: 35px;
        letter-spacing: 8px;
        text-indent: 8px;
    }
    
    .intro-price-number {
        font-size: 70px;
    }
    
    .after10-text {
        font-size: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .intro-item {
        padding: 40px;
    }
}


/* データ */

/* - 比較 */

.compare {
    margin-bottom: 50px;
}

.compare-lady {
    display: none;
}

.compare-item.no-system {
    margin-bottom: 40px;
}

.compare-item-heading {
    margin-bottom: 10px;
    line-height: 1.7;
    letter-spacing: 1px;
}

.compare-item-heading br {
    display: none;
}

.compare-item-graph {
    overflow: hidden;
    border-radius: 7px;
    text-align: center;
}

.done-system .compare-item-graph {
    border: 2px solid #f7931e;
}

.compare-item-graph p {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.no-system .compare-item-graph p {
    padding: 16px 0;
    color: #fff;
}

.done-system .compare-item-graph p {
    padding: 16px;
    color: #f7931e;
    line-height: 1.8;
}

.no-system .compare-item-graph p:first-of-type {
    background-color: #333;
}

.no-system .compare-item-graph p:last-of-type {
    background-color: #f7931e;
}

@media screen and (min-width: 600px) {
    .compare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    
    .compare-lady {
        display: block;
        width: 120px;
    }
    
    .compare-list {
        padding: 0 0 30px 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 768px) {
    .compare-item-heading {
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    .no-system .compare-item-graph {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .no-system .compare-item-graph p:first-of-type {
        width: 55%;
    }

    .no-system .compare-item-graph p:last-of-type {
        width: 45%;
    }
    
    .done-system .compare-item-graph p br {
        display: none;
    }
}

@media screen and (min-width: 1080px) {
    .box.data-contents {
        padding-top: 60px;
    }
    
    .compare {
        margin-bottom: 80px;
    }
    
    .compare-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .compare-item-heading {
        width: 200px;
        margin: 0;
    }
    
    .compare-item-heading br {
        display: block;
    }
    
    .compare-item-graph {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .no-system .compare-item-graph p {
        padding: 20px 0;
    }
    
    .done-system .compare-item-graph p {
        padding: 16px 32px;
    }
}

/* - 変化 */

.change-text {
    margin-bottom: 30px;
}

.change-text h2 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
}

.change-text p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.change-text p:first-of-type {
    margin-bottom: 15px;
}

.change-graph {
    max-width: 480px;
    margin: auto;
}

.change-graph img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .change {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .change-text {
        margin: 0;
        padding-right: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .change-graph {
        width: 300px;
    }
    
    .change-text h2 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1080px) {
    .change-text {
        padding-right: 60px;
    }
    
    .change-graph {
        width: 450px;
    }
}

/* リフォームリスト */

.reform-list-wrap {
    margin-bottom: 20px;
}

.reform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reform-item {
    width: 48.5%;
    margin-bottom: 10px;
    padding: 20px 0;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.reform-item-img {
    width: 80px;
    margin: 0 auto 10px;
}

.reform-item-title {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.reform-item-caption {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.reform-attention {
    margin-bottom: 30px;
}

.reform-attention p {
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.reform-attention p span {
    color: #f7931e;
    font-size: 16px;
}

.document-btn {
    text-align: center;
}

.document-btn a {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #f7931e;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
}

@media screen and (min-width: 768px) {
    .reform-item {
        width: 24%;
    }
    
    .reform-attention {
        margin-bottom: 60px;
    }
    
    .document-btn a {
        font-size: 18px;
    }
}

@media screen and (min-width: 960px) {
    .reform-item {
        padding: 30px 0;
    }
    
    .reform-list-wrap {
        margin-bottom: 40px;
    }
    
    .reform-attention p {
        font-size: 16px;
        line-height: 2.2;
    }
    
    .reform-attention p span {
        font-size: 20px;
    }
    
    .document-btn a {
        padding: 14px 30px;
        border-radius: 30px;
        font-size: 20px;
        letter-spacing: 4px;
        text-indent: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .reform-item {
        padding: 40px 0;
    }
    
    .reform-item-img {
        width: 100px;
        margin-bottom: 15px;
    }
    
    .reform-item-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    
    .reform-item-caption {
        font-size: 13px;
        line-height: 1.8;
    }
}

@media screen and (min-width: 1440px) {
    .reform-item {
        width: 23.5%;
        margin-bottom: 20px;
        padding: 50px 0;
    }
}

/* サービスのご利用までの流れ */

.service-contents .inner {
    max-width: 980px;
}

.service-flow .title-center {
    margin-bottom: 30px;
}

.service-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
}

.service-flow-number {
    position: relative;
    width: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.service-flow-number p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.service-flow-number-01 {
    background-image: url(/sunlight/images/service-flow_01.svg);
}

.service-flow-number-02 {
    background-image: url(/sunlight/images/service-flow_02.svg);
}

.service-flow-number-03 {
    background-image: url(/sunlight/images/service-flow_03.svg);
}

.service-flow-number-04 {
    background-image: url(/sunlight/images/service-flow_04.svg);
}

.service-flow-number-05 {
    background-image: url(/sunlight/images/service-flow_05.svg);
}

.service-flow-number-06 {
    background-image: url(/sunlight/images/service-flow_06.svg);
}

.service-flow-number-07 {
    background-image: url(/sunlight/images/service-flow_07.svg);
}

.service-flow-contents {
    margin-left: 20px;
    padding-top: 20px;
    border-bottom: 1px dotted #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-flow-item:last-of-type .service-flow-contents {
    border: none;
}

.service-flow-title,
.service-flow-goal {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

.service-flow-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.service-flow-dots {
    width: 8px;
    margin: 20px auto 20px 30px;
}

.reform-btn {
    margin-top: 30px;
}

.reform-btn a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #9ac7c8;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
}

@media screen and (max-width: 350px) {
    .service-flow .title-center-ja {
        font-size: 16px;
    }
}

@media screen and (min-width: 600px) {
    .service-flow-item {
        height: 120px;
    }
    
    .service-flow-contents {
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .service-flow-item {
        height: 100px;
    }
    
    .service-flow-contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .service-flow-title,
    .service-flow-goal {
        margin: 0;
        font-size: 18px;
    }
    
    .service-flow-title {
        width: 150px;
    }
    
    .service-flow-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .reform-btn {
        margin: 0 0 0 60px;
    }
    
    .reform-btn a {
        padding: 12px 35px;
        border-radius: 24px;
    }
}

@media screen and (min-width: 960px) {
    .service-flow-item {
        height: 85px;
    }
    
    .service-flow-contents {
        margin-left: 40px;
        padding-right: 100px;
    }
    
    .service-flow-title {
        width: 170px;
    }
    
    .service-flow-text {
        font-size: 15px;
        letter-spacing: 2px;
    }
    
    .reform-btn {
        margin-left: 150px;
    }
}

/* 新しい発電のカタチ */

.type-lead {
    margin-bottom: 50px;
}

.type-lead h2 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
}

.type-lead-image {
    width: 80%;
    margin: auto;
}

.type-lead-image .type-lead-pc {
    display: none;
}

.comparison .title-center {
    margin-bottom: 20px;
}

.tab-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab {
    width: 49%;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.tab span {
    letter-spacing: 1px;
    text-indent: 1px;
    white-space: nowrap;
}

.tab.is-active span {
    color: #f7931e;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

.panel-block {
    width: 49%;
    height: 7px;
    background-color: #fff;
}

.parts-name-list {
    display: none;
}

.panel:first-of-type .panel-block {
    margin-right: auto;
}

.panel:last-of-type .panel-block {
    margin-left: auto;
}

.panel-parts {
    padding: 20px;
    background-color: #fff;
}

.panel-parts:last-of-type {
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
}

.panel-parts-title {
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.panel-parts-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.panel-parts-cost {
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
}

.panel-parts-cost-month {
    margin-bottom: 15px;
}

.panel-zero {
    margin: 0 5px;
    color: #f7931e;
    font-weight: bold;
    font-size: 32px;
}

.panel-parts-text-orange {
    color: #f7931e;
}

@media screen and (min-width: 600px) {
    .panel-parts {
        padding: 30px;
    }
}

@media screen and (min-width: 768px) {
    .type-lead {
        margin-bottom: 80px;
    }
    
    .type-lead h2 {
        margin-bottom: 50px;
        font-size: 28px;
    }
    
    .type-lead-image {
        width: 100%;
    }
    
    .type-lead .type-lead-sp {
        display: none;
    }
    
    .type-lead .type-lead-pc {
        display: block;
    }
    
    .tab:first-of-type span {
        color: #000 !important;
    }
    
    .tab:last-of-type span {
        color: #f7931e;
    }
    
    .panel-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .panel {
        display: block;
        width: 49%;
    }
    
    .panel-block {
        background-color: transparent;
    }
    
    .panel-parts {
        margin-bottom: 7px;
    }
    
    .panel-parts-burden {
        height: 260px;
    }
    
    .panel-parts-warranty {
        height: 160px;
    }
    
    .panel-parts-merit {
        height: 185px;
    }
    
    .panel-parts-demerit {
        height: 210px;
    }
}

@media screen and (min-width: 960px) {
    .type-lead-image {
        width: 80%;
    }
    
    .type-lead h2 {
        margin-bottom: 70px;
        font-size: 38px;
    }
    
    .comparison .title-center {
        margin-bottom: 40px;
    }
    
    .tab-group {
        margin-left: 215px;
    }
    
    .tab {
        padding: 20px 0;
    }
    
    .tab span {
        font-size: 16px;
        letter-spacing: 2px;
        text-indent: 2px;
    }
    
    .panel-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .parts-name-list {
        margin: 3px 15px 0 0;
        display: block;
        width: 200px;
    }
    
    .parts-name-item {
        margin-bottom: 7px;
        padding: 30px 0 0 20px;
        border-top: 1px dotted #000;
    }
    
    .parts-name-item p {
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    .panel-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .panel-parts-title {
        display: none;
    }
    
    .panel-parts-text {
        font-size: 14px;
    }
}

@media screen and (min-width: 1280px) {
    .panel-parts {
        padding: 40px;
    }
    
    .panel-parts-text {
        font-size: 15px;
    }
}


/* よくあるご質問 */

.q-and-a-contents .inner {
    max-width: 980px;
}

.question-title {
    position: relative;
}

.question-title h2 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
}

.question-title .balloon-q-and-a {
    display: inline-block;
    position: absolute;
    width: 80px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

@media screen and (min-width: 600px) {
    .question-title .balloon-q-and-a {
        top: -35px;
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@media screen and (min-width: 768px) {
    .question-title h2 {
        margin-bottom: 50px;
        font-size: 28px;
    }
    
    .question-title .balloon-q-and-a {
        top: -30px;
        -webkit-transform: translateX(125px);
        transform: translateX(125px);
        width: 100px;
    }
}

@media screen and (min-width: 960px) {
    .question-title h2 {
        margin-bottom: 70px;
        font-size: 38px;
    }
    
    .question-title .balloon-q-and-a {
        top: -37px;
        -webkit-transform: translateX(170px);
        transform: translateX(170px);
        width: 120px;
    }
}

/* 質問リスト */

.question-item {
    margin-bottom: 10px;
}

.question-item-title {
    position: relative;
    padding: 12px 0;
    border-radius: 24px;
    background-color: #fbb03b;
    text-align: center;
    cursor: pointer;
}

.question-item-title-text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.question-item-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.question-item-icon span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #333;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.question-item-icon span:first-of-type {
    width: 1px;
    height: 18px;
}

.question-item-icon span:last-of-type {
    width: 18px;
    height: 1px;
}

.question-item-title.open .question-item-icon span:first-of-type,
.question-item-title.open .question-item-icon span:last-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.question-contents {
    display: none;
    padding: 20px 15px;
}

.question .question-mark,
.answer .answer-mark {
    display: inline-block;
    width: 40px;
}

.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.question-text {
    padding: 13px 0 0 20px;
    letter-spacing: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.answer:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.answer-text {
    padding: 11px 0 0 20px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: justify;
    text-justify: inter-ideograph;
}

.answer-text .blank {
    display: block;
    width: 100%;
    height: 15px;
}

@media screen and (max-width: 340px) {
    .question-item-title-text {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .question-item {
        margin-bottom: 20px;
    }
    
    .question-item-title-text {
        font-size: 18px;
    }
}

@media screen and (min-width: 960px) {
    .question-contents {
        padding: 30px 40px;
    }
    
    .question-item-title {
        padding: 14px 0;
        border-radius: 32px;
    }
    
    .question-item-title-text {
        font-size: 20px;
        letter-spacing: 4px;
        text-indent: 4px;
    }
    
    .question-text {
        padding-top: 11px;
        font-size: 16px;
    }
    
    .answer-text {
        font-size: 14px;
    }
    
    .answer-text .blank {
        height: 20px;
    }
}