@charset "utf-8";

/* ===========================================
初期設定
=========================================== */

html {
    width: 100%;
    height: auto;
    word-wrap: break-word;
    /* IE11用 */
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
body {
    width: 100%;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', 'メイリオ', Sans-Serif;
    color: #333333;
    background-color: #FFF;
    line-height: 1.7;
    font-size: 1.6rem;
    font-weight: 500;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ===========================================
CMSスタイル
=========================================== */


/* html5用 */

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

/* スタイルリセット
============================== */


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"], input[type="button"],input[type="reset"] {
    border-radius: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline-offset: -2px;
}
input.fedbt, input[type="button"], input[type="text"], input[type="submit"] {
    border-radius: 0;
}

/* プレースホルダー文字色 */

:placeholder-shown {
    color: #6F6F6F;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
    color: #6F6F6F;
}

/* Firefox 18- */

:-moz-placeholder {
    color: #6F6F6F;
    opacity: 1;
}

/* Firefox 19+ */

::-moz-placeholder {
    color: #6F6F6F;
    opacity: 1;
}

/* IE 10+ */

:-ms-input-placeholder {
    color: #6F6F6F;
}
a[href], label[for], input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
    cursor: pointer;
}
button {
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
fieldset {
    border: none;
}
address {
    font-style: normal;
}
a img {
    vertical-align: bottom;
}

/* ガイダンス系
============================== */


/* noscriptメッセージ */

p.jsmessage {
    background-color: #FFF;
    padding: 10px;
    margin: 0;
    color: #000;
}

/* 本文へ移動隠しジャンプ */

#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;
}

/* スペーサー、ガイダンス、隠しジャンプ */

.blockjump {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}
.img-guidance {
    margin: 0 !important;
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    overflow: hidden;
}
hr {
    display: none;
}
.guidance {
    margin: 0 !important;
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    overflow: hidden;
}

/* 目隠し見出し用指定 */

.txtno-display {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}

/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可] */

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}

/* clearfix */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/* フォントサイズ
============================== */

h1 {
    font-size: 4.0rem;
    font-weight: normal;
}
h2 {
    font-size: 2.2rem;
}
h3 {
    font-size: 2.0rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}
p, address, table, dt, dd {
    line-height: 1.7;
    font-size: 1.6rem;
}
li {
    line-height: 1.3;
    font-size: 1.6rem;
}

/* 余白調整
============================== */

.h1bg {
    padding-bottom: 0.58em;
}
.h2bg {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
}
.h3bg {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
    padding-left: 6px;
    padding-right: 6px;
}
.h4bg {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
}
h5 {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
}
h6 {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
}

/* スタイル回り込み解除 */

.h1bg {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.h2bg {
    overflow: hidden;
}
.h3bg {
    overflow: hidden;
}
.h4bg {
    overflow: hidden;
}
h5 {
    overflow: hidden;
}
h6 {
    overflow: hidden;
}
.t-box, .t-box2 {
    margin-bottom: .85em;
}
.t-box>p, .t-box2>p {
    padding-left: 0;
    padding-right: 0;
}
p {
    padding-bottom: .85em;
    padding-left: .85em;
    padding-right: .85em;
}
ul {
    padding-bottom: .85em;
    padding-right: 30px;
    list-style-type: none;
    list-style-image: none;
}
ul ul, ul ol, ol ol, ol ul {
    padding-top: .85em;
}
ol {
    padding-left: 30px;
    padding-bottom: .85em;
    padding-right: 30px;
}
li {
    padding-bottom: .5em;
    position: relative;
}
ul>li {
    padding-left: 30px;
    background-image: url(/images/c_icon_li.png);
    background-repeat: no-repeat;
    background-position: 16px .45em;
}
dl {
    padding-bottom: .85em;
    padding-left: .85em;
    padding-right: .85em;
}
dt {
    font-weight: bold;
}

/* ～の説明文章 */

p.filelink+.wysiwyg_wp.txtCaption, p.externalLink+.wysiwyg_wp.txtCaption, p.innerLink+.wysiwyg_wp.txtCaption {
    margin-top: -.65em;
    margin-left: 20px;
}

/* 複数リンクの場合 */

p.filelink+p.filelink, p.externalLink+p.externalLink, p.innerLink+p.innerLink, p.externalLink+p.innerLink, p.innerLink+p.externalLink {
    margin-top: -.65em;
}

/* リンク関連
============================== */


/*  通常のリンク色  */

a:link {
    color: #111133;
}
a:visited {
    color: #800080;
}
a:hover, a:focus {
    color: #9D0D0D;
    text-decoration: underline;
}
a:active {
    color: #E20000;
}

/* ページ内リンク下線消し */

a:not([href]) {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: bottom;
}
a:hover:not([href]) {
    color: inherit;
}

/*検索窓
============================== */

.search-area {
    background-color: #FFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #333399;
    padding-left: 35px;
    background-image: url(/images/c_search_icon.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    margin-bottom: 20px;
}
input.searchBtn {
    background-color: #333399;
    border: 1px solid #333399;
    min-height: 35px;
    width: 80px;
    color: #FFF;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
input.search {
    border: none;
    width: 300px;
    background-color: #FFF;
    height: 2em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

/*パンくず
============================== */

.pankuzu {
    background-color: rgba(240, 240, 225, 0.60);
}
.pankuzu-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 1200px;
    margin: 0 auto 20px auto;
}
.pankuzu .pk-img {
    padding: 0;
    background: none;
    font-size: 1.4rem;
    padding: 2px;
    font-weight: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pankuzu .pk-img::before {
    border: none;
}
.pankuzu ol, .pankuzu ul {
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.pankuzu ol li, .pankuzu ul li {
    float: left;
    margin: 0;
    padding: 0 16px 0 8px;
    line-height: 1.5;
    position: relative;
    background-image: none;
    list-style: none;
}
.pankuzu li.pk-thispage::before {
    border: none;
}
.pankuzu li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #B59E59;
    border-right: 2px solid #B59E59;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pankuzu a:link, .pankuzu a:visited, .pankuzu a:active {
    color: #111133;
    text-decoration: none;
}
.pankuzu a:focus, .pankuzu a:hover {
    color: #111133;
    text-decoration: underline;
}
.pankuzu .pk-img img {
    vertical-align: baseline;
}

/* ===========================================
▼コンテンツパーツ▼
=========================================== */


/* 更新日 */

.basic_info_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0.85em;
}

/* 大見出し */

.h1bg>div {
    width: 100%;
    background-color: #333399;
    background-image: url(/images/c_h1_bg.png);
    background-position: 0 0;
    text-align: center;
    color: #FFF;
    padding: 20px;
    min-height: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
}
.h1bg h1 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

/* 画像大見出し */

.h1img {
    width: 1200px;
    margin: 0 auto;
}

/* a01_中見出し */

.h2bg>div {
    background-color: #D6D6EA;
    padding: 20px;
    line-height: 1.5;
}

/* a02_小見出し */

.h3bg>div {
    border-top: 2px solid #B59E59;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
}
.h3bg h3 {
    border-left: 6px double #B59E59;
    padding-left: 8px;
    padding-right: 8px;
}

/* a19-1_細見出し */

.h4bg {
    padding-left: 14px;
    padding-right: 14px;
}
.h4bg>div {
    border-left: 2px solid #333399;
}
.h4bg h4 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
}

/* a19-2_細々見出し */

h5 {
    color: #9E7803;
    line-height: 1.5;
    padding-left: 26px;
    padding-right: 26px;
}

/* a03_文章 */


/* a05_ファイルダウンロード（PDF等） */

.filelink a {
    background-image: url(/images/c_icon_filelink.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    clear: both;
    display: inline-block;
    background-position: 2px .43em;
    vertical-align: bottom;
}

/* a06_表　a07_表取り込み（Excel） */


/* 内部リンク
============================== */

.innerLink a.innerLink {
    background-image: url(/images/c_icon_inlink.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: 5px .3em;
}

/* 外部リンク
============================== */

.externalLink a.externalLink {
    background-image: url(/images/c_icon_outlink.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: 0 .4em;
}

/* a12_HTML取り込み */

.insertfile {
    padding: 0.8em 0 1.2em 0;
    padding: 0;
}

/* a13_ページ内リンク */

ul.linkjump li::before {
    content: none;
}
ul.linkjump {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
ul.linkjump li {
    float: left;
    padding: 3px 25px 1px 20px;
    line-height: 1.2;
    background-image: url(/images/c_icon_jumplink.png);
    background-repeat: no-repeat;
    background-position: 5px .95rem;
    _height: 1%;
}

/* a18_地図情報（文章あり） */


/*
.mapimg {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}*/

.mapimg {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
}
.markernav {
    overflow: hidden;
}

/* a17_ページの上部へ */

.tothispage2 {
    clear: both;
}
.totoptxt {
    padding: 0;
    clear: both;
    line-height: 1.2;
    text-align: right;
    position: relative;
    padding: 0.56em 0 0.56em 0;
    margin-left: auto;
}
.totoptxt:before {
    content: '';
    background-image: url(/images/c_icon_pagetop.png);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    image-rendering: auto;
    height: 1em;
    width: 1em;
}

/* 画像パーツ
============================== */

.img-area {
    padding: 0;
    display: block;
    padding-bottom: 10px;
}
img {
    border: none;
    vertical-align: middle;
}

/* 画像エリア内floatのclear */

.img-area:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

/* 画像横並び（2連） */

p.imglink-side2 {
    float: left;
    text-align: center;
    display: table;
    width: 160px;
    /* minimum width */
}
.imglink-side2 {
    padding: 0 10px 10px 0;
}
.imglink-side2 span {
    padding: 0;
    line-height: 1.3;
    display: block;
}
p.imglink-side2:nth-child(1) {
    padding: 0 10px 10px 0;
}

/* 画像横並び（3連） */

p.imglink-side3 {
    padding: 0;
    text-align: center;
    float: left;
    display: table;
    width: 160px;
    /* minimum width */
}
p.imglink-side3 {
    padding: 0 10px 10px 0;
}
p.imglink-side3 span {
    padding: 0;
    line-height: 1.3;
    display: block;
}
p.imglink-side3:nth-child(1) {
    padding: 0 10px 5px 0;
}

/* 画像横並び（4連）  */

p.imglink-side4 {
    float: left;
    padding: 0 10px 10px 0;
    text-align: center;
    display: table;
    width: 160px;
    /* minimum width */
}
p.imglink-side4 img {
    padding: 0;
}
p.imglink-side4 span {
    padding: 0;
    line-height: 1.3;
    display: block;
}
p.imglink-side4:nth-child(1) {
    padding: 0 10px 10px 0;
}

/* 画像リンク　5連 */

p.imglink-side5 {
    float: left;
    padding: 0 10px 10px 10px;
    text-align: center;
    float: left;
    display: table;
    width: 160px;
    /* minimum width */
}
p.imglink-side5 img {
    padding: 0;
}
p.imglink-side5 span {
    padding: 0;
    line-height: 1.3;
    display: block;
}
p.imglink-side5:nth-child(1) {
    padding: 0 10px 10px 0;
}

/* 画像（左）＋文章（文章回りこみ） */

.img-area-l {
    padding-bottom: .85rem;
    overflow: hidden;
}
.imglink-txt-left {
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    display: table;
    width: 160px;
    /* minimum width */
    padding-right: 10px;
}
.imglink-txt-left img {
    padding: 0;
}
p.imglink-txt-left span {
    display: block;
}

/* 画像（右）＋文章（文章回りこみ） */

.img-area-r {
    overflow: hidden;
    padding-bottom: .85rem;
}
p.imglink-txt-right {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    display: table;
    width: 160px;
    /* minimum width */
    padding-left: 10px;
}
p.imglink-txt-right img {
    padding: 0;
}
p.imglink-txt-right span {
    display: block;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.wysiwyg_wp ol, .wysiwyg_wp ul, .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;
}
.img-area-l .h3bg {
    margin-left: 0;
}
.img-area-l .h4bg {
    margin-left: 0;
}
.img-area-l p {
    overflow: hidden;
}
.img-area-l ul {}
.img-area-l ol {
    padding-left: 30px;
}
.img-area-r ol {
    padding-left: 30px;
}

/* Adobe Readerのダウンロード
============================== */

p.dladobereader {
    clear: both;
    padding-bottom: 15px;
    padding: 6px 8px 8px 8px;
    border: 1px solid #DDDDDD;
    background-color: #FFF;
    margin-bottom: 0.85em;
}
p.dladobereader img {
    padding-right: 5px;
    vertical-align: middle;
}

/* この記事への問い合わせ
============================== */

h2.contact_title {
    font-size: 1.8rem;
    padding-left: .75em;
    padding-right: .85em;
    color: #524625;
}
.contact {
    background-color: #F6F6ED;
    padding: 15px 10px;
    margin-bottom: 0.85em;
    background-image: url(/images/c_contact_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 18px;
}
.con-txt p {
    padding-bottom: .15em;
}
p.contact-email a {
    background-color: #339;
    color: #FFF;
    padding: 5px 20px 5px 40px;
    background-image: url(/images/c_contact-email.png);
    background-repeat: no-repeat;
    background-position: 10px .81em;
    display: inline-block;
}

/* 評価エリア　この情報はお役に立ちましたか？
============================== */

input[type="radio"] {
    margin: 0 3px 0px 5px;
    vertical-align: baseline;
}
form.feedback {
    margin: 0 0 1.8em 0;
    padding: 10px;
    margin-bottom: 0.85em;
    border: 1px solid #BFBF93;
}
#formmail fieldset {
    border: none;
}
#formmail h2 {
    padding-top: 0.25em;
    padding-bottom: 0.58em;
    font-size: 1.8rem;
    padding-left: .75em;
    padding-right: .85em;
    color: #524625;
}
#formmail p {
    margin: 10px 12px;
    padding: 0;
}
form.feedback h3 {
    margin: 0.4em 0;
    padding: 0;
    border-bottom: none;
    background-image: none;
}
.formtxt {
    padding: 0 12px 8px 12px;
}
form.feedback div.fedd {
    margin: 0 0 1em 10px;
    padding: 0;
    line-height: 1.2;
}
form.feedback label {
    margin: 0 10px 0 0;
    padding: 0;
}
#formmail .submitbox {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
}
#formmail .submitbox .fedbt {
    margin: 0;
    padding: 0;
    min-width: 80px;
    min-height: 30px;
    font-weight: normal;
    color: #FFF;
    background-color: #1a418c;
    border: none;
    text-decoration: none;
    cursor: pointer;
}
#formmail li {
    background: none;
    text-align: left;
    line-height: 2.5;
}
.formtxt legend {
    font-weight: bold;
}
.formtxt fieldset {
    margin-bottom: 15px;
}

/* ===========================================
▼インデックスパーツ▼
=========================================== */


/*  第二階層用新着メニュー  */

.menu_2nd_new-r a:link, .menu_2nd_new-r a:visited, .menu_2nd_new-r a:active, .info-list a:link, .info-list a:visited, .info-list a:active {
    color: #111133;
    text-decoration: none;
}
.menu_2nd_new-r a:focus, .menu_2nd_new-r a:hover, .info-list a:focus, .info-list a:hover {
    color: #111133;
    text-decoration: underline;
}
.menu_2nd_new-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}
.menu_2nd_new-l {
    width: 880px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* 防災安心安全 */

.menu_2nd_new-r {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #F6F6ED;
    padding: 10px 20px 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h2.menu_bousai-title {
    color: #D13203;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
span.menu_bousai_icon {
    padding-left: 30px;
    background-image: url(/images/c_menu_bousai_icon.png);
    background-repeat: no-repeat;
}
.menu_2nd_new-r ul, .menu_2nd_new-r li {
    padding: 0;
    margin: 0;
    background-image: none;
}
.menu_2nd_new-r li a {
    padding: 10px 5px;
    display: inline-block;
    position: relative;
}
.menu_2nd_new-r li a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -8px;
    top: 50%;
    width: 7px;
    margin-top: -5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu_2nd_new-r li a:hover::before {
    right: -12px;
}
.menu_2nd_new-r li {
    border-bottom: 1px solid #B59E59;
}
.menu_2nd_new-r li:last-of-type {
    border-bottom: none;
}
.menu_2nd_new-r li:last-of-type a {}

/*  第二階層用画像メニュー  */

.Img_menu_2nd-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1172px;
}
.Img_menu_2nd {
    width: calc(100% / 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding-right: 15px;
}
.Img_menu_2nd p {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    display: block;
    overflow: hidden;
}
.Img_menu_2nd .img-area {
    margin: 0;
}
span.Img_menu_cap {
    display: block;
    background-color: #111133;
    padding: 10px;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    z-index: 900;
    position: relative;
}
.Img_menu_2nd a, .Img_menu_2nd a:visited, .Img_menu_2nd a:active {
    text-decoration: none;
    color: #FFF;
}
.Img_menu_2nd a:hover, .Img_menu_2nd a:focus {
    text-decoration: underline;
}
.Img_menu_2nd a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.Img_menu_2nd a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*  am04_新着情報  */

h2.newinfo-title {
    letter-spacing: .3em;
}
.newinfo-box {
    margin-bottom: 0.85em;
    border-top: 2px solid #B59E59;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.info-list {
    margin: 0;
    padding: 12px 5px;
}
.info-list .date {
    margin: 0;
    padding: 5px 10px 5px 10px;
    width: 6em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.info-list li {
    padding: 5px 10px 5px 10px;
    clear: both;
    margin: 0 0 3px 0;
    position: relative;
    width: auto;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.allNewsList-wp .info-list li span:nth-of-type(2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.ichiran-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ichiran-link a {
    background-color: #333399;
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px 8px 25px;
    display: inline-block;
    position: relative;
    border: 1px solid #333399;
}
.ichiran-link a:hover, .ichiran-link a:focus {
    text-decoration: underline;
}
.ichiran-link a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info-list span.link a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    margin-top: -5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.info-list span.link a:hover::before {
    right: -4px;
}
.info-list span.link a {
    position: relative;
    display: block;
    padding: 5px 10px 5px 10px;
}

/* 0件 */

.newinfo-box>p {
    padding: 10px 12px;
    margin: 0;
}

/* 終了アイコン */

img.eventend {
    vertical-align: middle;
    margin-left: 8px;
}

/* メニューパーツ
============================== */

ul.site-li {
    padding-top: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
ul.site-li li {
    line-height: 1.3;
    background-image: none;
    padding-left: 0;
}
ul.site-li li a::before {}
ul.site-li-1 {
    padding-top: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
.site-li-1 li {
    line-height: 1.3;
    background-image: none;
}
.site-li-1 li::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    left: 7px;
    top: .35em;
    width: 8px;
}
ul.norcor {
    padding: .85em 10px 0.86em 10px;
}
ul.norcor li {
    line-height: 1.3;
    background-image: none;
    padding-left: 0;
}
ul.norcor li a::before {}
.norcor-side li::before {
    content: none;
}
.m-title h2 {
    font-size: 2.0rem;
    position: relative;
}
.m-title a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 7px;
    margin-top: -5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.m-title a:hover::before {
    right: 5px;
}
.m-title {
    position: relative;
    background-color: #EEEEDD;
}
.menulist {
    padding-bottom: 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menulist2 {
    padding-bottom: 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-title a {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background-position: 10px .85em;
    color: #333;
    position: relative;
}

/* メニューパーツリンク色 */

.norcor a, .norcor-side a, .m-title a, .menulist a:link {
    color: #333;
    text-decoration: none;
}
.norcor a:link, .norcor-side a:link, .m-title a:link, .menulist a:link {
    color: #333;
}
.norcor a:visited, .norcor-side a:visited, .m-title a:visited, .menulist a:visited {
    color: #333;
}
.norcor a:hover, .norcor-side a:focus, .norcor-side a:hover, .norcor-side a:focus, .m-title a:hover, .m-title a:focus, .menulist a:hover, .menulist a:focus {
    color: #333;
    text-decoration: underline;
}
.norcor a:active, .norcor-side a:active, .m-title a:active, .menulist a:active {
    color: #333;
}

/* メニューアイコン表示（インデックス、コンテンツ） */

.site-li a[href$="/index.html"], .norcor a[href$="/index.html"] {
    background-image: url(/images/c_icon_idx.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    background-position: 0 .1em;
}
.site-li a:not([href$="/index.html"]), .norcor a:not([href$="/index.html"]) {
    background-image: url(/images/c_icon_cont.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    background-position: 0 .1em;
}

/* am02_メニュー画像リンク2列 */

.m-box2 .img-area-l {
    padding-top: .85em;
    padding-left: 10px;
    padding-right: 10px;
}

/* メニュー自動生成1列（子・孫）（横） */

.norcor-side {
    overflow: hidden;
    padding: 5px 10px 0.86em 10px;
}
.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/c_norcor_side_li_icon.png);
    background-repeat: no-repeat;
    display: inline;
    background-position: 100% 0;
}
.norcor-side li a {
    line-height: 2;
}
.norcor-side li:first-child {
    padding: 0 30px 0 0;
    margin: 0.6em 12px 0.6em 0;
}
.norcor-side li:last-child {
    border-right: none;
    background-image: none;
}
.norcor-side li::before {
    content: none;
}

/* 概要文 */

span.menu_summary {
    display: block;
    padding-left: 25px;
}

/* am01_メニュー自動生成2列（子・孫） */

.m-box2 {
    width: calc(100% / 2);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-box2:nth-of-type(2) {
    padding-right: 0;
}

/* am01_メニュー自動生成3列（子・孫） */

.m-box3 {
    width: calc(100% / 3);
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

/* am00_メニュー自動生成4列 */

ul.norcor.menu_4col>li {
    width: 25%;
}
ul.norcor.menu_4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* サイトマップ */

ul.site-map {
    padding-top: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
ul.site-map li {
    line-height: 1.3;
    background-image: none;
}
ul.site-map li a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    left: 12px;
    top: .35em;
    width: 5px;
}

/* 全新着ページ */

.allNewsList-wp .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #CCC;
    background-color: transparent;
}
.allNewsList-wp .info-list li span.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10em;
    margin: 0 1em 0 0;
}
img.update_icon {
    padding-left: 5px;
    vertical-align: middle;
}

/* コピーライト */

.foot_copy {
    text-align: center;
    letter-spacing: .3em;
    font-size: 1.3rem;
    padding-top: 40px;
}

/* 広告エリア
============================== */

.kokoku-title h2 {}
.kokoku-wp .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kokoku-title {
    text-align: center;
}
.kokoku-list {
    width: 682px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kokoku-list li {
    margin-bottom: 10px;
    list-style: none;
    background-image: none;
    padding: 0;
    width: 140px;
}
.kokoku-list li:nth-of-type(5n) {
    width: 120px;
}
.kokoku-wp {
    margin: 0 0 1.8em 0;
    padding: 10px;
    margin-bottom: 0.85em;
}
.kokoku-title p {
    padding-right: 0;
    text-align: right;
}
.kokoku-title p a {
    margin: 0;
    float: none;
}
.kokoku-list li img {
    max-width: 120px;
    height: auto;
}

/* ==================================================
ローカルナビエリア
================================================== */


/* ローカルナビ
============================== */

.sidebt-box {
    margin: 0 0 20px 0;
}
#localnavi {}
#localnavi li, #localnavi ul {
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
}
#localnavi ul {
    padding-bottom: 15px;
}
#localnavi li {
    margin: 0 20px;
    font-size: 1.5rem;
    background-image: url(/images/c_lonavi_arrow.png);
    background-repeat: no-repeat;
    background-position: 6px .8em;
}
#localnavi li::before {
    content: none;
}
.lobgbox {
    padding-top: 10px;
    margin-bottom: .85em;
    border: 1px solid #F6F6ED;
    background-color: #F6F6ED;
}
.lsnavi {
    background-image: url(/images/c_lonavi_icon.png);
    background-repeat: no-repeat;
    background-position: 14px .8em;
}
#losubnavi li span.now {
    display: inline-block;
    padding: 10px 10px 10px 5px;
    margin-left: 18px;
    background-color: #FFFFFF;
}
#localnavi ul li a {
    display: inline-block;
    padding: 10px 10px 10px 5px;
    color: #111133;
    margin-left: 18px;
}
#localnavi ul li a:link, #localnavi ul li a:visited, #localnavi ul li a:active {
    color: #111133;
    text-decoration: none;
}
#localnavi ul li a:focus, #localnavi ul li a:hover {
    color: #111133;
    text-decoration: underline;
}
#losubnavi li:last-child a {
    border: none;
}
.lsnavi h2 {
    padding: 10px 10px 10px 45px;
    display: block;
    color: #524625;
    font-weight: bold;
}
#localnavi h2 {
    font-size: 1.8rem;
}
#localnavi ul li:last-child {
    border: none;
}

/* みつからない
============================== */

.lojoho_mitsukaranai {
    background-color: #333399;
    margin: 0;
    position: relative;
    background-repeat: repeat-x;
    background-position: 0 100%;
    text-align: center;
    padding: 0;
    font-size: 1.8rem;
    position: relative;
}
.lojoho_mitsukaranai a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.lojoho_mitsukaranai a:hover::before {
    right: 10px;
}
.lojoho_mitsukaranai a:link, .lojoho_mitsukaranai a:visited, .lojoho_mitsukaranai a:active {
    color: #FFF;
    text-decoration: none;
}
.lojoho_mitsukaranai a:hover, .lojoho_mitsukaranai a:focus {
    color: #FFF;
    text-decoration: underline;
}
.lojoho_mitsukaranai a {
    display: block;
    padding: 15px 19px 15px 10px;
}

/* レコメンド
============================== */

.lorecommend {
    margin-bottom: .85em;
    border: 1px solid #F0F0F0;
    background-color: #F0F0F0;
}
.lorecommend .lsnavi {
    background-image: url(/images/c_loreco_icon.png);
    background-position: 14px 50%;
}
#localnavi .lorecommend li {
    background-image: url(/images/c_icon_inlink.png);
    background-position: 10px .85em;
}

/* pc sp切り替え
============================== */

.switchBtn {
    font-size: 1.4rem;
    background-color: #333399;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.switchBtn>button {
    color: #FFF;
    padding: 5px 10px;
}
.switchBtn>button.btnAcv {
    background-color: #111133;
    padding: 5px 10px;
    background-color: #111133;
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px 8px 25px;
    display: block;
    position: relative;
}
.switchBtn>button.btnAcv::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ページトップへ
============================== */

.page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    padding: 11px;
    text-decoration: none;
    z-index: 9999;
    opacity: .9;
}
.page-top:hover, .page-top:focus {
    opacity: 1;
}

/* ==================================================
イベントカレンダー
================================================== */


/* イベカレインデックスメニュー 
============================== */

#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 0;
    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: #FFF;
}
.cal_bt_calendar a {
    padding: 15px 50px 15px 50px;
    background-color: #333399;
    background-image: url(/images/cal_bt_calendar.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
}
.cal_bt_itiran a {
    padding: 15px 50px 15px 50px;
    background-color: #333399;
    background-image: url(/images/cal_bt_itiran.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    display: block;
    color: #FFF;
}
.cal_bt_eventindex {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.cal_bt_itiran {
    display: inline-block;
}
.cal_bt_calendar {
    display: inline-block;
    margin: 0 0 10px 0;
}
.cal_bt_eventindex a {
    background-color: #333399;
    padding: 15px 50px 15px 50px;
    background-image: url(/images/cal_bt_eventindex.png);
    background-repeat: no-repeat;
    background-position: 28px 50%;
    display: block;
}
#eventall {
    margin: 0 0 30px 0;
}

/* カレンダーページ枠 
============================== */

.cal-wrap {
    margin: 0 0 30px 0;
}

/* 前の月・次の月 
============================== */

.calwrap .lastmonth a {
    color: #FFF;
}
.calwrap .nextmonth a {
    color: #FFF;
}
.calwrap {
    margin: 1em 0 0.7em 0;
    padding: 8px 0;
    background-color: #111133;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
}
.calwrap p {
    margin: 0;
    padding: 5px 0;
}
.calwrap .lastmonth {
    width: 5.5em;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.lastmonth span::before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 1em;
    top: .75em;
    width: 10px;
}
.lastmonth span {
    margin: 0 0 0 38px;
    padding: 0;
}
.calwrap .nextmonth {
    width: 5.5em;
    text-align: right;
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nextmonth span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 1em;
    top: .75em;
    width: 10px;
}
.nextmonth span {
    margin: 0 38px 0 0;
    padding: 0;
}
.calwrap .thismonth {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
    padding: 2px 0 0 0;
    color: #FFF;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

/* テーブル（カレンダー） 
============================== */

#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: #524625;
    text-align: center;
    border: 1px solid #BFBF93;
    background-color: #EEEEDD;
}
#calendar td {
    margin: 0;
    padding: 3px 3px 3px 3px;
    color: #333333;
    vertical-align: top;
    width: 14.28%;
    border: 1px solid #BFBF93;
    background-color: #FFFFFF;
    height: 100px;
}
#calendar td.sunday {
    background-color: #FFF3ED;
    color: #1E1F1F;
}
#calendar td.holiday {
    background-color: #FDF4F2;
    color: #1E1F1F;
}
#calendar td.saturday {
    background-color: #F0FCFF;
    color: #1E1F1F;
}
#calendar td.holiday {
    background-color: #FFF3ED;
    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;
    line-height: 1.3;
}
#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: #FFF3ED;
}
#calendarlist tr.saturday td {
    background-color: #F0FCFF;
}
#calendarlist tr.holiday td {
    background-color: #FFF3ED;
}
#calendarlist tr.dirEventHoliday td {
    background-color: #FDF4F2;
    color: #1E1F1F;
}
#calendarlist th {
    margin: 0;
    padding: 7px 4px 6px 4px;
    color: #524625;
    border: 1px solid #BFBF93;
    background-color: #EEEEDD;
    text-align: center;
}
#calendarlist td {
    margin: 0;
    padding: 7px 0 7px 3px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #BFBF93;
}
#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 #333399;
}
table#calendarlist tr.today {
    border: 2px solid #333399;
}

/* ==================================================
組織ページ用　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 {
    font-size: 120%;
}
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_lonavi_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 .35em;
    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.png);
    background-repeat: no-repeat;
    background-position: 5px .45em;
    _height: 1%;
}
a.soshiki-cont {
    margin: 0;
    padding: 3px 4px 3px 24px;
    background-color: transparent;
    background-image: url(/images/c_icon_cont.png);
    background-repeat: no-repeat;
    background-position: 5px .2em;
    display: inline-block;
    _height: 1%;
}

/*住所
============================== */

dl.soshiki-add dt {
    float: left;
    clear: left;
    margin: 0;
    font-weight: normal;
}
dl.soshiki-add dd {
    margin-left: 3em;
}

/*詳細検索
============================== */

.search-wp.shosai_search {
    overflow: hidden;
}
.search-wp.shosai_search form {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shosai_search #label_sitesearch {
    min-height: 2em;
    margin: 0 10px 0 0;
}
.shosai_search input.h0box {
    min-height: 2em;
}
.shosai_search input.h0bt02 {
    min-height: 2em;
}
img.newicon {
    vertical-align: middle;
    margin-left: 2px;
}

/* ==================================================
重要なお知らせ　タグの基本定義
================================================== */

#kinkyu {
    width: 100%;
    background-color: #FFF;
}
.importants {
    margin: 0 auto .85em auto;
    background-color: #A30000;
}
.important_content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.s-kinkyu-box .important_content {
    background-color: #FFF;
}
span.title_img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.important_item {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.important_item .title {
    text-align: center;
    margin: 0 auto;
    width: 9em;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 2.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid transparent;
    margin-right: 5px;
}
.baseall-s .h2bg, .important_content .h2bg {
    margin: 0 0 0.5em 0;
    border-radius: 0;
    background: none;
    border: none;
    padding: 0;
}
.baseall-s .h2bg div, .important_content .h2bg div {
    background-color: #A30000;
    background-image: none;
    color: #FFFFFF;
    border: none;
    padding: 0;
}
.baseall-s .h2bg h2, .important_content .h2bg h2 {
    color: #FFFFFF;
    background: none;
    padding: 5px 20px 3px 10px;
    border: none;
    margin: 0;
    font-size: 2.4rem;
}
.baseall-s .h3bg, .important_content .h3bg {
    margin: 0 0 0.7em 0;
    padding: 0;
    color: #131313;
    border-left: none;
    background-image: none;
}
.baseall-s .h3bg div, .important_content .h3bg div {
    padding: 0;
    border: none;
    border-left: 5px solid #A30000;
    background-image: none;
}
.baseall-s .h3bg h3, .important_content .h3bg h3 {
    border: none;
    padding: 4px 8px 4px 6px;
    background: none;
    margin: 0;
    color: #A30000;
    font-size: 2.2rem;
}
.baseall-s .h4bg, .important_content .h4bg {
    border: none;
    margin: 0.7em 5px 0.56em 0;
    padding: 0;
    background: none;
}
.baseall-s .h4bg div, .important_content .h4bg div {
    border-left: 5px solid #A30000;
    padding: 0 5px 0 6px;
}
.baseall-s .h4bg h4, .important_content .h4bg h4 {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.baseall-s .h5bg, .important_content .h5bg {
    padding-left: .85em;
    padding-right: .85em;
}
.baseall-s h5, .important_content h5 {
    font-weight: bold;
    background: none;
    padding-left: 0;
    padding-right: 0;
    color: #333333;
}
.baseall-s h6, .important_content h6 {
    font-weight: bold;
    background: none;
    padding-left: .85em;
    padding-right: .85em;
}
/* Jアラート20190412追加 */
.j-alert.importants ul.info-list {
    width: auto;
}
.j-alert.importants .ichiran-link {
    text-align: right;
}
.j-alert.importants .ichiran-link a {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    border: none;
    padding: 8px 10px 8px 12px;
    background-image: url(/images/c_icon_inlink.png);
    background-position: 0 1em;
    width: auto;
    background-repeat: no-repeat;
}
.j-alert.importants .ichiran-link a::before {
    content: none;
}
.j-alert.importants .info-list .date {
    width: 9.5em;
}
.j-alert.importants {
    background-color: #A30000;
}
.j-alert .important_item .title {
    color: #000;
    background-color: #F7EA02;
}
.j-alert .important_item a {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.important_item .title {
	    width: 100% !important;
	}
	.j-alert .important_item .title br {
	    display: none;
	}
	.j-alert .important_item .title {
	    width: 100%;
	    margin-bottom: 5px;
	}
}
/* ==================================================
大規模災害テンプレート
================================================== */

.saigai_introduction_text {
    background-color: #FFE6E6;
    margin-top: 10px;
    padding: 10px;
}
.saigai_introduction_text p {
    padding: 0;
    font-weight: bold;
}
.baseall-s input.search {
    width: 210px;
    border: 1px solid #333;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.baseall-s .search-area {
    border: none;
    background-color: #E6E6E6;
    background-image: none;
    padding: 0;
    margin-bottom: 0;
    width: auto;
}
.baseall-s .search-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 重要なお知らせ機能 */

.baseall-s .important_item {
    display: block;
}
.baseall-s .important_item .title {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}

/* 大規模災害用　大枠 */

.baseall-s .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    width: auto;
}
.baseall-s {
    width: 1000px;
    margin: 0 auto;
}
.baseall-s .main-l {
    width: calc(100% - 240px);
}
.baseall-s .main-r {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

/* 大規模災害用　ヘッダ */

.baseall-s .head_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.baseall-s #head1bg {
    background-color: #333333;
}
.baseall-s h1#h0left {
    margin: 0;
    padding: 10px 0 3px 10px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-size: 4.4rem;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
}
.baseall-s .head2list li {
    float: left;
    margin: 0;
    padding: 0 12px 0 12px;
    border-right: 1px solid #666666;
    color: #131313;
    background-color: transparent;
    background-image: none;
}
.baseall-s .head2list {
    padding-top: 5px;
    padding-bottom: 5px;
}
.baseall-s .head2bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #E6E6E6;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 大規模災害用　検索 */

.baseall-s input.searchBtn {
    border: 1px solid #000000;
    background-color: #000000;
    min-height: 26px;
    width: 60px;
    color: #333;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    padding: 0;
}

/* 大規模災害用　右エリア */

.baseall-s .bgbox {
    clear: both;
    border: 3px solid #E6E6E6;
    background-color: #FFFFFF;
    color: #333;
    margin-bottom: 20px;
}
.baseall-s .bgbox h2 {
    padding: 5px 5px;
    font-size: 1.8rem;
    background-color: #E6E6E6;
    color: #333;
    text-align: center;
}
.baseall-s .bgbox ul {
    padding-bottom: .5em;
    padding-right: 5px;
    padding-top: .5em;
}
.baseall-s .bgbox ul li {
    padding-left: 20px;
    background-position: 10px .45em;
}
.saigai_LinkBtn a {
    background-color: #003399;
    display: block;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1.8rem;
}

/* 大規模災害用　このページの上へ戻る */

.baseall-s .tothispage div {
    float: right;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background-color: #E6E6E6;
    background-image: none;
    background-repeat: no-repeat;
    color: #333;
}
.baseall-s .tothispage div a {
    margin: 0;
    padding: 7px 10px 7px 10px;
    display: block;
}

/* 大規模災害用　フッタリンク */

.baseall-s .footlist {
    clear: both;
    padding: 8px 0 8px 4px;
    border: none;
    background-color: #E6E6E6;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.baseall-s .footlist li {
    float: left;
    margin: 0;
    padding: 0 10px;
    color: #333;
    border-right: 1px solid #333;
    background-color: #E6E6E6;
    background-image: none;
}

/* 大規模災害用　フッタ */

.baseall-s .foot3bg {
    background-color: #333333;
    color: #FFF;
    padding: 10px;
}
.baseall-s .foot_copy {
    letter-spacing: normal;
    text-align: left;
    padding-top: 10px;
}
.baseall-s .f0add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.baseall-s .f0add h2 {
    margin-right: 20px;
}

/* ==================================================
保健所
================================================== */


/* サブサイト用お問い合わせパーツ */

.sub_toi_link {
    padding-left: .85em;
}
.sub_top_contact {
    background-color: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px;
}
.sub_contact_img {
    width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* メニューボタン */

h2.healthCenter_menu-title {
    border-top: 2px solid #62CC8E;
    letter-spacing: .3em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.healthCenter_menu img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /* display: block; */
}
span.healthCenter_img {
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.healthCenter_menu li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
span.healthCenter_btn {
    background-color: #FFF2F4;
    display: block;
    color: #09613F;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 5px 5px;
    border-radius: 10px;
}
.healthCenter_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.healthCenter_menu ul li {
    background-image: none;
    padding: 0;
    margin: 0;
    width: 278px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 4px solid #C0EBD2;
    text-align: center;
    margin-bottom: 14px;
}
span.healthCenter_txt {
    display: block;
    color: #10704B;
    font-size: 1.4rem;
    text-align: left;
}
.healthCenter_menu li::before, .healthCenter_menu li::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.healthCenter_menu li, .healthCenter_menu li::before, .healthCenter_menu li::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.healthCenter_menu li:hover, .healthCenter_menu li:focus {
    background-color: #f4fff8;
}
.healthCenter_menu li a:hover img, .healthCenter_menu li a:focus img {
    position: relative;
    top: 1px;
    left: 1px;
}
.healthCenter_menu {
    margin-bottom: 0.85em;
}

/* 重要なお知らせ */

.sub_top_important {
    background-color: #FFEDED;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1.85em;
}
.sub_top_important-title {
    letter-spacing: .3em;
    color: #B02600;
}
.introduction_text p {
    color: #10704B;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(40%, #FAFFD1));
    background: -webkit-linear-gradient(transparent 45%, #FAFFD1 40%);
    background: -o-linear-gradient(transparent 45%, #FAFFD1 40%);
    background: linear-gradient(transparent 45%, #FAFFD1 40%);
    display: inline;
    padding: 0;
}
.introduction_text {
    text-align: center;
    padding-bottom: 30px;
    width: 930px;
    margin: 0 auto;
}
ul.sub_top_important-link {
    padding-top: .85em;
    padding-right: 0;
}
ul.sub_top_important-link li {
    background-image: none;
    padding-left: 0;
    padding-bottom: 1em;
}
ul.sub_top_important-link li a {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    color: #111133;
    text-decoration: none;
}
ul.sub_top_important-link li a::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1A418C;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 7px;
    margin-top: -5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
ul.sub_top_important-link li a:hover::before {
    right: 5px;
}

/* SNSボタン */

li.facebook_btn a {
    background-color: #3B5998;
}
li.faq_btn a {
    background-color: #1D8564;
}
.healthCenter_snsBtn li a img {
    padding-right: 12px;
}
.healthCenter_snsBtn li {
    background-image: none;
    padding: 0;
    margin: 0;
    width: calc(100% / 2 - 9px);
    margin-bottom: 1.85em;
}
.healthCenter_snsBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.healthCenter_snsBtn li a {
    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;
    padding: 25px;
    font-size: 2.0rem;
    color: #FFF;
    text-decoration: none;
}
.healthCenter_snsBtn li a {
    position: relative;
    overflow: hidden;
}
.healthCenter_snsBtn li a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.healthCenter_snsBtn li a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* 関連リンク、資料 */

.healthCenter_linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.healthCenter_linkarea-l, .healthCenter_linkarea-r {
    width: calc(100% / 2 - 9px);
    background-color: #F6F6ED;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.85em;
}
h2.healthCenter_linkarea-title {
    letter-spacing: .3em;
    padding-bottom: 15px;
}
.healthCenter_linkarea .innerLink a.innerLink {
    padding: 0;
    padding-right: 20px;
    background-position: right 5px top .3em;
}
.healthCenter_linkarea .externalLink a.externalLink {
    padding: 0;
    padding-right: 20px;
    background-position: right 0 top .3em;
}
.healthCenter_linkarea ul li {
    background-image: none;
    padding-left: 0;
    padding-bottom: 1em;
}