@charset "utf-8";

/*index.php*/
.contents_inr_contact{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.pc_category_title_thanks{
  display: none;
  padding: 30px 0 20px 0;
  text-align: center;
}
.pc_category_title_thanks img{
  width: 100%;
}
.sp_category_title_thanks{
  display: block;
  padding: 180px 0 55px 0;
  text-align: center;
}
.sp_category_title_thanks img{
  width: 70%;
}
.privacy_text{
  text-align: center;
  padding-bottom: 30px;
}
.pc_br{
  display: none;
}
.sp_br{
  display: block;
}
.qs_wrap__form{
  text-align: left;
}
.qs_wrap__form table{
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 30px;
}
.qs_wrap__form .privacy{
  font-size: 16px;
/*  border-bottom: solid 1px #ddd;*/
}
.qs_wrap__form .form_confirm .privacy{
  display: none;
}
.qs_wrap__form tr:last-child{
  border-bottom: none;
}
.qs_wrap__form th{
  color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  vertical-align: top;
}
.w100 input{
  width: 100%;
}
.qs_wrap__form td{
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.qs_must{
  color: #e5d283;
}
.contact_title{
  background-color: #172a59;
  border-bottom: 1px solid #fff;
}
.agreement{
  text-align: center;
}
.border_line input,.border_line textarea{
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 16px;
}
.privacy{
  margin-bottom: 10px;
  background-color: #f8f8f8;
}
.privacy .privacy_inr{
  font-family: "YuGosic", "游ゴシック体", sans-serif;
  overflow-y: scroll;
  height: 200px;
  padding: 20px;
}
.privacy_table{
  border: solid 1px #172a59;
  border-collapse: collapse;
  margin-top: 20px;
}
.privacy_table tr{
  border: solid 1px #172a59;
}
.privacy_table th{
  background-color: #7f7f7f;
}
.privacy_table td{
  border: solid 1px #c6c6c6;
}
.privacy_bold_text{
  font-weight: 800;
  font-family: "YuGosic", "游ゴシック体", sans-serif;
  padding-top: 10px;
}
.checkbox{
  text-align: center;
}
@media screen and (min-width:1000px) {
  .qs_wrap__form th,.qs_wrap__form td{
    width: 320px;
    display: table-cell;
  }
  .qs_wrap__form th {
    padding: 20px;
    width: 120px;
  }
  .privacy_table{
    padding-top: 20px;
  }
  .privacy_table th{
    border: solid 1px #ddd;
  }
}
@media screen and (min-width:768px) {
  .qs_wrap__form table{
    margin-bottom: 60px;
  }
  .pc_br{
    display: block;
  }
  .sp_br{
    display: none;
  }
  .privacy .privacy_inr{
    height: 250px;
    padding: 30px;
  }
}
@media screen and (min-width:576px) {
  .pc_category_title_thanks{
    display: block;
    width: 511px;
    margin: 0 auto;
    padding: 180px 0 55px 0;
  }
  .sp_category_title_thanks img{
    width: 80%;
  }
  .sp_category_title_thanks{
    display: none;
    padding: 30px 0 20px 0;
    text-align: center;
  }
  .pc_br{
    display: block;
  }
  .sp_br{
    display: none;
  }
}


/*thanks.php*/
.pc_thanks_text{
  display: none;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sp_thanks_text{
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.top_btn{
  color: #fff;
  background-color: #172a59;
  width: 150px;
  margin: 0 auto;
}
.top_btn a{
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
.top_btn a:hover{
  background-color: #596f89;
}
.top_btn a::after{
  content: url(/common/img/right_btn.png);
  padding-left: 10px;
}
.qs_wrap__btn{
  display: flex;
  justify-content: center;
}
.qs_btn__action:hover{
  background-color: #596f89;
  transition: 0.5s;
}
.qs_btn__action{
  color: #fff;
  background-color: #172a59;
  text-align: center;
  padding: 10px 25px;
}
.form_confirm .qs_btn__action+.qs_btn__action{
  background-color: #172a59;
  margin-left: 20px;
}
.form_confirm .qs_btn__action{
  background-color: #596f89;
}
@media screen and (min-width:768px) {
  .form_confirm .qs_btn__action+.qs_btn__action{
    margin-left: 70px;
  }
}
@media screen and (min-width:568px) {
  .pc_thanks_text{
    display: block;
    padding-bottom: 50px;
  }
  .sp_thanks_text{
    display: none;
  }
}