@charset "utf-8";

/***********************************
pc サブページ CONTACT
***********************************/
.sub-contact-text{
    margin: 80px auto;
    font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
    font-size: 20px;
    text-align: center;
    line-height: 2.2em;
}
.sb_contact_content{
	margin: 20px auto;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 100px;
  width: 680px;
}
.Form-Item {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
}
/* 項目 */
.Form-Item-Label {
  width: 100%;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  padding: 10px 10px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
}
/* 必須マーク */
.Form-Item-Label-Required {
  margin-left: 10px;
  color: #dc143c;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding:5px;
}
.Form-Item-Input {
  height: 60px;
  width: 100%;
  background: #f6f6f6;
  font-size: 18px;
  padding: 0px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  border-radius: 20px;
}

/*----- お問い合わせ内容 -----*/
.Form-Item-Textarea {
  padding: 20px 20px;
  height: 216px;
  width: 100%;
  background: #f6f6f6;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  border-radius: 20px;
}
/*----- お問い合わせ内容 注釈 -----*/
.form-note-private{
  padding: 0px 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #555;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}
/*----- 個人情報チェック -----*/
.contact-privacy p{
  width: 100%;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin-top: 60px;
}
.contact-privacy-link{
  width: 260px;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 1px #555;
  opacity: 1;
	transition: 1.0s ;
}
.contact-privacy-link :hover{
	opacity: 0.6;
	transition: 1.0s ;
}
.form-consent{
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 20px auto 80px;
  background: #FCFCE3;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}
.form-consent label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.form-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  appearance: none;
  border: 2px solid #333;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.form-consent input[type="checkbox"]:checked::before {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 14px;
  color: #333;
}

/*----- 送信するボタン -----*/
.contact_confirm{
  margin: 40px auto;
}

.button{
  padding: 20px;
  width: 680px;
  font-size: 20px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
	opacity: 1;
	transition: 1.0s ;
}
.button:hover{
	opacity: 0.5;
}

.contact_confirm_back{
  text-align: center;
}
.button_back{
  padding: 10px;
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: solid 1px #555;
  background: #fff;
}

/*----- サブページ CONTACT 確認画面 -----*/
.confirm_ttl{
  text-align: center;
  font-size: 32px;
	margin-top: 100px;
	font-weight: bold;
}
/*----- サブページ CONTACT 送信完了 -----*/
.message-complete{
  text-align: center;
  margin-top: 40px;
  line-height: 1.5em;
  margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
}
.message-complete-back{
  border: solid 1px #555;
  padding: 10px;
  width: 250px;
  margin: 0 auto;
}

/***********************************
sp サブページ CONTACT
***********************************/
@media screen and (max-width:599px) {

.sub-contact-text{
    margin: 40px auto 0px;
    font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
    font-size: 14px;
    text-align: center;
    line-height: 2em;
}
.sb_contact_content{
	margin: 0px auto 20px;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 90%;
}
.Form-Item {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
}
/* 項目 */
.Form-Item-Label {
  width: 100%;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  padding: 10px 10px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
}
/* 必須マーク */
.Form-Item-Label-Required {
  margin-left: 10px;
  color: #dc143c;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding:5px;
}
.Form-Item-Input {
  height: 60px;
  width: 100%;
  background: #f6f6f6;
  font-size: 14px;
  padding: 0px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  border-radius: 20px;
}

/*----- お問い合わせ内容 -----*/
.Form-Item-Textarea {
  padding: 20px 20px;
  height: 216px;
  width: 100%;
  background: #f6f6f6;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  border-radius: 20px;
}
/*----- お問い合わせ内容 注釈 -----*/
.form-note-private{
  padding: 0px 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #555;
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 20px;
}
/*----- 個人情報チェック -----*/
.contact-privacy p{
  width: 100%;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.contact-privacy-link{
  width: 220px;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 1px #555;
  opacity: 1;
	transition: 1.0s ;
}
.contact-privacy-link :hover{
	opacity: 0.6;
	transition: 1.0s ;
}
.form-consent{
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 20px auto 40px;
  background: #FCFCE3;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

/*----- 送信するボタン -----*/
.contact_confirm{
  margin: 40px auto;
}

.button{
  padding: 20px;
  width: 100%;
  font-size: 16px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
	opacity: 1;
	transition: 1.0s ;
}
.button:hover{
	opacity: 0.5;
}

.contact_confirm_back{
  text-align: center;
}
.button_back{
  padding: 10px;
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: solid 1px #555;
  background: #fff;
}

/*----- サブページ CONTACT 確認画面 -----*/
.confirm_ttl{
  text-align: center;
  font-size: 32px;
	margin-top: 100px;
	font-weight: bold;
}
/*----- サブページ CONTACT 送信完了 -----*/
.message-complete{
  text-align: center;
  margin-top: 40px;
  line-height: 1.5em;
  margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
}
.message-complete-back{
  border: solid 1px #555;
  padding: 10px;
  width: 250px;
  margin: 0 auto;
}

}

/***********************************
mid サブページ CONTACT
***********************************/
@media only screen and (min-width:600px) and (max-width:1023px){

  .sub-contact-text{
      margin: 40px auto 0px;
      font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
      font-size: 16px;
      text-align: center;
      line-height: 2em;
  }
  .sb_contact_content{
    margin: 0px auto 20px;
  }
  
  .Form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 70%;
  }
  .Form-Item {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }
  /* 項目 */
  .Form-Item-Label {
    width: 100%;
    font-size: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
      padding: 10px 10px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
  }
  /* 必須マーク */
  .Form-Item-Label-Required {
    margin-left: 10px;
    color: #dc143c;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding:5px;
  }
  .Form-Item-Input {
    height: 60px;
    width: 100%;
    background: #f6f6f6;
    font-size: 16px;
    padding: 0px 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    border-radius: 20px;
  }
  
  /*----- お問い合わせ内容 -----*/
  .Form-Item-Textarea {
    padding: 20px 20px;
    height: 216px;
    width: 100%;
    background: #f6f6f6;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    border-radius: 20px;
  }
  /*----- 個人情報チェック -----*/
.contact-privacy p{
  width: 100%;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.contact-privacy-link{
  width: 260px;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 1px #555;
  opacity: 1;
	transition: 1.0s ;
}
.contact-privacy-link :hover{
	opacity: 0.6;
	transition: 1.0s ;
}
.form-consent{
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 20px auto 60px;
  background: #FCFCE3;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

  /*----- 送信するボタン -----*/
  .contact_confirm{
    margin: 40px auto;
  }
  
  .button{
    padding: 20px;
    width: 100%;
    font-size: 18px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    opacity: 1;
    transition: 1.0s ;
  }
  .button:hover{
    opacity: 0.5;
  }
  
  .contact_confirm_back{
    text-align: center;
  }
  .button_back{
    padding: 10px;
    width: 180px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #555;
    background: #fff;
  }
  
  /*----- サブページ CONTACT 確認画面 -----*/
  .confirm_ttl{
    text-align: center;
    font-size: 32px;
    margin-top: 100px;
    font-weight: bold;
  }
  /*----- サブページ CONTACT 送信完了 -----*/
  .message-complete{
    text-align: center;
    margin-top: 40px;
    line-height: 1.5em;
    margin-bottom: 100px;
    font-size: 18px;
    font-weight: bold;
  }
  .message-complete-back{
    border: solid 1px #555;
    padding: 10px;
    width: 250px;
    margin: 0 auto;
  }
  
  }

/***********************************
pc-s サブページ CONTACT
***********************************/
@media only screen and (min-width:1024px) and (max-width:1279px){

  .sub-contact-text{
      margin: 40px auto 0px;
      font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
      font-size: 16px;
      text-align: center;
      line-height: 2em;
  }
  .sb_contact_content{
    margin: 0px auto 20px;
  }
  .Form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 60%;
  }
  .Form-Item {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }
  /* 項目 */
  .Form-Item-Label {
    width: 100%;
    font-size: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
      padding: 10px 10px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
  }
  /* 必須マーク */
  .Form-Item-Label-Required {
    margin-left: 10px;
    color: #dc143c;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding:5px;
  }
  .Form-Item-Input {
    height: 60px;
    width: 100%;
    background: #f6f6f6;
    font-size: 16px;
    padding: 0px 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    border-radius: 20px;
  }
  
  /*----- お問い合わせ内容 -----*/
  .Form-Item-Textarea {
    padding: 20px 20px;
    height: 216px;
    width: 100%;
    background: #f6f6f6;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    border-radius: 20px;
  }
    /*----- 個人情報チェック -----*/
.contact-privacy p{
  width: 100%;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.contact-privacy-link{
  width: 260px;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 1px #555;
  opacity: 1;
	transition: 1.0s ;
}
.contact-privacy-link :hover{
	opacity: 0.6;
	transition: 1.0s ;
}
.form-consent{
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  margin: 20px auto 60px;
  background: #FCFCE3;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}
  /*----- 送信するボタン -----*/
  .contact_confirm{
    margin: 40px auto;
  }
  
  .button{
    padding: 20px;
    width: 100%;
    font-size: 18px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    opacity: 1;
    transition: 1.0s ;
  }
  .button:hover{
    opacity: 0.5;
  }
  
  .contact_confirm_back{
    text-align: center;
  }
  .button_back{
    padding: 10px;
    width: 180px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #555;
    background: #fff;
  }
  
  /*----- サブページ CONTACT 確認画面 -----*/
  .confirm_ttl{
    text-align: center;
    font-size: 32px;
    margin-top: 100px;
    font-weight: bold;
  }
  /*----- サブページ CONTACT 送信完了 -----*/
  .message-complete{
    text-align: center;
    margin-top: 40px;
    line-height: 1.5em;
    margin-bottom: 100px;
    font-size: 18px;
    font-weight: bold;
  }
  .message-complete-back{
    border: solid 1px #555;
    padding: 10px;
    width: 250px;
    margin: 0 auto;
  }
  
  }
  