@charset "utf-8";
/*contact form7 設定*/
.wpcf7-spinner {
    display: none !important;
}
/*終わり*/ 


/*<section class="contact">*/
.contact {
    padding-top: 40px;
}

.form-area {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form-area dt {
    width: 35%;
    margin-bottom: 16px;
    padding: 8px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.form-slim dt {
    background-color: #03ADD4;
}

.form-litta dt {
    background-color: #77C4D4;
}

.form-area dd {
    width: 65%;
    margin-bottom: 16px;
    padding: 8px;
    background-color: #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
}

.submit-btn-area {
    text-align: center;
    margin-top: 40px;
}

.submit-button {
    font-size: 32px;
    background-color: #E7466E;
    border: none;
    color: #fff;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    padding: 4px 64px;
}

.submit-button:hover {
    cursor: pointer;
}
/*終わり*/ 


/*タブレット*/ 
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  

/*<header class="header">*/
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="contact">*/
    .contact-form {
        padding: 0 5vw;
    }

    .form-area {
        display: block;
    }
    
    .form-area dt {
        width: 100%;
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .form-area dd {
        width: 100%;
        margin-bottom: 32px;
        height: 40px;
        font-size: 14px;
        align-items: center;
    }

    .submit-button {
        font-size: 24px;
    }    
/*終わり*/ 
}