@charset "utf-8";

/********** 1 共通 **********/

/* font */
#container { font-family: "UD新ゴ L", sans-serif; }
#container strong { font-family: "UD新ゴ M", sans-serif; font-weight: normal; }
#main_header h1, #main_body h2, #main_body h3, #main_body h4, #main_body h5, #main_body h6 { font-family: "UD新ゴ M", sans-serif; font-weight: normal; }
#main_header h1 strong, #main_body h2 strong, #main_body h3 strong, #main_body h4 strong, #main_body h5 strong, #main_body h6 strong { font-family: "UD新ゴ M", sans-serif; font-weight: normal; }
.not_udfont { font-family: sans-serif !important; }

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#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;
}

/* 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%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: "UD新ゴ L", Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}
.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* 基本の文字色 */
body {
	color: #333;
}

/* リンク */
a:link {
	color: #06c;
	text-decoration: underline;
}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-wrap: break-word;
	word-break: break-all;
}
hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* --------------------
ヘッダー2
-------------------- */
#header2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 1080px;
	padding: 0px;
	margin: 0px auto 10px;
}
#he_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.he_logo {
	width: 190px;
	padding-top: 20px;
}
.he_logo h1 {
	margin: 0px;
}
.he_logo a {
	display: block;
}
.he_logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.he_main {
	padding-top: 10px;
	margin-right: 20px;
}
.he_main a {
	display: block;
	color: inherit;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
	padding: 5px;
	background-color: #e7e7e7;
}
.he_main a:hover {
	text-decoration: underline;
}
#he_right {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0px 410px 0px 10px;
}
.he_navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.he_navi > *:not(:first-child) {
	margin-left: 10px;
}
.he_navi noscript {
	width: 100%;
}
.he_navi noscript p {
	font-size: 1.2rem;
	margin: 0px;
	text-align: right;
}
.he_navi_hojo {
	font-size: 1.3rem;
	padding: 10px 0px;
}
.he_navi_hojo dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px;
}
.he_navi_hojo dl:not(:nth-of-type(1)) {
	margin-top: 10px;
}
.he_navi_hojo dt {
	margin-right: 10px;
}
.he_navi_hojo dd {
	margin: 0px;
}
.he_navi_hojo dd a {
	display: inline-block;
	color: inherit;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border: 1px solid;
}
dl#moji_size dd a {
	padding: 5px 11px;
	border-color: #ccc;
	background-color: #fff;
}
dl#moji_size dd:not(:nth-of-type(1)) {
	margin-left: 5px;
}
dl#haikei_color dd:not(:nth-of-type(1)) {
	margin-left: 7.5px;
}
dl#haikei_color dd a {
	padding: 5px 7.5px;
}
a#haikei_white {
	color: #333 !important;
	border-color: #ccc !important;
	background-color: #fff !important;
}
a#haikei_black {
	color: #fff !important;
	border-color: #000 !important;
	background-color: #000 !important;
}
a#haikei_blue {
	color: #ff0 !important;
	border-color: #00f !important;
	background-color: #00f !important;
}
.he_navi_text {
	min-width: 120px;
	padding: 10px 0px;
}
.he_navi_text p {
	margin: 0px;
}
.he_navi_text p:not(:nth-of-type(1)) {
	margin-top: 10px;
}
.he_navi_text p a {
	display: block;
	color: inherit;
	text-align: center;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1;
	padding: 6px 5px;
	background-color: #e7e7e7;
}
.he_menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	z-index: 300;
}
.he_menu.is_fixed,
.he_menu.is_active {
	position: fixed;
	top: auto;
	bottom: 100%;
	right: calc(50% - 540px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: 680px;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.he_menu.is_active {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}
.he_menu.is_fixed {
	-webkit-animation: hMenuFixed .5s ease .5s 1 forwards;
	        animation: hMenuFixed .5s ease .5s 1 forwards;
}
@-webkit-keyframes hMenuFixed {
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes hMenuFixed {
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@media screen and (max-width: 1079px){
	.he_menu.is_fixed {
		right: auto;
		left: 0;
	}
}
ul.he_menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.he_menu_list > li {
	color: #fff;
	background-color: #087e5b;
	width: 25%;
	padding: 10px 0px;
}
.active_search ul.he_menu_list > li.he_menu_search {
	color: #087e5b;
	background-color: #fff;
}
ul.he_menu_list > li a {
	color: inherit;
	text-decoration: none;
}
ul.he_menu_list > li button {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: transparent;
}
ul.he_menu_list > li a,
ul.he_menu_list > li button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding-top: 36px;
	background-repeat: no-repeat;
	background-position: top center;
}
ul.he_menu_list > li a:hover {
	text-decoration: underline;
}
ul.he_menu_list > li:not(:first-child) a,
ul.he_menu_list > li:not(:first-child) button{
	border-left: 1px solid #fff;
}
li.he_menu_bousai a,
li.he_menu_bousai button {
	background-image: url(/img/common/ico_h_speaker.png);
}
li.he_menu_important a,
li.he_menu_important button {
	background-image: url(/img/common/ico_h_important.png);
}
li.he_menu_news a,
li.he_menu_news button {
	background-image: url(/img/common/ico_h_fukidashi.png);
}
li.he_menu_search a,
li.he_menu_search button {
	background-image: url(/img/common/ico_h_search.png);
}
.active_search li.he_menu_search button span {
	display: none;
}
.active_search li.he_menu_search button::before {
	content: "閉じる";
}
.active_search li.he_menu_search button {
	background-image: url(/img/common/ico_h_close.png);
}

/* --------------------
検索
-------------------- */
#search {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 200;
	background-color: rgba(8,126,91,.8);
	overflow-y: scroll;
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.active_search #search {
	-webkit-transform: translateY(-100vh);
	    -ms-transform: translateY(-100vh);
	        transform: translateY(-100vh);
}
#search_container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(1080px - 100px);
	padding: 100px 0px;
	margin: 0 auto;
}

/* --------------------
検索ボックス
-------------------- */
.search_box {
	display: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0px 30px 30px;
	background-color: #fcf8de;
}
.top_index .search_box {
	display: block !important;
}
.search_box_ttl {
	position: relative;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding: 30px 0px 0px;
	margin: 0px 0px 30px;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top center;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat top center;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top center;
	background-size: 145px 5px;
}
.search_box__top .search_box_ttl {
	margin-bottom: 20px;
}
.search_box_unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
/* Googleカスタム検索,ページID検索 */
#search_keyword,
#search_page_id {
	padding: 0px 20px;
	margin: 0px 0px 30px;
}
.search_box__top #search_keyword,
.search_box__top #search_page_id {
	margin-bottom: 20px;
}
.search_submit_lbl {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 10px;
}
.search_submit_unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
input#tmp_query,
input#open_page_id {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #fff;
}
input#tmp_query {
	width: 270px;
}
input#open_page_id {
	width: 130px;
}
input#submit,
input#open_page_id_submit {
	width: 80px;
	padding: 12.5px 0px;
	margin: 0px;
	border: none;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	background-color: #087e5b;
}
#open_page_id_desc {
	width: 132px;
	margin-left: 10px;
}
#open_page_id_desc a,
#open_page_id_desc img {
	display: block;
	width: 100%;
}
#open_page_id_desc a {
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
#open_page_id_desc a:hover {
	opacity: .6;
}
#cse_filetype {
	margin-top: 10px;
}
#cse_filetype fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
	margin: 0px;
	border: none;
}
#cse_filetype legend {
	display: none;
}
#cse_filetype .cse_filetypeselect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#cse_filetype .cse_filetypeselect:not(:nth-of-type(1)) {
	margin-left: 20px;
}
#cse_filetype input[type="radio"] {
	margin: 0px;
}
#cse_filetype label {
	font-size: 1.5rem;
	line-height: 1;
	margin-left: 8px;
}
/* 検索メニュー */
ul.search_menu_list {
	list-style: none;
	padding: 0px 20px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.search_box__top ul.search_menu_list {
	padding: 0px 0px 10px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
ul.search_menu_list > li {
	margin-bottom: 30px;
}
ul.search_menu_list > li:not(:last-child) {
	margin-right: 30px;
}
.search_box__top ul.search_menu_list > li {
	margin-bottom: 10px;
}
.search_box__top ul.search_menu_list > li:not(:last-child) {
	margin-right: 27px;
}
ul.search_menu_list > li a {
	display: block;
	color: inherit;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0px 6px 40px;
	background: url(/img/common/ico_arrow_circle.png) no-repeat center left;
	background-size: 30px 30px;
}
/* 注目ワード */
#search_trend_word p {
	margin: 0px;
	text-align: center;
}
#search_trend_word p a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1;
	padding: 7.5px 10px;
	margin: 0px 5px 10px;
	background-color: #fdf09a;
	cursor: pointer;
}
#search_trend_word p a:hover {
	text-decoration: underline;
}

/* --------------------
生活
-------------------- */
#living {
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 200;
	width: 100vw;
	height: 100vh;
	background-color: rgba(8,126,91,.8);
	overflow-y: scroll;
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
#living_container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(1080px - 100px);
	padding: 100px 0px;
	margin: 0 auto;
}

/* --------------------
生活ボックス
-------------------- */
.living_box {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0px 20px 10px;
	background: url(/img/lifestage/img_life.png) no-repeat top 10px left 250px #fff;
}
.living_box.living_box__top {
	background-position: top 10px left 30px;
}
.living_box_ttl {
	margin: 0px;
	padding: 46px 0px;
	background: none;
	border: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top center;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat top center;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top center;
	background-size: 145px 5px;
}
.living_box_list {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.living_box_list > li {
	width: 130px;
	margin: 0px 10px 20px;
}
.living_box_list > li a {
	display: block;
	height: 100%;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #087e5b;
	background-repeat: no-repeat;
	background-position: center top 15px;
	padding: 90px 10px 25px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
.living_box_list > li a:hover {
	opacity: .7;
}
.living_box_list > li:nth-child(1) a {
	background-image: url(/img/lifestage/ico_life01.png);
}
.living_box_list > li:nth-child(2) a {
	background-image: url(/img/lifestage/ico_life02.png);
}
.living_box_list > li:nth-child(3) a {
	background-image: url(/img/lifestage/ico_life03.png);
}
.living_box_list > li:nth-child(4) a {
	background-image: url(/img/lifestage/ico_life04.png);
}
.living_box_list > li:nth-child(5) a {
	background-image: url(/img/lifestage/ico_life05.png);
}
.living_box_list > li:nth-child(6) a {
	background-image: url(/img/lifestage/ico_life06.png);
}
.living_box_list > li:nth-child(7) a {
	background-image: url(/img/lifestage/ico_life07.png);
}
.living_box_list > li:nth-child(8) a {
	background-image: url(/img/lifestage/ico_life08.png);
}
.living_box_list > li:nth-child(9) a {
	background-image: url(/img/lifestage/ico_life09.png);
}
.living_box_list > li:nth-child(10) a {
	background-image: url(/img/lifestage/ico_life10.png);
}
.living_box_list > li:nth-child(11) a {
	background-image: url(/img/lifestage/ico_life11.png);
}
.living_box_list > li:nth-child(12) a {
	background-image: url(/img/lifestage/ico_life12.png);
}

/* --------------------
グローバルナビ
-------------------- */
#gnav {
	width: 1080px;
	margin: 0px auto;
}
#gnav_box {
	padding: 0px 100px;
}
ul#gnav_list {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 892px;
}
ul#gnav_list > li {
	width: 200px;
}
ul#gnav_list > li a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	color: #087e5b;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0px;
}
ul#gnav_list > li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 100%;
	height: 5px;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%);
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792));
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%);
	-webkit-transform-origin: center right;
	    -ms-transform-origin: center right;
	        transform-origin: center right;
	-webkit-transform: translateX(-50%) scale(0,1);
	    -ms-transform: translateX(-50%) scale(0,1);
	        transform: translateX(-50%) scale(0,1);
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform;
}
ul#gnav_list > li a:hover::after {
	-webkit-transform-origin: center left;
	    -ms-transform-origin: center left;
	        transform-origin: center left;
	-webkit-transform: translateX(-50%) scale(1,1);
	    -ms-transform: translateX(-50%) scale(1,1);
	        transform: translateX(-50%) scale(1,1);
}

/* --------------------
SPグローバルナビ
-------------------- */
#sp_gnav {
	display: none;
	padding: 0px 10px;
	background: #fff;
}
#sp_gnav_box {
	padding: 25px 0px;
}
ul#sp_gnav_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul#sp_gnav_list > li {
	width: calc(50% - 2.5px);
}
ul#sp_gnav_list > li:nth-child(2n) {
	margin-left: 5px;
}
ul#sp_gnav_list > li:nth-child(n + 3) {
	margin-top: 16px;
}
ul#sp_gnav_list > li a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	color: #087e5b;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 16px;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat bottom left;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat bottom left;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat bottom left;
	background-size: 100% 5px;
}

/* --------------------
SPメニュー
-------------------- */
#spmenu {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: auto;
}
.spm_ttl {
	display: none;
	padding: 10px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #087e5b;
	background: #fff;
}
.spm_ttl img {
	display: block;
}
.spm_ttl.spm_ttl__setting img {
	width: 121px;
}
.spm_ttl.spm_ttl__search img {
	width: 64px;
}
.spm_ttl.spm_ttl__menu img {
	width: 87px;
}
.spm_box {
	color: #fff;
	background-color: #087e5b;
}
.spm_box a {
	color: #fff;
	text-decoration: none;
}
ul.spm_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
li.spm_item {
	width: 25%;
}
li.spm_item:not(:first-child) {
	border-left: 1px solid #bfe893;
}
li.spm_item a,
li.spm_item button {
	display: block;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center bottom 11px;
	background-size: 80px;
	overflow: hidden;
	text-indent: -9999em;
}
li.spm_item a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
li.spm_item button{
	padding: 0px;
	border: none;
	background-color: transparent;
}
li.spm_home a,
li.spm_home button {
	background-image: url(/img/sp/ico_spm_home.png);
}
li.spm_setting a,
li.spm_setting button {
	background-image: url(/img/sp/ico_spm_setting.png);
}
li.spm_search a,
li.spm_search button {
	background-image: url(/img/sp/ico_spm_search.png);
}
li.spm_menu a,
li.spm_menu button {
	background-image: url(/img/sp/ico_spm_menu.png);
}
li.spm_item.is_active {
	background-color: #fff;
}
li.spm_item.is_active a,
li.spm_item.is_active button {
	background-image: url(/img/sp/ico_spm_close.png);
}

/********** 4 パンくず **********/

#pankuzu_wrap {
	background: #f7f9f7;
	padding: 24px 0px;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#pankuzu_wrap > div:not(:first-child) {
	margin-top: 11px;
}
.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	height: 2rem;
	background: #e7e7e7;
	border-radius: 5px;
	color: #333;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/

/* --------------------
フッター
-------------------- */
#footer_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 50px 0px 500px;
	background: url(/img/common/bg_footer.png) no-repeat center bottom;
}
#footer_container,
#footer_container a{
	color: #087e5b;
}
.ft_inner {
	background-color: rgba(255,255,255,.5);
}
.ft_top {
	margin-bottom: 20px;
}
.ft_logo {
	padding: 0px 0px 0px 38px;
	margin: 0px;
	font-size: 3rem;
	line-height: 1;
	background: url(/img/common/logo2.png) no-repeat center left;
	background-size: 28px 28px;
}
.ft_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.ft_left,
.ft_right {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ft_left {
	width: 520px;
	padding-right: 40px; 
}
.ft_link {
	margin-bottom: 20px;
}
ul.ft_link_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.ft_link_list > li:not(:last-child) {
	margin-right: 30px;
}
ul.ft_link_list > li a {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 4px 0px 4px 35px;
	background: url(/img/common/ico_arrow_circle.png) no-repeat center left;
	background-size: 25px 25px;
}
.ft_box.ft_box__address {
	margin-top: 20px;
}
.ft_box.ft_box__detail {
	margin-top: 26px;
}
.ft_box_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding-top: 20px;
	margin: 0px 0px 16px 0px;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat top left;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background-size: 65px 5px;
}
.ft_box_txt {
	font-size: 1.5rem;
	line-height: 2.3rem;
	margin: 0px;
}
.ft_right {
	width: 240px;
	background-color: #f7f9f7;
}
ul.ft_navi_list {
	list-style: none;
	padding: 26px 30px;
	margin: 0px;
}
ul.ft_navi_list > li{
	font-size: 1.5rem;
	line-height: 2.3rem;
}
ul.ft_navi_list > li:not(:first-child){
	margin-top: 16px;
}
ul.ft_navi_list > li a {
	display: block;
}

/* --------------------
戻る・ページトップ
-------------------- */
#back_or_pagetop {
	display: none !important;
}
#back_or_pagetop {
	width: 1080px;
	margin: 0px auto;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
#back_or_pagetop > div a {
	display: block;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	line-height: 2rem;
	padding: 10px 20px;
	width: 10em;
}

/* --------------------
ページトップ（フローティング表示）
-------------------- */
#footer_link_pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: -160px;
	z-index: 90;
	border-radius: 100%;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 20px;
}
#footer_link_pagetop a {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 80px;
	height: 80px;
	border: 2px solid #0aad7d;
	border-radius: 100%;
	color: #087e5b;
	background-color: #fff;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: .2s border-width;
	-o-transition: .2s border-width;
	transition: .2s border-width;
}
#footer_link_pagetop a:hover {
	border-width: 40px;
}
#footer_link_pagetop a span {
	display: block;
	width: 36px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: url(/img/common/ico_pagetop.png) no-repeat center center;
	background-size: contain;
	text-indent: -9999em;
}
#footer_link_pagetop a:hover span {
	background-image: url(/img/common/ico_pagetop_w.png);
}

/* --------------------
おすすめ情報（回遊ボタン）
-------------------- */
#osusume_banner {
	display: none !important;
}
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}
#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 100px;
}
#osusume_banner_ttl a {
	display: block;
	background: #ccc;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 30px 0px;
}
#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	background: #ccc;
	padding: 10px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}
#osusume_banner_list_box {
	background: #fff;
	padding: 5px;
	position: relative;
}
#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}
.osusume_banner_list_detail {
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.osusume_banner_list_detail > a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}
.top_index #mymainback {
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* コンテンツヘッダ */
.content_header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	margin: 30px 0px;
}
#content_header {
	margin-left: auto;
	text-align: right;
}
#content_header > span {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
}
#content_header > span:not(:first-child) {
	margin-top: 15px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}
.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4rem;
	padding: 25px 30px;
	margin: 0px;
	background: -o-linear-gradient(left, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
	background: -webkit-gradient(linear, left top, right top, from(#b7e7d8), color-stop(50%, #e5f9eb), to(#ecf8de));
	background: linear-gradient(to right, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
}
#main_body h2,
#main_body h3,
#main_body h4,
#main_body h5,
#main_body h6 {
	clear: both;
	font-weight: bold;
	margin: 20px 0px;
}
#main_body h2 {
	font-size: 2.8rem;
	line-height: 3.6rem;
	padding: 19px 30px;
	background: #e4f9eb;
}
#main_body h3 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	padding: 19px 30px;
	background: #ecf8df;
}
#main_body h4 {
	font-size: 2.2rem;
	line-height: 3rem;
	padding: 15px 30px;
	background: -o-linear-gradient(left, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%) no-repeat bottom left;
	background: -webkit-gradient(linear, left top, right top, from(#b7e7d8), color-stop(50%, #e5f9eb), to(#ecf8de)) no-repeat bottom left;
	background: linear-gradient(to right, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%) no-repeat bottom left;
	background-size: 100% 5px;
}
#main_body h5 {
	font-size: 2rem;
	line-height: 2.8rem;
	padding: 15px 30px 10px;
	border-bottom: 5px solid #e4f9eb;
}
#main_body h6 {
	font-size: 1.8rem;
	line-height: 2.6rem;
	padding: 15px 30px 10px;
	border-bottom: 5px solid #ecf8df;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#recommend_title,
#ai_recommend_title {
	padding: 0px 30px;
	background-color: #f7f9f7;
}
#recommend_title h2,
#ai_recommend_title h2 {
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 4.8rem;
	font-weight: normal;
	padding: 26px 0px;
	margin: 0px;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul > li,
#sidebar_ai_recommend ul > li {
	padding: 11px 20px;
	border-bottom: 1px solid #f2f2f2;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li:not(:first-child) {
	margin-top: 20px;
}
#common_banner_link ul li a {
	display: block;
	color: #333;
	background: #f7f9f7;
	padding: 38px 30px;
}
#common_banner_link ul li a span {
	display: inline-block;
}
#common_banner_link ul li a:hover span {
	text-decoration: underline;
}

/* 「見つからないときは」「よくある質問」バナー（1カラム） */
@media screen and (min-width: 1080px) {
	#main #common_banner_link ul {
		margin: 30px 0px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	#main #common_banner_link ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		margin: 0px;
	}
}
/* 「見つからないときは」「よくある質問」バナー（1カラム） ここまで */

/* サイドメニュー */
.side_box {
	border: solid 1px #087e5b;
}
.side_box_ttl {
	color: #fff;
	background-color: #087e5b;
	padding: 0px 30px;
}
.side_box_ttl h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 38px 0px;
	margin: 0px;
}
.side_box_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 0px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 0px;
}
.side_box_txt {
	padding: 20px;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 1em;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/* サイドバーメニューボタン */
#sidebar_menu {
	display: none;
	position: fixed;
	bottom: 160px;
	left: 100%;
	z-index: 160;
}
#sidebar_menu button {
	width: 50px;
	height: 50px;
	border: none;
	padding: 0px;
	background: url(/img/sp/btn_sidemenu.png) no-repeat center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999em;
}
.active_side #sidebar_menu button {
	background-image: url(/img/sp/btn_sidemenu_close.png);
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px;
}
.info_list ul li:not(:first-child) {
	margin-top: 12px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.info_list.info_list_date ul li,
.info_list.info_list_date ul li > span {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
	padding-right: 1em;
	max-width: 50%;
}
.info_list.info_list_date ul li > span.article_title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

/* リスト（日付:新着情報一覧） */
.soshiki_news .info_list.info_list_date ul li > span.article_date {
	width: 14em;
}

/* リスト（日付:大分類） */
.life_list3 .info_list.info_list_date ul li,
.life_list3 .info_list.info_list_date ul li > span {
	display: block;
}
.life_list3 .info_list.info_list_date ul li > span.article_date {
	padding-right: 0;
	max-width: none;
}
.life_list3 .info_list.info_list_date ul li > span.article_date,
.life_list3 .info_list.info_list_date ul li > span.article_title {
	width: auto;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.list_pack .article_txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.list_pack .article_txt .article_date,
.list_pack .article_txt .article_title {
	display: block;
}
.list_pack .article_img {
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #087e5b;
	color: inherit;
	font-size: 1.3rem;
	line-height: 1.4rem;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
div.link_ichiran a:hover {
	text-decoration: underline;
}
#main div.link_ichiran a {
	min-width: 180px;
}

/* リスト（newアイコン） */
img.icon_new {
	position: relative;
	top: -1px;
	margin-left: 9px;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	-webkit-box-shadow: 5px 5px 5px rgba(21,21,21,.05), -5px 5px 5px rgba(21,21,21,.05), 5px -5px 5px rgba(21,21,21,.05), -5px -5px 5px rgba(21,21,21,.05);
	        box-shadow: 5px 5px 5px rgba(21,21,21,.05), -5px 5px 5px rgba(21,21,21,.05), 5px -5px 5px rgba(21,21,21,.05), -5px -5px 5px rgba(21,21,21,.05);
}
.section_information h2,
#main_body .section_information h2 {
	color: #087e5b;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 26px 30px;
	margin: 0px;
	border: none;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat top left;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background-size: 100% 5px;
}
.section_information p.no_data {
	padding: 20px 30px;
	margin: 0px;
	text-align: center;
}
.section_information_list ul {
	margin: 0px;
	padding: 0px 30px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 16px 0px;
	border-bottom: 1px solid rgba(8,126,91,.3);
}
.section_information_list ul li > span.article_date {
	font-size: 1.5rem;
	width: 14em;
	max-width: 40%;
}
.section_information_list ul li > span.article_title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.section_information_list .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	padding: 30px 0px;
}
.section_information_list .link_box > span {
	display: inline-block;
	margin: 0px 15px;
	max-width: calc(50% - 30px);
}
.section_information_list .link_box > span a {
	color: inherit;
	font-size: 1.5rem;
	line-height: 1;
	display: block;
	padding: 7.5px 60px 7.5px 0px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px 30px;
	text-decoration: none;
}
.section_information_list .link_box > span a:hover {
	text-decoration: underline;
}
.section_information_list .link_box > span.link_ichiran a {
	background-image: url(/img/common/ico_3reader_g.png);
}
.section_information_list .link_box > span.link_rss a {
	background-image: url(/img/common/ico_rss_g.png);
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	color: #087e5b;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 26px 30px;
	margin: 0px;
	border: none;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat top left;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background-size: 100% 5px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1080px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.banner_list > li {
	width: 150px;
	margin: 10px;
}
ul.banner_list > li img {
	display: block;
}
ul.banner_list > li img {
	display: block;
	max-width: 100%;
	height: auto;
}
.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/* バナー広告（フッタ） */
#footer_banner {
	clear: both;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 50px 0px 90px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #ccc;
	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_5 { background-image: url(/img/life/life3_5_title.jpg); }
div#main_header_life3_6 { background-image: url(/img/life/life3_6_title.jpg); }

div[id^="main_header_life3_"] h1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.25;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類（ライフイベント） */
#lifestage {
	margin: 50px 0px;
	padding: 0px 50px;
}

/* 分類 */
#life_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.life_cat_list {
	width: calc(50% - 20px);
	margin-right: 40px;
}
.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}
.life_cat_list:nth-child(n + 3) {
	margin-top: 30px;
}
.life_list3 .life_cat_list {
	width: calc(33.33333% - 20px);
	margin-right: 30px;
}
.life_list3 .life_cat_list:nth-child(3n) {
	margin-right: 0px;
}
.life_list3 .life_cat_list:nth-child(n + 3) {
	margin-top: 0px;
}
.life_list3 .life_cat_list:nth-child(n + 4) {
	margin-top: 30px;
}
.life_list3.life_list3_thum .life_cat_list,
.life_list2.life_list2_thum .life_cat_list {
	width: 100%;
	margin-right: 0px;
}
.life_list3_thum .life_cat_list:nth-child(n + 2),
.life_list2_thum .life_cat_list:nth-child(n + 2) {
	margin-top: 30px;
}
#main_body .life_cat_list h2,
#main_body .life_cat_list h3 {
	font-size: 1.8rem;
	line-height: 2.6rem;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: 0px;
}
.life_list3 #main_body .life_cat_list h2,
.life_list3 #main_body .life_cat_list h3 {
	text-align: center;
}
.life_list2 #main_body .life_cat_list h2,
.life_list2 #main_body .life_cat_list h3 {
	background-color: #ecf8df;
}
.life_gaiyou {
	margin-bottom: 1em;
}

/* 関連情報 */
#kanren_info {
	background: #ecf8df;
}
#kanren_info h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0px;
	padding: 38px 30px;
}
#kanren_info_cont {
	padding: 0px 20px 20px;
}
#kanren_info .kanren_box {
	padding: 20px 0px;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 16px 0px;
	padding: 18px 20px;
	background: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}
#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#kanren_info .kanren_box ul li:not(:first-child) {
	margin-top: 12px;
}
#kanren_info div.link_ichiran {
	margin-top: 16px;
	text-align: center;
}
#kanren_info div.link_ichiran a {
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
	border: none;
	background: #ccc;
	padding: 18px 20px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 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;
	padding: 17px 30px;
	background: #ecf8df;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.6rem;
}
.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}
.life_cat_list_ttl {
	margin: 0px;
	padding: 17px 30px;
	background: #ecf8df;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.6rem;
}

/* 組織 */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* 部局 */
#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;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image a {
	display: block;
}
#soshiki_pr_image img {
	display: block;
	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,
.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid #c8c8c8;
	padding-top: 1em;
	margin-top: 1em;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 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: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	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;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #f5f5f5;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
}

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"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.question_detail #main_body * {
	white-space: normal;
	word-break: break-all;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td * {
	white-space: normal;
	word-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}

/* アコーディオン */
.acc_head {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding-right: 40px !important;
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 20px;
}
.acc_head {
	background-image: url(/img/common/ico_acc_close.png);
}
.acc_head.is_closed {
	background-image: url(/img/common/ico_acc_open.png);
}
.acc_head.acc_head__w {
	background-image: url(/img/common/ico_acc_close_w.png);
}
.acc_head.acc_head__w.is_closed {
	background-image: url(/img/common/ico_acc_open_w.png);
}