@charset "UTF-8";
/* CSS Document */
.kobetsu a {
    color: #444;
}

.kobetsu-top {
    width: 100%;
}

.headline {
    position: relative;
    margin: 30px 0 0;
    width: 100%;
    padding: 20px 0;
    font-size: 42px;
    background: #004F8D;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
}

#about h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

#about h3 span {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #004F8D;
    padding: 10px 15px;
    border-radius: 60px;
}

#about p {
    margin-top: 20px;
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 1.6;
}

#about .box-cont {
    margin-bottom: 40px;
    border-bottom: 2px solid #004F8D;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

#about .text-box {
    width: 70%;
}

#about .img-box {
    width: 25%;
}

#about .img-box img {
    width: 100%;
    height: auto;
}

#tokuten .inner {
    /*display:flex; justify-content:space-between; flex-wrap:wrap;*/
    text-align: center;
}

#tokuten .inner img {
    max-width: 100%;
}

#tokuten h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

#tokuten h3 span {
    font-size: 35px;
    color: #004F8D;
}

#tokuten h3 span span {
    background: #cf000e;
    color: #fff;
    padding: 0 5px 2px 4px;
}

#tokuten p {
    font-size: 18px;
    line-height: 2;
}

.video {
    display: block;
    text-align: center;
    margin: 60px 0;
}

.video iframe {
    width: 800px;
    height: 450px;
}

#keizoku {
    padding-bottom: 0;
}

#keizoku-headline {
    background: #2EA7E0;
}

.new-headline {
    font-size: 24px;
    color: #2EA7E0;
    font-weight: bold;
    margin: 30px 0 10px;
}

#new .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 1px 20px 20px;
}

.new-title {
    text-align: center;
    margin: 20px 0;
}

.new-kaisetsu {
    display: flex;
    justify-content: space-between;
}

#new table {
    width: 100%;
    margin: 20px 0 0;
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: bold;
}

#new table th {
    padding: 10px;
    background: #2EA7E0;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: center;
}

#new table td {
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
    text-align: center;
    vertical-align: center;
}

#new table td span {
    font-size: 14px;
}

#new .new-kaisetsu table {
    width: 48%;
    margin: 20px 0 0;
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: bold;
}

#new .new-course li {
    font-size: 2.0rem;
    line-height: 1.5;
}

#new .new-course li span {
    font-size: 1.5rem;
    color: #2EA7E0;
    margin: 0.5em 0;
}

#jisseki {
    margin: 100px 0 0;
}

#jisseki .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    box-sizing: border-box;
    background: #FFF;
    padding: 10px;
    border: 3px solid #D80C18;
}

#jisseki .inner img {
    width: 49%;
}

#wari {
    text-align: center;
}

#kaki-headline {
    background: #DA5283;
}

.special-area {
    margin: 40px 0 0;
    padding: 20px;
    border: 2px solid #DA5283;
}

.special-orange-wrap {
    display: inline-block;
    padding: 10px 10px 0 10px;
    margin: 0 20px;
    background: #E28849;
}

#info .special-orange-wrap dl {
    margin: 0 0 10px;
}
#info .special-orange-wrap dl dt {
    color: #E28849;
    background: #FFF;
    font-size: 18px;
    font-weight: bold;
}
#info .special-orange-wrap dl dd {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}
.special-red-wrap {
    padding: 10px;
    background: #D42D26;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#info .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 1px 20px 20px;
}

#info h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #EA617C;
    margin: 40px 0 0;
    padding: 10px 10px 10px 20px;
    border-radius: 40px 0 0 40px;
}

#info h2 span {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 0 10px;
}

#info h3 {
    color: #DA5283;
}

#info p {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 10px 0 0 20px;
}

#info p span.fontLarge {
    font-size: 42px;
}

#info p span.fontSmall {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.info-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#info table {
    margin: 20px 0 0 40px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: bold;
}

#info table th {
    background: #DA5283;
    padding: 10px;
    border: 1px solid #CCC;
    color: #fff;
}

#info table td {
    padding: 10px 20px;
    background: #e8eddf;
    border: 1px solid #CCC;
    text-align: center;
    vertical-align: center;
}

.info-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
}

.info-flex dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    ;
    width: 48%;
    margin: 15px 0 0;
}

.info-flex dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background: #EA617C;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
}

.info-flex dl dd {
    width: 68%;
    margin: 0 0 0 2%;
    font-size: 18px;
    font-weight: bold;
}

.info-flex dl dd span {
    font-size: 38px;
    margin: 0 5px;
}

#info .place-table {
    width: 95%;
    border: none;
    margin-top: 30px;
}

#info .place-table th {
    padding: 10px;
    border: 1px solid #CCC;
    color: #fff;
}

#info .place-table td {
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.5;
    color: #E60012;
}

#info .place-table td span {
    font-size: 16px;
    font-weight: normal;
    color: #444;
    padding-right: 1em;
}

#info .place-table th.osusume-cel {
    border: solid 3px #D80C18;
    border-bottom: solid 1px #ccc;
}

#info .place-table td.osusume-cel {
    border: solid 3px #D80C18;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

#info .place-table tr:last-child td.osusume-cel {
    border-bottom: solid 3px #D80C18;
}

#info .place-table tr .osusume-cel+.osusume-cel {
    border-left: solid 1px #ccc;
}

#info .place-table tr .osusume-b-cel {
    border-right: none;
}

#info .place-table.syougaku th {
    background: #EB6D8E;
}

#info .place-table.syougaku td {
    background: #FCE7EB;
}

#info .place-table.tyuugaku th {
    background: #DA5283;
}

#info .place-table.tyuugaku td {
    background: #FDE7CF;
}

#info .place-table.koukou th {
    background: #674498;
}

#info .place-table.koukou td {
    background: #DFD8EC;
}

#info .place-table tr.no-border th {
    border: none;
    background: none;
    color: #fff;
    background: #D80C18;
    border: solid 3px #D80C18;
    font-size: 1.8rem;
    padding: 5px 0;
}

#info .place-table tr.no-border td {
    border: none;
    background: none;
}

#info .info-otoku {
    font-size: 40px;
    margin-top: 20px;
    color: #D80C18;
    margin-left: 0;
}

.w-waku {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    margin: 20px auto;
    border-radius: 20px;
}

#info .w-waku .info-otoku {
    margin-top: 0;
}

#info .w-waku .small {
    margin-left: 0;
}

#info .info-otoku .otoku-icon {
    font-size: 30px;
    padding: 10px;
    background: #D80C18;
    color: #fff;
    border-radius: 50%;
}

#info .info-otoku .small {
    font-size: 25px;
    color: #000;
}

#info .info-otoku .color-blue {
    color: #2EA7E0;
}

#info .info-otoku span {
    display: inline-block;
    margin-top: 10px;
}

#info .otoku-box01 {
    width: 40%;
}

#info .otoku-box02 {
    width: 56%;
}

#info .course p span {
    background: #EA617C;
    margin-right: 0.5em;
    color: #fff;
    padding: 5px 10px;
}

#info dl {
    display: flex;
    font-size: 16px;
    margin-left: 40px;
    align-items: center;
    margin-bottom: 10px;
}

#info dl dt {
    background: #DA5283;
    color: #fff;
    padding: 10px;
    margin-right: 1em;
}

.otoku-banner {
    text-align: center;
}

.otoku-banner+.w-waku {
    margin-top: 80px;
}

.classroom-forward-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.classroom-forward-wrap p {
    padding: 10px 0 10px 20px;
    font-size: 24px;
    font-weight: bold;
}

.classroom-forward {
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
}

.tyuuouku {
    background: #1D2088;
}

.kitaku {
    background: #00ACA0;
}

.higashiku {
    background: #007D4F;
}

.toyohiraku {
    background: #6FBA2C;
}

.minamiku {
    background: #F39800;
}

.shiroishiku {
    background: #EB6100;
}

.ebetsushi {
    background: #E62E8B;
}

.teineku {
    background: #0097E0;
}

.atsubetsuku {
    background: #E60012;
}

.classroom-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}

.classroom-address dt {
    font-size: 26px;
    font-weight: bold;
}

.classroom-address dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.classroom-address dd a {
    font-size: 18px;
    text-decoration: underline;
    color: #444;
    margin: 0 20px 0 10px;
}

.classroom-course {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px;
    border-bottom: 1px solid #FFF;
}


/*20220209 saitoua add 教室一覧*/
#classRoom figure img {
    width: 100%;
}


#classRoom.area {
    margin-top: 50px;
}

.class_wrap {
    width: 45%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.class_content p {
    display: inline-block;
    margin-right: 10px;
    font-size: 130%;
    color: #024fa1;
    margin-bottom: 20px;
    border-bottom: 3px solid #024fa1;
    padding: 10px;
}

.class_img {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.class_img figure {
    width: 49%;
}

.class_img figure.map {
    background: #fff;
}

.class_img figure img {
    width: 100%;
    height: 200px;
}

.class_content dl {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.class_content dt {
    width: 20%;
    background: #0096df;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 5px;
}

.class_content dd {
    width: 75%;
    margin-left: 5%;
    font-weight: normal;
}

.class_wrap a {
    display: block;
    width: 30%;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    background: #00a4e3;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #333;
    text-decoration: none;
}

.class_wrap a:hover {
    background: #008bc2;
    border-top: 4px solid #fff;
    border-bottom: none;
}

.toggle_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.area h3 {
    float: none;
    clear: both;
    margin-bottom: 30px;
    border-bottom: 1px solid #024fa1;
    letter-spacing: 0.05em;
    color: #666;
    font-weight: normal;
}

.area h3 span {
    display: inline-block;
    border-bottom: 3px solid #024fa1;
    padding: 0 15px 6px 0;
}

/*20250131*/
.kyodai {
    color: #004f8e;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 20px 0 0;
    border: 2px solid #004f8e;
    border-radius: 30px;
    text-align: center;
}


@media print,
screen and (min-width:768px) {

    #houhou h2 {
        width: 300px;
        margin: 0 auto;
    }

    #houhou h2 img {
        width: 100%;
    }

    #houhou p {
        text-align: left;
    }

    #houhou .l1 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #houhou .l2 {
        display: flex;
        flex-direction: row-reverse;
    }

    #houhou .houhou-box {
        width: 280px;
        margin: 3%;
        padding: 20px;
        color: #004294;
        background: linear-gradient(0deg, rgba(226, 226, 226, 1) 1%, rgba(250, 250, 250, 1) 100%);
        /*border: 4px solid #efefef;*/
        border-radius: 10px;
        position: relative;
        display: inline-block;
    }

    #houhou .houhou-box-3 {
        width: 260px;
    }

    /*#houhou .l1 .hb01:before { content: ""; position: absolute; top: 50%; right: -24px; margin-top: -12px; border: 12px solid transparent; border-left: 12px solid #efefef; z-index: 2; }*/
    #houhou .l1 .hb01:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-left: 14px solid #fff;
        z-index: 1;
    }

    #houhou .l1 .hb02:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-left: 14px solid #fff;
        z-index: 1;
    }

    /*#houhou .l1 .hb02:before { content: ""; position: absolute; bottom: -24px; left: 50%; margin-left: -15px; border: 12px solid transparent; border-top: 12px solid #efefef; z-index: 2; }
#houhou .l1 .hb02:after { content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -17px; border: 14px solid transparent; border-top: 14px solid #fff; z-index: 1; }
#houhou .l2 .hb03:before { content: ""; position: absolute; top: 50%; left: -24px; margin-top: -12px; border: 12px solid transparent; border-right: 12px solid #efefef; z-index: 2; }
#houhou .l2 .hb03:after { content: ""; position: absolute; top: 50%; left: -30px; margin-top: -14px; border: 14px solid transparent; border-right: 14px solid #efefef; z-index: 1; }*/
    #houhou .houhou-box h3 {
        display: block;
        text-align: center;
        font-size: 4.0rem;
        color: #004294;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    #houhou .houhou-box p {
        line-height: 1.6;
    }

    #houhou .houhou-box img {
        margin: 10px 0 0;
    }
    .headline {
        position: relative;
        margin: 30px 0 0;
        width: 100%;
        padding: 20px 0;
        font-size: 42px;
        background: #004F8D;
        color: #FFF;
        letter-spacing: 3px;
        font-weight: bold;
        text-align: center;
    }

}

@media only screen and (max-width:767px) {
    #about .box-cont {
        display: block;
    }

    #about .text-box {
        width: 100%;
    }

    #about .img-box {
        width: 100%;
    }

    #info table {
        margin-left: 20px;
    }

    #info h3 {
        text-align: left;
        margin-left: 30px;
    }

    #info h3 span {
        font-size: 25px;
    }

    #info dl {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #info dl dt {
        width: 100%;
        margin-bottom: 10px;
    }

    #info .place-table {
        margin-top: 0;
        width: 94%;
    }

    #info .place-table tr {
        display: block;
    }

    #info .place-table tr.no-border {
        display: none;
    }

    #info .place-table tr.no-border+tr {
        display: none;
    }

    #info .place-table tr th {
        display: none;
        width: 100%;
        border: none;
    }

    /*#info .place-table tr th:first-child { display: block; width: 90%; }*/
    #info .place-table tr td {
        display: block;
        width: 100%;
        position: relative;
        border: none;
        padding-top: 17%;
    }

    /*#info .place-table tr td:first-child { color: #fff; background: #DA5283;font-size: 16px; padding-left: 20px;}*/
    #info .place-table tr td:before {
        content: attr(data-label);
        display: block;
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        font-size: 16px;
        background: #DA5283;
        width: 100%;
        padding: 10px;
        color: #fff;
    }

    #info .place-table td.osusume-cel {
        border: solid 3px #D80C18;
    }

    #info .place-table tr .osusume-cel+.osusume-cel {
        border-left: solid 3px #D80C18;
    }

    #info .place-table.hayawari tr td span {
        display: block;
    }

    #info .place-table.syougaku td:first-child {
        background: #EB6D8E;
    }

    #info .place-table.tyuugaku td:first-child {
        background: #DA5283;
    }

    #info .place-table.koukou td:first-child {
        background: #674498;
    }

    .w-waku {
        width: 95%;
        padding: 20px;
    }

    .w-waku br {
        display: none;
    }

    .otoku-banner img {
        width: 90%;
        height: auto;
    }

    .banner img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    #info .info-otoku {
        font-size: 30px;
    }

    #info .info-otoku .otoku-icon {
        font-size: 25px;
        display: block;
        width: 90px;
        margin: 0 auto;
    }

    #info .info-otoku .color-blue {
        display: block;
    }

    #tokuten .inner {
        justify-content: center;
    }

    #tokuten .inner img:first-of-type {
        max-width: 95%;
        margin: 0 0 10px;
    }

    #tokuten .inner h3 {
        font-size: 20px;
    }

    #tokuten .inner h3 span {
        font-size: 25px;
    }

    #tokuten .inner h3 br {
        display: none;
    }

    .video {
        display: block;
        width: 90%;
        margin: 50px auto;
        text-align: center;
    }

    .video iframe {
        width: 100%;
        height: 150px;
    }

    #keizoku {
        padding-bottom: 0;
    }

    .new-title img {
        width: 100%;
    }

    .new-kaisetsu {
        flex-wrap: wrap;
    }

    #new .new-kaisetsu table {
        width: 100%;
    }

    #new table.new-jyukouryou {
        width: 100%;
    }

    #new table.new-jyukouryou th {
        display: none;
    }

    #new table.new-jyukouryou td {
        display: block;
    }

    #new table.new-jyukouryou td:before {
        display: block;
        width: 100%;
        padding: 10px;
        background: #2EA7E0;
        color: #FFF;
        margin: 0 0 10px;
    }

    #new table.new-jyukouryou td:nth-of-type(1):before {
        content: '小学生';
        display: block;
    }

    #new table.new-jyukouryou td:nth-of-type(2):before {
        content: '中1・中2';
        display: block;
    }

    #new table.new-jyukouryou td:nth-of-type(3):before {
        content: '中3';
        display: block;
    }

    #new table.new-jyukouryou td:nth-of-type(4):before {
        content: '高1';
        display: block;
    }

    #new table.new-jyukouryou td:nth-of-type(5):before {
        content: '高2';
        display: block;
    }

    #new table.new-jyukouryou td:nth-of-type(6):before {
        content: '高3';
        display: block;
    }


    #jisseki {
        margin: 60px 0 0;
    }

    #jisseki .inner img {
        width: 100%;
    }

    #jisseki .inner img:first-of-type {
        margin: 0 0 10px;
    }

    #wari {
        text-align: center;
    }

    #wari img {
        width: 100%;
    }

    .info-flex dl {
        width: 100%;
        display: block;
        margin: 15px 0 0;
    }

    .info-flex dl dt {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
    }

    .info-flex dl dd {
        width: 100%;
        text-align: center;
    }

    .houhou-headline {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin: 60px auto 0;
        padding: 10px 20px;
        text-align: center;
        border-radius: 10px;
        border: 2px solid #00A5E3;
        line-height: 1.4;
        background: #00A5E3;
    }

    #houhou h2 {
        width: 55%;
        margin: 0 auto;
    }

    #houhou h2 img {
        width: 100%;
    }

    #houhou p {
        text-align: center;
    }

    #houhou .l1 {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    #houhou .l2 {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    #houhou .houhou-box {
        width: 100%;
        margin: 3% auto;
        padding: 20px;
        color: #00A5E3;
        background: linear-gradient(0deg, rgba(226, 226, 226, 1) 1%, rgba(250, 250, 250, 1) 100%);
        /*border: 4px solid #00A5E3;*/
        border-radius: 10px;
        position: relative;
        display: inline-block;
    }

    /*#houhou .hb01:before { content: ""; position: absolute; bottom: -24px; left: 50%; margin-left: -15px; border: 12px solid transparent; border-top: 12px solid #00A5E3; z-index: 2; }*/
    #houhou .hb01:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #FFF;
        z-index: 1;
    }

    /*#houhou .hb02:before { content: ""; position: absolute; bottom: -24px; left: 50%; margin-left: -15px; border: 12px solid transparent; border-top: 12px solid #00A5E3; z-index: 2; }
#houhou .hb02:after { content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -17px; border: 14px solid transparent; border-top: 14px solid #00A5E3; z-index: 1; }
#houhou .hb03:before { content: ""; position: absolute; bottom: -24px; left: 50%; margin-left: -15px; border: 12px solid transparent; border-top: 12px solid #00A5E3; z-index: 2; }
#houhou .hb03:after { content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -17px; border: 14px solid transparent; border-top: 14px solid #00A5E3; z-index: 1; }*/
    #houhou .houhou-box h3 {
        display: block;
        text-align: center;
        font-size: 4.0rem;
        color: #00A5E3;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    #houhou .houhou-box p {
        line-height: 1.6;
        font-size: 1.6rem;
        text-align: left;
    }

    #houhou .houhou-box img {
        width: 100%;
        height: auto;
    }

    .classroom-forward-wrap p {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .classroom-address dt {
        width: 100%;
    }

    .classroom-address dd {
        flex-wrap: wrap;
        width: 100%;
    }

    .classroom-address dd a {
        width: 100%;
        margin: 0 0 5px;
    }

    .classroom-address dd p {
        width: 100%;
    }



    /*20220209 saitoua add 教室一覧*/
    .toggle_wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .class_wrap {
        margin-bottom: 20px;
        width: 90%;
    }

    .class_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .class_img {
        display: block;
        order: 2;
    }

    .class_img figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .class_img figure img {
        width: 100%;
        height: auto;
    }

    .area h3 span strong {
        font-size: 150%;
    }

    .class_wrap a {
        width: 50%;
    }

    .headline {
        position: relative;
        margin: 30px 0 0;
        width: 100%;
        padding: 20px 0;
        font-size: 42px;
        background: #004F8D;
        color: #FFF;
        letter-spacing: 3px;
        font-weight: bold;
        text-align: center;
    }



}