@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

#contact {
  display: none; }

/* product */
#product {
  padding: 200px 0 100px 0; }
  #product h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding-bottom: 10px;
    color: #589FB4;
    font-weight: bold; }
  #product span {
    content: "";
    width: 200px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 30px auto; }
  #product p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }

#contact_tel {
  border: solid thin black;
  margin: 0 auto 100px auto;
  width: 400px;
  padding-top: 20px; }
  #contact_tel p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    #contact_tel p.tel {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 40px;
      line-height: 1; }

form {
  margin-bottom: 200px; }
  form h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #589FB4; }
  form h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center; }
    form h2 span {
      font-size: 35px;
      line-height: 2; }
  form h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  form div {
    margin-bottom: 100px; }
    form div ul {
      display: table;
      margin: 0 auto; }
      form div ul li {
        display: inline-block;
        vertical-align: top; }
        form div ul li img {
          width: 250px;
          height: 250px; }
  form p {
    text-align: center; }
  form p.detail {
    width: 200px;
    margin: 20px auto 0 auto;
    padding-top: 20px;
    border-top: solid thin #989898;
    text-align: justify; }
  form p.privacyPolicy {
    font-size: 15px;
    text-align: center;
    width: 650px;
    line-height: 1.5;
    display: block;
    margin: 50px auto 0 auto;
    text-align: left; }
    form p.privacyPolicy a {
      color: #589FB4; }
      form p.privacyPolicy a:hover {
        text-decoration: underline; }

table {
  border-collapse: collapse;
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 100px; }
  table span {
    display: inline-block;
    width: auto; }

/*p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}*/
input[type="submit"], input[type="text"], select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none; }

input[type="text"], textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0; }

input[type="text"]:focus, textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

textarea[name="content"] {
  display: inline-block;
  width: 480px;
  height: 200px; }

input::placeholder, textarea::placeholder {
  color: #ccc; }

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1; }

.form-table th, .form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
  box-sizing: border-box; }

.form-table th {
  color: white;
  background: #589FB4;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 350px; }

.form-table td {
  background: white; }

.form-table ul li {
  margin-bottom: 10px; }

span {
  padding-left: 10px; }

#submit {
  font-size: 15px;
  width: 200px;
  height: 60px;
  padding-top: 18px;
  padding-bottom: 20px;
  border-style: none;
  background: #F69826;
  border-radius: 3px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-weight: bold; }

#submit:hover {
  opacity: 0.5;
  cursor: pointer; }

@media (max-width: 768px) {
  /* product */
  #product {
    padding: 100px 0;
    margin-top: 100px; }
    #product h1 {
      letter-spacing: 0.1em;
      font-size: 40px;
      font-weight: bold;
      width: 100%;
      padding-bottom: 10px;
      color: #589FB4; }
    #product span {
      content: "";
      width: 200px;
      height: 1px;
      background: #989898;
      display: block;
      margin: 30px auto 30px auto; }
    #product p {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5; }

  #contact_tel {
    border: solid thin black;
    margin: 0 auto 70px auto;
    width: 90%;
    padding-top: 20px; }
    #contact_tel p {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
      #contact_tel p.tel {
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.1em;
        font-size: 30px;
        line-height: 1; }

  form {
    padding-top: 20px;
    display: block;
    margin-bottom: 100px; }
    form p.privacyPolicy {
      font-size: 15px;
      text-align: left;
      width: 80%;
      margin: 50px auto 0 auto; }
    form h1 {
      font-size: 20px; }
    form h2 {
      font-size: 18px; }
      form h2 span {
        font-size: 25px; }
    form h3 {
      font-size: 14px; }
    form div {
      margin-bottom: 70px; }
      form div ul {
        display: table;
        margin: 0 auto; }
        form div ul li {
          display: block;
          margin: 0 auto 50px auto; }
          form div ul li img {
            width: 250px;
            height: 250px; }

  table {
    width: 100%; }
    table span {
      padding-left: 0;
      display: inline-block;
      vertical-align: top;
      padding-top: 8px; }

  .form-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-left: 20px;
    box-sizing: border-box; }

  .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  .form-table td input {
    box-sizing: border-box;
    width: 100%; }

  textarea[name="お問い合わせ内容"] {
    box-sizing: border-box;
    width: 100%;
    height: 200px; }

  .form-table .radio {
    width: 20px; }

  .form-table td input[type="checkbox"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: red;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px; } }
