@charset "UTF-8";
html,
body,
h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #446298;
}
a:visited {
  color: #446298;
}
a:active {
  color: #7690be;
}
a:hover {
  color: #7690be;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #000;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

article {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  article {
    flex-direction: row;
  }
}

section {
  width: 100%;
}

#cover {
  height: auto;
  background-position: top;
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  #cover {
    min-height: 100vh;
  }
}

.jk {
  text-align: center;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .jk {
    margin: 0;
  }
}
.jk img {
  width: 70%;
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.5);
}

.title {
  margin: 2rem 0 0 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
}

.itemarea {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .itemarea {
    margin: 3rem auto;
    max-width: 550px;
  }
}
.itemarea h1 {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  display: inline-block;
  margin: 2rem 0;
  padding: 0 55px;
}
.itemarea h1::before, .itemarea h1::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}
.itemarea h1::before {
  left: 0;
}
.itemarea h1::after {
  right: 0;
}

.content {
  margin: 0 auto 5rem auto;
  width: 80%;
}
.content h2 {
  text-align: left;
  padding-bottom: 0.5rem;
}

.textL {
  text-align: left;
}

.att {
  border: 1px solid #fff;
  padding: 0.5rem;
}

ul.asta {
  margin: 0;
  padding-left: 1em;
  line-height: 2rem;
}
ul.asta > li {
  text-indent: -1em;
}
ul.asta > li::before {
  display: inline;
  content: "※";
}

.enq_title {
  margin: 2rem 0 1rem 0;
  padding: 0.5rem 0.8rem;
  color: #fff;
  border-left: solid 5px #446298;
  text-align: left;
}

.enquete_form {
  text-align: left;
  padding: 0 1rem;
}

.submit_area {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .submit_area {
    flex-direction: row;
    justify-content: center;
  }
}

.answer {
  text-align: center;
}
.answer h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 2rem 0;
  background: linear-gradient(transparent 70%, #1730d2 70%);
}

.dlarea {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .dlarea {
    margin: 0 0 0 -2rem;
  }
}
@media (max-width: 768px) {
  .dlarea {
    flex-direction: column;
    margin: 0;
  }
  .dlarea .dlarea_inner img {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .dlarea {
    flex-direction: column;
  }
  .dlarea .dlarea_inner img {
    max-width: 150px;
  }
}
.dlarea .dlarea_inner {
  margin: 0.5rem;
}
.dlarea .dlarea_inner img {
  width: 80%;
}

a.links {
  color: #fff;
}

/*  form  */
.form-text {
  height: 2.4em;
  width: 90%;
  max-width: 500px;
  padding: 0 16px;
  box-shadow: 0 0 0 1px #888 inset;
  border-radius: 5px;
  background: #fff;
}
.form-text:focus {
  outline: 0;
  box-shadow: 0 0 5px 0 rgb(33, 150, 243) inset;
}

.form-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border: none;
  box-shadow: 0 0 0 1px #888 inset;
  background: #fff;
  resize: vertical;
}
.form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 5px 0 rgb(33, 150, 243) inset;
}

.form-radio {
  display: flex;
  align-items: flex-start;
}
.form-radio input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.form-radio input:checked {
  color: rgb(33, 150, 243);
}

.form-radio-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.form-radio-name::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
}

label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
label::before, label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
label::after {
  background-color: #446298;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px;
}

input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.form-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.form-checkbox input:checked {
  color: rgb(33, 150, 243);
}
.form-checkbox input option {
  border: none;
}

.form-select {
  background: #fff;
  position: relative;
}
.form-select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  pointer-events: none;
}
.form-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  cursor: pointer;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.btn_submit {
  display: inline-block;
  width: 150px;
  margin: 2rem auto;
  padding: 0.6rem;
  border: none;
  border-radius: 20px;
  background-color: #446298;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn_submit:hover {
  background-color: #7690be;
}

.btn_submit2 {
  display: inline-block;
  width: 150px;
  margin: 1rem auto 0.5rem auto;
  padding: 0.6rem;
  border: none;
  border-radius: 20px;
  background-color: #446298;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn_submit2:hover {
  background-color: #7690be;
}

.btn_submit3 {
  display: inline-block;
  width: 150px;
  margin: 1rem auto 0.5rem auto;
  padding: 0.6rem;
  border: none;
  border-radius: 20px;
  background-color: #888;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn_submit3:hover {
  background-color: #bdbdbd;
}

footer {
  position: sticky;
  top: 100vh;
  text-align: center;
  margin: 1rem 0;
  font-size: 9px;
  font-size: 0.5625rem;
}/*# sourceMappingURL=style.css.map */