#main .mw_wp_form_g-standard input[type="submit"],
.mw_wp_form_g-standard input[type="button"],
#main .mw_wp_form_g-standard button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: #304a28 !important; */
    background: #ed4e18;
    background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
    background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
    background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
    border: none;
    color: #FFF;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    line-height: inherit;
    width: 90%;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 8px;
    max-width: 320px;
    padding: 13px 10px;
}

#main .mw_wp_form_g-standard input[type="submit"]:hover,
.mw_wp_form_g-standard input[type="button"]:hover,
#main .mw_wp_form_g-standard button:hover {
    opacity: 0.7;
}

@media print,
screen and (min-width: 671px) {
    #main.download-form {
        position: relative;
    }

    #main.download-form::before {
        content: '';
        position: absolute;
        top: 50px;
        width: 100vw;
        left: 50%;
        background: #f5efe4;
        height: 100%;
        z-index: -1;
        transform: translate(-50%, 0);
    }

    .keni-section_wrap.article_wrap {
        background: none;
    }

    .top-block {
        margin-bottom: 40px;
    }

    .top-block .top-title {
        font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        /* color: #a51b09; */
        color: #ed4e18;
        font-weight: bold;
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
        text-align: center;
    }

    .top-block .text01 {
        text-align: center;
    }

    .top-block .detail-wrap {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
    }

    .top-block .detail-text {
        /* flex: 1; */
        margin-left: 3%;
    }

    .top-block .detail-title {
        color: #304a28;
        line-height: 1.3;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .top-block .detail-list {
        line-height: 1.4;
    }

    .top-block .detail-img {
        position: relative;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 444px;
        max-height: 300px;
        width: 100%;
        height: 63vw;
    }

    .top-block .detail-img::before {
        content: "";
        position: absolute;
        width: 60%;
        height: 0;
        border-radius: 50%;
        background: #304a28;
        z-index: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 60%;
    }

    .top-block .detail-img li {
        width: 64.8%;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .top-block .detail-img li:first-child {
        top: 40%;
        z-index: 30;
    }

    .top-block .detail-img li:nth-of-type(2) {
        top: 20%;
        z-index: 20;
        left: 12.8%;
    }

    .top-block .detail-img li:nth-of-type(3) {
        z-index: 10;
        transform: translate(0%, 0);
        left: 25.6%;
    }

    .top-block .detail-img li img {
        border: 1px solid #CCC;
    }
}

@media screen and (max-width: 670px) {
    #main {
        position: relative;
    }

    #main::before {
        content: '';
        position: absolute;
        top: 50px;
        width: 100vw;
        left: 50%;
        background: #f5efe4;
        height: 100%;
        z-index: -1;
        transform: translate(-50%, 0);
    }

    .keni-section_wrap.article_wrap {
        background: none;
    }

    .top-block {
        margin-bottom: 40px;
    }

    .top-block .top-title {
        font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #a51b09;
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 15px;
        line-height: 1.3;
        text-align: center;
    }

    .top-block .text01 {
        text-align: center;
    }

    .top-block .detail-wrap {}

    .top-block .detail-text {
        margin-bottom: 20px;
    }

    .top-block .detail-title {
        color: #304a28;
        line-height: 1.3;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .top-block .detail-list {
        line-height: 1.4;
    }

    .top-block .detail-img {
        position: relative;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 444px;
        max-height: 300px;
        width: 100%;
        height: 63vw;
    }

    .top-block .detail-img::before {
        content: "";
        position: absolute;
        width: 60%;
        height: 0;
        border-radius: 50%;
        background: #304a28;
        z-index: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 60%;
    }

    .top-block .detail-img li {
        width: 64.8%;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .top-block .detail-img li:first-child {
        top: 40%;
        z-index: 30;
    }

    .top-block .detail-img li:nth-of-type(2) {
        top: 20%;
        z-index: 20;
        left: 12.8%;
    }

    .top-block .detail-img li:nth-of-type(3) {
        z-index: 10;
        transform: translate(0%, 0);
        left: 25.6%;
    }

    .top-block .detail-img li img {
        border: 1px solid #CCC;
    }
}

#main #mw_wp_form_mw-wp-form-3076 {
    margin-top: -100px;
    padding-top: 100px;
}

#main #mw_wp_form_mw-wp-form-3076 .action-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main #mw_wp_form_mw-wp-form-3076 .action-buttons input {
    margin: 20px auto 0;
    border-radius: 100px;
}

#main #mw_wp_form_mw-wp-form-3076 .action-buttons input[name="submitBack"] {
    order: 2;
    background: none;
    color: #999;
    font-size: 15px;
    font-weight: normal;
    padding: 0 3px 1px;
    border-bottom: 1px solid #999;
    width: auto;
    border-radius: 0;
}