.cf-custom-content-02 .forpc {
    display: block;
}

.cf-custom-content-02 .forsp {
    display: none;
}

.cf-custom-content-02 .comm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: repeat-y;
    background-size: contain;
}

.cf-custom-content-02 .headimg {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
}

.cf-custom-content-02 .headimg img {
    width: 100%;
}

.cf-custom-content-02 .main-bdy {
    width: 80%;
    background-repeat: repeat-y;
    background-size: contain;
    padding: 40px;
}

.cf-custom-content-02 .main-h {
    position: relative;
    padding: 32px 32px 4px 24px;
    margin: 48px 0;
    background: #f6f6f6;
    color: #132244;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.cf-custom-content-02 .main-h:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #132244;
}

.cf-custom-content-02 .debut-time {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #132244;
}

.cf-custom-content-02 .debut-time-in1 {
    font-weight: 700;
    font-size: 68px;
}

.cf-custom-content-02 .debut-time-in2 {
    font-weight: 700;
    font-size: 32px;
}

.cf-custom-content-02 .debut-hd {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.cf-custom-content-02 .highlight {
    background: linear-gradient(transparent 60%, #f4d85c 60%);
}

.cf-custom-content-02 .highlight2 {
    background: linear-gradient(transparent 60%, #f4d85c 30%);
}

.cf-custom-content-02 .speechBubble-outer {
    width: 100%;
    text-align: center;
}

.cf-custom-content-02 .speechBubble {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 24px;
    border: 4px solid #132244;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #132244;
}

.cf-custom-content-02 .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #132244 transparent transparent;
    translate: -50% 100%;

}

.cf-custom-content-02 .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 11.1px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}

.cf-custom-content-02 .debut-wblock {
    width: 100%;
    text-align: center;
    padding: 32px 40px;
    margin: 60px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
}

.cf-custom-content-02 .debut-sub-hd {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    padding: 0 0 20px 0;
}

.cf-custom-content-02 .ico-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0;
    padding: 20px 0;
}


.cf-custom-content-02 .ico-inner {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.cf-custom-content-02 .ico-inner-img {
    width: 100%;
    display: flex;
    justify-content: center;

}

.cf-custom-content-02 .ico-inner-img img {
    width: 80%;
}

.cf-custom-content-02 .ico-inner-txt1 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0;
}

.cf-custom-content-02 .ico-inner-txt2 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 20px 0;
}



.cf-custom-content-02 .other-point-outer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.cf-custom-content-02 .other-point-inner {
    width: auto;

}

.cf-custom-content-02 .other-point-list {
    margin: 0px 0 0 0;
    text-align: left;
    box-sizing: border-box;
    width: auto;
    display: flex;
    flex-direction: column;
}

.cf-custom-content-02 .other-point-list li {
    width: auto;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    list-style-type: none;
    /*点を非表示*/
    position: relative;
    /*基準位置*/
    padding-left: 30px;
    text-indent: 0;
    margin: 8px 0px;
}

.cf-custom-content-02 .other-point-list li:before {
    font-family: 'Material Icons';
    content: "check";
    font-size: 1.6em;
    color: #89ABE3;
    position: absolute;
    /*絶対配置*/
    left: 0;
    /*点の位置*/
    top: -4px;
}

.cf-custom-content-02 .other-point-c {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    background-color: #ffd7c4;
    box-sizing: border-box;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    animation: yurayura 3s ease-in-out infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(4deg);
    }

}

.speechBubble2 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 16px 32px;
    border-radius: 38px;
    background-color: #eae2ff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
}

.speechBubble2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #eae2ff transparent transparent;
    translate: -50% 100%;
}

.cf-custom-content-02 .chira-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px 0 0 00;
}


.cf-custom-content-02 .chira-inner {
    width: 100%;

}

.cf-custom-content-02 .chira-inner img {
    width: 100%;
}

.cf-custom-content-02 .network-bttn {
    margin: 10px 0;
    color: #fff;
    text-align: center;
}

.cf-custom-content-02 .network-bttn a {
    display: inline-block;
    background-image: linear-gradient(to right, #cf2836 0%, #e74351 70%);
    border-radius: 40px;
    padding: 20px 20px;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.cf-custom-content-02 .network-bttn a:hover {
    opacity: 0.86;
}

.cf-custom-content-02 .network-bttn-note {
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 599px) {

    .cf-custom-content-02 .forpc {
        display: none;
    }

    .cf-custom-content-02 .forsp {
        display: block;
    }

    .cf-custom-content-02 .main-bdy {
        width: 96%;
        padding: 20px;
    }

    .cf-custom-content-02 .debut-hd {
        font-size: 22px;
    }

    .cf-custom-content-02 .speechBubble {
        padding: 12px 20px;
        font-size: 16px;
    }

    .cf-custom-content-02 .debut-time-in1 {
        font-size: 60px;
    }

    .cf-custom-content-02 .debut-time-in2 {
        font-size: 28px;
    }

    .cf-custom-content-02 .debut-wblock {
        padding: 28px 20px;
        margin: 60px 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8;
    }

    .cf-custom-content-02 .debut-sub-hd {
        font-size: 20px;
        line-height: 1.6;
        padding: 0 0 20px 0;
    }

    .cf-custom-content-02 .ico-outer {
        flex-direction: column;
    }

    .cf-custom-content-02 .ico-inner {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    .cf-custom-content-02 .main-h {
        padding: 32px 28px 4px 20px;
        font-size: 20px;
    }

    .cf-custom-content-02 .other-point-outer {
        flex-direction: column;
        margin: 32px 0;
    }

    .speechBubble2 {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        padding: 16px 20px;
        border-radius: 50px;
    }

}