#plan {
    /* text-align: center; */
    padding: 80px 0 120px;
    max-width: 1470px;
}
.plan .title{
    color: #013f8f;
    font-size: 60px;
    padding-left:135px;
    font-weight: bold;    
    margin-bottom: 50px !important;
}
.fs-50 {
    font-size: 50px;
}
.plan .title .english{
    color:#3fa8f4;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 24px;
}
.plan .sentence{
    color: #013f8f;
    font-size: 40px;
    padding: 5px 15px;
    font-weight: 700;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.plan .sentence-notice{
    color: #888;
    font-size: 18px;
    padding: 0 135px;
    font-weight: 500;
    color: initial;
    margin-bottom: 50px;
}
.commit-plan {           
    max-width: 70%;
    margin: 0 auto;
    display: flex;
}

.commit-plan-left {    
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* border-right: 1px solid #888; */
    background: #eee;
    line-height: calc(263px - 23px);
    padding: 23px 50px;
    font-weight: 900;
    color: #013f8f;
    font-size: 30px;
    position: relative;
}
.commit-plan-left::after {
    content: "";
    position: absolute;
    width: 2px;
    top: 23px;
    bottom: 23px;
    right: 0;
    background-color: gray;
    opacity: .5;
}

.commit-plan-right {
    background: #eee;
    padding: 23px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pc .plan-detail{
   padding-bottom: 20px;
   display: flex;
}

.plan-detail .sentence{
    color: #fff;
    background: var(--color-linear-blue);
    font-size: 20px;    
    display: block;
}

.custom-sentence {
    width: 25%;    
    text-align: center;
}

.plan-detail .black-color{
    color: #888;
    padding-left: 20px;
    font-size: 22px; 
}
.plan .commitment{
    text-align: center;
    color: #013f8f;
    font-size: 30px;
}
.plan .black-color{
    color: initial;
    text-align: center;
    font-size: 24px; 
    font-weight: 500;
}
.mt-50{
    margin-top: 50px;
}
.fs-30 {
    font-size: 30px !important;
    font-weight: bold !important;
}
.fs-28 {
    font-size: 28px !important;
    font-weight: bold !important;
}
.sp{
    display: none;
}
.pc-break-point {
    display: block;
}
@media screen and (min-width: 376px) and (max-width: 430px) {
    #plan {
        /* text-align: center; */        
        max-width: 94.66666666666667% !important;
    }
    .plan .sentence-notice-sp{
        width: 89.33333333333333% !important;
    }
    .commit-plan-sp {           
        width: 89.33333333333333% !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 430px) {
    .pc{
        display: none;
    }
    .pc-break-point{
        display: none;
    }
    .sp{
        display:block;
    }
    #plan {
        /* text-align: center; */        
        max-width: 355px;
        padding: 70px 0;
        margin: 0 auto;
    }
    .plan .title-sp{
        color: #013f8f;
        font-size: 34px;        
        font-weight: bold;    
        padding: 0;
        margin-bottom: 40px !important;
    }
    .plan-custom {
        letter-spacing: 3.3px;
    }
    .plan-custom2 {
        letter-spacing: 2.3px;
    }
    .plan .english{
        color:#3fa8f4;
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 16px;
    }
    .plan .sentence{
        color: #013f8f;
        font-size: 16px;
        padding: 0 15px;
        font-weight: 900;
        border-top-right-radius: 25px;
    }
    .plan .sentence-notice-sp{
        color: initial;
        font-size: 15px;
        font-weight: 500;
        margin: 0 auto;
        margin-bottom: 30px !important;
        width: 335px;
        letter-spacing: .7px;
    }
    .commit-plan-sp {           
        min-height: 255px;    
        background-color: #eee;    
        width: 335px;
        margin: 0 auto;
    }
    
    .commit-plan-sp-left {            
        text-align: center;
        font-size: 24px;
        padding: 30px 15px 15px 15px;
        font-weight: 500;
        color: #013f8f;
        position: relative;
    }
    .commit-plan-sp-left::after {
        content: "";
        position: absolute;
        height: 2px;
        right: 25px;
        left: 25px;
        bottom: 0;
        background-color: gray;
        opacity: .5;
    }
    
    .commit-plan-sp-right {
        padding: 15px 25px 30px 25px;
    }
    .plan-detail{
        margin-bottom: 0;
    }
    
    .plan-detail .sentence{
        color: #fff;
        font-size: 16px;
        padding: 5px 15px; 
        width: fit-content; 
    }
    .plan-detail p {
        padding: 0;
        margin: 0;
    }
    .custom {
        width: 100px !important;
        text-align: center;
    }
    .plan .commitment{
        text-align: center;
        color: #013f8f;
        font-size: 22px;
    }
    .plan .black-color{
        color: initial;
        text-align: center;
        font-size: 20px; 
        width: fit-content;
        line-height: 15px;
        margin-bottom: 15px;
    }   
    .black-text {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
    } 
}