body {
  position: relative;
}

.inner {
  margin: auto;
  overflow: hidden;
}

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

* {
  text-align: center;
}

.link {
  max-width: 750px;
  margin: 0 auto;
}

/*************************************/
h1, h2, p, a {
  display: block;
  line-height: 1;
}

h1 {
  margin-bottom: 0px;
}

body {
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  z-index: 100;
}

@media screen and (min-width: 750px) {
  header {
    padding-top: 29px;
  }
}

header .header_ttl {
  width: 64.4%;
}

header .header_link {
  width: 26.5%;
  margin-left: 1%;
}

header a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#cnt00 video {
  width: 100%;
  max-width: 750px;
}

#cnt01 {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

#cnt01 .link01 {
  position: absolute;
  bottom: 52.7%;
  left: 0;
}

#cnt01 .link {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 6.5%;
  left: 0;
}

#cnt01 .link p {
  width: 50%;
}

#cnt01 .link p:nth-of-type(n + 3) {
  margin-top: 1.8%;
}

.fixed_btn {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 750px;
  text-align: right;
  z-index: 10000;
}

.fixed_btn > div {
  display: inline-block;
  width: 168px;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
}

.fixed_btn > div .close {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #eaeaea;
  border-radius: 50%;
  margin-bottom: -30px;
  margin-left: 10px;
  z-index: 1;
  cursor: pointer;
}

.fixed_btn > div .close:before, .fixed_btn > div .close:after {
  content: "";
  width: 55%;
  height: 2px;
  background-color: #777;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fixed_btn > div .close:before {
  transform: rotate(-45deg);
}

.fixed_btn > div .close:after {
  transform: rotate(45deg);
}

#cnt06 {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

#cnt06 .link01 {
  position: absolute;
  bottom: 3.2%;
  left: 0;
}

#cnt07 .btn {
  cursor: pointer;
}

#cnt07 .content {
  display: none;
}

#cnt08 {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

#cnt08 .link01 {
  position: absolute;
  bottom: 1.7%;
  left: 0;
}

#cnt08 .link {
  position: absolute;
  bottom: 11.4%;
  left: 0;
}

footer {
  padding: 30px 0;
}

#form-box {
  background: #004C78;
  color: #fff;
}

#form-box * {
  text-align: left;
}

#form-box h2 {
  color: #fff;
  font-size: 2.15rem;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

#form-box .wakutsuki {
  text-align: center;
  margin-bottom: 20px;
}

#form-box .wakutsuki span {
  border: 1px #fff solid;
  padding: 4px 20px;
  font-size: 1.45rem;
  display: inline-block;
  text-align: center;
}

#form-box p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

#form-box p a {
  color: #FFEC42;
  display: inline;
}

#form-box #form {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0;
}

#form-box #form > div {
  padding: 0 5%;
}

#form-box dl {
  margin-top: 15px;
  margin-bottom: 25px;
}

#form-box dl dt {
  display: flex;
  align-items: center;
  background: #469ED7;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 20px;
}

#form-box dl dt .hissu {
  color: #469ED7;
  background: #FFEC42;
  border-radius: 5px;
  padding: 6px 8px;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 1.25rem;
}

#form-box dl dt .ttl {
  color: #fff;
  font-size: 1.6rem;
}

#form-box dl dd p {
  font-size: 1.25rem;
  margin: -10px 0 10px;
}

#form-box dl dd p.main {
  font-size: 1.5rem;
  margin-left: 20px;
  margin-bottom: 25px;
}

#form-box dl dd + dt {
  margin-top: 20px;
}

#form-box input[type="text"], #form-box input[type="tel"] {
  margin-bottom: 10px;
}

#form-box .select_flex {
  display: flex;
  margin-bottom: 30px;
}

#form-box .select_flex > div {
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-size: 1.5rem;
}

#form-box .select_flex > div select {
  margin-right: 5px;
}

#form-box .select_flex > div:nth-of-type(1) select {
  width: 80%;
}

#form-box .select_flex > div:nth-of-type(1) select + div {
  margin-right: 15px;
}

#form-box .select_flex > div:nth-of-type(2) select {
  width: 65%;
}

#form-box .select_flex > div:nth-of-type(3) select {
  width: 65%;
}

#form-box .radio_txt {
  color: #fff;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
}

#form-box .radio_txt > div {
  margin-left: 3px;
}

#form-box .radio_txt > div div {
  font-size: 1rem;
  display: inline;
}

#form-box .radio_txt.block {
  display: flex;
}

#form-box .radio_txt.block + .block {
  margin-top: 10px;
  margin-bottom: 20px;
}

#form-box .doui_btn {
  color: #fff;
  margin-bottom: 30px;
}

#form-box .doui_btn label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

#form-box .doui_btn label .mwform-checkbox-field-text {
  display: block;
  margin-left: 5px;
}

#form-box .doui_btn + p {
  text-align: center;
}

#form-box .ERR {
  color: #fcffb6;
}
