@charset "utf-8";

/*    ------------------------------------------------
headerArea
------------------------------------------------    */
.headerArea {
    height: 80px;
    background: #ffffff;
}

@media (max-width:750px) {
    .headerArea {
        height: 48px;
    }
}

/*    ------------------------------------------------
.pageTitle
------------------------------------------------    */
.pageHdArea {
    height: 240px;
    background: #2e7ca9;
}
.pageHdArea .secInner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    padding: 0;
    background: url(../image/download/download_title_bg.png) no-repeat center center;
    background-size: cover;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

@media (max-width:750px) {
    .pageHdArea {
        height: 120px;
    }

    .pageHdArea .secInner {
        background-size: cover;
        font-size: 18px;
    }
}

/*    ------------------------------------------------
.formArea
------------------------------------------------    */
.formArea .wpHdSub {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.formArea .wpHd {
    margin-top: 8px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.formBox {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.form-description {
    width: 400px;
}

.aboutDocument {
    margin: 0 auto 32px;
    width: auto;
}

.documentInfo {
    width: 336px;
    padding: 24px;
    background: #e9f1f5;
}

.documentImageThumbs {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}

.aboutDocumentTxt {
    margin-top: 24px;
    font-size: 16px;
}

.aboutDocumentList {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 24px;
    background: #dfe7ee;
}

.documentInfo .aboutDocumentList:first-child {
    margin-top: 0;
}

.aboutDocumentListHd {
    font-size: 16px;
    font-weight: bold;
    color: #369ddc;
}

.aboutDocumentListTxt {
    margin-top: 8px;
    font-size: 14px;
}

.aboutDocumentListBoxWrap {
    display: flex;
}

.aboutDocumentListBox {
    width: 50%;
    padding: 0;
    list-style: none;
}

.aboutDocumentListBlock {
    padding-left: 1em;
}

.aboutDocumentListBlock::before {
    content: "・";
    margin-left: -1em;
}

.formExplanatory {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.formExplanatoryCircle {
    position: relative;
    margin-right: 16px;
    width: 80px;
    background: #369ddc;
    border-radius: 50%;
}

.formExplanatoryCircle::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.formExplanatoryCircle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
}

.formExplanatoryTxt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.formTable {
    width: 560px;
}


@media (max-width:750px) {
    .formArea .wpHdSub {
        font-size: 13px;
    }

    .formArea .wpHd {
        margin-top: 16px;
        font-size: 24px;
        line-height: 1.2;
    }

    .formBox {
        display: block;
        margin-top: 24px;
        width: auto;
    }

    .form-description {
        width: auto;
    }

    .aboutDocument {
        display: block;
        margin-top: 0;
        width: auto;
    }

    .documentInfo {
        margin-top: 32px;
        width: auto;
    }

    .documentImage {
        width: 100%;
    }

    .aboutDocumentList {
        padding: 24px 16px;
    }

    .aboutDocumentListBoxWrap {
        display: flex;
        justify-content: space-between;
    }

    .aboutDocumentListBox {
        width: 48%;
    }

    .aboutDocumentListBox:first-child {
        margin-bottom: 0;
    }

    #f_item_select2_label {
        margin-left: 8px;
        font-size: 14px;
    }

    .formExplanatoryCircle {
        width: 70px;
    }

    .formExplanatoryCircle span {
        font-size: 16px;
    }

    .formExplanatoryTxt {
        font-size: 15px;
    }
}

/*    ------------------------------------------------
.thanksArea
------------------------------------------------    */
.thanksMessage {
    text-align: center;
}
.thanksSupportBox {
    margin: 40px auto;
    width: 400px;
    padding: 40px;
    background: #e2eaed;
    text-align: center;
}

@media (max-width:750px) {
    .thanksSupportBox {
        margin: 24px auto;
        width: 100%;
    }
}

/*    ------------------------------------------------
companyArea
------------------------------------------------    */
.companyArea {
    background: #ffffff;
}

.companyTable {
    margin-top: 80px;
    width: 100%;
    border: 1px solid #cccccc;
}

.companyTable th, .companyTable td {
    border-top: 1px solid #cccccc;
}

.companyTable tr:first-of-type th, .companyTable tr:first-of-type td {
    border: none;
}

.companyTable th {
    width: 230px;
    padding: 32px;
    background: #369ddc;
    color: #ffffff;
}

.companyTable td {
    padding: 32px 32px 32px 40px;
    background: #ffffff;
}

.companyTxt {
    margin-top: 32px;
    font-size: 14px;
}

@media (max-width:750px) {
    .companyTable {
        margin-top: 24px;
    }

    .companyTable th, .companyTable td {
        vertical-align: middle;
    }

    .companyTable th {
        width: 28%;
        padding: 16px 12px;
    }

    .companyTable td {
        padding: 16px 12px;
    }
}
