@charset "utf-8";

html,
body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0% !important;
}
#olgtop {
  width: 100%;
  height: 55vmax;
  background: url(../images/olg/bg_top.jpg) no-repeat top center/cover;
  position: relative;
}
#olglogo {
  width: 60%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  margin: auto;
}
#effboxR {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 10%;
}
#effboxL {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.goto img,
#topgoto img,
#effboxR img,
#effboxL img,
.samplecg img,
#effbox1 img,
#effbox2 img,
#olglogo img {
  width: 100%;
}
#topgoto {
  width: 330px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5%;
}

.box-youtube {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sample {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sample h3 {
  width: 50%;
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  padding: .5rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.sample h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  padding: 0 6px;
  background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(247, 243, 15) 70%);
}

.samplecg {
  width: 43%;
}
#sample1 {
  left: 10%;
  top: 100px;
}
#sample2 {
  right: 10%;
  top: 130px;
}

#sample3 {
  left: 10%;
  top: 350px;
}
#sample4 {
  right: 10%;
  top: 380px;
}

#sample5 {
  left: 10%;
  top: 600px;
}
#sample6 {
  right: 10%;
  top: 630px;
}
.sample p {
  margin: 0px auto 50px auto;
  text-align: center;
}

.footer-title {
  width: 100%;
}
#footer-anker {
  width: 100%;
  text-align: center;
}

.qandawrap {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.qandaa,
.qandaq {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0px 10px;
}
.qandaq {
  background-color: #ffeaa4;
}
.qandaa {
  background-color: #ebf9fa;
  padding: 10px;
}
.qandaq:first-letter {
  font-size: 180%;
  color: #eb6100;
}

.qandaa:first-letter {
  font-size: 180%;
  color: #177df1;
}

.goto {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}