.contact-form{
    width: 100%;
    height: 150px;
    background-color: #C6E9FE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form h1{
    font-size: 40px;
    font-weight: bold;
    color: #464646;
}
.contact-form-div{
    width: 100%;
    height: 45px;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
}
.contact-form-div div{
    width: 290px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 17%;
}
.contact-form-div div a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}
.contact-form-div div>a:nth-child(1){
    width: 49px;
    height: 100%;
    cursor: pointer;
    margin-right: 5px;
}
.contact-form-div div>a:nth-child(1) img{
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
.contact-form-div div>p:nth-child(2){
    margin-left: 15px;
    margin-right: 10px;
}
.contact-form-div div>a:nth-child(2){
    width: 150px;
    height: 100%;
    cursor: pointer;
    display: flex;
}
.contact-form-info-title{
    width: 326px;
    height: 172px;
    margin-top: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form-info-title>p{
    font-size: 32px;
    font-weight: bold;
    color: #0D0D0D;
}
.info-title-div{
    width: 118px;
    height: 27px;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}
.info-title-div img{
    width: 14px;
    height: 14px;
    margin-top: auto;
}
.info-title-div p{
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
    margin-top: 5px;
}
.info-title-button{
    width: 288px;
    height: 48px;
    background-color: #07C655;
    border-radius: 8px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.info-title-button:hover{
    scale: 1.03;
}
.info-title-button p{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.info-title-button img{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 9px;
}
.contact-form-info-content{
    padding-inline: 200px;
    width: 100%;
    height: 252px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form-info-content-text1{
    width: 480px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}
.contact-form-info-content-text2{
    font-size: 16px;
    width: 352px;
    height: 24px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.contact-form-info-content-text2 span{
    color: #0FB1FC;
    text-decoration: underline;
    cursor: pointer;
}
.contact-form-info-content-text3{
    font-size: 16px;
    width: 83px;
    height: 24px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px; 
}
.contact-form-info-content-text4{
    font-size: 16px;
    width: 266px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px; 
}
.contact-form-content{
    width: 100%;
    padding-inline: 316px;
    margin-top: 50px;
}
.contact-form-content-detail{
    padding: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.contact-form-content-detail-name{
    width: 100%;
    height: 135px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-name-1{
    display: flex;
    align-items: center;
}
.contact-form-content-detail-name-1>div:nth-child(1){
    width: 4px;
    height: 21px;
    background-color: #0582C3;
}
.contact-form-content-detail-name-1>div:nth-child(2){
    width: 30px;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    margin-right: 8px;
}
.contact-form-content-detail-name-1>div:nth-child(3){
    width: 25px;
    height: 100%;
    font-size: 12px;
    margin-right: 8px;
    color: #818181;
}
.contact-form-content-detail-name-1>div:nth-child(4){
    width: 40px;
    height: 100%;
    font-size: 12px;
    margin-right: 8px;
    color: #FC0F3A;
    border-radius: 4px;
    border: 1px solid #FC0F3A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-content-detail-name-2{
    width: 100%;
    display: flex;
}
.contact-form-content-detail-name-2 input{
    width: 90%;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    border: 1px solid #9D9D9D;
}
.contact-form-content-detail-name-3{
    width: 100%;
    height: 36px;
    font-size: 12px;
}
.contact-form-content-detail-name-4{
    width: 100%;
    height: 17px;
    font-size: 12px;
}
.contact-form-content-detail-hiraname{
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-hiraname-1>div:nth-child(3){
    width: 52px;
}
.contact-form-content-detail-birth{
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-birth-1>div:nth-child(2){
    width: 59px;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    margin-right: 8px;
}
.contact-form-content-detail-birth-1>div:nth-child(3){
    width: 40px;
    height: 100%;
    font-size: 12px;
    margin-right: 8px;
    color: #FC0F3A;
    border-radius: 4px;
    border: 1px solid #FC0F3A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-content-detail-birth-2{
    width:100% ;
    height: 36px;
    display: flex;
    gap: 8px;
}
.contact-form-content-detail-birth-2 input{
    width: 100%;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    border: 1px solid #9D9D9D;
}
.contact-form-content-detail-phone{
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-phone-1>div:nth-child(2){
    width: 103px;
}
.contact-form-content-detail-phone-1>div:nth-child(3){
    width: 51px;
}
.contact-form-content-detail-email{
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-email-1>div:nth-child(2){
    width: 103px;
}
.contact-form-content-detail-email-2 input{
    width: 100%;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    border: 1px solid #9D9D9D;
}
.contact-form-content-detail-reemail-1>div:nth-child(2){
    width: 176px;
}
.contact-form-content-detail-contact-1>div:nth-child(2){
    width: 118px;
}
.contact-form-content-detail-contact{
    width: 100%;
    height: 149px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-contact-2 textarea{
    height: 120px;
    width: 100%;
    border-radius: 4px;
}
.contact-form-content-detail-term{
    width: 100%;
    height: 181px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form-content-detail-term-1>div:nth-child(2){
    width: 291px;
}
.contact-form-content-detail-term-2{
    width: 100%;
    height: 21px;
    display: flex;
    position: relative;
}
.contact-form-content-detail-term-2 p{
    color: #0FB1FC;
    margin-left: 22px;
    cursor: pointer;
}
.contact-form-content-detail-term-2 img{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-form-content-detail-term-3{
    width: 100%;
    height: 28px;
    margin-top: 11px;
}
.contact-form-content-detail-term-4{
    width: 100%;
    height: 76px;
    padding: 26px;
    display: flex;
    align-items: center;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    cursor: pointer;
}
.contact-form-content-detail-term-4:hover{
    scale: 1.03;
}
.contact-form-content-detail-term-4 img{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.contact-form-content-detail-term-4 p{
    font-weight: bold;
}
.contact-form-content-detail-term-4.active {
    border: 2px solid #22c55e; /* vivid green like your screenshot */
    box-shadow: 0 0 0 1px #22c55e inset; /* optional for a sharper edge */
}

.contact-form-button{
    width: 288px;
    height: 64px;
    background-color: #0582C3;
    display: flex;
    border-radius: 8px;
    margin-bottom: 100px;
    padding: 20px 13px 20px 13px;
    cursor: pointer;
}
.contact-form-button:hover{
    scale: 1.03;
}
.contact-form-button img{
    width: 20px;
    height: 20px;
    margin-right: 52px;
}
.contact-form-button p{
    color: #ffffff;
}
@media(max-width:1420px){
    .contact-form-content{
        padding-inline: 250px;
    }
}
@media(max-width:1300px){
    .contact-form-content{
        padding-inline: 180px;
    }
}
@media(max-width:1024px){
    .contact-form-content{
        padding-inline: 100px;
    }
    .contact-form-info-title{
        margin-top: 60px;
    }
}
@media(max-width:768px){
    .contact-form-content{
        padding-inline: 30px;
    }
    .contact-form-info-title{
        margin-top: 50px;
    }
    .contact-form-info-content-text1{
        width: 300px;
    }
    .contact-form-info-content{
        padding-inline: 30px;
    }
    .contact-form-content{
        margin-top: 20px;
    }
    .contact-form-content-detail{
        padding: 20px;
    }
    .contact-form-content-detail-birth-1>div:nth-child(2){
        font-size: 13px;
    }
    .contact-form-content-detail-term-1>div:nth-child(2){
        width: 270px;
    }
    .contact-form{
        height: 120px;
    }
    .contact-form h1{
        font-size: 35px;
    }
    .contact-form-info-title>p{
        font-size: 28px;
    }
    .contact-form-info-content{
        margin-top: 0px;
    }
    .contact-form-button{
        margin-bottom: 70px;
    }
    .contact-form-content-detail-name-3{
        height: 60px;
    }
}
@media (max-width:550px){
    .contact-form-content-detail-name{
        height: 160px;
    }
}
@media(max-width:480px){
    .contact-form-content{
        padding-inline: 10px;
    }
    .contact-form-info-title{
        margin-top: 35px;
    }
    .contact-form-content{
        margin-top: 0px;
    }
    .contact-form-content-detail{
        padding: 10px;
    }
    .contact-form-content-detail-birth-1>div:nth-child(2){
        font-size: 12px;
    }
    .contact-form-content-detail-term-1>div:nth-child(2){
        width: 240px;
    }
    .contact-form-content-detail-birth-1>div:nth-child(3){
        font-size: 10px;
    }
    .contact-form-content-detail-term{
        height: 200px;
    }
    .contact-form-content-detail-term-3{
        height: 50px;
    }
    .contact-form{
        height: 100px;
    }
    .contact-form h1{
        font-size: 30px;
    }
    .contact-form-info-title>p{
        font-size: 22px;
    }
    .contact-form-div{
        height: 30px;
    }
    .contact-form-button{
        margin-bottom: 50px;
    }
    .contact-form-content-detail-name-3{
        height: 70px;
    }
    .contact-form-div div{
        margin-left: 3%;
    }
}
@media(max-width:370px){
    .contact-form-content-detail-name-3{
        height: 80px;
    }
    .contact-form-content-detail-name{
        height: 175px;
    }
    .contact-form-content-detail-term-2 p{
        font-size: 13px;
    }
    .contact-form-button{
        margin-top: 30px;
    }
}

.partner-logo {
   width: 100%;
   background: #D4EFF9;
}

.contact-form-content-detail-submit {
   width: 288px;
    height: 64px;
    background-color: #0582C3;
    display: flex;
    border-radius: 8px;
    margin-bottom: 100px;
    padding: 20px 13px 20px 13px;
    cursor: pointer;
}

.contact-form-button input {
    color: #ffffff;
    background: #0582C3;
    border: none;
    font-size: 16px;
}

.screen-reader-response {
    text-align: center;
    padding-inline: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: red;
}

.screen-reader-response ul{
    display: none;
}

.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
    padding:10px;
}

.wpcf7-response-output {
    display: none;
}

.contact-form-content-detail-contact-2 textarea{
    padding:10px;
}