@charset "UTF-8";

/* pc画面表示用スタイル */

/*  ------------------------基本、大枠設定------------------------  */
.no_font{ font-size: 0%; }
body {
	margin: 0;
	padding: 0;
	border: 0 transparent;
	font-family: "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体","Noto Sans JP","BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 112.5%;
	font-weight: normal;
	color: #202020;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.8;
	word-break: break-all;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url("/files/noto-sans-jp-v54-japanese_latin-regular.woff2") format("woff2");
}
div#baseall {
	margin: 0;
	padding: 140px 0 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (max-height: 800px) {
	div#baseall { padding: 110px 0 0; }
}

/* ページ内リンクのずれ調整 */
html { scroll-padding-top: 140px; }
@media only screen and (max-height: 800px) {
	html { scroll-padding-top: 110px; }
}

/* 議会のお問い合わせエリアは基本非表示 */
.contact_area.gikai{ display: none; }




/* ------------------------共通タグの基本定義------------------------ */
div.h1bg {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	background-image: none;
	width: 100%;
	_height: 1%;
	box-sizing: border-box;
}
div.h1bg:after{
	content: "";
	position: absolute;
	left: -20px;
	bottom: 0;
	display: block;
	width: calc(100% + 40px);
	height: 100%;
	border-bottom: solid 2px #002060;
}
div.h1bg div {
	display: block;
	margin: 0 auto;
	padding: 20px 0 30px;
	background-image: none;
	width: 1200px;
	max-width: 100%;
	_height: 1%;
}
div.h1bg h1 {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 1.3;
	color: #002060;
	background-color: transparent;
	z-index: 2;
}
div.h1bg div h1:after{
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	display: block;
	width: 25px;
	height: 25px;
	background: #FFD503;
	z-index: -1;
}
div.h1bg.h1img2 {
	text-align: center;
}
div.h1bg.h1img2:after {
	content: none;
}
div.h1bg.h1img2 div.h1img2_text {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    background-image: none;
    width: 1200px;
    max-width: 100%;
}
div.h1bg.h1img2 div.h1img2_img {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    max-width: 100%;
}
div.h1bg.h1img2 div.h1img2_img img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}
div.h2bg {
	margin: 40px 0 30px;
	padding: 0;
	background-image: linear-gradient(90deg, #002060 80%, #347C9D 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
div.update + div.h2bg  {
	margin-top: 0;
}
div.h2bg div {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0.45em 20px;
	border: none;
	background-color: transparent;
	background-image: none;
	font-size: 144%;
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
}
div.h2bg .text-color-red,
div.h2bg .text-color-blue {
	color: #FFF!important;
}
div.h3bg {
	position: relative;
	margin: 40px 0 30px;
	padding: 0;
	border-bottom: solid 2px #002060;
}
div.h2bg + div.h3bg {
	margin-top: 0;
}
div.h3bg div {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0.43em 0 0.43em 40px;
	border: none;
	background-color: transparent;
	background-image: none;
	font-size: 122%;
	font-weight: 600;
	color: #002060;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
div.h3bg h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.43em;
	display: block;
	width: 20px;
	height: 20px;
	background: #002060;
}
div.h3bg h3:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background: #FFD503;
}
div.h3bg .text-color-red,
div.h3bg .text-color-blue {
	color: #002060!important;
}
div.h4bg {
	position: relative;
	margin: 40px 0 20px;
	padding: 0;
}
div.h3bg + div.h4bg {
	margin-top: 0;
}
h4 {
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	background-color: transparent;
	background-image: none;
	font-size: 105%;
	color: #002060;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
div.h4bg h4:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	display: block;
	width: 3px;
	height: 1.5em;
	background: #002060;
}
div.h4bg h4:after{
	content: "";
	position: absolute;
	left: 6px;
	top: 0.25em;
	display: block;
	width: 3px;
	height: 1.5em;
	background: #FFD503;
}
div.h4bg .text-color-red,
div.h4bg span.text-color-blue {
	color: #002060!important;
}
h5 {
	margin: 0;
	padding: 0.7em 5px 0.5em 0;
	background-color: transparent;
	background-image: none;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
}
h6 {
	margin: 0.7em 5px 0.56em 10px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	background-color: transparent;
}
h5 .text-color-red,
h5 .text-color-blue,
h6 .text-color-red,
h6 .text-color-blue {
	color: #202020;!important;
}
h1,h2,h3,h4,h5,h6, .f_biz{ 
  font-family: "BIZ UDGothic", "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体","Noto Sans JP", Meiryo, sans-serif; 
  letter-spacing: 1.4px; 
}
.f_biz{ font-weight: 600; font-size: 95%;  }

img {
	border: none;
	max-width: 100%;
	height: auto;
}
hr {
	display: none;
}
p {
	margin: 20px 0 20px;
	padding: 0;
}
ul {
	margin: 30px 0 30px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}
ol {
	margin: 30px 0 30px;
	padding: 0 0 0 1.7em;
	overflow: hidden;
}
ul li {
	position: relative;
	margin: 0 0 0.5em;
	padding: 0 0 0 1.7em;
	list-style-type: none;
	list-style-image: none;
	background-image: url(/images/c_icon_ul.png);
	background-repeat: no-repeat;
	background-position: 10px 0.6em;
	background-color: transparent;
}
ol li {
	margin: 0 0 0.5em;
	padding: 0;
	background-color: transparent;
}
li.pagelinkout img {
	margin: 0;
	padding: 0;
	height:1em;
}
dl {
	margin: 30px 0 30px;
	padding: 0;
}
dt {
	margin: 0 0 0.5em;
	padding: 0;
}
dd {
	margin: 0 0 0.5em;
	padding: 0;
}
table.table01 {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaa;;
}
table.table01 tbody {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
caption {
	margin:0 0 10px;
	padding: 0;
	text-align: left;
	font-weight: bold;
}
th {
	margin: 0;
	/* padding: 0.77em 1em; */
	padding: 10px 5px;
	border: solid 1px #aaa;
	background-color: #F5F5F5;
	text-align: left;
	font-weight: 600;
}
td {
	margin: 0;
	/* padding: 0.5em 1em; */
	padding: 10px 5px; 
	border: solid 1px #aaa;
}
table.table01 li {
	background-color: transparent;
}

table p {
  background-color: transparent;
}
table li {
  background-color: transparent;
}

table dt {
  background-color: transparent;
}
table dd {
  background-color: transparent;
}

/* テーブル『th』文字色再指定 */
th span.text-color-red,
th strong.text-color-red {
	color: #CF3721;
}
form th span.text-color-red,
form th strong.text-color-red {
	color: #CF3721;
}

/* 表取り込み（Excel）の外枠と追記欄 */
.t-box {
	margin: 40px 0 40px;
}

/* 表の外枠と追記欄 */
.t-box2 {
	margin: 40px 0 40px 0;
}

/* リンク色・下線 */
a:link {
	color: #000260;
	text-decoration: underline;
}
a:visited {
	color: #000260;
}
a:hover {
	color: #000260;
	text-decoration: none;
}
a:active {
	color: #000260;
	text-decoration: none;
}
table.table01 th a:hover {
	color: #000260;
	text-decoration: none;
}
table.table01 th a:active {
	color: #000260;
	text-decoration: none;
}

/* HTML取り込み枠 */
div.insertfile {
	margin: 40px 0 40px;
	padding: 0;
}
div.insertfile td,
div.insertfile th {
	padding: 4px;
}
div.bc-main {
	margin: 0 0 10px 0;
	padding: 0;
}
iframe {
	max-width: 100%;
}

/* Youtube取り込み */
div.youtube {
	margin: 40px 0;
}
/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff {
	display: none;
}
.guidance {
	clear: both;
	font-size: 0%;
	line-height: 1%;
	width: 0px;
	height: 0px;
}

/* 回り込みの解除 */
.newpara {
	clear: both;
}

/* ボックス内floatのclear */
.clearfix:after {
content: "";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.clearfix {display: inline-block;}
/* Hides from macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from macIE */

/* ------------------------ アイコン・ボタン共通 ------------------------ */
/* リンク矢印 */
.arrow1{ position: relative; padding-right: 30px; }
.arrow1:before {
  content: ""; position: absolute; right: 10px; top: 9px; bottom: auto;
  width: 6px; height: 6px;
  border-top: 2px solid #002060; border-right: 2px solid #002060;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition: all ease-in-out; -moz-transition: all ease-in-out; transition: all ease-in-out;
}
@media only screen and (max-width: 900px){
  .arrow1{ padding-right: 25px; }
  .arrow1:before { width: 5px; height: 5px; top: 7px;  }
}

/* リンクボタン */
.link_btn{
  display: inline-block; margin: 0 auto; padding: 0;
  width: auto; max-width: calc(80% + 6px);  min-width: 250px;
  background-image: linear-gradient(135deg, #002060, #31A9B8); 
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.link_btn a{ 
  position: relative; 
  display: block; width: calc(100% - 56px); padding: 12px 30px 12px 20px; margin: 3px;
  border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #fff; 
  color: #002060; font-weight: 600; text-decoration: none; font-size: 95%; 
  -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.link_btn span{ 
  display: block; width: 100%; padding-right: 0;
  line-height: 1.5; text-align: left; 
}
.link_btn a:hover{ background: #f1f1f1; }
/*.link_btn a:hover .arrow1:before{
  border-color: #fff; 
}
*/
@media only screen and (max-width: 900px){
  .link_btn{ min-width: 200px; }
  .link_btn a{ width: calc(100% - 46px); padding: 10px 20px; }
  .link_btn .arrow1:before{ top: 8px; }
}


/* プッシュ風ボタン */
a.push_btn{ 
  position: relative; display: block; width: calc(100% - 6px); height: calc(100% - 6px); padding: 3px;
  background: #fff; border: 1px solid #999;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-transition: box-shadow 0.3s ease-in-out; color: #202020; -moz-transition: box-shadow 0.3s ease-in-out; color: #202020; transition: box-shadow 0.3s ease-in-out; color: #202020;
}
a.push_btn:hover{ -webkit-box-shadow: unset!important; -moz-box-shadow: unset!important; box-shadow: unset!important; border: 0; }
a.push_btn:before{
  content:""; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
  border:0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; z-index: -1;
  -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

a.push_btn:hover:before{
  background:linear-gradient(135deg, #002060, #31A9B8); z-index: 2;
}
a.push_btn .btn_wrap{ 
  position: relative; top: auto; z-index: 5;
  display: block; width: 100%; height: 100%; /* width:calc(100% - 6px); height: calc(100% - 6px); margin: 3px;*/
  background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
}

/* よく利用されるボタン */
ul.use_list{ 
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  margin: 0; padding: 0;
}
ul.use_list .item{ 
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  width: calc(20% - 16px); min-height: 170px; margin: 0 8px 16px; padding: 0;
  background-image:none;
}
ul.use_list .item a{ font-size: 97%; }
ul.use_list .item .fig{ 
  position: relative;
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center; 
  height: 80px; padding: 25px 0 15px; z-index: 5;
}
ul.use_list .item .fig:before{
  content: ""; position: absolute; top: 50%; left: 50%;
  -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; 
  background: linear-gradient(135deg, rgba(249,136,102,.015), rgba(249,136,102,.25));
}
ul.use_list .item:nth-child(2n) .fig:before{ 
  background: linear-gradient(135deg, rgba(249,136,102,.025), rgba(245,190,65,.3));
}
ul.use_list .item:nth-child(3n) .fig:before{ 
  background: linear-gradient(135deg, rgba(147,202,118,.025), rgba(147,202,118,.3));
}
ul.use_list .item:nth-child(4n) .fig:before{ 
  background: linear-gradient(135deg, rgba(49,169,184,.015), rgba(49,169,184,.2));
}

ul.use_list .item .fig img{ width: 70px; height: auto; z-index: 3; }
ul.use_list .item .title{ 
	position: relative; display: block; width: 100%; margin: 0; line-height: 1.5; 
	z-index: 5; text-align: center; 
}


@media only screen and (max-width: 900px){
	ul.use_list .item{ width: calc(25% - 10px); min-height: unset; margin: 0 5px 10px; }
	
	ul.use_list .item .fig img{ width: 55px; height: auto; }
	ul.use_list .item .fig{ height: auto; padding: 20px 0 10px;}
	ul.use_list .item .fig:before{ top: 55%; width: 65px; height: 65px; }
	ul.use_list .item .title{ padding: 0 0 15px; }

/*
	ul.use_list .item{ width: calc(50% - 10px); min-height: 70px; margin: 0 5px 10px; }
	ul.use_list .item .btn_wrap{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	ul.use_list .item .fig{ width: 70px; height: auto; margin: 0; padding: 0 5px; }
	ul.use_list .item .fig:before{ width: 50px; height: 50px; }
	ul.use_list .item img{ width: 40px; object-fit: cover; }
	ul.use_list .item .title{ padding: 0 5px; font-size: 95%; line-height: 1.3; text-align: left; }
*/
	ul.use_list .item a{ font-size: 95%; }

}

@media only screen and (max-width: 750px){
	ul.use_list .item{ width: calc(33.3% - 10px); margin: 0 5px 10px; }
	ul.use_list .item .fig img{ width: 45px; height: auto;  }
	ul.use_list .item .fig:before{ top: 55%; width: 55px; height: 55px; }
}
@media only screen and (max-width: 500px){
	ul.use_list .item{ width: calc(50% - 10px); margin: 0 5px 10px; }
	ul.use_list .item .fig{ padding: 15px 0 5px;}
	ul.use_list .item .title{ padding: 0 0 10px; }

}



/* ------------------------ヘッダー------------------------ */
#blockskip {
	display: none;
}

div.header_all {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: none;
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.header_wrap{ position: relative; }


.header_all .h_inner{
	display: block;
	width: 1200px;
	max-width: calc(100% - 40px);
	padding: 0;
	margin: 0 auto;
	padding: 0 20px;
}

/* ヘッダー上部エリア */
.header_top{
	margin: 0;
	padding: 0;
}
.header_top .h_inner{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	height: 80px; 
}
.header_top .logo{ 
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	padding: 0;
	text-align: left;
}
.header_top .logo h1{margin: 0; }
.header_top .h_logo img{
	width: auto;
	height: auto;
}
.header_top .logo p {
    font-size: 77%;
    margin: 12px 0 0 20px;
    line-height: 1.0;
}
.header_top .h_logo img.smp{ display: none; }

@media only screen and (max-width: 1200px) {
	.header_top .logo{ display: block; }
	.header_top .logo p {display: none; }
}

.header_top .logo p {display: none; }

.menu_pc{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}

/* ヘッダー検索 */
div.header-search {
	margin: 0 20px 0 0;
	padding: 0;
}
form.key-search {
	position: relative;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; justify-content: flex-start;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: #fff;
}
form.key-search input.tbox {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 240px;
	height: 30px;
	font-size: 88%;
	border: solid 1px #002060;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	z-index: 3;
	background: transparent;
}
@media only screen and (max-width: 1000px) {
	form.key-search input.tbox {width: 200px; }
}
.placeholder {
	position: absolute;
	top: 2px;
	left: 0;
	padding-left: 0px;
    color: #777777;
	background-image: url(/images/placeholder.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	background-size: 16px;
	font-size: 88%;
}
.placeholder span {
	padding-left: 30px;
}

form.key-search input.fedbt {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 30px;
	color: #ffffff;
	font-size: 88%;
	font-weight: 500;
	border: 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
	background-color: #002060;
	background-image: none;
	cursor: pointer;
}


/* SNS */
.sns {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	margin: 0 20px 0 0;
	padding: 0;
}
.sns li {
	margin: 0 15px 0 0;
	padding: 0;
	height: 30px;
	background: none;
}

.sns li img {
	width: auto;
	height: 100%;
}

/* 閲覧支援・言語選択 */
div.menu_pc .tool{
	display:-webkit-box; display:-ms-flexbox; display:flex;
}
div.menu_pc .tool a { 
	display: block;
	width: 100px; 
	height: 80px;
	padding: 16px 0;
	border-left: 1px solid #bbb;
	text-align: center;
	text-decoration: none;
	color: #002060;
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
div.menu_pc .tool2{ border-right: 1px solid #bbb; }
div.menu_pc .tool span{
	display: block;
	height: 20px;
	font-size: 88%;
	font-weight: 500;
	line-height: 20px;
	margin: 8px 0 0;
}
div.menu_pc .tool img{ width: 20px; height: auto; }

div.menu_pc .tool a:hover, div.menu_pc .tool a:focus, div.menu_pc .tool a:active{
	background-color: #F5F5F5;
} 

@media screen and (max-width:1000px) {
	div.menu_pc .tool a { padding: 16px 7px; width: 85px; }
	div.menu_pc .tool span{ font-size: 82%; }
	.sns { margin: 0 10px 0 0; }
}

@media only screen and (max-height: 800px) {
	.header_top .h_inner{ height: 60px; }
	.header_top .h_logo img.smp{ display: block; height: 45px; }
	.header_top .h_logo img.pc{ display: none; }
	div.menu_pc .tool a{ height: 60px; padding: 8px 0; }
	div.menu_pc .tool span{ margin: 5px 0 0; }
}


/* スマホ用非表示 */
.menu_btn.smp{ display: none; }
#h-menu { display: none; }
#top_logo_smph { display: none; }
.smph-navi { display: none; }


/* グローバルナビ */
.header_btm{
	padding: 0; background: #002060;
}
.header_btm ul.menu{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header_btm ul.menu .item{ 
	position: static; 
	-webkit-box-flex: 1; flex: 1;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
}
@media screen and (max-width: 1400px) {
	.header_btm ul.menu .item{ flex: auto; }
}
.header_btm ul.menu .item a{
	position: relative;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 90%;
	font-weight: 600;
	padding: 5px 8px;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 1.1;
	box-sizing: border-box;
	font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 1px; 
}
.header_btm ul.menu .item > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
 	border-left: 1px solid #fff;
 	height: 30px;
}
.header_btm ul.menu .item:last-child > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	border-right: 1px solid #fff;
	height: 30px;
}

@media only screen and (max-height: 800px) {
	.header_btm ul.menu .item > a:before { top: 10px; }
	.header_btm ul.menu .item:last-child > a:after { top: 10px; }
}

.header_btm ul.menu .item a span.yellow_line {
	position: relative;
	z-index:2;
}

.header_btm ul.menu .item a span.yellow_line:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -3px;
	margin: auto;
	background: #FFD503;
	-webkit-transition: .5s all;
	-moz-transition:  .5s all;
	transition: .5s all;
}
.header_btm ul.menu .item:hover span.yellow_line:after,
.header_btm ul.menu .item:focus span.yellow_line:after,
.header_btm ul.menu .item:active span.yellow_line:after {
	width: 100%;
}
.header_btm ul.menu .c_menu{ 
	/*opacity:0; -webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;*/
	display: none;
	position: absolute;
	top: 140px;
	left: 0;
	width: calc(100% - 40px);
	padding: 15px 20px 10px;
	background:rgba(245,245,245,1);
}
/*.header_btm ul.menu .item.active .c_menu{ opacity: 1; }*/

.header_btm .c_menu ul.sub_menu {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	width: 1204px;
	max-width: 100%;
	margin: 0 auto;
}
.header_btm .c_menu ul.sub_menu li.dropmenu-box,
#h-menu li.dropmenu-box {
	width: calc( 25% - 13px);
	margin: 0 16px 10px 0;
	padding: 0;
}
.header_btm .c_menu ul.sub_menu li.dropmenu-box:nth-of-type(4n) {
	margin-right: 4px;
}
.header_btm .c_menu ul.sub_menu li.dropmenu-box a,
.header_btm .c_menu ul.sub_menu li.dropmenu-box span.this_page {
	position: relative;
	color: #333;
	font-size: 82%;
	width: 100%;
	height: auto;
	margin: 0;
	min-height:40px;
	border: solid 1px #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 30px 5px 20px;
	box-sizing: border-box;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; justify-content: center;
    text-align:center;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.1;
	background-image: none;
	z-index:2;
	font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 1px; 
	font-weight: 400;
}

@media only screen and (max-height: 800px) {
	.header_btm .c_menu ul.sub_menu li.dropmenu-box a,
	.header_btm .c_menu ul.sub_menu li.dropmenu-box span.this_page {
		font-size: 85%;
	}
}

.header_btm .c_menu ul.sub_menu li.dropmenu-box a.arrow1:before {
    right: 13px;
    top: 40%;
    -webkit-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
	transition: all 0.3s ease;
}

.header_btm .c_menu ul.sub_menu li.dropmenu-box a:hover,
.header_btm .c_menu ul.sub_menu li.dropmenu-box a:focus,
.header_btm .c_menu ul.sub_menu li.dropmenu-box a:active {
	/*background-color:#002060;
	color: #fff;*/
	text-decoration: underline;
}
.header_btm .c_menu ul.sub_menu li.dropmenu-box a.arrow1:hover:before {
	/*border-top: 2px solid #fff;
	border-right: 2px solid #fff;*/
}
.header_btm .c_menu ul.sub_menu li.dropmenu-box span.this_page {
	padding: 5px 30px 5px 20px;
	background-color: #002060;
	color: #fff;
}

@media only screen and (max-height: 800px) {
	.header_btm ul.menu .item a{ height: 50px; font-size: 85%; }
	.header_btm ul.menu .c_menu{ top: 110px; }
}

/* ------------------------パンくずナビ------------------------ */
div.pankuzu {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box
}
div.pankuzu ul {
	margin: 0 auto;
	padding: 5px 0;
	height: auto;
	border: none;
	list-style: none;
	width: 1200px;
	max-width: 100%;
	box-sizing: border-box;
}
div.pankuzu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px 50px 5px 0;
	line-height: 1.3;
	background: none;
}
div.pankuzu ul li.pk-thispage {
	padding-right: 0;
}

div.pankuzu ul li:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 35%;
    bottom: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #002060;
    border-right: 2px solid #002060;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.pankuzu ul li.pk-thispage:after {
    content: none;
}

/* ------------------------コンテンツ大枠------------------------ */
/* コンテンツ大枠 */
div.wrap {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	text-align: left;
	background-color: transparent;
	box-sizing: border-box;
}
div.wrap_inner_nosub {
	margin: 60px auto 0;
	width: 1200px;
	max-width: 100%;
}
div.wrap_inner {
	margin: 60px auto 0;
	width: 1200px;
	max-width: 100%;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}

/* メインコンテンツ（サブナビなし） */
div#main-nosub {
	padding: 0;
	background-color: transparent;
	_height: 1%;
}

/* メインコンテンツ */
div#main {
	margin: 0 60px 0 0;
	padding: 0;
	width: calc(100% - 360px);
	background-color: transparent;
}

/* ローカルナビゲーション */
div#localnavi {
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: transparent;
}

@media only screen and (max-width: 1150px) {
	div.wrap_inner { display: block; }
	div#main { margin: 0 0 60px; width: 100%; }
	div#localnavi { width: 100%; display:-webkit-box; display:-ms-flexbox; display:flex; }
}
/* ------------------------フッター------------------------ */
#footer {
	position: relative;
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	background-color: #F5F5F5;
	border-top: solid 2px #002060;
	box-sizing: border-box;
	z-index: 3;
}
.footer_wp {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	-webkit-box-align: start; align-items: flex-start;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 20px;
	text-align: left;
	box-sizing: border-box;
}
.footer_logo {
	margin: 0 40px 0 0;
	text-align: center;
	box-sizing: border-box;
}
.footer_logo img {
	margin: 0 0 10px;
	padding: 0;
	width: 160px;
	height: auto;
}
.footer_logo p {
	margin: 0;
	font-size: 88%;
}
.footer_left {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; justify-content: flex-start;
	-webkit-box-align: start; align-items: flex-start;
}
.footer_address {
	margin: 0 20px 0 0;
}
.footer_address p{ margin: 0 0 20px; }
.footer_address p:last-child {
	margin: 0;
}
.footer_right {
	width: 43%;
}
.footer_menu {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; justify-content: flex-start;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.footer_menu li {
	width: 62%;
	margin: 0 0 10px;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	background: none;
}
.footer_menu li:nth-of-type(2n) {
	padding: 0 0 0 20px;
	width: 38%;
}
.footer_menu li a {
    position: relative;
	text-decoration: none;
	color: #202020;
	z-index: 2;
	padding: 0;
	margin: 0;
}
.footer_menu li a:hover,
.footer_menu li a:active {
	text-decoration: underline;
}
.footer_menu li a.arrow1:before {
    left: -20px;
    top: 8px;
    bottom: auto;
    right: auto;
}
/* コピーライト */
.footer_copy_bg {
	margin: 0;
	padding: 0 20px;
	background-color: #002060;
}
.footer_copy {
	margin: 0 auto;
	padding: 17px 0;
	color: #fff;
	font-size: 88%;
	font-weight: normal;
}

@media only screen and (max-width: 1200px) {
	.footer_wp { width: calc(100% - 100px); max-width: 100%; display: block; }
	.footer_right {width: 100%; margin: 40px 0 0; }
	.footer_menu { margin: 0 auto; }
	.footer_menu li { width: 50%; }
	.footer_menu li:nth-of-type(2n) { width: 50%;padding:0 10px 0 20px;}
}

/* ページトップ */
div.page-top {
	clear: both;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 90;
}
div.page-top a {
	color: #fff;
	font-weight: 600;
	font-size: 80%;
	text-decoration: none;
	position:relative;
	display:block;
	width: 80px;
	height: 80px;
	margin:0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
div.page-top a span {
	display: block;
	position:relative;
	z-index: 5;
	margin:0;
	padding: 38px 0 0;
}
div.page-top a span:before {
	content: "";
	position:absolute;
	top: 18px;
	left: calc(50% - 3px);
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	-ms-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
	box-sizing:border-box;
	z-index: 4;
}
div.page-top a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: linear-gradient(45deg, rgb(0,32,96,1), rgb(52,124,157,1));
	display:block;
	opacity: 1.0;
    -webkit-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
	transition: all 0.3s ease;
}
div.page-top a:hover:before {
	/* background: linear-gradient(45deg, rgb(0,32,96,0.9), rgb(52,124,157,0.9)); */
	opacity: .9;
}

/* ------------------------サブナビ------------------------ */
/* ▽サブナビ共通▽ */
div.lobgbox {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	background-image: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	_height: 1%;
}
div.lobgbox h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 115%;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	background-color: #002060;
	background-image: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
div.lobgbox h2 span {
	display: block;
	margin: 0;
	padding: 15px 8px;
}

/* ▽サブナビゲーション▽ */
div#losubnavi {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	width: auto;
	border: solid 1px #bbb;
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (max-width: 1150px) {
	div#losubnavi { width: calc(50% - 20px); margin: 0 40px 0 0; }
	div#losubnavi2 { margin:0; padding:0; width: calc(50% - 20px); }
}
div#losubnavi ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style: none;
}
div#losubnavi li {
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #bbb;
	background: none;
	_height: 1%;
}
div#losubnavi li:last-child {
	border-bottom: none;
}
div#losubnavi li span.sblock {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-color: #F5F5F5;
	z-index: 2;
}
div#losubnavi li span.sblock.arrow1:before {
	left: 20px;
	top: 1.2em;
	right: auto;
	bottom: auto;
}
div#losubnavi li a {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-image: url(/images/content_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 0.85em;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
	text-decoration: none;
	-webkit-transform: background 0.3s ease;
	-ms-transform: background 0.3s ease;
	transition: background 0.3s ease;
	color: #202020;
}
div#losubnavi li a[href$="index.html"] {
	background-image: url(/images/index_icon.png) !important;
}

div#losubnavi li a span.sblock {
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: none;
}
div#losubnavi li a:hover,div#losubnavi li a:focus,div#losubnavi li a:active {
    background-color: #F5F5F5;
}
div#losubnavi li a span.sblock.arrow1:before {
	content: none;
}
div.lobgbox p.message {
	margin: 3px 5px 10px 8px;
}

/* ▽このページを見ている人は▽ */
div.lorecommend {
	background-image: url(/images/c_bg_snavi_recommend.gif);
}
div.lorecommend ul {
	margin: 0;
	padding: 8px 0 8px 0;
	background-color: transparent;
}
div.lorecommend li {
	margin: 0;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	background-image: url(/images/c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 5px 0.46em;
	_height: 1%;
}

/* ▽注目情報▽ */
div.chumoku {
	background-image: url(/images/c_bg_snavi_recommend.gif);
}
div.chumoku ul {
	margin: 0;
	padding: 8px 0 8px 0;
	background-color: transparent;
}
div.chumoku li {
	margin: 0;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	background-image: url(/images/c_icon_chumokulink.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.46em;
	_height: 1%;
}

/* ▽よくある質問▽ */
p.lofaq {
	margin: 3px 0 8px 0;
	padding: 0;
	font-size: 1%;
	line-height: 1%;
	background-color: transparent;
}

/* ▽お気に入り▽ */
div#lobookmark {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	width: auto;
	border: solid 1px #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none;
	_height: 1%;
}
#tmp_mymenu_list ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style: none;
}
#tmp_mymenu_list ul li {
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #bbb;
	background: none;
	_height: 1%;
}
#tmp_mymenu_list li a {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-image: url(/images/cherry_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 0.85em;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
	text-decoration: none;
	-webkit-transform: background 0.3s ease;
	-ms-transform: background 0.3s ease;
	transition: background 0.3s ease;
	color: #202020;
}
#tmp_mymenu_list li a:hover,#tmp_mymenu_list li a:focus,#tmp_mymenu_list li a:active {
    background-color: #F5F5F5;
}
#tmp_mymenu_list p {
	margin: 20px 20px 10px;
}
.tmp_mymenu_btnlist {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	padding: 20px;
}
/* 登録ボタン */
div#tmp_mymenu_status {
	margin: 0;
}
div#tmp_mymenu_status p {
	position: relative;
	display: block;
	margin: 0 20px 0 0;
	padding: 8px 30px 8px 20px;
	width: 120px;
	height: 50px;
	border: solid 1px #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
div#tmp_mymenu_status p.mymenu_entry_btn {
	padding:0;
	border:none;
}
div#tmp_mymenu_status p.mymenu_entry_btn a{
	position: relative;
	display: block;
	margin: 0 20px 0 0;
	padding: 8px 30px 8px 20px;
	width: 120px;
	height: 50px;
	border: solid 1px #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transform: background 0.3s ease;
	-ms-transform: background 0.3s ease;
	transition: background 0.3s ease;
	color: #202020;
	z-index: 2;
}

div#tmp_mymenu_status p.mymenu_entry_btn a:before {
    right: 15px;
    top: 40%;
    bottom: auto;
}


/* 編集ボタン */
div.bookmarkbox {
	margin: 0;
	padding: 0;
}
div.bookmarkbox a {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 30px 8px 20px;
	width: 120px;
	height: 50px;
	border: solid 1px #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transform: background 0.3s ease;
	-ms-transform: background 0.3s ease;
	transition: background 0.3s ease;
	color: #202020;
	z-index: 2;
}
div.bookmarkbox a.arrow1:before {
    right: 15px;
    top: 40%;
    bottom: auto;
}
div#tmp_mymenu_status p.mymenu_entry_btn a:hover,
div#tmp_mymenu_status p.mymenu_entry_btn a:focus,
div#tmp_mymenu_status p.mymenu_entry_btn a:active,
div.bookmarkbox a:hover,div.bookmarkbox a:focus,div.bookmarkbox a:active {
    background-color: #F5F5F5;
}
/* ▽情報が見つからないときは▽ */
.lojoho {
	margin: 0;
	padding: 3px;
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	background-image: linear-gradient(135deg, #002060, #31A9B8);
}
a.lojoho_link {
	display: block;
	font-size: 110%;
	font-weight: 600;
	color: #002060;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	margin: 0;
	padding: 12px 10px 12px 70px;
	background-color: #EDF6FF!important;
	background-image: url("/images/lojoho.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-background-size: 32px;
	-moz-background-size: 32px;
	background-size: 32px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1150px) {
	div#losubnavi li a { padding: 10px 10px 10px 40px; background-position: 10px 0.85em; }
	div#losubnavi li span.sblock { padding: 10px 10px 10px 40px; }
	div#losubnavi li span.sblock:before { left: 15px; }
	#tmp_mymenu_list li a { padding: 10px 10px 10px 40px; background-position: 10px 0.85em; }
	div#tmp_mymenu_status,div.bookmarkbox { width:calc(50% - 10px); }
	div#tmp_mymenu_status p{ width:100%; }
	div#tmp_mymenu_status p.mymenu_entry_btn { width:100%; }
	div#tmp_mymenu_status p.mymenu_entry_btn a, div.bookmarkbox a { width:100%; }
}
/* ------------------------テンプレート用共通------------------------ */
/* 更新日 */
div.update {
	margin: 0 0 20px;
	padding: 0;
}
div.update p {
	float: right;
	margin: 0;
	padding: 1px 5px 0 16px;
}

/* ▽地図エリア内▽ */
div.map-area {
	margin: 40px 0 30px;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.mapimg {
	float: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	width: auto;
}
div.mapimg img {
	margin: 0 0 5px 0;
	padding: 0;
}

/* 画像、画像リンク　左（文章回りこみ） */
div.img-area-l {
	margin: 40px 0 30px;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.img-area-l p.imglink-txt-left {
	float: left;
	margin: 0 30px 10px 0;
	padding: 0;
	text-align: center;
	display: block;
	max-width: 65%;
}
div.img-area-l p.imglink-txt-left img {
	margin: 0 0 10px;
	padding: 0;
}
div.img-area-l p.imglink-txt-left span {
	display: block;
	margin: 0 0 10px;
	pading: 0;
	line-height: 1.3;
}

/* 画像、画像リンク　右（文章回りこみ） */
div.img-area-r {
	margin: 40px 0 30px;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.img-area-r p.imglink-txt-right {
	float: right;
	margin: 0 0 10px 30px;
	padding: 0;
	text-align: center;
	display: block;
	max-width: 65%;
}
div.img-area-r p.imglink-txt-right img {
	margin: 0 0 10px;
	padding: 0;
}
div.img-area-r p.imglink-txt-right span {
	display: block;
	margin: 0 0 10px;
	pading: 0;
	line-height: 1.3;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
div.map-area div.markernav,div.markernav img,div.h3bg,div.h4bg,div.map-area div.h4bg,div.map-area ul,div.map-area ol,
div.img-area-l div.h3bg,div.img-area-l div.h4bg,div.img-area-l ul,div.img-area-l ol,
div.img-area-r div.h3bg,div.img-area-r div.h4bg,div.img-area-r ul,div.img-area-r ol {
	overflow: hidden;
	_zoom: 1;
}
div.img-area-l div.h3bg,div.img-area-l div.h4bg,
div.img-area-r div.h3bg,div.img-area-r div.h4bg,
div.map-area div.h3bg,div.map-area div.h4bg {
	margin-top: 0;
}

div.map-area div.markernav,
div.img-area-l div.markernav {
	margin-left: 0;
	margin-bottom: 10px;
}

div.markernav img {
	vertical-align: middle;
}
div.map-area p {
	margin: 0;
}
div.img-area-l p,div.img-area-r p {
	margin-top: 0;
}
div.map-area ul,div.img-area-l ul,div.img-area-r ul {
	margin: 0 0 20px;
}
div.map-area ol,div.img-area-l ol,div.img-area-r ol,div.img-area-r ol {
	margin: 0 0 20px;
}


div.b-line {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999999;
}

/* 画像エリア内 */
div.img-area {
	margin: 40px 0 30px;
	padding: 0;
}
div.img-area p {
	background-color: transparent;
}
div.img-area span {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.3;
}

/* 画像エリア内floatのclear */
.img-area:after {
content: "";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
/* Hides from macIE \*/
* html .img-area {height: 1%;}
.img-area {display: block;}
/* End hide from macIE */

/* 画像パーツ単体 */
.img-area p.img-center {
	margin: 0 auto 10px;
}
.img-area p.img-left,
.img-area p.img-right {
	margin: 0 0 10px;
}

.img-area p.img-center img,
.img-area p.img-left img,
.img-area p.img-right img {
	margin: 0 0 10px;
	padding: 0;
}

/* 画像リンク　サイドエリア用 */
p.lr-img {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1%;
	line-height: 1%;
	background-color: transparent;
}
div.lobgbox p.lr-img {
	margin: 0 0 0 7px;
	padding: 3px 0 3px 0;
	font-size: 1%;
	line-height: 1%;
	background-image: none;
}

/* 画像リンク　横並び */
.img-flex-row {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; justify-content: flex-start;
	-webkit-box-align: start; align-items: flex-start;
}

/* 画像リンク　2個横並び */
p.imglink-side2 {
	margin: 0 20px 10px 0;
	padding: 0;
	text-align: center;
}
.imglink-side2 img {
	margin: 0 0 10px 0;
}
.img-area p.imglink-side2:last-child {
	margin-right: 0;
}

/* 画像リンク　3個横並び */
div.img-area p.imglink-side3 {
	margin: 0 15px 10px 0;
	padding: 0;
	text-align: center;
}
p.imglink-side3 img {
	margin: 0 0 10px 0;
	padding: 0;
}
.img-area p.imglink-side3:last-child {
	margin-right: 0;
}

/* 画像リンク　4個横並び */
div.img-area p.imglink-side4 {
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
}
div.img-area p.imglink-side4 img {
	margin: 0 0 0 10px;
	padding: 0;
}
.img-area p.imglink-side4:last-child {
	margin-right: 0;
}

/* 画像リンク　5個横並び */
div.img-area p.imglink-side5 {
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
}
div.img-area p.imglink-side5 img {
	margin: 0 0 10px;
	padding: 0;
}
.img-area p.imglink-side5:last-child {
	margin-right: 0;
}
/* サムネイルリンク　3個横並び */
div.thumb-side3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 212px;
}
div.thumb-side3 p {
	margin: 0.56em 0 0.1em 0;
	padding: 0;
}
div.thumb-side3 img {
	margin: 0 10px 5px 10px;
	padding: 0;
}
div.thumb-side3 span {
	margin: 0 10px 0 12px;
	padding: 0;
}
div.thumb-side3 p.pagelinkin {
	margin: 0.56em 10px 0.1em 10px;
	padding: 3px 0 1px 20px;
}
div.thumb-side3 p.filelink {
	margin: 0.56em 10px 0.1em 10px;
	padding: 0 0 2px 15px;
	background-position: 2px 0.2em;
}
div.thumb-side3 img.img-guidance {
	margin: 0;
	padding: 0;
}

/* ファイルのダウンロード */
p.filelink {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 0 0 1.7em;
	background-image: url(/images/c_icon_filelink.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
img.img-guidance {
	margin: 0!important;
	padding: 0!important;
	width: 0!important;
	height: 0!important;
}

/* 内部ページリンクスタイル（新式） */
p.innerLink {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 0 0 1.7em;
	background-image: url(/images/c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
/* 新規ウインドウ用ページリンクスタイル */
p.newWindow {
	padding: 3px 0 1px 19px;
}

/* 外部ページリンクスタイル（新式） */
p.externalLink {
	clear: both;
	margin: 10px 0 10px;
	padding: 0 0 0 1.7em;
	background-image: url(/images/c_icon_outlink.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

/* 文章コンポーネント内の調整 */
hr.ClearFloat {
	clear: both;
	display: block;
	border-width: 0;
	margin:0;
	padding:0;
}

div.wysiwyg_wp div.h2bg, div.wysiwyg_wp div.h3bg, div.wysiwyg_wp div.h4bg, div.wysiwyg_wp div.h5
div.wysiwyg_wp ul, div.wysiwyg_wp ol{
	overflow: hidden;
	_zoom: 1;
}


/* リンク説明用スタイル */
p.linktxt {
	margin: 0.1em 5px 20px 1.7em;
	padding: 0;
}

/* ページ内ジャンプ */
ul.linkjump {
	margin: 30px 0 30px;
	padding: 0;
}
ul.linkjump li {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	background: none;
	white-space: wrap;
}
ul.linkjump li a {
	display: block;
	margin: 0;
	padding: 7px 40px 7px 20px;
	line-height: 1.5;
	background: #F7F7F7;
	border: solid 1px #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #202020;
	white-space: wrap;
	position: relative;
    z-index: 2;
}
ul.linkjump li a:after  {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #002060;
    border-right: 2px solid #002060;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
ul.linkjump2 {
	margin: 30px 0 30px;
	padding: 0;
}
ul.linkjump2 li {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	white-space: wrap;
	background: none;
}
ul.linkjump2 li a {
	display: block;
	margin: 0;
	padding: 7px 40px 7px 20px;
	line-height: 1.5;
	white-space: wrap;
	background: #F7F7F7;
	border: solid 1px #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #202020;
	position: relative;
    z-index: 2;
}
ul.linkjump2 li a:after  {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #002060;
    border-right: 2px solid #002060;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* コンテンツ内のこのページの上へ戻る */
div.tothispage2 {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
}
div.tothispage2 div {
	clear: both;
	float: right;
	margin: 0;
	padding: 0 0 0 1.7em;
	text-align: right;
	background-image: url(/images/c_icon_pagetop.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	background-color: transparent;
	_height: 1%;
}

/* 汎用エリアパーツ余白調整 */
#main div:first-child,#main p:first-child,#main ul:first-child,#main ol:first-child,#main dl:first-child,
#main-nosub div:first-child,#main-nosub p:first-child,#main-nosub ul:first-child,#main ol:first-child,#main-nosub dl:first-child {
	margin-top:0;
}
div.update + div,div.update + p,div.update ul,div.update ol,div.update dl {
	margin-top:0;
}

/* コーナー用 */
ul.norcor {
	margin: 0 0 40px;
	padding: 0;
}
ul.norcor li {
	margin: 0.1em 0 0;
	padding: 1em 0;
	border-bottom: dashed 1px #bbb;
	background: none;
	_height: 1%;
}

ul.norcor li a {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(/images/content_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 0.3em;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
	text-decoration: none;
	color: #202020;
}
ul.norcor li a:hover,
ul.norcor li a:active {
	text-decoration: underline;
}
ul.norcor li a[href$="index.html"] {
	background-image: url(/images/index_icon.png) !important;
}
p.norcor {
	margin: 0.2em 0 0 11px;
	padding: 3px 0 1px 16px;
	background-image: url(/images/c_icon_inlink.png) !important;
	background-repeat: no-repeat;
	background-position: 3px 0.68em;
	_height: 1%;
}

/* コーナー用（横） */
ul.norcor-side {
	margin: 0.5em 10px 0 11px;
	padding: 0;
}
ul.norcor-side li {
	float: left;
	margin: 0 0 0.6em 0;
	padding: 0 12px 0 14px;
	line-height: 110%;
	white-space: nowrap;
	border-right: 1px solid #999999;
	background-color: transparent;
	background-image: none;
}

/* イベント終了アイコン */
img.eventend {
	margin: 4px 0 4px 8px;
	vertical-align: middle;
}

/* テキスト右寄せ */
p.txt-right {
	padding-right: 5px;
	text-align: right;
}

/* ▽イメージマップ▽ */
p.mapimglink {
	margin: 15px 0 15px 0;
	padding: 0;
}

/* Adobe Readerのダウンロード */
p.dladobereader {
	clear: both;
	margin: 40px 0 40px 0;
	padding: 10px 20px;
	border: 1px solid #bbb;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.dladobereader img {
	margin-right: 5px;
	vertical-align: middle;
}

/* お問い合わせ先 */
div.contact {
	clear: both;
	margin: 80px 0 40px;
	padding: 0 0 20px;
	background-color: #F7F7F7;
	border: solid 2px #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.contact-title {
	margin: 0 0 30px;
	padding: 0;
	background-image: linear-gradient(90deg, #002060 50%, #347C9D 100%);
}
div#main div.contact h2,
div#main-nosub div.contact h2 {
	margin: 0;
	padding: 0.45em 20px;
	border: none;
	background-color: transparent;
	background-image: none;
	font-size: 115%; 
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
}
div.contact p {
	margin: 0 30px 20px;
	padding: 0;
	background-color: transparent;
}
div.contact p.tanto {
	margin: 0 30px 30px;
	font-size: 110%;
	font-weight: 600;
}

/* 日付リスト */
ul.info-list {
	margin: 0 0 40px 0;
	padding: 0;
}
ul.info-list li {
	clear: both;
	margin: 0.1em 0 0;
	padding: 1.2em 0;
	width: auto;
	background: none;
	_height: 1%;
    border-bottom: dashed 1px #bbb;
}
ul.info-list li a {
	text-decoration: none;
	color: #202020;
}
ul.info-list li a:hover,
ul.info-list li a:active {
	text-decoration: underline;
}
ul.info-list .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 10em;
}
ul.info-list li span {
	display: block;
	margin: 0 0 0 11.2em;
	_height: 1%;
}
/* 第2階層新着情報エリア */
div.newinfo-box {
	clear: both;
	margin: 40px 0 80px;
	padding: 0;
	_height: 1%;
	background-color: #F7F7F7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
div.newinfo-box > p{ padding: 0 30px; }
div#main h2.newinfo-title,
div#main-nosub h2.newinfo-title,
div.main-l h2.newinfo-title {
	margin: 0;
	padding: 0.74em 30px;
	color: #FFF;
	background-image: linear-gradient(90deg, #002060 50%, #347C9D 100%);
	font-weight: 600;
	line-height: 1.5;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
div.newinfo-box ul.info-list {
	margin: 0;
	padding: 10px 30px 10px;
}
div.newinfo-box  ul.info-list li {
	border-bottom: solid 1px #898989;
}
div.newinfo-box p {
	margin 20px;
}
img.newicon {
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}
div.ichiran-all {
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}
/* ボックス内floatのclear */
.ichiran-all:after {
content: "";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.ichiran-all {display: inline-block;}
/* Hides from macIE \*/
* html .ichiran-all {height: 1%;}
.ichiran-all {display: block;}
/* End hide from macIE */

div.ichiran-link {
	margin: 0;
	padding: 20px 80px 20px 0;
	text-align: right;
}
div.ichiran-link a {
	position: relative;
	text-decoration: none;
	color: #202020;
	margin: 0;
	padding: 0;
}
div.ichiran-link a:hover,
div.ichiran-link a:active {
	text-decoration: underline;
}
div.ichiran-link a.arrow1:before {
    right: -30px;
    top: 35%;
    bottom: auto;
}
/* 第2階層よく利用されている情報 */
.useful_info{
	margin:0 0 65px;
	padding: 0;
}
.useful_info h2{
	position:relative;
	padding: 0.4em 0 0.4em 50px;
	margin: 0 0 10px;
	color: #002060;
	font-weight: 600;
}
.useful_info h2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: block;
	width: 20px;
	height: 20px;
	background: #002060;
}
.useful_info h2:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 0.8em;
	display: block;
	width: 20px;
	height: 20px;
	background: #FFD503;
}

.useful_info ul.use_list .item {
	width: calc(100% / 6 - 16px);
}

@media only screen and (max-width: 1000px){
	.useful_info ul.use_list .item { width: calc(20% - 16px); }
}
@media only screen and (max-width: 900px){
	.useful_info ul.use_list .item { width: calc(25% - 10px); }
}
@media only screen and (max-width: 750px){
	.useful_info ul.use_list .item{ width: calc(33.3% - 10px); }
}
@media only screen and (max-width: 500px){
	.useful_info ul.use_list .item{ width: calc(50% - 10px); }
}


/* 枠レイアウト2列用（見出し、画像、文章等付） */
div.box-area {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}
div.box-side2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 49.8%;
}
div.box-side2 h2.nextpage {
	clear: both;
	margin: 0 10px 0 0;
	padding: 5px 20px 0 6px;
	border: none;
	background-color: transparent;
	background-image: url(/images/c_bg_shadow_top.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	_height: 1%;
}
div.box-side2 div.img-area-r {
	margin: 0.2em 0 0 0;
}
div.box-side2 p {
	margin: 0.56em 10px 0.1em 10px;
	background-color: transparent;
}
div.box-side2 p.img-txt-right img {
	margin: 1em 14px 5px 10px;
}

/* メニュー見出し共通 */
div.m-title {
	margin: 0 0 20px;
	background-color: #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.m-title + ul.norcor {
	margin-top: -10px; 
}
div.m-title + ul.site-li {
	margin-top: -10px; 
}
div.m-title.close {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
div.m-title div {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
div#main div.m-title h2.nextpage,
div#main-nosub div.m-title h2.nextpage {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 6px 0.46em;
	color: #fff;
	font-size: 105%;
	line-height: 1.5;
}
div#main div.m-title h2.nextpage a,
div#main-nosub div.m-title h2.nextpage a {
	display: block;
	margin: 0;
	padding: 15px 40px 15px 20px;
	color: #fff;
	text-decoration: none;
}


div.m-title h2.nextpage a:before,
div.m-title h2.nextpage a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 41%;
    bottom: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* メニュー用枠 */
div.menulist {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	clear: both;
	margin: 0;
	padding: 0;
}

/* 2列用枠内 開閉メニューあり */
div.m-box2 {
	position: relative;
	margin: 0 40px 40px 0;
	padding: 0;
	width: calc(50% - 20px);
}
div.m-box2:nth-child(2n) {
	margin: 0 0 40px 0;
}
div#main div.m-box2 div.m-title h2.nextpage a,
div#main-nosub div.m-box2 div.m-title h2.nextpage a {
	padding: 15px 80px 15px 40px;
}
div.m-box2 h2.nextpage a:before {
	content: none;
}
div.m-box2 div.m-title {
	margin: 0;
}
div.m-box2 .m-title:after {
	position: absolute;
	content:"";
	top: 20px;
	right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 15px solid #ffffff;
  border-bottom: 0;
}
div.m-box2 .m-title.close:after {
	position: absolute;
	content:"";
	top: 22px;
	right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-top: 0;
}
div.m-box2 .switch_menu {
	display: none;
	padding: 20px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: solid 1px #bbb;
}
div.m-box2 ul.norcor {
	margin: 0;
	padding: 0;
}

div.m-box2 ul.norcor li {
	padding: 0.75em 0;
	background: none;
}
div.m-box2 .ichiran {
	position: relative;
	margin: 30px 0 10px;
	padding: 0;
	color:  #002060;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: center;
}
div.m-box2 .ichiran .grade {
	margin: 0 auto;
	min-width: 306px;
	max-width: calc(80% + 6px);
	width: auto;
	display: inline-block;
}
div.m-box2 .ichiran a {
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 300px;
	max-width: 100%;
	margin: 3px;
	padding: 12px 40px 12px 20px;
	line-height: 1.5;
	box-sizing: border-box;
	border:none;
	text-align: left;
}

div.m-box2 .ichiran a.arrow1:before {
    right: 25px;
    top: 42%;
    bottom: auto;
}
div.m-box2 .ichiran a:hover,
div.m-box2 .ichiran a:focus,
div.m-box2 .ichiran a:active {
	background-color: #F5F5F5;
}
/* 3列用枠内 */
div.m-box3 {
	margin: 0 30px 40px 0;
	padding: 0;
	width: calc(100% / 3 - 20px);
}
div.m-box3:nth-child(3n) {
	margin: 0 0 40px 0;
}



/* メニュー用リスト */
p.site-li {
	margin: 0.3em 5px 0.1em 9px;
	padding: 1px 6px 3px 20px;
	background-image: url(/images/c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	_height: 1%;
}
ul.site-li {
	margin: 20px 0;
	padding: 0 10px;
}

ul.site-li li {
	margin: 0.1em 0 0 0;
	padding: 0.75em 0;
	background: none;
	_height: 1%;
	border-bottom: dashed 1px #bbb;
}
ul.site-li li a{
	display: inline-block;
	padding: 0 0 0 40px;
	background-image: url(/images/content_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 0.3em;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	background-size: 20px;
    text-decoration: none;
    color: #202020;
}
ul.site-li li a[href$="index.html"] {
	background-image: url(/images/index_icon.png) !important;
}
ul.site-li li a:hover,
ul.site-li li a:active {
    text-decoration: underline;
}

div.menulist div.img-area-l {
	margin: 0.56em 0 0 0;
	padding: 0 5px 0 10px;
	/zoom: 1;
	overflow: hidden;
}

/* 小見出し付サムネイル3連 */
div.thumblist {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}
div.thumblist div.m-box3 p {
	clear: both;
	margin: 0.56em 5px 0.1em 7px;
	padding: 0;
}
div.m-title h3.nextpage {
	margin: 0;
	padding: 6px 5px 4px 22px;
	border: none;
	background-color: transparent;
	background-image: url(/images/c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 10px 0.8em;
	_height: 1%;
}

/* ▽左右画像テキストエリア▽ */
div.imgtxtbox {
	margin: 0 0 0 10px;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.img-left {
	float: left;
	margin: 0;
	padding: 0;
}
div.txt-right {
	margin: 0;
	padding: 0 2px 0 0;
	overflow: hidden;
	_zoom: 1;
}
div.txt-right p {
	font-size: 80%;
}
div.img-right {
	float: right;
	margin: 0;
	padding: 0 7px 0 0;
}
div.txt-left {
	margin: 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}
div.txt-right p {
	font-size: 80%;
}

/* ▽地図▽ */
p.imagemap {
	margin: 8px 0 8px 0;
	padding: 0;
	text-align: center;
}

/* 緊急エリア */
div.kinkyu-box {
	clear: both;
	margin: 1.2em 0 0.8em 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: 0 0;
	_height: 1%;
}
div.kinkyu-box h2 {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	_height: 1%;
}
div.kinkyu-box h2 img {
	margin: 0;
	padding: 0;
}
div.kinkyu-box div.h3bg div {
	padding: 0 0 0 10px;
	border-bottom: none;
	background-image: url(/images/t_icon_h3_kinkyu.gif) !important;
}
div.kinkyu-box h4 {
	color: #202020;
}
div.kinkyu-box ul li {
	background-image: url(/images/t_icon_li_kinkyu.gif);
}

/* 動画3連 */
div.movelist {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}
div.movelist div.m-title {
	clear: both;
	margin: 0 10px 0.5em 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
div.movelist div.m-title div {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F9F7F5;
	background-image: url(/images/s_t_ma_bg_h3.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	_height: 1%;
}
div.movelist div.m-title h3 {
	margin: 0;
	padding: 7px 5px 3px 35px;
	border-bottom: none;
	color: #222222;
	background-color: transparent;
	background-image: url(/images/s_t_ma_icon_h3.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.14em;
	_height: 1%;
}
div.movelist p {
	clear: both;
	margin: 0.56em 5px 0.3em 7px;
	padding: 0;
	width: 192px;
	background-image: url(/images/s_t_ma_bg_film_bottom.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	_height: 1%;
}
div.movelist p span.film {
	margin: 0 0 2px 0;
	padding: 15px 0 15px 0;
	display: block;
	background-image: url(/images/s_t_ma_bg_film_top.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	_height: 1%;
}
div.movelist p.pagelinkin {
	margin: 0.3em 0 0.1em 7px;
	padding: 0 20px 2px 16px;
	background-image: url(/images/c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 4px 0.36em;
	width: auto;
}
div.movelist p.pagelinkout {
	margin: 0.3em 0 0.1em 7px;
	padding: 0 20px 2px 16px;
	background-image: url(/images/c_icon_outlink.png);
	background-repeat: no-repeat;
	background-position: 0 0.26em;
	width: auto;
}
div.movelist div.m-box3 div.ichiran-all div {
	padding: 2px 17px 0 10px;
}

/* 広告エリア */
div.kokoku {
	clear: both;
	margin: 0 10px 6px 10px;
	padding: 0;
	border: 1px solid #CCCCCC;
	_height: 1%;
}
div.kokoku div.kokoku-title {
	margin: 0 5px 0 5px;
	padding: 0;
	border-bottom: 6px solid #E6E6E6;
	_height: 1%;
}
div.kokoku h2 {
	float: left;
	margin: 0;
	padding: 4px 0 3px 1px;
	font-size: 1%;
	line-height: 1%;
	border: none;
}
div.kokoku p {
	float: right;
	display: block;
	margin: 0;
	padding: 7px 5px 0 20px;
	background-color: transparent;
	background-image: url(/images/c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	line-height: 1.4em;
	font-size: 90%;
}
div.kokoku ul {
	margin: 10px 0 5px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
div.kokoku ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1%;
	line-height: 1%;
	width: auto;
	height: 70px;
	list-style-type: none;
	list-style-image: none;
	background-color: transparent;
	background-image: none;
}
div.kokoku ul li.pagelinkbt {
	padding: 0 0 0 18px;
	border-bottom: none;
}

/* ソーシャルメディア */
div.socialmedia {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
}
div.sp_box {
	float: right;
	margin: 0;
	padding: 5px 0 0 15px;
	background-color:#FFFFFF;
}
div#facebook_like {
	float: left;
	margin: 0;
	padding: 0;
}
div#facebook_like iframe {
	width: 120px !important;
}
div#twitter {
	float: left;
	margin: 0;
	padding: 0;
}
div#twitter iframe {
	width: 100px !important;
}

/* フィードバック */
form.feedback {
	clear: both;
	margin: 40px 0 0;
	padding: 0 0 30px;
	background-color: transparent;
	border: solid 2px #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#main form.feedback h2, 
div#main-nosub form.feedback h2 {
	clear: both;
	margin: 0 0 30px;
	padding: 0.45em 20px;
	color: #FFF;
	background-image: linear-gradient(90deg, #002060 50%, #347C9D 100%);
	font-size: 115%; 
	font-weight: 600;
	line-height: 1.5;
}
form.feedback h3 {
	position: relative;
	margin: 0 0 10px;
	padding: 0.43em 0 0.43em 45px;
	border: none;
	background-color: transparent;
	background-image: none;
	font-weight: 600;
	font-size: 110%; 
	color: #002060;
	line-height: 1.5;
}
form.feedback h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.43em;
	display: block;
	width: 20px;
	height: 20px;
	background: #002060;
}
form.feedback h3:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	display: block;
	width: 20px;
	height: 20px;
	background: #FFD503;
}
form.feedback p {
	margin: 0 30px 10px;
	padding: 0;
	background-color: transparent;
}
form.feedback fieldset {
	margin: 0 30px 24px;
	padding: 0;
	border: none;
}
form.feedback div.fedd {
	margin: 0;
	padding: 0;
    font-size: 100%;
    clear: both;
}
form.feedback div.fedd p.fedd_list{
	margin:0;
	padding: 0;
	float: left;
}
form.feedback div.fedd input {
	margin: 0 12px 0 0;
	cursor: pointer;
}

form.feedback label {
	margin: 0 24px 0 0;
	padding: 0;
	cursor: pointer;
}
div.submitbox {
	margin: 0;
	padding: 0 20px;
}
div.submitbox .link_btn {
	position: relative;
	margin: 0 auto;
	padding: 3px;
    width: 200px;
    max-width: 80%;
    min-width: auto;
    height: 50px;
    box-sizing: border-box;
    display: block;
}
div.submitbox .fedbt {
    position: relative;
    display: block;
	margin: 0 auto;
    padding: 8px 30px 8px 20px;
    width: 200px;
    max-width: 100%;
    height: 44px;
    border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
	-webkit-transform: background 0.3s ease;
	-ms-transform: background 0.3s ease;
    transition: background 0.3s ease;
    background-color: #fff;
   	background-image: none;
    font-size: 100%;
    color: #002060;
    text-align: left;
    box-sizing: border-box;
	cursor: pointer;
}
div.submitbox .link_btn.arrow1:before {
    right: 20px;
    top: 40%;
    bottom: auto;
    z-index: 1;
}
div.submitbox .fedbt:hover {
	background-color: #F5F5F5;
}

/* ------------------------上部隠しエリア------------------------ */
/* 隠しメッセージ */
p.jsmessage {
	margin: 4px;
	padding: 0;
}

/* 隠しジャンプ */
div.blockjump img {
	display: none;
}
#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #999999;
	text-align: center;
}
#blockskip a {
	color: #999999;
	overflow: hidden;
}
.show {
	line-height: 1.5em !important;
	background-color: #F6F6F6 !important;
	border-bottom: solid 1px #999 !important;
}

.show a {
	color: #000000 !important;
	line-height: 150% !important;
	font-size: 100% !important;
}

/* ------------------------組織で探すページ------------------------ */
/*top*/
.soshiki_top .m-box2 {
	width: 48.8%;
	margin: 0.7em 0 0.56em 10px;
}
.soshiki_top .h4bg {
	background-color: #F7F2EC;
	margin: 0;
	padding: 0.3em 0 0.3em 10px;
}
.soshiki_top h4 {
	background-color: transparent;
}

h3.soshikipage {
	padding: 3px 5px 3px 15px;
	border: 1px solid #CCCCCC;
	margin: 0;
	background-image: url(/images/c_icon_h3.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.35em;
	background-color: #F7F2EC;
	_height: 1%;

}
.soshiki-box {
	margin: 0 0 10px 0;
	font-size: 95%;
}
ul.soshiki-li {
	padding: 0;
	margin: 0 5px 0 0;
}
ul.soshiki-li li {
	margin: 0.3em 0 0 0.5em;
	padding: 3px 0 0 10px;
	background-image: url(/images/c_icon_snavi_li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.46em;
	font-size: 100%;
	_height: 1%;
}
a.soshiki-idx {
	margin: 0;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	background-image: url(/images/c_icon_idx.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.46em;
	_height: 1%;
}
a.soshiki-cont {
	margin: 0;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	background-image: url(/images/c_icon_cont.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.46em;
	_height: 1%;
}
/*住所*/
dl.soshiki-add dt {
	float: left;
	clear: left;
	margin: 0;
}
dl.soshiki-add dd {
	margin-left: 3em;
}
/* ------------------------ミニカレ------------------------ */
/* ミニカレテーブル（カレンダー） */
div#loevcal {
	display: none;
}

/* ------------------------イベカレ------------------------ */
/* イベントリスト */
ul.eventall-li {
	margin: 0 0 0 8px;
	padding: 0;
}
ul.eventall-li li {
	clear: both;
	margin: 0;
	padding: 0 18px 0 5px;
	list-style-type: none;
	list-style-image: none;
	font-size: 90%;
	background-image: none;
}
ul.eventall-li img {
	float: left;
	margin: 0;
	padding-top: 0.2em;
}
ul.eventall-li span {
	display: block;
	margin: 0 0 0 30px;
	padding-top: 4px;
}


/* アイコン詳細 */
ul.calicon-li {
	margin: 20px 0 20px;
	padding: 0;
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
ul.calicon-li li {
	float: left;
	margin: 0;
	padding: 5px 18px 3px 0;
	background-image: none;
}
ul.calicon-li img {
	margin: 0 7px 3px 0;
	padding: 0;
	vertical-align: middle;
}

/* 多数のイベント */
p.calicon-p img {
	margin: 0 7px 3px 0;
	padding: 0;
	vertical-align: middle;
}

/* カレンダーボタンリスト */
div.calbt-li {
	margin: 0;
	padding: 0;

}
div.calbt-li ul {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;

}
div.calbt-li ul li {
	float: left;
	margin: 0;
	padding: 0 15px 15px 0;
	line-height: 1%;
	font-size: 1%;
	background-image: none;
}
div.calbt-li ul li img {
	width: 270px;
	height: auto;
}
/* カレンダーページ枠 */
div.cal-box {
	margin: 1em 0 1em 0;
	padding: 0;
}

/* ボタン枠 */
div.calbt-box {
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: right;
}
div.calbt-box p {
	display: inline;
}

/* 前の月・次の月 */
div.calwrap {
	margin: 1em 0 1em 0;
	padding: 0;
	background-color: #002060;
	color: #fff;
	font-weight: 600;
}
.calwrap a {
	color: #fff;
}
.calwrap p {
	margin: 0;
	padding: 6px 0 6px 0;
	font-size: 100%;
	line-height: 130%;
	background-color: transparent;
}
.calwrap p.lastmonth {
	float: left;
	width: 20%;
	background-image: url(/images/cal_icon_last.png);
	background-repeat: no-repeat;
	background-position: 5px 0.4em;
}
.lastmonth span {
	margin: 0 0 0 28px;
	padding: 0;
}
.calwrap p.nextmonth {
	float: right;
	width: 20%;
	text-align: right;
	background-image: url(/images/cal_icon_next.png);
	background-repeat: no-repeat;
	background-position: right 5px top 0.4em;
}
.nextmonth span {
	margin: 0 28px 0 0;
	padding: 0;
}
.calwrap p.thismonth {
	float: left;
	text-align: center;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	width: 59.8%;
}

/* テーブル（カレンダー） */
table#calendar {
	clear: both;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
}
table#calendar th {
	margin: 0;
	padding: 4px;
	color: #222222;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	border: 1px solid #aaa;
	background-color: #F5F5F5;
}
table#calendar th.cal_sun {
	color: #CF3721;
}
table#calendar th.cal_sat {
	color: #000099;
}
table#calendar td {
	margin: 0;
	padding: 3px 3px 3px 3px;
	color: #333333;
	font-size: 90%;
	line-height: 130%;
	vertical-align: top;
	width: 14.28%;
	border: 1px solid #aaa;
	background-color: #FFFFFF;
	height: 90px;
}
table#calendar td.cal_sun {
	background-color: #FFEEEE;
}
table#calendar td.cal_holiday {
	background-color: #FFEEEE;
}
table#calendar td.cal_sat{
	background-color: #F1F9FF;
}
table#calendar td.dir_event_holiday {
	background-color: #FFEEEE;
}
table#calendar td.cal_today {
	border: 2px solid #002060!important;
}

/* セル内表示設定 */
table#calendar p {
	clear: both;
	margin: 0.1em 0 0.1em 0;
	padding: 1px 2px 3px 3px;
	background-color: transparent;
}
table#calendar p img {
	float: left;
}
table#calendar p span {
	display: block;
	margin: 0 0 0 25px;
}

/* テーブル（一覧表） */
table#calendarlist {
	clear: both;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
}
#calendarlist tr.cal_sun td {
	background-color: #FFEEEE;
}
#calendarlist tr.cal_holiday td {
	background-color: #FFEEEE;
}
#calendarlist tr.cal_sat td {
	background-color: #F1F9FF;
}
#calendarlist tr.dir_event_holiday td {
	background-color: #FFEEEE;
}
#calendarlist tr.cal_today {
	border: 2px solid #002060 !important;
}
#calendarlist th {
	margin: 0;
	padding: 4px;
	font-size: 90%;
	border: 1px solid #aaa;
	background-color: #F5F5F5;
	text-align: center;
}
#calendarlist td {
	margin: 0;
	padding: 3px 0 3px 3px;
	font-size: 90%;
	line-height: 130%;
	vertical-align: top;
	text-align: center;
	border: 1px solid #aaa;
	background-color: #FFF;
}
#calendarlist td.cal_sun {
	color: #CF3721;
}
#calendarlist td.cal_sat {
	color: #2929A3;
}
#calendarlist .day {
	width: 5em;
}
#calendarlist .week {
	width: 5em;
}
#calendarlist td.einfo {
	text-align: left;
}
#calendarlist td.einfo ul {
	margin: 0;
}
#calendarlist td.einfo ul li {
	background: none;
	padding: 1px 2px 3px 3px;
	margin: 0.1em 2px 0.1em 0;
}
#calendarlist td.einfo ul li .ecate {
	padding-right: 10px;
}

/* セル内表示設定 */
table#calendarlist p {
	clear: both;
	margin: 0.1em 2px 0.1em 0;
	padding: 1px 2px 3px 3px;
	background-color: transparent;
}
table#calendarlist p img {
	float: left;
	margin: 0.02em 0 0 0;
}
table#calendarlist p span {
	display: block;
	margin: 0 0 0 25px;
}

/* カレンダーエリア下部パーツ */
#eventbottom {
	margin: 40px 0 0;
}
#eventbottom h2 {
	margin: 40px 0 30px;
	background-image: linear-gradient(90deg, #002060 80%, #347C9D 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
#eventbottom ul p {
	margin: 0;
}
#eventbottom ul p img {
	vertical-align: middle;
	margin:0 7px 3px 0
}
#eventbottom .ecate1 {
	margin-right: 15px;
}

.smph_only {
	display: none;
}
/* ------------------------iosのボタン装飾リセット設定------------------------ */

input[type="submit"] {
-webkit-appearance: none;
}




/* ------------------------ 議会用お問い合わせエリア ------------------------ */
.contact_area.gikai{ 
  width: 1200px; max-width: 100%; margin: 80px 0 40px; padding: 0; 
}
.contact_area.gikai h2{ font-size: 115%; }
.contact_box{
	border: 2px solid #002060; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #f7f7f7; }
.contact_area.gikai .contact-title{ margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.contact_area.gikai .cont{ 
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  padding: 30px; 
}
.contact_area.gikai .adr_area{ width: calc(100% - 260px); margin: 0 40px 0 0; }
.contact_area.gikai .tanto{ font-size: 110%; font-weight: 600; }
.contact_area.gikai p{ margin: 0 0 20px; }
.contact_area.gikai .btn_wrap{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.contact_area.gikai .btn_wrap img{ margin: 0 20px 0 0; }
.contact_area.gikai .link_btn{ width: 220px; max-width: unset; }
.contact_area.gikai .ichiran{ text-align: center; }

@media only screen and (max-width: 900px) {
	.contact_area.gikai .cont{ display: block; padding: 20px 20px 30px; }
	.contact_area.gikai .adr_area{ width: 100%; margin: 0; padding: 0 0 10px; }
	.contact_area.gikai p{ margin: 0 0 10px; }
}
