.img-product01 {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-product01 {
    max-width: 400px;
  }
}

.img-product02 {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-product02 {
    max-width: 120px;
  }
}

.img-product03 {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-product03 {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .indent-area span {
    display: none;
  }
}

dl.product-item {
  margin-top: 20px;
}
dl.product-item dt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  dl.product-item dt {
    font-size: 15px;
  }
}
dl.product-item dd {
  font-size: 16px;
  padding: 0 0 0 1.7em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  dl.product-item dd {
    font-size: 15px;
  }
}
dl.product-item dd ul {
  margin: 0;
  padding: 0;
}
dl.product-item dd ul li {
  list-style: none;
  font-size: 16px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  dl.product-item dd ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #formarea {
    padding: 30px 5%;
  }
}

#formtable {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  max-width: 700px;
  width: 100%;
  margin-top: 50px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  #formtable {
    margin-top: 30px;
  }
}
#formtable span {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  #formtable span {
    display: block;
  }
}
#formtable tr.first th:nth-child(1) {
  width: 60px;
}
@media screen and (max-width: 768px) {
  #formtable tr.first th:nth-child(1) {
    width: 10%;
  }
}
#formtable tr.first th:nth-child(2) {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  #formtable tr.first th:nth-child(2) {
    width: 45%;
  }
}
#formtable tr.first th:nth-child(3) {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  #formtable tr.first th:nth-child(3) {
    width: 45%;
  }
}
#formtable tr th {
  padding: 10px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #formtable tr th {
    padding: 10px 5px;
    font-size: 14px;
  }
}
#formtable tr td {
  padding: 10px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #formtable tr td {
    font-size: 14px;
  }
}
#formtable tr td input[type=text] {
  font-size: 16px;
  max-width: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  #formtable tr td select {
    width: 100%;
  }
}
#formtable tr td select option {
  font-size: 16px;
}

ul.note-list {
  padding: 0;
}
ul.note-list li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.send {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .send {
    margin-top: 30px;
  }
}
.send button {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}