@charset "UTF-8";
/* ==========================================================================================
*パーツ用スタイル
========================================================================================== */
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol {
	padding-left: 1.5em;
    overflow: hidden;
}
ul {
	list-style: none;
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	font-size: 62.5%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
input, button, textarea, select {
  border-radius: 0;
  font-family: inherit;
}
button {
    border: none;
    background: none;
}
fieldset {
    border: none;
}
/* 基本スタイル
============================== */
* {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    word-break: break-word;
}
#base {
	margin: 0;
	padding: 0;
	font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 1.5rem;
}

/* CMS用スタイル */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
hr {
	display: none;
}
.img-guidance {
	margin: 0;
    padding: 0;
	height: 1px !important;
	width: 1px !important;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
input[type="button"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
input.fedbt,
input[type="button"],
input[type="text"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}
a img {
    vertical-align: bottom;
}
address {
    font-style: normal;
}
a:active,
a:focus {
    z-index: 999;
}
a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}
.txtno-display {
	margin: 0;
	padding: 0;
    height: 1px;
    width: 1px;
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.nonedisplay{
	position: absolute;
	right: 10000px;
}

/* noscriptメッセージ
============================== */
p.jsmessage {
    background-color: #FFF;
    padding: 10px;
    margin: 0;
}

/* 本文へ移動隠しジャンプ
============================== */
.blockjump img {
	display: none;
}
#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #999;
	text-align: center;
	color: #0A2530;
	z-index: 3000;
}
#blockskip a {
	color: #0A2530;
	overflow: hidden;
	background-color: transparent;
}
.show {
	line-height: 1.5 !important;
	background-color: #F6F6F6 !important;
	border-bottom: solid 1px #999 !important;
	color: #0A2530;
}
.show a {
	color: #000 !important;
	line-height: 150% !important;
	background-color: transparent;
}
/* 隠し飛ばしリンク先＆隠し罫線用
============================== */
.echooff {
	display: none;
}
.guidance {
	font-size: 1%;
	line-height: 1%;
	width: 1px;
	height: 1px;
	position: absolute;
}
.header_text_wp,
.header_wp_in {
    border-bottom: 1px solid transparent;
}

.important_item {
    border: 1px solid transparent;
    box-sizing: border-box;
}

/* ------------------------各パーツ設定------------------------ */
/*  通常のリンク色  */
a:link {
	color: #3360CB;
}
a:visited {
	color: #800080;
}
a:hover,
a:focus {
	color: #9D0D0D;
	text-decoration: underline;
}
a:active {
	color: #E20000;
}
area:focus {
    outline: 10px #0060af solid;
    outline-offset: 5px;
}
/*  矢印スタイル  */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/*検索
============================== */
:placeholder-shown {
    color: #727272; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #727272; }

/* Firefox 18- */
:-moz-placeholder {
    color: #727272; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #727272; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #727272; }



/*パンくず
============================== */
.pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.pankuzu .pk-img {
    margin: 0;
    padding: 0;
}
.pankuzu {
    padding: 10px 0 4px 0;
}
.pankuzu .pk-img {
    padding: 0;
    background: none;
    margin: 3px 0 0 7px;
    width: 12px;
    max-width: 12px;
}
.pankuzu .pk-img::before{
	border: none;
}
.pankuzu ol,.pankuzu ul {
    padding: 0;
    width: 1000px;
    margin: 0 auto;
}
.pankuzu ol li,.pankuzu ul li {
    float: left;
    margin: 0;
    padding: 0 23px 5px 8px;
    line-height: 1.5;
    position: relative;
    background-image: none;
    list-style: none;
}

.pankuzu li.pk-thispage::before {
	border: none;
}
.pankuzu li::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 5px solid #FF943D;
	position: absolute;
	top: .55em;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

p.update {
    text-align: right;
}
/* 見出し
============================== */
.h1bg {
	clear: both;
	border-bottom: 2px solid #FFF;
	padding: 11px 0 11px 0;
	background-color: #FFB151;
	background-image: url(/images/c_h1_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border-radius: 5px 5px 0 0;
	_height: 1%;
}
.h1bg h1 {
	padding: 10px 110px 10px 25px;
	line-height: 1.6;
	color: #1F1F1F;
	background-color: transparent;
	font-size: 2.4rem;
}
.h1img {
	clear: both;
	margin: 0 0 .85em 0;
	padding: 0;
	text-align: center;
}
.h1img h1 {
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
}
.h2bg h2 {
	background-image: url(/images/c_h2_bg.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	margin: 0 6px;
	padding: 2px 12px;
	line-height: 1.5;
	font-size: 2.0rem;
}
.h2bg {
    margin: 0.8em 0 0.58em 0;
    background-color: #FDD000;
    border-radius: 5px;
    overflow: hidden;
}
.h2bg div {
    padding: 5px 0 5px 0;
}
.h2bg a:link,
.h2bg a:visited,
.h2bg a:focus,
.h2bg a:hover,
.h2bg a:active {
    color: #333;
}
.h3bg {
    margin: 0.8em 0 0.58em 0;
    overflow: hidden;
}
.h3bg h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	background-image: url(/images/c_h3_bg.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	margin: 0 6px;
	padding: 2px 12px 4px 12px;
	border-bottom: 2px solid #FFB151;
}
h4 {
	line-height: 1.5;
	font-weight: bold;
	_height: 1%;
	font-size: 1.5rem;
}
.h4bg h4 {
    border-left: 4px solid #FFB151;
    padding: 2px 0 2px 12px;
    margin: 0 6px;
    padding: 2px 8px 4px 8px;
}
.h4bg {
    margin: 0.8em 0 0.58em 0;
    overflow: hidden;
}

.h4bg div {
    padding: 0 0 5px 0;
}
h5 {
	margin: 0.7em 0 0.56em 6px;
	padding: 0;
	line-height: 1.5;
	font-weight: bold;
	color: #AE6000;
	overflow: hidden;
	font-size: 1.5rem;
}
h6 {
	margin: 0.7em 6px 0.56em 6px;
	padding: 0;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	font-size: 1.5rem;
}
/* 文章パーツ
============================== */
p {
    margin: 0.56em 6px;
    padding: 0;
    line-height: 1.58;
}
ul {
	list-style-type: none;
	list-style-image: none;
}
ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 30px;
	}
li {
	padding: 7px 12px 7px 0;
	line-height: 1.5;
}
ul > li {
  padding-left: 21px;
  top: 0;
  background-image: url(/images/c_list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0.7em;
}

/* 画像パーツ
============================== */
img {
    border: none;
    vertical-align: middle;
}
.img-area {
    margin: 0 5px 0.56em 0;
    padding: 0;
	display: block;
}
/* 画像エリア内floatのclear */
.img-area:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* 画像リンク　2個横並び */
p.imglink-side2 {
	float: left;
	margin: 0.56em 0 0.1em 0;
	padding: 0;
	text-align: center;
	display: table;
	width: 160px /* minimum width */;
}
.imglink-side2 img {
	margin: 0 10px 5px 10px;
}
.imglink-side2 span {
	display: inline-block;
	margin: 0 10px 0 10px;
}

/* 画像横並び（3連） */
.img-area p.imglink-side3 {
	margin: 0.56em 0 0.1em 0;
	padding: 0;
	text-align: center;
	float: left;
	display: table;
	width: 160px /* minimum width */;
}
p.imglink-side3 img {
	margin: 0 10px 5px 10px;
	padding: 0;
}
p.imglink-side3 span {
	margin: 0 10px 0 10px;
	padding: 0;
	display: inline-block;
}
/* 画像リンク　4個横並び */
.img-area p.imglink-side4 {
	float: left;
	margin: 0.56em 0 0.1em 0;
	padding: 0;
	color: #222222;
	text-align: center;
	display: table;
	width: 160px /* minimum width */;
}
.img-area p.imglink-side4 img {
	margin: 0 0 0 10px;
	padding: 0;
}
.img-area p.imglink-side4 span {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}

/* 画像リンク　5個横並び */
.img-area p.imglink-side5 {
	float: left;
	margin: 0.56em 0 0.1em 0;
	padding: 0;
	color: #222222;
	text-align: center;
	float: left;
	display: table;
	width: 160px /* minimum width */;
}
.img-area p.imglink-side5 img {
	margin: 0 0 0 10px;
	padding: 0;
}
.img-area p.imglink-side5 span {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}
/* 画像、画像リンク　左（文章回りこみ） */
.img-area-l {
	margin: 0.56em;
	overflow: hidden;
}
.imglink-txt-left {
	float: left;
	margin: 0;
	padding: 0 0 0.2em 0;
	text-align: center;
	display: table;
	width: 160px /* minimum width */;
}
.imglink-txt-left img {
	margin: 8px 10px 5px 0;
	padding: 0;
}
.img-area-l p.imglink-txt-left span {
	margin: 0 10px 5px 10px;
	display: inline-block;
}

/* 画像、画像リンク　右（文章回りこみ） */
.img-area-r {
	margin: 0.56em 0 0 0;
	padding: 0;
	overflow: hidden;
}
.img-area-r p.imglink-txt-right {
	float: right;
	margin: 0;
	padding: 0 0 0.2em 0;
	text-align: center;
	display: table;
	width: 160px /* minimum width; */;
}
.img-area-r p.imglink-txt-right img {
	margin: 1em 10px 5px 10px;
	padding: 0;
}
.img-area-r p.imglink-txt-right span {
	margin: 0 10px 5px 10px;
	display: inline-block;
}
/* HTML取り込み枠 */
.insertfile {
	margin: 0.8em 0 1.2em 0;
	padding: 0;
}
/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
.map-area .h2bg,div.map-area .h3bg,.map-area .h4bg,.map-area ul,.map-area ol,
.img-area-l .h3bg,.img-area-l .h3bg,.img-area-l .h4bg,.img-area-l ul,.img-area-l ol,
.img-area-r .h3bg,.img-area-r .h3bg,.img-area-r .h4bg,.img-area-r ul,.img-area-r ol {
	overflow: hidden;
	_zoom: 1;
}
.img-area-l .h2bg,
.img-area-r .h2bg {
	overflow: hidden;
	clear: none;
}
.img-area-l .h2bg div,
.img-area-r .h2bg div {
	overflow: hidden;
	clear: none;
}
.img-area-l h2,
.img-area-r h2 {
	overflow: hidden;
	clear: none;
}
.map-area .h3bg,
.img-area-l .h3bg {
	overflow: hidden;
	margin-left: 0;
}
.map-area .h4bg,
.img-area-l .h4bg {
	overflow: hidden;
	margin-left: 0;
}
.map-area p,
.img-area-l p {
	margin-left: 0;
}
.map-area ul,
.img-area-l ul {
	margin: 0.3em 5px 0.3em 0;
	padding: 0;
}
.map-area ol,
.img-area-l ol {
	margin: 0.7em 5px 0.7em 0;
	padding: 0;
}
.img-area-r ol {
	margin: 0.7em 5px 0.7em 0;
	padding-left: 10px;
}
.map-area ol li,
.img-area-l ol li,
.img-area-r ol li {
	margin: 0 0 0 25px;
}
.img-area-r ul {
    padding-left: 10px;
}


/* Q&Aパーツ
============================== */

.c_faq.img-area-l p.imglink-txt-left {
    width: 34px;
    float: none;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.c_faq.img-area-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
}

.c_faq_text {
    margin: 5px 10px;
    width: calc(100% - 54px);
    box-sizing: border-box;
    flex-shrink: 0;
}
/* 対話式パーツ
============================== */
.c_taiwa.img-area-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
}
.c_taiwa.img-area-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 0 10px 0;
}

.c_taiwa .imglink-txt-left {
    float: none;
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.taiwa_text {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
}
.taiwa p.imglink-txt-right {
    float: none;
}

.c_taiwa.img-area-r p.imglink-txt-right {
    float: none;
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
}

.c_taiwa .imglink-txt-left img {
    margin: 0;
    padding: 0;
}

.c_taiwa p.imglink-txt-right img {
    margin: 0;
    padding: 0;
}
.c_taiwa.img-area-r .taiwa_text {
    background-color: #EAF9FF;
}

.c_taiwa.img-area-l .taiwa_text {
    background-color: #EEEEEE;
}
.c_taiwa.img-area-r .taiwa_text:before{
	content: "";
	position: absolute;
	top: 17px;
	right: -18px;
	border: 10px solid transparent;
	border-left: 8px solid #eaf9ff;
	z-index: 2;
}
.c_taiwa.img-area-l .taiwa_text:before{
	content: "";
	position: absolute;
	top: 17px;
	left: -18px;
	border: 10px solid transparent;
	border-right: 8px solid #eeeeee;
	z-index: 2;
}
/* 地図エリア内
============================== */
.map-area {
	margin: 0 0 0.56em 0;
	overflow: hidden;
}
.map-area .mapimg {
	float: left;
	margin: 0;
	padding: 0 10px 0.2em 0;
	text-align: center;
}
.map-area .mapimg img {
	margin: 0 10px 5px 0;
	padding: 0;
}
/* Adobe Readerのダウンロード
============================== */
p.dladobereader {
	clear: both;
	margin: 15px 0 15px 0;
	padding: 6px 8px 8px 8px;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
}
p.dladobereader img {
	margin-right: 5px;
	vertical-align: middle;
}

/* 表パーツ
============================== */
.table01 th {
}
.t-box2 p,
.t-box p {
}
.t-box2,
.t-box  {
    margin: 0.56em 0 1.56em 0;
}
/* ページ内ジャンプ横用
============================== */
ul.linkjump li::before {
    content: none;
}
ul.linkjump {
	margin: 0.5em 10px 0 11px;
	padding: 0;
}
ul.linkjump li {
	float: left;
	margin: 0.2em 0 0.2em 0;
	padding: 3px 20px 1px 20px;
	line-height: 1.2;
	background-image: url(/images/c_icon_jumplink.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.85em;
	_height: 1%;
}
/* ファイルダウンロード
============================== */
p.filelink a {
	clear: both;
	padding: 0 0 2px 20px;
	background-image: url(/images/c_icon_filelink.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	line-height: 1.5;
	_height: 1%;
}

p.filelink a[href$=".pdf"] {
    background-image: url(/images/c_icon_file_pdf.png);
}

p.filelink a[href$=".doc"], p.filelink a[href$=".docm"], p.filelink a[href$=".docx"] {
    background-image: url(/images/c_icon_file_doc.png);
}

p.filelink a[href$=".xls"], p.filelink a[href$=".xlsx"] {
    background-image: url(/images/c_icon_file_xls.png);
}

/* リンクパーツ
============================== */
a.innerLink {
	clear: both;
	padding: 0 0 2px 20px;
	background-image: url(/images/circle_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0 0.32em;
	display: inline-block;
	line-height: 1.5;
	_height: 1%;
}
a.externalLink {
    padding: 0 0 2px 20px;
    background-image: url(/images/c_icon_outlink.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    line-height: 1.5;
    display: inline-block;
}
.linktxt {
    margin: 0.1em 10px 1.56em 10px;
}

/* ページリンク横並び
============================== */
.linkside {
    clear: both;
    list-style-image: none;
    list-style-type: none;
    margin: 0.5em 5px 0.5em 0;
    padding: 0 0 5px 0;
}
.linkside .linkin2nd {
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 3px 0 0 16px;
    white-space: normal;
    width: 44%;
	zoom:1;
}
.linkside .linkin2nd a {
	clear: both;
	margin: 0.56em 0 0.1em 0;
	padding: 0 0 2px 20px;
	background-image: url(/images/N_c_icon_inlink.png);
	background-repeat: no-repeat;
	background-position: 1px 0.2em;
	line-height: 1.5;
	_height: 1%;
}
/* コンテンツ内のこのページの上へ戻る
============================== */
.totoptxt {
	margin: 0.56em 0 0.56em 0;
	clear: both;
	line-height: 1.5;
	text-align: right;
	position: relative;
	margin-left: auto;
}
.totoptxt:before {
    content: '';
    background-image: url(/images/c_icon_pagetop.png);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding: 0 0 0 20px;
    image-rendering: auto;
    height: 1em;
    width: 1em;
}
/* 新着情報
============================== */
.newinfo_title h2 {
    padding: 10px 10px 10px 42px;
    font-size: 1.8rem;
    background-image: url(/images/c_newinfo_title.gif);
    background-repeat: no-repeat;
    background-position: 0 .35em;
}

.newinfo-box {
    margin: 0 0 0.85em 0;
    border-radius: 5px;
    position: relative;
    border: 3px solid #FFE788;
}
.newinfo-box .h2bg {
    margin: 0;
}
.newinfo_title_h2 {
    background-color: #FFE788;
    padding-left: 13px;
}

.ichiran-link {
    text-align: right;
}
.newinfo-title h2 {
	padding: 10px 15px;
}
.ichiran-wp {
	overflow: hidden;
	margin: 0 15px;
}
.info-list .link {
	display: block;
	position: relative;
}
.newinfo-in {
	overflow: hidden;
	padding: 0 15px 5px 10px;
	border: 1px solid #EFEFEF;
}
.info-list li:before {
    content: none;
}
/* 日付リスト */
.info-list {
	margin: 0;
	padding: 12px 5px;
}
.info-list .date {
	margin: 0;
	padding: 0;
	width: 9em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

ul.info-list li {
	padding: 5px 10px 5px 10px;
	clear: both;
	margin: 0 0 3px 0;
	position: relative;
	width: auto;
	background-color: #FFFFFF;
	background-image: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ichiran-all {
	border-top: 2px dotted #FFCA7A;
	margin: 0 13px;
	padding: 8px 0;
}
.ichiran-link a {
    background-image: url(/images/circle_arrow01.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em;
    padding-left: 22px;
}
.newinfo-box > p {
    padding: 10px 12px;
    background-color: #FFF;
    margin: 0;
}
/* メニューパーツ
============================== */
.m-title h2 {
    background-image: url(/images/m-title_icon.gif);
    background-repeat: no-repeat;
    background-position: 6px 0.2em;
    font-size: 1.6rem;
}
ul.site-li li {
    line-height: 1.8;
    padding: 5px 12px 3px 25px;
}
.site-li {
    margin: .5em .5em;
    padding: 0;
}
ul.menu_list.info-list li {
    background-color: transparent;
    border-bottom: 1px dotted #DDD;
}
.allNewsList-wp .info-list li {
    border-bottom: 1px dotted #CCC;
    background-color: transparent;
}
.info-list .link img {
    margin: 0 0 0 5px;
}
/* メニュー自動生成1列（子・孫）（横）
============================== */
ul.norcor-side {
	margin: 0 0 0.86em 0;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	padding: 5px 10px 2px 10px;
}
ul.norcor-side li {
	margin: 0.6em 12px 0.6em 0;
	padding: 0 30px 0 0;
	line-height: 2;
	background-color: transparent;
	background-image: url(/images/norcor_side_li_icon.png);
	background-repeat: no-repeat;
	display: inline;
	background-position: 100% 0.3em;
}
ul.norcor-side li a {
    line-height: 2;
}
/*  メニューリンク色  */
ul.norcor-side li a:link,
ul.norcor-side li a:visited,
ul.norcor-side li a:active {
   text-decoration:none;
}
ul.norcor-side li a:focus,
ul.norcor-side li a:hover {
   text-decoration: underline;
}
ul.norcor-side li:first-child {
    padding: 0 30px 0 0;
    margin: 0.6em 12px 0.6em 0;
}


ul.norcor-side li:last-child {
    border-right: none;
    background-image: none;
}
ul.norcor-side li::before {
    content: none;
}
/* box3列用 */
.box-area {
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
}
.box-side3 {
	margin: 0 5px 0.58em 0;
}
.box-side3 h2 {
	background-color: #EBE9E3;
	margin: 0 0 0.58em 0;
	padding: .8em 15px 0.8em 10px;
	_height: 1%;
}
.box-side3 h2 a {
    background-image: url(/images/N_c_icon_snavi_li.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
}
.box-side3 p {
	margin: 0 5px 0.1em 10px;
}

.m-title a {
    display: block;
    padding: 10px 10px 10px 20px;
}
.nextpage a.innerLink {
    background-image: none;
}

/*  メニューリンク色  */
.m-title a:link,
.m-title a:visited,
.m-title a:active {
   text-decoration:none;
}
.m-title a:focus,
.m-title a:hover {
   text-decoration: underline;
}
.m-box2 {
    width: calc(100% / 2);
    margin: 0 10px 0 0;
}

.m-box2:nth-of-type(2) {
    margin: 0;
    float: right;
}

.m-title {
    position: relative;
    margin: .8em 2px 0.8em 0;
    background-color: #FEF1E4;
}

.menulist {
    margin: 0 0 0.85em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nextpage {
    padding: 0;
}
.menulist2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0.58em 0;
}

.m-box3 {
    width: calc(100% / 3 - 5px);
    margin: 0 5px;
}

.menulist .site-li-1 li {
    background-image: none;
    line-height: 1.48;
    margin: 0;
    padding: 0;
}
.menulist .site-li-1 li a {
    background-image: url(/images/N_c_icon_inlink.png);
    background-repeat: no-repeat;
    background-position: 6px 0.68em;
    margin: 0 0 0.2em 0;
    display: inline-block;
    padding: 4px 12px 4px 18px;
}
/*　画像3連リンク　*/
.menu_img_link {
    padding: 10px 10px 7px 10px;
}
.menu_img_link img {
    max-width: 100%;
    height: auto;
}
.menu_img_link .img-area {
    text-align: center;
    margin: 0;
    padding: 0;
}
.menu_img_link p {
    margin: .5em 0 .1em 0;
}
.menu_img_link .img-area p {
    margin: 0;
    padding: 0;
}
.menu_img_wp .m-box3 {
    background-color: #EDF7E8;
}
.menu_img_wp a:link,
.menu_img_wp a:visited,
.menu_img_wp a:focus,
.menu_img_wp a:hover,
.menu_img_wp a:active {
    color: #212121;
    font-weight: bold;
}
ul.norcor li a img {
    margin: 0 0 3px 10px;
}
/* 問い合わせパーツ
============================== */
.contact {
    padding: 10px 0;
    margin: 0 0 30px 0;
    clear: both;
}

.con-txt p {
    margin: 0;
    padding: 0 5px;
}

.con-txt h2 {
    padding: .2em 5px;
}
.contact p {
    margin: 0 10px;
}

/* 評価エリアパーツ
============================== */
.h2bg.feedback_h2 div {
    color: #FFF;
    border-right: 8px solid #FFF;
    margin: 0 12px 0 20px;
    padding: 2px 5px;
    line-height: 1.5;
    font-weight: bold;
    _height: 1%;
}

.h2bg.feedback_h2 {
    background-image: url(/images/c_feedback_h2.gif);
    background-position: 0 0;
    background-repeat: repeat;
    padding: 8px 0 8px 0;
}
form.feedback {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0 0 8px 0;
	background-color: transparent;
	border: 3px solid #EBEBEB;
	border-radius: 10px;
}
form.feedback .form-h3 {
	margin: 0 10px 0 10px;
	padding: 0;
	background-image: none;
	color: #AE6000;
	font-weight: bold;
}
form.feedback legend {
	margin: 0.2em 5px 0.1em 12px;
	padding: 0;
}
form.feedback div.fedd {
	margin: 0.2em 10px 5px 10px;
	padding: 0;
	line-height: 1.2;
}
form.feedback label {
	margin: 0 15px 0 5px;
	padding: 0;
}
.submitbox {
	margin: 5px 8px 10px 14px;
	padding: 0;
}
.submitbox input {
	min-width: 120px;
	margin: 0;
	padding: 3px 12px 3px 12px;
	color: #121212;
	border: 1px solid #8EE1E1;
	background-color: #8EE1E1;
	font-size: 1.8rem;
	border-radius: 5px;
}
.fedd input[type="radio"] {
    margin: 0 0 0 5px;
}
form.feedback fieldset {
    margin: 0.7em 0 10px 0;
    border: none;
}
#jiyuiken {
    margin: 0.1em 0 0.56em 0;
    width: 95%;
    border: 1px solid #BBBBBB;
    min-height: 100px;
}
h2.form_title {
    background-color: #EBEBEB;
    padding: 10px;
    font-size: 1.8rem;
}

form.feedback label.guidancelabel {
    /* margin: 0; */
    /* position: absolute; */
    margin: 0 10px 0 10px;
    padding: 0;
    background-image: none;
    color: #AE6000;
    font-weight: bold;
}

.formtxt {
    padding: 0 10px;
}
fieldset.fedd3 p {
    margin: 0.56em 0;
}

/* 広告バナー
============================== */
/*  リンク色  */
.banner p a {
    vertical-align: bottom;
}
.banner p a:link {
	color: #FFFFFF;
}
.banner p a:visited {
	color: #FFFFFF;
}
.banner p a:hover,
.banner p a:focus {
	color: #FFFFFF;
}
.banner p a:active {
	color: #FFFFFF;
}

ul.banner-box {
    margin: 0;
}

#koukoku {
    background-color: #757575;
    padding: 0 0 15px 5px;
}

ul.banner-box li {
    margin: 0;
    padding: 0 8px 6px 0;
    float: left;
}
#koukoku h2 {
    font-weight: normal;
    color: #FFF;
    padding: 8px 15px;
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 3px 0 3px 15px;
}
.banner p a {
    background-image: url(/images/N_banner_link_icon.png);
    background-repeat: no-repeat;
    background-position: 0 0.35em;
    padding: 0 0 0 15px;
}
/* ==========================================================================================
*PC・SP共通スタイル
========================================================================================== */
/* ローカルナビ
============================== */
#localnavi li {
    position: relative;
    padding: 0;
    margin: 0 5px 0 5px;
    background-image: url(/images/circle_arrow01.gif);
    background-repeat: no-repeat;
    background-position: 0 0.8em;
}
#localnavi ul {
    position: relative;
    padding: 8px 5px;
    margin: 0 3px;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
}
span.joho_inner {
    background-image: url(/images/c_joho_icon.gif);
    background-repeat: no-repeat;
    background-position: 10px 1.2em;
    background-color: #FFF;
    display: block;
    padding: 15px 10px 15px 55px;
    border-radius: 3px;
}

.lobgbox {
    background-color: #FFE788;
    margin: 0 0 0.85em 0;
    background-repeat: repeat;
    background-position: 0 50%;
    border-radius: 5px;
    padding: 0 0 3px 0;
}

.losubnavi {
    margin: 0 0 0.85em 0;
    border-radius: 5px;
    padding: 0 0 3px 0;
    background-color: #D6F3FF;
}

#losubnavi li span.now {
    background-repeat: no-repeat;
    background-position: 8px 0.97em;
    display: inline-block;
    padding: 7px 10px 7px 25px;
}
#localnavi ul li a {
    display: inline-block;
    padding: 7px 10px 7px 25px;
}
#losubnavi h2 span.lobox_img {
  margin: 0;
  padding: 0 0 0 30px;
  display: block;
  background-image: url(/images/c_icon_snavi.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.45em;
  font-size: 1.8rem;
  _height: 1%;
}
#losubnavi li:last-child a {
    border: none;
}
p.lojoho {
    margin: 0;
    padding: 0;
}
.lsnavi h2 {
    padding: 15px 10px 15px 10px;
    display: block;
    font-size: 1.5rem;
}
#localnavi h2 {
    font-weight: normal;
}

#localnavi ul li:last-child a {
    border: none;
}

.lojoho_mitsukaranai {
    margin: 0;
    position: relative;
}
.lojoho_mitsukaranai a:link,
.lojoho_mitsukaranai a:visited,
.lojoho_mitsukaranai a:hover,
.lojoho_mitsukaranai a:focus,
.lojoho_mitsukaranai a:active {
    color: #333333;
    text-decoration: none;
}
.lojoho_mitsukaranai a {
    display: block;
    padding: 5px 20px 5px 5px;
    font-weight: bold;
}

.lojoho_mitsukaranai a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #FFF;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 45%;
    width: 7px;
}
/* もっと探す */
.sagasu_box {
    margin: 0 0 0.85em 0;
    border-radius: 5px;
    padding: 0 0 3px 0;
    /* background-color: #137FD8; */
}

.sagasu_title {
    text-align: center;
    background-color: transparent;
}

.sagasu_box ul {
    position: relative;
    padding: 8px 5px;
    margin: 0 !important;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    border-left: 3px solid #137FD8;
    border-bottom: 3px solid #137FD8;
    border-right: 3px solid #137FD8;
}

.sagasu_box li {
    position: relative;
    padding: 0;
    margin: 0 5px 0 5px;
    background-image: url(/images/circle_arrow01.gif);
    background-repeat: no-repeat;
    background-position: 0 0.8em;
}
.sagasu_box ul li a {
    display: inline-block;
    padding: 7px 5px 7px 20px;
}

/* フッター
============================== */
.foot_link_list a {
    background-image: url(/images/c_footlist_icon.png);
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    margin: 0 20px 0 0;
    background-position: 2px 0.3em;
}
.foot_add_text {
    margin: 0.56em 10px;
    padding: 0;
    line-height: 1.58;
}
#copy {
    background-color: #FFEDA6;
    padding: 4px 0;
    font-size: 1.3rem;
    text-align: center;
}
/*PC/SP切り替えボタン*/
.switchBtn {
    background-color: #FFF;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.switchBtn button {
    padding: 5px 10px;
    margin: 0 1px 0 0;
    background-color: #1264a0;
    border: 1px solid #1264a0;
    color: #FFF;
}
#swPc.btnAcv,
#swSp.btnAcv {
    background-color: #EDEEEC;
    border: 1px solid #EDEEEC;
    color: #333;
}
/* ページトップへ
============================== */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 11px;
    text-decoration:none;
    z-index: 999;
}
.page-top  a:active {
    top: 0;
    position: relative;
    height: 85px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    display: block;
}

/* ==========================================================================================
イベントカレンダー
========================================================================================== */
/* イベカレインデックスメニュー
============================== */
#eventall li {
	margin: 0.1em 0 0 0;
	padding: 1px 0 2px 20px;
	font-weight: normal;
	background-position: 0 0.38em;
	background-repeat: no-repeat;
}
#eventall p {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 28px;
}
/* アイコン詳細
============================== */
.calicon-li {
	margin: 10px 0 10px 0;
	padding: 0;
}
.calicon-li li {
	float: left;
	margin: 0;
	padding: 8px 6px 8px 5px;
	white-space: nowrap;
	background-image: none;
}
.calicon-li img {
	margin: 0 0 3px 6px;
	padding: 0;
	vertical-align: middle;
}
ul.calicon-li li::before {
    content: none;
}

.calicon-p img {
	margin: 0 8px 3px 0;
	padding: 0;
	vertical-align: middle;
}
.calicon-p {
	margin: 10px 12px 30px 12px;
}
.cal_day_icon {
    margin: 20px 0 20px 0;
    padding: 0;
    border: 1px solid #E6E6E6;
    background-color: #F7F7F6;
}
/* カレンダーボタンリスト
============================== */
#eventall a:link,
#eventall a:visited,
#eventall a:focus,
#eventall a:hover,
#eventall a:active {
    color: #FFFFFF;
}
.cal_bt_calendar a {
    padding: 15px 50px 15px 50px;
    background-image: url(/images/cal_bt_calendar.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
}
.cal_bt_itiran a {
    padding: 18px 50px 18px 50px;
    background-image: url(/images/cal_bt_itiran.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
}

.cal_bt_eventindex {
    background-color: #033E88;
    display: inline-block;
    margin: 0 5px 10px 0;
    background-image: url(/images/cal_btn_bg.gif);
    background-repeat: repeat;
    background-position: 10px 50%;
    border-radius: 7px;
}
.cal_bt_itiran {
    display: inline-block;
    display: inline-block;
    margin: 0 5px 10px 0;
    background-image: url(/images/cal_btn_bg.gif);
    background-repeat: repeat;
    background-position: 10px 50%;
    border-radius: 7px;
}
.cal_bt_calendar {
    background-color: #033E88;
    display: inline-block;
    margin: 0 0 10px 0;
    background-image: url(/images/cal_btn_bg.gif);
    background-repeat: repeat;
    background-position: 10px 50%;
    border-radius: 7px;
}
.cal_bt_eventindex a {
    padding: 18px 50px 18px 50px;
    background-image: url(/images/cal_bt_eventindex.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
}

#eventall {
    margin: 0 0 30px 0;
}
/* カレンダーページ枠
============================== */
.cal-wrap {
    margin: 0 0 30px 0;
}

/* 前の月・次の月
============================== */
.calwrap {
	margin: 1em 0 1.5em 0;
	padding: 10px 0;
	background-color: #033E88;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: auto;
	color: #FFF;
	border-radius: 6px;
}
.calwrap p {
	margin: 0;
	padding: 5px 0;
}
.calwrap .lastmonth {
	position: relative;
	background-image: url(/images/cal_btn_lastmonth.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.calwrap p {
    display: block;
    width: calc(100% / 3);
}
.lastmonth span::before {

}
.lastmonth span {
	margin: 0 0 0 38px;
	padding: 0;
}
.calwrap .nextmonth {
	text-align: right;
	position: relative;
	background-image: url(/images/cal_btn_nextmonth.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.nextmonth span::before {

}
.nextmonth span {
	margin: 0 38px 0 0;
	padding: 0;
}
.calwrap .thismonth {
	text-align: center;
	white-space: nowrap;
	padding: 2px 0 0 0;
	min-width: 8em;
}
.calwrap span a:link,
.calwrap span a:visited,
.calwrap span a:focus,
.calwrap span a:hover,
.calwrap span a:active {
    color: #FFFFFF;
}
/* テーブル（カレンダー）
============================== */
#calendar {
	clear: both;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #808080;
	width: 100%;
}
#calendar th {
	margin: 0;
	padding: 5px 4px 4px 4px;
	color: #FFF;
	text-align: center;
	border: 1px solid #DDDDDD;
	background-color: #116FAA;
}
#calendar td {
	margin: 0;
	padding: 3px 3px 3px 3px;
	color: #333333;
	line-height: 130%;
	vertical-align: top;
	width: 14.28%;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	height: 90px;
}
#calendar td.sunday {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
#calendar td.holiday {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
#calendar td.saturday {
	background-color: #F2F6FD;
	color: #1E1F1F;
}
#calendar td.holiday {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
#calendar td.dirEventHoli {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
/* セル内表示設定
============================== */
#calendar p {
	clear: both;
	margin: 0.2em 0 0.2em 0;
	padding: 0 2px 3px 4px;
}
#calendar p img {
	float: left;
	margin: 0;
}
#calendar p span {
	display: block;
	margin: 0 0 0 20px;
}

/* テーブル（一覧表）
============================== */
#calendarlist {
	clear: both;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #808080;
	width: 100%;
}
#calendarlist tr.sunday td {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
#calendarlist tr.saturday td {
	background-color: #F2F6FD;
}
#calendarlist tr.holiday td {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
#calendarlist tr.dirEventHoliday td {
	background-color: #FDF4F2;
	color: #1E1F1F;
}
#calendarlist th {
	margin: 0;
	padding: 7px 4px 6px 4px;
	color: #FFF;
	border: 1px solid #DDDDDD;
	background-color: #116FAA;
	text-align: center;
}
#calendarlist td {
	margin: 0;
	padding: 7px 0 7px 3px;
	line-height: 130%;
	vertical-align: top;
	text-align: center;
	border: 1px solid #DDDDDD;
}
#calendarlist td.sunday {
	color: #1E1F1F;
	background-color: transparent;
}
#calendarlist td.saturday {
	color: #1E1F1F;
	background-color: transparent;
}
#calendarlist .day {
	width: 5em;
}
#calendarlist .week {
	width: 5em;
}
#calendarlist td.einfo {
	text-align: left;
}
/* 多数のイベントページ
============================== */
ul.eventall-li li {
    background-image: none;
    margin: 0 0 0.58em 0;
}
/* セル内表示設定
============================== */
table#calendarlist p {
	clear: both;
	margin: 0.1em 2px 0.1em 0;
	padding: 1px 2px 3px 2px;
	background-color: transparent;
	color: #1E1F1F;
}
table#calendarlist p img {
	vertical-align: middle;
	margin: 0;
	clear: both;
    float: left;
}
table#calendarlist p span {
	display: block;
	margin: 0 0 0 20px;
}
/* 今日判定
============================== */
table#calendar td.today {
	border: 2px solid #8F4F9F;
}
table#calendarlist tr.today {
    border: 2px solid #8F4F9F;
}

/* ==================================================
組織ページ用　soshiki_sagasu
================================================== */
/* 組織トップページ
============================== */
.org_list.m-box2 {
    width: calc(100% / 2 - 10px );
    margin: 0 10px 0 0;
    float: left;
}
.org_list.m-box2:nth-of-type(2n+1) {
    clear: both;
}
.org_list.m-box2:nth-of-type(2n) {
    margin: 0;
    float: right;
}
/* 更新情報
============================== */
.soshiki-info-list li {
    background: none;
    padding: 0;
}
.soshiki-info-list .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 9.2em;
}
.soshiki-info-list .link {
    display: block;
    margin: 0 0 0 9.4em;
}
/*サイトマップ
============================== */
.soshiki-box {
	margin: 0 10px 10px 10px;
}
.soshiki-box h3 {
}
ul.soshiki-li li:before {
    content: none;
}
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;
	_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;
	display: inline-block;
	_height: 1%;
}
/*住所
============================== */
dl.soshiki-add dt {
  float: left;
  clear: left;
  margin: 0;
}
dl.soshiki-add dd {
  margin-left: 3em;
}
dl.soshiki-add {
    margin: 0.56em 10px;
}
/*ミニカレ用
============================== */
.evcal_nonedisplay {
    display: none;
}
/* 重要お知らせ
============================== */
.importants {
    margin: 0 auto 20px auto;
}
#kinkyu {
    flex-grow: 1;
    padding: 10px;
}

span.title_img {
    align-self: center;
}
.important_item {
    background-color: #FFEBEC;
}
.important_item .title {
    font-size: 1.8rem;
}
/* ==================================================
重要なお知らせ　タグの基本定義
================================================== */
#kinkyu ul {
	margin: 0.7em 5px 0.7em 0;
	padding: 0 0 0 8px;
	list-style-type: none;
	list-style-image: none;
}
#kinkyu ol {
	margin: 0.7em 5px;
	padding-left: 25px;
}
#kinkyu ul li {
	background-image: none;
	position: relative;
	padding: 0 0 0 20px;
	list-style-type: none;
	list-style-image: none;
	_height: 1%;
}

#kinkyu ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #666666;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#kinkyu .h2bg {
    margin: 0 0 0.5em 0;
    border-radius: 0;
    background: none;
    border: none;
}
#kinkyu .h2bg div {
	background-color: #B93A32;
	background-image: none;
	color: #FFFFFF;
	border: none;
}

#kinkyu .h2bg h2 {
	color: #FFFFFF;
	background: none;
	padding: 5px 20px 3px 10px;
	border: none;
	margin: 0;
}

#kinkyu .h3bg {
	margin: 1em 10px 0.7em 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	color: #131313;
	border-left: none;
	background-image: none;
}
#kinkyu .h3bg div {
	padding: 0;
	border: none;
	border-left: 5px solid #B93A32;
	background-image: none;
}

#kinkyu .h3bg h3 {
	border: none;
	padding: 4px 8px 4px 6px;
	font-size: 120%;
	background: none;
	margin: 0;
}

#kinkyu .h4bg {
	border: none;
	font-size: 120%;
	margin: 0.7em 5px 0.56em 0;
	padding: 0;
	background: none;
}

#kinkyu .h4bg div {
	border-left: 5px solid #B93A32;
	padding: 0 5px 0 6px;
}
#kinkyu h4 {
	margin: 0.7em 0 0.56em 10px;
	padding: 2px 0 0px 16px;
	line-height: 1.5;
	font-size: 90%;
	font-weight: bold;
	_height: 1%;
}
#kinkyu .h4bg h4 {
    padding: 0;
    margin: 0;
    color: #222222;
    background: none;
    border: none;
}
#kinkyu h5 {
	margin: 0.7em 0 0.56em 10px;
	padding: 0;
	line-height: 1.5;
	font-size: 105%;
	font-weight: bold;
	color: #333;
	background: none;
}
#kinkyu h6 {
	padding: 0 0 0 7px;
	margin: 0.7em 0 0.56em 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	background: none;
	font-size: 105%;
}
/* =========================================
*地方事務所トップスタイル
========================================= */
/* お知らせ画像エリア
============================== */
.subSite_chihou_img {
    position: relative;
    display: inline-block;
}

span.subSite_chihou_imgCap {
    line-height: 1.3;
    padding: 15px 15px 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow:
    #FFFFFF 2px 0px,  #FFFFFF -2px 0px,
    #FFFFFF 0px -2px, #FFFFFF 0px 2px,
    #FFFFFF 2px 2px , #FFFFFF -2px 2px,
    #FFFFFF 2px -2px, #FFFFFF -2px -2px,
    #FFFFFF 1px 2px,  #FFFFFF -1px 2px,
    #FFFFFF 1px -2px, #FFFFFF -1px -2px,
    #FFFFFF 2px 1px,  #FFFFFF -2px 1px,
    #FFFFFF 2px -1px, #FFFFFF -2px -1px;
    font-size: 2.7rem;
    color: #1176C8;
    font-weight: bold;
    font-family: "游明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    text-align: center;
}

.subSite_chihou_img p {
    margin: 0;
    padding: 0;
}

p.subSite_chihou_imgTxt {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    font-size: 1.1rem;
    padding: .3em 1em;
    margin: .3em;
    border-radius: 10px;
}
/* 事務所汎用エリア
============================== */
.subSite_chihou_hanyou_h2 {
    font-size: 1.8rem;
    border-bottom: 3px solid #FFB151;
}
.subSite_chihou_hanyou_h2 span {
    background-color: #FFB151;
    display: inline-block;
    padding: .3em .6em;
    border-radius: 5px 5px 0 0;
}


.subSite_chihou_jimusho_wp {
    padding: 10px 12px;
    background-color: #D6F3FF;
    border-radius: 5px;
    margin-bottom: 10px;
}
/* 所在地情報パーツ */
.subSite_chihou_jimusho_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px dotted #68D1FF;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.chihou_jimusho_title_link {
    width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.chihou_jimusho_name {
    font-size: 2.4rem;
    color: #0D5591;
    font-weight: bold;
    padding-left: 35px;
    background-image: url(/images/s_chihou_jimusho_name.png);
    background-repeat: no-repeat;
    background-position: 5px .15em;
}

.jimusho_title_link {
    width: calc(100% / 2 - 5px);
}

.jimusho_title_link a {
    background: none;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.jimusho_title_link a:link,
.jimusho_title_link a:visited,
.jimusho_title_link a:active {
   color: #FFF;
   text-decoration:none;
}
.jimusho_title_link a:focus,
.jimusho_title_link a:hover {
   color: #FFF;
   text-decoration: underline;
}

.jimusho_title_link.map a {
    -webkit-box-shadow: 0 3px 0 #0D5591;
    box-shadow: 0 3px 0 #0D5591;
    text-decoration: none;
    border: 1px solid #1176C8;
    background-color: #1176C8;
}

.jimusho_title_link.annai a {
    -webkit-box-shadow: 0 3px 0 #86440A;
    box-shadow: 0 3px 0 #86440A;
    text-decoration: none;
    border: 1px solid #B95C0D;
    background-color: #B95C0D;
}

.jimusho_title_link a:active {
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}
.jimusho_title_link img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 19px;
}

span.jimusho_title_btn {
    text-align: center;
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

p.jimusho_subTitle {
    width: 60px;
    margin: 0 5px;
    background-color: #FFC862;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.3rem;
    padding: 4px 10px;
    border-radius: 13px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: center;
}

.chihou_jimusho_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chihou_jimusho_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

p.jimusho_tel_text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    font-size: 3.0rem;
    padding: 4px 5px;
}

.chihou_jimusho_tel p.jimusho_subTitle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

p.jimusho_add_text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    padding: 4px 5px;
}

.chihou_jimusho_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.chihou_jimusho_link p {
    margin: 0;
    background-image: none;
    margin-bottom: 5px;
    width: calc(100% / 2 - 4px);
    padding: 0;
}

.chihou_jimusho_link p a {
    padding: 5px 5px 7px 30px;
    background-image: url(/images/circle_arrow01.gif);
    background-repeat: no-repeat;
    background-position: 9px 0.52em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    border-radius: 5px;
    text-decoration: none;
}
.chihou_jimusho_link p a:link,
.chihou_jimusho_link p a:visited,
.chihou_jimusho_link p a:active {
   text-decoration:none;
}
.chihou_jimusho_link p a:focus,
.chihou_jimusho_link p a:hover {
   text-decoration: underline;
}
.chihou_jimusho_link {
    margin-top: 15px;
}

/* 一行リンクパーツ */
.jimusho_single_link a {
    -webkit-box-shadow: 0 3px 0 #8EE1E1;
    box-shadow: 0 3px 0 #8EE1E1;
    text-decoration: none;
    border: 1px solid #D1FAF6;
    background-color: #D1FAF6;
    border-radius: 5px;
    padding: 3px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    background-image: url(/images/s_chihou_jimusho_name.png);
    background-repeat: no-repeat;
    background-position: 15px 1em;
}
.jimusho_single_link a:active {
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}
.jimusho_single_link {
    margin-bottom: 10px;
}

span.jimusho_single_link_btn {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0C5491;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

span.jimusho_single_link_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #FFF;
    text-align: center;
    padding: 20px 17px;
    border-radius: 0 5px 5px 0;
}
/* その他パーツ */
.chihou_sonota_wp {
    padding: 10px 12px;
    background-color: #EBEBEB;
    border-radius: 5px;
    margin-bottom: 10px;
}

.chihou_sonota_wp .subSite_chihou_jimusho_title {
    border-color: #BBBBBB;
}

/* メニューリンクエリア
============================== */
.chihou_side_navi_title h2 {
    font-weight: normal;
    margin: 0;
    padding: 10px 10px 5px 10px;
    display: block;
    font-size: 1.8rem;
    _height: 1%;
}

.chihou_side_navi {
    background-color: #FFE788;
    margin: 0 0 0.85em 0;
    background-repeat: repeat;
    background-position: 0 50%;
    border-radius: 5px;
    padding: 0 0 3px 0;
}

.chihou_side_navi ul {
    position: relative;
    padding: 5px 5px;
    margin: 0 3px;
}
.chihou_side_navi li a {
    padding: 5px 5px 7px 30px;
    background-image: url(/images/circle_arrow01.gif);
    background-repeat: no-repeat;
    background-position: 9px 0.52em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    border-radius: 5px;
}

.chihou_side_navi ul.norcor li {
    background-image: none;
    margin: 0;
    padding: 0;
}

.chihou_side_navi ul.norcor li + li {
    margin-top: 4px;
}
/* 関連バナーエリア
============================== */
.kanren_box ul li {
    background-image: none;
    margin: 0;
    padding: 0;
}

.kanren_box ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.kanren_box ul li a {
    background: none;
    padding: 0;
    margin: 0;
}

.kanren_box ul li span {
    display: block;
}

/* =========================================
*採用ページ
========================================= */
/* メニューエリア
============================== */
.saiyou_menu_link {
    margin-bottom: 10px;
}

.saiyou_menu_link a {
    border-radius: 5px;
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.saiyou_menu_box {
    width: calc(100% / 2 - 5px);
    margin-bottom: 20px;
}

span.saiyou_menu_btn {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1F1F1F;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 10px;
}

span.saiyou_menu_btn_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #FFF;
    text-align: center;
    padding: 15px 8px;
    border-radius: 0 5px 5px 0;
}
.saiyou_menu_img {
    text-align: center;
}
.saiyou_menu_link.orange_btn a {
    -webkit-box-shadow: 0 3px 0 #FFA052;
    box-shadow: 0 3px 0 #FFA052;
    text-decoration: none;
    border: 1px solid #FDB45C;
    background-color: #FDB45C;
}

.saiyou_menu_link.blue_btn a {
    -webkit-box-shadow: 0 3px 0 #188CEB;
    box-shadow: 0 3px 0 #188CEB;
    text-decoration: none;
    border: 1px solid #90D6F3;
    background-color: #90D6F3;
}

.saiyou_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.saiyou_menu_link a:active {
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}
/* お知らせエリア
============================== */
.saiyou_oshirase {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.saiyou_oshirase_title {
    background-color: #FDD000;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
.saiyou_oshirase_title h2 {
    font-size: 1.8rem;
}

.saiyou_oshirase_jimu h3 {
    font-size: 4.5rem;
  text-shadow    :
       5px  5px 1px #ffffff,
      -5px  5px 1px #ffffff,
       5px -5px 1px #ffffff,
      -5px -5px 1px #ffffff,
       5px  0px 1px #ffffff,
       0px  5px 1px #ffffff,
      -5px  0px 1px #ffffff,
       0px -5px 1px #ffffff;
    font-weight: normal;
    color: #CB6B19;
}

.saiyou_oshirase_staff h3 {
    font-size: 4.5rem;
    text-shadow :
       5px  5px 1px #ffffff,
      -5px  5px 1px #ffffff,
       5px -5px 1px #ffffff,
      -5px -5px 1px #ffffff,
       5px  0px 1px #ffffff,
       0px  5px 1px #ffffff,
      -5px  0px 1px #ffffff,
       0px -5px 1px #ffffff;
    font-weight: normal;
    color: #179ED7;
}

span.saiyou_oshirase_icon {
    padding: 10px 10px 10px 40px;
    background-image: url(/images/c_newinfo_title.png);
    background-repeat: no-repeat;
    background-position: 0 .35em;
    display: inline-block;
}

.saiyou_oshirase_box {
    width: calc(100% / 2 - 5px);
    margin-top: 30px;
}

.saiyou_oshirase_box h3 {
    text-align: center;
    margin-bottom: 5px;
}

.saiyou_oshirase_jimu .inner {
    border: 3px solid #FDD000;
    background-color: #FFF;
    border-radius: 5px;
}
.saiyou_oshirase_staff .inner {
    border: 3px solid #188CEB;
    background-color: #FFF;
    border-radius: 5px;
}
.saiyou_oshirase ul.info-list li {
    display: block;
}

.saiyou_oshirase_staff .ichiran-all {
    border-top: 2px dotted #188CEB;
}
.saiyou_oshirase p.message {
    padding: 12px 5px;
}
/* 英語インフォメーション
============================== */
.newinfo-box ul li {
    padding: 5px 10px 5px 10px;
    clear: both;
    margin: 0 0 3px 0;
    position: relative;
    width: auto;
    background-color: #FFFFFF;
    background-image: none;
}

/* ==========================================================================================
*メールフォームhtml用
========================================================================================== */
/* 利用規約
============================== */
.riyoukiyaku {
    overflow: auto;
    width: 940px;
    margin: 15px auto;
    height: 370px;
    border: 3px solid #EBEBEB;
    padding: 5px;
}
.mail_uketsuke_check > p {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.submit_btn input {
    margin: 0;
    padding: 3px 32px 3px 32px;
    color: #121212;
    border: 1px solid #8EE1E1;
    background-color: #8EE1E1;
    font-size: 1.8rem;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mail_uketsuke_btn {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.mail_uketsuke_btn > div {
    width: 265px;
    text-align: center;
}
.return_btn a,
.return_btn input {
    margin: 0;
    padding: 3px 32px 3px 32px;
    color: #121212;
    border: 1px solid #D6D6D6;
    background-color: #D6D6D6;
    font-size: 1.8rem;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.return_btn a:link,
.return_btn a:visited,
.return_btn a:active,
.return_btn a:focus,
.return_btn a:hover {
   color: #121212;
   text-decoration:none;
}

/* フォーム入力
============================== */
span.mail_form_title {
    font-size: 1.5rem;
    padding: 0 10px 0 0;
    display: inline;
}

span.required {
    font-size: 1.2rem;
    background-color: #EA0000;
    padding: 2px 10px;
    color: #FFF;
    display: inline-block;
}
table.mail_table th {
    font-weight:normal;
    padding: 5px 15px;
}
p.mail_subtext {
    font-size: 1.2rem;
    margin-top: .56em;
    margin-bottom: .56em;
}

table.mail_table p {
    line-height: 1.5;
}

table.mail_table input {
    margin-right: 5px;
}

table.mail_table td {
    padding: 8px 15px;
}

table.mail_table input[type="text"] {
    border: 1px solid #BBBBBB;
    width: 100%;
    padding: 9px;
    font-size: 1.5rem;
}

table.mail_table select {
    border: 1px solid #BBBBBB;
    width: 295px;
    padding: 10px 5px;
    font-size: 1.5rem;
}
table.mail_table textarea {
    width: 100%;
    padding: 10px;
    min-height: 60px;
    font-size: 1.5rem;
}

.chui_jiko {
    background-color: #EBEBEB;
    padding: 10px;
    margin-bottom: 10px;
}

.goichidoku .newinfo_title_h2 {
    padding: 10px 18px;
}

.goichidoku_in {
    padding: 10px;
}
table.mail_table select.enquete_year,
table.mail_table select.enquete_month {
    min-width: 100px;
    width: auto;
    margin-right: 15px;
}

table.mail_table select.enquete_month {
    margin-left: 20px;
}

p.enquete_select_title {
    margin-left: 24px;
}

select#officename1,
select#officename2 {
    margin-left: 10px;
}

.notice-messe {
	font-size: 1.8rem;
	font-weight: bold;
	color: #B20000;
	background-color: #FFEBEC;
}
.backtotop-bt {
	font-size: 2rem;
	font-weight: bold;
}

/* 地方事務所クリッカブル
============================== */
.mapArea_inner {
    display: flex;
}

.mapArea_inner_L {
    width: 645px;
    flex-shrink: 0;
    padding-left: 40px;
}

.mapArea_inner_R {
    width: 355px;
    flex-shrink: 0;
    padding: 0 52px 0 20px;
    box-sizing: border-box;
}

.textLink_wp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

h3.mapArea_textLink_title {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    padding: 6px 3px 3px 3px;
    border-radius: 4px 4px 0 0;
}
span.textLink_titleSpan {
    display: block;
    background-color: #FFF;
    padding: 2px 5px;
}

h3.mapArea_textLink_title.textLink_title01 {
    background-color: #C9D8EF;
}
h3.mapArea_textLink_title.textLink_title02 {
    background-color: #CCC6E2;
}
h3.mapArea_textLink_title.textLink_title03 {
    background-color: #F6C6DB;
}
h3.mapArea_textLink_title.textLink_title04 {
    background-color: #F7C6C7;
}
h3.mapArea_textLink_title.textLink_title05 {
    background-color: #FBECC8;
}
h3.mapArea_textLink_title.textLink_title06 {
    background-color: #F9F8C9;
}
h3.mapArea_textLink_title.textLink_title07 {
    background-color: #CCE9EF;
}
h3.mapArea_textLink_title.textLink_title08 {
    background-color: #BAE0D6;
}
p.textLink_li {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 8px 0 0;
    position: relative;
    padding: .5em 0;
}

p.textLink_li::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1px;
    content: '';
    width: 1px;
    height: calc(100% - 1.5em);
    background-color: #333;
}

p.textLink_li a {
    margin-right: 8px;
}
p.textLink_li:last-child::after {
    content: none;
}

/* 採用インデックス
============================== */
.saiyou_index_img {
    margin: -22px -20px 20px -20px;
}






/* ハイコントラストモード
============================== */
@media screen and (-ms-high-contrast: white-on-black) {
	.subSite_chihou_img_wp {
	    width: 220px;
	    flex-shrink: 0;
	}

	.subSite_chihou_img img {
	    display: none;
	}

	span.subSite_chihou_imgCap {
	    display: block;
	    position: relative;
	}
}
@media screen and (-ms-high-contrast: black-on-white) {
	.subSite_chihou_img_wp {
	    width: 220px;
	    flex-shrink: 0;
	}

	.subSite_chihou_img img {
	    display: none;
	}

	span.subSite_chihou_imgCap {
	    display: block;
	    position: relative;
	}
}
