* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

*::before, *::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
}

a {
  font: inherit;
  text-decoration: none;
}

img {
  object-fit: contain;
  max-width: 100%;
}

span {
  font: inherit;
  color: inherit;
}

input[type="submit"] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
  padding: 0;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
.pc {
  display: none;
}
}

.header {
  border-top: 5px solid #00CCFF;
}

.header-inner {
  margin: 0 auto;
  max-width: 100%;
  width: 960px;
}

.header-logo {
  margin: .5rem auto 0;
  max-width: 95%;
}

.header-title {
  text-align: center;
}

.entry {
  background: #fff;
  padding: 3rem 0;
}

.form-container {
  margin: 0 auto;
  max-width: 95%;
  width: 960px;
}

.required {
  color: red;
}

.entry-guidance {
  width: 720px;
  max-width: 95%;
  margin: 0 auto 4rem;
}

.form-table {
  border-collapse: collapse;
  color: #333;
  margin-bottom: 3rem;
  width: 100%;
}

.form-table th, .form-table td {
  border: 1px solid #ccc;
  padding: 1rem 1.25rem;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .form-table th, .form-table td {
    display: block;
    margin-top: -1px;
  }
}

.form-table td {
  background: #fff;
}

.form-table th:first-child {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .form-table th:first-child {
    width: 100%;
  }



}

.form-table th {
  background: #FFF9FC;
  font-weight: normal;
  text-align: left;
}

.form-table input[type="radio"] {
  margin: .25rem .5rem 0;
}

.form-table .num {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

.btn-submit {
  background: #FF6699;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 1rem 1.5rem;
  margin: 4rem auto 2rem;
  width: 200px;
}

.copy {
  border-top: 1px solid #333;
  font-size: 14px;
  margin: 0 auto 2.5rem;
  padding-top: .5rem;
  max-width: 960px;
}
