@charset "UTF-8";
.l-header_top {
  background: linear-gradient(90deg, #e8e8e8, #e8e8e8) no-repeat bottom;
  background-size: 100% 2px;
  border-bottom: none;
  padding: 16px 13px 18px;
}
.l-header_top a {
  color: #ed6c00;
  text-decoration: none;
}
.l-header_top img {
  display: inline-block;
  width: 110px;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.l-footer {
  position: static;
  padding: 0;
}
.l-footer .l-footer_btm .l-footer_btm-inner .l-footer_copyright small {
  font-size: 12px;
}

.entry_btn_fixed {
  position: fixed;
  right: 0;
  bottom: 220px;
  width: 233px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .entry_btn_fixed {
    bottom: 25vh;
    width: 50px;
  }
}
.entry_btn_fixed a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #E94709;
  padding: 17px 30px;
  border-radius: 10px 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .entry_btn_fixed a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: #E94709;
    padding: 12px;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
  }
}
.entry_btn_fixed a img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .entry_btn_fixed a img {
    width: 17px;
    height: 17px;
    margin-top: 6px;
  }
}
.entry_btn_fixed a:hover {
  opacity: 0.6;
}

/* エントリー方法 */
.entry {
  width: 100%;
  padding: 80px 0;
  background-color: #FEEBBE;
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 40px 0;
  }
}
.entry_frame {
  width: 100%;
  max-width: 696px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry_frame {
    width: 96%;
    margin: 0 auto;
  }
}
.entry_frame h2 {
  position: relative;
  color: #E94709;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  width: 27em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry_frame h2 {
    width: 14em;
  }
}
.entry_frame h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 34px;
  background: url(../images/attention.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-10%) rotate(334deg);
}
@media screen and (max-width: 768px) {
  .entry_frame h2::before {
    transform: translateY(30%) rotate(334deg);
  }
}
.entry_frame h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 34px;
  background: url(../images/attention.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-10%) rotate(386deg);
}
@media screen and (max-width: 768px) {
  .entry_frame h2::after {
    transform: translateY(30%) rotate(386deg);
  }
}
.entry_frame h1 {
  width: 200px;
  margin: 0 auto 56px;
  padding: 16px 0 0;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.entry_frame h1::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 87px;
  height: 8px;
  background: url(../images/entry_title.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .entry_frame h1 {
    margin: 0 auto 40px;
  }
}
.entry_frame .entry_step {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #ffffff;
  border: 2px solid #FF8200;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step {
    flex-wrap: wrap;
    padding: 40px 26px;
  }
}
.entry_frame .entry_step .entry_step_left {
  width: 131px;
  background-color: #FF8200;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_left {
    width: 64px;
    margin: 0 auto 24px;
  }
}
.entry_frame .entry_step .entry_step_left p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_left p {
    font-size: 12px;
    padding: 7px 0;
  }
}
.entry_frame .entry_step .entry_step_left p span {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_left p span {
    font-size: 25px;
  }
}
.entry_frame .entry_step .entry_step_right {
  width: 453px;
}
.entry_frame .entry_step .entry_step_right h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_right h3 {
    text-align: center;
  }
}
.entry_frame .entry_step .entry_step_right h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_right h4 {
    text-align: center;
  }
}
.entry_frame .entry_step .entry_step_right p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_right p {
    text-align: center;
    font-size: 14px;
  }
}
.entry_frame .entry_step .entry_step_right p.text-left {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_step .entry_step_right p.text-left {
    text-align: left;
  }
}
.entry_frame .entry_step .entry_step_right a {
  color: #FF8200;
  text-decoration: underline;
}
.entry_frame .entry_step .entry_step_right a:hover {
  text-decoration: none;
}
.entry_frame .entry_step_next::after {
  content: "";
  display: block;
  margin: 16px auto;
  width: 50px;
  height: 21px;
  background: url(../images/entry_step.svg) no-repeat;
  background-size: contain;
}
.entry_frame .entry_notes {
  width: 100%;
  padding-top: 16px;
}
.entry_frame .entry_notes p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_notes p {
    text-align: center;
    font-size: 14px;
  }
}
.entry_frame .entry_notes p.text-left {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_notes p.text-left {
    text-align: left;
  }
}
.entry_frame .entry_link {
  width: 565px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_link {
    width: 100%;
    margin: 40px auto 0;
  }
}
.entry_frame .entry_link p {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background-color: #666666;
  border-radius: 51px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_link p {
    font-size: 18px;
  }
}
.entry_frame .entry_link a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #E94709;
  border-radius: 51px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .entry_frame .entry_link a {
    padding: 24px 0;
    border-radius: 51px;
    font-size: 18px;
    font-weight: 600;
  }
}
.entry_frame .entry_link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/icon_link.png);
  background-size: contain;
  transform: translateY(-50%);
}
.entry_frame .entry_link a:hover {
  opacity: 0.6;
}

/* プレゼント詳細 */
.present {
  width: 100%;
  padding: 80px 0;
  background-color: #FBD169;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 40px 0;
  }
}
.present_frame {
  width: 100%;
  max-width: 696px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .present_frame {
    width: 96%;
  }
}
.present_frame h1 {
  width: 208px;
  margin: 0 auto 88px;
  padding: 16px 0 0;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .present_frame h1 {
    margin: 0 auto 64px;
  }
}
.present_frame h1::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 87px;
  height: 8px;
  background: url(../images/entry_title.svg) no-repeat;
  background-size: contain;
}
.present_frame .charge_energy {
  position: relative;
  width: 100%;
  padding: 72px 62px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy {
    padding: 48px 28px 40px;
  }
}
.present_frame .charge_energy::before {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 452px;
  height: 75px;
  background: url(../images/charge_energy.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy::before {
    width: 92%;
  }
}
.present_frame .charge_energy .present_detail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.present_frame .charge_energy .present_detail_title {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy .present_detail_title {
    margin-bottom: 16px;
  }
}
.present_frame .charge_energy .present_detail_title p {
  position: relative;
  display: block;
  color: #E2020D;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  width: 9em;
  margin: 0 auto;
}
.present_frame .charge_energy .present_detail_title p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 50.6px;
  background: url(../images/attention_r.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-35%) rotate(334deg);
}
.present_frame .charge_energy .present_detail_title p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 50.6px;
  background: url(../images/attention_r.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-35%) rotate(386deg);
}
.present_frame .charge_energy .present_detail_left {
  width: 295px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy .present_detail_left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.present_frame .charge_energy .present_detail_right {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy .present_detail_right {
    width: 100%;
  }
}
.present_frame .charge_energy .present_detail_right .present_prize {
  padding-bottom: 16px;
  border-bottom: 1px solid #E94709;
  margin-bottom: 16px;
}
.present_frame .charge_energy .present_detail_right h2 {
  color: #E94709;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy .present_detail_right h2 {
    text-align: center;
  }
}
.present_frame .charge_energy .present_detail_right h3 {
  color: #E94709;
  font-size: 20px;
  font-weight: 600;
}
.present_frame .charge_energy .present_detail_right h3 span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy .present_detail_right h3 {
    text-align: center;
  }
}
.present_frame .charge_energy .present_detail_right p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.present_frame .charge_energy .present_detail_size {
  width: 100%;
  margin-top: 24px;
}
.present_frame .charge_energy .present_detail_size p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.present_frame .charge_energy .under_line {
  padding-bottom: 40px;
  background-image: linear-gradient(to right, #000 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_energy .under_line {
    padding-bottom: 48px;
  }
}
.present_frame .charge_wallet {
  position: relative;
  width: 100%;
  padding: 92px 62px 40px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet {
    padding: 48px 28px 40px;
  }
}
.present_frame .charge_wallet::before {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 452px;
  height: 79px;
  background: url(../images/charge_wallet.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet::before {
    width: 92%;
  }
}
.present_frame .charge_wallet .present_detail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.present_frame .charge_wallet .present_detail_left {
  width: 295px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet .present_detail_left {
    width: 100%;
    margin-bottom: 22px;
  }
}
.present_frame .charge_wallet .present_detail_right {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet .present_detail_right {
    width: 100%;
  }
}
.present_frame .charge_wallet .present_detail_right .present_prize {
  padding-bottom: 16px;
  border-bottom: 1px solid #E94709;
  margin-bottom: 16px;
}
.present_frame .charge_wallet .present_detail_right h2 {
  color: #E94709;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}
.present_frame .charge_wallet .present_detail_right h2 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet .present_detail_right h2 {
    text-align: center;
  }
}
.present_frame .charge_wallet .present_detail_right h3 {
  color: #E94709;
  font-size: 20px;
  font-weight: 600;
}
.present_frame .charge_wallet .present_detail_right h3 span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet .present_detail_right h3 {
    text-align: center;
  }
}
.present_frame .charge_wallet .present_detail_right p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.present_frame .charge_wallet .present_detail_note {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .present_frame .charge_wallet .present_detail_note {
    margin-top: 24px;
  }
}
.present_frame .charge_wallet .present_detail_note li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
.present_frame .entry_link {
  width: 565px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .present_frame .entry_link {
    width: 100%;
    margin: 40px auto 0;
  }
}
.present_frame .entry_link p {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background-color: #666666;
  border-radius: 51px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .present_frame .entry_link p {
    font-size: 18px;
  }
}
.present_frame .entry_link a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #E94709;
  border-radius: 51px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .present_frame .entry_link a {
    padding: 24px 0;
    border-radius: 51px;
    font-size: 18px;
    font-weight: 600;
  }
}
.present_frame .entry_link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/icon_link.png);
  background-size: contain;
  transform: translateY(-50%);
}
.present_frame .entry_link a:hover {
  opacity: 0.6;
}

.campaign {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}
.campaign_frame {
  width: 100%;
  max-width: 696px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .campaign_frame {
    width: 96%;
  }
}
.campaign_frame h1 {
  width: 226px;
  margin: 0 auto 88px;
  padding: 16px 0 0;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .campaign_frame h1 {
    margin: 0 auto 64px;
  }
}
.campaign_frame h1::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 87px;
  height: 8px;
  background: url(../images/entry_title.svg) no-repeat;
  background-size: contain;
}
.campaign_frame .accordion {
  width: 100%;
  border: 2px solid #FF8200;
  border-radius: 10px;
}
.campaign_frame .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 7px 26px;
  background-color: #ff8200;
  border: 2px solid #FF8200;
  border-radius: 6px 6px 3px 3px;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .campaign_frame .accordion summary {
    font-size: 21px;
    line-height: 30px;
  }
}
.campaign_frame .accordion summary span {
  margin: 0 auto;
}
.campaign_frame .accordion summary::-webkit-details-marker {
  display: none;
}
.campaign_frame .accordion summary::before {
  width: 2px;
  height: 26px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  right: 26px;
  rotate: 90deg;
}
.campaign_frame .accordion summary::after {
  transition: rotate 0.3s;
  width: 2px;
  height: 26px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.campaign_frame .accordion[open] summary::after {
  rotate: 90deg;
}
.campaign_frame .accordion div {
  transform: translateY(-10px);
  opacity: 0;
  padding: 24px 26px;
  transition: transform 0.5s, opacity 0.5s;
}
.campaign_frame .accordion[open] div {
  transform: none;
  opacity: 1;
}
.campaign_frame .accordion h2 {
  width: 100%;
  color: #FF8200;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 1px solid #FF8200;
  margin-bottom: 16px;
}
.campaign_frame .accordion p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.campaign_frame .accordion p.mb-8 {
  margin-bottom: 8px;
}
.campaign_frame .accordion p.mb-16 {
  margin-bottom: 16px;
}
.campaign_frame .accordion p.none {
  margin-bottom: 0;
}
.campaign_frame .accordion ul {
  margin-bottom: 40px;
}
.campaign_frame .accordion ul.none {
  margin-bottom: 0;
}
.campaign_frame .accordion li {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
.campaign_frame .accordion a {
  color: #FF8200;
  text-decoration: underline;
}
.campaign_frame .accordion a:hover {
  text-decoration: none;
}
.campaign_frame .campaign_contact {
  border: 2px solid #FF8200;
  border-radius: 10px;
  margin-top: 35px;
}
.campaign_frame .campaign_contact h3 {
  width: 100%;
  padding: 9px 0;
  background-color: #FF8200;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .campaign_frame .campaign_contact h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.campaign_frame .campaign_contact div {
  padding: 24px 20px;
}
.campaign_frame .campaign_contact div h4 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}
.campaign_frame .campaign_contact div h4.mb-8 {
  margin-bottom: 8px;
}
.campaign_frame .campaign_contact div h4.mtb-8 {
  margin: 32px 0 8px;
}
.campaign_frame .campaign_contact div h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.campaign_frame .campaign_contact div h5.tel::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 32px;
  background: url(../images/icon_tel.svg) no-repeat;
  background-size: contain;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .campaign_frame .campaign_contact div h5.mail {
    font-size: 16px;
  }
}
.campaign_frame .campaign_contact div h5.mail::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 26px;
  background: url(../images/icon_mail.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.campaign_frame .campaign_contact div p.tel {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .campaign_frame .campaign_contact div p.tel {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
.campaign_frame .campaign_contact div p.mail {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 0 6px;
}
.campaign_frame .campaign_contact_app {
  border: 2px solid #FF8200;
  border-radius: 10px;
  margin-top: 40px;
}
.campaign_frame .campaign_contact_app h3 {
  width: 100%;
  padding: 9px 0;
  background-color: #FF8200;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .campaign_frame .campaign_contact_app h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.campaign_frame .campaign_contact_app div {
  padding: 24px 26px;
}
.campaign_frame .campaign_contact_app div h4 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}
.campaign_frame .campaign_contact_app div h4.mb-24 {
  margin-bottom: 24px;
}
.campaign_frame .campaign_contact_app div h4 a {
  text-decoration: underline;
}
.campaign_frame .campaign_contact_app div h4 a:hover {
  text-decoration: none;
}
.campaign_frame .campaign_contact_app div h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.campaign_frame .campaign_contact_app div h5::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 32px;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.campaign_frame .campaign_contact_app div p {
  width: 548px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .campaign_frame .campaign_contact_app div p {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
}
.campaign_frame .eneos_app_lpbanner {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .campaign_frame .eneos_app_lpbanner {
    margin-top: 40px;
  }
}
.campaign_frame .eneos_app_lpbanner a:hover {
  opacity: 0.6;
}
.campaign_frame .entry_link {
  width: 565px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .campaign_frame .entry_link {
    width: 100%;
    margin: 40px auto 0;
  }
}
.campaign_frame .entry_link p {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background-color: #666666;
  border-radius: 51px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .campaign_frame .entry_link p {
    font-size: 18px;
  }
}
.campaign_frame .entry_link a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #E94709;
  border-radius: 51px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .campaign_frame .entry_link a {
    padding: 24px 0;
    border-radius: 51px;
    font-size: 18px;
    font-weight: 600;
  }
}
.campaign_frame .entry_link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/icon_link.png);
  background-size: contain;
  transform: translateY(-50%);
}
.campaign_frame .entry_link a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */