@charset "UTF-8";

/*
  contact/index.php
  contact/mail.php
  contact/thanks.php
*/

#contact {
    padding-top: 150px; /* headerの高さを考慮 */
    padding-bottom: 0;
}

#contents {
    padding-top: 0;
}

.appContainer {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden; /* Clear float */
}

.detailTxt {
    margin-bottom: 2em;
    font-size: 1.8em;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.detailTxt .ippan {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
}

/* Form Styles */
#form-main {
    width: 100%;
    float: left;
    padding-top: 0px;
}

#form-div {
    padding: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.feedback-input {
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    border-radius: 0;
    line-height: 1.5em;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
}

.feedback-input:focus {
    background: #fff;
    box-shadow: 0;
    border: 3px solid #3498db;
    color: #3498db;
    outline: none;
    padding: 13px 13px 13px 54px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

/* Checkbox */
.checkbox {
    margin-bottom: 20px;
    overflow: hidden;
}

.checkbox .formplate {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.checkbox .formplate label {
    font-size: 16px; /* 文字を大きくする */
    vertical-align: middle;
    margin-left: 5px;
}

/* Privacy Policy */
.privacy_checkbox {
    margin: 20px 0;
    font-size: 14px;
}

.privacy_checkbox p {
    margin-bottom: 10px;
}

.privacy_checkbox a {
    color: #cf3838;
    text-decoration: underline;
}

.privacy_checkbox a:hover {
    text-decoration: none;
}

/* thanks.php */
.thanks-title {
    font-size: 2.4em; 
    margin-bottom: 1.5em;
}


.func_table {
    width: 100%;
    margin: 0 auto 2em;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

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

.func_table th {
    width: 30%;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    vertical-align: middle;
}


.submit-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.submit-group .back,
.submit-group .submit {
    width: 45%;
    max-width: 250px;
}

@media screen and (max-width: 640px) {
    .submit-group .back,
    .submit-group .submit {
        width: 100%;
    }
}

@charset "UTF-8";

#contact{
	padding: 200px 0 0px;
	text-align:center;
	margin-bottom:90px;
}
#contact h2{
	margin-bottom:30px;
}
h2{
	/*font-size:6em;
	font-weight: 900;
	letter-spacing:0.1em;
	color:#006E60;
	padding:20px 0 10px;
	text-align:center;
	line-height: 1.0em;*/
}
.copy {
  font-size: 1.8rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-align: center;
	margin-bottom:80px;
}


.btn{
  margin: 10px;
  padding: 15px 20px;
  font-size: 1.3em;
  border: 5px #aec53e solid;
  font-weight: bold;
  letter-spacing: 0.2em;
  display:inline-block ;
}
.btn:hover{
	cursor:pointer;
    border: 5px #eec930 solid;
    color: #eec930;
}





.section-subtitle-large {
  line-height: 1.5;
  font-size: 1.2em;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

.contact-section {
  padding: 0px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
