@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 97px;
	overflow: auto;
}
body {
	font-family: "UD新ゴ R JIS2004","UD Shin Go Regular JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media print, screen and (min-width: 1025px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
	@media (max-width: 1025px){
		html{
			scroll-padding-top: 0;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #900;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #0957AC;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}
a:link > strong{
	color: #0957AC;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
a:active > strong {
	text-decoration: none;
	color: #9f0000;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #f7f7f7;
	color: #000;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #000;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: "UD新ゴ R JIS2004","UD Shin Go Regular JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button {
	font-family: "UD新ゴ R JIS2004","UD Shin Go Regular JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,header button[type="button"]:hover,#main_outline button[type="button"]:hover,footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover {
	background: #666;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em{
	font-family: "UD新ゴ DB JIS2004","UD Shin Go DemiBold JIS2004";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 90%;
	display: inline-block;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/
.all{
	overflow: hidden;
}
.design{
	clear: both;
}
.zone01_in >*,
.zone02_in >*,
.zone03_in >*,
.zone04_in >*{
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
	margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
	.zone01 {
		float: none;
		width: 100%;
	}
	.zone02 {
		float: none;
		width: 100%;
	}
}

/********************** ヘッダー **********************/
.sub_main_header {
/*	background: #fff;*/
	width: 100%;
}
.head{
	position: relative;
}
.head::before{
	content: "";
	position: absolute;
	width: 544px;
	height: 130px;
	background: url("img/13_bg01.png") no-repeat top left / contain;
	top: -10px;
	left: 17.5%;
	z-index: -1
}
	@media only screen and (max-width: 1024px) {
		.head::before{
			width: 320px;
			height: 75px;
			top: -2px;
		}
	}
	@media only screen and (max-width: 500px){
		.head::before{
			width: 280px;
			height: 65px;
			top: -4px;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.h_top .h_toplist01 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.h_top .h_toplist01 > li {
	margin: 0 20px 0 0;
}
	@media only screen and (max-width: 1024px) {
		.h_top .h_toplist01{
			display: none;
		}
	}
/* 色の反転・フォントサイズ */
.bg_color, .font_size{
	display: flex;
	align-items: center;
	font-size: 90%;
}
.bg_tit, .font_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list, .font_list{
	display: flex;
	align-items: center;
}
.bg_list li, .font_list li {
	padding: 0;
	margin: 0 0 0 4px;
}
.bg_list li a,.font_list li a{
	display: block;
	border: 1px solid #9D9D9D;
	background: #fff;
	text-decoration: none;
	padding: 4px 6px;
	color: #000;
}
.bg_list li:last-child a,.font_list li:last-child a{
	background: #000;
}
.bg_list li:last-child a > strong,.font_list li:last-child a strong{
	color: #fff;
}
/* Language */
.h_toplist01 li.lang{
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0 0 0 20px;
}
.h_toplist01 li.lang a{
	position: relative;
	display: inline-block;
	padding-left: 18px;
}
.h_toplist01 li.lang a::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 9px;
	top: 8px;
	left: 0;
	background: url("img/list_icon.svg") no-repeat top left / 11px auto;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head_in .h1 {
	margin: 0;
	width: 355px;
}
.head_in .mainsite {
	margin: 0 0 10px;
}
.head_in .mainsite a{
	position: relative;
	display: inline-block;
	padding-left: 18px;
}
.head_in .mainsite a::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 9px;
	top: 8px;
	left: 0;
	background: url("img/list_icon.svg") no-repeat top left / 11px auto;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			padding: 0;
			width: 100%;
		}
		.head_in{
			padding: 10px;
			position: relative;
			z-index: 1;
			min-height: 80px;
			height: 100%;
		}
		.head_in .h1 {
			width: 280px;
		}
		.head_in .mainsite{
			display: none;
		}
	}
	@media only screen and (max-width: 500px){
		.head_in .h1{
			width: 72.2%;
		}
	}

/* 検索ボックス */
.h_top .search_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.h_top .search{
	display: flex;
	align-items: center;
	margin: 10px 0 0 32px;
}
.h_top .src_box form{
	display: flex;
	align-items: center;
	position: relative;
}
.h_top .src_box label{
	display: block;
	margin: 0 10px 0 0;
	font-size: 90%;
}
.h_top .src_box form .src_textbox{
	display: flex;
	align-items: center;
	width: 260px;
}
.h_top .search_id .src_box form .src_textbox{
	width: 200px;
}
.h_top .search_id .src_box form div:last-child{
	z-index: 3;
}
.h_top .search_id .src_box form div:last-child p{
	position: absolute;
    top: 3rem;
    background: #fff;
    padding: 4px;
    border: 2px solid rgb(204, 204, 204);
	left: 0;
}
.h_top .search_id .src_box form div:last-child p::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-bottom: 12px solid #ccc;
    top: -20px;
    right: 50%;
}
.h_top .search_id .src_box form div p{
	margin: 0;
}

.src_box .q {
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #9d9d9d!important;
	border-right: none!important;
}
.h_top .src_box #search_button,
.h_top .src_box #search_button2,
.src_box #search_button_sp,
.src_box #search_button_sp2{
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 90%;
	cursor: pointer;
	border: 1px solid #9D9D9D;
	border-left: none;
	white-space: normal;
	border-radius: 0;
	position: relative;
}
.h_top .src_box #search_button::before,
.h_top .src_box #search_button2::before,
.src_box #search_button_sp::before,
.src_box #search_button_sp2::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 77%;
	background-color: #9d9d9d;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.h_top .src_box #search_button:hover,
.h_top .src_box #search_button2:hover,
.src_box #search_button_sp:hover,
.src_box #search_button_sp2:hover{
	background: #f7f7f7;
}
	@media only screen and (max-width: 1024px) {
		.h_top .search_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 54px) !important;
		}
		.src_box #search_button_sp,
		.src_box #search_button_sp2{
			width: 54px;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	background: #005842;
	letter-spacing: 0.1em;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
}
.g_navi_in > li {
	width: 20%;
	margin: 0;
	display: flex;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	background: #005842;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	transition: all 0.3s;
}
.g_navi_in > li a::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 62.5%;
	background-color: #528178;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.g_navi_in > li:last-child a::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 62.5%;
	background-color: #528178;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.g_navi_in > li > a strong{
	color: #fff;
}
.g_navi_in > li > a:hover, .g_navi_in > li.active > a {
	background-color: #000;
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}
/**** スマホメニューに関するスタイル ****/
#menu_button{
	float: right;
	margin: -67px 10px 0;
	display: inline-block;
}
#menu_button a{
	position: relative;
	background: #000;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
	z-index: 2;
}
#menu_button a strong{
	color: #fff;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 2px;
	width: 30px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 2px;
	width: 30px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
	@media print, screen and (min-width: 1025px) {
		#menu_button,
		#lan_drop{
			display: none !important;
		}
	}
#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	box-sizing: border-box;
	color: #333;
	border-left: 3px solid #ccc;
}
	@media print, screen and (min-width: 1025px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a{
	background: #005842;
	display: inline-block;
	color: #fff;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 8px 12px 12px;;
	border-bottom: 3px solid #ccc;
}
#sidr .src_box:last-child{
	border-bottom: none;
}
#sidr .src_box label{
	display: block;
	margin-bottom: 2px;
}
#sidr .src_box form > div{
	display: flex;
	align-items: center;
}
#sidr .src_box.search_id{
	border-bottom: none;
}
#sidr .src_box form#cse-search-box-sp2 div p{
	border: 2px solid #ccc;
    padding: 5px;
    margin-top: 10px;
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #ccc;
	margin: 0;
	padding: 0;
	background-color: #F4F0E4;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #ccc;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul.sidr_navi li::before{
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background: url("img/13_gnav00_sp.png") no-repeat top left / contain;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
#sidr ul.sidr_navi li:nth-child(2)::before{
	background-image: url("img/13_gnav01_sp.png");
}
#sidr ul.sidr_navi li:nth-child(3)::before{
	background-image: url("img/13_gnav02_sp.png");
}
#sidr ul.sidr_navi li:nth-child(4)::before{
	background-image: url("img/13_gnav03_sp.png");
}
#sidr ul.sidr_navi li:nth-child(5)::before{
	background-image: url("img/13_gnav04_sp.png");
}
#sidr ul.sidr_navi li:nth-child(6)::before{
	background-image: url("img/13_gnav05_sp.png");
}
#sidr ul.sidr_navi li:nth-child(7)::before{
	background-image: url("img/13_gnav06_sp.png");
}
#sidr ul li::after{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}
#sidr ul li:last-child{
	border-bottom: none;
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr ul.sidr_navi li a{
	padding-left: 48px;
}
#sidr ul li.mainsite{
	border-top: 2px solid #ccc;
	font-size: 85%;
	background-color: #D8EAE5;
}
#sidr ul li.mainsite a{
	padding-left: 12px;
}
#sidr ul li.mainsite::before{
	display: none;
}
#sidr ul.sidr_navi_sub{
	display: flex;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
	font-size: 85%;
	width: 100%;
}
#sidr ul.sidr_navi_sub li a{
	letter-spacing: -0.01em;
}
/**** 支援機能 ****/
#sidr .side_shien{
	background: #e8f4f9;
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 10px 10px 4px;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	margin-right: 1.25%;
	margin-bottom: 6px;
	width: 24%;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 70%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
}
#sidr ul.sidr_navi03{
	display: flex;
	border-top: 1px solid #bbb;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	border-right: 1px solid #bbb;
}
/*********** フッター ***********/
.sub_sub_main_footer {
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 768px) {
		.sub_sub_main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #88c9ea;
	padding-left: 16px;
	position: relative;
}
.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
}
.online_strage_a .mypage_h2_wrapper p {
	float: right;
}
.online_strage_a .mypage_contents {
	background-color: #e8f4f9;
	padding: 4px 16px 16px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
}
.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	background: #efefef;
	color: #9f0000;
}
	@media only screen and (max-width: 768px) {
		.online_strage_a{
			padding: 0 10px 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: #f7f7f7;
	padding: 60px 0 10px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	line-height: 1;
	padding: 16px 24px 16px 42px;
	position: relative;
	transition: all .3s;
}
.foot_modori a::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 8px;
	background: url("img/13_btn_icon.svg") no-repeat top left / 10px auto;
	top: 50%;
	left: 24px;
	transform: translateY(-50%) rotate(-90deg);
}
.foot_modori a:hover{
	background: none;
	color: #000;
}
.foot_modori a:hover::before{
	background-image: url("img/btn_icon_hover.svg");
}
	@media only screen and (max-width: 768px) {
		.foot_modori{
			padding-top: 40px;
		}
		.foot_modori .modoriin {
			width: 100%;
		}
	}
	@media only screen and (max-width: 500px) {
		.foot_modori{
			padding-top: 30px;
		}
	}
/**** メインフッター ****/
.foot_sub_link{
	background: #D4DBD9;
	padding: 6px 0 18px;
}
.foot_sub_link_in{
	max-width: 1224px;
	margin: 0 auto;
	padding: 0 12px;
}
.foot_wrap {
	background: url("img/13_foot_bg.jpg") no-repeat top center / cover;
	padding: 0;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 12px;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin: 12px 0 0;
	padding-left: 18px;
	font-size: 90%;
}
.foot_link li::before{
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 0;
	width: 11px;
	height: 9px;
	background: url("img/list_icon.svg") no-repeat top left / 11px auto;
}
.foot_logo{
	width: 184px;
	margin: 0 0 16px;
}
.foot_in{
	background: rgba(255,255,255,.8);
	padding: 30px;
	max-width: 793px;
}
.foot_adrs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot_id{
	width: calc(100% - 319px);
}
.mail{
	width: 295px;
}
.mail a{
	display: block;
	background-color: #005842;
	padding: 16px 30px 16px 16px;
	text-align: center;
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}
.mail a::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 8px;
	background: url("img/13_btn_icon.svg") no-repeat top left / 10px auto;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}
.mail a:hover{
	background: #000;
}
.foot .address {
	margin: 0 0 4px;
	font-size: 90%;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_in .foot_link li{
	margin-right: 19px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	font-size: 90%;
}
.foot_in .foot_link li:last-child{
	border-right: none;
}
.foot_copy {
	background: #000;
	font-size: 81%;
	color: #fff;
	padding: 8px 12px;
	text-align: center;
}
.foot_copyin {
	width: 100%;
	margin: 0 auto;
}
	@media only screen and (max-width: 768px) {
		.foot {
			padding: 10px;
			width: 100%;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
		.foot_adrs{
			margin-bottom: 16px;
		}
		.foot_id{
			width: 100%;
		}
		.mail a{
			padding: 12px 30px 12px 12px;
		}
	}
	@media only screen and (max-width: 500px){
		.foot_in .foot_link li{
			width: 100%;
			border-right: none;
		}
		.foot_in{
			padding: 24px;
		}
	}
	
/********************** 領域共通のスタイル **********************/
.main {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.main h2 {
	color: #000;
	padding: 2px 16px 8px;
	font-size: 150%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main h2 .h2_img{
    width: 50px;
	min-height: 36px;
}
.main h2 a {
	display: block;
}
.main .h2{
	overflow: hidden;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
/*
.main .h2 h2 {
	float: left;
}
*/
.main h2.none_h2 {
    margin: 0;
    padding: 0!important;
    height: 0;
}
.main li {
	position: relative;
	padding-left: 18px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	width: 11px;
    height: 9px;
    top: 8px;
    left: 0;
    background: url(img/list_icon.svg) no-repeat top left / 11px auto;
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
.main .inner{
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}

/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display,.ac_display02{
	display: none;
}
@media print, screen and (min-width: 769px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 768px) {
	.ac_box h2, .ac_box h2{
		padding-right: 72px;
	}
	.ac_display, .ac_display02{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.ac_display a, .ac_display02 a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after,
	.ac_display02::before,
	.ac_display02::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box,.ac_box02{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
	.ac_box02.active p::after{
		transform: rotate(90deg);
	}
}
/**** 分類1のスタイル ****/
.main .category_p01{
	max-width: 1224px;
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.main .category_p01{
		padding: 0 10px;
	}
}
/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
}
.main .emergency h2{
	background: #a90000;
	color: #fff;
	font-size: 125%;
	padding: 10px 16px;
	text-align: left;
	display: block;
}
.main .emergency .h2{
	overflow: hidden;
}
.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 8px 20px 20px;
}

/**** スライドショーのスタイル ****/
.vis{
	position: relative;
	margin-top: 0;
	padding: 0;
}
.vis h2{
	padding: 0;
	margin: 0;
	height: 0;
}
.vis.vis_sub .vis_bg{
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.vis .vis_txt{
	position: absolute;
	width: 108px;
	margin: 0;
	top: 1.3vw;
	right: calc(50% - 520px);
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg li::before,.vis .vis_bg li::after{
	display: none;
}
.slick-list, .slick-list > *{
	line-height: 0;
}
.vis_sub .slick-list{
	overflow: visible;
	position: relative;
}
.vis_sub .slick-list::before,
.vis_sub .slick-list::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 / .3);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	top: 0;
	z-index: 1;
}
.vis .vis_bg li .window{
	position: absolute;
    bottom: 60px;
    left: 20px;
    line-height: 1.5;
    height: auto;
}
@supports not (backdrop-filter: blur(4px)){
	.vis_sub .slick-list::before,
	.vis_sub .slick-list::after{
		background-color: rgba(255 255 255 / .5);
	}
}
.vis_sub .slick-list::before{
	right: 100%;
	left: -100%;
}
.vis_sub .slick-list::after{
	left: 100%;
	right: -100%;
}
.vis_sub .vis_slider, .vis_sub .slick-list, .vis_sub .slick-list *{
	height: 100%;
}
.vis_sub .slick-slide img{
	object-fit: cover;
}

@media only screen and (max-width: 1223px){
	.vis .vis_txt{
		right: 2.45vw;
		width: 9.1vw;
	}
}
@media only screen and (max-width: 1024px){
	.vis .vis_bg li .window{
		left: 8px;
		bottom: 15px;
	}
}
@media only screen and (max-width: 500px){
	.vis_sub .slick-list{
		height: 65.8vw!important;
	}
	.vis .vis_txt{
		width: 15.5vw;
	}
}
/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul > li::before {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	background: #e8f4f9;
	padding: 16px;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.main .ilist_lower ul > li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul > li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0;
}
.ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 768px) {
		.main .ilist_lower ul > li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul > li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.ilist2 {
	margin-top: 24px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul > li::before {
	display: none;
}
.main .ilist2_lower ul > li a {
	padding: 16px;
	width: 100%;
	background: #e8f4f9;
	display: flex;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 768px) {
		.main .ilist2_lower ul > li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul > li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul > li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 分類のスタイル ****/
.category, .category2 {
	margin-top: 24px;
	
}
.category3 {
	margin-top: 24px;
	
}
.category4 {
	margin-top: 24px;
}
.category5 {
	margin-top: 24px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
}
.main .event_lower {
	border: 2px solid #005842;
	padding: 12px 24px 24px;
}
.main .event_lower li {
	padding-left: 0;
}
.main .event_lower li::before {
	display: none;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #007bbb;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin-right: 8px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
.main .event_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.main .calendar_lower .event_month li.pre,
.main .calendar_lower .event_month li.next{
	margin-bottom: 10px;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 106%;
	text-decoration: none;
	padding: 5px 10px;
	position: relative;
	line-height: 1;
}
.event_month li.pre a{
	padding-left: 24px;
}
.event_month li.next a{
	padding-right: 24px;
}
.event_month li.pre a:before,
.event_month li.next a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	
}
.event_month li.pre a:before{
	left: 10px;
	transform: rotate(-135deg);
}
.event_month li.next a:before{
	right: 10px;
	transform: rotate(45deg);
}
/**** イベントカレンダーのスタイル ****/
.calendar .inner {
	background-color: #f7f7f7;
	border: none;
	border-top: 3px solid #005842;
	padding: 30px;
}
.calendar h2{
	text-align: center;
	padding: 0 0 20px;
	display: block;
	
}
.main .calendar_lower {
	overflow: auto;
	padding: 0;
}
.main .calendar .cal_nav{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.main .calendar .cal_nav p{
	font-size: 200%;
	margin: 0;
	line-height: 1;
}
.main .calendar .cal_nav p strong{
	color: #000;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin: 0 8px 0 0;
	display: inline-block;
}
.main .calendar_lower .event_month li:last-child{
	margin-right: 0;
}
.main .calendar_lower .event_month img {
	vertical-align: baseline;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	display: none;
}
.main .calendar th {
	border: 1px solid #9D9D9D;
	text-align: center;
	background-color: #fff;
	vertical-align: middle;
	font-size: 106%;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #9D9D9D;
	text-align: center;
	background-color: #fff;
	vertical-align: middle;
	font-size: 106%;
}
.main .calendar .sun {
	background: #FCE2D8;
}
.main .calendar .sat {
	background: #E2EBF8;
}
.main .calendar .today {
	background: #005842;
}
.main .calendar .today > strong {
	color: #fff;
}
@media only screen and (max-width: 500px){
	.calendar .inner {
		padding: 20px;
	}
}
/**** 新着情報のスタイル ****/
.main .important, .main .new{
	background-color: #D8EAE5;
	padding: 30px;
}
.important_lower ul li, .new_lower ul li{
	background-color: #fff;
	margin: 0 0 16px;
	padding: 26px 30px;
	overflow: hidden;
}
.main .important_lower ul li:last-child, .main .new_lower ul li:last-child{
	margin-bottom: 0;
}
.main .important_lower ul li::before, .main .new_lower ul li::before{
	display: none;
}
.main .important  ul li,
.main .new ul li .new_lst{
	display: flex;
	flex-wrap: wrap;
}
.main .important ul li .list,
.main .new ul li .new_lst .list{
	width: calc(100% - 150px);
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}

@media only screen and (max-width: 1024px){
	.main .important, .main .new{
		padding: 20px;
	}
	.important_lower ul li, .new_lower ul li{
		padding: 18px 24px;
	}
}
@media only screen and (max-width: 500px){
	.main .important, .main .new{
		padding: 16px 12px 20px;
	}
	.important_lower ul li, .new_lower ul li{
		padding: 10px 16px;
	}
	.main .important .date, .main .new .date{
		width: 100%;
		margin-bottom: 1px;
	}
	.main .important ul li .list,
	.main .new ul li .new_lst .list{
		width: 100%;
	}
}

/**** トピックスのスタイル ****/
.topics {
	margin-top: 40px;
}
.main .topics_lower {
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
.main .topics div.date{
	margin-left: 0;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	max-width: 295px;
	background: none;
	width: 100%;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #000;
	color: #fff;
	border: 1px solid #000;
	display: inline-block;
	padding: 14px 32px 14px 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	position: relative;
	transition: all .3s;
}
.main .more li a::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 8px;
	background: url("img/13_btn_icon.svg") no-repeat top left / 10px auto;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}
.main .more li a:hover{
	background: none;
	color: #000;
}
.main .more li a:hover::before{
	background-image: url("img/btn_icon_hover.svg");
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
@media only screen and (max-width: 1024px){
	.important_lower ul li, .new_lower ul li{
		margin-bottom: 10px;
	}
	.main .more{
		margin-top: 12px;
	}
}
	@media only screen and (max-width: 500px) {
		.main .more{
			
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
			min-width: 100%;
		}
		.main .more li a{
			padding: 10px;
		}
	}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 40px;
}
.main .pickup_lower {
	border: 2px solid #005842;
	padding: 12px 20px 24px;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	background: #D4DBD9;
	padding: 8px 10px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 40px;
}
.main .pickup2_lower {
	border: 2px solid #005842;
	padding: 12px 20px 24px;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	background: #D4DBD9;
	padding: 8px 10px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 40px;
}
.main .ranking_lower {
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
.main .ranking_lower ol{
	margin-left: 18px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 40px;
}
.main .j_s_lower {
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li strong {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
/**** バナー広告のスタイル ****/
.bana {
	margin-top: 24px;
}
.bana_h2{
	background: #000;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 12px 8px;
	align-items: center;
}
.bana_h2 h2{
	padding: 0;
	color: #fff;
	font-size: 125%;
}
.bana_h2 p{
	color: #fff;
	margin-left: 8px;
	margin-top: 0;
	font-size: 85%;
}
.bana_lower {
	border: 1px solid #000;
	border-top: none;
	padding: 4px 16px 16px;
	text-align: center;
	background-color: #fff;
}
.bana .bana_img {
	display: inline-block;
}
.bana .bana_img img{
	width: 100%;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.main .bana li {
	padding-left: 0;
	width: 154px;
	margin-right: 8px;
}
.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.main .bana li::before {
	display: none;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 768px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: calc(100% / 3);
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
		.bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}
.rss .rss_lower{
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** 外部RSSのスタイル ****/
.rssfide{
	margin-top: 24px;
}
.main .rssfide .h3{
	overflow: hidden;
}
.main .rssfide .h3 h3 {
	float: left;
	margin: 10px 12px 10px 0;
}
.main .rssfide .h3 p{
	float: left;
	padding: 8px 0;
	margin: 0;
}
.rssfide .rssfide_lower{
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
.rssfide .rssfide_management{
	background: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
}
.main .option_lower {
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 2px solid #005842;
	padding: 8px 20px 20px;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}
.main .popular_lower {
	border: 2px solid #005842;
	border-top: none;
	padding: 8px 20px 20px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/********************** 領域1個別のスタイル **********************/
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone01 .ilist_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		width: calc(100% - 2px);
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}

/********************** 領域2個別のスタイル **********************/

/**** メインビジュアル直下のテキスト ****/
.main .zone02 .text{
	padding: 120px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.main .zone02 .text::before{
	content: "";
	position: absolute;
	width: 598px;
	height: 390px;
	top: -20px;
	left: -30px;
	background: url("img/13_bg02_1.png") no-repeat top left / contain;
	z-index: -1;
}
.main .zone02 .text::after{
	content: "";
	position: absolute;
	width: 391px;
	height: 388px;
	top: 30px;
	right: 0;
	background: url("img/13_bg02_2.png") no-repeat top left / contain;
	z-index: -1;
}
.main .zone02 .text .text_area{
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 113%;
	line-height: 1.7;
}
.main .zone02 .text .text_area p{
	margin-top: 6px;
}
/* エ霞 */
.cloud{
	position: relative;
	max-width: 100%;
    padding: 0;
    margin: 0;
}
.cloud::before, .cloud::after{
	content: "";
	position: absolute;
	width: 548px;
	height: 130px;
}
.cloud::before{
	top: -56px;
	right: -29px;
	background: url("img/cloud_01.png") no-repeat top left / contain;
}
.cloud::after{
	bottom: -62px;
	left: -110px;
	background: url("img/cloud_02.png") no-repeat top left / contain;
}
@media only screen and (max-width: 1024px){
	.main .zone02 .text::before{
		width: 227px;
		height: 368px;
		background-image: url("img/13_bg02_1_sp.png");
		top: -20px;
		left: -10px;
	}
	.main .zone02 .text::after{
		width: 211px;
		height: 312px;
		background-image: url("img/13_bg02_2_sp.png");
		right: -20px;
	}
	.main .zone02 .text{
		padding: 60px 0;
	}
	.cloud::before, .cloud::after{
		width: 440px;
		height: 104px;
	}
	.cloud::before{
		top: -52px;
		right: -50px;
	}
	.cloud::after{
		bottom: -76px;
		left: -90px;
	}
}
@media only screen and (max-width: 768px){
	.main .zone02 .text .text_area{
		font-size: 100%;
	}
	.cloud::before, .cloud::after{
		width: 320px;
		height: 75px;
	}
	.cloud::before{
		top: -49px;
	}
	.cloud::after{
		bottom: -36px;
	}
}
@media only screen and (max-width: 500px){
	.main .zone02 .text::before{
		top: inherit;
		bottom: -80px;
		left: -80px;
		transform: rotate(-30deg);
	}
	.main .zone02 .text::after{
		top: -80px;
		right: -50px;
	}
	.cloud::before, .cloud::after{
		width: 260px;
		height: 61px;
	}
	.cloud::before{
		top: 4px;
	}
	.cloud::after{
		bottom: -8px;
	}
}

/**** 御所市の見どころ ****/
.highlight{
	background-color: #f7f7f7;
	border-top: 3px solid #005842;
	padding: 60px 0 38px;
	margin: 0;
	max-width: 100%;
}
.main .highlight h2{
	margin-bottom: 40px;
}
.main .highlight .ilist_lower{
	max-width: 1224px;
	margin: 0 auto;
	padding: 0 12px;
}
.main .highlight .ilist_lower ul > li:nth-child(n){
	width: calc((100% - 96.1px) / 4);
	margin: 0 32px 42px 0;
}
.main .highlight .ilist_lower ul > li:nth-child(4n){
	margin-right: 0
}
.main .highlight .ilist_lower ul > li a{
	background: #fff;
	padding: 0;
	position: relative;
	transition: all .3s;
}
.main .highlight .ilist_lower ul > li a::before,
.main .highlight .ilist_lower ul > li a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
}
.main .highlight .ilist_lower ul > li a::before{
	background-color: #D4DBD9;
}
.main .highlight .ilist_lower ul > li a::after{
	background-color: #005842;
	transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
.main .highlight .ilist_lower ul > li a:hover{
	background: #D4DBD9;
}
.main .highlight .ilist_lower ul > li a:hover::after{
	transform: scale(1, 1)
}
.main .highlight .ilist_lower ul > li a strong{
	color: #000;
}
.main .highlight .ilist_lower .ilist_in{
	padding-bottom: 28px;
}
.main .highlight .ilist_lower .ilist_right{
	margin: 26px 0 0;
	padding: 0 10px;
}
.main .highlight .ilist_lower ul > li .ilist_title{
	text-align: left;
}
.main .highlight .ilist_lower ul > li .ilist_text{
	font-size: 100%;
}
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone02 .ilist_lower ul > li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul > li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li:nth-of-type(even){
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px){
	.highlight{
		padding-top: 40px;
	}
	.main .highlight h2{
		margin-bottom: 20px;
	}
	.main .highlight .ilist_lower ul > li:nth-child(n){
		width: calc((100% - 20.1px) / 2);
    	margin: 0 20px 24px 0;
	}
	.main .highlight .ilist_lower ul > li:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 500px){
	.main .highlight .ilist_lower ul > li:nth-child(n){
		width: calc((100% - 12.1px) / 2);
    	margin: 0 12px 20px 0;
	}
	.main .highlight .ilist_lower ul > li:nth-child(2n){
		margin-right: 0;
	}
	.main .highlight .ilist_lower .ilist_in{
		padding-bottom: 18px;
	}
	.main .highlight .ilist_lower .ilist_right{
		margin-top: 16px;
		font-size: 90%;
	}
}

/********************** 領域3個別のスタイル **********************/
.zone03{
	padding-bottom: 60px;
	position: relative;
	z-index: 10;
}

/* エ霞2 */
.cloud02{
	position: relative;
	padding: 90px 0 0;
	background: url("img/13_bg03_1.png") no-repeat center / cover;
}
.cloud02::before{
	content: "";
	position: absolute;
	width: 558px;
	height: 130px;
	background: url("img/cloud_02.png") no-repeat top left / contain;
	top: -60px;
	left: -110px;
}
.cloud02::after{
	content: "";
	position: absolute;
	width: 684px;
	height: 163px;
	background: url("img/cloud_01.png") no-repeat top left /contain;
	bottom: -23px;
	right: -119px;
}

.zone03 .flex_area{
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

@media only screen and (max-width: 1024px){
	.cloud02::before{
		width: 508px;
		height: 118px;
		left: -150px;
	}
	.cloud02::after{
		width: 534px;
		height: 127px;
		bottom: -63px;
	}
}
@media only screen and (max-width: 768px){
	.cloud02{
		padding-top: 60px;
	}
	.cloud02::before{
		width: 320px;
		height: 77px;
		left: -60px;
		top: -40px;		
	}
	.cloud02::after{
		width: 320px;
		height: 76px;
		bottom: -38px;
		right: -80px;
	}
}
@media only screen and (max-width: 500px){
	.zone03{
		padding-bottom: 40px;
	}
	.cloud02{
		padding-top: 50px;
	}
	.cloud02::before, .cloud02::after{
		width: 260px;
		height: 60px;
	}
}
/**** お知らせエリア ****/
.information_area{
	width: calc(100% - 430px);
}
.information_area .important h2,
.information_area .new h2{
	margin-bottom: 18px;
}
.information_area .date{
	width: 150px;
}
/* 新着情報 */
.zone03 .new{
	margin-top: 30px;
}
.zone03 .new_lower{
	padding: 0;
}
@media only screen and (max-width: 500px){
	.zone03 .new{
		margin-top: 12px;
	}
	.information_area .important h2,
	.information_area .new h2{
		margin-bottom: 10px;
	}
}

/**** カレンダーエリア ****/
.calendar_area{
	max-width: 400px;
	width: 100%;
	margin-left: 30px;
}
.calendar_area .image{
	margin: 0;
}
/* ピックアップ */
.pick_img{
	margin: 0;
}
.main .pick_img .ilist_lower ul > li{
	width: 100%;
	margin: 0;
}
.main .pick_img .ilist_lower ul > li a{
	padding: 0;
	background: none;
}
.main .pick_img .ilist_lower ul > li a:hover{
	opacity: 0.8;
}

/* カレンダー */
.calendar_area .calendar{
	margin-top: 24px;
    background-color: #f7f7f7;
    border-top: 3px solid #005842;
    padding: 30px;
	display: flex;
	flex-direction: column;
	height: 456px;
}
.calendar_area .calendar .calendar_lower{
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	flex-direction: column;
}
.calendar_area .calendar .table_wrap{
	height: 100%;
}
.calendar_area .calendar table{
	flex-grow: 1;
	height: 100%;
}
@media only screen and (max-width: 1024px){
	.information_area .date,
	.main .important ul li .list,
	.main .new ul li .new_lst .list{
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.information_area{
		width: 100%;
	}
	.calendar_area{
		max-width: 100%;
		margin: 30px 0 0;
	}
	.calendar_area .calendar{
		min-height: 380px;	
	}
}
@media only screen and (max-width: 500px){
	.calendar_area .calendar{
		padding: 20px;
		height: 200px;
	}
}

/********************** 領域4個別のスタイル **********************/
.zone04{
	background-color: #f7f7f7;
	padding: 40px 0 0;
}

/**** 関連リンク ****/
.main .kanren{
	padding-top: 48px;
	margin: 0 auto;
}
.main .kanren .ilist_lower ul > li:nth-child(n){
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
}
.main .kanren .ilist_lower ul > li:nth-child(5n){
	margin-right: 0;
}
.main .kanren .ilist_lower ul > li a{
	padding: 0;
	background: 0;
}
.main .kanren .ilist_lower ul > li a:hover{
	opacity: 0.8;
}

@media only screen and (max-width: 768px){
	.main .kanren{
		padding-top: 20px;
	}
	.main .kanren .ilist_lower ul > li:nth-child(n){
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.main .kanren .ilist_lower ul > li:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 500px){
	.zone04{
		padding-top: 30px;
	}
	.main .kanren .ilist_lower ul > li:nth-child(n){
		width: calc((100% - 12.1px) / 2);
		margin-right: 12px;
	}
	.main .kanren .ilist_lower ul > li:nth-child(2n){
		margin-right: 0;
	}
}

/********************** 中ページのスタイル **********************/
body.inbody {
}
body.inbody .design{
}
body.inbody .foot_modori{
	background: none;
	padding-top: 30px;
}
@media only screen and (max-width: 1024px){
	body.inbody .foot_modori{
		padding-top: 10px;
	}
}
/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
		align-items: flex-start;
	margin: 16px auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #efefef;
	border-radius: 2px;
	flex-shrink: 0;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 4px 12px 4px 0;
	width: 72px;
}
.pankuzu li,
.footstep li{
	margin: 6px 0;
	padding: 0 24px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::after,
.footstep li::after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	right: 7px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::after,
.footstep li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.pankuzu{
			overflow: hidden;
			background: #fff;
			margin-top: 3px;
			padding-top: 9px;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 4px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.inbody #main_outline{
	position: relative;
	margin: 0 auto;
	max-width: 1224px;
	width: 100%;
}
.inbody #main_outline::before{
	content: "";
	position: absolute;
	width: 223px;
	height: 368px;
	background: url("img/kasou_bg01.png") no-repeat top left / contain;
	top: -150px;
	right: -150px;
	z-index: -1
}
.inbody #main_outline::after{
	content: "";
	position: absolute;
	width: 223px;
	height: 320px;
	background: url("img/kasou_bg02.png") no-repeat top left / contain;
	bottom: -150px;
	left: -188px;
	z-index: -1
}
.inbody.inkiji #main_outline::after{
	bottom: -126px;
}
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1200px;
	padding: 0;
	width: 100%;
	background-color: #a6d1c6;
	border-top: 3px solid #005842;
	position: relative;
	overflow: hidden;
}
.main_naka {
	margin: 0 auto 24px;
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
	max-width: 1224px;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}
.main_naka_h1 h1 {
	z-index: 1;
	color: #000;
	padding: 20px 16px 20px 64px;
	font-size: 180%;
	min-height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}
.main_naka_h1 h1::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 36px;
	background: url("img/h2_icon.png") no-repeat top left / contain;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.main_naka_h1::after{
	content: "";
	position: absolute;
	width: 315px;
	height: 75px;
	background: url("img/kasou_h1_right.png") no-repeat top left / contain;
	bottom: -5px;
	right: -40px;
}
.main_naka h2 {
	font-size: 136%;
	width: 100%;
	padding: 2px 4px 4px;
	border-bottom: 2px solid #005842;
	margin: 16px 0 0;
	position: relative;
	color: #000;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 2px 2px 2px 12px;
	border-left: 4px solid #007bbb;
	font-size: 120%;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px;
	border-bottom: 2px solid #007bbb;
	font-size: 110%;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px;
	background-color: #e8f4f9;
}
.main_naka h6 {
	margin: 16px 0 0;
}
.main_naka li {
	position: relative;
	padding-left: 18px;
}
.main_naka li::before {
	content: "";
    position: absolute;
    width: 11px;
    height: 9px;
    top: 8px;
    left: 0;
    background: url(img/list_icon.svg) no-repeat top left / 11px auto;
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
.main_naka li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 1200px){
		.inbody #main_outline::before,
		.inbody #main_outline::after{
			display: none;
		}
	}
	@media only screen and (max-width: 768px) {
		.main_naka_h1{
			width: 100%;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #eee;
	font-size: 85%;
}
.main_naka .page_head .pager p {
	display: inline-block;
}
.main_naka .page_head .pager ul {
	display: inline-block;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.main_naka .page_head .pager ul li:first-child {
	border: 0;
}
.main_naka .page_head .pager ul li::before {
	display: none;
}
/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka .emergency {
	margin-top: 24px;
}
.design .main_naka .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.design .main_naka .emergency h2 {
	color: #fff;
	padding: 8px 16px 6px;
	margin: 0;
	border-bottom: none;
	width: auto;
	float: left;
}
.design .main_naka .emergency h2::after {
	display: none;
}
.design .main_naka .emergency .h2 a {
	float: right;
	margin: 10px 16px 10px 8px;
}
.design .main_naka .emergency .h2 img {
	vertical-align: middle;
}
.design .main_naka .emergency .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 分類のスタイル ****/
.design .main_naka_cat{
	overflow: hidden;
	margin-bottom: 32px;
}
.design .main_naka .category_p01 {
	margin-top: -8px;
}
.design .main_naka .page_left {
	margin: 24px 0 0;
	width: 100%;
}
.design .main_naka .page_left_box {
	float: left;
	width: calc(100% - 280px);
	overflow: hidden;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:last-child, .design .main_naka .page_left_box .cate_post02:last-child{
	margin-bottom: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left .page_left_float{
	display: flex;
		flex-wrap: wrap;
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	border-top: 3px solid #005842;
	background-color: #fcf9ef;
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
}
.design .main_naka .page_left .page_left_float .cate_post01:nth-child(even){
	margin-right: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2{
	margin: 0 10px;
	padding: 20px 8px 8px;
	border-bottom: 1px solid #ccc;
	width: auto;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::after{
	display: none;
}
.design .main_naka .page_left .page_left_float .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left .page_left_float .category01{
	padding: 0 24px 24px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
	overflow: hidden;
}
.design .main_naka .page_right ul {
	padding: 8px 16px 20px;
	margin-top: 24px;
	background-color: #fcf9ef;
	border-top: 3px solid #005842;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 12px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0 24px;
	overflow: hidden;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px){
		.design .main_naka .page_left .page_left_float .cate_post01{
			width: 100%;
			margin-right: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:last-child{
			margin-bottom: 0;
		}
	}
	@media only screen and (max-width: 768px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float{
			margin-bottom: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 216px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 200px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px solid #D4DBD9;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	display: none;
}
.design .main_naka .category_end li:first-child {
	margin-top: 0;
}
.design .main_naka .category_end .cat_lst {
	margin-right: 216px;
}
.design .main_naka .category_end .catch_lst .cat_img {
	float: right;
	width: 200px;
	margin-top: 0;
}

@media only screen and (max-width: 500px){
	.design .main_naka .category_p02 .cat_img,
	.design .main_naka .category_end .catch_lst .cat_img {
		float: none;
		
	}
	.design .main_naka .category_p02 .cat_lst,
	.design .main_naka .category_end .cat_lst{
		margin: 16px auto 0;
	}
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	background-color: #D8EAE5;
	padding: 18px 20px 20px;
	margin-top: 24px;
}
.design .main_naka .main_naka_new h2 {
	margin: 0 0 8px;
	font-size: 150%;
	border: none;
	padding: 2px;
}
.design .main_naka .main_naka_new ul{
	background-color: #fff;
	padding: 8px 16px 20px;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
	border-bottom: 1px solid #D4DBD9;
	padding: 0 10px 12px 22px;
}
.design .main_naka .main_naka_new li::before{
	left: 4px;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 6em;
	font-size: 85%;
}
.design .main_naka .main_naka_new .list{
	padding-left: 82px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .main_naka_new .date{
			float: none;
			width: 100%;
		}
		.design .main_naka .main_naka_new .list{
			padding-left: 0;
			float: none;
			width: 100%;
		}
	}

/**** 緊急情報のスタイル ****/
.design .main_naka .main_naka_eme {
	margin-top: 24px;
}
.design .main_naka .main_naka_eme h2{
	background: #a90000;
	color: #fff;
	border: 0;
	padding: 14px 16px;
}
.design .main_naka .main_naka_eme h2::after {
	display: none;
}
.design .main_naka .main_naka_eme .h2 {
	border: 0;
	background: #a90000;
	overflow: hidden;
}
.design .main_naka .main_naka_eme .h2 h2{
	float: left;
	margin: 0;
	width: auto;
}
.design .main_naka .main_naka_eme .h2 p{
	float: right;
	padding: 15px 16px 14px 8px;
	margin: 0;
}
.design .main_naka .main_naka_eme ul{
	border: 2px solid #a90000;
	border-top: none;
	overflow: hidden;
	padding: 4px 16px 16px;
	margin: 0;
}

/* 分類に関連するスタイル */
.design .main_naka .cat_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #D4DBD9;
}
.design .main_naka .cat_aside h2{
	background-color: #D8EAE5;
	border: 0;
	padding: 12px 12px 10px;
	margin-top: 0;
	font-size: 113%;
}
.design .main_naka .cat_aside_lower{
	padding: 6px 20px 20px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	border: 1px solid #000;
}
.design .main_naka .bana h2{
	border-bottom: 0;
	color: #fff;
	padding: 0;
	margin-top: 0;
	width: auto;
	font-size: 100%;
}
.design .main_naka .bana_lower {
	text-align: center;
	border: 0;
}
.design .main_naka .bana .bana_img {
	display: inline-block;
}
.design .main_naka .bana .bana_img img{
	width: 100%;
}
.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .bana li {
	width: 160px;
	margin-right: 8px;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px solid #D4DBD9;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}
.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post{
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
}
.waku {
	margin: 0 auto 24px;
/*	overflow: hidden;*/
}
.waku_top{
	clear: both;
	margin: 0 auto;
	max-width: 1224px;
	padding: 0 12px;
	width: 100%;
	overflow: hidden;
}
.main_naka_kiji_box {
	float: left;
	margin-right: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 8px;
	float: right;
	width: 240px;
}
	@media only screen and (max-width: 768px) {
		.main_naka_kiji_box{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_hiduke li{
	display: inline-block;
	margin: 0;
	padding: 0 22px 0 0;
}
.design .main_naka .syosai_hiduke li::before{
	display: none;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .syosai_hiduke{
			margin-bottom: 16px;
		}
	}
	@media only screen and (max-width: 480px) {
		.design .main_naka .syosai_hiduke li.syosai_id{
			display: block;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	margin-top: 2px;
	padding-left: 16px;
	vertical-align: middle;
	float: right;
}
.inbody .design .sns_box ul {
	display: inline;
}
.inbody .design .sns_box li::before {
	display: none;
}
.inbody .design .sns_btn {
	padding-left: 11px;
	line-height: 0;
	float: left;
	margin-top: 6px;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 5px 2px 0px 3px;
	background-color: #fff;
	font-size: 85%;
	line-height: inherit;
	margin-top: 0;
}
	@media only screen and (max-width: 768px) {
		.inbody .design .sns_box{
			background: #efefef;
			border: 1px solid #ccc;
			padding: 5px;
			margin: 0;
			line-height: 1.5;
			clear: both;
			width: 100%;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0;
			float: none;
		}
		.inbody .design .sns_box ul li{
			padding: 0 10px 0 0;
		}
	}
/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 16px;
}
.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}
.waku .kiji_sub .catch img {
	border: 1px solid #ccc;
	padding: 1px;
	vertical-align: bottom;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid #ccc;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px 4px;
	background: #000;
	border: 0;
	color: #fff;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #555;
	font-size: 85%;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 8px 5px 7px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
		.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"]{
			cursor: pointer;
			color: #0957AC;
			text-decoration: underline;
		}
	}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
	border: 1px solid #D4DBD9;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 4px 20px 20px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	background: #D8EAE5;
}
.waku .kiji_sub .kiji_aside > ul {
	border: 1px solid #D4DBD9;
	padding: 0 8px 12px;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 18px;
}
.waku .kiji_sub .kiji_aside li::before {
	content: "";
    position: absolute;
    width: 11px;
    height: 9px;
    top: 8px;
    left: 0;
    background: url(img/list_icon.svg) no-repeat top left / 11px auto;
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}
.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}
.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}
.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 5px 1%;
	border: 1px dashed #bbb;
}
.design .main_naka .kiji_aside.syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.design .main_naka .kiji_aside.syosai_qa form p span{
		display: block;
		line-height: 2;
	}
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
	background-color: #fff;
	padding: 16px;
	border: 1px solid #000;
}
.design .main_naka .route_box h2{
	border-bottom: 1px solid #000;
	font-size: 100%;
	padding: 2px;
	margin: 0 0 12px;
}
.design .main_naka .route_box h2::after{
	display: none;
}
.design .route {
	margin-top: 8px;
}
.design .route li {
	font-size: 85%;
	margin: 0;
	padding: 0 28px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.design .route li::before {
	display: none;
}
.design .route li::after {
	display: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #999;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #ccc;
}
.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower{
	padding: 8px 20px 20px;
}
.inkiji .main_naka .kiji_aside_lower a[href^="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	background: #D8EAE5;
	border: 0;
	color: #000;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
}
.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::after{
	display: none;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
@media only screen and (max-width: 1024px) {
	.inkiji .main_naka .kiji_aside_lower a[href^="tel:"] {
			cursor: pointer;
			color: #0957AC;
			text-decoration: underline;
		}
}
	@media only screen and (max-width: 768px) {
		.inkiji .main_naka .kiji_aside.kanrenlink h2,
		.infaq .main_naka .kiji_aside.kanrenlink h2,
		.inkiji .main_naka .kiji_aside.rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 70px;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink{
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon h2{
	background: #D8EAE5;
	color: #000;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka h2{
	background: #D8EAE5;
	color: #000;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren h2{
	background: #D8EAE5;
	color: #000;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2 h2{
	background: #D8EAE5;
	color: #000;
}
/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota h2{
	background: #D8EAE5;
	color: #000;
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 4px;
}