/*  ---------------------------
			Layout
---------------------------  */
/* Scss Document */
/* Scss Document */
#kv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  #kv {
    margin-top: 60px;
  }
}

#cnt {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #cnt {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
#cnt .box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 960px) {
  #cnt .box {
    padding: 7% 0 4% 0;
    margin-bottom: 30px;
  }
}
#cnt .box .ttl {
  width: 823px;
  position: absolute;
  top: -26px;
  left: 80px;
}
@media screen and (max-width: 960px) {
  #cnt .box .ttl {
    width: 90%;
    top: -15px;
    left: 5%;
  }
}

#how {
  background: url("../img/how_pc_bg.png") no-repeat bottom #FFF !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 960px) {
  #how {
    background: url("../img/how_sp_bg.png") no-repeat center #FFF !important;
    background-size: 100% auto !important;
  }
}
#how .part_1 {
  width: 660px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 960px) {
  #how .part_1 {
    width: 90%;
    margin-bottom: 4%;
  }
}
#how .part_1 a {
  margin-top: 0;
}
#how .part_2 {
  width: 690px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 960px) {
  #how .part_2 {
    width: 90%;
    margin-bottom: 4%;
  }
}
#how .movie {
  width: 580px;
  height: 320px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #how .movie {
    width: 90%;
    height: auto;
  }
}
#how .movie .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#how .movie .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#how a {
  display: block;
  width: 580px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 960px) {
  #how a {
    width: 90%;
    margin-top: 4%;
  }
}

#detail .cullum {
  width: 900px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 960px) {
  #detail .cullum {
    width: 90%;
    margin-bottom: 4%;
  }
}
#detail .cullum.top {
  border-bottom: 2px dotted #F7931E;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #detail .cullum.top {
    width: 90%;
    padding-bottom: 4%;
  }
}
#detail ul {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #detail ul {
    width: 90%;
  }
}
#detail ul li {
  position: relative;
}
#detail ul li .btn {
  width: 181px;
}
@media screen and (max-width: 960px) {
  #detail ul li .btn {
    width: 43%;
  }
}
#detail ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(1) {
    margin-bottom: 10px;
  }
}
#detail ul li:nth-child(1) .pdf_1 {
  position: absolute;
  top: 67px;
  left: 35px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(1) .pdf_1 {
    top: 58%;
    left: 5%;
  }
}
#detail ul li:nth-child(1) .exe_1 {
  position: absolute;
  top: 67px;
  left: 230px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(1) .exe_1 {
    top: 58%;
    left: 52%;
  }
}
#detail ul li:nth-child(1) .pdf_2 {
  position: absolute;
  top: 67px;
  left: 480px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(1) .pdf_2 {
    top: 86%;
    left: 5%;
  }
}
#detail ul li:nth-child(1) .exe_2 {
  position: absolute;
  top: 67px;
  left: 675px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(1) .exe_2 {
    top: 86%;
    left: 52%;
  }
}
#detail ul li:nth-child(2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}
#detail ul li:nth-child(2) .btn {
  width: 243px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(2) .btn {
    width: 43%;
  }
}
#detail ul li:nth-child(2) .pdf {
  position: absolute;
  top: 59px;
  left: 171px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(2) .pdf {
    top: 73%;
    left: 5%;
  }
}
#detail ul li:nth-child(2) .exe {
  position: absolute;
  top: 59px;
  left: 479px;
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(2) .exe {
    top: 73%;
    left: 52%;
  }
}
@media screen and (max-width: 960px) {
  #detail ul li:nth-child(3) {
    width: 100%;
  }
}

#detail.box {
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #detail.box {
    padding-bottom: 4%;
  }
}

#prize {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 960px) {
  #prize {
    padding-bottom: 10px !important;
  }
}
#prize ul {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #prize ul {
    width: 90%;
  }
}
#prize ul li:first-child {
  width: 600px;
}
@media screen and (max-width: 960px) {
  #prize ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#prize ul li:first-child .txt {
  margin-top: 20px;
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  line-height: 18px;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  #prize ul li:first-child .txt {
    display: none;
  }
}
#prize ul li:last-child {
  width: 275px;
  margin-top: -30px;
}
@media screen and (max-width: 960px) {
  #prize ul li:last-child {
    width: 100%;
    margin-top: 0;
  }
}
#prize ul li:last-child .txt {
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  display: none;
}
@media screen and (max-width: 960px) {
  #prize ul li:last-child .txt {
    margin-top: 20px;
    display: block;
  }
}
#prize dl {
  display: flex;
}
#prize dl dd {
  letter-spacing: 0;
}
#prize a.link {
  display: block;
  width: 480px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 960px) {
  #prize a.link {
    width: 90%;
    margin: 20px auto;
  }
}

#privacy {
  padding: 30px 40px !important;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #privacy {
    padding: 20px 30px !important;
  }
}
#privacy .privacy_ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #privacy .privacy_ttl {
    text-align: center;
  }
}
#privacy p {
  font-size: 13px;
}

.oubo {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}