@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 500;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

.topitem {
    background-color: #F8F8F8;
}

@media screen and (min-width: 769px) {
    .topitem {
        padding: 60px 0;
    }
    .topitem .title {
        font-size: 36px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .topitem .title span {
        width: 100px;
        margin: 0 auto;
        font-size: 0;
        line-height: 0;
        display: block;
        border-bottom: 3px solid #E83416;
    }
    .topitem .caption {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        color: #000;
        text-align: center;
        padding: 40px 0 0;
    }
    .topitem .sub_caption {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
        color: #000;
        text-align: center;
        padding: 40px 0 20px;
    }
    .topitem .items {
        padding: 50px;
        background-color: #fff;
    }
    .topitem .items:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .topitem .items .item {
        width: 45%;
        height: 105px;
    }
    .topitem .items .item01 {
        height: 130px;
    }
    .topitem .items .item:nth-child(2n+1) {
        float: left;
    }
    .topitem .items .item:nth-child(2n) {
        float: right;
    }
    .topitem .items .item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .topitem .items .item .photo {
        width: 25%;
        float: left;
        font-size: 0;
        line-height: 0;
    }
    .topitem .items .item .text {
        width: 75%;
        float: left;
    }
    .topitem .items .item .text .text_title {
        font-size: 20px;
        line-height: 1.0;
        color: #1B9CE6;
        font-weight: bold;
    }
    .topitem .items .item .text .text_title span {
        font-size: 14px;
    }
    .topitem .items .item .text .text_caption {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-weight: bold;
    }
    .topmanner {
        background: url("../../images/beginner/bg_beginner01.jpg") no-repeat center center;
        padding: 60px 0;
        font-size: 36px;
        line-height: 1.5;
        font-weight: bold;
        background-size: cover;
    }
    .topmanner .title {
        font-size: 36px;
        line-height: 1.5;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }
    .topmanner .title p {
        font-size: 36px;
        padding: 0 0 25px 30px;
    }
    .topmanner .title span {
        width: 100px;
        margin: 0 0 0 170px;
        font-size: 0;
        line-height: 0;
        display: block;
        border-bottom: 3px solid #E83416;
    }
    .topmanner ul {
        padding: 0 0 0 16px;
        margin: 0;
    }
    .topmanner ul li {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 16px;
        list-style: disc;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .topitem {
        padding: 30px 0;
    }
    .topitem .title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .topitem .title span {
        width: 100px;
        margin: 0 auto;
        font-size: 0;
        line-height: 0;
        display: block;
        border-bottom: 3px solid #E83416;
    }
    .topitem .caption {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        color: #000;
        text-align: center;
        padding: 20px 0 0;
    }
    .topitem .sub_caption {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
        color: #000;
        text-align: left;
        padding: 20px 0 10px;
    }
    .topitem .items {
        padding: 25px;
        background-color: #fff;
    }
    .topitem .items .item {
        width: 90%;
        margin: 0 auto;
    }
    .topitem .items .item .photo {
        width: 100%;
        font-size: 0;
        line-height: 0;
        margin: 0 0 20px;
        text-align: center;
    }
    .topitem .items .item .text {
        width: 100%;
        text-align: center;
    }
    .topitem .items .item .text .text_title {
        font-size: 20px;
        line-height: 1.5;
        color: #1B9CE6;
        font-weight: bold;
    }
    .topitem .items .item .text .text_title span {
        font-size: 13px;
    }
    .topitem .items .item .text .text_caption {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        margin: 0 0 20px;
    }
    .topmanner {
        background: url("../../images/beginner/bg_beginner01.jpg") no-repeat center center;
        padding: 60px 0;
        font-size: 36px;
        line-height: 1.5;
        font-weight: bold;
        background-size: cover;
    }
    .topmanner .title {
        font-size: 36px;
        line-height: 1.5;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }
    .topmanner .title p {
        font-size: 20px;
        line-height: 1.5;
        padding: 0 0 13px 15px;
    }
    .topmanner .title span {
        width: 100px;
        margin: 0 0 0 70px;
        font-size: 0;
        line-height: 0;
        display: block;
        border-bottom: 3px solid #E83416;
    }
    .topmanner ul {
        width: 90%;
        padding: 0 0 0 16px;
        margin: 0 auto;
    }
    .topmanner ul li {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 16px;
        list-style: disc;
        color: #fff;
    }
}
