@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(/system/files/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: "※";
}

.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;
	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(/system/files/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(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat !important;
	background-size: contain !important;
}

@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;
    background: url(/system/files/campaign/240003/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;
}

}


@media print,screen and (max-width: 767px) {
.attentionList 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/240003/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;
}

}

.c-btnBG-toto a.-isDisabled{
  color: #fff;
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  cursor: default;
}


.c-btnBG-toto a.-isDisabled:after{
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

*{
	word-break: normal;
}