@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 #949494;
	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-behavior: smooth;
}
body {
	font-family: "UD新ゴ R", "UD Shin Go Regular", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
	letter-spacing: 0.12em;
	color: #222;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-wrap: anywhere;
	padding-left: 6em;
}
#main_outline{
	background: #fff;
}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
@media (max-width: 1024px){
	html{
		scroll-padding-top: 5em;
	}
	body{
		padding: 4em 0 0;
	}
}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #222222;
/*	font-family: "UD新ゴ B","UD Shin Go Bold" !important;*/
}
/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	color: #860000;
}
a:active {
	color: #860000;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	color: #9f0000;
}
a:active > strong {
	color: #9f0000;
}
.block-link {
	display: inline-block;
} 

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #f2faff;
	color: #222;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #007DB3;
	vertical-align: text-bottom;
	word-wrap: break-word;
	outline: 1px solid #fff;
}
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;
	outline-offset: 0; 
}
.skip a:active, .skip a:focus-visible {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 85%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
	outline-offset: -2px; 
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #777;
	font-size: 100%;
	letter-spacing: 0.12em;
	color: #222; 
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"],#body input[type="email"],#body input[type="tel"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	background: #fff;
	border: 1px solid #777;
	padding: 8px 6px;
	appearance: none;
	border-radius: 4px; 
}
/* select */
#body select,#body select[size], #body select[multiple], #body select[size][multiple] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 24px;
  min-width: 24px;
  appearance: none;
  border: 1px solid #777;
  background: #fff url(../images/select.svg) calc(100% - 8px) center no-repeat;
  border-radius: 4px;
  padding: 8px 24px 8px 6px;
  color: #333;
}
#body select[multiple],#body select[size][multiple]{
	background: #fff;
	padding: 8px 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, #body #shelter_search, #body #reset, #body .print input[type="button"]{
	background: #007DB3;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 8px 16px;
	border-color: #007DB3;
	width: auto; 
}
#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,#body #shelter_search:hover, #body #reset:hover, #body .print input[type="button"]:hover {
	background: #026D9C;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b {
  font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 0;
	min-height: auto;
  min-width: auto;
  position: relative;
  z-index: -1;
  margin: 0;
}
:focus-visible{
	outline: 2px solid #007bbb;
	outline-offset: 2px;
}
.focus_visible:focus-visible{
	outline: 2px solid #007bbb;
	outline-offset: 4px;
  border-radius: 0;
  position: relative;
  z-index: 1001;
}
.anchor.focus_visible:focus-visible,
.notit.focus_visible:focus-visible{
	display: block;
  background-color: #fff;
  padding: 4px;
  height: auto;
  outline-offset: -4px;
  text-align: center;
  font-size: 85%;
}
.focus_visible[tabindex="-1"]:focus-visible{
	outline: none !important;
}
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
textarea:focus-visible {
  outline: inherit;
}
.user-tabbing input[type="text"]:focus-visible,
.user-tabbing input[type="tel"]:focus-visible,
.user-tabbing textarea:focus-visible {
  outline: 2px solid #007bbb;
}
.date {
	font-size: 85%;
	color: #222;
	display: inline-block;
  margin: 0 4px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
	@media only screen and (max-width: 1024px) {
		.date {
			width: 100%;
		}
	}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/
.design{
	clear: both;
}

/********************** ヘッダー **********************/
	@media only screen and (max-width: 1024px) {
		.main_header{
			position: relative;
		}
	}
/**** ヘッダー上段リンク ****/
.head{
	position: fixed;
  left: 0;
  top: 0;
  max-width: 6em;
  height: 100%;
  z-index: 1000;
}
.head_wrap{
	border-right: 1px solid #DDD;
	padding: 24px 7px 16px;
	position: relative;
	z-index: 2;
	height: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.d_open .head_wrap,
.d_open_src .head_wrap{
	border-right: 1px solid #8F8F8F;
}
.h_top .h1{
	position: relative;
	z-index: 1;
	max-width: 80px;
}

	@media only screen and (max-width: 1024px) {
		.head{
			max-width: none;
			height: auto;
			width: 100%;
		}
		.head_wrap{
			padding: 8px 12px 8px;
			border-right: none;
			border-bottom: 1px solid #DDDDDD;
		}
		.d_open .head_wrap,
		.d_open_src .head_wrap{
			border-bottom: 1px solid #8F8F8F;
		}
		.h_top {
			display: flex;
			width: 100%;
			justify-content: space-between;
		}
		.h_top .h1{
			max-width: 140px;
			display: flex;
			align-items: center;
		}
		.drawer_btn{
			display: flex;
		}
	}

/**** スライドメニューに関するスタイル ****/
/* メニューボタン */
#menu_button,
#menu_button2,
#menu_button_src,
#menu_button2_src{
	margin: 0;
	text-align: center;
}
#menu_button button,
#menu_button_src button{
	position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px 0 8px 0;
  border: none;
  background: transparent;
  font-size: 85%;
}
#menu_button button .menu_text,
#menu_button_src button .menu_text{
	color: #222222;
}
#menu_button button .icon_ham{
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -10px;
	display: inline-block;
	background: #222222;
	height: 2px;
	width: 20px;
}
#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	background: #222222;
	height: 2px;
	width: 20px;
}
#menu_button button .icon_ham:before{
	top: 6px;
}
#menu_button button .icon_ham:after{
	top: 12px;
}
#menu_button{
	margin: 16px 0 8px;
}
#menu_button::after{
	content: "";
	display: block;
	position: relative;
	width: 40px;
	border-bottom: 1px solid #BCBCBC;
	left: calc(50% - 20px);
}
#menu_button_src button{
	padding: 0;
	min-width: 4em;
}
#menu_button_src button .icon{
	background: url(img/src_icon.svg) no-repeat;
	width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
}
#menu_button2 button,
#menu_button2_src button{
	position: fixed;
	display: inline-block;
	text-align: center;
	padding: 24px 0 0 0;
	z-index: 2;
	border: none;
	background: #F2FAFF;
	top: 104px;
  width: 6em;
  font-size: 100%;
  left: 0;
  border-radius: 0;
  border-top: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
}
#menu_button2_src button{
	top: calc(150px + 1em);
	background: #FAECEF;
}
#menu_button2 button .menu_text,
#menu_button2_src button .menu_text{
	color: #222;
	font-size: 85%;
}
#menu_button2 button .icon_ham,
#menu_button2_src button .icon_ham{
	position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  height: 2px;
	width: 20px;
}
#menu_button2 button .icon_ham:before,
#menu_button2 button .icon_ham:after,
#menu_button2_src button .icon_ham:before,
#menu_button2_src button .icon_ham:after{
	content: '';
  position: absolute;
  left: 50%;
  margin-left: -12px;
  background: #222;
  height: 2px;
	width: 20px;
}
#menu_button2 button .icon_ham:before,
#menu_button2_src button .icon_ham:before{
	top: 8px;
  transform: rotate(-45deg);
}
#menu_button2 button .icon_ham:after,
#menu_button2_src button .icon_ham:after{
	top: 8px;
  transform: rotate(45deg);
}
	@media only screen and (max-width: 1024px) {
		#menu_button{
			padding: 0 12px;
			margin: 0;
			position: relative;
		}
		#menu_button::after{
			transform: rotate(90deg);
			right: -20px;
	    left: auto;
	    position: absolute;
	    top: 20px;
		}
		#menu_button button{
			padding: 26px 0 0px 0;
			max-width: 90px;
		}
		#menu_button button .icon_ham{
			top: 8px;
		}
		#menu_button2 button,
		#menu_button2_src button{
			top: 0;
			width: 4.5em;
			left: auto;
			border: none;
			border-right: 1px solid #8F8F8F;
		  border-left: 1px solid #8F8F8F;
		  right: min(110px,4.5em);
		  height: calc(4em + 1px);
		  max-width: 90px;
		}
		#menu_button2_src button{
			top: 0;
			right: 0px;
			border-right: 0;
		}
		#menu_button2 button .icon_ham,
		#menu_button2_src button .icon_ham{
			top: 10px;
		}
		#menu_button_src button{
			min-width: auto;
			width: 4em;
			max-width: 90px;
		}
}

/* メニュー内 */
#drawer.drawer-nav,
#drawer_src.drawer-nav_src{
  margin: 0 0 0 6em;
  width: 400px;
  background: rgba(255, 255, 255, 0.9);
  overscroll-behavior-y: contain;
  top: 0;
  left: 0;
  height: 100vh;
  position: fixed;
  scrollbar-gutter: stable;
  z-index: 2;
  border-top: 1px solid #8F8F8F;
}
.drawer_in{
	overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  padding: 32px 12px 40px 12px;
  background: #F2FAFF;
  border-right: 1px solid #8F8F8F;
}
.head_src .drawer_in{
	background: #FAECEF;
}
.drawer-nav .anchor{
	padding: 0;
}
body.drawer-open{
	width: 100%;
}
.drawer-menu{
	min-height: calc(100% + 1px);
}
#drawer .d-close,
#drawer_src .d-close_src{
	width: 100%;
  max-width: 1224px;
  margin: 32px auto 0;
  text-align: center;
}
#drawer .d-close a,
#drawer_src .d-close_src a{
	background: #007DB3;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  font-size: 85%;
  text-align: center;
  border-radius: 8px;
  min-width: 146px;
  color: #fff;
  border: 1px solid #0072A3;
}
#drawer .d-close span,
#drawer_src .d-close_src span{
	display: inline-block;
  padding: 0 0 0 34px;
  position: relative;
}
#drawer .d-close span::before,
#drawer .d-close span::after,
#drawer_src .d-close_src span::before,
#drawer_src .d-close_src span::after{
	content: '';
  background: #fff;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  margin-top: 0;
  transform: rotate(-45deg);
}
#drawer .d-close span::after,
#drawer_src .d-close_src span::after{
	transform: rotate(45deg);
}
#drawer_src .drawer_menu{
	background: #FAECEF;
}
.drawer_menu .side_sitenavi{
	background: transparent;
	z-index: auto;
}
.sidr_navi.g_navi_in{
	display: block;
	padding: 0;
}
.sidr_navi.g_navi_in > li{
	margin: 0 0 8px;
	border-bottom: 1px solid #BCBCBC;
	padding: 0 0 8px;
	position: relative;
	display: block;
}
.sidr_navi.g_navi_in > li::before{
	display: none;
}
.sidr_navi.g_navi_in > li > a{
	color: #222;
}
.sidr_navi.g_navi_in > li > a:hover{
	background-color: #fff;
  outline: 1px solid #858585;
}
header .sidr_navi.g_navi_in > li button.ac_display,
.sidr_navi.g_navi_in > li > a{
	text-decoration: none;
	display: flex;
	position: relative;
	padding: 8px 24px 8px 8px;
	border-radius: 8px;
	align-items: center;
	z-index: auto;
}
.sidr_navi.g_navi_in li.ac_nav_active .ac_box::before{
	bottom: -6px;
	left: 32px;
}
.sidr_navi li button.ac_display::after{
	content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  transform: rotate(-180deg);
  right: 12px;
  top: calc(50% - 5px);
  background: url(img/arrow01.svg) no-repeat 0 0/contain;
  transition: 0.2s;
}
.sidr_navi li button.ac_display:hover::after{
	right: 6px;
}
header .sidr_navi.g_navi_in > li button.ac_display .img,
.sidr_navi.g_navi_in > li > a .img{
	width: 50px;
  margin: 0 12px 0 0;
  display: block;
}
header .sidr_navi.g_navi_in > li button.ac_display b{
	width: auto;
}
.sidr_navi.g_navi_in .ac_box_in{
	position: relative;
	top: 0;
}
.sidr_navi.g_navi_in li .cate_title{
	margin-top: 12px;
}
.sidr_navi.g_navi_in li .ac_box_in ul{
	margin: 0 0 16px;
}
.sidr_navi.g_navi_in li .ac_box_in li{
	width: 50%;
}
.sidr_navi.g_navi_in li .cate_title a{
	max-width: none;
}
.side_shien{
	background: #F2FAFF;
	padding: 12px;
	border-radius: 8px;
	max-width: 400px;
  margin: 24px auto 0;
	border: 1px solid #94949494;
	display: none;
}
.side_shien > ul{
	display: flex;
	flex-wrap: wrap;
}
.side_shien .h_toplist > li{
	width: 50%;
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.side_shien .h_toplist > li::after{
	display: none;	
}
.side_shien .h_toplist > li:first-of-type{
	width: 100%;
	margin-bottom: 8px;
}
.side_shien .h_toplist > li > a{
	background: #fff;
	border: 1px solid #878787;
  border-radius: 1000px;
  padding: 4px 8px;
  background: #fff;
  width: 100%;
}
.side_shien .h_toplist > li > a span{
	display: inline;
}
.side_shien .font_tit{
	margin: 0 0 8px;
}
.side_shien .font_size{
	width: 100%;
}
.side_shien .font_list li a{
	padding: 4px 8px;
}
	@media print, screen and (max-width: 1024px){
		#drawer.drawer-nav,
		#drawer_src.drawer-nav_src{
			margin: 4em 0 0;
			width: 100%;
		}
		.drawer_in{
			border-right: none;
			padding: 16px 12px 50dvh 12px;
		}
		.drawer_menu .side_sitenavi{
			display: block;
		}
		.side_shien{
			display: block;
		}
		#drawer_src.drawer-nav_src{
			z-index: 100;
		}
	}

/* 探す内 */
/* 検索ボックス */
.search_box {
	background: #FAECEF;
}
.search_box h2{
	position: absolute;
	z-index: -10;
	opacity: 0;
}
.search .tab_index{
	display: flex;
	gap: 12px;
}
.head_src .tab_index .tab_change{
	width: 100%;
}
.search .tab_index a{
	display: block;
	text-decoration: none;
	border: 1px solid #8F8F8F;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	padding: 8px 12px;
	background: #fff;
	text-align: center;
}
.search .tab_index .is-active a{
	background: #007DB3;
	color: #fff;
	border-color: #0072A3;
}
.search .tab_index .is-active a::after{
	content: "";
	display: inline-block;
	background: url(img/arrow06.svg) no-repeat;
	width: 12px;
  height: 10px;
	margin: 0 0 0 8px;
}
.search_box ul{
	border: 1px solid #8F8F8F;
	background: #fff;
	padding: 16px;
	border-radius: 0 0 8px 8px;
}
.search_box ul li{
	margin: 0;
}
.search_box .src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #949494 !important;
	border-right: none;
	border-radius: 4px 0 0 4px!important;
}
.src_box input.q:focus-visible{
	outline-offset: -4px;
}
.search_box .src_box #search_button,
.search_box .src_box #id-search_button,
.search_box .src_box #search_button2,
.search_box .src_box #id-search_button2{
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #007DB3;
	color: #fff;
	cursor: pointer;
	border: 1px solid #007DB3;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0 4px 4px 0 ;
}
.search_box .src_box #search_button:hover,
.search_box .src_box #id-search_button:hover,
.search_box .src_box #search_button2:hover,
.search_box .src_box #id-search_button2:hover{
	background: #026D9C;
}
.common_src{
	margin: 16px 0 24px;
}
.common_src h2{
	position: relative;
}
.common_src h2 span{
	background: #FAECEF;
  z-index: 1;
  position: relative;
  margin: 0 0 0 12px;
  padding: 8px;
}
.common_src h2::before{
	content: "";
  display: block;
  position: absolute;
  z-index: 0;
  border-bottom: 1px solid #8F8F8F;
  width: 100%;
  top: 0.7em;
  left: 0;
}
.common_src .ilist_lower{
	margin: 8px;
}
.common_src .ilist ul{
	display: flex;
	flex-wrap: wrap;
}
.common_src .ilist li{
	margin: 8px 16px 0 0;
}
.common_src .ilist a{
	display: block;
	text-decoration: none;
	border: 1px solid #878787;
	border-radius: 1000px;
	padding: 4px 8px;
	background: #fff;
	font-size: 85%;
	transition: 0.2s;
}
.common_src .ilist a:hover{
	background: #F7F7F7;
}
.context_src{
	margin: 16px 0;
	border-bottom: 1px solid #8F8F8F;
	padding: 0 0 16px;
}
.context_src h2{
	position: relative;
	margin: 0 0 16px;
}
.context_src h2 span{
	background: #FAECEF;
  z-index: 1;
  position: relative;
  margin: 0 0 0 12px;
  padding: 8px;
}
.context_src h2::before{
	content: "";
  display: block;
  position: absolute;
  z-index: 0;
  border-bottom: 1px solid #8F8F8F;
  width: 100%;
  top: 0.7em;
  left: 0;
}
.context_src ul{
	display: flex;
	gap: 8px;
}
.context_src li{
	margin: 0;
	width: 100%;
}
.context_src a{
	text-decoration: none;
	background: #fff;
	border: 1px solid #8F8F8F;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	padding: 12px 2px;
	flex-wrap: wrap;
	transition: 0.2s;
}
.context_src a img{
	width: 40px;
	margin: 0 auto;
	transition: 0.2s;
}
.context_src a:hover img{
	transform: scale(1.1);
}
.context_src a span{
	text-align: center;
	margin: 8px 0 0;
	width: 100%;
	font-size: 85%;
}
	@media only screen and (max-width: 768px) {
		.search_box .src_box .q{
			width: calc(100% - 72px) !important;
		}
		.search_box .src_box #search_button,
		.search_box .src_box #id-search_button,
		.search_box .src_box #search_button2,
		.search_box .src_box #id-search_button2{
			width: 72px;
		}
	}

/**** ヘッダー閲覧補助機能 ****/
.head_in{
	margin: auto 0 0;
}
.h_toplist > li{
	text-align: center;
	padding: 8px 0;
	margin: 0;
	font-size: 85%;
	position: relative;
}
.h_toplist > li::after{
	 content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  border-bottom: 1px solid #BCBCBC;
  left: calc(50% - 20px);
}
.h_toplist > li > a{
	display: inline-block;
	color: #222;
	text-decoration: none;
}
.h_toplist > li > a:hover{
	color: #860000;
}
.h_toplist > li > a span{
	display: block;
}
/* 文字サイズ */
.font_tit {
	margin: 0;
}
.font_list{
	display: flex;
}
.font_list li {
	margin: 0;
	width: 100%;
}
.font_list li a{
	text-decoration: none;
	color: #222;
	display: block !important;
	border: 1px solid #949494;
	border-radius: 10px 0 0 10px;
	padding: 2px 3px;
	background: #fff;
}
.font_list li:nth-of-type(2) a{
	background: #007DB3;
	border-color: #007DB3;
	border-radius: 0 10px 10px 0;
}
.font_list li:nth-of-type(2) a strong{
	color: #fff;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			display: none;
		}
	}

/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.12em;
	position: relative;
	z-index: 3;
	background: #FAECEF;
}
.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	padding: 8px 12px;
	position: relative;
}
.g_navi_in > li {
	margin: 0;
	display: flex;
	width: 100%;
	padding: 0 4px;
}
.g_navi_in > li::before{
	content: "";
  display: block;
  position: relative;
  height: 32px;
  border-right: 1px solid #BCBCBC;
  top: calc(50% - 16px);
  left: -4px;
}
.g_navi_in > li:nth-of-type(1)::before {
	display: none;
}
.g_navi_in > li .ac_box{
	margin: 0 auto;
}
header .g_navi_in > li button.ac_display,
header .g_navi_in > li a.home {
	display: flex;
	position: relative;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	padding: 0;
	padding-top: 13px;
	padding-bottom: 11px;
	width: 100%;
	transition: all 0.3s;
	color: #222;
	flex-wrap: wrap;
	border-radius: 8px;
	background: transparent;
  top: auto;
  right: auto;
  border: none;
/*  outline: 1px solid transparent;*/
}
header .g_navi_in > li button.ac_display::before,
header .g_navi_in > li button.ac_display::after{
	display: none;
}
header .g_navi_in > li button.ac_display:hover,
header .g_navi_in > li button.ac_display:focus-visible,
.g_navi_in > li .ac_box:focus-visible .ac_display,
header .g_navi_in > li a.home:hover,
header .g_navi_in > li a.home:focus-visible{
	background-color: #fff;
	outline: 1px solid #858585;
	outline-offset: -1px;
}
header .g_navi_in > li button.ac_display .img,
header .g_navi_in > li a.home .img{
	display: block;
	width: 100%;
}
header .g_navi_in > li button.ac_display img,
header .g_navi_in > li a.home img{
	width: 50px;
	transition: 0.2s;
}
header .g_navi_in > li.active button.ac_display img,
header .g_navi_in > li.active a.home img{
	background: #fff;
	border-radius: 100px;
}
header .g_navi_in > li button.ac_display:hover img,
header .g_navi_in > li a.home:hover img{
	transform: scale(1.1);
}
header .g_navi_in > li button.ac_display b,
header .g_navi_in > li a.home b{
	width: 100%;
}
.g_navi_in li .ac_box_in{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 300;
	padding-top: 4px;
	width: 100%;
}
.g_navi_in li .ac_box_in > div{
	background: #fff;
	border: 1px solid #8C8C8C;
	font-size: 90%;
	padding: 12px 8px 12px;
	position: relative;
	border-radius: 10px;
}
.g_navi_in li .cate_title{
	padding: 0 8px 8px;
	margin: 0;
}
.g_navi_in li .cate_title a{
	position: relative;
  display: block;
  text-decoration: none;
  padding: 8px 16px 8px 8px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #8C8C8C;
  transition: 0.2s;
  max-width: 300px;
  font-size: 120%;
}
.g_navi_in li .cate_title a:hover{
	background: #F7F7F7;
}
.g_navi_in li .cate_title a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	transition: 0.2s;
}
.g_navi_in li .cate_title a:hover::before{
	right: 8px;
}
.g_navi_in li .ac_box_in ul{
	display: flex;
	flex-wrap: wrap;
}
.g_navi_in li.ac_nav_active .ac_box::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform :translateX(-50%);
	border: 8px solid transparent;
	border-bottom: 12px solid #8C8C8C;
	z-index: 1;
}
.g_navi_in li .ac_box_in li{
	display: inline-block;
	position: relative;
	padding: 0 8px;
	margin-right: 0;
	border-bottom: none;
	vertical-align: top;
	box-shadow: none;
	width: 25%;
}
.g_navi_in li .ac_box_in li a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 4px 16px 4px 8px;
	background: #fff;
	border-radius: 10px;
	height: 100%;
	border: 1px solid #8C8C8C;
	transition: 0.2s;
}
.g_navi_in li .ac_box_in li a:hover{
	background: #F7F7F7;
}
.g_navi_in li .ac_box_in li a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	transition: 0.2s;
}
.g_navi_in li .ac_box_in li a:hover::before{
	right: 8px;
}
.g_navi_in li .ac_box_in .close .ac_display{
	text-decoration: none;
	position: relative;
	top: 0;
	right: auto;
}
.g_navi_in li .ac_box_in .close .ac_display::after{
	display: none;
}

	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}

/**** 緊急情報・重要なお知らせのスタイル ****/
.emergency_wrap{
	background: #FAECEF;
	padding: 24px 0 1px;
}
.main_header .emergency,
.main_header .important {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto ;
	padding: 0 12px;
}
.main_header .emergency p.ema_h,
.main_header .important p.ema_h{
	color: #fff;
	margin: 0;
	font-size: 120%;
}
.main_header .important p.ema_h{
	color: #222;
}
.main_header .ac_box_ema .ac_box,
.main_header .ac_box_ema2 .ac_box{
	position: relative;
  width: 100%;
	display: inline-block;
	background: #a90000;
	padding: 12px calc(2.5em + 24px) 12px 16px;
	border-radius: 8px;
	border: 1px solid #a90000;
}
.main_header .ac_box_ema2 .ac_box{
	background: #f7f7f7;
	border: 1px solid #949494;
}
.main_header .ac_box_ema .ac_box .ac_display:focus-visible,
.main_header .ac_box_in .close .ac_display_ema:focus-visible{
	outline: 2px solid #fff;
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display,
.main_header .ac_box_ema2 .ac_box button[type="button"].ac_display{
	top: calc(50% - 12px);
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display{
	border-color: #fff;
}
.main_header .ac_box_in .close{
	text-align: right;
}
.main_header .ac_box_in .close .ac_display_ema,
.main_header .ac_box_in .close .ac_display_ema2{
  font-size: 85%;
}
.main_header .ac_box_in .close .ac_display_ema{
	border-color: #fff;
}
.main_header .ac_box_in .close .ac_display_ema::before{
	background: #a90000;
}
.ac_box_ema .ac_box_in,
.ac_box_ema2 .ac_box_in {
	position: relative;
  background: #a90000;
  padding: 12px 16px;
  border: none;
  font-size: 100%;
  margin-top: 4px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #a90000; 
}
.ac_box_ema2 .ac_box_in{
	background: #f7f7f7;
	border: 1px solid #949494;
}
.kinkyu{
	margin: 12px 0;
	padding: 12px;
	background: #fff;
	border-radius: 8px;
}
.main_header .kinkyu ul.more{
	font-size: 85%;
	margin: 16px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
}
.kinkyu .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.kinkyu .more a{
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
}
.important .kinkyu .more a{
	border: 1px solid #8F8F8F;
}
.kinkyu .more a:hover{
	background: #FFE8E2;
}
.important .kinkyu .more a:hover{
	background: #F7F7F7;
}
.kinkyu .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
.main_header .ac_box_ema_in {
	position: relative;
	background: #a90000;
	padding: 12px 16px;
	border: none;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
}
.main_header .emergency_lower ul{
	margin: 0 0 16px;
}
.main_header .emergency ul:not(.more,.shelter_more) li,
.main_header .important ul:not(.more,.shelter_more) li{
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	text-align: left;
}
.main_header .emergency ul:not(.more,.shelter_more) li::before,
.main_header .important ul:not(.more,.shelter_more) li::before{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
}
.main_header .emergency_lower ul.kin_text li:first-of-type{
	margin-top: 0;
}
.main_header .emergency_lower ul.kin_link{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.main_header .emergency_lower ul.kin_link li{
	padding: 0;
	margin: 0 12px 8px 0;
	display: block;
}
.main_header .emergency_lower ul.kin_link li::before{
	display: none;
}
.main_header .emergency_lower ul.kin_link li a{
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 28px 6px 12px;
	background: #fff;
	display: flex;
	width: 100%;
	font-size: 90%;
	height: 100%;
	align-items: center;
	text-align: left;
	transition: 0.2s;
}
.main_header .emergency_lower ul.kin_link li a::before{
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #a90000;
	top: calc(50% - 7px);
	right: 8px;
}
.main_header .emergency_lower ul.kin_link li a::after{
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	bottom: calc(50% - 3px);
	right: 13px;
}
.main_header .emergency_lower ul.kin_link li a:hover{
	background: #fff;
}
.main_header .emergency_lower ul.kin_link li a:focus-visible{
	outline-color: #fff;
}
.ac_box_ema_in .close{
	text-align: right;
}
#body .ac_box_ema_in .ac_box_ema {
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 8px 6px 22px;
	text-decoration: none;
	display: inline;
	font-size: 85%;
}
	@media only screen and (max-width: 1024px){
		.emergency_wrap{
			padding: 12px 0 12px;
		}
		.main_header .ac_box_in .close{
			text-align: center;
		}
		.main_header .emergency_lower ul{
			margin: 0 0 8px;
		}
		.kin_text {
			min-width: unset;
			margin: 0 0 2px;
			font-size: 90%;
			padding: 0;
		}
		.main_header .emergency .kinkyu > li a{
			width: 100%;
			font-size: 100%;
			padding: 0;
			max-width: none;
			text-align: left;
		}
		.main_header .emergency_lower ul.kin_text{
			margin-bottom: 0px;
		}
		.main_header .emergency_lower ul.kin_link{
			margin-bottom: 16px;
		}
		.main_header .emergency_lower ul.kin_link li{
			margin: 12px 12px 0 0;
		}
		.main_header .emergency_lower ul.kin_link li.sp_none{
			display: none;
		}
		.main_header .emergency_lower ul.kin_link li a{
			max-width: none;
		}
		.ac_box_ema_in .close {
			position: relative;
			text-align: center;
			right: 0;
			bottom: 0;
		}
	}

/**** 避難所一覧機能のスタイル ****/
.emergency_shelter{
	border: 2px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
	border-radius: 8px;
}
.main_header .ac_box_ema_wrap .ema_s_h,
.emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #a90000;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 85%;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before{
	display: none;
}
.shelter_more a{
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 8px;
}
.shelter_more a:hover{
	background: #FFE8E2;
}
/********************** フッター **********************/
.main_footer {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.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;
	border-radius: 8px 8px 0 0;
}
.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}
.online_strage_a .mypage_contents {
	background-color: #F2FAFF;
	padding: 4px 16px 16px;
	border-radius: 0 0 8px 8px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}
.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #027BBB;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #222;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
	border: 1px solid #026FA8;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	color: #9f0000;
}
	@media only screen and (max-width: 1024px) {
		.online_strage_a{
			padding: 24px 0;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: #fff;
	margin-top: 80px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px 24px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	outline: 1px solid #949494;
	padding: 8px 4px;
	font-size: 85%;
	border-radius: 8px;
	transition: 0.4s;
	position: fixed;
	bottom: 12px;
	right: 12px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 100;
}
.foot_modori a:hover{
	background: #F7F7F7;
	bottom: 16px;
}
.foot_modori a:focus-visible{
	outline: 2px solid #007bbb;
	border: 1px solid #949494;
}
.foot_modori a::before{
	content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  margin: 0 8px 0 8px;
  background: url(img/arrow05.svg) no-repeat 0 0/contain;
}
.scroll_modori .foot_modori .modoriin a{
	position: relative;
	bottom: 0;
	right: 0;
	padding: 16px 12px;
	box-shadow: none;
}
.scroll_modori .foot_modori a:hover{
	bottom: 4px;
}
.scroll_modori .foot_modori a::before{
	width: 12px;
  height: 8px;
  margin: 0 12px 0 8px;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori{
			margin-top: 40px;
		}
		.foot_modori a{
			bottom: 10px;
			right: 10px;
			font-size: 75%;
    	padding: 6px 4px;
		}
		.scroll_modori .foot_modori a{
			padding: 8px 4px;
			font-size: 85%;
		}
		.foot_modori a::before{
			width: 13px;
			height: 9px;
		}
		.scroll_modori .foot_modori a::before{
			width: 15px;
			height: 10px;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	background: #F7F7F7;
	padding: 0;
}
.foot_in{
	display: flex;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 12px 0;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -16px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
}
.foot_id {
	margin-top: 24px;
	width: 75%;
}
.foot_id .img{
	max-width: 180px;
}
.foot .address {
	margin-top: 8px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_id ul{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 12px 0;
}
.foot_id li{
	margin: 0;
}
.foot_id li a{
	display: inline-block;
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #8F8F8F;
	padding: 8px 16px;
	transition: 0.2s;
}
.foot_id li a:hover{
	background: #F7F7F7;
}
.foot_map{
	width: 25%;
}
.foot_copy {
	font-size: 85%;
	padding: 8px 12px;
	text-align: center;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 1024px) {
		.foot {
			width: 100%;
		}
		.foot_in{
			display: block;
		}
		.foot_id{
			width: 100%;
		}
		.foot_map{
			width: 100%;
			max-width: 300px;
			margin: 0 auto;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/********************** 領域共通のスタイル **********************/
.list_icon{
	vertical-align: middle;
  margin: 0 4px 4px 0;
  border: 1px solid #007DB3;
  border-radius: 4px;
  background: #F2FAFF;
  text-decoration: none;
  padding: 0 8px;
  display: inline-block;
}

/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box{
	position: relative;
}
.ac_box .ac_title,
.main .ac_box .ac_title{
	padding-right: max(2.6em, 60px);
}
.ac_box:focus-visible{
	outline: 2px solid #007bbb;
  outline-offset: -2px;
  z-index: 1;
  border-radius: 7px;
}
.ac_box02 .ac_box:focus-visible{
	outline: 2px solid #949494;
  border-radius: 0;
  outline-offset: 2px;
}
.ac_box[tabindex="-1"]:focus-visible,
.ac_box02 .ac_box[tabindex="-1"]:focus-visible {
  outline: none !important;
}
.ac_box:focus-visible >*{
	z-index: -1;
}
.ac_display,
#main_outline button[type="button"].ac_display,
header button[type="button"].ac_display{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: none;
	border: 1px solid #8F8F8F;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px;
	color: #2b3095;
}
.ac_display:hover,
#main_outline button[type="button"].ac_display:hover,
header button[type="button"].ac_display:hover{
	background: #fff;
	color: #860000;
}
.ac_display::before,
.ac_display::after{
	content: '';
	background: #007DB3;
	position: absolute;
	left: 4px;
	top: 0.85em;
	height: 2px;
	width: 10px;
	z-index: 1;
}
.ac_box_ema .ac_display::before,
.ac_box_ema .ac_display::after,
.ac_box_ema .close .ac_display::before{
	background: #a90000;
}
.ac_display::after{
	transform: rotate(90deg);
}
.ac_box_wrap.active .ac_display::after{
	display: none;
}
.ac_box02_in .close .ac_display{
	position: relative;
  text-decoration: none;
  right: auto;
  width: auto;
  top: auto;
  margin: 0;
}
.ac_box_in .close {
	text-align: center;
}
.ac_box_in .close .ac_display_01,
.ac_box_in .close .ac_display_02,
.ac_box_in .close .ac_display_ema,
.ac_box_in .close .ac_display_ema2{
	display: inline-block;
	font-size: 72%;
	background: #fff;
	border: 1px solid #949494;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px !important;
	position: relative;
	text-decoration: none;
	right: auto;
	width: auto;
	top: auto;
	margin: 0;
}
.ac_box_in .close .ac_display_01::before,
.ac_box_in .close .ac_display_02::before,
.ac_box_in .close .ac_display_ema::before,
.ac_box_in .close .ac_display_ema2::before {
	content: '';
	background: #007DB3;
	position: absolute;
	left: 4px;
	top: 1em;
	height: 2px;
	width: 10px;
	z-index: 1;
}
.ac_box02 .ac_box_in{
	display: none;
}
@media print, screen and (min-width: 1025px) {
	.ac_box01 .ac_box_in{
		display: block !important;
	}
	.ac_box_in button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01,
	.ac_box01 .close{
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01{
		display: inline-block;
	}
	.ac_box01 .ac_box_in{
		display: none;
	}
}

/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2{
	background: #007DB3;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	border-radius: 4px;
	outline: 1px solid #fff;
}
.rss_icon,
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
.rss_icon:focus-visible,
a.rss_icon:focus-visible,
a.rss_icon2:focus-visible{
	outline: 2px solid #007DB3;
}
a.rss_icon2 span{
	display: block;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
.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;
}

/********************** 伝えるWEBのスタイル(カスタム) **********************/
.head_in .tsutaeru-speech,
.head_in .tsutaeru-speech-buttons,
.side_shien .tsutaeru-speech,
.side_shien .tsutaeru-speech-buttons {
	padding: 0;
}
.head_in .tsutaeru-speech-buttons,
.side_shien .tsutaeru-speech-buttons {
	display: flex;
	flex-wrap: wrap;
}
.head_in .tsutaeru-speech .tsutaeru-button {
	display: block;
	width: 100%;
	margin: 0 0 16px 0;
	padding: 8px 4px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #222 !important;
	font-size: 100%;
}
.head_in .tsutaeru-speech .tsutaeru-button:hover {
	color: #860000 !important;
}
.head_in .tsutaeru-speech .tsutaeru-button:last-child {
	position: relative;
	margin-bottom: 0 !important;
	padding: 8px 4px !important;
}
.head_in .tsutaeru-speech .tsutaeru-button:last-child::before {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	border-top: 1px solid #BCBCBC;
	top: -8px;
	left: calc(50% - 20px);
}
.head_in .tsutaeru-speech-audio-container {
	position: fixed;
	bottom: max(200px , 5em);
	right: 24px;
	z-index: 9999;
}
.side_shien .h_toplist > li.read_btn {
	width: 100%;
	margin: 0 0 8px;
}
.side_shien .tsutaeru-speech {
	width: 100%;
}
.side_shien .tsutaeru-speech .tsutaeru-button {
	max-width: 100%;
	width: calc((100% - 16px) / 2);
	margin: 0 16px 0 0;
	padding: 4px 8px !important;
	background: #FFF !important;
	border: 1px solid #878787 !important;
	border-radius: 1000px !important;
	color: #222 !important;
	font-size: 100%;
}
.side_shien .tsutaeru-speech .tsutaeru-button:hover {
	color: #860000 !important;
}
.side_shien .tsutaeru-speech .tsutaeru-button:last-child {
	margin-right: 0;
}
.side_shien .tsutaeru-speech-audio-container {
	width: 100% !important;
	padding: 8px 0 0 !important;
}
.side_shien .tsutaeru-speech-audio {
	width: 100% !important;
}
body#body .tsutaeru-text {
	max-width: 100vw;
	max-height: calc(10em + 30px);
	width: calc(100% - 6em);
	margin-left: auto;
	font-size: 100%;
}
	@media only screen and (max-width: 1024px) {
		body#body .tsutaeru-text {
			width: 100%;
			z-index: 99900;
		}
	}
