.Form {
  margin: 40px auto 20px;
  max-width: 780px;
}
p.contact_txt{
  font-size: 14px;
  margin-top: 20px;
}
.check_error_txt{
  font-size: 14px;
  font-weight: bold;
  color: #c10811;
  }
.Required { /*必須*/
  border-radius: 4px;
  margin-right: 5px;
  padding: 4px;
  width: 50px;
  display: inline-block;
  text-align: center;
  background: #3399ff;
  color: #fff;
  font-size: 14px;
}
.txt_confirm{
  font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.isMsg_confirm {
  margin-top: 0px;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.error_txt2{
  font-size: 14px;
  font-weight: bold;
  color: #c10811;
  position: absolute;
  top:85px;
  }
.error_txt{
  font-size: 14px;
  font-weight: bold;
  color: #c10811;
  display: block;
  position: absolute;
  top:75px;
  }
.error_txt3{
  font-size: 14px;
  font-weight: bold;
  color: #c10811;
  position: absolute;
  top:55px;
  }
.txt_complete{
  font-size: 15px;
  line-height: 1.6rem;
  color: #111111;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  }
.txt_complete a{
  color: #6a6a6a;
  position:relative;
  }
.Form-Item-Label {
  width: 100%;
  max-width: 220px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
}
.Form-Item-Label.isMsg {
  margin-top: 0px;
  min-width: 220px;
  margin-bottom: auto;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding: 0.5em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 14px;
}
.Form-Item-Input-number {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 5px;
	margin-right: 5px;
  padding: 0.5em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 60px;
  background: #eaedf2;
  font-size: 14px;
  text-align: right;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding: 0.5em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 510px;
  background: #eaedf2;
  font-size: 14px;
}
.form-input-set {
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .Form {
    margin: 20px auto 20px;
  }
  p.contact_txt{
    font-size: 12px;
    margin-top: 15px;
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
  .Required {
    border-radius: 4px;
    width: 40px;
    font-size: 12px;
  }
  .txt_confirm{
    font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    display: block;
  }
  .error_txt2{
    font-size: 14px;
    font-weight: bold;
    color: #c10811;
    margin: -8px 0 10px 0;
    padding: 0;
    }
  .error_txt{
    font-size: 14px;
    font-weight: bold;
    color: #c10811;
    margin: -40px 0px 0px 0px;
    padding: 0;
    }
    .error_txt3{
      font-size: 14px;
      font-weight: bold;
      color: #c10811;
      margin: -40px 0 0px 110px;
      padding: 0;
      }
  .txt_complete{
    font-size: 14px;
    line-height: 1.4rem;
    color: #111111;
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 5px;
		margin-bottom: 5px;
    flex: inherit;
  }
  .Form-Item-Input-number {
    margin-left: 4px;
		margin-right: 4px;
    flex: inherit;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 14px;
  }
  .isMsg_confirm {
    margin-top: 10px;
  }
}

/*pc.css上書き 送信ボタン*/
.submit_btns{
  text-align: center;
  display: flex;
  justify-content:space-around;
}
input[type="submit"]{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
  letter-spacing: 0.05em;
  padding: 12px 0px 12px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 6px;
	line-height: normal !important;
}

input[type="submit"].Form-EntryBtn {
	background: #3399ff;
  width: 400px;
  display: block;
  margin: 32px auto 0;
}
input[type="submit"].Form-EntryBtn2 {
  background: #3399ff;
  width: 240px;
}
input[type="submit"].Form-EntryBtn:hover,
input[type="submit"].Form-EntryBtn2:hover {
	background-color: #64aaf5;
}

input[type="submit"].Form-ReturnBtn {
  background: #757575;
  width: 240px;
}
input[type="submit"].Form-ReturnBtn:hover {
  background-color: #595959;
}

@media screen and (max-width: 600px) {
  input[type="submit"].Form-EntryBtn {
    width: 100%;
    font-size: 16px;
  }
  .submit_btns{
    display: flex;
    flex-direction: column;
  }
  input[type="submit"].Form-EntryBtn2 {
    width: 100%;
    font-size: 16px;
  }
  input[type="submit"].Form-ReturnBtn {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/*--チェックボックスデザイン------------------------------*/
.mycheckbox{
	display: block;
	margin: 12px auto;
	text-align:center;
  font-size: 14px;
  font-weight: bold;
}
/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス */
.mycheckbox input[type="checkbox"]+label::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color:  #585753; /* 枠の色変更 */
  background-color: #FFF; /* 背景の色変更 */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color:  #3399ff; /* チェックの色変更 */
}
/*--------------------------------------------------------*/


/*--selectボックスデザイン--------------------------------*/
.styled-select {
  /* デフォルトのスタイルを解除 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* スタイル */
  display: inline-block;
  width: 100%; /* 幅 */
  max-width: 360px; /* 最大幅 */
  margin: 1em 0; /* 前後の余白 */
  padding: 0.6em 1.5em 0.6em 0.5em; /* 文字周りの余白 */
  cursor: pointer; /* カーソルを指に */
  line-height: 1.4; /* 行高 */
  font-size: 14px; /* フォントサイズ */
  font-weight: 700; /* 太字に */
  color: #333; /* 文字色 */
  border-radius: 4px; /* 角丸 */
  background-color: #f7f9fb; /* 背景色 */
  border: solid 1px #e1e8ef; /* 枠線 */

  /* 三角マークを作る */
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
/* フォーカス時 */
.styled-select:focus {
  outline: 0;
  border-color: #b0c5ff; /* 枠線色を変更 */
}
/* IEでデフォルトの矢印を消す */
.styled-select::-ms-expand {
  display: none;
}
/*--------------------------------------------------------*/
