@charset "utf-8";

h1 {
  margin-bottom: 50px;
  text-align: center;
}

.titleH2 {
	margin-bottom: 25px;
	padding-left: 10px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	border-left: 4px solid #e80000;
}

.btn-toto {
	background: #ffd800 !important;
	color: #212121 !important;
	border: 1px solid #ffd800 !important;
}

.btn-toto:after {
	background: url(/common/img/ico_arrowRight02.png) 0 0 no-repeat !important;
	background-size: contain !important;
}
.btn-toto:hover {
	background: #fff !important;
	color: #212121 !important;
}


.campaign-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
}
.pB { margin-bottom: 35px; }
.pBs { margin-bottom: 20px; }
.txt-c { text-align: center; }

.attentionList li {
	position: relative;
	padding-left: 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
}

.attentionList li:before {
	position: absolute;
	left: 0;
	content: "※";
}

.attentionLists {
	counter-reset:item;
}

.attentionLists li {
	position: relative;
	padding-left: 4rem;
	font-size: 1.6rem;
	line-height: 1.6;
}

.attentionLists li:before {
	position: absolute;
	left: 0;
	content:'※'counter(item);
 	counter-increment:item;
 	margin-right:0.5em;
}

/*ol .attentionList-number {
	display: table;
	width: 100%;
	margin: 0;
	padding-left: 0;
}

ol .attentionList-number li {
	list-style: none;
	font-size: 12px;
	line-height: 1.6;
}

ol .attentionList-number .notes_head {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0.5em;
}

ol .attentionList-number .notes_body {
	display: table-cell;
	vertical-align: top;
}*/

.listCircle {
  margin-bottom: 35px;
}
.listCircle li {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-top: 3px;
}

.listCircle li:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #212121;
	border-radius: 100%;
}

.arrow-List dt {
	position: relative;
	/*padding-left: 1.5rem;*/
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
}

.arrow-List2 dt {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
}

.text-red { color: #ff3333; }

.c-btnBG-toto.bgGreen a {
	background: #00a000;
	border: 1px solid #00a000;
	color: #ffffff;
}



.c-btnBG-toto.bgGreen a:after {
	background: url(/common/img/ico_arrowRight05.png) 0 0 no-repeat !important;
	background-size: contain !important;
}
.c-btnBG-toto.bgGreen a:hover {
	background: #fff !important;
	color: #212121 !important;
}
.c-btnBG-toto.bgGreen a:hover:after {
	background: url(/common/img/ico_arrowRight02.png) 0 0 no-repeat !important;
	background-size: contain !important;
}

.c-btnBG-toto.bgWinner a {
	background: #c3274e;
	border: 1px solid #c3274e;
	color: #ffffff;
}

.c-btnBG-toto.bgWinner a:after {
	background: url(/common/img/ico_arrowRight05.png) 0 0 no-repeat !important;
	background-size: contain !important;
}
.c-btnBG-toto.bgWinner a:hover {
	background: #fff !important;
	color: #212121 !important;
}
.c-btnBG-toto.bgWinner a:hover:after {
	background: url(/common/img/ico_arrowRight02.png) 0 0 no-repeat !important;
	background-size: contain !important;
}



.c-btnBG-big01 a.custome {
    background: linear-gradient(130deg,#e6002d,#953c90 50%,#00479d 89.05%);
    border: none;
    color: #fff;
	padding: 20px 25px 19px 14px;
    width: 315px;
    border-radius: 15px;
	font-size: 1.6rem;
}

.c-btnBG-big01 a {
    max-width: 100%!important;
}

.c-btnBG-big01 a:after {
	background: url(/common/img/ico_arrowRight05.png) 0 0 no-repeat !important;
	background-size: contain !important;
}

.c-btnBG-big01 a:hover {
	opacity: 0.7;
}

@media print,
screen and (min-width: 768px) {
	.titleH2 {
		margin-bottom: 40px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.campaign-txt {
		font-size: 1.6rem;
	}
	.pB { margin-bottom: 40px; }

.listCircle {
  margin-bottom: 40px;
}
.listCircle li {
		font-size: 1.6rem;
		padding-left: 1.8rem;
		margin-top: 5px;
}

.listCircle li:before {
	left: 3px;
}


.arrow-List:after {
	content: "";
	display: table;
	clear: both;
}

.arrow-List2:after {
	content: "";
	display: table;
	clear: both;
}

.arrow-List dt {
	font-size: 1.6rem;
	padding-left: 1.8rem;
    padding-right: 15px;
    /*width: 318px;*/
	width: 100px;
    background: url(/system/files/campaign/220030/img/arrow_red.gif) no-repeat right center;
    float: left;
}

.arrow-List2 dt {
	font-size: 1.6rem;
	padding-left: 1.8rem;
    padding-right: 15px;
    width: 280px;
	background: no-repeat right center;
    float: left;
}

.arrow-List dt:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #212121;
	border-radius: 100%;
	left: 3px;
}

.arrow-List2 dt:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #212121;
	border-radius: 100%;
	left: 3px;
}

.arrow-List dd {
  float: left;
		padding-left: 10px;
}

.arrow-List2 dd {
  float: left;
		padding-left: 10px;
}

.c-btnBG-big01 a.custome {
    width: 422px;
    padding: 19px 25px 20px 14px;
    border-radius: 15px;
}

.c-btnBG-big01 a.custome {
    padding: 20px 25px 19px 14px;
    width: 315px;
    border-radius: 15px;
    font-size: 2rem;
}

}


@media print,screen and (max-width: 767px) {
.attentionList li {
	font-size: 1.4rem;
}

.attentionLists li {
	font-size: 1.4rem;
}

h1 {
  margin-bottom: 0;
}

.arrow-List {
  margin-bottom: 30px;
}

.arrow-List2 {
  margin-bottom: 20px !important;
}

.arrow-List dt {
  padding-bottom: 12px;
  margin-bottom: 3px;
  background: url(/system/files/campaign/220030/img/arrow_red_sp.gif) no-repeat center bottom;
  text-align: center;
  font-weight: bold;
}

.arrow-List2 dt {
  margin-bottom: 3px;
  background: no-repeat center bottom;
  text-align: left;
  font-weight: bold;
}

.arrow-List dd {
  text-align: center;
}

.arrow-List2 dd {
  text-align: left;
}

}


