.movie{
    text-align: center;
}

#color p.title_img1{
    width: 270px;
}

#color p.title_img2{
    width: 300px;
}

#balance p.title_img1, #balance p.title_img2{
    width: 320px;
}

.title_img1, .title_img2{
    background-color: #d9d9d9;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center;
}

.link a{
    color: #4b4b4b !important;
}

.link a:hover{
    opacity: 0.7;
}

table, .table tr, .table td{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.table td{
    padding: 10px 0 !important;
}

table.table_link tbody th a{
    background: none !important;
    padding: 0 !important;
    font-weight: normal !important;
}

.link_use_case a{
    font-weight: bold;
    color: #0062c2 !important;
    text-decoration: underline;
}

.link_use_case a:hover{
    opacity: 0.7;
}

ul.list li{
    padding-left: 17px !important;
    background: none !important;
    position: relative;
}

ul.list li::before{
    content: '';
    background-color: #cccccc;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 0px;
}

@media only screen and (min-width: 600px) {
    .mt-lg-80{
        margin-top: 80px !important;
    }

    .ml-lg-95{
        margin-left: 95px !important;
    }

    .ml-lg-90{
        margin-left: 90px !important;
    }

    .ml-lg-55{
        margin-left: 55px !important;
    }

    .ml-lg-10{
        margin-left: 10px !important;
    }

    #flex_col{
        display: flex;
        margin-top: 15px;
    }
    
    #flex_col ul{
        margin-top: 0px !important;
    }
    
    #flex_col ul li:first-child{
        margin-top: 0px !important;
    }
    
    #flex_col .col_1, #flex_col .col_2, #flex_col .col_3{
        width: 244px;
    }
    
    #flex_col .space_1, #flex_col .space_2{
        width: 20px;
    }
    
    #flex_col .col_1 .title, #flex_col .col_2 .title, #flex_col .col_3 .title{
        display: flex;
        flex-direction: column;
    }
    
    #flex_col .col_1 .title p, #flex_col .col_2 .title p, #flex_col .col_3 .title p{
        padding: 15px 0;
        text-align: center;
        color: #ffffff;
        margin-top: 0;
        margin-left: -1px;
    }
    
    #flex_col .col_1 .title p{
        background-color: #00b6f0;
    }
    
    #flex_col .col_2 .title p{
        background-color: #008cd1;
    }
    
    #flex_col .col_3 .title p{
        background-color: #0e68b3;
    }
    
    #flex_col .col_1 .content{
        background-color: #f2f2f2;
        height: 100px;
        padding: 20px;
    }

    #flex_col .col_2 .content, #flex_col .col_3 .content{
        background-color: #f2f2f2;
        height: 100px;
        padding: 20px 0;
    }
    
    #flex_col .space_1 .title, #flex_col .space_2 .title{
        display: flex;
        height: 46.5px;
        align-items: center;
        justify-content: center;
    }
    
    #flex_col .space_1 .title .arrow_right, #flex_col .space_2 .title .arrow_right{
        clip-path: polygon(100% 50%, 0 0, 0 100%);
        width: 16px;
        height: 25px;
        margin-left: -1px;
    }
    
    #flex_col .space_1 .title .arrow_right{
        background-color: #00b6f0;
    }
    
    #flex_col .space_2 .title .arrow_right{
        background-color: #008cd1;
    }
    
    #flex_col .space_1 .title .bg_space, #flex_col .space_2 .title .bg_space{
        clip-path: polygon(0% 0%, 0% 20%, 100% 50%, 0% 80%, 0% 100%, 100% 100%, 100% 0%);
        background-color: #008cd1;
        width: 18px;
        height: 46.5px;
        margin-left: -7px;
    }
    
    #flex_col .space_1 .title .bg_space{
        background-color: #008cd1;
    }
    
    #flex_col .space_2 .title .bg_space{
        background-color: #0e68b3;
    }
    
    #flex_col .space_1 .content, #flex_col .space_2 .content{
        background-color: #f2f2f2;
        height: 139px;
    }

    .text_image .text{
        width: 388px !important;
    }
    
    .text_image .image{
        width: 364px !important;
    }
}

@media only screen and (max-width: 599px) {
    .movie iframe{
        width: 100%;
    }

    .sp_center{
        text-align: center;
    }

    .hidden-sm{
        display: none;
    }

    #color p.title_img1, #color p.title_img2{
        margin-left: auto;
        margin-right: auto;
    }

    #balance p.title_img1, #balance p.title_img2{
        margin-left: auto;
        margin-right: auto;
    }

    #flex_col .col_1, #flex_col .col_2, #flex_col .col_3{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    #flex_col .col_1 .bg_00b6f0{
        background-color: #00b6f0;
        padding: 0 10px 10px;
    }

    #flex_col .col_2 .bg_008cd1{
        background-color: #008cd1;
        padding: 0 10px 10px;
    }

    #flex_col .col_3 .bg_0e68b3{
        background-color: #0e68b3;
        padding: 0 10px 10px;
    }

    #flex_col .col_1 .bg_00b6f0 .title p, #flex_col .col_2 .bg_008cd1 .title p, #flex_col .col_3 .bg_0e68b3 .title p{
        text-align: center;
        color: #ffffff;
        padding-bottom: 20px;
    }

    #flex_col .col_1 .bg_00b6f0 .content, #flex_col .col_2 .bg_008cd1 .content, #flex_col .col_3 .bg_0e68b3 .content{
        background-color: #ffffff;
        padding: 3px 15px 15px;
    }

    #flex_col .col_1 .arrow_down, #flex_col .col_2 .arrow_down{
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        width: 30px;
        height: 15px;
        margin: -2px auto 0;
    }

    #flex_col .col_1 .arrow_down{
        background-color: #00b6f0;
    }

    #flex_col .col_2 .arrow_down{
        background-color: #008cd1;
    }

    .img_sp img{
        width: 376px;
    }

    .mt-sm-15{
        margin-top: 15px !important;
    }
}