@charset "UTF-8";

/* --------------------------------------------------------------

	初期設定

----------------------------------------------------------------- */
/* h1 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

@media only screen and (max-width: 767px) {
  .contents_, .mainframe_ {
    width: 100% !important; } }

.contentWrapper * {
  box-sizing: border-box; }
.contentWrapper *::before, .contentWrapper *::after {
  box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0; }

.hp_pcOnly {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .hp_pcOnly {
      display: none; } }

.hp_spOnly {
  display: none; }
  @media only screen and (max-width: 767px) {
    .hp_spOnly {
      display: inline-block; } }

.txtC { text-align: center;}

@media only screen and (max-width: 767px) {
  .image_sp_w100 {
    width: 100%;
    height: auto; } }
.hp_mb0 {
  margin-bottom: 0 !important; }

.hp_mb5 {
  margin-bottom: 5px !important; }

.hp_mb20 {
  margin-bottom: 20px !important; }

.hp_mt5 {
  margin-top: 5px !important; }

.hp_mt10 {
  margin-top: 10px !important; }

.hp_mt15 {
  margin-top: 15px !important; }

.hp_mt20 {
  margin-top: 20px !important; }

.hp_mt25 {
  margin-top: 25px !important; }

.hp_mt30 {
  margin-top: 30px !important; }

.hp_mt40 {
  margin-top: 40px !important; }

.hp_fontSize80 {
  font-size: 80%; }

.hp_fontSize120 {
  font-size: 120%;
  vertical-align: -1px; }

.hp_fontSize130 {
  font-size: 130%;
  vertical-align: -1px; }

.hp_fontSize140 {
  font-size: 140%;
  vertical-align: -1px; }

/* font-family */
.hp_fontFamily {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .08em; }

.hp_fontArial {
  font-family: Arial, Helvetica, sans-serif; }

/* テキストラインマーカー */
.hp_textMarker {
  color: #ccc;
  background: linear-gradient(transparent 30%, #ffecec 50%); }

/* 文字間ひろく */
.hp_textSpace {
  letter-spacing: .2em; }

/* キャプション */
.bl_captionList {
  font-size: 0.75rem; }

  .bl_captionList > li {
  margin-top: .2em;
  padding-left: 1em;
  text-indent: -1em; }

/* フォントウェイト */
.fw-normal {
  font-weight: normal !important; }

.fw-bold {
  font-weight: bold !important; }

/* フォントカラー */
.fc-orange {
  color: #d45437 !important; }

/* セクション */
.bl_section {
  margin-top: 70px; }

.bl_sectionHeading {
  margin-bottom: 25px;
  text-align: center; }

/* h1とソート機能を非表示 */
.event_name_header_,
.event_name_,
.category_name_ {
  display: none !important; }

*{
	list-style: none;
}

@media only screen and (max-width: 767px) {
    .ec-featureRole {
       padding-left: 0;
       padding-right: 0;
    }
.ec-featureRole {
   padding-left: 0;
   padding-right: 0;
}		
}


/* --------------------------------------------------------------

	メインビジュアル

----------------------------------------------------------------- */
#mainVisual ul{
	margin: 10px 0 !important;
    padding: 0; 
}
#mainVisual ul li{
	margin-bottom: 3px;
	list-style: none;
    font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
#mainVisual ul{
    padding: 0 2% !important; 
}	
}

/* --------------------------------------------------------------

	アンカー

----------------------------------------------------------------- */
.naviList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 20px 0 !important;
}
.naviList li{	  
    width: 23%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    background-color: #eb0079;
    box-shadow: 0 5px rgb(182, 0, 76);
    margin: 0px 1%;
}	  	  
@media only screen and (max-width: 767px) {
.naviList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 20px 0 !important;
}
.naviList li{	  
    width: 48%;
    margin: 0px 1% 20px;
	height: 55px;
}
}
.naviList li p{	  
	padding: 16px 29px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 1.2rem;
    display: grid;
    height: 60px;
}
.naviList li p:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2px;
    display: block;
}
.naviList li p:after {
    position: absolute;
    content: '';
    top: 45%;
    left: 87%;
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
.naviList li:hover{
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
.naviList li p{	  
	padding: 5px 16px 10px;
    font-size: 12px;
}	
}


/* --------------------------------------------------------------

	30%超のポイントをもらうには

----------------------------------------------------------------- */
#incentiveBox .ttl{
	display: block;
    font-size: 1.4em !important;
    color: #b6004c;
    padding: 10px;
    text-align: center;
    font-weight: bold;
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
#incentiveBox .ttl{  
	margin-top: 20px;
}	
}

.incentiveTtl,.incentiveTtl3{
	background-color: #ffb9dd;
    padding: 15px 0;
    border-radius: 10px;
	position: relative;
}
.incentiveTtl {
    margin-top: 80px;
}
.incentiveTtl p,.incentiveTtl3 p{
	margin: auto;
    color: #49001e;
    font-weight: bold;
    text-align: center;
	font-size: 24px !important;
	padding: 0 22%;
}
.incentiveTtl p span{
	font-size: 24px !important;
	margin-left: 10px;
}
.incentiveTtl p img{
	margin-right: 10px;
}
.incentiveTtl:before{
    position: absolute;
    content: '';
    top: -30%;
    left: 13%;
    display: inline-block;
    width: 78px;
    height: 77px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.incentiveTtl:after{
    position: absolute;
    content: '';
    top: 19%;
    right: 17%;
    display: inline-block;
    width: 32px;
    height: 36px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.incentiveTtl3:before{
    position: absolute;
    content: '';
    top: -18%;
    left: 15%;
    display: inline-block;
    width: 100px;
    height: 77px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.incentiveTtl3:after{
    position: absolute;
    content: '';
    top: 19%;
    right: 17%;
    display: inline-block;
    width: 32px;
    height: 36px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
.incentiveTtl,.incentiveTtl3{
    padding: 15px 0;
    border-radius: 0;
    position: relative;
}
.incentiveTtl {
    margin-top: 40px;
}
.incentiveTtl p,.incentiveTtl3 p{
	margin: auto;
    font-weight: bold;
    text-align: center;
    font-size: 16px !important;
    padding: 0 7%;
}
.incentiveTtl p span{
	font-size: 24px !important;
	margin-left: 10px;
}
.incentiveTtl p img{
	margin-right: 10px;
}
.incentiveTtl:before{
    position: absolute;
    content: '';
    top: -50%;
    left: 2%;
    display: inline-block;
    width: 52px;
    height: 77px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.incentiveTtl:after{
    position: absolute;
    content: '';
    top: 6%;
    right: 2%;
    display: inline-block;
    width: 25px;
    height: 36px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.incentiveTtl3:before{
    position: absolute;
    content: '';
    top: -16%;
    left: 3%;
    display: inline-block;
    width: 78px;
    height: 47px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.incentiveTtl3:after{
    position: absolute;
    content: '';
    top: 6%;
    right: 2%;
    display: inline-block;
    width: 25px;
    height: 36px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_ttl2.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
}
#incentive1,
#incentive2,
#incentive3,
#incentive4{
	text-align: left;
    border-radius: 16px;
    background-color: #fff3da;
	margin-top:10px;
	position: relative;
	padding-bottom: 15px;
}
@media only screen and (min-width: 850px) {
#incentive3:after{
	position: absolute;
    content: '';
    top: 27%;
    right: 6%;
    display: inline-block;
    width: 115px;
    height: 80px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/ill2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
}
@media only screen and (min-width: 767px) {
#incentive1,
#incentive2,
#incentive3,
#incentive4{
	text-align: left;
    border-radius: 0;
    background-color: #fff3da;
	margin-top:10px;
	position: relative;
	padding-bottom:0;
}
}
.incentiveTxt{
	padding-left: 150px;
	width: 90%;
}
.incentiveTxt .red{
	color: #de1100;
	border-bottom: solid #de1100 1px;
}
.incentiveTxt p{
	font-weight: bold;
    font-size: 15px;
    line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
.incentiveTxt{
	padding-left: 0px;
	width: 92%;
}	
}
#incentive1 .incentiveTxt  li{
	font-size: 20px;
	position: relative;
	font-weight: bold;
	padding-left: 15px;
	margin: 15px 0;
}
#incentive1 .incentiveTxt li:before{
	font-size: 20px;
	position: absolute;
    top: 20%;
    left: 0;
    width: 6px;
    height: 60%;
    content: '';
    -ms-filter: "alpha(opacity=20)";
    border-radius: 3px;
    background: #601109;
}
#incentive1 .incentiveTxt li:nth-child(-n+2) span{
    font-size: 20px;		
    position: relative;
    display: inline-block;
    height: 40px;
    margin-left: 20px;
    padding: 0.6rem 2rem 1rem 1rem;
    color: #de1100;
    background: #ffee32;
}
#incentive1 .incentiveTxt li:nth-child(-n+2) span:before{
    position: absolute;
    top: 0;
    left: -13px;
    content: '';
    border-width: 20px 13px 20px 0;
    border-style: solid;
    border-color: transparent #ffee32 transparent transparent;
}
#incentive2 .incentiveTxt .TxtHighlight2 span,#incentive1 .incentiveTxt .TxtHighlight2 span,#incentive4 .incentiveTxt .TxtHighlight3 span {
    font-size: 20px;		
    position: relative;
    display: inline-block;
    height: 40px;
    margin-left: 20px;
    padding: 0.2rem 2rem 1rem 1rem;
    color: #de1100;
    background: #ffee32;
}
#incentive2 .incentiveTxt .TxtHighlight2 span:before,#incentive1 .incentiveTxt .TxtHighlight2 span:before,#incentive4 .incentiveTxt .TxtHighlight3 span:before {
    position: absolute;
    top: 0;
    left: -13px;
    content: '';
    border-width: 20px 13px 20px 0;
    border-style: solid;
    border-color: transparent #ffee32 transparent transparent;
}
#incentive1 .incentiveTxt li:nth-child(3) span {
    font-size: 20px;		
    position: relative;
    display: inline-block;
    height: 40px;
    margin-left: 20px;
    padding: 0.6rem 2rem 1rem 1rem;
    color: #fff;
    background: #dd1000;
}
#incentive1 .incentiveTxt li:nth-child(3) span:before {
    position: absolute;
    top: 0;
    left: -13px;
    content: '';
    border-width: 20px 13px 20px 0;
    border-style: solid;
    border-color: transparent #dd1000 transparent transparent;
}
@media only screen and (max-width: 767px) {
#incentive1 .incentiveTxt  li{
	font-size: 14px;
    position: relative;
    font-weight: bold;
    padding-left: 4%;
    margin: 15px 0;
}
#incentive1 .incentiveTxt li:before{
	font-size: 16px;
	position: absolute;
    top: 20%;
    left: 0;
    width: 6px;
    height: 60%;
    content: '';
    -ms-filter: "alpha(opacity=20)";
    border-radius: 3px;
    background: #601109;
}
#incentive1 .incentiveTxt li:nth-child(-n+2) span{
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 30px;
    margin-left: 7%;
    padding: 0.6rem 1rem 0.6rem 1rem;
    color: #de1100;
    background: #ffee32;
}

#incentive1 .incentiveTxt li:nth-child(-n+2) span:before{
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    border-width: 15px 10px 15px 0;
    border-style: solid;
    border-color: transparent #ffee32 transparent transparent;
}

#incentive2 .incentiveTxt .TxtHighlight2 span,#incentive1 .incentiveTxt .TxtHighlight2 span,#incentive4 .incentiveTxt .TxtHighlight3 span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 0;
    height: 30px;
    margin-left: 4%;
    padding: 0 1rem 3rem 1rem;
    color: #de1100;
    background: #ffee32;
}
#incentive2 .incentiveTxt .TxtHighlight2 span:before,#incentive1 .incentiveTxt .TxtHighlight2 span:before,#incentive4 .incentiveTxt .TxtHighlight3 span:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    border-width: 15px 10px 15px 0;
    border-style: solid;
    border-color: transparent #ffee32 transparent transparent;
}
#incentive1 .incentiveTxt li:nth-child(3) span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 30px;
    margin-left: 7%;
     padding: 0.6rem 1rem 0.6rem 1rem;
    color: #fff;
    background: #15468f;
}
#incentive1 .incentiveTxt li:nth-child(3) span:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    border-width: 15px 10px 15px 0;
    border-style: solid;
    border-color: transparent #15468f transparent transparent;
}	
}
.ttlBox {
    background-color: #eb0079;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px 0 10px 0;
    width: 100px;
    text-align: center;
    float: left;
    margin: 30px 0 0 30px;
	font-size: 18px;
    font-weight: bold;
}
.ttlBox2 {
    background-color: #eb0079;
    color: #fff;
    padding: 12px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: -13px;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.ttlBox {
    padding: 8px 0;
    border-radius: 10px 0 10px 0;
    width: 20%;
    margin: 3% 0 0 4%;
    font-size: 15px;
}
.ttlBox2 {
    color: #fff;
    padding: 10px 9px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
    margin-right: 10px;
	margin-bottom: 2px;
}
}
.TxtHighlight{
	font-size: 20px !important;
	color: #49001e;
	padding-top: 20px;
}
.TxtHighlight2{
	font-size: 20px !important;
	color: #49001e;
	padding-top: 12px;
}
.TxtHighlight3{
	font-size: 20px !important;
	color: #49001e;
	padding-top: 40px;
}
@media only screen and (max-width: 767px){
.TxtHighlight,.TxtHighlight2{
	margin-bottom: 0;
}
.TxtHighlight{
	font-size: 16px !important;
    padding-top: 0;
    padding-left: 25%;
    text-align: left !important;
}
.TxtHighlight2{
	font-size: 16px !important;
    padding-top: 0;
    padding-left: 25%;
    text-align: left !important;
}
.TxtHighlight3{
	font-size: 16px !important;
    padding-top: 20px;
    padding-left: 25%;
    text-align: left !important;
}
}
.TxtHighlight span{
	font-size: 20px !important;
    background: linear-gradient(transparent 30%, #ffee32 70%);
}
@media only screen and (max-width: 767px){
	.incentiveTxt{
	width: 92%;
    display: block;
    margin: auto;
	}
}

.txt{
    font-size: 12px;
	margin-top: 7px;
}


/* --------------------------------------------------------------

	エントリーボタン

----------------------------------------------------------------- */
#entry{
    text-align: center;
    margin: 50px 0 80px;
}
#entry .txt{
    text-align: center;
    font-size: 12px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#entry .txt a{
    color: #333;
	border-bottom: solid #333 1px;
}
#entry .ttl{
    color: #de1100;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
#entryBtn{
	width: 35%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    background-color: #eb0079;
    box-shadow: 0 5px rgb(182, 0, 76);
    margin: 10px auto;
}
#entryBtn p{
	padding: 30px 31px 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 18px;
}
#entryBtn:hover{
	opacity: 0.6;
}
#entryBtn p:after {
    position: absolute;
    content: '';
    top: 45%;
    left: 86%;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
#entry .ttl{
    color: #de1100;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#entryBtn{
	width: 75%;
}	
}
#ctgTtl{
	background-color: #3f9823;
	margin-bottom: 50px;
}
#ctgTtl p{
	color: #FFF;
    text-align: center;	
	font-weight: bold;
	font-size: 20px !important;
	padding: 15px 0;
}

/* --------------------------------------------------------------

	寄付金額と達成条件に応じた付与ポイント例

----------------------------------------------------------------- */
.accordion1 {
	position: relative;
	transform: translateZ(0);
}
.accordion1 .acc-toggle {
	display: none;
}
.accordion1 .acc-title,
.accordion1 .acc-content {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
}

.accordion1 .acc-title {
	display: block;
	margin-bottom: 0;
	cursor: pointer;
}
.accordion1 .acc-title::after,
.accordion1 .acc-title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #333;
	transition: all 0.3s;
	z-index: 1;
}
.accordion1 .acc-title::after {
	transform: rotate(90deg);
}
.accordion1 .acc-content {
	overflow: hidden;
	max-height: 0;
}
.accordion1 .acc-toggle:checked+.acc-title::before {
	transform: rotate(90deg) !important;
}
.accordion1 .acc-title::after,
.accordion1 .acc-title::before {
	right: min(4.0625vw, 52px);
	width: 4px;
	height: 20px;
}
@media only screen and (max-width: 767px) {

	.accordion1 .acc-title::after,
	.accordion1 .acc-title::before {
		right: 5.8666666667vw;
		width: 3px;
		height: 15px;
	}
}
.accordion1 .acc-title:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.accordion1 .acc-title:hover {
		opacity: 1;
	}
}

.accordion1 .acc-toggle:checked+.acc-title+.acc-content {
	max-height: 6000px;
	transition: all 1.5s;
    color: #49001e;
}


/* acc_section
---------------------------------------------------- */
.point10_wrapper {
	margin: 30px 0;
}
@media only screen and (min-width: 768px) {
.point10_wrapper {
	margin: 10px 0 50px;
}
}
.point10_wrapper .box-title {
	background: #fff3da;
}
.box-title {
    padding: 22px;
    color: #49001e;
    font-weight: bold;
}
.box-title p{
    font-size: 18px;
    line-height: 1;
}
.acc_section{
	background: #fff3da;
	padding: 2% 10%;
}
@media only screen and (max-width: 767px) {
.box-title {
    padding: 20px 38px 20px 10px;
    font-weight: bold;
}
.box-title p{
    font-size: 13px;
    line-height: 1.2;
}	
.acc_section{
	padding: 2% 3%;
}
}
.pointBox{
    overflow: hidden;
	font-weight: bold;
	margin-bottom: 30px;
}
.leftbox,.leftbox2,.leftbox3{
	width: 60%;
    float: left;
}
.leftbox3 li p{
    padding: 10px 0;
}
.leftbox ul li p .red,.ttl_s .red,.leftbox3 ul li p .red,.ttl_s .red{
	color: #dd1000;
}
.rightbox{
	width: 40%;
	float: right;
}
.rightbox2{
	width: 40%;
	float: right;
	margin-top: 25px;
}
.txt_last{
	margin-top: -16px;
	color: #dd1000;
    font-size: 2em;
}
.txt_last span{
	font-size: 2.2em;
	margin-top: -12px;
	color: #dd1000;
	background: linear-gradient(transparent 30%, #ffee32 70%);
	margin-left: 3px;
}
.leftbox ul li p,.leftbox3 ul li p{
	width: 84%;
}
.leftbox2 ul li p{
	width: 85%;
}
.leftbox ul li,.rightbox ul li,.leftbox3 ul li,.rightbox ul li{
	margin: 16px 0;
}
.leftbox ul .icnBlue{
    color: #eb0079;
    border: solid 1px;
    border-radius: 80px;
    padding: 6px;
}
.leftbox3 ul .icnBlue{
    color: #eb0079;
    border: solid 1px;
    border-radius: 80px;
    padding: 6px;
	float: left;
	margin-right: 20px;
}
@media only screen and (max-width: 768px) {
.txt_last{
	margin-top: -6px;
}	
	
.leftbox,.leftbox2{
	width: 55%;
    float: left;
}
.rightbox2{
	width: 80%;
	float: right;
	margin-top: 15px;
}
.leftbox2 ul li{
	margin: 10px 0;
}
.leftbox3{
	width: 100%;
	float: right;
}		
.rightbox{
	width: 45%;
	float: right;
}
.leftbox ul li p,.leftbox3 ul li p{
	width: 95%;
}
.rightbox ul li,.rightbox3 ul li{
	margin: 25px 0;
}
.acc_section .ttl_s{
    position: relative;
    padding: 0.8rem 1rem;
    color: #333333;
    background: #ffde25;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.acc_section .ttl_s span{
    position: relative;
    padding: 0.8rem 1rem;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.leftbox ul .icnBlue{
    border: solid 1px;
    border-radius: 80px;
    padding: 5px;
    float: left;
    font-size: 0.8em;
    margin-right: 2%;
}
}
@media only screen and (min-width: 768px) {
.leftbox ul li p{
	width: 83%;
    float: right;
}
}
.bottom_pointInner{
    position: relative;
	margin: 20px 0;
	font-size: 22px !important;
}
.bottom_pointInner .large{
	font-size: 22px;
}
.bottom_point span{
	color: #dd1000;
}
.bottom_pointInner p{
    background-color: #fff;
    display: inline;
    padding: 15px 20px 15px 50px;
    margin-left: 20px;
}
.bottom_pointInner:before {
    position: absolute;
    content: '';
    top: -14px;
    left: 0px;
    display: inline-block;
    width: 58px;
    height: 58px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_point.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bottom_point .small {
    font-size: 0.8em !important;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
.bottom_pointInner{
    position: relative;
	width: 100%;
	margin: 20px 0;
	font-size: 22px !important;
}
.bottom_pointInner .large{
	font-size: 18px;
}
.bottom_pointInner span{
	color: #dd1000;
}
.bottom_pointInner p{
    background-color: #fff;
    display: inline;
    padding: 15px 6px 15px 35px;
    margin-left: 20px;
}
.bottom_pointInner:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0px;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(/html/upload/user_data/feature/increase_local/img/icon_point.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom_pointInner .small {
    font-size: 0.8em !important;
	vertical-align: top;
}
}
.rightbox ul li:nth-child(3) .txt_icn{
    border: solid 1px #000;
    padding: 1%;
    font-size: 0.8em;
}
.rightbox ul li span{
     float: left;
}
.rightbox ul li p{
     width: 70%;
	 text-align: end;
}
p .txt_s{
	float: none !important;
	font-size: 0.8em;
	margin-right:  0.5em
}
.point_last{
	border-top: solid #49001e 2px;
    margin-top: -20px;
    padding-top: 5px;
	width: 70%;
}
.point_last p{
  float: inline-end;
}
@media only screen and (max-width: 768px) {
.rightbox ul li p{
     width: 100%;
	 text-align: end;
}
.point_last{
    margin-top: -20px;
    padding-top: 5px;
    width: 100%;
}	
.point_last p{
    float: inline-end;
}
}
.outBox{
	overflow: hidden;
}


/* --------------------------------------------------------------

	さらに新規会員の方へWチャンス

----------------------------------------------------------------- */
#wchance .topTxt span{
    font-size: 24px;
    color: #dd1000;
}
.topTxt .ttl_s{
    position: relative;
    padding: 0.8rem 1.5rem;
    color: #333333;
    background: #ffee32;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin: 20px 110px;
}
.topTxt .ttl_s:after{
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ffee32 transparent transparent;
}
@media only screen and (max-width: 768px) {	
.topTxt .ttl_s{
    position: relative;
    padding: 0.8rem 1.5rem;
    color: #333333;
    background: #ffee32;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin: 20px 40px;
}	
}
#wchance{
    background-color: #fbebf3;	
    text-align: center;
	padding: 40px 0;
    margin-bottom: 50px;
}
#wchance .txt{
    text-align: center;
    font-size: 12px;
	margin-top: 20px;
}
#wchance .txt a{
    color: #333;
	border-bottom: solid #333 1px;
}
#wchance .ttl{
    color: #1b7772;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
#wchance{
    text-align: center;
	background: #eee;
	padding: 40px 0;
}
#wchance .txt{
    text-align: center;
    font-size: 12px;
	margin-top: 20px;
}
#wchance .txt a{
    color: #333;
	border-bottom: solid #333 1px;
}
#wchance .ttl{
    color: #1b7772;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
}
#wchance .topTxt {
	font-size: 1em;
	font-weight: bold;
	display: inline;
}
#wchance .topTxt .ttl{
	display: inline;
	font-size: 1.4em !important;
	color: #0e96d4;
	padding: 10px;
}
#wchance .txt{
    font-size: 12px;
	margin: 10px 0 10px;
}
@media only screen and (max-width: 768px) {
#wchance .topTxt .topTxt{
    margin: 20px 0;
    font-size: 14px;
}	
#wchance .txt{
    font-size: 12px;
	margin-bottom: 30px;
	margin: 3% 0 10px 3%;
}
}


/* --------------------------------------------------------------

	同時開催中

----------------------------------------------------------------- */
#campaign{
    text-align: center;
	padding: 60px 0 40px;
}
#campaign .txt{
    text-align: center;
    font-size: 12px;
	margin-top: 20px;
}
#campaign .txt a{
    color: #333;
	border-bottom: solid #333 1px;
}
#campaign .ttl{
    color: #1b7772;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
#campaign img{
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
#campaign{
    text-align: center;
	padding: 40px 0;
}
#campaign .txt{
    text-align: center;
    font-size: 12px;
	margin-top: 20px;
}
#campaign .txt a{
    color: #333;
	border-bottom: solid #333 1px;
}
#campaign .ttl{
    color: #1b7772;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#campaign img{
	width: 95%;
}	
}
#campaign .topTxt {
	font-size: 1em;
	font-weight: bold;
	display: grid;
}
#campaign .topTxt .topTxt{
	margin: 20px 0;
	font-size: 16px;
}
#campaign .topTxt .ttl{
	display: inline;
	font-size: 1.4em !important;
	color: #1b7772;
	border-top: solid 3px #1b7772;
	border-bottom: solid 3px #1b7772;
	padding: 10px;
}
#campaign .txt{
    font-size: 12px;
	margin: 10px 0 10px;
}
@media only screen and (max-width: 768px) {
#campaign .topTxt .topTxt{
    margin: 20px 0;
    font-size: 14px;
}	
#campaign .txt{
    font-size: 12px;
	margin-bottom: 30px;
	margin: 3% 0 10px 3%;
}
}


/* --------------------------------------------------------------

	特集バナー

----------------------------------------------------------------- */
.bnrList p{
    text-align: center;
	font-size: calc(18px + 8*((100vw - 320px) / 1120));
    font-weight: bold;
    color: #b6004c;
    padding-bottom: 20px;
	margin: 40px 0 0;
}
.bl_bnrList {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
@media only screen and (max-width: 640px) {
.bl_bnrList {
    gap: 18px;
}
}
.bl_bnrListItem {
    width: calc((100% - 22px) / 2);
}
@media only screen and (max-width: 640px) {
.bl_bnrListItem {
    width: 100%;
    padding: 0 15px;
}
}
.bl_bnrListItem a {
    display: block;
    transition-duration: 0.2s;
}
.bl_bnrListItem a:hover {
    opacity: 0.7;
}

/* --------------------------------------------------------------

	注意事項

----------------------------------------------------------------- */
#note{
	background-color: #e8e8e8;
	border-radius: 10px;
	padding: 40px 0;
	margin: 50px 0;
}
#note p{
    font-size: 20px;
	font-weight: bold;
	text-align: center;
    padding-bottom: 20px;
}
#note ul{
	width: 80%;
    margin: 20px auto !important;
}
#note ul li{
    font-size: 12px !important;
    text-indent: -1em;
    line-height: 2em;
}
@media only screen and (max-width: 767px){
#note{
	border-radius: 0px;
}
}