html {
  margin: 0px; }

body {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  font-size: 15.6px; }

h1 {
  margin: 0; 
}

h4 {
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}
.h4_header {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.top-img {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 120px;
  
}

.header ul {
  display: flex;
  justify-content: space-between;
}

.header ul {
  max-width: 800px;
  margin: auto;
}

.box_in p {
  margin: 0;
  margin-bottom: 2.4em;
}

.access {
  padding: 10px;
  text-align: center;
}

.access_inner {
  background-image: linear-gradient(179.4deg, #21c8f3 1.8%, rgba(22, 255, 245, 0.6) 97.1%);
  margin: 0 auto 45px;
  border-radius: 2.5px;
  max-width: 800px;
  padding: 30px 30px 15px;
}

.access_button {
  background-color: #fff;
  color: #111;
  padding: 1em;
  width: 250px;
  margin: 0 auto;
  border-radius: 2.5px;
  position: relative;
  }
 
.access_button a {
  color: #111;
  position: absolute;
    top: 0.25em;
    left: 0;
    height:100%;
    width: 100%;
}

.access_time p {
  margin: 0;
  margin-top: 10px;
  
}


/* nav {
  background-image: linear-gradient(179.4deg, #21c8f3 1.8%, rgba(22, 255, 245, 0.6) 97.1%);
} */
.header {
  /* background-image: linear-gradient(179.4deg, #21c8f3 1.8%, rgba(22, 255, 245, 0.6) 97.1%); */
}
nav {
  background-image: url('../img/01back.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 450px;
  /* background-position: bottom 75px right 50%; */
}

@media screen and (min-width: 500px) {
  nav {
    background-image: url('../img/01back.png');
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 800px;
    background-position: bottom 65% right 50%;
  }
}

nav ul {
  height: 60px;
  margin: 0;
  padding: 0;
}
  nav ul li {
    list-style: none; }
    nav ul li .logo img {
      /* position: absolute;
      z-index: 0;
      padding: 10px;
      width: 45px;
      height: 45px; 
      margin: 10px; */
      margin: 10px;
    }
    nav ul li .logo h1 {
      font-size: 30px;
      position: relative;
      z-index: 1; }
  nav ul .tel {
    /* position: absolute;
    top: 20px;
    right: 3%;
    align-items: center;  */
    margin: 10px;
  }
  nav ul a {
    text-decoration: none;
    color: white; }
  nav ul .btn {
    border-radius: 45px;
    width: 150px;
    background-color: #1168a6;
    padding: 4px;
    text-align: center;
    color: white;
    cursor: pointer;
    opacity: 0.7; }
  nav ul .btn:hover {
    opacity: 1.5; }

.h3_header {
  text-align: center;
  padding-top: 2.5em;
  font-size: 1.7em; 
  margin: 0;
  margin-bottom: 1.2em;
  font-family: verdana;
  font-weight: 900;
}

.h3_header_h3 {
  text-align: center;
  padding-top: 1.2em;
  font-size: 1.4em; 
  margin: 0;
  margin-bottom: 10px;
  font-family: verdana;
  font-weight: 600;
}

.main_text {
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  justify-content: center; }
  .main_text p {
    text-align: center; }

.card {
  margin-bottom: 4em;
}

.card-box {
  place-content: center;
  /* display: flex; */
  /* Put a card in the next row when previous cards take all width */
  /* flex-wrap: wrap; */
  padding: 10px;
  /* margin-left: -8px;
  margin-right: -8px;  */
  max-width: 800px;
  margin: 0 auto;
}
.card img {
  width: 272px;
  margin-bottom: 0.5em;
}
  .card-box .card {
    /* There will be 4 cards per row */
    /* flex-basis: 25%; */
    text-align: center;
    /* padding-left: 10px;
    padding-right: 10px; */
    align-items: center; }
    .card-box .card .main_body {
      display: flex;
      align-items: center;
      justify-content: center; }

.goods {
  background-image: linear-gradient(109.6deg, #79cbca 11.2%, #77a1d3 91.1%); 
  color: #fff;
}

.thanks {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .complete-center {
    text-align: center;
  }
  .thanks {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
  }
}


.flow {
  max-width: 800px;
  margin: auto;
}

.flow li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center; }
  .flow li .number {
    position: absolute;
    font-size: 35px;
    left: 12px;
    top: -25px;
    color: greenyellow; }
  .flow li .flow-header {
    background: linear-gradient(transparent 75%, #c1ffff 75%);
    padding-left: 40px;
    font-weight: bold; }
  .flow li dl {
    width: 100%; }
  .flow li dd {
    max-width: 800px;
    margin-inline-start: 0px; }
  .flow ul {
    padding: 10px;
  }

.flow li .voice-header {
  padding-left: 0;
}

.flow li .voice-header span {
  font-size: 1.2em;
}

/* .container {
  padding: 10px;
} */

.flex_button {
  text-align: center;
  margin-top: 10px;
}

.flex_button_inner {
  display: inline-flex;
}

.btn-secondary {
  margin-right: 5px; 
}
.btn-success {
  margin-left: 5px; 
}

#form {
  background-image: linear-gradient(109.6deg, #79cbca 11.2%, #77a1d3 91.1%); 
  padding: 10px;
  padding-bottom: 45px;
  /*margin-bottom: 30px;*/
}
#form_login {
  padding: 10px;
  /*padding-bottom: 45px;
  margin-bottom: 30px;*/
}

#form h2 {
  padding-top: 2em;
  color: #fff;
}

#form_login h2 {
  padding-top: 2em;
  color: #fff;
}

#form_confirm {
  background-image: linear-gradient(109.6deg, #79cbca 11.2%, #77a1d3 91.1%); 
  padding: 10px;
  padding-bottom: 45px;
  margin-bottom: 30px;
}

#form_comfirm input {
  pointer-events : none;
}


.attention {
  background-color: #f3ba1f;
  font-size: 0.75em;
  padding: 0.25em;
}

.contact_form {
  max-width: 800px;
  /* width: 90%; */
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
  .contact_form p {
    margin-top: 10px; }
  .contact_form .form_table {
    width: 100%; }
    .contact_form .form_table th, .contact_form .form_table td {
      border: 1px solid #dbe1e8;
      padding: 15px;
      background: #FFF;
      border-top: none; }
    .contact_form .form_table th {
      background: #ff8e8e;
      color: #FFF;
      text-align: left;
      width: 120px; }
    .contact_form .form_table tr {
      padding-bottom: 50px; }
      .contact_form .form_table tr .form_table tr, .contact_form .form_table tr .form_table th, .contact_form .form_table tr .form_table td {
        display: block;
        width: auto; }
      .contact_form .form_table tr tr:first-child {
        border-top: 1px solid #dbe1e8; }
  .contact_form label input {
    margin-bottom: 20px; }
  .contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, select {
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    /* padding: 12px 15px; */
    padding-top: 1.2em;
    width: 100%;
    transition: 0.8s;
    border: 1px solid #CCC; 
    padding: 5px;
    margin-bottom: 1em;
    margin-top: 0.75em;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .contact_form input[type="submit"] {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 45px;
    margin: auto;
    border-radius: 5px;
    font-weight: 900;
    font-size: 1.5rem;
    color: #fff;
    background-color: #1696e8;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  button {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 30px;
    margin: auto;
    border-radius: 5px;
    font-weight: 900;
    font-size: 0.75em;
    color: #fff;
    background-color: #1696e8;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .contact_form input[type="reset"] {
    width: 150px;
    height: 50px; }
  .contact_form input[type="button"] {
    width: 150px;
    height: 50px; }
  .contact_form select {
    padding: 8px;
    margin-top: 0.75em;
  }

.wrap {
  width: 100%;
  background-image: linear-gradient(179.4deg, #21c8f3 1.8%, rgba(22, 255, 245, 0.6) 100%);
  position: fixed;
  bottom: 0;
  z-index: 999; }

.footer {
  background-image: linear-gradient(109.6deg, #79cbca 11.2%, #77a1d3 91.1%); 
  text-align: center; 
  padding: 30px 10px 20px;

}
  .footer .copy-right {
    margin: 0;
    padding: 0%; }
  .footer a {
    text-decoration: none; 
    color: #333;
  
  }

    
.table-bordered {
  margin: 0 auto;
}

.table-bordered th {
  text-align: right;
  margin-right: 1em;
}

caption {
  margin-bottom: 10px;
  font-weight: bold;
}

.law {
  padding: 10px;
}

.law-inner {
  max-width: 800px;
  margin: 0 auto;
}

.law-content dd {
  border-bottom: 0.5px solid #999;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
.law-content dt {
  margin-bottom: 1em;
  margin-top: 2.5em
}
.law-content dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.qa {
  height: 100px;
  word-wrap: break-word;
    word-break: break-all;
    white-space: normal;

}

/*# sourceMappingURL=styles.css.map */
