@media screen and (max-width:768px) {
    #regular {
        margin: calc((20 / 390) * 100vw) auto calc((40 / 390) * 100vw);
    }
    #regular h1.common_headline1_ {
        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;
    }
    #regular h1.common_headline1_::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((50 / 390) * 100vw);
        height: 2px;
        background: #E60019;
    }
    #regular .box_ {
        margin: 0 calc((16 / 390) * 100vw);
    }
    #regular h2.common_headline2_ {
        position: relative;
        font-size: calc((16 / 390) * 100vw);
        line-height: 1.5;
        font-weight: normal;
        padding: calc((10 / 390) * 100vw) 0 calc((10 / 390) * 100vw) calc((20 / 390) * 100vw);
        margin: calc((20 / 390) * 100vw) 0 calc((10 / 390) * 100vw);
    }
    #regular h2.common_headline2_::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: calc((5 / 390) * 100vw);
        height: 2em;
        -moz-border-radius: calc((5 / 390) * 100vw);
        -webkit-border-radius: calc((5 / 390) * 100vw);
        border-radius: calc((5 / 390) * 100vw);
        background: #E60019;
    }
    #regular .box_ p {
        font-size: calc((12 / 390) * 100vw);
    }
    #regular .small_ {
        color: #993300;
    }
    #regular h3 {
        margin: calc((5 / 390) * 100vw) 0;
    }
    #regular .comment_ {
        margin: calc((10 / 390) * 100vw) 0;
    }
    #regular li {
        margin-bottom: calc((5 / 390) * 100vw);
    }
    #regular li:nth-child(2) {
        padding-left: calc((40 / 390) * 100vw);
    }
    #regular li:nth-child(3) {
        padding-left: calc((80 / 390) * 100vw);
    }
    #regular li:nth-child(4) {
        padding-left: calc((120 / 390) * 100vw);
    }
    #regular .btn_regist_ {
        margin: 0 calc((16 / 390) * 100vw);
    }
    #regular .btn_regist_ a {
        border: unset;
        background: unset;
        text-decoration: underline;
        color: #000;
        padding: 0;
    }
}

@media screen and (min-width:769px) {
    #regular {
        width: 980px;
        margin: 0 auto 80px;
    }
    #regular h1.common_headline1_ {
        position: relative;
        font-size: 40px;
        line-height: 1.5;
        font-weight: 500;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    #regular h1.common_headline1_::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        background: #E60019;
    }
    #regular .box_ {
        margin-bottom: 50px;
        width: 100%;
        overflow: hidden;
    }
    #regular 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;
    }
    div.freepage_ .box_ .inner_ {
        overflow: hidden;
        padding: 0 10px;
    }
    #regular .inner_ h3 {
        border: unset;
        padding: 0;
        margin: 10px 0;
    }
    #regular ul {
        overflow: hidden;
        margin: 10px 0 20px 0;
    }
    #regular li {
        float: left;
    }
    #regular .btn-primary.btn-outline {
        background: rgba(255,255,255,0.5);
        color: #333;
        border: 1px solid #333;
        border-radius: 0;
        background-image: url(../../../img/usr/freepage/regular/arrow02.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        padding: 15px 50px;
        font-size: 20px;
        font-weight: normal;
        text-decoration: unset;
    }
    #regular .btn-primary.btn-outline:hover {
        border: 1px solid #f8522c!important;
        color: #f8522c;
    }
    #regular .btn-primary.btn-outline:hover {
        background-image: url(../../../img/usr/freepage/regular/arrow01.png) !important;
        background-repeat: no-repeat !important;
        background-position: 97% center !important;
        border: 1px solid #f8522c;
        color: #f8522c !important;
    }
    #regular .btn_regist_ {
        text-align: center;
        margin: 40px auto;
    }
    #regular .btn_regist_ a {
        border: unset;
        background: unset;
        text-decoration: underline;
        color: #000;
        padding: 0;
    }
}