@charset "UTF-8";

/* Added */

html {
	overflow-x: auto;
	overflow-y: scroll;
}

.responsive-iframe {
    position: relative;
    width: 100%;
    height: 480px;
}

@media (max-width: 720px) {
  .responsive-iframe {
    height: 240px;
  }
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/* text-white */
.text-white {
	color: #f9f9f9 !important;
}

/* サイトロゴ */
#accessibilityTool .pieceContainer .pieceBody a img {
	margin-left: 1vw;
}


#top-order {
    position: absolute;
    top: 40px;
    left: 350px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

/* ヘッダーメニュー */

#navbar {
	background-color: #cc1212;
}

.navbar-menu {
	display: flex;
	max-width: 1200px;
	margin: auto;
	padding: 15px 0 0 0;
	background-color: #cc1212; 
	height: 85px;
}

.navbar-menu li {
	text-align: center;
	width: 300px;
	height: auto;
}

.navbar-menu li a{
	color: #fff;
	display: inline-block;
	height:65px;
}

/* ヘッダーメニューアイコン */
.navbar-menu li a img {
	width: 50px;
	height: 50px;
  vertical-align: middle;
	margin-right: 8px;
}

/* ヘッダードロップダウンメニュー */
.child-menu {
/*	display: none; */
	width: 100%;
	position: relative;
	background: #cc1212;
	border: 2px double #f9f9f9;
	z-index: 1001;
}

.menuContainer {
        width: 55%;
	position: absolute;
	color: #cc1212;
	margin: 5px auto auto auto ;
	z-index: 1000;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1649px) {
      .menuContainer {
             width: 75%;
      }
}

.lifeEventbar {
	width: 100%;
	height: 80px;
	background-color: #f9f9f9;
	border-top: 2px solid #cc1212;
	border-left: 2px solid #cc1212;
	border-right: 2px solid #cc1212;
	border-bottom: 1px solid #cc1212;
}

.lifeEventbar h2 {
	color: #cc1212;
	position: relative;
	text-align: left;
	line-height: 80px;
	padding-left: 30px;
}

.lifeEventbar h2::before {
content: "";
position: absolute;
top: 20px;
left: 0;
width: 20px;
/*height: 28px;*/
height: 40px;
/*border-left: 8px solid #0172c0;*/
border-left: 10px solid #cc3d3d;
}

.categorybar {
	width: 100%;
	height: 80px;
	background-color: #f9f9f9;
	border-top: 2px solid #cc1212;
	border-left: 2px solid #cc1212;
	border-right: 2px solid #cc1212;
	border-bottom: 1px solid #cc1212;
}

.categorybar h2 {
	color: #cc1212;
	position: relative;
	text-align: left;
	line-height: 80px;
	padding-left: 30px;
}

.categorybar h2::before {
content: "";
position: absolute;
top: 20px;
left: 0;
width: 20px;
/*height: 28px;*/
height: 40px;
/*border-left: 8px solid #0172c0;*/
border-left: 10px solid #cc3d3d;
}

.menuContainer a {
	flex-basis: 20%; /* 基本は1列5個を想定 */
	min-height: 140px;
	background-color: #f9f9f9;
	border: 1px solid #cc1212;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.menuContainer p {
	margin: 0;
}
/* くらし 試しに1列に6個表示 */
.kurashi .menuContainer a {
	flex-basis: 16.66%;
}

/* 産業・しごと は4つしか表示しないのでボックスサイズを25%に上書き */
.sangyo-shigoto .menuContainer a {
	flex-basis: 25%;
}

.menuContainer a:hover {
	background-color: #ededed;
}

.menuContainer .menu {
	color: #cc1212;	
	font-weight: 900;
}

.menuContainer .lifemenu {
	color: #f9f9f9;	
	font-weight: 900;
}

.menuContainer .menu img {
	margin: 0px auto 10px auto;
}

.menuContainer .lifemenu img {
	margin: 0px auto 10px auto;
}

/* ライフイベント関連だけ背景かえる */
.lifeEvents {
	background-color: #cc1212 !important;
	border: 1px solid #f9f9f9 !important;
}

.lifeEvents:hover {
	background-color: #b1221a !important;
}

/* 開閉制御 */
.close {
	display: none !important;
}

.kurashi .menuContainer:before {
	content: "";
	position: absolute;
	left: calc(10% - 20px);
	top: -40px;
	border: 20px solid transparent;
	border-bottom: 20px solid #f9f9f9;
}

.sangyo-shigoto .menuContainer:before {
	content: "";
	position: absolute;
	left: calc(37% - 20px);
	top: -40px;
	border: 20px solid transparent;
	border-bottom: 20px solid #f9f9f9;
}

.gyosei-machizukuri .menuContainer:before {
	content: "";
	position: absolute;
	left: calc(65% - 20px);
	top: -40px;
	border: 20px solid transparent;
	border-bottom: 20px solid #f9f9f9;
}

@media (min-width: 1201px) {
	.kurashi .menuContainer:before {
		left: calc(50% - 450px);
	}
	.sangyo-shigoto .menuContainer:before {
		left: calc(50% - 150px);
	}
	.gyosei-machizukuri .menuContainer:before {
		left: calc(50% + 150px);
	}
}
/*
.child-menu:before {
	content: "";
	position: absolute;
	left: calc(50% - 20px);
	top: -40px;
	border: 20px solid transparent;
	border-bottom: 20px solid #f9f9f9;
	display: flex;
	justify-content: center;
}
*/
.child-menu li {
	width: 100%;
	text-align: center;	
}

.child-menu li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.leftContent {
	flex-grow: 1;
}

.rightContent {
	flex-grow: 3 !important;
}

/* キービジュアルコンテナ */
#keyvisualContainer {
	display: flex;
	margin-bottom: 3vw;
	position: relative;
	/*height: 900px;*/
        height: 700px;
}


/* キービジュアル部*/
#keyvisualContainer #keyvisual{
	flex-basis: 100%;
}

/* トピックスバナー画像 */
.topicbanner {
	width:100%;
}

/* 1201px - 1600px height */
@media (max-width: 1600px) {
	#keyvisualContainer {
		height: 670px;
	}
	#keyvisualContainer #keyvisual{
		height: 630px;
	}
}

/* 1200px以下 height */
@media (max-width: 1200px) {
	#keyvisualContainer {
		height: 450px;
	}
	#keyvisualContainer #keyvisual{
		height: 420px;
	}
}

/* 720px以下 height */
@media (max-width: 720px) {
	#keyvisualContainer {
		height: 300px;
	}
	#keyvisualContainer #keyvisual{
		height: 270px;
	}
}

/* 420px以下 height */
@media (max-width: 420px) {
	#keyvisualContainer {
		height: 220px;
	}
	#keyvisualContainer #keyvisual{
		height: 180px;
	}
}

/* タブレット以下のサイズの場合 */
@media (max-width: 720px) {
	/* コンテナを縦配置にする */
	#keyvisualContainer {
	flex-flow: column;
}

/* キービジュアル部 */
#keyvisualContainer #keyvisual{
	height: 300px;
}

/* 検索・最重要トピックス部 表示なし */
#keyvisualContainer #globalNavi {
	flex-basis: 100%;
	/* background-color: #e9f9e1;  領域を可視化するためわざと着色 */
}

#globalNavi .pieceContainer .pieceBody {
	background-color: rgba(200,28,28,0.5);
}

}

/* キービジュアル画像 */
.slick-track .slick-slide a img {
	width: 100%;
	/*height: 870px;*/
        height: 630px;
	margin: auto;
	object-fit: cover;
}

@media (min-width: 1201px) and (max-width: 1600px){
	.slick-track .slick-slide a img {
		height: 630px;
	}
}


@media (max-width: 1200px) {
	.slick-track .slick-slide a img {
		height: 420px;
	}
}

@media (max-width: 720px) {
	.slick-track .slick-slide a img {
		height: 270px;
	}
}


@media (max-width: 420px) {
	.slick-track .slick-slide a img {
		height: 180px;
	}
}

.pickupTitle {
	width: 100%;
	text-align: center;
	padding: 1.5vh;
	margin: 3vh auto;
	color: #333;
	overflow: hidden;
	/*
	border-top: 5px solid #cc1212;
	border-bottom: 5px solid #cc1212;
	background-color: rgba(204,18,18,0.1);
	*/
}

.pickupTitle span {
	position: relative;
	display: inline-block;
	text-align: left;
}

.pickupTitle span::before,
.pickupTitle span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 500%;
	height: 3px;
	margin: auto 20px;
}

.pickupTitle span::before {
	background: linear-gradient(90deg, #cc1212, rgba(204,18,18,0.1));
	right: 100%;
}

.pickupTitle span::after{
	background: linear-gradient(90deg, rgba(204,18,18,0.1) ,#cc1212);
	left: 100%;
}

.noticeTitle {
	width: 100%;
	text-align: center;
	padding: 1.5vh;
	margin: 10vh auto 0 auto;
	color: #333;
	overflow: hidden;
	/*
	border-top: 5px solid #cc1212;
	border-bottom: 5px solid #cc1212;
	background-color: rgba(204,18,18,0.1);
	*/
}

.noticeTitle span {
	position: relative;
	display: inline-block;
	text-align: left;
}

.noticeTitle span::before,
.noticeTitle span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 500%;
	height: 3px;
	margin: auto 20px;
}

.noticeTitle span::before {
	background: linear-gradient(90deg, #cc1212, rgba(204,18,18,0.1));
	right: 100%;
}

.noticeTitle span::after{
	background: linear-gradient(90deg, rgba(204,18,18,0.1) ,#cc1212);
	left: 100%;
}

.contentContainer {
	margin: 0 auto 40px auto ;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.contentContainer .contents {
	flex-basis: 32%;
	/*border: 1px solid #cc1212;*/
}

@media (min-width: 421px) { 
				.contentContainer .contents:hover {
					transform: scale(1.05, 1.05);
					transition-duration: 0.2s;
				}
}
.contentContainer .contents .box-imgframe{
	width:100%;
	/*max-width: 480px; */
	/*border: 1px solid #ffee00;*/
	background-color: #eee;
	border-top: 2px solid #cc1212;
	border-left: 2px solid #cc1212;
	border-right: 2px solid #cc1212;
}

.contentContainer .contents .box-titletext{
	width:100%;
	/*height: 15%;*/
	height: 40px;
	/*border: 1px solid #eeff00; */
	background-color: #cc1212;
	color: #f9f9f9;
	font-size: 23px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 2px solid #cc1212;
	border-right: 2px solid #cc1212;
	border-bottom: 2px solid #cc1212;
}

.box-image {
	width:100%;
	height: 200px;
	object-fit: cover;
}

@media (max-width: 720px) {
	.contentContainer {
	display: inline;
	}
	.contentContainer .contents{
	margin: 10px 0;
	}
}

#navbar img.external {
  display: none;
}

.contents img.external {
  display: none;
}

/* 新着情報一覧タブ */

#latest {
	margin-top: 105px;
}

#latest .pieceContainer .pieceBody {
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #cc1212;
}

#latest .pieceContainer .pieceBody .wrapper {
	padding: 15px;
}

#latest .pieceContainer .pieceBody .tabs{
	display: none;
}

#latest .content {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc; 
}

#latest .content li {
	margin: 0 0 5px;
	padding: 0 0 0 16px;
	background: url(../images/ic-list.png) left 0.5em no-repeat;
}

#latest .links .shinchaku .feed {
	padding: 0 0 0 26px;
	background: url(../images/ic-rss.gif) left center no-repeat;
}

#latest .links .shinchaku .feed li{
	display: inline-block;
}

/* 広報やないづ */

#kouhou2 .pieceContainer .pieceBody {
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #cc1212;
}

#kouhou2 li {
	padding: 5px 10px 5px 20px;
}

/* ライブカメラ */

#livecamera .pieceContainer .pieceBody {
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #cc1212;
}

#livecamera li {
	padding: 10px 10px 10px 20px;
}


/* QRコード */
.QRcode {
	width: 100px;
	height: 100px;
	margin:auto 8rem auto auto;
}

.menu-button {
	display:none; 
}

@media (max-width: 520px) {
	.menu-button {
		position: fixed;
		top: 0px;
		right: 0px;
		display: flex;
		height: 50px;
		width: 50px;
		justify-content: center;
		align-items: center;
		z-index: 999;
		background-color: #cc1212;
	}
	#navbar {
		display:none;
	}
}

#btn-check {
	display: none;
}

.menu-button span,
.menu-button span:before,
.menu-button span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
		transition: all .3s;
}
.menu-button span:before {
    bottom: 8px;
}
.menu-button span:after {
    top: 8px;
}

#btn-check:checked ~ .menu-button span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#btn-check:checked ~ .menu-button span::before {
    bottom: 0;
    transform: rotate(45deg);
		transition: all .3s;
}
#btn-check:checked ~ .menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
		transition: all .3s;
}

#btn-check:checked ~ #ham-menu-container {
		display: block;
		transform: translateX(100%);
		transition: all .3s;
}

#btn-check:checked ~ .menu-button {
		transform: translateX(0%);
		transition: all .3s;
}

#ham-menu-container {
	top: 0%;
  left: -100%;
  transform: translateX(0);
  transition: all .3s;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #cc1212;
}

.ham-menu-list {
	list-style: none;
	margin-top: 50px;
	text-align: center;
	border-top: 2px solid #efefef;
}

.ham-menu-list li {
	border-bottom: 2px solid #efefef;
	padding: 10px 0;
	display: block;
	color: #f9f9f9;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 130%;
	font-weight: 600;
	position: relative;
	transition: color .3s .15s ease-in;
}

.ham-menu-list li a{
	color: #fff;
}

.ham-menu-list li a img {
  vertical-align: middle;
	padding-right: 10px;
}

.logo {
	width: 270px;
	height: auto;
	opacity: 1 !important;
}

/* 記事部左右余白調整 */
#contentBody {
	margin: 0 1rem;
}

#pageNavContainer {
	margin: 0 1rem;
}

#topicContainer {
	width: 100%;
	height: auto;
	margin-bottom: 3vw;
}

#topicContainer img {
	max-width: 480px;
	display: flex;
	margin: auto;
}


/* メニューアイコン */
/*
.kurashi a::before {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	content: url('/icons/kurashi_rev.png');
}

.kenko-fukushi a::before {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	content: url('/icons/kenko_rev.png');
}

.kyoiku-bunka a::before {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	content: url('/icons/kyoiku_rev.png');
}


.sangyo-shigoto a::before {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	content: url('/icons/sangyo_rev.png');
}


.gyosei-machizukuri a::before {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	content: url('/icons/gyosei_rev.png');
}

.kinkyu-bosaijoho a::before {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	content: url('/icons/bousai_rev.png');
}
*/

/* header検索フォーム */
#header-search-box {
	position: absolute;
	right: 49px;
	margin-top: 5px;
}

#header-search-box #search-box {
	padding: 10px 10px 10px 15px;
	border-radius: 50px;
}

#header-search-box #search-button {
	border-radius: 50px;
	color: #f9f9f9;
	padding: 4px 9px 3px;
	cursor: pointer;
	border: 1px solid #cc1212;
	background-color: #cc1212;
	padding: 9px 15px 7px 15px;
}


/* 記事部RSS  */
.contentGpCategory .feed li a {
	color: #f9f9f9;
}

#topBanner .bannerImages {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#topBanner .bannerImages .banner{
	margin: 2px;
	width: 19%;
 	vertical-align: middle;
	justify-content: flex-start;
}

#topBanner .bannerImages .banner img{
	opacity: 1 !important; 
}

@media (max-width: 720px) {
	#topBanner .bannerImages .banner{
		width: 32%;
 		vertical-align: middle;
	}
}
@media (max-width: 420px) {
	#topBanner .bannerImages .banner{
		width: 48%;
 		vertical-align: middle;
	}
}

/* 非表示->表示のアニメーション */
@keyframes show {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes show {
    0% {opacity: 0}
    100% {opacity: 1}
}

.topicContainer {
	/*padding: 0.5vw; */
}


/* メイントピックスヘッダー */
#topics-header {
	width:100%;
  background: url("/images/1958811.jpg") no-repeat;
  background-size: 100% auto;
  padding: 60px 0;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 520px) {
	#topics-header {
		padding: 40px 0;
	}
} 

#topics-header:hover {
	opacity: 0.8;
}

#topics-header h2{
  background: none;
  text-align: center;
  font-size: 2rem;
  color: #f9f9f9;
  z-index: 1;
	background: rgba(204,204,204,0.6);
}

/* メイントピックス部分 */

#topics {
	margin-top: 0px !important;
}

#topics .pieceContainer .pieceBody .tabs{
	display: none;
}

#topics .pieceContainer .pieceBody {
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #cc1212;
}

#topics .pieceContainer .pieceBody .wrapper {
	padding: 15px;
}

#topics .pieceContainer .pieceBody .tabs{
	display: none;
}

#topics .content {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc; 
}
v
#topics .content li {
	margin: 0 0 5px;
	padding: 0 0 0 16px;
	background: url(../images/ic-list.png) left 0.5em no-repeat;
}

#topics .links .main-topics .feed {
	padding: 0 0 0 26px;
	background: url(../images/ic-rss.gif) left center no-repeat;
	display: none;
}

#topics .links .main-topics .feed li{
	display: none;
}


#topBanner {
	background-color: rgba(204,18,18, 0.1);
	padding: 5vh 0;
}


/* 行政情報メール　スタイル上書き*/
.widget-footer {
}

a.widget-url {
	float: right !important;
	padding: 0px 10px 0px 16px !important;
	margin: 10px 0 !important;
	background: url(../images/ic-list.png) left 0.4em no-repeat;
	text-align: right !important;
}

/* 分野記事表示部 */
.all > * > h2{
	position: relative;
	background-color: #cd5c5c;
	color: #f9f9f9;
	padding: 3px 15px 2px 22px;
	height: 40px;
	font-size: 120%;
}

.all > * > h2::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 24px;
	border-left: 8px solid #cd1212;
}


/* 住まい分野　移住ページリンク  */
.izyu {
	padding: 1vh 0 ;
}

.izyu a {
	display: flex;
	justify-content: center;
	padding: 2vh 2vw;
	background-color: #2ca559 !important;
	color: #f9f9f9 !important;
	text-decoration: none !important;
	border-radius: 10px;
	font-size: 120%;
}

section.izyu > ul {
	display: none !important;
}

.izyu a:hover {
	opacity: 0.8;
}
.izyu a.more {
	display: none !important;
}

.contentGpCategory > .categoryAll > .feed,
.contentGpCategory > .categoryChomin > .feed,
.contentGpCategory > .categoryJigyosya > .feed {
	display: none !important;
}

/* テーブルが横幅を超える場合の対策 */

.scrollable-table {
  overflow: auto;
  white-space: nowrap;
}

/* 議会録画映像専用ボックス */

#gin-box {
	width:100%;
	min-height: 160px;
	margin: 5px;
	display: table;
	border: 1px solid #cc1212;
}

@media (max-width: 450px) {
	#gin-box {
		display: block;
	}
}


#gin-box p {
	text-indent: 0rem !important;
	margin: 0;
}

#gin-box li.box-child {
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}

#gin-box ol {
	max-width: 400px;
}

#gin-box ol li {
	list-style-type: demical;
	margin-left: -15px;
	margin-right: 5px;
	text-align: left;
}

#gin-box li.b-1 {
	text-align: center;
}

#gin-box li.b-1 img {
	margin-left: auto;
	margin-right: auto;
}

#gin-box li.b-2 {
	width: 320px;
}

#gin-box li.saisei a {
	width: 80%;
	margin: auto;
	padding: 5px 15px;
	border: 1px solid #cc1212;
	color: #f9f9f9;
	font-size: 20px;
	font-weight: 900;
	text-decoration: none;
	background-color: #cc1212;
	display: flex;
	justify-content: center;
	white-space: nowrap;
}

#gin-box li.saisei p {
	text-align: center;
}

#gin-box li.kesseki a {
  width: 80%;
  margin: auto;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

#gin-box li.kesseki p {
  text-align: center;
}

@media (min-width: 1100px) {
  #gin-box li.box-child video {
    width: 640px;
  }
}

li.box-child video {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #eee;
}

@media (max-width: 520px) {
	#gin-box li.box-child {
		display: inline-block;
	}
	#gin-box li.b-0 {
		display: none !important;
	}
	#gin-box li.b-1 img {
		display: none;
	}
	li.box-child video {
		width: 260px;
		margin: auto;
		background-color: #ccc;
	}
}

/* 水平線 */
.hr-border-line {
	border-bottom: 2px solid #ccc;
	margin: 30px auto;
}


/* ライフイベント各装飾 */

.contentGpCategoryCategoryType > .categoryTypeLifeevent h2 {
	margin-left: 50px;
	position: relative;
}

/* 就職・退職 */
.contentGpCategoryCategoryType > .categoryTypeLifeevent:first-child::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("/icons/employment_red.png");
	background-size: contain;
	position: absolute;
}

/* 結婚・離婚 */
.contentGpCategoryCategoryType > .categoryTypeLifeevent:nth-child(2)::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("/icons/marriage_red.png");
	background-size: contain;
	position: absolute;
}


/* 妊娠・出産 */
.contentGpCategoryCategoryType > .categoryTypeLifeevent:nth-child(3)::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("/icons/pregnancy_red.png");
	background-size: contain;
	position: absolute;
}

/* 子育て・教育 */
.contentGpCategoryCategoryType > .categoryTypeLifeevent:nth-child(4)::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("/icons/education.png");
	background-size: contain;
	position: absolute;
}

/* 引っ越し・移住・定住 */
.contentGpCategoryCategoryType > .categoryTypeLifeevent:nth-child(5)::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("/icons/moving_red.png");
	background-size: contain;
	position: absolute;
}

/* お悔み */
.contentGpCategoryCategoryType > .categoryTypeLifeevent:nth-child(6)::before {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("/icons/condolence_red.png");
	background-size: contain;
	position: absolute;
}

/* slickが一瞬だけ縦並びになる対策 */
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block; /* slick-initializedが付与されたら表示 */
}

/* 町長あいさつページ */

@media (max-width: 980px) {
	.chochoContainer {
		display: block !important;
	}
	.chochoText {
		width: 100% !important;
	}
	.chochoPhoto {
		display: flex;
		justify-content: center;
		margin: auto;
		width: 100% !important;
	}
}

#zokuseiAll,#zokuseiChomin,#zokuseiJigyosya {
	border: 1px solid #cc1212;
}

#zokuseiAll ul,#zokuseiChomin ul ,#zokuseiJigyosya ul {
	padding: 15px 15px 10px;
}

#zokuseiAll li,#zokuseiChomin li ,#zokuseiJigyosya li {
	margin: 0 0 5px;
	padding: 0 0 0 16px;
	background: url(../images/ic-list.png) left 0.5em no-repeat;
}

#soshikiIntroduction  h2 {
	margin: 1.5em 0 12px !important;
	color: #333 !important;
}


/* 組織一覧の文字 */
#soshikiItiran > .pieceContainer > .pieceHeader > h2 {
	color: #333 !important;
	font-size: 1.6em !important;
}

/* 課ごとのマージン */
#soshikiItiran ul {
	margin: 20px auto;
}

/* リストをテーブル化 */
#soshikiItiran ul > li {
	display: table;
	width: 98%;
	margin: 10px auto;
}

/* 各班 */
#soshikiItiran ul > li > ul > li > span.name, 
#soshikiItiran ul > li > ul > li > span.tel,
#soshikiItiran ul > li > ul > li > span.email {
	display: table-cell;
	/*border-top: 1px solid #cc1212;
	border-right: 1px solid #cc1212;*/
	border-bottom: 1px solid #cc1212;
}

/* 最下部に線を引く */
#soshikiItiran ul> li > ul > li:last-child {
/*	border-bottom: 1px solid #cc1212;*/
}

/* テーブルセルの設定 */
#soshikiItiran ul > li > ul > li > span.name {
	width: 20%;
	/*border-left: 1px solid #cc1212;*/
	padding: 5px;
} 

#soshikiItiran ul > li > ul > li > span.tel {
	width: 20%;
	padding: 5px;
} 

#soshikiItiran ul > li > ul > li > span.email {
	width: 60%;
	padding: 5px;
} 


/* 課名 */
#soshikiItiran .pieceBody > ul > li > span.name {
	display: block;
	width: 100%;
	margin: 40px auto 20px auto;
	border-bottom: 2px solid #cd3d3d;
}

#soshikiItiran .pieceBody > ul > li > span.tel {
	padding: 10px;
	border-bottom: 1px solid #cd3d3d;
}

#soshikiItiran .pieceBody > ul > li > span.email {
	padding: 10px;
	margin-left: -10px;
	border-bottom: 1px solid #cd3d3d;
}

#soshikiItiran .pieceBody > ul > li > span.name > a{
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
} 

#soshikiItiran ul > li > span.tel,
#soshikiItiran ul > li > span.email {
}

/* メディアクエリ */
@media (max-width: 680px) {
#soshikiItiran ul > li > ul > li > span.name {
	display: block;
	width: 100%;
	padding: 5px;
} 

#soshikiItiran ul > li > ul > li > span.tel {
	display: block;
	width: 100%;
	padding: 5px;
} 

#soshikiItiran ul > li > ul > li > span.email {
	display: block;
	width: 100%;
	padding: 5px;
} 
#soshikiItiran ul > li > ul > li > span.tel,
#soshikiItiran ul > li > ul > li > span.email {
	border:none;
}

#soshikiItiran ul > li {
	margin: 30px auto;
}

#soshikiItiran .pieceBody > ul > li > span.tel {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	margin: auto;
}

#soshikiItiran .pieceBody > ul > li > span.email {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	margin: auto;
}

}
/* Added End */






/* =========================================================
Base
========================================================= */

/* elements
----------------------------------------------- */
html {
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: inherit;
}
body {
background-color: #fafafa !important;
width: 100%;
height: 100%;
margin: 0;
line-height: 2;
color: #333;
font-size: 100%;
font-weight: normal;
font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '游ゴシック Medium' ,'メイリオ', sans-serif;
overflow-wrap: break-word;
}
img {
max-width: 100%;
border: 0;
vertical-align: bottom;
}
img.external {
margin: 0 0.25em;
vertical-align: middle;
}
.maps img, #map_canvas img, #canvas img {
max-width: none;
}
p {
margin: 0 0 1em;
}
#main p {
text-indent: 1rem;
}
#main table p {
text-indent: 0rem;
margin: .5rem auto 0 auto;
}
em {
font-style: oblique;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
empty-cells: show;
}
rp, rt {
font-size: 80%;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
}
ol {
margin: 0;
padding: 0;
list-style-position: outside;
}
li {
margin: 0;
padding: 0;
list-style-position: outside;
}
a {
background-color: transparent;
color: #1d3994;
text-decoration: none; /* Added */
}
a:visited {
background-color: transparent;
color: #8232a0;
}
a:hover, a:focus {
background-color: transparent;
text-decoration: underline; /* Fixed */
color: #be1e32;
}
a[name] {
color: #000;
text-decoration: none;
}
a img:hover {
opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}

/* =========================================================
Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
min-height: 16px;
padding-left: 22px;
background-image: url("/_common/images/icons/default.png");
background-repeat: no-repeat;
}
.iconBmp {
background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx {
background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
background-image: url("/_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
background-image: url("/_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
background-image: url("/_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
background-image: url("/_common/images/icons/zip.png");
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
clear: both;
margin-bottom: 20px;
}
.temp1 .thumb {
float: left;
margin-bottom: 10px;
margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
display: inline-block;
vertical-align: top;
}
.temp2 .thumb {
float: right;
margin-bottom: 10px;
margin-left: 20px;
}
.temp3,
.temp4 {
display: flex;
justify-content: center;
}
.temp3 dl,
.temp4 dl {
margin: 0 5px;
padding: 0;
vertical-align: bottom;
}
.temp3 dl {
max-width: 48%;
}
.temp4 dl {
max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
margin-bottom: 10px;
text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
margin: 0;
text-align: center;
}
table.temp5,
table.temp6 {
margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
text-align: center;
}
.temp5 th,
.temp5 td,
.temp6 th,
.temp6 td {
padding: 6px 10px;
border: 1px solid #b3b3b3;
text-align: center;
}

/* adobeReader download
----------------------------------------------- */
.adobeReader, .temp7 {
clear: both;
margin: 0 0 20px;
padding: 10px 20px 10px 196px;
border: 1px solid #faa;
background: #fff3f3 url("../images/adobe_bn.png") no-repeat 20px center;
}
.adobeReader p, .temp7 p {
margin: 0 0 10px;
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
content: "";
display: table;
clear: both;
}

/* System
----------------------------------------------- */
/* more
---------------------- */
.more a {
display: inline-block;
float: right;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.more  {
width: 100%;
display: flex;
padding: 0 16px;
justify-content: flex-end;
}
a.more::before {
content: "";
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.4em no-repeat;
}
a.more::after {
content: "";
display: table;
clear: both;
float: right;
}

/* pagination
---------------------- */
.pagination {
margin: 20px 0;
text-align: center;
}
.upperPagination {
margin-top: 0;
margin-bottom: 20px;
}
.pagination a,
.pagination em,
.pagination span {
display: inline-block;
padding: 0 6px;
vertical-align: middle;
}
.pagination .current {
font-size: 150%;
font-weight: bold;
padding: 0 3px;
}

/* =========================================================
Layout
========================================================= */
#container {
width: 100%;
}
#pageHeader {
/*margin: 0 0 15px;*/
}
#pageNav {
max-width: 1200px;
/*margin: 0 auto 20px;*/
margin: 0 auto;
}
#main {
max-width: 1200px;
min-height: 53.5vh;
margin: 20px auto;
}
#wrapper {
display: flex;
margin: 0 0 20px;
}

#wrapper .piece {
margin-top: 35px; /* new */
margin-bottom: 35px; /* default is 35px */
}

#latest {
margin-top: 30px ;
}

/* SNSバナー部だけbottom調整 */
#snsBanner {
	margin-bottom: 35px !important;
}


.top #content {
width: 100%;
max-width: 100%;
margin: 0;
}
.col1 #content {
flex-grow: 1;
width: 100%;
margin: 0;
}
.col2 #content {
flex-grow: 1;
/*0max-width: 860px;*/
/*margin: 0 40px 0 0;*/
}
#links {
flex-basis: 240px;
margin: 0 20px 0 20px;
}
#pageFooter {
width: 100%;
}
@media only screen and (max-width: 900px) {
#pageNav, #main {
max-width: 100%;
}
#wrapper {
flex-wrap: wrap;
}
.top #content, .col2 #content, .col1 #content, #links {
flex-basis: 100%;
max-width: 100%;
margin: 0;
padding: 0 10px;
}
#linksBody {
display: flex;
flex-wrap: wrap;
}
#linksBody > .piece:not(#calendar) {
flex-basis: calc((100% - 20px) / 2);
}
#linksBody > .piece:not(#calendar):nth-child(odd) {
margin-right: 20px;
}
}
@media only screen and (max-width: 600px) {
#linksBody > .piece:not(#calendar) {
flex-basis: 100%;
}
#linksBody > .piece:not(#calendar):nth-child(odd) {
margin-right: 0;
}
}

/* top-page
----------------------------------------------- */
#topContent {
/*display: flex; */
/*display: table;*/
align-items: flex-start;
margin: auto;
}
.containerBlock {
flex-grow: 1;
flex-basis: 0;
}

.containerBlock:first-child {
/*margin: 0 40px 0 0; */
}
.containerBlock:last-child {
display: flex;
flex-wrap: wrap;
}

.containerBlock .piece {
flex-basis: 100%;
}
.containerBlock #calendar,
.containerBlock #todaysEvent {
/*flex-basis: 48%;*/
flex-basis: 100%;
margin-left: 0;
}
.containerBlock #calendar {
max-width: 100%;
margin-right: auto;
}
@media only screen and (max-width: 900px) {
#topContent {
flex-wrap: wrap;
}
.containerBlock {
flex-basis: 100%;
}
.containerBlock:first-child {
margin: 0;
}
}
@media only screen and (max-width: 600px) {
.containerBlock:last-child {
display: block;
}
}

/* =========================================================
Piece
========================================================= */
/* page-title
----------------------------------------------- */
#pageTitle {
margin: 0 0 20px;
}
#pageTitle h1 {
position: relative;
padding: 14px 15px 8px 22px;
/*border: 1px solid #b3b3b3;*/
border-top: 3px solid #cc3d3d;
border-bottom: 3px solid #cc3d3d;
/*background: linear-gradient(to bottom, #fff, #f2f2f2);*/
font-size: 160%;
color: #333;
}
#pageTitle h1::before {
content: "";
position: absolute;
top: 18px;
left: 0;
width: 8px;
/*height: 28px;*/
height: 30px;
/*border-left: 8px solid #0172c0;*/
border-left: 8px solid #cc3d3d;
}

/* top-page wrapper pieceHeader h2 and menu pieceHeader h2
----------------------------------------------- */
#wrapper .pieceHeader h2 {
position: relative;
padding: 7px 15px 2px 22px;
min-height: 40px;
background-color: #cd5c5c;
color: #f9f9f9;
font-size: 120%;
}
#wrapper .pieceHeader h2::before {
content: "";
position: absolute;
top: 12px;
left: 0;
width: 8px;
height: 24px;
border-left: 8px solid #cc1212;
}

/* TOPページメイントピックス */
#wrapper #topics .pieceHeader  {
  width: 100%;
	background: url("/images/1958811.jpg") no-repeat;
	background-size: 100% auto;
	padding: 60px 0;
}
#wrapper #topics .pieceHeader h2::before {
	width: 100%;
	height:100%;
	top: 1px;
	background: #ccc;
	opacity: 0.6;
	border: none;
	z-index: -1;
}
#wrapper #topics .pieceHeader h2{
	background: none;
	text-align: center;
	font-size: 30px;
	color: #f9f9f9;
	z-index: 1;
}

@media (max-width: 480px) {
	#wrapper #topics .pieceHeader  {
  	width: 100%;
		padding: 30px 0;
	}
	#wrapper #topics .pieceHeader h2{
		font-size: 17px;
		padding: 5px;
	}
}

/* accessibility-tool
----------------------------------------------- */
#accessibilityTool {
background-color: #fdfdfd;
font-size: 90%;
height: 85px; /* Add */
}
#accessibilityTool .pieceBody {
/*max-width: 1200px;*/
min-height: 38px;
margin: 0 auto;
padding: 5px 10px 4px;
}
#accessibilityTool .tools {
float: right;
}
#accessibilityTool ul {
display: inline-block;
}
#accessibilityTool li {
display: inline-block;
position: relative;
margin: 0 16px 0 0;
vertical-align: middle;
}
#accessibilityTool .tools > ul > li::after {
content: "";
position: absolute;
top: 2px;
right: -10px;
width: 1px;
height: 1rem;
border-right: 1px solid #b3b3b3;
}
#accessibilityTool li li {
margin: 0;
padding: 0;
}
#accessibilityTool a {
color: #333;
}
#accessibilityTool a:focus,
#accessibilityTool a:hover {
text-decoration: none;
}
#accessibilityTool a#nocssread {
display: inline-block;
padding: 2px 0 0 14px;
background: url("../images/ic-honbun.png") no-repeat 0 center;
}
#accessibilityTool li li a {
background-color: #fdfdfd;
border: 1px solid #c4c5c5;
display: inline-block;
line-height: 1;
padding: 4px 2px 2px;
text-decoration: none;
}
#accessibilityTool .fontSize a:focus,
#accessibilityTool .fontSize a:hover {
background-color: #edf6fb;
}
#accessibilityTool .themeColor #themeBlack {
background-color: #000;
color: #fff;
}
#accessibilityTool .themeColor #themeBlue {
background-color: #1745cc;
color: #fff;
}
#furiganaAttention {
background-color: #ececec;
font-size: 120%;
padding-left: 15px;
padding-top: 5px;
text-align: center;
}
.rubyOn #furiganaAttention {
display: block;
}
#navigationTalkPlayer {
position: fixed !important;
right: 150px;
bottom: 0;
z-index: 1010;
/*
position: absolute;
top: 30px;
*/
}
#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
position: relative;
width: 450px;
background-color: #fff;
}
#navigationNotice {
padding: 6px 10px;
background-color: #ddd;
font-weight: bold;
z-index: 1004;
position: fixed;
}
#google_translate_element {
display: none;
position: relative;
top: -2px;
}
@media only screen and (max-width: 900px) {
#accessibilityTool {
/*display: none;*/
}
}

@media only screen and (max-width: 915px) {
.tools {
display: none;
}
}


/* common-header
----------------------------------------------- */
#commonHeader {
max-width: 1200px;
margin: 0 auto;
/*padding: 15px 0 0;*/
}
#commonHeader .pieceBody {
display: flex;
}
#commonHeader h1 {
flex-grow: 0;
flex-shrink: 0;
/*  flex-basis: 240px;*/
margin: 0;
padding: 12px 0 0;
}
#commonHeader h1 a {
display: block;
}
#commonHeader .menu {
display: flex;
flex-grow: 1;
flex-direction: column;
align-items: flex-end;
}
@media only screen and (max-width: 900px) {
#commonHeader {
max-width: 100%;
padding: 10px;
}
#commonHeader .pieceBody {
flex-wrap: wrap;
}
#commonHeader h1 {
margin-bottom: 10px;
padding: 0;
}
}

/* google custom search
---------------------- */
#cse-search-box {
/*
display: flex;
justify-content: center;
*/
min-height: 50px;
/*margin: 0 0 8px;*/
/*padding: 8px;*/
/*background-color: rgba(204,18,18,0.2); */
border-radius: 10px;
}

#cse-search-box form {
margin-top:20px;
/*
display: flex;
flex-direction: column;
*/
}

@media (max-width: 720px) {
#cse-search-box {
margin: 0px auto;
width: 80%;
}
#cse-search-box form {
margin: auto;
width: 300px;
position: relative;
}
}

#cse-search-box #search-box {
padding: 10px 10px 10px 15px;
border-radius: 50px;
width:100%
}
#cse-search-box a {
display: none;
/*
display: inline-block;
margin: 0 4px 0 20px;
padding: 4px 0 0;
font-size: 90%;
font-weight: 600;
color: #f9f9f9
*/
}
#cse-search-box #search-button {
background-color: #cc1212;
border-radius: 50px;
color: #f9f9f9;
padding: 4px 9px 3px;
cursor: pointer;
border: 1px solid #cc1212;
padding: 10px 0px 10px 0px;
margin: 10px auto;
width:100%
}
#cse-search-box #search-button:hover {
background-color: #cd5c5c;
}
@media only screen and (max-width: 720px) {
#cse-search-box #search-box {
width: 300px;
margin-top: 15px;
}
#cse-search-box a {
margin: 0 4px;
}
}

/* header-navi
---------------------- */
#commonHeader .menu li {
display: inline-block;
margin: 0 0 0 16px;
padding: 0 0 0 12px;
background: url("../images/ic-list.png") no-repeat 0 center;
font-size: 90%;
}

/* global-navi
----------------------------------------------- */
#globalNavi {
margin: 0 0 20px;
}
#globalNavi ul {
display: flex;
/*border: 1px solid #7ac9eb;*/
}
#globalNavi li {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
text-align: center;
/*background: linear-gradient(to bottom, #fff, #dbf3fc);*/
}
#globalNavi li:hover {
/*background: linear-gradient(to bottom, #dbf3fc, #fff); */
}
#globalNavi li:not(:last-child) {
/*border-right: 1px solid #7ac9eb;*/
}
#globalNavi li a {
display: block;
padding: 12px 10px 10px;
font-weight: bold;
color: #333;
text-decoration: none;
}
@media only screen and (max-width: 900px) {
#globalNavi ul {
flex-wrap: wrap;
border-bottom: 0;
}
#globalNavi li {
max-width: 50%;
flex-basis: 50%;
border-bottom: 1px solid #7ac9eb;
}
#globalNavi li:nth-child(even) {
border-right: 0;
}
#globalNavi li:last-child {
max-width: 100%;
flex-basis: 100%;
}
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs:after {
content: "";
clear: both;
display: block;
}
#breadCrumbs {
margin-bottom: 10px;
}
#breadCrumbs ol,
#breadCrumbs li {
list-style: none;
line-height: 1.5;
}
#breadCrumbs li {
display: inline-block;
}
#breadCrumbs li:not(:first-child):before {
content: ">";
margin: 0 5px;
}
@media only screen and (max-width: 900px) {
#breadCrumbs {
padding: 0 10px;
}
}

/* page-footer
----------------------------------------------- */
#footerNavi {
border-top: 1px solid #ccc;
}
#footerNavi .pieceBody {
max-width: 1200px;
margin: 0 auto;
padding: 6px 0 4px;
}
#footerNavi ul {
text-align: center;
}
#footerNavi li {
position: relative;
display: inline-block;
}
#footerNavi li:not(:last-child) {
margin: 0 20px 0 0;
}
#footerNavi li:not(:last-child)::after {
content: "";
position: absolute;
top: 4px;
right: -12px;
width: 1px;
height: 1rem;
border-right: 1px solid #666;
}
#commonFooter {
border-top: 1px solid #ccc;
background-color: #cd5c5c;
color: #f9f9f9;
}
#commonFooter .pieceBody {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 20px 0 15px;
}
#commonFooter .information {
display: flex;
flex-basis: 100%;
margin: 0 0 10px;
}
#commonFooter .information b {
margin: 0 20px 0 0;
padding: 3px 0 0;
text-indent: 1rem;
}
#commonFooter address {
margin-left: 1rem;
margin-right: 2em;
font-style: normal;
}
#commonFooter li {
display: inline-block;
width: 140px;
border-radius: 3px;
background: linear-gradient(to bottom, #fff, #f2f2f2);
}
#commonFooter li:hover {
background: linear-gradient(to bottom, #f2f2f2, #fff);
}
#commonFooter li:not(:last-child) {
margin: 0 5px 0 0;
}
#commonFooter li a {
display: block;
padding: 3px 0 0;
border: 1px solid #b3b3b3;
border-radius: 3px;
color: #333;
font-size: 90%;
text-align: center;
text-decoration: none;
}
@media only screen and (max-width: 900px) {
#commonFooter .pieceBody {
max-width: 100%;
padding: 20px 15px 15px;
}
#commonFooter .information {
flex-wrap: wrap;
margin-bottom: 0;
}
#commonFooter address {
margin-bottom: 1em;
}
#commonFooter li,
#commonFooter li:not(:last-child) {
margin-bottom: 10px;
}
}

/* copyright
---------------------- */
#copyright {
background-color: #cc1212;
text-align: center;
color: #fff;
}

/* page-top
---------------------- */
#pageTop {
position: fixed;
bottom: 20px;
right: 20px;
border-radius: 5px;
background-color: rgba(102,102,102,0.9);
z-index: 9999;
}
#pageTop a {
display: block;
padding: 46px 8px 8px;
line-height: 1.4;
background: url(../images/ic-pagetop.png) no-repeat center 18px;
color: #fff;
border-radius: 5px;
text-align: center;
text-decoration: none;
font-size: 80%;
}
#pageTop:hover {
background-color: rgba(102,102,102,0.8);
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
/*max-width: 1200px;*/
width: 50%;
margin: 0 auto;
}

#keyvisual .lower_text {
	position: absolute;
	right: 1%;
	bottom: -1%;
}


@media (max-width:720px) {
	#keyvisual .lower_text {
	right: 0;
	position: relative;
	top: -10px;
	text-align: right;
	}
}

@media (max-width:720px) {
#keyvisual {
/*max-width: 1200px;*/
width: 100%;
margin: 0 auto;
}
}


/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track::before,
.slick-track::after {
display: table;
content: "";
}
.slick-track::after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

.dot-class {
/*
position: absolute;
margin-left: 50%;
*/
text-align: center;
}

@media (max-width: 480px) {
.dot-class {
margin-left: 0%;
}
}

.dot-class > li {
display: inline-block;
position: relative;
z-index: 997;
}
.dot-class > li > button {
background-color: #b3b3b3;
border: medium none;
border-radius: 8px;
width: 16px;
height: 16px;
margin: 0 10px 0 0;
overflow: hidden;
font-size: 1em;
color: transparent;
cursor: pointer;
}
.dot-class > li.slick-active > button {
background-color: #cc1212;
}
#slide-controll > button {
width: 60px;
height: 26px;
cursor: pointer;
/*border: 1px solid #7ac9eb;*/
border: 2px solid #cc1212;
border-radius: 3px;
}
#slide-controll > #startBtn {
margin: 0 10px 0 0;
padding: 3px 0 2px 16px;
background: url("../images/ic-play_off.png") no-repeat 8px center, linear-gradient(to bottom, #fff, #fff);
color: #cc1212;
}
#slide-controll > #startBtn.current {
background: url("../images/ic-play_on.png") no-repeat 8px center, linear-gradient(to bottom, #cc1212, #cc1212);
color: #fff;
}
#slide-controll > #stopBtn {
padding: 3px 0 2px 20px;
background: url("../images/ic-stop_off.png") no-repeat 8px center, linear-gradient(to bottom, #fff, #fff);
color: #cc1212;
}
#slide-controll > #stopBtn.current {
background: url("../images/ic-stop_on.png") no-repeat 8px center, linear-gradient(to bottom, #cc1212, #cc1212);
color: #fff;
}
@media only screen and (max-width: 900px) {
.dot-class, #slide-controll {
padding: 0 10px;
}
}

/* about
----------------------------------------------- */
#about .pieceBody {
padding: 20px 7px 5px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#about ul {
display: flex;
flex-wrap: wrap;
}
#about li {
position: relative;
width: 25%;
margin: 0 0 15px;
padding: 0 8px;
border-radius: 5px;
}
#about a {
position: relative;
display: block;
max-width: 105px;
margin : 0 auto;
padding: 110px 4px 0;
text-align: center;
}
#about a::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
max-width: 105px;
height: 105px;
margin: 0 auto;
background-color: #0172c0;
background-repeat: no-repeat;
background-position: center 0;
background-size: contain;
border-radius: 5px;
}
#about a:hover::before {
opacity: 0.8;
}
#about .profile a::before {
background-image: url("../images/ic-profile.png");
}
#about .mayor a::before {
background-image: url("../images/ic-mayor.png");
}
#about .gikai a::before {
background-image: url("../images/ic-gikai.png");
}
#about .event a::before {
background-image: url("../images/ic-event.png");
}
#about .shisetsu a::before {
background-image: url("../images/ic-shisetsu.png");
}
#about .annai a::before {
background-image: url("../images/ic-annai.png");
}
#about .access a::before {
background-image: url("../images/ic-access.png");
}
#about .iken a::before {
background-image: url("../images/ic-iken.png");
}
@media only screen and (max-width: 600px) {
#about li {
width: 50%;
}
}

/* =========================================================
useful-navi
========================================================= */
/* #content > usefulNavi
----------------------------------------------- */
#content #usefulNavi .pieceBody {
padding: 20px 7px 5px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#content #usefulNavi ul {
display: flex;
flex-wrap: wrap;
}
#content #usefulNavi li {
position: relative;
width: 25%;
margin: 0 0 15px;
padding: 0 8px;
border-radius: 5px;
}
#content #usefulNavi a {
position: relative;
display: block;
max-width: 105px;
margin : 0 auto;
padding: 110px 4px 0;
text-align: center;
}
#content #usefulNavi a::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
max-width: 105px;
height: 105px;
margin: 0 auto;
background-color: #faf2ce;
background-repeat: no-repeat;
background-position: center 0;
background-size: contain;
border-radius: 5px;
}
#content #usefulNavi a:hover::before {
opacity: 0.8;
}
#content #usefulNavi .bosai a::before {
background-image: url("../images/ic-bosai.png");
}
#content #usefulNavi .shinryo a::before {
background-image: url("../images/ic-shinryo.png");
}
#content #usefulNavi .download a::before {
background-image: url("../images/ic-download.png");
}
#content #usefulNavi .gomi a::before {
background-image: url("../images/ic-gomi.png");
}
#content #usefulNavi .koho a::before {
background-image: url("../images/ic-koho.png");
}
#content #usefulNavi .faq a::before {
background-image: url("../images/ic-faq.png");
}
#content #usefulNavi .link a::before {
background-image: url("../images/ic-link.png");
}
#content #usefulNavi .reiki a::before {
background-image: url("../images/ic-reiki.png");
}
@media only screen and (max-width: 600px) {
#content #usefulNavi li {
width: 50%;
}
}

/* #links > usefulNavi
----------------------------------------------- */
#links #usefulNavi .pieceBody {
padding: 15px 15px 10px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#links #usefulNavi li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#links #usefulNavi br {
display: none;
}

/* =========================================================
lifeeventList
========================================================= */
/* #content > lifeeventList
----------------------------------------------- */
#content #lifeeventList .pieceBody {
padding: 20px 7px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#content #lifeeventList .level1 {
display: flex;
flex-wrap: wrap;
}
#content #lifeeventList section {
position: relative;
width: 20%;
}
#content #lifeeventList section:nth-child(-n+5) {
border-bottom: 1px solid #ccc;
}
#content #lifeeventList section:not(:nth-child(5n+5)) {
border-right: 1px solid #ccc;
}
#content #lifeeventList h3 {
margin: 10px 0;
font-size: 100%;
font-weight: normal;
}
#content #lifeeventList a {
position: relative;
display: block;
max-width: 80px;
margin : 0 auto;
padding: 80px 0 0;
text-align: center;
}
#content #lifeeventList a::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
max-width: 80px;
height: 80px;
margin: 0 auto;
background-repeat: no-repeat;
background-position: center 0;
background-size: contain;
}
#content #lifeeventList a:hover::before {
opacity: 0.8;
}
#content #lifeeventList .ninshin a::before {
background-image: url("../images/ic-ninshin.png");
}
#content #lifeeventList .kosodate a::before {
background-image: url("../images/ic-kosodate.png");
}
#content #lifeeventList .seijin a::before {
background-image: url("../images/ic-seijin.png");
}
#content #lifeeventList .kekkon a::before {
background-image: url("../images/ic-kekkon.png");
}
#content #lifeeventList .hikkoshi a::before {
background-image: url("../images/ic-hikkoshi.png");
}
#content #lifeeventList .byoki a::before {
background-image: url("../images/ic-byoki.png");
}
#content #lifeeventList .shogaisha a::before {
background-image: url("../images/ic-shogaisha.png");
}
#content #lifeeventList .shitsugyo a::before {
background-image: url("../images/ic-shitsugyo.png");
}
#content #lifeeventList .korei a::before {
background-image: url("../images/ic-korei.png");
}
#content #lifeeventList .shibo a::before {
background-image: url("../images/ic-shibo.png");
}
@media only screen and (max-width: 600px) {
#content #lifeeventList section {
width: 50%;
}
#content #lifeeventList section:nth-child(-n+5),
#content #lifeeventList section:not(:nth-child(5n+5)) {
border: 0;
}
#content #lifeeventList section:not(:nth-last-child(-n+2)) {
border-bottom: 1px solid #ccc;
}
#content #lifeeventList section:nth-child(odd) {
border-right: 1px solid #ccc;
}
#content #lifeeventList a {
max-width: 100%;
}
}

/* #links > lifeeventList
----------------------------------------------- */
#links #lifeeventList .pieceBody {
padding: 15px 15px 10px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#links #lifeeventList h3 {
margin: 10px 0;
font-size: 100%;
font-weight: normal;
}
#links #lifeeventList h3 {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#links #lifeeventList br {
display: none;
}

/* #links > categoryList
----------------------------------------------- */
#links #categoryList .pieceBody {
padding: 15px 15px 10px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#links #categoryList h3 {
margin: 10px 0;
font-size: 100%;
font-weight: normal;
}
#links #categoryList h3,
#links #categoryList li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#links #categoryList br {
display: none;
}

/* #links > archive
----------------------------------------------- */
#links #archive .pieceBody {
padding: 15px 15px 10px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#links #archive li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#links #archive li ul {
margin: 5px 0 0;
}
#links #archive li li {
padding: 0 0 0 16px;
}

/* #links > useSite
----------------------------------------------- */
#links #useSite .pieceBody {
padding: 15px 15px 10px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#links #useSite li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#links #useSite br {
display: none;
}

/* =========================================================
recent-docs-tab
========================================================= */
#recentDocsTab .tabs ul {
display: flex;
flex-wrap: nowrap;
}
#recentDocsTab .tabs li {
flex-grow: 1;
flex-basis: 0;
/*
border-top: 1px solid #7ac9eb;
border-right: 1px solid #7ac9eb;
border-bottom: 1px solid #0172c0;
background: linear-gradient(to bottom, #fff, #dbf3fc);
*/
border-top: 1px solid #cc1212;
border-right: 1px solid #cc1212;
border-bottom: 1px solid #cc3d3d;
color: #cd5c5c;
background: #f9f9f9;
}
#recentDocsTab .tabs li:first-child {
border-left: 1px solid #cc1212;
}
#recentDocsTab .tabs li.current {
border-top: none;
border-bottom: none;
/*background: linear-gradient(to bottom, #dbf3fc, #fff); */
background:#cc1212;
}
#recentDocsTab .tabs li.current a{
color: #f9f9f9;
}

#recentDocsTab .tabs li:first-child.current {
/*border-left: 1px solid #0172c0;*/
border-left: 1px solid #cc1212;
}
#recentDocsTab .tabs li:last-child.current {
/*border-right: 1px solid #0172c0;*/
border-right: 1px solid #cc1212;
}
#recentDocsTab .tabs li a {
display: block;
padding: 8px 4px 7px;
color: #cd5c5c;
text-align: center;
text-decoration: none;
font-weight: bold;
}
#recentDocsTab .tabs li.current a {
/*border-top: 2px solid #0172c0;*/
border-top: 2px solid #cc1212;
padding-top: 7px;
}
#recentDocsTab .wrapper {
padding: 15px;
border-style: solid;
border-width: 0 1px 1px;
/*border-color: #0172c0;*/
border-color: #cc1212;
}
#recentDocsTab .content {
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px solid #ccc;
}
#recentDocsTab .content li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#recentDocsTab .links {
position: relative;
}
#recentDocsTab .feed {
position: absolute;
top: 0;
left: 0;
}
#recentDocsTab ul.feed {
padding: 0 0 0 26px;
background: url(../images/ic-rss.gif) left center no-repeat;
}
#recentDocsTab .feed li {
display: inline-block;
}
#recentDocsTab .feed li:first-child {
margin-right: 6px;
}

/* =========================================================
relation-link
========================================================= */
#relationLink .pieceBody {
padding: 15px 15px 5px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #cc1212;
}
#relationLink ul {
display: flex;
flex-wrap: wrap;
}
#relationLink li {
position: relative;
width: calc((100% - 20px) / 2);
min-height: 60px;
margin: 0 0 10px;
border: 1px solid #b3b3b3;
border-radius: 5px;
background: linear-gradient(to bottom, #fff, #f2f2f2);
}
#relationLink li:hover {
background: linear-gradient(to bottom, #f2f2f2, #fff);
}
#relationLink li:nth-child(2n-1) {
margin-right: 20px;
}
#relationLink a {
position: relative;
display: block;
height: 100%;
line-height: 1.4;
padding: 18px 6px 6px 88px;
text-decoration: none;
border-radius: 5px;
background-repeat: no-repeat;
background-position: 4px center;
color: #333;
}
#relationLink li::before {
content: "";
position: absolute;
top: 0;
left: 66px;
width: 1px;
height: 100%;
border-left: 1px solid #b3b3b3;
}
#relationLink li.kyoiku a {
background-image: url("../images/ic-kyoiku.png");
}
#relationLink li.library a {
background-image: url("../images/ic-library.png");
}
#relationLink li.kanko a {
background-image: url("../images/ic-kanko.png");
}
#relationLink li.furusato a {
background-image: url("../images/ic-furusato.png");
}
#relationLink li.denshi a {
background-image: url("../images/ic-denshi.png");
}
@media only screen and (max-width: 600px) {
#relationLink li,
#relationLink li:nth-child(2n-1) {
width: 100%;
margin-right: 0;
}
}

/* =========================================================
SNS-banner
========================================================= */
#snsBanner ul {
display: flex;
flex-wrap: wrap;
}
#snsBanner li {
width: calc((100% - 20px) / 2);
/*width: calc(100% - 20px);*/
margin: 0 0 10px;
padding: 5px 0;
}
#snsBanner li:nth-child(2n-1) {
margin-right: 20px;
}
#snsBanner li.facebook {
background: url("../images/ic-facebook.gif") no-repeat 6px center #3B5998;
border: 1px solid #3b5998;
}
#snsBanner li.twitter {
background: #30A6DF;
border: 1px solid #30a6df;
}
#snsBanner li.instagram{
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);

}
#snsBanner li:hover {
opacity: 0.8;
}
#snsBanner a {
display: block;
padding: 6px 6px 6px 25px;
line-height: 1.4;
text-decoration: none;
font-weight: bold;
}
#snsBanner a img {
	margin-right: 15px;
}
#snsBanner a #text {
	margin-bottom: 6px;
}
#snsBanner li.facebook a {
color: #fff;
}
#snsBanner li.twitter a {
color: #333;
}
@media only screen and (max-width: 600px) {
#snsBanner li,
#snsBanner li:nth-child(2n-1) {
width: 100%;
margin-right: 0;
}
#snsBanner a {
padding: 10px 6px 10px 20px;
}
}

/* =========================================================
adBanner
========================================================= */
/* adBannerLower
----------------------------------------------- */
#adBannerLower {
border: 5px solid #e5f1f8;
padding: 10px 10px 0 30px;
}
#adBannerLower h2 {
float: left;
margin: 0 20px 10px 0;
font-size: 1rem;
}
#adBannerLower .upper_text {
float: left;
margin: 0;
}
#adBannerLower ul {
clear: both;
display: flex;
flex-wrap: wrap;
}
#adBannerLower li {
margin: 0 20px 15px 0;
}
@media only screen and (max-width: 900px) {
#adBannerLower {
margin: 0 10px;
}
#adBannerLower ul {
justify-content: center;
}
}

/* =========================================================
eventcalendar
========================================================= */
#calendar {
margin: 0 auto;
max-width: 300px;
}
#calendar .pieceContainer {
padding: 10px;
/*background-color: #0172c0;*/
background-color:#cc3d3d
}
#calendar .pieceHeader h2 {
min-height: 0;
margin: 0 0 5px;
padding: 0;
background-color: transparent;
color: #fff;
text-align: center;
}
#calendar .pieceHeader h2::before {
display: none;
}
#calendar .pieceBody {
padding: 3px 10px 0;
border-radius: 5px;
background-color: #fff;
}
#calendar .pieceBody h3 {
padding: 5px 0;
font-weight: bold;
text-align: center;
}
#calendar .pieceBody table {
width: 100%;
margin: 0 auto;
border: none;
border-color: transparent;
}
#calendar .pieceBody th,
#calendar .pieceBody td {
height: 30px;
border: none;
text-align: center;
vertical-align: bottom;
}
#calendar .pieceBody table a {
display: block;
}
#calendar .pieceBody .sat {
background-color: #dff6fe;
color: #3366ff;
}
#calendar .pieceBody .sun,
#calendar .pieceBody .holiday {
background-color: #ffe6f1;
color: #e00;
}
#calendar .pieceBody table .prevMonth,
#calendar .pieceBody table .nextMonth {
color: #ccc;
}
#calendar .pieceBody .pagination {
margin: 0;
padding: 10px 0;
color: #333;
}
@media only screen and (max-width: 900px) {
#calendar {
max-width: 100%;
}
}

/* =========================================================
todaysEvent
========================================================= */
#simple_tabs {
display: flex;
flex-wrap: nowrap;
}
#simple_tabs li {
flex-grow: 1;
flex-basis: 0;
padding: 8px 4px 7px;
border-top: 1px solid #7ac9eb;
border-right: 1px solid #7ac9eb;
border-bottom: 1px solid #0172c0;
background: linear-gradient(to bottom, #fff, #dbf3fc);
color: #333;
font-weight: bold;
text-align: center;
}
#simple_tabs li:first-child {
border-left: 1px solid #7ac9eb;
}
#simple_tabs li.current {
padding-top: 7px;
border-top: 2px solid #0172c0;
border-bottom: 0;
background: linear-gradient(to bottom, #dbf3fc, #fff);
}
#simple_tabs li:not(.current) {
cursor: pointer;
}
#simple_tabs li:first-child.current {
border-left: 1px solid #0172c0;
}
#simple_tabs li:last-child.current {
border-right: 1px solid #0172c0;
}
#simple_tab_panels > div {
padding: 10px;
border-style: solid;
border-width: 0 1px 1px;
border-color: #0172c0;
}
#simple_tab_panels li {
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#simple_tab_panels li:not(:last-child) {
margin: 0 0 5px;
}

/* =========================================================
back
========================================================= */
.back {
display: block;
width: 140px;
margin: 0 auto 15px;
border-radius: 3px;
background: linear-gradient(to bottom, #fff, #f2f2f2);
}
.back:hover {
background: linear-gradient(to bottom, #f2f2f2, #fff);
}
.back a {
display: block;
padding: 6px 0 4px;
background: #cc1212;
font-weight: 600;
color: #f9f9f9;
text-decoration: none;
text-align: center;
/*
display: block;
padding: 6px 0 4px;
border: 1px solid #b3b3b3;
border-radius: 3px;
color: #333;
font-size: 100%;
text-align: center;
text-decoration: none;
*/
}

/* =========================================================
navi-content
========================================================= */
/* contentGnavMenuItems(index)
----------------------------------------------- */
.contentGnavMenuItems section {
margin: 0 0 20px;
}
.contentGnavMenuItems h2 {
border: 1px solid #cc1212;
border-radius: 5px;
font-size: 100%;
font-weight: normal;
background: linear-gradient(to bottom, #fff, #dbf3fc);
}
.contentGnavMenuItems h2:hover {
background: linear-gradient(to bottom, #dbf3fc, #fff);
}
.contentGnavMenuItems a {
display: block;
padding: 8px 15px 6px 32px;
border-radius: 5px;
background: url("../images/ic-list.png") no-repeat 16px center;
}

/* contentGnavMenuItem
----------------------------------------------- */
.contentGnavMenuItem {
display: flex;
flex-wrap: wrap;
}
.contentGnavMenuItem section {
width: calc((100% - 40px) / 3);
margin: 0 0 24px;
}
.contentGnavMenuItem section:not(:nth-child(3n+3)) {
margin-right: 20px;
}
.contentGnavMenuItem h2 {
margin: 0 0 12px;
border: 1px solid #cc1212;
border-radius: 5px;
font-size: 100%;
font-weight: normal;
background: linear-gradient(to bottom, #fff, #dbf3fc);
}
.contentGnavMenuItem h2:hover {
background: linear-gradient(to bottom, #dbf3fc, #fff);
}
.contentGnavMenuItem h2 > a {
display: block;
padding: 8px 15px 6px 32px;
border-radius: 5px;
background: url("../images/ic-list.png") no-repeat 16px center;
}
.contentGnavMenuItem nav ul {
padding: 0 18px;
}
.contentGnavMenuItem nav li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
@media only screen and (max-width: 900px) {
.contentGnavMenuItem section,
.contentGnavMenuItem section:not(:nth-child(3n+3)) {
width: calc((100% - 20px) / 2);
margin-right: 0;
}
.contentGnavMenuItem section:not(:nth-child(even)) {
margin-right: 20px;
}
}
@media only screen and (max-width: 600px) {
.contentGnavMenuItem section,
.contentGnavMenuItem section:not(:nth-child(3n+3)) {
width: 100%;
margin-right: 0;
}
}

/* =========================================================
category-content
========================================================= */
/* contentGpCategoryCategoryTypes(index)
----------------------------------------------- */
.contentGpCategoryCategoryTypes section {
margin: 0 0 20px;
}
.contentGpCategoryCategoryTypes h2 {
border-bottom: 2px solid #cd3d3d;
/*
border: 1px solid #7ac9eb;
border-radius: 5px;
font-size: 100%;
font-weight: normal;
background: linear-gradient(to bottom, #fff, #dbf3fc);
*/
}
.contentGpCategoryCategoryTypes h2:hover {
/*
background: linear-gradient(to bottom, #dbf3fc, #fff);
*/
}
.contentGpCategoryCategoryTypes a {
color: #333;
/*
display: block;
padding: 8px 15px 6px 32px;
border-radius: 5px;
background: url("../images/ic-list.png") no-repeat 16px center;
*/
}

/* contentGpCategoryCategoryType
----------------------------------------------- */
.contentGpCategoryCategoryType {
display: flex;
flex-wrap: wrap;
}
.contentGpCategoryCategoryType section {
width: calc((100% - 25px) / 2);
margin: 0 0 24px;
}
.contentGpCategoryCategoryType section:not(:nth-child(2n+2)) {
margin-right: 20px;
}
.contentGpCategoryCategoryType h2 {
	border-bottom: 2px solid #cc3d3d;
	color: #333;
}
.contentGpCategoryCategoryType h2 a{
	color: #333;
}
.contentGpCategoryCategoryType h2:hover {
/*background: linear-gradient(to bottom, #dbf3fc, #fff);*/
}
.contentGpCategoryCategoryType ul {
padding: 15px 18px;
}
.contentGpCategoryCategoryType li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
@media only screen and (max-width: 600px) {
.contentGpCategoryCategoryType section,
.contentGpCategoryCategoryType section:not(:nth-child(2n+2)) {
width: 100%;
margin-right: 0;
}
}

/* contentGpCategoryCategory
---------------------- */
.contentGpCategoryCategory {
margin: 0 0 24px;
}
.contentGpCategoryCategory ul {
padding: 0 18px;
}
.contentGpCategoryCategory li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.contentGpCategoryCategory .docs,
.contentGpCategoryCategory .docs_1, 
.contentGpCategoryCategory .docs_2-lifeevent, 
.contentGpCategoryCategory .all > * {
position: relative;
margin: 0 0 40px;
border: 1px solid #cc1212;
}
.contentGpCategoryCategory .docs ul:not(.feed),
.contentGpCategoryCategory .docs_1 ul, 
.contentGpCategoryCategory .docs_2-lifeevent ul, 
.contentGpCategoryCategory .all ul {
margin: 15px; /* top -> all */
}
.contentGpCategoryCategory .docs .feed {
	display: none;
}

.contentGpCategoryCategory .docs_1 .feed {
position: absolute;
top: -6px;
right: 10px;
}
.contentGpCategoryCategory .docs ul.feed,
.contentGpCategoryCategory .docs_1 ul.feed {
padding: 0 0 0 26px;
background: url(../images/ic-rss.gif) left center no-repeat;
}
.contentGpCategoryCategory .docs .feed li,
.contentGpCategoryCategory .docs_1 .feed li {
display: inline-block;
margin: 0;
padding: 0;
background: none;
}
.contentGpCategoryCategory .docs .feed li:first-child,
.contentGpCategoryCategory .docs_1 .feed li:first-child {
margin-right: 6px;
}

.contentGpCategory .zokusei-soshiki h2 {
	position: relative;
	padding: 7px 15px 2px 22px;
	min-height: 40px;
	background-color: #cd5c5c;
	font-size: 120%;
	color: #f9f9f9;
}

.contentGpCategory .zokusei-soshiki h2::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 24px;
	border-left: 8px solid #cd1212;
}

.contentGpCategory .zokusei-soshiki > * {
	position: relative;
	margin: 0 0 40px;
	border: 1px solid #cc1212;
}

.contentGpCategory .zokusei-soshiki ul {
	margin: 15px;
}

.contentGpCategoryCategory .docs_7 {
display: flex;
flex-wrap: wrap;
}
.contentGpCategoryCategory .docs_7 section {
width: calc((100% - 20px) / 2);
margin: 0 0 24px;
}
.contentGpCategoryCategory .docs_7 section:not(:nth-child(2n+2)) {
margin-right: 20px;
}
.contentGpCategoryCategory .docs_7 h2 {
display: block;
margin: 1.2em 0 12px;
padding: 5px 0 3px 12px;
border-left: 5px solid #cc1212;
background-color: rgba(205,92,92,0.1);
font-size: 110%;
font-weight: bold;
}
@media only screen and (max-width: 600px) {
.contentGpCategoryCategory .docs_7 section,
.contentGpCategoryCategory .docs_7 section:not(:nth-child(2n+2)) {
width: 100%;
margin-right: 0;
}
}

/* =========================================================
soshiki-content
========================================================= */
/* contentOrganizationGroups(index)
----------------------------------------------- */
.contentOrganizationGroups {
display: flex;
flex-wrap: wrap;
}
.contentOrganizationGroups section {
width: 100%;
margin: 0 0 24px;
}
.contentOrganizationGroups h2 {
border-bottom: 2px solid #cd3d3d;
/*
margin: 0 0 12px;
border: 1px solid #7ac9eb;
border-radius: 5px;
font-size: 100%;
font-weight: normal;
background: linear-gradient(to bottom, #fff, #dbf3fc);
*/
}
.contentOrganizationGroups h2:hover {
/*
background: linear-gradient(to bottom, #dbf3fc, #fff);
*/
}
.contentOrganizationGroups h2 a {
color: #333;
/*
display: block;
padding: 8px 15px 6px 32px;
border-radius: 5px;
background: url("../images/ic-list.png") no-repeat 16px center;
*/
}
.contentOrganizationGroups ul {
display: flex;
flex-wrap: wrap;
padding: 15px 18px;
}
.contentOrganizationGroups li {
width: calc((100% - 40px) / 3);
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.contentOrganizationGroups li:not(:nth-child(3n+3)) {
margin-right: 20px;
}
@media only screen and (max-width: 600px) {
.contentOrganizationGroups li,
.contentOrganizationGroups li:not(:nth-child(3n+3)) {
width: calc((100% - 20px) / 2);
margin-right: 0;
}
.contentOrganizationGroups li:nth-child(odd) {
margin-right: 20px;
}
}

/* contentOrganizationGroupDepartment, contentOrganizationGroupUnit
----------------------------------------------- */
.articleHeader h2 {
position: relative;
padding: 5px 15px 2px 22px;
min-height: 40px;
background-color: #cd5c5c;
font-size: 120%;
color: #f9f9f9;
}
.articleHeader h2::before {
content: "";
position: absolute;
top: 10px;
left: 0;
width: 8px;
height: 24px;
border-left: 8px solid #cd1212;
}

.contentOrganizationGroupDepartment,
.contentOrganizationGroupUnit {
margin: 0 0 40px;
border: 1px solid #cc1212;
}
.contentOrganizationGroupDepartment ul,
.contentOrganizationGroupUnit ul {
padding: 15px 15px 10px;
}
.contentOrganizationGroupDepartment li,
.contentOrganizationGroupUnit li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.contentOrganizationGroupDepartment .more a,
.contentOrganizationGroupUnit .more a {
background: none;
}
#wrapper div[id^="soshiki"] .pieceHeader h2 {
margin: 0 0 12px;
padding: 0;
min-height: 0;
background-color: transparent;
border-bottom: 2px solid #cc1212;
color: #0172c0;
}
#wrapper div[id^="soshiki"] .pieceHeader h2::before {
display: none;
}

/* =========================================================
form
========================================================= */
/* surveyForms(index)
----------------------------------------------- */
.FForms h2 {
margin: 0 0 12px;
border: 1px solid #7ac9eb;
border-radius: 5px;
font-size: 100%;
font-weight: normal;
background: linear-gradient(to bottom, #fff,  rgba(205,92,92,0.1));
}
.surveyForms h2:hover {
background: linear-gradient(to bottom, rgba(205,92,92,0.1), #fff);
}
.surveyForms h2 a {
display: block;
padding: 8px 15px 6px 32px;
border-radius: 5px;
background: url("../images/ic-list.png") no-repeat 16px center;
}

/* surveyForm(form)
----------------------------------------------- */
.question {
margin: 0 0 20px;
}
.questions > .question .question_content {
margin: 0 0 12px;
padding: 0;
min-height: 0;
background-color: transparent;
border-bottom: 2px solid #cc3d3d;
font-size: 120%;
font-weight: bold;
color: #333;
}
.question_content .note {
font-weight: bold;
color: #e00;
}
input, textarea {
max-width: 100%;
}
.answer_content input {
min-width: 300px;
padding: 5px;
}
.answer_content textarea {
padding: 5px;
}
@media only screen and (max-width: 900px) {
.answer_content input {
min-width: 0;
}
}

/* captcha
---------------------- */
.new_survey_form_answer > .question .question_content {
margin: 0 0 12px;
padding: 5px 0 3px 12px;
border-left: 5px solid #cc3d3d;
background-color: rgba(205,92,92,0.1);
font-size: 110%;
font-weight: bold;
}
.captchaForm .image {
margin: 0 0 15px;
}
.captchaForm img {
padding: 5px;
border: 1px solid #b3b3b3;
}
.captchaForm .reload,
.captchaForm .talk {
display: inline-block;
width: 140px;
margin: 0 0 15px;
border-radius: 3px;
background: linear-gradient(to bottom, #fff, #f2f2f2);
}
.captchaForm .reload:hover,
.captchaForm .talk:hover {
background: linear-gradient(to bottom, #f2f2f2, #fff);
}
.captchaForm .reload {
margin-right: 5px;
}
.captchaForm .reload a,
.captchaForm .talk a {
display: block;
padding: 6px 0 4px;
border: 1px solid #b3b3b3;
border-radius: 3px;
color: #333;
font-size: 100%;
text-align: center;
text-decoration: none;
}
.captchaForm .field input {
padding: 5px;
}

/* submit
---------------------- */
.surveyForm .submit {
text-align: center;
}
.surveyForm .submit input {
padding: 8px 30px 6px;
border: 1px solid #cc3d3d;
border-radius: 3px;
background: linear-gradient(to bottom, #fff, rgba(205,92,92,0.1));
font-size: 110%;
color: #333;
}
.surveyForm .submit input:last-child {
margin-left: 10px;
}
.surveyForm .submit input:hover {
background: linear-gradient(to bottom, rgba(205,92,92,0.1), #fff);
cursor: pointer;
}

/* error
---------------------- */
#errorExplanation {
margin-bottom: 20px;
padding: 10px;
border: 1px solid #e00;
}
#new_survey_form_answer #errorExplanation h2 {
padding: 0 0 4px 15px;
border-radius: 4px;
background-color: #fff;
color: #e00;
}
#new_survey_form_answer #errorExplanation p {
margin-left: 15px;
}
#new_survey_form_answer #errorExplanation ul {
list-style-type: disc;
margin-left: 30px;
}
#new_survey_form_answer #errorExplanation li {
color: #e00;
}

/* =========================================================
calendar
========================================================= */
/* calendarEvents(index)
----------------------------------------------- */
.calendarEvents h2 {
margin: 0 0 12px;
padding: 0;
min-height: 0;
background-color: transparent;
border-bottom: 2px solid #0172c0;
color: #0172c0;
}
.calendarEvents table {
width: 100%;
border-color: #b3b3b3;
}
.calendarEvents thead th {
background-color: #f3f3f3;
text-align: left;
}
.calendarEvents th:first-child {
width: 46%;
}
.calendarEvents th:nth-child(2) {
width: 14%;
}
.calendarEvents th,
.calendarEvents td {
padding: 8px;
border: 1px solid #b3b3b3;
}
.calendarEvents .category span {
display: block;
}
.calendarEvents table p {
margin: 0;
}
.calendarEvents td span {
display: inline-block;
}

/* =========================================================
tags
========================================================= */
/* contentTagTag
----------------------------------------------- */
.contentTagTag h2 {
margin: 0 0 12px;
padding: 0;
min-height: 0;
background-color: transparent;
border-bottom: 2px solid #0172c0;
color: #0172c0;
}
.dir-tags #contentBody ul,
.contentTagTag ul {
margin: 0 0 20px;
}
.dir-tags #contentBody li,
.contentTagTag li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}

/* =========================================================
docs
========================================================= */
/* contentGpArticleDocs(index)
----------------------------------------------- */
.contentGpArticleDocs h2.date {
margin: 0 0 12px;
padding: 0;
min-height: 0;
background-color: transparent;
border-bottom: 2px solid #0172c0;
color: #0172c0;
}
.contentGpArticleDocs .docs ul {
margin: 0 0 20px;
}
.contentGpArticleDocs li {
margin: 0 0 5px;
padding: 0 0 0 16px;
background: url(../images/ic-list.png) left 0.5em no-repeat;
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc {
margin: 0 0 40px;
}
.contentGpArticleDoc .date {
margin: 0  0 20px;
text-align: right;
}
.contentGpArticleDoc .date p {
margin: 0;
}
.contentGpArticleDoc .body {
margin: 0 0 40px;
}
.contentGpArticleDoc h2 {
margin: 1.5em 0 12px;
padding: 0;
min-height: 0;
/*background-color: transparent;*/
border-bottom: 2px solid #cc3d3d;
color: #333;
}
.contentGpArticleDoc h3 {
margin: 1.2em 0 12px 5px;
padding: 5px 0 3px 12px;
border-left: 5px solid #cc3d3d;
/*background-color: #edf6fb;*/
background-color: rgba(205,92,92,0.1);
font-size: 110%;
font-weight: bold;
}
.contentGpArticleDoc h4 {
margin: 1em 0 12px 10px;
padding: 5px 0 3px 12px;
border-bottom: 1px solid #cc3d3d;
border-left: 5px solid #cc3d3d;
font-size: 100%;
font-weight: bold;
}
.contentGpArticleDoc h5 {
margin: 1em 0 12px 15px;
padding: 5px 0 3px 12px;
border-left: 5px solid #cc3d3d;
font-size: 100%;
font-weight: bold;
}
.contentGpArticleDoc h6 {
margin: 1em 0 12px 32px;
font-size: 100%;
font-weight: bold;
color: #cc3d3d;
}
.contentGpArticleDoc table {
margin-bottom: 30px;
border: 1px solid #b3b3b3;
}
.contentGpArticleDoc table caption {
text-align: center;
}
.contentGpArticleDoc table th,
.contentGpArticleDoc table td {
padding: 6px 10px;
border: 1px solid #b3b3b3;
text-align: center;
}
.contentGpArticleDoc th {
background-color: #edf6fb;
}
.contentGpArticleDoc ul,
.contentGpArticleDoc ol {
/*margin-bottom: 1em;*/
	padding-left: 2em;
	margin: 0 0 1rem 10px;
}
.contentGpArticleDoc ul {
list-style-type: disc;
}
.contentGpArticleDoc ol {
list-style-type: decimal;
}
.contentGpArticleDoc .map,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
margin-bottom: 30px;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
margin: 0 0 10px;
padding: 7px 0 4px 16px;
border: none;
background-color: #91d0eb;
font-size: 100%;
font-weight: bold;
color: #333;
}
.contentGpArticleDoc .maps h3 {
margin: 0 0 12px;
padding: 0;
border-style: none none solid;
border-width: 0px 0px 2px;
border-color: #ccc;
background-color: transparent;
font-size: 100%;
font-weight: bold;
color: #333;
}
.contentGpArticleDoc .inquiry {
margin: 0 0 30px;
}
.contentGpArticleDoc .inquiry h2 {
margin: 0;
padding: 7px 0 4px 16px;
border: none;
background-color: #cc1212;
font-size: 100%;
font-weight: bold;
color: #f9f9f9;
}
.contentGpArticleDoc address {
padding: 16px;
border-style: none solid solid;
border-width: 0px 1px 1px;
border-color: #cc1212;
font-style: normal;
}
.contentGpArticleDoc address .section {
font-weight: bold;
}

/* contentPage(index)
----------------------------------------------- */
.contentPage {
margin: 0 0 40px;
}
.contentPage .date {
margin: 0  0 20px;
text-align: right;
}
.contentPage .date p {
margin: 0;
}
.contentPage .body {
margin: 0 0 40px;
}
.contentPage h2 {
margin: 1.5em 0 12px;
padding: 0;
min-height: 0;
background-color: transparent;
border-bottom: 2px solid #0172c0;
color: #0172c0;
}
.contentPage h3 {
margin: 1.2em 0 12px;
padding: 5px 0 3px 12px;
border-left: 5px solid #0172c0;
background-color: #edf6fb;
font-size: 110%;
font-weight: bold;
}
.contentPage h4 {
margin: 1em 0 12px;
padding: 5px 0 3px 12px;
border-bottom: 1px solid #0172c0;
border-left: 5px solid #0172c0;
font-size: 100%;
font-weight: bold;
}
.contentPage h5 {
margin: 1em 0 12px;
padding: 5px 0 3px 12px;
border-left: 5px solid #0172c0;
font-size: 100%;
font-weight: bold;
}
.contentPage h6 {
margin: 1em 0 12px;
font-size: 100%;
font-weight: bold;
color: #0172c0;
}
.contentPage table {
margin-bottom: 30px;
border: 1px solid #b3b3b3;
}
.contentPage table caption {
text-align: center;
}
.contentPage table th,
.contentPage table td {
padding: 6px 10px;
border: 1px solid #b3b3b3;
text-align: center;
}
.contentPage th {
background-color: #edf6fb;
}
.contentPage ul,
.contentPage ol {
margin-bottom: 1em;
padding-left: 2em;
}
.contentPage ul {
list-style-type: disc;
}
.contentPage ol {
list-style-type: decimal;
}
.contentPage .inquiry {
margin: 0 0 30px;
}
.contentPage .inquiry h2 {
margin: 0;
padding: 7px 0 4px 16px;
border: none;
background-color: #ccc;
font-size: 100%;
font-weight: bold;
color: #333;
}
.contentPage address {
padding: 16px;
border-style: none solid solid;
border-width: 0px 1px 1px;
border-color: #ccc;
font-style: normal;
}
.contentPage address .section {
font-weight: bold;
}

/* =========================================================
sitemap
========================================================= */
ul.level1 {
border-bottom: 1px dotted #888;
}
ul.sitemap li.level1 {
padding: 8px 0;
border-top: 1px dotted #aaa;
}
ul.sitemap li.level1 a {
padding-left: 10px;
}
ul.sitemap ul.level2 {
margin-top: 5px;
padding: 10px 0px 10px 50px;
border-top: 1px dotted #888;
}
ul.sitemap ul.level2 ul {
padding: 10px 0 10px 50px;
}
ul.sitemap li.level2 {
padding: 8px 0;
border-bottom: 1px dotted #888;
}
ul.sitemap li.level2 a {
margin-bottom: 3px;
padding-left: 12px;
background: url("../images/ic-list.png") no-repeat left 0.4em;
}
ul.sitemap li.inquiry {
margin: 0;
border-bottom: 0;
}
ul.sitemap ul.level2 ul {
padding: 10px 0 10px 50px;
}
