@import url("./common.css");
@import url("./common_contents.css?date=20250310");
@import url("./editor-style.css");
/*
	copyright (c)2008-2017 Pong! ALL right reserved.
	Create and Design by seiki nishijima

	index
		共通設定
			共通レイアウト設定
			共通テキスト設定
		共通ヘッダメニュー設定
			メニュー設定
			トップ用個別設定
			アクティブ設定
		共通メニューSP設定
		共通フッター設定
			共通問い合わせ先設定
			共通サイトマップ設定
			共通トップへ設定
			共通関連リンクエリア設定
			共通コピーライト設定
		共通メニューバナー設定
			共通メニューバナーカラーパターン設定

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

  共通設定　ここから

===========================================================================*/
html{
	-webkit-text-size-adjust: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	background: #4d4d4d;
	text-align:center;
	color: #4d4d4d;
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	background: #fff;
	text-align:center;
	width: 100%;
	min-width: 1300px;
	position: relative;
	font-size: 16px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	body {
		background: #fff;
		min-width: 320px;
	}
	#background {
		min-width: 100%;
	}
}
/*-----------------------------------*/
a {
	color: #4d4d4d;
	text-decoration: none;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
a:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
 img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#background .pcArea ,
#background .pcImage {
	display: block;
}
#background .spArea ,
#background .spImage {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	a:hover {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	#background .pcArea ,
	#background .pcImage {
		display: none;
	}
	#background .spArea ,
	#background .spImage {
		display: block;
	}
	#background span.spNone {
		display: none;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1300px;
}
#background section {
	margin:0px auto 0px auto;
	text-align:center;
	width: 1200px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ,
	#background footer ,
	#background article {
		min-width: initial;
		min-width: auto;
	}
	#background section {
		width: 100%;
	}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background h2 ,
#background h3 ,
#background h4 ,
#background h5 ,
#background p ,
#background ul ,
#background ol {
	margin-bottom: 40px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background h2 ,
	#background h3 ,
	#background h4 ,
	#background h5 ,
	#background p ,
	#background ul ,
	#background ol {
		margin-bottom: 20px;
	}
}

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

  共通ヘッダメニュー設定　ここから

===========================================================================*/
#background header {
	background: #fff;
	height: 80px;
}
#background header section {
	background: rgba(255,255,255,0.9);
	width: 100%;
	min-width: 1300px;
	height: 80px;
	box-shadow: 0px 0px 5px rgba(26,26,26,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(26,26,26,0.2);
	position: relative;
	top: 0;
	left: 0;
	z-index: 900;
}
#background header nav {
	width: 1200px;
	margin: 0 auto 0 auto;
}
#background header h1 {
	width: 336px;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	float: left;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header {
		height: auto;
	}
	#background header section {
		width: 100%;
		min-width: 100%;
		height: auto;
	}
	#background header nav {
		width: 100%;
	}
	#background header h1 {
		width: auto;
		height: 50px;
		padding: 10px 10px 10px 10px;
		margin: 0 auto 0 auto;
	}
	#background header h1 img {
		width: auto;
		height: 30px;
	}
}
/*------------------------------------
  メニュー設定　ここから
-------------------------------------*/
#background header p {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header p {
		display: block;
		float: right;
		margin: 0 0 0 0;
		padding: 5px 0 0 0;
		width: 50px;
		height: 50px;
		background: #FA6CA0;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
	}
	#background header p img {
		width: 24px;
		height: 24px;
	}
	#background header p em {
		display: block;
		color: #fff;
		text-align: center;
	}
}
/*-----------------------------------*/
#background header ul {
	width: 850px;
	float: right;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0 0;
}
#background header ul li {
	height: 80px;
	padding: 0 25px 0 25px;
	font-size: 18px;
	line-height: 26px;
	z-index: 10;
}
#background header ul li a:before ,
#background header ul li.recruit:before {
	background: #ccc;
	content: ' ';
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;
}
#background header ul li.contact {
	padding: 0 0 0 0;
}
#background header ul li a{
	display: block;
	padding: 25px 0 25px 0;
	font-weight: bold;
}
#background header ul li.contact a {
	width: 80px;
	height: 80px;
	padding: 0 0 0 0;
	border: none;
	text-indent: -10em;
	overflow: hidden;
	background: url(../images/icon_mail.png) no-repeat 50% 50%;
	background-size: 30px 30px;
}
#background header ul li a:hover {
	filter: Alpha(opacity=100);
	opacity: 1;
	color: #FA6CA0;
}
#background header ul li.contact:hover a {/*
	background-image: url(../images/icon_mail.png);*/
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
#background header ul li.recruit:before ,
#background header ul li.contact a:before {
	left: auto;
	right: 0;
}
/*-----------------------------------*/
#background header ul li.home ,
#background header ul li.report ,
#background header ul li.close {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ul li.home ,
	#background header ul li.report ,
	#background header ul li.close {
		display: block;
	}
}
/*------------------------------------
  トップ用個別設定　ここから
-------------------------------------*/
#background header.topPage {
	display: none;
}
#background header.topPage.topMenu {
	display: block;
}
#background header.topMenu ul li.recruit {
	padding: 0 0 0 0;
}
#background header.topMenu ul li.recruit a {
	padding: 25px 25px 0 25px;
	background: #FA6CA0;
	height: 80px;
	border: none;
	color: #fff;
}
#background header.topMenu ul li.recruit a:hover {
	color: rgba(255,255,255,0.5);
}
#background header.topMenu ul li.recruit:before ,
#background header.topMenu ul li.recruit a:before {
	background: #FA6CA0;
	content: ' ';
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background header.topMenu ul li.contact {
	width: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header.topPage {
		display: block;
	}
	#background header.topPage.topMenu {
		display: none;
	}
	#background header.topMenu ul li.contact {
		width: 100%;
	}
}

/*------------------------------------
  アクティブ設定　ここから
-------------------------------------*/
#background header ul.activeAbout li.about a:before ,
#background header ul.activeAbout li.career a:before {
	background: #e65388;
	height: 80px;	top: 0px;
}
#background header ul li.about a:hover ,
#background header ul.activeAbout li.about a {
	color: #e65388;
}
/*-----------------------------------*/
#background header ul.activeCareer li.career a:before ,
#background header ul.activeCareer li.section a:before {
	background: #2cbfb2;
	height: 80px;	top: 0px;
}
#background header ul li.career a:hover ,
#background header ul.activeCareer li.career a {
	color: #2cbfb2;
}
/*-----------------------------------*/
#background header ul.activeSection li.section a:before ,
#background header ul.activeSection li.recruit a:before {
	background: #e66161;
	height: 80px;	top: 0px;
}
#background header ul li.section a:hover ,
#background header ul.activeSection li.section a {
	color: #e66161;
}
/*-----------------------------------*/
#background header ul.activeRecruit li.recruit a:before ,
#background header ul.activeRecruit li.recruit:before {
	background: #FA6CA0;
	height: 80px;	top: 0px;
}
#background header ul.activeRecruit li.recruit a {
	color: #FA6CA0;
	background: #fff;
}
/*------------------------------------
  スクロール設定　ここから
  無効化 170208
-------------------------------------*/
#background header section.activeMenu {
	position: fixed;
}
#background header section.activeMenu ul li.contact {
	width: 80px;
}

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

  3.共通メニューSP設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ul {
		width: 100%;
		float: none;
		clear: both;
		display: none;
	}
	#background header ul li {
		display: block;
		height: auto;
		padding: 0 0 0 0;
		font-size: 16px;
		line-height: 1em;
		border-top: 1px solid #ccc;
	}
	#background header ul li a:before ,
	#background header ul li.recruit:before ,
	#background header ul li.recruit a:before {
		display: none;
	}
	#background header ul li a{
		padding: 15px 20px 15px 20px;
	}
	#background header ul li.recruit a ,
	#background header ul li.contact a {
		padding: 15px 20px 15px 20px;
		height: auto;
	}
	#background header ul li.contact a {
		width: 100%;
		text-indent: 0;
		background: transparent;
	}
	#background header ul li.contact:hover a {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	#background header ul li.close a {
		width: 100%;
		background: #4d4d4d url(../images/icon_close.png) no-repeat 20px 50%;
		background-size: 20px 20px;
		text-align: center;
		color: #fff;
	}
}

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

  3.共通メニューSP設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ul {
		width: 100%;
		float: none;
		clear: both;
		display: none;
	}
	#background header ul li {
		display: block;
		height: auto;
		padding: 0 0 0 0;
		font-size: 16px;
		line-height: 1em;
		border-top: 1px solid #ccc;
	}
	#background header ul li a:before ,
	#background header ul li.recruit:before ,
	#background header ul li.recruit a:before {
		display: none;
	}
	#background header ul li a{
		padding: 15px 20px 15px 20px;
	}
	#background header ul li.recruit a ,
	#background header ul li.contact a {
		padding: 15px 20px 15px 20px;
		height: auto;
	}
	#background header ul li.contact a {
		width: 100%;
		text-indent: 0;
		background: transparent;
	}
	#background header ul li.contact:hover a {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	#background header ul li.close a {
		width: 100%;
		background: #4d4d4d url(../images/icon_close.png) no-repeat 20px 50%;
		background-size: 20px 20px;
		text-align: center;
		color: #fff;
	}
}


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

  ※20230817追記 新ロゴ用メニュー設定　ここから

===========================================================================*/
#background header .logo2023{
	height: 100px;
}
#background header .logo2023 h1 {
	width: 240px;
	padding: 10px 0 5px 0;
}
#background header .logo2023 ul li {
	height: 100px;
}
#background header .logo2023 ul li a{
	padding: 35px 0 35px 0;
}
#background header .logo2023 ul li.contact a {
	height: 100px;
}
#background header .logo2023 ul li a:before ,
#background header .logo2023 ul li.recruit:before {
	top: 35px;
}
#background header.topMenu .logo2023 ul li.recruit a {
	padding: 35px 25px 0 25px;
	height: 100px;
}
/*------------------------------------
  アクティブ設定　ここから
-------------------------------------*/
#background header .logo2023 ul.activeAbout li.about a:before ,
#background header .logo2023 ul.activeAbout li.career a:before ,
#background header .logo2023 ul.activeCareer li.career a:before ,
#background header .logo2023 ul.activeCareer li.section a:before ,
#background header .logo2023 ul.activeSection li.section a:before ,
#background header .logo2023 ul.activeSection li.recruit a:before ,
#background header .logo2023 ul.activeRecruit li.recruit a:before ,
#background header .logo2023 ul.activeRecruit li.recruit:before {
	height: 100px;
	top: 0;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header .logo2023{
		height: auto;
	}
	#background header .logo2023 section {
		width: 100%;
		min-width: 100%;
		height: auto;
	}
	#background header .logo2023 nav {
		width: 100%;
	}
	#background header .logo2023 h1 {
		width: auto;
		height: 70px;
		padding: 10px 10px 10px 15px;
		margin: 0 auto 0 auto;
	}
	#background header .logo2023 h1 img {
		width: auto;
		height: 50px;
	}
	#background header .logo2023 p {
		display: block;
		float: right;
		margin: 0 0 0 0;
		padding: 13px 0 0 0;
		width: 70px;
		height: 70px;
		background: #FA6CA0;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
	}
	#background header .logo2023 p img {
		width: 30px;
		height: 30px;
	}
	#background header .logo2023 p em {
		display: block;
		color: #fff;
		text-align: center;
	}
	#background header .logo2023 ul li ,
	#background header .logo2023 ul li.contact a {
		height: auto;
	}
	#background header .logo2023 ul li.home ,
	#background header .logo2023 ul li.report ,
	#background header .logo2023 ul li.close {
		display: block;
	}
	#background header .logo2023 ul li a{
		padding: 15px 20px 15px 20px;
	}
}




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

  共通フッター設定　ここから

===========================================================================*/
#background footer {
	background: #4d4d4d;
	padding: 40px 0 0 0;
	color: #fff;
}
#background footer li a {
	color: #fff;
	border-bottom: 2px solid #4d4d4d;
}
#background footer li a:hover {
	color: #33beae;
	border-bottom: 2px solid #33beae;
	filter: Alpha(opacity=100);
	opacity: 1;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer {
		padding: 0 0 0 0;
	}
	#background footer li a ,
	#background footer li a:hover {
		border-bottom: none;
	}
	#background footer li a:before {
		background: #33beae;
		content: ' ';
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 10px;
		left: -24px;
		z-index: 1;
		border-radius: 4px 4px 4px 4px;
	}
}
/*------------------------------------
  共通問い合わせ先設定　ここから
-------------------------------------*/
#background footer section:first-child {
	display: flex;
	align-items: center;
}
#background footer h2 {
	width: 336px;
}
#background footer p {
	margin: 0 30px 40px 30px;
}
#background footer p a {
	color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer #address {
		display: block;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		padding: 20px 0 0 0;
	}
	#background footer h2 {
		width: auto;
		height: 40px;
		padding: 0 20px 10px 20px;
		margin: 0 auto 0 auto;
	}
	#background footer h2 img {
		width: auto;
		height: 30px;
	}
	#background footer p {
		margin: 0 20px 20px 20px;
		font-size: 14px;
	}
	#background footer p span {
		display: block;
	}
}

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

  ※20230817追記 新ロゴ用フッター設定　ここから

===========================================================================*/
#background footer .logo2023 h2 {
	width: 300px;
}
#background footer .logo2023 p {
	margin: 0 30px 40px 100px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer .logo2023 h2 {
		width: auto;
		height: 70px;
		padding: 0 20px 10px 20px;
		margin: 0 auto 0 auto;
	}
	#background footer .logo2023 h2 img {
		width: auto;
		height: 60px;
	}
	#background footer .logo2023 p {
		margin: 0 20px 20px 20px;
	}
}




/*------------------------------------
  共通サイトマップ設定　ここから
-------------------------------------*/
#background footer #siteMap {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 40px 0 40px 0;
	display: flex;
}
#background footer #siteMap ul {
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
}
#background footer #siteMap ul:last-of-type {
	padding: 0 0 0 30px;
	border-left: 1px solid #666;
}
#background footer #siteMap ul ul:last-of-type {
	padding: 0 0 0 20px;
	border: none;
}
/*-----------------------------------*/
#background footer #siteMap ul li {
	margin-bottom: 20px;
}
#background footer #siteMap ul li strong {
	background: #4d4d4d;
	display: inline-block;
	z-index: 10;
	position: relative;
	padding-right: 20px;
}
#background footer #siteMap ul ul {
	background: #4d4d4d;
	width: 360px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	float: right;
	position: relative;
	z-index: 10;
}
#background footer #siteMap ul li:before {
	background: #666;
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0.8em;
	left: 0;
}
#background footer #siteMap ul li li:before {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer #siteMap {
		padding: 20px 0 10px 0;
		border: none;
		display: block;
	}
	#background footer #siteMap ul {
		width: 100%;
		padding: 0 0 0 0;
	}
	#background footer #siteMap ul:last-of-type {
		padding: 0 0 0 0;
		border-left: none;
	}
	/*-----------------------------------*/
	#background footer #siteMap ul li {
		margin-bottom: 0;
		display: block;
		padding: 0 20px 10px 40px;
	}
	#background footer #siteMap ul li strong {
		padding-right: 0;
	}
	#background footer #siteMap ul ul ,
	#background footer #siteMap ul li:before {
		display: none;
	}
}

/*------------------------------------
  共通トップへ設定　ここから
-------------------------------------*/
#background .go2top {
	display: block;
	position: fixed;
	width: 100px;
	min-width: initial;
	min-width: auto;
	height: 100px;
	right: 30px;
	bottom: 30px;
	z-index: 900;
	margin: 0 0 0 0;
}
#background .go2top section ,
#background .go2top section p {
	width: 100px;
	height: 100px;
	margin: 0 0 0 0;
	background: transparent;
}
#background .go2top section a {
	display: block;
	width: 100px;
	height: 100px;
	background: rgba(26,26,26,0.9) url(../images/icon04.png) no-repeat 50% 5px;
	background-size: 20px 20px;
	border-radius: 50px 50px 50px 50px;
	color: #fff;
	line-height: 100px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .go2top ,
	#background .go2top section a {
		position: static;
		display: block !important;
		width: 100%;
		height: auto;
	}
	#background .go2top section ,
	#background .go2top section p {
		width: 100%;
		height: auto;
	}
	#background .go2top section a {
		display: block;
		width: 100%;
		height: auto;
		background-position: 98% 50%;
		border-radius: 0 0 0 0;
		padding: 20px 30px 20px 10px;
		font-size: 16px;
		line-height: 1em;
	}
}
/*------------------------------------
  共通関連リンクエリア設定　ここから
-------------------------------------*/
#background .relatedLinkArea {
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 50px 0 50px 0;
}
#background .relatedLinkArea section {
	display: flex;
	justify-content: center;
}
#background .relatedLinkArea p {
	display: block;
	width: 350px;
	margin: 0 25px 0 25px;
}
#background .relatedLinkArea p a {
	display: block;
	width: 350px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 0px 5px rgba(26,26,26,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(26,26,26,0.2);
	overflow: hidden;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .relatedLinkArea {
		padding: 20px 0 5px 0;
	}
	#background .relatedLinkArea section {
		display: block;
	}
	#background .relatedLinkArea p {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 15px 15px 15px;
	}
	#background .relatedLinkArea p a {
		width: 100%;
	}
}
/*------------------------------------
  共通コピーライト設定　ここから
-------------------------------------*/
#background footer address {
	display: block;
	width: 100%;
	padding: 30px 0 30px 0;
	text-align: center;
	line-height: 1em;
	font-style: normal;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer address {
		padding: 10px 20px 10px 20px;
		line-height: 1.2em;
		font-size: 10px;
	}
}

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

  共通メニューバナー設定　ここから

===========================================================================*/
#background .bannerSet {
	margin: 0 0 12px 0;
	background: #FA6CA0 url(../images/background_banner.png) no-repeat 100% 100%;
}
#background div.bannerSet {
	display: flex;
}
#background .bannerSet dl {
	margin: 0 0 0 0;
}
#background .bannerSet span {
	display: inline-block;
}
#background .bannerSet dd span {
	display: inline;
}
#background .bannerSet span.brLine ,
#background .bannerSet dd span.brLine {
	display: inline-block;
}
#background .bannerSet dt {
	margin: 20px 50px 20px 50px;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
}
#background .bannerSet dt small{
	font-size: 24px;
}
#background .bannerSet dt em {
	display: block;
	margin: 0 0 15px 0;
	font-size: 26px;
	filter: Alpha(opacity=60);
	opacity: 0.6;
}
#background .bannerSet dd {
	margin: 0 50px 25px 50px;
	font-size: 18px;
	color: #fff;
}
#background .bannerSet p ,
#background .bannerSet dd.photo {
	margin: 0 0 0 0;
	overflow: hidden;
}
#background .bannerSet dd.more {
	margin: 0 50px 30px 50px;
	padding: 14px 15px 16px 15px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background .bannerSet dd strong {
	display: block;
	margin: 0 0 20px 0;
	font-size: 24px;
}
/*-----------------------------------*/
#background .bannerSet a {
	display: block;
	width: 100%;	height: 100%;
	position: absolute;
	top: 0;	left: 0;
	overflow: hidden;
	text-indent: -20em;
}
#background .bannerSet p img ,
#background .bannerSet dd.photo img {
	margin: 0 0 0 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#background .bannerSet:hover p img ,
#background .bannerSet:hover dd.photo img {
	margin: -2% -4% -2% -4%;
	width: 108%;
}
#background .bannerSet:hover dd.more {
	border-color: #fff;
	background: #fff;
	color: #FA6CA0;
}
/** スマートフォン用カウンター **/
	@media screen and (max-width: 740px) {
	#background .bannerSet {
		margin: 0 10px 10px 10px;
		background-size: 125px 125px;
	}
	#background div.bannerSet {
		display: block;
	}
	#background .bannerSet dt {
		margin: 15px 15px 10px 15px;
		font-size: 18px;
	}
	#background .bannerSet dt small{
		font-size: 14px;
	}
	#background .bannerSet dt em {
		display: none;
	}
	#background .bannerSet dd {
		margin: 0 15px 15px 15px;
		font-size: 14px;
	}
	#background .bannerSet dd.more {
		margin: 0 15px 15px 15px;
		padding: 8px 10px 10px 10px;
		font-size: 16px;
	}
	#background .bannerSet dd strong {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	#background .bannerSet dd span {
		display: inline-block;
	}
	/*-----------------------------------*/
	#background .bannerSet:hover p img ,
	#background .bannerSet:hover dd.photo img {
		margin: 0 0 0 0;
		width: 100%;
	}
}
/*------------------------------------
  共通メニューバナー写真なし　ここから
-------------------------------------*/
#background .bannerSet.noPhoto {
	padding-top: 30px;
}
@media screen and (max-width: 740px) {

}
/*------------------------------------
  共通メニューバナーカラーパターン設定　ここから
-------------------------------------*/
#background .bannerSet.bannerG {
	background-color: #33beae;
}
#background .bannerSet.bannerG:hover dd.more {
	color: #33beae;
}
/*-----------------------------------*/
#background .bannerSet.bannerY {
	background-color: #fad544;
}
#background .bannerSet.bannerY dt {
	color: #1a1a1a;
}
#background .bannerSet.bannerY dd {
	color: #4d4d4d;
}
#background .bannerSet.bannerY dd.more {
	color: #1a1a1a;
	border-color: #1a1a1a;
}
#background .bannerSet.bannerY:hover dd.more {
	border-color: #fff;
	background: #fff;
	color: #1a1a1a;
}
/*-----------------------------------*/
#background .bannerSet.bannerC {
	background-color: #5c4b4e;
}
#background .bannerSet.bannerC:hover dd.more {
	color: #5c4b4e;
}
/*-----------------------------------*/
#background .bannerSet.bannerO {
	background-color: #f7a23b;
}
#background .bannerSet.bannerO:hover dd.more {
	color: #f7a23b;
}
/*-----------------------------------*/
#background .bannerSet.bannerB {
	background-color: #344385;
}
#background .bannerSet.bannerB:hover dd.more {
	color: #344385;
}
/*-----------------------------------*/
#background .bannerSet.bannerB2 {
	background-color: #35a8de;
}
#background .bannerSet.bannerB2:hover dd.more {
	color: #35a8de;
}
/*-----------------------------------*/
#background .bannerSet.bannerR {
	background-color: #e8605e;
}
#background .bannerSet.bannerR:hover dd.more {
	color: #e8605e;
}
/*-----------------------------------*/
#background .bannerSet.bannerP2 {
	background-color: #e65388;
}
#background .bannerSet.bannerP2:hover dd.more {
	color: #e65388;
}
/*===========================================================================

  共通ページネーション（新型）設定　ここから

===========================================================================*/
#background .pagination {
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}

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

  共通パンくず設定　ここから

===========================================================================*/
#background #breadcrumbs {
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}

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

  活動報告用ページネーション（旧型）設定　ここから

===========================================================================*/
#background #pagination {
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #fafafa;
}
#background #pagination a ,
#background #pagination span {
	display: block;
	min-width: 54px;
	border: 4px solid #4d4d4d;
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 0 5px 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
	text-align: center;
}
#background #pagination span {
	border-color: transparent;
	background-color: #4d4d4d;
	color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #pagination {
		min-width: 100%;
		padding: 10px 10px 10px 10px;
	}
	#background #pagination a ,
	#background #pagination span {
		display: block;
		min-width: auto;
		min-width: initial;
		border-width: 2px;
		padding: 10px 10px 10px 10px;
		margin: 0 2px 0 2px;
		font-size: 16px;
	}
}
/*-----------------------------------*/
#background #pagination.pagination2 {
	display: block;
	text-align: center;
}
#background #pagination .inBox {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#background #pagination .inBox a {
	display: block;
	color: #4d4d4d;
	border-color: #4d4d4d;
	float: left;
}
#background #pagination ul ,
#background #pagination ul li {
	margin: 0 0 0 0;
	float: right;
}
#background #pagination .inBox ul a {
	color: #fff;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #pagination.pagination2 {
		display: none;
	}
}
/*===========================================================================

  404エラー設定　ここから

===========================================================================*/
#background #errorArea {
	padding: 100px 0 100px;
}
#background #errorArea h3 {
	font-size: 140px;
	color: #35a8de;
	line-height: 1em;
}
#background #errorArea h3 span {
	font-size: 80px;
}
#background #errorArea p span {
	display: block;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #errorArea {
		padding: 30px 0 30px;
	}
	#background #errorArea h3 {
		font-size: 40px;
		margin: 0 15px 15px 15px;
	}
	#background #errorArea h3 span {
		font-size: 16px;
	}
	#background #errorArea p {
		margin: 0 15px 15px 15px;
	}
	#background #errorArea p span {
		display: inline;
	}
}