* {
  box-sizing: border-box;
}

body {
  padding: 0 !important;
  font-family: 'Noto Sans JP';
  min-width: 960px;
}
@media screen and (max-width: 480px) {
  body {
    min-width: auto;
  }
}

th {text-align:center !important;}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .sp_max {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
}

p {
  color: #333;
}

.header {
  padding: 10px 0 5px;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 2px 0 0 20px;
  }
}
.header .inner > a {
  display: inline-block;
}
.header .inner > a img {
  width: 135px;
}
@media screen and (max-width: 480px) {
.p_campaign {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
}

.p_campaign .mainvisual {
  overflow: hidden;
}
.p_campaign .mainvisual h1 {
  position: relative;
  padding: 9px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .mainvisual h1 {
    padding: 0;
  }
}
.p_campaign .mainvisual h1 img {
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .p_campaign .mainvisual .inner {
    width: 100%;
  }
}
.p_campaign .closebox {
  width: 960px;
  border: 10px solid #E00A0A;
  margin: 50px auto;
  padding: 80px 0;
  background: #FBEDF1;
}
@media screen and (max-width: 480px) {
  .p_campaign .closebox {
    width: 100%;
    padding: 30px 4.6875%;
    margin: 25px 4.6875% 15px;
    width: 90.625%;
    border: 5px solid #E00A0A;
  }
}
.p_campaign .closebox > .text {
  color: #E00A0A;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p_campaign .closebox > .text {
    font-size: 20px;
  }
}
.p_campaign .center {
  text-align: center;
}
.p_campaign .min_txt {
  font-size: 14px;
  line-height: 21px;
}
.p_campaign .min_txt a {
  color: #14A3F7;
  text-decoration: underline;
}
.p_campaign .min_txt a:hover {
  text-decoration: none;
}
.p_campaign .min_txt._annotation {
  padding: 0 0 0 12px;
}
.p_campaign .min_txt._annotation span {
  margin: 0 0 0 -12px;
}
@media screen and (max-width: 480px) {
  .p_campaign .min_txt .sp_min {
    font-size: 12px;
  }
}
.p_campaign .btn-wrap {
  width: 960px;
  margin: 53px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 0 54px;
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap {
    width: 100%;
    margin: 28px auto 0;
    padding: 0 4.6875% 35px;
  }
}
.p_campaign .btn-wrap .btn {
  width: 470px;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn {
    width: calc(50% - 2.5px);
    min-height: 100px;
    align-items: baseline;
    padding: 6px;
  }
}
.p_campaign .btn-wrap .btn:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn:before {
    width: 15px;
    height: 15px;
    top: initial;
    right: initial;
    bottom: 10px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
.p_campaign .btn-wrap .btn:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #EA8943 transparent transparent transparent;
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn:after {
    border-width: 4px 3.5px 0 3.5px;
    top: initial;
    right: initial;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p_campaign .btn-wrap .btn.btn1 {
  background: #E2718E;
  box-shadow: 0px 6px 0px #BC5C74;
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn.btn1 {
    padding: 20px 0 0;
  }
}
.p_campaign .btn-wrap .btn.btn1:hover {
  transform: translateY(6px);
  box-shadow: 0px 6px 0px #fff;
}
.p_campaign .btn-wrap .btn.btn2 {
  background: #EA8943;
  box-shadow: 0px 6px 0px #C37943;
}
.p_campaign .btn-wrap .btn.btn2:after {
  border-color: #E2718E transparent transparent transparent;
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn.btn2 {
    padding: 10px 6px 6px;
  }
}
.p_campaign .btn-wrap .btn.btn2:hover {
  transform: translateY(6px);
  box-shadow: 0px 6px 0px #fff;
}
.p_campaign .btn-wrap .btn span {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn span {
    font-size: 16px;
  }
}
.p_campaign .section {
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section {
    padding: 40px 0 0;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 {
  width: 960px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 {
    width: 100%;
    margin: 0 auto 3px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .flex {
    display: block;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .flex .imgwrap {
  width: 280px;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .flex .imgwrap {
    width: 100%;
    margin: 0 0 10px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box {
  position: relative;
  margin: 45px auto 0;
  padding: 33px 0 18px;
  background: #FFE5E5;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box {
    margin: 54px auto 0;
    padding: 16px 0 20px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .imgwrap {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 350px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .imgwrap {
    width: 305px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .code {
  font-size: 50px;
  line-height: 74px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .code {
    font-size: 34px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .sp_copy p {
  font-size: 14px;
  color: #E2718E;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .cap {
  margin-top: 1em;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 10px;
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span {
  position: relative;
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #E05F80;
  position: absolute;
  top: 18px;
  left: -30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:after {
  content: '';
  width: 5px;
  height: 20px;
  background: #E05F80;
  position: absolute;
  top: 18px;
  right: -30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span > .sml {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span > .sml {
    font-size: 16px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex {
    margin: 30px 0;
    flex-wrap: nowrap;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item {
  width: 270px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item {
    width: 100%;
    text-align: center;
  }
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:first-child) {
    margin: 46px 0 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:first-child) {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:last-child) > div {
    position: relative;
    height: 100%;
  }
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:last-child) > div:before {
    content: url(../img/sp/arrow.svg);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:last-child) > div:before {
    display: none;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .sp_position:before {
    bottom: 32px !important;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2) {
  position: relative;
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):before {
  content: url(../img/ico.svg);
  position: absolute;
  top: 194px;
  left: -59px;
  transform: translateY(-50%);
  width: 40px;
  height: 22px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):before {
    display: none;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):after {
  content: url(../img/ico.svg);
  position: absolute;
  top: 194px;
  right: -59px;
  transform: translateY(-50%);
  width: 40px;
  height: 22px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):after {
    display: none;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item > img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item > img {
    width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item > div {
    padding: 0 15px;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .subttl {
  width: 110px;
  height: 30px;
  border: 2px solid #222;
  margin: 15px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #FFEB0A;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .subttl {
    margin: 15px auto;
  }
}
.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .txt {
    text-align: left;
  }
}
.p_campaign .section.sec_2 {
  padding: 50px 0 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 {
    padding: 30px 15px 0;
  }
}
.p_campaign .section.sec_2 > .inner .ttl2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .ttl2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.p_campaign .section.sec_2 > .inner .ttl2 > span {
  position: relative;
}
.p_campaign .section.sec_2 > .inner .ttl2 > span:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #EB5980;
  position: absolute;
  top: 16px;
  left: -30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .ttl2 > span:before {
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
  }
}
.p_campaign .section.sec_2 > .inner .ttl2 > span:after {
  content: '';
  width: 5px;
  height: 20px;
  background: #EB5980;
  position: absolute;
  top: 16px;
  right: -30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .ttl2 > span:after {
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
  }
}
.p_campaign .section.sec_2 > .inner .ttl2 > span > .sml {
  font-size: 26px;
}
.p_campaign .section.sec_2 > .inner .lists {
  margin: 30px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
.p_campaign .section.sec_2 > .inner .lists .list {
  width: 308px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists .list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists .list:not(:first-child) {
    margin: 30px 0 0;
  }
}
.p_campaign .section.sec_2 > .inner .lists .list .txtwrap > .ttl {
  text-align: center;
  font-size: 20px;
  margin: 20px 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists .list .txtwrap > .ttl {
    padding: 0;
  }
}
.p_campaign .section.sec_2 > .inner .lists .list .txtwrap > .txt {
  font-size: 16px;
  line-height: 1.5;
}
.p_campaign .section.sec_2 > .inner > .btn-wrap {
  margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap {
    padding: 0 0 40px;
  }
}
.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn {
  width: 400px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px #AAAAAA;
  border: 1px solid #222222;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap > .btn {
    width: 100%;
    min-height: auto;
  }
}
.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 3px 0px #fff;
}
.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  background: #EB5980;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:before {
    left: auto;
    bottom: auto;
  }
}
.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:after {
    left: auto;
    bottom: auto;
  }
}
.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn > span {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
}
.p_campaign .section.sec_2 > .inner > .box {
  margin: 0 0 60px;
  padding: 45px 87px;
  border: 10px solid #FFE5E5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .box {
    margin: 0 0 40px;
    padding: 40px 17px;
    flex-wrap: wrap;
  }
}
.p_campaign .section.sec_2 > .inner > .box .txtwrap {
  width: 410px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .box .txtwrap {
    width: 100%;
  }
}
.p_campaign .section.sec_2 > .inner > .box .txtwrap .sml {
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #333;
  line-height: 1.5;
  margin: 20px 0 0;
}
.p_campaign .section.sec_2 > .inner > .box .txtwrap .sml2 {
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
.p_campaign .section.sec_2 > .inner > .box .imgwrap {
  width: 305px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .box .imgwrap {
    margin: 30px 0 0;
    width: 100%;
  }
  .p_campaign .section.sec_2 > .inner > .box .imgwrap .sml {
    margin: 15px 0 0;
    font-size: 12px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  .p_campaign .section.sec_2 > .inner > .box .imgwrap .sml2 {
    margin: 0;
    font-size: 12px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
}
.p_campaign .section.sec_2 > .inner > .table {
  margin: 35px 0 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table {
    margin: 20px 0 0;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row {
    border: none;
    flex-wrap: wrap;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row:last-child {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row:last-child {
    border-bottom: none;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row .left {
  width: 140px;
  padding: 15px 10px 15px 15px;
  background: #F3F3F3;
  font-size: 14px;
  display: flex;              /* ← 追加 */
  align-items: center;        /* 縦方向センター */
  justify-content: center;    /* 横方向センター */
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .left {
    width: 100%;
    padding: 10px;
  vertical-align: middle;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row .right {
  width: calc(100% - 140px);
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .right {
    width: 100%;
    padding: 10px 0 25px;
    font-size: 12px;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row .right > .closebox {
  width: 100%;
  padding: 20px 0;
  margin: 10px 0 0;
}
.p_campaign .section.sec_2 > .inner > .table .row .right > .closebox > .text {
  font-size: 20px;
}
.p_campaign .section.sec_2 > .inner > .table .row .right .pnk {
  color: #EB5980;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .right .pnk {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 14px;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row .right > p.second {
  margin: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .right > p.second {
    margin: 12px 0 0;
  }
}
.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li {
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1.5;
}
.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #EB5980;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li > a {
  color: #EB5980;
}
.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li > a:hover {
  text-decoration: none;
}

.inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .inner {
    width: 92%;
  }
}

.sp_display {
  display: none;
}

.pc_display {
  display: block;
}

.hover-opacity {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover-opacity:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}

.footer {
  min-width: 960px;
  line-height: 1.5;
}

.footer img {
  border-style: none;
  vertical-align: middle;
}

.footer a {
  color: #484848;
}
.footer a:hover {
  text-decoration: none;
}

.footer__list-top {
  display: flex;
  justify-content: center;
}

.footer__list-top li a {
  font-size: 13px;
  color: #484848;
  text-decoration: underline;
  display: block;
  margin: 0 15px 0 0;
}

.footer__list-top li a:hover {
  text-decoration: none;
}

.footer__bottom-contens {
  width: 960px;
  padding: 20px;
  margin: 0 auto;
  background: #F3F3F3;
  margin-bottom: 30px;
}

.footer__bottom-ttl {
  text-align: center;
}

.footer__list-bottom {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footer__list-bottom li a {
  font-size: 13px;
  color: #484848;
  display: block;
  margin-right: 20px;
  text-decoration: underline;
  position: relative;
  padding: 0 15px 0 0;
}

.footer__list-bottom li a::before {
  content: url("/common/img/external-ico.svg");
  position: absolute;
  top: 0;
  right: 0;
}

.footer__list-bottom li a:hover {
  text-decoration: none;
}

.footer__copy {
  font-size: 13px;
  text-align: center;
  padding: 25px 0 0;
}

.footer__link {
  display: block;
  background: #FFE5E5;
  padding: 15px 0;
  font-size: 15px;
  margin: 30px 0 0;
  text-align: center;
  text-decoration: none;
}

.footer__link img {
  margin-left: 10px;
}

.footer-top__txt {
  font-size: 15px;
  margin: 15px 0 10px;
}

.footer-top__btn a {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #E56D8D;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-decoration: none;
}

.footer-top__btn a.mb-0 {
  margin-bottom: 0;
}

.footer .container {
  width: 960px;
  margin: 0 auto;
}

.footer .txt-center {
  text-align: center;
}

.footer-top__list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-top: 20px;
}

.footer-top__menu {
  margin-right: 90px;
}

.footer-top__menu-item a {
  display: block;
  font-size: 15px;
  text-decoration: underline;
  margin: 10px 0;
}

.footer-top__menu-item a:hover {
  text-decoration: none;
}

.footer-top__menu:nth-of-type(1) a {
  margin: 5px 0;
}

.footer-top__menu-item a {
  display: block;
  font-size: 15px;
  text-decoration: underline;
  margin: 10px 0;
  color: #484848;
}

.footer-top {
  min-width: 960px;
  padding: 120px 0 30px;
  margin: 0 0 20px;
  background: url(/common/img/footer-bg.svg) no-repeat center top, #FFE5E5;
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  .footer-top {
    padding: 10% 0 30px;
  }

  .pc_display {
    display: none;
  }

  .sp_display {
    display: block;
  }

  .footer {
    padding: 20px 0 0;
  }

  .footer__list-top {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }

  .footer__list-top li a {
    font-size: 11px;
    color: #484848;
    text-decoration: underline;
    display: block;
    margin: 0 15px 15px 0;
  }

  .footer__bottom-contens {
    width: auto;
    padding: 15px;
    margin: 0 auto 20px;
    background: #F3F3F3;
    margin-top: 0;
  }

  .footer__bottom-ttl {
    text-align: left;
  }

  .footer__list-bottom {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }

  .footer__list-bottom li a {
    font-size: 11px;
    color: #484848;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 15px 0 0;
  }

  .footer__list-bottom li:nth-child(4) a {
    margin-right: 0;
  }

  .footer__copy {
    font-size: 11px;
    text-align: center;
    padding: 5px 0 0;
  }

  .footer__link {
    font-size: 13px;
  }

  .footer__link {
    margin: 20px 0 0;
  }

  .footer .container {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }

  .footer-top__list {
    display: block;
    background: none;
    padding: 0;
    margin-top: 15px;
  }

  .footer-top__menu-item.sp-toggle-btn {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #484848;
    font-size: 13px;
    border-radius: 3px;
    padding: 13px 20px;
    margin: 0 0 5px;
    box-sizing: border-box;
    background: url(/common/img/circle-open.svg) no-repeat center right 20px, #FFFF;
  }

  .footer-top__menu-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #484848;
    font-size: 13px;
    border-radius: 3px;
    padding: 13px 20px;
    margin: 0 0 5px;
    background: url(/common/img/menu-ico03.svg) no-repeat center right 20px, #FFFF;
    box-sizing: border-box;
  }

  .footer-top__menu {
    margin: 0;
  }

  .sp-underlayer {
    display: none;
    background: #fff;
    margin-top: -5px;
    padding: 0 20px 20px;
    margin-bottom: 5px;
  }

  .sp-underlayer .footer-top__menu-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #484848;
    border-radius: 0;
    font-size: 13px;
    padding: 13px 20px;
    margin: 0 0 1px;
    background: url(/common/img/arow-right.svg) no-repeat center right 20px, #fee;
  }

  .footer-top__menu-item.sp-toggle-btn.open {
    background: url(/common/img/circle-close.svg) no-repeat center right 20px, #FFFF;
  }
}
@media screen and (max-width: 480px) {
  main,
  .footer,
  .footer-top {
    min-width: auto;
  }
}
.btnwrap {
  width: 960px;
  margin: 50px auto 30px;
  padding: 20px 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 480px) {
  .btnwrap {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0;
  }
}
.btnwrap > .container > .c_pc {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .btnwrap > .container > .c_pc {
    flex-wrap: wrap;
  }
}
.btnwrap > .container > .c_pc > .schedule-search_btn {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
  .btnwrap > .container > .c_pc > .schedule-search_btn {
    margin: 20px 0 0;
  }
}
.btnwrap > .container > .btn-w > a {
  margin: 20px auto 0;
}

.menu-search_btn a,
.schedule-search_btn a {
  height: 40px;
  line-height: 40px;
  width: 335px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #E56D8D;
  display: block;
  border-radius: 3px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-w a {
  color: #484848;
  display: block;
  width: 335px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
  background: #FFF;
  font-size: 13px;
  text-align: center;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  text-decoration: none;
}

.menu-search_btn a img, .schedule-search_btn a img {
  margin-right: 5px;
}

.btn-w img {
  vertical-align: middle;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner .swiper-container {
    border-bottom: 2px dotted #DEDEDE;
    margin-bottom: 15px;
  }
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
  display: none;
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next.swiper-button-disabled, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
  }
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
  top: 37%;
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next {
  background-image: url(../img/arrow1_r.svg);
  right: 8%;
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/arrow1_r_none.svg);
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
  background-image: url(../img/arrow1_l.svg);
  left: 8%;
}
.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/arrow1_l_none.svg);
}
.p_campaign .section.sec_cleaning > .inner .qa_list {
  margin: 25px auto 80px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_cleaning > .inner .qa_list {
    margin: 0 0 50px;
  }
}
.p_campaign .section.sec_cleaning > .inner .qa_list li {
  border-bottom: 1px dotted #CCC;
  padding: 25px 25px 25px 0;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .ico {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  width: 30px;
  margin: -7px 10px 0 0;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .top, .p_campaign .section.sec_cleaning > .inner .qa_list li .btm {
  position: relative;
  display: flex;
  line-height: 1.5;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .top {
  cursor: pointer;
  position: relative;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .top:after {
  content: url(../img/ico-plus2.svg);
  position: absolute;
  right: -25px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_cleaning > .inner .qa_list li .top:after {
    transform: scale(0.8);
  }
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .top.active:after {
  content: url(../img/ico-minus2.svg);
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .top .qttl {
  font-weight: bold;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .top .ico {
  color: #4BB1D6;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .btm {
  margin-top: 15px;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .btm .ico {
  color: #E56D8D;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .btm .txt {
  width: 920px;
}
@media screen and (max-width: 480px) {
  .p_campaign .section.sec_cleaning > .inner .qa_list li .btm .txt {
    width: auto;
  }
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .btm .txt a {
  color: #222;
  font-weight: bold;
  text-decoration: underline;
}
.p_campaign .section.sec_cleaning > .inner .qa_list li .btm .txt a:hover {
  text-decoration: none;
}
.p_campaign .oosouji_menu {
  padding: 50px 0 56px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_menu {
    padding: 30px 0;
  }
}
.p_campaign .oosouji_menu .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_menu .inner {
    display: block;
  }
}
.p_campaign .oosouji_menu a {
  transition: 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-weight: 900;
  font-size: 24px;
  width: 422px;
  height: 103px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_menu a {
    box-sizing: border-box;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
    display: block;
    font-size: 16px;
    height: auto;
  }
}
.p_campaign .oosouji_menu a:not(:nth-child(2n)) {
  margin-right: 36px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_menu a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.p_campaign .oosouji_menu a:hover {
  box-shadow: none;
  transform: translateY(6px);
}
.p_campaign .oosouji_menu_o {
  background: #F48434;
  box-shadow: 0 6px 0 #D15C08;
}
.p_campaign .oosouji_menu_o:before {
  border-color: #F48434 transparent transparent transparent;
}
.p_campaign .oosouji_menu_g {
  background: #27AD15;
  box-shadow: 0 6px 0 #138004;
}
.p_campaign .oosouji_menu_g:before {
  border-color: #27AD15 transparent transparent transparent;
}
.p_campaign .oosouji_menu_p {
  background: #E2718E;
  box-shadow: 0 6px 0 #BC5C74;
}
.p_campaign .oosouji_menu_p:before {
  border-color: #E2718E transparent transparent transparent;
}
.p_campaign .oosouji_menu_b {
  background: #47A3F0;
  box-shadow: 0 6px 0 #3F8FD5;
}
.p_campaign .oosouji_menu_b:before {
  border-color: #47A3F0 transparent transparent transparent;
}
.p_campaign .oosouji_sec1 {
  padding: 45px 0 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec1 {
    padding: 30px 0 0;
  }
}
.p_campaign .oosouji_sec1_txt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7777777777777777;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec1_txt {
    font-size: 16px;
  }
}
.p_campaign .oosouji_sec1_txt.last {
  font-weight: 400;
  background: url(../img/2110_line_b.svg) no-repeat center bottom;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec1_txt.last {
    text-align: left;
  }
}
.p_campaign .oosouji_sec1_txt span {
  color: #4BB1D6;
}
.p_campaign .oosouji_sec1_txt .line {
  color: #000;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFF00A 0%);
}
.p_campaign .oosouji_sec2 {
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2 .inner {
    width: 100%;
  }
}
.p_campaign .oosouji_sec2_b .inner {
  background: #E2F0F5;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl {
  background-image: url(../img/2110_dot_b.svg);
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal {
  background: #4BB1D6;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal:after {
  border-color: #4BB1D6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal._top {
  width: 184px;
  height: 38px;
  background: #4BB1D6;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal._top:after {
  border-color: #4BB1D6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal._top {
    width: 144px;
    border-radius: 38px;
  }
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_txt._top {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_txt._top {
    font-size: 28px;
  }
}
.p_campaign .paccho_orange {
  padding-bottom: 30px;
}
.p_campaign .paccho_orange .oosouji_sec2_ttl {
  background-image: url(../img/2110_dot_o.svg);
}
.p_campaign .paccho_orange .oosouji_sec2_ttl_bal {
  background: #F77719;
}
.p_campaign .paccho_orange .oosouji_sec2_ttl_bal:after {
  border-color: #F77719 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p_campaign .paccho_orange .oosouji_sec2_box_txt span {
  border-bottom: 4px double #F77719;
}
.p_campaign .paccho_orange .oosouji_sec2_cupon_bal:before {
  content: url(../img/2110_bal_l_o.svg);
}
.p_campaign .paccho_orange .oosouji_sec2_cupon_bal:after {
  content: url(../img/2110_bal_r_o.svg);
}
.p_campaign .paccho_orange .oosouji_sec2_cupon_box {
  background: #FFF0E5;
}
.p_campaign .paccho_orange .oosouji_sec2_cupon_box .sp_copy p {
  color: #F77719;
}
.p_campaign .oosouji_sec2_g {
  background: #DDF4DB;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_g {
    margin-top: 12px;
  }
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_ttl {
  background-image: url(../img/2110_dot_g.svg);
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_ttl_bal {
  background: #27AD15;
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_ttl_bal:after {
  border-color: #27AD15 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_box_txt span {
  border-bottom: 4px double #27AD15;
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_cupon_bal:before {
  content: url(../img/2110_bal_l_g.svg);
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_cupon_bal:after {
  content: url(../img/2110_bal_r_g.svg);
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_cupon_box {
  background: #DDF4DB;
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_cupon_box .sp_copy p {
  color: #27AD15;
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_price_off .oosouji_sec2_price_btm {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_g .oosouji_sec2_price_off .oosouji_sec2_price_btm {
    padding: 15px 10px 10px;
  }
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_price_btm {
  min-height: 238px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_g .oosouji_sec2_price_btm {
    min-height: auto;
  }
}
.p_campaign .oosouji_sec2_g .oosouji_sec2_price_btn {
  margin: 37px auto 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_g .oosouji_sec2_price_btn {
    margin: 15px auto 5px;
  }
}
.p_campaign .oosouji_sec2_p {
  background: #FFE5E5;
  margin-top: 30px;
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_ttl {
  background-image: url(../img/2110_dot_p.svg);
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_ttl_bal {
  background: #E2718E;
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_ttl_bal:after {
  border-color: #E2718E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_box_txt span {
  border-bottom: 4px double #E2718E;
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_cupon_bal:before {
  content: url(../img/2110_bal_l_p.svg);
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_cupon_bal:after {
  content: url(../img/2110_bal_r_p.svg);
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_cupon_box {
  background: #FFE5E5;
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_cupon_box .sp_copy p {
  color: #E2718E;
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_price_off .oosouji_sec2_price_btm {
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_p .oosouji_sec2_price_off .oosouji_sec2_price_btm {
    padding: 15px 10px 10px;
  }
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_price_btm {
  min-height: 254px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_p .oosouji_sec2_price_btm {
    min-height: auto;
  }
}
.p_campaign .oosouji_sec2_p .oosouji_sec2_price_btn {
  margin: 47px auto 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_p .oosouji_sec2_price_btn {
    margin: 15px auto 5px;
  }
}
.p_campaign .oosouji_sec2_b {
  background: #E5F0F4;
  margin-top: 30px;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl {
  background-image: url(../img/2110_dot_b.svg);
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal {
  background: #14A3F7;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_ttl_bal:after {
  border-color: #14A3F7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_box_txt span {
  border-bottom: 4px double #14A3F7;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_cupon_bal:before {
  content: url(../img/2110_bal_l_b.svg);
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_cupon_bal:after {
  content: url(../img/2110_bal_r_b.svg);
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_cupon_box {
  background: #E5F0F4;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_cupon_box .sp_copy p {
  color: #14A3F7;
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_price_off .oosouji_sec2_price_btm {
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_b .oosouji_sec2_price_off .oosouji_sec2_price_btm {
    padding: 15px 10px 10px;
  }
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_price_btm {
  min-height: 254px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_b .oosouji_sec2_price_btm {
    min-height: auto;
  }
}
.p_campaign .oosouji_sec2_b .oosouji_sec2_price_btn {
  margin: 47px auto 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_b .oosouji_sec2_price_btn {
    margin: 15px auto 5px;
  }
}
.p_campaign .oosouji_sec2_ttl {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_ttl {
    background-size: 50px;
    padding: 0 0 20px;
  }
}
.p_campaign .oosouji_sec2_ttl_bal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 466px;
  height: 51px;
  color: #FFF;
  font-weight: 700;
  margin: 0 auto 10px;
  font-size: 20px;
  border-radius: 38px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_ttl_bal {
    width: auto;
    display: table !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
  }
}
.p_campaign .oosouji_sec2_ttl_bal span {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_ttl_bal span {
    font-size: 28px;
  }
}
.p_campaign .oosouji_sec2_ttl_bal:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6.5px;
  border-width: 8px 6.5px 0 6.5px;
}
.p_campaign .oosouji_sec2_ttl_txt {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_ttl_txt {
    font-size: 16px;
  }
}
.p_campaign .oosouji_sec2_ttl_txt span {
  font-weight: 900;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_ttl_txt span {
    font-size: 23px;
  }
}
.p_campaign .oosouji_sec2_list {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_list {
    display: block;
    padding: 20px;
  }
}
.p_campaign .oosouji_sec2_list li {
  width: 425px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p_campaign .oosouji_sec2_list_img img {
  width: 100%;
}
.p_campaign .oosouji_sec2_list_ttl {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_list_ttl {
    font-size: 16px;
    padding: 15px 0 10px;
    line-height: 1.125;
  }
}
.p_campaign .oosouji_sec2_list_txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_list_txt {
    font-size: 14px;
    line-height: 1.7142857142857142;
  }
}
.p_campaign .oosouji_sec2_box {
  background: #FFF;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_box {
    padding: 20px 20px 30px;
  }
}
.p_campaign .oosouji_sec2_box_txt {
  text-align: center;
  font-size: 25px;
  line-height: 1.6153846153846154;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_box_txt {
    font-size: 16px;
  }
}
.p_campaign .oosouji_sec2_box_txt span {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_box_txt span {
    font-size: 20px;
  }
}
.p_campaign .oosouji_sec2_box_img {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_box_img {
    margin-top: 20px;
  }
}
.p_campaign .oosouji_sec2_cupon {
  background: #FFF;
  padding: 40px;
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_cupon {
    padding: 30px 20px;
  }
}
.p_campaign .oosouji_sec2_cupon_bal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_cupon_bal {
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .oosouji_sec2_cupon_bal:before, .p_campaign .oosouji_sec2_cupon_bal:after {
    transform: scale(1.5);
    margin: 0 10px;
  }
}

.p_campaign .oosouji_sec2_cupon_box {
  padding: 40px 0 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_cupon_box {
    padding: 40px 0 20px;
  }
}
.p_campaign .oosouji_sec2_cupon_box .code {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_cupon_box .code {
    font-size: 34px;
  }
}
.p_campaign .oosouji_sec2_cupon_box .sp_copy p {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.p_campaign .oosouji_sec2_cupon_ttl {
  text-align: center;
  margin-bottom: -25px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_cupon_ttl {
    width: 90%;
    margin: 0 auto -25px;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price {
    padding: 30px 0 0;
  }
}
.p_campaign .oosouji_sec2_price_list {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_list {
    display: block;
    padding-top: 0;
  }
  .p_campaign .oosouji_sec2_price_list:not(.last) {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p_campaign .oosouji_sec2_price_list li {
  box-sizing: border-box;
  position: relative;
  width: 420px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_list li {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_set {
    margin-bottom: 75px !important;
  }
}
.p_campaign .oosouji_sec2_price_set:after {
  content: url(../img/2010_arw01.svg);
  position: absolute;
  top: 50%;
  right: -80px;
  z-index: 1;
  margin-top: -34px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_set:after {
    content: url(../img/sp/2010_arw01.svg);
    top: auto;
    bottom: -70px;
    right: 50%;
    margin: 0 -48px 0 0;
  }
}
.p_campaign .oosouji_sec2_price_set .oosouji_sec2_price_btm {
  border-radius: 0 0 10px 10px;
  border-left: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  border-bottom: 2px solid #E3E3E3;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_set .oosouji_sec2_price_btm {
    padding: 10px;
  }
}
.p_campaign .oosouji_sec2_price_off .oosouji_sec2_price_btm {
  border-radius: 0 0 10px 10px;
  border-left: 2px solid #E33636;
  border-right: 2px solid #E33636;
  border-bottom: 2px solid #E33636;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_off .oosouji_sec2_price_btm {
    padding: 15px 10px 10px;
  }
}
.p_campaign .oosouji_sec2_price_top {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.p_campaign .oosouji_sec2_price_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 221px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_btm {
    min-height: auto;
  }
}
.p_campaign .oosouji_sec2_price_btn {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 900;
  background: #14A3F7;
  box-shadow: 0px 5px 0px #158FDB;
  margin: 27px auto 0;
  width: 390px;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_price_btn {
    width: 100%;
    margin: 15px auto 5px;
  }
}
.p_campaign .oosouji_sec2_price_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.p_campaign .oosouji_sec2_price_btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #14A3FC;
  right: 26px;
  top: 50%;
  margin-top: -5px;
}
.p_campaign .oosouji_sec2_price_btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}
.p_campaign .oosouji_sec2_more {
  display: block;
  margin: 0 auto;
  width: 540px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_more {
    width: 100%;
    width: 92%;
    padding-bottom: 30px;
  }
}
.p_campaign .oosouji_sec3 {
  padding: 50px 0 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv .inner {
    width: 100%;
  }
}
.p_campaign .oosouji_cv_list {
  box-sizing: border-box;
  border: 4px solid #E2718E;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 36px 36px 16px;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list {
    padding: 0 11px;
  }
}
.p_campaign .oosouji_cv_list_box {
  text-decoration: none;
  color: #333;
  border: 2px solid #E3E3E3;
  width: 430px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_box {
    width: 100%;
    border: none;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .p_campaign .oosouji_cv_list_box:not(:last-child) {
    border-bottom: 2px dotted #C1C1C1;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_top {
    display: flex;
    justify-content: space-between;
  }
}
.p_campaign .oosouji_cv_list_btm {
  padding: 10px 20px 15px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_btm {
    padding: 5px 0 0;
  }
}
.p_campaign .oosouji_cv_list_img {
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_img {
    padding: 0;
    width: 55%;
  }
}
.p_campaign .oosouji_cv_list_img img {
  width: 100%;
}
.p_campaign .oosouji_cv_list_ttl {
  text-align: center;
  color: #E2718E;
  font-weight: 900;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_ttl {
    width: 40%;
    text-align: left;
    font-size: 18px;
    line-height: 1.7222222222222223;
  }
}
.p_campaign .oosouji_cv_list_txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_txt {
    font-size: 14px;
  }
}
.p_campaign .oosouji_cv_list_txt span {
  font-weight: 700;
  color: #E33636;
}
.p_campaign .oosouji_cv_list_price {
  text-align: right;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_price {
    margin-bottom: 20px;
  }
}
.p_campaign .oosouji_cv_list_single {
  font-size: 14px;
}
.p_campaign .oosouji_cv_list_single span {
  text-decoration: line-through;
  font-size: 16px;
}
.p_campaign .oosouji_cv_list_total {
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #FFF00A 0%);
  font-size: 18px;
  margin-top: 5px;
}
.p_campaign .oosouji_cv_list_total span {
  font-size: 42px;
  margin: 0 5px;
}
.p_campaign .oosouji_cv_list_btn {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 900;
  background: #14A3F7;
  box-shadow: 0px 5px 0px #158FDB;
  margin: 0 auto;
  width: 400px;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_cv_list_btn {
    width: 100%;
  }
}
.p_campaign .oosouji_cv_list_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.p_campaign .oosouji_cv_list_btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #14A3FC;
  right: 26px;
  top: 50%;
  margin-top: -4px;
}
.p_campaign .oosouji_cv_list_btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features {
    padding: 50px 0 0 !important;
  }
}
.p_campaign .oosouji_features_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_list {
    display: block;
  }
}
.p_campaign .oosouji_features_list li {
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_list li {
    width: 100%;
    margin-top: 0;
    padding: 20px 0;
  }
  .p_campaign .oosouji_features_list li:not(:last-child) {
    border-bottom: 1px dashed #DEDEDE;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_list_img {
    padding: 0;
    width: 50%;
  }
}
.p_campaign .oosouji_features_list_img img {
  width: 100%;
}
.p_campaign .oosouji_features_list_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 15px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_list_ttl {
    width: 45%;
    text-align: left;
    font-size: 18px;
    line-height: 1.7222222222222223;
    margin: 0;
  }
}
.p_campaign .oosouji_features_list_txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_list_txt {
    margin-top: 5px;
  }
}
.p_campaign .oosouji_features_cap {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_features_cap {
    font-size: 12px;
    margin-top: 0;
  }
}
.p_campaign .oosouji_voice {
  padding: 100px 0 0 !important;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice {
    padding: 50px 0 0 !important;
  }
}
.p_campaign .oosouji_voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list {
    display: block;
  }
}
.p_campaign .oosouji_voice_list li {
  width: 460px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list li {
    width: 100%;
  }
}
.p_campaign .oosouji_voice_list_top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list_top {
    justify-content: space-between;
  }
}
.p_campaign .oosouji_voice_list_img {
  width: 150px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list_img {
    width: 34.78%;
  }
}
.p_campaign .oosouji_voice_list_img img {
  width: 100%;
}
.p_campaign .oosouji_voice_list_desc {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list_desc {
    margin-left: 0;
    width: 60.22%;
  }
}
.p_campaign .oosouji_voice_list_tag {
  font-weight: 700;
  color: #FFF;
  background: #EB5980;
  font-size: 16px;
  display: table;
  border-radius: 25px;
  padding: 5px 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list_tag {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.p_campaign .oosouji_voice_list_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list_ttl {
    font-size: 18px;
  }
}
.p_campaign .oosouji_voice_list_ttl:after {
  content: "";
  display: block;
  background: #EB5980;
  width: 30px;
  height: 3px;
  margin-top: 10px;
}
.p_campaign .oosouji_voice_list_btm {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_voice_list_btm {
    margin-top: 10px;
  }
}
.p_campaign .oosouji_voice_list_txt {
  font-size: 16px;
  line-height: 1.5;
}
.p_campaign .oosouji_voice_list_txt span {
  font-weight: 700;
}
.p_campaign .oosouji_voice_list_name {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.p_campaign .newyear_tab._bathroom {
  background: #E2F0F5;
}
.p_campaign .newyear_tab._airc-set {
  background: #FFF0E5;
}
.p_campaign .newyear_tab._bath-set {
  background: #DDF4DB;
}
.p_campaign .newyear_tab._laundry-set {
  background: #FFE5E5;
}
.p_campaign .newyear_tab._bedroom {
  background: #E5EAF8;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab .inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_scroll {
    overflow-x: scroll;
  }
}
.p_campaign .newyear_tab_menu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu {
    width: fit-content;
    margin: 0 4%;
  }
}
.p_campaign .newyear_tab_menu._bathroom .newyear_tab_menu_btn {
  width: 275px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bathroom .newyear_tab_menu_btn {
    width: max-content;
    min-width: 130px;
  }
}
.p_campaign .newyear_tab_menu._bathroom .newyear_tab_menu_btn:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bathroom .newyear_tab_menu_btn:not(:last-child) {
    margin-right: 5px;
  }
}
.p_campaign .newyear_tab_menu._bathroom .newyear_tab_menu_btn.active {
  background: #4BB1D6;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._airc-set {
    width: 92%;
  }
}
.p_campaign .newyear_tab_menu._airc-set .newyear_tab_menu_btn {
  width: 275px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._airc-set .newyear_tab_menu_btn {
    width: 49%;
    padding: 0;
  }
}
.p_campaign .newyear_tab_menu._airc-set .newyear_tab_menu_btn:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._airc-set .newyear_tab_menu_btn:not(:last-child) {
    margin-right: 2%;
  }
}
.p_campaign .newyear_tab_menu._airc-set .newyear_tab_menu_btn.active {
  background: #F77719;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bath-set {
    width: 92%;
  }
}
.p_campaign .newyear_tab_menu._bath-set .newyear_tab_menu_btn {
  width: 275px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bath-set .newyear_tab_menu_btn {
    width: 49%;
    padding: 0;
  }
}
.p_campaign .newyear_tab_menu._bath-set .newyear_tab_menu_btn:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bath-set .newyear_tab_menu_btn:not(:last-child) {
    margin-right: 2%;
  }
}
.p_campaign .newyear_tab_menu._bath-set .newyear_tab_menu_btn.active {
  background: #27AD15;
}
.p_campaign .newyear_tab_menu._laundry-set .newyear_tab_menu_btn {
  width: 275px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._laundry-set .newyear_tab_menu_btn {
    width: 49%;
  }
}
.p_campaign .newyear_tab_menu._laundry-set .newyear_tab_menu_btn:not(:last-child) {
  margin-right: 10px;
}
.p_campaign .newyear_tab_menu._laundry-set .newyear_tab_menu_btn.active {
  background: #EB5980;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bedroom {
    width: 92%;
  }
}
.p_campaign .newyear_tab_menu._bedroom .newyear_tab_menu_btn {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bedroom .newyear_tab_menu_btn {
    width: 49%;
    padding: 0;
  }
}
.p_campaign .newyear_tab_menu._bedroom .newyear_tab_menu_btn:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu._bedroom .newyear_tab_menu_btn:not(:last-child) {
    margin-right: 2%;
  }
}
.p_campaign .newyear_tab_menu._bedroom .newyear_tab_menu_btn.active {
  background: #4B6FE6;
}
.p_campaign .newyear_tab_menu_btn {
  color: #222;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  border: 2px solid #222;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 85px;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu_btn {
    font-size: 10px;
    line-height: 14px;
    height: 69px;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
.p_campaign .newyear_tab_menu_btn > span {
  font-size: 22px;
  margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu_btn > span {
    font-size: 14px;
  }
}
.p_campaign .newyear_tab_menu_btn.active {
  color: #FFF;
}
.p_campaign .newyear_tab_menu_btn.active .newyear_tab_menu_btn_op {
  border: none;
}
.p_campaign .newyear_tab_menu_btn_op {
  display: inline-block;
  background: #FFF;
  color: #222;
  border-radius: 3px;
  padding: 2px 3px;
  margin-left: 3px;
  border: 1px solid #DDD;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_menu_btn_op {
    font-size: 10px;
  }
}
.p_campaign .newyear_tab_menu_btn_op > span {
  color: #E33636;
}
.p_campaign .newyear_tab_menu_btn .sp_display + .sp_display {
  margin-top: 3px;
}
.p_campaign .newyear_tab_bal {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  border-radius: 26px;
  font-size: 20px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_bal {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
  }
}
.p_campaign .newyear_tab_bal:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 15.5px 0 15.5px;
  bottom: -11px;
  margin-left: -15.5px;
}
.p_campaign .newyear_tab_bal span {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_bal span {
    font-size: 28px;
  }
}
.p_campaign .newyear_tab_bal._bathroom {
  background: #4BB1D6;
}
.p_campaign .newyear_tab_bal._bathroom:after {
  border-color: #4BB1D6 transparent transparent transparent;
}
.p_campaign .newyear_tab_bal._airc-set {
  background: #F77719;
}
.p_campaign .newyear_tab_bal._airc-set:after {
  border-color: #F77719 transparent transparent transparent;
}
.p_campaign .newyear_tab_bal._bath-set {
  background: #27AD15;
}
.p_campaign .newyear_tab_bal._bath-set:after {
  border-color: #27AD15 transparent transparent transparent;
}
.p_campaign .newyear_tab_bal._laundry-set {
  background: #EB5980;
}
.p_campaign .newyear_tab_bal._laundry-set:after {
  border-color: #EB5980 transparent transparent transparent;
}
.p_campaign .newyear_tab_bal._bedroom {
  background: #4B6FE6;
}
.p_campaign .newyear_tab_bal._bedroom:after {
  border-color: #4B6FE6 transparent transparent transparent;
}
.p_campaign .newyear_tab_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_ttl {
    font-size: 14px;
  }
}
.p_campaign .newyear_tab_ttl span {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_ttl span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p_campaign .newyear_tab_cont {
  border: 2px solid #222;
  background: #FFF;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont {
    border-left: none;
    border-right: none;
  }
}
.p_campaign .newyear_tab_cont_box {
  display: none;
}
.p_campaign .newyear_tab_cont_box.active {
  display: block;
}
.p_campaign .newyear_tab_cont_txt {
  text-align: center;
  font-size: 26px;
  line-height: 42px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_txt {
    font-size: 16px;
    line-height: 27px;
  }
}
.p_campaign .newyear_tab_cont_txt._bathroom span {
  border-bottom-color: #4BB1D6;
}
.p_campaign .newyear_tab_cont_txt._airc-set span {
  border-bottom-color: #F77719;
}
.p_campaign .newyear_tab_cont_txt._bath-set span {
  border-bottom-color: #27AD15;
}
.p_campaign .newyear_tab_cont_txt._laundry-set span {
  border-bottom-color: #EB5980;
}
.p_campaign .newyear_tab_cont_txt._bedroom span {
  border-bottom-color: #4B6FE6;
}
.p_campaign .newyear_tab_cont_txt span {
  font-weight: bold;
  border-bottom-style: double;
  border-bottom-width: 4px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_txt span {
    font-size: 20px;
  }
}
.p_campaign .newyear_tab_cont_top {
  padding: 30px 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_top {
    padding: 30px 20px;
  }
}
.p_campaign .newyear_tab_cont_btm {
  border-top-style: solid;
  border-top-width: 3px;
  padding: 20px 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_btm {
    padding: 20px;
  }
}
.p_campaign .newyear_tab_cont_btm._bathroom {
  border-top-color: #E2F0F5;
}
.p_campaign .newyear_tab_cont_btm._airc-set {
  border-top-color: #FFF0E5;
}
.p_campaign .newyear_tab_cont_btm._bath-set {
  border-top-color: #DDF4DB;
}
.p_campaign .newyear_tab_cont_btm._laundry-set {
  border-top-color: #FFE5E5;
}
.p_campaign .newyear_tab_cont_btm._bedroom {
  border-top-color: #E5EAF8;
}
.p_campaign .newyear_tab_cont_img {
  padding: 0 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_img {
    padding: 0 20px;
  }
}
.p_campaign .newyear_tab_cont_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list {
    padding: 0 20px;
    display: block;
  }
}
.p_campaign .newyear_tab_cont_list:last-child {
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list:last-child {
    padding-bottom: 0;
    border-top: 1px solid #E3E3E3;
  }
}
.p_campaign .newyear_tab_cont_list_box {
  box-sizing: border-box;
  width: 420px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_box {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_box:not(:last-child) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_box:first-child {
    margin-bottom: 75px;
  }
}
.p_campaign .newyear_tab_cont_list_box:first-child:after {
  content: url(../img/2112_arw.png);
  position: absolute;
  left: 46%;
  top: 45%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_box:first-child:after {
    content: url(../img/sp/2112_arw.png);
    left: 50%;
    top: inherit;
    bottom: -72px;
    margin-left: -51px;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_box:last-child {
    padding-bottom: 20px;
  }
}
.p_campaign .newyear_tab_cont_list_price_desc {
  border-radius: 0 0 10px 10px;
  border: 2px solid #E3E3E3;
  padding: 30px 25px;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_price_desc {
    padding: 10px;
  }
}

/*2*/
.p_campaign .newyear_tab_cont_list_price_desc2 {
  border-radius: 0 0 10px 10px;
  border: 2px solid #E3E3E3;
  padding: 35px 25px;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_price_desc2 {
    padding: 10px;
  }
}

/*3*/
.p_campaign .newyear_tab_cont_list_price_desc3 {
  border-radius: 0 0 10px 10px;
  border: 2px solid #E3E3E3;
  padding: 36px 25px;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_price_desc3 {
    padding: 10px;
  }
}


/*4*/
.p_campaign .newyear_tab_cont_list_price_desc4 {
  border-radius: 0 0 10px 10px;
  border: 2px solid #E3E3E3;
  padding:37.5px 25px;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_price_desc4 {
    padding: 10px;
  }
}



.p_campaign .newyear_tab_cont_list_price_ttl {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  height: 92px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_price_ttl {
    height: 124px;
    line-height: 1.3;
  }
}
.p_campaign .newyear_tab_cont_list_price_ttl._airc-set {
  background: #F77719;
}
.p_campaign .newyear_tab_cont_list_price_ttl._bath-set {
  background: #27AD15;
}
.p_campaign .newyear_tab_cont_list_price_ttl._laundry-set {
  background: #EB5980;
}
.p_campaign .newyear_tab_cont_list_price_ttl_top {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_price_ttl_top {
    font-size: 22px;
  }
}
.p_campaign .newyear_tab_cont_list_price_ttl_btm {
  font-weight: bold;
  text-align: center;
}
.p_campaign .newyear_tab_cont_list_price_ttl_btm .newyear_tab_menu_btn_op {
  margin: 2px;
}
.p_campaign .newyear_tab_cont_list_off_desc {
  position: relative;
  border-radius: 0 0 10px 10px;
  border: 2px solid #E33636;
  padding: 0 30px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_off_desc {
    padding: 10px 10px 15px;
    display: block;
    height: auto !important;
  }
}
.p_campaign .newyear_tab_cont_list_off_desc img {
  margin-top: -60px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_list_off_desc img {
    margin-top: 0;
  }
}
.p_campaign .newyear_tab_cont_btn {
  transition: .3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 900;
  background: #14A3F7;
  box-shadow: 0px 5px 0px #158FDB;
  margin: 10px auto 0;
  width: 390px;
  height: 50px;
  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_btn {
    width: 100%;
    margin: 15px auto 0;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
.p_campaign .newyear_tab_cont_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.p_campaign .newyear_tab_cont_btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #14A3FC;
  right: 26px;
  top: 50%;
  margin-top: -5px;
}
.p_campaign .newyear_tab_cont_btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}

@media screen and (max-width: 480px) {
  .sec_voice {
    padding: 50px 0 0 !important;
  }
}

.setplan_box {
  background: #FFF;
  padding: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .setplan_box {
    padding: 20px 0 20px 20px;
    margin-bottom: 5px;
  }
}
.setplan_box_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .setplan_box_ttl {
    font-size: 22px;
  }
}
.setplan_box_ico {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .setplan_box_ico {
    margin-bottom: 20px;
    padding-right: 20px;
  }
}
.setplan_box_ico img {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan ._first {
    border-left-width: 2px;
  }
}
@media screen and (max-width: 480px) {
  .setplan_box_plan ._last {
    border-right-width: 2px;
  }
}
@media screen and (max-width: 480px) {
  .setplan_box_plan ._tdfirst {
    border-left: none;
  }
}
.setplan_box_plan_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.setplan_box_plan_table {
  width: 100%;
  border: 2px solid #B9B9B9;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_table {
    width: 620px;
    border-collapse: separate;
    border-width: 1px;
    border-left: none;
  }
}
.setplan_box_plan_table th, .setplan_box_plan_table td {
  font-weight: bold;
  vertical-align: middle;
  width: 16.666666666666668%;
  border: 2px solid #B9B9B9;
  padding: 8px 0;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_table th, .setplan_box_plan_table td {
    padding: 8px 5px;
    width: auto;
    border-width: 1px;
  }
}
.setplan_box_plan_table th {
  background: #EBF8FF;
}
.setplan_box_plan_table th._left {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_table th {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
  .setplan_box_plan_table th._fixed {
    position: sticky;
    left: 0;
    font-size: 12px;
  }
  .setplan_box_plan_table th._left {
    font-size: 12px;
    left: 62px;
  }
}
.setplan_box_plan_table td {
  background: #FFF;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_table tr:last-child th {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_table ._first {
    width: 62px;
  }
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_table ._last {
    width: 100px;
  }
}
.setplan_box_plan_cupon {
  width: 100%;
  border: 2px solid #FF0854;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon {
    width: 620px;
    border-collapse: separate;
    border-width: 1px;
    border-left: none;
  }
}
.setplan_box_plan_cupon th, .setplan_box_plan_cupon td {
  font-weight: bold;
  vertical-align: middle;
  border: 2px solid #FF0854;
  padding: 25px 15px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon th, .setplan_box_plan_cupon td {
    padding: 15px 5px;
    border-width: 1px;
  }
}
.setplan_box_plan_cupon th {
  width: 33.333333333333336%;
  background: #FF0854;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon th {
    width: 162px;
    position: sticky;
    left: 0;
  }
}
.setplan_box_plan_cupon td {
  width: 16.666666666666668%;
  background: #FFF;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon td {
    width: auto;
    font-size: 16px;
  }
}
.setplan_box_plan_cupon_cap {
  border: 1px solid #FFF;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 170px;
  height: 18px;
  border-radius: 18px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon_cap {
    width: 130px;
  }
}
.setplan_box_plan_cupon_ttl {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon_ttl {
    font-size: 20px;
  }
}
.setplan_box_plan_cupon_price {
  color: #FF0000;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_cupon_price {
    font-size: 20px;
  }
}
.setplan_box_plan_cupon_btn {
  width: 100%;
  height: 28px;
  transition: .3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #14A3F7;
  box-shadow: 0px 5px 0px #158FDB;
  font-size: 12px;
}
.setplan_box_plan_cupon_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width: 480px) {
  .setplan_box_plan_scroll {
    overflow-x: scroll;
  }
}

/* 240730 */
.p_campaign .oosouji_sec2_list_txt._annotation {
  display: inline-flex;
  margin: 10px 0 0;
  font-size: 14px;
}
.p_campaign .oosouji_sec2_list_txt._annotation:before {
  content: '※';
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .oosouji_sec2_list_txt._annotation {
    font-size: 12px;
  }
}



@media screen and (min-width: 481px) {
  .guide_price_2sp_box {
    display: none;
  }
  .guide_price_2 {
    background-color: #FFF4DD;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .guide_price_2box {
    width: 100%;
    display: flex;
  }
  .guide_price_2_1 {
    width: 20%;
    text-align: center;
    padding-top: 40px;
  }
  .guide_price_2_2 {
    width: 59%;
  }
  .guide_price_2_3 {
    width: 20%;
    text-align: center;
    padding-top: 40px;
  }
  .guide_price_3 {
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.guide_price_2_2 {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .guide_price_2 {
    display: none;
  }
  
.guide_price_2sp_box {
  position: relative;
  width: 90%;
  margin-top: 20px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #FFF4DD;
}

.guide_price_2sp_box .megal {
  position: absolute;
  width: 45px;
  height: 35px;
  top: -20px;
  left: -20px;
  z-index: 10;
  }

.guide_price_2sp_box .megar {
  position: absolute;
  width: 45px;
  height: 35px;
  top: -20px;
  right: -20px;
  z-index: 10;
}

.guide_price_2sp {
  position: relative;
  width: 100%;
  max-width: 690px; /* 背景画像の最大幅 */
  background-size: contain; /* 背景をボックス内に収める */
  background-position: bottom center; /* 下側を固定 */
  background-repeat: no-repeat; /* 繰り返し防止 */
  z-index: 1;
}

.guide_price_2sp .btns {
  position: absolute;
  bottom: 10px; /* ボタンを背景画像の下側に固定 */
  left: 50%;
  transform: translateX(-50%); /* ボタンを中央揃え */
  width: 70%;
}
  .guide_price_4 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .guide_price_5 {
  width: 80%;
  text-align: center;
  background-color: #E2F0F5;
  margin-left: auto;
    margin-right: auto;
}
  .guide_price_5 img {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .guide_price_5 .guide_price_3 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* メディアクエリで小さい画面向けに調整 */
@media (max-width: 400px) {
  .guide_price_2sp {
    background-size: contain; /* 小さい画面では全体を収める */
    background-position: top center; /* 画像が切れにくい位置 */
  }
}




@media screen and (min-width: 481px) {
.main-text {
            font-size: 16px;
            line-height: 1.6;
            color: #000;
            margin-bottom: 12px;
            font-weight: normal;
        }

        .highlight-text {
            font-weight: normal;
            font-size: 16px;
            color: #000;
            margin: 5px 0 20px;
        }

        .double-point {
            color: #E91E63;
            font-size: 20px;
            font-weight: bold;
        }

        .period-label {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            margin-bottom: 8px;
        }

        .period-dates {
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }
}

@media screen and (max-width: 480px) {
.main-text {
            font-size: 14px;
            line-height: 1.5;
            color: #000;
            margin-bottom: 10px;
            font-weight: normal;
        }

        .highlight-text {
            font-size: 15px;
            color: #000;
            margin: 15px 0 25px;
        }

        .double-point {
            color: #E91E63;
            font-size: 17px;
            font-weight: bold;
        }

        .period-label {
            font-size: 14px;
            font-weight: bold;
            color: #000;
            margin-bottom: 6px;
        }

        .period-dates {
            font-size: 15px;
            font-weight: bold;
            color: #000;
            line-height: 1.4;
        }
}

/* ===============================================
   paccho_lp ギフトポイント交換セクション専用CSS
   基準: 通常テキスト24px / 強調部分36px
=============================================== */

/* リセット */
.paccho_lp_container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===============================================
   PC表示（デフォルト）
=============================================== */
.paccho_lp_container {
    text-align: center;
  max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}

.paccho_lp_text_content {
    font-size: 24px;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
}

.paccho_lp_bold {
    font-weight: 700;
    font-size: 36px;
}

.paccho_lp_orange {
    color: #FFA726;
    font-weight: 700;
    font-size: 36px;
}

/* 装飾画像 */
.paccho_lp_decoration_left,
.paccho_lp_decoration_right {
    position: absolute;
    bottom:0px;
    transform: translateY(-50%);
    width: 54px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.paccho_lp_decoration_left {
    left: 0px;
    background-image: url('../img/r1.png');
    transform: translateY(-50%) scaleX(-1);
}

.paccho_lp_decoration_right {
    right: 0px;
    background-image: url('../img/r1.png');

}

/* 表示切り替え */
.paccho_lp_pc_version {
    display: block;
}

.paccho_lp_mobile_version {
    display: none;
}

/* ===============================================
   スマホ表示（480px以下）
=============================================== */
@media screen and (max-width: 480px) {
    .paccho_lp_container {
        padding: 35px 0px;
        max-width: 100%;
    }

    .paccho_lp_text_content {
        font-size: 17px;
        line-height: 1.7;
    }

    .paccho_lp_bold {
        font-size: 22px;
    }
    .paccho_lp_orange {
        font-size: 25px;
    }

    .paccho_lp_decoration_left,
    .paccho_lp_decoration_right {
        width: 40px;
        height: 36px;
      bottom:50px;
    }

    .paccho_lp_decoration_left {
        left: 12px;
    }

    .paccho_lp_decoration_right {
        right: 12px;
    }

    .paccho_lp_pc_version {
        display: none;
    }

    .paccho_lp_mobile_version {
        display: block;
    }
}


.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom:20px;
}

.paccho_lp_btm {
  font-size: 18px;
  line-height: 160%;
}
.paccho_lp_btm span {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .paccho_lp_btm {
    font-size: 16px;
  }
  .paccho_lp_btm span {
    font-size: 18px;
  }
}

.paccho_orange_b {
  background-color: #FFF4DD;
  padding: 50px 25px;
}





/* 交換条件 */
:root{
    --paccho-wrap-w: 946px;
    --paccho-card-h: 150px;
    --paccho-radius: 14px;
    --paccho-border: #e8e8e8;
    --paccho-text: #222;
    --paccho-muted:#6b7280;
    --paccho-accent:#ff5a7a;
    --paccho-shadow: 0 6px 16px rgba(0,0,0,.06);
    --paccho-bg:#F7F7F7;
  }


.paccho_wrap{
    margin:20px auto;
    width: 960px;
    background-color: #fff;
  }
@media screen and (min-width: 480px){}
  
  .paccho_cards{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    width:750px;
    margin-left: auto;
    margin-right: auto;
  }

  .paccho_card{
    height:var(--paccho-card-h);
    background:var(--paccho-bg);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px 16px;
    width: 360px;
  }
  .paccho_kicker{
    font-size:16px;
    line-height:1.2;
    color:var(--paccho-muted);
    letter-spacing:.02em;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:10px;
    white-space:nowrap;
  }
  .paccho_sparkle{ font-size:18px; }
  .paccho_value{
    font-weight:800;
    font-size:21px;
    letter-spacing:.02em;
    line-height:1.1;
    color: #E56D8D;
  }
  .paccho_value .paccho_num{font-size: 30px;}
  .paccho_card.paccho_is_immediate .paccho_value{ font-size:34px; }

 

/* ここからスマホ専用（≤480px）。以前の @media を丸ごと置き換え */
@media screen and (max-width: 480px) {

  .paccho_wrap{
    width: 100%;
    margin: 16px auto;
    padding: 0 12px;          /* 余白のみ */
    background: #fff;
  }

  /* 2列グリッド。375pxでも確実に折り返さず横スクロール無し */
  .paccho_cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0 auto;
  }

  /* 画像通り：角丸＋薄い枠＋柔らかい影、薄グレー背景 */
  .paccho_card{
    width: 100%;
    min-width: 0;             /* コンテンツ起因のはみ出し抑止 */
    height: 110px;
    padding: 10px;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .paccho_kicker{
    font-size: 11px;
    color: #000000;
    letter-spacing: .02em;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-weight: bold;
  }
  .paccho_sparkle{ font-size: 12px; }

  .paccho_value{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.1;
    color: #E56D8D;
  }
  .paccho_value .paccho_num{ font-size: 22px; }

  .paccho_card.paccho_is_immediate .paccho_value{ font-size: 18px; }
}





  /* ===== 基本設定 ===== */
  .paccho_topVisual{
    position: relative;
    width: 753px;
    height: 293px;
    margin-left: auto;
    margin-right: 60px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
  }


@media screen and (max-width: 480px) {
  .paccho_topVisual{
    position: relative;
    width: 300px;
    height: 172px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  
}

  /* ===== オーバーレイテキスト ===== */
  .paccho_overlay{
    position: absolute;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #111;
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
    line-height: 1;
  }

  .paccho_overlayNum { font-size: 40px; margin-right: 4px; }
  .paccho_overlayUnit { font-size: 24px; }

  /* ==== 各テキスト位置（画像に合わせて調整済み） ==== */
  /* 左の円柱（白） */
  .paccho_txtLeft{
    top: 250px;
    left: 90px;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  /* 右の黄色段（上） */
  .paccho_txtRightTop{
    top: 155px;
    left:480px;
    transform: translate(-50%, -50%);
  }
  /* 右の白段（下） */
  .paccho_txtRightBottom{
    top: 250px;
    left: 480px;
    transform: translate(-50%, -50%);
  }

.paccho_btm_txt {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-bottom: 60px;
  line-height: 160%;
}
.p_campaign .paccho_blue {
}
.p_campaign .paccho_blue .oosouji_sec2_ttl {
  background-image: url(../img/2110_dot_b.svg);
}
.p_campaign .paccho_blue .oosouji_sec2_ttl_bal {
  background: #F77719;
}
.p_campaign .paccho_blue .oosouji_sec2_ttl_bal:after {
  border-color: #F77719 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.p_campaign .paccho_blue .oosouji_sec2_box_txt span {
  border-bottom: 4px double #F77719;
}

.p_campaign .paccho_blue .oosouji_sec2_cupon_box {
  background: #FFF0E5;
}
.p_campaign .paccho_blue .oosouji_sec2_cupon_box .sp_copy p {
  color: #F77719;
}

@media screen and (max-width: 480px) {

  
  
    .paccho_overlayNum { font-size: 22px; margin-right: 4px; }
  
    /* ==== 各テキスト位置（画像に合わせて調整済み） ==== */
    /* 左の円柱（白） */
    .paccho_txtLeft{
      top: 120px;
      left: 35px;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    /* 右の黄色段（上） */
    .paccho_txtRightTop{
      top:80px;
      left:200px;
      transform: translate(-50%, -50%);
    }
    /* 右の白段（下） */
    .paccho_txtRightBottom{
      top: 120px;
      left: 200px;
      transform: translate(-50%, -50%);
    }

  .paccho_btm_txt {
    width: 96%;
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 160%;
  }
}



/* ===== paccho_box2_ : ワンソース（PC/SPで固定px） ===== */
.paccho_box2_wrap{
  margin: 0 auto;
  text-align: center;
  color:#222;
  box-sizing: border-box;
  font-family: system-ui,-apple-system,"Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
  padding: 0; /* 画像の見た目に合わせ余白を任意で */
}

/* --- SP（2.png） ----------------------------- */
.paccho_box2_pc_br{ display:none; }

.paccho_box2_wrap{
  max-width: 340px;               /* 2.png想定幅に合わせる */
}
.paccho_box2_lead{
  margin: 0 0 8px;
  font-size: 22px;                /* 2.pngの文字サイズ相当 */
  line-height: 1.7;
  font-weight: 400;
  margin-top: 20px;
  font-weight: bold;
}
.paccho_box2_catch{
  margin: 0 0 12px;
  font-size: 24px;                /* 2.pngの見出しサイズ */
  line-height: 1.25;
  font-weight: 700;               /* 画像通りの太字 */
}
.paccho_box2_catch > span{
  position: relative;
  display: inline-block;
  padding: 0 4px;                 /* テキスト両脇の余白 */
}
.paccho_box2_catch > span::before,
.paccho_box2_catch > span::after{
  content:"";
  position:absolute;
  top:50%;
  width:16px;                     /* 青い装飾サイズ（SP） */
  height:16px;
  transform: translateY(-50%);
  background: center/contain no-repeat;
}
.paccho_box2_catch > span::before{ /* 左（＼）：反転 */
  left:-26px;                     /* 文字からの距離（SP） */
  background-image:url("../img/r2.png");
  transform: translateY(-50%) scaleX(-1);
}
.paccho_box2_catch > span::after{  /* 右（／） */
  right:-26px;
  background-image:url("../img/r2.png");
}
.paccho_box2_note{
  margin:0;
  line-height: 1.9;

}

/* --- PC（1.png） ----------------------------- */
@media (min-width: 768px){
  .paccho_box2_wrap{
    max-width: 705px;
  }
  .paccho_box2_pc_br{ display:inline; }

  .paccho_box2_lead{
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    color:#222;
  }
  .paccho_box2_catch{
    font-size: 36px;
    margin-bottom: 14px;
    color:#222;
  }

  .paccho_box2_catch > span::before{ left:-36px; }
  .paccho_box2_catch > span::after{  right:-36px; }

  .paccho_box2_note{
    font-size: 18px;
    line-height: 160%;
    margin-top: 20px;
  }
}

/* 装飾（＼／）を54×54pxの等倍で */
.paccho_box2_catch > span::before,
.paccho_box2_catch > span::after{
  content:"";
  position:absolute;
  top:50%;
  width:54px;               /* ← 実寸 */
  height:54px;              /* ← 実寸 */
  transform: translateY(-50%);
  background: center / 54px 54px no-repeat;  /* 等倍描画 */
  image-rendering: auto;
}

/* 左（＼）：右画像を反転 */
.paccho_box2_catch > span::before{
  background-image:url("../img/r2.png");
  transform: translateY(-50%) scaleX(-1);
}

/* 右（／） */
.paccho_box2_catch > span::after{
  background-image:url("../img/r2.png");
}

/* SP（2.png）での左右距離 */
.paccho_box2_catch > span::before{ left:-50px; }  /* テキストからの距離 */
.paccho_box2_catch > span::after { right:-45px; }

/* PC（1.png）での左右距離だけ広げる */
@media (min-width: 768px){
  .paccho_box2_catch > span::before{ left:-84px; }
  .paccho_box2_catch > span::after { right:-84px; }
}


/* ===== 共通枠 ===== */
.paccho_box3_wrap{
  background:#E2F0F5;
  padding:32px 32px 0px 36px;
  max-width:960px;paccho_box2_note
  box-sizing:border-box;
  font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color:#333;
  margin-left: auto;
  margin-right: auto;
  
}

/* ===== タイトル（独立＆中央） ===== */
.paccho_box3_ttl{
  position:relative;
  margin-top:20px;
  text-align:center;
  font-size:24px;
  font-weight:800;
  color:#222;
}
.paccho_box3_ttl > span{ position:relative; display:inline-block; padding:0 18px; }
.paccho_box3_ttl > span::before,
.paccho_box3_ttl > span::after{
  content:"";
  position:absolute;
  top:50%;
  width:4px; height:24px;
  background:#00a3d9;
  transform:translateY(-50%);
}
.paccho_box3_ttl > span::before{ left:-12px; }
.paccho_box3_ttl > span::after { right:-12px; }

/* ===== 本文＋画像（PC横並び） ===== */
.paccho_box3_body{
  display:flex;
  gap:32px;
  align-items:flex-start;
  margin-top: 40px;
}
.paccho_box3_text{
  flex:1 1 auto;
  font-size:16px;
  line-height:1.9;
}
.paccho_box3_text p {
  margin-top: 10px;
}

.paccho_box3_img{
  flex:0 0 280px;      /* 右側の丸背景イラスト相当幅 */
}
.paccho_box3_img img{
  width:100%;
  height:auto;
  display:block;
  border-radius:6px;
}

/* 強調 */
.paccho_box3_blue{ background-color:#83CBF3; font-weight:700; }
.paccho_box3_yellow{ background:linear-gradient(transparent 68%, #ffe26a 0); }

/* ===== スマホ ===== */
@media (max-width: 480px){
  .paccho_box3_wrap{ padding:20px 16px 24px; margin-bottom: 30px;}
  .paccho_box3_ttl{ font-size:18px; margin-bottom:16px; }
  .paccho_box3_ttl > span::before,
  .paccho_box3_ttl > span::after{ height:18px; }

  .paccho_box3_body{ display:block; }
  .paccho_box3_text{ font-size:14px; }
  .paccho_box3_img{
    margin:20px auto 0;
    max-width:200px;   /* SPでは本文の直下に配置 */
    width:60%;
  }
}

.paccho_box_3_btn {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 480px){
  .paccho_box_3_btn1 {
   width:450px;
    float: left;
    margin-right: 60px;
  }
}

@media (max-width: 480px){
  .paccho_box_3_btn {
  margin-top: 20px;
  }
.paccho_box_3_btn1 {
  margin-bottom: 20px;
  }
}

.paccho_title1 {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #2E76C9;
 border: 2px solid #2E76C9;
    margin: 30px auto;
}
.paccho_title2 {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #2E76C9;
    margin: 30px auto;
}

.paccho_flex {
  display: flex;
}

@media (min-width: 480px){
  .paccho_title1 {
    max-width: 960px;
  
  }
  .paccho_title2 {
    max-width: 960px;
  }
  .paccho_flex {
    max-width: 960px;
    margin: 0 auto;
  }
}





.paccho_box4_section {
  --paccho_box4-pink: #FFE5E5;
  max-width: 960px; 
  margin: 0 auto;
  padding: 0;
}

/* ==== PCレイアウト ==== */
.paccho_box4_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px; /* 画像間の隙間 */
  position: relative;
}

/* 横ピンク帯 */
.paccho_box4_wrap::before {
  content: "";
  position: absolute;
  width: 90%;
  top: 50%;
  left: 10px;
  right: 0;
  height: 14px;
  background-color: var(--paccho_box4-pink);
  z-index: 0;
}

/* 各アイテム */
.paccho_box4_item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.paccho_box4_img {
  display: block;
  width: 280px;
  height: auto;
  margin-bottom: 8px;
}

.paccho_box4_textarea {
  max-width: 280px;
}

.paccho_box4_text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.paccho_box4_text a {
  color: #4bb1d6;
  text-decoration: underline;
}

/* ==== スマホ ==== */
@media (max-width: 767px) {
  .paccho_box4_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
  }

  /* 縦ピンク帯 */
  .paccho_box4_wrap::before {
    left: 70px;
    right: auto;
    top: 20px;
    bottom: 0px;
    width: 16px;
    height: 90%;
  }

  .paccho_box4_item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 12px 0;
  }

  .paccho_box4_img {
    width: 50%;
    margin: 0 16px 0 0;
  }

  .paccho_box4_textarea {
    max-width: none;
  }

  .paccho_box4_text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 481px) {
.paccho_box5 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

}

.tab-group, .tabs-group {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.tab, .tabs {
  width: 49%;
  /* padding:8px 0; */
  list-style: none;
  background: #e3e3e3;
  border-bottom: solid 2px #484848;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  cursor: pointer;
  margin-bottom: -2px;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
@media screen and (max-width: 481px) {
.tab, .tabs {

    padding: 10px;
}

}
.tab._another {
  width: 32%;
}
@media screen and (min-width: 481px) {
  .tab, .tabs {
    height: 60px;
    padding: 10px;
  }
}
.tab a, .tabs a {
  width: 100%;
  display: block;
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab:hover, .tabs:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.panel-group {
  border-top: solid 2px #484848;
}

.tab.is-active,
.tabs.is-active {
    background: #fff;
    font-weight: bold;
    border: solid 2px #484848;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
    cursor: default;
}

.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.mt20 {margin-top: 20px;}
@media screen and (min-width: 481px) {
.mt20_pc {margin-top: 20px;}
}

@media screen and (max-width: 480px) {
.mt20_sp {margin-top: 20px;}
}

/* ====== paccho_box6_ styles ====== */
.paccho_box6_wrap{
  width:100%;
  box-sizing:border-box;
  background:#fff;
  border:4px solid #54B9DB;      /* 青い枠 */
  border-radius:6px;
  padding:10px;
}

/* リスト（青い連番） */
.paccho_box6_list{
  counter-reset: paccho_box6_count;
  list-style:none;
  margin:0;
  padding:0;
  font-size:18px;
  line-height:1.8;
  color:#111;
}

.paccho_box6_list > li{
  counter-increment: paccho_box6_count;
  position:relative;
  padding-left:2.3em;             /* 番号ぶんの余白 */
  margin:8px 0;
  font-weight: bold;
}

.paccho_box6_list > li::before{
  content: counter(paccho_box6_count) ".";
  position:absolute;
  left:0;
  top:0;
  font-weight:700;
  color:#1F8EC5;                  /* 青い数字 */
  width:2.2em;                      /* 揃えて読みやすく */
  text-align:right;
}

/* PCでさらに大きめに */
@media (min-width: 768px){
  .paccho_box6_wrap{ padding:24px 100px; }
  .paccho_box6_list{ font-size:20px; }
}

.paccho_h2_x1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.paccho_h2_x2 {
  padding: 5px 10px;
  margin-bottom: 3px;
  border-left: 5px solid #E56D8D;
  font-size: 16px;
  line-height: 100%;
}

.f_white {
  color: #fff !important;
}

/* 共通 */
.p_campaign .section.sec_2 > .inner .c-campaign-table{
  width:100%;
  margin:35px 0 0;
  border-spacing:0;
  table-layout:fixed;
  color:#333;
  border-collapse: collapse;
}
@media screen and (max-width:480px){
  .p_campaign .section.sec_2 > .inner .c-campaign-table{ margin:20px 0 0; }
}

/* 行の境界線（上に線／最後の行だけ下にも線） */
.c-campaign-table tbody tr{ border-top:1px solid #D8D8D8; }
.c-campaign-table tbody tr:last-child{ border-bottom:1px solid #D8D8D8; }

/* 左列（見出しセル） */
.c-campaign-table .col-left{ width:140px; }
.c-campaign-table th{
  background:#F3F3F3;
  padding:15px 10px 15px 15px;
  font-size:14px;
  font-weight:400;
  text-align:center;
  vertical-align:middle;
  word-break:keep-all;
  white-space:nowrap;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

/* 右列（内容セル） */
.c-campaign-table td{
  padding:15px;
  font-size:14px;
  line-height:1.4;
  vertical-align:top;
  word-break:break-word;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

/* SPでもテーブルのまま。余白と文字サイズだけ調整 */
@media screen and (max-width:480px){
  .c-campaign-table .col-left{ width:110px; } /* 画面幅に合わせて少し縮小 */
  .c-campaign-table th{ padding:10px; font-size:13px; }
  .c-campaign-table td{ padding:10px; font-size:12px; }
}

/* 強調テキスト */
.c-campaign-table .pnk{ color:#EB5980; font-weight:bold; }
@media screen and (max-width:480px){
  .c-campaign-table .pnk{ display:inline-block; margin:0 0 5px; font-size:14px; }
}

/* 終了時メッセージ */
.c-campaign-table .closebox{ width:100%; padding:20px 0; margin:10px 0 0; }
.c-campaign-table .closebox .text{ font-size:20px; }

/* リストの丸（ピンクのドット） */
.c-campaign-table td > ul{ margin:0; padding:0; list-style:none; }
.c-campaign-table td > ul > li{
  padding-left:18px;
  position:relative;
  line-height:1.5;
}
.c-campaign-table td > ul > li::before{
  content:'';
  width:8px; height:8px;
  background:#EB5980;
  position:absolute; top:6px; left:0;
  border-radius:50%;
}

/* aタグカラー（必要なら） */
.c-campaign-table td > ul > li > a{ color:#EB5980; }
.c-campaign-table td > ul > li > a:hover{ text-decoration:none; }


.rtrbtn {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
.paccho_txtRightBottom_left {
  width: 55%;
}
.paccho_txtRightBottom_right {
  width: 30%;
}
@media screen and (max-width:480px){
  .rtrbtn {
    font-size: 12px;
  }
  .paccho_txtRightBottom_left {
  width: 55%;
}
.paccho_txtRightBottom_right {
  width: 40%;
}
  
}
@media screen and (max-width:480px){
  .sp_disp {
    display: block;
  }
  .pc_disp {
    display: none;
  }
}
@media screen and (min-width: 481px){
  .sp_disp {
    display: none;
  }
  .pc_disp {
    display: block;
  }
}

/*# sourceMappingURL=p_campaign.css.map */
