@charset "utf-8";

/********** 1 共通 **********/

/*  本文へリンク追加 */
a.skiplinktohonbun {
	display: block;
	width: 100%;
	height: 0;
	text-align: center;
	color: currentColor !important;
	background: #fff;
	font-size: 1.2rem;
	line-height: 2em;
	overflow: hidden;
}

a.skiplinktohonbun:focus {
	height: auto;
	outline: none;
	border-bottom: 2px solid #ccc;
}
#header_wrap a.skiplinktohonbun{
	display: none;
}
/*本文へリンク追加ここまで */

/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body {
	font-family: sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: serif;
}

/* リンク */
a:link {
	color: #000029;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #FF4500;
	text-decoration: underline;
}

a img {
	border: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.6rem;
}

input[type="text"],
textarea,
select {
	font-family: sans-serif;
	font-size: 1.6rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #cce5e5;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	margin: 0px 0px 10px;
	width: auto;
	max-width: 100%;
}
#main_body th {
	background: #e5f1f1;
	border-color: #cce5e5;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #cce5e5;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
	position:relative;
}
#main_header h1 {
	margin: 0px;
	padding: 2.5rem 8.5rem 2.5rem 25px;
	/*! background: url(/img/common/midashi1_img.png)no-repeat right bottom transparent; */
	border: 4px solid #d1bdac;
	color: #333333;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
#main_header:after{
	content: '';
	width: 100%;
	height: 100%;
	background:url(/img/common/midashi1_img.png) no-repeat;
	position: absolute;
	top: 0px;
	background-position-x: 100%;
	background-position-y: 100%;
}
#main_body h2 {
	clear: both;
	margin: 30px 0px;
	padding: 2.4rem 20px;
	background: #ece4dd;
	border-left: 10px solid #956942;
	font-size: 2.4rem;
	color: #333333;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 1.7rem 30px;
	background: #cce5e5;
	border: none;
	color: #333333;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 1.4rem 30px;
	background: #e5e5e5;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 1.2rem 30px 1.2rem 45px;
	background: url(/img/common/midashi5_img.png)no-repeat 15px 15px transparent;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 0.9rem 30px 0.9rem 46px;
	background: url(/img/common/midashi6_img.png)no-repeat 14px 10px transparent;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.4rem;
}

#header2 {
	width: 98%;
	max-width: 1100px;
	min-height: 100px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: auto;
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo a {
	display: block;
	width: 197px;
}
#he_left #logo img {
	width: auto;
	height: auto;
}

#he_right {
	margin-left: 263px;
	padding: 23px 20px 13px 0px;
	text-align: right;
}
ul#header_link {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
}
ul#header_link > li#hl_main {
	margin-left: 0px;
}
ul#header_link > li#hl_lang {
	width: auto;
	position: relative;
}
ul#header_link > li#hl_lang a {
	text-align: center;
	border: 1px solid #956942;
}
ul#header_link > li#hl_lang a#header_language_menu {
	background-image: url(/img/common/icon_open.png);
	-webkit-background-position: center right 4px;
	-ms-background-position: center right 4px;
	background-repeat:  no-repeat;
	background-position: center right 4px;
	text-decoration: none;
	color: #000000;
}
ul#header_link > li {
	vertical-align: middle;
	margin: 0px;
	padding-top: 2px;
}
ul#header_link > li#youtube {
	margin-left: 19px;
}
ul#header_link > li#youtube,
ul#header_link > li#facebook,
ul#header_link > li#twitter,
ul#header_link > li#instragram,
ul#header_link > li#kishimaru {
	padding: 0px;
	margin-right: 5px;
}
ul#header_link > li#kishimaru {
	margin: 0px;
}
ul#header_link > li#header_search {
	padding-top: 15px;
}
ul#header_link > li > a {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2rem;
	padding: 2px 0px;
}
ul#header_link > li#hl_main > a {
	background-image: url(/img/common/icon_hl_main.png);
}
ul#header_link > li#hl_lang > a {
	padding: 4px 25px 4px 15px;
}
#header_link #moji_size dl,
#header_link #haikei_color dl {
	padding: 0px;
	margin: 0px;
}
#header_link #moji_size dl {
	padding-left: 0px;
}
#header_link #moji_size dd a,
#header_link #haikei_color dd #haikei_white {
	border: 1px solid #000000;
}
#header_link #moji_size dl dt {
	padding: 0px 2px 0px 12px;
}
#header_link #haikei_color dl dt {
	padding: 0px 2px 0px 12px;
}
#header_link dt, #header_link dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 4px;
	color: #333333;
}
#header_link li dd a {
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
	border-radius: 0px;
	padding: 0.25em 7px;
	font-size: 1.4rem;
}
#header_link #moji_size dd a#moji_large {
	padding: 0.25em 10px;
	font-weight: bold;
}
#header_link #moji_size dd a#moji_default {
	padding: 0.25em 8px;
}
#header_link dd a#haikei_blue {
	color: #ffff00 !important;
	background-color: #0000ff;
	border: 1px solid #0000ff;
}
#header_link dd a#haikei_black {
	color: #ffffff !important;
	background-color: #000000;
	border: 1px solid #000000;
}
ul#header_link > li > a img {
	max-width: 30px;
	height: auto;
	margin-left: 12px: 
}

/* アクセシビリティ機能 */
#hl_func {
	position: relative;
}

ul#header_language_box {
	width: 200px;
	display: none;
	position: absolute;
	left: 0;
	z-index: 100;
	background: #a17a57;
	box-sizing: border-box;
	min-width: 100%;
	margin: 0px;
	padding: 11px 10px;
	text-align: left;
	margin-top: 1px;
}
ul#header_language_box.func_menu_open {
	display: block;
}
ul#header_language_box li {
	padding: 0px 0px 7px 21px;
	background: #f6f2ef;
	list-style-type: none;
}
ul#header_language_box li.eng_list {
	padding-top: 10px;
}
ul#header_link ul#header_language_box li:first-child a {
	padding-top: 10px;
}
ul#header_link ul#header_language_box li a {
	border: none;
	background: url(/img/common/icon_list.png) no-repeat left center;
	padding-left: 12px;
}
ul#header_link ul#header_language_box li:last-child {
	text-align: right;
	padding: 4px 18px 14px 0px;
}
ul#header_link ul#header_language_box li:last-child a {
	background: none;
}

#func_menu_close {
	border: none;
	background: url(/img/common/close_icon.png) no-repeat center left;
	font-size: 1.4rem;
	margin: -6px;
	padding: 0px 12px;
	height: 3rem;
	width: 27px;
	float: right;
}

/* 検索 */
#top_search_keyword {
	padding: 12px 20px 0px;
	margin: 0px;
	list-style: none;
	float: none;
	display: block;
}

#cse-search-box {
	display: inline-block;
	vertical-align: middle;
	width: 265px;
	box-sizing: border-box;
	background: #ebebeb;
	margin-right: 4px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: none !important;
	box-sizing: border-box;
	width: calc(100% - 71px) !important;
	height: 30px !important;
	font-size: 1.6rem;
	background-color: #ebebeb !important;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: url(/img/common/icon_search_pc.png) no-repeat center #007c7d;
	color: #ffffff;
	box-sizing: border-box;
	width: 70px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 33px;
	white-space: nowrap;
	background-size: 45%;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 4px;
	vertical-align: middle;
}
#header_link_div {
	display: inline-block;
}
#header_link_div ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_link_div ul li {
	display: inline-block;
	position: relative;
}
#header_link_div ul li a {
	display: block;
	background: #FFFFFF;
	border: 1px solid #007c7d;
	border-radius: 0;
	color: #007c7d;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.4;
	padding: 5px 27px;
	margin-right: 10px;
}
#header_link_div ul li:last-child a {
	padding: 5px 21px;
	margin-right: 0px;
}
#header_link_div ul li a:before {
	content: '';
	display: block;
	width: 90%;
	height: 96%;
	position: absolute;
	left: 2%;
	bottom: 2%;
	border: 3px solid transparent;
	box-sizing: border-box;
	background: url(/img/common/hover_bg.png) no-repeat right bottom;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#header_link_div ul li:last-child a:before {
	width: 97%;
}

/* グローバルナビ */
#top_search_box {
	padding-bottom: 7px;
}
ul#gnav {
	background: url(/img/common/gnav_border_img.png) no-repeat right top;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 100%;
	max-width: 1100px;
	display: table;
	table-layout: fixed;
}
ul#gnav li {
	background: url(/img/common/gnav_border_img.png) no-repeat left top;
	display: table-cell;
	vertical-align: middle;
	padding: 6px 0px 6px 23px;
}
ul#gnav li a {
	display: inline-block;
	text-align: center;
	line-height: 3rem;
	padding: 0px;
}

/* グローバルナビ（動的メニュー） ※使用する場合は要調整 */
#context_category02,
#context_category01 {
	display: none;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: #f5f5f5;
	padding: 30px 0px 25px;
}
#pankuzu_wrap > div {
	width: 98%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.pankuzu {
	clear: both;
	margin-bottom: 5px;
	padding: 3px 0px 3px 8.5rem;
	position: relative;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 7rem;
	height: auto;
	background: #956942;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 0px;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	color: #333333;
}
img.emer_header_logo,
img.emer_footer_logo {
	display: none;
}
#footer_div {
	border-top: 5px solid #956942;
	border-bottom: 5px solid #956942;
	width: 100%;
	background: url(/img/common/footer_div_bg.png) no-repeat;
	z-index: -1;
	background-position: calc(50% + 258px) -9px;
	background-size: auto;
}

#back_or_pagetop {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	text-align: right;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#footer_navi {
	width: auto;
	padding-left: 20px;
}
#footer_navi ul {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 28px 0px 27px;
	list-style: none;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 18px 5px 0px;
	padding-right: 21px;
	border-right: 1px solid #333333;
	line-height: 1.5rem;
}
#footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

#author_info {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 0px;
}
#author_box {
	display: inline-block;
	font-size: 1.6rem;
	padding: 0px 0px 21px 20px;
}
#author_box img {
	padding: 11px 0px 6px;
}
#author_box p {
	margin: 0px;
	line-height: 2;
}
#author_box p.f_number {
	padding-bottom: 10px;
}
#author_box p span {
	display: inline-block;
	margin-right: 1em;
}
#information {
	display: inline-block;
	padding: 0px 0px 28px 30px;
	vertical-align: bottom;
}
#information span {
	background: #000029;
	border-radius: 0;
	display: inline-block;
	margin-top: 12px;
	text-align: center;
}
#information #footer_access span {
	padding: 13px 29px;
}
#information #footer_mail span {
	padding: 14px 29px 12px;
}
#information span a {
	text-decoration: none;
	font-size: 1.6rem;
	padding: 10px 0px 10px 36px;
	background: url(/img/common/footer_access.png) no-repeat left center;
	background-size: auto;
	cursor: pointer;
	color:#ffffff;
	font-weight: bold;
}
#information #footer_mail span a {
	background: url(/img/common/mail.png) no-repeat left center;
	background-size: 25px 19px;
}
div#to_top {
	background: url(/img/common/pageto-top.png)no-repeat;
	position: fixed;
	width: 130px;
	height: 132px;
	right: 23px;
	z-index: 110;
	cursor: pointer;
	background-position: center;
	margin: 12px 0px;
}
#footer_link {
	font-size: 1.4rem;
	max-width: 1100px;
	margin: 0px auto;
	display: flex;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 0px;
}
#copyright{
	margin: 0px;
	padding: 29px 9px 29px 0px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.03em;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 60px;
}
#osusume_banner_ttl a {
	display: block;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background: url(/img/osusume/kishiwada_open.png) no-repeat;
	height: 130px;
}

#osusume_banner_list {
	display: none;
	vertical-align: middle;
	background: #ffffff;
	padding: 20px;
	max-width: calc(100vw - 140px);
	box-sizing: border-box;
	background-image: linear-gradient(45deg, #ffffff 98%, #a17a57 3%);
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box {
	position: relative;
}
#osusume_banner_list_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#osusume_banner_list_box ul li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 90px;
}
#osusume_banner_list_box ul li img {
	width: 100%;
	height: auto;
}
#osusume_banner.open #osusume_banner_ttl a {
	background: url(/img/osusume/osusume_close.png) no-repeat;
}
#osusume_banner_list_box a {
	display: block;
}

/********** 6 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
			justify-content: flex-start;
}
ul.banner_list li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner_text {
	display: block;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
	max-width: 320px;
	margin: 0px auto 10px;
}
ul.banner_list.banner_list_side li {
	width: 100%;
	display: block;
	margin: 0px auto 10px;
}
ul.banner_list li img {
	height: auto;
	width: auto;
}

.site_index ul.banner_list.banner_list_side {
	max-width: inherit;
	text-align: left;
}
.site_index ul.banner_list.banner_list_side li {
	display: inline-block;
	width: 320px;
	height: auto;
	margin-right: 10px;
}
/********** 7 リスト **********/

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px 10px 0px;
	padding: 0px 20px;
	border-right: 1px solid #888888;
	line-height: 1.1;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px;
	padding: 8px 0px 8px 40px;
	box-sizing: border-box;
	position: relative;
}
.info_list ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: rgb(0,0,41);
	position: absolute;
	top: 0.8em;
	left: 20px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（サムネイル） */
.info_list.info_list_thum ul li {
	padding-left: 0px;
}
.info_list.info_list_thum ul li:before {
	display: none;
}

.list_pack {
	width: 100%;
	display: table;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	padding-right: 20px;
	height:auto;
}
.list_pack .article_img span {
	display: block;
}
.list_pack .article_img span:empty {
	height: 60px;
	background-color: #ece4dd;
}
.list_pack .article_img span img {
	width: 100%;
	height: auto;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
}
.list_pack .article_txt .article_date,
.list_pack .article_txt .article_title {
	display: block;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin-top: 20px;
	text-align: right;
}

/* リスト（newアイコン） */
img.icon_new {
	vertical-align: middle;
	margin-left: 20px;
}

/* リスト（新着情報） */
.section_information {
	margin: 10px 0px 29px;
	border: 1px solid #e3dede;
}
#main_body .section_information h2,
.section_information h2 {
	padding: 26px 0px 24px;
	margin: 0px 30px 0px;
	background: transparent;
	border-left: none;
	font-size: 2rem;
	font-weight: bold;
	text-align:center;
	border-bottom: 2px solid #956942;
}
.section_information p.no_data {
	margin: 0px;
	padding: 20px 30px;
}
.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 18px 0px 9px 0px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #e3dede;
}
.section_information_list ul li > span {
	display: block;
}
.section_information_list div.link_box {
	padding: 15px 20px 25px;
	text-align: center;
}
span.article_date {
	font-size: 1.5rem;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 1px;
	line-height: 1.4;
	padding:10px 48px;
	background-color: #ece4dd;
	font-size:1.4rem;
}
.section_information_ttl.acc_title{
	text-align:center;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: middle;
}
.section_information_list {
	margin: 0 30px;
}
.section_information_thum > div.lettering2 {
	width: 80px;
	padding-right: 20px;
	height: auto;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 span {
	display: block;
}

/********** 8 サイド **********/

/* サイドバー */
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0 !important;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100% !important;
	height: auto !important;
	margin: 10px 0px 0px;
}
#sidebar1 img:first-child {
  margin-top: 0px;
}

/* サイドメニュー */
.side_box {
	margin: 0px 0px 10px;
	padding: 10px 19px 0px 19px;
	border: 1px solid #956942;
}

.side_box_ttl h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0px 40px;
	padding: 25px 0px;
	text-align: center;
	border-bottom: 1px solid #956942;
	box-sizing: border-box;
	color: #956942;
}
.side_box_list ul {
	margin: 0px;
	padding: 10px 15px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	box-sizing: border-box;
	position: relative;
}
.side_box_list ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: rgb(0,0,41);
	position: absolute;
	top: 0.6em;
	left: 0px;
}
.side_box_list ul li ul {
	padding: 0px;
}

.side_box_txt {
	padding: 30px 0px;
}
.side_box_txt p {
	margin: 0px 0px 10px;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box.side_life {
	padding: 0px;
}
.side_life .side_box_ttl {
	cursor: pointer;
}
.side_box_ttl h2.life_down {
	border: 0;
	margin: 0px;
	padding: 24px 20px;
	background: url(/img/common/life-arrow-down.png) no-repeat center 85%;
}
.side_box_ttl h2.life_down.acc_open {
	cursor: default;
}
.side_life .side_box_list {
	display: none;
}
.side_life .side_box_list ul {
	padding: 20px 35px;
}
.side_life .side_box_list ul li {
	padding: 10px 0px;
}
.side_life .side_box_list ul li:before {
	display: none;
}
.side_life .side_box_list ul li a {
	padding-left: 20px;
	display: block;
}
.side_life .side_box_list ul li a:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: #000029;
	position: absolute;
	top: 1em;
	left: 0px;
}
.side_life .side_box_list ul li ul {
	padding: 10px 0px;
}
.side_life .side_box_list ul li > ul li {
	border-bottom: 1px solid #dfd2c6;
	padding-left: 40px;
}
.side_life .side_box_list ul li > ul li:before {
	display: none;
}
.side_life .side_box_list ul li > ul li a {
	padding-left: 0px;
}
.side_life .side_box_list ul li > ul li a:before {
	display: none;
}
.side_box_ttl h2.life_down.acc_open {
	border-bottom: 1px solid #956942;
	padding: 24px 0px;
	margin: 0px 70px;
	background: none;
}
.life_up {
	display: block;
	height: 40px;
	background: url(/img/common/kanren-info-uparrow.png) no-repeat center #a17a57;
	cursor: pointer;
}
/* レコメンド */
#sidebar_recommend, #sidebar_ai_recommend {
	border: 1px solid #a17a57;
	margin: 0px 0px 10px;
	padding: 0px 19px;
}
#sidebar_recommend h2, #sidebar_ai_recommend h2 {
	margin: 0px;
	text-align: center;
	padding: 68px 0px 10px;
	background: url(/img/common/recommend_icon.png)no-repeat center 14px;
	font-size: 2rem;
	font-weight: bold;
	color: #956942;
	border-bottom: 1px solid #a17a57;
}
#sidebar_ai_recommend h2 {
	background-image: url(/img/common/recommend_ai_icon.png);
}
#sidebar_recommend h2 span, #sidebar_ai_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul, #sidebar_ai_recommend ul {
	margin: 0px;
	padding: 20px 15px 10px;
	list-style: none;
}
#sidebar_recommend ul li, #sidebar_ai_recommend ul li {
	margin: 0px;
	padding: 0px 0px 16px 20px;
	position: relative;
}
#sidebar_recommend ul li:before, #sidebar_ai_recommend ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #000029;
	position: absolute;
	left: 0px;
	top: 6px;
}
/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link {
	margin: 0px 0px 10px;
}
#common_banner_link ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-flex: nowrap;
	        flex: nowrap;
}
#common_banner_link ul li {
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: top;
	margin-right: 10px;
	width: 49%;
	background: #ece4dd;
}
#common_banner_link ul li:last-child {
	margin-right: 0px;
}
#common_banner_link span {
	display: block;
	padding: 60px 20px 10px;
}
ul li#common_banner_mitsukaranai {
	background: url(/img/common/misukarimasen_icon.png)no-repeat center 13px #ece4dd;
}
ul li#common_banner_faq {
	background: url(/img/common/yokuaru_img.png)no-repeat center 13px #ece4dd;
}
#common_banner_faq span {
	padding: 73px 23px 30px;
}
#common_banner_link ul li a {
	display: block;
	width: 100%;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#common_banner_link ul li:hover {
	opacity: 0.8;
}
/********** 9 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 70px;
}

/********** 10 各ページ **********/

/* 印刷用アイコン */
#content_header {
	margin: 20px 0px 15px;
	text-align: right;
	font-size: 1.4rem;
}
.print_wrap {
	margin-bottom: 10px;
	display: block;
}
#content_header span {
	vertical-align: top;
	margin-left: 0.9rem;
	text-align: left;
}
#content_header span.open_page_id {
	display: none;
}
#content_header #sns_button_wrap span {
	margin-left: 2px;
}
#print_mode_link,
#print_mode_link_large {
	padding-left: 23px;
	background: url(/img/common/icon_print.png) no-repeat left center;
	margin-left: 10px;
}
/* カレンダー登録・SNSボタン */
#content_footer {
	clear: both;
	margin: 0;
}
#content_footer div[id^="calendar_button_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 20px 0px;
}

#sns_button_wrap  div[id^="sns_button_"] {
	display: inline-block;
	vertical-align: middle;
}
#sns_button_wrap  div[id^="sns_button_"] a {
	display: block;
	line-height: 1.5rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 10px 10px 45px;
}
#sns_button_wrap div#sns_button_facebook a {
	background-image: url(/img/common/sns/icon_sns_fb.png);
	padding: 10px 13px 10px 34px;
}
#sns_button_wrap div#sns_button_twitter a {
	background-image: url(/img/common/sns/icon_sns_tw.png);
	padding: 10px 10px 10px 54px;
}
#sns_button_wrap div#sns_button_line a {
	background-image: url(/img/common/sns/icon_sns_line.png);
	text-transform: uppercase;
	padding: 10px 10px 10px 7.4rem;
}
#sns_button_wrap {
	display: -webkit-inline-box;
	display: inline-flex;
	margin-left: 20px;
}
#sns_button_facebook span {
	margin: 0px;
}
/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: top;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.tenpu_txt br {
	display: none;
}


/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin: 0px 0px 30px;
	padding: 0px;
	position: relative;
}
div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); }
div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.jpg); }
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); }
div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.jpg); }
div#main_header_life3_7 { background-image: url(/img/life/life3_7_title.jpg); }

div[id^="main_header_life3_"] h1 {
	width: 100%;
	margin: 0px;
	padding: 0px 50px;
	box-sizing: border-box;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類（ライフイベント） */
#lifestage {
	margin-bottom: 10px;
	border: 2px solid #cce5e5;
	box-sizing: border-box;
}
.lifestage_link {
	display: block;
	margin: 17px 30px 25px 0;
	text-align: right;
}
#lifestage h2 {
	font-weight: bold;
	color: #007b7d;
	font-size: 2rem;
	padding: 30px 0px 35px 99px;
	background: url(/img/top/top_soshiki_img.png)no-repeat 27px 18px;
	margin: 0;
	border-left: 0px;

}
#lifestage ul {
	margin: 0px;
	padding: 0px 28px 0px 28px;
	list-style: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
			justify-content: space-between;
}
#lifestage ul li {
	width: 130px;
}
#lifestage ul li a {
	display: block;
	background-color: #bfdede;
	background-repeat: no-repeat;
	background-position: 92% 93%;
	text-align: center;
	padding: 28px 20px 20px 20px;
	height: 5.6em;
	box-sizing: border-box;
	text-decoration: none;
	color: #333333;
}
#lifestage ul li:nth-child(1) a,
#lifestage ul li:nth-child(4) a,
#lifestage ul li:nth-child(5) a,
#lifestage ul li:nth-child(8) a {
	background-color: #e5f2f2;
}
#lifestage ul li#lifestage1 a {
	background-image: url(/img/common/life_event1.png);
}
#lifestage ul li#lifestage2 a {
	background-image: url(/img/common/life_event2.png);
}
#lifestage ul li#lifestage3 a {
	background-image: url(/img/common/life_event3.png);
}
#lifestage ul li#lifestage4 a {
	background-image: url(/img/common/life_event4.png);
}
#lifestage ul li#lifestage5 a {
	background-image: url(/img/common/life_event5.png);
}
#lifestage ul li#lifestage6 a {
	background-image: url(/img/common/life_event6.png);
}
#lifestage ul li#lifestage7 a {
	background-image: url(/img/common/life_event7.png);
}
#lifestage ul li#lifestage8 a {
	background-image: url(/img/common/life_event8.png);
}

/* 分類 */
#life_menu_wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
			justify-content: space-between;
	-webkit-box-align: stretch;
			align-items: stretch;
}
#life_menu_left {
	width: calc(100% - 320px);
	padding-right: 50px;
	box-sizing: border-box;
}
#life_menu_left .section_information {
	margin-top: 0px;
}
#life_menu_right {
	width: 320px;
}
#main_body #life_menu_wrap > #life_menu_left h2 {
	margin-top: 0px;
	margin-bottom: 22px;
}
#life_cat_list_wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
			align-items: stretch;
}
.life_list2 .life_cat_list {
	width: calc(100% - 0px);
	margin: 0px 0px 20px 0px;
}
.life_list2 #life_menu_wrap {
	margin-top: 30px;
}
.life_cat_list {
	width: calc(50% - 15px);
	margin: 0px 30px 18px 0px;
}
.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}
#main_body .life_cat_list h3 {
	margin-top: 0px;
	margin-bottom: 35px;
}
.life_cat_list .info_list.info_list_date ul li {
	display: block;
}
.life_list1 #main_header h1 {
	margin-bottom: 30px;
}
#main_body .life1box h2 {
	margin-bottom: 22px;
}

/* 関連情報 */
#kanren_info {
	margin: 0px 0px 10px;
	padding: 0px;
}
#kanren_info input[id*="acc_ttl_label"] + * {
	display: none;
}
#kanren_info .acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}
#kanren_info h2 span {
	background: url(/img/common/kanren-info-arrow.png) no-repeat bottom;
	padding: 71px 0px 24px 0px;
	display: block;
	cursor: pointer;
	background-position-y: 91%;
}
#kanren_info h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #fff;
	position: relative;
	background: url(/img/common/pencil_icon.png) no-repeat center 20% #007c7d;
}
#kanren_info h2.acc_open span {
	background: none;
	cursor: default;
}
#kanren_info h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px 15px;
	color: #007c7d;
	text-align: center;
	border-bottom: 1px solid #cce5e5;
}
.kanren_box_wrap {
	display: none;
	border: 1px solid #007c7d;
	margin-top: 5px;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
}
.kanren_box {
	padding-bottom: 30px;
	margin: 0px 20px;
}
.kanren_box ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}
.kanren_box ul li {
	margin: 0px;
	padding: 24px 0px 0px 20px;
	box-sizing: border-box;
	position: relative;
}
.kanren_box ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: #007c7d;
	position: absolute;
	top: 2em;
	left: 0px;
}

.kanren_box div.link_ichiran {
	margin: 30px 15px 0px 30px;
	padding: 15px;
	background: #cce5e5;
	text-align: center;
}
.kanren_up {
	display: block;
	height: 40px;
	background: url(/img/common/kanren-info-uparrow.png) no-repeat center #007c7d;
	cursor: pointer;
}
.kanren2 #main_body h2 {
	margin-bottom: 10px;
}
.kanren2 .info_list.info_list_date ul {
	padding-top: 20px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
			align-items: stretch;
}

.lifesub_cat_list {
	width: calc(100% - 0px);
	margin: 20px 0px 0px 0px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}
#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.life_cat_list_ttl {
	padding: 0.6em 20px;
	background: #f5f5f5;
	border: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

/* 組織 */
#main_body .midashi_ka h2 {
	margin: 22px 0px;
}
#soshiki_hyouji ul {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px 0px;
	padding-right: 15px;
	border-right: 1px solid #666666;
	line-height: 1.4;
}
#soshiki_hyouji ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_contact_box > div {
	/*! margin-bottom: 0.5em; */
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}
.soshiki_kakuka .side_box_txt .kakuka_tel_list {
	margin-bottom: 0;
}
.kakuka_tel_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.kakuka_tel_list ul li span:before {
	content: '(';
}
.kakuka_tel_list ul li span:after {
	content: ')';
}
.kakuka_tel_list ul li span:empty:before,
.kakuka_tel_list ul li span:empty:after {
	display: none;
}
.soshiki_kakuka .side_box_txt .kakuka_fax {
	margin-bottom: 1em;
}

#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view {
	max-width: 260px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.soshiki_kakuka .side_box_txt > div {
	margin-bottom: 0.5em;
}
.soshiki_kakuka .side_box_txt > div:last-child {
	margin-bottom: 0px;
}
.soshiki_kakuka .kakuka_email {
	background: #ece4dd;
	padding: 10px;
	text-align: center;
}
.soshiki_kakuka .kakuka_view p {
	margin-top: 10px;
}
/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
			align-items: stretch;
}
.book_list_box {
	width: calc(50% - 15px);
	margin: 0px 30px 20px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 15px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 20px 0px 0px;
}
#main_body table.tbl_ques th {
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
#main_body table.tbl_ques td input,
.question #main_body table.tbl_ques td input {
	display: block;
	width: 100%;
	border: none;
	background: #e6e6e6;
	color: #000000;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.question_detail #main_body input[type="text"] {
	font-size: 1.6rem;
	max-width: 100%;
	box-sizing: border-box;
}
.question_detail #main_body textarea {
	font-size: 1.6rem;
	width: 100%;
	box-sizing: border-box;
}
.question_detail #main_body select {
	font-size: 1.6rem;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	width: 23%;
	border: none;
	background: #e6e6e6;
	color: #000000;
	line-height: 2rem;
	margin: 0px 1% 0px 0px;
	padding: 10px 0px;
	text-align: center;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #cc0000;
}

#main_body table#mail_form_tbl {
	width: 100%;
}
#main_body table#mail_form_tbl th {
	width: 25%;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td input[type="text"] {
	font-size: 1.6rem;
	width: 100%;
	box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	font-size: 1.6rem;
	width: 100%;
	box-sizing: border-box;
}

#mail_form_btn_wrap {
	margin: 20px 0px 0px;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	width: 23%;
	border: none;
	background: #e6e6e6;
	color: #000000;
	line-height: 2rem;
	margin: 0px 1% 0px 0px;
	padding: 10px 0px;
	text-align: center;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table {
	border: none;
	margin: 0px;
}
#main_body #cse_search_result td {
	border: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 5px 0px;
}

#shisetsu_map {
	border: 1px solid #cccccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}
/*組織でさがす*/
.soshiki_list_box ul {
	padding-left: 30px;
}
.soshiki_list_box ul li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px 0px;
	padding-right: 15px;
	border-right: 1px solid #666666;
	line-height: 1.4;
}
.soshiki_list_box ul li:last-child {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}
.soshiki_index #main_a {
	padding-left: 0px;
}
.soshiki_index #main {
	width: 100%;
}

.soshiki_index .soshiki_top_tab_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
}

.soshiki_index .soshiki_top_tab_wrap ul li {
	margin: 0 5px;
	width: 40%;
}
.soshiki_index .soshiki_top_tab_wrap ul li button{
	background: #ece4dd;
	border: none;
	padding: 15px 50px;
	position: relative;
	border-bottom: 4px solid transparent;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1em;
	width: 100%;
}
.soshiki_index .soshiki_top_tab_wrap ul li button.active{
	border-bottom-color: #956942;
}



.soshiki_simple .soshiki_kakuka_wrap {
	display: block;
	list-style: none;
}

.soshiki_simple .soshiki_kakuka_tel_list {
	display: inline-block;
	width: auto;
	border: none;
	padding: 5px;
}

.soshiki_simple .soshiki_kakuka_tel_list ul {
	display: none;
}

.soshiki_simple .soshiki_kakuka_ttl {
	display: inline;
	border: none;
	padding: 0;
}

.soshiki_kakuka_tel_list {
	width: 100%;
	vertical-align: middle;
	display: table;
	table-layout: fixed;
	border: 1px solid #D7D5BD;
	box-sizing:border-box;
}
.soshiki_kakuka_ttl {
	display: table-cell;
	border-right: 1px solid #D7D5BD;
	padding: 10px 20px;
	vertical-align: middle;
}
.soshiki_content_detail ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 20px;
	display: table-cell;
	width: 70%;
}
.soshiki_kakuka_tel_list .kakuka_email {
	width: 40%;
	padding: 5px 10px;
	margin: 0px;
	background: #e5e5e5;
	border: 1px solid #d2cfcf;
}
/*サイトマップ*/
#sitemap_list_wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
}
#sitemap_list_wrap> div {
	width: 535px;
}
#sitemap_list_wrap> div > h2 {
	margin-top: 10px;
}
/* タブレット */
@media screen and (max-width : 1099px) {

	div[id^="main_header_life3_"] {
		height: 150px;
	}
	#he_left #logo a {
		width: 201px;
	}
	#he_left #logo img {
		width: 100%;
		height: 65px;
	}
	#spm_wrap {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0px;
		right: 0;
		width: 160px;
		height: 40px;
		margin: 0px auto;
	}
	#spm_menu {
		right: 0;
		background: url(/img/sp/btn_menu.png) no-repeat center center #a02628;
	}
	#spm_pc {
		display: none;
		right: 80px;
		background: url(/img/sp/spm_pc.png) no-repeat center center #a17a57;
	}
	#spm_menu {
		display: block;
		width: 80px;
		height: 86px;
		margin: 0px;
		padding: 0px;
		border: none;
		background-size: 45px auto;
		color: #000000;
		text-indent: -9999em;
		text-align: left;
		position: absolute;
	}
	#spm_menu.selected {
		background-image: url(/img/sp/btn_close.png);
		background-size: 35px;
	}
	#header2 {
		width: auto;
		min-height: 86px;
	}
	#he_left {
		position: static;
		width: auto;
		margin: 0px;
		padding: 0px;
		height: 86px;
	}
	#he_left #logo {
		padding: 9px 0px 12px 10px;
	}
	#he_right {
		display: none;
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
	}
	.open #he_right {
		display: block;
		background: #a17a57;
	}
	ul#header_link > li#youtube,
	ul#header_link > li#facebook,
	ul#header_link > li#twitter,
	ul#header_link > li#instragram,
	ul#header_link > li#kishimaru {
		padding: 10px 8px;
		margin: 0px;
	}
	ul#header_link {
		background: #ffffff;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0px 20px;
	}
	ul#header_link > li {
		margin: 0px 5px;
		display: inline-block;
	}
	ul#header_link > li#hl_main,
	ul#header_link > li#hl_func,
	/*ul#header_link > li#hl_lang,*/
	ul#header_link > li#moji_size,
	ul#header_link > li#haikei_color {
		display: none !important;
	}
	ul#header_link > li > a {
		background-size: auto 18px;
		padding: 0px;
		font-size: 1.2rem;
	}
	ul#header_link > li#hl_lang {
		width: 100%;
		margin: 0;
		padding: 10px 20px;
		border-top: 10px solid #a17a57;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	ul#header_link > li#hl_lang > a {
		background-size: auto auto;
	}
	#header_link_div {
		padding-top: 20px;
	}
	#header_link_div ul li {
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	#header_link_div ul li a {
		padding: 8px 27px;
	}
	#header_link_div ul li:last-child a {
		padding: 8px 21px;
	}
	#top_search {
		display: none;
	}
	.open #top_search {
		display: block;
		background: #a02628;
	}
	#top_search_box {
		padding-bottom: 10px;
	}
	#submit {
		width: 71px;
		height: 40px;
		background: url(/img/common/icon_search_pc.png) no-repeat center #007c7d;
		background-size: 40%;
		border-radius: 0px;
		font-size: 1.4rem;
	}
	#tmp_query {
		height: 40px !important;
		font-size: 1.4rem;
	}
	#cse-search-box {
		width: 72%;
		text-align: center;
		display: inline-block;
		margin: 0px;
	}
	ul#gnav {
		background: #ffffff;
		display: block;
		width: auto;
		padding: 0px 10px;
		margin: 0px 20px;
	}
	ul#gnav li {
		display: block;
		margin: 0px;
		background: url(/img/top/top_bottom_icon.png) repeat-x bottom center;
		padding: 5px 0px 5px 5px;
		background-size: 6px;
	}
	ul#gnav li:last-child {
		background: none;
	}
	ul#gnav li a {
		font-size: 1.8rem;
		padding: 10px 15px;
		text-align: left;
	}
	#footer_navi {
		padding-left: 0px;
	}
	#author_box {
		font-size: 1.5rem;
		padding: 0px 0px 21px 30px;
	}
	#information {
		padding: 0px 0px 28px 20px;
	}
	#footer_link {
		display: block;
	}
	#footer_navi ul {
		width: 83%;
		padding: 25px 6px 0px;
		text-align: left;
	}
	#copyright {
		width: 83%;
		margin: 0px auto;
		padding: 25px 60px 15px;
		text-align: left;
	}
	#copyright p {
		padding: 18px 20px 29px;
	}
	#life_menu_left {
		width: 70%;
		padding-right: 20px;
	}
	#life_menu_right {
		width: 30%;
	}

	#soshiki_pr_image img {
		max-height: 200px;
	}
	#osusume_banner_ttl {
		width: 48px;
	}
	#osusume_banner_ttl a {
		height: 110px;
		background-size: 106%;
	}
	#osusume_banner.open #osusume_banner_ttl a {
		background-size: 106%;
	}
	#osusume_banner_list {
		padding: 8px 8px;
		max-width: calc(100vw - 260px);
	}
	#osusume_banner_list_box ul li {
			width: 32%;
			height: auto;
	}
	#lifestage {
		padding: 0px 18px 18px 18px;
	}
	#lifestage h2 {
		padding: 19px 0px 22px 38px;
		background-size: auto 29px;
		background-position: 2px 18px;
	}
	#lifestage ul {
		padding: 0;
	}
	#lifestage a {
		padding-right: 0;
	}
	#lifestage ul li {
		width: 50%;
	}
	#lifestage ul li a {
		font-size: 1.3rem;
		padding: 1.8em 1em 1em 1em;
		min-height: 6.2em;
	}
	.life_cat_list {
		width: 100%;
		margin: 0px;
	}
	#common_banner_link span,
	#common_banner_faq span {
		padding-left: 10px;
		padding-right: 10px;
	}

	#sitemap_list_wrap {
		flex-wrap: wrap;
	}
	#sitemap_list_wrap> div {
		width: 100%;
	}

	#lifesub_cat_list_wrap {
	flex-wrap: wrap;
	}
	#lifesub_cat_list_wrap> div {
		width: 100%;
		margin-right: 0px;
	}
	div#to_top {
		bottom: 0px;
		background-size: 100%;
		right: 3px;
		width: 100px;
		height: 100px;
	}
}
/* タブレット ここまで */


/* 広報きしわだ 記事ID検索 */
#search_page_id_form {
	height: 0;
	overflow: hidden;
}

button#search_page_id_form_close {
	position: absolute;
	right: 4px;
	bottom: 4px;
	background: none;
	border: none;
	font-size: 1.4rem;
	padding-right: 30px;
	visibility: hidden;
	background: url(/img/icon_search_id_close.png) no-repeat right center;
}

.active button#search_page_id_form_close{
	visibility: visible;
}

div#search_page_id_ttl {
	text-align: left;
	position: relative;
}
div#search_page_id_ttl:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #007c7d;
	border-bottom-color: #007c7d;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.active div#search_page_id_ttl:after{
	display: none;
}
.active #search_page_id_form {
	/* display: block; */
	height: auto;
}

.active button#search_page_id_form_close {
	display: block;
}

div#search_page_id_ttl label {
	font-size: 2rem;
	font-weight: bold;
	color: #007c7d;
	width: 100%;
	display: block;
	padding: 20px 20px 20px 80px;
	background: url(/img/icon_search_id.png) no-repeat left 20px center;
}

div#search_page_id {
	border: 1px solid #007c7d;
}

div#search_page_id_form {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	        align-items: stretch;
}

input#open_page_id {
	width: calc(100% - 100px);
	box-sizing: border-box;
	border: none;
	background: #eee;
	padding: 20px;
}

input#open_page_id_submit {
	width: 100px;
	box-sizing: border-box;
	border: none;
	background: #007c7d;
	color: #fff;
	padding: 0;
	margin: 0;
}

div#open_page_id_message {
	padding: 20px;
	text-align: center;
	width: 100%;
}
div#open_page_id_message:empty{
	padding: 0;
}
/* 広報きしわだ 記事ID検索ここまで */


/* 記事ページフローティングバナー */
.defail_float_banner {
	position: fixed;
	right: 0;
	top: 190px;
}
.defail_float_banner a{
	display: block;
}
@media screen and (max-width: 1280px){
	.defail_float_banner{
		display: none;
	}
}

@media screen and (max-height:600px){
	.defail_float_banner{
		display: none;
	}
}
/* 記事ページフローティングバナーここまで */


/* お問い合わせフォーム フッタのお問い合わせボタンを非表示 */
.mail_form_detail #footer_mail {
	display: none !important;
}
/* お問い合わせフォーム フッタのお問い合わせボタンを非表示 ここまで */


/* 組織でさがすPDFリンク追加 */
.soshiki_top_tab_wrap p {
	text-align: center;
}
/* 組織でさがすPDFリンク追加 ここまで */