@charset "utf-8";

h1 {
  margin-bottom: 40px;
  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;
}

.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;
}


.campaign-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
}

.mb10 { margin-bottom: 10px !important; }
.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: 20px;
}
.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%;
}


.text-red { color: #ff3333; }

.c-btnBG-toto.bgGreen a {
	background: #00a000;
	border: 1px solid #00a000;
	color: #ffffff;
}

.c-btnBG-toto.bgGreen a:hover {
	background: #ffffff;
	color: #000000;
}

@media print,
screen and (min-width: 768px) {
	h1 {
	  margin-bottom: 50px;
	}
	.titleH2 {
		margin-bottom: 40px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.campaign-txt {
		font-size: 1.6rem;
	}
	.pB { margin-bottom: 40px; }

	.listCircle {
	  margin-bottom: 20px;
	}
	.listCircle li {
			font-size: 1.6rem;
			padding-left: 1.8rem;
			margin-top: 5px;
	}

	.listCircle li:before {
		left: 3px;
	}

}


@media print,screen and (max-width: 767px) {
	.attentionList li {
		font-size: 1.4rem;
	}

}

.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;
}

.inline {
	display: inline-block;
}

.checkbox01 li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 26px;
    background: url(/system/files/common/img/checkbox01.png) 0 0 no-repeat;
    background-size: cover;
}

.checkbox01 {
	margin-bottom: 15px;
}

.checkbox01 li {
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #212121;
	margin-top: 15px;
}

.checkbox01 li:first-child {
	margin-top: 0px;
}