@charset "utf-8";
/* CSS Document */

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */

#page-contact {
  background-color: #F5ECE3;
}

/* subpage-area-mainimg 
---------------------------------------------------------- */
.subpage-area-mainimg {
}
.subpage-area-mainimg h2 {
  color: #202020;
}
.subpage-area-mainimg h2 span {
}


/* area-contact
---------------------------------------------------------- */
.area-contact {
  margin: -200px 0 0;
}
.area-contact .inner {
  max-width: 740px;
}
.area-contact .txt_01 {
  text-align: center;
  margin: 0 0 80px;
}
.area-contact .inner .box-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.area-contact .inner .box-form dl {
  display: flex;
  width: 320px;
}
.area-contact .inner .box-form dl:last-of-type {
  flex-direction:column;
}
.area-contact .inner .box-form dl:last-of-type dt {
  border-bottom: none;
  padding: 30px 0 0;
}
.area-contact .inner .box-form dl:last-of-type dd {
  width: 100% !important;
}

.area-contact .inner .box-form dl dt {
  font-weight: bold;
  width: 100px;
}
.area-contact .inner .box-form dl.w_full {
  width: 100%;
}
.area-contact .inner .box-form dl.w_full dt {
  width: 180px;
}
.area-contact .inner .box-form dl.w_full dd {
  width: 560px;
}
.area-contact .inner .box-form dl.w_full dd input {
  width: 80%;
}
.area-contact .inner .box-form dl dt {
  padding: 32px 0 30px;
}
.area-contact .inner .box-form dl dd {
  width: 220px;
  padding: 25px 0;
}
.area-contact .inner .box-form dl dt,
.area-contact .inner .box-form dl dd {
  border-bottom: 1px solid #202020;
}
.area-contact .inner .box-form dl dd input,
.area-contact .inner .box-form dl dd textarea {
  background-color: transparent;
  border: none;
  padding: 5px;
  font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","メイリオ",Meiryo,Verdana,sans-serif;
}
.area-contact .inner .box-form dl dd textarea {
  width: 98% !important;
  height: 150px !important;
}
.area-contact .inner .box-form dl dd ::placeholder {
  color: #C1C0BF;
}
.area-contact .box_btn {
  width: 100%;
  margin: min(13%, 90px) 0 0;
}
.area-contact button {
  font-size: 20px;
  width: 90% !important;
  max-width: 270px !important;
  margin: 0 auto;
  transition: all 0.3s;
  cursor: pointer;
  background-color: transparent;
} 
.area-contact .btn_01 {
  font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","メイリオ",Meiryo,Verdana,sans-serif;
  padding: min(8%, 20px) 0;
  font-weight: bold;
}


/* thankspage
---------------------------------------------------------- */
.thankspage .txt_01 {
  font-weight: bold;
  font-size: 22px;
}
.thankspage .txt_02 {
  margin: 0 0 10px;
  text-align: center;
}
.thankspage .box_btn {
  width: 90%;
  max-width: 270px;
  margin: 80px auto 0;
}
