@charset "utf-8";


/* ------------------------------
　　レスポンシブ用
------------------------------ */

.acms-img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.banner-img-responsive {
	display: block;
	height: auto;
	width: 95%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 95%;
	margin-bottom: 5px;
}

.sidebanner-responsive {
	display: block;
	height: auto;
	width: 80%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
}

@media print {

.acms-col-md-9 {
  float: left;
  width: 75%;
}
.acms-col-9 {
  float: left;
  width: 75%;
}
.acms-col-3 {
  float: left;
  width: 25%;
}
.acms-col-md-3 {
  float: left;
  width: 25%;
}
}


/* ------------------------------
　　ログインのオリジナルワク
------------------------------ */

.admin-loginBox {
	max-width: 480px;
	margin: 30px auto 10px;
	padding: 20px;
	border-radius: 6px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #FFF;
}
.admin-titleBox {
	text-align: center;
	margin: 20px auto 10px;
	max-height: 140px;
	overflow: hidden;
}

p.resizeimage { width: 80%; }


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

.head-wrapper {
	background-color: #F5FAF6;
	margin: 0px;
	padding: 0px;
	background-image: url(images/9dd1c9.gif);
	background-repeat: repeat-x;
}
.headercopy {
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	margin: 15px 0px 0px;
	padding: 0px;
	float: right;
	clear: none;
}
.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%;
}
}
/* ■■■■■ ヘッダーナビ # headNavi　*/

#head-navi {
	display: inline;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}
#head-navi .col1 {
	padding: 5px 10px 2px;
	background-color: #9dd1c9;
	display: inline-block;
	float: right;
	margin: 0px 0px 0px 10px;
	border-radius: 4px;
	font-size: 13px;
}

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

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

@media screen and (max-width: 1023px) {
 #head-search {
	margin: 50px 0px 3px;
	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;
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
.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: 100000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  display: none;
  width: 100%;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	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;
	font-size: medium;
  }
  .navbar li a:hover,
  .navbar li a:focus,
  .navbar li a:active {
    color: #333;
    background: transparent;
  }
  .navbar li.stay a {
    border-bottom: 4px 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: 4px 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) {
  .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: 100000;
    -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%;
  }
}

/* ------------------------------  
 グローバルナビゲーション
------------------------------- */
.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;
	/* [disabled]z-index: auto; */
	padding: 0px;
}
.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: 10;
}
.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;
}

.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%;
}
.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: 12px;
	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;
}
/* ------------------------------
　　各モジュール
------------------------------ */

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


@media screen and (max-width: 640px) {
.moduleFlame {
	margin: 10px 0px 10px;
	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: 24px;
	color: #195573;
	text-indent: 5px;
	border-bottom: 2px solid #E36C6C;
	padding: 0px 0px 3px;
}
.moduleHeading2 {
	margin: 10px 0px 5px;
	font-size: 17px;
	color: #4E6565;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #BFCD9D;
}

.moduleHeading-side {
	margin: 5px 0px 5px;
	font-size: 16px;
	color: #5D7683;
	padding: 5px;
	border-bottom: 3px solid #B5E2E8;
}
.moduleHeading-s {
	font-size: 14px;
	margin: 0;
	color: #666;
}

@media screen and (max-width: 768px) {
	.moduleHeading {
	padding: 6px;
	font-size: 18px;
}
	.moduleHeading2 {
	font-size: 15px;
}
	.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.5;
	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: 150px;
}
.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;
}
}

@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: 15px;
	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: 15px;
	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: 15px;
	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) {
.summary3cl {
	margin: 5 0 5px;
}
.summary3clEntry {
	width: 33.3%;
}
}



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

.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: 45px;
}

@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;
}
}


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

.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 0px;
	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;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #CCC;
}

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

.summary1stTopics {
	margin: 0 0 10px;
	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.information {
	margin: 0 2px;
	padding: 2px 5px;
	background: #C33;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 2px;
	}
span.seminar {
	margin: 0 2px;
	padding: 2px 5px;
	background-color: #DD2773;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 2px;
}
span.sponsorship {
	margin: 0 2px;
	padding: 2px 5px;
	background-color: #148146;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 2px;
}
span.kentei {
	margin: 0 2px;
	padding: 2px 5px;
	background: #C69;
	color: #FFFFFF;
	font-size: 10px;
		border-radius: 2px;
}
span.various {
	margin: 0 2px;
	padding: 2px 5px;
	background: #66C;
	color: #FFFFFF;
	font-size: 10px;
		border-radius: 2px;
}
span.activity {
	margin: 0 2px;
	padding: 2px 5px;
	background: #69C;
	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;
}


/* ------------------------------
　　フッター
------------------------------ */

/*.foot-wrapper {
	padding: 5px 0 30px;
	background-color: #EEF6F4;
	background-repeat: repeat-x;
}

.foot-link-navi {
	display: inline-block;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
}

.foot-link-navi p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.foot-link-nav a {
	font-size: 14px;
}

.suggest-text {
	margin: 0px 0px 1px;
	line-height: normal;
	font-size: 16px;
	padding: 0px;
}
.suggest-company {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.suggest-company img {
	margin: 10px 10px 0px 5px;
}

.suggest-adress {
	margin: 20px 0;
	font-size: 16px;
	float: left;
}

@media screen and (min-width: 881px) {
.suggest-company .txt {
	display: none;
}
}

@media screen and (max-width: 880px) {
	
.suggest-company img {
	display: none;
}
.suggest-company .txt {
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
}
.suggest-adress {
	margin: 5px;
	font-size: 15px;
}
.foot-link-navi {
	padding-left: 0px;
	padding-right: 0px;
}

.foot-link-navi p {
	font-size: 14px;
}
}

.btn-large-orig {
	background: #A8D7C9;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.btn-large-orig:hover,
.btn-large-orig:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-large-orig:focus,
.btn-large-orig:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-large-orig:hover {
	background: #99FF00;
	color: #FFF;
}
*/
/* ------------------------------
　　フッター
------------------------------ */
.footer {
  margin: 2rem 0 0 0;
  border-top: 1px solid #9AA;
		background: #D9E7F2;
}
.cta-visual + .footer, .cta + .footer {
  margin-top: 0;
}

.footer-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.footer-item {
  display: flex;
  box-sizing: border-box;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(env(safe-area-inset-right) + var(--gutter) / 2);
  padding-left: calc(env(safe-area-inset-left) + var(--gutter) / 2);
}
.footer-item.-navigation {
  display: none;
}

.footer-item-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
}

.footer-company-catch {
  margin: 0 0 5px;
  color: #333;
}

.footer-company-title {
  margin: 0 0 5px 20px;
  font-size: 1.5rem;
}

.footer-company-logo {
  margin: 0 0 5px 15px;
	 width: 300px;
}

@media screen and (min-width: 881px) {
  .footer {
    margin: 20px 0 0 0;
  }
  .cta-visual .footer, .cta .footer {
    margin-top: 0;
  }
  .footer-group {
    flex-direction: row;
  }
  .footer-item.-address {
    width: 60%;
  }
  .footer-item.-navigation {
    display: block;
    width: 40%;
  }
.footer-company-logo {
  margin: 0 0 5px 20px;
		width: 58%;
}
}

.footer-address {
  margin-top: auto;
  font-style: normal;
}

.footer-address-name {
  margin: 0 0 5px;
  color: #333;
}

.footer-address-item {
  margin: 0 0 0 35px;
  color: #333;
  font-size: 1.1rem;
		font-weight: 400;
}

.footer-address-item a {
  font-size: 1.35rem;
}
/* ナビゲーション */
.footer-item-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-nav {
  margin: 0;
  font-size: 14px;
}

.footer-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-item {
  font-weight: 500;
  font-size: 15px;
}
.footer-nav-item .footer-nav-item {
  position: relative;
  margin: 0 0 0 15px;
  font-weight: normal;
  font-size: 14px;
}
.footer-nav-item .footer-nav-item::before {
  position: absolute;
  top: 0.5em;
  left: -1rem;
  display: inline-block;
  border: 0.2rem solid transparent;
  border-left: 0.4rem solid rgba(0, 0, 0, 0.3);
  content: "";
}

.footer-nav-link {
  display: inline-block;
  margin: 0 0 15px;
  color: #333;
  text-decoration: none;
}
.footer-nav-link:hover {
  text-decoration: underline;
}
.footer-nav-item .footer-nav-item .footer-nav-link {
  margin: 0 0 7px;
  color: #333;
}
.footer-nav-item .footer-nav-item .footer-nav-link:hover {
  color: #333;
}
.footer-nav-link + .footer-nav-group {
  margin-top: -5px;
}

/* サブ項目 */
.footer-nav-side {
  display: flex;
  margin-top: auto;
  border-top: 1px solid var(--color-primary-light);
}

/* インラインナビゲーション */
.footer-nav-inline {
  display: flex;
}

.footer-nav-inline-group {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-inline-item {
  margin: 1rem 2rem;
}
.footer-nav-inline-item:first-child {
  margin-left: 0;
}
.footer-nav-inline-item:last-child {
  margin-right: 0;
}

.footer-nav-inline-link {
  color: var(--color-white);
}
.footer-nav-inline-link:-moz-any-link {
  color: var(--color-white);
}
.footer-nav-inline-link:any-link {
  color: var(--color-white);
}
.footer-nav-inline-link:active, .footer-nav-inline-link:focus {
  text-decoration: underline;
}
@media (hover: hover) {
  .footer-nav-inline-link:hover {
    opacity: 0.7;
  }
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid var(--color-gray30);
}

/* コピーライト */
.footer-copyright-text {
  margin: 0 0 0.5rem;
  font-weight: 300;
  font-size: 0.8rem;
}

/* SNS */
.footer-bottom-sns {
  display: none;
}

.footer-sns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0.5rem 0 0 auto;
}

.footer-sns-group {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sns-item {
  margin: 0 0.25rem;
}
.footer-sns-item:first-child {
  margin-left: 0;
}
.footer-sns-item:last-child {
  margin-right: 0;
}

.footer-sns-link {
  display: inline-block;
  padding: 0.5rem;
  vertical-align: top;
}

@media screen and (min-width: 48rem) {
  .footer-bottom-inner {
    display: flex;
    align-items: center;
  }
  .footer-copyright-text {
    margin: 0;
  }
  .footer-bottom-sns {
    display: block;
    margin-left: auto;
  }
  .footer-sns {
    display: none;
  }
}