@charset "UTF-8";
.pc {
  display: block; }

.sp {
  display: none; }

#section01 {
  margin-top: 150px; }
  #section01 h1 {
    text-align: center;
    font-size: 50px;
    padding: 100px 0 30px 0;
    color: #4B9BE0; }
  #section01 p {
    font-size: 20px;
    text-align: center;
    font-weight: bold; }

#section02 {
  padding: 50px 0 50px 0;
  border: solid 2px #4B9BE0;
  border-radius: 5px;
  width: 600px;
  display: block;
  margin: 0 auto 100px auto; }
  #section02 p {
    text-align: center;
    font-size: 30px;
    font-weight: bold; }

form {
  margin-bottom: 70px; }

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

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: #4B9BE0;
  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) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #section01 {
    margin-top: 0; }
    #section01 h1 {
      text-align: center;
      font-size: 35px;
      padding: 100px 0; }

  form {
    padding-top: 20px;
    display: block;
    margin-bottom: 100px; }

  table {
    width: 100%; }

  .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; }

  span {
    padding-left: 0; }

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

  #section02 {
    padding: 50px 0 50px 0;
    border: solid 2px #4B9BE0;
    border-radius: 5px;
    width: 90%;
    display: block;
    margin: 0 auto 100px auto; }
    #section02 p {
      text-align: center;
      font-size: 20px;
      font-weight: bold; } }
