/* CSS Document */
#outer {
    background: #fff url(../images/bg_02.png) repeat-y center top;
}
#terms_area iframe {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 560 / 315;
    display: block;
}
@media screen and (min-width: 761px) {
    #outer {
        background-size: 100%;
    }
    #container {
        max-width: 990px;
        width: 100%;
        margin: 0 auto;
        padding: 50px 15px 80px;
    }
    #main {
        text-align: center;
    }
    #logo img {
        width: 300px;
        margin: 0 auto;
    }
    #main h1 {
        margin: 30px auto 0;
        padding: 0;
        font-size: 34px;
        font-weight: bold;
        line-height: 55px;
        color: #0600ff;
    }
    #contents_area {
        margin: 20px 0;
        text-align: center;
    }
    #contents_area #mv {
        width: 100%;
        margin: 20px 0;
    }
    #contents_area p {
        font-size: 26px;
        line-height: 1.4;
        font-weight: bold;
    }
    #contents_area p + p {
        margin-top: 30px;
    }
    span {
        color: #0600ff;
    }
    #buy_btn a {
        color: #fff;
    }
    .btn_blue {
        background: #09f;
    }
    .btn {
        display: inline-block;
        width: 336px;
        height: 65px;
        margin: 46px auto 0;
        border: none;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 700;
        line-height: 65px;
        text-align: center;
        color: #fff;
    }
    #terms_area h2 {
        margin: 80px auto 60px;
        padding: 10px;
        color: #0600ff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px solid #0600ff;
    }
    .applybox_rules_inner {
        width: 100%;
        height: 300px;
        padding: 25px 28px;
        line-height: 22px;
        overflow-y: auto;
        box-sizing: border-box;
        background: #eee;
        font-size: 14px;
    }
    .applybox_rules_inner p + p {
        margin-top: 12px;
    }
    .applybox_rules_inner a {
        font-weight: bold;
        text-decoration: underline;
    }

    .annotation,
    .list {
        list-style: none;
        padding-left: 1em;
    }
    .list li {
        text-indent: -1em;
    }
    .annotation li {
        font-size: 12px;
        text-indent: -1em;
    }
}

@media screen and (max-width: 760px) {
    body {
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
    #outer {
        background-size: 150%;
    }
    #container {
        width: 100%;
        margin: 0 auto;
        padding: 50px 15px 40px;
    }
    #main {
        text-align: center;
    }
    #logo img {
        width: 70%;
        margin: 0 auto;
    }
    #main h1 {
        margin: 30px auto 0;
        padding: 0;
        font-size: 26px;
        font-weight: bold;
        color: #0600ff;
        line-height: 30px;
    }
    #contents_area {
        margin: 20px 0;
        text-align: center;
    }
    #contents_area #mv {
        width: 100%;
        margin-bottom: 20px;
    }
    #contents_area p {
        font-size: 16px;
        line-height: 1.4;
        font-weight: bold;
    }
    #contents_area p + p {
        margin-top: 30px;
    }
    span {
        color: #0600ff;
    }
    #buy_btn a {
        color: #fff;
    }
    .btn_blue {
        background: #09f;
    }
    .btn {
        display: inline-block;
        width: 336px;
        height: 65px;
        margin: 46px auto 0;
        border: none;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 700;
        line-height: 65px;
        text-align: center;
        color: #fff;
    }
    #terms_area h2 {
        margin: 80px auto 30px;
        padding: 10px;
        color: #0600ff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px solid #0600ff;
    }
    .applybox_rules_inner {
        width: 100%;
        height: 300px;
        padding: 10px;
        line-height: 22px;
        overflow-y: auto;
        box-sizing: border-box;
        background: #eee;
        font-size: 12px;
    }
    .applybox_rules_inner p + p {
        margin-top: 12px;
    }
    .applybox_rules_inner a {
        font-weight: bold;
        text-decoration: underline;
    }

    .annotation,
    .list {
        list-style: none;
        padding-left: 1em;
    }
    .list li {
        text-indent: -1em;
    }
    .annotation li {
        font-size: 12px;
        text-indent: -1em;
    }
}
