@charset "utf-8";
/* CSS Document */
/* 2021.0608-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(fontawesome-style.css);

/* 共通class */
.pc-style {
  display: inline-block;
}
.sp-style {
  display: none;
}
.error-text {
  width: 100%;
  display: block;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #e80505;
  padding: 0.3rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.space-top {
  margin: 20px 0 0;
}

.contentsArea {
  max-width: 1100px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 1100px) {
.contentsArea {
  max-width: 90%;
  width: 100%;
  margin: 60px 5%;
}
}
.headerBlock2 {
  display: inline-block;
}
.contact-message_title.pp {
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  padding: 0 20px 10px;
}
.contact-message_title.pp span {
  font-size: 1rem;
}
.h2-Heading {
  color: #5c5c5c;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  border-bottom: dotted 1px #6e6e6e;
  margin: 0 0 1rem;
}
.policy-text {
  color: #5c5c5c;
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.03rem;
  text-align: justify;
  margin: 0 0 1.5rem;
}
.policy-text a {
  color: #3f51b5;
}
.policy-text.endtext {
  text-align: right;
}

@media screen and (max-width: 480px) {
/* 共通class */
.pc-style {
  display: none;
}
.sp-style {
  display: inline-block;
}
.error-text {
  display: block;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: #e80505;
  padding: 0.3rem 0;
}
}

/* ヘッダー部分 */
#headerArea {
  width: 100%;
  background: #f2e3dc;
  padding: 40px 20px 20px;
  text-align: center;
}
.headerBlock {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0;
}
.contact-message_title {
  color: #404250;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: center;
  border-bottom: solid 1px #795548;
  margin: 0 0 20px;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-message {
  font-size: 1.0rem;
  line-height: 1.8rem;
  text-align: center;
}
.message-notice {
  display: block;
  font-weight: bold;
  margin: 10px 0 0;
}
.essential {
  background: #ff5722;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 8px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.text.notosan {
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: center;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: dashed 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.text.notosan a {
  color: #2196f3;
  font-weight: bold;
}
.text.notosan a:hover {
  color: #e91e63;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
/* ヘッダー部分 */
.contact-message_title {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.contact-message {
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: justify;
}
.message-notice {
  display: block;
  text-align: center;
}
.essential {
  font-size: 1.0rem;
  line-height: 1.0rem;
}
.text.notosan {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.footer-text {
  font-size: 0.85rem;
  line-height: 1.4rem;
}
}
/* // ヘッダー部分 */

/* フッター部分 */
#footerArea {
  width: 100%;
  background: #f2e3dc;
  text-align: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-text {
  font-size: 0.8rem;
  line-height: 1.6rem;
  letter-spacing: 0.03rem;
}
/* // フッター部分 */

.Form {
  margin: 40px auto 40px;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
.Form {
  margin: 20px auto 20px;
}
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Form-Item-Label span.message-notice {
  font-size: 0.85rem;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: 95%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    margin: 0 2.5%;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff5722;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Input-age {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin:0 20px 0 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 70px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Input-radio {
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 30px;
  flex: 1;
  width: 100%;
  max-width: 70px;
}
@media screen and (max-width: 480px) {
.Form-Item-Input {
  max-width: 95%;
  width: 100%;
  margin: 18px 2.5% 0;
  height: 40px;
  flex: inherit;
  font-size: 15px;
}
.Form-Item-Input-age {
  margin: 18px 20px 0 2.5%;
  height: 40px;
  font-size: 15px;
}
.Form-Item-Input-radio {
  margin-top: 18px;
  height: 25px;
}
.text01 {
  position: relative;
  top: 8px;
}
}
.Form-Item-Textarea {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 0.5rem;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    max-width: 95%;
    width: 100%;
    margin: 18px 2.5% 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.Form-Btn:hover {
  background: #338671;
  transition: .8s;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    display: block;
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 260px;
    font-size: 16px;
    line-height: 32px;
  }
}
/* 入力確認画面 */
.verification-titleWrap {
    width: 100%;
    text-align: center;
    background: #d5cfc6;
    margin: 0 0 30px;
    padding: 10px 20px;
}
.verification-title {
  color: #404250;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.item-title {
  color: #404250;
  font-size: 1.1rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  border-bottom: dotted 1px #404250;
  margin: 0 0 15px;
  padding: 0 10px 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.item-contents {
  color: #404250;
  font-size: 1.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  text-align: justify;
  margin: 0 0 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* 送信完了 */

.send-completelyArea {
  max-width: 90%;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5%;
}
.send-completely_text,
.send-completely_text--error {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.01rem;
}
.send-completely_text {
  color: #404250;
}
.send-completely_text--error {
  color: #e80505;
}