﻿@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: 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;
		}
	}
	@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 {
	background: #e0f4ff;
	border-radius: 4px;
	border: 1px solid #88c9ea;
	color: #333;
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	padding: 1px 4px;
	margin: 0 4px;
	vertical-align: text-bottom;
}
/**** 本文へ_スキップ用リンク ****/
.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: 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;
}
/**** その他 ****/
.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{
	padding: 1px 0 40px;
	width: 100%;
	background-color: #FA3333;
}
.zone04_in{
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
}
.zone04_in > *{
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
	.zone04_in > *{
		margin-top: 30px;
	}
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.main_header{
		overflow: hidden;
		margin-bottom: -4px;
		position: relative;
	}
}
/**** ヘッダー上段リンク ****/
.head{
	padding-bottom: 40px;
	background: #E8F8FD;
}
.h_top_wrap{
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
	display: flex;
	align-items: flex-start;
}
.h_main{
	width: 300px;
}
.h_main .h1{
	margin: 0;
}
.h_top{
	margin: 4px 0 0;
	width: calc(100% - 300px);
}
.h_top > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.h_top .h_toplist01 > li{
	margin: 20px 0 0 10px;
}
.h_top .h_toplist01 > li > a{
	padding: 4px 6px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00BFFF;
	border-radius: 5px;
	display: block;
	transition: 0.3s;
}
.h_top .h_toplist01 > li > a:hover{
	background-color: #E8F8FD;
	border: 1px solid #1E44C3;
	transition: 0.3s;
}
.h_top .h_toplist02 > li{
	margin: 20px 0 0 30px;
}
.h_top .h_toplist02 > li.list_icon{
	padding: 0 0 0 24px;
	position: relative;
}
.h_top .h_toplist02 > li.list_icon::before{
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #00BFFF;
	border-radius: 50%;
}
.h_top .h_toplist02 > li.list_icon::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
.h_top .h_toplist02 .eme_btn{
	margin-left: 20px;
}
.ac_box02{
	padding: 8px 17px;
	background-color: #FA3333;
	border-radius: 5px;
	display: flex;
	align-items: center;
	position: relative;
	transition: 0.3s;
}
.ac_box02::after{
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #FA3333;
	transition: 0.3s;
}
.ac_box02.active{
	padding: 16px 17px 0;
	border-radius: 5px 5px 0 0;
	transition: 0.3s;
}
.ac_box02.active::after{
	bottom: -19px;
	transition: 0.3s;
}
.ac_box02 .tit{
	margin: 0 15px 0 0;
	color: #fff;
	text-shadow: 1px 1px 1px #CE2618, -1px 1px 1px #CE2618, 1px -1px 1px #CE2618, -1px -1px 1px #CE2618, 1px 0 1px #CE2618, 0px 1px 1px #CE2618, -1px 0 1px #CE2618, 0 -1px 1px #CE2618;
	z-index: 1;
}
.ac_display02{
	margin: 0;
	display: block;
	position: relative;
	font-size: 87.5%;
	background: #fff;
	border-radius: 5px;
	z-index: 100;
}
.ac_display02 a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 2px 5px 1px 20px;
	min-width: 57px;
}
.ac_display02 a::before,
.ac_display02 a::after{
	content: '';
	background: #0830B5;
	position: absolute;
	left: 6px;
	top: 11px;
	height: 1px;
	width: 10px;
}
.ac_display02 a::after{
	transform: rotate(90deg);
}
.ac_box02.active .ac_display02 a::after{
	display: none;
}
.head .emergency{
	margin: 20px auto 0;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
}
.head .head_eme.emergency{
	display: none;
	margin: 15px auto 0;
}
@media only screen and (max-width: 768px) {
	.head{
		padding-bottom: 20px;
		background-size: 50px auto;
	}
	.h_top_wrap{
		padding: 0 10px;
		display: block;
	}
	.h_main{
		width: 220px;
	}
	.h_top{
		margin: 0;
		width: 100%;
	}
	.h_toplist01,
	.h_toplist02 li:not(.eme_btn){
		display: none!important;
	}
	.h_top .h_toplist02{
    	justify-content: flex-start;
	}
	.h_top .h_toplist02 .eme_btn{
		margin: 10px 0 0;
	}
	.ac_box02{
		padding: 6px 12px;
	}
	.ac_box02::after{
		bottom: 4px;
		height: 5px;
	}
	.ac_box02.active{
		padding: 6px 12px;
	}
	.ac_box02.active::after{
		bottom: -4px;
	}
	.ac_box02 .tit{
		margin: 0 6px 0 0;
	}
	.ac_display02{
		font-size: 75%;
		letter-spacing: 0.05em;
		border-radius: 2px;
	}
	.ac_display02 a{
		padding: 1px 2px 0 12px;
		min-width: 0;
	}
	.ac_display02 a::before,
	.ac_display02 a::after{
		left: 3px;
		top: 9px;
		width: 8px;
	}
	.head .head_eme.emergency{
		margin-top: 0;
		padding: 0 10px;
	}
}

/* 文字サイズ, 背景色 */
.font_size{
	display: flex;
	align-items: center;
}
.font_tit{
	margin: 0 6px 0 0;
	padding: 0;
	font-size: 87.5%;
}
.font_list{
	display: flex;
	align-items: center;
}
.font_list li{
	margin: 0;
	padding: 0;
}
.font_list li a{
	padding: 6px 10px;
	text-decoration: none;
	background: #fff;
	border-radius: 5px 0 0 5px;
	display: block;
}
.font_list li:last-child a{
	background: #1E44C3;
	border-radius: 0 5px 5px 0;
}
.font_list li:last-child a > strong {
	color: #fff;
}
.bg_color{
	margin-right: 5px;
}
/* 検索ボックス */
.h_top .src_box {
	width: 300px;
}
.src_box .q {
	float: left;
	width: calc(100% - 62px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 10px!important;
	border: 0!important;
	border-radius: 20px 0 0 20px!important;
}
.h_top .src_box #search_button,
.src_box #search_button_sp{
	width: 62px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #1E44C3;
	font-size: 100%;
	cursor: pointer;
	border: 0!important;
	white-space: normal;
	border-radius: 0 20px 20px 0;
}
.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #006fab;
}
@media only screen and (max-width: 768px) {
	.src_box .q{
		width: calc(100% - 54px) !important;
	}
	.src_box #search_button_sp{
		width: 54px;
	}
}
/**** グローバルナビ ****/
.g_navi {
	margin: 16px 0 0;
	position: relative;
	z-index: 1;
}
.g_navi_in{
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
	display: flex;
	position: relative;
}
.g_navi_in > li{
	margin: 0;
	width: 200px;
}
.g_navi_in > li .nav_link{
	height: 100%;
	display: flex;
	position: relative;
}
.g_navi_in > li .nav_link::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 2px;
	height: calc(100% - 40px);
	border-right: 2px dotted #00BFFF;
}
.g_navi_in > li:last-child .nav_link::after{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 2px;
	height: calc(100% - 40px);
	border-right: 2px dotted #00BFFF;
}
.g_navi_in > li .nav_link > a{
	padding: 13px 0;
	width: 100%;
	color: #333;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	position: relative;
}
.g_navi_in > li .nav_link > a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: calc(100% - 10px);
	height: 100%;
	background-color: #E8F8FD;
	border-radius: 10px;
	transition: 0.3s;
	opacity: 0;
	z-index: -1;
}
.g_navi_in > li .nav_link > a:hover::before,
.g_navi_in > li.active .nav_link > a::before{
	opacity: 1;
	transition: 0.3s;
}
.g_navi_in > li.addactive .nav_link > a::after{
	content: '';
	position: absolute;
	bottom: -11px;
	left: 50%;
	border: 7px solid transparent;
	border-bottom: 11px solid #1E44C3;
	transform: translateX(-50%);
	z-index: 200;
}
.g_navi_in > li:nth-child(6) .nav_link > a::after{
	content: none;
}
.g_navi_in > li .nav_link > a img{
	margin-bottom: 6px;
	width: 100px;
}
.g_navi_in .g_navi_in_sub{
	padding-bottom: 20px;
	position: absolute;
	top: 100%;
	left: 12px;
	padding-top: 10px;
	z-index: 100;
	width: calc(100% - 24px);
	display: none;
}
.g_navi_in .g_navi_in_sub > div{
	font-size: 87.5%;
	padding: 8px 20px 18px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid #1E44C3;
	border-radius: 10px;
	position: relative;
}
.g_navi_in .g_navi_in_sub ul{
	display: flex;
	flex-wrap: wrap;
}
.g_navi_in .g_navi_in_sub li{
	margin: 12px 20px 0 0;
	padding: 0 0 0 20px;
	width: calc((100% - 40.01px)/3);
	position: relative;
}
.g_navi_in .g_navi_in_sub li:nth-child(3n){
	margin: 12px 0 0 0;
}
.g_navi_in .g_navi_in_sub li::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #00BFFF;
	border-radius: 50%;
}
.g_navi_in .g_navi_in_sub li::after{
	content: '';
	position: absolute;
	top: 7px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
	.g_navi{
		display: none;
	}
}


/**** スマホメニューに関するスタイル ****/
#menu_button{
	position: absolute;
	top: 17px;
	right: 10px;
	margin: 0;
}
#menu_button a{
	position: relative;
	background: #1E44C3;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
	z-index: 2;
}
#menu_button a strong{
	color: #fff;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
	@media print, screen and (min-width: 769px) {
		#menu_button,
		#lan_drop{
			display: none !important;
		}
	}
#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #1E44C3;
	box-sizing: border-box;
	color: #333;
}
	@media print, screen and (min-width: 769px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a{
	background: #1E44C3;
	display: inline-block;
	color: #fff;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 10px;
	background-color: #E8F8FD;
}
#sidr ul {
	display: block;
	border-bottom: 2px solid #1E44C3;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #1E44C3;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr ul.sidr_navi_sub{
	display: flex;
	flex-wrap: wrap;
}
#sidr ul.sidr_navi_sub li{
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi_sub li a{
	letter-spacing: -0.01em;
}
#sidr ul.sidr_navi_sub li:nth-child(odd){
	border-right: 1px solid #1E44C3;
}
/**** 支援機能 ****/
#sidr .side_shien{
	background: #e8f4f9;
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 10px 10px 4px;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	margin-right: 1.25%;
	margin-bottom: 6px;
	width: 24%;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 70%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
}
#sidr ul.sidr_navi03{
	display: flex;
	border-top: 1px solid #bbb;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	border-right: 1px solid #bbb;
}
/*********** フッター ***********/
.main_footer {
	background: #fff;
	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: #88c9ea;
	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: #e8f4f9;
	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{
	margin: 0 0 0 auto;
	width: 200px;
}
.foot_modori a{
	width: 100%;
	display: block;
}
.foot_modori a img{
	padding: 10px 0 0;
	transition: 0.3s;
}
.foot_modori a:hover img{
	padding: 0 0 10px;
	transition: 0.3s;
}
@media only screen and (max-width: 768px) {
	.foot_modori{
		width: 180px;
	}
}
/**** メインフッター ****/
.foot_wrap{
	margin: 0 auto;
	padding: 24px 12px;
	max-width: 1224px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.foot{
	margin-right: 20px;
	width: calc(100% - 220px);
}
.foot_id .foot_logo{
	margin: 0 0 20px;
}
.foot_id .foot_logo img{
	width: 160px;
}
.foot_id .foot_logo a{
	margin-left: 15px;
	padding: 3px 8px;
	text-decoration: none;
	border: 1px solid #00BFFF;
	border-radius: 5px;
	display: inline-block;
	transition: 0.3s;
}
.foot_id .foot_logo a:hover{
	background-color: #E8F8FD;
	transition: 0.3s;
}
.foot_id .address{
	margin-top: 4px;
}
.foot_id .address span{
	margin-right: 10px;
	display: inline-block;
}
.foot_id .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_bottom{
	background: #E8F8FD;
}
.foot_bottom > div{
	margin: 0 auto;
	padding: 10px 12px 19px;
	width: 100%;
	max-width: 1224px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.foot_link{
	display: flex;
	align-items: center;
}
.foot_link li{
	margin-right: 16px;
	padding: 0 0 0 20px;
	font-size: 87.5%;
	position: relative;
}
.foot_link li::before{
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #00BFFF;
	border-radius: 50%;
}
.foot_link li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
.foot_copy{
	font-size: 85%;
}
@media only screen and (max-width: 768px) {
	.foot_wrap{
		padding: 14px 12px 24px;
		display: block;
	}
	.foot{
		margin-top: 10px;
		width: 100%;
	}
	.foot_id .address{
		font-size: 87.5%;
	}
	.foot_link{
		flex-wrap: wrap;
	}
	.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: 425px) {
	.foot_id .foot_logo{
		margin-bottom: 16px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.foot_id .foot_logo a{
		margin: 8px 0 0;
		padding: 3px 8px;
		font-size: 87.5%;
	}
}

/********************** 領域共通のスタイル **********************/
#main_outline{
	margin-top: 16px;
	padding: 0;
}
.main{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main .in_box{
	padding: 20px;
	background-color: #fff;
/*	border: 4px solid #A3D2F2;*/
	border-radius: 5px;
}
.main h2{
	margin-bottom: 20px;
	padding: 0;
	font-size: 150%;
	text-align: center;
}
.main .h2{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .h2 p{
	margin: 0 0 0 10px;
	padding: 0;
}
.main .h2 h2 {
	margin: 0;
}
.main .no_h2{
	margin: 0;
	height: 0;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #FA3333;
	border-radius: 50%;
}
.main li::after{
	content: '';
	position: absolute;
	top: 9px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	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{
			width: 100%;
		}
	.main h2{
		margin-bottom: 10px;
		font-size: 125%;
	}
	.main .h2{
		margin-bottom: 10px;
	}
}
.top_comment{
	margin: 0 auto 24px;
	padding: 0 12px;
	width: 100%;
	max-width: 1200px;
	border-bottom: 4px solid #FA3333;
	color: #900;
	font-size:  118.75%;
}
.top_comment strong{
	color: #900;
}
@media only screen and (max-width: 1223px) {
	.top_comment{
		margin: 0 12px 24px;
		padding: 0 5px;
		width: calc(100% - 24px);
	}
}
/**** 緊急情報のスタイル ****/
.emergency .inner{
	padding: 20px;
	background-color: #FDE7E5;
	border: 4px solid #FA3333;
	border-radius: 5px;
}
.main .emergency .inner{
	background-color: #fff;
	border: 0;
}
.emergency .h2{
	margin: 0;
	padding: 0 5px 5px;
	border-bottom: 2px solid #FA3333;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.emergency h2{
	font-size: 125%;
}
.emergency_lower {
	padding: 4px 10px 10px;
}
.emergency_lower li::before,
.emergency_lower li::after{
	display: none;
}
.emergency_lower li{
	padding: 0;
	display: flex;
}
.emergency_lower li .date{
	margin: 0;
	width: 150px;
	color: #333;
	font-size: 100%;
}
.emergency_lower li .list{
	width: calc(100% - 150px);
}
.j-alert .emergency_lower li .date{
	width: 180px;
}
.j-alert .emergency_lower li .list{
	width: calc(100% - 180px);
}
@media only screen and (max-width: 768px) {
	.emergency .inner{
		padding: 14px;
	}
	.emergency .h2{
		padding: 0 4px;
	}
	.emergency h2{
		font-size: 120%;
	}
	.emergency_lower {
		padding: 0 2px;
	}
	.emergency_lower li{
		display: block;
	}
	.emergency_lower li .date,
	.emergency_lower li .list,
	.j-alert .emergency_lower li .date,
	.j-alert .emergency_lower li .list{
		width: 100%;
	}
}

/**** 重要なお知らせのスタイル ****/
.important {
}
.important .inner{
	padding: 20px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
}
.main .important .h2{
	margin: 0;
	padding: 0 5px 5px;
	border-bottom: 2px solid #f78d0b;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.main .important h2{
	font-size: 125%;
}
.main .important_lower {
	padding: 4px 10px 10px;
}
.important_lower li{
	padding: 0;
	display: flex;
}
.important_lower li::before,
.important_lower li::after{
	content: none;
}
.important_lower li .date{
	margin: 0;
	width: 150px;
	color: #333;
	font-size: 100%;
}
.important_lower li .list{
	width: calc(100% - 150px);
}
@media only screen and (max-width: 768px) {
	.important .inner{
		padding: 14px;
	}
	.important .h2{
		padding: 0 4px;
	}
	.important h2{
		font-size: 120%;
	}
	.main .important_lower {
		padding: 0 2px;
	}
	.important_lower li{
		display: block;
	}
	.important_lower li .date,
	.important_lower li .list{
		width: 100%;
	}
}

/**** 分類のスタイル ****/
.category,
.category2,
.category3,
.category4,
.category5{
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
}
/**** 新着情報のスタイル ****/
.new {
}
.main .new .h2 {
	overflow: hidden;
}
.main .new .h2 p {
}
.main .new_lower {
}
.main .new ul li{
	padding-left: 20px;
}
.main .new ul li .new_lst{
	display: flex;
}
.main .new ul li .date{
	margin-left: 0;
	width: 86px;
	color: #333;
	font-size: 100%;
}
.main .new ul li .list{
	width: calc(100% - 86px);
}
.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: 768px) {
	.main .new ul li .new_lst{
		display: block;
	}
	.main .new ul li .date,
	.main .new ul li .list{
		width: 100%;
	}
}

/**** トピックスのスタイル ****/
.topics {
}
.main .topics .h2 {
	overflow: hidden;
}
.main .topics .h2 p {
}
.main .topics_lower {
}
.main .topics ul li{
	padding-left: 20px;
	display: flex;
}
.main .topics ul li .date{
	margin-left: 0;
	width: 86px;
	color: #333;
	font-size: 100%;
}
.main .topics ul li .list{
	width: calc(100% - 86px);
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.main .topics ul li{
		display: block;
	}
	.main .topics ul li .date,
	.main .topics ul li .list{
		width: 100%;
	}
}

/**** ピックアップ1のスタイル ****/
.pickup {
}
.main .pickup_lower {
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	background: #E8F8FD;
	border-radius: 5px;
	padding: 5px 10px 4px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
}
.main .pickup2_lower {
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	background: #E8F8FD;
	border-radius: 5px;
	padding: 5px 10px 4px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}


/**** タブ切り替えのスタイル ****/
.main .free_tab{
}
.main .free_tab .tab_index{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main .free_tab .tab_index .tab_change{
	width: calc(20% - 4px);
	text-align: center;
	display: flex;
}
.main .free_tab .tab_index .tab_change a{
	padding: 8px 5px 7px;
	width: 100%;
	text-decoration: none;
	background-color: #ffdbd7;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	position: relative;
}
.main .free_tab .tab_index .tab_change a:hover{
	background-color: #fff;
}
.main .free_tab .tab_index .tab_change.is-active a{
	padding: 12px 5px;
	background: #fff;
	position: relative;
}
.main .free_tab li.tab_panel{
	margin: 0;
	padding: 8px 20px 20px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.main .free_tab li.tab_panel::before,
.main .free_tab li.tab_panel::after{
	display: none;
}
.main .free_tab h2{
	background: none;
	position: absolute;
	z-index: -1;
}
.main .free_tab .new_lower,
.main .free_tab .topics_lower {
	background: #fff;
}
@media only screen and (max-width: 768px) {
	.main .free_tab .tab_index .tab_change{
		width: calc(20% - 2px);
	}
	.main .free_tab .tab_index .tab_change a{
		font-size: 87.5%;
		letter-spacing: 0.05em;
	}
	.main .free_tab .tab_index .tab_change.is-active a {
		padding: 8px 5px 7px;
	}
	.main .free_tab li.tab_panel{
	}
}
@media only screen and (max-width: 599px) {
	.main .free_tab .tab_index{
		flex-wrap: wrap;
	}
	.main .free_tab .tab_index .tab_change{
		margin-top: 2px;
		margin-right: 2px;
		width: auto;
		flex-grow: 1;
	}
	.main .free_tab .tab_index .tab_change:last-child{
		margin-right: 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;
}
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 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
}
/**** 避難所一覧機能のスタイル ****/
.emergency_shelter{
	margin-top: 12px;
	padding: 0 12px 12px;
	background-color: #fff;
	border: 2px solid #FA3333;
	border-radius: 5px;
}
.emergency_shelter h3{
	margin-top: 12px;
	padding: 2px 6px;
	font-size: 110%;
	border-left: 6px solid #FA3333;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before,
.shelter_more li::after{
	display: none;
}
.shelter_more a{
	padding: 14px 20px 14px 30px;
	width: 200px;
	color: #fff;
	text-shadow: 1px 1px 1px #005C7B, -1px 1px 1px #005C7B, 1px -1px 1px #005C7B, -1px -1px 1px #005C7B, 1px 0 1px #005C7B, 0px 1px 1px #005C7B, -1px 0 1px #005C7B, 0 -1px 1px #005C7B;
	text-decoration: none;
	letter-spacing: 0.05em;
	background-color: #00BFFF;
	border-radius: 26px;
	display: inline-block;
	transition: 0.3s;
}
.shelter_more a:hover{
	background: #00a1ee;
	transition: 0.3s;
}
.shelter_more a span{
	padding-right: 38px;
	display: block;
	position: relative;
}
.shelter_more a span::before{
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
}
.shelter_more a span::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00BFFF;
	border-right: 2px solid #00BFFF;
	transform: translateY(-50%) rotate(45deg);
}
