@charset "UTF-8";
body {
  margin: 0;
  background-color: #e3dbc8;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ", Meiryo, sans-serif;
}

a {
  color: #312d46;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 30px 15px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 900px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 50px 0 100px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .img {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .img {
    margin: 25px 0;
  }
}
.content p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .content p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .content p {
    line-height: 1.7;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .intro {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    margin: 0 0 50px;
  }
}

.step {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .step {
    gap: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .step {
    gap: 50px 0;
  }
}
.step__list {
  border: 2px solid #000;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .step__list {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .step__list {
    padding: 20px;
  }
}
.step__list ul {
  margin: 0 0 0 15px;
  padding: 0;
  display: grid;
  gap: 15px 0;
}
@media only screen and (max-width: 767px) {
  .step .step3-img {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .step .step3-img {
    margin: 30px 0 0;
  }
}

h2 {
  color: #e60012;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    margin: 0 0 15px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
}

h3 {
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.3rem;
    margin: 20px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    margin: 30px 0 20px;
  }
}

.link {
  background-color: #e60012;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .link {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .link {
    height: 90px;
  }
}
.link:hover {
  opacity: 0.8;
}
.link a {
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .link a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .link a {
    font-size: 2rem;
  }
}

.moushikomi {
  min-height: 70vh;
}
.moushikomi h2 {
  background: #0a1945;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .moushikomi h2 {
    margin: 0 0 25px;
    padding: 10px 13px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi h2 {
    margin: 0 0 30px;
    padding: 13px 15px;
    font-size: 1.6rem;
  }
}
.moushikomi ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.moushikomi ul li {
  margin: 0 0 5px;
}
.moushikomi ul li:last-child {
  margin: 0;
}
.moushikomi .form input,
.moushikomi .form select,
.moushikomi .form textarea {
  font-size: 1rem;
}
.moushikomi .form select, .moushikomi .form textarea {
  padding: 5px;
  box-sizing: border-box;
}
.moushikomi .form input[type=email],
.moushikomi .form input[type=text],
.moushikomi .form textarea {
  border: 1px solid #bbb;
  padding: 13px;
  box-sizing: border-box;
  width: 100%;
}
.moushikomi .form textarea {
  height: 150px;
}
.moushikomi .form input[type=button],
.moushikomi .form input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background-color: #eee;
  margin: 20px auto 0;
  height: 60px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: 350px;
    font-size: 1.2rem;
  }
}
.moushikomi .form input[type=button]:first-child,
.moushikomi .form input[type=submit]:first-child {
  background-color: #e60012;
  color: #fff;
}
.moushikomi .form input[type=button]:hover,
.moushikomi .form input[type=submit]:hover {
  opacity: 0.8;
}
.moushikomi .form em {
  font-style: normal;
  background-color: #cc0000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}
.moushikomi .form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: show;
}
.moushikomi .form tr {
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .moushikomi .form tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.moushikomi .form tr:first-child {
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th, .moushikomi .form td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th, .moushikomi .form td {
    vertical-align: middle;
    padding: 18px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th {
    text-align: left;
    margin: 0 0 8px;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th {
    text-align: right;
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form td {
    text-align: left;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form td {
    width: 68%;
    text-align: left;
  }
}
.moushikomi .form .clip p {
  margin: 8px 0 0;
}
.moushikomi .form .clip input {
  display: block;
  margin: 0 0 5px 0;
}
.moushikomi .form .gazou-url {
  border-top: 1px solid #eee;
  margin: 15px 0 0;
  padding: 20px 0 0;
}
.moushikomi .form .gazou-url p {
  margin: 0 0 8px;
}
.moushikomi .form .submit {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 0 0 0;
}

.complete__back {
  background-color: #e60012;
  margin: 20px auto 0;
  height: 60px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .complete__back {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .complete__back {
    width: 350px;
    font-size: 1.2rem;
  }
}
.complete__back:hover {
  opacity: 0.8;
}
.complete__back a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */