@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
  font-size: 1em;
  overflow-x: hidden;
  background-image: url(../img/back.jpg);
  background-position: 0px -300px;
  background-size: contain;
  background-repeat: no-repeat;
}
.svgk{
  width: 3.5rem;
  margin-right: 10px;
}

.ad_fles{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.chui {
  font-size: 13px;
}
.stop_msg_s {
  display: block;
  font-size: 0.9em;
  color: #f90000;
}

.form-control[readonly] {
  background: #7b7b7b;
  pointer-events: none;
}

.katarogu {
  background: #1f2988;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 8px;
}
.katarogu:hover {
  background: #ff0;
}

.k1:before,
.k2:before,
.k3:before,
.k4:before,
.k5:before,
.k6:before,
.k0:before {
  content: "";
  display: inline-block;
  width: 4em;
  height: 4.6em;
  background-size: contain;
  vertical-align: middle;
  float: left;
  clear: both;
  margin-right: 15px;
}

@media only screen and (max-width: 969px) {
  .k1:before,
  .k2:before,
  .k3:before,
  .k4:before,
  .k5:before,
  .k6:before,
  .k0:before {
    width: 2em;
    height: 2em;
    margin-bottom: 25px;
  }
}



.k1:before {
  background: url(../img/k1.svg) no-repeat;
}
.k2:before {
  background: url(../img/k2.svg) no-repeat;
}
.k3:before {
  background: url(../img/k3.svg) no-repeat;
}
.k4:before {
  background: url(../img/k4.svg) no-repeat;
}
.k5:before {
  background: url(../img/k5.svg) no-repeat;
}
.k6:before {
  background: url(../img/k6.svg) no-repeat;
}
.k0:before {
  background: url(../img/k0.svg) no-repeat;
}

.medatsu {
  vertical-align: middle;
  font-weight: bold;
  width: 454px;
}
.kuchisu {
  display: table-cell;
  font-size: 0.7em;
  background: #7484f5;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  margin: 5px;
  position: relative;
  top: 3px;
}

#page_top {
  width: 150px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  /* width: 150px; */
  /* height: 10px; */
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ページ下へいく";
  font-size: 12px;
  color: #fff;
  position: absolute;
  /* width: 25px; */
  /* height: 25px; */
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.kokode {
  animation: anime-kokode 3s ease 0s forwards;
}

@keyframes anime-kokode {
  0% {
    opacity: 40%;
  }
  40% {
    opacity: 100%;
  }
  70% {
    opacity: 90%;
  }
  100% {
    opacity: 0%;
  }
}

.back {
  animation: anime1 3.5s ease;
}

@keyframes anime1 {
  0% {
    opacity: 60%;
    width: 165%;
  }
  100% {
    opacity: 100%;
  }
}

.logo {
  animation: anime2 0.5s ease-out;
}

@keyframes anime2 {
  0% {
    opacity: 0%;
    width: 60%;
  }
  100% {
    opacity: 100%;
  }
}

.kyosanlogo,
.kyosanlogo2 {
  animation: anime3 0.5s ease-out 0.2s;
}

@keyframes anime3 {
  0% {
    opacity: 0%;
    width: 70%;
  }
  100% {
    opacity: 100%;
  }
}

.form_area {
  animation: uehe 0.5s ease-out 3.4s forwards;
}

@keyframes uehe {
  0% {
    position: relative;
    top: 0;
  }
  100% {
    position: relative;
    top: -260px;
  }
}

@media only screen and (max-width: 768px) {
  @keyframes uehe {
    0% {
      position: relative;
      top: 0;
    }
    100% {
      position: relative;
      top: -110px;
    }
  }
}

img {
  width: 100%;
}

.head {
  position: relative;
}

.head .logo,
.head_sub .logo {
  width: 480px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.head_sub .logo {
  width: 420px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.head .kyosanlogo {
  width: 335px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.head .kyosanlogo2 {
  width: 480px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.head_sub .kyosanlogo {
  width: 350px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 185px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.head_sub .kyosanlogo2 {
  width: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.kokode {
  width: 725px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-size: 2.6em;
}

.main_content {
  position: absolute;
  top: 710px;
  width: 100%;
}

.form_area {
  border-radius: 10px;
  width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border: solid 5px rgba(39, 45, 131, 0.7);
}

.form_area p {
  font-size: 1em;
  font-wight: bold;
  line-height: 190%;
}

.form_area p,
.form_area h2 {
  text-align: center;
}

.form_area table {
  width: 650px;
  /* border:solid 1px  #000; */
  margin: 0 auto;
}

.form_area table th,
.form_area table td {
  text-align: center;
  padding: 3px 5px;
}
.form_area table th {
  font-size: 1.2em;
  padding: 20px 0;
}

.form_area table td input[type="text"] {
  border: solid 2px rgba(39, 45, 131, 0.8);
  width: 150px;
  padding: 3px 10px;
  text-align: right;
  font-size: 1.1em;
  border-radius: 8px;
}

.form_area input[type="submit"] {
  font-size: 20px;
  border: none;
  padding: 10px;
  background: #ff0;
  font-wight: bold;
  text-align: center;
  width: 200px;
}
.form_area input[type="submit"]:hover {
  background: #272d83;
  color: #fff;
}

.submitbtn {
  text-align: center;
  margin: 50px;
}

.footer {
  background: #272d83;
  color: #fff;
  padding: 30px;
  margin-top: 100px;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li {
  display: inline;
  padding-right: 30px;
}
.footer li a {
  color: #fff;
  text-decoration: underline;
}
.footer li a:hover {
  text-decoration: none;
}

.head_sub {
  padding: 50px;
  font-size: 0.8em;
}

.bg-white {
  border-radius: 10px;
  width: 980px;
  margin: 200px auto 0px auto;
  background: rgba(255, 255, 255, 0.85) !important;
  border: solid 5px rgba(39, 45, 131, 0.7);
}

@media only screen and (max-width: 768px) {

.svgk{
  width: 2rem;
}



  
  body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 1em;
    overflow-x: hidden;
  }

  .bigarea {
    background-image: url(../img/back.jpg);
    background-position: 0px 100px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .medatsu {
    font-size: 1.2em;
    color: #272d83;
    font-weight: bold;
    line-height: 120%;
    width: 80%;
  }

  .head {
  }
  .head .back {
    position: absolute;
    top: 150px;
  }

  .heading {
    padding: 50px 50px 30px 50px;
    margin-bottom: 0;
  }

  .form_area {
    width: 90%;
    box-sizing: border-box;
    padding: 20px;
  }
  .form_area table {
    width: 80%;
  }

  .form_area table tr {
    display: inline;
  }
  .form_area table th,
  .form_area table td {
    display: block;
  }
  .form_area table td:last-of-type {
    margin-bottom: 25px;
    border-bottom: solid 1px #a2a2a2;
    padding-bottom: 10px;
  }

  .head .logo {
    width: 80%;
    top: 0px;
  }
  .head .kyosanlogo {
    width: 50%;
    top: 130px;
  }
  .head .kyosanlogo2 {
    width: 60%;
    top: 90px;
  }

  .head_sub .logo {
    width: 80%;
    top: 10px;
  }
  .head_sub .kyosanlogo {
    width: 50%;
    top: 135px;
  }
  .head_sub .kyosanlogo2 {
    width: 60%;
    top: 100px;
  }

  .main_content {
    position: absolute;
    top: 380px;
    width: 100%;
  }

  .footer li {
    display: block;
    padding-right: 0px;
  }

  .form_area table th {
    font-size: 1.2em;
    padding: 0;
  }

  .kokode {
    width: 80%;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    font-size: 1.1em;
  }

  .bg-white {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    margin: 100px auto 0px auto;
    background: rgba(255, 255, 255, 0.85) !important;
    border: solid 5px rgba(39, 45, 131, 0.7);
  }
}