body
{
    background: #fff;
}

.pc-only
{
    display: none;
}

section
{
    margin-top: -1px; 
    padding: 25px 15px 30px;
}

h2
{
    font-size: 18px;

    position: relative; 

    margin: 0 0 60px;
    padding: 0 0 15px;

    letter-spacing: .3em;

    color: #202020;
}
h2::after
{
    position: absolute;
    right: 25%;
    bottom: 0;
    left: 25%;

    height: 4px;

    content: '';

    background-color: #202020;
}

.cv_button
{
    padding: 0;
}
.cv_button a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;

    display: block;

    margin: 0 auto; 
    padding: 27px 15px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 4px;
    background-color: #f69c00;
    -webkit-box-shadow: 0 3px #c06a00;
            box-shadow: 0 3px #c06a00;
}
.cv_button:before
{
    display: none;
}
.cv_button a
{
    text-decoration: none; 

    color: #fff;
}

.navbar-brand img
{
    width: 247px;
}

footer .splp-logo img
{
    width: 180px;
}

.pmark img
{
    width: 80px;
}

header
{
    position: relative;
}
header h1
{
    margin: 0;

    text-align: left;
}
header .navbar
{
    position: relative;

    padding: 15px 15px 0;
}
header .navbar-brand
{
    font-size: 2em; 
    font-weight: 800;
    line-height: 1.6;

    margin: 0;

    text-align: left;
    letter-spacing: .095em;
}
.splp-cv-001-5 .cv_description h2 {
    font-size: 20px;
}
#section-1
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    height: 590px; 
    min-height: auto;
    padding: 30px 0 0;
}
#section-1::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -50px;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(87deg);
    transform-origin: top right;

    background: #fff;
}
#section-1::after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(83deg);
    transform-origin: bottom left;

    background: #fff;
}
#section-1 .main_visual_bg_custom
{
    top: -5px; 
    background: url(../images/custom/mv_sp.png) 56%/cover no-repeat;
}
#section-1 .main_visual_copy
{
    position: absolute;
    z-index: 3; 
    top: 0;
    left: 10px;

    width: 210px;
    margin-top: 0;
    margin-bottom: 0;
}
#section-1 .main_visual_copy h1 span
{
    display: block;
    text-align: left; 
    color: #000;
}

#section-1 span.main_visual_copy_1, #section-1 span.main_visual_copy_2, #section-1 span.main_visual_copy_3{
    background: #fff;
    padding: 2px;
}

#section-1 .main_visual_copy h1 span.main_visual_copy_1
{
    font-size: 26px;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}
#section-1 .main_visual_copy h1 span.main_visual_copy_2
{
    font-size: 24px;
}
#section-1 .main_visual_copy h1 span.main_visual_copy_2 em
{
    font-size: 40px;
}
#section-1 .main_visual_copy h1 span.main_visual_copy_3
{
    font-size: 15px;
}
#section-1 .main_visual_agent
{
    position: absolute;
    top: 120px;
    z-index: 100;
}
#section-1 .main_visual_agent ul
{
    display: flex;

    padding-left: 10px;
}
#section-1 .main_visual_agent ul li
{
    position: relative; 

    overflow: hidden;

    width: 70px;
    height: 70px;
}
#section-1 .main_visual_agent ul li img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: none;
    height: 100%;

    transform: translate(-50%, -50%);
}
#section-1 .main_visual_catch
{
    position: absolute;
    top: 300px;
    left: 10px;

    width: 220px;
}
#section-1 .main_visual_catch ul
{
    justify-content: start;
}
#section-1 .main_visual_catch li
{
    font-weight: bold;

    position: relative;

    width: 95px;
    height: 95px;

    text-align: center;

    border: 1px #cfcfcf solid; 
    border-radius: 100%;
    background: #ffe603;
}
#section-1 .main_visual_catch li + li
{
    margin-left: 10px;
}
#section-1 .main_visual_catch li div
{
    text-align: center;
}
#section-1 .main_visual_catch li div .main_visual_catch_img
{
    position: absolute;
    top: -5px;
    left: 50%;

    transform: translate(-50%, 0);
}
#section-1 .main_visual_catch li div span
{
    font-weight: bold;

    position: absolute;
    left: 50%;

    display: block;

    width: 100%;

    transform: translate(-50%, 0); 

    color: #000;
}
#section-1 .main_visual_catch li div span.main_visual_catch_1
{
    font-size: 12px;

    top: 25px;
}
#section-1 .main_visual_catch li div span.main_visual_catch_2
{
    font-size: 28px;

    top: 40px;
}
#section-1 .main_visual_catch li div span.main_visual_catch_3
{
    font-size: 16px;

    top: 75px;
}
#section-1 .main_visual_notice
{
    position: absolute;
    top: 400px;
    left: 10px;

    width: 210px;

    text-align: center;
}
#section-1 .main_visual_notice p
{
    font-size: 14px; 
    color: #fff;
}
#section-1 .main_visual_button.cv_button
{
    position: absolute;
    top: 480px;
    left: 50%;

    width: 320px;
    max-width: calc( 100% - 40px);
    margin: 0;
    padding: 0;

    transform: translate(-50%, 0);
}
#section-1 .main_visual_button.cv_button a
{
    padding: 15px 15px;
}
#section-1 .main_visual_ap
{
    font-size: 14px;
    font-weight: bold;

    position: absolute;
    position: absolute;
    z-index: 3;
    top: 560px;
    left: 50%;

    width: 210px;
    max-width: calc( 100% - 40px);
    margin: 0;
    padding: 10px 0;

    transform: translate(-50%, 0);
    text-align: center; 

    color: #000;
    background: #ffe603;
}
#section-1 .main_visual_ap::before
{
    position: absolute;
    top: 50%;
    left: 50%; 

    display: block;

    width: 60px;
    height: 60px;

    content: '';
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: left top;

    background: #ffe603;
}
#section-1 .main_visual_ap span
{
    position: relative;
}

#new-info{
    position: relative;
    margin-top: -65px;
    z-index: 5;
    font-size: 18px;
}
.news{
    background-color: #fff;
    margin: 0 auto;
    width: 320px;
    opacity: 0.8;
    border: 3px solid #10A4C2;
    border-radius: 10px;
    padding: 15px 8px;
    padding-bottom: 30px;
}
.news_bl span.cl_blue{
    color: #10A4C2;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 500;
}
.news_bl span.cl_blue::after{
    border-top: 2px dashed #10A4C2;
    content: "";
    width: 100px;
    margin-left: 10px;
    
}

.news_list{
    margin: 15px 0 0 25px;
}
.news_list .news_list_detail{
    
    list-style-type: disc;
}

#section-9
{
    position: relative;
    z-index: 10;

    overflow: visible;

    margin-top: -80px;
    padding-bottom: 50px;
}
#section-9 .mv_agent_text
{
    font-size: 16px;
    line-height: 1.3;

    position: relative;

    margin: 0 auto;
    padding: 15px 20px;

    text-align: left;
    letter-spacing: .05em;

    border-radius: 8px;
    background-color: #fff;

    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .2));
       -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .2));
        -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .2));
            filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .2));
}
#section-9 .mv_agent_text::before
{
    position: absolute;
    bottom: -30px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -15px;

    content: '';

    border: 15px solid transparent;
    border-top-color: #fff;
}
#section-9 .mv_agent_image_wrapper
{
    width: 100%;
    padding-top: 30px; 

    text-align: center;
}
#section-9 .mv_agent_image
{
    display: flex;

    max-width: 400px;

    justify-content: space-between;
}
#section-9 .mv_agent_image > div
{
    width: 31%;
}

#section-2
{
    position: relative;

    overflow: hidden;

    padding-top: 10px;
}
#section-2 > *
{
    position: relative; 
    z-index: 2;
}
#section-2 li p
{
    color: #000;
}
#section-2 li p em, #section-11 li p em{
    color: #0ca5b0;
}
#section-2 .splp-list-001-001-5
{
    margin-top: -24px;
}

#section-3
{
    position: relative; 

    overflow: hidden;

    padding-top: 100px;

    background: #f5f5f5;
}
#section-3::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(-82deg);
    transform-origin: top left;

    background: #fff;
}
#section-3 h2 + ul
{
    margin-top: -43px;
}

#section-4
{
    position: relative; 

    overflow: hidden;

    padding-top: 100px;
}
#section-4::before
{
    position: absolute;
    top: 0;
    right: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(82deg);
    transform-origin: top right;

    background: #fff;
}
#section-4::after
{
    position: absolute;
    z-index: -1; 
    top: 1px;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: #11a3c3;
}
#section-4 h2
{
    color: #fff;
}
#section-4 h2::after
{
    background: #fff;
}

#section-5
{
    position: relative;

    overflow: hidden;

    padding-bottom: 0; 

    background: #11a3c3;
}
#section-5 h2
{
    letter-spacing: .095em;
}
@media all and (max-width: 374px)
{
    #section-5.splp-cv-001-4 .cv_description h2
    {
        padding-top: 10px;
    }
}

#section-6
{
    position: relative; 

    overflow: hidden;

    padding-top: 100px;
    padding-bottom: 100px;
}
#section-6::before
{
    position: absolute;
    top: 0;
    right: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(82deg);
    transform-origin: top right;

    background: #11a3c3;
}
#section-6 .custom-background
{
    position: absolute;
    z-index: -1; 
    top: 1px;
    left: 0;

    width: 100%;
    height: 100%;

    background: url('../images/custom/s6-1.png') center/cover no-repeat;
}
#section-6::after
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(-84deg);
    transform-origin: bottom right;

    background: #f5f5f5;
}
#section-6 .splp-list-007-001-1 li > a > div > p span em,
#section-6 .splp-list-007-001-1 li > div > p span em
{
    color: #0ca5b0;
}

#section-7
{
    position: relative;

    overflow: hidden;

    padding-top: 100px;
    padding-bottom: 100px; 

    background: #f5f5f5;
}
#section-7 p
{
    color: #000;
}
#section-7::after
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(-84deg);
    transform-origin: bottom right;

    background: #c4c4c4;
}

#section-10
{
    background: #c4c4c4;
}

#section-11{
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
#section-11::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 500%;
    height: 500%;
    content: '';
    transform: rotate(82deg);
    transform-origin: top right;
    background: #f5f5f5;
}
#section-11 .num_top{
    z-index: 2;
}
#section-11 .bg_img{
    position: absolute;
    top: 4%;
    left: 0;
    width: 100vw;
    z-index: 1;
}
#section-11 li p{
    color: #000;
}

#section-11 .splp-list-001-001-5{
    margin-top: 80px;
}

#section-11 .new_info_fol{
    background: #10A4C2;
    border-radius: 10px;
    padding: 10px 0 30px;
    width: 330px;
    margin: 30px auto 0;
}

#section-11 .new_info_fol_title{
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin: 10px auto 15px;
}
#section-11 .new_info_fol_title::after{
    position: absolute;
    content: "";
    background-image: url(../images/custom/new_ico.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: 8.5%;
    top: 0%;
}
#section-11 .new_info_fol_inner{
    background: #fff;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#section-11 .new_info_fol_inner_title{
    text-align: center;
}
#section-11 .new_info_fol_inner_title p.info_title{
    color: #10A4C2;
    padding-top: 30px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
#section-11 .new_info_fol_inner_title span.info_title_bg{
    background: linear-gradient(transparent 65%, #F8DF00 20%);
}
#section-11 .new_info_fol_inner_descript{
    padding: 10px;
    margin: 0 auto;
}

#section-11 .new_info_fol_inner_descript p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

#section-11 .cv_button a{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
    width: 90%;
    margin: 5px auto;
    padding: 13px 15px;
}

#news{
    padding-top: 100px;
    margin-top: -100px;
}


footer.splp-footer-002
{
    position: relative;

    overflow: hidden;

    margin-top: -1px; 
    padding-top: 60px;
}
footer.splp-footer-002::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(-84deg);
    transform-origin: top left;

    background: #fff;
}
footer.splp-footer-002::after
{
    position: absolute;
    z-index: -1; 
    top: 1px;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: #11a3c3;
}
footer.splp-footer-002 .splp-link
{
    padding-top: 65px;
}
footer.splp-footer-002 .splp-logo
{
    padding-bottom: 5px;
}
footer.splp-footer-002 .pmark
{
    margin: 50px 0 100px;
}
footer.splp-footer-002 .footer_fix
{
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;

    max-width: none !important; 
    padding: 10px 15px;

    background: #fff;
}
footer.splp-footer-002 .footer_fix .cv_button a
{
    font-size: 16px;

    padding: 15px 0; 

    text-decoration: none;

    color: #fff;
}
footer.splp-footer-002 .gotop
{
    bottom: 80px;

    text-align: center;

    background-position: center 15px;
}
footer.splp-footer-002 .gotop a
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    padding-top: 28px;
    padding-left: 2px;

    text-decoration: none;
    letter-spacing: .2em;

    color: #0a2d88;
}

@keyframes anmcopycustom1
{
    0%
    {
        opacity: 1; 

        stroke-dashoffset: 2000;
        fill: transparent;
    }
    40%
    {
        stroke-dashoffset: 2000;
        fill: transparent;
    }
    50%
    {
        fill: transparent;
    }
    100%
    {
        opacity: 1; 

        stroke-dashoffset: 0;
        fill: #fff;
    }
}

@keyframes anmcopycustom2
{
    0%
    {
        opacity: 1; 

        stroke-dashoffset: 2000;
        fill: transparent;
    }
    40%
    {
        stroke-dashoffset: 2000;
        fill: transparent;
    }
    50%
    {
        fill: transparent;
    }
    100%
    {
        opacity: 1; 

        stroke-dashoffset: 0;
        fill: #fff;
    }
}

.mf-converted .sp-only
{
    display: none;
}

.mf-converted .pc-only
{
    display: block;
}

.mf-converted br.pc-only
{
    display: inline;
}

.mf-converted section
{
    padding: 40px 0 70px;
}

.mf-converted .news_bl span.cl_blue::after{
    width: 280px;
}

.mf-converted #section-1
{
    height: auto;
    height: 580px; 
    margin-top: 0;
    padding-bottom: 130px;

    background: #fff;
}
.mf-converted #section-1::before
{
    display: none;
}
.mf-converted #section-1::after
{
    bottom: 40px; 

    transform: rotate(90deg);
}
.mf-converted #section-1 .main_visual_img svg
{
    width: 426px;
    height: 400px;
}
.mf-converted #section-1 .main_visual_bg_custom
{
    bottom: 40px; 
    background: url(../images/custom/mv_pc.png) top/cover no-repeat;
}
.mf-converted #section-1 .main_visual_bg_custom .main_visual_bg_custom_img_1
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;

    height: auto;

    background: transparent;
}
.mf-converted #section-1 .main_visual_bg_custom .main_visual_bg_custom_img_2
{
    position: absolute;
    z-index: 2;
    right: 52%;
    bottom: 40px;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(4deg);
    transform-origin: bottom left;

    opacity: .5; 
    background: #fff;
}
.mf-converted #section-1 h1 span
{
    display: block;
    text-align: left; 
    color: #000;
}
.mf-converted #section-1 h1 span.main_visual_copy_1
{
    font-size: 46px;
    width: 95%;
    margin: 0 auto 100px;
}
.mf-converted #section-1 h1 span.main_visual_copy_2
{
    font-size: 40px;
    text-align: center;
}
.mf-converted #section-1 h1 span.main_visual_copy_2 em
{
    font-size: 70px;
}
.mf-converted #section-1 h1 span.main_visual_copy_3
{
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}
.mf-converted #section-1 .main_visual_copy,
.mf-converted #section-1 .main_visual_catch,
.mf-converted #section-1 .main_visual_notice,
.mf-converted #section-1 .main_visual_agent
{
    position: static;
    width: 38%;
    margin: 0; 
    padding-left: 0;
    
}
.mf-converted #section-1 .main_visual_button.cv_button
{
    width: 35%;
    margin-right: 5%; 
    margin-left: auto;
}
.mf-converted #section-1 .bg-white{
    background: #fff;
    padding: 5px;
}
.mf-converted #section-1 .main_visual_agent ul
{
    position: relative;
    top: -290px;
    justify-content: center;
    padding: 0;
}
.mf-converted #section-1 .main_visual_agent ul li
{
    width: 112px;
    height: 112px;
}
.mf-converted #section-1 .main_visual_agent ul li img
{
    width: 100%;
    height: 100%;
}
.mf-converted #section-1 .main_visual_catch ul
{
    position: relative;
    top: -100px; 

    padding-left: 40px;
}
.mf-converted #section-1 .main_visual_catch ul li
{
    width: 120px;
    height: 120px;
}
.mf-converted #section-1 .main_visual_catch ul li div img
{
    top: -8px;
}
.mf-converted #section-1 .main_visual_catch ul li div span.main_visual_catch_1
{
    font-size: 14px;

    top: 27px;
}
.mf-converted #section-1 .main_visual_catch ul li div span.main_visual_catch_2
{
    font-size: 36px;

    top: 42px;
}
.mf-converted #section-1 .main_visual_catch ul li div span.main_visual_catch_3
{
    font-size: 20px;

    top: 83px;
}
.mf-converted #section-1 .main_visual_notice p
{
    position: relative;
    top: -90px;
    padding-left: 100px; 
    text-align: left;
}
.mf-converted #section-1 .main_visual_notice p span
{
    font-size: 12px; 
    display: inline-block;
    text-align: center;
    color: #000;
}
.mf-converted #section-1 .main_visual_button.cv_button
{
    top: 540px; 

    width: 380px;
    max-width: none;
    margin: 0;
}
.mf-converted #section-1 .main_visual_button.cv_button a
{
    font-size: 18px; 

    width: 100%;
    padding: 32px 15px;
}
.mf-converted #section-1 .main_visual_ap
{
    top: 670px;
}

.mf-converted #new-info {
    margin-top: -260px;
    width: 1024px;
}

.mf-converted .news {
    background-color: #fff;
    margin-right: -10px;
    margin-left: auto;
    min-width: 500px;
    padding: 15px 10px 20px;
}


.mf-converted #section-9
{
    position: relative;

    margin-top: 0;
}
.mf-converted #section-9 .mv_agent_text
{
    font-size: 20px; 

    position: absolute;
    top: 100px;
    left: 50%;

    width: 465px;
}
.mf-converted #section-9 .mv_agent_text::before
{
    position: absolute;
    bottom: 35%;
    left: -14px;

    width: 0;
    height: 0;
    margin-left: -15px;

    content: '';

    border: 15px solid transparent;
    border-right-color: #fff;
}
.mf-converted #section-9 .mv_agent_image_wrapper
{
    display: block; 

    padding: 0 0 0 100px;
}
.mf-converted #section-9 .mv_agent_image_wrapper .mv_agent_image
{
    position: relative; 

    width: 326px;
    height: 300px;
}
.mf-converted #section-9 .mv_agent_image_wrapper .mv_agent_image > div
{
    position: absolute;

    width: 132px; 
    height: 132px;
}
.mf-converted #section-9 .mv_agent_image_wrapper .mv_agent_image .mv_agent_1
{
    top: 15px;
    left: 50%;

    transform: translate(-50%, 0);
}
.mf-converted #section-9 .mv_agent_image_wrapper .mv_agent_image .mv_agent_2
{
    top: 154px;
    left: 15px;
}
.mf-converted #section-9 .mv_agent_image_wrapper .mv_agent_image .mv_agent_3
{
    top: 154px;
    right: 15px;
}

.mf-converted #section-2
{
    padding-top: 60px;
    padding-bottom: 55px;
}
.mf-converted #section-2::after
{
    display: none;
}
.mf-converted #section-2::before
{
    transform: rotate(87deg);
}
.mf-converted #section-2 h2
{
    margin-bottom: 100px;
}
.mf-converted #section-2 .splp-list-001-001-5, .mf-converted #section-11 .splp-list-001-001-5
{
    width: 75%;
    margin: -24px 0 120px 25%;
}

.mf-converted #section-3
{
    padding-top: 130px;
    padding-bottom: 50px;
}
.mf-converted #section-3::before
{
    transform: rotate(-87deg);
}
.mf-converted #section-3 h2
{
    margin-bottom: 100px;
}
.mf-converted #section-3 h2 + ul
{
    margin-top: -43px;
}

.mf-converted #section-4
{
    padding-top: 130px;
}
.mf-converted #section-4::before
{
    transform: rotate(87deg);
}
.mf-converted #section-4 h2
{
    margin-bottom: 100px;
}
.mf-converted #section-4 .splp-list-001-001-6 li div:not(:first-child) h3
{
    padding: 5px 0 5px 15px;
}

.mf-converted #section-5
{
    padding-bottom: 70px;
}

.mf-converted #section-6
{
    padding-top: 130px;
    padding-bottom: 130px;
}
.mf-converted #section-6::before
{
    transform: rotate(87deg);
}
.mf-converted #section-6::after
{
    transform: rotate(-87deg);
}
.mf-converted #section-6 h2
{
    margin-bottom: 100px;
}

.mf-converted #section-7
{
    padding-top: 60px;
    padding-bottom: 120px;
}
.mf-converted #section-7::after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 500%;
    height: 500%;

    content: '';
    transform: rotate(87deg);
    transform-origin: bottom left;

    background: #c4c4c4;
}
.mf-converted #section-7 h2
{
    margin-bottom: 100px;
}

.mf-converted #section-8
{
    padding-top: 60px;
    padding-bottom: 25px;
}


.mf-converted #section-11{
    padding-top: 190px;
}

.mf-converted #section-11 .new_info_fol {
    padding: 10px 0 30px;
    width: 700px;
    /* margin: 30px auto 0; */
}
.mf-converted #section-11 .new_info_fol_inner {
    background: #fff;
    width: 600px;
    padding-bottom: 20px;
}
.mf-converted #section-11 .new_info_fol_title {
    font-size: 25px;
}
.mf-converted #section-11 .new_info_fol_title::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
    left: 22%;
}
.mf-converted #section-11 .new_info_fol_inner_title p.info_title {
    padding-top: 20px;
    font-size: 20px;
}
.mf-converted #section-11 .new_info_fol_inner_descript {
    padding: 15px;
    margin-top: 20px;
}
.mf-converted #section-11 .new_info_fol_inner_descript p {
    font-size: 20px;
}
.mf-converted #news {
    padding-top: 100px;
    margin-top: -100px;
}

.mf-converted footer.splp-footer-002::before
{
    transform: rotate(-87deg);
}

.mf-converted footer.splp-footer-002 .footer_fix
{
    max-width: none !important;
    padding: 10px 15px;

    background: rgba(255, 255, 255, .2);
}
.mf-converted footer.splp-footer-002 .footer_fix .cv_button a
{
    font-size: 18px;

    display: inline-block; 

    padding: 15px 15px;
}

.splp-footer-002 .splp-gotop a
{
    width: 105px;
}
