@charset "utf-8";
/*アンカーリンクジャンプ位置調整*/
html {
  scroll-padding-top: 80px;
}
/*ヘッダー・フッター背景*/
.page-header,
.page-footer .page-footer__nav-feature {
	background: #fff;
}
.page-footer .page-footer__info {
	background: url(../img/top.svg), #f5f8fa url(../img/htag-bg.png);
	background-repeat: repeat-x, repeat;
	background-position: left bottom, left top;
	background-size: 102%, auto;
	
}
@media screen and (max-width: 769px) {
	.page-footer .page-footer__info {
		background-size: 200%, auto;
	}
}

/*ロゴサイズ*/
@media screen and (min-width: 1025px) {
	.l-header .l-header__inner,
	.l-breadcrumbs .l-breadcrumbs__inner,
	.l-nav-global .l-nav-global__inner,
	.l-contents,.l-contents .l-contents__inner
	.l-footer .l-footer__inner {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	/* デスクトップ用CSS */
	.page-header .page-header__logo {
		width: 400px;
		height: 100px;
	}
	.nav-feature__toggle-trigger {
		display: none;
	}
	/*==ナビゲーション全体の設定*/
	.nav-global {
		overflow: visible;
	}
	/*ドロップダウンメニュー*/
	.menu {
		position: relative;
		width: 100%;
		height: 50px;
		margin: 0 auto;
		z-index: 999;
	}

	.menu > li {
		float: left;
		width: 16.6%; /* グローバルナビ6つの場合 */
		height: 50px;
		padding: 0 !important;
		line-height: 50px;
	}

	.menu > li a {
		display: block;
		color: #fff;
	}

	.menu > li a:hover {
		color: #999;
	}

	ul.menu__second-level {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}

	ul.menu__third-level {
		visibility: hidden;
		opacity: 0;
	}

	ul.menu__fourth-level {
		visibility: hidden;
		opacity: 0;
	}

	.menu > li:hover {
		background: #d1cac5;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.menu__second-level li {
		border-top: 1px solid #111;
	}

	.menu__third-level li {
		border-top: 1px solid #111;
	}

	.menu__second-level li a:hover {
		background: #d1cac5;
	}

	.menu__third-level li a:hover {
		background: #d1cac5;
	}

	.menu__fourth-level li a:hover {
		background: #d1cac5;
	}

	/* 下矢印 */
	.init-bottom:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid rgb(44, 44, 44);
		border-bottom: 1px solid rgb(44, 44, 44);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* floatクリア */
	.menu:before,
	.menu:after {
		content: " ";
		display: table;
	}

	.menu:after {
		clear: both;
	}

	.menu {
		*zoom: 1;
	}
	/*シングル*/
	.menu > li.menu__single {
		position: relative;
	}

	li.menu__single ul.menu__second-level {
		position: absolute;
		top: 40px;
		width: 100%;
		background: #d1cac5;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	li.menu__single:hover ul.menu__second-level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}
	/*多階層のドロップダウンメニュー*/
	.menu > li.menu__multi {
		position: relative;
	}

	li.menu__multi ul.menu__second-level {
		position: absolute;
		top: 40px;
		width: 100%;
		background: #fcfcfc;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	li.menu__multi:hover ul.menu__second-level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}

	li.menu__multi ul.menu__second-level li {
		position: relative;
		display: block;
		padding: 0;
	}

	li.menu__multi ul.menu__second-level li:hover {
		background: #d1cac5;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level {
		position: absolute;
		top: -1px;
		left: 100%;
		width: 100%;
		background: #d1cac5;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
		visibility: visible;
		opacity: 1;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level li {
		position: relative;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
		background: #d1cac5;
	}

	li.menu__multi
		ul.menu__second-level
		li
		ul.menu__third-level
		li
		ul.menu__fourth-level {
		position: absolute;
		top: -1px;
		left: 100%;
		width: 100%;
		background: #d1cac5;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	li.menu__multi
		ul.menu__second-level
		li
		ul.menu__third-level
		li:hover
		ul.menu__fourth-level {
		visibility: visible;
		opacity: 1;
	}

	.init-right:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*メガドロップダウンメニュー*/
	li.menu__mega ul.menu__second-level {
		position: absolute;
		top: 40px;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 20px 2%;
		background: #fcfcfc;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	li.menu__mega:hover ul.menu__second-level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}

	li.menu__mega ul.menu__second-level > li {
		float: left;
		width: 29%;
		border: none;
	}

	li.menu__mega ul.menu__second-level > li:nth-child(3n + 2) {
		margin: 0 1%;
	}
	.billboard {
		position: relative;
		z-index: 1;
		margin-bottom: 5em;
	}
}
/*トップページメインサービス*/
.main_service {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.main_service li {
	list-style: none;
	display: flex;
	flex-basis: 50%;
}
ul.main_service li img {
	width: 100%;
	height: auto;
}
.link_button {
	display: block;
	background: url(../img/htag-bg.png) #edece6;
	margin: 2px;
	padding: 5px;
}
.shakyo_letter {
	display: flex;
	/*
	flex-wrap: wrap;
	justify-content: space-between;
	*/
}
.shakyo_letter_item {
	flex-basis: 100%;
	background: #f7f5ed;
	margin: 1px;
	padding: 5%;
}
.shakyo_letter img,.widget a img {
	width: 100%;
}
@media screen and (min-width: 1025px) {
	/*PC*/
	ul.main_service li {
		flex-basis: auto;
	}
	ul.main_service li img {
		width: 200px;
		height: auto;
	}
	.shakyo_letter_item {
		/*
		flex-basis: 49%;
		*/
		margin: 1px;
		padding: 5%;
	}
	.shakyo_letter img,.widget a img {
	width: 70%;
	display: flex;
	margin-left: auto;
	/*margin-right: auto;*/
	}
	.shakyo_letter_item_right{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.shakyo_letter_item_right h5{
		margin-bottom: 30px;
	}
}

/*テーブル内フォントサイズ*/
table {
	font-size: 0.95em;
}

/*各ページ写真サイズ*/
[data-bgb] .bgt-grid4 {
	width: 45%;
}

/*画像回り込み　https://qiita.com/yukinaka/items/c4fcb7f0878702485f70*/
.media {
	background: #fff;
	padding: 10px;
	overflow: hidden;
}
.media__image {
	float: left;
	margin-right: 10px;
}
.media__summary {
	overflow: hidden;
}
.media__heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.safari body {
	font-feature-settings: "pkna";
}
.ie body {
	font-family: "Helvetica", Meiryo, sans-serif;
}

a[target="_blank"] {
	color: #1e88e5;
	text-decoration: none;
}
a[target="_blank"]::after {
	margin: 0 3px;
	content: "\f08e";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: -1px;
}

/*hタグ用*/

.nav-global ul li a {
  font-weight: 700;
  font-size: .9em;
}

.bg03 h2,
.side h2 {
	color: #fff;
	position: relative;
	font-size: 1.3rem;
	line-height: 1;
	overflow: hidden;
	margin: 1.6em 0 0.5em;
	padding: 0.6em 0.8em;
	border: none;
	background: #0e2d1e url(../img/htag-bg.png) repeat fixed;
	border-left: 0;
	margin-left: 0;
}

.bg03 h2,
.side h2 {
	overflow: hidden;
	align-items: center;
	background-color: #90b44b !important;
	background-image: url(../img/htag-bg.png) !important;
	background-repeat: repeat !important;
	background-position: left top !important;
	background-size: auto !important;
	color: #fff;
	display: flex;
	/*border-radius: 0 0 0.5rem 0.5rem;*/
}

h2:first-child {
	margin-top: 0;
}
.bg03 h2:before,
.widget-area h2:before {
	font-family: FontAwesome;
	content: "\f103";
	display: inline-block;
	width: 1.1em;
	text-align: center;
}
.bg03 .saigai p {
	border: solid 1px #f00;
	padding: 0.5em;
	font-weight: bolder;
}

/*BurgerEditor不具合修正*/
@media screen and (max-width: 769px) {
	.bg03 [data-bgb="wysiwyg2"] .bgt-grid--last {
		padding-left: 0;
	}
}
/*テキストエディタ・ギャラリー用*/
.service li{font-size: .8em;}
#gallery {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	max-width: 670px; /* 可変幅にします。*/
	margin: 0 auto;
	display: flex; /* 親要素 flex コンテナ */
	flex-flow: wrap; /* 左から右に折り返し */
}
#gallery dl {
	flex: 140px; /* IE10～モダンブラウザ対応 */
	float: left; /* IE9 以前のブラウザ対応 */
	width: 160px; /* float は必須 */
	margin-right: 5px;
	margin-bottom: 1em;
	padding: 0;
	font-size: 14px;
	background-color: #ffd;
	border: 1px solid #933;
	text-align: center; /* 画像を中心配置 */
}
#gallery dl img {
	border: 0;
	width: 100%;
	height: auto;
}
#gallery dt {
	margin: 0;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}
#gallery dd {
	margin: 0;
	padding: 0;
}
#gallery dd.comment {
	height: 5em; /* コメント文字数により調整 */
	padding: 2px 5px;
	line-height: 1.3;
	text-align: left;
}
#gallery dd.date {
	padding: 3px;
	margin: 0;
	text-align: right;
	background-color: #fdd;
}

/*一関市シニア活動プラザ*/
body.page-senior {
	font-size: 1.6em;
}
body.page-senior header.page-header.l-header {
	background: url(https://www.ichinoseki-shakyo.com/theme/bg03_copy/img/senior.png)
		center;
	height: 175px;
}
body.page-senior h1.senior-top {
	width: 325px;
	height: 169px;
	margin: 0 auto;
}
body.page-senior h1.senior-top a {
	background: url(https://www.ichinoseki-shakyo.com/theme/bg03_copy/img/senior-top.png)
		no-repeat center;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
body.page-senior .bg03 h2,
.page-senior .side h2,
body.page-senior .bg03 h4 {
	font-size: 1.1em;
}
body.page-senior .bg03 h2:before,
.page-senior .widget-area h2:before {
	display: none;
}

body.page-senior .content-index .content-index__posts .posts__item .item__title,
body.page-senior .main-contents .main-contents__title .title__main-title,
body.page-senior .top-widget-left .widget-area h2 {
	font-size: 2.15rem;
}
body.page-senior .content-index .content-index__categories li,
body.page-senior
	.content-index
	.content-index__posts
	.posts__item
	.item__meta
	.meta__category,
body.page-senior
	.content-detail
	.content-detail__post
	.post__meta
	.meta__category,
body.page-senior .content-detail .content-detail__categories li,
body.page-senior .bg03 h3 {
	font-size: 1.85rem;
}
body.page-senior li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../img/marker_01.png);
}
body.page-senior .bg03 ol li:before {
	background: #0089a7 url(../img/htag-bg.png) repeat fixed !important;
}
body.page-senior ul {
	padding: 1em 0;
}
body.page-senior li ul {
	border-left: solid 3px #0089a7;
	padding: 0 0 0 1em;
	margin-left: 0.5em;
}
body.page-senior ul li ul li,
body.page-senior ol li {
	list-style: none;
}
body.page-senior .page-footer .page-footer__info {
	background-image: none;
}
body.page-senior .page-footer .page-footer__copyright {
	background-color: #0089a7;
	background-image: none;
}

/*一関シニア*/
.page-senior-service .bg03 h2,
.page-senior-service .side h2,
.page-senior .bg03 h2,
.page-senior .side h2,
.bg03 .widget-area-4 h2 {
	background-color: #0089a7 !important;
}
@media screen and (max-width: 768px) {
	.l-contents__inner img.top {
		width: 100vw;
	}
}
/*介護保険*/
.page-kaigo .side h2,
.bg03 .widget-area-5 h2 {
	background-color: #236ea3 !important;
}
/*障がい者*/
.page-shozaisya .bg03 h2,
.page-syogai .side h2,
.page-shozaisya .side h2,
.widget-area-6 h2 {
	background-color: #ed784a !important;
	color: #f7f5ed;
}
/*子ども・子育て*/
.page-kodomo .side h2,
.bg03 .widget-area-7 h2 {
	background-color: #f596aa !important;
}
/*地域福祉*/
.page-chikifukushi .side h2,
.bg03 .widget-area-8 h2 {
	background-color: #f6c555 !important;
}
/*くらしの相談・ボランティア*/
.kurashisodan,
.volunteer {
	margin-bottom: 1.5em;
}

/*災害用*/
.bg03 .saigai h2 {
	background-color: red !important;
}

/*ボランティア用*/
.page-volunteer h2.post-section__title,
.page-volunteer .widget-area-1 h2 {
	background-color: #b5495b !important;
}

/*ボタン用*/
.square_btn {
	display: inline-block;
	padding: 0.3em 0.5em;
	text-decoration: none;
	color: #90b44b;
	border: solid 2px #90b44b;
	border-radius: 3px;
	transition: 0.4s;
	width: 100%;
	text-align: center;
}

a:link.square_btn:hover {
	background: #90b44b url(../img/htag-bg.png) repeat fixed;
	color: white;
}

/*キーワード（タグ）用*/
.post_content .tag,
.content-detail .tag {
	margin-bottom: 0.1em;
}
.post_content .tag a,
.content-detail .tag a {
	font-size: 14px !important;
	line-height: 1em;
	background: #90b44b url(../img/htag-bg.png) repeat fixed;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 3px;
	border-radius: 4px;
	text-decoration: none;
}
.post_content .tag a:hover,
.content-detail .tag a:hover {
	background: #f9d635 url(../img/htag-bg.png) repeat fixed; /* マウスホバー時の背景色 */
	color: #278a71 url(../img/htag-bg.png) repeat fixed; /* マウスホバー時の文字色*/
}
.post_content .tag a:before,
.content-detail .tag a:before {
	font-family: FontAwesome;
	content: "\f02b";
	padding-right: 4px;
}

/*top下用*/
.top-widget-left .widget-area h2 {
	background: #f7f5ed url(../img/htag-bg.png) repeat fixed !important;
	text-indent: 0.5em;
	color: darkblue;
}
.top-widget-left .widget-area h2 {
	font-size: 1.27rem;
	line-height: 1;
}
.top-widget-left .widget-area h2:before,
.top-widget-left .widget-area h2:after {
	display: none;
}
/*top右用*/
ul.yoko li {
	display: inline-block;
	padding: 0 5% 0 0;
}
/*top右社協だより*/
.top-widget-right p {
	text-align: center;
}
.top-widget-right h2 {
	color: #00008b;
	background: #f7f5ed url(../img/htag-bg.png) repeat fixed !important;
}

/*top下用＋ウィジェット用　一関市社協の取り組みバナー,ブログシングルページ次ページ用,サイト内検索*/
.widget.widget-text.widget-text-8 p,
.widget.widget-text.widget-text-4 p,
.widget.widget-text.widget-text-15 p,
div#contentsNavi,
form#SearchIndexSearchForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/**pdfファイル用
a[href$=".pdf"] {
	line-height: 28px;
	padding-left: 28px;
	background: url(../img/pdf.png) no-repeat 0 50%;
	background-size: 24px 24px;
}
a.pdf:after {
	content: "(PDF)";
}
a[href$=".pdf"].n_icon {
	background: none;
	padding: 0;
}
wordファイル用
a[href$=".doc"] {
	line-height: 28px;
	padding-left: 28px;
	background: url(../img/word.png) no-repeat 0 50%;
	background-size: 24px 24px;
}
a.doc:after {
	content: "(Word)";
}
a[href$=".doc"].n_icon {
	background: none;
}**/
/*画像回り込み用*/
.imgBox p {
	display: inline-block;
	vertical-align: text-bottom;
}
/*2カラム設定*/
.has-sidebar .Maincontent img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1025px) {
	/* デスクトップ用CSS */
	.Maincontent {
		display: flex;
	}
	.Maincontent .side {
		width: 300px;
		margin: 0 30px;
	}
	.Maincontent .main {
		-webkit-flex: 1;
		flex: 1;
	}
}

@media (min-width: 600px) {
	/* (B)タブレット以上向けスタイル */
	
	.top-widget-left {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
/**3カラム設定**/
.post-section__time-list {
	padding-bottom: 30px;
	/*height: 350px;
	overflow-x: hidden; */
}
/*.top-widget-left .widget-area-10 {
    margin-bottom: 1em;   
}
.top-widget-left .widget-area-10 .widget-text,.top-widget-left .widget-area-10 .blog-widget {
    border-radius: 4px;
    background-color: #fff;} */
@media screen and (min-width: 1025px) {
	/* デスクトップ用CSS */
	/*.top--center .widget-area-10,*/
	.top--bottom .widget-area-18,
	.box {
		display: flex;
		flex-wrap: wrap;
	}
	/*  .top--center .widget-text,.box dl{
        margin: 5px;
        width: calc( 100% / 3 - 10px);
    text-align: center;
    }*/
	.top--bottom .widget-php-template,
	.top--bottom .blog-widget,
	.top--bottom .widget-text {
		margin: 5px;
		width: calc(100% / 2 - 10px);
	}
	
}

@media (min-width: 600px) {
	/* (B)タブレット以上向けスタイル */
	.top-widget-left {
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.bgb-image-link-text3{	
		display:flex;
	}
}
/*タブの中BOX用*/
.box dl {
	flex-basis: 143px;
	height: 115px;
	margin: 4px;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding-top: 6px;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
/*タブの中BOX用（ウィジェット）*/

.box dt {
	height: 58px;
}
.side .box dt {
	height: 70px;
}

.box dd.title {
	background: #a1bc6e url(../img/htag-bg.png) repeat fixed;
	color: #fff;
	padding-left: 7px;
	width: 100%;
	height: 57px;
	font-size: 0.8em;
	line-height: 2;
	text-align: center;
}
.box dd {
	text-align: initial;
}
.side .box dl {
	flex-basis: 140px;
	height: 100px;
}
.top-widget-right .box dt {
	height: 70px;
}
.top-widget-right .box dd.title,
.side .box dd {
	background: none;
	color: #fff;
	padding-left: 0;
	width: 100%;
	font-size: 1em;
	line-height: 2;
	text-align: center;
	height: 40px;
}

/**メールフォーム**/
input,
textarea {
	border: solid 1px #999;
}

/*ブログカテゴリー微妙調整*/
.content-index .content-index__posts .posts__item .item__meta .meta__category {
	font-size: 0.9rem;
	padding: 5px 5px 2px 5px;
	vertical-align: text-top;
}
.content-index
	.content-index__posts
	.posts__item.posts__item--new
	.item__meta
	time::after {
	vertical-align: top;
}

/**文字サイズ変更jquery用**/
.nav-common .nav-common__item.nav-common__item--inquiry a:link,
.nav-common .nav-common__item.nav-common__item--inquiry a:visited {
	color: #423b2e;
}
.Search {
	padding: 10px 5px;
	margin-top: 0;
}
ul#textsize {
	list-style: none;
	text-align: right;
	background-image: none;
	color: #fff;
}
ul#textsize li {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	height: 30px;
}

ul#textsize li a {
	font-weight: bold;
	border-radius: 3px;
	background-color: #fefefe;
	background-image: linear-gradient(to bottom, #fefefe, #eee);
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
	vertical-align: middle;
}

ul#textsize li a:hover {
	color: #fff;
	border-radius: 3px;
	background-color: #dd0000;
	background-image: linear-gradient(to bottom, #ff6969, #dd0000);
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
}

.f1 {
	font-size: .9em;
}

.f2 {
	font-size: 1em;
}
.f3 {
	font-size: 1.5em;
}

li a.f1,
li a.f2,
li a.f3 {
	font-size: 100%;
}
.nav-common .nav-common__item.nav-common__item--inquiry a:before {
	display: none;
}

/**文字サイズ変更ボタンのデザイン**/
.nav-common .nav-common__item.nav-common__item--inquiry {
	background: #90b44b url(../img/htag-bg.png) repeat fixed;
}
/*Facebook*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/*検索窓*/
.widget-search-box-1 form#SearchIndexSearchForm {
	text-align: right;
}
.search-form__btn {
	padding: 0.1em 2em;
	margin-top: -5px;
}
.widget.widget-search-box.widget-search-box-5 {
	margin: 0.6em 0;
}

.search-form__input{
	width:200px;
}

/*メニュー*/
nav.nav-global.l-nav-global {
	background-color: #eee;
	background-image: -webkit-gradient(
			linear,
			0 0,
			0 100%,
			color-stop(0.5, transparent),
			color-stop(0.5, #ffffff),
			to(#ffffff)
		),
		-webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, transparent), color-stop(0.5, #ffffff), to(#ffffff));
	-webkit-background-size: 4px 4px;
	background: url(../img/bg.jpg);
}
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 999;
}
}

/****topタブ部分用****/
ul.gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.bg03 ul.gallery li {
	list-style: none;
	padding: 60px 0;
	border: solid 2px #fff054;
	border-radius: 100px;
	flex-basis: 32%;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	/*background: url(http://toban.xsrv.jp/basercms/files/uploads/line.png) no-repeat 50%;*/
}
/* タブメニュー */
.tabs {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
}
#tab-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-button li {
	display: table-cell;
	width: 20%;
}
#tab-button li a {
	display: block;
	padding: 0.5em;
	background: #eee url(../img/htag-bg.png) repeat fixed;
	border: 1px solid #f69d9d;
	text-align: center;
	color: #000;
	text-decoration: none;
}
/*高齢者
#tab-button li a.senior {
  background: #e96b1f;
  color: #fff;
}*/

#tab-button li:not(:first-child) a {
	border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
	border-bottom-color: transparent;
	background: #fff;
	color: #000;
}
.tab-contents {
	padding: 0.5em 2em 1em;
	border-left: 1px solid #f69d9d;
	border-right: 1px solid #f69d9d;
	border-bottom: 1px solid #f69d9d;
}

.tab-button-outer {
	display: none;
}

@media screen and (min-width: 640px) {
	.tab-button-outer {
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-select-outer {
		display: none;
	}
	.tab-contents {
		position: relative;
		top: -1px;
		margin-top: 0;
	}
}

/*入れ子*/
.bg03 li ul {
	border-left: solid 3px #90b44b;
	padding-left: 1em;
	margin-left: 0.5em;
}

/*入れ子*/
.bg03 li ul li {
	list-style: none;
}
/*赤注意*/
.red {
	background: #ff7878 url(../img/htag-bg.png) repeat fixed;
	padding: 1em;
	margin: 0.5em 0.5em 1em;
	color: #fff;
}

/**ボタンミニ**/
span.btn.btn_mini {
	color: #515151;
	font-size: 0.9em;
	padding: 0.3em 1em;
	background: #fff !important;
}

/*数字リスト*/
.bg03 ol {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none; /*数字を一旦消す*/
	padding: 0.5em;
	background: rgba(0, 0, 0, 0.025) url(../img/htag-bg.png) repeat fixed;
}
.bg03 ol li {
	list-style-type: none !important; /*数字を一旦消す*/
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
.bg03 ul li ol li {
	list-style: none;
}

.bg03 ol li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display: inline-block;
	background: #90b44b url(../img/htag-bg.png) repeat fixed;
	color: white;
	font-family: "Avenir", "Arial Black", "Arial", sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*.bg03 ol li {
 list-style: none;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.bg03 ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #90b44b url(../img/htag-bg.png) repeat fixed;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}*/

/*dl dt dd設定*/
.Maincontent dl.faq dt {
	padding: 8px;
	border: dotted 1px #ccc;
}
.Maincontent dl.faq dd {
	margin: 6px;
}
.Maincontent .box dl.faq dt {
	padding: 0;
	border: none;
}
.Maincontent .box dl.faq dd {
	margin: 0;
}

/*FAQ*/
.faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
	color: #90b44b;
}
.faq dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
}
.faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	color: #f69d9d;
}
/*faqのul*/
.bg03 .faq dd ul {
	margin: 0;
	text-indent: 6px;
}

/*更新履歴*/
dd.item__category {
	display: inline;
	border: solid 1px #90b44b;
	background: #fff;
	padding: 0.2em;
}
dd.item__title {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px 0;
	display: inline;
}
/**メールフォーム**/
#MailMessageIndexForm .required,
#MailMessageIndexForm .normal {
	color: #eee !important;
	font-size: 1em;
	padding: 0.4em 1em;
}
/*メールフォーム*/
.submit {
	text-align: center;
}
#MailMessageIndexForm .required,
.required {
	color: #fff !important;
	font-size: 10px;
	background-color: #c30;
	padding: 4px 5px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
#MailMessageIndexForm .normal,
.normal {
	color: #fff;
	font-size: 10px;
	background-color: #ccc;
	padding: 4px 5px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

/*バックナンバー用*/
#syakyo_koho {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column-reverse;
}
.koho {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: wrap-reverse;
	justify-content: space-around;
	flex-direction: row-reverse;
	text-align: center;
}

/*グーグルマップ*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*フッターメニュー*/
nav ul {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1025px) {
	.page-footer__nav-feature.nav-feature {
		font-size: 0.9em;
	}
	.page-footer ul.nav_local_level3 {
		display: none;
	}
}

/*試作ページ用*/
.page-syakyoletter li:nth-child(3),
.page-syakyoletter li:nth-child(4) {
	display: none;
}
/*スクロールボックス*/
.info_scroll {
 height: 13em;
 margin-bottom: 30px;
}

/*食料支援事業ページ*/
.page_foodsupport_strong{
	text-shadow: 0.25px 0.25px 0px black;
}

/*社会福祉協議会についてページ*/
/* 非表示状態（なめらかな遷移のためdisplayではなくheightを使用） */
        .toggle-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 20px;
        }

        /* チェックボックスは非表示 */
        .toggle {
            display: none;
        }

        /* チェックされた時に表示 */
        .toggle:checked + .toggle-trigger + .toggle-content {
            max-height: 200px;
            padding: 15px 20px;
        }

        /* トリガーの装飾（クリック可能とわかるように） */
        .toggle-trigger {
            cursor: pointer;
            background: #f5f5f5;
            border: 1px solid #ddd;
            padding: 12px 15px;
            margin: 5px 0;
            border-radius: 4px;
            transition: background-color 0.2s ease, border-color 0.2s ease;
            position: relative;
        }

        /* ホバー時の装飾 */
        .toggle-trigger:hover {
            background: #e8e8e8;
            border-color: #bbb;
        }

        /* アクティブ状態の装飾 */
        .toggle:checked + .toggle-trigger {
            background: #e3f2fd;
            border-color: #2196f3;
        }

        /* 矢印アイコン */
        .toggle-trigger::after {
            content: '▼';
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
            font-size: 12px;
            color: #666;
        }

        /* 開いた状態の矢印 */
        .toggle:checked + .toggle-trigger::after {
            transform: translateY(-50%) rotate(180deg);
        }


/* スライダーカーソル位置修正 */
.billboard .ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}
.billboard .prev,
.billboard .next {
    pointer-events: auto;
    cursor: pointer;
}

/* スライダー構造補正 */
.billboard__stage {
    position: relative;
}

/* 文字サイズ変更 */
html { font-size: 16px; }
html.txt-small  { font-size: 14px; }
html.txt-medium { font-size: 16px; }
html.txt-large  { font-size: 18px; }

/* フッターナビ修正 */
.nav-feature ul {
    width: 100%;
    float: none;
}
.nav-feature ul.menu {
    display: flex;
    flex-wrap: wrap;
}
.nav-feature ul.menu > li {
    width: 20%;
}
@media screen and (max-width: 1024px) {
    .nav-feature ul.menu > li {
        width: 100%;
    }
}

/* フッターメニューliの高さキャンセル */
.nav-feature .menu > li {
    height: auto;
    line-height: normal;
    float: none;
    width: 20%;
}

/* フッターメニューのheightキャンセル */
@media screen and (min-width: 1025px) {
    .nav-feature .menu {
        height: auto;
        position: static;
    }
    .nav-feature .menu > li {
        height: auto;
        line-height: normal;
        float: none;
        width: 20%;
    }
}

/* フッターナビ WPメニュークラス対応 */
.nav-feature .menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-feature .menu > li.menu-item {
    width: 20%;
    padding: 0 10px 1em 0;
    box-sizing: border-box;
}
.nav-feature .menu > li.menu-item::before {
    content: url("../img/marker_02.png");
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}
.nav-feature .menu > li.menu-item > a {
    font-weight: bold;
}
.nav-feature ul.sub-menu {
    list-style: none;
    padding: 0.5em 3em 0 0.5em;
    width: 100%;
    float: none;
}
.nav-feature ul.sub-menu li {
    margin-bottom: 0.7em;
    font-size: 0.82rem;
    padding-left: 0.5em;
}
.nav-feature ul.sub-menu li a {
    display: block;
}
.nav-feature ul.sub-menu li a::before {
    color: #d1cac5;
    content: "▶";
    font-size: 0.87rem;
    vertical-align: middle;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .nav-feature .menu > li.menu-item {
        width: 100%;
    }
    .nav-feature .menu > li.menu-item::before {
        display: none;
    }
}

/* フッター1stメニュー 疑似要素とリンクを横並び */
.nav-feature .menu > li.menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.nav-feature .menu > li.menu-item::before {
    flex-shrink: 0;
    margin-top: 0.2em;
}
.nav-feature .menu > li.menu-item > a {
    flex: 1;
}
.nav-feature .menu > li.menu-item > ul.sub-menu {
    width: 100%;
}

/* フッターナビのリンク色をヘッダーナビの白指定から保護 */
@media screen and (min-width: 1025px) {
    .nav-feature .menu > li a {
        color: #0570c7;
    }
}

/* フッターナビ SP開閉 WPクラス対応 */
@media screen and (max-width: 1024px) {
    .nav-feature .menu > li.menu-item {
        position: relative;
        border-top: 1px solid #423b2e;
        line-height: 1;
    }
    .nav-feature .menu > li.menu-item > a {
        display: block;
        padding: 1em;
    }
    .nav-feature .menu > li.menu-item-has-children::after {
        font-size: 24px;
        content: ">";
        position: absolute;
        top: 1em;
        right: 10px;
        height: 0;
        line-height: 0;
    }
    .nav-feature .menu > li.menu-item-has-children.list__item--open::after {
        content: "-";
    }
    .nav-feature ul.sub-menu {
        display: none;
    }
    .nav-feature .menu > li.menu-item::before {
        display: none;
    }
    .nav-feature .menu > li.menu-item {
        width: 100%;
        float: none;
    }
}

/* フッターナビ SP疑似要素修正 */
@media screen and (max-width: 1024px) {
    .nav-feature .menu > li.menu-item-has-children::after {
        content: "+";
    }
    .nav-feature .menu > li.menu-item-has-children.list__item--open::after {
        content: "-";
    }
    .nav-feature .menu > li.menu-item:not(.menu-item-has-children)::after {
        content: ">";
    }
}

/* フッターナビ > 疑似要素位置修正 */
@media screen and (max-width: 1024px) {
    .nav-feature .menu > li.menu-item:not(.menu-item-has-children) {
        position: relative;
    }
    .nav-feature .menu > li.menu-item:not(.menu-item-has-children)::after {
        position: absolute;
        top: 1em;
        right: 10px;
        height: 0;
        line-height: 0;
        font-size: 24px;
        content: ">";
    }
}

/* フッターナビのホバー背景色キャンセル */
@media screen and (min-width: 1025px) {
    .nav-feature .menu > li:hover {
        background: none;
        transition: none;
        -webkit-transition: none;
    }
}

/*お問合せ*/
.contact-nowrap p{
	white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	.contact-nowrap .wpcf7-form-control{
		display:flex;
		flex-direction:column;
	}
}

.contact-nowrap-accept span{
	white-space: nowrap;
}



/* bgt-link__icon font-family追加 */
.bg03 .bgt-link__icon::after,
.bg03 .bgt-link__icon:after {
    font-family: FontAwesome;
}

/*ファイルボックスのスタイル調整*/
@media screen and (min-width: 1025px) {
	.bgb-download-file2,
.bgb-download-file3{
		display: flex;
	  justify-content: space-around;
}
}

@media screen and (max-width: 1024px) {
	.bgb-download-file2,
.bgb-download-file3{
display: flex;
  flex-direction: column;
  /*align-items: center;*/
}
}

/*TOP 社協だより見出し*/
.top_syakyo_h5{
	font-size:100%;
}

/*共通　ブロークンリンクの打ち消し線の打ち消し*/
.broken_link, a.broken_link {
  text-decoration: none!important;
}

/*バックナンバー*/
.bucknumber-adobe{
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.bucknumber-adobe p{
	margin:0;
	margin-left: 6px;
}

.bucknumber-adobebox{
	display: flex;
}
