@charset "utf-8";
/*============================
parts
============================*/
.tableType1 {
  width: 100%;
  margin-bottom: 20px;
  border-top: solid #ded9c1 1px;
  border-left: solid #ded9c1 1px;
}
.tableType1 th,
.tableType1 td {
  padding: 8px 18px;
  background: #fff;
  border-right: solid #ded9c1 1px;
  border-bottom: solid #ded9c1 1px;
  font-size: 12px;
  vertical-align: top;
}
.tableType1 th {
/*  padding: 8px 0;*/
  width: 30%;
  background: #c7bd8c;
  text-align: left;
  font-weight: normal;
  color: #fff;
}
.tableType1 th .txt-required {
/*  margin: 2em auto;*/
  margin-left: 10px;
  padding: 2px 8px;
/*  width: 10%;*/
  font-size: 10px;
  color: #fff;
  background-color: #dd1d1d;
  border-radius: 100px;
}
/*.tableType1 td {
  padding: 8px 18px;
}*/
.tableType1 tr:nth-of-type(odd) td {
  background: #f7f6f1;
}
.tableType1 td .input-txt {
  padding: 2px 6px;
  width: 464px;
  height: 24px;
  border: solid #ded9c1 1px;
}
.tableType1 td .textarea-txt {
  padding: 2px 6px;
  width: 464px;
  height: 144px;
  border: solid #ded9c1 1px;
}
.tableType1 td .select-txt {
  padding: 2px 6px;
  height: 24px;
  border: solid #ded9c1 1px;
  color: #333;
  cursor: pointer;
}
.tableType1 td ul {
  padding: 4px 0;
  overflow: hidden;
}
.tableType1 td ul li {
  float: left;
  width: 50%;
}
.tableType1 td label input {
  margin-right: 6px;
  cursor: pointer;
}
.tableType1 td .error_messe {
  color: #dd1d1d;
}
.box {
  display: flex;
  flex-direction: row-reverse;
}
.btnType01 {
  margin-top: 20px;
}
button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.btnType01 button {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/*============================
#contact_form
============================*/
#contact_form {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/*============================
#right_content
============================*/
#right_content {
  float: right;
  width: 710px;
  margin-bottom: 40px;
}
#right_content .attention {
  color: #dd1d1d;
}
#right_content .begin {
  margin-bottom: 40px;
  padding: 25px;
  border: dotted #ded9c1 2px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#right_content .begin ul {
  display: inline-block;
  vertical-align: middle;
}
#right_content .begin .txt {
  width: 650px;
}
#right_content .begin .txt li {
  padding: 5px 0 5px 14px;
  text-indent: -14px;
  font-size: 14px;
}


/*============================
		SP
============================*/
@media screen and (max-width: 667px) {
  /*============================
  parts
  ============================*/
  .tableType1 {
    table-layout: fixed;
    border-left: none;
  }
  .tableType1 tr,
  .tableType1 th,
  .tableType1 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .tableType1 tr {
    margin-bottom: 10px;
  }
  .tableType1 th,
  .tableType1 td {
    padding: 4px 8px;
  }
  .tableType1 td {
    border-left: solid #ded9c1 1px;
  }/*
  .tableType1 td .txt-required {
    font-size: 12px;
    margin-top: 4px;
  }*/
  .tableType1 td .input-txt,
  .tableType1 td .textarea-txt {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .tableType1 td ul {
    padding: 0;
  }
  .tableType1 td ul li {
    float: none;
    padding: 4px 0;
    width: 100%;
  }
  .box {
    display: block;
  }
  /*============================
  #contact_form
  ============================*/
  #contact_form {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*============================
  #right_content
  ============================*/
  #right_content {
    float: none;
    width: 100%;
    margin-bottom: 80px;
  }
  #right_content  .begin {
    margin-bottom: 20px;
    padding: 12px;
  }
  #right_content .begin ul {
    display: block;
  }
  #right_content .begin .txt {
    width: 100%;
  }
  #right_content .begin .txt li {
    padding-left: 12px;
    text-indent: -12px;
    font-size: 12px;
  }
}