
@charset "utf-8";

/*-------------------------------- 
FV
 --------------------------------*/
/*-------- 
sp
 --------*/
/*-------- 
h1
 --------*/
.sp_01 .textArea h1.h12line {
    font-size: 220%;
    color: #484848;
    font-weight: bold;
    padding: 5% 5% 0;
    line-height: 1.2;
}

.sp_01 .textArea .speechBubble {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f45269;
    font-weight: bold;
    font-size: 101%;
    margin: 1% 5%;
}

.sp_01 .textArea .speechBubble span {
    font-weight: bold;
}

.sp_01 .textArea .speechBubble:before {
    content: "＼";
    color: #007fc3;
    margin-right: 3px;
}

.sp_01 .textArea .speechBubble:after {
    content: "／";
    color: #007fc3;
    margin-left: 3px;
}

.sp_01 .textArea .topTextArea {
    margin: 0 5%;
    padding: 5px 5px 3px;
    font-size: 115%;
}

.sp_01 .backGround {
    padding-top: 40px;
}

.sp_01 .backGround ul.pointArea {
    top: 13px;
    left: 5%;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.sp_01 .backGround ul.pointArea li {
    width: 34%;
    margin: 5px 10px 5px 0;
    padding: 2% 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.sp_01 .backGround ul.pointArea li p {
    font-size: 110%;
}

.sp_01 .backGround .logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 90px;
    height: auto;
    z-index: 2;
}

.sp_01 span.oriconText {
    padding: 2px 10px;
}


/*SE*/
@media screen and (max-width: 321px) {
    .sp_01 .textArea h1.h12line {
        font-size: 220%;
        color: #484848;
        font-weight: bold;
        padding: 15px 0 2px 0;
        line-height: 1.1;
    }

    .sp_01 .textArea .speechBubble {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #f45269;
        font-weight: bold;
        font-size: 83%;
        margin: 1% 5%;
        line-height: 1.3;
    }

    .sp_01 .backGround ul.pointArea {
        position: absolute;
        top: 7px;
        left: 5%;
        display: flex;
        flex-wrap: wrap;
        width: 87%;
        z-index: 2;
    }

    .sp_01 .backGround ul.pointArea li {
        width: 35%;
        margin: 5px 10px 5px 0;
        padding: 4% 0;
    }

    .sp_01 .backGround .logo {
        position: absolute;
        bottom: 9px;
        right: 15px;
        width: 76px;
        height: auto;
        z-index: 2;
    }

    .sp_01 picture::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 0),
                rgba(255, 255, 255, 1.4) 117%);
        height: 45px;
    }
.sp_01 .backGround {
    padding-top: 65px;
}

}

@media screen and (min-width: 350px) and (max-width: 375px) {
    .sp_01 .textArea .speechBubble {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #f45269;
        font-weight: bold;
        font-size: 87%;
        margin: 1% 0;
        line-height: 1.3;
    }

    .sp_01 .backGround ul.pointArea li {
        width: 33%;
        text-align: center;
        display: flex;
        background-color: #fff;
        margin: 5px 10px 5px 0;
        padding: 4% 0;
        box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(135deg, #007fc3 10px, transparent 0);
    }
}

@media screen and (min-width: 400px) {
    .sp_01 .textArea ul.pointArea {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        width: 90%;
    }

    .sp_01 .textArea ul.pointArea li p {
        font-size: 115%;
        font-weight: bold;
        line-height: 1.3;
        color: #484848;
    }

    .sp_01 .textArea .logo {
        position: absolute;
        bottom: -4px;
        right: 2px;
        width: 90px;
        height: auto;
    }
}

/*-------- 
 PC
 --------*/

@media screen and (min-width: 640px) {
    .r52_contbox_style0002 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content630 .textArea {
        top: auto;
        left: 50px;
    }

    .content630 .textArea .h1Area {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 5px;
        height: 120px;
    }

    .content630 .textArea .h1Area h1.h12line {
        font-size: 40px;
        color: #484848;
        font-weight: bold;
        line-height: 1.1;
        text-align: center;
    }

    .content630 .textArea .speechBubble {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #ff0000;
        font-weight: bold;
        font-size: 16px;
        margin: 1% 0;
        line-height: 1.3;
    }

    .content630 .textArea .speechBubble:before {
        content: "＼";
        color: #007fc3;
        margin-right: 3px;
    }

    .content630 .textArea .speechBubble:after {
        content: "／";
        color: #007fc3;
        margin-left: 3px;
    }

    .content630 .textArea .topTextArea {
        padding: 5px 5px 3px;
        font-size: 20px;
    }

    .content630 .textArea ul.pointArea {
        display: flex;
        flex-wrap: wrap;
        margin-top: 3px;
    }

    .content630 .textArea ul.pointArea li {
        width: 230px;
        text-align: center;
        margin-top: 12px;
        padding: 4.5% 0;
        justify-content: center;
    }

    .content630 .logo {
        position: absolute;
        bottom: 47px;
        right: 35px;
        width: 115px;
        height: auto;
    }

    .content630 .annotationArea p {
        text-align: left;
    }

    .content630 span.oriconText {
        padding: 2px 5px;
    }
}

/*-------------------------------- 
logo
 --------------------------------*/

/*--------
PC 
 --------*/
@media screen and (min-width: 640px) {
    .company-logo-list .img-wrap {
        width: auto;
        max-width: 120px;
    }
}



