/*
//////////////////////////////////////////////////////

FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO

//////////////////////////////////////////////////////
*/

* body {
	font-family: "Rounded Mplus 1c", 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	background-image: url(/images/page/event/anniv14/bg01.jpg) ;
	background-repeat: repeat-y;
	background-size: contain;
}

.event_wrap {
	background: url(/images/page/event/anniv13/hd_pc01.jpg) top center / contain no-repeat;
	padding-top: 43%;
	margin: 0 auto;
}
.event_wrap_pc {
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.event_wrap {
		padding-top: 43%;
	}
}
@font-face {
	font-family: 'themify';
	src: url("../fonts/themify/themify.eot?-fvbane");
	src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
	font-weight: normal;
	font-style: normal;
}

small, .small {
	font-size: 80%;
	line-height: 1.5;
	color: #fff;
}

html.fh5co-overflow, body.fh5co-overflow {
	overflow-x: auto;
}

html.fh5co-overflow #fh5co-header-section, html.fh5co-overflow #fh5co-main, html.fh5co-overflow #fh5co-hero, html.fh5co-overflow #fh5co-mobile-menu, html.fh5co-overflow #fh5co-footer, body.fh5co-overflow #fh5co-header-section, body.fh5co-overflow #fh5co-main, body.fh5co-overflow #fh5co-hero, body.fh5co-overflow #fh5co-mobile-menu, body.fh5co-overflow #fh5co-footer {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/*colのpadding*/
.no-gutters {
	margin:0;
	padding:0;
}

.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
	margin:0;
	padding:0;
}


body {
	font-size: 15px;
	line-height: 1.6;
	color: #8b969c;
}

@media screen and (max-width: 768px) {

	body {
		font-size: 16px;
		line-height: 1.5;
	}

}

input {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Heading */

/*h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}*/

h1, .h1 {
	font-size: 30px;
	line-height: 42px;
}

h2, .h2 {
	font-size: 26px;
}

/*h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}*/

/*h4, .h4 {
	font-size: 16px;
	line-height: 28px;
}*/


h5, .h5 {
	font-size: 14px;
	line-height: 24px;
}

h6, .h6 {
	font-size: 12px;
	line-height: 24px;
}

ul, ol {
	padding-left: 15px;
	line-height: 26px;
}

ul ul, ul ol, ol ul, ol ol {
	padding-left: 25px;
}

ul, ol, p {
	margin: 0 0 20px 0;
}


.notes {
	clear: both;
	width: 100%;
	color: #fff;
	font-size: 85%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
}

.notes ul {
	margin: 1em;
	font-size: 12px;
	padding: 0;
	color: #eee200;
}

.notes li {
	margin-left: 1.5em;
	margin-bottom: 0.8em;
	list-style: disc;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3;
	color: #fff;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	appearance: none;
}

@media screen and (max-width: 480px) {

	.col-xxs-12 {
		display: block;
		clear: both;
		width: 100%;
		float: left;
	}

}

.n_06_2{
	background: none !important;
}

/*二行　6マス*/
.menu_sticky_p01 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	width: 100%;
	padding:0 5px;
	background: #ea4751;
}
.menu_sticky_p01 > div{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_p01 ul {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.menu_sticky_p01 li {
	float: left;
	text-align: center;
	width: 33.3%;
	border-bottom: none;
	border-right: 1px grey solid;
	letter-spacing: -0.03em;
}
.menu_sticky_p01 li a:last-child {
	border-right: none;
}
.menu_sticky_p01 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}

.menu_sticky_p01 li a {
	display: block;
	text-decoration: none;
	color: #FFFF56;
	background: #ea4751;
	font-size: 2.2vmin;
	line-height: 2.2em;
	border-right: 1px grey solid;
}

.menu_sticky_p01 li a:hover {
	background: #ff657b;
}


/*****　 スマホ版　 *****/

.menu_sticky_s01 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	max-width: 1000px;
	width: 100%;
	padding:0px;
}
.menu_sticky_s01 > div{
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_s01 ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.menu_sticky_s01 li {
	float: left;
	text-align: center;
	width: 33.3%;
	border-right: 1px grey solid;
	border-bottom: none;
	letter-spacing: -0.03em;
}
.menu_sticky_s01 li a:last-child {
	border-right: none;
}
.menu_sticky_s01 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}
.menu_sticky_s01 li a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 2.5em;
	color: #FFFF56;
	background: #ea4751;
	border-right: 1px grey solid;
}
.menu_sticky_s01 li a:hover {
	background: #ff657b;
}

/*二行　8マス*/
.menu_sticky_p03 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	width: 100%;
	padding:0 5px;
	background: #ea4751;
}
.menu_sticky_p03 > div{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_p03 ul {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.menu_sticky_p03 li {
	float: left;
	text-align: center;
	width: 45%;
	border-bottom: none;
	border-right: 1px grey solid;
	letter-spacing: -0.03em;
}
.menu_sticky_p03 li a:last-child {
	border-right: none;
}
.menu_sticky_p03 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}

.menu_sticky_p03 li a {
	display: block;
	text-decoration: none;
	color: #FFFF56;
	background: #ea4751;
	font-size: 2.2vmin;
	line-height: 2.2em;
	border-right: 1px grey solid;
}

.menu_sticky_p03 li a:hover {
	background: #ff657b;
}


/*****　 スマホ版　 *****/

.menu_sticky_s03 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	max-width: 1000px;
	width: 100%;
	padding:0px;
}
.menu_sticky_s03 > div{
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_s03 ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.menu_sticky_s03 li {
	float: left;
	text-align: center;
	width: 33.3%;
	border-right: 1px grey solid;
	border-bottom: none;
	letter-spacing: -0.03em;
}
.menu_sticky_s03 li a:last-child {
	border-right: none;
}
.menu_sticky_s03 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}
.menu_sticky_s03 li a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 2.5em;
	color: #FFFF56;
	background: #ea4751;
	border-right: 1px grey solid;
}
.menu_sticky_s03 li a:hover {
	background: #ff657b;
}


/*二行　10マス*/
.menu_sticky_p02 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	width: 100%;
	padding:0 5px;
	background-color: #ea4751;
}
.menu_sticky_p02 > div{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_p02 ul {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.menu_sticky_p02 li {
	float: left;
	text-align: center;
	width: 20%;
	border-right: 1px grey solid;
	border-bottom: none;
	letter-spacing: -0.03em;
}
.menu_sticky_p02 li a:last-child {
	border-right: none;
}
.menu_sticky_p02 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}

.menu_sticky_p02 li a {
	display: block;
	text-decoration: none;
	color: #FFFF56;
	background: #ea4751;
	font-size: 2.2vmin;
	line-height: 2.2em;
	border-right: 1px grey solid;
}

.menu_sticky_p02 li a:hover {
	background: #ff657b;
}

/*****　 スマホ版　 *****/

.menu_sticky_s02 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	max-width: 1000px;
	width: 100%;
	padding:0px;
}
.menu_sticky_s02 > div{
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_s02 ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.menu_sticky_s02 li {
	float: left;
	text-align: center;
	width: 20%;
	border-right: 1px grey solid;
	border-bottom: none;
	letter-spacing: -0.03em;
}
.menu_sticky_s02 li a:last-child {
	border-right: none;
}
.menu_sticky_s02 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}
.menu_sticky_s02 li a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 3.5em;
	color: #FFFF56;
	background: #ea4751;
	border-right: 1px grey solid;
}
.menu_sticky_s02 li a:hover {
	background: #ff657b;
}

/*二行　8マス*/
.menu_sticky_p03 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	width: 100%;
	padding:0 5px;
	background-color: #ea4751;
}
.menu_sticky_p03 > div{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_p03 ul {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.menu_sticky_p03 li {
	float: left;
	text-align: center;
	width: 25%;
	border-right: 1px grey solid;
	border-bottom: none;
	letter-spacing: -0.03em;
}
.menu_sticky_p03 li a:last-child {
	border-right: none;
}
.menu_sticky_p03 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}

.menu_sticky_p03 li a {
	display: block;
	text-decoration: none;
	color: #FFFF56;
	background: #ea4751;
	font-size: 2.2vmin;
	line-height: 2.2em;
	border-right: 1px grey solid;
}

.menu_sticky_p03 li a:hover {
	background: #ff657b;
}

/*****　 スマホ版　 *****/

.menu_sticky_s03 {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	max-width: 1000px;
	width: 100%;
	padding:0px;
}
.menu_sticky_s03 > div{
	overflow: hidden;
	margin-bottom: 10px;
}

.menu_sticky_s03 ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.menu_sticky_s03 li {
	float: left;
	text-align: center;
	width: 25%;
	border-right: 1px grey solid;
	border-bottom: none;
	letter-spacing: -0.03em;
}
.menu_sticky_s03 li a:last-child {
	border-right: none;
}
.menu_sticky_s03 li strong {
	color: #2e2e2e;
	font-size: 21px;
	line-height: 0;
	vertical-align: -0.1em;
	display: inline-block;
	width: 0.9em;
	text-align: center;
}
.menu_sticky_s03 li a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 3.5em;
	color: #FFFF56;
	background: #ea4751;
	border-right: 1px grey solid;
}
.menu_sticky_s03 li a:hover {
	background: #ff657b;
}






/* Header */

#fh5co-header-section {
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 103;
}

#fh5co-menu-logo {
	clear: both;
}

#fh5co-quick-contacts {
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 2em;
}

#fh5co-quick-contacts .sep {
	padding: 0 .5em;
	color: rgba(255, 255, 255, 0.5);
}

#fh5co-quick-contacts a {
	font-size: 14px;
	padding: 20px 10px;
	color: white;
}

#fh5co-quick-contacts a > i {
	margin-right: 10px;
	margin-top: 5px;
	color: white;
}

#fh5co-quick-contacts a:hover {
	color: white;
}

#fh5co-logo {
	font-size: 20px;
	margin: .9em 0 0 0;
	padding: 0;
	font-weight: 700;
}

#fh5co-logo a {
	border-bottom: none !important;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#fh5co-logo a:hover {
	opacity: .7;
}

@media screen and (max-width: 768px) {

	#fh5co-logo {
		text-align: center;
		margin: 0px 0 0 0;
		float: none !important;
	}

}

/* Superfish Override Menu */

.sf-menu {
	margin: 0 !important;
}

.sf-menu {
	float: right;
}

.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 8em;
	*width: 8em;
}

.sf-menu a {
	color: rgba(0, 0, 0, 0.8);
	color: #2d9c9b;
	padding: .75em 1em;
	font-weight: normal;
	border-left: none;
	border-top: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 18px;
	border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
	text-transform: none;
	padding: .75em 1em;
	letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
	color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background: transparent;
}

.sf-menu ul li {
	background: transparent;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ccc;
}

#fh5co-menu-wrap {
	float: right;
	position: relative;
	margin-right: -20px;
}

#fh5co-menu-wrap .sf-menu a {
	padding: 2em 1em;
}

#fh5co-primary-menu > li > ul li.active > a {
	color: #57cecd !important;
}

#fh5co-primary-menu > li > .sf-with-ul {
	position: relative;
}

#fh5co-primary-menu > li > .sf-with-ul::after {
	border: none !important;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	padding-top: 20px;
	left: 50%;
	margin-left: -7px;
	font-size: 14px;
	width: 100%;
	content: "\e64b";
	color: #2b9493;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#fh5co-primary-menu > li > .sf-with-ul:hover::after {
	padding-top: 25px;
}

#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
	border: none !important;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 13px;
	font-size: 12px;
	content: "\e649";
	color: rgba(255, 255, 255, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
	padding: 7px 0 3px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
	position: absolute;
	top: -9px;
	right: 20px;
	width: 0;
	height: 0;
	content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
	position: absolute;
	top: -8px;
	right: 21px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #57cecd;
	border-bottom: 8px solid rgba(0, 0, 0, 0.8);
	border-left: 8px solid transparent;
	content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
	top: 6px;
	right: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
	top: 7px;
	right: 100%;
	border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}

.site-header.has-image #primary-menu .sub-menu:before {
	display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 14px;
	line-height: 26px;
	color: #fff !important;
	text-transform: none;
	background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
	color: #57cecd !important;
}

.fh5co-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
	background: #2e2e2e;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.fh5co-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 3px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 3px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
	color: #fff;
	background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
	background: #fff;
}

.fh5co-nav-toggle i::before {
	top: -7px;
}

.fh5co-nav-toggle i::after {
	bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: transparent;
}

.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	background: #f86942;
	height: 44px;
	width: 44px;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {

	.fh5co-nav-toggle {
		display: block;
	}

}

/* Mobile Menu */

#fh5co-mobile-menu {
	-webkit-transform: translateX(-275px);
	transform: translateX(-275px);
	display: block;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	background: #181920;
	padding: 0.75em 1.25em;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul {
	padding: 0;
	margin: 0;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
	list-style: none;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
	color: #fff;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
	border-bottom: none !important;
	padding: 7px 0;
	display: block;
	color: #ccc;
	color: rgba(255, 255, 255, 0.5);
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
	color: #fff;
	color: white;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
	position: relative;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown::after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	margin-top: 2px;
	content: "\e64b";
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
	display: none;
	padding-left: 20px;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
	list-style: none;
}

#fh5co-logo-mobile-wrap {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	height: 44px;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: #2b303b;
	color: #ccc;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#fh5co-logo-mobile-wrap h1 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

#fh5co-logo-mobile-wrap h1 a {
	border-bottom: none !important;
	color: #ccc;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#fh5co-content {
	padding: 7em 0;
}

@media screen and (max-width: 768px) {

	#fh5co-content {
		margin-bottom: 4em;
	}

}

#fh5co-sidebar {
	padding: 7em 0;
	font-size: 16px;
}

#fh5co-sidebar.left-sidebar {
	padding-right: 50px;
}

@media screen and (max-width: 768px) {

	#fh5co-sidebar.left-sidebar {
		padding-right: 0px;
	}

}

#fh5co-sidebar.right-sidebar {
	padding-left: 50px;
}

@media screen and (max-width: 768px) {

	#fh5co-sidebar.right-sidebar {
		padding-left: 0px;
	}

}

#fh5co-sidebar .sidebar-box {
	margin-bottom: 2em;
	float: left;
	width: 100%;
}

#fh5co-sidebar .sidebar-heading {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2e2e2e;
	position: relative;
	padding-top: 7px;
}

#fh5co-sidebar .sidebar-heading .border {
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ebebeb;
}

#fh5co-sidebar .sidebar-links {
	padding: 0;
	margin: 0 0 30px 0;
}

#fh5co-sidebar .sidebar-links li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#fh5co-hero {
	background-color: #57cecd;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	width: 100%;
	height: 300px;
	display: table;
	position: relative;
	z-index: 20;
	color: #fff;
}

#fh5co-hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #57cecd;
	opacity: .97;
}

@media screen and (max-width: 768px) {

	#fh5co-hero {
		background-position: center center;
	}

}

#fh5co-hero .fh5co-arrow {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -30px;
	display: table;
	color: #fff;
	font-size: 24px;
	z-index: 99;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background: #f86942;
	border-bottom: none !important;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#fh5co-hero .fh5co-arrow i {
	display: table-cell;
	vertical-align: middle;
}

#fh5co-hero .fh5co-arrow:active, #fh5co-hero .fh5co-arrow:focus, #fh5co-hero .fh5co-arrow:hover {
	outline: none;
}

#fh5co-hero .fh5co-hero-wrap {
	padding-top: 15em;
	display: table;
	height: 650px;
	width: 100%;
}

@media screen and (max-width: 768px) {

	#fh5co-hero .fh5co-hero-wrap {
		padding-top: 4em;
	}

}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a {
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a:hover {
	color: white;
	border-bottom: 1px solid white;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
	font-size: 36px;
	line-height: 47px;
	color: #fff;
	font-weight: 100;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {

	#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
		font-size: 30px;
	}

}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
	letter-spacing: 4px;
	line-height: 1.5;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {

	#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
		letter-spacing: 3px;
	}

}

#fh5co-hero .fh5co-hero-wrap .btn {
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}

#fh5co-hero .fh5co-hero-wrap .btn:hover, #fh5co-hero .fh5co-hero-wrap .btn:active, #fh5co-hero .fh5co-hero-wrap .btn:focus {
	background: #57cecd;
	border-color: #57cecd;
}

body.inner-page #fh5co-hero .fh5co-hero-wrap {
	padding-top: 15em;
}

@media screen and (max-width: 768px) {

	body.inner-page #fh5co-hero .fh5co-hero-wrap {
		padding-top: 4em;
	}

}

@media screen and (max-width: 768px) {

	#fh5co-hero, .fh5co-hero-wrap {
		position: relative;
		padding: 4em 0 3em 0;
		height: inherit !important;
	}

}

#fh5co-main {
	position: relative;
	width: 100%;
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	body.inner-page #fh5co-main {
		margin-top: 0px;
		padding-top: 20px;
	}

}

#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
	-webkit-transform: translateX(275px);
	transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.fh5co-product,
.fh5co-product-2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.2em;
}

.fh5co-product > div,
.fh5co-product-2 > div {
	overflow: auto;
	min-width: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.fh5co-product img {
	width: 100%;
	padding: 0.5em;
	height: auto;
}

.fh5co-product-2 img {
	background:rgba(255, 255, 255, 0.3);
	width: 100%;
	padding: 0.5em;
	height: auto;
}

.fh5co-product-2 .fh5co-half {
	min-height: 500px;
	padding: 3em;
	width: 50%;
	font-size: 16px;
	line-height: 38px;
	background-color: #f7f7f7;
}

.fh5co-product-2 .fh5co-half h3 {
	font-size: 30px;
	font-weight: 300;
}

@media screen and (max-width: 768px) {

	.fh5co-product-2 .fh5co-half {
		min-height: inherit;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		line-height: 28px;
	}

}

.fh5co-product-2.fh5co-reverse .img {
	position: absolute;
	right: 0;
}

@media screen and (max-width: 768px) {

	.fh5co-product-2.fh5co-reverse .img {
		position: relative;
	}

}

#fh5co-contact {
	padding: 7em 0;
}

#fh5co-works .fh5co-work-item figure {
	margin-bottom: 20px !important;
	float: left;
	width: 100%;
}

#fh5co-works .fh5co-work-item .heading {
	font-size: 17px;
	margin-bottom: 40px;
}

#fh5co-works .fh5co-work-item .fh5co-category {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 0;
}

#fh5co-call-to-action {
	clear: both;
	display: block;
	padding: 3em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing: 7px;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
	color: #000;
}

#fh5co-call-to-action:hover, #fh5co-call-to-action:focus, #fh5co-call-to-action:active {
	color: #fff;
	background: #f86942;
	border-top: 1px solid #f86942;
	border-bottom: 1px solid #f86942;
}

#fh5co-footer {
	clear: both;
	position: relative;
	padding: 7em 0 1em 0;
	background: #57cecd;
	background: #f3f8f9;
	float: left;
	width: 100%;
}

#fh5co-footer .fh5co-arrow {
	position: absolute;
	top: -34px;
	left: 50%;
	margin-left: -30px;
	display: table;
	color: #fff !important;
	font-size: 24px;
	z-index: 99;
	text-decoration: none;
	width: 60px;
	height: 60px;
	background: #f86942;
	border-bottom: none !important;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#fh5co-footer .fh5co-arrow i {
	display: table-cell;
	vertical-align: middle;
}

#fh5co-footer .fh5co-arrow:active, #fh5co-footer .fh5co-arrow:focus, #fh5co-footer .fh5co-arrow:hover {
	outline: none;
	color: #fff !important;
}

#fh5co-footer .fh5co-copyright {
	margin-top: 5em;
}

#fh5co-footer .fh5co-copyright p {
	font-size: 15px;
	line-height: 1.9;
}

#fh5co-footer .fh5co-footer-heading {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ccc;
	margin-bottom: 10px;
}

#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0 0 30px 0;
}

#fh5co-footer .fh5co-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fh5co-cards {
	padding: 0;
}

@media screen and (max-width: 768px) {

	.fh5co-cards {
		padding: 0;
	}

}

.fh5co-cards .fh5co-card {
	display: block;
	color: #000;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	margin-bottom: 10px;
	border-bottom: none;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-size: auto 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.fh5co-cards .fh5co-card img {
	z-index: -1;
}

.fh5co-cards .fh5co-card .fh5co-card-body {
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
}

.fh5co-cards .fh5co-card .fh5co-card-body h3 {
	font-feature-settings: "palt" 1;
	letter-spacing: -0.07em;
	font-size: 4.2vmin;
	font-weight: 900;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	margin: 10px 0 20px 0;
}

.fh5co-cards .fh5co-card .fh5co-card-body p {
	color: #fff;
}

.fh5co-cards .fh5co-card .fh5co-card-body p:last-child {
	margin-bottom: 0;
}

.fh5co-cards .fh5co-card:hover {
	text-decoration: none;
	border-bottom: none;
	bottom: 2px;
}

.fh5co-cards .fh5co-card:hover h3 {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.quote {
	width: 80%;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
}

.quote cite {
	margin-top: 20px;
	display: block;
	font-size: 20px;
	font-style: normal;
}

@media screen and (max-width: 768px) {

	.quote {
		font-size: 20px;
		width: 100%;
	}

}

/* Helper Classes */

/* Spacer */

.fh5co-spacer {
	clear: both;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
}

.fh5co-spacer-xlg {
	height: 150px;
}

@media screen and (max-width: 768px) {

	.fh5co-spacer-xlg {
		height: 70px;
	}

}

.fh5co-spacer-lg {
	height: 100px;
}

@media screen and (max-width: 768px) {

	.fh5co-spacer-lg {
		height: 50px;
	}

}

.fh5co-spacer-md {
	height: 80px;
}

@media screen and (max-width: 768px) {

	.fh5co-spacer-md {
		height: 30px;
	}

}

.fh5co-spacer-sm {
	height: 50px;
}

@media screen and (max-width: 768px) {

	.fh5co-spacer-sm {
		height: 20px;
	}

}

.fh5co-spacer-xs {
	height: 30px;
}

@media screen and (max-width: 768px) {

	.fh5co-spacer-xs {
		height: 20px;
	}

}

.fh5co-spacer-xxs {
	height: 20px;
}

.fh5co-letter-spacing {
	letter-spacing: 1px;
}

.fh5co-no-margin-bottom {
	margin-bottom: 0 !important;
}

.fh5co-uppercase-heading-sm {
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ccc;
}

.form-group {
	margin-bottom: 30px;
}

.image-popup:hover {
	opacity: .7;
}

.fh5co-section-heading .fh5co-lead {
	position: relative;
}

.fh5co-section-heading .fh5co-lead > .fh5co-line {
	height: 2px;
	display: block;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	background: rgba(0, 0, 0, 0.3);
}

.fh5co-section-heading .fh5co-sub {
	font-size: 18px;
}

/*
========================================

Components

========================================
*/

/* Buttons */

.btn {
	border-bottom: none !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
}

.btn:hover, .btn:focus, .btn:active {
	box-shadow: none;
	outline: none !important;
	border-color: transparent;
}

.btn.fh5co-btn-icon {
	text-transform: none !important;
	letter-spacing: normal !important;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-outline {
	border: 2px solid #eaeaea !important;
	background: transparent;
	color: #2a2e37;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
	border: 2px solid #f86942 !important;
	background: #f86942 !important;
	color: #fff;
}

.btn-primary {
	background: #57cecd;
}

.btn-success {
	background: #00e195;
}

.btn-danger {
	background: #e02745;
}

.btn-info {
	background: #0bbff2;
}

.btn-warning {
	background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
	background: #282e3c;
	color: #fff;
}

.form-control {
	box-shadow: none !important;
	border: 2px solid #ccc;
}

.form-control:hover, .form-control:focus, .form-control:active {
	outline: none;
	box-shadow: none !important;
	border: 2px solid #57cecd;
}

.js .to-animate,
.js .feature-box,
.js .work-box,
.js .footer-box,
.js .animate-box {
	opacity: 0;
}

.heading {
	margin-bottom: 3em;
}

/* Features*/

#fh5co-features {
	padding: 7em 0;
}

#fh5co-features .fh5co-feature {
	margin-bottom: 30px;
}

#fh5co-features .fh5co-feature .heading {
	font-size: 18px;
	margin-bottom: 20px !important;
	font-weight: normal;
	color: #2e2e2e;
}

#fh5co-features .fh5co-feature-icon {
	margin: 0 auto 2em auto;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#fh5co-features .fh5co-feature-icon i {
	vertical-align: middle;
	font-size: 50px;
	color: #57cecd;
}

/* Header */

.fh5co-header {
	text-align: center;
}

.fh5co-header .fh5co-heading {
	font-weight: bold;
	font-size: 45px;
	line-height: 57px;
}

@media screen and (max-width: 768px) {

	.fh5co-header .fh5co-heading {
		font-size: 30px !important;
		line-height: 42px !important;
	}

}

.fh5co-header .fh5co-heading-sub {
	color: #777;
	font-size: 18px;
	line-height: 30px;
}

/* Easy Rsponsive Tabs */

.fh5co-tab {
	clear: both;
	display: block;
}

.resp-tab-active {
	color: #57cecd;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

.fh5co-tab-menu-icon {
	font-size: 20px;
	position: relative;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {

	.fh5co-tab-menu-icon {
		margin-top: 7px;
	}

}

#fh5co-feature-slider .fh5co-item-slide-text {
	margin-top: 1em;
}

#fh5co-feature-slider .fh5co-item-slide-text > h2 {
	position: relative;
	padding-bottom: 20px;
}

#fh5co-feature-slider .fh5co-item-slide-text > h2 span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #ccc;
	background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px) {

	#fh5co-feature-slider .fh5co-item-slide-text {
		margin-top: 0em;
	}

}

@media screen and (max-width: 768px) {

	#fh5co-feature-slider .fh5co-item-slide-text {
		margin-top: 0em;
	}

}

@media screen and (max-width: 480px) {

	#fh5co-feature-slider .fh5co-item-slide-text {
		margin-top: 0em;
	}

}

#fh5co-testimonial {
	padding: 7em 0;
	background-size: cover;
}

#fh5co-testimonial.border-top {
	border-top: 1px solid whitesmoke;
}

@media screen and (max-width: 768px) {

	#fh5co-testimonial {
		padding: 7em 0;
	}

}

#fh5co-testimonial blockquote {
	padding-left: 0;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	border-left: none;
	font-size: 45px;
	line-height: 57px;
}

@media screen and (max-width: 768px) {

	#fh5co-testimonial blockquote {
		width: 100%;
		font-size: 35px;
		line-height: 47px;
	}

}

#fh5co-testimonial blockquote p {
	text-align: center;
	color: #fff;
}

#fh5co-testimonial .fh5co-testimonial-author {
	font-size: 18px;
}

#fh5co-testimonial .fh5co-uppercase-heading-sm {
	color: #000;
}

/* Accordions */

.fh5co-accordion .panel-title > a {
	border-bottom: none !important;
}

.fh5co-accordion .panel-title > a:hover {
	border-bottom: none !important;
}

.fh5co-accordion .panel-heading {
	background: transparent;
	position: relative;
	cursor: pointer;
}

.fh5co-accordion .panel-heading .accordion-toggle {
	color: #57cecd;
}

.fh5co-accordion .panel-heading .accordion-toggle:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2e2e2e !important;
	position: absolute;
	content: "\e622";
	right: 15px;
	top: 16px;
}

.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
	color: #2e2e2e !important;
}

.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2e2e2e !important;
	position: absolute;
	content: "\e61a";
	right: 15px;
	top: 16px;
}

/* Progress Bars */

.progress {
	height: 15px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.progress-bar {
	box-shadow: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.progress-bar.progress-bar-default {
	background: #57cecd;
}

.progress-bar.progress-bar-success {
	background: #00e195;
}

.progress-bar.progress-bar-info {
	background: #0bbff2;
}

.progress-bar.progress-bar-warning {
	background: #ffd042;
}

.progress-bar.progress-bar-danger {
	background: #e02745;
}

/* Social Icons */

.fh5co-social-icons {
	padding: 0;
}

.fh5co-social-icons li {
	list-style: none;
	display: inline;
	display: inline-block;
}

.fh5co-social-icons li a {
	height: 40px;
	width: 40px;
	border: 1px solid #ebebeb;
	display: table;
	text-align: center;
	color: #2e2e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.fh5co-social-icons li a:hover {
	background: #f86942;
	border: 1px solid #f86942 !important;
	color: #fff !important;
}

.fh5co-social-icons li i {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}

/* Pricing Tables */

@media screen and (max-width: 992px) {

	.fh5co-pricing-table-1 .fh5co-pricing-table-item {
		margin-bottom: 20px !important;
	}

}

@media screen and (max-width: 768px) {

	.fh5co-pricing-table-1 .fh5co-pricing-table-item {
		margin-bottom: 20px !important;
		float: left;
		width: 100%;
	}

}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
	text-align: center;
	float: left;
	width: 100%;
	padding: 1em 2em;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
	background: #57cecd;
	color: #fff;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
	font-size: 70px;
	position: relative;
	display: inline-block;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
	position: absolute;
	top: 2px;
	margin-left: -7px;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup, .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
	font-size: 14px;
	text-transform: uppercase;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
	background: #57cecd;
	color: #fff;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
	border: 2px solid #ccc;
	border-top: none;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
	padding: 0;
	margin: 0;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
	border: 2px solid #57cecd;
	border-top: none;
}

/* Nav Links */

.fh5co-nav-links ul {
	padding: 0;
	margin: 0;
}

.fh5co-nav-links ul li {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style: none;
}

.fh5co-nav-links ul li.active a {
	color: #2e2e2e;
	border-bottom: 2px solid #57cecd;
}

/* Owl Override Style */

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
	margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	top: 50%;
	margin-top: -29px;
	z-index: 9999;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
	right: -40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
	margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	left: -40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
	margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
	right: -50px;
}

@media screen and (max-width: 768px) {

	.owl-carousel-posts .owl-controls .owl-nav .owl-next {
		right: 0px;
	}

}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	left: -50px;
}

@media screen and (max-width: 768px) {

	.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
		left: 0px;
	}

}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
	color: #2e2e2e;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
	color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
	color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
	color: #fff;
}

@media screen and (max-width: 768px) {

	.owl-theme .owl-controls .owl-nav {
		display: none;
	}

}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
	background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	background: none !important;
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
	bottom: 0;
	margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
	background: none;
	border: 2px solid #57cecd;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: none;
	border: 2px solid #57cecd;
}

/* Image Alignment */

img.fh5co-align-right {
	float: right;
	margin: 0 0 .5em 1em;
}

@media (min-width: 1200px) {

	.col-lg-2 {
		width: 20%;
	}

	.col-lg-3 {
		width: 25%;
	}

}

@media screen and (max-width: 480px) {

	img.fh5co-align-right {
		width: 100%;
		margin: 0 0 .5em 0;
	}

}

img.fh5co-align-left {
	float: left;
	margin: 0 1em .5em 0;
}

@media screen and (max-width: 480px) {

	img.fh5co-align-left {
		width: 100%;
		margin: 0 0 .5em 0;
	}

}

img.fh5co-align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a > img.fh5co-align-right {
	float: right;
	margin: 0 0 .5em 1em;
}

@media screen and (max-width: 480px) {

	a > img.fh5co-align-right {
		width: 100%;
		margin: 0 0 .5em 0;
	}

}

a > img.fh5co-align-left {
	float: left;
	margin: 0 1em .5em 0;
}

@media screen and (max-width: 480px) {

	a > img.fh5co-align-left {
		width: 100%;
		margin: 0 0 .5em 0;
	}

}

a > img.fh5co-align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*h3{
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}*/

/*# sourceMappingURL=style.css.map */

h1,h2,h3 {
	color: #0bbff2;
	border-bottom: none;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;*/
}

h4 {
	color: #000;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 5px auto;
	line-height: 1;
	padding: 7px 0 5px 0;
	border-bottom: 1px rgba(0, 0, 0, 0.7) solid;
}


.footer {
	padding: 10px 5px;
	background: rgba(0, 0, 0, 1.event_wrap);
	color: #fff;
}

.footer a {
	color: #fff;
}

.we_wrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.lp_slide01, .lp_slide02, .lp_slide03, .lp_slide04, .lp_slide04, .lp_slide05, .lp_slide06 {
	margin: 3px 0;
}

.lp_slide01 {
	width: 100%;
	height: 30px;
	background-image: url(/images/event/diceweek/slide_001.png);
	background-size: auto 30px;
	-webkit-animation: bgscroll01 80s linear infinite;
	animation: bgscroll01 80s linear infinite;
}

@-webkit-keyframes bgscroll01 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: -1428px 0;
	}

}
@keyframes bgscroll01 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: -1428px 0;
	}

}


.ranking {
	margin-bottom: 20px;
	color: #fff;
	width: 100%;
}

.ranking_inner {
	color: #fff;
}

.ranking ul {

}

.ranking li {
	width: 97%;
	padding: 1% 3%;
}

.ranking li a {
	color: #fff;
}

.ranking li:first-child {
	background: #fff;
}

.ranking li:nth-child(2) {
	background: #e61e2f;
}

.ranking li:nth-child(3) {
	background: #e43947;
}

.ranking li:nth-child(4) {
	background: #e3535f;
}

.ranking li:nth-child(5) {
	background: #de646f;
}

.ranking li strong {
	font-size: 160%;
}

.ranking li span {
	float: right;
	text-align: right;
	width: 50%;
}

.ranking h4 {

}

.lp_slide02 {
	width: 100%;
	height: 60px;
	background-image: url(/images/event/diceweek/slide_002.png);
	background-size: auto 60px;
	-webkit-animation: bgscroll02 80s linear infinite;
	animation: bgscroll02 80s linear infinite;
}

@-webkit-keyframes bgscroll02 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: 1672px 0;
	}

}
@keyframes bgscroll02 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: 1672px 0;
	}

}

.lp_slide03 {
	width: 100%;
	height: 12px;
	background-image: url(/images/event/diceweek/slide_003.png);
	background-size: auto 12px;
	-webkit-animation: bgscroll03 80s linear infinite;
	animation: bgscroll03 80s linear infinite;
}

@-webkit-keyframes bgscroll03 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: -1569px 0;
	}

}
@keyframes bgscroll03 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: -1569px 0;
	}

}

.lp_slide04 {
	width: 100%;
	height: 100px;
	background-image: url(/images/event/diceweek/slide_004.png);
	background-size: auto 100px;
	-webkit-animation: bgscroll04 80s linear infinite;
	animation: bgscroll04 80s linear infinite;
}

@-webkit-keyframes bgscroll04 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: -1655px 0;
	}

}
@keyframes bgscroll04 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: -1655px 0;
	}

}

.lp_slide05 {
	width: 100%;
	height: 30px;
	background-image: url(/images/event/diceweek/slide_005.png);
	background-size: auto 30px;
	-webkit-animation: bgscroll05 80s linear infinite;
	animation: bgscroll05 80s linear infinite;
}

@-webkit-keyframes bgscroll05 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: 1476px 0;
	}

}
@keyframes bgscroll05 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: 1476px 0;
	}

}

.lp_slide06 {
	width: 100%;
	height: 24px;
	background-image: url(/images/event/diceweek/slide_006.png);
	background-size: auto 24px;
	-webkit-animation: bgscroll06 80s linear infinite;
	animation: bgscroll06 80s linear infinite;
}

@-webkit-keyframes bgscroll06 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: 1343px 0;
	}

}
@keyframes bgscroll06 {
	0% {background-position: 0 0;
	}

	100% {
		background-position: 1343px 0;
	}

}

.slick-dots {
	bottom: 1%;
}

.login_wrap {
	padding: 8%;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.login_wrap div {
	width: 50%;
}

.login_wrap img {
	padding: 0 1%;
}

.form_wrap {
	padding: 5% 1% 2% 1%;
}

.form-group {
	margin-bottom: 0;
}

.form_inner {
	padding: 5%;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
	display: none !important;
}

.btn_regist_logout {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	border-style: none;
	border-radius: 4px;
	display: block;
}

.btn_regist {
	margin: ;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}

p.btn_regist {
	margin: 0;
	color: #0a0a0a;
}

.btn_regist a {
	width: 80%;
	padding: 5px 0;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #ea4751;
	border-style: none;
	display: block;
	font-size: 3.5vmin;
	font-weight: 900;
	color: #FFFF56;
	letter-spacing: -0.07em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btn_regist a:hover {
	text-decoration: none;
	background: #ff657b;
	color: #FFFF56;
}

/*スマホボタン*/

.btn_regist_sp {
	margin: ;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}

p.btn_regist_sp {
	margin: 0;
}

.btn_regist_sp a {
	width: 100%;
	padding: 5px 0;
	margin: 0 auto;
	background: #ea4751;
	border-style: none;
	display: block;
	font-size: 5vmin;
	font-weight: 900;
	color: #FFFF56;
	letter-spacing: -0.02em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btn_regist_sp a:hover {
	text-decoration: none;
	background: #ff657b;
	color: #FFFF56;
}

/*スマホボタンここまで*/

.btn_re_top {
	margin:0 ;
}

.btn_re_top a {
	width: 100%;
	margin: 0;
	background: #ea4751;
	border-style: none;
	display: block;
	font-size: 4vmin;
	color: #FFFF56;
	letter-spacing: -0.07em;
	font-family: "Rounded Mplus 1c", 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
}

.btn_re_top a:hover {
	text-decoration: none;
	background: #ff657b;
	color: #FFFF56;
}

.btn_end {
	margin: 0;
}

.btn_end img {
	padding: 20px 40px;
	background: #a9a9a9;
	border-style: none;
	display: block;
}

#footer_naviwrap {
	position: relative;
	background: #383838;
	width: 100%;
	color: #262626;
	border-top: 2px #303030 solid;
	padding-bottom: 40px;
}

#footer_navi {
	padding-top: 5px;
	margin-left: 20px;
	font-size: 10px;
}

#footer_navi p {
	margin-right: 20px;
	text-align: right;
}

#footer_navi img {
	vertical-align: bottom;
}

#footer_navi ul {
	padding: 6px 0 0 0;
}

#footer_navi li {
	float: left;
	font-size: 10px;
}

#footer_navi a {
	text-decoration: none;
	color: #fff;
}

#footer_navi a:hover {
	text-decoration: none;
	color: #5e5f5f;
}

#footer_copy img {
	vertical-align: middle;
}

#footer_copy a {
	color: #fff;
}

h3 .img-responsive {
	width: 100%;
}

/* tabwrap navigation */
#tabwrap {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 20px 0;
}
#tabwrap_inner{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

#tabwrap .nav {
	overflow: hidden;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

#tabwrap .nav li {
	width: 14.2857142857%;
	float: left;
	padding: 0;
	margin: 0;
}
#tabwrap ul {
	padding: 10px;
	margin: 0;
	clear: both;
}
#tabwrap li {
	font-size: 3vmin;
	line-height: 1.5;
}
.tab_list li span{
	padding: 0.2em 0.4em;
	background: rgba(255, 144, 144, 0.98);
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:0.25em 0.5em;
	white-space: nowrap;
	display: inline-block;
}
.nav > li > a {
	padding: 0;
}

#tabwrap .nav li img {
	width: 100%;
	height: auto;
}

#tabwrap .nav li a {
	padding: 4px;
	background: rgba(255, 28, 28, 0.98);
}

#tabwrap li a.current {
	background: #fff;
	padding: 0;
}
#tabwrap .nav li a:hover {
	background: #fff;
	padding: 0;
}

.hide_tab {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

.tab_list {
	background: #fff;
	overflow: hidden;
}
.tab_list_wrap {
	clear: both;
	overflow: hidden;
}






@keyframes tabAnim {
	0%{opacity: 0;
	}

	100% {
		opacity: 1;
	}

}
.tab_wrap {
	height: 100%;
	width: 90%;
	margin: 20px auto;
}

input[type="radio"] {
	display: none;
}

.tab_area {
	font-size: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.tab_area img {
	width: 100%;
	max-width: 80px;
	height: auto;
	margin: 10px auto;
	display: block;
}
.tab_area label {
	width: 25%;
	display: inline-block;
	background: rgba(255, 28, 28, 0.98);
	cursor: pointer;
	transition: ease 0.2s opacity;
	margin: 0;
}

.tab_area label:hover {
	background: #fff;
}

.tab_panel {
	width: 100%;
	opacity: 0;
	padding: 5px 0;
	display: none;
}

.tab_panel span{
	padding: 0.2em 0.4em;
	background: rgba(255, 144, 144, 0.98);
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:0.25em 0.5em;
	white-space: nowrap;
	display: inline-block;
}

.panel_area {
	background: #fff;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

#tab1:checked ~ .tab_area .tab1_label{background:#fff;}
#tab1:checked ~ .panel_area #panel1{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff;}
#tab2:checked ~ .panel_area #panel2{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff;}
#tab3:checked ~ .panel_area #panel3{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}
#tab4:checked ~ .tab_area .tab4_label{background:#fff;}
#tab4:checked ~ .panel_area #panel4{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}
#tab5:checked ~ .tab_area .tab5_label{background:#fff;}
#tab5:checked ~ .panel_area #panel5{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}
#tab6:checked ~ .tab_area .tab6_label{background:#fff;}
#tab6:checked ~ .panel_area #panel6{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}
#tab7:checked ~ .tab_area .tab7_label{background:#fff;}
#tab7:checked ~ .panel_area #panel7{display:block; animation:tabAnim ease 0.6s forwards; -webkit-animation: tabAnim ease 0.6s forwards;}





/*ランキング部分*/

.s_rank {
	width: 80%;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffc20c;
	margin: 0 auto;
}

.s_rank p {
	padding: 10px 0;
	text-align: center!important;
}
.s_rank p strong{
	color: #ff0021;
	font-size: 16px;
}
.s_rank ul {
	width: 50%;
	margin: -20px 0 0 0;
	float: left;
	padding: 10px 0 0 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.s_rank li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 0;
	height: 30px;
	display: table;
	width: 100%;
	float: left;
}

.s_rank li .t_rank {
	text-align: center;
	width: 10%;
	vertical-align: middle;
	color: #ff344c;
	margin: 0 1.5em 0 1em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.s_rank li .t_name {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 35%;
}

.s_rank li strong {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 35%;
	padding-right: 20px;
}

.s_rank li img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.s_rank hr {
	margin: 10px 0;
	clear: both;
	display: block;
}

/*ランキングここまで*/

/*スマホランキング部分*/

.s_rank_sp {
	width: 100%;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffc20c;
	margin: 0 auto;
}

.s_rank_sp p {
	padding: 10px 0;
	text-align: center!important;
	font-size: 14px;
}
.s_rank_sp p strong{
	color: #ff0021;
}
.s_rank_sp ul {
	width: 100%;
	margin: -20px 0 0 0;
	float: left;
	padding: 3px 0 0 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.s_rank_sp li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 0;
	height: 30px;
	display: table;
	width: 100%;
	float: left;
}

.s_rank_sp li .t_rank {
	text-align: center;
	width: 10%;
	vertical-align: middle;
	color: #ff344c;
	margin: 0 1.5em 0 1em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.s_rank_sp li .t_name {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 35%;
}

.s_rank_sp li strong {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 35%;
	padding-right: 20px;
}

.s_rank_sp li img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.s_rank_sp hr {
	margin: 10px 0;
	clear: both;
	display: block;
}

/*スマホランキングここまで*/

/*アコーディオンメニューここまで*/

.event_accordion {
	width: 60%;
	min-width: 300px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.event_accordion .ac-content {
	margin: 0;
	padding: 0;
}

.event_accordion input {
	display: none;
}

.event_accordion label {
	font-size: 20px;
	color: #000;
	display: block;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: #c0c0c0;
}

.event_accordion label:hover {
	background: #e3e3e3;
}

.event_accordion .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	text-align: left;
}

.event_accordion table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.event_accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	box-sizing: border-box;
}

/*アコーディオンメニューここまで*/


/*両エリア高設定*/

.game_sche{
	font-size: 20px;
	font-weight: bold;
	width: 80%;
	border-radius: 10px;
	overflow: hidden;
}
.game_sche img{
	padding: 5px;
}
.game_sche a{
	display: inline-block;
}
.game_sche a:hover{
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.game_sche td{
	padding: 3px;
	border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
	color: #000;
}
td.no_border{
	border: none;
}
.bg_day{
	background: #fff;
}
.bg_t{
	background: pink;
}
.bg_b{
	background: powderblue;
}

/*スマホ両エリア高設定*/

.game_sche_sp{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.game_sche_sp img{
	padding: 0;
	width: 100%;
}
.game_sche_sp a{
	display: inline-block;
}
.game_sche_sp a:hover{
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.game_sche_sp td{
	padding: 0px;
	border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
	color: #000;
}
td.no_border_sp{
	border: none;
}
.bg_day{
	background: #fff;
}
.bg_t{
	background: pink;
}
.bg_b{
	background: powderblue;
}


.fh5co-product3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.2em;
}


.fh5co-product3 > div {
	overflow: auto;
	min-width: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.fh5co-product3 img {
	width: 100%;
	padding: 0.1em;
	height: auto;
}

/*** クエスト機種表記部分 ***/

.flex_gamelogo-box {
	padding:  5px;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
}

.flex_gamelogo-item {
	padding: 0px;
	color:  #fff;               /* 文字色 */
	margin:  5px;              /* 外側の余白 */
	border-radius:  5px;        /* 角丸指定 */
	text-align: center;
}

.flex_gamelogo-item a{
	display: block;
	border-radius:  5px;        /* 角丸指定 */
	background: crimson;
	color: gold;
}

.flex_gamelogo-item a:hover{
	border-radius:  5px;        /* 角丸指定 */
	color: gold;
	background-color: lightcoral;
}

.flex_gamelogo-item img {
	width: 50%;
	height: 50%;
	padding: 5px;
}


.flex_gamelogo-item2 {
	width: 100%;
	padding: 0px;
	color:  #fff;               /* 文字色 */
	margin:  5px;              /* 外側の余白 */
	border-radius:  5px;        /* 角丸指定 */
	text-align: center;
}

.flex_gamelogo-item2 img {
	width: 18%;
	height: 18%;
	padding: 0px;
}
.flex_gamelogo-item2 a{
	display: block;
	background-color: crimson;
	border-radius:  5px;        /* 角丸指定 */
	text-decoration: none; !important;
	font-size: 20px;
	font-weight: bold;
	color: gold;
}

.flex_gamelogo-item2 a:hover{
	border-radius:  5px;        /* 角丸指定 */
	background-color: lightcoral;
	text-decoration: none; !important;
	font-size: 20px;
	font-weight: bold;
}
/*スマホ*/
.flex_gamelogo-item2sp {
	width: 100%;
	padding: 0px;
	color:  #fff;               /* 文字色 */
	margin:  5px;              /* 外側の余白 */
	border-radius:  5px;        /* 角丸指定 */
	text-align: center;
}

.flex_gamelogo-item2sp img {
	width: 18%;
	height: 18%;
	padding: 0px;
}
.flex_gamelogo-item2sp a{
	display: block;
	background-color: crimson;
	border-radius:  5px;        /* 角丸指定 */
	text-decoration: none; !important;
	font-size: 16px;
	font-weight: bold;
	color: gold;
}

.flex_gamelogo-item2sp a:hover{
	border-radius:  5px;        /* 角丸指定 */
	background-color: lightcoral;
	text-decoration: none; !important;
	font-size: 20px;
	font-weight: bold;
}



/*設定56*/

.month56_box{
	width: 80%;
	margin: 0 auto;
	padding: 10px 40px 50px 40px;
	background-color: #ffffff;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.month56_box p{
	color:#000000;
	font-size: 14px;
	padding: 3px;
}
.month56_box ul.over{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content:space-around;
}
.month56_box .over li{
	background: #FFF;
	padding: 0 5px 0 5px;
}
.month56_box .over img{
	display: block;
	opacity: 1;
	transition: .3s;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.month56_box .over img:hover{
	opacity: 0.5;
}

div.tk_text {
	background: #FF0000; /*背景色*/
	border-radius: 0.5em;/*角の丸み*/
	margin: 0 auto !important;
	width: 50%;
	font-size: 20px;

}
div.tk_text em {
	font-style: normal;
	vertical-align:  sub;
}
div.tk_text em.huge {
	font-size: 30px;
	color: #FFFF00;
}

div.tk_text_sp {
	background: #FF0000; /*背景色*/
	border-radius: 0.5em;/*角の丸み*/
	text-align: center;
	padding-top: 1px;
	font-size: 15px;
}
div.tk_text_sp em {
	font-style: normal;
	vertical-align:  sub;
}
div.tk_text_sp em.huge {
	font-size: 24px;
	color: #FFFF00;
}


/*両エリア高設定*/

.game_sche{
	font-size: 1.3rem;
	font-weight: bold;
	width: 100%;
}
.game_sche img{
	padding: 5px;
	width: 120px;
}
.game_sche a{
	display: inline-block;
}
.game_sche a:hover{
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.game_sche td{
	padding: 3px;
	color: #000;
}
td.no_border{
	border: none;
}

.bg_t{
	background: #fffea2;
}
.bg_b{
	background: ;
}

/*スマホ両エリア高設定*/

.game_sche_sp{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
.game_sche_sp img{
	padding: 0px;
	width: 56px;
}
.game_sche_sp a{
	display: inline-block;
}
.game_sche_sp a:hover{
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.game_sche_sp td{
	padding: 5px;
	color: #000;
}
td.no_border_sp{
	border: none;
}

.bg_t_sp{
	background: #fffea2;
	width: 87%;
}
.bg_b_sp{
	background: #fc9ab4;
	width: 13%;
}
