@media screen and (min-width: 769px) {
    h1.block-freepage-title {
        position: relative;
        font-size: 40px;
        line-height: 1.1;
        font-weight: normal;
        padding: 0 0 30px;
        margin: 40px auto 30px;
        color: #000;
        text-align: center;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }
    h1.block-freepage-title span.sub {
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 16px;
        text-align: center;
    }
    h1.block-freepage-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: #E60019;
    }
    .signin_comment {
        font-size: 16px;
        line-height: 2;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
    }
    ul.signin_logo {
        border: 1px solid #efefef;
        padding: 20px;
        width: 1050px;
        margin: 0 auto 10px;
        display: flex;
        justify-content: center;
    }
    ul.signin_logo li {
        width: 33%;
        text-align: center;
    }
    ul.signin_logo li#corporate > img {
        height: 38px;
        margin-top: 7px;
    }
    ul.signin_logo li > div {
        font-size: 12px;
        display: block;
        margin-top: 10px;
    }
    ul.signin_logo li#community > img {
        height: 49px;
    }
    ul.signin_logo li#community > div {
        margin-top: 7px;
    }
    ul.signin_logo li#shop > img {
        height: 45px;
        margin-top: 3px;
    }
    ul.signin_logo li#shop > div {
        margin-top: 4px;
    }
    #beginners {
        width: 1040px;
        margin: 85px auto 50px;
    }
    #beginners .box_ {
        margin-bottom: 50px;
    }
    #beginners h2.common_headline2_ {
        margin: 0 0 10px 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #330000;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
    }
    #beginners .inner_.terms_common {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }
    #beginners .inner_.terms_common .inner_text {
        width: 620px;
        font-size: 16px;
        line-height: 1.6;
        padding-left: 10px;
    }
    #beginners .inner_.beginner_ {
        display: flex;
        justify-content: space-between;
        padding-top: 5px;
    }
    #beginners .inner_.beginner_ .inner_image {
        padding-left: 22.5px;
    }
    #beginners .inner_.beginner_ .inner_text {
        width: 905px;
        font-size: 16px;
        line-height: 1.6;
    }
    #beginners p.btn_regist_ {
        text-align: center;
        margin: 20px 0;
    }
    #beginners p.btn_regist_ a {
        background: rgba(255, 255, 255, 0.5);
        color: #333;
        border: 1px solid #333;
        border-radius: 0;
        background-image: url(../../img/usr/freepage/beginners/arrow02.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        background-size: 21px;
        padding: 15px 50px;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 2px;
    }
    #beginners .box_ .inner_line_ {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px dotted #dcdcdc;
    }
    #beginners .box_ .inner_line_:last-child {
        border-bottom: unset;
    }
    #beginners .box_ .inner_line_ .inner_image {
        padding-top: 20px;
        padding-left: 22.5px;
    }
    #beginners .box_ .inner_line_ .inner_text {
        width: 905px;
    }
    #beginners .box_ .inner_line_ .inner_text .inner_text_ttl {
        font-size: 19px;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #beginners .box_ .inner_line_ .inner_text .inner_text_ttl span {
        color: #aa0000;
    }
    #beginners .box_ .inner_line_ .inner_text .inner_text_comment {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        margin-bottom: 15px;
    }
    #beginners .box_ .inner_line_ .link_detail_ a {
        text-decoration: underline;
        padding-left: 20px;
        background: url(../../img/usr/freepage/beginners/side-circle-arrow.png) no-repeat;
        background-position: left center;
    }
    #beginners .box_ .inner_line_ .link_detail_ a:hover {
        color: #aa0000;
    }
    #beginners p.pagetop_ {
        text-align: right;
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
    h1.block-freepage-title {
        position: relative;
        font-size: calc((20 / 390) * 100vw);
        line-height: 1;
        font-weight: bold;
        padding-bottom: calc((10 / 390) * 100vw);
        margin-bottom: calc((15 / 390) * 100vw);
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    h1.block-freepage-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 390) * 100vw);
        height: 2px;
        background: #E60019;
    }
    h1.block-freepage-title span.sub {
        font-size: calc((12 / 390) * 100vw);
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        margin-bottom: calc((10 / 390) * 100vw);
    }
    .signin_comment {
        font-size: calc((12 / 390) * 100vw);
        line-height: 2;
        font-weight: 400;
        margin: calc((20 / 390) * 100vw) calc((16 / 390) * 100vw);
        text-align: left;
    }
    ul.signin_logo {
        border: 1px solid #efefef;
        padding: calc((10 / 390) * 100vw) calc((5 / 390) * 100vw);
        margin: calc((10 / 390) * 100vw) calc((16 / 390) * 100vw);
        display: flex;
        justify-content: center;
    }
    ul.signin_logo li {
        width: calc(100vw / 3);
        padding: 0 calc((5 / 390) * 100vw);
        text-align: center;
    }
    ul.signin_logo li#corporate > img {
        margin-top: calc((7 / 390) * 100vw);
    }
    ul.signin_logo li#corporate > div {
        margin-top: calc((10 / 390) * 100vw);
    }
    ul.signin_logo li#community > div {
        margin-top: calc((7 / 390) * 100vw);
    }
    ul.signin_logo li#shop > img {
        margin-top: calc((3 / 390) * 100vw);
    }
    ul.signin_logo li#shop > div {
        margin-top: calc((5 / 390) * 100vw);
    }
    ul.signin_logo li > div {
        font-size: calc((10 / 390) * 100vw);
        display: block;
    }
    #beginners {
        margin: calc((40 / 390) * 100vw) calc((16 / 390) * 100vw) 0;
    }
    #beginners .box_ {
        margin-bottom: calc((30 / 390) * 100vw);
    }
    #beginners h2.common_headline2_ {
        margin: 0 0 10px 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #330000;
        font-size: calc((15 / 390) * 100vw);
        font-weight: normal;
        line-height: 1;
    }
    #beginners .inner_.terms_common {
        padding-top: calc((10 / 390) * 100vw);
        display: flex;
        flex-direction: column-reverse;
    }
    #beginners .inner_.terms_common .inner_text {
        font-size: calc((12 / 390) * 100vw);
        margin-top: calc((10 / 390) * 100vw);
        line-height: 1.6;
    }
    #beginners .inner_.beginner_ .inner_image {
        text-align: center;
    }
    #beginners .inner_.beginner_ .inner_image img {
        width: calc((45 / 390) * 100vw);
    }
    #beginners .inner_.beginner_ .inner_text {
        margin-top: calc((10 / 390) * 100vw);
        font-size: calc((12 / 390) * 100vw);
        line-height: 1.6;
    }
    #beginners p.btn_regist_ {
        width: 50%;
        text-align: center;
        margin: calc((20 / 390) * 100vw) auto;
    }
    #beginners p.btn_regist_ a {
        display: inline-block;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        color: #333;
        border: 1px solid #333;
        border-radius: 0;
        background-image: url(../../img/usr/freepage/beginners/arrow02.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        background-size: calc((10 / 390) * 100vw);
        padding: calc((10 / 390) * 100vw) 0;
        font-size: calc((12 / 390) * 100vw);
        font-weight: normal;
        letter-spacing: 2px;
    }
    #beginners .box_ .inner_line_ {
        padding: calc((20 / 390) * 100vw) 0;
        border-bottom: 1px dotted #dcdcdc;
    }
    #beginners .box_ .inner_line_:last-child {
        border-bottom: unset;
    }
    #beginners .box_ .inner_line_ .inner_image {
        text-align: center;
        width: calc((45 / 390) * 100vw);
        margin: 0 auto;
    }
    #beginners .box_ .inner_line_ .inner_text {
        margin-top: calc((10 / 390) * 100vw);
    }
    #beginners .box_ .inner_line_ .inner_text .inner_text_ttl {
        font-size: calc((14 / 390) * 100vw);
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #beginners .box_ .inner_line_ .inner_text .inner_text_ttl span {
        color: #aa0000;
    }
    #beginners .box_ .inner_line_ .inner_text .inner_text_comment {
        font-size: calc((12 / 390) * 100vw);
        line-height: 1.5;
        font-weight: 300;
        margin-bottom: calc((10 / 390) * 100vw);
    }
    #beginners .box_ .inner_line_ .link_detail_ a {
        text-decoration: underline;
        padding-left: calc((20 / 390) * 100vw);
        background: url(../../img/usr/freepage/beginners/side-circle-arrow.png) no-repeat;
        background-position: left center;
        font-size: calc((12 / 390) * 100vw);
    }
    #beginners .box_ .inner_line_ .link_detail_ a:hover {
        color: #aa0000;
    }
    #beginners p.pagetop_ {
        text-align: right;
        margin-top: 40px;
    }
}