@charset "UTF-8";
.mainvis {
  margin-bottom: 10px;
}

.bg_yellow {
  background-color: #fffcd6 !important;
}


/*
** coupon
******************************/
.coupon {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.coupon em {
  color: #FF0000;
}

.photo{
  width:600px;
  height: auto;
  margin: 40px auto;
}

.benefits section {
  padding: 0 0 200px;
}

.benefits .benefit02 section {
  padding: 0 0 100px;
}

.benefits > div {
  position: relative;
}

.benefits > div:first-child {
  margin-top: 130px;
}

.benefit {
  position: relative;
  padding-top: 222px;
}

.benefit::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  height: 308px;
  margin: auto;
}



.benefit01.benefit::before {
  top: -88px;
  width: 1349px;
  background: url(../../images/campaign2/title_p1.webp) top center no-repeat;
  background-size: cover;
}

.benefit02.benefit::before {
  top: -89px;
  width: 1349px;
  background: url(../../images/campaign2/title_sim.webp) top center no-repeat;
  background-size: cover;
}


.benefit01 .application {
  margin-top: 50px;
}

.benefit02 .application {
  margin-top: 40px;
}

.benefit .sub_btn {
  position: relative;
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  line-height: 3;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: solid 2px #333333;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  background: #fff;
  padding-top: 1px;
  font-weight: 700;
}

.benefit .sub_btn:hover {
  background-color:#333333;
  border: solid 2px #fff;
  color: #fff;
}

.benefit .sub_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(30deg);
}
.benefit .sub_btn:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.benefits .ttl-benefit {
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}

.ttl-section {
  text-align: center;
}

.ttl-section > p {
  font-weight: 900;
  font-size: 175%;
}

.ttl-section > p + .ttl-line {
  margin-top: 30px;
}

.ttl-line + .ttl-section > p {
  margin-top: 30px;
}

.ttl-line {
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  color: #ff0000;
  font-weight: 900;
  text-align: center;
}

.ttl-line::before {
  z-index: -1;
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 80%;
  min-height: 60px;
  margin: auto;
  background: url(../../images/campaign2/ttl-line.webp) top center no-repeat;
  background-size: cover;
}

.benefit01 .ttl-section:nth-of-type(2) .ttl-line::before {
  width: 68%;
}

.ttl-line.-default {
  /* font-size 62px */
  font-size: 387.5%;
}

.ttl-line.-default > em {
  font-size: 171%;
}

.ttl-line.-medium,
.ttl-line.-small {
  font-size: 312.5%;
}

.ttl-line.-medium > em {
  font-size: 129%;
}

.ttl-line.-small > em {
  font-size: 124%;
}

.off-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -9px;
}

.off-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc( ( 100% - 90px ) / 5 );
  height: 260px;
  margin: 9px;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.off-list > li figure {
  width: 160px;
  height: auto;
  margin: 0 0 10px;
}

.off-list span {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.off-list:first-of-type {
  margin-bottom: 60px;
}

.attention {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.benefit_p2 {
  display: block;
  width: 100%;
  max-width: 1128px;
  height: auto;
  margin: 0 auto;
}

.benefit_p2 {
  display: block;
  width: 100%;
  max-width: 751px;
  height: auto;
  margin: 0 auto;
}

.postage-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 60px -15px -15px -15px;
  counter-reset: num;
}

.postage-list > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: calc( (100% - 90px) / 3 );
  margin: 15px;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.postage-list > li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  background: #4C7E0A;
  border-radius: 20px;
}

.postage-list p {
  position: relative;
  font-size: 137.5%;
  font-weight: 900;
  text-align: center;
}

.postage-list p::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 32px;
  margin: auto;
  background: url(../../images/common/bg_shadow_green.webp) top center no-repeat;
  background-size: contain;
}

.postage-list > li:nth-child(2) p {
  margin-bottom: 30px;
}

.postage-list p > em {
  color: #4C7E0A;
  font-size: 163.6%;
}

.box-attention {
  padding: 30px 50px;
  border: 6px solid #4C7E0A;
}
.about_campaign{
  margin-bottom:60px;
}
.about_campaign01 {
  padding-top: 70px;
  position: relative;
}

.about_campaign01::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 600px;
  height: 47px;
  margin: auto;
  background: url(../../images/campaign2/arror_bottom.webp) top center no-repeat;
  background-size: cover;
}

.ttl-blpink {
  position: relative;
  font-weight: 700;
  font-size: 160%;
  text-align: center;
  margin-bottom:20px;
}



.ttl-pink {
  position: relative;
  font-weight: 900;
  font-size: 250%;
  color: #ff0000;
  text-align: center;
}

.ttl-blpink::before,.ttl-pink::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
}

.ttl-pink + p {
  margin-top: 10px;
  margin-bottom: 70px;
  text-align: center;
}

.about_campaign01 .application {
  margin-bottom: 80px;
}

.ttl-box {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 150%;
  color: #ff0000;
  text-align: center;
}

.ttl-box-gray {
  margin-bottom: 20px;
  padding: 10px 5px 5px;
  font-weight: 900;
  font-size: 125%;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #666666;
}

.box-attention > ul {
  width: 70%;
  margin: 0 auto;
}

.box-attention > ul > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}

.box-attention > ul > li:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  font-weight: 500;
  display: block;
  font-size: 1em;
  color: #4C7E0A;
  top: 0;
  left: 0;
}
.box-attention img {
  width:300px;
  margin-top:10px;
}

.coupon_img{
  margin-top:70px;
}
.application .cheers_text{
  color:#4C7E0A;
}
.application .cheers::after,
.application .cheers::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../../images/common/i_cheers_line_green.svg) no-repeat;
  background-size: contain;
  bottom: 0;
}
#flowlist .btn-cv{
  display: none;
}
@media (max-width: 768px) {

  .mainvis {
  margin-bottom: 30px;
  }
  
  .maincvsection {
      padding: 0px 0 70px;
  }
  .photo{
    width:auto;
  }
  .benefits section {
    padding: 0 13px 90px;
  }
  .benefits .benefit02 section {
    padding: 0 0 70px;
  }
  .benefits > div:first-child {
    margin-top: 70px;
  }

  .benefit::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 263px;
    margin: auto;
  }



  .benefit01.benefit::before {
    top: -2.6%;
    width: 100%;
    background: url(../../images/campaign2/title_p1_sp.webp) top center no-repeat;
    background-size: contain;
  }

  .benefit02.benefit::before {
    top: -7.3%;
    width: 100%;
    background: url(../../images/campaign2/title_sim_sp.webp) top center no-repeat;
    background-size: contain;
  }

  .benefit {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .benefit01.benefit {
    padding-top: 100px;
  }

  .benefit02.benefit {
    padding-top: 80px;
  }

  .benefit .sub_btn {
    width: 100%;
    height: auto;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 125%;
  }

  .benefit01 .application {
      margin-top: 20px;
  }

  .ttl-section > p {
    font-size: 87.5%;
  }

  .ttl-section > p + .ttl-line {
    margin-top: 10px;
  }



  .ttl-line::before {
    width: 100%;
    bottom: -23px;
    background-size: contain;
  }

  .benefit01 .ttl-line::before {
    bottom: -28px;
  }

  .benefit01 .ttl-section:nth-of-type(2) .ttl-line::before {
    width: 100%;
  }

  .benefit02 .ttl-line::before {
    bottom: -36px;
  }

  .ttl-line.-default,
  .ttl-line.-medium,
  .ttl-line.-small {
    font-size: 156.3%;
  }

  .ttl-line.-default > em,
  .ttl-line.-medium > em {
    font-size: 184%;
  }

  .ttl-line.-small > em {
    font-size: 124%;
  }

  .ttl-line.-small::before {
    width: 70%;
  }

  .off-list {
    justify-content: flex-start;
    align-items: stretch;
    margin: -12px 0 0 0;
  }

  .off-list > li {
    width: calc( (100% - 24px) / 3 );
    height: auto;
    margin: 0 12px 12px 0;
    padding: 10px 20px;
  }

  .off-list > li:nth-child(3n) {
    margin-right: 0;
  }

  .off-list > li figure {
    width: 100%;
    margin: 0;
  }

  .off-list span {
    font-size: 87.5%;
  }

  .attention {
    font-size: 81.3%;
  }

  .postage-list {
    flex-direction: column;
    margin: 40px 0 0 0;
  }

  .postage-list > li {
    width: 100%;
    margin-right: 0;
    margin: 0 0 40px 0;
  }

  .postage-list p::before {
    bottom: -27px;
    left: 50%;
    width: 140%;
    transform: translateX(-50%);
  }

  .about_campaign01::before {
    width: 100%;
    height: 50px;
    margin: auto;
    background: url(../../images/campaign2/arror_bottom_sp.webp) top center no-repeat;
    background-size: cover;
  }

  .ttl-blpink{
    margin-bottom:5px;
  }
   .ttl-blpink::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
    background-size: contain;
  }

  .ttl-pink {
    font-size: 170%;
  }

  .ttl-pink + p {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .ttl-pink + p + .application {
    margin-top: 50px;
  }
  
  .ttl-pink::before {
    content: none;
  }


  .ttl-pink::before {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 70%;
    height: 12px;
    margin:auto;
    background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
    background-size: contain;
  }

  .box-attention {
    padding: 20px;
    border-radius: 6px;
  }

  .ttl-box {
    font-size: 125%;
  }

  .ttl-box-gray {
    display: none;
  }

  .box-attention > ul {
    width: 100%;
  }
  
.box-attention img {
  width:48%;
  margin-top:10px;
}

  .coupon_img{
    margin:60px 0 20px;
  }
  #flowlist .section{
    padding: 40px 0 20px;
  }
}



/*RJG’Ç‰Á*/

.camp_top {
	width:100%;
	background-color: #fffcd6 !important;
	margin:30px auto;
	padding:40px 0;
	text-align:center;
	height:auto;
}

.camp_top_text1 {
	font-size:40px;
	margin-bottom:30px;
}

.camp_top_text1 span{
	font-size:48px;
	font-weight:bold;
	color: #ff0000 !important;
	padding:0 3px;
}

.camp_top_block {
	display: flex;
	justify-content: center;
	color: #ff0000;
    margin:0 auto -30px !important;
}

.camp_top_left {
	float:left;
	font-size:230px;
	font-weight:bold;
	z-index:9999;
}

.camp_top_right {
	float:left;
	font-size:120px;
	font-weight:bold;
	margin-top:50px;
	z-index:9999;
}

.camp_top_box {
	background:#5e5e5e;
	color:#ffffff;
	border-radius:10px;
	padding:8px 0 5px;
	text-align:center;
	font-size:24px;
	font-weight:200;
	width:150px;
	margin:0 auto;
}

.under {
	position:relative;
    width: 100%;
    height: 40px;
    margin:-90px auto 0;
    background: url(../../images/common/bg_marker.webp) top center no-repeat;
    background-size: 550px;
  }

@media (max-width: 768px) {

.camp_top {
	padding:30px 0;
	margin-bottom:-90px;
}

.camp_top_text1 {
	font-size:150%;
}

.camp_top_text1 span{
	font-size:150%;
}

.camp_top_left {
	font-size:100px;
}

.camp_top_right {
	font-size:40px;
	margin-top:30px;
}

.camp_top_box {
	border-radius:5px;
	padding:5px 0 3px;
	font-size:14px;
	width:100px;
}
.under {
    width: 80%;
    margin:-50px auto 0;
    background-size: 100%;
  }


  }
/*
** privilege
******************************/
.privileges {
  position: relative;
}

.privileges:nth-child(2) {
  margin-top: 100px;
}

.privileges:nth-child(3) {
  margin-top: 90px;
}

.privileges .title {
  position: relative;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 740px;
  height: 60px;
  margin: auto;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  line-height: 1;
  background: #000;
  border-radius: 30px;
}

.privileges .title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 21px;
  height: 7px;
  margin: auto;
  border-top: 7px solid #000;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}

.privileges .title > .circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 82px;
  height: 82px;
  margin: auto;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #000;
  border-radius: 41px;
}

.privileges .title > .circle > em {
  display: block;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}

.privileges .title_picture {
  width: 631px;
  margin: -16px auto 30px;
}

.privileges .box {
  position: relative;
  margin: auto;
  border: 4px solid #6AA21F;
  border-radius: 3px;
}

.privileges:nth-child(1) .box {
  width: 740px;
  padding: 0 128px 30px;
}

.privileges:nth-child(1) .box picture {
  display: block;
  width: 484px;
  margin: auto;
}

.privileges .box::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: 22px;
  height: 12px;
  margin: auto;
  border-top: 0;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #6AA21F;
  border-left: 11px solid transparent;
}

.privileges:nth-child(2) .cheers {
  width: 340px;
  margin: 40px auto 0;
}

.privileges:nth-child(2) .box {
  width: 600px;
  padding: 10px;
}

.privileges:nth-child(2) .box .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.privileges:nth-child(2) .box .text {
  display: block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
}
.hosyo img{
  width: 290px; 
  height: auto; 
}
.privilege4 {
  position: relative;
  width: 740px;
  margin: 20px auto 60px;
  padding-bottom: 50px;
}
.privilege4 .caption {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.section_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: url(../../images/campaign/bg_campaign.webp) top left no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .privileges .title {
    width: 370px;
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 16px;
  }

  .privileges .title > .circle {
    width: 63px;
    height: 63px;
    font-size: 12px;
  }

  .privileges .title > .circle > em {
    font-size: 30px;
  }
  .hosyo img{
    width: 186px; 
    height: auto; 
  }
  .privileges .title_picture {
    width: 100%;
    margin: -16px auto 10px;
  }

  .privileges:nth-child(1) .box {
    width: 100%;
    padding: 14px 33px 20px;
  }

  .privileges:nth-child(1) .box picture {
    width: 100%;
  }

  .privileges:nth-child(2) .box {
    width: 100%;
    padding: 15px;
  }

  .privileges:nth-child(2) .box .text {
    font-size: 16px;
  }
  .privilege1,
  .privilege2,
  .privilege3,
  .privilege4,
  .privilege5 {
    width: 100%;
  }

  .privilege4::before {
    width: 100%;
  }
  
  .section_bg {
    height: 120px;
  }
  
  }
