@charset "utf-8";


/* =============================================================================
    SECTION / kouei-menu
============================================================================= */


.section.kouei-menu .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 710px;
    margin: auto;
}

.section.kouei-menu .items + .items {
    margin: 40px auto 0;
}

.section.kouei-menu .items:nth-of-type(1) .item {
    max-width: 430px;
    width: 100%;
}

.section.kouei-menu .items:nth-of-type(2) .item {
    width: calc((100% - 25px)/2);
    margin: 0;
}

.section.kouei-menu .items:nth-of-type(2) .item:nth-of-type(2) {
    margin: 0 0 0 25px;
}

.section.kouei-menu .item__link::after {
    transform: rotate(135deg);
}

@media screen and (max-width: 768px) {

    .section.kouei-menu .items {
        display: block;
    }

    .section.kouei-menu .items:nth-of-type(2) .item {
        width: 100%;
    }

    .section.kouei-menu .items:nth-of-type(2) .item:nth-of-type(2) {
        margin: 20px 0 0;
    }

    .section.kouei-menu .item {
        width: 100%;
        margin: 0 auto 10px;
    }

    .section.kouei-menu  .items:nth-of-type(2) .item__link {
        padding: 14px;
    }

}


/* =============================================================================
    SECTION / kouei-about
============================================================================= */


.section.kouei-about .section-inner {
    max-width: 780px;
}

.section.kouei-about p {
    text-align: left;
    margin: 40px 0 0;
}

.section.kouei-about .title {
    font-size: 18px;
    font-weight: 700;
    margin: 60px 0 40px;
    text-align: center;
}

.section.kouei-about .section-title + p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.section.kouei-about .voice-list {
    display: flex;
    justify-content: space-between;
}

.section.kouei-about .voice-list .item {
    width: calc((100% - 25px)/2);
    background: #fff;
    padding: 20px;
}

.section.kouei-about .voice-list .item-user {
    display: flex;
    align-items: center;
}

.section.kouei-about .voice-list .item-user img {
    width: 56px;
}

.section.kouei-about .voice-list .item-user p {
    margin: 0 0 0 10px;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
}

.section.kouei-about .voice-list .item-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0;
}

@media screen and (max-width: 768px) {

    .section.kouei-about .voice-list {
        display: block;
    }

    .section.kouei-about .voice-list .item {
        width: 100%;
    }
    
    .section.kouei-about .voice-list .item:nth-of-type(n+2) {
        margin-top: 10px;
    }
}


/* =============================================================================
    SECTION / kouei-merit
============================================================================= */


.section.kouei-merit .merit-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 55px;
}

.section.kouei-merit .merit-list ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.section.kouei-merit .merit-list li {
    width: calc((100% - 50px)/3);
    margin: 0 25px 0 0;
    border: 3px solid #DADADA;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px 55px;
    position: relative;
    counter-increment: number 1;
    text-align: center;
}

.section.kouei-merit .merit-list li:nth-child(3n) {
    margin: 0;
}

.section.kouei-merit .merit-list li::before {
    content: "メリット" counter(number);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    border: 3px solid #DADADA;
    background: #fff;
    text-align: center;
}

.section.kouei-merit .merit-list figure {
    position: relative;
    height: 120px;
}

.section.kouei-merit .merit-list li img {
    max-width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section.kouei-merit .merit-list li .title {
    color: #203D95;
    line-height: 1.5;
    margin: 20px 0;
    font-weight: 700;
}

.section.kouei-merit .merit-list li:nth-child(3) .title {
    line-height: 3;
} 

.section.kouei-merit .merit-list li p {
    margin: 20px 0 0;
    text-align: left;
}

.section.kouei-merit .merit-list li p a {
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.section.kouei-merit .merit-list li p a::after {
    content: "";
    border-top: 3px #203D95 solid;
    border-right: 3px #203D95 solid;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: -1.5em;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.section.kouei-merit .note {
    margin: 40px 0 0;
}

.section.kouei-merit .note p {
    margin: 0;
    font-size: 10px;
    text-align: left;
}

@media screen and (max-width: 768px) {

    .section.kouei-merit .merit-list ul {
        display: block;
    }

    .section.kouei-merit .merit-list li {
        width: 100%;
    }

    .section.kouei-merit .merit-list li:nth-of-type(n+2) {
        margin-top: 40px;
    }

}


/* =============================================================================
    SECTION / kouei-lineup
============================================================================= */


.section.kouei-lineup .lineup-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 55px;
}

.section.kouei-lineup .icon-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}

.section.kouei-lineup .icon-list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.section.kouei-lineup .icon-list .item .item-icon {
    margin-right: 5px;
}

.section.kouei-lineup .icon-list .item .item-icon .icon-tamaru {
    margin: 0;
}

.section.kouei-lineup .icon-list .item .item-icon img {
    width: 24px;
}

.section.kouei-lineup .icon-list .item p {
    font-size: 14px;
}

.section.kouei-lineup .icon-tamaru {
    background: #203D95;
}

.section.kouei-lineup .icon-tsukaeru {
    background: #B22222;
}

.section.kouei-lineup .icon-tamaru,.section.kouei-lineup .icon-tsukaeru {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}

.section.kouei-lineup .icon-tamaru + .icon-tsukaeru {
    margin-left: 5px;
}

.section.kouei-lineup .icon-tamaru:nth-last-of-type(1) {
    margin-right: 25px;
}

.section.kouei-lineup .service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section.kouei-lineup .service-list .item {
    width: calc((100% - 50px)/3);
    background: #fff;
    border-radius: 6px;
    border: 3px solid #DADADA;
    margin: 25px 25px 0 0;
    padding: 20px 20px 40px;
    min-height: 440px;
}

.section.kouei-lineup .service-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.section.kouei-lineup .service-list .item-image {
    position: relative;
}

.section.kouei-lineup .service-list .item-image .item-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.section.kouei-lineup .service-list .item-image .item-icon span {
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
}

.section.kouei-lineup .service-list .item-text {
    margin: 20px 0 45px;
    text-align: left;
}

.section.kouei-lineup .service-list .item-link-list li:nth-child(2) {
    margin-top: 20px;
}

.section.kouei-lineup .service-list .item-link-list li a {
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.section.kouei-lineup .service-list .item-link-list li a::after {
    content: "";
    border-top: 3px #203D95 solid;
    border-right: 3px #203D95 solid;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: -1.5em;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.section.kouei-lineup .note {
    margin: 60px 0 0;
}

.section.kouei-lineup .note p {
    margin: 15px 0 0;
    color: #333;
    font-size: 14px;
}

.section.kouei-lineup .note-title {
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.section.kouei-lineup .usage {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    border: 3px solid #DADADA;
    margin: 60px auto 0;
    max-width: 750px;
}

.section.kouei-lineup .usage-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
} 

.section.kouei-lineup .usage .items {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.section.kouei-lineup .usage .item {
    width: calc((100% - 70px)/2);
    position: relative;
}

.section.kouei-lineup .usage .item:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #DADADA;
}

.section.kouei-lineup .campaign {
    margin: 60px auto 0;
    max-width: 750px;
}

.section.kouei-lineup .campaign-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.section.kouei-lineup .campaign-banner {
    margin: 40px 0 0;
}

.section.kouei-lineup .campaign-banner .item:nth-of-type(n+2) {
    margin: 20px 0 0;
}

@media screen and (max-width: 768px) {

    .section.kouei-lineup .service-list {
        display: block;
    }

    .section.kouei-lineup .service-list .item {
        width: 100%;
    }

    .section.kouei-lineup .service-list .item:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .section.kouei-lineup .marker-yellow {
        line-height: 1.8;
    }

    .section.kouei-lineup .usage .items {
        display: block;
    }

    .section.kouei-lineup .usage .item {
        width: 100%;
    }

    .section.kouei-lineup .usage .item:nth-of-type(2) {
        margin-top: 40px;
    }

    .section.kouei-lineup .usage .item:nth-of-type(1):after {
        content: "";
        position: absolute;
        top: initial;
        margin: auto;
        width: 0;
        height: 0;
        border-top: solid 20px #DADADA;
        border-right: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-left: solid 15px transparent;
        right: 0;
        left: 0;
        bottom: -46px;
    }

}


/* =============================================================================
    SECTION / kouei-loto
============================================================================= */


.section.kouei-loto .section-inner {
    max-width: 750px;
}

.section.kouei-loto .section-title {
    font-weight: 700;
}

.section.kouei-loto .section-lead {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.section.kouei-loto .service-logo {
    max-width: 350px;
    margin: 40px auto;
}

.section.kouei-loto p {
    text-align: left;
}

.section.kouei-loto p a {
    color: #333;
}

.section.kouei-loto .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 60px 0 40px;
    line-height: 1.5;
}

.section.kouei-loto .merit-list {
    margin: 60px 0 0;
}

.section.kouei-loto .merit-list ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
  
.section.kouei-loto .merit-list li {
    width: calc((100% - 50px)/2);
    margin: 0 25px 0 0;
    border: 3px solid #DADADA;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px 55px;
    position: relative;
    counter-increment: number 1;
    text-align: center;
}

.section.kouei-loto .merit-list li:nth-child(3n) {
    margin: 0;
}
  
.section.kouei-loto .merit-list li::before {
    content: "メリット" counter(number);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    border: 3px solid #DADADA;
    background: #fff;
    text-align: center;
}
  
.section.kouei-loto .merit-list figure {
    position: relative;
    height: 120px;
}
  
.section.kouei-loto .merit-list li img {
    max-width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
  
.section.kouei-loto .merit-list li .title {
    color: #203D95;
    line-height: 1.5;
    margin: 20px 0;
    font-size: 16px;
}

.section.kouei-loto .note {
    margin: 60px 0 0;
}
  
.section.kouei-loto .note p {
    margin: 15px 0 0;
    color: #333;
    font-size: 14px;
    text-align: center;
}
  
.section.kouei-loto .note-title {
    font-weight: 700;
    margin: 0;
}

.section.kouei-loto .merit-list__note {
    margin: 40px 0 0;
}

.section.kouei-loto .merit-list__note p {
    color: #878787;
    margin: 0;
    font-size: 10px;
    text-align: left;
}

.section.kouei-loto .campaign {
    margin: 60px auto 0;
    max-width: 750px;
}

.section.kouei-loto .campaign-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.section.kouei-loto .campaign-banner {
    margin: 40px 0 0;
}

.section.kouei-loto .campaign-banner .item:nth-of-type(n+2) {
    margin: 20px 0 0;
}

@media screen and (max-width: 768px) {

    .section.kouei-loto .merit-list {
        display: block;
    }

    .section.kouei-loto .merit-list li {
        width: 100%;
    }

    .section.kouei-loto .merit-list li:nth-of-type(n+2) {
        margin-top: 40px;
    }

}



@media screen and (min-width: 769px) {
    #cpn-banner {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.cpn-banner-slider .slick-slide {
    margin: 10px;
}
.cpn-banner-slider .slick-slide p {
    text-align: left;
    font-size: 14px;
}
.cpn-banner-slider .slick-slide p + p {
    font-weight: 700;
}
.cpn-banner-slider .slick-prev,
.cpn-banner-slider .slick-next {
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
    border: 0;
    background: transparent;
    z-index: 2;
}
.cpn-banner-slider .slick-prev {
    left: -20px;

}
.cpn-banner-slider .slick-next {
    right: -7px;

}
.cpn-banner-slider .slick-next::before {
    transform: rotate(45deg);
}
.cpn-banner-slider .slick-prev::before {
    transform: rotate(-135deg);
}
.cpn-banner-slider .slick-prev::before,
.cpn-banner-slider .slick-next::before {
    font-size: 0;
    z-index: 100;
    content: "";
    border: 0;
    border-top: 3px #203D95 solid;
    border-right: 3px #203D95 solid;
    display: block;
    position: absolute;
    padding: 0;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .cpn-banner-slider .slick-next {
        right: 30px;
        width: 30px;
        height: 30px;
        border-radius: 99px;
        background: #fff;
    }
    .cpn-banner-slider .slick-prev {
        left: 30px;
        width: 30px;
        height: 30px;
        border-radius: 99px;
        background: #fff;
    }
    .cpn-banner-slider .slick-prev::before,
    .cpn-banner-slider .slick-next::before {
        width: 9px;
        height: 9px;
    }
    .cpn-banner-slider .slick-prev::before {
        left: 4px;
    }
    .cpn-banner-slider .slick-next::before {
        right: 4px;
    }
}

.page-lp-kouza01 .section.flow-step .application,
.page-lp-kouza01 .section.flow-step .step-list {
    margin-top: 0;
}

.section.flow-step .step-list li:nth-of-type(1) img {
    max-width: initial;
    width: initial;
    height: 230px;
}
@media screen and (max-width: 768px) {
    .section.flow-step .step-list li:nth-of-type(1) img {
        height: 300px;
    }
}

.page-lp-kouza01 .section.flow-step .application .app-list-text + .app-list-text {
    margin-top: 40px;
}

.page-lp-kouza01 .section.flow-step .application .main-step-title p {
    color: #333;
}

.section-title span.marker-yellow {
    color: #333;
}

.merit-content + p {
    margin-top: 40px;
}

.merit-content {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .section.flow-step .step-list li figure {
        height: 230px;
    }

    .page-lp-kouza01 .section.campaign-list .item {
        margin-bottom: 0;
    }
}

/* ----- KV(.section.hero) + Fixed Button ---- */

.page-lp-kouza01 ~ .btn.fixed-button-bottom {
    transition: transform 400ms ease;
    transform: translateY(100%);
}

.page-lp-kouza01 ~ .btn.fixed-button-bottom.fade-on {
    transform: translateY(0);
}