/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html:lang(en) .lang-ja,
html:lang(ja) .lang-en {
  display: none !important;
}
.section-button {
  margin-top: 6rem;
}
.secondary-page {
  padding: 12rem 0 0;
}
img,
video {
  max-width: 100%;
}
div.top-link {
  display: block;
  text-align: right;
  clear: both;
}
.top-link a {
  display: inline-block;
  font-size: 12px;
  padding-left: 30px;
  line-height: 30px;
  background: url(../images/btn_top.png) no-repeat left center;
  cursor: pointer;
}
#calpush-page .hero {
  background: url(../images/bg_calpush_hero.png) no-repeat center;
  background-size: cover;
}
#webpush-page .hero {
  background: url(../images/bg_webpush.jpg) no-repeat center 40%;
  background-size: cover;
}
#apps-page .hero {
  background: url(../images/bg_calpush_apps_gray.jpg) no-repeat center 17% #FFF;
  background-size: cover;
}
#experience-page .hero {
  background: url(../images/bg_experience.jpg) no-repeat top center;
  background-size: cover;
}
#agency-page .hero {
  background: url(../images/bg_agency.jpg) no-repeat top center;
  background-size: cover;
}
#agency-page .webpush_hero {
  background: url(../images/bg_webpush_hero.jpg) no-repeat top center;
  background-size: cover;
}
#main-usage-page .hero {
  background: url(../images/bg_usage.jpg) no-repeat center;
  background-size: cover;
}

.section.get-help .button,
.section.get-help .button:hover {
  color: #b70f02;
  background-color: #FFF;
  border-color: #b70f02;
}
.section.get-help .button:hover {
  opacity: 0.8;
}
.section-nav-banner {
  overflow: hidden;
  margin: 2rem 0 0;
  clear: both;
  border-top: #f5f5f5 2px solid;
  text-align: left;
  padding-top: 22px;
}
.section-nav-banner ul {
  display: inline-block;
  margin-bottom: 0;
}
.section-nav-banner li {
  /*width: 22%;*/
  float: left;
  list-style: none;
  padding-left: 4px;
  margin: 4px;
  box-sizing: border-box;
  /*border: 3px solid #e0bfbd;
  border-radius: 6px;*/
}
.section-nav-banner li:first-child {
  padding-left: 0;
}
.section-nav-banner li.btn-full-width {
  display: block;
  width: 100%;
  padding-left: 0;
}
.section-nav-banner li a {
  position: relative;
  display: block;
  padding: 0 28px 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  /*background: url(../images/icon_arrowg.png) no-repeat 90% center;
  background-size: 14px auto;*/
}
.section-nav-banner li a:after {
  position: absolute;
  right: 8px;
  top: 28%;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/icon_arrowr.png) no-repeat 90% center;
  background-size: 14px auto;
}
.section-nav-banner li a:hover {
  color: #FFF;
  background-color: #BE3F39
}
/*.section-nav-banner li:nth-child(1) a {
  background-color: #65A33E;
}
Tool.section-nav-banner li:nth-child(2) a {
  background-color: #5091CF;
}
.section-nav-banner li:nth-child(3) a {
  background-color: #FFB802;
}
.section-nav-banner li:nth-child(4) a {
  background-color: #9B9B9B;
}*/

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  /*overflow: hidden;*/
  clear: both;
}
#logo {
  position: absolute;
  top: 13px;
  left: 0;
}
#logo h1 {
  margin-bottom: 0;
}
#logo img {
  height: 48px;
}
#lang-select {
  float: right;
	margin: 2px auto 0;
	min-height: 25px;
	overflow: hidden;
}
#lang-select ul {
  margin-bottom: 0;
	float: right;
	clear: both;
}
#lang-select ul li {
	display: inline-block;
  margin-bottom: 0;
}
#lang-select li a {
	position: relative;
	font-size: 13px;
	color: #FFF;
  padding: 5px 15px 5px 20px;
	line-height: 1.2em;
  text-decoration: none;
}
#lang-select li a:hover {
	color: #FFF;
}
#lang-select li a:before {
 	position: absolute;
 	width: 16px;
 	top: 6px;
 	bottom: 0;
 	left: 0;
 	content: "";
 	background: url(../images/img_ja.png) no-repeat;
}
#lang-select li:not(:first-child) a:before {
 	background: url(../images/img_en.png) no-repeat;
}
html:lang(ja) #lang-select li:first-child {
  display: none !important;
}
html:lang(en) #lang-select li:not(:first-child) {
  display: none !important;
}
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100px;
  z-index: 2000;
  background-color: rgba(183, 14, 3, 0.7);
}
#main-header .header-wrapper {
  position: relative;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
#main-header nav {
  position: absolute;
  right: 0;
}
#main-header nav li {
  display: inline-block;
  margin-left: 3.6rem;
  list-style: none;
}
#main-header nav li:first-child {
  margin-left: 0;
}
#main-header nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
#main-menu {
  top: 14px;
}
#main-menu > ul {
  margin-bottom: 0;
}
#main-menu > ul > li {
  position: relative;
  display: inline-block;
  /* padding-bottom: 4px; */
  padding: auto;
  line-height: 1.8em;
}
#main-menu ul li:hover>ul {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#main-menu > ul > li > ul.submenu {
  display: none;
}
#main-menu > ul > li:hover > ul.submenu {
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  padding: 1rem;
  margin: 0;
  min-width: 200px;
  /* border-top: 3px solid #d4190b; */
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow:1px 1px 2px 0px #cecece;
}
#main-menu ul.submenu > li {
  display: block;
  text-align: left;
  margin-left: 0;
}
#main-header ul.submenu li a {
  display: block;
  font-size: 14px;
  color: #5A5A5A;
  padding: 2px 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#main-header ul.submenu li a:hover {
  background-color: rgb(255, 245, 245);
 }
#main-menu .btn-registration,
#about-features .button-registration a {
  padding: 0.8rem 5rem;
  font-size: 1.4rem;
  border-radius: 5px;
  border-color: #ff9d00;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  background-color: #ff9d00;
  cursor: pointer;
}
#main-menu .btn-registration:hover,
#about-features .button-registration a:hover {
  border-color: #f19400;
  color: #FFF;
  background-color: #f19400;
}
#main-menu .menu-apply {
  padding: 0.8rem 5rem;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  /* background-color: #020202a3; */
  /* background-color: #b70f02; */
  background-color: rgba(183, 15, 2, 0.3);
  cursor: pointer;
}
#menu-icon {
  display: hidden;
  width: 32px;
  height: 32px;
  background: url(../images/icon_menu.png) center;
}
#menu-icon:hover {
  background-color: #7d312b;
  border-radius: 4px;
}
#calpush-page .menu-calpush,
#webpush-page .menu-webpush,
#experience-page .menu-experience,
#support-page .menu-support,
.contact-pages .menu-contact,
#news-page .menu-news {
  border-bottom: 3px solid #FFF;
}
.secondary-menu {
  overflow: hidden;
  clear: both;
  background: #13242a;
}
.secondary-menu #sns-wrapper {
  float: right;
}
.secondary-menu #sns-wrapper ul {
  text-align: center;
  padding: 5px 0 0 0;
  margin-bottom: 0;
}
.secondary-menu #sns-wrapper li {
  list-style: none;
  display: inline-block;
  margin: 1px 0 0 20px;
}
.secondary-menu #sns-wrapper li a {
  /*padding: 3px 6px 0;
  border-radius: 50%;
  border: 2px solid #737d82;*/
  display: block;
  box-sizing: border-box;
}
#sns-wrapper img {
  width: 20px;
  height: 20px;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  display: block;
  width: 100%;
  clear: both;
  background-color: #132429;
  background: url(https://www.toptal.com/designers/subtlepatterns/patterns/zwartevilt.png);
}
.footer-content {
  color: #FFF;
  padding: 5rem 0 2rem;
}
.footer-content p,
.footer-content li a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.4rem;
}
.footer-content li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.footer-content .smaller-font {
  font-size: 2rem;
  display: block;
  padding-left: 35%;
}
#footer-nav,
#copyright {
  display: inline-block;
}
#footer-nav {
  float: left;
}
#copyright {
  float: right;
}
#copyright a {
  color: #c1c1c1;
  text-decoration: none;
}
#footer-nav ul,
#copyright p {
  margin-bottom: 0;
}
#footer-nav li {
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
#footer-nav li:first-child {
  padding-left: 0;
}
#footer-nav li a {
  font-size: 12px;
  font-weight: 300;
  color: #c1c1c1;
  text-decoration: none;
}
#copyright {
  font-size: 12px;
  text-align: right;
  color: #c1c1c1;
}
#footer-company {
  height: 125px;
  display: inline-block;
  text-align: right;
  margin-bottom: 0;
  padding-left: 100px;
  background: url(../images/anz_logo.png) no-repeat left top;
  background-size: auto 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-container {
  display: block;
  width: 100%;
  min-height: 65vh;
  clear: both;
  /*background-image: url(../images/bg_image.jpg) !important;
  background-repeat: repeat !important;
  background-size: 9px 9px !important;*/
}
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
.bg-gray {
  /*background-color: #f2f2f2;*/
  background-color: #e2e2e2;
}
.bg-red {
  /*background-color: #f2f2f2;*/
  background-color: #e1382d;
}
.bg-black {
  /*background-color: #f2f2f2;*/
  background-color: #2a2a2a;
}
.bg-light-gray {
  background-color: #f9f9f9;
}
.bg-blue {
  background-color: #1d5682;
}
#main-header.bg-dark-blue {
  background-color: rgba(183, 14, 3, 1);
}
.bg-gradient {
  background-image: -webkit-linear-gradient(293deg, #ED213A 4%, #93291E 96%);
  background-image: linear-gradient(157deg, #ED213A 4%, #93291E 96%);
}
.register-wrapper {
  position: fixed;
  right: 0;
  bottom: -115px;
  z-index: 1000;
  text-align: center;
  padding: 0 0 40px 0;
  background: rgba(255,255,255, 0);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.register-wrapper a,
.banner-register {
  padding: 16px 60px;
  font-size: 18px;
  border-radius: 2px;
  border-color: #b70f02;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  background-color: #b70f02;
  cursor: pointer;
}
.register-wrapper a:hover,
.banner-register:hover {
  color: #FFF;
  background-color: #ff473a;
}
.register-wrapper.scrollin {
  bottom: 0;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.border-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.section.get-help {
  background-size: 100% !important;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  position: relative;
  background: #13242b;
}
.hero-heading,
.hero-text {
  color: #FFF;
}
.hero-text {
  font-weight: 700;
}
.hero .button-register {
  height: auto;
  padding: 1rem 5rem;
  margin-top: 1rem;
  font-size: 2rem;
  border-radius: 5px;
  border-color: #ff9d00;
  background-color: #ff9d00;
}
.hero .button-register:hover {
  border-color: #f19400;
  background-color: #f19400;
}

/* Main Page Banners
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.course-title-container {
  right: 0;
}
.course-title,
.hero-container h1,
.hero-container h3,
.hero-container h4 {
  color: #FFF;
  text-align: center;
}
.hero-container h1 {
  font-size: 4rem;
}
.hero-container h1 span.main-word {
  font-size: 6rem;
}
.hero-container h3 {
  font-size: 2.7rem;
}
.hero-container h4 {
  font-size: 2.0rem;
}
#agency-page .hero:before,
#top-page .hero:before,
#calpush-page .hero:before,
#webpush-page .hero:before,
#main-usage-page .hero:before,
#experience-page .hero:before,
#calpush-page #for-web:before,
#calpush-page #for-sns:before,
#calpush-page #for-apps:before,
#calpush-page #report:before,
#webpush-page #report:before,
#calpush-page #calpush-report:before,
#webpush-page #video:before,
#webpush-page .walkthrough:before,
#experience-page .walkthrough:before,
#agency-page #for-web:before,
#agency-page #for-sns:before,
#agency-page #for-apps:before,
#agency-page #calpush-report:before,
#agency-page #video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#top-page .hero:before,
#calpush-page .hero:before,
#webpush-page .hero:before,
#experience-page .hero:before,
#main-usage-page .hero:before {
  background-color: rgba(16, 16, 16, 0.25); /*rgba(16, 16, 16, 0.36);*/
}
#experience-page .hero:before,
#agency-page .hero:before {
  background-color: rgba(16, 16, 16, 0.6);
}
#calpush-page #for-web,
#calpush-page #for-sns,
#calpush-page #for-apps,
#calpush-page #for-apps,
#calpush-page #report,
#webpush-page #report,
#calpush-page #calpush-report,
#webpush-page #video,
#agency-page #for-web,
#agency-page #for-sns,
#agency-page #for-apps,
#agency-page #calpush-report,
#agency-page #video {
  position: relative;
}
#experience-page .walkthrough:before {
  background-color: rgba(255, 255, 255, 0.85);
}
#calpush-page #for-web:before,
#agency-page #for-web:before {
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  background-color: rgba(2, 2, 2, 0.15);
}
#webpush-page #overview:before {
  /*left: 0;
  background-color: rgba(255, 255, 255, 0.15);*/
  /*background-color: rgba(2, 2, 2, 0.55);*/
}
#calpush-page #for-sns:before,
#agency-page #for-sns:before {
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  background-color: rgba(2, 2, 2, 0.25);
}
#calpush-page #for-apps:before,
#agency-page #for-apps:before {
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  background-color: rgba(2, 2, 2, 0.25);
}
#calpush-page #report:before,
#calpush-page #calpush-report:before,
#agency-page #calpush-report:before {
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  /*background-color: rgba(2, 2, 2, 0.55);*/
}
#webpush-page #report:before,
#webpush-page #video:before,
#agency-page #video:before {
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  background-color: rgba(2, 2, 2, 0.25);
}

#top-page .hero-container,
#calpush-page .hero-container,
#webpush-page .hero-container,
#experience-page .hero-container,
.banner .walkthrough-body,
.banner .walkthrough-pagination,
 {
  z-index: 2;
}

#banner-links {
  max-width: 316px;
  margin: 0 auto;
}

#banner-links li {
  list-style: none;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
#banner-links li .price-info {
  display: block;
  color: #FFF;
}

/* Texts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-size: cover;
  color: #333333;
  padding-bottom: 5rem;
}
.value-heading {
  position: relative;
  margin-bottom: 2rem;
  color: #212121;
}
/*.value-heading:after {
  display: inline-block;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  height: 4px;
  content: '';
  background-color: #688eac; /*#33C3F0;
}*/
.value-subheading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}
.bg-gradient .value,
.bg-gradient .values,
.bg-gradient .value-heading,
.bg-gradient .value-subheading,
.bg-gradient .value-description,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6,
.bg-gradient a,
.bg-gradient p,
.bg-blue .value,
.bg-blue .values,
.bg-blue .value-heading,
.bg-blue .value-subheading,
.bg-blue .value-description,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue a,
.bg-red .value,
.bg-red .values,
.bg-red .value-heading,
.bg-red .value-subheading,
.bg-red .value-description,
.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-red h6,
.bg-red a,
.bg-red p,
.bg-black .value,
.bg-black .values,
.bg-black .value-heading,
.bg-black .value-subheading,
.bg-black .value-description,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black a,
.bg-black p,
.footer-content h1,
.footer-content h2,
.footer-content h3,
.footer-content h4,
.footer-content h5,
.footer-content h6 {
  color: #FFF;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-blue {
  color: #131dca;
}
.text-red {
  color: #e1382d;
}
.smaller-font {
  font-size: 1.2rem;
}

/* Partners
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#partners .two.columns {
  width: 16.8%;
}
#about-partners {
  text-align: center;
}
#about-partners ul {
  display: inline-block;
  margin: 0 auto;
}
#about-partners li {
  text-align: left;
  font-size: 16px;
}

/* Top > News
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#news dl {
  width: 100%;
  margin: 3rem auto 5rem;
}
#news dt {
  width: 129px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
  box-sizing: border-box;
}
#news dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
  -webkit-margin-start: 40px;
}
#news dd a {
	display:block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* CalPush
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#calpush-page {
  /*background: #f2f2f2;*/
}
#calpush-page #for-web,
#calpush-page #for-sns,
#calpush-page #for-apps,
#calpush-page #report,
#calpush-page #calpush-report,
#webpush-page #for-web,
#webpush-page #report,
#webpush-page #video,
#agency-page #for-web,
#agency-page #for-sns,
#agency-page #for-apps,
#agency-page #calpush-report,
#agency-page #video {
  padding: 6rem 0;
}
#calpush-page #for-web,
#agency-page #for-web {
  margin-top: 3rem !important;
  background: url(../images/bg_calpush_web.jpg) no-repeat center 42% #FFF;
  background-size: cover;
}
#calpush-page #for-sns,
#agency-page #for-sns {
  background: url(../images/bg_calpush_sns.jpg) no-repeat center #FFF;
  background-size: cover;
}
#calpush-page #for-apps,
#agency-page #for-apps {
  background: url(../images/bg_calpush_apps.jpg) no-repeat center 17% #FFF;
  background-size: cover;
}
#calpush-page #report,
#calpush-page #calpush-report,
#agency-page #calpush-report {
  background: url(../images/bg_37.jpg) no-repeat center 32% #FFF;
  background-size: cover;
}
#calpush-page .walkthrough,
#webpush-page .walkthrough {
  display: block;
  /*width: 48%;
  float: right;*/
}
#calpush-page .six img {
  /*max-width: 70%;*/
}
#app-links,
#app-links2 {
  margin: 4rem auto 0;
  text-align: center;
  max-width: 300px;
  clear: both;
  overflow: hidden;
}
#app-links img,
#app-links2 img {
  width: 100%;
}
#app-links li,
#app-links2 li {
  width: 46%;
  padding: 0;
  float: left;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin: 0 2%;
}

/* WebPush
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#webpush-page #overview {
  margin-top: 3rem !important;
}
#webpush-page #video,
#agency-page #video {
  background: url(../images/bg_webpush_video.jpg) no-repeat center 65% #FFF;
  background-size: cover;
  margin-bottom: 6rem !important;
}
#webpush-page #report,
#webpush-page #video,
#agency-page #video {
  background: url(../images/bg_webpush_video.jpg) no-repeat center 65% #FFF;
  background-size: cover;
}

/* Support
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#support-page .support {
  padding-bottom: 1rem;
}
#support-page .support .questions {
  margin-bottom: 2rem;
}
#support-page hr {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#support-page .support .answers .row:not(#q13), {
  margin-bottom: 4rem;
}
#support-page .support .q-link {
  cursor: pointer;
}
#support-page .answers .first-half {
  margin-left: 0;
}
#answers-webpush {
  margin-bottom: 5rem;
}
#support-page .answers .row {
  margin-bottom: 3rem;
}
#support-page .answers h5 {
  font-size: 2rem;
}
#support-page .answer-mark {
  font-weight: 900;
  font-size: 2rem;
}

/* Contact, Registration
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.formwrapper {
  padding: 40px 50px;
  max-width: 800px;
  margin: 25px auto 0;
  border-radius: 10px;
  background: #f2f2f2;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(241, 241, 241, 0.3);
  -moz-box-shadow: 1px 1px 1px 0px rgba(241,241,241,0.3);
  box-shadow: 1px 1px 1px 0px rgba(241, 241, 241, 0.3);
}

.formwrapper .formbtn p {
	margin-bottom: 15px;
	color: #FFF;
}
.formwrapper .formbtn label,
.formwrapper .formbtn a {
  color: #464646;
}
.formwrapper .area1,
.formwrapper .area1 {
	text-align: center;
}
.formwrapper h2,
.subs-success-page h2 {
  text-align: center;
}
.formwrapper .area1 .table1 li a {
	text-indent: 0;
}
.formwrapper dl {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}
.formwrapper dt {
	display: inline-block;
	padding: 5px 5px 0 5px;
	font-size: 15px;
	color: #464646;
	text-align: left;
	width: auto;
	float: none;
}
.formwrapper dd {
  margin-left: 0;
  -webkit-margin-start: 0;
	padding: 5px 5px 18px 5px;
	border-bottom: none;
}
.formwrapper .form dt:after {
	display: none;
}
.formwrapper .form .required {
	padding: 3px 4px;
    background: #f08300;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
}
.formwrapper .form p {
	font-size: 13px;
}
.formwrapper .checkinquiry dd {
	min-height: 35px;
	margin: 5px 5px 18px 5px;
	padding: 6px 10px;
  text-align: left;
	color: #333;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	background: #d8d8d8;
}
.formwrapper input[type="text"],
.formwrapper input[type="password"],
.formwrapper input[type="email"],
.formwrapper textarea,
.formwrapper select {
	border: 0;
	width:100%;
	padding: 8px 10px;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #E4E4E4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.formwrapper dd label {
  display: inline-block;
  margin-right: 2.5rem;
  font-size: 14px;
  color: #464646;
  margin-bottom: 0;
  font-weight: normal;
}
.formwrapper label input[type="radio"] {
  margin-bottom: 0;
}
.formwrapper select {
	height: 37px;
	line-height: 2;
	background: #FFF;
}
.formwrapper textarea {
	resize: vertical;
}
/*.formwrapper input[type="reset"],
.formwrapper input[type="submit"],
.formwrapper .btn-calpushreport {
	margin: 10px 10px;
	border-radius: 5px;
	border: 1px solid #f08300;
	color: #FFF;
	line-height: 2;
	cursor: pointer;
	box-sizing: border-box;
	background: #f08300;
	transition: background-color 0.5s ease;
}*/
.subs-success-page .btn-calpushreport {
	width: 150px;
	display: inline-block;
	margin-top: 20px;
}
.form .required {
  padding: 3px 4px;
  background: #f08300;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
}
.formwrapper dd.zipcode input {
  width: 30%;
  min-width: 120px;
}
.page-contact .formBtn {
  display: inline-block;
  margin: 5px 10px;
  min-width: 150px;
}
.form dl {
  margin-right: auto;
  margin-left: auto;
}
.form dd .error {
  font-size: 90%;
  colof: #ff0000;
}
.disabled,
button[disabled],
select[disabled] {
  cursor: default;
  opacity: 0.5;
}
#contact-check .formwrapper dd {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background: #FFF;
}

/* Tag Generator
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#tag-generator input {
  margin-bottom: 5px;
}
#tag-generator textarea {
  margin-bottom: 0;
}
#tag-generator .input-note {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.2em;
  color: #828282;
}
#tag-generator ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
#tag-generator ::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
#tag-generator :-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
#tag-generator :-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

/* News
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html:lang(en) .top-page #news,
html:lang(en) .link-news {
  display: none !important;
}
.oshirase_all {
	float: right;
	text-align: center;
	border-radius:10px;
	margin-top: 10px;
}
.oshirase_all a {
	display:block;
}
.oshirase dt {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oshirase dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
	border-bottom: 1px dotted #CCCCCC;
  -webkit-margin-start: 0;
}
.oshirase dd a {
	display:block;
}
.pageNavi ul {margin:10px auto;text-align:center;width:343px;}
.pageNavi li {
  display: inline-block;
	list-style: none;
}
.pageNavi a,
.pageNavi span {padding:3px 8px;font-size:16px;}
.pageNavi span {color:#E2061E;}

.page-news .oshirasetxt dt {
  font-size: 2rem;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 3rem;
}
.page-news .oshirasetxt dd {
  -webkit-margin-start: 0;
}
.page-news .oshirasetxt dd span {
  font-size: 1.5rem !important;
  color: #333333;
  line-height: 1.5em;
}
#news-form {
  margin-bottom: 0;
}

/* How To
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.how-to-list {
  display: inline-block;
  margin: 0 auto;
}

.how-to-list li {
  list-style: none;
  margin: 3rem 1rem 2rem;
  float: left;
}
.how-to-list li a {
  display: block;
  padding: 10px;
  background: #93291E;
  border-radius: 10px;
}
.how-to-list li a:hover {
  background: #0575E6;
  background:-moz-linear-gradient(#ED213A, #93291E);
  background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ED213A), to(#93291E));
}

/* Main Page Sub Banners
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.section.hero {
  background: url(../images/img_strategy.jpg) no-repeat;
  background-size: cover;
}*/
.section .banner {
  z-index: 2;
}
.section .banner .animation {
  opacity: 0;
}
.section .banner h2 {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  font-size: 4rem;
  color: #FFF;
  text-shadow: 0 0 8px #333333;
}
.section .banner h2:after {
  display: none;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  width: 80px;
  height: 4px;
  content: '';
  background: #b70f02;
}
.section .banner h3 {
  /*width: 50%;*/
  font-size: 2.2rem;
  margin: 0 0 1.8rem 0;
  /*color: #212121;*/
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
  text-shadow: 0 0 8px #333333;
}
.section .banner p {
  /*width: 50%;*/
  font-size: 2rem;
  text-align: center;
  /*color: #333;*/
  font-weight: 600;
  line-height: 1.2em;
  color: #FFF;
  text-shadow: 0 0 8px #333333;
}
.animation.animate {
  opacity: 0;
  -webkit-animation: fade-up 1s 0.5s cubic-bezier(0.77, 0, 0.35, 1) forwards;
          animation: fade-up 1s 0.5s cubic-bezier(0.77, 0, 0.35, 1) forwards;
}
}
@-webkit-keyframes create {
    0% { transform: scale(0);}
    100% { transform: scale(1); }
}
@-webkit-keyframes run {
    0% { top: 30%; left: 45%;}
    100% { left: 0; top: 10%; }
}
/*@-webkit-keyframes run {
    0% { transform: scale(0); top: 30%; left: 45%;}
    50% { transform: scale(1); }
    100% { left: 0; top: 10%; }
}*/
@keyframes fade-up {
  from {
    opacity: 0;
    top: 30%;
    left: 45%;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}


/* Experience
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#about-experience #expr-click {
  padding: 6rem 0 2rem;
}
.expr-hide {
  display: none;
}
.expr-default {
  display: block;
}
.show-expr {
  cursor: pointer;
}
.expr-display {
  display: block !important;
}
.c_menu {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  font-size: .9em;
  padding-top: 20px;
}
.c_menu > li {
  float: left;
  width: 19%; /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン5縺､縺ｮ蝣ｴ蜷� */
  height: 60px;
  margin-left: 1%;
  padding: 10px 5px;
  list-style: none;
  border-radius: 8px;
  text-align: center;
  line-height: 1.2em;
  box-sizing: border-box;
}
.c_menu > li:first-child {
  margin-left: 0;
}
.c_menu > li a {
  display: block;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
.c_menu > li a:hover {
    color: #fff;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.c_menu > li:hover {
    transition: all .5s;
}
.menu__second-level li {
  border-top: 1px solid #111;
  list-style: none;
  padding: 5px;
}
.menu__second-level li a:hover {
    background: #111;
}

/* 荳狗泙蜊ｰ */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c_menu:before,
.c_menu:after {
    content: " ";
    display: table;
}
.c_menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
}
li.menu__single:hover ul.menu__second-level {
    top: 55px;
    left: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    -webkit-padding-start: 0;
}
.m1 {
  background: #ff831c;
}
.m2 {
  background: #0aa0ff;
}
.m3 {
  background: #5a249c;
}
.m4 {
  background: #84bb14;
}
.m5 {
  background: #c51712;
}
#c_menu {
  margin-top: 50px;
  border: 8px solid #F1F1F1;
  padding: 10px;
  border-radius: 10px;
}
.c_menu2 {
  margin-top: 0px!important;
  margin-bottom: 20px;
}
#c_menu h3 {
  color: #FFFFFF;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 5px;
  margin-bottom: 10px;
  border-radius: 2px;
  text-align: left;
}
#c_menu h4 {
  font-size: 1.2em;
  padding-left: 10px;
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#c_menu dl {
  width: 17%;
  min-width: 150px;
  float: left;
  padding: 5px;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 20px 5px;
  height: 250px;
  box-sizing: border-box;
}
#c_menu .dl1 {
  border: 6px solid #F1F1F1;
  width: 19%;
  margin: 20px 0.5%;
}
#c_menu .dl2 {
  border: 2px solid #0aa0ff;
}
#c_menu dt {
  font-size: 1.3em;
  font-weight: bold;
  height: 50px;
  text-align: center;
}
#c_menu a {
  display: block;
  text-decoration: none;
}
#cmenu {
    margin-top:-100px;
    padding-top:70px;
}
.analysis-cat .tabs li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.analysis-cat .tabs li a {
  color: #FFF;
  padding: 10px 10px 10px 55px;
  border-radius: 8px;
  background:#9472bf no-repeat 10px center;
}
.analysis-cat .tabs li a:hover,
.analysis-cat .tabs li.active a {
  color: #FFF;
  background-color: #623f8c;
}
.analysis-cat .tabs li:nth-child(1) a {
  background-image: url(../images/icon_analysis_tv.png);
}
.analysis-cat .tabs li:nth-child(2) a {
  background-image: url(../images/icon_analysis_themepark.png);
}
.analysis-cat .tabs li:nth-child(3) a {
  background-image: url(../images/icon_analysis_sports.png);
}
.analysis-cat .tabs li:nth-child(4) a {
  background-image: url(../images/icon_analysis_movie.png);
}

/*菴馴ｨ薙Γ繝九Η繝ｼ*/
.c_menu {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  font-size: .9em;
  padding-top: 20px;
}
.tvArea2{
  margin:0 auto 30px;
}
.tvArea2 .change_weeks {
    text-align: center;
    margin-top: 20px;
}
.tvArea2 .change_weeks .cw{
  padding:0 2px;
  border-right:1px solid #ecedec;
  display: inline-block;
  max-width:150px;
  width:30%;
  margin-bottom:20px;
}
.tvArea2 .change_weeks .cw div{
  color:#ffffff;
  background:#ecedec;
  font-size:120%;
  padding:6px;
  font-weight:bold;
  border-radius:5px;
  background:-moz-linear-gradient(#9D50BB, #6E48AA);
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(#9D50BB), to(#6E48AA));
  cursor: pointer;
}
.tvArea2 .change_weeks .cw div:hover{
  background: #6E48AA;
}
.tvArea2 .head{
  border-left:1px solid #ecedec;
  display:table;
  width:100%;
  table-layout:fixed;
}
.tvArea2 .head .title{
  font-weight:bold;
  margin-left:10px;
  margin-bottom:10px;
  font-size:200%;
}
.tvArea2 .head .ch{
  padding:0 3px;
  border-right:1px solid #ecedec;
    font-size:15px;
  display:table-cell;
}
@media screen and (max-width : 800px) and (min-width : 640px) {
  .tvArea2 .head .ch{
      font-size:9px;
  }
}
@media screen and (max-width : 639px) {
  .tvArea2 .head .ch{
      font-size:7px;
  }
}
.tvArea2 .head .ch div{
  background:#f1edf7;
  text-align:center;
  padding:3px;
  font-weight:bold;
  color: #212121;
}
.tvArea2 .contentArea{
  border-left:1px solid #cecbc7;
  text-align: left;
  display:table;
  width:100%;
  table-layout:fixed;
}
.tvArea2 .contentArea .chCont{
  padding:3px;
  border-right:1px solid #cecbc7;
  width:14.2%;
  font-size:15px;
  word-break:break-all;
  display:table-cell;
}
html:lang(en) .tvArea2 .contentArea .chCont {
  word-break:break-word;
}

#event-variation dd {
  -webkit-margin-start: 0;
}

@media screen and (max-width : 800px) and (min-width : 640px) {
  .tvArea2 .contentArea .chCont{
      font-size:9px;
  }
}
@media screen and (max-width : 639px) {
  .tvArea2 .contentArea .chCont{
      font-size:7px;
  }
}
.tvArea2 .contentArea .chCont .chSec{
  margin-bottom:20px;
  line-height:1.4;
}
.tvArea2 .contentArea .chCont .chSec .time{
  font-weight:bold;
}
.tvArea2 .contentArea .chCont .chSec .chName{
  font-weight:bold;
  color:#131dca;
}
.tvArea2 .contentArea .chCont .chSec .chName img{
  padding-right:3px;
    width: 15%!important;
}
.btnDisabled {
    pointer-events : none;
    filter: alpha(opacity=65);
    opacity: .65;
}
section {
  margin: 0 auto;
  text-align: center;
}
.week_content {
    text-align: center;
}
.tabs_div {
    display: inline-block;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.tabs_div ul li img {
    max-width: 100%;
    height: auto;
}
.cf::after, .clearfix::after {
    display: none;

}
.event-cat .event_button,
.integration-cat .event_button,
.webpush-cat .event_button,
.results-cat .event_button {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.event-cat .event_button {
  background: #ff831c;
}
.integration-cat .event_button {
  background: #0aa0ff;
}
.webpush-cat .event_button {
  background: #84bb14;
}
.results-cat .event_button {
  background: #c51712;
}
.area5 {
  padding-right: 30px;
  padding-left: 30px;
  max-width:1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width : 640px) {
.area5 {
  padding-right: 5px;
  padding-left: 5px;
}
}
/**/
#TabArea{
  background:#fff;
  text-align: center;
}
.tabs{
  padding:0;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  display:table;
}
.tabs li{
  width:240px;
  height:84px;
  list-style-type:none;
  padding:0;
  margin:0;
  display:table-cell;
}
.tab_content{
  padding:0px 0 30px;
  /*width:760px;*/
  margin:0 auto;
}
.tab_content .tabTtl{
  font-size:1.4rem;
  margin-bottom:10px;
  font-weight:bold;
}
.tab_content table{
  border: solid 1px #ccc;
  margin-bottom:30px;
  width: 100%;
}
.tab_content table th{
  text-align:center;
  font-size:1.5rem;
  padding:10px 15px;
  font-weight: bold;
  background: #f1edf7;
}
.tab_content table td{
  padding:10px 15px;
  font-size:1.5rem;
  text-align:center;
}
@media screen and (max-width : 640px) {
  .tab_content table th{
    text-align:center;
    font-size:14px;
    padding:5px;
    font-weight: bold;
    background: #f1edf7;
  }
}
.tab_content table td.time{
  text-align: center;
}
.tab_content table td.blank{
  color:#a2a2a2;
}
.tab_content th,.tab_content td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 8px;
    vertical-align: middle;
}
.sceduleArea{
  background:#dddddd;
  padding:8px;
  margin-bottom:30px;
  text-align:left;
}
.sceduleArea .ttl{
  font-size:1.4rem;
  padding-bottom:8px;
  font-weight:bold;
}
.sceduleArea .inner{
  background:#ffffff;
  padding:8px;
}
.sceduleArea .inner .date{
  background: #000000;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 2.1rem;
  margin-bottom: 8px;
}
.sceduleArea .inner .date span{
  font-size: 1.5rem;
}
.sceduleArea .inner .childArea{
  width: 100%;
  box-sizing: border-box;
  border: 8px solid #dddddd;
  background: #f8f8f8;
}
.sceduleArea .inner .childArea p{
  background:#f8f8f8;
  padding:6px 10px;
  margin:0;
  float:left;
  box-sizing:border-box;
}
.contentBlocWrap{
/*  margin-bottom:6px;*/
}

.contentBlocWrap .head{
  background:#000000;
  padding:2px;
  text-align:left;
}
.contentBlocWrap .head .ttl{
  border-left:12px solid #2d87cd;
  padding: 15px 0 10px 10px;
  color:#ffffff;
  font-size:1.5rem;
}
.contentBlocBtm{
  width:100%;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  box-sizing:border-box;
}
.contentBlocBtm .timeSec{
  /* width:94px; */
  width: 50%;
  min-height:68px;
  padding:10px 4px 4px;
  float:left;
  position:relative;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  font-weight:bold;
  text-align:left;
}
@media screen and (max-width : 640px) {
.contentBlocBtm .timeSec{
  font-size:.9em;
}
}
.contentBlocBtm .timeSec span{
  display:block;
  font-size:75%;
  font-weight:normal;
  line-height:1.8;
}
.contentBlocBtm .timeSec img{
  position:absolute;
  top:10px;
  right:5px;
}
.contentBlocBtm .timeSec .end{
  color:#ffffff;
  /* font-size:60%; */
  text-align:center;
  background:#c9c9c9;
  margin:0;
}
.contentBlocBtm .timeSec .buy{
  color:#ffffff;
  /* font-size:60%; */
  text-align:center;
  background:#f57518;
  margin:0;
}
.sceduleArea img {
  height: auto;
  width: auto!important;
}
.cf, .clearfix {
    display: inline-block;
}
#c_menu section a {
    display: block;
    padding-bottom: 0px!important;
}
#analysis-sports .liveschedule{
  padding:20px 10px 0 10px;
}
#analysis-sports .liveschedule h3{
  background:#FFD800;
  padding:6px;
  font-size:16px;
}
#analysis-sports .liveschedule table{
  border-left:solid 1px #999999;
  border-top:solid 1px #999999;
  width:100%;
}
#analysis-sports .liveschedule table th{
  border-right:solid 1px #999999;
  border-bottom:solid 1px #999999;
  background:#f1edf7;
  padding:6px;
  font-size:14px;
  width:100px;
  vertical-align:middle;
}
#analysis-sports .liveschedule table td{
  border-right:solid 1px #999999;
  border-bottom:solid 1px #999999;
  padding:8px;
  font-size:1.5rem;
  vertical-align:middle;
  text-align: center;
}
#analysis-sports .liveschedule table td.calbtn{
  width:140px;
}
.analysis-cat #calPushButton {
  text-shadow: none;
  box-shadow: none;
  background: #494dc2;
}
.analysis-cat .liveschedule td:nth-child(2){
  max-width: 316px;
}

/* Usage Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.usage-page .image-wrapper img {
  width: 800px;
  max-width: 95%;
  height: auto;
  border: 1px solid #E2E2E2;
}
.usage-page .container {
  padding-bottom: 3rem;
}
.usage-page .container.lead-content {
  padding-bottom: 4rem;
}
.usage-page .container.lead-content hr {
  border: 2px solid #E1E1E1;
}
.usage-page .lead-content h5 {
  font-size: 2rem;
}
.usage-page h4 {
  font-size: 2.4rem;
}
.usage-page h5 {
  font-size: 2rem;
}
.usage-page h6 {
  font-size: 1.8rem;
}
.usage-page .image-wrapper {
  margin: 60px 0;
}
.usage-page .btn-tag-wrapper {
  margin: 3rem 0;
}
.usage-page code {
  white-space: pre-wrap;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

/* Animation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-container {
  font-size: 16px;
  height: 88vh;
  width: auto; /* 80%; */
  max-width: -webkit-fill-available ; /* 1280px; */
  max-height: 72em;
  min-height: 30em;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.hero-container h1 {
  font-size: 3.3rem;
  margin: 0 0 1.8rem 0;
  /*color: #212121;*/
  font-weight: 900;
  line-height: 1.4em;
  text-shadow: 0 0 8px #4e4e4e;
}
.hero-container h2 {
  font-size: 4.5em;
  margin: 0;
}
.hero-container h3 {
  margin-bottom: 0;
  font-size: 2.4rem;
  /* text-transform: uppercase; */
  color: #fbfbfb;
  font-weight: 600;
  line-height: 1.5em;
  text-shadow: 0 0 8px #333333;
}
.hero-container h4 {
  margin-bottom: 0;
  font-size: 2.0rem;
  /* text-transform: uppercase; */
  color: #fbfbfb;
  font-weight: 600;
  line-height: 1.5em;
  text-shadow: 0 0 8px #333333;
}
.hero-container:before, .hero-container:after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, white);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 30%, white);
}
.hero-container:after {
  display: none;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 90%, white);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 90%, white);
}


@-webkit-keyframes add-box {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.25em) scale(0.8);
            transform: translateY(-0.25em) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes add-box {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.25em) scale(0.8);
            transform: translateY(-0.25em) scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes add-box-emphasis {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes add-box-emphasis {
  from {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes box-down {
  from {
    opacity: 0;
    top: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  to {
    opacity: 1;
    top: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fade-up-mobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fade-right {
  from {
    left: -10px;
    opacity: 0;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  to {
    left: 5px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-up {
  opacity: 0;
  -webkit-animation: fade-up 1s 0.2s cubic-bezier(0.77, 0, 0.35, 1) forwards;
          animation: fade-up 1s 0.2s cubic-bezier(0.77, 0, 0.35, 1) forwards;
}
@keyframes fade-up2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-up2 {
  opacity: 0;
  -webkit-animation: fade-up 1s 0.8s cubic-bezier(0.77, 0, 0.35, 1) forwards;
          animation: fade-up 1s 0.8s cubic-bezier(0.77, 0, 0.35, 1) forwards;
}
@keyframes fade-up3 {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-up3 {
  opacity: 1;
  -webkit-animation: fade-up 1s 1.5s cubic-bezier(0.77, 0, 0.35, 1) forwards;
          animation: fade-up 1s 1.5s cubic-bezier(0.77, 0, 0.35, 1) forwards;
}

.course-title-container {
  position: absolute;
  left: 0;
  top: 5%; /* 5%; */
  bottom: 0; /* 10%; */
  z-index: 10;
}

.course-title {
  top: 40%;
  /* margin-top: -120px; */
   /* 50% */
  left: 50%;
  position: absolute;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media (min-width: 300px) {
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    /*height: 165px;*/
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 2rem 0 8rem;
  }
  /*.hero {
    padding-bottom: 12rem;
    text-align: left;
  }*/
  .hero-heading {
    font-size: 2.4rem;
  }
  .lead-content {
    margin-bottom: 6rem;
  }
  .value-heading {
    font-size: 3.2rem;
  }
  .section-mobile {
    display: none;
  }
  #about-partners .value {
    margin-bottom: 2.5rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    /*height: 190px;*/
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 6rem 0 4rem;
  }
  .hero {
    padding: 13rem 0 1rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .lead-content {
    margin-bottom: 6rem;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
  .register-wrapper {
    width: 300px;
    margin: 0 10px 10px 0;
  }
  #main-menu-mobile {
    display: none;
  }
  .section-mobile + div {
    margin-left: 0;
  }
  .hero-container h1 span.main-word {
    font-size: 4rem;
    line-height: 1.1em;
  }
  #calpush-page #for-web,
  #calpush-page #for-sns,
  #calpush-page #for-apps,
  #calpush-page #report,
  #webpush-page #for-web,
  #webpush-page #report,
  #calpush-page #calpush-report,
  #webpush-page #video,
  #agency-page #for-web,
  #agency-page #for-sns,
  #agency-page #for-apps,
  #agency-page #calpush-report,
  #agency-page #video {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 5rem 0;
  }
  #about-partners .value img {
    max-width: 60px;
  }
}

/* Bigger than 980 */
@media (min-width: 980px) {
  .walkthrough .walkthrough-body h2 {
    font-size: 3rem;
  }
  .walkthrough .walkthrough-body h3 {
    font-size: 2.5rem;
  }
  .walkthrough .walkthrough-body p {
    font-size: 1.8rem;
  }
  .value-heading {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 6rem 0;
  }
  .hero {
    padding: 10rem 0 3rem;
  }
  .hero-heading {
    font-size: 4.0rem;
    font-weight: 800;
  }
  .lead-content {
    margin-bottom: 3rem;
  }
  #features .feature-list {
    display: table;
    border-collapse: separate;
    border-spacing: 1.8rem 0
  }
  #features .row {
    display: table-row;
  }
  #features .row .columns {
    display: table-cell;
    float: none;
    width: 25%;
  }
  .hero-container h1 span.main-word {
    font-size: 5rem;
  }
  .hero-container h1 {
    font-size: 5rem;
  }
  #about-partners .value img {
    max-width: 90px;
  }
}

@media (min-width: 1200px) {
  .hero-container h1 {
    font-size: 6.5rem;
    line-height: 1.2em;
  }
  .hero-container h1 span.main-word {
    font-size: 6.8rem;
  }
  .section .banner h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1130px) {
  #main-header .header-wrapper {
    width: 90%;
    max-width: 100%;
  }
  #main-header nav li {
    margin-left: 2rem;
  }
  #main-menu .menu-apply {
    padding: 0.8rem 2rem;
  }
}

@media (max-width: 1120px) {
  .how-to-list li {
    margin: 3rem 1.5% 2rem;
    width: 30%;
  }

}


@media (max-width: 1100px) {
  #footer-nav {
    float: none;
    width: 100%;
  }
  #footer-nav li {
    padding-left: 0;
    padding-right: 15px;
  }
  .footer-content .two {
    width: 29%;
    margin-right: 4%;
    margin-left: 0;
  }
  .footer-content .five {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
  }
}

@media screen and (max-width: 999px) {
  #features .columns {
    width: 46%;
    margin: 0 2%;
    background: transparent;
  }
  #features .columns h5,
  #features .columns p,
  #features .columns p a {
    color: #FFF;
  }
  #main-header nav li {
    margin-left: 1.5rem;
  }
  #main-header #main-menu a {
    font-size: 14px;
  }
  .section .banner h2 {
    font-size: 3.2rem;
  }
  .section .banner h3 {
    font-size: 2.2rem;
  }
  .section .banner p {
    font-size: 1.3rem;
  }
  #calpush-page #for-web,
  #calpush-page #for-sns,
  #calpush-page #for-apps,
  #calpush-page #report,
  #webpush-page #for-web,
  #webpush-page #report,
  #calpush-page #calpush-report,
  #webpush-page #video,
  #agency-page #for-web,
  #agency-page #for-sns,
  #agency-page #for-apps,
  #agency-page #calpush-report,
  #agency-page #video {
    padding: 4rem 0 3rem;
  }
}

@media screen and (max-width: 980px) {
  .course-title-container {
    top: 0;
    left: 0;
  }
  .course-title {
    position: relative;
    text-align: center;
  }
  #about-partners .value img {
    max-width: 70px;
  }
  .section-nav-banner li a {
    /*padding: 5px 5px;
    font-size: 11px;*/
  }
  .analysis-cat .tabs {
    margin-bottom: 0;
  }
  .analysis-cat .tabs li {
    height: auto;
    padding-bottom: 0;
  }
  .analysis-cat .tabs li a {
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 35px;
    background-size: 30px auto;
  }
  #news-info .oshirasetxt {
    clear: both;
  }
}

@media screen and (max-width: 850px) {
  #main-header #main-menu a {
    font-size: 12px;
  }
  #main-header nav li {
    margin-left: 1.2rem;
  }
  .analysis-cat .tabs {
    margin-bottom: 0;
  }
  .analysis-cat .tabs li {
    height: auto;
    padding-bottom: 0;
  }
  .analysis-cat .tabs li a {
    font-size: 11px;
    padding: 45px 10px 10px 10px;
    background-position: center 10px;
  }
}

@media screen and (max-width: 749px) {
  #main-menu {
    display: none;
  }
  #main-header {
    /*position: static;*/
    min-height: 100px;
    background-color: rgba(183, 14, 3, 1);
  }
  #logo {
    position: relative;
    max-height: 100%;
    width: auto;
  }
  .section {
    padding: 4rem 0 8rem;
  }
  #logo {
    top: 11px;
    float: left;
  }
  #logo img {
    height: 50px;
  }
  #features .columns {
    width: 100%;
    margin: 0 auto 3%;
  }
  .section-desktop {
    display: none;
  }
  .section-mobile {
    display: block;
  }
  .formwrapper {
    padding: 20px 15px;
  }
  .formwrapper dd.zipcode input {
    min-width: 40%;
  }
  .register-wrapper {
    position: static;
  }
  .register-wrapper a {
    display: inline-block;
    padding: 8px 30px;
    margin: 15px auto 0;
    font-size: 15px;
  }
  .footer-content .columns {
    display: block;
    float: none;
    width: 100%;
    margin-left: 4%;
  }
  #copyright,
  #footer-nav {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
  }
  header {
    position: relative;
  }
  #menu-icon {
    display:inline-block;
  }
  #main-menu-mobile {
    position: relative !important;
    display: inline-block;
    float: right;
    padding: 16px 0 0;
  }
  #main-menu-mobile > ul {
    border: 2px solid #f2f2f2;
    z-index: 1000;
  }
  #main-menu-mobile > ul {
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    right: 0;
    top: 65px;
    width: 200px;
    border-radius: 2px;
  }
  #main-menu-mobile li {
    text-align: left;
    width: 100%;
    padding: 0 5px;
    margin: 2;
  }
  #main-menu-mobile > ul > li {
    margin-left: 0;
  }
  #main-menu-mobile li ul {
    margin: 0;
    overflow: hidden;
  }
  #main-menu-mobile li li {
    margin: 0 0 0 20px !important;
  }
  #main-menu-mobile:hover ul,
  #main-menu-mobile:focus ul,
  #main-menu-mobile:active ul {
    display: block;
  }
  #main-header #main-menu-mobile a {
    color: #212121;
    font-size: 13px;
  }
  #top-page .hero-container h1 {
    font-size: 2.7rem;
  }
  #top-page .hero-container h3 {
    font-size: 1.7rem;
  }
  .section.get-help {
    background-size: 100% !important;
  }
  .section .banner p h3 {
    font-size: 2.5rem;
  }
  .section .banner p {
    font-size: 1rem;
  }
  .hero-container h1 span.main-word {
    font-size: 3.8rem;
    line-height: 1.2em;
  }
  #calpush-page #for-web,
  #webpush-page #video,
  #agency-page #for-web,
  #agency-page #video {
    margin-top: 0 !important;
  }
  .section.get-help {
    padding: 4rem 0;
  }
  .hero-container {
    width: 99%;
  }
  #about-partners .value img {
    max-width: 50px;
  }
  .secondary-page {
    padding: 10rem 0 0;
  }
  .hero-container h3 {

  }
  .section .banner h2 {
    font-size: 2.8rem;
  }
  #about-partners .columns {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  #about-partners ul {
    display: block;
  }
  #webpush-page #video,
  #agency-page #video {
    margin-bottom: 0 !important
  }
  .get-help .value-description span {
    display: block;
  }
}

@media (max-width: 600px) {
  .hero-container {
    /*font-size: 10px;*/
    /*margin-bottom: -12em;*/
  }
}

@media screen and (max-width: 549px) {
  .section {
    padding: 4rem 0;
  }
  #top-page .sns-wrapper li a {
    padding: 8px 0 0;
    height: 40px;
    width: 40px;
  }
  #top-page .sns-wrapper li a img {
    height: 20px;
  }
  .value-heading {
    margin-bottom: 3rem;
  }
  .walkthrough .walkthrough-body .media {
    display: none;
  }
  .walkthrough {
    height: 200px;
  }
  #calpush-page .hero,
  #webpush-page .hero,
  #experience-page .hero,
  #agency-page .hero,
  #main-usage-page .hero {
    padding-top: 5rem;
  }
  .section .banner h2 {
    font-size: 2.2rem;
  }
  .section .banner h3 {
      font-size: 1.8rem;
  }
  .section .banner p {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .hero-container {
    width: 100%;
    height: 78vh;
  }
  .hero-container h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4em;
  }
  .course-title {
    top: 50%;
  }
  #calpush-page .course-title,
  #webpush-page .course-title {
    top: 35%;
  }
  #about-partners .value img {
    max-width: 80px;
  }
  .course-title #enroll-button-top {
    position: absolute;
    right: 45%;
    right: calc(50% - 100px);
    left: 45%;
    left: calc(50% - 100px);
    bottom: -80%;
    width: 200px;
    padding: 15px 0;
    primarybox-sizing: border-box;
  }
  #support-page .answers h5,
  #support-page .answer-mark {
    font-size: 1.8rem;
  }
  .section-nav-banner li a:after {
    top: 2px;
  }
  #copyright {
    margin-top: 10px;
  }
  #app-links2 {
    margin-bottom: 5rem;
  }
  .analysis-cat .tabs_div,
  .analysis-cat .tabs_div ul {
    display: block;
    width: 100%;
  }
  .analysis-cat .tabs li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding: 5px;
  }
  .analysis-cat .tabs li a {
    padding: 10px 10px 10px 45px;
    background-position: 10px center;
  }
  #banner-links {
    width: 80%;
    max-width: 300px;
    overflow: hidden;
    clear: both;
    min-width: 270px;
  }
  #banner-links li {
    width: 100%;
    display: block;
    float: none;
  }
  #banner-links li a {
    font-size: 14px;
    padding: 13px 30px;
  }
  #calpush-page .hero {
    background: url(../images/hero_calpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 68% 0%;
  }
  #webpush-page .hero {
    background: url(../images/hero_webpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 0%;
  }
}

@media screen and (max-width: 450px) {
  .hero-container h1 {
    font-size: 20px;
    line-height: 1.3em;
  }
  .hero-container h1 span.main-word {
    font-size: 3.2rem;
    line-height: 1.3em;
  }
  .hero-container h3 {
    font-size: 16px;
    line-height: 1.4em;
  }
  #calpush-page .hero {
    background: url(../images/hero_calpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 68% 0%;
  }
  #webpush-page .hero {
    background: url(../images/hero_webpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 0%;
  }
}

@media screen and (max-width: 400px) {
  .secondary-menu #sns-wrapper li {
    margin: 2px 0 0 12px;
  }
  #lang-select li {
    margin-bottom: 3px;
  }
  #lang-select li a {
    font-size: 12px;
  }
  #logo h1 {
    margin-bottom: 0;
  }
  .course-title {
    top: 50%;
  }
  .hero-container {
    min-height: 30em;
    height: 76vh;
  }
  .section .banner h2 {
    font-size: 1.8rem;
  }
  #footer-company .smaller-font {
    padding-left: 0;
  }
  #calpush-page .hero {
    background: url(../images/hero_calpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 68% 0%;
  }
  #webpush-page .hero {
    background: url(../images/hero_webpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 0%;
  }
}

@media screen and (max-width: 375px) {
  .hero-container {
    min-height: 37em;
    height: 76vh;
  }
  .hero-container h2 {
    font-size: 15px;
    line-height: 1.3em;
  }
  .hero-container h3 {
    font-size: 13px;
    line-height: 1.4em;
  }
  .analysis-cat .tabs li {
    width: 100%;
    display: block;
    float: none;
    padding: 5px 5px 0 5px;
  }
  #calpush-page .hero {
    background: url(../images/hero_calpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 68% 0%;
  }
  #webpush-page .hero {
    background: url(../images/hero_webpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 0%;
  }
}

@media screen and (max-width: 320px) {
  .hero-container {
    min-height: 30em;
    height: 76vh;
  }
  #calpush-page .hero {
    background: url(../images/hero_calpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 68% 0%;
  }
  #webpush-page .hero {
    background: url(../images/hero_webpush_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 0%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .hero-container h1 img {
    width: 90%;
  }
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .hero-container h1 img {
    width: 90%;
  }
  .section-nav-banner li {
    /*display: block;
    width: 100%;
    float: none;*/
  }
}

/* .sample01 ul li ul{
	display: none;
}
.sample01 ul li:hover ul{
	display: block;
} */

li.menu__mega ul.menu__second-level {
    /* font-size: 17px; */
    position: absolute;
    /* top: 50px; */
    /* bottom: -100px; */
    left: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 70px; /* 70*/
    padding-bottom: 110px; /* 110*/
    margin: 0px;
    /* margin-top: 140px; */
    /* padding: 20px 2%; */
    /* background: rgba(255, 255, 255, 0.7); */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /* width: 90px;
    height: 90px; */
}

ul.menu-sns {
  margin-top: 18px !important;
}

ul.menu-wp {
  margin-top: 70px !important;
  padding-top: 0px !important;
}

li.menu__mega:hover ul.menu__second-level {
    /* font-size: 27px; */
    /* top: 50px; */
    /* bottom: -100px; */
    visibility: visible;
    opacity: 1;
}

li.menu__mega3 ul.menu__second-level {
    /* font-size: 17px; */
    position: absolute;
    /* top: 50px; */
    /* bottom: -100px; */
    left: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 70px; /* 70*/
    padding-bottom: 110px; /* 110*/
    margin: 0px;
    margin-top: 100px;
    /* padding: 20px 2%; */
    /* background: rgba(255, 255, 255, 0.7); */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /* width: 90px;
    height: 90px; */
}

li.menu__mega3:hover ul.menu__second-level {
    /* font-size: 27px; */
    /* top: 50px; */
    /* bottom: -100px; */
    visibility: visible;
    opacity: 1;
}

.menu__mega h2,
.menu__mega2 h2 {
  /* position: absolute; */
  font-size: 14px; /* 19px; */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* width: 100%; */
}

.menu__mega:hover h2,
.menu__mega2:hover h2 {
  /* color: #ff473a; */
  text-shadow: 0 0 8px #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

li.menu__mega,
li.menu__mega2 {
  /* width: 100%; */
  padding: 20px 5px !important;
}

.btn-menu {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    border-width: 1px;
    margin: 0px;
    text-align: center;
    font-size: 7px;
    padding: 0px;
    padding-top: 18px;
    vertical-align: middle;
    line-height: 10px; /* 80px; */
    display:inline;
    background-color: rgba(255, 255, 255, 0.4);
    width: 59px; /* 110px; */
    height: 59px; /* 110px; */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 1px 5px 0 #424242;
  }

  .btn-menu:hover {
    text-decoration: none;
    border-width: 1px;
    text-align: center;
    font-size: 7px;
    padding: 0px;
    padding-top: 18px;
    vertical-align: middle;
    line-height: 10px; /* 80px; */
    display:inline;
    background-color: rgba(255, 255, 255, 0.4);
    width: 59px; /* 130px; */
    height: 59px; /* 130px; */
    /* bottom: 3px; */
    /* color: #fff; */
    /* transform: translateX(-3px); */
    box-shadow: 0 1px 5px 0 #424242;
  }

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 17%; /* 15%; */
    border: none;
}

/* li.menu__mega ul.menu__second-level > li:nth-child(5n+2) {
    margin: 0 1%;
} */

li.menu__mega2 ul.menu__second-level {
    position: absolute;
    /* top: 50px; */
    bottom: -200px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin: 0px;
    /* background: rgba(255, 255, 255, 0.7); */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega2:hover ul.menu__second-level {
    /* top: 50px; */
    bottom: -200px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega2 ul.menu__second-level > li {
    float: left;
    width: 99%;
    border: none;
}

li.menu__mega2 ul.menu__second-level > li:nth-child(1n+2) {
    margin: 0 1%;
}

.banner-menu {
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    text-align: center;
    height: 55px;
    /* margin-bottom: -10px; */
    /* padding-top: 15px; */
}

.top-space {
  top: -40px;
}

.top-space-webpush {
  padding-top: 30px;
  top: -60px;
}

/* Above 1200px - XL */
@media (min-width: 1200px) {
  li.menu__mega,
  li.menu__mega2 {
    width: auto;
    padding: 20px !important;
  }

  .banner-menu {
    height: 70px;
  }

  .menu__mega h2,
  .menu__mega2 h2 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .menu__mega:hover h2,
  .menu__mega2:hover h2 {
    font-size: 30px; /* 24px; */
    text-shadow: 0 0 8px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .btn-menu {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    padding-top: 38px;
    vertical-align: middle;
    line-height: 20px; /* 80px; */
    display:inline;
    background-color: rgba(255, 255, 255, 0.4);
    width: 120px; /* 190px; */
    height: 120px; /* 190px; */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 1px 5px 0 #424242;
  }

  .btn-menu:hover {
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    padding-top: 58px;
    vertical-align: middle;
    line-height: 29px; /* 170px; */
    display:inline;
    background-color: rgba(255, 255, 255, 0.4);
    width: 170px; /* 200px; */
    height: 170px; /* 200px; */
    bottom: 3px;
    color: #fff;
    transform: translateX(-25px);
    box-shadow: 0 1px 5px 0 #424242;
  }

  li.menu__mega ul.menu__second-level {
    padding-left: 10%;
    padding-right: 10%;
    min-width: 900px;
    text-align: center;
    margin-top: 0px;
  }

  li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 17%;
    border: none;
  }

  ul.menu-wp {
    margin-top: 20px !important;
    padding-top: 50px !important;
  }
}

/* Between 992px and 1199px - L */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  li.menu__mega,
  li.menu__mega2 {
    width: auto;
    padding: 20px !important;
  }

  .banner-menu {
    height: 70px;
  }

  .menu__mega h2,
  .menu__mega2 h2 {
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .menu__mega:hover h2,
  .menu__mega2:hover h2 {
    font-size: 26px;
    text-shadow: 0 0 8px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .btn-menu {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    padding-top: 30px;
    vertical-align: middle;
    line-height: 18px; /* 80px; */
    display:inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100px; /* 110px; */
    height: 100px; /* 110px; */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 1px 5px 0 #424242;
  }

  .btn-menu:hover {
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    padding: 0px;
    padding-top: 50px;
    vertical-align: middle;
    line-height: 20px; /* 80px; */
    display:inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 140px; /* 130px; */
    height: 140px; /* 130px; */
    bottom: 25px;
    color: #fff;
    transform: translateX(-20px);
    box-shadow: 0 1px 5px 0 #424242;
  }

  li.menu__mega ul.menu__second-level {
    padding-left: 10%;
    padding-right: 10%;
    min-width: 800px;
    text-align: center;
    margin-top: 0px;
  }

  li.menu__mega ul.menu__second-level > li {
      float: left;
      width: 17%; /* 15%; */
      border: none;
  }

  ul.menu-wp {
    margin-top: 20px !important;
    padding-top: 50px !important;
  }
}

/* Between 768px and 991px - M */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  li.menu__mega,
  li.menu__mega2 {
    width: auto;
    padding: 20px !important;
  }

  .banner-menu {
    height: 70px;
  }

  .menu__mega h2,
  .menu__mega2 h2 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .menu__mega:hover h2,
  .menu__mega2:hover h2 {
    font-size: 22px;
    text-shadow: 0 0 8px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .btn-menu {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    margin: 0px;
    text-align: center;
    font-size: 10px;
    padding: 0px;
    padding-top: 20px;
    vertical-align: middle;
    line-height: 16px;
    display:inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 80px; /* 110px; */
    height: 80px; /* 110px; */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 1px 5px 0 #424242;
  }

  .btn-menu:hover {
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    padding: 0px;
    padding-top: 34px;
    vertical-align: middle;
    line-height: 18px; /* 80px; */
    display:inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 105px; /* 130px; */
    height: 105px; /* 130px; */
    bottom: 45px;
    color: #fff;
    transform: translateX(-13px);
    box-shadow: 0 1px 5px 0 #424242;
  }

  li.menu__mega ul.menu__second-level {
    padding-left: 10%;
    padding-right: 10%;
    min-width: 700px;
    text-align: center;
    margin-top: 0px;
  }

  li.menu__mega ul.menu__second-level > li {
      float: left;
      width: 17%; /* 15%; */
      border: none;
  }

  li.menu__mega2 ul.menu__second-level {
      padding-top: 30px;
  }

  .top-space {
    top: 10px;
  }
  .top-space-webpush {
    top: 0px;
  }

  ul.menu-wp {
    margin-top: 20px !important;
    padding-top: 50px !important;
  }
}

/* Below 600px - XS */
/* @media only screen and (min-width: 576px) and (max-width: 765) { */
@media (min-width: 550px) {
  li.menu__mega,
  li.menu__mega2 {
    width: auto;
    padding: 20px;
  }

  .banner-menu {
    min-height: 60px;
  }

  .menu__mega h2,
  .menu__mega2 h2 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .menu__mega:hover h2,
  .menu__mega2:hover h2 {
    /* font-size: 17px; */
    text-shadow: 0 0 8px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

/*
  .btn-menu {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    margin: 0px;
    text-align: center;
    font-size: 2px;
    font-weight: 300;
    padding: 0px;
    padding-top: 20px;
    vertical-align: middle;
    line-height: 14px;
    display:inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 65px;
    height: 65px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 1px 5px 0 #424242;
  }

  .btn-menu:hover {
    text-decoration: none;
    text-align: center;
    font-size: 8px;
    font-weight: 300;
    padding: 0px;
    padding-top: 24px;
    vertical-align: middle;
    line-height: 14px;
    display:inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    width: 80px;
    height: 80px;
    bottom: 60px;
    color: #fff;
    transform: translateX(-10px);
    box-shadow: 0 1px 5px 0 #424242;
  }*/

  li.menu__mega ul.menu__second-level {
    padding-left: 10%;
    padding-right: 10%;
    min-width: 510px;
    text-align: center;
    margin-top: 0px;
  }

/*
  li.menu__mega ul.menu__second-level > li {
      float: left;
      width: 17%;
      border: none;
  }*/

  /* li.menu__mega2 ul.menu__second-level {
      padding-top: 30px;
  } */

  .top-space {
    font-size: 24px !important;
    top: 10px;
    padding-top: 0px;
    margin-top: -138px;
  }
  .top-space-webpush {
    font-size: 24px !important;
    top: -20px;
    margin-top: -138px;
  }

  ul.menu-wp {
    margin-top: 50px !important;
    padding-top: 20px !important;
  }

  .menu-wp h3 {
    font-size: 24px !important;
  }
}
