@charset "UTF-8";
@-webkit-keyframes hop {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -10px);
		        transform: translate(0, -10px);
	}
}

@keyframes hop {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -10px);
		        transform: translate(0, -10px);
	}
}

.animate-hop:hover span {
	-webkit-animation: hop 200ms ease both;
	        animation: hop 200ms ease both;
}

#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
	margin: 0;
}

#main {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
#main section .inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
@media (min-width: 980px) {
	#main section .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}

#secPickupWrapper {
	background-color: #f0f0f0;
}
@media (min-width: 680px) {
	#secPickupWrapper {
		padding-top: 20px;
	}
}
@media (max-width: 679px) {
	#secPickupWrapper {
		padding-top: 10px;
	}
}

#secPickup {
	position: relative;
	background-color: #fff;
}
@media (min-width: 980px) {
	#secPickup {
		max-width: 1180px;
		margin-left: auto;
		margin-right: auto;
	}
}
#secPickup > .inner {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
@media (min-width: 940px) {
	#secPickup > .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}
#secPickup .pick {
	position: relative;
	z-index: 1000;
	display: none;
}
#secPickup .pick .icon {
	position: absolute;
	top: 20px;
	left: -30px;
	width: 140px;
	height: 140px;
	background-color: #7fbf34;
	border-radius: 70px;
}
#secPickup .pick .icon .center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#secPickup .pick .icon .rotate {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	-webkit-transform: rotate(-15deg);
	    -ms-transform: rotate(-15deg);
	        transform: rotate(-15deg);
}
@media (min-width: 980px) {
	#secPickup .pick .icon {
		top: 20px;
		left: 90px;
	}
}
@media (min-width: 680px) and (max-width: 979px) {
	#secPickup .pick .icon {
		top: 20px;
		left: 15px;
		zoom: .9;
	}
	#secPickup .pick .icon .rotate {
		font-size: 23px;
	}
}
@media (max-width: 679px) {
	#secPickup .pick .icon {
		top: 15px;
		left: 15px;
		zoom: .5;
	}
	#secPickup .pick .icon .rotate {
		font-size: 13px;
	}
}
#secPickup .slick-slider {
	margin-bottom: 0;
}
#secPickup .slide {
	position: relative;
	z-index: 10;
}
#secPickup .slick-slider .slick-list,
#secPickup .slick-slider .slick-track {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
#secPickup .slick-list {
	overflow: visible;
}
#secPickup .slide li.slick-slide {
	outline: none;
	position: relative;
	background-color: #000;
}
#secPickup .slide li.slick-slide:hover a {
	text-decoration: none;
}
#secPickup .slide li.slick-slide .img img {
	width: 100%;
}
#secPickup .slide li.slick-slide .head {
	zoom: 1;
	background: url(../../assets/img/recipe/bg-fade.png) repeat-x 0 bottom;
	width: 100%;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	padding: 30px 20px 20px;
}
#secPickup .slide li.slick-slide .head:before,
#secPickup .slide li.slick-slide .head:after {
	content: "";
	display: table;
}
#secPickup .slide li.slick-slide .head:after {
	clear: both;
}
@media (max-width: 679px) {
	#secPickup .slide li.slick-slide .head {
		padding: 10px;
	}
}
#secPickup .slide li.slick-slide .head .icon {
	position: relative;
	z-index: 10;
	float: left;
	width: 15%;
}
@media screen and (min-width: 1180px) {
	#secPickup .slide li.slick-slide .head .icon {
		width: 15%;
	}
}
@media (max-width: 979px) {
	#secPickup .slide li.slick-slide .head .icon {
		width: 21%;
	}
}
@media (max-width: 679px) {
	#secPickup .slide li.slick-slide .head .icon {
		width: 21%;
	}
}
#secPickup .slide li.slick-slide .head .icon img {
	width: 100%;
	border-radius: 50%;
}
#secPickup .slide li.slick-slide .head .tit {
	position: relative;
	z-index: 10;
	float: right;
	width: 85%;
	padding-left: 10px;
}
#secPickup .slide li.slick-slide .head .tit a {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 40px;
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 1180px) {
	#secPickup .slide li.slick-slide .head .tit {
		width: 85%;
	}
}
@media (max-width: 979px) {
	#secPickup .slide li.slick-slide .head .tit {
		width: 79%;
	}
}
@media (max-width: 679px) {
	#secPickup .slide li.slick-slide .head .tit {
		width: 79%;
	}
	#secPickup .slide li.slick-slide .head .tit a {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-top: 4px;
	}
}
#secPickup .slide li.slick-slide .head .user {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	color: #999;
}
@media (max-width: 679px) {
	#secPickup .slide li.slick-slide .head .user {
		font-size: 13px;
	}
}
#secPickup .slide li.slick-slide .head img.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
#secPickup .slick-arrow {
	width: 60px;
	height: 100%;
	z-index: 15;
	cursor: pointer;
}
@media screen and (min-width: 1180px) {
	#secPickup .slick-arrow {
		width: 120px;
	}
}
@media (max-width: 979px) {
	#secPickup .slick-arrow {
		width: 60px;
	}
}
@media (max-width: 679px) {
	#secPickup .slick-arrow {
		width: 40px;
	}
}
#secPickup .slick-arrow:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media screen and (min-width: 1180px) {
	#secPickup .slick-arrow:before {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 979px) {
	#secPickup .slick-arrow:before {
		width: 30px;
		height: 30px;
	}
}
#secPickup .slick-prev {
	left: 0;
	background-color: rgba(0, 0, 0, .1);
}
#secPickup .slick-prev:before {
	background: url("../img/recipe/arrow_left.png") 0 0 no-repeat;
	background-size: 100%;
}
@media (min-width: 980px) {
	#secPickup .slick-prev:before {
		left: initial;
		right: 0;
	}
}
#secPickup .slick-prev:hover {
	background-color: rgba(127, 191, 52, .5);
}
#secPickup .slick-prev:hover:before {
	background-image: url("../img/recipe/arrow_left_on.png");
}
#secPickup .slick-next {
	right: 0;
	background-color: rgba(0, 0, 0, .1);
}
#secPickup .slick-next:before {
	background: url("../img/recipe/arrow_right.png") 0 0 no-repeat;
	background-size: 100%;
}
@media (min-width: 980px) {
	#secPickup .slick-next:before {
		left: 30px;
	}
}
@media screen and (min-width: 1180px) {
	#secPickup .slick-next:before {
		left: 60px;
	}
}
#secPickup .slick-next:hover {
	background-color: rgba(127, 191, 52, .5);
}
#secPickup .slick-next:hover:before {
	background-image: url("../img/recipe/arrow_right_on.png");
}

#secSelectTag {
	position: relative;
	background-color: #f0f0f0;
}
#secSelectTag > .inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
}
@media (min-width: 980px) {
	#secSelectTag > .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}
@media (min-width: 680px) {
	#secSelectTag > .inner {
		padding-bottom: 40px;
	}
}
@media (max-width: 679px) {
	#secSelectTag > .inner {
		padding-top: 30px;
	}
}
#secSelectTag h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
#secSelectTag .items {
	text-align: center;
}
#secSelectTag .items ul {
	letter-spacing: -.4em;
}
#secSelectTag .items li {
	display: inline-block;
	letter-spacing: normal;
	width: 58px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
@media (max-width: 679px) {
	#secSelectTag .items li {
		width: 50px;
	}
}
#secSelectTag .items li a {
	display: block;
	position: relative;
	overflow: visible;
	padding-bottom: 30px;
	text-decoration: none;
}
#secSelectTag .items li a span {
	display: block;
}
#secSelectTag .items li a:hover span,
#secSelectTag .items li.active span {
	margin-top: -10px;
}
#secSelectTag .items li a:hover:before,
#secSelectTag .items li.active a:before {
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -9px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #999 transparent;
}
#secSelectTag .items li.active a:after {
	display: block;
	content: "選択中";
	position: absolute;
	bottom: -1px;
	height: 18px;
	background-color: #999;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
}

#secSelectScene {
	position: relative;
	background-color: #f0f0f0;
}
#secSelectScene > .inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
}
@media (min-width: 980px) {
	#secSelectScene > .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}
@media (min-width: 680px) {
	#secSelectScene > .inner {
		padding-bottom: 40px;
	}
}
@media (max-width: 679px) {
	#secSelectScene > .inner {
		padding-top: 30px;
	}
}
#secSelectScene h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
#secSelectScene .items {
	text-align: center;
}
#secSelectScene .items ul {
	letter-spacing: -.4em;
}
#secSelectScene .items li {
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
@media (max-width: 679px) {
	#secSelectScene .items li {
		width: 100%;
	}
}
#secSelectScene .items li .img {
	margin-bottom: 5px;
	border-radius: 70px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 679px) {
	#secSelectScene .items li .img {
		width: 70px;
		float: left;
		margin-right: 10px;
	}
}
#secSelectScene .items li:hover .img {
	transition: .2s ease-in-out;
	-webkit-transform: translate(0, -10px);
	    -ms-transform: translate(0, -10px);
	        transform: translate(0, -10px);
}
#secSelectScene .items li:hover a {
	text-decoration: none;
}
#secSelectScene .items li:hover .img:before,
#secSelectScene .items li.active .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(127, 191, 52, .5);
	border-radius: 70px;
}
#secSelectScene .items li:hover .img:before {
	background-color: rgba(127, 191, 52, .3);
}
#secSelectScene .items li.active .img:after {
	content: "選択中";
	font-size: 16px;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
#secSelectScene .items li .tit {
	font-size: 16px;
	line-height: 1.4;
}
@media (max-width: 679px) {
	#secSelectScene .items li .tit {
		width: 100%;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		height: 70px;
		font-size: 19px;
		padding-right: 10px;
	}
}
#secSelectScene .items li a:hover span,
#secSelectScene .items li.active span {
	margin-top: -10px;
}

#secList {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
#secList .inner > .section {
	padding-top: 10px;
	padding-bottom: 30px;
}
@media (max-width: 679px) {
	#secList .inner > .section {
		padding-bottom: 10px;
	}
}
#secList .heading {
	font-size: 30px;
	font-weight: 800;
	line-height: 36px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}
@media (max-width: 679px) {
	#secList .heading {
		font-size: 26px;
	}
}
#secList .items {
	transition: .2s ease-in-out;
}
#secList .items > :not(:first-child) {
	margin-top: 15px;
}
#secList .items .item {
	margin-bottom: 5px;
}
@media (max-width: 679px) {
	#secList .items .item {
		margin-bottom: 10px;
	}
}
#secList .items .item .head {
	cursor: pointer;
	transition: .2s ease-in-out;
}
#secList .items .item .img {
	position: relative;
	overflow: hidden;
	background-color: #eee;
}
#secList .items .item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	transition: .2s ease-in-out;
}
#secList .items .item .img .new {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #f90 transparent;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
}
#secList .items .item .img .new span {
	color: #fff;
	display: block;
	-webkit-transform: rotate(-45deg) translate(-34px, 2px);
	    -ms-transform: rotate(-45deg) translate(-34px, 2px);
	        transform: rotate(-45deg) translate(-34px, 2px);
	font-size: 11px;
}
#secList .items .item:hover .head {
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}
#secList .items .item:hover .head .tit {
	background: none;
	box-shadow: none;
}
#secList .items .item:hover .tit {
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}
#secList .items .item .head {
	background: #f0f0f0;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	box-shadow: none;
}
#secList .items .item .head .icon {
	width: 42px;
	height: 42px;
	position: absolute;
	top: -22px;
	left: 10px;
	border-radius: 50%;
	border: solid 1px #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
#secList .items .item .head .user {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	font-weight: 300;
	padding-left: 60px;
	width: 100%;
	box-sizing: border-box;
	margin-left: -13px;
	display: inline-block;
	height: 16px;
}
@media (max-width: 679px) {
	#secList .items .item .head .user {
		margin-top: 1px;
		height: auto;
	}
}
#secList .items .item .head .tit {
	background: none;
	padding: 0;
}
#secList .items .item .head .tit a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
}
@media (max-width: 679px) {
	#secList .items .item .head .tit a {
		height: 42px;
	}
}
#secList .items .item .head:hover .tit {
	background-grournd: none;
	box-shadow: none;
	padding: 0;
}
#secList .items .item .icon {
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: -22px;
	left: 20px;
}
#secList .items .item .icon img {
	border-radius: 50%;
	border: solid 1px #fff;
}
#secList .items .item .tit {
	background: #f0f0f0;
	padding: 10px 12px;
	box-shadow: none;
	transition: .2s ease-in-out;
}
#secList .items .item .tit a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
}
#secList .items .item .user {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	height: 16px;
}
@media (max-width: 679px) {
	#secList .items .item .user {
		margin-top: 1px;
	}
}
#secList .items .item:hover .img img {
	-webkit-transform: scale(1.2, 1.2) translate(-42%, -42%);
	    -ms-transform: scale(1.2, 1.2) translate(-42%, -42%);
	        transform: scale(1.2, 1.2) translate(-42%, -42%);
}
#secList .items .item:hover a {
	text-decoration: none;
}
#secList .items .item.item-lg .tit {
	font-size: 16px;
}
#secList .items .item.item-lg .user {
	margin-left: -10px;
}
@media (min-width: 680px) {
	#secList .items .item {
		margin-top: 15px;
	}
	#secList .items .col-sm-1:nth-child(-n+4) > .item {
		margin-top: 0;
	}
	#secList .items .col-sm-1:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 679px) {
	#secList .items .item {
		margin-top: 10px;
	}
	#secList .items .col-xs-1:nth-child(-n+2) > .item {
		margin-top: 0;
	}
	#secList .items .col-xs-1:nth-child(2n+1) {
		clear: left;
	}
	#secList .items .col-xs-1:nth-child(n+2) > .item-lg {
		margin-top: 10px;
	}
}
#secList .more {
	margin-top: 15px;
	padding-bottom: 10px;
}
@media (max-width: 679px) {
	#secList .more {
		margin-top: 5px;
	}
}
#secList .more .btn {
	display: block;
	text-align: center;
	border-width: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#secList .pagination {
	text-align: center;
	display: inline-block;
	padding-left: 0;
	margin-top: 12px;
	width: 100%;
}
#secList .pagination > li {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 15px;
}
@media (max-width: 679px) {
	#secList .pagination > li {
		margin-right: 0;
		margin-left: 0;
	}
}
#secList .pagination > li > a,
#secList .pagination > li > span {
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 4px;
	transition: none;
	font-size: 16px;
	font-weight: 400;
}
#secList .pagination > li > a:hover,
#secList .pagination > li > span:hover,
#secList .pagination > li > a:focus,
#secList .pagination > li > span:focus {
	z-index: 2;
	border-color: #999;
}
#secList .pagination > li.dots {
	color: #ccc;
	display: inline-block;
	padding-right: 7px;
	padding-left: 7px;
}
@media (max-width: 679px) {
	#secList .pagination > li.dots {
		padding-right: 4px;
		padding-left: 4px;
	}
}
#secList .pagination > .active > a,
#secList .pagination > .active > span,
#secList .pagination > .active > a:hover,
#secList .pagination > .active > span:hover,
#secList .pagination > .active > a:focus,
#secList .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #999;
	border-color: #999;
}
#secList .pagination > .disabled > span,
#secList .pagination > .disabled > span:hover,
#secList .pagination > .disabled > span:focus,
#secList .pagination > .disabled > a,
#secList .pagination > .disabled > a:hover,
#secList .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
#secList .pagination.pagination-lg > li > a,
#secList .pagination.pagination-lg > li > span {
	padding: 12px 18px;
	font-size: 16px;
	line-height: 1.3333333;
}
@media (max-width: 679px) {
	#secList .pagination.pagination-lg > li > a,
	#secList .pagination.pagination-lg > li > span {
		padding: 8px 12px;
	}
}
#secList .pagination.pagination-sm > li > a,
#secList .pagination.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

#secWhats .tit {
	background: url("../img/recipe/bg_about.jpg") center center no-repeat;
	background-size: cover;
}
@media (max-width: 679px) {
	#secWhats .tit {
		background-size: auto 100%;
		background-position-x: 60%;
	}
}
#secWhats .tit h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 800;
	padding-top: 70px;
	padding-bottom: 70px;
}

#secWhats .cont {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #666;
	color: #fff;
}
#secWhats .cont .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
#secWhats .cont .btns {
	margin-top: 20px;
}
#secWhats .cont .btns .btn {
	font-size: 20px;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-width: 2px;
}
#secWhats .cont .btns .btn-more {
	background-color: #666;
	border-color: #ccc;
	color: #fff;
}
@media (max-width: 679px) {
	#secWhats .cont .btns .btn-more {
		margin-bottom: 15px;
	}
}
#secWhats .cont .btns .btn-more:hover {
	background-color: #777;
}
#secWhats .cont .btns .btn-buy:before {
	background: url("../img/common/buy-ico.png") 0 0 no-repeat;
	width: 34px;
	height: 27px;
	background-size: 100%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}

#secBanner {
	padding-top: 60px;
}
#secBanner .wrap {
	background-color: #f0f0f0;
	position: relative;
}
#secBanner .left {
	padding-right: 0 !important;
}
#secBanner .right {
	padding-left: 0 !important;
}
#secBanner .txt {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
#secBanner .txt .lead {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
@media (max-width: 679px) {
	#secBanner .txt .lead {
		font-size: 12px;
	}
}



/* 2021.07.09 追記 */

/* 応募規約 */
.officialRules {
    overflow: scroll;
    height: 300px;
    border: 1px solid #AAA;
    font-size: 14px;
    word-wrap: break-word;
    padding: 10px 20px 10px 20px;
	width: 100%;
}

.officialRules p {
    font-weight: bold;
    margin-top: 30px;
}

.officialRules p:first-of-type {
    margin-top: 0px;
}

.officialRules ul {
    margin-top: 5px;
}

.officialRules ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

.officialRules .listCharMark > li {
    list-style-type: upper-latin;
}

.officialRules .notMark > li {
    list-style: none !important;
}
