<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
}
/******************** 共通設定 ********************/
body {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media print, screen and (min-width: 769px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 769px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #1A1F86;
}
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;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #c2edeb;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #66c9c5;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:35%;
}
.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;
}
.skip_sp{
	display: none;
}
/**** フォーム ****/
#body input, #body 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: 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"], #body button[type="button"], #body button {
	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, #body button[type="button"]:hover, #body button:hover {
	background: #66C9C5;
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
/*	font-size: 85%;*/
/*	color: #555;*/
/*	margin-left: ;*/
	display: inline-block;

}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
}
.zone01_in,
.zone02_in,
.zone03_in,
.zone04_in{
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.zone01 {
		float: none;
		width: 100%;
	}
	.zone02 {
		float: none;
		width: 100%;
	}
}

/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
	position: relative;
}
.main_header::before{
	position: absolute;
	content: '';
	bottom: -44px;
	left: 0;
	right: 0;
	width: 100%;
	height: 44px;
	background-image: url(img/bgc_navi.png);
	background-position: center top;
	background-size: 1500px auto;
	background-repeat: no-repeat;
	z-index: 1;
}
.main_header::after{
	position: absolute;
	content: '';
	bottom: -30px;
	right: 0;
	width: calc(50% - 600px);
	height: 143px;
	background-image: url(img/balloon01.png);
	background-position: left top;
	background-size: 65px auto;
	background-repeat: no-repeat;
	z-index: 2;
}
	@media only screen and (max-width: 768px) {
		.main_header{
			overflow: hidden;
		}
	}
/**** サブサイト共通ヘッダー ****/
.h_top_wrap {
	font-size: 88%;
	overflow: hidden;
	background-image: url(img/head_obi.jpg);
	background-position: center center;
	background-size: 20px auto;
	background-repeat: repeat;
}
.h_top{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 9px 12px;
	letter-spacing: 0.05em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.h_top .mainsite{
	margin: 0;
	padding-left: 16px;
	position: relative;
}
.h_top .mainsite::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 8px solid #E36900;
}
.h_top .head_tool{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.h_top .head_tool_in{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* フォントサイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
	float: left;
}
.font_size{
	display: flex;
	align-items: center;
}
.font_tit{
	margin: 0 10px 0 0;
}
.font_list li{
	margin: 0;
}
.font_list li a{
	padding: 2px 11px 1px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #FE8A3D;
	border-radius: 4px 0 0 4px;
	display: block;
}
.font_list li:last-child a{
	color: #fff;
	text-shadow: 1px 1px 1px #844215, -1px 1px 1px #844215, 1px -1px 1px #844215, -1px -1px 1px #844215, 1px 0 1px #844215, 0px 1px 1px #844215, -1px 0 1px #844215, 0 -1px 1px #844215;
	background-color: #FE8A3D;
	border-radius: 0 4px 4px 0;
}
/*Foreign Languages*/
.lang{
	margin: 0 0 0 30px;
}
.lang a{
	padding: 3px 12px 2px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #844215, -1px 1px 1px #844215, 1px -1px 1px #844215, -1px -1px 1px #844215, 1px 0 1px #844215, 0px 1px 1px #844215, -1px 0 1px #844215, 0 -1px 1px #844215;
	background-color: #FE8A3D;
	border-radius: 4px;
	display: block;
}
.lang a:hover{
	padding: 2px 11px 1px;
	color: #844215;
	text-shadow: none;
	background-color: #fff;
	border: 1px solid #FE8A3D;
}
/* 検索ボックス */
.h_top .src_box {
	margin: 0 0 0 30px;
}
.src_box .q{
	float: left;
	width: 220px!important;
	margin: 0;
	height: 26px!important;
	padding: 0 6px!important;
	border: 1px solid #FE8A3D!important;
	border-right: none;
	border-radius: 4px 0 0 4px!important;
}
.h_top .src_box #search_button,
.src_box #search_button_sp {
	width: 64px;
	min-height: 26px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 100%;
	text-shadow: 1px 1px 1px #844215, -1px 1px 1px #844215, 1px -1px 1px #844215, -1px -1px 1px #844215, 1px 0 1px #844215, 0px 1px 1px #844215, -1px 0 1px #844215, 0 -1px 1px #844215;
	background: #FE8A3D;
	border: 0;
	cursor: pointer;
	white-space: normal;
	border-radius: 0 4px 4px 0;
}
.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #FE8A3D;
}
@media only screen and (max-width: 999px) {
	.h_top .head_tool{
		flex-direction: column;
		align-items: flex-end;
	}
	.head_tool_in{
		padding-bottom: 6px;
	}
}
@media only screen and (max-width: 768px) {
	.h_top_wrap{
		display: none;
	}
	.src_box .q{
		width: calc(100% - 54px)!important;
		height: 30px!important;
	}
	.src_box #search_button_sp{
		width: 54px;
		height: 30px;
	}
}

/**** ヘッダーメイン ****/
.head_in {
	margin: 0 auto;
	width: 100%;
}
.h_main {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
	position: relative;
}
.h_main .tab_menu{
	display: flex;
	justify-content: flex-end;
}
.h_main .tab_menu li{
	margin: 0 20px 0 0;
}
.h_main .tab_menu li:last-child{
	margin-right: 0;
}
.h_main .tab_menu li a{
	padding: 6px 10px 5px 40px;
	color: #fff;
	font-size: 88%;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 0 0 10px 10px;
	display: block;
}
.h_main .tab_menu li.mail a{
	text-shadow: 1px 1px 1px #157773, -1px 1px 1px #157773, 1px -1px 1px #157773, -1px -1px 1px #157773, 1px 0 1px #157773, 0px 1px 1px #157773, -1px 0 1px #157773, 0 -1px 1px #157773;
	background: #66C9C5;
	background-image: url(img/icon_mail.png);
	background-position: 12px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.h_main .tab_menu li.keiho a{
	background: #BC2D33;
	background-image: url(img/icon_keiho.png);
	background-position: 12px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.h_main .tab_menu .mail a:hover{
	background-color: #77D9D4;
}
.h_main .tab_menu .keiho a:hover{
	background-color: #C9565B;
	text-shadow: 1px 1px 1px #bc2d33, -1px 1px 1px #bc2d33, 1px -1px 1px #bc2d33, -1px -1px 1px #bc2d33, 1px 0 1px #bc2d33, 0px 1px 1px #bc2d33, -1px 0 1px #bc2d33, 0 -1px 1px #bc2d33;
}
/*logo*/
.h_main .h1{
	margin: 0;
	width: 150px;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.h_main .tab_menu{
		display: none;
	}
	.head_in{
		padding: 0;
		width: 100%;
	}
	.h_main{
		padding: 10px 12px;
		border-top: 3px solid #FE8A3D;
	}
	.h_main .h1{
		position: static;
		transform: translateX(0);
		width: 319px;
	}
}
@media only screen and (max-width: 500px) {
	.h_main .h1{
		width: 220px;
	}
}

/**** グローバルナビ ****/
.g_navi {
	overflow: hidden;
}
/*navi*/
.g_navi_in {
	padding: 50px 0 18px;
	display: flex;
}
.g_navi_in &gt; li{
	margin: 0;
	width: calc((50% - 100.01px)/3);
	text-align: center;
	position: relative;
}
.g_navi_in &gt; li:nth-child(3){
	margin-right: 200px;
}
.g_navi_in &gt; li:last-child{
	margin: 0;
}
.g_navi_in &gt; li &gt; a{
	margin: 0 auto;
	width: 100%;
	display: inline-flex;
	flex-direction: column;
/*	align-items: center;*/
	color: #000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.04em;
	font-size: 95%;
}
.g_navi_in &gt; li &gt; a &gt; img {
	margin: 0 auto 10px;
	width: 47px;
}
.g_navi_in &gt; li &gt; a &gt; strong {
	position: relative;
}
.g_navi_in &gt; li &gt; a:hover &gt; strong::before,
.g_navi_in &gt; li.active &gt; a &gt; strong::before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 20%;
	width: 60%;
	height: 3px;
	background-color: #FE8A3D;
}
@media only screen and (max-width: 999px) {
	.g_navi_in{
		padding: 50px 0 0px;
	}
}
@media only screen and (max-width: 768px) {
	.g_navi_in{
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	float: right;
	margin: -67px 12px 0;
	display: inline-block;
}
#menu_button a{
	position: relative;
	background: #66C9C5;
	color: #fff;
	text-shadow: 1px 1px 1px #157773, -1px 1px 1px #157773, 1px -1px 1px #157773, -1px -1px 1px #157773, 1px 0 1px #157773, 0px 1px 1px #157773, -1px 0 1px #157773, 0 -1px 1px #157773;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	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: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
@media print, screen and (min-width: 769px) {
	#menu_button,
	#lan_drop{
		display: none !important;
	}
}
@media only screen and (max-width: 500px) {
	#menu_button{
		margin: -55px 12px 0;
	}
	#menu_button a{
		padding-top: 31px;
		min-height: 50px;
		width: 50px;
	}
	#menu_button a .icon_ham{
		top: 9px;
	}
}

#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #66C9C5;
	box-sizing: border-box;
	color: #333;
}
	@media print, screen and (min-width: 769px) {
		#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: #66C9C5;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px 1px #157773, -1px 1px 1px #157773, 1px -1px 1px #157773, -1px -1px 1px #157773, 1px 0 1px #157773, 0px 1px 1px #157773, -1px 0 1px #157773, 0 -1px 1px #157773;
	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: 10px;
	border-bottom: 3px solid #66C9C5;
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #66C9C5;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #66C9C5;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
	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 li.mainsite{
	background: #C2EDEB;
	border-top: 2px solid #66C9C5;
	font-size: 85%;
}
#sidr ul.sidr_navi_sub li{
	font-size: 85%;
}
#sidr ul.sidr_navi_sub li a{
	padding: 10px 24px 10px 12px;
	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;
}


/*********** フッター ***********/
.main_footer {
	margin-top: 55px;
/*	padding-top: 20px;*/
	background: #fff;
/*	overflow: hidden;*/
	width: 100%;
	border-top: 3px solid #FE8A3D;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.main_footer {
		margin-top: 70px;
		min-width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.main_footer {
		margin-top: 50px;
	}
}

/**** トップへ戻る ****/
.foot_modori{
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.foot_modori .modoriin {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #FFEDE2;
	border: 3px solid #FE8A3D;
	line-height: 1.2;
	padding: 36px 8px 16px;
	font-size: 85%;
	border-radius: 10px;
	text-align: center;
	width: 180px;
	position: relative;
}
.foot_modori a::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	width: 14px;
	height: 14px;
	border-left: 3px solid #FE8A3D;
	border-top: 3px solid #FE8A3D;
	transform: translateX(-50%) rotate(45deg);
}
.foot_modori a:hover{
	background: #ffc6a0;
}
@media only screen and (max-width: 768px) {
	.foot_modori .modoriin {
		padding: 0 10px;
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.foot_modori a {
		width: 150px;
		padding: 28px 8px 10px;
	}
	.foot_modori a::before{
		top: 12px;
	}

}

/**** メインフッター ****/
.foot_wrap {
	border-bottom: 1px solid #FE8A3D;
}
.foot{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 28px 12px;
}
.foot .address {
	margin-top: 0;
	font-size: 90%;
}
.foot .address .logo{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.foot .address .logo span:first-child{
	margin-right: 15px;
}
.foot .address .logo span:last-child{
	font-size: 165%;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot .address .access{
	display: inline-block;
	padding: 2px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
}
.foot_sns{
	margin: 4px 0 0;
}
.foot_sns ul{
	display: flex;
	flex-wrap: wrap;
}
.foot_sns li{
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
}
.foot_sns li:last-child{
	margin-right: 0;
}
.foot_sns li a{
	padding: 8px 11px 8px 12px;
	width: 200px;
	color: #fff;
	text-decoration: none;
	background-color: #1877F2;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.foot_sns li a:hover{
	padding: 6px 9px 6px 10px;
	color: #1877F2;
	background-color: #fff;
	border: 2px solid #1877F2;
}
.foot_sns li .img img{
	width: 30px;
}
.foot_sns li a:hover .img{
	background-image: url(img/icon_fb_on.png);
	background-position: left top;
	background-size: 30px;
	background-repeat: no-repeat;
}
.foot_sns li a:hover .img img{
	opacity: 0;
}
.foot_sns li .text{
	font-size: 95%;
	margin: 0 0 0 10px;
	letter-spacing: 0;
}
.foot_sns p{
	margin-top: 18px;
	padding-left: 18px;
	font-size: 85%;
	letter-spacing: 0;
	position: relative;
}
.foot_sns p::before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #E36900;
	border-radius: 50%;
}
.foot_sns p::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.foot_link{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 12px 28px;
	font-size: 85%;
}
.foot_link li{
	padding: 0;
	display: inline-block;
	position: relative;
	margin-right: 14px;
	padding-left: 18px;
}
.foot_link li:last-child{
	margin-right: 0;
}
.foot_link li::before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #66C9C5;
	border-radius: 50%;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}

.foot_copy {
	padding: 7px 12px;
/*	color: #fff;*/
	font-size: 75%;
	text-align: center;
	background-color: #C2EDEB;
	border-top: 3px solid #FE8A3D;
}
.foot_copyin {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sp_only{
	display: none;
}
.foot_time{
	margin-top: 12px;
}
.foot_time_lower{
	margin: 0 auto;
	padding: 24px;
	background-color: #F8F5E9;
	border-radius: 4px;
}
.foot_time_lower p{
	margin-top: 0;
	font-size: 90%;
}
.foot_time_lower p.next{
	margin-top: 4px;
	font-size: 125%;
}
.foot_time_lower p.next strong{
	color: #de301b;
	display: inline-block;
	padding: 0 8px;
}
@media only screen and (max-width: 1200px) {
	.foot_is {
		display: block;
	}
	.foot_time {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.foot {
		padding: 40px 12px 20px;
		width: 100%;
	}
	.foot_link{
		padding: 0 12px 16px;
	}
	.foot_link li {
		margin-top: 18px;
	}
	.foot_sns{
		text-align: left;
		width: 100%;
		flex-wrap: wrap;
	}
	.foot_sns li{
		margin: 10px 0 0;
		width: 100%;
	}
	.foot_sns li a{
		padding: 16px;
		width: 100%;
	}
	.foot_sns li .img img{
		width: 32px;
	}
	.foot_sns li .text{
		margin-left: 16px;
	}
	.foot_copyin{
		padding: 0 10px;
		width: 100%;
	}
	.foot .address a[href^="tel:"]{
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
	.foot .address .access{
		text-align: center;
		padding: 6px;
		margin: 10px 0;
		width: 48%;
	}
	.foot .address .big{
		font-size: 125%;
	}
	.foot_is{
		flex-wrap: wrap;
	}
	.foot_id{
		width: 100%;
	}
}


/********************** 領域共通のスタイル **********************/
.main {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
}
.sub .main{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
}
.main h2 {
	margin: 0 auto 36px;
	color: #000;
	text-align: center;
	font-size: 180%;
}
.main h2 a {
/*	color: #fff;*/
/*	display: block;*/
}
.main .h2{
	margin: 0 auto 36px;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .h2 p{
/*	float: right;*/
	padding: 0 0 0 20px;
	margin: 0;
}
.main .h2 h2 {
	margin: 0;
/*	float: left;*/
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.list_icon{
	margin: 1px 0 0 4px;
	padding: 1px 0 0;
	width: 105px;
	font-size: 85%;
	text-align: center;
	background-color: #FAC698;
	border-radius: 3px;
	vertical-align: top;
	display: inline-block;
}
.list_icon.color01{
	background-color: #FFEF76;
}
.list_icon.color02{
	background-color: #F5B2ED;
}
.list_icon.color03{
	background-color: #A7F2B1;
}
.list_icon.color04{
	background-color: #F89F9F;
}
.list_icon.color05{
	background-color: #88BFF7;
}
.list_icon.color06{
	background-color: #96F2EB;
}
.list_icon.color07{
	background-color: #FC8C77;
}
.list_icon.color08{
	background-color: #99E7EF;
}

.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
.main .club_btn{
	margin-top: 50px;
	text-align: center;
}
.main .club_btn a{
	padding: 6px 30px 5px;
	min-width: 250px;
/*	max-width: 280px;*/
	text-align: center;
	text-decoration: none;
	background-color: #FFEDE2;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}
.main .club_btn a::after{
	content: '';
    position: absolute;
    top: 48%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FE8A3D;
    border-top: 2px solid #FE8A3D;
    transform: translateY(-50%) rotate(45deg);
}
.main .club_btn a:hover{
	background-color: #ffc6a0;
}
@media only screen and (max-width: 768px) {
	.main{
/*		padding: 0 0 24px;*/
	}
}
@media only screen and (max-width: 500px) {
	.main h2,
	.main .h2{
		margin: 0 auto 20px;
	}
	.main h2 {
		font-size: 150%;
	}
	.main .club_btn{
		margin-top: 20px;
	}
}


/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display{
	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{
		padding-right: 72px;
	}
	.ac_display{
		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{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::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{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** 分類1のスタイル ****/
.main .category_p01{
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
@media only screen and (max-width: 768px) {
	.main .category_p01{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 500px) {
	.main .category_p01{
		margin: 30px auto;
	}
}

/**** 緊急情報のスタイル ****/
.emergency {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.main .emergency h2, .main .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.main .emergency .h2{
	margin: 0;
	padding: 6px 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .emergency_lower {
	border: 3px solid #a90000;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 18px 30px 30px;
}
@media only screen and (max-width: 500px) {
	.emergency{
		margin: 30px auto;
	}
	.main .emergency_lower {
		padding: 8px 20px 20px;
	}
}

/**** スライドショーのスタイル ****/
.vis{
	background-color: #FFEDE2;
	position: relative;
/*	margin-top: 24px;*/
}
.vis::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-image: url(img/vis_obi.png);
	background-position: center bottom;
	background-size: 1005px auto;
	background-repeat: repeat-x;
}
.vis h2{
	padding: 0;
	margin: 0;
	height: 0;
}
.vis .vis_bg{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.vis .vis_bg::before{
	content: '';
	position: absolute;
	bottom: 80px;
	left: -82px;
	width: 74px;
	height: 163px;
	background-image: url(img/balloon02.png);
	background-position: left top;
	background-size: 74px auto;
	background-repeat: no-repeat;
}
.vis .vis_bg .slick-track{
	line-height: 0;
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg li::before{
	display: none;
}
.vis .vis_bg li img{
	margin-top: 18px;
}
.slick_nav{
	padding: 0 20px;
	justify-content: flex-start;
	align-items: center;
    bottom: 80px;
    left: 0;
}
/* ページネーション */
.slick-dots li{
    min-width: 25px;
    min-height: 25px;
    margin: 0 5px 0 0 !important;
}
#body .slick-dots li button{
    background: #C2EDEB;
    border: 2px solid #66C9C5;
    border-radius: 5px;
    min-width: 25px;
    min-height: 25px;
	font-size: 90%;
}
#body .slick-dots li.slick-active button{
    background: #66C9C5;
}
/* 再生・停止 */
.slick_ps div{
	margin-left: 5px;
}
.slick_ps a{
    padding: 2px 8px;
	color: #1A1F86;
	font-size: 90%;
	text-shadow: none;
	text-decoration: none;
    background: #66C9C5;
	border-radius: 5px;
}
@media only screen and (max-width: 768px) {
	.vis {
		padding-bottom: 40px;
		background-color: #FE8A3D;
	}
	.vis::after{
		bottom: 40px;
		height: 40px;
		background-size: auto 40px;
	}
	.vis .vis_bg li img{
		margin: 0;
	}
	.slick_nav {
		padding: 0 12px;
		bottom: -33px;
	}
}

/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul &gt; li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul &gt; li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul &gt; li::before {
	display: none;
}
.main .ilist_lower ul &gt; 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 &gt; li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul &gt; 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 &gt; li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul &gt; li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul &gt; 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 &gt; li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul &gt; li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul &gt; li::before {
	display: none;
}
.main .ilist2_lower ul &gt; li a {
	padding: 16px;
	width: 100%;
	background: #e8f4f9;
	display: flex;
	text-decoration: none;
}
.main .ilist2_lower ul &gt; li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul &gt; 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 &gt; li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul &gt; li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul &gt; li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul &gt; li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 分類のスタイル ****/
.category,
.category2,
.category3,
.category4,
.category5{
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.category &gt; div,
.category2 &gt; div,
.category3 &gt; div,
.category4 &gt; div,
.category5 &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .category_3_ul {
	font-size: 85%;
}
@media only screen and (max-width: 500px) {
	.category,
	.category2,
	.category3,
	.category4,
	.category5{
		margin: 30px auto;
	}
	.category &gt; div,
	.category2 &gt; div,
	.category3 &gt; div,
	.category4 &gt; div,
	.category5 &gt; div{
		padding: 20px;
	}
}

/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.event &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.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: #C2EDEB;
	border-radius: 4px;
	padding: 4px;
	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;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #E6E6E6;
	border: 1px solid #aaa;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a:before,
.event_month li.next a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}
.event_month li.pre a:before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}
.event_month li.next a:before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}
@media only screen and (max-width: 500px) {
	.event {
		margin: 30px auto;
	}
	.event &gt; div{
		padding: 20px;
	}
}

/**** イベントカレンダーのスタイル ****/
.calendar {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.calendar &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .calendar_lower {
	overflow: auto;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}
.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 #ccc;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #ccc;
	text-align: center;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today a {
	color: #fff;
}
@media only screen and (max-width: 500px) {
	.calendar {
		margin: 30px auto;
	}
	.calendar &gt; div{
		padding: 20px;
	}
}

/**** 新着情報のスタイル ****/
.new {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.main .new &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .new ul{
	max-height: 245px;
	overflow: auto;
}
.main .new ul li{
	padding-left: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #66C9C5;
	overflow: hidden;
}
.main .new ul li::before{
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 18px;
	height: 18px;
	background-color: #66C9C5;
	border: 0;
	border-radius: 50%;
}
.main .new ul li .new_lst{
	display: flex;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
.main .new div.date{
	margin-left: 0;
	width: 160px;
}
.main .new div.list{
	width: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
	.main .new ul li .new_lst{
		display: block;
	}
	.main .new div.list {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.new {
		margin: 30px auto;
	}
	.main .new &gt; div{
		padding: 20px;
	}
}

/**** トピックスのスタイル ****/
.topics {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.topics &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .topics_lower {
}
.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;
}
@media only screen and (max-width: 500px) {
	.topics {
		margin: 30px auto;
	}
	.topics &gt; div{
		padding: 20px;
	}
}

/**** ピックアップ1のスタイル ****/
.pickup {
	padding: 50px 12px 60px;
	background-color: #FE8A3D;
}
.pickup &gt; div{
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	max-width: 1200px;
	background-color: #fff;
	border-radius: 10px;
}
.main .pickup h2 img{
	width: 120px;
}
.main .pickup_lower {
}
.main .pickup ul{
	max-height: 245px;
	overflow: auto;
}
.main .pickup ul li{
	padding-left: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #66C9C5;
	display: flex;
	justify-content: space-between;
}
.main .pickup ul li::before{
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 18px;
	height: 18px;
	background-color: #66C9C5;
	border: 0;
	border-radius: 50%;
}
.main .pickup div.date{
	width: 250px;
}
.main .pickup div.date span:first-child{
	width: 140px;
	display: inline-block;
}
.main .pickup div.list{
	width: calc(100% - 270px);
}


.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 0;
}
.main .pickup_lower .pickup_sub h3 {
	background: #c2edeb;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
@media only screen and (max-width: 768px) {
	.main .pickup ul li{
		display: block;
	}
	.main .pickup div.list {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.pickup {
		padding: 30px 12px;
	}
	.main .pickup &gt; div{
		padding: 20px;
	}
	.main .pickup h2 img{
		width: 96px;
	}
}
@media only screen and (max-width: 350px) {
	.main .pickup div.date span{
		display: block;
	}
	.main .pickup div.date .list_icon{
		margin: 2px 0 0;
	}
}


/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.pickup2 &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .pickup2_lower {
}
.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: #C2EDEB;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
@media only screen and (max-width: 500px) {
	.pickup2 {
		margin: 30px auto;
	}
	.pickup2 &gt; div{
		padding: 20px;
	}
}

/**** 新着情報・トピックス一覧のスタイル ****/
.main ul.more{
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
}
.main ul.more li{
	padding: 0;
	margin: 8px 4px 0;
	min-width: 240px;
	border: 0;
}
.main ul.more li:first-child{
/*	margin: 8px 0 0 0;*/
}
.main ul.more li::before{
	display: none;
}
.main ul.more li a{
	background: #FFEDE2;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
	display: inline-block;
	padding: 6px 30px 5px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	position: relative;
}
.main ul.more li a::before{
	content: '';
    position: absolute;
    top: 48%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FE8A3D;
    border-top: 2px solid #FE8A3D;
    transform: translateY(-50%) rotate(45deg);
}
.main .more li a:hover{
	background: #ffae78;
	background: #ffc6a0;
}
.main .more li.rss span{
	background: url(../../images/rss_o.svg) no-repeat left center;
	background-size: 13px 13px;
	padding-left: 20px;
}
	@media only screen and (max-width: 500px) {
		.main ul.more{
			margin-top: 12px;
			max-width: 100%;
		}
		.main ul.more li{
			margin: 8px 0 0;
			max-width: calc(100% - 12px);
		}
	}

/**** ランキングのスタイル ****/
.ranking{
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.ranking &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .ranking_lower {
}
.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;
}
@media only screen and (max-width: 500px) {
	.ranking {
		margin: 30px auto;
	}
	.ranking &gt; div{
		padding: 20px;
	}
}

/**** 人口・世帯数のスタイル ****/
.j_s {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.j_s &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.main .j_s_lower {
}
.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%;
}
@media only screen and (max-width: 500px) {
	.j_s {
		margin: 30px auto;
	}
	.j_s &gt; div{
		padding: 20px;
	}
}

/**** バナー広告のスタイル ****/
.bana {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.bana &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.bana_lower {
	text-align: center;
}
.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: 500px) {
	.bana {
		margin: 30px auto;
	}
	.bana &gt; div{
		padding: 20px;
	}
	.main .bana li {
		width: 50%;
	}
}

/**** 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: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.rssfide &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.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_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;
}
@media only screen and (max-width: 500px) {
	.rssfide {
		margin: 30px auto;
	}
	.rssfide &gt; div{
		padding: 20px;
	}
}

/**** 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 {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
	text-align: center;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
@media only screen and (max-width: 500px) {
	.image {
		margin: 30px auto;
	}
}

/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
@media only screen and (max-width: 500px) {
	.link {
		margin: 30px auto;
	}
}

/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.option {
	margin: 60px auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1224px;
}
.option &gt; div{
	padding: 30px;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
@media only screen and (max-width: 500px) {
	.option {
		margin: 30px auto;
	}
	.option &gt; div{
		padding: 20px;
	}
}

/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}
.main .popular_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/* 口座振替フォーム バナー */
.form_banner {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 25vw;
	max-width: 250px;
	z-index: 1000;
}
.form_banner a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.form_banner a:hover {
	transform: rotate(5deg);
}
@media only screen and (max-width: 768px) {
	.vis.banner {
		padding-bottom: 0;
	}
	.vis.banner::after {
		content: none;
	}
	.vis.banner .vis_slider::after {
		content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
		background: url(img/vis_obi.png) center bottom / auto 40px repeat-x;
	}
	.form_banner {
		position: static;
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		padding: 60px 12px 0;
		text-align: center;
	}
	.form_banner a:hover {
		transform: rotate(0);
		opacity: .8;
	}
}

/*放課後児童クラブとは*/
.about{
	background-color: #ECF077;
}
.about &gt; div{
	margin: 0 auto;
	padding: 50px 12px 60px;
	width: 100%;
	max-width: 1224px;
	position: relative;
	background-image: url(img/balloon03.png), url(img/balloon04.png);
	background-position: left 12px bottom 40px, right 12px bottom 60px;
	background-size: 72px auto, 89px auto;
	background-repeat: no-repeat, no-repeat;
}
.about h2 img{
	width: 319px;
}
.about p.image{
	margin: 0;
	padding: 0;
	text-align: center;
}
.about p.image img{
	width: 853px;
}
@media only screen and (max-width: 768px) {
	.about &gt; div{
		background-image: none;
	}
}
@media only screen and (max-width: 500px) {
	.about &gt; div{
		margin: 0 auto;
		padding: 30px 12px;
	}
	.about h2 img{
		width: 255px;
	}
}

/*児童クラブ紹介*/
.intro{
	padding: 50px 12px 60px;
	background-image: url(img/intro_top.png), url(img/intro_bgi.png);
	background-position: left top, center center;
	background-size: 100% auto, 54px auto;
	background-repeat: no-repeat, repeat;
}
.intro h2 img{
	width: 223px;
}
.intro .intro_in{
	margin: 0 auto;
	max-width: 859px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intro .intro_in div{
	position: relative;
}
.intro .intro_in div img{
	width: 289px;
}
.intro .intro_in div p{
	margin: 0;
	position: absolute;
}
.intro .intro_in div p.north{
	top: 119px;
	left: 84px;
}
.intro .intro_in div p.center{
	top: 190px;
	left: 132px;
}
.intro .intro_in div p.south{
	top: 252px;
	left: 84px;
}
.intro .intro_in div p.east{
	top: 158px;
	left: 214px;
}
.intro .intro_in div p a{
	padding: 2px 5px;
	text-decoration: none;
	background-color: #FFEDE2;
	border: 2px solid #FE8A3D;
	border-radius: 10px;
	display: block;
}
.intro .intro_in div p a:hover{
	background-color: #ffc6a0;
}
.intro .intro_in ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 440px;
}
.intro .intro_in ul li{
	margin: 0 0 40px 0;
	padding: 0;
	width: 200px;
}
.intro .intro_in ul li::before{
	content: none;
}
.intro .intro_in ul li:nth-last-child(-n + 2){
	margin-bottom: 0;
}
.intro .intro_in ul li a{
	padding: 17px 20px;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	background-color: #F5FA83;
	border: 5px solid #E2E815;
	border-radius: 10px;
	display: block;
	position: relative;
}
.intro .intro_in ul li:nth-child(2) a{
	background-color: #FFB181;
	border: 5px solid #FE8A3D;
}
.intro .intro_in ul li:nth-child(3) a{
	background-color: #f59e9e;
	border: 5px solid #CB5C5C;
}
.intro .intro_in ul li:nth-child(4) a{
	background-color: #93E3E0;
	border: 5px solid #66C9C5;
}
.intro .intro_in ul li a::before{
	content: '';
    position: absolute;
    top: 48%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
}
.intro .intro_in ul li a:hover{
	background-color: #feffd7;
}
.intro .intro_in ul li:nth-child(2) a:hover{
	background-color: #ffd7be;
}
.intro .intro_in ul li:nth-child(3) a:hover{
	background-color: #ffbcbc;
}
.intro .intro_in ul li:nth-child(4) a:hover{
	background-color: #bdf5f3;
}
.main .intro .club_btn{
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
	.intro .intro_in{
		flex-direction: column;
	}
	.intro .intro_in div{
		margin: 0 0 20px;;
	}
}
@media only screen and (max-width: 500px) {
	.intro{
		padding: 30px 12px;
	}
	.intro h2 img{
		width: 178px;
	}
	.intro .intro_in ul li{
		width: calc(50% - 10px);
	}
	.intro .intro_in ul li a{
		padding: 14px 20px;
		font-size: 140%;
	}
}


/*クラブの一日*/
.day{
	padding: 80px 12px 60px;
	background-image: url(img/day_top.png);
	background-position: center top;
	background-size: 232px auto;
	background-repeat: repeat-x;
}
.day h2 img{
	width: 191px;
}
@media only screen and (max-width: 500px) {
	.day {
		padding: 50px 12px 30px;
		background-size: auto 30px;
	}
	.day h2 img{
		width: 153px;
	}
}


/*写真横並び*/
.cont_float{
	margin: 60px auto 0;
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cont_float .text{
	margin: 30px 0 0;
	width: 55%;
	letter-spacing: 0.03em;
}
.cont_float .text p{
	margin: 0;
}
.cont_float .text .catch{
	margin-bottom: 50px;
	font-size: 150%;
}
.cont_float .photo{
	width: 40%;
}
.cont_float .photo img{
	border-radius: 10px;
}
@media only screen and (max-width: 768px) {
	.cont_float{
		margin: 0;
		display: block;
	}
	.cont_float .text{
		margin: 20px 0;
		width: 100%;
	}
	.cont_float .text .catch{
		margin-bottom: 10px;
	}
	.cont_float .photo{
		margin: 0 auto;
		width: 100%;
		max-width: 480px;
	}
}
@media only screen and (max-width: 768px) {
	.cont_float .text .catch{
		font-size: 130%;
	}
}

/*入所のご案内*/
.entry{
	padding: 50px 12px 60px;
	background: #FFE5D1;
	background-image: url(img/entry_bgi.png);
	background-position: center top;
	background-size: 54px auto;
	background-repeat: repeat;
}
.entry h2 img{
	width: 192px;
}
.entry .cont_float .photo{
	position: relative;
}
.entry .cont_float .photo::before{
	content: '';
	position: absolute;
	top: -60px;
	left: 5px;
	width: 65px;
	height: 167px;
	background-image: url(img/balloon05.png);
	background-position: left top;
	background-size: 65px auto;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
	.entry{
		padding: 30px 12px;
	}

	.entry h2 img{
		width: 154px;
	}
}

/*採用情報*/
.recruit{
	padding: 50px 12px 60px;
	background-color: #FDFFB9;
}
.recruit h2 img{
	width: 128px;
}
.recruit .cont_float .photo{
	position: relative;
}
.recruit .cont_float .photo::before{
	content: '';
	position: absolute;
	top: -60px;
	right: 0;
	width: 66px;
	height: 144px;
	background-image: url(img/balloon06.png);
	background-position: right top;
	background-size: 66px auto;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
	.recruit .cont_float .photo::before{
		top: -20px;
	    right: 0;
	}
}
@media only screen and (max-width: 500px) {
	.recruit{
		padding: 30px 12px;
	}
	.recruit h2 img{
		width: 102px;
	}
}

/*お問い合わせ*/
.contact{
	padding: 60px 12px;
	background: #C2EDEB;
	background-image: url(img/contact_bgi.png);
	background-position: center top;
	background-size: 54px auto;
	background-repeat: repeat;
}
.contact .cont_in{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .cont_in &gt; div{
	padding: 40px;
	width: calc(50% - 20px);
	background-color: #fff;
	border: 5px solid #66C9C5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .cont_in &gt; div.mail{
	border: 5px solid #FE8A3D;
}
.contact .cont_in &gt; div &gt; span{
	margin-right: 40px;
	width: 120px;
}
.contact .cont_in &gt; div &gt; div{
	width: calc(100% - 160px);
}
.contact .cont_in img{
	width: 120px;
	min-width: 80px;
}
.contact .cont_in h3{
	font-size: 150%;
	font-weight: normal;
}
.contact .cont_in p{
	margin-top: 0;
}
.contact .cont_in p.tel a[href^="tel:"] {
    color: #000;
    text-decoration: none;
	font-size: 200%;
	font-weight: normal;
    cursor: default;
	z-index: 1;
	position: relative;
}
.contact .cont_in p.text{
    display: flex;
	justify-content: space-between;
}
.contact .cont_in p.club_btn{
    margin-top: 8px;
}
.contact .cont_in p.text span:last-child{
    width: calc(100% - 50px);
}
@media only screen and (max-width: 999px) {
	.contact .cont_in &gt; div{
		margin: 0 auto;
		padding: 40px 20px;
		width: 100%;
		max-width: 700px;
	}
	.contact .cont_in &gt; div.mail{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.contact .cont_in p.tel a[href^="tel:"]{
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 500px) {
	.contact{
		padding: 30px 12px;
	}
	.contact .cont_in &gt; div{
		padding: 20px;
		flex-direction: column;
	}
	.contact .cont_in &gt; div &gt; span{
		margin: 0 auto;
		width: auto;
	}
	.contact .cont_in &gt; div &gt; div{
		width: 100%;
		max-width: 250px;
	}
	.contact .cont_in img {
		margin: 0 0 10px;
		width: 80px;
	}
	.contact .cont_in h3{
		font-size: 125%;
		text-align: center;
	}
	.contact .cont_in p.tel{
		text-align: center;
	}
	.contact .cont_in p.tel a[href^="tel:"] {
		font-size: 140%;
	}
	.contact .cont_in p.club_btn a{
		min-width: auto;
		padding: 6px 22px 5px 6px;
	}
}

/*アクセスマップ*/
.map{
	margin: 0 auto;
	padding: 50px 12px 60px;
	width: 100%;
	max-width: 1224px;
}
.map h2 img{
	margin-bottom: 20px;
	width: 217px;
}
.map .float{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.map .float &gt; *{
	margin-top: 0;
	width: calc(50% - 25px);
}
.map .float .map_image{
	position: relative;
}
.map .float .map_image::before{
	content: '';
    position: absolute;
    top: -40px;
    right: -30px;
    width: 59px;
    height: 129px;
    background-image: url(img/balloon07.png);
    background-position: right top;
    background-size: 59px auto;
    background-repeat: no-repeat;
}
.map .float .map_image::after{
	content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 38px;
    height: 129px;
    background-image: url(img/balloon08.png);
    background-position: right bottom;
    background-size: 38px auto;
    background-repeat: no-repeat;
}
.map .float .access &gt; div:first-child{
	margin: 0 0 40px;
}
.map .float .access h3{
	margin: 20px 0;
	font-size: 150%;
	font-weight: normal;
}
.map .float .access h3:last-child{
	margin: 60px 0 30px;
	font-size: 150%;
}
.map .float .access p{
	margin-top: 14px;
}
.map .float .access ul li{
	margin-top: 4px;
	padding-left: 20px;
}
.map .float .access ul li::before{
	display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #66C9C5;
    border: 0;
    border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.map .float{
		display: block;
	}
	.map .float &gt; *{
		width: 100%;
	}
	.map .float .map_image{
		margin: 0 auto;
		width: calc(100% - 60px);
	}
}
@media only screen and (max-width: 500px) {
	.map{
		padding: 30px 12px;
	}
	.map h2 img{
		width: 174px;
	}
	.map .float .map_image{
		margin: 0 auto;
		width: calc(100% - 40px);
	}
	.map .float .map_image::before{
	    top: -20px;
		right: -20px;
		width: 46px;
		background-size: 46px auto;
	}
	.map .float .map_image::after{
		bottom: -10px;
		left: -10px;
		width: 30px;
		background-size: 30px auto;
	}
	.map .float .access h3 {
		margin: 20px 0 10px;
		font-size: 125%;
	}
	.map .float .access p {
		margin-top: 8px;
	}
	.map .float .access &gt; div:first-child {
		margin: 0 0 30px;
	}
}

/********************** 領域1個別のスタイル **********************/
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone01 .ilist_lower ul &gt; li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul &gt; li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		width: calc(100% - 2px);
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}

/********************** 領域2個別のスタイル **********************/
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone02 .ilist_lower ul &gt; li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul &gt; li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul &gt; li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul &gt; li:nth-of-type(even){
		margin-right: 0;
	}
}
/********************** 領域3個別のスタイル **********************/

/********************** 領域4個別のスタイル **********************/

/********************** 中ページのスタイル **********************/
/*header*/
.inbody .main_header::before{
	border-bottom: 2px solid #fe8a3b;
	background-image: none;
	height: 0;
	bottom: 0;
}
.inbody .g_navi_in{
	padding: 10px 0 26px;
}
.inbody .main_header::after{
	display: none;
}
.inbody .g_navi .h1{
	text-align: center;
}
.inbody .g_navi .h1 a{
	display: block;
}
.inbody .g_navi .h1 span{
	font-size: 85%;
	padding-left: 16px;
	position: relative;
}
.inbody .g_navi .h1 span::before{
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #66c9c5;
	border: 0;
	border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
	.inbody .h_main .h1{
		width: 102px;
		top: 8px;
	}
}
@media only screen and (max-width: 768px) {
	.inbody .main_header::before,
	.inbody .g_navi .h1 span{
		display: none;
	}
}
/**** パンくずリスト・あしあとのスタイル ****/
.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: #c2edeb;
	flex-shrink: 0;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 4px 12px 4px 0;
	width: 72px;
	border-radius: 10px;
}
.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: 7px;
	height: 7px;
	border-right: 2px solid #FE8A3D;
	border-bottom: 2px solid #FE8A3D;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::after,
.footstep li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1224px;
	padding: 0 12px;
	width: 100%;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1224px;
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}
.main_naka_h1 h1 {
	position: relative;
	padding: 15px 80px 15px 12px;
	font-size: 180%;
}
.main_naka_h1 h1::before{
	content: "";
	display: block;
	background: url(img/balloon04.png) no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 110px;
	position: absolute;
	top: -43px;
	right: 30px;
}
.main_naka_h1 h1::after{
	content: "";
	display: block;
	background: url("img/title_deco.png") repeat-x;
	background-size: contain;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main_naka h2 {
	font-size: 136%;
	width: 100%;
    padding: 12px 12px 12px 20px;
	margin: 16px 0 0;
	background: #C2EDEB;
	background-image: url(img/contact_bgi.png);
	background-position: center top;
	background-size: 54px auto;
	background-repeat: repeat;
	position: relative;
}

.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: 14px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	background: #66c9c5;
	border: 0;
	border-radius: 50%;
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
	@media only screen and (max-width: 768px) {
		.main_naka_h1{
			padding: 0;
			width: 100%;
		}
		.main_naka_h1 h1{
			padding: 15px 60px 15px 12px;
			margin: 0 10px;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px){
		.main_naka_h1 h1::before{
			background-size: 42px auto;
			width: 42px;
			height: 100px;
			top: -20px;
			right: 20px;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #FFEDE2;
	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: 2px solid #FE8A3D;
	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: 3px solid #FE8A3D;
	border-radius: 10px;
	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{
	background: #ffe1c9;
    background-image: url("img/naka_h1_bgi.png");
    background-position: center top;
    background-size: 58px auto;
    background-repeat: repeat;
	margin: 0;
	padding: 10px 16px;
	border-radius: 8px 8px 0 0;
}
.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 16px 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
	overflow: hidden;
}
.design .main_naka .page_right ul {
	padding: 0 8px 12px;
	margin-top: 24px;
	border: 10px solid #FFE5D1;
	border-top: 10px solid #FFE5D1;
	border-bottom: 10px solid #FFE5D1;
	border-radius: 10px;
}
.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: 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_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;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 ul, .design .main_naka .category_end{
	padding: 0 10px;
}
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px solid #66c9c5;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.design .main_naka .cate_post02 li .list_icon, .design .main_naka .category_end li .list_icon{
	margin: 1px 8px 0 0;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	display: none;
}
.design .main_naka .cate_post02 .category_p02 {
	padding: 0 10px;
}
.design .main_naka .category_end li:first-child {
	margin-top: 0;
}
.design .main_naka .category_end .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_end .catch_lst .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
.cate_post02{
	margin-bottom: 60px;
	padding: 0 5px;
}
.cate_post02:last-child{
	margin-bottom: 20px;
}
.cate_post02 h2{
	border-radius: 10px;
	background-image: none;
	border: 2px dashed #fff;
	box-shadow: 0 0 0 5px #C2EDEB;
	padding: 8px 8px 8px 42px;
	margin-bottom: 30px;
}
.cate_post02 h2::before{
	content: "";
	display: block;
	position: absolute;
	background: url("img/balloon01.png") no-repeat;
	background-size: 33px auto;
    top: -18px;
    left: 0px;
    width: 33px;
    height: 80px;
}
.design .main_naka .category_p01{
	padding: 0 10px;
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	border: 3px solid #66C9C5;
	border-radius: 10px;
	padding: 24px;
	margin-top: 24px;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
	border-radius: 10px;
	position: relative;
	padding: 8px 8px 8px 42px;
	background-image: none;
	border: 2px dashed #fff;
	box-shadow: 0 0 0 5px #C2EDEB;
}
.design .main_naka .main_naka_new h2::before{
    display: block;
    content: "";
    position: absolute;
    top: -18px;
    left: 0px;
    width: 33px;
    height: 80px;
    background: url("img/balloon01.png") no-repeat center;
    background-size: 32px auto;
}
.design .main_naka .main_naka_new ul{
	padding: 0 10px;
	margin-top: 30px;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 190px;
	font-size: 85%;
}
.design .main_naka .main_naka_new .date span:first-child{
	width: 69px;
	display: inline-block;
}
.design .main_naka .main_naka_new .date span.list_icon{
	margin-top: 0;
}
.design .main_naka .main_naka_new .list{
	padding-left: 190px;
}
	@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: 0 0 24px;
	padding: 0;
	border: 3px solid #C2EDEB;
	border-radius: 10px;
}
.design .main_naka .cat_aside &gt; div{
	padding: 0;
	border: 0;
	border-radius: 0;
}
.design .main_naka .cat_aside h2{
	background: #C2EDEB;
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
}
.design .main_naka .cat_aside h2::after{
	display: none;
}
.design .main_naka .cat_aside .cat_aside_lower{
	padding: 0 16px 16px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
	}
/* バナー広告 */

.design .main_naka .bana {
	margin-top: 24px;
	padding: 0;
	border: 3px solid #FE8A3D;
	border-radius: 10px;
}
.design .main_naka .bana h2{
	background: #FFEDE2;
	border-bottom: 3px solid #FE8A3D;
	border-radius: 6px 6px 0 0;
	padding: 8px 16px 6px;
	margin-top: 0;
}
.design .main_naka .bana h2::after{
	display: none;
}
.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 h2{
	border-radius: 10px;
	padding: 8px 8px 8px 42px;
	background-image: none;
	border: 2px dashed #fff;
	box-shadow: 0 0 0 5px #C2EDEB;
}
.innew .design .main_naka .new_post h2::before{
	display: block;
    content: "";
    position: absolute;
    top: -18px;
    left: 0px;
    width: 33px;
    height: 80px;
    background: url(img/balloon01.png) no-repeat center;
    background-size: 32px auto;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
	padding: 0 5px;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px solid #66C9C5;
	margin-top: 16px;
	padding: 0 10px 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
.innew .design .main_naka .new_post li .list_icon{
	margin: 1px 8px 0 0;
}
/* アイキャッチあり */
.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;
	padding: 0 5px;
}
.design .main_naka .pickup_post h2{
	border-radius: 10px;
	border-radius: 10px;
	padding: 8px 8px 8px 42px;
	background-image: none;
	border: 2px dashed #fff;
	box-shadow: 0 0 0 5px #C2EDEB;
}
.design .main_naka .pickup_post h2::before{
	display: block;
    content: "";
    position: absolute;
    top: -18px;
    left: 0px;
    width: 33px;
    height: 80px;
    background: url(img/balloon01.png) no-repeat center;
    background-size: 32px auto;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
.design .main_naka .pickup_post ul{
	padding: 0 10px;
}
.design .main_naka .pickup_post li .list_icon{
	margin: 1px 8px 0 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%;
}
.main_naka_kiji {
	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{
			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_id {
	margin: 8px 0 0 12px;
	font-size: 85%;
	float: left;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .syosai_id{
			margin-bottom: 12px;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	margin-top: 4px;
	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: 4px;
	display: inline;
	line-height: 0;
	vertical-align: middle;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 3px;
	background-color: #fff;
	font-size: 85%;
	vertical-align: middle;
}
	@media only screen and (max-width: 768px) {
		.inbody .design .sns_box{
			background: #efefef;
			border: 1px solid #ccc;
			padding-left: 0;
			padding: 5px;
			margin: 0;
			float: none;
			line-height: 1.5;
			clear: both;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0;
		}
		.inbody .design .sns_box ul li{
			display: inline-block;
			margin: 0;
			padding: 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: 5px solid #C2EDEB;
	vertical-align: bottom;
	border-radius: 4px;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 3px solid #C2EDEB;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	padding: 10px;
	background: #C2EDEB;
/*    background-image: url("img/naka_h1_bgi.png");*/
    background-position: center top;
    background-size: 54px auto;
    background-repeat: repeat;
	border: 0;
	border-radius: 5px 5px 0 0;
	width: calc(100% + 24px);
	margin: -12px 0 0 -12px;
	font-size: 120%;
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #66C9C5;
	font-size: 103%;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
    transition: all .3s;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	text-shadow: 1px 1px 1px #157773, -1px 1px 1px #157773, 1px -1px 1px #157773, -1px -1px 1px #157773, 1px 0 1px #157773, 0px 1px 1px #157773, -1px 0 1px #157773, 0 -1px 1px #157773;
	padding: 8px 5px 7px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img:hover{
	opacity: 0.8;
}
.waku .kiji_sub .kiji_aside.syosai_sonota a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 768px){
	.waku .kiji_sub .kiji_aside.syosai_sonota a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}

/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
	border: 3px solid #C2EDEB;
	border-radius: 10px;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	background: #C2EDEB;
}
.waku .kiji_sub .kiji_aside &gt; ul {
	border: 3px solid #C2EDEB;
	padding: 0 8px 12px;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 14px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 8px;
    height: 8px;
    background: #66c9c5;
    border: 0;
    border-radius: 50%;
}
.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 #66C9C5;
}
.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: 2px dashed #66C9C5;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
#body.faq .design .main_naka .kiji_aside.syosai_qa .qa_button button, #body.inkiji .design .main_naka .kiji_aside.syosai_qa .qa_button button, #body.inform .design .main_naka .kiji_aside.syosai_qa .qa_button2 button {
    background: #FE8A3D;
    border: 0;
    color: #FFFFFF;
    font-size: 87.5%;
    font-weight: bold;
	text-shadow: 1px 1px 1px #844215, -1px 1px 1px #844215, 1px -1px 1px #844215, -1px -1px 1px #844215, 1px 0 1px #844215, 0px 1px 1px #844215, -1px 0 1px #844215, 0 -1px 1px #844215;    letter-spacing: .15em;
    padding: 8px 20px;
    transition: all .3s;
}
#body.faq .design .main_naka .kiji_aside.syosai_qa .qa_button button:hover, #body.inkiji .design .main_naka .kiji_aside.syosai_qa .qa_button button:hover, #body.inform .design .main_naka .kiji_aside.syosai_qa .qa_button2 button:hover {
	opacity: 0.8;
}
@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;
}
.design .main_naka .route_box h2{
	background: #fff;
	border-bottom: 2px solid #FE8A3D;
	font-size: 125%;
	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 #FE8A3D;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	margin: 0 0 24px;
	padding: 0;
	border: 3px solid #C2EDEB;
	border-radius: 10px;
}
.inkiji .main_naka .kiji_aside &gt; div,
.infaq .main_naka .kiji_aside &gt; div{
	padding: 0;
	border: 0;
	border-radius: 0;
}
.inkiji .main_naka .kiji_aside .kiji_aside_lower,
.infaq .main_naka .kiji_aside .kiji_aside_lower{
	padding: 0 16px 16px;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	background: #C2EDEB;
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
}
.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%;
}
.inkiji .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"],
.infaq .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 768px){
	.inkiji .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"],
	.infaq .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		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: #C2EDEB;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka h2{
	background: #C2EDEB;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren h2{
	background: #C2EDEB;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2 h2{
	background: #C2EDEB;
}
/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota h2{
	background: #C2EDEB;
	color: #333;
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	border-bottom: 2px dashed #66C9C5;
	font-size: 85%;
}
.main_naka .kiji_aside.syosai_sonota .kiji_aside_lower p:last-child a{
	display: inline-block;
	background: #66C9C5;
    text-shadow: 1px 1px 1px #157773, -1px 1px 1px #157773, 1px -1px 1px #157773, -1px -1px 1px #157773, 1px 0 1px #157773, 0px 1px 1px #157773, -1px 0 1px #157773, 0 -1px 1px #157773;
    color: #fff;
    text-decoration: none;
	padding: 8px 20px;
	border-radius: 4px;
    transition: all .3s;
}
.main_naka .kiji_aside.syosai_sonota .kiji_aside_lower a:hover{
	opacity: 0.8;
}

/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 4px;
}
</pre></body></html>