body {
  padding-bottom: 110px;
}

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

.relative {
  position: relative;
}

.absolute {
  position: relative;
}

.absolute .top_link {
  position: absolute;
  bottom: 2%;
}

.absolute ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.absolute li {
  width: 50%;
}

#ad {
  position: relative;
}

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

h1 {
  line-height: 0;
}

.bg_yellow {
  background-image: url(../img/bg_y.png);
  background-repeat: repeat;
}

#cnt01 {
  position: relative;
}

#cnt01 .link_bt {
  position: absolute;
  bottom: 3%;
}

#cnt02 .link_bt {
  position: absolute;
  bottom: 4%;
}

#cnt03 {
  position: relative;
}

#cnt03 ul {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 5%;
}

#cnt03 li {
  width: 50%;
}

#cnt04 {
  position: relative;
}

#cnt04 .link_bt {
  position: absolute;
  bottom: 11%;
}

#cnt05 {
  position: relative;
}

#cnt05 .link_bt {
  position: absolute;
  bottom: 11%;
}

#cnt06 {
  position: relative;
}

#cnt06 .link_bt {
  position: absolute;
  bottom: 11%;
}

#cnt07 {
  position: relative;
}

#cnt07 .link_bt01 {
  position: absolute;
  bottom: 28%;
}

#cnt07 .link_bt02 {
  position: absolute;
  bottom: 6%;
}

.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;
  box-shadow: 0 4px #ce3e72;
}

.button.glay a {
  color: #fff;
  background-color: #999999;
  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;
}

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: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: 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: flex;
  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;
}
