@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff; }
  @media only screen and (max-width: 767px) {
    body {
      background: linear-gradient(to bottom, #666 2%, #000, #000, #000, #000, #000, #000); } }
  @media only screen and (min-width: 768px) {
    body {
      background: linear-gradient(to bottom, #666 5%, #000, #000, #000); } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.content {
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .content {
      margin: 20px 10px 30px; } }
  @media only screen and (min-width: 768px) {
    .content {
      max-width: 1000px;
      width: calc(100% - 45px);
      margin: 35px auto 80px; } }

@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 0 35px; } }
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 60px; } }

h1 {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.4rem;
      line-height: 2.0rem; } }
  @media only screen and (min-width: 768px) {
    h1 {
      margin: 0 0 35px;
      font-size: 1.8rem;
      line-height: 100%; } }

.prod {
  background-color: rgba(255, 255, 255, 0.15);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .prod {
      margin: 0 0 30px;
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) {
    .prod {
      margin: 0 0 40px;
      padding: 60px 70px; } }
  @media only screen and (min-width: 768px) {
    .prod__container {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .prod__item {
      width: 100%;
      margin: 0 0 20px; }
      .prod__item:last-of-type {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .prod__item {
      width: 47.5%; } }
  .prod__item h2 {
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .prod__item h2 {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .prod__item h2 {
        font-size: 1.4rem; } }
  .prod__item dl {
    display: flex;
    margin: 0;
    padding: 10px 5px;
    border-top: #fff dotted 1px;
    width: 100%; }
    .prod__item dl dt {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .prod__item dl dt {
          width: 26%; } }
      @media only screen and (min-width: 768px) {
        .prod__item dl dt {
          width: 20%; } }
    .prod__item dl dd {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .prod__item dl dd {
          width: 74%; } }
      @media only screen and (min-width: 768px) {
        .prod__item dl dd {
          width: 80%; } }
      .prod__item dl dd p {
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .prod__item dl dd p {
            line-height: 1.8rem; } }
        @media only screen and (min-width: 768px) {
          .prod__item dl dd p {
            line-height: 1.7rem; } }
  .prod__note {
    border: #fff solid 2px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .prod__note {
        margin: 20px 0 0;
        padding: 15px; } }
    @media only screen and (min-width: 768px) {
      .prod__note {
        margin: 30px 0 0;
        padding: 30px; } }
    .prod__note ul {
      margin: 0 0 0 20px;
      padding: 0; }
      .prod__note ul li {
        margin: 0 0 7px; }
        @media only screen and (max-width: 767px) {
          .prod__note ul li {
            line-height: 1.8rem; } }
        .prod__note ul li:last-child {
          margin: 0; }

.form {
  background-color: rgba(255, 255, 255, 0.15);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .form {
      margin: 0 0 30px;
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) {
    .form {
      margin: 0 0 40px;
      padding: 60px 70px; } }
  .form h4 {
    text-align: center;
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .form h4 {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .form h4 {
        font-size: 1.4rem; } }
  .form dl {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .form dl {
        margin: 0 auto 25px;
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .form dl {
        margin: 0 auto 30px; } }
    .form dl dt {
      text-align: left;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .form dl dt {
          width: 100%;
          margin: 0 0 8px; } }
      @media only screen and (min-width: 768px) {
        .form dl dt {
          text-align: right;
          width: 25%;
          margin: 0 25px 0 0; } }
      .form dl dt .required {
        color: #fff;
        background: #E84447;
        font-size: 0.6rem;
        margin-left: 7px;
        padding: 3px 7px;
        position: relative;
        top: -2px; }
    .form dl dd {
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .form dl dd {
          margin: 0;
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .form dl dd {
          margin: 0;
          width: 70%; } }
  .form input[type="text"] {
    font-size: 14px;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    border: 1px solid #cccccc;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .form input[type="text"] {
        padding: 9px 6px; } }
    @media only screen and (min-width: 768px) {
      .form input[type="text"] {
        padding: 8px 6px; } }
    .form input[type="text"]:focus {
      outline: 0; }
  @media only screen and (max-width: 767px) {
    .form .long {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .form .long {
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    .form .middle {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .form .middle {
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    .form .short {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .form .short {
      width: 30%; } }

.submit_container {
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .submit_container {
      max-width: 550px; } }

input[type="submit"] {
  -webkit-appearance: none;
  margin: auto;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 767px) {
    input[type="submit"] {
      width: 180px;
      font-size: 14px;
      height: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 768px) {
    input[type="submit"] {
      cursor: pointer;
      width: 240px;
      letter-spacing: 0.1em;
      font-size: 15px;
      height: 40px;
      line-height: 40px; } }

.submit {
  background: #e73428;
  color: #fff; }
  .submit:hover {
    -ms-filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2); }

.reset {
  background: #ccc;
  color: #555; }

.msg {
  text-align: center;
  border: #fff solid 3px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .msg {
      padding: 20px 0; } }
  @media only screen and (min-width: 768px) {
    .msg {
      width: 60%;
      padding: 20px 0; } }

.note {
  background-color: rgba(255, 255, 255, 0.15);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .note {
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) {
    .note {
      padding: 60px 70px; } }
  .note h3 {
    margin: 0 0 15px;
    padding: 0; }
  .note ul {
    margin: 0 0 0 20px;
    padding: 0; }
    .note ul li {
      margin: 0 0 7px; }
      @media only screen and (max-width: 767px) {
        .note ul li {
          line-height: 1.8rem; } }
      .note ul li:last-child {
        margin: 0; }

@media only screen and (max-width: 767px) {
  .complete {
    padding: 30px 0 40px; } }
@media only screen and (min-width: 768px) {
  .complete {
    padding: 70px 0 100px; } }
.complete .inner {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .complete .inner {
      height: 100vh;
      padding: 0 40px; } }
  @media only screen and (min-width: 768px) {
    .complete .inner {
      height: 80vh; } }
.complete .complete_content {
  display: flex;
  flex-direction: column; }
.complete p {
  text-align: center;
  line-height: 1.7rem;
  margin: 0;
  padding: 0; }
.complete .back {
  margin: 40px auto 0;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  background: #e73428; }
  @media only screen and (max-width: 767px) {
    .complete .back {
      width: 180px;
      height: 45px;
      line-height: 45px;
      font-size: 0.85rem; } }
  @media only screen and (min-width: 768px) {
    .complete .back {
      width: 240px;
      height: 40px;
      line-height: 40px;
      font-size: 1.0rem; } }
  .complete .back a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
  .complete .back:hover {
    -ms-filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2); }

.global_head {
  margin: 0; }
