@charset "utf-8";


.catalog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;

}

.catalog_list a {
    display: block;
    width: 48%;
    border: 1px solid #5093DB;
    margin-bottom: 4%;
    text-decoration: none;
}

.catalog_list a .en {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    background: #5093DB;
    padding: 0 30px;
}

.catalog_list a .ja {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.catalog_list a .ja .image img {
    min-width: 90px;
    width: 90px;
}

.catalog_list a .ja .text {
    width: 100%;
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    color: #313133;
    padding-right: 34px;
    background: url(../../images/arrow_blue.svg) center right/24px no-repeat;
}

main>.content .head {
    padding-bottom: 30px;
    border-bottom: 1px solid #5093DB;
    margin-bottom: 30px;
}

main>.content .head .en {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 0 40px;
    background: #5093DB;
}

main>.content .head .ja {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

main>.content .head .ja .image img {
    min-width: 90px;
    width: 90px;
}

main>.content .head .ja .text {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #003B90;
}

main>.content .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
}


main>.content .h {
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    color: #000000;
    margin-bottom: 24px;
}

main>.content table {
    margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
}

main>.content table th {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background: #F5F5F5;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 34px 20px;
    width: 22.5%;
    text-align: left;
    position: relative;
}

main>.content table th.required::after {
    display: block;
    content: '必須';
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 2px 8px;

    background-color: #E62318;
    color: #fff;
    margin-right: 4px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

main>.content table td {
    padding: 20px 20px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    width: 77.5%;
}

main>.content table td span {
    font-weight: 700;
}

main>.content .policy {
    margin-top: 24px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
    background: #F0F6FF;
    padding: 36px 48px;
}

main>.content .button {
    display: flex;
    justify-content: center;
    gap: 36px;
}

main>.content .button button,
main>.content .button a {
    width: 400px;
    height: 72px;
    font-weight: 500;
    font-size: 16px;
    line-height: 72px;
    color: #ffffff;
    background: #4073EB;
    display: block;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

main>.content .button button.back,
main>.content .button a.back {
    background: #E8ECF3;
    color: #003B90;

}


main>.content .download_h {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #313133;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 32px;
}

main>.content .download_h::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E8ECF3;
    z-index: 1;
}

main>.content .download_h::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #4073EB;
    z-index: 2;
}


main>.content .download_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 3.5%;
    margin-bottom: 80px;
}

main>.content .download_list article {
    width: 31%;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

main>.content .download_list article .image {
    margin-bottom: 20px;
}

main>.content .download_list article .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #003B90;
    min-height: 3em;
    margin-bottom: 20px;
}

main>.content .download_list article .title_min {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #003B90;
    margin-bottom: 8px;
}

main>.content .download_list article .version {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #313133;
    margin-bottom: 23px;
}

main>.content .download_list article .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background: #4073EB;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

main>.content .download_list article .button a img {
    display: inline-block;
    margin-left: 10px;
}


main>.content .download_h2 {
    padding: 12px 20px;
    background: #003B90;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

main>.content .download_h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #313133;
    padding-left: 17px;
    position: relative;
    margin-bottom: 24px;
}

main>.content .download_h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 50%;
    background: #4073EB;
    z-index: 1;
}

main>.content .download_h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 50%;
    background: #003B90;
    z-index: 1;
}

main>.content .contact {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

main>.content .contact>div {
    width: 50%;
    padding: 24px 40px;
    background: #F8F9FC;
}

main>.content .contact div .category {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #003B90;
    margin-bottom: 12px;
}

main>.content .contact div .unit {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #313133;
    margin-bottom: 12px;
}

main>.content .contact div .tel {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #313133;
}


main>.content .privacy-check{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
    margin-bottom: 40px;
}
main>.content .privacy-check label{
    cursor: pointer;
}
.wpcf7-spinner{
    display: none;
}


/* SP */
@media screen and (max-width: 900px) {


    .catalog_list {
        flex-direction: column;
        gap: 0;
    }

    .catalog_list a {
        width: 100%;
        margin-bottom: 20px;
    }

    .catalog_list a .en {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px;
    }

    .catalog_list a .ja {
        padding: 10px;
        gap: 20px;
    }

    .catalog_list a .ja .image img {
        min-width: 60px;
        width: 60px;
    }

    .catalog_list a .ja .text {
        font-size: 18px;
        padding-right: 34px;
        background: url(../../images/arrow_blue.svg) center right/24px no-repeat;
    }

    main>.content .head {
        padding-bottom: 30px;
        border-bottom: 1px solid #5093DB;
        margin-bottom: 30px;
    }

    main>.content .head .en {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px;
        width: 100%;
    }

    main>.content .head .ja {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    main>.content .head .ja .image img {
        min-width: 60px;
        width: 60px;
    }

    main>.content .head .ja .text {
        font-size: 16px;
        line-height: 1.5;
    }

    main>.content .text {
        font-size: 14px;
    }


    main>.content .h {
        font-size: 16px;
        line-height: 1.5;
    }

    main>.content table th {
        font-size: 14px;
        padding: 10px;
        width: auto;
        white-space: nowrap;
    }

    main>.content table th.required::after {
        font-size: 12px;
        text-align: center;
        margin-right: 0;
        position: static;
        transform: none;
        margin-top: 5px;
    }

    main>.content table td {
        padding: 10px;
        font-size: 12px;
        width: auto;
    }

    main>.content .policy {
        font-size: 12px;
        padding: 10px;
    }

    main>.content .button {
        display: flex;
        justify-content: center;
        gap: 36px;
    }

    main>.content .button button,
    main>.content .button a {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }


    main>.content .download_h {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    main>.content .download_list {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 80px;
    }

    main>.content .download_list article {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    main>.content .download_list article .image {
        margin-bottom: 20px;
        width: 40%;
        float: left;
    }

    main>.content .download_list article .title {
        font-size: 14px;
        line-height: 1.5;
        min-height: 3em;
        margin-bottom: 10px;
    }

    main>.content .download_list article .title_min {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    main>.content .download_list article .version {
        font-size: 12px;
        margin-bottom: 10px;
    }

    main>.content .download_list article .button a {
        height: 35px;
        line-height: 35px;
    }

    main>.content .download_list article .button a img {
        width: 14px;
    }


    main>.content .download_h2 {
        padding: 10px;
        font-size: 16px;
    }

    main>.content .download_h3 {
        font-size: 16px;
        line-height: 2;
    }

    main>.content .contact {
        display: block;
    }

    main>.content .contact>div {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    main>.content .contact div .category {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    main>.content .contact div .unit {
        font-size: 14px;
        margin-bottom: 10px;
    }

    main>.content .contact div .tel {
        font-size: 14px;
    }
    
    main>.content .privacy-check{
        font-size: 14px;
    }
    main>.content .privacy-check label input{
        width: fit-content;
    }


}