@charset "UTF-8";
/*////////////////////////
weenamkee.jp
contact.css
///////////////////////*/


/*////////////////////////
メインビジュアル
///////////////////////*/

.main_section .main_img{
  background-image: url(../images/contact/main.jpg);
}


.contact_section_01 p{
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 2rem 3rem;
  text-align: justify;
}

.contact_section_01 .main_btn a {
  background-color: #CA2C1F;
  color: #ffffff;
  border: none;
}
.contact_section_01 .box{
  padding: 1rem 0 2rem;
  margin-top: 3rem;
  border-top: #CA2C1F solid 2px;
  border-bottom: #CA2C1F solid 2px;
}
.contact_section_01 .box p{
  font-size: 1.2rem;
  margin: 2rem 2rem 1rem;
}
.contact_section_01 .box p span.bold{
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
}
.contact_section_01 .box p a{
  display: inline-block;
  margin-bottom: .5rem;
  color: #CA2C1F;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
}
.contact_section_01 .box p a span{
  border-bottom: 1px solid #F7C900;
}

.contact_section_01{
  padding: 0;
}

.contact_section_02{
  padding: 0 0 2rem;
}

.appContainer {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#form-main {
  width: 100%;
  padding-top: 0px;
}
#form-div {
  width: 90%;
  margin: 40px auto 0;
}
.appContainer .detailTxt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-weight: 500;
  margin: 2rem 0;
  width: 90%;
}
.formplate {
  margin: 1.5rem 0;
}
.contact_form{
  margin-bottom: 1rem;
}
.contact_form span{
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
input {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.formplate label {
  font-size: 1.2rem;
  margin: 10px 0;
}
.feedback-input {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 0;
  line-height: 22px;
  border: 1px solid #000000;
  border-radius: .5rem;
  padding: 13px 13px 13px 13px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
.privacy_checkbox {
    margin: 1rem 0;
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.privacy_checkbox p {
    margin-bottom: 1rem;
}
.privacy_checkbox p a {
  font-weight: bold;
  text-decoration: underline;
  color: #CA2C1F;
}
#button-blue {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  border: inherit;
  cursor: pointer;
  background-color: #000000;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 2rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}



/* mail.php */
.aC{
  text-align: center;
}
.mail_p{
  padding: 0;
}
.kakuninWrap{
  width: 90%;
  margin: 3rem auto;
}
.error_messe{
  font-size: 1.2rem;
  margin: 1.5rem 0;
}
.back,.submit{
  width: 90%;
  margin: 1rem auto;
}
#button-blue2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  border: inherit;
  cursor: pointer;
  background-color: #CA2C1F;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 2rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  margin: auto;
}
.func_table{
  width: 90%;
  margin: 3rem auto;
  text-align: left;
  font-size: 1.2rem;
}
.func_table th{
  display: inline-block;
  max-width: max-content;
  padding: 3px 5px;
  border-radius: 2px;
  margin-bottom: 1rem;
  background-color: #F7C900;
}
.func_table td{
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #7c7c7c;
}
.appContainer .detailTxt2{
  margin: 2rem auto;
}