@charset "UTF-8";

#campaign-yappari a {
  color: #0066ff;
  text-decoration: underline;
}

#flyer img {
  width: 100%;
  display: block;
}
#flyer .intro {
  position: relative;
}
#flyer .intro p {
 margin-bottom: 0;
}
#flyer .intro .btn_linecpm {
  position: absolute;
  top: 104vw;
  left: 58vw;
  width: 34vw;
  aspect-ratio: 145 / 117;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#flyer .intro .btn_linecpm a {
  display: block;
  width: 100%;
  height: 100%;
}
#flyer .intro .btn_linecpm--cs {
  background-image: url(../img/btn_linecpm_cs.png);
}
#flyer .intro .btn_linecpm--start {
  background-image: url(../img/btn_linecpm_off.png);
  animation: bound 3s infinite;
}
#flyer .intro .btn_linecpm--end {
  background-image: url(../img/btn_linecpm_end.png);
}
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
#flyer .prize {
  position: relative;
}
#flyer .prize .prize__btn {
  position: absolute;
  top: 90.666vw;
  left:49.6vw;
  width: 39.999vw
}

#flyer .prize ul li {
  margin: 0 auto;
  width: 90%;
}
#flyer .prize ul .prize__1, #flyer .prize ul .prize__2 {
  position: relative;
}
#flyer .prize ul .prize__1 a, #flyer .prize ul .prize__2 a {
  position: absolute;
  width: 75%;
  bottom: 1.5%;
  left: 16%;
}
#flyer .prize ul li + li {
  margin-top: 5.333%;
}
#requirements h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 20px;
  margin: 30px 0 20px;
}
#requirements h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
#requirements h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
#requirements_list {
  padding: 0 5.333%;
}
#requirements_list dl {
  list-style: none;
  margin-bottom: 24px;
  width: 100%;
}
#requirements_list dl:last-child {
  margin-bottom: 0;
}
#requirements_list dl dt {
  background-color: #745028;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 12px 0;
  padding: 4px 8px;
  text-align: center;
}
#requirements_list dl dd {
  box-sizing: border-box;
  font-size: 1rem;
}
#requirements_list dl dd p {
  margin: 0;
}
#requirements_list dl dd a {
  color: #0066ff;
  text-decoration: underline;
}
#requirements_list dl dd strong {
  background: #000000;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  border: 1px solid #fff;
}
#requirements_list .red {
  color: #e50012;
}
#requirements_list .dlbtn {
  padding: 2px 10px 1px;
  margin-right: 3px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background-color: #e50012;
  border-radius: 5px;
}
#requirements_list .fz-10 {
  font-size: 12px;
}
#requirements_list .requirements-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
#requirements_list .requirements-items li {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
}
#requirements_list .requirements-items li img {
  height: 200px;
}
#requirements_list .requirements-items p {
  text-align: center;
  font-size: .875rem;
  margin: 12px 0;
}
#requirements_list .requirements-items span {
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
}
#requirements_list h3 {
  margin-bottom: 10%;
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
}
#requirements_list h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 8px;
}
#requirements_list h3 span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.requirements-items-other {
  overflow: hidden;
  position: relative;
}
.requirements-items-other li {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.requirements-items-other li h4 {
  font-size: 0.6875rem;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.requirements-items-other li p {
  font-size: 0.6875rem;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.requirements-items-other li::before {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 10px;
  letter-spacing: -0.2em;
}
#applicationform {
  padding: 20px 10px;
}
#applicationform h2 {
  position: relative;
  margin-bottom: 16px;
}
#applicationform h2 span {
  font-size: 1rem;
  font-weight: bold;
  color: #c0272c;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px 0 0;
  background-color: #fff;
  text-align: left;
}
#applicationform h2:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
#applicationform a.btn-download {
  background: #c0272c;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#applicationform a.btn-download:hover {
  background-color: #981e22;
  text-decoration: none;
}
#applicationform a.btn-download img {
  margin: .4rem 0;
}
#applicationform a.btn-download span {
  font-size: .8rem;
  font-weight: bold;
}

#inq {
  background: #d1ebf8;
  padding: 20px;
}
#inq h2 {
  font-weight: 900;
  margin-bottom: .5rem;
  color: #000;
}
#inq img {
  width: 100%;
  margin: 1rem 0;
}
#inq p {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  color: #09297e;
}
#inq p.inq-notes {
  font-size: 10px;
  color: #000;
}
#inq p.inq-caution {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}


#notice {
  padding: 36px 5.333% 0 5.333%;
}
#notice h2 {
  background: #808080;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: inline-block;
  padding: .25rem 2rem;
  margin: 0 0 12px 0;
  font-weight: bold;
}
#notice p {
  margin-top: 1em;
}
#notice ul {
  margin-bottom: 1em;
}
#notice ul li {
  margin: 0 0 .25rem 2rem;
  list-style-type: disc;
}
/* #notice ul li:before {
  content: "※";
  margin-left: -1rem;
} */