@charset "UTF-8";
body {
  margin: 0;
  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 25px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 900px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 50px 0 100px;
  }
}

.hero {
  width: 95%;
  justify-content: center;
  margin: 0 auto;
  max-width: 100vw;
  padding: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .hero {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    padding-bottom: 25px;
  }
}

.intro {
  margin: 0 0 20px;
}
.intro__toptext {
  max-width: fit-content;
  margin: 10px auto 45px;
  background-color: #000;
}
.intro__toptext p {
  text-align: center;
  color: #fff100;
  font-weight: 600;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .intro__toptext p {
    margin: 15px 30px 0;
    font-size: 2rem;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.intro__toptext h2 {
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .intro__toptext h2 {
    line-height: 3.5rem;
    margin: 15px 30px 0;
    font-size: 4rem;
    padding-top: 0;
    margin-top: 0;
  }
}
.intro__text {
  background-color: #000;
  color: #fff100;
  font-weight: 600;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .intro__text {
    margin: 15px 30px 0;
    font-size: 1.5rem;
  }
}

.ex {
  margin: 0 0 40px;
}
.ex__text {
  margin: 50px 0;
}
.ex__text-lead {
  color: #e60012;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .ex__text-lead {
    font-size: 2rem;
  }
}
.ex__text-lead span {
  border-bottom: 2px solid #000;
}
.ex__text-text {
  margin: 0;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
  .ex__text-text {
    font-size: 1.7rem;
  }
}
.ex__text-text span {
  background-color: #000;
  color: #e60012;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .ex__text .ex-text02 {
    padding: 0 60px;
  }
}

.kantei {
  margin: 0 0 40px;
}
.kantei__btn {
  transition: 0.3s;
}
.kantei__btn:hover {
  opacity: 0.7;
}

.info {
  border: 2px solid #000;
  margin: 0 0 40px;
  box-sizing: border-box;
  font-weight: 500;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .info {
    font-size: 1.9rem;
  }
}
.info p {
  margin: 0;
}
.info .info-text-strong {
  font-weight: 600;
}

.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: 100px;
  }
}
.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.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .link a {
    font-size: 2.5rem;
  }
}

.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 */