@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: 12px 0 0 12px;
	-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新ゴNT 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.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media print, screen and (min-width: 1025px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
	@media (max-width: 1024px){
		html{
			scroll-padding-top: 0;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #B50000;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #860000;
}
a:hover strong{
	color: #860000;
}
a:active {
	text-decoration: none;
	color: #860000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
a:active > strong {
	text-decoration: none;
	color: #9f0000;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #e0f4ff;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #88c9ea;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, #body button, #body textarea {
	background: #fff;
	border: 1px solid #49A2AD;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: "UD新ゴNT R", "UD Shin Go Regular", 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: #C2F095;
	border-radius: 0 12px 12px 0;
	cursor: pointer;
	color: #333;
	text-align: center;
	padding: 6px 16px;
	transition: all 0.3s;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover, #body button[type="button"]:hover, #body button:hover {
	background:  #c2f095b3;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b {
  font-family: "UD新ゴNT DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
}
.zone04_in{
	padding: 0 12px;
}
/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_header{
			margin-bottom: -4px;
			position: relative;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	font-size: 88%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h_top {
	width: calc(100% - 323px);
	margin: 0 auto;
	padding: 16px 0;
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.h_top .h_toplist {
	display: flex;
		align-items: center;
		justify-content: flex-end;
	margin: 4px 0 4px auto;
	width: 100%;
}
.h_top .h_toplist > li {
	margin: 0 0 0 12px;
}
.h_top .h_toplist > li a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	text-decoration: none;
	padding: 2px 10px;
	transition: all 0.3s;
}
.h_top .h_toplist > li a:hover{
	background: #f3f3f3;
}
.h_top .h_toplist > li:nth-child(2){
}
	@media only screen and (max-width: 1024px) {
		.h_top{
			display: none;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
	margin-right:16px;
}
.bg_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0 0 0 4px;
}
.bg_list li a{
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}
.bg_list li:last-child a{
	background: #000;
}
.bg_list li:last-child a > strong {
	color: #fff;
}

/* フォントサイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
	float: left;
}
.font_size {
}
.font_tit {
	margin: 3px 0 0;
}
.font_list li {
	margin: 0 0 0 4px;
}
.font_list li:last-of-type{
	margin-left: 0;
}
.font_list li:first-of-type a{
	border-radius: 12px 0 0 12px;
	padding: 2px 4px 2px 9px;
}
.font_list li:last-of-type a{
	border-radius: 0 12px 12px 0;
	background: #ddd;
	padding: 2px 9px 2px 4px;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.h_main {
	padding: 16px 0;
	overflow: hidden;
}
.h_main .h1 {
	margin: 0;
	width: 320px;
	display: flex;
	align-items: center
}
.h_main .h1 img:first-of-type{
	width: 54%;
}
.h_main .h1 img:last-of-type{
	width: calc(46% - 2px);
	margin-left: 2px;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			padding: 0;
			width: 100%;
		}
		.h_main{
			padding: 20px 70px 20px 12px;
			z-index: 1;
			position: relative;
			width: 100%;
		}
		.h_main .h1 {
			width: 240px;
		}
	}
	@media only screen and (max-width: 480px) {
		.h_main{
			padding: 10px 140px 10px 12px;
			line-height: 0;
		}
		.h_main .h1 {
			display: block;
			width: 160px;
		}
		.h_main .h1 img:first-of-type{
			width: 100%;
		}
		.h_main .h1 img:last-of-type{
			width: 65%;
			margin-left: 33%;
			margin-right: 2%;
		}
	}

/* 言語選択 */
.language{
	position: relative;
}
.lang_btn{
	margin: 0;
}
.lang_btn a{
	background: #fff;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-decoration: none;
	padding: 4px 10px;
	letter-spacing: 0;
	transition: all 0.2s;
}
.lang_btn a:hover{
	background: #efefef;
	transition: all 0.2s;
}
.language > div{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255,255,255);
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	z-index: 100;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}
.lang_list li{
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0;
}
.h_top .h_toplist .lang_list li a{
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 0;
}
.h_top .lang_btn.close a{
	padding: 2px 6px 2px 20px;
	position: relative;
	border-radius: 0 0 4px 4px;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.lang_btn.close a::before,
.lang_btn.close a::after {
	content: '';
	background: #3B4043;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
.lang_btn.close a::after{
	transform: rotate(45deg);
}

/* 検索ボックス */
.h_top .h_topsrc {
	display: flex;
	max-width: 628px;
	width: 100%;
	margin-left: auto;
}
.h_top .h_topsrc li:first-of-type{
	width: 62%;
	margin: 0;
}
.h_top .h_topsrc li:last-of-type{
	width: calc(38% - 12px);
	margin: 0 0 0 12px;
}
.h_top .src_box {
	margin: 12px 0 0 auto;
}
.src_box .q {
	float: left;
	width: calc(100% - 54px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #49A2AD!important;
	border-right: none;
}
.src_box #cse-search-box2-input,
.src_box #cse-search-box2-input-sp{
	width: calc(100% - 94px) !important;
}
.h_top .src_box #search_button,
.h_top .src_box #search_button2,
.src_box #search_button_sp,
.src_box #search_button2_sp{
	width: 54px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #C2F095;
	cursor: pointer;
	border: 1px solid #49A2AD;
	border-left: none;
	white-space: normal;
	border-radius: 0 12px 12px 0;
	display: block;
	transition: all 0.3s;
	padding-left: 20px;
	text-align: left;
	position: relative;
	font-size: 96%;
}
.h_top .src_box #search_button2,
.src_box #search_button2_sp{
	width: 94px;
}
.h_top .src_box #search_button:hover,
.h_top .src_box #search_button2:hover,
.src_box #search_button_sp:hover,
.src_box #search_button2_sp:hover{
	background: #c2f095b3;
}
.h_top .src_box #search_button::before,
.h_top .src_box #search_button2::before,
.src_box #search_button_sp::before,
.src_box #search_button2_sp::before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url("img/icon_q.png")no-repeat 0 0/contain;
	top: calc(50% - 7px);
	left: 4px;
}
	@media only screen and (max-width: 1024px) {
		.h_top .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 54px) !important;
		}
		.h_top .src_box #search_button,
		.h_top .src_box #search_button2,
		.src_box #search_button_sp,
		.src_box #search_button2_sp{
			font-size: 85%;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}
.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 12px 0;
	display: flex;
	position: relative
}
.g_navi_in > li {
	border-right: 1px solid #fff;
	margin: 0;
	display: flex;
}
.g_navi_in > li:nth-of-type(1) {
	border-left: 1px solid #fff;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 126%;
	width: 100%;
	transition: all 0.3s;
	color: #333;
}
.g_navi_in > li > a:hover::before , .g_navi_in > li.active > a::before {
    content: "";
	position: absolute;
	background: #C2F095;
	width: 84%;
	height: 8px;
	bottom: 15px;
	left: 8%;
	z-index: -1;
}
.g_navi_in > li > a::after{
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: url("img/navi_01.png")no-repeat 0 0/contain;
	top: 16px;
	right: calc(50% - 16px);
	transition: all 0.3s;
}
.g_navi_in > li:nth-of-type(2) > a::after{
	background-image: url("img/navi_02.png");
}
.g_navi_in > li:nth-of-type(3) > a::after{
	background-image: url("img/navi_03.png");
}
.g_navi_in > li:nth-of-type(4) > a::after{
	background-image: url("img/navi_04.png");
}
.g_navi_in > li:nth-of-type(5) > a::after{
	background-image: url("img/navi_05.png");
}
.g_navi_in > li:nth-of-type(6) > a::after{
	background-image: url("img/id.png");
}
.g_navi_in > li > a:hover::after{
	width: 40px;
	height: 40px;
	top: 10px;
	right: calc(50% - 20px);
}
.g_navi_in > li b{
	position: relative;
	padding: 56px 26.8px 16px;
	display: block;
}
.g_navi_in > li b::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 44px;
	background: #A0D2EB;
	top: calc(50% - 22px);
	right: 0;
}
.g_navi_in > li:first-of-type b::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 44px;
	background: #A0D2EB;
	top: calc(50% - 22px);
	left: 0;
}
.g_navi_in_sub {
  opacity: 0;
  display: none;
  padding: 0 12px;
}
.g_navi_in li.addactive .g_navi_in_sub {
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  padding-top: 8px;
  top: 100%;
}
.g_navi_in_sub::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 9%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #49A2AD transparent transparent;
  transform: rotate(90deg);
}
.g_navi_in_sub div {
	position: absolute;
	background: #fff;
	padding: 0px 24px 24px 0;
	border: 1px solid #49A2AD;
	border-radius: 12px;
	top: 100%;
	left: 12px;
	width: 100%;
	max-width: 1200px;
}
.g_navi_in li:nth-child(2) .g_navi_in_sub::before {
  left: 24%;
}
.g_navi_in li:nth-child(3) .g_navi_in_sub::before {
  left: 38%;
}
.g_navi_in li:nth-child(4) .g_navi_in_sub::before {
  left: 57%;
}
.g_navi_in li:nth-child(5) .g_navi_in_sub::before {
  left: 77%;
}
.g_navi_in li:nth-child(6) .g_navi_in_sub::before {
  left: 92.5%;
}
.g_navi_in_sub li {
	float: left;
	margin-left: 24px;
	width: calc((100% / 3) - 48.1px);
	margin-top: 24px;
}
.g_navi_in_sub a {
	position: relative;
	padding-left: 12px;
}
.g_navi_in_sub a::before {
    content: "";
	position: absolute;
	border: 4px solid transparent;
	border-left: 6px solid #49A2AD;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	left: 0;
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}

/**** スマホメニューに関するスタイル ****/
.drawer-menu{
	font-size: 100%;
	padding: 112px 40px;
	height: 100%;
	overflow: auto;
}
.drawer-nav{
	top: 0;
	width: 240px;
	position: fixed;
}
/*close_btn*/
.d-close, .d-close2{
	margin: 35px 0 0;
	padding: 12px 20px 11px;
	text-align: center;
	position: relative;
	background: url("img/bg_copy.png") 0 0/122px;
	border-radius: 18px;
	cursor: pointer;
}
.d-close:hover, .d-close2:hover{
	background: #C2F095b3;
}
.d-close span::before,
.d-close span::after,
.d-close2 span::before,
.d-close2 span::after{
	content: '';
	background: #333;
	height: 3px;
	width: 20px;
	position: absolute;
	left: 12px;
	top: calc(50% - 1.5px);
	transform: rotate(-45deg);
	color: #2B3095;
}
.d-close span::after,.d-close2 span::after{
	transform: rotate(45deg);
}
/** 検索メニュー **/
/* 検索メニューボタン */
#menu_button, #sbox_button{
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 900;
	cursor: pointer;
	margin: 12px 0 0;
}
#sbox_button{
	right: 78px;
}
#menu_button .menu, #sbox_button .menu{
	position: relative;
	background: url("img/bg_copy.png") 0 0/122px;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
	z-index: 2;
	border-radius: 12px;
}
#sbox_button .menu{
	letter-spacing: 1px;
}
#menu_button .menu:hover, #sbox_button .menu:hover{
	background: #C2F095b3;
}
#menu_button.active, #sbox_button.active{
	z-index: 1000;
}
#menu_button strong.menu_text, #sbox_button strong.menu_text{
	color: #2B3095;
}
#menu_button .icon_ham{
	position: absolute;
	top: 10px;
	left: calc(50% - 15px);
	display: inline-block;
	background: #333;
	height: 3px;
	width: 30px;
}
#menu_button.active .icon_ham{
	background: none;
}
#menu_button .icon_ham:before,
#menu_button .icon_ham:after{
	content: '';
	position: absolute;
	top: 8px;
	left: calc(50% - 15px);
	background: #333;
	height: 3px;
	width: 30px;
	transition: .3s;
}
#menu_button .icon_ham:after{
	top: 16px;
}
#menu_button.active .menu .icon_ham::before{
	top: 10px;
    transform: rotate(-45deg);
}
#menu_button.active .menu .icon_ham::after{
	top: 10px;
    transform: rotate(45deg);
}
#sbox_button .menu::before{
	content: '';
	position: absolute;
	top: 6px;
	right: calc(50% - 12px);
	display: inline-block;
	background: url("img/icon_sbox.png")no-repeat 0 0/contain;
	height: 24px;
	width: 24px;
}
#sbox_button.active .menu::before,
#sbox_button.active .menu::after{
	content: '';
	position: absolute;
	top: 20px;
	right: calc(50% - 15px);
	transform: rotate(-45deg);
	background: #333;
	height: 3px;
	width: 30px;
}
#sbox_button.active .menu::after{
    transform: rotate(45deg);
}

/* 検索ボックス */
#sbox .src_box_in ul{
	display: flex;
}
#sbox .src_box_in li:first-of-type{
	width: 62%;
}
#sbox .src_box_in li:last-of-type{
	width: calc(38% - 16px);
	margin-left: 16px;
	min-width: 220px;
}
#sbox .src_box:last-of-type{
	margin: 16px 0 0;
}
	@media only screen and (max-width: 480px) {
		#sbox .src_box_in ul{
			display: block;
		}
		#sbox .src_box_in li:first-of-type{
			width: 100%;
		}
		#sbox .src_box_in li:last-of-type{
			width: 100%;
			margin-left: 0;
		}
	}
#sidr, #sbox{
	display: none;
    z-index: 999;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fffffff3;
	box-sizing: border-box;
	color: #333;
}
#sbox{
	height: max(45vh, 340px);
}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .src_box{
	padding: 10px 6px;
	max-width: none;
}

/** メニュー **/
#sidr ul {
	display: block;
	border-bottom: 2px solid #49A2AD;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #49A2AD;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
}
#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 .sidr_navi li:first-of-type > a:focus{
	outline: transparent;
}
#sidr .sidr_navi li a:focus b{
	outline: 2px solid #006EFF;
}
#sidr ul.ac_box_in{
	border-bottom: 0;
}
#sidr ul.ac_box_in li{
	border-bottom: 1px solid #ddd;
}
#sidr ul.ac_box_in li:first-child{
	border-top: 1px solid #ddd;
}
#sidr ul.ac_box_in li a{
	padding: 12px 24px 12px 12px;
}
#sidr .ac_box p{
	margin: 0;
}
#sidr .ac_box .ac_display{
	margin: -14px 0 0;
}
#sidr .ac_display a{
	padding: 4px 4px 4px 18px;
}
#sidr .ac_box + ul{
	display: none;
}

#sidr ul.sidr_navi_sub{

}
#sidr ul.sidr_navi li .ac_box > a{
	padding-right: 64px;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
	font-size: 85%;
	width: 100%;
}
#sidr ul.sidr_navi_sub li a{
	letter-spacing: -0.01em;
}
#sidr ul.sidr_navi_sub li:nth-child(odd){
	border-bottom: 1px solid #49A2AD;
}
/**** 支援機能 ****/
#sidr .side_shien{
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 12px 6px;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	margin-right: 6px;
	width: calc((100% - 12px)/3);
	font-size: 100%;
}
#sidr ul.sidr_navi02 li:nth-of-type(3n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li:nth-child(2n+1){
	border-bottom: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	font-size: 100%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
}
#sidr ul.sidr_navi03{
	display: flex;
	padding: 0 6px;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 100%;
	padding: 12px 0;
}
#sidr ul.sidr_navi03 li:nth-child(2n){
	padding-left: 6px;
}
#sidr ul.sidr_navi03 li a{
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 6px;
	text-align: center;
}
	@media print, screen and (min-width: 1025px) {
		#menu_button,
		#lan_drop,
		#sbox,
		#sbox_button,
		#sidr{
			display: none !important;
		}
	}

/*********** フッター ***********/
.main_footer {
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: #fff;
	margin-top: 30px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #C2F095;
	border-bottom: 0;
	line-height: 1;
	padding: 50px 10px 8px;
	font-size: 85%;
	border-radius: 60px;
	margin-right: 28px;
	margin-bottom: 40px;
	text-align: center;
	width: 120px;
	height: 120px;
	position: relative;
	transition: all 0.3s;
}
.foot_modori a::before{
    content: "";
	position: absolute;
	border: 7px solid transparent;
	border-bottom: 10px solid #49A2AD;
	width: 10px;
	height: 10px;
	top: 18px;
	right: calc(50% - 7px);
}
.foot_modori a:hover{
	background: #C2F095b3;
}
.foot_modori a span{
	display: block;
	margin-top: 10px;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.foot_modori a {
			margin: 0 0 24px;
			display: flex;
			min-width: 160px;
			width: 50%;
			height: auto;
			justify-content: center;
			margin-left: auto;
			padding: 32px 8px 8px;
			border-radius: 12px;
		}
		.foot_modori a span{
			display: flex;
			margin-top: 0;
		}
		.foot_modori a::before {
			top: 2px
		}
	}
/**** メインフッター ****/
.foot_wrap {
	background: url("img/bg_beige.png") 0 0/200px;
	padding: 0;
	position: relative;
}
.foot_wrap::before{
	content: '';
	position: absolute;
	width: 100%;
	height: min(6vw, 70px);
	bottom: 0;
	right: 76vw;
	background: url("img/bg_foot.png") 0 0/122px;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 12px 154px;
	position: relative;
}
.foot::before{
	content: '';
	position: absolute;
	width: min(100% , 1200px);
	height: calc(50% - 47px);
	bottom: 0;
	right: 12px;
	background: url("img/foot.png")no-repeat 0 100%/contain;
}
.foot_link {
	margin: 13px 0 36px;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin: 8px 18px 0 0;
	font-size: 88%;
	padding-left: 12px;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #49A2AD;
	border-bottom: 1px solid #49A2AD;
	transform: rotate(-45deg);
}
.foot_main{
	display: flex;
}
.foot_pic{
	width: 332px;
	margin-right: 40px;
}
.foot_id_wrap{
	width: calc(100% - 372px);
	font-size: 88%;
}
.foot_id {
	margin-top: 12px;
}
.foot_id_in{
	font-size: 171%;
	margin: 0 0 22px;
}
.foot .address {
	margin-top: 2px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_id_wrap ul{
	display: flex;
	margin-top: 20px;
}
.foot_id_wrap li{
	margin-right: 12px;
}
.foot_id_wrap ul a{
	background: #fff;
	text-decoration: none;
	border: 1px solid #aaa;
	display: block;
	border-radius: 12px;
	padding: 8px 10px 6px 30px;
	position: relative;
}
.foot_id_wrap ul a:hover{
	background: #f3f3f3;
	outline: 1px solid #aaa;
}
.foot_id_wrap ul a::before{
    content: "";
	position: absolute;
	background: #fff;
	border: 1px solid #49A2AD;
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
	left: 12px;
	border-radius: 20px;
}
.foot_id_wrap ul a::after{
    content: "";
	position: absolute;
	border: 4px solid transparent;
	border-left: 6px solid #49A2AD;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	left: 16px;
}
.foot_copy {
	background: url("img/bg_copy.png") 0 0/122px;
	font-size: 85%;
	padding: 13px 12px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media print, screen and (max-width: 1425px) {
		.foot_wrap::before{
			right: 90vw;
		}
	}
	@media only screen and (max-width: 1024px) {
		.foot_id_wrap{
			width: 100%;
		}
		.foot_wrap::before{
			display: none;
		}
		.foot {
			width: 100%;
		}
		.foot::before{
			width: 100%;
			right: 0;
		}
		.foot_main{
			display: block;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
		@media only screen and (max-width: 480px) {
		.foot{
			padding-bottom: 72px;
		}
		.foot_id_wrap ul {
			display: block;
		}
		.foot_id_wrap li {
			margin-right: 0;
		}
		.foot_pic {
			width: 100%;
		}
	}
/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box02{
	position: relative;
}
.main_naka .ac_box02 h2{
	padding: 0 64px 0 12px;
	border: 0;
	background: #fff;
}
.main_naka .ac_box02 h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 8px;
	background: #B2D989;
}
.ac_display03{
	display: inline-block;
	position: absolute;
	top: 24px;
	margin: -14px 0 0;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #B2D989;
	border-radius: 6px;
	z-index: 1;
}
.ac_display03{
	top: 19px;
}
.ac_display03 a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 4px 4px 4px 18px;
}
.ac_display03::before,
.ac_display03::after {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 13px;
	height: 2px;
	width: 10px;
}
.ac_display03::after{
	transform: rotate(90deg);
}
.ac_box02_in{
	display: none;
}
.ac_box02_wrap.active .ac_box02_in{
	display: inline;
}
.ac_box02_wrap.active .ac_display03::after {
	display: none;
}
.ac_box02_in .ac_box02{
	text-align: center;
	margin-top: 20px;
}
#main_outline .ac_box02_in .ac_box02 button{
	background: #fff;
	border: 1px solid #B2D989;
	border-radius: 6px;
	color: #2b3095;
}
#main_outline .ac_box02_in .ac_box02 button:hover{
	color: #860000;
}
@media print, screen and (min-width: 1025px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ac_box h2, .main .ac_box h2{
		padding-right: 72px;
	}
	.ac_box > a span{
		display: block;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #49A2AD;
		z-index: 100;
		border-radius: 6px;
	}
	.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;
	}
}
.main {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.main h2 {
	padding: 8px 44px;
	font-size: 200%;
	display: inline-block;
	position: relative;
}
.main h2::before, .main h2::after{
	content: '';
	position: absolute;
	background: url("img/h2.png")no-repeat 0 0/contain;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}
.main h2::after{
	left: auto;
	right: 0;
}
.main h2 a {
	display: block;
}
.main .h2{
	overflow: hidden;
	padding: 0;
}
.main .h2 h2 {
}
.main .h2 p {
	float: right;
}
.main li {
	position: relative;
	padding-left: 14px;
}
.main li::before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-left: 6px solid #49A2AD;
	width: 8px;
	height: 8px;
	top: .5em;
	left: 0;
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 1024px) {
		.main{
			padding: 0 0 24px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main h2{
			font-size: 150%;
		}
	}

.top_comment{
	border-bottom: 2px solid #a90000;
	color: #a90000;
	font-size:  118.75%;
	padding: 24px 6px 6px 6px;
	margin: 0px 0 24px;
}
	@media only screen and (max-width: 1024px) {
		.main{
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.top_comment{
			font-size: 100%;
			padding: 12px 6px 6px;
			margin: 0px 0 16px;
		}
	}
/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
}
.main .emergency h2, .main .emergency .h2 {
	background: #a90000;
	color: #fff;
	text-align: center;
	border-radius: 12px 12px 0 0;
}
.main .emergency h2::before, .main .emergency h2::after{
	background: url("img/icon_eme.png")no-repeat 0 0/contain;
	width: 32px;
	height: 32px;
	top: calc(50% - 16px);
}
.main .emergency .h2{
	overflow: hidden;
}
.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .emergency_lower {
	border: 1px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
	border-radius: 0 0 12px 12px;
}
.main .emergency .more li a{
	border: 2px solid #a90000;
}
.main .emergency .more li a:hover{
	background: #FFFaFa;
	outline: 1px solid #a90000;
}
	@media only screen and (max-width: 480px) {
		.emergency{
			margin-top: 16px;
		}
		.main .emergency h2::before, .main .emergency h2::after{
			width: 24px;
			height: 24px;
			top: calc(50% - 12px);
		}
	}

/**** 重要なお知らせのスタイル ****/
.important {
	margin-top: 24px;
}
.main .important h2, .main .important .h2 {
	background: #BD5322;
	color: #fff;
	text-align: center;
	border-radius: 12px 12px 0 0;
}
.main .important h2::before, .main .important h2::after{
	background: url("img/icon_imp.png")no-repeat 0 0/contain;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
.main .important .h2{
	overflow: hidden;
	position: relative;
}
.main .important .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
	position: absolute;
	right: 0;
}
.main .important_lower {
	border: 1px solid #BD5322;
	border-top: none;
	padding: 4px 16px 16px;
	border-radius: 0 0 12px 12px;
}
.main .important .more li a{
	border: 2px solid #BD5322;
}
.main .important .more li a:hover{
	background: #FFEEE6;
	outline: 1px solid #BD5322;
}
	@media only screen and (max-width: 480px) {
		.important{
			margin-top: 16px;
		}
	}

/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
	border: 3px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 16px 0 32px;
}
.category2 {
	margin-top: 24px;
	border: 1px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 16px 0 32px;
}
.category3 {
	margin-top: 24px;
	border: 3px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 16px 0 32px;
}
.category4 {
	margin-top: 24px;
	border: 3px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 16px 0 32px;
}
.category5 {
	margin-top: 24px;
	border: 3px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 16px 0 32px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	border-top: none;
	padding: 0 16px;
	border-radius: 0 0 12px 12px;
	text-align: left;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
}
.main .new .h2 {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}
.main .new .h2 p {
	padding: 8px 16px;
	margin: 0;
	position: absolute;
	right: 0;
}
.main .new_lower {
	border-top: none;
	padding: 0 16px;
	text-align: left;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
	@media only screen and (max-width: 580px) {
		.main .new .h2{
			display: block;
		}
		.main .new h2 {
			max-width: 224px;
		}
		.main .new .h2 p{
			float: none;
			position: relative;
			text-align: right;
		}
	}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
}
.main .topics .h2 {
	background: #007bbb;
}
.main .topics .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .topics_lower {
	border: 3px solid #ddd;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.main .more li a:hover{
	background: #fafafa;
	outline: 1px solid #ddd;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
		}
		.main .more li a{
			padding: 10px;
		}
	}
/********************** 領域4個別のスタイル **********************/
/**** 新着情報のスタイル ****/
.main .zone04 .new{
	margin-top: 24px;
	border: 1px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 16px 0 32px;
}
/**** トピックスのスタイル ****/
.main .zone04 .topics{
}
/**** RSSアイコンのスタイル ****/
a.rss_icon{
	background: #FF8F21;
	color: #fff;
	display: inline-block;
	font-size: 81.25%;
	text-decoration: none;
	text-shadow: 1px 1px 0 #B45C00, -1px 1px 0 #B45C00, 1px -1px 0 #B45C00, -1px -1px 0 #B45C00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	letter-spacing: -0.01px;
	line-height: 1.1;
	position: relative;
}
a.rss_icon img{
	margin-left: 4px;
	height: auto;
	width: 16px;
}
a.rss_icon2{
	background: #FF8F21;
	color: #fff;
	display: inline-block;
	font-size: 68.75%;
	text-decoration: none;
	text-shadow: 1px 1px 0 #B45C00, -1px 1px 0 #B45C00, 1px -1px 0 #B45C00, -1px -1px 0 #B45C00;
	vertical-align: middle;
	padding: 3px 28px 1px 6px;
	letter-spacing: -0.01px;
	line-height: 1.1;
	position: relative;
}
a.rss_icon2 span{
	display: block;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
}
/**** 避難所一覧機能のスタイル ****/
.emergency_shelter{
	border: 1px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
}
.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;
}
.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;
}
.shelter_more a:hover{
	background: #FFFaFa;
	outline: 1px solid #A90000;
}


/*** 伝えるWEB ***/
/* .tsutaeru01-menu */
.tsutaeru01-menu{
display:none;
}
.tsutaeru01-menu ul{
margin:0px;
padding:0px;
text-align:right;
}
.h_toplist02 .tsutaeru01-button-ruby{
	margin-left: 8px;
}
/* .tsutaeru01-speech */ .tsutaeru01-speech{ padding:0;
margin:0;
position: relative;
}
.tsutaeru01-speech *{ vertical-align:middle; }
#body button.tsutaeru01-button.tsutaeru01-button-speech-start, #body button.tsutaeru01-button.tsutaeru01-button-speech-control{ 
	background: #fff;
	border-radius: 15px;
	display:inline-block; 
	text-align:center;
	cursor:pointer;
	margin: 0 12px 0 0;
	padding: 5px 10px;
	transition: all 0.3s;
	color: #2b3095;
	font-size: 100%;
	border: 1px solid #ddd;
}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
	background: #fff;
	border-radius: 15px;
	display:inline-block; 
	text-align:center;
	cursor:pointer;
	margin:0;
	padding: 5px 10px;
	font-size: 100%;
	transition: all 0.3s;
	color: #2b3095;
	border: 1px solid #ddd;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start:hover, #body button.tsutaeru01-button.tsutaeru01-button-speech-control:hover, #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:hover {
text-decoration: none;
color: #9f0000;
background: #f3f3f3;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start:visited, #body button.tsutaeru01-button.tsutaeru01-button-speech- control:visited, #body button.tsutaeru01-button.tsutaeru01-button- config.tsutaeru01-button-speech-config:visited {
color: #791d78;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start, #body button.tsutaeru01-button.tsutaeru01-button-speech-control{
/*margin-right:10px;*/ }
.tsutaeru01-speech .tsutaeru01-button:disabled{ opacity:0.8;
}
.tsutaeru01-speech-buttons{
padding:0;
} .tsutaeru01-speech-audio-container{ padding:5px 0px; /*position:relative;*/ 
}
.tsutaeru01-speech-audio { border-radius:3px; height:32px;
}
.tsutaeru01-speech-error{ color:#C00;
}
/* .tsutaeru01-config */ .tsutaeru01-config{ font-size:90%;

 position:fixed;
z-index:99999;
top:50%;
left:50%;
transform:translate(-50%,-50%); box-shadow:0px 10px 30px 0px rgba(0,0,0,0.75); border-radius:5px;
max-width:90%; width:620px; text-align:left;
outline:none !important;
}
.tsutaeru01-config-header{
	padding:1em;
	background:#C2F095;
	text-align:center;
	font-weight:bold;
	position:relative;
	border-radius:5px 5px 0px 0px;
	border:1px solid #FFF;
}
.tsutaeru01-config-header button{
	display: none;
}
.tsutaeru01-config-body{ color:#000;
background:#FFF; padding:1.5em; max-height:50vh; overflow:auto;
}
.tsutaeru01-config-body dl, .tsutaeru01-config-body dl dt, .tsutaeru01-config-body dl dd{ margin:0px;
padding:0px;
font-size:100%;
}
.tsutaeru01-config-body dl dt{ font-weight:bold;
float:left;
clear:left;
width:7em;
margin-right: 4px;

 text-align:right;
}
.tsutaeru01-config-body dl dd{ margin:0px 0px 1em 1.2em; white-space:nowrap;
}
.tsutaeru01-config-body dl dd:last-child{
margin-bottom:0px;
}
.tsutaeru01-config-body dl dd label{
margin:0px 1em 0.8em 0px;
padding:0px;
font-size:100%;
white-space:nowrap;
display:inline-block;
}
.tsutaeru01-config-body dl dd label input{
margin:0px 0.3em 0px 0px;
}
.tsutaeru01-config-footer{
color:#000;
background:#FFF;
border-top:1px solid #CCC;
text-align:right;
padding:0.5em;
border-radius:0px 0px 5px 5px;
}
#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close{
font-size:100%;
border:none;
background:#C2F095;
font-weight:normal;
padding:0.5em 1em;
border-radius:3px;
cursor:pointer;
}
.tsutaeru01-config-overlay{
position:fixed;
z-index:99998;
top:0px;
left:0px;
right:0px;

 bottom:0px; background:#000; opacity:0.75;
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close{
font-size:100%;
display:block;
position:absolute;
top:50%;
right:1em; transform:translateY(-50%); width:1em;
height:1em; overflow:hidden; text-indent:-1000px; background:none; padding:0px; border:none; cursor:pointer;
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:before,
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:after{
content:"";
display:block;
position:absolute;
top:50%;
width:100%;
height:2px;
margin-top:-1px;
background:#FFF;
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:before{
transform:rotate(45deg);
}
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config- close:after{
transform:rotate(-45deg);
}
/* .tsutaeru01-text */

 .tsutaeru01-text{ position:fixed; bottom:0px; left:0px;
right:0px; background:#000; color:#FFF; text-align:left; font-size:100%; padding:20px; z-index:99000;
}
.tsutaeru01-text-inner{
line-height:1.5;
max-height:10em;
overflow:auto;
padding:5px;
}
.tsutaeru01-text-inner rt,
.tsutaeru01-text-inner rp{
font-size:50%;
}
#body .tsutaeru01-text .tsutaeru01-text-close{ font-size:100%;
display:block;
position:absolute;
top:5px;
right:5px;
width:1em;
height:1em;
overflow:hidden;
text-indent:-1000px;
background:none;
padding:0px;
border:none;
cursor:pointer;
}
#body .tsutaeru01-text .tsutaeru01-text-close:before, #body .tsutaeru01-text .tsutaeru01-text-close:after{ content:"";
display:block;
position:absolute;
top:50%;
width:100%;

 height:2px; margin-top:-1px; background:#FFF; }
#body .tsutaeru01-text .tsutaeru01-text-close:before{ transform:rotate(45deg);
}
#body .tsutaeru01-text .tsutaeru01-text-close:after{ transform:rotate(-45deg);
}

@media (max-width:1024px){
.tsutaeru01-menu{
overflow:auto;
}
.tsutaeru01-menu ul{
/*text-align:center;
font-size:12px;
white-space:nowrap;*/
}
.tsutaeru01-menu ul li{
margin:0px 0.1em;
}
.tsutaeru01-menu ul li .tsutaeru01-button{
border:none;
}
.tsutaeru01-speech{
font-size:100%;
position:static;
}
.tsutaeru01-speech-audio-container{
position: static;
}
.sidr_navi03 .sidr_navi03_sub{
border-bottom:3px solid #a52e5a;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start, #body button.tsutaeru01-button.tsutaeru01-button-speech-control, #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
    display: inline-block;
    width: calc(50% - 4px);
    padding: 6px;
    margin: 0 6px 0 0;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-size: 95%;
    cursor: pointer;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ddd;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start:hover, #body button.tsutaeru01-button.tsutaeru01-button-speech-control:hover, #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:hover{
	background: 0;
	}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
	margin: 0;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start::before, #body button.tsutaeru01-button.tsutaeru01-button-speech- control::before, #body button.tsutaeru01-button.tsutaeru01-button- config.tsutaeru01-button-speech-config::before {
	display: none;
}
.tsutaeru01-speech-buttons{
    overflow: auto;
    padding: 0;
}
.tsutaeru01-speech-audio { margin-left:8px;
}
.tsutaeru01-config-body dl dt{ font-weight:bold;
float:none;
width:auto;
margin:0px 0px 0.5em 0px; text-align:left;
}
.tsutaeru01-config-body dl dd{ margin:0px 0px 1em 0px; white-space:normal;
}
.tsutaeru01-text{ font-size:86%;
}
}
/* .tsutaeru01-form */ .tsutaeru01-search-form{

 margin:0px 0px 20px 0px;
} .tsutaeru01-search-form-query{ margin:0.3em 0px; display:inline-block; max-width:100%;
}
.tsutaeru01-search-form-query input{ width:15em;
max-width:100%; box-sizing:border-box;
padding:0.5em;
line-height:1;
}
.tsutaeru01-search-form-and_or{ margin:0.3em 0.3em; white-space:nowrap; display:inline-block;
}
.tsutaeru01-search-form-submit{ margin:0.3em 0.3em; display:inline-block;
}
/*.tsutaeru01-search-form-submit input{ font-size:100%;
line-height:1;
display:inline-block;
padding:0.5em 1em;
border:1px solid #05203a; border-radius:3px; text-decoration:none; background:#05203a;
color:#FFF;
cursor:pointer;
}*/
.tsutaeru01-search-list{
font-size:100%;
margin:0px 0px 30px 0px;
padding:0px 20px;
list-style:none;
}
.tsutaeru01-search-list li{ font-size:100%;
margin:0px 0px 15px 0px;

 padding:0px;
}
.tsutaeru01-search-list-header{ margin:0px 0px 5px 0px;
}
.tsutaeru01-search-list-body{ font-size:90%;
margin:0px 0px 0px 0px; padding:0px 0px 0px 20px;
}
.tsutaeru01-search-pager{ margin:20px 0px 20px 0px; padding:0px;
text-align:center;
}
.tsutaeru01-search-pager li{ display:inline-block;
margin:0px 0.25em;
padding:0px;
}
.tsutaeru01-search-pager li a, .tsutaeru01-search-pager li span, .tsutaeru01-search-pager li em{ display:inline-block;
border:1px solid #05203a; line-height:1.0;
padding:0.5em;
border-radius:3px; text-decoration:none; background:#FFF;
min-width:1em;
}
.tsutaeru01-search-pager li em{ font-style:normal;
}