@charset "utf-8";


/* ------------------------------
　　ヘッダー
------------------------------ */

.head-wrapper {
	background-color: #F5F7FA;
	margin: 0px;
	padding: 0px;
	background-image: url(images/adc6e2.gif);
	background-repeat: repeat-x;
}

.site-logo {
	display: inline-block;
	width: 360px;
	height: auto;
	margin: 25px 0px 10px;
	vertical-align: middle;
	padding: 0px;
 }
.header {
	display: table;
	height: auto;
}
.header-logo {
	display: table-cell;
	vertical-align: middle;
}
.header-nav {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

@media print, screen and (max-width: 768px)  {
.site-logo {
	width: 260px;
	margin: 15px 0px 3px;
}
}

@media print, screen and (min-width: 1024px) {
.header-logo {
	display: table-cell;
	width: 30%;
}
.header-nav {
	display: table-cell;
	width: 70%;
}
}



/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo {
  padding: 48px 0 0 0;
}
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0 5px;
  border-top: 4px solid #333333;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.navbar.acms-admin-module-edit-wrapper {
	z-index: 1;
}

.navbar {
  display: none;
  width: 100%;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #091D1D;
}

@media (min-width: 1024px) {
	.header {
		height: 90px;
	}
		
  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul {
    float: right;
    display: table;
    list-style: none;
    width: 100%;
    margin: 0 -15px;
    padding: 0;
  }
  .navbar li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  .navbar li ul {
    position: absolute;
    left: 0;
    min-width: 200px;
    margin: 0 -10px;
  }
  .navbar li a {
	margin: 0 10px;
	padding: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: border 0.25s ease-out;
	transition: border 0.25s ease-out;
  }
  .navbar li a:hover,
  .navbar li a:focus,
  .navbar li a:active {
    color: #333;
    background: transparent;
  }
  .navbar li.stay a {
    border-bottom: 2px solid #c41134;
  }
  .navbar li.stay a.btnAttention {
    border: 0;
  }
  .navbar li:hover ul {
    display: block;
    z-index: 10000;
    -webkit-animation: 0.8s fade-in;
    -moz-animation: 0.8s fade-in;
    -o-animation: 0.8s fade-in;
    animation: 0.8s fade-in;
  }
  .navbar li:hover a {
	border-bottom: 2px solid #c41134;
  }
  .navbar li:hover a.btnAttention {
    border: 0;
  }
  .navbar li:hover li a {
    border: 0;
  }
  .navbar li ul {
    margin: 0 10px;
  }
  .navbar li li {
    display: block;
    float: none;
    text-align: left;
    background: #c41134;
    border-top: 1px solid #910021;
  }
  .navbar li li:first-child {
    border: 0;
  }
  .navbar li li a {
    margin: 0;
    padding: 10px 15px;
    color: #FFF;
    border: 0;
  }
  .navbar li li a:hover {
    color: #FFF;
    border: 0;
    background: #910021;
  }
}

@media (min-width: 1024px) {

	.navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		float: right;
		list-style: none;
		padding: 0;
	}
	.header-stack .navbar > ul {
		float: none;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.navbar li {
		float: left;
		position: relative;
		margin: 0 10px;
		vertical-align: middle;
		text-align: center;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		float: none;
		display: table-cell;
	}
	.navbar li ul {
		display: none;
		position: absolute;
		left: 0;
		min-width: 200px;
	}
	.navbar li li {
		margin: 0;
	}
	.header-stack .navbar li li {
		display: block;
		border: 0;
	}
	.navbar li a {
		padding: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition: border .25s ease-out;
	}
	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #333;
		background: transparent;
	}
	.header-stack .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.navbar li.stay a {
		border-bottom: 2px solid #C41134;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		display: block;
		z-index: 100000;
		-webkit-animation: .8s fade-in;
		        animation: .8s fade-in;
	}
	.navbar li:hover a {
		border-bottom: 4px solid #C41134;
	}
	.navbar li:hover a.btn-attention {
		border: 0;
	}
	.navbar li:hover li a {
		border: 0;
	}
	.navbar li li {
		display: block;
		float: none;
		text-align: left;
		background: #C41134;
		border: 0;
		border-top: 1px solid #910021;
	}
	.navbar li li:first-child {
		border: 0;
	}
	.navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
		border: 0;
	}
	.navbar li li a:hover {
		color: #FFF;
		border: 0;
		background: #910021;
	}
	.navbar a.btn-attention {
		background: #FF9A00;
		font-weight: bold;
		color: #FFF;
		line-height: 1.2;
		border: 0;
		display: inline-block;
		padding: 8px 15px;
		border-radius: 3px;
		border: 0;
	}
	.navbar a.btn-attention:hover,
	.navbar a.btn-attention:visited {
		color: #FFF;
		text-decoration: none;
	}
	.navbar a.btn-attention:focus,
	.navbar a.btn-attention:active {
		color: #FFF;
		box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	}
	.navbar a.btn-attention:hover {
		background-color: #FF9A00;
		background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
		color: #FFF;
		border: 0;
	}
	.navbar a.btn-attention:active,
	.navbar a.btn-attention:focus {
		background: #EDA800;
	}
}


@media (min-width: 1024px) {
  .header-logo {
    padding: 0;
  }
  .navbar ul li a {
	   font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .navbar ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  #nav {
    padding: 10px 15px 100px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
		
  .js-nav body {
    width: 100%;
    overflow: hidden;
  }
  .js-nav #nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .offcanvasNav {
    margin: 0 0 20px 0;
  }
  .offcanvasNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .offcanvasNav li {
    display: block;
    padding: 10px;
    font-size: 16px;
    border-top: 1px solid #CCC;
  }
  .offcanvasNav li.navbarBtn {
    border: 0;
  }
  .offcanvasNav li.stay {
    background: #555;
  }
  .lt-ie9 .offcanvasNav li.stay,
  .no-js .offcanvasNav li.stay {
    background: #e5e5e5;
  }
  .offcanvasNav li:first-child {
    border: 0;
  }
  .offcanvasNav li ul {
    display: none;
  }
  .offcanvasNav a {
    display: block;
    margin: -10px;
    padding: 10px;
    color: #E8EDE3;
  }
  .offcanvasNav a:hover {
    text-decoration: none;
  }
  .offcanvasNav a.btnAttention {
    border-top: 0;
    border-radius: 0;
    font-weight: normal;
  }
  .offcanvasNav a.btnAttention:hover {
    background: #ff9a00;
  }
  .lt-ie9 .offcanvasNav a,
  .no-js .offcanvasNav a {
    color: #333;
  }
  .offcanvasBar .moduleHeader {
    color: #FFF;
    border-bottom: 2px solid #FFF;
  }
  .lt-ie9 .offcanvasBar .moduleHeader,
  .no-js .offcanvasBar .moduleHeader {
    color: #333;
    border-bottom: 2px solid #333;
  }
  .offcanvasBar .sideListLink {
    color: #FFF;
  }
  .lt-ie9 .offcanvasBar .sideListLink,
  .no-js .offcanvasBar .sideListLink {
    color: #333;
  }
  .offcanvasBar .sideListLink:hover,
  .offcanvasBar .sideListLink:visited,
  .offcanvasBar .sideListLink:focus,
  .offcanvasBar .sideListLink:active {
    color: #FFF;
    background: 0;
  }
  .lt-ie9 .offcanvasBar .sideListLink:hover,
  .lt-ie9 .offcanvasBar .sideListLink:visited,
  .lt-ie9 .offcanvasBar .sideListLink:focus,
  .lt-ie9 .offcanvasBar .sideListLink:active,
  .no-js .offcanvasBar .sideListLink:hover,
  .no-js .offcanvasBar .sideListLink:visited,
  .no-js .offcanvasBar .sideListLink:focus,
  .no-js .offcanvasBar .sideListLink:active {
    color: #333;
  }
  .offcanvasBar .pickupTitle {
    margin: 0;
    color: #FFF;
    font-size: 16px;
  }
  .offcanvasBar .pickupTitle a {
    color: inherit;
  }
  .lt-ie9 .offcanvasBar .pickupTitle a {
    color: #333;
  }
  .offcanvasBar .btnSearch {
    background: #999;
    border: 1px solid #666;
  }
  .js-nav .offCanvasShadow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
  }
  .js-ready #nav {
    position: fixed;
    transition: left 500ms ease;
  }
  .js-ready #outer-wrap {
    left: 0;
    transition: left 500ms ease;
  }
  .js-ready #inner-wrap {
    transition: left 500ms ease;
  }
  .js-ready .siteHeader {
    right: 0;
    transition: right 500ms ease;
  }
  .js-nav #nav {
    left: 0;
    z-index: 10000;
  }
  .js-nav .siteHeader {
    right: -70%;
  }
  .no-js #nav {
    position: static;
    padding: 10px 20px;
  }
  .lt-ie9  #nav {
    position: static;
    padding: 10px 0;
  }
  .lt-ie9  .header {
    width: 100%;
  }
  .lt-ie9  .header-logo,
  .lt-ie9  .headerNav {
    display: block;
    width: 100%;
  }
}



/* ■■■■■ ヘッッドナビ # headNavi　*/

#head-navi {
	display: inline;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}
#head-navi .col1 {
	padding: 1px 10px 1px !important;
	background-color: #adc6e2;
	display: inline-block;
	float: right;
	border: 0px;
	margin: 0px 0px 0px 8px;
	border-radius: 3px;
	color: #333;
	font-size: 13px;
}

.navbar #head-navi .col1 a {
		display: block;
		padding: 0px;
		font-size: 13px;
		color: #333;
}

#head-navi .headercopy {
	font-size: 13px;
	line-height: 13px;
	color: #666;
	margin: 15px 0px 0px !important;
	padding: 0px;
	float: right;
	clear: none;
}



/* ■■■■■ ヘッダーインフォ # headInfo　*/

#head-search {
	margin: 10px 0px 3px;
	padding: 0px;
	width: 40%;
	float: right;
}

@media screen and (max-width: 1023px) {
 #head-search {
	margin: 50px 0px 10px;
	padding: 0px;
	width: 70%;
}
}

@media screen and (max-width: 768px) {
 #head-search {
	display: none;
}
}

.searchForm .btnSearch {
	padding: 7px 10px;
	font-size: 15px;
	filter: none;
	background: #333;
	color: #FFF;
	border-radius: 0 3px 3px 0;
	border: 1px solid #333;
}
.searchForm .btnSearch:hover {
  background: #666;
}
.searchForm input[type="search"] {
	padding: 4px 5px;
	height: 32px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"].searchFormInput {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* ------------------------------  
 グローバルナビゲーション
------------------------------- */
.cci-navbar {
	clear: both;
	width: 100%;
	margin: 0px;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	list-style: none outside none;
	_text-align: center;
	background-image: url(images/nav-bar-back.png);
	background-repeat: repeat-x;
	padding: 0px;
	z-index: 100000;
}
.cci-navbar ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style: none;
}
.cci-navbar a:link, .cci-navbar a:visited, .cci-navbar a:hover, .cci-navbar a:active, .cci-navbar #viewing {
	display: block;
	_display: inline-block;
	color: #555;
	text-decoration: none;
	letter-spacing: 0 !important;
	line-height: 4.2;
	margin: 0px;
}
.cci-navbar a:hover, .cci-navbar #viewing {
	background-color: #CBE2E5;
	text-decoration: none;
}
.cci-navbar .stay a, .cci-navbar a:active {
	background-color: #E4E7F1;
}
.cci-navbar #viewing {
	background: #EEEEEE;
}
.cci-navbar li {
	position: relative;
	top: 0;
	white-space: nowrap;
	font-weight: bold;
	border-left: solid 1px #CCC;
}
.cci-navbar li:last-child {
	border-right: solid 1px #CCC;
}
.cci-navbar ul ul {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	width: auto;
	padding: 0;
	z-index: 100000;
}
.cci-navbar ul ul li {
	position: relative;
	clear: left;
	width: 100%;
	height: 20px;
	border-left: none;
	border-right: none;
	font-size: 12px;
}

.cci-navbar ul ul a {
	*width: 240px;
	height: 40px !important;
	padding: 0 10px 0 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #E2F0E5;
 *overflow: visible;
	line-height: 3.0 !important;
	z-index: 10000;
}

.cci-navbar li li:last-child {
	border-right: none;
}


.cci-navbar ul ul a:hover {
	background-color: #D9D9D9;
}
.cci-navbar ul li.stay ul a {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	background-color: #E1EAE9;
}
.cci-navbar ul li.stay ul a:hover {
	background-color: #F7EABB;
}
.cci-navbar ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 100000;
}
.cci-navbar ul ul ul a {
	background-color: #F9EDF8;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.cci-navbar ul li:hover > ul {
	display: block;
}

* + html .cci-navbar ul li ul a {
	/*IE用*/
	width: 200px;
	/*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
	white-space: normal;/*幅に応じて改行*/
}



@media print, screen and (min-width: 768px) {

.cci-navbar {
	height: 56px;    /* 2段目以降 */
	margin: 0px;
	padding: 0px;
}
.cci-navbar ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	display: block;
	width: 1130px;
}

.cci-navbar li {
	float: left;
}
.cci-navbar a:link, .cci-navbar a:visited, .cci-navbar a:hover, .cci-navbar a:active, .cci-navbar #viewing {
	height: 56px;
	padding: 0 50px;
	font-size: 14px;
}
.cci-navbar ul ul {
	position: absolute;
	top: 56px;
	left: 0;
}
.cci-navbar ul ul li {
	position: relative;
	width: 100%;
	height: 40px;
}
.cci-navbar ul ul a {
 *width: 180px;
	font-size: 12px;
	height: 40px !important;
	padding: 0px;
}
}

@media screen and (max-width: 1024px) {
	
.cci-navbar a:link, .cci-navbar a:visited, .cci-navbar a:hover, .cci-navbar a:active, .cci-navbar #viewing {
	padding: 0 30px;
}

.cci-navbar ul ul a {
	font-size: 11px;
	height: 40px !important;
	padding: 0px;
}
}


@media screen and (max-width: 768px) {
 .cci-navbar {
	display: none;
}
}

.cci-navbar-admin {
	height: 30px;
	padding: 0 20px;
	_display: inline-table;
	zoom: 1;
}
.cci-navbar-admin:before, .cci-navbar-admin:after {
	content: " ";
	display: table;
}
.cci-navbar-admin:after {
	clear: both;
}
/* ナビゲーションリンク */
.cci-navbar-admin-nav {
	float: left;
	margin: 0;
	padding-left: 0;
}
.cci-navbar-admin-nav > li {
	float: left;
	margin-left: 20px;
	list-style: none;
}
.cci-navbar-admin-nav > li a {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1.2;
}
.cci-navbar-admin-nav > li .acms-admin-btn {
	padding: 8px 10px;
}
/* 右寄せ */
.cci-navbar-admin-right {
	float: right;
}


/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
	display: inline-block;
	height: 44px;
	padding: 7px 5px;
	font-size: 20px;
	color: #333;
	box-sizing: border-box;
}
a .nav-menu-btn {
	color: #333;
}
.nav-menu-btn:hover {
	text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
	display: inline-block;
}

.nav-menu-btn-text {
	margin: 0 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	display: inline-block;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
	display: table;
	float: right;
	margin: 0;
	padding: 0;
}

.nav-menu-action-item {
	display: table-cell;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.nav-menu-action-link {
	color: #333;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus {
	color: #333;
	text-decoration: none;
}




/* 旧サイトから継承したオフキャンバス */
.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
}

#offcanvas:target .close-btn {
	display: block;
}

#offcanvas .close-btn {
	position: absolute;
	top: -3.75em;
	left: 1.875em;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
	display: block;
	opacity: .7;
}

@media (max-width: 1023px) {
	#nav {
		padding: 10px 15px 100px 15px;
		box-sizing: border-box;
	}
	.offcanvas-nav {
		/* グローバルナビゲーション */
		margin: 0 0 20px 0;
	}
	.offcanvas-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.offcanvas-nav li {
		display: block;
		padding: 10px;
		font-size: 16px;
		border-top: 1px solid #CCC;
	}
	.offcanvas-nav li.navbarBtn {
		border: 0;
	}
	.offcanvas-nav li.stay {
		background: #555;
	}
	.no-js .offcanvas-nav li.stay {
		background: #E5E5E5;
	}
	.offcanvas-nav li:first-child {
		border: 0;
	}
	.offcanvas-nav li ul {
		display: none;
	}
	.offcanvas-nav a {
		display: block;
		margin: -10px;
		padding: 10px;
		color: #E8EDE3;
	}
	.offcanvas-nav a:hover {
		text-decoration: none;
	}
	.offcanvas-nav a.btn-attention {
		border-top: 0;
		border-radius: 0;
		font-weight: normal;
	}
	.offcanvas-nav a.btn-attention:hover {
		background: #FF9A00;
	}
	.no-js .offcanvas-nav a {
		color: #333;
	}
	/* オフキャンバス内のパーツ */
	.offcanvas-bar {
		display: none;
		padding: 10px 15px 100px 15px;
	}
	.js-acms-offcanvas-active .offcanvas-bar {
		background: #333;
	}
	.offcanvas-bar .module-header {
		color: #FFF;
		border-bottom: 2px solid #FFF;
	}
	.no-js .offcanvas-bar .module-header {
		/* IE8対応 */
		color: #333;
		border-bottom: 2px solid #333;
	}
	.offcanvas-bar .side-list-link {
		color: #FFF;
	}
	.no-js .offcanvas-bar .side-list-link {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .side-list-link:hover,
	.offcanvas-bar .side-list-link:visited,
	.offcanvas-bar .side-list-link:focus,
	.offcanvas-bar .side-list-link:active {
		color: #FFF;
		background: 0;
	}
	.no-js .offcanvas-bar .side-list-link:hover,
	.no-js .offcanvas-bar .side-list-link:visited,
	.no-js .offcanvas-bar .side-list-link:focus,
	.no-js .offcanvas-bar .side-list-link:active {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .pickup-title {
		margin: 0;
		color: #FFF;
		font-size: 16px;
	}
	.offcanvas-bar .pickup-title a {
		color: inherit;
	}
	.offcanvas-bar .btn-search {
		background: #999;
		border: 1px solid #666;
	}
	.offcanvas-bar .sns-list {
		margin: 0 -5px;
	}
}


/* ------------------------------
　　各モジュール
------------------------------ */

/*モジュールのフレームに使用*/
.moduleFlame {
	list-style: none;
	margin: 15px 0px;
	padding: 8px;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0 0 3px #CCC;
}


@media screen and (max-width: 640px) {
.moduleFlame {
	margin: 10px 0px 5px;
	padding: 4px;
}
}

.moduleFlameSide {
	list-style: none;
	margin: 15px 0pt 15px 0px;
	padding: 6px;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0 0 3px #CCC;
	overflow: hidden;
}

/*サイドのFacebookに使用*/
/*.moduleFlameSideFB {
	list-style: none;
	margin: 15px 0pt 15px 0px;
	padding: 6px;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0 0 3px #CCC;
	overflow: hidden;
  }

@media screen and (max-width: 767px) {
	.moduleFlameSide {
	display: none;
}
}

@media (max-width: 1024px) {
	.moduleFlameSideFB {
	display: none;
}
}*/

.moduleFlameSide .copy1 {
	margin: 4px;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
.moduleHeader {
	position: relative;
	margin: 15px 0px 0px;
	padding: 0px;
}
.moduleHeader + .summaryCustom, .moduleHeader + .summaryDefault, .moduleHeader + .entry-column, .moduleHeader + .pickupList, .moduleHeader + .searchForm, .moduleHeader + .banner {
	margin-top: 10px;
}
.moduleHeading {
	margin: 10px 0px 5px;
	font-size: 21px;
	color: #195573;
	text-indent: 5px;
	background-color: #FAFAFA;
	padding: 10px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.moduleHeading2 {
	margin: 10px 0px 5px;
	font-size: 16px;
	color: #4E6565;
	padding: 0px 0px 2px;
	border-bottom: 2px solid #BFCD9D;
}
.moduleHeading-side {
	margin: 5px 0px 5px;
	font-size: 16px;
	color: #5D7683;
	padding: 5px;
	border-bottom: 3px solid #B5E2E8;
}
.moduleHeading-s {
	font-size: 15px;
	margin: 0;
	color: #666;
}

@media screen and (max-width: 768px) {
	.moduleHeading {
	padding: 6px;
	font-size: 18px;
}
	.moduleHeading2 {
	font-size: 14px;
}
	.moduleHeading-s {
	font-size: 14px;
}
.moduleHeader p {
	font-size: 14px;
}
}

a.moduleIndexLink {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #369;
	font-size: 14px;
}
a.moduleIndexLink [class*='acms-icon-'] {
	color: #CCC;
	font-size: 14px;
}


@media screen and (min-width: 768px) {
a.acms-list-group-item {
	padding: 10px 20px 10px 10px;
	-webkit-transition: padding 0.15s ease-out;
	transition: padding 0.15s ease-out;
}
a.acms-list-group-item:hover {
	padding: 10px 10px 10px 20px;
	-webkit-transition: padding 0.25s ease-out;
	transition: padding 0.25s ease-out;
}
}

/* ------------------------------
　　各サマリー・
------------------------------ */

/* --------デフォルトのソース-----------*/

.summaryDefault {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.summaryDefaultEntry {
	float: left;
	width: 100%;
	padding: 10px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
.summaryDefaultEntry.bl-hover {
	background: #F1F1F1;
}
.summaryTitle {
	margin: 0 0 10px;
	font-size: 18px;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}
.summaryDetail {
	margin: 0;
	line-height: 1.6;
	font-size: 15px;
}



/* ------------------------------  
TOPページ お知らせのサマリー
------------------------------- */

.topics-summary {
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.topics-summary + .acms-summary {
  margin-top: 10px;
}
.topics-summary-image {
	display: table-cell;
	white-space: normal;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: hidden;
	/*width: 200px;*/
	padding: 6px;
}
.topics-summary-image + .topics-summary-body {
  padding: 0 0 0 6px;
}
.topics-summary-image .topics-summary-body {
  padding: 0 6px 0 0;
}
.topics-summary-body {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}


@media screen and (max-width: 880px) {
.topics-summary-image {
	vertical-align: top;
	margin: 0px auto 5px;
}
}

@media screen and (max-width: 540px) {
.topics-summary-image {
	display: none;
/*	display: block;
	padding: 5px;*/
}
}

@media screen and (max-width: 768px) {
	.acms-icon,
	.acms-icon-arrow-righ,
	.moduleIndexLink {
	display: none;
}
}

@media screen and (max-width: 768px) {
	.max-width-non {
	display: none;
}
}


/* ------------------------------
　　2列表示サマリー
------------------------------ */

.summary2cl {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #FFF;
	position: relative;
}

.summary2clEntry {
	width: 100%;
	padding: 10px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
	position: relative;
	float: left;
}
.summary2clEntry.bl-hover {
	background: #F1F1F1;
}


.summary2clTopics {
	margin: 0 0 10px;
	font-size: 15px;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

.summary2cl-body {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 5px auto 0px;
}

.summaryTitle2cl {
	margin: 4px 0 6px;
	font-size: 16px;
	padding: 6px;
	border-bottom: 1px dotted #CCC;
	line-height: normal;
	font-weight: bold;
	background: #F1F6FF;
	text-align: left;
	border-top: 1px dotted #CCC;
}


@media print, screen and (min-width: 640px) {
.summary2cl {
	margin: 5 0 5px;
}
.summary2clEntry {
	width: 50%;
}
}


/* ------------------------------
　　3列表示サマリー
------------------------------ */

.summary3cl {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #FFF;
	position: relative;
}

.summary3clEntry {
	width: 100%;
	padding: 10px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
	position: relative;
	float: left;
}
.summary3clEntry.bl-hover {
	background: #F1F1F1;
}


.summary3clTopics {
	margin: 0 0 10px;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

.summary3cl-body {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 5px auto 0px;
}

.summaryTitle3cl {
	margin: 4px 0 6px;
	font-size: 16px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	line-height: normal;
	font-weight: bold;
	background: #F1F6FF;
	text-align: left;
	border-top: 1px dotted #CCC;
}


@media print, screen and (min-width: 640px) {
.summary3cl {
	margin: 5 0 5px;
}
.summary3clEntry {
	width: 33.3%;
}
}

/* ------------------------------
　　4列表示サマリー
------------------------------ */

.summary4cl {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #FFF;
	position: relative;
}

.summary4clEntry {
	width: 50%;
	padding: 10px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
	position: relative;
	float: left;
}
.summary4clEntry.bl-hover {
	background: #F1F1F1;
}


.summary4clTopics {
	margin: 0 0 10px;
	font-size: 14px;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

.summary4cl-body {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 5px auto 0px;
}

.summaryTitle4cl {
	margin: 4px 0 6px;
	font-size: 16px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	line-height: normal;
	font-weight: bold;
	background: #F1FFFE;
	text-align: left;
	border-top: 1px dotted #CCC;
}


@media print, screen and (min-width: 1024px) {
.summary4cl {
	margin: 5 0 5px;
}
.summary4clEntry {
	width: 25%;
}
}

@media screen and (max-width: 640px) {
.summary4clEntry {
	width: 100%;
	padding: 8px;
	}
}


/* ------------------------------  
 トップのバナーリンク集
------------------------------- */

.summaryLink {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.summaryLinkEntry {
	float: left;
	padding: 5px 0px 5px 12px;
}

.summaryLinkEntry.bl-hover {
	background: #F1F1F1;
}

.link-banner-heading {
  margin: 0 0 6px 0;
}

.link-banner {
	display: block;
	width: 100%;
	padding-left: 0px;
}

.link-banner + .acms-summary {
  margin-top: 10px;
}

.link-banner img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}

.link-banner-image {
	display: table-cell;
	white-space: normal;
	vertical-align: top;
	width: 176px;
	height: 60px;
}

@media screen and (min-width: 1200px) {
.summaryLinkEntry {
	padding: 5px 0px 5px 20px;
}
}

@media screen and (max-width: 1100px) {
.summaryLinkEntry {
	padding: 5px 0px 5px 8px;
}
.link-banner-image {
	width: 156px;
	height: 54px;
}
}

@media screen and (max-width: 1010px) {
.summaryLinkEntry {
	padding: 5px 0px 5px 5px;
}
.link-banner-image {
	width: 130px;
	height: 45px;
}
}


@media screen and (max-width: 880px) {
	.summaryLinkEntry {
		padding: 3px 3px 3px 8px;
}
.link-banner-image {
	margin: 0px auto 5px;
}
.link-banner-image {
	width: 90px;
	height: 32px;
}
}

@media screen and (max-width: 640px) {
.summaryLinkEntry {
	padding: 1px 1px 1px 5px;
}
}

/* ------------------------------  
 トップの中央の創業バナー
------------------------------- */
.top-center-banner {
	text-align: center;
}



/* ------------------------------  
 トップのウェブセミナー
------------------------------- */

.webSeminar {
	margin: 3px 0 12px;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.webSeminarParts-a {
	float: left;
	padding: 5px;
}
.webSeminarParts-b {
	float: left;
	padding: 5px 0px 5px 10px;
}

.webSeminar-image {
	display: table-cell;
	white-space: normal;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
}

@media screen and (max-width: 1150px) {
.webSeminarParts-b {
		width: 280px;
}
}

@media screen and (max-width: 1110px) {
.webSeminarParts-b {
		width: 200px;
}
}
@media screen and (max-width: 1000px) {
.webSeminarParts-b {
	display: none;
}
}

/* ------------------------------  
 トップのお知らせサマリー
------------------------------- */

.summaryTopics {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #FFF;
	position: relative;
}
.summaryTopicsEntry {
	float: left;
	width: 100%;
	padding: 10px 10px 5px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
	position: relative;
}
.summaryTopicsEntry.bl-hover {
	background: #F1F1F1;
}

.summaryTitleTopics {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

.summary-times {
	color: #777777;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.summary1stTopics {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 21px;
	padding: 6px;
	border-bottom: 1px dotted #CCC;
}

.smr120img {
	margin: 0px 10px 0px 0px;
	width: 140px;
	box-sizing: 140px;
	display: table-cell;
}

/* ------------------------------
 ラベル
------------------------------- */
.new-label {
	display: inline;
}

span.sponsorship {
	margin: 0 2px;
	padding: 2px 5px;
	background: #C33;
	color: #FFFFFF;
	font-size: 10px;
	display: inline;
	border-radius: 3px;
	}

span.various {
	margin: 0 2px;
	padding: 2px 5px;
	background-color: #369;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}
span.seminar {
	margin: 0 2px;
	padding: 2px 5px;
	background-color: #148146;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}
span.kentei {
	margin: 0 2px;
	padding: 2px 5px;
	background: #96c;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}
span.kouza {
	margin: 0 2px;
	padding: 2px 5px;
	background: #69C;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}
span.information {
	margin: 0 2px;
	padding: 2px 5px;
	background: #E05360;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}

/* -----経営支援カテゴリー------- */

.summary-center {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100px;
}

span.financing {
	margin: 0 2px;
	padding: 2px 5px;
	background: #399;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
	
}
span.mutual_aid {
	margin: 0 2px;
	padding: 2px 5px;
	background: #66F;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}
span.establishment {
	margin: 0 2px;
	padding: 2px 5px;
	background: #C33;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
	}
span.employment {
	margin: 0 2px;
	padding: 2px 5px;
	background: #66F;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}
span.info_service {
	margin: 0 2px;
	padding: 2px 5px;
	background: #696;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 3px;
}






/* ------------------------------
　　モバイルメニュー　※中止
------------------------------ */
/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 6px 0;
  vertical-align: middle;
  background-color: #333;
  border-radius: 1px;
  transition: 0.1s all;
}
.icon-toggle-menu::before, .icon-toggle-menu::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.icon-toggle-menu::before {
  top: -6px;
}
.icon-toggle-menu::after {
  bottom: -6px;
}
[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .icon-toggle-menu::before {
  width: 22px;
  transform: translate(-2px, 6px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu::after {
  width: 22px;
  transform: translate(-2px, -6px) rotate(-45deg);
}

/* ナビゲーションバー */
@media (max-width: 1023.98px) {
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    background-color: #fff;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-wrap {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav-inner {
    padding: 0 20px;
  }
  .mobile-nav-inner + .mobile-nav-inner {
    border-top: 1px solid #CCC;
  }
  .mobile-navbar {
    width: 100%;
  }
  .mobile-navbar-list {
    display: block;
    margin: 20px 0;
    padding: 0;
    line-height: 2.4;
    list-style: none;
    font-size: 18px;
  }
}
@media print and (max-width: 1023.98px) {
  .mobile-navbar-list {
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .mobile-navbar-list li {
    display: block;
  }
  .mobile-navbar-list .navbar-btn {
    margin-top: 10px;
  }
  .mobile-navbar-list a {
    display: block;
  }
  .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list a:not(.btn-attention):focus {
    color: #333;
  }
  .mobile-navbar-list a.btn-attention {
    color: #C41134;
    font-weight: normal;
    text-align: center;
    background: transparent;
    border: 1px solid #C41134;
    font-size: 16px;
  }
}
@media print and (max-width: 1023.98px) {
  .mobile-navbar-list a.btn-attention {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .mobile-navbar-list .mobile-navbar-list {
    margin: -5px 0 10px 10px;
    line-height: 2;
    font-size: 14px;
  }
}
@media print and (max-width: 1023.98px) {
  .mobile-navbar-list .mobile-navbar-list {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):focus {
    color: #666;
  }
  .mobile-nav-side {
    margin: 20px 0;
  }
  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px;
  }
  .mobile-nav-side-link {
    display: block;
    color: #333;
  }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333;
  }
  .mobile-navbar-footer {
    margin: 15px 0 0;
  }
  .mobile-navbar-footer .sns-list {
    margin: 0 0 30px;
  }
}




/* -------------------------------------------------
  モバイルメニュー（使用中）
------------------------------------------------- */
@media (min-width: 64rem) {
  .global-nav-mobile-menu {
    display: none;
  }
}
.global-nav-mobile-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
  background: var(--color-primary);
}
.global-nav-mobile-menu-btn:active, .global-nav-mobile-menu-btn:focus {
  outline: 0;
}

.global-nav-mobile-menu-text {
  margin: 0.5rem 0 0;
  color: var(--color-white);
  font-size: 0.8rem;
  line-height: 1;
}

/* トグルメニューアイコン */
.global-nav-mobile-icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 2px;
  margin: 0.5rem auto;
  vertical-align: middle;
  background-color: var(--color-white);
  border-radius: 1px;
  transition: 0.1s all;
}
.global-nav-mobile-icon-toggle-menu::before, .global-nav-mobile-icon-toggle-menu::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.global-nav-mobile-icon-toggle-menu::before {
  top: -0.4rem;
}
.global-nav-mobile-icon-toggle-menu::after {
  bottom: -0.4rem;
}
[aria-expanded=true] .global-nav-mobile-icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .global-nav-mobile-icon-toggle-menu::before {
  width: 1.25rem;
  transform: translate(0, 0.4rem) rotate(45deg);
}
[aria-expanded=true] .global-nav-mobile-icon-toggle-menu::after {
  width: 1.25rem;
  transform: translate(0, -0.4rem) rotate(-45deg);
}

@media (max-width: 63.99875rem) {
  .is-locked {
    overflow: hidden;
  }
}
.global-nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  overflow-y: scroll;
  background-color: var(--color-white);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 0.3s;
  transition-property: all;
}
.global-nav-mobile.is-active {
  display: block;
}
.global-nav-mobile.is-opened {
  opacity: 1;
}

/* モバイルメニュー開いた時
------------------------------ */
.global-nav-mobile-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.25rem;
}

.global-nav-mobile-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
}

.global-nav-mobile-navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0 50px;
}

.global-nav-mobile-group {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav-mobile-navbar > .global-nav-mobile-group {
  border-top: 1px solid var(--color-gray30);
}

.global-nav-mobile-item {
  font-weight: bold;
  font-size: 1rem;
}
.global-nav-mobile-item.is-expand .global-nav-mobile-link {
  position: relative;
}
.global-nav-mobile-item.is-expand .icon-expand {
  margin-top: 5px;
}
.global-nav-mobile-item.is-expand .icon-expand::before, .global-nav-mobile-item.is-expand .icon-expand::after {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: var(--color-gray100);
  border: 0;
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.global-nav-mobile-item.is-expand .icon-expand::before {
  transform: translate(-2px, -0.5rem) rotate(90deg);
}
.global-nav-mobile-item.is-expand .icon-expand::after {
  transform: translate(-2px, -0.5rem);
}
.global-nav-mobile-item.is-expand .icon-expand.is-close::before, .global-nav-mobile-item.is-expand .icon-expand.is-close::after {
  width: 1.25rem;
  transform: translate(-2px, -0.5rem);
}
.global-nav-mobile-item .global-nav-mobile-group {
  display: none;
}
.global-nav-mobile-item .global-nav-mobile-item {
  font-size: 0.8rem;
}
.global-nav-mobile-item .global-nav-mobile-item .icon-expand::before, .global-nav-mobile-item .global-nav-mobile-item .icon-expand::after {
  content: none;
}
.global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:link, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:visited, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:hover, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:active, .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:focus {
  color: var(--color-gray90);
}

.global-nav-mobile-link {
  position: relative;
  display: block;
  padding: 1rem 0;
  color: var(--color-gray100);
  border-bottom: 1px solid var(--color-gray30);
}
.global-nav-mobile-link:link, .global-nav-mobile-link:visited, .global-nav-mobile-link:hover, .global-nav-mobile-link:active, .global-nav-mobile-link:focus {
  color: var(--color-gray100);
  text-decoration: none;
}
.global-nav-mobile-link.is-cta {
  margin: 1rem 0 0;
  padding: 1rem 2rem;
  color: var(--color-text-inverse);
  text-align: center;
  background: var(--color-primary);
  border-radius: 6px;
}
.global-nav-mobile-link.is-cta .icon-expand {
  right: 2rem;
}
.global-nav-mobile-link.is-cta .icon-expand::before {
  border-color: var(--color-text-inverse);
}
.global-nav-mobile-item.is-expand .global-nav-mobile-item .global-nav-mobile-link::before {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  border: 0.25rem solid transparent;
  border-left: 0.5rem solid rgba(0, 0, 0, 0.4);
  content: "";
}

.global-nav-mobile .icon-expand {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.25rem;
}
.global-nav-mobile .icon-expand::before {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid var(--color-gray100);
  border-right: 2px solid var(--color-gray100);
  transform: rotate(45deg);
  content: "";
}

.global-nav-mobile-side-group {
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}
.global-nav-mobile-side-group .global-nav-mobile-side-group {
  margin: 0 0 1.25rem;
}

.global-nav-mobile-side-item {
  font-size: 0.8rem;
}

.global-nav-mobile-side-link {
  position: relative;
  display: block;
  padding: 0.75rem 0;
  color: currentcolor;
  text-decoration: none;
}
.global-nav-mobile-side-link:hover {
  color: inherit;
}

.global-nav-mobile-navbar-footer {
  margin-top: 0.5rem;
}