@charset "UTF-8";

#contact {
  padding: 200px 0 0px;
}
  
#contact h2 {
  font-size: 6em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#contact h3 {
  font-size: 3.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 20px 0;
}

.appContainer {
    padding: 40px 0;
    max-width: 800px;
    margin: 0 auto;
}

.detailTxt {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 40px;
    text-align: left;
}

.detailTxt.aC {
    text-align: center;
}

.ippan {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #cf3838;
}

#form-main {
    width: 100%;
    text-align: left;
    padding-top: 0px;
}

#form-div {
    background-color: transparent;
    padding: 35px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;

}

.feedback-input {
    color: #3c3632;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

.feedback-input:focus {
    background: #fff;
    border: 1px solid #cf3838;
    outline: none;
    box-shadow: 0 0 5px rgba(207, 56, 56, 0.2);
}

textarea.feedback-input {
    height: 150px;
    resize: vertical;
}

.checkbox {
    margin-bottom: 20px;
}

.formplate {
    margin-bottom: 10px;
    display: block;
}

.formplate input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.formplate label {
    font-size: 1.4rem;
    cursor: pointer;
    vertical-align: middle;
}

.privacy_checkbox {
    margin: 30px 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #f9f9f9;
}

.privacy_checkbox p {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.submit, .back {
    text-align: center;
    margin-top: 20px;
}

#button-blue, #button-blue2 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 240px;
    background: #3c3632;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    display: inline-block;
}

#button-blue:hover, #button-blue2:hover {
    background: #cf3838;
    opacity: 0.9;
}

#button-blue2 {
    background: #999;
}

.kakuninWrap {
    margin: 30px 0;
    overflow-x: auto;
}

.func_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
}

.func_table th, .func_table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.func_table th {
    width: 30%;
    background: #f5f5f5;
    font-weight: bold;
    color: #3c3632;
}

.error_messe {
    color: #cf3838;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #cf3838;
    padding: 10px;
    background: #fff0f0;
}

.aC.clearfix .btnBox {
    display: inline-block;
    margin: 0 10px;
}

@media screen and (max-width: 1000px) {
  #contact {
    padding: 90px 0 0px;
  }
}

@media only screen and (max-width: 640px) {
  
  #contact {
    padding-top: 50px;
}
  #contact h2 {
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#contact h3 {
  font-size: 2.4em;
  }
    #form-div {
        padding: 20px 15px;
    }
    
    .func_table th, .func_table td {
        display: block;
        width: 100%;
    }
    
    .func_table th {
        background: #eee;
        padding-bottom: 5px;
    }
    
    .func_table td {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    
    .btnBox {
        display: block;
        margin: 10px auto !important;
    }
    
    #button-blue, #button-blue2 {
        width: 100%;
        max-width: none;
    }
}