@charset "UTF-8";

.holdings-header a, .holdings-titlenav a, .holdings-footer a, .holdings-cta a {
    word-break: break-word;
    white-space: normal;
}
.unicom-header-nav, .unicom-header-nav-dummy {
    height: 66px;
    background: #ffffff;
}
.unicom-header-nav {
    position: absolute;
    z-index: 9999;
    width: 100%;
    z-index: 9;
}
.unicom-header-nav.fixed {
    position: fixed;
    top: 0;
    transition: opacity .3s;
    box-shadow: #dddddd 0 15px 10px -12px;
}

/* common｜lp2401
----------------------------------------------------------------*/

#browsebar.fix{
    position: relative;
}
.holdings-titlenav #browsebar.fix{
    position: relative;
}
.holdings-titlenav.fix .holdings-titlenav__in{
    position: relative;
}
.lp2401-header-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}
ul.lp2401-header-menu {
    display: flex;
}
ul.lp2401-header-menu li {
    font-weight: 500;
}
ul.lp2401-header-menu li:not(:first-of-type) {
    margin-left: 36px;
}
ul.lp2401-header-menu li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #222;
}
.lp2401-header-menu-icon{
    margin-right: 8px;
    text-align: center;
}
.lp2401-header-menu-icon img{
    display: block;
    object-fit: contain;
    height: 30px;
    width: auto;
}

.lp2401-visual-trial-btn{

}
.lp2401-visual-trial-btn a{
    width: 175px;
    height: 38px;
    color: #fff;
    background: #eb691f;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.lp2401-visual-trial-btn-text {
    font-size: 15px;
    font-weight: 700;
}
.lp2401-visual-trial-btn-icon{
    margin-left: 8px;
}


@media screen and (max-width: 799px) {

    .c-width {
        padding: 0 20px;
    }
    .unicom-header-nav, .unicom-header-nav-dummy{
        height: 48px;
    }
    #lp2401-header .scratchhome-section-wrapper.c-width{
        padding: 8px 10px;
    }
    .lp2401-header-content {
        display: none;
        width: 100%;
        position: absolute;
        top: 48px;
        left: 0;
        background: #fff;
        box-shadow: #dddddd 0 15px 10px -12px;
        padding: 0;
    }
    .lp2401-visual-trial-btn a{
        width: 160px;
        height: 32px;
    }
    .lp2401-visual-trial-btn-text{
        font-size: 13px;
    }
    .lp2401-visual-trial-btn-icon{
        width: 12px;
    }

    .unicom-header-nav-toggle-box {
        position: absolute;
        right: 20px;
        top: 20px;
        top: 50%;
        /* left: 0%; */
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .nav-toggle-bar {
        display: block;
        height: 3px;
        width: 22px;
        background: #222;
    }
    #unicom-header-nav-toggle-box-btn{
        width: 22px;
        height: 17px;
        position: relative;
    }
    #unicom-header-nav-toggle-box-btn span{
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
    }
    #unicom-header-nav-toggle-box-btn span:nth-of-type(1){
        top: 0;
    }
    #unicom-header-nav-toggle-box-btn.active span:nth-of-type(1){
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    #unicom-header-nav-toggle-box-btn span:nth-of-type(2){
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #unicom-header-nav-toggle-box-btn.active span:nth-of-type(2){
        opacity: 0;
    }
    #unicom-header-nav-toggle-box-btn span:nth-of-type(3){
        bottom: 0;
    }
    #unicom-header-nav-toggle-box-btn.active span:nth-of-type(3){
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }

    ul.lp2401-header-menu {
        display: block;
    }
    ul.lp2401-header-menu li{
        margin: 0;
        padding: 0px 20px;
        font-size: 14px;
        border-top: 1px solid #f1f1f1;
    }
    ul.lp2401-header-menu li:not(:first-of-type){
        margin-left: 0;
    }
    ul.lp2401-header-menu li a{
        padding: 14px 0;
    }
    ul.lp2401-header-menu li:last-of-type a{
        padding-bottom: 16px;
    }
    .lp2401-header-menu-icon {
        margin-right: 14px;
        text-align: center;
        width: 24px;
    }
    .lp2401-header-menu-icon img{
        height: 24px;
    }

}


.lp2401-section{
    padding-top: 80px;
}
.lp2401-section-head-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lp2401-section-head-title-icon{
    width: 48px;
    margin-right: 16px;
}
.lp2401-section-head-title-icon img{
    width: 100%;
    object-fit: contain;
    display: block;
}
.lp2401-section-head-title-text {
    line-height: 1;
    font-size: 28px;
    /* font-size: 32px; */
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 1.5px;
}

.lp2401-section-body{
    padding-left: 64px;
}
.lp2401-section-block{
    margin-top: 40px;
}
.lp2401-section-block-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.lp2401-section-block-content-description{
    line-height: 1.75;
    font-size: 16px;
    font-weight: 500;
}
.lp2401-section-block-content-text-link{
    margin-top: 8px;
}
.lp2401-section-block-content-text-link a{
    color: #0083be;
    display: inline-block;
    text-decoration: underline;
    font-weight: 700;
    line-height: 1.45;
}
.lp2401-section-block-content-text-link a img{
    margin-left: 8px;
}
.lp2401-section-block-content-text-link a:hover{

}

.lp2401-section-box {
    margin-top: 40px;
    padding: 40px 40px;
    background: #f5f5f5;
}
.lp2401-section-box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 1px;
    margin-bottom: 32px;
    color: #eb691f;
}
.lp2401-section-head-description {
    font-size: 15px;
    padding-left: 64px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 4px;
    color: #9491a9;
}

@media screen and (max-width: 799px) {

    .lp2401-section {
        padding-top: 48px;
    }
    .lp2401-section-head-description {
        font-size: 13px;
        margin-top: 8px;
        padding-left: 0;
    }
    .lp2401-section-head-title-icon{
        width: 30px;
        margin-right: 10px;
    }
    .lp2401-section-head-title-text{
        font-size: 18px
    }
    .lp2401-section-body{
        padding-left: 0;
    }
    .lp2401-section-block-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .lp2401-section-block-content-description {
        font-size: 13px;
    }
    .lp2401-section-block-content-text-link{
        margin-top: 12px;
    }
    .lp2401-section-block-content-text-link a{
        line-height: 1.6;
        font-size: 12px;
    }
    .lp2401-section-block-content-text-link a img{
        width: 12px;
    }

    .lp2401-section-box {
        padding: 20px 20px;
        margin-top: 24px;
    }
    .lp2401-section-box-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .lp2401-section-block {
        margin-top: 24px;
    }



}




/* visual｜lp2401
----------------------------------------------------------------*/

.lp2401-visual-content{
    display: flex;
    flex-wrap: wrap;
}
.lp2401-visual-text{
    width: calc(100% - 420px);
    box-sizing: border-box;
    padding-right: 48px;
}
.lp2401-visual-img{
    width: 420px;
}
.lp2401-visual-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.75px;
}
.lp2401-visual-copy {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 8px;
    color: #9491a9;
}

.lp2401-visual-trial {
    margin-top: 24px;
}
.lp2401-visual-trial-caption {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
}
table.lp2401-visual-trial-table{
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
}
table.lp2401-visual-trial-table tr {
    border: 1px solid #d1d1d1;
}
table.lp2401-visual-trial-table tr th {
    font-weight: 700;
    width: 72px;
    background: #f5f5f5;
    padding: 10px 0;
    box-sizing: border-box;
}
table.lp2401-visual-trial-table tr td {
    font-weight: 500;
    padding: 10px 16px;
    box-sizing: border-box;
    word-break: break-all;
}
#lp2401-visual .lp2401-visual-trial-btn{
    margin-top: 24px;
}
#lp2401-visual .lp2401-visual-trial-btn a{
    width: 240px;
    height: 46px;
    font-size: 17px;
}

.lp2401-visual-announcement-pc {
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    border-top: 1px solid #0041C0;
    border-bottom: 1px solid #0041C0;
    background: rgba(0,131,190,0.1);
    color: #0041C0;
    font-weight: 700;
    line-height: 1.5;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.lp2401-visual-announcement-pc p{
    margin: 0 8px;
}
.lp2401-visual-announcement-sp {
    display: none;
}

.lp2401-visual-trial-table-note {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    color: #444;
}

#lp2401-visual-guidance {
    margin: 8px 0 0;
    padding: 20px 20px 24px;
    text-align: center;
    /* border-bottom: 1px solid #0041C0; */
    background: rgba(0,131,190,0.1);
}
.lp2401-visual-guidance-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.6;
    color: #0041C0;
}
.lp2401-visual-guidance-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}
.lp2401-visual-guidance-body {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
}

@media screen and (max-width: 799px) {

    #lp2401-visual {
        padding-top: 0;
    }
    .lp2401-visual-content{
        display: block;
        position: relative;
        z-index: 1;
    }
    .lp2401-visual-text{
        width: 100%;
        padding-right: 0;
    }
    .lp2401-visual-img{
        width: 100%;
        margin-top: 20px;
    }
    .lp2401-visual-title-wrap {
        margin: 0 -20px;
        background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(/jp/scratch-home/lp2401/img/main_sp.jpg);
        background-size: cover;
        background-position: center;
        padding: 20px 20px 16px;
    }
    .lp2401-visual-title {
        font-size: 6vw;
        font-size: 20px;
        line-height: 1.35;
        color: #fff;
        letter-spacing: 0;
    }
    .lp2401-visual-copy {
        font-size: 3.75vw;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        margin-top: 6px;
    }
    .lp2401-visual-trial {
        margin-top: 12px;
    }

    table.lp2401-visual-trial-table{
        font-size: 12px;
        line-height: 1.6;
    }
    table.lp2401-visual-trial-table tr th {
        width: 45px;
        padding: 6px 0;
    }
    table.lp2401-visual-trial-table tr td{
        padding: 6px 10px;
        width: calc(100% - 45px);
    }

    .lp2401-visual-trial-caption {
        font-size: 13px;
        margin-bottom: 8px;
    }

    #lp2401-visual .lp2401-visual-trial-btn{
        margin-top: 12px;
    }
    #lp2401-visual .lp2401-visual-trial-btn a {
        width: 100%;
        height: 40px;
    }
    #lp2401-visual .lp2401-visual-trial-btn a .lp2401-visual-trial-btn-text{
        font-size: 14px;
    }

    .lp2401-visual-announcement-pc {
        display: none;
    }
    .lp2401-visual-announcement-sp {
        margin: 0 -20px;
        padding: 8px 20px;
        text-align: center;
        border-bottom: 1px solid #0041C0;
        background: rgba(0,131,190,0.1);
        color: #0041C0;
        font-weight: 700;
        line-height: 1.45;
        font-size: 13px;
        display: block;
        /* color: #0083be; */
    }

    .lp2401-visual-trial-table-note{
        font-size: 10px;
        margin-top: 3px;
    }

    #lp2401-visual-guidance {
        margin: -20px -20px 0;
        padding: 32px 20px 16px;
        text-align: center;
        /* border-bottom: 1px solid #0041C0; */
        background: rgba(0,131,190,0.1);
    }
    .lp2401-visual-guidance-title {
        font-weight: 700;
        font-size: 14px;
    }
    .lp2401-visual-guidance-sub {
        font-size: 12px;
        font-weight: 700;
    }
    .lp2401-visual-guidance-body {
        margin-top: 12px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.6;
    }



}





/* about｜lp2401
----------------------------------------------------------------*/

section#about{
    margin-bottom: 0;
}
#about-school.lp2401-section-block {
    margin-top: 32px;
}
ul.about-feature-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
ul.about-feature-list li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 16px;
}

.about-feature-list-img{
    margin-bottom: 12px;
}
.about-feature-list-img img{
    display: block;
}
.about-feature-list-item {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 12px;
}
.about-feature-list-text{
    line-height: 1.75;
}

@media screen and (max-width: 799px) {

    #about-school.lp2401-section-block {
        margin-top: 24px;
    }
    ul.about-feature-list{
        display: block;
        margin: 16px 0 0;
    }
    ul.about-feature-list li{
        width: 100%;
        padding: 0;
    }
    ul.about-feature-list li:not(:first-of-type){
        margin-top: 24px;
    }
    .about-feature-list-img {
        width: 50%;
        margin: 0 auto 8px;
    }
    .about-feature-list-item {
        font-size: 15px;
        margin-bottom: 8px;
    }

}


table.lp2401-section-block-content-table{
    width: 100%;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 24px;
}
table.lp2401-section-block-content-table tr {
    border: 1px solid #d1d1d1;
}
table.lp2401-section-block-content-table tr th {
    font-weight: 700;
    width: 120px;
    background: #f5f5f5;
    padding: 16px 0;
}
table.lp2401-section-block-content-table tr td {
    font-weight: 500;
    padding: 16px 24px;
}
table.lp2401-section-block-content-table tr td .lp2401-section-block-content-text-link {
    margin-top: 4px;
}
#about-target .lp2401-section-block-content-description{
    font-weight: 500;
}

@media screen and (max-width: 799px) {

    table.lp2401-section-block-content-table {
        font-size: 12px;
        line-height: 1.6;
        margin-top: 16px;
    }
    table.lp2401-section-block-content-table tr th {
        width: 45px;
        padding: 8px 0;
    }
    table.lp2401-section-block-content-table tr td {
        padding: 8px 10px;
    }
    table.lp2401-section-block-content-table tr td .lp2401-section-block-content-text-link {
        margin-top: 0;
    }

}


.about-teacher-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
}
.about-teacher-box-img{
    width: 250px;
}
.about-teacher-box-img img{
    display: block;
}
.about-teacher-box-content{
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding-left: 40px;
}
.about-teacher-box-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
}
.about-teacher-box-name-en {
    font-size: 17px;
    margin-left: 8px;
}
.about-teacher-box-career{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #9491a9;
}
.about-teacher-box-profile {
    margin-top: 16px;
    line-height: 1.75;
    font-weight: 500;
}
.about-teacher-greeting {
    margin-top: 16px;
    padding: 40px 40px;
    background: #f5f5f5;
}
.about-teacher-greeting-item {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.about-teacher-greeting-text{
    line-height: 1.75;
    font-weight: 500;
    font-size: 15px;
}
.about-teacher-greeting-text p:not(:first-of-type){
    margin-top: 16px;
}
.about-teacher-greeting-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 24px;
}

#takata.about-teacher-box{
    margin-top: 0;
}



.grad-wrap {
    position: relative;
}
.grad-trigger {
    display: none;
}
.grad-btn {
    cursor: pointer;
    transition: .2s ease;
    transition: opacity .3s;
    width: 200px;
    height: 40px;
    color: #fff;
    background: #eb691f;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 290px;
    position: relative;
    bottom: 8px;
}
.grad-btn-text {
    font-size: 15px;
    font-weight: 700;
}
.grad-btn-icon {
    margin-left: 8px;
}
.grad-btn:hover{
    opacity: 0.6;
}
.grad-item {
    position: relative;
    overflow-y: hidden;
    height: 0;
}
.grad-trigger:checked ~ .grad-item {
    height: auto !important;
}
.grad-item::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
}
.grad-trigger:checked + .grad-btn {
    display: none !important;
}
.grad-trigger:checked ~ .grad-item::after {
  display: none !important;
}
.grad-item::after{
    height: 85px;
}






@media screen and (max-width: 799px) {

    .about-teacher-box{
        display: block;
        margin-top: 24px;
    }
    .about-teacher-box-img{
        width: 50%;
        margin: 0 auto 8px;
    }
    .about-teacher-box-content{
        width: 100%;
        padding-left: 0;
    }
    .about-teacher-box-name {
        font-size: 16px;
    }
    .about-teacher-box-name-en {
        font-size: 12px;
    }
    .about-teacher-box-career {
        font-size: 12px;
    }
    .about-teacher-box-profile {
        margin-top: 8px;
        font-weight: 400;
        font-size: 12px;
    }

    .grad-wrap {
        margin-top: 12px;
    }
    .grad-btn {
        margin-left: 0;
        padding: 0;
        font-size: 14px;
        bottom: 0;
        margin: 0 auto;
        box-shadow: none;
        height: 36px;
    }
    .grad-btn-icon{
        width: 12px;
    }
    .grad-btn-text{
        font-size: 13px;
    }
    .about-teacher-greeting{
        margin-top: 0;
        padding: 20px;
    }
    .about-teacher-greeting-item{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .about-teacher-greeting-text{
        font-size: 12px;
    }
    .about-teacher-greeting-name {
        font-size: 13px;
        margin-top: 12px;
    }
    .about-teacher-greeting-text p:not(:first-of-type) {
        margin-top: 8px;
    }

    #about-teacher .lp2401-section-block{
        margin-top: 32px;
    }
}






/* carc｜lp2401
----------------------------------------------------------------*/


ul.carc-program-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
ul.carc-program-list li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 16px;
}

.carc-program-list-img{
    margin-bottom: 16px;
}
.carc-program-list-img img{
    display: block;
}
.carc-program-list-item {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 16px;
}
.carc-program-list-text{
    line-height: 1.75;
}
.carc-program-list-text p:not(:first-of-type){
    margin-top: 16px;
}
ul.carc-schedule-list {
    
}
ul.carc-schedule-list li {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 3px;
}
ul.carc-schedule-list:not(:first-of-type){
    margin-top: 20px;
}
#carc-schedule p{
    margin-top: 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

#carc-flow.lp2401-section-block {
    margin-top: 48px;
}
#carc-expert.lp2401-section-block {
    margin-top: 48px;
}
ul.carc-flow-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
ul.carc-flow-list li{
    
}
ul.carc-flow-list li.carc-flow-list-box{
    width: calc(840px / 4);
}
ul.carc-flow-list li.carc-flow-list-separate{
    width: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.carc-flow-list-box-inner {
    padding: 16px;
    border-radius: 16px;
    color: #fff;
}

ul.carc-flow-list li#flow1 .carc-flow-list-box-inner{
    background: #e05656;
}
ul.carc-flow-list li#flow2 .carc-flow-list-box-inner{
    background: #2e99fb;
}
ul.carc-flow-list li#flow3 .carc-flow-list-box-inner{
    background: #1bcfac;
}
ul.carc-flow-list li#flow4 .carc-flow-list-box-inner{
    background: #fba149;
}

.carc-flow-list-box-head{
    text-align: center;
    padding: 8px 0 20px;
}
.carc-flow-list-box-item {
    line-height: 1;
    font-family: 'gilroy-eb';
    font-size: 18px;
    letter-spacing: 0.5px;
}
.carc-flow-list-box-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 8px;
}
.carc-flow-list-box-name {
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
}
.carc-flow-list-box-body img{
    display: block;
}
.carc-flow-list-box-foot {
    line-height: 1.75;
    font-weight: 500;
    padding: 16px 0 8px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

ul.carc-voice-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
ul.carc-voice-list li{
    padding: 0 16px;
    width: 50%;
    box-sizing: border-box;
}
ul.carc-voice-list li p {
    border-radius: 24px;
    padding: 32px 24px;
    background: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    font-weight: 500;
}

ul.schedule-date-calendar {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
ul.schedule-date-calendar li{
    width: calc(100% / 3);
}
ul.schedule-date-calendar li img{
    display: block;
}
.schedule-date-hanrei img{
    display: block;
}

ul.schedule-date-info{

}
ul.schedule-date-info li{
    font-size: 18px;
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    font-weight: 700;
}
ul.schedule-date-info li:not(:first-of-type){
    margin-top: 4px;
}
ul.schedule-date-info li:before{
    content: "■";
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.schedule-date-info-alart {
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
}
ul.schedule-date-note {
    margin-top: 20px;
    padding-left: 17px;
}
ul.schedule-date-note li{
    font-weight: 500;
    list-style: disc;
}

@media screen and (max-width: 799px) {

    /*#carc-flow.lp2401-section-block {
        margin-top: 32px;
    }*/
    ul.carc-program-list{
        display: block;
        margin: 24px 0 0;
    }
    ul.carc-program-list li{
        width: 100%;
        padding: 0;
    }
    ul.carc-program-list li:not(:first-of-type){
        margin-top: 24px;
    }
    .carc-program-list-item{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .carc-program-list-img{
        width: 50%;
        margin: 0 auto 12px;
    }
    .carc-program-list-text p:not(:first-of-type) {
        margin-top: 8px;
    }

    ul.carc-flow-list{
        display: block;
        margin-top: 16px;
    }
    ul.carc-flow-list li.carc-flow-list-box{
        width: 100%;
    }
    ul.carc-flow-list li.carc-flow-list-separate{
        width: 100%;
        margin: 8px 0;
    }
    ul.carc-flow-list li.carc-flow-list-separate img{
        width: 8px;
        transform: rotate( 90deg );
    }
    .carc-flow-list-box-body{
        width: 50%;
        margin: 0 auto;
    }
    .carc-flow-list-box-item{
        font-size: 20px;
    }
    .carc-flow-list-box-title{
        font-size: 16px;
    }
    .carc-flow-list-box-inner{
        padding: 16px 20px;
    }

    ul.carc-schedule-list li {
        font-size: 14px;
        margin-top: 6px;
    }
    ul.carc-schedule-list:not(:first-of-type) {
        margin-top: 16px;
    }
    #carc-schedule p{
        font-size: 14px;
        margin-top: 12px;
    }

    .carc-flow-list-box-head{
        padding: 4px 0 16px;
    }
    .carc-flow-list-box-foot {
        line-height: 1.6;
        padding: 12px 0 4px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    #carc-expert.lp2401-section-block {
        margin-top: 32px;
    }

    ul.schedule-date-info li {
        font-size: 14px;
        padding-left: 24px;
    }
    .schedule-date-info-alart {
        font-size: 11px;
        font-weight: 500;
        margin-left: 0;
        margin-top: 2px;
        display: block;
    }
    ul.schedule-date-note {
        margin-top: 12px;
        padding-left: 17px;
    }
    ul.schedule-date-note li{
        font-size: 12px;
    }

    ul.schedule-date-calendar{
        display: block;
        margin-top: 16px;
    }
    ul.schedule-date-calendar li {
        width: 100%;
        border: 1px solid #9491a9;
        margin-bottom: 12px;
        box-sizing: border-box;
        padding: 12px 12px 0;
    }

    ul.carc-voice-list{
        display: block;
        margin: 16px 0 0;
    }
    ul.carc-voice-list li{
        padding: 0;
        width: 100%;
    }
    ul.carc-voice-list li:not(:first-of-type){
        margin-top: 12px;
    }
    ul.carc-voice-list li p{
        padding: 16px 20px;
    }


}






/* price｜lp2401
----------------------------------------------------------------*/

.price-block{
    margin-top: 40px;
    border: 1px solid #eb691f;
    padding: 40px 40px;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price-block-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.price-block-fee{

}
.price-block-fee-number {
    font-family: 'gilroy-eb';
    letter-spacing: 2px;
    font-size: 45px;
    line-height: 1;
    color: #eb691f;
}
.price-block-fee-text{
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
}
.price-block-summary{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
    color: #eb691f;
    margin-top: 8px;
}
.price-block-top{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.price-block-bottom{
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}
.price-block-bottom-item {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 14px;
    line-height: 1;
}
ul.price-block-bottom-list {
    font-size: 15px;
    font-weight: 500;
}



@media screen and (max-width: 799px) {

    .price-block{
        padding: 24px 20px 20px;
        display: block;
        margin-top: 24px;
    }
    .price-block-top{
        width: 100%;
        display: block;
        margin-bottom: 16px;
        text-align: center;
    }
    .price-block-bottom{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    .price-block-title {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.45;
        letter-spacing: 0.75px;
        margin-bottom: 8px;
    }

    .price-block-fee-number{
        font-size: 36px;
        letter-spacing: 0.75px;
    }
    .price-block-fee-text{
        font-size: 15px;
    }
    .price-block-summary{
        font-size: 14px;
        margin-top: 6px;
    }
    .price-block-bottom-item {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1;
    }
    ul.price-block-bottom-list{
        font-size: 13px;
    }

}





/* faq｜lp2401
----------------------------------------------------------------*/

ul.lp2401-faq-list{
    margin-top: 40px;
}
ul.lp2401-faq-list li{
    margin-top: 24px;
}
ul.lp2401-faq-list li .question{
    display: flex;
    flex-wrap: wrap;
}
ul.lp2401-faq-list li .answer{
    display: flex;
    flex-wrap: wrap;
}
.lp2401-faq-list-item{
    font-family: 'gilroy-eb';
    font-size: 17px;
    width: 20px;
    line-height: 1.6;
}
.lp2401-faq-list-text{
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}


@media screen and (max-width: 799px) {

    .lp2401-faq-list-text{
        font-size: 13px;
        padding-left: 8px;
    }
    .lp2401-faq-list-item{
        font-size: 15px;
        position: relative;
        bottom: 1px;
    }
    ul.lp2401-faq-list {
        margin-top: 24px;
    }
    ul.lp2401-faq-list li .answer{
        margin-top: 2px;
    }
    ul.lp2401-faq-list li{
        margin-top: 20px;
    }



}



/* contact｜lp2401
----------------------------------------------------------------*/

section#lp2401-contact{
    padding-bottom: 80px;
}
.lp2401-contact{
    margin-top: 24px;
}
.lp2401-contact a {
    display: inline-block;
    background: #0083be;
    padding: 8px 20px;
    border-radius: 8px;
}

.lp2401-terms {
    margin-top: 40px;
}
ul.lp2401-terms-list{
    list-style: disc;
    padding-left: 20px;
}
ul.lp2401-terms-list li{

}
ul.lp2401-terms-list li:not(:first-of-type){
    margin-top: 8px;
}
ul.lp2401-terms-list li a {
    text-decoration: underline;
    color: #0083be;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
}
ul.lp2401-terms-list li a img{
    margin-left: 8px;
}


@media screen and (max-width: 799px) {

    section#lp2401-contact .lp2401-section-head-title-icon{
        display: none;
    }
    .lp2401-contact .contact-text{
        padding: 0;
    }
    .contact-text p{
        margin-bottom: 12px;
    }
    .contact-text img {
        width: 75%;
        margin: 0 auto;
    }
    .lp2401-contact a {
        display: block;
        padding: 10px 20px;
        text-align: center;
    }
    ul.lp2401-terms-list li:not(:first-of-type){
        margin-top: 16px;
    }
    ul.lp2401-terms-list li a img{
        width: 12px;
    }

}










