@charset "utf-8";
.js-copytextArea {
  cursor: pointer;
}
.box-01-wrap-couponCode {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f5f5f7;
}
.wrap-couponCode {
  margin: 0 auto;
}
.couponCode-01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
}
.couponCode-01 .couponCode-tx-01 {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 0;
  color: #004386;
  font-size: 22px;
  font-weight: 700;
}
.couponCode-01 .couponCode-tx-02 {
  width: 300px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  color: #004386;
  background: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.couponCode-01 .couponCode-tx-04 {
  width: 136px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 5px;
  border-radius: 7px;
  background: #004386;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.js-copytextAlert {
  display: none;
  width: 960px;
  text-align: center;
  padding: 10px 0 !important;
  position: fixed;
  top: 50%;
  z-index: 9999;
  opacity: 0.8;
  color: #ffffff;
  background: #666;
}
.notes-01 {
  margin: 30px auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2168da;
  line-height: 1.6;
}
.notes-01 a {
  text-decoration: underline;
  color: #2168da;
}
.notes-01 a:hover {
  opacity: 0.7;
  transition: .3s;
}
.detail {
  margin: 40px auto 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #2168da;
  line-height: 1.6;
}

@media only screen and (max-width: 768px){
  .box-01-wrap-couponCode {
    padding: 5px 0 10px;
  }
  .couponCode-01 {
    padding: 0;
    flex-wrap: wrap;
  }
  .couponCode-01 .couponCode-tx-01 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0 6px;
    font-size: 18px;
  }
  .couponCode-01 .couponCode-tx-02 {
    width: 51%;
    min-height: 0;
    text-align: center;
    padding: 4px 2%;
    font-size: 20px;
    font-weight: 700;
 }
  .couponCode-01 .couponCode-tx-04 {
    width: 136px;
    min-height: 0;
    margin-left: 6px;
    font-size: 16px;
  }
  .js-copytextAlert {
    width: 100vw;
  }
  .notes-01 {
    margin: 6.1vw auto 0;
    padding: 0 3%;
    font-size: 3.5vw;
  }
  .detail {
    margin: 6.7vw auto 2vw;
    font-size: 5.3vw;
  }
}