@charset "utf-8";


.contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;

}

.contact_list a {
    display: block;
    width: 48%;
    border: 1px solid #5093DB;
    margin-bottom: 4%;
    text-decoration: none;
}

.contact_list a:last-child {
    border: 1px solid #E16767;
}

.contact_list a .en {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    background: #5093DB;
    padding: 0 20px;
    text-transform: uppercase;
}

.contact_list a:last-child .en {
    background: #E16767;
}

.contact_list a .ja {
    padding: 20px;
    padding-right: 50px;
    background: url(../../images/arrow_blue.svg) center right 23px/24px no-repeat;
}

.contact_list a .ja .title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #003B90;
    margin-bottom: 10px;
}

.contact_list a .ja .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #313133;
}

main>.content .h {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #313133;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 64px;
}

main>.content .h::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E8ECF3;
    z-index: 1;
}

main>.content .h::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #4073EB;
    z-index: 2;
}



main>.content .h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    color: #000000;
    margin-bottom: 24px;
}


main>.content .head {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

main>.content .head .en {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 0 40px;
    text-transform: uppercase;
}

main>.content .head.total {
    border-bottom: 1px solid #5093DB;
}

main>.content .head.total .en {
    background: #4073EB;
}

main>.content .head.solution {
    border-bottom: 1px solid #E16767;
}

main>.content .head.solution .en {
    background: #E16767;
}

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 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: 14px;
    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 .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) {

    .contact_list {
        display: block;
    }

    .contact_list a {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_list a .en {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px;
    }

    .contact_list a .ja {
        padding: 10px;
        padding-right: 40px;
        background: url(../../images/arrow_blue.svg) center right 13px/24px no-repeat;
    }

    .contact_list a .ja .title {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact_list a .ja .text {
        font-size: 14px;
    }

    main>.content .h {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }



    main>.content .h2 {
        font-size: 16px;
        line-height: 1.5;
    }


    main>.content .head {
        padding-bottom: 30px;
        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 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 table td span {
        font-weight: 700;
    }


    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 .button button.back,
    main>.content .button a.back {
        background: #E8ECF3;
        color: #003B90;

    }
    main>.content .privacy-check{
        font-size: 14px;
    }
    main>.content .privacy-check label input{
        width: fit-content;
    }


}