﻿@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 {
	vertical-align: middle;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 97px;
	overflow: auto;
}
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.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
	@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;
			overflow: hidden;
		}
	}
	@media (max-width: 768px){
		html{
			scroll-padding-top: 0;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #900;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}
a:link > strong{
	color: #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: #e3fff7;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #8bdfc9;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size: 56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, #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: "UD新ゴ 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: #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: #666;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	color: #555;
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #bd2d46;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
	border-top: 5px solid #333;
}
.zone04_in{
	padding: 0 12px;
}
/********************** ヘッダー **********************/
.main_header {
	width: 100%;
	max-width: 1280px;
	padding: 0 12px;
	margin: 0 auto;
}
.head{
	display: flex;
}
	@media only screen and (max-width: 768px) {
		.main_header{
			margin-bottom: -4px;
			position: relative;
			overflow: inherit;
		}
		.head{
			overflow: hidden;
		}
	}
/**** ヘッダーリンク ****/
.h_top_wrap {
  margin-left: auto;
  width: 100%;
}
.h_top {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px 6px;
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.h_top .h_toplist02 {
	display: flex;
		align-items: center;
		justify-content: flex-end;
	margin: 0 0 4px auto;
	font-size: 85%;
	flex-wrap: wrap;
}
.h_top .h_toplist02 > li {
	margin: 4px 0 0 18px;
}
	@media only screen and (max-width: 768px) {
		.h_top_wrap{
			display: none;
		}
	}
/* 読み上げ */
.onseiyomiage{
	position: relative;
}
.onseiyomiage .ac_box3 a::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 15px;
	background: url(yomiage.svg) no-repeat;
	position: relative;
	top: 4px;
	margin-right: 4px;
	background-size: 19px;
}
.onseiyomiage .yomiage{
	display: none;
	position: absolute;
	background: #fff;
	padding: 12px;
	border: 1px solid #333;
	top: 110%;
	min-width: 200px;
	text-align: center;
	z-index: 2;
}
.ac_box3_close a{
	margin-top: 12px;
	display: inline-block;
	font-size: 90%;
	padding-left: 16px;
	position: relative;
}
.ac_box3_close a::before ,.ac_box3_close a::after{
	content: '';
	position: absolute;
	left: 14px;
	margin-left: -14px;
	height: 1px;
	width: 12px;
	transition: 0.3s;
	background: #333;
	top: 9px;
}
.ac_box3_close a::before{
	transform: rotate(-45deg);
}
.ac_box3_close a::after {
	transform: rotate(45deg);
}
.tsutaeru01-button-ruby a::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url(ico_rbi_w.svg) no-repeat 0px -1px;
	position: relative;
	top: 4px;
	margin-right: 4px;
	background-size: 19px;
}
.tsutaeru01-button-easy a::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url(ico_yas.svg) no-repeat 0px 2px;
	position: relative;
	top: 4px;
	margin-right: 4px;
	background-size: 16px;
}
	@media only screen and (max-width: 768px){
		.tsutaeru01-button-ruby a::before,
		.tsutaeru01-button-easy a::before{
			margin-right: 8px;
		}
	}
.language a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(language.svg) no-repeat;
  position: relative;
  top: 4px;
  margin-right: 6px;
  background-size: 15px;
}

/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
}
.bg_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0;
}
.bg_list li a{
	display: block;
	border: 1px solid #333;
	border-radius: 4px 0 0 4px;
	background: #fff;
	text-decoration: none;
	padding: 1px 8px;
}
.bg_list li:last-child a{
	background: #333;
	border-radius: 0 4px 4px 0;
}
.bg_list li:last-child a > strong {
	color: #fff;
}

/* フォントサイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
	float: left;
}
.font_size a{
	display: block;
	border: 1px solid #333;
	border-radius: 4px 0 0 4px;
	background: #fff;
	text-decoration: none;
	padding: 1px 8px;
}
.font_size li:last-child a{
	background: #333;
	border-radius: 0 4px 4px 0;
}
.font_size li:last-child strong {
	color: #fff;
}
.font_tit {
	margin: 1px 6px 0 0;
}
.font_list li {
	margin: 0;
}
/**** ヘッダーメイン ****/
.h_main {
	display: flex;
	align-items: center;
	padding: 30px 0 0;
	overflow: hidden;
	float: left;
	min-width: 188px;
	max-width: 188px;
}
.h_main .h1 {
	margin: 0;
	width: 100%;
	position: relative;
}
.head_in {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.head_in .src_box{
	margin-top: 4px;
}
.head_in_nemu{
	display: flex;
}
.head_in_nemu li{
	margin-left: 10px;
	margin-top: 4px;
}
.head_in_nemu a{
	border: 1px solid #00916A;
	border-radius: 4px;
	padding: 7px 8px 7px 28px;
	display: block;
	font-size: 85%;
	text-decoration: none;
	transition: 0.1s;
}
.head_in_nemu li:first-child a{
	background: url(../img/soshiki.svg) no-repeat 6px center;
}
.head_in_nemu li:last-child a{
	background: url(../img/head_faq.svg) no-repeat 6px center;
}
.head_in_nemu li a:hover{
	background-color: #D6F7EE;
}
	@media only screen and (max-width: 768px) {
		.head_in{
			padding: 0;
			width: 100%;
		}
		.h_main{
			padding: 12px 0 0;
			z-index: 1;
			position: relative;
		}
		.h_main .h1 {
			width: 160px;
		}
	}

/* 言語選択 */
.language{
	position: relative;
}
.lang_btn{
	margin: 0;
}
.lang_btn a{
	background: #fff;
	display: inline-block;
	border: 1px solid #ccc;
	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;
}
.lang_list{
	background: rgba(255,255,255);
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	border-radius: 0 0 4px 4px;
}
.lang_list li{
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
.h_top .h_toplist02 .lang_list li a{
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
}
.lang_list li:last-child{
	border-radius: 0 0 4px 4px;
}
/* 検索ボックス */
.h_main .src_box {
	width: 38%;
	margin: 0 0 0 auto;
}
.src_box .q {
	float: left;
	width: calc(100% - 126px) !important;
	margin: 0;
	height: 36px !important;
	padding: 0 6px!important;
	border: 1px solid #00916A!important;
	border-radius: 4px 0 0 4px !important;
	min-width: 240px;
}
.head_in .src_box #search_button,
.src_box #search_button_sp{
	width: 126px;
	min-height: 36px;
	margin: 0;
	padding: 0 0 0 14px;
	background: #fff url(../img/serch_icon.svg) no-repeat 6px center;
	font-size: 80%;
	cursor: pointer;
	border: 1px solid #00916A;
	border-left: none;
	white-space: normal;
	border-radius: 0 4px 4px 0;
	color: #2B3095;
	transition: 0.1s;
}
.head_in .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background-color: #D6F7EE;
}
	@media only screen and (max-width: 768px) {
		.h_main .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 70px) !important;
			min-width: auto;
		}
		.src_box #search_button_sp{
			width: 70px;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
}
.g_navi_in {
	display: flex;
}
.g_navi_in > li {
	width: 100%;
	margin: 0 23px 0 0;
	display: flex;
}
.g_navi_in > li:last-child{
	margin-right: 0;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	border-bottom: 3px solid #00916A;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 120%;
	padding-top: 13px;
	padding-bottom: 11px;
	width: 100%;
	transition: all 0.3s;
	color: #333;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0,#fff -1px 1px 0, #fff 1px -1px 0,#fff 0px 1px 0, #fff 0 -1px 0,#fff -1px 0 0, #fff 1px 0 0;
}
.g_navi_in > li > a::before{
	content: "";
	position: absolute;
	height: 3px;
	width: 0;
	background: #D71740;
	left: 50%;
	bottom: 0;
	bottom: -3px;
	transition: 0.2s;
}
.g_navi_in > li > a:hover::before , .g_navi_in > li.active > a::before {
	width: 100%;
	left: 0;
}
	@media only screen and (max-width: 768px) {
		.g_navi{
			display: none;
		}
	}

/* 追従メニュー */
.clone-nav {
	background: rgba(255,255,255,0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.is-show {
  transform: translateY(0);
}
.clone-nav .h_top_wrap{
	display: none;
}
.clone-nav .h_main{
	padding: 0 12px;
}
.clone-nav .head{
	float: left;
}
.clone-nav .h1{
	flex-shrink: 0;
	width: 160px;
	padding: 12px 12px 10px 0;
}
.clone-nav .h1 img{
	width: 170px;
}
.clone-nav .h1 .go_home{
	display: none;
}
.clone-nav .h_shien{
	font-size: 90%;
}
.clone-nav .g_navi{
	margin-top: 16px;
}
.clone-nav .g_navi_in > li a{
	font-size: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	letter-spacing: 0;
}
.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button{
	height: 32px;
	vertical-align: top;
}
.clone-nav:focus-within{
	transform: translateY(0);
}
	@media only screen and (max-width: 998px) {
		.clone-nav-in{
			flex-wrap: wrap;
			padding: 10px 0 0;
		}
		.clone-nav .h1{
			width: auto;
		}
		.clone-nav .h1 img{
			width: 120px;
		}
		.clone-nav .g_navi_in{
			width: 100%;
		}
		.clone-nav .g_navi{
			margin-top: 10px;
		}
	}
	@media only screen and (max-width: 768px) {
		.clone-nav {
			display: none;
		}
	}

/**** スマホ検索のスタイル ****/
.search_ac{
}
.search_ac_button{
	margin-top: 0;
}
.search_ac_button a{
	position: absolute;
	font-size: 65%;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-top: 32px;
	min-height: 50px;
	width: 50px;
	background: #333 url(../img/serch_icon2.svg) no-repeat center 10px;
	color: #fff;
	right: 80px;
	top: 7px;
}
.search_ac .src_box{
	display: none;
	position: relative;
	z-index: 1;
	width: 100vw;
	background: #E1F0EC;
	padding: 12px;
	right: 12px;
}
	@media print, screen and (min-width: 769px){
		.search_ac{
			display: none;
		}
	}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	margin: 0;
	position: absolute;
	top: 7px;
	right: 12px;
	display: inline-block;
	z-index: 1001;
}
#menu_button .menu{
	position: relative;
	font-size: 65%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 32px;
	min-height: 50px;
	width: 50px;
	background: #333;
}
#menu_button .menu strong{
	color: #fff;
}
#menu_button .menu .icon_ham{
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -14px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 28px;
}
#menu_button .menu .icon_ham::before,
#menu_button .menu .icon_ham::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -14px;
	background: #fff;
	height: 3px;
	width: 28px;
	transition: 0.3s;
}
#menu_button .menu .icon_ham::before{
	top: 8px;
}
#menu_button .menu .icon_ham::after{
	top: 16px;
}
#menu_button.active .menu strong{
	color: #fff;
}
#menu_button.active .menu .icon_ham{
	background: none;
}
#menu_button.active .menu .icon_ham::before{
	top: 8px;
	transform: rotate(-45deg);
	background: #fff;
}
#menu_button.active .menu .icon_ham::after{
	top: 8px;
	transform: rotate(45deg);
	background: #fff;
}
	@media print, screen and (min-width: 769px) {
		#menu_button,
		#lan_drop{
			display: none !important;
		}
	}
#sidr {
	display: none;
	z-index: 1000;
	position: absolute;
	top: 56px;
	width: calc(100% - 24px);
	padding: 0;
}
	@media print, screen and (min-width: 769px) {
		#menu_button{
			top: 8px;
		}
		#menu_button .menu{
			padding-top: 29px;
			min-height: 47px;
			width: 48px;
		}
		#menu_button .menu .icon_ham{
			top: 7px;
		}
		#sidr {
			display: none !important;
		}
	}

#sidr .side_sitenavi {
	 background: #E1F0EC;
	border: 4px solid #333;
  border-bottom: 0;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .d-close{
	margin: 0;
	background: #333;
	display: inline-block;
	color: #fff;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
	border: 4px solid #333;
	border-top: 0;
}
#sidr .d-close:before,
#sidr .d-close:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .d-close:after{
	transform: rotate(45deg);
}
.sidr_pick{
	padding: 4px 12px 16px 12px;
	border-bottom: 1px solid #333;
}
.sidr_pick li a{
	display: block;
	border: 1px solid #E1D56D;
	border-radius: 100px;
	background: #fffbdd;
	text-decoration: none;
	padding: 4px 10px;
	text-align: center;
}
#sidr .sidr_navi {
	display: block;
	border-bottom: 3px solid #333;
	margin: 0;
	padding: 0;
}
#sidr .sidr_navi li {
	background: none;
	border-bottom: 1px solid #333;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr .sidr_navi b::before{
	content: '';
	position: absolute;
	left: 12px;
	top: 24px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
#sidr .sidr_navi .active b::before{
	transform: rotate(135deg);
}
#sidr .sidr_navi li:last-child{
	border-bottom: none;
}
#sidr .sidr_navi li b{
	display: inline-block;
	padding: 12px 62px 12px 28px;
	text-decoration: none;
	width: 100%;
}
#sidr .sidr_navi .sidr_ac_in{
	padding: 6px 10px 10px;
	background: #fff;
}
#sidr .sidr_navi .sidr_ac_in li{
	border-bottom: 1px dashed #00916A;
	padding: 8px;
	font-size: 85%;
}
#sidr .sidr_navi .sidr_ac_in li::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 20px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #00916A;
	border-right: 1px solid #00916A;
	transform: rotate(45deg);
}
#sidr .sidr_navi .sidr_ac_in li a{
	display: block;
	text-decoration: none;
}
#sidr ul.sidr_navi_sub{
	display: flex;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
	margin: 0;
}
#sidr ul.sidr_navi_sub li a{
	text-decoration: none;
	padding: 12px;
	display: block;
}
#sidr ul.sidr_navi_sub li:first-child {
	border-right: 1px solid #333;
}
/**** 支援機能 ****/
#sidr .side_shien{
	background: #e1f0ec;
	border: 4px solid #333;
	border-top: 1px solid #333;
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	width: 100%;
	font-size: 85%;
	margin-top: 0;
	border-bottom: 1px solid #333;
}
#sidr ul.sidr_navi02 li a{
	text-decoration: none;
	padding: 12px;
	display: block;
	text-align: center;
}
/*********** フッター ***********/
.main_footer {
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 768px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #eceabb;
	padding-left: 16px;
	position: relative;
}
.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: #fcfbf5;
	padding: 4px 16px 16px;
}
.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 #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 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;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	background: #efefef;
	color: #9f0000;
}
	@media only screen and (max-width: 768px) {
		.online_strage_a{
			padding: 0 0 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: #fff;
	margin-top: 30px;
}
.foot_modori .modoriin {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	background: #00916A;
	border-bottom: 0;
	line-height: 1;
	padding: 12px 14px 10px 38px;
	font-size: 85%;
	border-radius: 4px 4px 0 0;
	color: #fff;
	text-shadow: #0D805D 1px 1px 0, #0D805D -1px -1px 0,#0D805D -1px 1px 0, #0D805D 1px -1px 0,#0D805D 0px 1px 0, #0D805D 0 -1px 0,#0D805D -1px 0 0, #0D805D 1px 0 0;
}
.foot_modori a::before{
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	left: 14px;
	width: 11px;
	height: 11px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-135deg);
	transition: 0.2s;
}
.foot_modori a:hover::before{
	top: 13px;
}
	@media only screen and (max-width: 768px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	background: #00916A;
	padding: 0;
}
.foot {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 12px 12px;
	display: flex;
}
.foot_main{
	margin-right: auto;
	padding-right: 24px;
}
.foot_link{
	border-top: 1px solid #fff;
	margin-top: 24px;
}
.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: .6em;
	left: -16px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.foot_link li a{
	font-size: 85%;
	color: #fff;
	text-shadow: #0D805D 1px 1px 0, #0D805D -1px -1px 0,#0D805D -1px 1px 0, #0D805D 1px -1px 0,#0D805D 0px 1px 0, #0D805D 0 -1px 0,#0D805D -1px 0 0, #0D805D 1px 0 0;
}
.foot_id .foot_id_img{
	margin-bottom: 8px;
}
.foot_id .foot_id_img img{
	max-width: 161px;
}
.foot .address {
	margin-top: 0px;
	color: #fff;
	text-shadow: #0D805D 1px 1px 0, #0D805D -1px -1px 0,#0D805D -1px 1px 0, #0D805D 1px -1px 0,#0D805D 0px 1px 0, #0D805D 0 -1px 0,#0D805D -1px 0 0, #0D805D 1px 0 0;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #fff;
	text-decoration: none;
}
.udfont{
	max-width: 140px;
	margin-top: 24px;
}
.foot_map{
	max-width: 240px;
	margin-right: 24px;
}
.access{
	max-width: 180px;
	width: 100%;
}
.access li{
	margin-top: 8px;
}
.access li:first-child{
	margin-top: 0;
}
.access a{
	text-decoration: none;
	background: #fff;
	border-radius: 6px;
	padding: 8px 12px 8px 40px;
	position: relative;
	display: block;
	font-size: 85%;
	transition: 0.1s;
}
.access a:hover{
	background: #edf9f5;
}
.access li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: 8px;
}
.access li:first-child a::before{
	background: url(../img/access.svg) no-repeat;
	height: 20px;
	width: 16px;
}
.access li:nth-of-type(2) a::before{
	background: url(../img/chosha.svg) no-repeat;
	width: 15px;
	height: 19px;
}
.foot_copy {
	font-size: 80%;
	color: #fff;
	text-shadow: #0D805D 1px 1px 0, #0D805D -1px -1px 0,#0D805D -1px 1px 0, #0D805D 1px -1px 0,#0D805D 0px 1px 0, #0D805D 0 -1px 0,#0D805D -1px 0 0, #0D805D 1px 0 0;
	padding: 8px 12px;
	margin-top: 0px;
	text-align: center;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 768px) {
		.foot {
			width: 100%;
			flex-wrap: wrap;
		}
		.foot_main{
			width: 100%;
			margin-bottom: 32px;
			padding: 0;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #fff;
			text-decoration: underline;
		}
	}
	@media only screen and (max-width: 480px){
		.foot_map{
			margin: 0 auto;
		}
		.access{
			max-width: none;
			margin-top: 24px;
		}
	}
/********************** 領域共通のスタイル **********************/
#main_outline{
	background: #E1F0EC;
	margin: 12px 0 0;
}
.main {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 24px;
	position: relative;
	overflow: hidden;
}
.main h2 {
	padding: 12px 16px;
	font-size: 140%;
	position: relative;
	text-align: center;
}
.main h2::before{
	content: "";
	position: absolute;
	background: #333;
	width: 300px;
	height: 2px;
	bottom: 0px;
	left: calc(50% - 150px);
}
.main h2 a {
	display: block;
}
.main .h2{
	overflow: hidden;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
.main .h2 h2 {
	float: left;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 768px) {
		.main{
			padding: 0 0 24px;
		}
	}

.top_comment{
	border: 4px solid #bd2d46;
	color: #bd2d46;
	font-size: 118.75%;
	padding: 20px 20px 20px 20px;
	background: #fff;
	border-radius: 14px;
	margin-top: 24px;
}
	@media only screen and (max-width: 768px) {
		.main{
			width: 100%;
		}
	}

/**** タイトル要素 アコーディオンのスタイル ****/
.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_box_sidr .ac_display{
		top: 24px;
	}
	.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,
	.ac_box_sidr .sidr_ac_in{
		display: none;
	}
	.ac_box,
	.ac_box2{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after,
	.ac_box2.active p::after{
		display: none;
	}
	.ac_box2 .ac_display{
		display: none;
	}
}
@media only screen and (min-width: 481px){
	.ac_box2{
		pointer-events: none !important;
	}
	.zone03_in > article > .ac_box2{
		padding: 0 !important;
	}
	.ac_box2 + div{
		display: block !important;
	}
}
@media only screen and (max-width: 480px) {
	.ac_box2 h2{
		padding-right: 70px;
	}
	.ac_box2 .ac_display{
		display: block;
	}
	.ac_box2 + div{
		display: none;
	}
}

/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
}
.main .emergency .h2 {
	color: #FFF;
	background: #BD2D46;
	border-radius: 13px 13px 0 0;
}
.main .emergency h2::before{
	display: none;
}
.main .emergency_lower {
	padding: 4px 16px 16px;
}
.main .emergency_lower {
	padding: 4px 16px 16px;
}
.main .emergency_lower h3{
	border-bottom: 1px solid #ccc;
	padding: 4px 6px;
	width: 100%;
	margin-top: 4px;
}
.main .emergency_lower h3 + ul{
	padding-left: 20px;
}
.main .emergency_lower li{
	display: flex;
	font-size: 95%;
}
.main .emergency_lower .date{
	margin: 0;
	min-width: 140px;
}

/**** 重要なお知らせのスタイル ****/
.important {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
}
.main .important .h2 {
	color: #FFF;
	background: #0D805D;
	border-radius: 13px 13px 0 0;
}
.main .important h2::before{
	display: none;
}
.main .important_lower {
	padding: 4px 16px 16px;
}

/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 20px;
}
.category2 {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 20px;
}
.category3 {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 20px;
}
.category4 {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 20px;
}
.category5 {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 20px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	padding: 4px 10px 4px;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
}
.main .new .h2 {
	border-bottom: 1px solid #CCCCCC;
}
.new h2::before{
	display: none;
}
.main .new_lower {
	padding: 8px 20px 24px;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #CCCCCC;
}
.main .topics .h2 {
	border-bottom: 1px solid #CCCCCC;
}
.topics h2::before{
	display: none;
}
.main .topics_lower {
	padding: 8px 20px 24px;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/********************** 領域4個別のスタイル **********************/
/**** 新着情報のスタイル ****/
.main .zone04 .new{
}
/**** トピックスのスタイル ****/
.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;
	vertical-align: middle;
}
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;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
}
/**** 避難所一覧機能のスタイル ****/
.main .emergency_shelter{
	border: 2px solid #bd2d46;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfe5;
	border-radius: 8px;
}
.main .emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #bd2d46;
	border-bottom: none;
}
.main .emergency_shelter h3 + ul{
	padding: 0;
}
.main .shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.main .shelter_more li{
	padding: 0;
}
.main .shelter_more li::before{
	display: none;
}
.main .shelter_more a{
	background: #fff;
	border: 2px solid #bd2d46;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 8px;
}
.main .shelter_more a:hover{
	background: #eee;
}
@media only screen and (max-width: 768px) {
	.resistance,
	.toilet{
		display: inline;
	}
	.resistance img,
	.toilet img{
		height: auto;
	}	
	.shelter .main_naka .ac_box h4, .shelter .main_naka .ac_box h5, .shelter .main_naka .ac_box h6{
		padding: 4px 64px 4px 8px;
	}
}

/*** 伝えるWEB ***/
/* .tsutaeru01-menu */
.tsutaeru01-menu{
display:none;
}
.tsutaeru01-menu ul{
margin:0px;
padding:0px;
text-align:right;
}
.design #head_lang02 li a{
width:118px;
height:28px;
display:inline-block;
}
.design #head_lang02 li.tsutaeru01-button-easy{
padding:0;
}
.design #head_lang02 li.tsutaeru01-button-easy-off{
padding:0;
}
.design #head_lang02 li.tsutaeru01-button-ruby{
padding:0;
}
.design #head_lang02 li.tsutaeru01-button-ruby-off{
padding:0;
}

/* .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:none;
border:none;
border-right:1px solid #333;
border-radius:0;
display:inline-block;
text-align:center;
color:#2b3095;
font-size:100%;
text-decoration:underline;
cursor:pointer;
margin:0;
padding:2px 8px 2px 0;
}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
background:none;
border:none;
border-radius:0;
display:inline-block;
text-align:center;
color:#2b3095;
font-size:100%;
text-decoration:underline;
cursor:pointer;
margin:0;
padding:2px 0 2px 8px;
}
#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;
}
#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;
}
.tsutaeru01-speech-audio {
border-radius:3px;
max-width:220px;
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:600px;
text-align:left;
outline:none !important;
}
.tsutaeru01-config-header{
padding:1em;
color:#FFF;
background:#333;
text-align:center;
font-weight:bold;
position:relative;
border-radius:5px 5px 0px 0px;
border:1px solid #FFF;
}
.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{
overflow:hidden;
}
.tsutaeru01-config-body dl dt{
font-weight:bold;
float:left;
clear:left;
width:6.8em;
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;
color:#FFF;
background:#333;
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:768px){
.h_top,.head_in .h_top > div{display:none;}
.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{
width: 100%;
padding: 12px;
text-align:left; 
text-decoration: none;
position:relative;
display: block;
border-right: 0;
text-align: center;
}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config{
	border-top: 1px solid #333;
}
#body button.tsutaeru01-button.tsutaeru01-button-speech-start::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 16px;
	background: url(yomiage.svg) no-repeat;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config::before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(ico_fnc.svg) no-repeat 0;
	position: relative;
	top: 4px;
	margin-right: 8px;
	background-size: 16px;
}
.tsutaeru01-speech-buttons{
white-space:nowrap;
overflow:auto;
}
.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%;
}
.language a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(language.svg) no-repeat;
	position: relative;
	top: 3px;
	margin-right: 12px;
}
}

/* .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;
}
/*.tsutaeru01-search-pager li a{
cursor:pointer;
background-color:#05203a;
color:#FFF;
}*/
/*.tsutaeru01-search-pager li span{
background-color:#05203a;
color:#FFF;
opacity:0.5;
}*/