@charset "utf-8";

/*フォントサイズ*/
@media (min-width: 961px) {
	.fs26 {
		font-size: 2.6rem;
	}
}
@media (min-width: 521px) and (max-width: 960px) {
	.fs26 {
		font-size: calc(14px + 12 * ((100vw - 520px) / 439));
	}
}
@media screen and (max-width: 520px){
	.fs26 {
		font-size: 1.4rem;
	}
}

/*見出し*/
h1 {
  font-size: 2.6rem;
}
h2.title {
  font-size: 2rem;
}
@media (min-width: 521px) and (max-width: 960px){
	h1 {
		font-size: calc(16px + 14 * ((100vw - 520px) / 439));
	}
	h2.title {
		font-size: calc(16px + 14 * ((100vw - 520px) / 439));
	}
}
@media (max-width: 520px){
	h1 {
		font-size: 1.6rem;
	}
	h2.title {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	h3.title {
		font-size: 1.6rem;
	}
}
@media (min-width: 521px) and (max-width: 960px) {
	h3.title {
		font-size: calc(16px + 8 * ((100vw - 520px) / 439));
	}
}
@media (min-width: 961px) {
	h3.title {
		font-size: 2.4rem;
	}
}
.bold {
	font-weight:700;
}
.center {
  text-align:center;
}

.container_inner {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.notice-area .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.body-container{
  position: relative;
}

.body-container-column {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.body-container-column .main-container{
  flex: 1;
}

@media screen and (max-width: 960px){
	.container_inner{
		width: calc( 100% - 40px );
	}
}
@media screen and (max-width: 520px){
	.container_inner{
		width: calc( 100% - 32px );
	}
  .sitetop-main {
    margin-top: 6px;
  }
}

/*緊急のお知らせ*/
.notice-area {
	width: 100%;
	margin:0 auto;
	background: var(--warning-bgcolor);
	color: var(--warning-text);
	font-weight: var(--font-bold);
  padding-top: 8px;
  padding-bottom: 8px;
	margin-bottom: 8px;
}
.notice-area p {
	margin-bottom: 5px;
}
.notice-area p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1400px){
  .notice-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-wrap {
  position: relative;
  background: #fff;
}
.header-wrap p {
  margin: 0;
}
.header-wrap a {
  color: #000;
}

.header-wrap.sitetop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

header.sitetop .header {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
	width: 100%;
  height: 70px;
	background: #fff;
  box-sizing: content-box;
}

header.sitetop.fixed{
  -webkit-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 2px -3px rgba(0, 0, 0, .25);  
}

header.sitetop .container {
  width: 100%;
	display: flex;
  align-items: center;
	justify-content: space-between;
}
@media (max-width: 520px){
  header.sitetop .header {
    height: 50px;
  }
  header.sitetop .state_login {
    display: block;
    height: 90px;
  }
	header.sitetop .container {
		position: relative;
    height: 50px;
	}
  .header-register-wrap{
    display: none;
  }
}
.header-left {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 20px;
}
@media (max-width: 520px){
	.header-left {
		margin-left:16px;
	}
}
header.sitetop a.logo img {
  width: 100%;
	max-width: 218px;
}
@media (max-width: 520px){
	header.sitetop a.logo img {
		max-width: 100px;
	}
}
.header-left p {
	margin-bottom: 0;
}
.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}
@media (max-width: 520px){
	.header-right {
		margin-right: 7px;
	}
}
.header-right p {
	margin-bottom: 0;
}
header.sitetop .register {
	width: 188px;
  height: 40px;
	border-radius: 20px;
  margin-right: 10px;
  padding: 0 1em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
  color: #fff;
	font-weight: var(--font-bold);
	font-size: 1.6rem;
	background: var(--color-main);
}
header.sitetop .register.state_login {
  position: relative;
  width: 220px;
  padding: 0 10px;
  justify-content: flex-start;
}
header.sitetop .register.state_login::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  transform: translate(0, -50%) rotate(135deg);
  transition: all .3s;
}
header.sitetop .register.state_login.open::after {
  top: 60%;
  transform: translate(0, -50%) rotate(-45deg);
}
.header-register-wrap {
  position: relative;
}
.header-register-nav {
  position: absolute;
  top: 45px;
  display: none;
  width: 100%;
  padding-right: 30px;
  text-align: center;
}
.header-register-nav.avtive {
  display: block;
}
ul.header-register-navlist {
  display: inline-block;
  width: 130px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
ul.header-register-navlist > li > a {
  display: block;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 30px;
  background: var(--color-main);
}
ul.header-register-navlist > li:first-child > a {
  padding-top: 5px;
  height: 35px;
  border-radius: 3px 3px 0 0;
}
ul.header-register-navlist > li:last-child > a {
  padding-bottom: 5px;
  height: 35px;
  border-radius: 0 0 3px 3px;
}
.header-shop-login {
  position: relative;
  display: none;
  padding: 2px 0 0 16px;;
}
@media screen and (max-width:960px) {	
	header.sitetop .register {
  	width: auto;
    max-width: 188px;
    height: 30px;
    margin-right: 10px;
    font-size: calc(1.3rem + 3 * ((100vw - 520px) / 440));
	}
  header.sitetop .register.state_login {
    width: auto;
    max-width: none;
    padding-left: 7px;
    padding-right: 25px;
  }
  header.sitetop .register.state_login::after {
    top: 42%;
    width: 8px;
    height: 8px;
  }  
  .header-register-nav {
    top: 35px;
  }  
  ul.header-register-navlist > li > a {
    height: 25px;
    font-size: calc(1.3rem + 3 * ((100vw - 520px) / 440));
    line-height: 25px;
  }  
  ul.header-register-navlist > li:first-child > a {
    padding-top: 5px;
    height: 30px;
    border-radius: 3px 3px 0 0;
  }
  ul.header-register-navlist > li:last-child > a {
    padding-bottom: 5px;
    height: 30px;
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (max-width:520px) {
	header.sitetop .register {
    height: 30px;
    margin-right: 0;
		font-size: 1.3rem;
	}
  ul.header-register-navlist {
    margin-left: 5px;
  }
  ul.header-register-navlist > li > a {
    font-size: 1.3rem;
  }
  .header-shop-login {
    display: inline-block;
  }
  .header-register-nav {
    left: 0;
    padding-right: 0;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	width: 100%;
	display: block;
}

.topinfo-wrap ul.topics-bannerlist {
  margin-top: 20px;
}
.topinfo-box-inner ul.topics-bannerlist:first-child {
  margin-top: 0;
}
.topinfo .notice-info + ul.topics-bannerlist {
  margin-top: 40px;
}
ul.topics-bannerlist > li {
  margin-bottom: 15px;
  text-align: center;
}
ul.topics-bannerlist > li img {
  vertical-align: bottom;
}

.topinfo ul.topics-bannerlist > li:last-child {
  margin-bottom: 0;
}
ul.topics-bannerlist > li > a {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tab-contact .container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  padding: 20px 20px;
	line-height: 1.8;
}
.tab-contact .container_inner a.register {
	line-height:66px;
	margin: 0 auto;
	display: block;
	padding: 0 25px;
	width: 30%;
	max-width: 330px;
	border-width: 2px;
	border-radius: 33px;
	font-weight: 600;
}
a.l-register {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 240px;
  height: 40px;
	margin: 10px auto 0;
	text-align: center;
	color: var(--color-main);
	font-weight: 600;
	font-size: 1.6rem;
  line-height: 1;
	border: 1px solid var(--color-main);
  background: var(--color-main-light);
	border-radius: 30px;
}
.registration a.l-register {
	margin-top: 8px;
}

@media screen and (max-width: 960px) {	
	footer {
		padding: 0;
	}
	footer .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	#fmenu {
		flex-direction: column;
		margin: 10px 0 45px;
	}
	#fmenu ul.fmenu {
		padding-left: 0;
		border-left: 0;
		width: 100%;
		padding-right: 0;
	}
	#fmenu ul.fmenu li {
		margin-bottom: 0;
		border-bottom: 1px solid #000;
	}
  #fmenu ul.fmenu li > a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #fmenu ul.fmenu li > a::after {
    content: '';
    position: absolute;
    top: 1em;
    right: 20px;
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
	.copyright {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 520px){	
	.tab-contact .container_inner {
		margin: 0 auto;
    padding: 0;
    border: none;
	}
	.tab-contact .container_inner a.register {
		line-height: 40px;
		width: auto;
		padding: 1rem 2rem;
	}
  #fmenu ul.fmenu li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
  #fmenu ul.fmenu li > a::after {
    right: 16px;
  }  
}

/*重要なお知らせ*/
h2.topinfo-title {
  text-align: center;
  font-size: 2.6rem;
}
.topinfo-info {
  position: relative;
  margin-top: 20px;
  padding-bottom: calc(1em + 20px); 
}
.topinfo-info::after {
  content: '＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--text-light-gray);
  overflow: hidden;
  white-space: nowrap;
}

.topinfo {
  width: 100%;
}
.topinfo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
	height: auto;
  max-height: 480px;
  min-height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: var(--topinfo-bg-left-image), var(--topinfo-bg-right-image);
  background-size: auto;
	background-position: center left, center right;
	background-repeat: no-repeat;
	background-color: var(--sitetop-topinfo-bgcolor);
  box-sizing: border-box;
}
.topinfo-box {
  position: relative;
	width: 920px;
  height: 100%;
  min-height: calc( 250px - 25px * 2 );
  margin: 0 auto;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
}
.topinfo-box-inner {
  height: 100%;
  max-height: calc( 480px - 45px * 2 );
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-color) #fff;
  box-sizing: border-box;
}
.topinfo-box-inner::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
.topinfo-box-inner::-webkit-scrollbar-track {
  background: #fff;
}
.topinfo-box-inner::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  h2.topinfo-title {
    font-size: calc(1.8rem + 8 * (100vw - 520px) / 439);
  }
	.topinfo-wrap {
    height: auto;
    max-height: none;
		padding: 15px;
		background-size: contain;
	}
  .topinfo-box-inner {
    max-height: none;
  }
  .topinfo-box {
    margin: 0 auto;
    padding: 20px;
  }
  .topinfo-wrap {
    background: none;
  }
}
@media screen and (max-width: 520px) {
  .topinfo-box {
    padding: 15px;
  }  
  h2.topinfo-title {
    font-size: 1.8rem;
  }
	.topinfo-wrap {
		padding: 0 16px!important;
	}
}

/*----------------------------------------*/
/* globalmenu */
/*----------------------------------------*/
.globalmenu-wrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 140;
}

.globalmenu-wrap::before {
  content: '';
  position: fixed;
  display: block;
  width: 100dvw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

nav.globalmenu {
  position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	color: #000;
  background: var(--color-gray-light);
	width: 100%;
	max-width: 420px;
	height: 100vh;
  overflow-x: hidden;
	overflow-y: auto;
	font-size: 1.6rem;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-color) var(--color-gray-light);
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
}
nav.globalmenu::-webkit-scrollbar {
  background: var(--color-gray-light);
  width: 2px;
}
nav.globalmenu::-webkit-scrollbar-track {
  background-color: var(--color-gray-light);
  border-radius: 100px;
}
nav.globalmenu::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 10px;
}

@media screen and (max-width: 520px) {
  nav.globalmenu {
    max-width: none;
  }
}

.globalmenu-head {
	position: fixed;
  display: flex;
  justify-content: space-between;
	width: 100%;
  max-width: 420px;
	height: 60px;
	top: 0;
	right: 0;
  padding-right: 20px;
	background: var(--color-gray-light);
  z-index: 55;
}
.globalmenu-logo {
  display: flex;
  align-content: center;
  padding: 15px 0 15px 15px;
}
.globalmenu-logo img {
  width: 218px;
}

.globalmenu-head .globalmenu-hamburger{
  position: relative;
  right: 8px;
  top: 10px;
}

.globalmenu-container {
	margin: 0 20px 0;
  padding-top: 60px;
  padding-bottom: 150px;
}
@media screen and (max-width: 960px){
  .globalmenu-container {
    padding-bottom: 150px;
	}

  .globalmenu-head .globalmenu-hamburger{
    right: -6px;
  }
  
}
@media screen and (max-width: 520px){
	.globalmenu-container {
		margin: 0 16px 0;
		padding-top: 60px;
    padding-bottom: 180px;
	}
  .globalmenu-head {
    max-width: inherit;
		height: 50.5px;
    padding-right: 8px;
  }
  .globalmenu-logo {
    padding: 8px 0 0 15px;
  }
  .globalmenu-logo img {
    width: auto;
    height: 40px;
  }
}

.globalmenu-info {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.globalmenu-info > p {
  line-height: 1.5em;
}
.globalmenu-info-shop {
  display: flex;
  align-items: center;
}
.globalmenu-info-shop::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/icons/menu_icon1.svg") center no-repeat;
  background-size: contain;
  vertical-align: baseline;
}
.globalmenu-info-title {
  font-weight: var(--font-bold);
}
.globalmenu-info_small {
  font-size: 1.2rem;
}

.globalmenu-list {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.globalmenu-list > li {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #938E85;
}
.globalmenu-list > li:last-child {
	border-bottom: none;
}
.globalmenu-list > li a {
  position: relative;
	display: flex;
  align-items: center;
	padding: 1em 0;
	font-size: 1.6rem;
	color: #000;
}
.globalmenu-list > li a:hover {
  color: var(--text-red);
}
.globalmenu-list > li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.globalmenu-list > li a:hover::after {
  color: var(--text-red);
}

@media  screen and (max-width:520px){
	nav.globalmenu ul li a {
		display: block;
		color: #000;
		padding: 0.8em 0;
		text-decoration :none;
		font-size: 1.6rem;
		font-weight: 500;
	}
}
/* このクラスを、jQueryで付与・削除する */
nav.globalmenu.active {
	display: block;
}
nav.globalmenu.active::before {
	width: 100%;
	display: block;
}

/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	z-index: 160;
}
.hamburger.active {
	border-color: transparent;
}
.hamburger span {
	display: block;
	position: absolute;
	width: 20px;
	height: 3px ;
  left: 12px;
	background: var(--hamburgermenu-color);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 12px;
}
.hamburger span:nth-child(2) {
	top: 16px;
}
.hamburger span:nth-child(3) {
	top: 22px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span {
  background : var(--color-gray);
}
.hamburger.active span:nth-child(1) {
	top : 22px;
  left: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}


@media (min-width:521px){
	.hamburger {
		width: 50px;
		height: 50px;
		box-sizing: border-box;
	}
	.hamburger span {
		width: 26px;
		height: 4px;
	}
	.hamburger span:nth-child(1) {
		top: 15px;
	}
	.hamburger span:nth-child(2) {
		top: 23px;
	}
	.hamburger span:nth-child(3) {
		top: 31px;
	}
}
@media (max-width:520px){
	/*　ハンバーガーボタン　*/
	.hamburger {
		right : 0;
		top   : 0;
		width : 36px;
		height: 36px;
	}
	.hamburger span {
		width : 19px;
		height: 3px ;
		left: 8px;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 16px;
	}
	.hamburger span:nth-child(3) {
		top: 22px;
	}
	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}
}

.product-list-group {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 536px) {
  .product-list-group {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#section_tabs .tab-visitormenu {
  margin-top: 50px;
}
.userguide-main {
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
}
.state_login.userguide-main {
  padding-top: 70px;
}
.userguide-main img {
  display: block;
  margin: 0 auto;
}
.userguide-header {
  padding-bottom: 30px;
}
.userguide-separator {
  padding-bottom: 30px;
}
.userguide-point {
  padding-bottom: 50px;
}
.userguide-point-item {
  padding-bottom: 30px;
}
.userguide-point-item:last-child {
  padding-bottom: 0;
}
.userguide-point-pict {
  padding-bottom: 20px;
}
p.userguide-point-label {
  font-size: 3.6rem;
}
p.userguide-point-notice {
  display: inline-block;
  font-size: 1.6rem;
}
.userguide-method {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.userguide-method-title {
  padding-bottom: 30px;
}
.userguide-method-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px -30px;
}
.userguide-method-item {
  margin: 0 40px 30px 0;
  width: calc( 50% - 40px / 2 );
}
.userguide-method-item:nth-child(2n+2) {
  margin-right: 0;
}
p.userguide-method-notice {
  padding-top: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  p.userguide-point-label {
    font-size: calc(1.6rem + 20 * (100vw - 520px) / 440);
  }
  p.userguide-point-notice,
  p.userguide-method-notice {
    text-align: left;
    font-size: calc(1.4rem + 2 * (100vw - 520px) / 440);
  }  
}
@media screen and (max-width: 760px) {
  p.userguide-point-notice {
    text-align: left;
  }  
}
@media screen and (max-width: 520px) {
  .userguide-main {
    padding-top: 30px;
  }
  p.userguide-point-label {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  p.userguide-point-notice,
  p.userguide-method-notice {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .userguide-method {
    padding-bottom: 40px;
  }
  .userguide-method-pict {
    padding-top: 0;
  }
}

div.prot-banner > img {
	width: 100%;
	height: auto;
}

/* footer メニュー付き */
footer.menu {
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer.menu > div {  
  padding: 20px 0;  
  background: var(--color-gray-light);  
}
footer.menu .footer_logo {
  max-width: 100px;
  margin: -70px auto 16px;  
}
footer.menu p {
  font-size: var(--fs_pc_s1);
  text-align: center;
}
footer.menu .footer-inner + p {
  padding: 30px 5px 0;
}

@media (max-width: 960px){
  footer.menu .footer_logo {
    max-width: 80px;
    margin: -60px auto 16px;  
  } 
}

@media (max-width: 520px){
  footer.menu .footer_logo {
    max-width: 70px;
    margin: -55px auto 16px;
  } 
}

.body-container-column footer.menu{
  position: relative;
  margin-top: 100px;
}

/** ユーザーガイド */
.userguide-main > .guide-accordion-wrap{
  padding-top: 0;
  text-align: left;
}

.userguide-main .guide-content{
  padding-top: 40px;
}

.horizon-banner {
  max-width: 920px;
  margin: 20px auto 0 auto;
}

@media (max-width: 960px){
  .horizon-banner {
    margin: 20px 8px 0 8px;
  }
}