.form * {
  margin: 0px;
  padding: 0px;
}

.form img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}

.form p {
  font-size: 14px;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea, .form select, .form button {
  /*font-size:1.2em;*/
  font-size: 16px;
  padding: 2px;
  cursor: pointer;
}

.form textarea {
  height: 100%;
  width: 98%;
  margin: 0px 5px;
  background: #d9d9d9;
}

.form button {
  padding: 2px 10px;
  margin: 0px 10px;
}

.form label:hover {
  font-weight: 800;
  color: #88F;
}

input[type="text"] {
  width: 98%;
}

input.post {
  width: 55%;
}

input.email {
  width: 70%;
}

.form ul {
  list-style-type: none;
}

div.form {
  max-width: 970px;
  margin: 20px auto;
}

.form ul.formlist {
  margin: 10px 0;
}

.form ul.formlist li>div {
  border-top: 1px solid #c8c8c8;
  padding: 1%;
}

/*.form ul.formlist li>div:last-child {
	border-bottom: 1px solid #c8c8c8;
}*/
/*.form ul.formlist li:last-child {
	border-bottom: 1px solid #c8c8c8;
}*/
.form ul.formlist li>div {
  height: 70px;
}

.form ul.formlist li.height_l div {
  height: 180px;
  border-bottom: 1px solid #c8c8c8;
}

.form ul.formlist li.height_02 div {
  height: 55px;
}

.form ul.formlist li.height_03 div {
  height: 100%;
}

.form ul.formlist li input {
  margin: 0 5px;
  background: #d9d9d9;
}

.form ul.formlist li div.itemname {
  /*font-size:0.9em;*/
  font-size: 15px;
  /* font-weight: 800; */
}

.form ul.formlist li:last-child div.itemname {
  border-bottom: 1px solid #c8c8c8;
}

.form ul.formlist li:last-child div.itemform {
  border-bottom: 1px solid #c8c8c8;
}

.itemform_add_search .add_box {
  width: 55%;
}

.itemform .add_box {
  width: 55%;
}

.form ul.inquiry_type li {
  margin: 3px;
  float: left;
  min-width: 120px;
}

.form ul.reform_type li {
  margin: 3px;
}

.form li.chkbx {
  float: left;
  min-width: 115px;
}

.form li div {
  float: left;
}

.form li div.itemname {
  background-color: #fafafa;
  width: 23%;
  margin-left: 1%;
}

.form li div.itemform {
  width: 50%;
}

.form li div.itemform2 {
  width: 19%;
  margin-right: 0%;
}

.form li div.itemform3 {
  width: 71%;
  margin-right: 0%;
}

button.form_btn01 {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 320px;
  height: 80px;
  border: none;
  text-indent: -9999px;
  background: url(../img/form_btn01.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  margin: 0px 0px 4%;
}

button.form_btn01:hover {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 320px;
  height: 80px;
  border: none;
  text-indent: -9999px;
  background: url(../img/form_btn01_on.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  margin: 0px 0px 4%;
}

button.form_btn02 {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 280px;
  height: 70px;
  border: none;
  text-indent: -9999px;
  background: url(../img/form_btn02.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  margin: 0px 0px 0 20%;
}

button.form_btn03 {
  cursor: pointer;
  display: block;
  width: 96%;
  max-width: 280px;
  height: 70px;
  border: none;
  text-indent: -9999px;
  background: url(../img/form_btn03.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  float: right;
  margin: 0px 20% 0px 0%;
}

@media screen and (max-width: 1024px) {
  button.form_btn02 {
    max-width: 30%;
  }

  button.form_btn03 {
    max-width: 30%;
  }
}

@media screen and (max-width: 640px) {
  button.form_btn02 {
    max-width: 320px;
    height: 80px;
    margin: 0 0 2%;
  }

  button.form_btn03 {
    max-width: 320px;
    height: 80px;
    margin: 0 0 2%;
    float: none;
  }

  .form ul.formlist li.height_02 div {
    height: 73px;
  }
}

@media screen and (max-width: 767px) {
  input[type="text"] {
    width: 96%;
  }

  input[type="tel"] {
    width: 96%;
  }

  .address_field input[type="text"] {
    width: 50%;
  }

  div.form {
    width: 100%;
  }

  .form li div {
    float: none;
  }

  .form li div.itemname, .form li div.itemform {
    width: 94%;
  }

  .form li div.itemform2 {
    width: 94%;
  }

  .form li div.itemform3 {
    width: 94%;
  }

  .form ul.formlist li.height_03 .itemname, .form ul.formlist li.height_03 .itemform2 {
    min-height: 60px !important;
    line-height: 1;
  }

  .form ul.formlist li.height_03 div {
    height: auto;
  }

  .form ul.formlist li div {
    height: auto;
    min-height: 60px;
  }

  .form ul.formlist li.height_l div.itemname {
    height: auto;
  }

  .form ul.formlist li>div {
    padding: 1% 2%;
  }

  .form ul.formlist li:last-child>div.itemname {
    border-bottom: 0px solid #FFF;
  }

  .form ul.formlist li:last-child>div.itemform {}

  .form ul.formlist li.height_l div {
    height: auto;
  }

  .itemform_add_search .add_box {
    width: 45%;
  }

  .form li div.itemname {
    margin: 0 1%;
  }

  .form li div.itemform {
    margin: 0 1%;
  }

  .form li div.itemform2 {
    margin: 0 1%;
  }

  .form li div.itemform3 {
    margin: 0 1%;
  }

  .form textarea {
    margin: 0px;
  }
}

.form .clearfix {
  *zoom: 1;
}

.form .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.form_root #main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  float: none;
}

.form_catch_box {
  padding: 80px 20px 0;
  box-sizing: border-box;
}

.form_catch_box img {
  width: auto;
  max-width: 50%;
  margin: -60px 0 0 20px;
  float: right;
}

.form_root #layout02 {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .form_catch_box {
    padding: 2%;
  }

  .form_catch_box img {
    margin: 0 0 2% 2%;
  }
}

.form ul.formlist li.height_shiryou div {
  height: auto;
}

.form ul.formlist li.height_shiryou:last-child>div {
  border-bottom: none;
}

.form ul.formlist li.height_shiryou div.itemname, .form ul.formlist li.height_shiryou div.itemform {
  width: 96%;
  margin: 0 1%;
  border-top: 1px solid #C8C8C8;
  overflow: hidden;
}

.form ul.formlist li.height_shiryou div ul.inquiry_type li {
  width: 25%;
  margin: 0px 6% 1% 2%;
  text-align: center;
  min-width: 82px;
  font-size: 90%;
}

.form ul.formlist li.height_shiryou div ul.inquiry_type {
  width: 105%;
}

.form ul.formlist li.height_shiryou div.itemname p {
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .form ul.formlist li.height_shiryou div.itemname, .form ul.formlist li.height_shiryou div.itemform {
    width: 93%;
  }
}

@media screen and (max-width: 640px) {
  .form ul.formlist li.height_shiryou div ul li img {
    display: none;
  }

  .form ul.formlist li.height_shiryou div ul.inquiry_type li {
    width: auto;
    margin: 0px 1% 3% 0px;
  }

  .form ul.formlist li.height_shiryou div ul.inquiry_type {
    width: 100%;
  }

}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}