/* ▼tabletザイン▼ */
@media (535px<= width <= 725px) {
    /* ▼全体デザイン▼ */
    .container {
        max-width: 700px;
    }
    /* ▲全体デザイン▲ */

    /* ▼サイトデザイン▼ */
    /* ▼indexページデザイン▼ */
    .top_image {
        height: 500px;
    }

    .MainTitle {
        font-size: 72px;
    }

    .appeal_seminar p {
        font-size: 25px;
    }

    .AppealPoin h2 {
        font-size: 32px;
    }

    .Appeal_1 p {
        font-size: 56px;
    }

    .seminar_style {
        height: 200px;
    }

    .appeal_image {
        height: 300px;
    }

    .Appeal_2 p {
        font-size: 12px;
    }

    .Appeal_3 p {
        font-size: 12px;
    }

    .Appeal_4 p {
        font-size: 12px;
    }

    .Appeal_5 p {
        font-size: 12px;
    }

    /* ▼newsデザイン▼ */
    .News h2 {
        font-size: 64px;
    }

    .NewsItems ul{
        width: 500px;
    }

    .Date {
        font-size: 20px;
    }

    .NewsTitle {
        font-size: 16px;
    }

    .NewsDescription {
        font-size: 12px;
    }

    .news_logo {
        width: 60px;
    }
    /* ▲newsデザイン▲ */
    /* ▲indexページデザイン▲ */

    /* ▼aboutページデザイン▼ */
    .Flow,.Caution,.ReSchedule,.MemberBenefits,.Cancel,.Change,.Seminar_Date {
        width: 500px;
    }

    .Flow h2 {
        font-size: 56px;
    }

    .ParagraphCaution {
        font-size: 20px;
    }

    .ParagraphAttention {
        font-size: 20px;
    }

    .Caution h2 {
        font-size: 56px;
    }

    .TitleCaution {
        font-size: 24px;
    }

    .TitleParagraph {
        font-size: 24px;
    }

    .ParagraphTitle {
        font-size: 28px;
        margin: 0;
    }

    .Example {
        width: 500px;
    }

    .sign {
        font-size: 16px;
    }

    .ReSchedule h2{
        font-size: 56px;
    }

    .MemberBenefits h2{
        font-size: 56px;
    }

    .Cancel h2{
        font-size: 56px;
    }

    .Change h2{
        font-size: 56px;
    }

    .Seminar_Date h2{
        font-size: 56px;
    }
    /* ▲aboutページデザイン▲ */

    /* ▼companyページデザイン▼ */
    .CompanyDetail {
        width: 500px;
    }

    .company_table th {
        width: 120px;
        font-size: 12px;
    }

    .company_table td {
        font-size: 12px;
    }

    .company_page_logo {
        width: 60px;
    }
    /* ▲companyページデザイン▲ */

    /* ▼premiumページデザイン▼ */
    .top_premium {
        margin-top: 60px;
    }

    .image_on_text p{
        font-size: 56px;
    }

    .flex_icon img {
        width: 50px;
    }

    .flex_text dl {
        margin-left: 16px;
    }

    .flex_text dd {
        font-size: 16px;
        margin: 0 0 0 10px;
    }

    .ItemTitle {
        width: 50px;
        font-size: 12px;
    }

    .flex_link a {
        font-size: 20px;
        padding: 8px;
    }
    /* ▲premiumページデザイン▲ */

    /* ▼messageページデザイン▼ */
    /* ▲messageページデザイン▲ */

    /* ▼FAQページデザイン▼ */
    .FAQTitle {
        font-size: 14px;
    }
    .FAQDescription {
        font-size: 12px;
    }
    /* ▲FAQページデザイン▲ */

    /* ▼contactページデザイン▼ */
    /* ▲contactページデザイン▲ */

    /* ▼sign_upページデザイン▼ */
    /* ▲sign_upページデザイン▲ */}
/* ▲tabletデザイン▲ */