.content-title {
    background-color: #505050;
    background: linear-gradient(150deg, #666666 0%, #505050 30%, #474747 90%);
    color: #ffffff;
}
.content-title h1 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 56px 40px;
    font-size: 28px;
    text-align: center;
    text-shadow: 0 3px 6px #000000;
}

.content table {
    width: 95%;
    margin: 1em auto;
    border-collapse: collapse;
}
.content table th {
    padding: 0.375em 0.625em;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.content table td {
    padding: 0.375em 0.625em;
    background-color: #fff;
    border: 1px solid #ccc;
}



.download-items {
    font-size: 0;
}
.download-items .download-item {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    font-size: 14px;
}
.download-items .download-item:first-child {
    margin-right: 5%;
}
.download-items .download-item h3 {
    margin-top: 0;
}
.download-items .download-item table tr th {
    width: 35%;
}
.download-items .download-item .btn {
    width: 80%;
    max-width: 320px;
    padding-right: 0;
    padding-left: 0;
}

.download-consent {
    margin: 0 2.5%;
}

.version-check-info {
    margin-bottom: 60px;
}



.env-table th {
    width: 20%;
}



table.form-table {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.form-table tr th {
    width: 30%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-width: 1px 0 0;
    background-color: transparent;
    text-align: left;
}
.form-table tr td {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-width: 1px 0 0;
}
.form-table .group-header {
    width: auto;
    font-size: 16px;
    text-align: center;
    background-color: #eaeaea;
}
.form-table input[type="text"],
.form-table textarea {
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #e2e2e2 inset;
}
.form-table input[type="text"]:focus,
.form-table textarea:focus {
    border-color: #09f;
    box-shadow: 0 0 3px #9cf;
}
.form-table .input-cell {
    width: 35.8334%;
}
.form-table .input-cell input[type="text"] {
    width: 90%;
    width: calc(100% - 1.25em);
}
.form-table textarea {
    max-width: 97.5%;
    min-width: 97.5%;
    resize: vertical;
}

.form-table .label-required {
    display: inline-block;
    padding: 0.125em 0.75em;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
}



.form-btn-area {
    margin-top: 20px;
    text-align: center;
}
.form-btn-area .btn {
    width: 90%;
    max-width: 400px;
    padding-right: 0;
    padding-left: 0;
}



table.support-holiday-calendar {
    width: auto;
    font-size: 16px;
}
table.support-holiday-calendar th {
    padding-left: 20px;
    text-align: left;
}
table.support-holiday-calendar th span {
    margin-left: 10px;
    font-size: 175%;
}
table.support-holiday-calendar td {
    width: 3em;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
table.support-holiday-calendar td.hol {
    background-color:#ffd2d2;
    color: #cc0000;
}



@media screen and (max-width: 767px) {
    .content-title h1 {
        padding: 15px 30px 20px;
        font-size: 20px;
    }
    .content-title h1::before {
        content: '';
        padding-top: 13.863%;
        margin-bottom: .5em;
        display: block;
        background-image: url(/SILKYPIX/japanese/p/assets-v8/commons/images/logo-se-index-sp.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .download-items .download-item {
        display: block;
        width: auto;
    }
    .download-items .download-item:first-child {
        margin-right: 0;
    }
    .download-items .download-item h3 {
        margin-top: 1em;
    }

    .env-table tr th,
    .env-table tr td {
        display: block;
        width: auto;
    }
    .env-table tr th,
    .env-table tr td {
        border-top-width: 0;
    }
    .env-table tr:first-child th {
        border-top-width: 1px;
    }

    .form-table tr th,
    .form-table tr td {
        display: block;
        width: auto;
    }
    .form-table tr td {
        border-top-width: 0;
    }
    .form-table .input-cell {
        width: auto;
    }

    table.support-holiday-calendar {
        font-size: 14px;
    }
    table.support-holiday-calendar td {
        font-size: 11px;
    }
}
