/*********************************/
/* コンタクトフォームスタイルCSS */
/*********************************/
.contact-table table{
  margin: 0 auto;
  width: 96%;
}

.br{
  display: none;
}

/*各入力フォームスタイリング*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tr-top{
  border-top: 2px solid #fdeee3;
}

.contact-table tr{
  border-bottom: 2px solid #fdeee3;
  border-left: 2px solid #fdeee3;
  border-right: 2px solid #fdeee3;
}

.contact-table th{
  background: #f2672a;
  color: #fff;
  padding: 20px;
  text-align: right;
  width: 26%;
}

.contact-table input,.contact-table textarea{
  width: 98%;
  border : 1px  #9acecc solid;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}

.checkbox input{
  width: 3%;
  cursor: pointer;
}

::placeholder {
  color: #e5e5e5;
}

/* 必須のスタイリング */
.required {
  font-size: 0.8em;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  margin-left: 5px;
  background: #fdeee3;
  color: #333;
  border-radius: 7px;
}

/*確認、送信ボタンスタイリング*/
.contact-button{
  margin-top: 30px;
  text-align: center;
}

.contact-button input{
  display: inline-block;
  border: 1px #fdeee3  solid;
  padding: 15px 60px;
  border-radius: 5px;
  background: #f2672a;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}

.contact-button input:hover{
  opacity: .8;
}

label{
  cursor: pointer;
  display: inline;
}

.agreement a{
  text-decoration: none;
  color: #9acecc;
}

.agreement a:hover{
  border-bottom: 1px solid;
  font-weight: 500;
}

/* 確認画面のスタイリング */
.confirm th{
  text-align: left;
}

.confirm td{
  padding: 10px;
}

/* 完了画面 */
.send{
  margin: 0 auto;
  max-width: 600px;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  color: #583822;
  border: 2px solid #bea894;
  border-radius: 10px;
}

/* プライバシーポリシーCSS */
.p_container{
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

.p_container h2{
  font-family: "見出ゴMB31"!important;
  text-align: center;
}

.p_container dt{
  background-color: #fdeee3;
  border-left: 3px solid #f2672a;
  font-size: 19px;
  padding: 10px;
}

.p_container dd{
  padding: 20px 10px;
  margin: 0;
}

.lb_dl1_contact{
  margin-top: 40px;
  text-align: center;
}

.p_container a{
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
  color: #0060b0;
  text-decoration: none;
}

/* 以下レスポンシブ */
@media screen and ( max-width:960px){
.br{
  display: block;
}

.contact-table{
  box-sizing: border-box;
}

.contact-table table{
  width: 100%;
  max-width: 800px;
}

.contact-table tr{
  border: none;
}

.contact-table th{
  border: 2px solid #ffeaf1;
}

.contact-table th,.contact-table td{
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.contact-table th{
  text-align: center;
}

.checkbox input{
  width: 3%;
}

td.checkbox{
  text-align: center;
  margin-top: 10px;
}

.p_container{
  width: 80%;
}
}

@media screen and ( max-width:600px){
input{
  max-width: 500px;
}

.confirm table,.contact-table table{
  max-width: 500px;
}

.contact-table th,.contact-table td,.contact-table tr{
  max-width: 500;
}

.p_container{
  width: 95%;
}
}
