body {
  padding-bottom: 110px;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  width: 100%;
}

#ad {
  position: relative;
}

#all {
  text-align: center;
  position: relative;
}

h1 {
  line-height: 0;
}

#cnt01 .flex ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#cnt02 .flex {
  padding: 0 10%;
}
#cnt02 .flex li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cnt02 .flex li + li {
  margin-left: 5px;
}

.button a {
  margin: auto;
  background: #ff5582;
  color: #fff142;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 4px rgb(206, 62, 114);
          box-shadow: 0 4px rgb(206, 62, 114);
}

.button.glay a {
  color: #fff;
  background-color: #999999;
  -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}

.red_comment {
  font-weight: bold;
  font-size: 1.7rem;
  color: #ff0000;
  text-align: center !important;
}

.campaign + .inner .red_comment {
  margin-top: -10px;
  margin-bottom: 13px;
}

form dl dd .red_comment {
  margin-bottom: 20px;
}

#access {
  position: relative;
  padding: 30px 0 50px;
  background-color: #fffabc;
}
#access .inner div {
  background: #fff;
  padding: 8px;
  margin: 10px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#access iframe {
  width: 100%;
  height: 300px;
}
#access:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/wave03.png);
  background-size: auto 10px;
  background-repeat: repeat-x;
  background-position: bottom center;
}

#application_form {
  background: #fff;
  padding: 0px 0 30px;
}
#application_form h2 {
  background-color: #00a6ea;
  padding: 25px 0 20px 0;
}
#application_form p {
  text-align: left;
  letter-spacing: 0;
}
#application_form p a {
  text-decoration: underline;
  color: #3f9be7;
}

footer {
  color: #fff;
  background-color: #3f9be7;
  padding: 50px 0 40px;
  font-size: 1.2rem;
}
footer a {
  color: #fff;
}
footer #footer_access .inner div {
  background: #fff;
  padding: 8px;
  margin: 2px 0 10px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #666666;
  font-weight: bold;
}
footer #footer_access iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}
footer address {
  margin: 5px 0;
}
footer .tel {
  margin: 10px 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
footer .tel a {
  font-size: 3.5rem;
  font-family: "Roboto", sans-serif;
}
footer .tel + div {
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 5px 0;
}
footer .copyright {
  font-size: 1rem;
}
footer ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
footer ul li {
  margin: 0 5px;
}
footer .button a {
  margin: auto;
  background: #ff5582;
  color: #fff;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 0;
  width: 150px;
}
footer .time + .time {
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 5px 0;
  margin-top: 5px;
  border-color: #FFF791;
  background: #FFF791;
  color: #C1272D;
}

#ad footer {
  background: #3f9be7 url(../img/wave.png) repeat-x top left;
  background-size: auto 30px;
  background-repeat: repeat-x;
}

input[type=checkbox], input[type=radio] {
  margin-bottom: 2px !important;
  margin-right: 7px !important;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit !important;
  }
}
@media screen and (min-width: 801px) {
  .pc {
    display: inherit !important;
  }
  .sp {
    display: none;
  }
}
#fixedbtn {
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 0 10px;
  background: #e50044;
}
#fixedbtn p {
  background-color: #fff;
  color: #c1272d;
  font-size: 1.45rem;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 30px 10px 30px;
}
#fixedbtn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
#fixedbtn > div > div {
  padding: 0 15px;
}
#fixedbtn > div > div + div {
  border-left: 1px #fff solid;
}

/***************privacy****************/
#privacy #container {
  text-align: justify;
  padding: 30px 5%;
}

#privacy h1, #privacy dt, #privacy p, #privacy dd {
  padding: 0;
  margin: 0;
}

#privacy h1 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 5px;
}

#privacy dt {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.1em;
}

#privacy p, #privacy dd {
  font-size: 1em;
}

#privacy .privacybutton {
  margin-top: 30px;
  text-align: center;
}

#privacy .privacybutton a {
  background: #ff7b9e !important;
  display: inline-block;
  margin: auto;
  color: #fff !important;
  padding: 20px 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}