/* ------------------------------
 width: all
------------------------------ */
main section.ttlsec .wrapper .t01 {
  margin-top: 30px;
  font-size: 20px;
}

main section.s01 {
  width: 1200px;
  margin: 50px auto -100px;
}

main section.s01 .wrapper {
  padding: 100px 150px;
}

main section.s01 .wrapper .t01 {
  color: #D21C24;
  font-size: 16px;
}

main section.s01 .wrapper table {
  width: 100%;
  display: block;
}

main section.s01 .wrapper table tbody {
  display: block;
}

main section.s01 .wrapper table tr {
  display: block;
  width: 100%;
  margin-top: 20px;
}

main section.s01 .wrapper table tr.space {
  margin-top: 80px;
}

main section.s01 .wrapper table tr ul {
  margin-top: 25px;
  padding-bottom: 20px;
  font-size: 0px;
  letter-spacing: 0;
}

main section.s01 .wrapper table tr ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

main section.s01 .wrapper table tr ul li + li {
  margin-left: 0px;
}

main section.s01 .wrapper table tr ul li label {
  display: block;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}

main section.s01 .wrapper table tr ul li label input {
  width: 24px;
  height: 30px;
  vertical-align: top;
  margin-right: 5px;
}

main section.s01 .wrapper table tr th {
  display: block;
  width: 100%;
}

main section.s01 .wrapper table tr th span {
  color: #D21C24;
}

main section.s01 .wrapper table tr td {
  display: block;
  width: 100%;
  margin-top: 5px;
}

main section.s01 .wrapper table tr td input[type="text"] {
  width: 100% !important;
  display: block !important;
  border: 4px solid #C5C5C5 !important;
  border-radius: 10px;
  background-color: #F6F7F7;
  font-size: 20px;
  padding: 15px 20px;
  outline: none;
}

main section.s01 .wrapper table tr td textarea {
  width: 100% !important;
  height: 270px !important;
  display: block !important;
  border: 4px solid #C5C5C5 !important;
  border-radius: 10px;
  background-color: #F6F7F7;
  font-size: 20px;
  padding: 15px 20px;
  outline: none;
}

main section.s01 .wrapper .caution {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  margin-top: 30px;
}

main section.s01 .wrapper .caution a {
  color: #2F4580;
}

main section.s01 .wrapper .submitbtn {
  width: 440px !important;
  height: 110px !important;
  display: block !important;
  border: none !important;
  background-image: url(../../images/bg_submit.jpg);
  background-size: 100% 100%;
  border-radius: 12px;
  margin: 40px auto 0;
  font-size: 30px;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s01 .wrapper .submitbtn:hover {
  cursor: pointer;
  opacity: .4;
}

/* ------------------------------
 width < 800px
------------------------------ */
@media screen and (max-width: 800px) {
  main section.ttlsec .wrapper .t01 {
    margin-top: 20px;
    font-size: 14px;
  }
  main section.s01 {
    margin: 20px auto -50px;
    width: calc(100% - 40px);
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 20px;
  }
  main section.s01 .wrapper .t01 {
    color: #D21C24;
    font-size: 14px;
  }
  main section.s01 .wrapper table {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper table tbody {
    display: block;
  }
  main section.s01 .wrapper table tr {
    display: block;
    width: 100%;
    margin-top: 13px;
  }
  main section.s01 .wrapper table tr.space {
    margin-top: 20px;
  }
  main section.s01 .wrapper table tr ul {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: initial;
    letter-spacing: 0;
  }

  /* liは縦並び */
  main section.s01 .wrapper table tr ul li {
    display: block;
    margin-bottom: 10px;
  }

  /* ラベルを横並び固定、改行禁止 */
  main section.s01 .wrapper table tr ul li label {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;  /* ラジオボタンとテキストは同じ行 */
    line-height: 1.4;
    cursor: pointer;
  }

  /* ラジオボタン固定サイズ */
  main section.s01 .wrapper table tr ul li label input[type="radio"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 6px;
  }

  /* テキストだけ折り返す */
  main section.s01 .wrapper table tr ul li label .radio-text {
    display: block;
    flex: 1;
    min-width: 0;  /* flexboxで折り返すために必要 */
    white-space: normal;
    word-break: break-word;
    font-size: 14px;
  }

  main section.s01 .wrapper table tr th {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  main section.s01 .wrapper table tr th span {
    color: #D21C24;
  }
  main section.s01 .wrapper table tr td {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  main section.s01 .wrapper table tr td input[type="text"] {
    width: 100% !important;
    display: block !important;
    border: 2px solid #C5C5C5 !important;
    border-radius: 6px;
    background-color: #F6F7F7;
    font-size: 16px;
    padding: 10px 15px;
    outline: none;
  }
  main section.s01 .wrapper table tr td textarea {
    width: 100% !important;
    height: 150px !important;
    display: block !important;
    border: 2px solid #C5C5C5 !important;
    border-radius: 6px;
    background-color: #F6F7F7;
    font-size: 16px;
    padding: 10px 15px;
    outline: none;
  }
  main section.s01 .wrapper .caution {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin-top: 20px;
  }
  main section.s01 .wrapper .caution a {
    color: #2F4580;
  }
  main section.s01 .wrapper .submitbtn {
    width: 220px !important;
    height: 55px !important;
    display: block !important;
    border: none !important;
    background-image: url(../../images/bg_submit.jpg);
    background-size: 100% 100%;
    border-radius: 6px;
    margin: 30px auto 0;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s01 .wrapper .submitbtn:hover {
    cursor: pointer;
    opacity: .4;
  }
}
