/* Downloads */
/*--------メイン--------*/
#dlForm {
    width: 600px;
    max-width: 100%;
    border-radius: 8px;
    background: #fafafa;
    border: #959595 1px solid;
    padding: 30px 20px 0;
    position: relative;
    margin: 0 auto;
}

#dlForm .form-field {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#dlForm .form-field p {
    width: 150px;
    margin: 0;
}

#dlForm .form-control p {
    width: 400px;
    line-height: 1.8;
}

#dlForm .form-field .form-control {
    width: 400px
}

#dlForm .form-field p:first-child {
    line-height: 2em;
}

#dlForm .form-field .wpcf7-list-item {
    width: 100%;
}
#dlForm .form-field .form-control .sideby {
    margin-left: 30px;
}
#dlForm .form-field .form-control .sideby input {
    width: 320px;
}

#dlForm .form-field select {
    border-radius: 3px;
    border: #959595 1px solid;
    padding: 10px;
}

#dlForm .form-control-button {
    margin: 20px 0 0;
}

#dlForm .form-control-button p {
    width: 100%;
}

#dlForm .form-control-button input[type=submit] {
    border-radius: 4px;
    background-color: #cd353f;
    border-color: #fff;
    cursor: pointer;
    font-size: 16px;
}

#dlForm .form-control-button input[type=submit]:hover, #page-downloads #dlForm .form-control-button input[type=submit]:focus {
    opacity: .9;
    color: #fff;
    border-color: #fff;
    box-shadow: none
}

#dlForm .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    z-index: 10;
    transition: .4s
}

#dlForm.active .overlay {
    display: block
}

.table-download {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2
}

.table-download th {
    background-color: #fafafa
}

.table-download td {
    text-align: center
}

.table-download td span {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    display: block
}

.table-download a {
    border-radius: 4px;
    box-shadow: 0 1px 2px #959595;
    background-color: #fffcee;
    padding: 0 4px;
    display: inline-block
}

.table-wrapper {
    margin-bottom: 100px;
}

.back_btn a {
    display: block;
    color: #fff;
    padding: 8px 15px;
    border-radius: 9999px;
    background: #7F8080;
    border: 1px solid #7F8080;
    width: 280px;
    margin: 20px 0 100px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #cd353f;
    margin: 0 0 20px;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    color: #cd353f;
    margin: 0 0 20px;
    padding: 0;
}

.info-txt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

/*TB*/
@media all and (max-width: 1199px) {}

/*SP*/
@media all and (max-width: 430px) {
    #dlForm .form-field {
        margin: 0
    }

    #dlForm .form-field .form-label {
        width: 100%;
        margin: .5em 0 .25em
    }

    #dlForm .form-field .form-label label {
        margin: 0;
    }

    #dlForm .form-field .form-control {
        width: 100%;
        margin: 0 0 10px;
    }

    #dlForm .form-field p {
        width: 100%;
        margin: 5px 0;
    }

    #dlForm .form-control p {
    width: 100%;
}

    #dlForm .form-field .form-control input {
        font-size: 16px;
    }
    #dlForm .form-field .form-control input[type=text],
    #dlForm .form-field .form-control input[type=tel],
    #dlForm .form-field .form-control input[type=email] {
        width: 100%;
    }

    #dlForm .form-field .form-control .input-l {
        width: 100%
    }

    #dlForm .form-field .form-control .sideby input {
        width: 100%;
}

    .back_btn a {
        width: 100%;
    }

    .info-txt {
        text-align: left;
    }
}