.ly_body .bl_pageHeader {
    display: none;
}

.sectiontitle {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-size: 44px;
    color: #0064B8;
    text-align: center;
    margin-bottom: 35px;
}
@media screen and (max-width:768px) {
    .sectiontitle {
        font-size: 28px;
    }
}

.ctaBox {
    background: #3CC3C3;
    padding: 40px 0 50px;
    margin-bottom: 65px;
}
.ctaBox .ly_body {
    text-align: center;
    color: #FFF;
}
.cta-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.cta-title em {
    font-size: 1.5em;
}
@media screen and (max-width:768px) {
    .cta-title {
        font-size: 18px;
    }
    .ctaBox {
        padding: 30px 20px 10px;
    }
    .ctaBox .el_btn_lp {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

.ly_mainvisual {
    background: #1E9DCC;
    color:#FFF;
    padding: 30px 0;
}
.ly_mainvisual .ly_body {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.ly_mainvisual .el_btn_lp {
    width: 100%;
    padding: 14px;
    margin:0 auto;
    border-radius: 100px;
    font-size: 24px;
    color: #000;
    background: #FFA400;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.ly_mainvisual .el_btn_lp:hover {
    opacity: 0.6;
}
.mv-text {
    width: 55%;
}
.mv-title {
    font-weight: bold;
}
.mv-title span {
    font-size: 2.4rem;
}
.mv-title em {
    display: block;
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-size: 50px;
    margin: 30px 0;
    font-weight: normal;
    font-style: normal;
}
.mv-img {
    width: 45%;
    max-width: 518px;
}
.mv-award {
    display: block;
    max-width: 410px;
    margin: 0 auto 30px;
}
.mv-btn {
    display: flex;
    justify-content: space-between;
}

.show-pc {
    display: block;
}
.show-sp {
    display: none;
}

@media screen and (max-width:768px) {
    .ly_mainvisual {
        padding: 40px 0 20px;
    }
    .ly_mainvisual .ly_body {
        display: block !important;
    }
    .mv-text, .mv-img {
        width: 100%;
        text-align:center;
    }
    .mv-title {
        font-size: 15px;
    }
    .mv-title span {
        font-size: 15px;
    }
    .mv-title em {
        font-size: 34px;
        margin: 10px 0;
    }
    .show-pc {
        display: none;
    }
    .show-sp {
        display: block;
        width: 100%;
    }
    .mv-img {
        max-width: 100%;
    }
    .mv-img.show-sp img {
        display: block;
        width: 90%;
        margin: 0 auto 30px;
    }
    .mv-btn {
        display: block;
    }
    .ly_mainvisual .el_btn_lp {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
        font-size: 19px;
    }
}

.about {
    background: #f7f7f7;
    padding: 50px 0;
    margin-bottom: 60px;
}
.about .ly_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about-contents {
    width: 61%;
    margin-right: 40px;
}
.about-contents p {
    font-size: 1.6rem;
    margin-bottom: 1.4em;
}
.about-img {
    width: calc(100% - 56% - 40px);
}
.about-title {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
}
.about-title span {
    color: #0064B8;
}
@media screen and (max-width:768px) {
    .about-title {
        font-size: 24px;
    }
    .about .ly_body{
        display: block;
    }
    .about-contents {
        width: 100%;
    }
    .about-img {
        width: 90%;
        margin: 0 auto;
    }
}

.features {
    text-align: center;
}
.features .bl_checkList {
    display: inline-block;
    margin: 0 auto 20px;
    text-align: left;
}
.features .bl_checkList > li:before
{
    color: #1E9DCC;
}
.features__list {
    max-width: 570px;
    padding: 20px;
    margin: 0 auto 60px;
    background: #ffe7c9;
    border: 2px solid #ffa500;
    text-align: left;
}
table th.dark {
    text-align: center;
    background:#44535a;
}
table th a {
    color: #fff;
}
table th a:visited {
    color: #eee;
}
table td li a {
    color: #000;
}
br.sp {
    display: none;
}
@media screen and (max-width:768px) {
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }
}