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, p, a {
  display: block;
  line-height: 1;
}

body {
  position: relative;
}

#cnt01 {
  position: relative;
  background: #008055;
  background: -moz-linear-gradient(top, #008055 0%, #008055 62%, #93d857 100%);
  background: -webkit-linear-gradient(top, #008055 0%, #008055 62%, #93d857 100%);
  background: linear-gradient(to bottom, #008055 0%, #008055 62%, #93d857 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008055', endColorstr='#93d857',GradientType=0 );
}

#cnt01 .link_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 750px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1.1%;
}

#cnt01 .link_flex a {
  width: 50%;
  max-width: 375px;
}

#cnt01 .link {
  position: absolute;
  max-width: 750px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 32.3%;
  text-align: right;
}

#cnt01 .link a {
  display: inline-block;
  width: 50%;
}

#cnt02 {
  position: relative;
  background: #fffdf4;
  background: -moz-linear-gradient(top, #fffdf4 30%, #fff4cd 61%, #ffe6c2 100%);
  background: -webkit-linear-gradient(top, #fffdf4 30%, #fff4cd 61%, #ffe6c2 100%);
  background: linear-gradient(to bottom, #fffdf4 30%, #fff4cd 61%, #ffe6c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf4', endColorstr='#ffe6c2',GradientType=0 );
}

#cnt02 .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.6%;
  margin: 0 auto;
  max-width: 750px;
}

#cnt03 {
  background: url(../img/img03_back.png) repeat center center;
  background-size: 21px auto;
  padding-bottom: 20px;
}

#cnt03 .button {
  background: #d5e4bb;
  cursor: pointer;
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.3);
}

#cnt03 .content {
  display: none;
  padding-top: 20px;
}

#cnt03 .content div {
  padding-bottom: 15px;
}

#cnt03 .content div:nth-of-type(1) {
  background: #ffffd6;
}

#cnt03 .content div:nth-of-type(2) {
  background: #8b842d;
}

.link_box {
  background: #ffff75;
  padding-bottom: 15px;
}

#cnt04 {
  position: relative;
  background: url(../img/img04_back.png) no-repeat center center;
  background-size: 100% 100%;
}

#cnt04 .moviebox {
  position: absolute;
  left: 0;
  right: 0;
  top: 10.9%;
  margin: 0 auto;
  max-width: 750px;
}

#cnt04 .moviebox > div {
  position: relative;
  width: 82%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
}

#cnt04 .moviebox > div:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#cnt04 .moviebox > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cnt04 .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.4%;
  margin: 0 auto;
  max-width: 750px;
}
