@charset "UTF-8";

/******************** CSS RESET ********************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="radio"] {
    margin-top: 0;
    padding-top: 0;
}

input,
label {
    vertical-align: middle;
}

legend {
    width: 100%;
}

/******************** 共通設定 ********************/
html {
    scroll-padding-top: 97px;
    overflow: auto;
}

body {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1025px) {
    body {
        position: static !important;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    html {
        scroll-padding-top: 0;
    }
}

/**** テキスト ****/
p,
li {
    margin-top: 12px;
}

.small {
    font-size: 85%;
}

strong {
    color: #B50000;
}

/**** リンク ****/
a:link {
    text-decoration: underline;
    color: #2b3095;
}

a:visited {
    text-decoration: underline;
    color: #791e78;
}

a:hover {
    text-decoration: none;
    color: #860000;
}

a:hover strong {
    color: #860000;
}

a:active {
    text-decoration: none;
    color: #860000;
}

.link_white:link {
    text-decoration: underline;
    color: #fff;
}

.link_white:visited {
    text-decoration: underline;
    color: #eee;
}

.link_white:hover {
    text-decoration: underline;
    color: #ffff00;
}

.link_white:active {
    text-decoration: underline;
    color: #ffff00;
}

a:link>strong {
    color: #2b3095;
}

a:visited>strong {
    text-decoration: underline;
    color: #791e78;
}

a:hover>strong {
    text-decoration: none;
    color: #9f0000;
}

a:active>strong {
    text-decoration: none;
    color: #9f0000;
}

/**** 別ウィンドウで開く ****/
.window {
    display: inline-block;
    font-size: 62.5%;
    font-weight: normal;
    background: #F9FDED;
    color: #333;
    border-radius: 4px;
    padding: 1px 4px;
    margin: 0 4px;
    border: 1px solid #C4E670;
    vertical-align: text-bottom;
    word-wrap: break-word;
}

h2 .window {
    font-size: 56.25%;
}

.main_naka h2 .window {
    font-size: 49%;
}

/**** 本文へ_スキップ用リンク ****/
.skip {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
}

.clone-nav .skip {
    display: none;
}

.skip a {
    background-color: #fff;
    width: 1px;
    font-size: 0.1%;
    line-height: 0.1;
    position: absolute;
    top: auto;
    left: -3000px;
    z-index: 9999;
    padding: 4px 0;
}

.skip a:active,
.skip a:focus {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    line-height: 1.5;
}

/**** フォーム ****/
#body input,
header button,
#main_outline button,
footer button,
#body textarea {
    background: #fff;
    border: 1px solid #999;
    font-size: 85%;
}

/* text,textarea */
#body input[type="text"],
#body input[type="file"],
#body textarea,
#body input[type="password"] {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
    border: 1px solid #999;
    padding: 8px 6px;
}

/* select */
#body select[size],
#body select[multiple],
#body select[size][multiple] {
    padding: 6px;
}

/* submit,reset,button */
#body input[type="submit"],
#body input[type="reset"],
header button[type="button"],
#main_outline button[type="button"],
footer button[type="button"],
header button,
#main_outline button,
footer button,
#body #shelter_search,
#body #reset,
#body .print input[type="button"] {
    display: inline-block;
    padding: 6px 16px;
    color: #2b3095;
    text-align: center;
    background: #ffdbdb;
    border-radius: 4px;
    cursor: pointer;
}

#body input[type="submit"]:hover,
#body input[type="reset"]:hover,
header button[type="button"]:hover,
#main_outline button[type="button"]:hover,
footer button[type="button"]:hover,
header button:hover,
#main_outline button:hover,
footer button:hover {
    color: #860000;
    background: #FFC9C9;
}

/**** その他 ****/
.anchor,
.notit {
    display: block;
    height: 1px;
    margin-top: -1px;
}

.date {
    font-size: 85%;
    color: #555;
    display: inline-block;
    margin-left: 12px;
}

.noscript {
    font-size: 85%;
    color: #a90000;
}

.none {
    display: none;
}

/******************** レイアウトCSS ********************/
/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/
.design {
    clear: both;
    background-image: url(img/bg/main.png);
}

.inbody .design {
    background-image: none;
}

.inbody {
    background-image: none;
}

.zone01_in,
.zone02_in,
.zone03_in,
.zone04_in {}

/********************** ヘッダー **********************/
.main_header {
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .main_header {
        position: relative;
        z-index: 999;
    }
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
    padding-top: 5px;
    padding-bottom: 6px;
    background: #fff;
    font-size: 75%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.inbody .h_top_wrap {
    padding-bottom: 10px;
}

.clone-nav .h_top_wrap {
    padding-bottom: 0;
    background: none;
    box-shadow: none;
}

.h_top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
}

.clone-nav .h_top {
    padding: 0;
}

.h_top .h_toplist02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: -3px -8px 0 auto;
    width: calc(100% - 333px);
}

@media only screen and (max-width: 1024px) {

    .h_top .h_toplist02 {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0 12px 9px 12px;
        margin: 0;
        width: 100%;
        background: #F1FBF1;
        z-index: 99;
        border-top: 1px solid #4E7D15;
        z-index: 9999;
    }

    .h_top .h_toplist02 li {
        display: none;
    }

}


@media only screen and (max-width: 360px) {
    .h_top .h_toplist02 {
        justify-content: flex-start;
    }

}



.h_top .h_toplist02>li {
    margin: 10px 9px 0 0;
    letter-spacing: 0;
}

/* ▼【機能ナビ】読み上げ・読み上げ設定 ▼ */
.h_top .h_toplist02 .read_btn {
    margin: 10px 3px 0 0;
}

/* ▲【機能ナビ】読み上げ・読み上げ設定 ▲ */

/* ▼【機能ナビ】エントランス・ボタン ▼ */
.h_top .h_toplist02>li.btn_front a {
    /*
           display: block;
           padding: 3px 4px 0;
           min-height: 26px;

           font-size: 134%;




           font-size: 117%;
           text-decoration: none;
           background-color: #fff;
           border: 1px solid #4E7D15;
           border-radius: 4px;
*/
}

/* ▲【機能ナビ】エントランス・ボタン ▲ */

/* ▼【機能ナビ】ID検索 ▼ */
.h_top .h_toplist02 .id_btn {
    margin-left: auto;
    margin-right: 8px;
}

.h_top .h_toplist02 .id_btn {
    position: relative;
}

.h_top .h_toplist02 .id_btn .search_box_lower {
    position: absolute;
    right: 0;
    display: none;
    margin-top: 6px;
    padding: 8px;
    width: 330px;
    font-size: 130%;
    background: #F1FBF1 !important;
    border-radius: 4px;
    z-index: 5;
}

#body .h_top .h_toplist02 .id_btn .search_box_lower input.q {
    width: calc(100% - 77px) !important;
    height: 26px !important;
    font-size: 130%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #4E7D15 !important;
}

@media only screen and (max-width: 1024px) {
    #body .h_top .h_toplist02 .id_btn .search_box_lower input.q {
        height: 36px !important;
    }
}

#body .h_top .h_toplist02 .id_btn .search_box_lower input.q::placeholder {
    font-size: 85%;
    letter-spacing: 0;
}

.h_top .h_toplist02 .id_btn .search_box_lower form button {
    padding: 2px 5px;
    min-height: 26px;
    color: #fff;
    background: #4E7D15;
    border-radius: 0 4px 4px 0;
    border: none;
}

@media only screen and (max-width: 1024px) {
    .h_top .h_toplist02 .id_btn .search_box_lower .q {
        height: 36px !important;
    }

    .h_top .h_toplist02 .id_btn .search_box_lower form button {
        min-height: 36px;
    }
}

/* ▼【機能ナビ】ID検索：閉じるボタン */
.h_top .h_toplist02 .id_btn .search_box_lower .id_btn_close a {
    display: block;
    margin-left: auto;
    padding: 1px 4px;
    text-decoration: none;
    width: fit-content;
    font-size: 90%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
    .h_top .h_toplist02 .id_btn .search_box_lower .id_btn_close a {
        min-height: 26px;
    }
}

/* ▲【機能ナビ】ID検索：閉じるボタン */

/* ▲【機能ナビ】ID検索 ▲ */

.h_top .h_toplist02>li:nth-child(6) {
    margin-right: 12px;
}

.h_top .h_toplist02>li a {
    display: block;
    padding: 3px 4px 0;
    min-height: 26px;
    font-size: 117%;
}

@media only screen and (max-width: 1024px) {
    .h_top .h_toplist02>li a {
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #4E7D15;
        border-radius: 4px;
    }
}



.h_top .h_toplist02>.btn_front a,
.h_top .h_toplist02>.btn_subsite a,
.h_top .h_toplist02>.btn_subsite2 a {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #4E7D15;
    border-radius: 4px;
}

/*
.h_top .h_toplist02 > li:nth-child(2) {
    margin-right: 16px;
}

@media only screen and (max-width: 1024px) {
    .h_top_wrap {
        display: none;
    }
}
*/

/* ▼▼ 【機能ナビ】背景色 ▼▼ */
.bg_color {
    display: flex;
    align-items: flex-end;
    /*margin-right: 16px;*/
}

.bg_tit {
    margin: 0 4px 0 0;
    padding: 0 2px;
    font-size: 125%;
    background: rgba(255, 255, 255, 0.8);
}

.bg_list {
    display: flex;
    align-items: center;
}

.bg_list li {
    margin: 0;
    padding: 0;
}

.bg_list li a {
    display: block;
    border: 1px solid #4E7D15;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    padding: 0 4px;
}

.bg_list li a {
    padding: 2px 4px 1px !important;
}


.bg_list li:first-child a,
.bg_list li:first-child a:hover {
    background: #fff;
    border-radius: 4px 0 0 4px;
}

.bg_list li:last-child a {
    border-radius: 0 4px 4px 0;
    background: #4E7D15;
}

.bg_list li:last-child a strong {
    color: #fff;
}

/* ▲▲ 【機能ナビ】背景色 ▲▲ */

/* ▼▼ 【機能ナビ】文字サイズ ▼▼ */
.font_size,
.font_tit,
.font,
.font_list,
.font_list li {
    float: left;
}

.font_size {
    display: flex;
    align-items: center;
}

.font_tit {
    margin: 0 4px 0 0;
    padding: 0 2px;
    font-size: 125%;
    background: rgba(255, 255, 255, 0.8);
}

.font_list li {
    margin: 0;
}

.font_list li a {
    text-decoration: none;
    padding: 2px 4px 1px !important;
}

.font_list li:first-child a,
.font_list li:first-child a:hover {
    padding: 2px 3px 1px !important;
    background: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #4E7D15;
}

.font_list li:last-child a {
    background: #4E7D15;
    border-radius: 0 4px 4px 0;
}

.font_list li:last-child a strong {
    color: #fff;
}

/* ▲▲ 【機能ナビ】文字サイズ ▲▲ */

/**** ヘッダーメイン ****/
.head_in {
    max-width: 300px;
    width: 100%;
    padding: 0;
    z-index: 1;
}

.inbody .head_in {
    max-width: 260px;
}

.h_main {
    position: relative;
}

.h_main .h1 {
    /*
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #4E7D15;
    border-top: none;
    border-radius: 0 0 10px 10px;
*/
}

.inbody .h_main .h1 {
    margin-top: 0;
}


.h_main .h1 img {
    max-width: none;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .head_in {
        padding: 0;
        width: 100%;
    }

    /*
    .h_main {
        padding: 8px 0;
        border-top: 3px solid #007bbb;
        border-bottom: 1px solid #ccc;
        z-index: 1;
        position: relative;
    }
*/

    .h_main .h1 {
        width: 250px;
    }
}

@media only screen and (max-width: 480px) {
    /*
    .h_main .h1 {
        width: 180px;
    }
*/
}

/* 言語選択 */
.language {
    position: relative;
}

.lang_btn {
    margin: 0;
}

.lang_btn a {
    background: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-decoration: none;
    padding: 4px 10px;
    letter-spacing: 0;
    transition: all 0.2s;
}

.lang_btn a:hover {
    background: #efefef;
    transition: all 0.2s;
}

.lang_list {
    background: rgba(255, 255, 255);
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    border-radius: 0 0 4px 4px;
}

.lang_list li {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.h_top .h_toplist02 .lang_list li a {
    display: inline-block;
    padding: 2px;
    text-align: center;
    width: 100%;
    border: none;
}

.lang_list li:last-child {
    border-radius: 0 0 4px 4px;
}

/* ▼ 機能ナビ内｜検索ボックス */
.h_top .h_toplist02>li.h_toplist02_src {
    margin: 10px 8px 0 0;
    max-width: 230px;
    width: 100%;
}

.h_top .h_toplist02>li.h_toplist02_src #cse-search-box .q {
    width: calc(100% - 57px) !important;
    height: 26px !important;
    font-size: 130%;
    border: 1px solid #4E7D15 !important;
    border-radius: 4px 0 0 4px;
}

.h_top .h_toplist02>li.h_toplist02_src #cse-search-box button {
    padding: 2px 6px 3px 22px;
    width: 57px;
    min-height: 26px;
    font-size: 120%;
    color: #fff;
    background-color: #4E7D15;
    background-image: url(img/icon/src-w.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 5px;
    border: none;
    border-radius: 0 4px 4px 0;
}

/* ▲ 機能ナビ内｜検索ボックス */

/* 検索ボックス */
.h_main .src_box {
    width: 38%;
    margin: 0 0 0 auto;
}

.src_box .q {
    float: left;
    width: calc(100% - 80px) !important;
    margin: 0;
    height: 40px !important;
    padding: 0 6px !important;
    border: 1px solid #aaa !important;
    border-right: none;
}

.h_main .src_box #search_button,
.src_box #search_button_sp {
    width: 80px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    background: #C4E670;
    color: #2b3095;
    font-size: 80%;
    cursor: pointer;
    border: none;
    border-left: none;
    white-space: normal;
    border-radius: 0 4px 4px 0;
}

.src_box #cse-search-box-sp .q {
    width: calc(100% - 76px) !important;
    border: 1px solid #C4E670 !important;
    border-radius: 4px 0 0 4px;
}

#cse-search-box-sp2 .q::placeholder {
    font-size: 80%;
}

.src_box #cse-search-box-sp button {
    max-width: 76px;
    width: 100%;
    padding: 8px 6px 8px 32px;
    font-size: 85%;
    text-align: left;
    background-image: url(img/icon/src.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 13px 12px;
}

.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover {
    background: #006fab;
}

@media only screen and (max-width: 1024px) {
    .h_main .src_box {
        display: none;
    }

    .src_box .q {
        width: calc(100% - 54px) !important;
    }

    .src_box #search_button_sp {
        width: 54px;
    }
}

/* 【スマホ・タブレット】ID検索 */
#cse-search-box-sp2 .q {
    width: calc(100% - 76px) !important;
    border: 1px solid #C4E670 !important;
    border-radius: 4px 0 0 4px;
}

#cse-search-box-sp2 button {
    padding: 9px 2px 10px;
    width: 76px;
    min-height: 40px;
    color: #2b3095;
    background: #C4E670;
    border-radius: 0 4px 4px 0;
    border: none;
}


/**** グローバルナビ ****/
.g_navi {
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}

.clone-nav .g_navi {
    margin-left: auto;
    width: calc(100% - 250px);
}

.g_navi_in {
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.inbody .g_navi_in {
    position: static;
    margin-bottom: 24px;
}


.clone-nav .g_navi_in {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.g_navi_in ul {
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

/*
.inbody .g_navi_in ul {
    background: rgb(253, 255, 209);
}
*/



.is-show .g_navi_in ul {
    box-shadow: none;
}

.clone-nav .g_navi_in ul {
    margin-top: 9px;
    background: none;
}

.g_navi_in li {
    width: calc(100% / 6);
    margin: 0;
    display: flex;
}

.g_navi_in li>a {
    display: block;
    position: relative;
    padding: 13px 5px 11px;
    width: 100%;
    transition: all 0.3s;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-size: 120%;
    z-index: 2;
}

.is-show .g_navi_in li>a {
    font-size: 100%;
}

.g_navi_in li:first-child>a {
    border-radius: 30px 0 0 30px;
}

.g_navi_in li:last-child>a {
    border-radius: 0 30px 30px 0;
}

.is-show .g_navi_in li:first-child>a,
.is-show .g_navi_in li:last-child>a {
    border-radius: 0;
    background: none;
}

.g_navi_in li a:hover,
.g_navi_in li.active a {
    position: relative;
    padding-bottom: 6px;
    border-bottom: 5px solid #4E7D15;
}

.g_navi_in li.active a {
    background: rgba(253, 255, 209, 0.9);
    border-bottom: 5px solid #ffdc00 !important;
}

.is-show .g_navi_in li a:hover,
.is-show .g_navi_in li.active a {
    background: none !important;
}

@media only screen and (max-width: 1024px) {
    .g_navi {
        display: none;
    }
}

/* 追従メニュー */
.clone-nav {
    background: rgba(255, 255, 255, 0.9);
    /*background: rgba(253, 255, 209, 0.9);*/
    position: fixed !important;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    transition: .4s;
    transform: translateY(-170%);
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.is-show {
    display: flex;
    transform: translateY(0);
}

.clone-nav .head {
    display: flex;
    align-items: center;
    padding: 5px 0;
    max-width: 230px;
    width: 100%;
}

.clone-nav .head_in {
    padding: 0;
}

.clone-nav .header_box {
    display: flex;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.clone-nav .h1 {
    flex-shrink: 0;
}

.clone-nav .h_top .h_toplist02 {
    display: none;
}

.clone-nav .h1 .go_home {
    display: none;
}

.clone-nav .h_shien {
    font-size: 90%;
}

.clone-nav .g_navi_in>li a {
    font-size: 80%;
    padding-top: 6px;
    padding-bottom: 4px;
    letter-spacing: 0;
}

.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button {
    height: 32px;
    vertical-align: top;
}

.clone-nav:focus-within {
    transform: translateY(0);
}

@media only screen and (max-width: 998px) {
    .clone-nav-in {
        flex-wrap: wrap;
        padding: 10px 0 0;
    }

    .clone-nav .h1 {
        padding: 0 12px 10px;
        width: auto;
    }

    .clone-nav .h1 img {
        width: 250px;
    }

    .clone-nav .g_navi_in {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .clone-nav {
        display: none;
    }
}

/**** スマホメニューに関するスタイル ****/
#menu_button {
    position: fixed;
    right: 0;
    float: right;
    margin: -70px 10px 0;
    z-index: 9999;
}

#menu_button a {
    position: relative;
    background: #4E7D15;
    font-size: 70%;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 34px;
    min-height: 54px;
    width: 54px;
    z-index: 2;
}

#menu_button a strong {
    color: #fff;
}

#menu_button a .icon_ham {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 30px;
}

#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background: #fff;
    height: 3px;
    width: 30px;
}

#menu_button a .icon_ham:before {
    top: 8px;
}

#menu_button a .icon_ham:after {
    top: 16px;
}

@media print,
screen and (min-width: 1025px) {

    #menu_button,
    #lan_drop {
        display: none !important;
    }
}

#sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 100%;
    background: #fff;
    border-left: 4px solid #4E7D15;
    box-sizing: border-box;
    color: #333;
}

@media print,
screen and (min-width: 1025px) {
    #sidr {
        display: none !important;
    }
}

#sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

#sidr .close {
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
}

#sidr .close a {
    background: #4E7D15;
    display: inline-block;
    color: #fff;
    padding: 14px 10px 14px 32px;
    position: relative;
    width: 100%;
}

#sidr .close a:before,
#sidr .close a:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: 0;
    transform: rotate(-45deg);
}

#sidr .close a:after {
    transform: rotate(45deg);
}

#sidr .src_box {
    padding: 10px;
    border-bottom: 3px solid #4E7D15;
}

#sidr ul {
    display: block;
    border-bottom: 3px solid #4E7D15;
    margin: 0;
    padding: 0;
}

#sidr ul li {
    background: none;
    border-bottom: 1px solid #4E7D15;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}

#sidr ul li::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

#sidr ul li:last-child {
    border-bottom: none;
}

#sidr ul li a {
    display: inline-block;
    padding: 12px 24px 12px 12px;
    text-decoration: none;
    width: 100%;
}

/*
#sidr ul.sidr_navi_sub {
    display: flex;
}
*/

#sidr ul.sidr_navi_sub li {
    font-size: 85%;
    width: 100%;
}

#sidr ul.sidr_navi_sub li a {
    letter-spacing: -0.01em;
}

/*
#sidr ul.sidr_navi_sub li:nth-child(odd) {
    border-right: 1px solid #007bbb;
}
*/
#sidr ul.sidr_navi_sub2 {
    background: #F1FBF1;
}


/**** 支援機能 ****/
/*
#sidr .side_shien {
    background: #e8f4f9;
}
*/

#sidr ul.sidr_navi02 {
    border-bottom: 0;
    padding: 10px 10px 4px;
    display: flex;
    flex-wrap: wrap;
}

#sidr ul.sidr_navi02 li {
    border: 0;
    margin-right: 1.25%;
    margin-bottom: 6px;
    width: 24%;
}

#sidr ul.sidr_navi02 li:nth-of-type(4n) {
    margin-right: 0;
}

#sidr ul.sidr_navi02 li::before {
    display: none;
}

#sidr ul.sidr_navi02 li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 70%;
    letter-spacing: -0.01em;
    padding: 6px 2px;
    text-align: center;
}

#sidr ul.sidr_navi03 {
    display: flex;
    border-bottom: none;
}

#sidr ul.sidr_navi03 li {
    border-bottom: 0;
    font-size: 85%;
    width: 50%;
}

#sidr ul.sidr_navi03 li:nth-child(odd) {
    border-right: 1px solid #4E7D15;
}

#sidr ul.sidr_navi03 li a {
    padding: 12px 24px 12px 10px;
}

/*********** フッター ***********/
.main_footer {
    /* overflow: hidden; */
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .main_footer {
        min-width: 100%;
    }
}

/**** マイページのスタイル ****/

.online_strage_a {
    padding-bottom: 24px;
}

.online_strage_a .mypage {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}

.online_strage_a .mypage_h2_wrapper {
    background-color: #C4E670;
    padding-left: 16px;
    position: relative;
    border-radius: 16px 16px 0 0;
}

.online_strage_a .mypage_title {
    float: left;
    color: #fff;
    margin: 0;
    padding: 0;
    z-index: -1;
    position: absolute;
}

.online_strage_a .mypage_contents {
    padding: 4px 16px 16px;
    background-color: #FDFFD1;
    border: 2px solid #C4E670;
    border-radius: 0 0 16px 16px;
}

.online_strage_a .mypage_list li {
    display: inline-block;
    font-size: 85%;
    margin-right: 8px;
}

.online_strage_a .mypage_list li p.online_strage_title {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    margin: 0;
    border-radius: 4px;
}

.online_strage_a .online_strage button {
    background: #fff;
    color: #333;
    font-size: 68.75%;
    padding: 2px 4px;
    margin: 12px 8px 12px 0;
    vertical-align: bottom;
}

#body .online_strage_a .online_strage button[type="button"] {
    background: #fff;
    color: #2b3095;
    font-size: 75%;
    padding: 4px 6px;
}

#body .online_strage_a .online_strage button[type="button"]:hover {
    background: #efefef;
    color: #9f0000;
}

@media only screen and (max-width: 1024px) {
    .online_strage_a {
        padding: 0 0 24px;
    }

    .online_strage_a .mypage {
        max-width: 440px;
        width: 100%;
    }
}

/**** トップへ戻る ****/
.foot_modori {
    margin-top: 30px;
    margin-bottom: 16px;
}

.foot_modori .modoriin {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    text-align: right;
}

.foot_modori a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 0;
    line-height: 1;
    width: 150px;
    background-image: url(img/pagetop2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .foot_modori .modoriin {
        padding: 0 10px;
        width: 100%;
    }
}

/**** メインフッター ****/
.foot_wrap {
    background: #FDFFD1;
    padding: 0;
}

.bg_foot {
    background-image: url(img/bg/bg_foot.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 300px;
}

@media only screen and (max-width: 1530px) {
    .bg_foot {
        background-size: 380px;
    }
}

@media only screen and (max-width: 480px) {
    .bg_foot {
        background-size: 300px;
    }
}

.foot {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 12px;
    max-width: 1200px;
    width: 100%;
}

@media only screen and (max-width: 1530px) {
    .foot {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 480px) {
    .foot {
        padding-bottom: 130px;
    }
}

.foot_id {
    width: calc(24% - 1px);
}

@media only screen and (max-width: 950px) {
    .foot_id {
        width: 35%;
    }
}


@media only screen and (max-width: 600px) {
    .foot_id {
        width: 100%;
    }
}

.foot_map {
    width: calc(21% + 3px);
}

@media only screen and (max-width: 950px) {
    .foot_map {
        width: 27%;
    }
}

@media only screen and (max-width: 600px) {
    .foot_map {
        max-width: 250px;
        width: 100%;
    }
}

/* ▼ フッターキャラ ▼ */
.foot_char {
    position: relative;
    margin-left: auto;
}

@media only screen and (max-width: 540px) {
    .foot_char {
        width: 100%;
        height: 110px;
    }
}

.foot_char div {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 130px;
}

.foot_char div.move {
    /*    transform: translate(-150px, 0px);*/
    animation: yurayura 4s forwards;
}

@keyframes yurayura {

    0% {
        transform: rotate(10deg);
    }

    33% {
        transform: rotate(-10deg);
        right: 50px;
    }

    66% {
        transform: rotate(10deg);
        right: 100px;
    }

    100% {
        transform: rotate(-10deg);
        right: 150px;
    }
}

/* ▲ フッターキャラ ▲ */

.foot_id {
    margin-top: 16px;
}

.foot_id p.address span.small {
    letter-spacing: 0;
}

@media only screen and (max-width: 950px) {
    .foot_id p.address span.small {
        letter-spacing: 1px;
    }
}

.foot_id .foot_logo {
    display: block;
    max-width: 250px;
    width: 100%;
}

.foot_id .address span {
    display: block;
}

.foot_id .address span:nth-child(2) {
    margin-top: 16px;
}

.foot_id p.address:first-child span.small:nth-child(2) {
    font-size: 100%;
}

.foot_id p.address:last-child {
    margin-top: 18px;
}

.foot_id p.address:last-child span.small {
    margin-top: 0;
}

.foot_id .foot_logo img {
    max-width: none;
    width: 100%;
}

.foot .address {
    margin-top: 8px;
}

.foot .address a[href^="tel:"] {
    cursor: default;
    color: #222;
    text-decoration: none;
}

.foot_copy {
    background: #C4E670;
    font-size: 85%;
    padding: 11px 12px;
    text-align: center;
}

.foot_copyin {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .foot {
        width: 100%;
    }

    .foot_copyin {
        padding: 0 10px 56px;
        width: 100%;
    }

    .front .foot_copyin {
        padding: 0px;
    }

    .foot .address a[href^="tel:"] {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 584px) {
    .foot_copyin {
        padding: 0 10px 102px;
        width: 100%;
    }

    .front .foot_copyin {
        padding: 0;
    }
}

/* ▼▼▼▼ その他 ▼▼▼▼ */
.foot_ect {
    margin-left: 30px;
    width: calc(32% + 2px);
}

@media only screen and (max-width: 950px) {
    .foot_ect {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }
}

/* ▼ フッターSNS ▼ */
.foot_ect .foot_sns {
    display: flex;
}

@media only screen and (max-width: 950px) {
    .foot_ect .foot_sns {
        max-width: 500px;
        width: 100%;
    }
}

.foot_ect .foot_sns li {
    padding: 0 1px;
    width: 25%;
}

.foot_sns a {
    font-size: 88%;
    text-align: center;
    word-break: break-all;
}

.foot_sns a div:first-child {
    margin: 0 auto;
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
}

/* ▲ フッターSNS ▲ */

/* ▼ リンク集 ▼ */
.foot_link {
    margin-top: 28px;
    margin-right: -24px;
}

@media only screen and (max-width: 1024px) {
    .foot_link {
        margin-right: 0;
    }
}


.foot_link li {
    padding: 0;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    margin-right: 20px;
}

.foot_link li::after {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: -16px;
    width: 7px;
    height: 7px;
    background: #BCDDFF;
    border-radius: 50%;
    border-right: none;
    border-bottom: none;
}

.foot_link li a {
    font-size: 88%;
}

/* ▲ リンク集 ▲ */

/* ▼ リンク集2 ▼ */
.foot_link2 {
    margin-top: 18px;
    display: flex;
}

.foot_link2 li {
    margin-right: 5px;
}

.foot_link2 a {
    display: block;
    padding: 8px 8px 5px;
    font-size: 88%;
    text-decoration: none;
    background: #fff;
    border: 1px solid #C4E670;
}

/* ▲ リンク集2 ▲ */

/* ▲▲▲▲ その他 ▲▲▲▲ */
/********************** 領域共通のスタイル **********************/
.main {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 24px;
    overflow: hidden;
}

.main h2 {
    position: relative;
    padding: 0;
    padding-bottom: 1px !important;
    font-size: 175%;
    text-align: center;
    z-index: 0;
}

.main h2::before {
    position: absolute;
    bottom: 0;
    height: 20px;
    content: "";
    z-index: -1;
}

.main .zone04 .relate_box h2::before {
    left: calc(50% - 86px);
    width: 172px;
    background-image: url(img/bg/h2_site.png);
}

.main .zone04 .bana_h2 h2::before {
    left: calc(50% - 44px);
    width: 88px;
    background-image: url(img/bg/h2_ad.png);
}

/* ピックアップ、町政情報、イベント情報の背景を「菜の花」デザインに変更 */
.zone02 .zone02_in .pickup_ctr h2::before,
.zone02 .zone02_in .administration_box h2::before,
.zone03 .zone03_in .zone03_ctr01 h2::before {
    left: calc(50% - 75px);
    width: 150px;
    height: 50px;
    background-image: url(img/bg/bg_h2a.png);
    background-size: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.main h2 a {
    color: #fff;
    display: block;
}

.main .h2 {
    background: #007bbb;
    overflow: hidden;
}

.main .h2 p {
    float: right;
    padding: 14px 16px 14px 8px;
    margin: 0;
}

.main .h2 h2 {
    float: left;
}

.main h3 {
    position: relative;
    margin: 0 auto;
    font-size: 125%;
    text-align: center;
    width: fit-content;
    height: min-content;
    z-index: 0;
}

.main h3::before {
    position: absolute;
    bottom: 7px;
    left: -6px;
    content: "";
    width: calc(100% + 12px);
    height: 5px;
    background: #C4E670;
    z-index: -1;
}

.main li {
    position: relative;
    padding-left: 19px;
}

.main li::before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #C4E670;
    border-radius: 50%;
}

.main li .list_icon img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 4px;
    max-height: 18px;
}

@media only screen and (max-width: 1024px) {
    .main {
        padding: 0 0 24px;
    }
}

/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display {
    display: none;
}

@media print,
screen and (min-width: 1025px) {
    .ac_box {
        pointer-events: none !important;
    }

    .ac_box+div {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .ac_box h2 {
        padding-right: 72px;
    }

    .ac_display {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin: -14px 0 0;
        right: 12px;
        font-size: 72%;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 100;
    }

    .ac_display a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding: 4px 4px 4px 18px;
    }

    .ac_display::before,
    .ac_display::after {
        content: '';
        background: #555;
        position: absolute;
        left: 4px;
        top: 11px;
        height: 2px;
        width: 10px;
    }

    .ac_display::after {
        transform: rotate(90deg);
    }

    .ac_box+div {
        display: none;
    }

    .ac_box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .ac_box.active p::after {
        display: none;
    }
}

/* ▼▼▼▼ 緊急情報・防災行政無線・重要なお知らせのスタイル ▼▼▼▼ */

/* ▼▼ 共通スタイル ▼▼ */
.emergency,
.important {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .emergency h2,
.main .emergency .h2,
.main .important h2,
.main .important .h2 {
    color: #fff;
}

.main .emergency h2,
.main .important h2 {
    padding: 14px 16px !important;
    font-size: 120%;
}

.main .emergency_lower,
.main .important_lower {
    border-top: none;
    padding: 10px 16px 16px;
    background: #fff;
}

.main .emergency_lower ul,
.main .important_lower ul {
    max-height: 160px;
    overflow-y: auto;
}

@media only screen and (max-width: 480px) {

    .main .emergency_lower ul,
    .main .important_lower ul {
        max-height: none;
        overflow-y: visible;
    }
}

/* ▲▲ 共通スタイル ▲▲ */
/* ▼▼ 緊急情報のスタイル ▼▼ */
.main .emergency h2,
.main .emergency .h2 {
    background: #a90000;
}

.main .emergency .h2 {
    border: 2px solid #a90000;
    border-bottom: none;
}

.main .emergency_lower {
    border: 2px solid #a90000;
}

.main .emergency_lower li::before {
    background-color: #a90000;
}

/* ▲▲ 緊急情報のスタイル ▲▲ */

/* ▼▼ 防災行政無線のスタイル ▼▼ */
.main #bousai .emergency h2,
.main #bousai .emergency .h2 {
    background: #C25827;
}

.main #bousai .emergency .h2 {
    border: 2px solid #C25827;
    border-bottom: none;
}

.main #bousai .emergency h2 {
    text-shadow: 1.5px 1.5px 0 #b13800, -1.5px -1.5px 0 #b13800,
        -1.5px 1.5px 0 #b13800, 1.5px -1.5px 0 #b13800,
        0px 1.5px 0 #b13800, 0-1.5px 0 #b13800,
        -1.5px 0 0 #b13800, 1.5px 0 0 #b13800;
}

.main #bousai .emergency_lower {
    border: 2px solid #C25827;
}

.main #bousai .emergency_lower li::before {
    background-color: #C25827;
}

/* ▼ ボタン「一覧を見る」 ▼ */
.main .h_emergency_2_a {
    margin-top: 12px;
    margin-left: auto;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    text-decoration: none;
    background: #f1f1f1;
    border: 1px solid #C25827;
}

/* ▲ ボタン「一覧を見る」 ▲ */

/* ▲▲ 防災行政無線のスタイル ▲▲ */

/* ▼▼ 重要なお知らせのスタイル ▼▼ */
.main .important h2,
.main .important .h2 {
    background: #E889C9;
}

.main .important .h2 {
    border: 2px solid #E889C9;
    border-bottom: none;
}

.main .important h2 {
    text-shadow: 1.5px 1.5px 0 #A64E8A, -1.5px -1.5px 0 #A64E8A,
        -1.5px 1.5px 0 #A64E8A, 1.5px -1.5px 0 #A64E8A,
        0px 1.5px 0 #A64E8A, 0-1.5px 0 #A64E8A,
        -1.5px 0 0 #A64E8A, 1.5px 0 0 #A64E8A;
}

.main .important_lower {
    border: 2px solid #E889C9;
}

.main .important_lower li::before {
    background-color: #E889C9;
}

/* ▲▲ 重要なお知らせのスタイル ▲▲ */

/* ▲▲▲▲ 緊急情報・防災行政無線・重要なお知らせのスタイル ▲▲▲▲ */

/**** スライドショーのスタイル ****/
.vis {
    position: relative;
    margin-top: 0;
}

.vis h2 {
    padding: 0;
    margin: 0;
    height: 0;
}

.vis .vis_bg {
    position: relative;
}

.vis .vis_bg .slick-list ul {
    position: relative;
}

.vis .vis_bg .slick-list::before {
    position: absolute;
    top: auto;
    bottom: 6px;
    left: 0;
    content: "";
    width: calc(28% + 6px);
    height: 58%;
    background-image: url(img/vis_flame.png);
    background-size: cover;
    background-color: transparent;
    z-index: 1;
    border-radius: 0;
}

.vis .vis_bg ul.slick-dots::before {
    display: none;
}

.vis .vis_bg li {
    margin: 0;
    padding: 0;
}

.vis .vis_bg li::before {
    display: none;
}

/**** 画像リストのスタイル ****/
.ilist {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .ilist_lower ul {
    display: flex;
    flex-flow: row wrap;
}

.main .ilist_lower ul>li {
    padding-left: 0;
    margin-right: 12px;
    text-align: center;
    width: calc((100% - 60.1px) / 6);
}

.main .ilist_lower ul>li:nth-of-type(6n) {
    margin-right: 0;
}

.main .ilist_lower ul>li::before {
    display: none;
}

.main .ilist_lower ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.main .ilist_lower ul>li .ilist_in {
    background: #dbede8;
    padding: 16px;
    height: 100%;
    width: 100%;
}

.main .ilist_lower .ilist_right {
    margin-top: 8px
}

.main .ilist_lower ul>li .ilist_title {
    text-align: center;
}

.main .ilist_lower ul>li .ilist_text {
    text-align: left;
    font-size: 85%;
    margin-top: 0;
}

.ilist .ilist_title {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .main .ilist_lower ul>li {
        width: calc((100% - 36.1px) / 3);
    }

    .main .ilist_lower ul>li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main .ilist_lower ul>li:nth-of-type(n) {
        margin-right: 0;
        width: 100%;
    }
}

/**** 画像リスト2のスタイル ****/
.ilist2 {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .ilist2_lower ul {
    display: flex;
    flex-flow: row wrap;
}

.main .ilist2_lower ul>li {
    padding-left: 0;
    margin-right: 12px;
    text-align: center;
    width: calc((100% - 36.1px) / 4);
}

.main .ilist2_lower ul>li:nth-of-type(4n) {
    margin-right: 0;
}

.main .ilist2_lower ul>li::before {
    display: none;
}

.main .ilist2_lower ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.main .ilist2_lower ul>li .ilist_in {
    background: #dbede8;
    padding: 16px;
    display: flex;
    height: 100%;
    width: 100%;
}

.main .ilist2_lower ul>li .ilist_left {
    align-self: center;
    width: 40%;
}

.main .ilist2_lower ul>li .ilist_right {
    align-self: center;
    width: 54%;
    margin-left: 6%;
}

.ilist2 .ilist_title {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .main .ilist2_lower ul>li {
        width: calc((100% - 24.1px) / 2);
    }

    .main .ilist2_lower ul>li:nth-of-type(3n) {
        margin-right: 12px;
    }

    .main .ilist2_lower ul>li:nth-of-type(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main .ilist2_lower ul>li:nth-of-type(n) {
        margin-right: 0;
        width: 100%;
    }
}

/**** 分類のスタイル ****/
.category,
.category2,
.category3,
.category4,
.category5 {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
}

.category h2,
.category2 h2,
.category3 h2,
.category4 h2,
.category5 h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.category h2 a,
.category2 h2 a,
.category3 h2 a,
.category4 h2 a,
.category5 h2 a {
    color: #2b3095;
}

.category h2 a:hover,
.category2 h2 a:hover,
.category3 h2 a:hover,
.category4 h2 a:hover,
.category5 h2 a:hover {
    color: #860000
}

.main .category_3_ul {
    font-size: 85%;
}

.main .category_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

/**** 各課の窓口のスタイル ****/
.kakuka {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.kakuka h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.kakuka h2 a {
    color: #2b3095;
}

.kakuka h2 a:hover {
    color: #860000;
}

/**** 催し物・講座のスタイル ****/
.event {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.event h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.event h2 a {
    color: #2b3095;
}

.event h2 a:hover {
    color: #860000;
}

.main .event_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .event_lower li {
    padding-left: 0;
}

.main .event_lower li::before {
    display: none;
}

.main .event_lower li .eve_cate {
    display: inline-block;
    font-size: 85%;
    background: #007bbb;
    color: #fff;
    border-radius: 4px;
    padding: 4px 4px 2px;
    margin-right: 8px;
    text-align: center;
    vertical-align: top;
    line-height: 1;
    min-width: 80px;
}

.main .event_lower .event_month li {
    margin-right: 8px;
    display: inline-block;
    font-size: 130%;
    margin-top: 8px;
    margin-bottom: 4px;
}

.main .event_lower .event_month img {
    vertical-align: middle;
}

.event_month li.pre a,
.event_month li.next a {
    display: inline-block;
    background: #C4E670;
    font-size: 81.25%;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 0 5px;
    position: relative;
}

.event_month li.pre a:hover,
.event_month li.next a:hover {
    background-color: #D9F29B;
}

.event_month li.pre a {
    padding-left: 16px;
}

.event_month li.next a {
    padding-right: 15px;
}

.event_month li.pre a::before,
.event_month li.next a::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
}

.event_month li.pre a::before {
    left: 4px;
    border-width: 4px 6px 4px 0;
    border-color: transparent #555 transparent transparent;
}

.event_month li.next a::before {
    right: 4px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #555;
}

.event_month li.pre a::before {}

/**** イベントカレンダーのスタイル ****/
.calendar {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.calendar h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.calendar h2 a {
    color: #2b3095;
}

.calendar h2 a:hover {
    color: #860000;
}

.main .calendar_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
    overflow: auto;
}

.main .calendar_lower li {
    padding-left: 0;
}

.main .calendar_lower li::before {
    display: none;
}

.main .calendar_lower .event_month li {
    margin-right: 8px;
    display: inline-block;
}


.main .calendar_lower .event_month img {
    vertical-align: middle;
}

.main .calendar table {
    width: 100%;
}

.main .calendar caption {
    display: none;
}

.main .calendar th {
    padding: 14px 0;
    border: 1px solid #ccc;
    text-align: center;
}

.main .calendar th img {
    vertical-align: middle;
}

.main .calendar td {
    padding: 14px 0 13px;
    min-height: 50px;
    font-size: 88%;
    text-align: center;
    border: 1px solid #ccc;
}

.main .calendar .sun {
    background: #ffd8d6;
}

.main .calendar .sat {
    background: #d9e4fc;
}

.main .calendar .today {
    background: #c9171e;
    color: #fff;
}

.main .calendar .today>strong {
    color: #fff;
}

.main .calendar .today>strong a {
    color: #fff;
}

/**** 新着情報のスタイル ****/
.new {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.new .h2 {
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.new h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
}

.new h2 a {
    color: #2b3095;
}

.new h2 a:hover {
    color: #860000;
}

.main .new_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .new div.date {
    margin-left: 0;
}

.main .new ul li {
    overflow: hidden;
}

.main .new ul li.catch_lst .new_lst {
    margin-right: 100px;
}

.main .new ul li.catch_lst .new_img {
    float: right;
    margin-top: 0;
}

/**** トピックスのスタイル ****/
.topics {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.topics .h2 {
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.topics h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
}

.topics h2 a {
    color: #2b3095;
}

.topics h2 a:hover {
    color: #860000;
}

.main .topics_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .topics div.date {
    margin-left: 0;
}

.main .topics ul li.catch_lst .topics_lst {
    margin-right: 100px;
}

.main .topics ul li.catch_lst .topics_img {
    float: right;
    margin-top: 0;
}

/**** 新着情報・トピックス一覧のスタイル ****/
.main .more {
    font-size: 85%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
}

.main .more li {
    padding: 0;
    margin: 8px 0 0 8px;
    min-width: 180px;
}

.main .more li::before {
    display: none;
}

.main .more li a {
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: #ffdbdb;
}

.main .more li a:hover {
    background: #FFC9C9;
}

.main .more li.rss span {
    background: url(../images/rss_o.svg) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 20px;
}

@media only screen and (max-width: 480px) {
    .main .more {
        max-width: 100%;
    }

    .main .more li {
        margin-left: 0;
        width: 100%;
    }

    .main .more li a {
        padding: 10px;
    }
}

/**** タブ切り替えのスタイル ****/
.main .free_tab {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .free_tab .tab_index {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #89BBAD;
    margin-bottom: -25px;
}

.main .free_tab .tab_index .tab_change {
    text-align: center;
    display: flex;
    font-size: 120%;
    width: 49.5%;
}

.main .free_tab .tab_index .tab_change a {

    display: inline-block;
    padding: 8px 10px 6px;
    width: 100%;
    text-decoration: none;
    background: #fff;
    border: 2px solid #89BBAD;
    border-bottom: 0;
}

.main .free_tab .tab_index .tab_change.is-active a {
    background: #007bbb;
}

.main .free_tab .tab_index .tab_change.is-active a>strong {
    color: #fff;
}

.main .free_tab li.tab_panel {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .main .free_tab li.tab_panel {
        display: block !important;
    }
}

.main .free_tab li.tab_panel::before {
    display: none;
}

.main .free_tab h2 {
    background: none;
    position: absolute;
    z-index: -1;
}

.main .free_tab .new .h2,
.main .free_tab .topics .h2 {
    display: none;
}

.main .free_tab .new,
.main .free_tab .topics {
    padding: 0;
}

.main .free_tab .new_lower,
.main .free_tab .topics_lower {
    background: #fff;
}

/******** ▼▼ ピックアップ・ピックアップ2のスタイル ▼▼ ********/

.pickup,
.pickup2 {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.pickup h2,
.pickup2 h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.pickup h2 a,
.pickup2 h2 a {
    color: #2b3095;
}

.pickup h2 a:hover,
.pickup2 h2 a:hover {
    color: #860000;
}

.main .pickup_lower,
.main .pickup2_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .pickup_lower .pickup_sub,
.main .pickup2_lower .pickup_sub {
    margin-top: 20px;
}

.main .pickup_lower .pickup_sub:first-child,
.main .pickup2_lower .pickup_sub:first-child {
    margin-top: 12px;
}

.main .pickup_lower .pickup_sub h3,
.main .pickup2_lower .pickup_sub h3 {
    padding: 4px 6px;
    width: 100%;
    font-size: 110%;
    text-align: left;
    background: #e8f4f9;
}

.main .pickup_lower .pickup_sub h3::before,
.main .pickup2_lower .pickup_sub h3::before {
    display: none;
}

.main .pickup_lower .pickup_sub p,
.main .pickup2_lower .pickup_sub p {
    font-size: 85%;
    margin-top: 6px;
}


/******** ▲▲ ピックアップ・ピックアップ2のスタイル ▲▲ ********/

/**** ランキングのスタイル ****/
.ranking {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.ranking h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.main .ranking_lower {
    padding: 4px 16px 16px 10px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .ranking_lower ol li {
    list-style-type: decimal;
    padding-left: 0;
    list-style-position: inside;
}

.main .ranking_lower ol li::before {
    display: none;
}

/**** 人口・世帯数のスタイル ****/
.j_s {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.j_s h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.main .j_s_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .j_s li {
    padding-left: 0;
}

.main .j_s li::before {
    display: none;
}

.main .j_s li strong {
    margin-right: 8px;
}

.main .j_s p {
    font-size: 85%;
    text-align: right;
}

/**** バナー広告のスタイル ****/
.bana {
    margin-top: 24px;
}

.bana_h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 12px 8px;
    background: #f2e7e7;
    border-bottom: 2px solid #AD7575;
}

.main .bana_h2 {
    border-bottom: none;
}

.bana_h2 h2 {
    padding: 0;
}

.bana_h2 p {
    margin-left: 8px;
    margin-top: 0;
    font-size: 85%;
}

.bana_text {
    margin-top: 18px;
    font-size: 88%;
    text-align: center;
}

.bana_text a {
    margin-left: 16px;
}

.bana_lower {
    border: 2px solid #007bbb;
    border-top: none;
    padding: 4px 16px 16px;
    text-align: center;
}

.main .bana ul {
    display: flex;
    flex-wrap: wrap;
}

.main .bana li {
    margin-right: calc(5% / 6);
    padding-left: 0;
    width: calc(95% / 7);
}

.main .bana li:nth-child(7n) {
    margin-right: 0;
}

.main .bana li::before {
    display: none;
}

.main .bana li a {
    display: block;
}

.main .bana li img {
    width: 100%;
}

.main .bana li .window {
    margin-top: 5px;
}


@media only screen and (max-width: 820px) {

    .main .bana li,
    .main .bana li:nth-child(7n) {
        margin-right: calc(5% / 5);
        padding-left: 0;
        width: calc(95% / 5);
    }

    .main .bana li:nth-child(5n) {
        margin-right: 0;
    }
}


@media only screen and (max-width: 480px) {

    .main .bana li,
    .main .bana li:nth-child(5n),
    .main .bana li:nth-child(7n) {
        margin-right: 2%;
        padding-left: 0;
        width: calc(98% / 2);
    }

    .main .bana li:nth-child(even) {
        margin-right: 0;
    }

    .bana_h2 p {
        margin-left: 0px;
    }
}

/**** RSSのスタイル ****/
.rss {
    margin-top: 24px;
}

.rss h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.rss .rss_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .rss li {
    padding-left: 0;
}

.main .rss li::before {
    display: none;
}

.rss_body .rss_icon {
    margin-left: 10px;
}

.rss_body h2 a.rss_icon {
    font-size: 68.75%;
    font-weight: normal;
    margin-bottom: 4px;
}

.rss_body .category h2,
.rss_body .category2 h2,
.rss_body .category3 h2,
.rss_body .category4 h2,
.rss_body .category5 h2 {
    background: none;
    border: none;
    border-bottom: 2px solid #AD7575;
}

/**** 外部RSSのスタイル ****/
.rssfide {
    margin-top: 24px;
}

.rssfide .h2 {
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.rssfide h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
}

.main .rssfide .h3 {
    margin: 0 auto;
    width: fit-content;
    overflow: hidden;
}

.main .rssfide .h3 h3 {
    float: left;
    margin: 10px 12px 10px 0;
}

.main .rssfide .h3 p {
    float: left;
    padding: 8px 0;
    margin: 0;
}

.rssfide .rssfide_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.rssfide .rssfide_management {
    background: #efefef;
    font-size: 85%;
    padding: 8px;
    margin-top: 12px;
}

.rssfide .rssfide_management .title {
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px solid #aaa;
}

.rssfide .rssfide_management .rssfide_copy {
    margin-top: 6px;
}

.main .rssfide .rssfide_management li {
    padding: 0;
    margin: 0;
}

.main .rssfide .rssfide_management li::before {
    display: none;
}

.main .rssfide .rssfide_list li p {
    padding: 0;
    margin: 0;
}

.main .rssfide .rssfide_list li .list p {
    font-size: 85%;
    margin-top: 4px;
}

/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2 {
    background: #FF8F21;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #b45c00, -1px 1px 1px #b45c00, 1px -1px 1px #b45c00, -1px -1px 1px #b45c00, 1px 0 1px #b45c00, 0px 1px 1px #b45c00, -1px 0 1px #b45c00, 0 -1px 1px #b45c00;
    vertical-align: middle;
    padding: 5px 5px 5px 7px;
    line-height: 1.1;
    position: relative;
    vertical-align: middle;
}

a.rss_icon {
    font-size: 90%;
}

a.rss_icon2 {
    font-size: 68.75%;
    padding: 3px 28px 1px 6px;
}

a.rss_icon img {
    margin-left: 4px;
    margin-top: -3px;
    height: auto;
    width: 16px;
    vertical-align: middle;
}

a.rss_icon2 img {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 6px;
    height: auto;
    width: 16px;
    vertical-align: middle;
}

/**** リンク・画像領域（画像）のスタイル ****/
.image {
    text-align: center;
    margin: 24px 0;
}

.main .image h2 {
    background: none;
    padding: 0;
}

.image .image_img {
    display: block;
}

.image .window {
    font-size: 39%;
}

/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
    margin-top: 24px;
}

.link h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.link h2 a {
    color: #2b3095;
}

.link h2 a:hover {
    color: #860000;
}

/**** RSS一覧のスタイル ****/
.rss_list {
    margin-top: 24px;
}

.rss_list h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.rss_list h2 a {
    color: #2b3095;
}

.rss_list h2 a:hover {
    color: #860000;
}

/**** オプションのスタイル ****/
.option {
    margin-top: 24px;
}

.option h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.option h2 a {
    color: #2b3095;
}

.option h2 a:hover {
    color: #860000;
}

.main .option_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

/**** FAQ（よくある質問）のスタイル ****/
.faq {
    margin-top: 24px;
}

.faq h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD !important;
}

.faq h2 a {
    color: #2b3095;
}

.faq h2 a:hover {
    color: #860000;
}

/**** 新着FAQ ****/
.faq_new {
    margin-top: 24px;
}

.faq_new h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.faq_new h2 a {
    color: #2b3095;
}

.faq_new h2 a:hover {
    color: #860000;
}

.main .faq_new_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .faq_new div.date {
    margin-left: 0;
}

.main .faq_new_lower p {
    font-size: 85%;
    margin-top: 4px;
}

/**** 見られているFAQのスタイル ****/
.popular {
    margin-top: 24px;
}

.main .popular h2 {
    padding: 14px 16px !important;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.main .popular_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #89BBAD;
    border-top: none;
}

.main .popular_lower p {
    font-size: 85%;
    margin-top: 4px;
}

/*************** ▼▼▼▼▼▼ 領域共通のスタイル ▼▼▼▼▼▼ ***************/
.main .box_design {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 30px;
    background: #F7F7F7;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.main .box_design::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 16px;
    background: #FFEC76;
    border-radius: 16px 16px 0 0;
}

/*************** ▲▲▲▲▲▲ 領域共通のスタイル ▲▲▲▲▲▲ ***************/

/*************** ▼▼▼▼▼▼ 領域1個別のスタイル ▼▼▼▼▼▼ ***************/
/**** ▼▼▼▼▼▼ メインビジュアル ▼▼▼▼▼▼ ****/
/**** ▲▲▲▲▲▲ メインビジュアル ▲▲▲▲▲▲ ****/
.main .zone01 {
    margin-bottom: 140px;
}

.main .zone01_ctr01 {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 70px;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .zone01_box01 {
    width: calc(37% + 5px);
}

@media only screen and (max-width: 820px) {
    .main .zone01_box01 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

/**** ▼▼▼▼▼▼ 検索ボックス ▼▼▼▼▼▼ ****/
.main .src_ctr {
    position: relative;
    padding: 40px 30px;
    background: #F1FBF1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 16px;
}

@media only screen and (max-width: 480px) {
    .main .src_ctr {
        padding: 40px 16px;
    }
}

.main .src_ctr::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 16px;
    background: #C4E670;
    border-radius: 16px 16px 0 0;
}

@media only screen and (max-width: 820px) {
    .main .src_ctr {
        width: 49%;
    }
}

@media only screen and (max-width: 595px) {
    .main .src_ctr {
        width: 100%;
    }
}

.main .src_ctr .src_box {
    width: 100%;
}

.main .src_ctr #cse-search-box3 .q {
    width: calc(100% - 87px) !important;
    font-size: 130%;
    border: 1px solid #C4E670 !important;
    border-radius: 4px 0 0 4px;
}

.main .src_ctr #cse-search-box3 button {
    padding: 7px 16px 9px 37px;
    min-height: 40px;
    font-size: 100%;
    color: #2b3095;
    background-color: #C4E670;
    background-image: url(img/icon/src.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 16px 12px;
    border: none;
    border-radius: 0 4px 4px 0;
}

.main .src_ctr #cse-search-box3 button:hover {
    color: #890000;
    background-color: #D9F29B;
    background-image: url(img/icon/src2.png);
}

.main .src_ctr ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main .src_ctr li {
    margin-right: 20px;
    margin-top: 8px;
    padding: 0;
    width: calc(50% - 10px);
}

@media only screen and (max-width: 1024px) {
    .main .src_ctr li {
        margin-right: 6px;
        width: calc(50% - 3px);
    }

    .main .src_ctr li a {
        font-size: 88%;
    }
}

@media only screen and (max-width:480px) {
    .main .src_ctr li {
        margin-right: 6px;
        width: calc(50% - 3px);
    }
}

.main .src_ctr li:first-child,
.main .src_ctr li:nth-child(2) {
    margin-top: 14px;
}


.main .src_ctr li:nth-child(even) {
    margin-right: 0;
}

.main .src_ctr li a {
    display: block;
    padding: 8px 10px;
    height: 100%;
    text-align: center;
    text-decoration: none;
    letter-spacing: normal;
    background: #C4E670;
    border-radius: 4px;
}

.main .src_ctr li a:hover {
    background: #D9F29B;
}

@media only screen and (max-width:1024px) {
    .main .src_ctr li a {
        padding: 8px 3px;
    }
}

.main .src_ctr li::before {
    display: none;
}


/**** ▼▼▼▼ 検索されるキーワード ▼▼▼▼ ****/
.main .src_ctr li.src_keyword {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .main .src_ctr li.src_keyword .ac_display {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
        border: none;
    }

    .main .src_ctr li.src_keyword .ac_display::before,
    .main .src_ctr li.src_keyword .ac_display::after {
        display: none;
    }
}

.main .src_ctr li.src_keyword .src_keyword_lower {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: none;
    padding: 16px;
    width: 300px;
    background: #F1FBF1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 4px;
    z-index: 10;
}

@media only screen and (max-width: 370px) {
    .main .src_ctr li.src_keyword .src_keyword_lower {
        width: 270px;
    }
}

.main .src_ctr li.src_keyword .src_keyword_lower li {
    margin-right: 12px;
    margin-top: 8px;
    padding: 0;
    width: auto;
}

.main .src_ctr li.src_keyword .src_keyword_lower li a {
    display: inline;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    background: transparent;
    border-radius: 0;
}

/**** ▼▼ 閉じるボタン ▼▼ ****/
.main .src_ctr li.src_keyword .src_keyword_lower .src_keyword_close a {
    display: block;
    margin-left: auto;
    padding: 1px 4px;
    text-decoration: none;
    width: fit-content;
    font-size: 90%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

/**** ▲▲ 閉じるボタン ▲▲ ****/

/**** ▲▲▲▲ 検索されるキーワード ▲▲▲▲ ****/

/**** ▲▲▲▲▲▲ 検索ボックス ▲▲▲▲▲▲ ****/
/**** ▼▼▼▼▼▼ もしものときは ▼▼▼▼▼▼ ****/
.main .if_box {
    position: relative;
    margin-top: 30px;
    padding: 40px 45px;
    background: #FFE8EC;
}

.main .if_box::before {
    background: #FAB4C0;
}

@media only screen and (max-width: 820px) {
    .main .if_box {
        margin-top: 0;
        margin-left: auto;
        width: 49%;
    }
}

@media only screen and (max-width: 595px) {
    .main .if_box {
        margin-top: 30px;
        width: 100%;
    }
}

.main .if_box h2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    text-align: center;
    background: none;
    color: #000;
    z-index: 0;
}

.main .if_box h2::before {
    position: absolute;
    bottom: 5px;
    left: -6px;
    content: "";
    width: calc(100% + 12px);
    height: 5px;
    background: #FFB8C5;
    z-index: -1;
}

.main .if_box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.main .if_box li {
    padding-left: 0;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
}

@media only screen and (max-width: 820px) {
    .main .if_box li {
        width: 100%;
    }
}

@media only screen and (max-width: 595px) {
    .main .if_box li {
        width: 50%;
    }
}

@media only screen and (max-width: 455px) {
    .main .if_box li {
        width: 100%;
    }
}

.main .if_box li::before {
    display: none;
}

/**** ▲▲▲▲▲▲ もしものときは ▲▲▲▲▲▲ ****/
/**** ▼▼▼▼▼▼ 新着情報・募集情報 ▼▼▼▼▼▼ ****/
.main .new_recruiting {
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    width: calc(59% + 3px);
    background: #FEFEFE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 16px;
}

@media only screen and (max-width: 820px) {
    .main .new_recruiting {
        margin-top: 30px;
        width: 100%;
    }
}

.main .new_recruiting .tab_index {
    border: none;
}

.main .new_recruiting .new p.mobile_display,
.main .new_recruiting .topics p.mobile_display {
    display: none;
}

@media only screen and (max-width: 480px) {
    .main .new_recruiting .tab_index {
        margin-bottom: 0;
    }
}

.main .new_recruiting .tab_index .tab_change {
    width: 50%;
}

.main .new_recruiting .tab_index .tab_change a {
    position: relative;
    padding: 28px 10px 12px;
    background: #DDDDDD;
    border: none;
}

.main .free_tab .tab_index .tab_change.is-active a {
    background: #dbede8;
}

.main .new_recruiting .tab_index .tab_change.is-active a {
    background: #FEFEFE;
}

.main .new_recruiting .tab_index .tab_change:first-child a,
.main .new_recruiting .tab_index .tab_change:first-child a::before {
    border-radius: 16px 0 0 0;
}

.main .new_recruiting .tab_index .tab_change:last-child a,
.main .new_recruiting .tab_index .tab_change:last-child a::before {
    border-radius: 0 16px 0 0;
}

.main .new_recruiting .tab_index .tab_change a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 16px;
}

.main .free_tab .tab_index .tab_change a::before {
    background: #999999;
}

.main .free_tab .tab_index .tab_change.is-active a::before {
    background: #FFEE83;
}

.main .free_tab .tab_index .tab_change a strong {
    font-size: 104%;
}

.main .free_tab .tab_index .tab_change.is-active a strong {
    color: #000;
}


@media only screen and (max-width: 480px) {
    .main .new_recruiting .tab_index .tab_change a {
        pointer-events: none !important;
        background: #fff;
    }

    .main .new_recruiting .tab_index .tab_change:first-child a {
        text-align: right;
    }

    .main .new_recruiting .tab_index .tab_change:last-child a {
        text-align: left;
    }

    .main .new_recruiting .tab_index .tab_change a::before {
        background: #FFEE83;
    }

    .main .new_recruiting .tab_index .tab_change a strong {
        color: #000;
    }

    .main .new_recruiting .mobile_box {
        display: flex;
        margin: 0 12px;
        align-items: center;
        border: 1px solid #000;
        border-radius: 4px;
    }

    .main .new_recruiting .new h2,
    .main .new_recruiting .topics h2 {
        position: relative;
        padding: 8px 72px 8px 16px !important;
        width: 100%;
        color: #2b3095;
        z-index: 0;
    }

    .main .new_recruiting .new p.mobile_display,
    .main .new_recruiting .topics p.mobile_display {
        position: absolute;
        top: 2px;
        right: 24px;
        display: inline-block;
        margin: 0;
        margin-top: 8px;
        font-size: 72%;
        background: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        z-index: 100;
    }

    .main .new_recruiting .new p.mobile_display a,
    .main .new_recruiting .topics p.mobile_display a {
        position: relative;
        display: inline-block;
        padding: 4px 4px 4px 18px;
        text-decoration: none;
    }

    .main .new_recruiting .new p.mobile_display a::before,
    .main .new_recruiting .new p.mobile_display a::after,
    .main .new_recruiting .topics p.mobile_display a::before,
    .main .new_recruiting .topics p.mobile_display a::after {
        position: absolute;
        content: '';
        background: #555;
        left: 4px;
        top: 11px;
        height: 2px;
        width: 10px;
    }

    .main .new_recruiting .new p.mobile_display a::after,
    .main .new_recruiting .topics p.mobile_display a::after {
        transform: rotate(90deg);
    }

    .main .new_recruiting .new .mobile_box.active p.mobile_display a::after,
    .main .new_recruiting .topics .mobile_box.active p.mobile_display a::after {
        transform: rotate(0deg);
    }
}

.main .new_recruiting .new_lower,
.main .new_recruiting .topics_lower {
    padding: 30px 70px 40px;
    background: none;
    border: none;
    border-radius: 0 0 16px 16px;
}

@media only screen and (min-width: 481px) {

    .main .new_recruiting .new_lower,
    .main .new_recruiting .topics_lower {
        display: block !important;
    }
}

@media only screen and (max-width: 480px) {

    .main .new_recruiting .new_lower,
    .main .new_recruiting .topics_lower {
        display: none;
        padding: 10px 20px 40px;
    }

}

.main .new_recruiting .new_lower ul,
.main .new_recruiting .topics_lower ul {
    max-height: 262px;
    overflow-y: auto;
}

@media only screen and (max-width: 480px) {

    .main .new_recruiting .new_lower ul,
    .main .new_recruiting .topics_lower ul {
        max-height: none;
        overflow-y: visible;
    }
}

.main .new_recruiting .new_lower ul li,
.main .new_recruiting .topics_lower ul li {
    margin-top: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: 1px dotted #E5E5E5;
}

/* ▼ テキストと画像 ▼ */
/* テキスト */
.main .new_recruiting .new_lower ul li .new_lst,
.main .new_recruiting .topics_lower ul li .new_lst {
    /*    width: calc(100% - 100px);*/
}

/* 画像 */
/*
.main .new_recruiting .new_lower ul li .new_img,
.main .new_recruiting .topics_lower ul li .new_img {
    float: right;
}
*/

/* ▲ テキストと画像 ▲ */

.main .new_recruiting .new_lower .more,
.main .new_recruiting .topics_lower .more {
    justify-content: center;
}

.main .new_recruiting .new_lower .more li,
.main .new_recruiting .topics_lower .more li {
    max-width: 180px;
    min-width: auto;
    width: 100%;
    border-bottom: none;
}

.main .new_recruiting .more a {
    font-size: 118%;
    background: #C4E670;
    border: none;
    border-radius: 4px;
}

.main .new_recruiting .more a:hover {
    background: #D9F29B;
}

/* ▼ テキストリンク「RSSについて」 ▼ */
.main .new_recruiting .rss_link {
    margin-left: calc(50% + 8px);
}

@media only screen and (max-width: 893px) {
    .main .new_recruiting .rss_link {
        margin-left: calc(50% - 85px);
    }
}

@media only screen and (max-width: 820px) {
    .main .new_recruiting .rss_link {
        margin-left: calc(50% + 8px);
    }
}

@media only screen and (max-width: 539px) {
    .main .new_recruiting .rss_link {
        margin-left: calc(50% - 85px);
    }
}

@media only screen and (max-width: 480px) {
    .main .new_recruiting .rss_link {
        margin-left: calc(50% + 8px);
    }
}

@media only screen and (max-width: 423px) {
    .main .new_recruiting .rss_link {
        margin-left: calc(50% - 85px);
    }
}

/* ▲ テキストリンク「RSSについて」 ▲ */

/**** ▲▲▲▲▲▲ 新着情報・募集情報 ▲▲▲▲▲▲ ****/
/*************** ▲▲▲▲▲▲ 領域1個別のスタイル ▲▲▲▲▲▲ ***************/
/*************** ▼▼▼▼▼▼ 領域2個別のスタイル ▼▼▼▼▼▼ ***************/
/**** ▼▼▼▼▼▼ ピックアップ ▼▼▼▼▼▼ ****/
.main .zone02 .pickup_ctr {
    padding: 70px 0 40px;
    background: url(img/bg/pickup.jpg);
    background-size: cover;
}

.main .zone02 .pickup_box {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .zone02 .pickup_box .vis2_bg {
    padding: 58px 77px 0;
}

@media only screen and (max-width: 480px) {
    .main .zone02 .pickup_box .vis2_bg {
        padding: 58px 20px 0;
    }
}

.main .zone02 .pickup_box li {
    padding: 12px;
    pointer-events: none;
    transition: all .5s ease;
}

@media only screen and (max-width: 1024px) {
    .main .zone02 .pickup_box li {
        padding: 0 12px;
        pointer-events: auto;
    }
}

.main .zone02 .pickup_box li:hover {
    padding: 6px;
}

.main .zone02 .pickup_box li::before {
    display: none;
}

.main .zone02 .pickup_box li a {
    pointer-events: auto;
}

.main .zone02 .pickup_box h2 {
    margin-top: -142px;
}

.main .zone02 .pickup_box ul.slick-dots li {
    pointer-events: auto;
}


.main .zone02 .pickup_box .ilist_right {
    text-align: center;
}

/**** ▲▲▲▲▲▲ ピックアップ ▲▲▲▲▲▲ ****/
.main .zone02_ctr01 {
    margin: 70px auto 70px;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

/**** ▼▼▼▼▼▼ 町政情報 ▼▼▼▼▼▼ ****/
.main .administration_box {
    padding: 0 30px;
}

@media only screen and (max-width: 820px) {
    .main .administration_box {
        padding: 0;
    }
}

.main .administration_box h2 {
    margin-bottom: 30px;
}

.main .administration_box .ilist_lower ul>li {
    width: calc((100% - 195px) / 4);
    margin-right: 65px;
}

.main .administration_box .ilist_lower ul>li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 820px) {
    .main .administration_box .ilist_lower ul>li {
        width: calc((100% - 48px) / 4);
        margin-right: 16px;
    }
}

@media only screen and (max-width: 780px) {

    .main .administration_box .ilist_lower ul>li,
    .main .administration_box .ilist_lower ul>li:nth-child(4n) {
        width: calc((100% - 32px) / 3);
        margin-right: 16px;
    }

    .main .administration_box .ilist_lower ul>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 570px) {

    .main .administration_box .ilist_lower ul>li,
    .main .administration_box .ilist_lower ul>li:nth-child(3n),
    .main .administration_box .ilist_lower ul>li:nth-child(4n) {
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    .main .administration_box .ilist_lower ul>li:nth-child(even) {
        margin-right: 0;
    }
}

.main .administration_box .ilist_lower ul>li .ilist_in {
    position: relative;
    padding: 0;
    background: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.main .administration_box .ilist_lower ul>li a .ilist_in .ilist_left img {
    transition-duration: 0.5s;
    width: 100%;
}

.main .administration_box .ilist_lower ul>li a:hover .ilist_in .ilist_left img {
    transform: scale(1.1);
}

.main .administration_box .ilist_lower ul>li .ilist_in .ilist_right {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding-bottom: 1px;
    padding-left: 3px;
    align-items: flex-end;
    margin-top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
        -1px 1px 0 #000, 1px -1px 0 #000,
        0px 1px 0 #000, 0-1px 0 #000,
        -1px 0 0 #000, 1px 0 0 #000;
}

/**** ▲▲▲▲▲▲ 町政情報 ▲▲▲▲▲▲ ****/
/**** ▼▼▼▼▼▼ ケース「暮らしの便利情報、人口・世帯数」 ▼▼▼▼▼▼ ****/
.main .zone02_box01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.main .zone02_box01 .useful_box h3,
.main .zone02_box01 .j_s_box h3 {
    margin-bottom: 12px;
}

/**** ▼▼▼▼ 暮らしの便利情報 ▼▼▼▼ ****/
.main .zone02_box01 .useful_box {
    width: calc(71% + 1px);
}

@media only screen and (max-width: 820px) {
    .main .zone02_box01 .useful_box {
        width: 100%;
    }
}

.main .zone02_box01 .useful_box ul {
    display: flex;
    flex-wrap: wrap;
}

.main .zone02_box01 .useful_box li {
    width: 50%;
    font-size: 88%;
}

@media only screen and (max-width: 480px) {
    .main .zone02_box01 .useful_box li {
        width: 100%;
    }
}

/**** ▲▲▲▲ 暮らしの便利情報 ▲▲▲▲ ****/
/**** ▼▼▼▼ 人口・世帯数 ▼▼▼▼ ****/
.main .zone02_box01 .j_s_box {
    margin-top: 0;
    margin-left: auto;
    width: calc(25% + 6px);
}

@media only screen and (max-width: 820px) {
    .main .zone02_box01 .j_s_box {
        margin: 24px auto 0;
        width: fit-content;
    }
}

.main .zone02_box01 .j_s_box .j_s {
    margin: 0 auto;
    max-width: 215px;
    width: 100%;
}

.main .zone02_box01 .j_s_box .j_s .j_s_lower {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    background: none;
    border: none;
}

.main .zone02_box01 .j_s_btn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
}

@media only screen and (max-width: 1100px) {
    .main .zone02_box01 .j_s_btn {
        display: block;
        width: fit-content;
    }
}

@media only screen and (max-width: 820px) {
    .main .zone02_box01 .j_s_btn {
        display: flex;
    }
}

.main .zone02_box01 .j_s_btn li {
    display: flex;
    align-items: center;
    padding-left: 0;
    width: fit-content;
    background: #C4E670;
    border-radius: 4px;
}

.main .zone02_box01 .j_s_btn li:hover {
    background: #D9F29B;
}

.main .zone02_box01 .j_s_btn li::before {
    display: none;
}

.main .zone02_box01 .j_s_btn li:last-child {
    margin-left: auto;
}

@media only screen and (max-width: 1100px) {

    .main .zone02_box01 .j_s_btn li,
    .main .zone02_box01 .j_s_btn li:last-child {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 820px) {

    .main .zone02_box01 .j_s_btn li {
        margin-left: 0;
        margin-right: 0;
    }

    .main .zone02_box01 .j_s_btn li:last-child {
        margin-left: 10px !important;
    }
}

.main .zone02_box01 .j_s_btn li a {
    padding-left: 18px;
    display: flex;
    padding: 6px 6px 6px 24px;
    font-size: 68%;
    text-decoration: none;
    background-size: 12px;
    background-position: 8px 9px;
    background-repeat: no-repeat;
}

.main .zone02_box01 .j_s_btn li:first-child a {
    background-image: url(img/icon/statistics.png);
}

.main .zone02_box01 .j_s_btn li:first-child a:hover {
    background-image: url(img/icon/statistics2.png);
}

.main .zone02_box01 .j_s_btn li:last-child a {
    background-image: url(img/icon/opendata.png);
}

.main .zone02_box01 .j_s_btn li:last-child a:hover {
    background-image: url(img/icon/opendata2.png);
}

.main .zone02_box01 .j_s_btn li a span {
    display: block;
}

.main .zone02_box01 .j_s_btn li a span:first-child {
    margin-top: 2px;
    margin-right: 6px;
    width: 12px;
    height: 12px;
}

.main .zone02_box01 .j_s_btn li a span img {
    max-width: none;
    width: 100%;
    vertical-align: inherit;
}

.main .zone02_box01 .j_s_box .j_s .j_s_lower strong {
    margin-right: 30px;
    padding-left: 25px;
    display: inline-block;
    color: #000;
}

.main .zone02_box01 .j_s_box .j_s .j_s_lower li strong {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-image: url(img/j_s/icon01.png);
}

.main .zone02_box01 .j_s_box .j_s .j_s_lower li:nth-child(2) strong {
    background-image: url(img/j_s/icon03.png);
}

.main .zone02_box01 .j_s_box .j_s .j_s_lower li:nth-child(3) strong {
    background-image: url(img/j_s/icon04.png);
}

.main .zone02_box01 .j_s_box .j_s .j_s_lower li:nth-child(4) strong {
    background-image: url(img/j_s/icon02.png);
}

/**** ▲▲▲▲ 人口・世帯数 ▲▲▲▲ ****/
/**** ▲▲▲▲▲▲ ケース「暮らしの便利情報、人口・世帯数」 ▲▲▲▲▲▲ ****/
/*************** ▲▲▲▲▲▲ 領域2個別のスタイル ▲▲▲▲▲▲ ***************/
/*************** ▼▼▼▼▼▼ 領域3個別のスタイル ▼▼▼▼▼▼ ***************/
.zone03 {
    padding: 70px 0;
    background-image: url(img/bg/break02.jpg);
    background-size: cover;
}

.zone03 .zone03_in {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.zone03 .zone03_in .zone03_ctr01 h2 {
    width: 100%;
}

.main .zone03 .zone03_in .zone03_ctr01 h3 {
    margin-bottom: 24px;
}

.main .zone03 .zone03_in .zone03_ctr01 .mobile_box h3 .mobile_span {
    display: none;
}

.main .zone03 .zone03_in .zone03_ctr01 .mobile_box .mobile_display {
    display: none;
}

@media only screen and (max-width: 480px) {
    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box {
        position: relative;
        border: 1px solid #000;
        border-radius: 4px;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box h3 {
        margin: 0;
        padding: 8px 72px 8px 16px;
        width: 100%;
        text-align: left;
        font-size: 113%;
        color: #2b3095;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box h3::before {
        display: none;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box h3 .mobile_span {
        display: inline-block;
    }

    /* ▽表示・隠す */
    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box .mobile_display {
        position: absolute;
        top: 2px;
        right: 12px;
        display: inline-block;
        margin: 0;
        margin-top: 6px;
        font-size: 72%;
        border: 1px solid #000;
        border-radius: 3px;
        z-index: 100;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box .mobile_display a {
        position: relative;
        display: inline-block;
        padding: 4px 4px 4px 18px;
        text-decoration: none;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box .mobile_display a::before,
    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box .mobile_display a::after {
        position: absolute;
        content: '';
        background: #555;
        left: 4px;
        top: 11px;
        height: 2px;
        width: 10px;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box .mobile_display a::after {
        transform: rotate(90deg);
    }

    .main .zone03 .zone03_in .zone03_ctr01 .mobile_box.active .mobile_display a::after {
        transform: rotate(0deg);
    }

    /* △表示・隠す */

    .main .zone03 .zone03_in .zone03_ctr01 .event .event_lower {
        display: none;
    }


}

/**** ▼▼▼▼ 開催中・近日開催のイベント ▼▼▼▼ ****/
.main .zone03 .zone03_in .zone03_ctr01 .event {
    width: calc(49% + 3px);
}

@media only screen and (max-width: 820px) {
    .main .zone03 .zone03_in .zone03_ctr01 .event {
        width: 100%;
    }
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower {
    padding: 0;
    background: none;
    border: none;
}

@media only screen and (min-width: 481px) {

    .main .zone03 .zone03_in .zone03_ctr01 .event .event_lower {
        display: block !important;
    }
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower ul {
    max-height: 241px;
    overflow-y: auto;
}

@media only screen and (max-width: 480px) {
    .main .zone03 .zone03_in .zone03_ctr01 .event {
        padding: 0;
    }

    .main .zone03 .zone03_in .zone03_ctr01 .event .event_lower ul {
        max-height: none;
        overflow-y: visible;
    }
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower li {
    position: relative;
    margin-top: 12px;
    padding: 0 10px 10px 19px;
    border-bottom: 1px dotted #E5E5E5;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 7px;
    height: 7px;
    background: #C4E670;
    border-radius: 50%;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower .more {
    margin-top: 20px;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower .more li {
    margin: 0 auto;
    padding: 0;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower .more li::before {
    display: none;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower .more li a {
    background: #C4E670;
    border: none;
    border-radius: 4px;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower .more li a:hover {
    background-color: #D9F29B;
}

/**** ▼▼ 〇〇年度イベント情報 ▼▼ ****/
.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower ul.ul_year {
    margin-bottom: 9px;
    max-height: none;
    overflow-y: visible;
    font-weight: bold;
}

.main .zone03 .zone03_in .zone03_ctr01 .event .event_lower ul.ul_year li {
    border-bottom: none;
}

/**** ▲▲ 〇〇年度イベント情報 ▲▲ ****/

/**** ▲▲▲▲ 開催中・近日開催のイベント ▲▲▲▲ ****/

/**** ▼▼▼▼ カレンダー ▼▼▼▼ ****/
.zone03 .zone03_in .zone03_ctr01 .calendar {
    margin-left: auto;
    width: calc(48% + 4px);
}

@media only screen and (max-width: 820px) {
    .zone03 .zone03_in .zone03_ctr01 .calendar {
        margin-top: 50px;
        width: 100%;
    }
}

.zone03 .zone03_in .zone03_ctr01 .calendar .calendar_lower {
    padding: 0;
    background: none;
    border: none;
}

.zone03 .zone03_in .zone03_ctr01 .calendar tbody {
    background: #fff;
}

.zone03 .zone03_in .zone03_ctr01 .calendar .event_month {
    text-align: center;
}

.zone03 .zone03_in .zone03_ctr01 .calendar li {
    margin-top: 0;
}

.zone03 .zone03_in .zone03_ctr01 .calendar li a {
    font-size: 100%;
}

.zone03 .zone03_in .zone03_ctr01 .calendar .event_month li a,
.zone03 .zone03_in .zone03_ctr01 .calendar .event_month li.pre a,
.zone03 .zone03_in .zone03_ctr01 .calendar .event_month li.next a {
    margin-bottom: 18px;
}

.zone03 .zone03_in .zone03_ctr01 .calendar li:nth-child(2) a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    text-decoration: none;
    background: #C4E670;
}

.zone03 .zone03_in .zone03_ctr01 .calendar li:nth-child(2) a:hover {
    background: #D9F29B;
}

/**** ▲▲▲▲ カレンダー ▲▲▲▲ ****/

/**** ▼▼▼▼ 領域3個別のスタイル ▼▼▼▼ ****/
/**** ▲▲▲▲ 領域3個別のスタイル ▲▲▲▲ ****/

/*************** ▲▲▲▲▲▲ 領域3個別のスタイル ▲▲▲▲▲▲ ***************/
/*************** ▼▼▼▼▼▼ 領域4個別のスタイル ▼▼▼▼▼▼ ***************/
.main .zone04 {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

/**** ▼▼▼▼▼▼ イベント情報 ▼▼▼▼▼▼ ****/
/**** ▲▲▲▲▲▲ イベント情報 ▲▲▲▲▲▲ ****/
/**** ▼▼▼▼▼▼ 関連サイト ▼▼▼▼▼▼ ****/
.main .zone04 .relate_box {
    margin-top: 70px;
    padding: 0 30px;
}

@media only screen and (max-width: 820px) {
    .main .zone04 .relate_box {
        padding: 0;
    }
}

.main .zone04 .relate_box .ilist_lower {
    margin-top: 18px;
    padding: 0;
    border: none;
}

.main .zone04 .relate_box .ilist_lower ul {
    flex-wrap: wrap;
}

.main .zone04 .relate_box .ilist_lower li {
    margin: 12px auto 0 0;
    width: 18%;
}

@media only screen and (max-width: 820px) {
    .main .zone04 .relate_box .ilist_lower li {
        width: 24%;
    }
}

@media only screen and (max-width: 550px) {
    .main .zone04 .relate_box .ilist_lower li {
        width: 49%;
    }
}

.main .zone04 .relate_box .ilist_lower li:nth-child(5n) {
    margin: 12px 0 0 0;
}

@media only screen and (max-width: 820px) {
    .main .zone04 .relate_box .ilist_lower li:nth-child(5n) {
        margin: 12px auto 0 0;
    }

    .main .zone04 .relate_box .ilist_lower li:nth-child(4n) {
        margin: 12px 0 0 0;
    }
}

@media only screen and (max-width: 550px) {
    .main .zone04 .relate_box .ilist_lower li:nth-child(4n) {
        margin: 12px auto 0 0;
    }

    .main .zone04 .relate_box .ilist_lower li:nth-child(2n) {
        margin: 12px 0 0 0;
    }

}

.main .zone04 .relate_box .ilist_lower .bana_img {
    display: inherit;
}

.main .zone04 .relate_box .ilist_lower img {
    max-width: none;
    width: 100%;
}


.main .zone04 .relate_box .ilist_lower ul>li .ilist_in {
    padding: 0;
    background: none;
}

.main .zone04 .relate_box .ilist_lower .ilist_right {
    display: none;
}

/**** ▲▲▲▲▲▲ 関連サイト ▲▲▲▲▲▲ ****/
/**** ▼▼▼▼▼▼ 広告 ▼▼▼▼▼▼ ****/
.main .zone04 .bana {
    margin-top: 50px;
    margin-bottom: 36px;
    padding: 0 30px;
}

@media only screen and (max-width: 480px) {
    .main .zone04 .bana {
        padding: 0;
    }
}

.main .zone04 .bana_h2 {
    text-align: center;
    background: none;
}

.main .zone04 .bana_h2 h2 {
    width: 100%;
    color: #000;
    text-align: center;
    background: none;
}

.main .zone04 .bana_lower {
    padding: 0;
    border: none;
}

/**** ▲▲▲▲▲▲ 広告 ▲▲▲▲▲▲ ****/
/*************** ▲▲▲▲▲▲ 領域4個別のスタイル ▲▲▲▲▲▲ ***************/
/********************** 中ページのスタイル **********************/
body.inbody {}

body.inbody.faq {
    margin-top: 0;
}

/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu {
    margin-top: 12px;
}

.footstep {
    margin-bottom: 12px;
}

.pankuzu_lower,
.footstep_lower {
    font-size: 85%;
    display: flex;
    align-items: flex-start;
    margin: 8px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.pankuzu_tit,
.footstep_tit {
    background: #efefef;
    border-radius: 2px;
    flex-shrink: 0;
    display: inline-block;
    font-size: 85%;
    padding: 3px;
    text-align: center;
    margin: 4px 12px 4px 0;
    width: 72px;
}

.pankuzu li,
.footstep li {
    margin: 6px 8px 6px 0;
    padding: 0 24px 0 0;
    border: 0;
    list-style-type: none;
    background: none;
    display: inline-block;
    height: auto;
    position: relative;
}

.pankuzu li::after,
.footstep li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    right: 7px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
}

.pankuzu li:last-child::after,
.footstep li:last-child::after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .pankuzu {
        overflow: hidden;
        background: #fff;
        margin-top: 3px;
        padding-top: 9px;
    }

    .pankuzu_lower {
        flex-wrap: wrap;
        margin: 16px 0;
        padding: 0 10px;
        width: 100%;
    }

    .footstep {
        display: none;
    }
}

/**** 中ページメインのスタイル ****/
.main_naka_h1 {
    margin: 12px auto;
    max-width: 1200px;
    padding: 0 12px;
    width: 100%;
}

.main_naka {
    margin: 0 auto 24px;
    max-width: 1200px;
    width: 100%;
    padding: 0 12px;
    overflow: hidden;
}

.main_naka_h1 h1 {
    position: relative;
    padding: 14px 16px 14px 40px;
    font-size: 180%;
}

.main_naka_h1 h1::before,
.main_naka_h1 h1::after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
}

.main_naka_h1 h1::before {
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(img/h1_before.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.main_naka_h1 h1::after {
    bottom: 10px;
    width: 100%;
    height: 6px;
    background: #CCDED9;
}

.main_naka_h1_img {
    margin: 12px auto 24px;
    max-width: 1176px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.main_naka_h1_img .h1_img {
    display: flex;
    align-items: center;
    padding: 10px 0;
    min-height: 180px;
}

.main_naka_h1_img h1 {
    font-size: 180%;
    padding: 0 0 0 16px;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    margin-left: 20px;
    width: 100%;
}

.main_naka_h1_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1024px) {
    .main_naka_h1_img {
        width: 100%;
    }

    .main_naka_h1_img .h1_img {
        min-height: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main_naka_h1_img .h1_img {
        min-height: 50px;
    }

    .main_naka_h1_img h1 {
        font-size: 160%;
    }
}

@media only screen and (max-width: 370px) {
    .main_naka_h1_img .h1_img {
        padding: 4.5% 0;
    }
}

.main_naka h2 {
    font-size: 136%;
    width: 100%;
    padding: 2px;
    margin: 16px 0 0;
    position: relative;
    border-bottom: 2px solid #AD7575;
}

.main_naka h3 {
    position: relative;
    margin: 16px 0 0;
    padding: 2px 2px 2px 20px;
    font-size: 120%;
    border-bottom: 3px solid #CCDED9;
}

.main_naka h3::before {
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    content: "";
    width: 6px;
    height: 19px;
    background: #CCDED9;
    border-radius: 3px;
}

.main_naka h4 {
    margin: 16px 0 0;
    padding: 2px;
    font-size: 110%;
    background: linear-gradient(transparent 60%, #dbede8 0%);
}

.main_naka h5 {
    margin: 16px 0 0;
    padding: 4px 8px;
    background: #dbede8;
    border-bottom: 2px solid #89BBAD;
}

.main_naka h6 {
    margin: 16px 0 0;
    padding: 4px 8px;
    border-bottom: dashed 2px #CCDED9;
}

.main_naka li {
    position: relative;
    padding-left: 16px;
}

.main_naka li::before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4E7D15;
}

.main_naka li p {
    margin-top: 4px;
    font-size: 85%;
}

.main_naka li p button {
    vertical-align: middle;
}

.main_naka li .list_icon img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 4px;
    max-height: 18px;
}

@media only screen and (max-width: 1024px) {
    .main_naka_h1 {
        padding: 0 12px;
        width: 100%;
    }

    .main_naka {
        padding: 0 12px;
        width: 100%;
        /*background: #fff;*/
        position: relative;
    }
}

/* ページャーのスタイル */
.main_naka .page_head {
    background: #efefef;
    font-size: 85%;
    margin-top: 24px;
    padding: 6px 16px 16px;
}

.main_naka .page_head .pager p {
    display: inline-block;
}

.main_naka .page_head .pager ul {
    display: inline-block;
}

.main_naka .page_head .pager ul li {
    border-left: 1px solid #999;
    display: inline-block;
    margin: 0 8px 0 0;
    padding-left: 8px;
}

.main_naka .page_head .pager ul li:first-child {
    border: 0;
}

.main_naka .page_head .pager ul li::before {
    display: none;
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
    margin-top: 24px;
    padding: 16px;
    border: 2px solid #AD7575;
}

.design .main_naka .main_naka_new h2 {
    margin-top: 0;
}

.design .main_naka .main_naka_new h2::after {
    display: none;
}

.design .main_naka .main_naka_new li {
    overflow: hidden;
}

.design .main_naka .main_naka_new .date {
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 0;
    width: 6em;
    font-size: 85%;
}

.design .main_naka .main_naka_new .list {
    padding-left: 82px;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .main_naka_new .date {
        float: none;
        width: 100%;
    }

    .design .main_naka .main_naka_new .list {
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

/**** 注目情報のスタイル ****/
.design .main_naka .main_naka_new.cat_notice {}

/**** 緊急情報のスタイル ****/
.design .main_naka .main_naka_eme {
    margin-top: 24px;
}

.design .main_naka .main_naka_eme h2 {
    background: #a90000;
    color: #fff;
    border: 0;
    padding: 14px 16px;
}

.design .main_naka .main_naka_eme h2::after {
    display: none;
}

.design .main_naka .main_naka_eme .h2 {
    border: 0;
    background: #a90000;
    overflow: hidden;
}

.design .main_naka .main_naka_eme .h2 h2 {
    float: left;
    margin: 0;
    width: auto;
}

.design .main_naka .main_naka_eme .h2 p {
    float: right;
    padding: 15px 16px 14px 8px;
    margin: 0;
}

.design .main_naka .main_naka_eme ul {
    border: 2px solid #a90000;
    border-top: none;
    overflow: hidden;
    padding: 4px 16px 16px;
    margin: 0;
}

/**** 各課の窓口一覧のスタイル ****/
.design .main_naka .kakuka_wrap {
    border: 4px solid #eee;
    padding: 0 20px 20px;
    margin-top: 24px;
    overflow: hidden;
}

.design .main_naka .kakuka_wrap_tab {
    margin-left: 30px;
}

.design .main_naka table {
    background: #fff;
    margin: 16px 0 0;
    width: 100%;
}

.design .main_naka caption {
    display: none;
}

.design .main_naka .th01 {
    padding: 12px 12px 10px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    background: #dbede8;
    width: 240px;
}

.design .main_naka .th02 {
    padding: 12px 12px 10px;
    border: 1px solid #007bbb;
    text-align: left;
    background: #e8f4f9;
    font-size: 85%;
}

.design .main_naka td {
    border: 1px solid #aaa;
}

.design .main_naka .t_tel {
    padding: 12px 12px 10px;
    text-align: left;
    font-size: 85%;
}

.design .main_naka .t_tel a[href^="tel:"] {
    cursor: default;
    color: #222;
    text-decoration: none;
}

.design .main_naka .t_fax {
    padding: 12px 12px 10px;
    text-align: left;
    font-size: 85%;
}

.design .main_naka .table03 .t_mail {
    padding: 12px 12px 10px;
    text-align: left;
    font-size: 85%;
}

.design .main_naka .t_gyomu {
    padding: 12px 12px 10px;
    text-align: left;
    font-size: 85%;
}

.design .main_naka .t_address {
    padding: 12px 12px 10px;
    text-align: left;
    font-size: 85%;
}

.design .main_naka .kakuka_link {
    background: #efefef;
    padding: 4px 16px 14px;
    margin: 24px 0 8px;
    overflow: hidden;
}

.design .main_naka .kakuka_link li {
    float: left;
    margin-right: 16px;
}

.design .main_naka .lnk_top {
    font-size: 85%;
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .kakuka_wrap {
        border: 3px solid #eee;
        padding: 0 12px 12px;
    }

    .design .main_naka .kakuka_wrap_tab {
        margin-left: 0;
    }

    .design .main_naka .kakuka_post .th01 {
        width: 140px;
    }

    .design .main_naka .t_tel a[href^="tel:"] {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
}

/**** 各課のホームページのスタイル ****/
/* メニューセレクト */
.kakuka_head .kakuka_syosai {
    padding-left: 2px;
}

.kakuka_head select {
    font-size: 85%;
    margin-right: 12px;
}

/* 親子ジャンル */
.design .main_naka .kakuka_box {
    margin-top: 24px;
}

.design .main_naka .kakuka_box h2 {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .kakuka_box {
        float: none;
        margin-top: 24px;
        width: 100%;
    }

    .design .main_naka .th01 {
        width: 40%;
    }
}

/* お問い合わせ */
.design .main_naka .toiawase {
    background: #efefef;
    margin-top: 24px;
    padding: 16px;
}

.design .main_naka .toiawase h2 {
    background: #ddd;
    border: 0;
    padding: 10px 12px 8px;
    margin: -16px 0 0 -16px;
    width: calc(100% + 32px);
}

.design .main_naka .toiawase h2::after {
    display: none;
}

.design .main_naka .toiawase a[href^="tel:"] {
    cursor: default;
    color: #222;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .toiawase a[href^="tel:"] {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
}

/**** 分類のスタイル ****/
.design .main_naka_cat {
    overflow: hidden;
    margin-bottom: 24px;
}

.design .main_naka .category_p01 {
    margin-top: -8px;
}

.design .main_naka .page_left {
    margin: 24px 0 0;
    width: 100%;
}

.design .main_naka .page_left_box {
    float: left;
    width: calc(100% - 280px);
    overflow: hidden;
}

.design .main_naka .page_left_box .cate_post01,
.design .main_naka .page_left_box .cate_post02 {
    margin: 24px 0;
}

.design .main_naka .page_left_box .cate_post01:first-child,
.design .main_naka .page_left_box .cate_post02:first-child {
    margin-top: 0;
}

.design .main_naka .page_left_box .cate_post01:last-child,
.design .main_naka .page_left_box .cate_post02:last-child {
    margin-bottom: 0;
}

.design .main_naka .page_left_box .cate_post01:first-child h2,
.design .main_naka .page_left_box .cate_post02:first-child h2 {
    margin-top: 0;
}

.design .main_naka .page_left .page_left_float {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
}

.design .main_naka .page_left .page_left_float .cate_post01 {
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 2%;
    width: 49%;
    border: 2px solid #89BBAD;
}

.design .main_naka .page_left .page_left_float .cate_post01:nth-child(even) {
    margin-right: 0;
}

.design .main_naka .page_left .page_left_float .cate_post01 h2 {
    margin: 0;
    padding: 10px 16px;
    background: #dbede8;
    border-bottom: 2px solid #89BBAD;
}

.design .main_naka .page_left .page_left_float .cate_post01 h2::after {
    display: none;
}

.design .main_naka .page_left .page_left_float .category_p02 {
    padding: 0 16px 8px;
    margin-top: 16px;
}

.design .main_naka .page_left .page_left_float .category01 {
    padding: 0 16px 16px;
}

.design .main_naka .page_right {
    float: right;
    width: 240px;
    margin-top: 24px;
    border: 2px solid #AD7575;
}

.design .main_naka .page_right h2 {
    margin-top: 0;
    padding: 8px 12px;
    border-bottom: 0;
    font-size: 100%;
    background: #f2e7e7;
    border-bottom: 2px solid #AD7575;
}

.design .main_naka .page_right h2:after {
    display: none;
}

.design .main_naka .page_right ul {
    padding: 1px 8px 12px;
    margin-top: 0px;
    border-top: 0;
}

.design .main_naka .page_right ul:first-child {
    margin-top: 0;
}

.design .main_naka .category01 li {
    display: inline-block;
    margin-right: 18px;
}

.design .main_naka .category_p02 {
    font-size: 85%;
    margin: 12px 0 24px;
    overflow: hidden;
}

.design .main_naka .category_p02 p {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .page_left {
        margin-right: 0;
    }

    .design .main_naka .page_left_box {
        float: none;
        width: 100%;
    }

    .design .main_naka .page_left .page_left_float {
        margin-bottom: 0;
    }

    .design .main_naka .page_left .page_left_float .cate_post01 {
        margin-right: 0;
        width: 100%;
    }

    .design .main_naka .page_left .page_left_float .cate_post01:last-child {
        margin-bottom: 0;
    }

    .design .main_naka .page_right {
        float: none;
        width: 100%;
    }
}

/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
    margin-right: 112px;
}

.design .main_naka .category_p02 .cat_img {
    float: right;
    width: 96px;
    margin-top: 0;
}

/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li,
.design .main_naka .category_end li {
    border-bottom: 1px dashed #bbb;
    margin-top: 16px;
    padding: 0 0 16px;
    overflow: hidden;
}

.design .main_naka .cate_post02 li::before,
.design .main_naka .category_end li::before {
    display: none;
}

.design .main_naka .category_end li:first-child {
    margin-top: 0;
}

.design .main_naka .category_end .cat_lst {
    margin-right: 112px;
}

.design .main_naka .category_end .catch_lst .cat_img {
    float: right;
    width: 96px;
    margin-top: 0;
}

/* 分類に関連するスタイル */
.design .main_naka .cat_aside {
    background: #fff;
    margin-bottom: 24px;
    border: 2px solid #AD7575;
}

.design .main_naka .cat_aside h2 {
    margin-top: 0;
    padding: 10px 12px 8px;
    font-size: 100%;
    background: #f2e7e7;
    border: 0;
    border-bottom: 2px solid #AD7575;
}

.design .main_naka .cat_aside h2::after {
    display: none;
}

.design .main_naka .cat_aside_lower {
    padding: 0 16px 16px;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .cat_aside h2 {
        padding-right: 70px;
    }
}

/* バナー広告 */
.design .main_naka .bana {
    margin-top: 24px;
    border: 2px solid #AD7575;
}

.design .main_naka .bana h2 {
    margin-top: 0;
    padding: 0;
    width: auto;
    font-size: 100%;
    border-bottom: 0;
}

.design .main_naka .bana h2::after {
    display: none;
}

.design .main_naka .bana_lower {
    text-align: center;
    border: 0;
}

.design .main_naka .bana .bana_img {
    display: inline-block;
}

.design .main_naka .bana .bana_img img {
    width: 100%;
}

.design .main_naka .bana ul {
    display: flex;
    flex-wrap: wrap;
}

.design .main_naka .bana li {
    width: 160px;
    margin-right: 8px;
    padding-left: 0;
}

.design .main_naka .bana li::before {
    display: none;
}

.design .main_naka .bana li:nth-of-type(6n) {
    margin-right: 0;
}

.design .main_naka .bana li .window {
    margin-top: 5px;
}

/**** 催し物・講座のスタイル ****/
.design .main_naka .event_navi_box {
    margin-top: 24px;
    margin-bottom: -12px;
}

.design .main_naka .event_navi li {
    display: inline-block;
    border-right: 2px solid #89BBAD;
    margin: 0 16px 8px 0;
    padding: 0 16px 0 0;
}

.design .main_naka .event_navi li:first-child {
    border-left: 2px solid #89BBAD;
    padding-left: 16px;
}

.design .main_naka .event_navi li::before {
    display: none;
}

.design .main_naka .month_lst_box {
    margin-top: 24px;
}

.design .main_naka .month_lst {
    display: flex;
    text-align: center;
}

.design .main_naka .month_lst li {
    padding-left: 0;
    margin-top: 0;
    width: 20%;
    border: 2px solid #89BBAD;
    border-left: none;
}

.design .main_naka .month_lst li:first-child {
    border-left: 2px solid #89BBAD;
}

.design .main_naka .month_lst li::before {
    display: none;
}

.design .main_naka .month_lst .month_select {
    background: #007bbb;
    color: #fff;
}

.design .main_naka .month_lst .month_select strong {
    display: block;
    padding: 8px;
    background: #dbede8;
}

.design .main_naka .month_lst li a {
    display: block;
    padding: 8px;
}

.design .main_naka .event_list li {
    border-bottom: 1px dashed #bbb;
    margin-top: 16px;
    padding: 0 0 16px;
}

.design .main_naka .event_post {
    margin-top: 24px;
}

.design .main_naka .event_list li::before {
    display: none;
}

.design .main_naka .event_repeat {
    margin-top: 0;
}

.design .main_naka .event_period {
    border: 4px solid #eee;
    background: #fff;
    padding: 4px 16px 16px;
}

.design .main_naka .event_period .event_post:first-child {
    margin-top: 0;
}

/**** 催し物・講座カレンダー表示のスタイル ****/
.design .main_naka .calendar_month {
    margin-top: 24px;
}

.design .main_naka .calendar_month caption {
    display: none;
}

.design .main_naka .calendar_month th {
    padding: 16px;
    border: 1px solid #aaa;
    border-right: none;
    font-size: 85%;
    text-align: center;
    vertical-align: middle;
}

.design .main_naka .calendar_month td {
    padding: 16px;
    border: 1px solid #aaa;
}

.design .main_naka .calendar_month td li {
    margin-top: 16px;
}

.design .main_naka .calendar_month td li:first-child {
    margin-top: 0;
}

.design .main_naka .calendar_month td.cal_day {
    text-align: center;
    padding: 16px 20px;
    font-size: 85%;
    vertical-align: middle;
    width: 60px;
}

.design .main_naka .calendar_month td.cal_day img {
    max-width: none;
    vertical-align: middle;
}

.design .main_naka .calendar_month .cal_sun {
    background-color: #ffd8d6;
}

.design .main_naka .calendar_month .cal_sat {
    background-color: #d9e4fc;
}

.design .main_naka .calendar_month .cal_date {
    width: 60px;
}

.design .main_naka .calendar_month .cal_today .cal_date {
    background: #a90000;
}

.design .main_naka .calendar_month .cal_today .cal_date strong {
    color: #fff;
}

.design .main_naka .calendar_month .hdy {
    margin: 0 0.6em 8px 0;
    padding: 3px 4px 1px 5px;
    background: #a90000;
    font-size: 85%;
    display: inline-block;
    vertical-align: middle;
}

.design .main_naka .calendar_month .hdy strong {
    color: #fff;
}

.design .main_naka .calendar_month .eve_cate {
    display: inline-block;
    margin: 2px 8px 0 0;
    padding: 4px 4px 2px;
    min-width: 80px;
    font-size: 85%;
    text-align: center;
    vertical-align: top;
    line-height: 1;
    background: #dbede8;
    border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .calendar_month th {
        padding: 10px;
    }

    .design .main_naka .calendar_month .cal_date {
        width: 46px;
    }

    .design .main_naka .calendar_month td.cal_day {
        padding: 10px;
        width: 46px;
    }

    .design .main_naka .calendar_month td {
        padding: 10px;
    }
}

/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
    margin-top: 24px;
}

.innew .design .main_naka .new_post:first-child {
    margin-top: 0;
}

.innew .design .main_naka .new_post li {
    border-bottom: 1px dashed #bbb;
    margin-top: 16px;
    padding: 0 0 16px;
    overflow: hidden;
}

.innew .design .main_naka .new_post li::before {
    display: none;
}

/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
    margin-right: 110px;
}

.innew .design .main_naka .catch_lst .new_img {
    float: right;
    width: 96px;
    margin-top: 0;
}

/**** ごみカレンダーのスタイル ****/
.design .main_naka .garbage_body .garbage_box {
    margin-top: 24px;
}

.design .main_naka .garbage_body .garbage_select {
    margin-top: 12px;
}

.design .main_naka .garbage_body .garbage_select p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.design .main_naka .garbage_body .garbage_select #garbage_area {
    font-size: 85%;
    margin-right: 12px;
    vertical-align: middle;
}

.design .main_naka .garbage_body .garbage_select #garbage_num {
    font-size: 85%;
    vertical-align: middle;
}

#body .main_naka .garbage_body .garbage_select .garbage_select_syosai {
    display: inline-block;
    margin-right: 16px;
}

.design .main_naka .garbage_body .garbage_cal h2 img {
    padding: 0 8px 3px 0;
    vertical-align: middle;
}

.design .main_naka .garbage_body .garbage_cal h2 span {
    vertical-align: middle;
}

.design .main_naka .garbage_body .garbage_cal table {
    margin-top: 24px;
    width: 100%;
    table-layout: fixed;
}

.design .main_naka #calendar_month th {
    padding: 8px;
    border: 1px solid #007bbb;
    border-right: none;
    font-size: 85%;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.design .main_naka #calendar_month td {
    padding: 16px;
    border: 1px solid #007bbb;
}

.design .main_naka .garbage_body .garbage_cal td .cal_icon {
    margin: 8px 0 0;
    background: #000;
    color: #fff;
    text-align: center;
    width: 120px
}

.design .main_naka .garbage_body .garbage_cal td .cal_icon p {
    margin: 0 auto;
    padding: 8px 8px 0;
}

.design .main_naka .garbage_body .garbage_cal td .cal_icon img {
    padding: 2px 0 8px;
    vertical-align: bottom;
    height: auto;
    width: 36px;
    box-sizing: content-box;
}

.design .main_naka #calendar_month td li {
    margin-top: 16px;
    padding-left: 0;
}

.design .main_naka #calendar_month td li::before {
    display: none;
}

.design .main_naka #calendar_month td li:first-child {
    margin-top: 0;
}

.design .main_naka #calendar_month td.cal_day {
    text-align: center;
    padding: 10px;
    font-size: 85%;
    vertical-align: middle;
    width: 60px;
}

.design .main_naka #calendar_month td.cal_day img {
    max-width: none;
    vertical-align: middle;
}

.design .main_naka #calendar_month .cal_sun {
    background-color: #ffd8d6;
}

.design .main_naka #calendar_month .cal_sat {
    background-color: #d9e4fc;
}

.design .main_naka #calendar_month .cal_today .cal_date {
    background: #a90000;
    color: #fff;
}

.design .main_naka #calendar_month .hdy {
    margin: 0 0.6em 4px 0;
    padding: 3px 4px 1px 5px;
    background: #a90000;
    color: #fff;
    font-size: 85%;
    display: inline-block;
    vertical-align: middle;
}

.design .main_naka #calendar_month .hdy strong {
    color: #fff;
}

.design .main_naka #calendar_month .eve_cate {
    display: inline-block;
    font-size: 85%;
    background: #007bbb;
    color: #fff;
    border-radius: 4px;
    padding: 4px 4px 2px;
    margin: 2px 8px 0 0;
    text-align: center;
    vertical-align: top;
    line-height: 1;
    min-width: 80px;
}

@media only screen and (max-width: 1024px) {

    .design .main_naka .garbage_body .garbage_select p,
    .design .main_naka .garbage_body .garbage_select #garbage_area {
        font-size: 100%;
    }

    .design .main_naka #calendar_month th,
    .design .main_naka #calendar_month td.cal_day {
        width: 36px;
    }

    .design .main_naka #calendar_month td {
        padding: 8px 16px;
    }

    .design .main_naka .garbage_body .garbage_cal td .cal_icon img {
        height: auto;
        width: 34px;
    }

    .design .main_naka .garbage_body .garbage_cal td .cal_icon p {
        padding: 6px 6px 0;
    }
}

@media only screen and (max-width: 480px) {
    .design .main_naka .garbage_body .garbage_select {
        margin-top: 20px;
    }

    #body .main_naka .garbage_body .garbage_select button {
        display: block !important;
        margin: 12px auto 0;
    }
}

/* アイコン毎の効果 */
.design .main_naka .garbage_body .garbage_cal td .cal_red,
.design .main_naka .garbage_body .garbage_cal th .cal_red {
    background: #d50404;
    border: 1px solid #fff;
    box-shadow: rgba(213, 4, 4, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_bla,
.design .main_naka .garbage_body .garbage_cal th .cal_bla {
    background: #222;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_blu,
.design .main_naka .garbage_body .garbage_cal th .cal_blu {
    background: #0274cc;
    border: 1px solid #fff;
    box-shadow: rgba(4, 150, 213, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_pap,
.design .main_naka .garbage_body .garbage_cal th .cal_pap {
    background: #892dbd;
    border: 1px solid #fff;
    box-shadow: rgba(136, 45, 189, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_gre,
.design .main_naka .garbage_body .garbage_cal th .cal_gre {
    background: #09820c;
    border: 1px solid #fff;
    box-shadow: rgba(16, 156, 18, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_pin,
.design .main_naka .garbage_body .garbage_cal th .cal_pin {
    background: #b4156b;
    border: 1px solid #fff;
    box-shadow: rgba(180, 21, 106, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_ora,
.design .main_naka .garbage_body .garbage_cal th .cal_ora {
    background: #f7bb2d;
    border: 1px solid #fff;
    color: #333;
    box-shadow: rgba(247, 186, 45, 0.66) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal .sun {
    background: #ffd8d6;
}

.design .main_naka .garbage_body .garbage_cal .sat {
    background: #d9e4fc;
}

.design .main_naka .garbage_body .garbage_cal th.sun {
    background: transparent;
}

.design .main_naka .garbage_body .garbage_cal th.sat {
    background: transparent;
}

.design .main_naka .garbage_body .garbage_cal .today {
    background: #fffab0;
}

.design .main_naka .garbage_body .garbage_cal .today a:LINK {
    text-decoration: underline;
    color: #fff;
}

.design .main_naka .garbage_body .garbage_cal .today a:VISITED {
    text-decoration: underline;
    color: #eee;
}

.design .main_naka .garbage_body .garbage_cal .today a:ACTIVE {
    text-decoration: underline;
    color: #ffff00;
}

.design .main_naka .garbage_body .garbage_cal .today a:HOVER {
    text-decoration: underline;
    color: #ffff00;
}

.design .main_naka .garbage_foot {
    margin-top: 24px;
}

/* ゴミカレンダー凡例 */
.design .main_naka .garbage_category_hanrei caption {
    display: table-caption;
    padding: 6px 12px 4px;
    width: 100%;
    background: #dbede8;
    border: 1px solid #aaa;
    border-bottom: none;
}

.garbage_category_hanrei th {
    border: 1px solid #aaa;
    color: #fff;
    vertical-align: middle;
    padding: 8px;
}

.garbage_category_hanrei td {
    vertical-align: middle;
    padding: 8px;
}

/* ▼▼▼ サイトマップのスタイル ▼▼▼ */
.design .main_naka .event_month li {
    display: inline-block;
    margin-right: 4px;
    padding-left: 0;
}

.design .main_naka .event_month li::before {
    display: none;
}

.design .main_naka .event_month img {
    position: relative;
    top: -2px;
}

.sitemap_body .image {
    text-align: left;
}

.sitemap_body .image_lower {
    margin-top: 8px;
}

.main_naka .sitemap_body h2 {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* ▼▼ 【サイトマップ】カテゴリー ▼▼ */
.main_naka .sitemap_body .category,
.main_naka .sitemap_body .category2,
.main_naka .sitemap_body .category3,
.main_naka .sitemap_body .category4,
.main_naka .sitemap_body .category5,
.main_naka .sitemap_body .category6,
.main_naka .sitemap_body .category7,
.main_naka .sitemap_body .category8,
.main_naka .sitemap_body .category9,
.main_naka .sitemap_body .category10,
.main_naka .sitemap_body .topics,
.main_naka .sitemap_body .new,
.main_naka .sitemap_body .event,
.main_naka .sitemap_body .kakuka {
    margin: 24px 0 0;
    padding: 0 0 8px;
}

.main_naka .sitemap_body .category h2,
.main_naka .sitemap_body .category2 h2,
.main_naka .sitemap_body .category3 h2,
.main_naka .sitemap_body .category4 h2,
.main_naka .sitemap_body .category5 h2,
.main_naka .sitemap_body .category6 h2,
.main_naka .sitemap_body .category7 h2,
.main_naka .sitemap_body .category8 h2,
.main_naka .sitemap_body .category9 h2,
.main_naka .sitemap_body .category10 h2,
.main_naka .sitemap_body .topics h2,
.main_naka .sitemap_body .new h2,
.main_naka .sitemap_body .event h2,
.main_naka .sitemap_body .kakuka h2 {
    margin: 24px 0 0;
    padding: 0 0 8px !important;
}

/* ▲▲ 【サイトマップ】カテゴリー ▲▲ */

/* ▲▲▲ サイトマップのスタイル ▲▲▲ */

/**** RSS一覧のスタイル ****/
.design .main_naka .rss {
    margin: 0 8px 0 8px;
    vertical-align: middle;
    height: 20px;
}

/**** マイページ管理画面のスタイル ****/
.online_strage_edit_a {
    margin-top: 16px;
}

.online_strage_edit_a .mypage h2 {
    margin: 0;
    padding: 0;
    height: 0;
    background: none;
    border: none;
}

.online_strage_edit_a .mypage h2::after {
    display: none;
}

.online_strage_edit_a div.online_strage_list_item {
    border-bottom: 1px dashed #bbb;
    padding: 7px 0;
    overflow: hidden;
}

.online_strage_edit_a div.online_strage_title {
    float: left;
    max-width: 872px;
    padding: 8px 0;
}

.online_strage_edit_a div.online_strage_list_item>p {
    font-size: 85%;
}

.online_strage_edit_a div.edit_btn {
    float: right;
}

.online_strage_edit_a div.online_strage_commandbox {
    float: left;
}

.online_strage_edit_a div.online_strage_updown {
    float: left;
}

.online_strage_edit_a .online_strage_list button {
    background: #fff;
    color: #333;
    padding: 4px 10px;
    margin: 6px 6px 6px 0;
    vertical-align: top;
}

/**** エラーページのスタイル ****/
.design .main_naka .error h1 {
    margin: 24px 0;
    font-size: 200%;
}

.design .main_naka .error ul {
    margin-top: 24px;
}

/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post {
    margin-top: 24px;
}

.design .main_naka .pickup_post .category_p01 {
    margin-top: 0;
}

/**** 組織検索機能 ****/
.csv_search {
    margin-top: 16px;
    background: #eee;
    padding: 16px;
}

.csv_search h2 {
    background: #fff;
    padding: 10px 12px 8px;
    border-color: #CCDED9;
    margin: 0 0 16px;
}

.csv_search h2::after {
    display: none;
}

#csv_search_word {
    width: 300px;
}

#csv_search_word {
    margin-right: 16px;
    margin-bottom: 8px;
}

.csv_search_form_label {
    margin-right: 12px;
    margin-bottom: 8px;
}

.csv_search_input_form fieldset {
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 8px;
}

.csv_search_input_form fieldset legend {
    float: left;
    width: auto;
}

.csv_search_input_form fieldset input[type="radio"] {
    margin-top: 1px;
    padding-top: 0;
}

.csv_search_input_form fieldset label {
    margin-right: 12px;
}

.csv_search_form_submit_btn_wrapper {
    text-align: center;
    margin-top: 8px;
}

#body .csv_search_form_submit_btn_wrapper .csv_search_form_submit_btn {
    display: inline-block;
    font-size: 81.25%;
    padding: 5px 15px;
}

.csv_search_input_form fieldset {
    display: inline-block;
}

.csv_search_result_table th,
.csv_search_result_table td {
    border: 1px solid #ccc;
    font-size: 85%;
    padding: 6px 4px 4px
}

.csv_search_result_table th {
    background: #e8f4f9;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    #csv_search_word {
        width: 100%;
    }

    .csv_search_input_form fieldset legend {
        width: 100%;
        margin-top: 6px;
    }
}

/**** お問い合わせフォームのスタイル ****/
#body.inform .main_naka li p input,
#body.inform .main_naka li p button,
#body.inform .main_naka li p textarea {
    font-size: 100%;
}

#body.inform .main_naka li p input {
    margin-right: 8px;
}

.inform .design .main_naka form {
    margin-top: 24px;
    padding: 8px 16px 16px;
    background: #eee;
}

.design .main_naka .syosai {
    overflow: hidden;
}

.inform .design .main_naka .syosai_hiduke {
    float: none;
}

.inform .design .main_naka form li {
    border-bottom: 1px dashed #bbb;
    margin-top: 16px;
    padding: 0 0 16px;
}

.inform .design .main_naka form li::before {
    display: none;
}

.inform .att {
    color: #a90000;
}

.inform .design .main_naka form li:first-child,
.inform .design .main_naka form h3:first-child {
    margin-top: 8px;
}

.inform .design .main_naka form .tyui li {
    border: none;
    margin-top: 8px;
    padding: 0;
}

.inform .design .main_naka form fieldset {
    margin-top: 8px;
}

.inform .design .main_naka form h2 {
    background: #eee;
    color: #222;
    font-size: 120%;
    margin: 16px 0;
}

.inform .design .main_naka form h2::after {
    width: 100%;
}

.inform .design .main_naka form .radio_p {
    font-size: 85%;
    display: inline-block;
    margin-right: 12px;
}

.inform .design .main_naka form .input_btn {
    text-align: center;
    margin-top: 16px;
}

.inform .design .main_naka form .input_btn button {
    margin: 0 4px;
}

.inform .design .main_naka form .px100 {
    max-width: 100px;
    width: 100%;
}

.inform .design .main_naka form .px200 {
    max-width: 200px;
    width: 100%;
}

.inform .design .main_naka form .px300 {
    max-width: 300px;
    width: 100%;
}

.inform .design .main_naka form .px400 {
    max-width: 400px;
    width: 100%;
}

.inform .design .main_naka form .px500 {
    max-width: 500px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {

    #body.inform .design .main_naka form input[type="text"],
    #body.inform .design .main_naka form input[type="password"],
    #body.inform .design .main_naka form textarea {
        width: 100% !important;
    }

    #body.inform .design .main_naka form input[type="text"]#postal_code,
    #body.inform .design .main_naka form input[type="file"]#upfile {
        width: 60% !important;
    }

    #body.inform .design .main_naka form input[type="text"]#yuubin1,
    #body.inform .design .main_naka form input[type="text"]#yuubin2 {
        width: 90px !important;
    }

    #body.inform .design .main_naka form input[type="radio"]+label {
        line-height: 2;
    }
}

/** お問い合わせフォームのスタイル　エラー **/
.inform .design .main_naka form .form_error {
    background: #f8e6e6;
    border: 2px solid #a90000;
    color: #a90000;
    padding: 12px 16px 6px;
    margin: 10px 0 24px;
}

.inform .design .main_naka form .form_error p {
    font-size: 120%;
    margin: 5px 0 10px;
    border-bottom: none;
    font-size: 120%;
    padding-left: 12px;
    border-left: 4px solid #a90000;
}

.inform .design .main_naka form .form_error ul {
    padding: 0 4px;
}

.inform .design .main_naka form .form_error li {
    padding: 3px 0 3px 14px;
    margin: 0 0 5px 0;
}

.inform .design .main_naka form .form_error li::before {
    display: inline-block;
    top: 11px;
    border-color: #a90000;
    background: #a90000;
}


/**** アンケートのスタイル ****/
.design .main_naka .question_box {
    margin-bottom: 24px;
}

.design .main_naka .question_box li {
    border-bottom: 1px dashed #bbb;
    margin-top: 16px;
    padding: 0 0 16px;
}

.design .main_naka .question_box li::before {
    display: none;
}

.design .main_naka #qa_tmp {
    border: 1px solid #ccc;
    margin-top: 24px;
    padding: 16px;
}

.inform .design .main_naka form select {
    font-size: 100%;
}

/**** 動的版検索結果のスタイル ****/
.design .main_naka .keyword_post li {
    border-bottom: 1px dashed #bbb;
    margin-top: 16px;
    padding: 0 0 12px;
}

.design .main_naka .keyword_post li::before {
    display: none;
}

/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
    margin-bottom: 0;
}

.inkiji .main_naka {
    margin-bottom: 8px;
}

.waku {
    margin: 0 auto 24px;
    overflow: hidden;
}

.waku_top {
    clear: both;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 12px;
    width: 100%;
}

.main_naka_kiji_box {
    float: left;
    margin-right: 40px;
    width: calc(100% - 280px);
}

.waku .kiji_sub {
    margin-top: 8px;
    float: right;
    width: 240px;
}

@media only screen and (max-width: 1024px) {
    .main_naka_kiji_box {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .waku .kiji_sub {
        float: none;
        width: 100%;
    }
}

/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
    margin-top: 8px;
    font-size: 85%;
    float: left;
}

.design .main_naka .syosai_hiduke li {
    display: inline-block;
    margin: 0;
    padding: 0 22px 0 0;
}

.design .main_naka .syosai_hiduke li::before {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .syosai_hiduke {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .design .main_naka .syosai_hiduke li.syosai_id {
        display: block;
    }
}

/* SNSボタン */
.inbody .design .sns_box {
    margin-top: 2px;
    padding-left: 16px;
    vertical-align: middle;
    float: right;
}

.inbody .design .sns_box ul {
    display: inline;
}

.inbody .design .sns_box li::before {
    display: none;
}

.inbody .design .sns_btn {
    padding-left: 11px;
    line-height: 0;
    float: left;
    margin-top: 6px;
}

.inbody .design .sns_btn img {
    vertical-align: middle;
}

.inbody .design p.sns_btn {
    padding: 5px 2px 0px 3px;
    background-color: #fff;
    font-size: 85%;
    line-height: inherit;
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .inbody .design .sns_box {
        background: #efefef;
        border: 1px solid #ccc;
        padding: 5px;
        margin: 0;
        line-height: 1.5;
        clear: both;
        width: 100%;
    }

    .inbody .design p.sns_btn {
        background: none;
        padding: 0;
        margin: 0;
        float: none;
    }

    .inbody .design .sns_box ul li {
        padding: 0 10px 0 0;
    }
}

/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
    margin-top: 16px;
}

.waku .kiji_sub .catch p {
    margin-top: 0;
    text-align: center;
}

.waku .kiji_sub .catch img {
    border: 1px solid #ccc;
    padding: 1px;
    vertical-align: bottom;
}

/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
    margin-top: 16px;
    padding: 12px;
    border: 2px solid #89BBAD;
    font-size: 85%;
    text-align: center;
    word-wrap: break-word;
}

.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
    display: inline-block;
    padding: 6px 4px 4px;
    width: 100%;
    text-align: center !important;
    background: #CCDED9;
    border-bottom: none;
}

.waku .kiji_sub .kiji_aside.syosai_sonota p {
    text-align: left;
}

.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"] {
    cursor: default;
    color: #222;
    text-decoration: none;
}

.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
    text-align: center;
    background: #555;
    font-size: 85%;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
}

.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
    display: block;
    padding: 8px 5px 7px;
    width: 100%;
    text-decoration: none;
    background: #ffdbdb;
}

.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a:hover {
    background: #FFC9C9;
}

@media only screen and (max-width: 1024px) {
    .waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"] {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
}

/*共通スタイル*/
.waku .kiji_sub .kiji_aside {
    margin-top: 16px;
    background: #fff;
    border: 2px solid #AD7575;
}

.waku .kiji_sub .kiji_aside_lower {
    padding: 0 16px 16px;
}

.waku .kiji_sub .kiji_aside h2 {
    padding: 10px 8px 8px !important;
    background: none;
    border: none;
    border-bottom: 2px solid #AD7575;
}

.waku .kiji_sub .kiji_aside>ul {
    padding: 0;
    margin: 0;
}

.waku .kiji_sub .kiji_aside li {
    position: relative;
    padding-left: 16px;
}

.waku .kiji_sub .kiji_aside li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4E7D15;
}

.waku .kiji_sub .kiji_aside li li {
    font-size: 85%;
}

/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
    padding: 0;
}

/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {}

/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {}

/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
    background: #fff;
}

.design .main_naka .kiji_aside.syosai_qa li {
    padding-left: 0;
}

.design .main_naka .kiji_aside.syosai_qa li::before {
    display: none;
}

.design .main_naka .kiji_aside.syosai_qa li p {
    padding: 5px 1%;
    border: 1px dashed #bbb;
}

.design .main_naka .kiji_aside.syosai_qa #opinion {
    width: 100%;
}

.design .main_naka .kiji_aside.syosai_qa .comment {
    font-size: 85%;
}

.design .main_naka .kiji_aside.syosai_qa .qa_button {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
    margin-top: 8px;
    padding: 8px 0;
    text-align: center;
}

.design .main_naka .kiji_aside.syosai_qa .qa_button2 button {
    margin: 0 4px;
}

@media only screen and (max-width: 1024px) {
    .design .main_naka .kiji_aside.syosai_qa form p span {
        display: block;
        line-height: 2;
    }
}

/** コンテンツ評価のスタイル 確認画面 **/
.inform .design .main_naka .kiji_aside.syosai_qa {
    background-color: #eee;
    border: none;
    padding: 16px 16px 5px;
    margin: 0;
}

.inform .design .main_naka .kiji_aside.syosai_qa li p {
    border: none;
    padding: 0;
}

.inform .design .main_naka .kiji_aside.syosai_qa>p {
    margin: 0;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 16px;
}

.inform .design .main_naka .kiji_aside.syosai_qa form {
    margin-top: 0;
    padding: 0;
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
    margin-bottom: 24px;
}

.design .main_naka .route_box h2 {
    margin: 0 0 12px !important;
    padding: 2px !important;
    font-size: 100%;
    background: #fff;
    border: none !important;
    border-bottom: 2px solid #ccc !important;
}

.design .main_naka .route_box h2::after {
    display: none;
}

.design .route {
    margin-top: 8px;
}

.design .route li {
    font-size: 85%;
    margin: 0 6px 0 0;
    padding: 0 28px 0 0;
    border: 0;
    list-style-type: none;
    background: none;
    display: inline-block;
    height: auto;
    position: relative;
}

.design .route li::before {
    display: none;
}

.design .route li::after {
    display: block;
    content: "";
    position: absolute;
    top: .3em;
    right: 2px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #999;
}

.design .route li:last-child::after {
    display: none;
}

/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside {
    margin-bottom: 24px;
    padding: 0;
    background: #fff;
    border: 2px solid #AD7575;
}

.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower {
    padding: 0 16px 16px;
}

.inkiji .main_naka .kiji_aside_lower a[href^="tel:"] {
    cursor: default;
    color: #222;
    text-decoration: none;
}

.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2 {
    margin-top: 0;
    padding: 10px 12px 8px;
    font-size: 100%;
    border: 0;
    background: #f2e7e7;
    border-bottom: 2px solid #AD7575;
}

.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::after {
    display: none;
}

.inkiji .main_naka .kiji_aside h3,
.infaq .main_naka .kiji_aside h3 {
    background: none;
    border: 0;
    border-left: 4px solid #007bbb;
    padding: 0 0 0 12px;
    margin-left: 16px;
    margin-right: 16px;
}

.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li {
    font-size: 85%;
}

@media only screen and (max-width: 1024px) {

    .inkiji .main_naka .kiji_aside.kanrenlink h2,
    .infaq .main_naka .kiji_aside.kanrenlink h2,
    .inkiji .main_naka .kiji_aside.rssfide h2,
    .infaq .main_naka .kiji_aside.rssfide h2 {
        padding-right: 70px;
        font-size: 100%;
    }

    .inkiji .main_naka .kiji_aside_lower a[href^="tel:"] {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
}

/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink {}

/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2 {}

/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon h2 {
    background: #fff;
    color: #222;
}

/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka h2 {
    padding: 10px 12px 8px !important;
    background: #fff;
    color: #222;
}

/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren h2 {
    background: #fff;
    color: #222;
}

/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2 h2 {
    background: #fff;
    color: #222;
}

/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota h2 {
    background: #fff;
    color: #222;
}

.main_naka .kiji_aside.syosai_sonota p.for_txt {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
    font-size: 85%;
}

/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
    border-left: none;
    background: #a90000;
    color: #fff;
    padding: 6px 8px 4px;
}

.kiji_emergency .main_naka_h1 h1::before,
.kiji_emergency .main_naka_h1 h1::after {
    display: none;
}

/**** 避難所一覧機能のスタイル ****/
.shelter .emergency,
.shelter .important {
    margin-top: 0;
    margin-bottom: 24px;
}

.emergency_shelter {
    border: 2px solid #a90000;
    padding: 0 12px 12px;
    margin-top: 12px;
    background-color: #ffdfdf;
}

.emergency_shelter h3 {
    margin-top: 12px;
    padding: 4px 6px;
    font-size: 110%;
    border-left: 4px solid #a90000;
}

.shelter .open_status .open {
    display: inline-block;
    margin-top: 12px;
}

.shelter .open {
    border: 2px solid #a90000;
    padding: 0 16px 12px;
    margin-top: 24px;
    background-color: #ffdfdf;
}

.shelter .main_naka h3,
.shelter .mol_contents h2,
.shelter .mol_contents h3 {
    margin: 32px 0 0;
}

.shelter .main_naka h4,
.shelter .main_naka h5,
.shelter .main_naka h6 {
    margin: 16px 0 0;
}

.shelter .open h2 {
    background: #a90000;
    color: #fff;
    border: none;
    padding: 8px;
}

.shelter .open h2::after {
    display: none;
}

.shelter .design .main_naka .kakuka_link {
    margin-top: 0;
}

.shelter_search_wrap {
    margin-top: 16px;
    background: #eee;
    padding: 4px 16px 16px;
}

.shelter_search_wrap #txtName,
.shelter_search_wrap #txtAddress {
    width: 100%;
    max-width: 344px;
}

.shelter_search_wrap select {
    font-size: 100%;
}

.shelter_search_button {
    text-align: center;
}

.shelter .design .main_naka .open table {
    margin: 0;
}

.shelter .design .main_naka table {
    margin-bottom: 12px;
}

.shelter .ac_display {
    top: 72%;
    ;
}

.shelter .ac_display a {
    padding: 2px 4px 2px 18px;
}

.shelter .ac_display::before,
.shelter .ac_display::after {
    top: 9px;
}

.shelter caption {
    display: none;
}

.shelter th {
    text-align: center;
    vertical-align: middle;
}

.shelter td {
    vertical-align: middle;
}

.saigai ul {
    overflow: hidden;
}

.saigai li {
    float: left;
    padding-left: 24px;
}

.saigai li::before {
    display: none;
}

.resistance,
.toilet {
    display: flex;
    margin-bottom: 4px;
}

.saigai img,
.resistance img,
.toilet img {
    width: 30px;
    height: 30px;
}

.saigai img {
    margin-right: 8px;
}

.resistance_text,
.toilet_text {
    display: flex;
    align-items: center;
    margin-left: 4px;
    font-size: 80%;
}

#shelter_search,
#reset {
    margin: 16px 4px 0;
}

.shelter_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.shelter_more li {
    padding: 0;
}

.shelter_more li::before {
    display: none;
}

.shelter_more a {
    background: #ffdbdb;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.shelter_more a:hover {
    background: #FFC9C9;
}

.print {
    margin: 10px 0 0;
    text-align: right;
}

.t_left .toilet {
    display: inline;
}

@media only screen and (max-width: 1024px) {

    .resistance,
    .toilet {
        display: inline;
    }

    .resistance img,
    .toilet img {
        height: auto;
    }

    .shelter .main_naka .ac_box h4,
    .shelter .main_naka .ac_box h5,
    .shelter .main_naka .ac_box h6 {
        padding: 4px 64px 4px 8px;
    }
}

/**** ごみ分別検索 ****/
form#frm_main.search_form {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.frm_wrap {
    width: calc((100% - 16px) / 2);
    padding: 21px 18px 14px;
    border: 1px solid #ccc;
}

.frm_wrap legend {
    font-size: 113%;
    padding: 10px 14px;
    margin-bottom: 12px;
    background: #dbede8;
}

.frm_wrap p.note {
    margin: 0 4px 10px;
}

.event_search_box_wrap {
    display: flex;
    align-items: center;
    padding: 8px 4px 10px;
}

.event_search_box_wrap label {
    flex-shrink: 0;
    margin-right: 10px;
}

.event_search_box_wrap select {
    width: 100%;
    font-size: 100%;
}

.event_search_box_wrap input {
    width: 100%;
}

.frm_wrap.sec_and_kw fieldset .event_search_button {
    text-align: center;
    margin-top: 8px;
}

.event_search_box_wrap2>p {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
}

#main_outline .j_alphabet button {
    background: #fff;
    border-radius: 4px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 8px 16px;
    margin: 0 4px 8px 4px;
}

#main_outline .j_alphabet button.selected,
#main_outline .j_alphabet button:hover {
    background: #A5C9BF;
}

#main_outline .j_alphabet .garbage_tab {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}

#main_outline div.mol_contents .mol_tableblock {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .frm_wrap {
        width: 100%;
        padding: 16px 12px;
    }

    .frm_wrap.sec_and_kw {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 425px) {
    .event_search_box_wrap {
        flex-wrap: wrap;
        padding: 2px 4px 4px;
    }

    .event_search_box_wrap label {
        padding: 4px 0;
    }

    #main_outline .j_alphabet button {
        padding: 8px;
    }

    #main_outline .j_alphabet .btn_garbage_tab {
        width: 30%;
    }

    #main_outline .j_alphabet .btn_garbage_val {
        width: calc((100% - 40px) / 5);
    }
}

/* ▼▼ フローアイコン ▼▼ */
.siyou_link {
    position: absolute;
    bottom: 70px;
    margin-top: 0;
    max-width: 170px;
    width: 100%;
    height: auto;
    z-index: 2;
}

.siyou_link:nth-of-type(1) {
    left: calc(50% - 180px);
}

.siyou_link:nth-of-type(2) {
    right: calc(50% - 180px);
}

.siyou_link a {
    display: inline-block;
    transition: .2s;
}

@media (min-width: 769px) {
    .siyou_link a:hover {
        transform: rotate(5deg);
    }
}

@media only screen and (max-width: 1024px) {
    .vis {
        margin-top: 0;
    }

    .vis .catch {
        right: 10px;
    }

    .siyou_link {
        display: none;
    }
}

/* ▲▲ フローアイコン ▲▲ */

/* ▼▼ チャットボット ▼▼ */

.dsn-widget {
    position: relative !important;
    width: 160px !important;
    height: 160px !important;
    position: fixed !important;
    bottom: 35px !important;
    right: 20px !important;
    margin: 0 !important;
    cursor: pointer !important;
    z-index: 1000 !important;
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
    .dsn-widget {
        display: none !important;
        bottom: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .dsn-widget {
        width: 110px;
        height: 110px;
    }
}

.dsn-widget::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(img/chatbot2.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.dsn-widget:hover::before {
    opacity: 1;
}

.dsn-widget:hover img {
    opacity: 0;
}

/*
@media only screen and (max-width: 1024px) {
    .dsn-widget {
        right: 10px;
        bottom: 10px;
    }
}
*/

.dsn-widget img {
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (max-width: 480px) {}


/* ▲▲ チャットボット ▲▲ */

/* ▼▼ 追従用機能ナビ ※追従ナビ時に表示 ▼▼ */
.show_fn {
    display: none;
}

.is-show .show_fn {
    display: block;
}

.show_fn ul {
    display: flex;
}

.show_fn ul li {
    margin-top: 10px;
}

/* ▼  検索窓 ▼ */
.show_fn ul li:first-child {
    margin-left: auto;
}

.show_fn ul li:first-child #cse-search-box4 .q {
    width: calc(100% - 57px) !important;
    height: 26px !important;
    border: 1px solid #4E7D15 !important;
    border-radius: 4px 0 0 4px;
}

.show_fn ul li:first-child #cse-search-box4 .q:focus {
    background: #fff !important;
}

.show_fn ul li:first-child #cse-search-box4 button {
    padding: 2px 6px 3px 22px;
    width: 57px;
    min-height: 26px;
    font-size: 88%;
    color: #fff;
    background-color: #4E7D15;
    background-image: url(img/icon/src-w.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 5px;
    border: none;
    border-radius: 0 4px 4px 0;
}

/* ▲ 検索窓 ▲ */

/* ▼  ID検索 ▼ */
.show_fn ul li.id_btn2 {
    margin-left: 8px;
}

.show_fn ul li.id_btn2 .ac_display {
    display: block;
    border: 1px solid #C4E670;
    border-radius: 4px;
    background: #C4E670;
    text-decoration: none;
    padding: 2px 4px 1px;
    font-size: 88%;
}

.show_fn ul li.id_btn2 .search_box_lower {
    position: absolute;
    right: 0;
    display: none;
    margin-top: 6px;
    padding: 8px;
    width: 300px;
    font-size: 135%;
    background: #F1FBF1 !important;
    border-radius: 4px;
    z-index: 5;
}

/* モーダル内設定 */
.show_fn ul li.id_btn2 .search_box_lower form {
    display: flex;
}

.show_fn ul li.id_btn2 .search_box_lower .q {
    width: calc(100% - 82px) !important;
    height: 24px !important;
    border-radius: 4px 0 0 4px;
    border: 1px solid #C4E670 !important;
}

.show_fn ul li.id_btn2 .search_box_lower .q::placeholder {
    font-size: 65%;
}

.show_fn ul li.id_btn2 form button {
    padding: 2px 5px;
    min-height: 24px;
    font-size: 65%;
    color: #2b3095;
    background: #C4E670;
    border-radius: 0 4px 4px 0;
    border: none;
}

.show_fn ul li.id_btn2 form button:hover {
    color: #860000;
}


/* 閉じる */
.show_fn ul li.id_btn2 .search_box_lower .id_btn_close a {
    display: block;
    margin-left: auto;
    padding: 1px 4px;
    text-decoration: none;
    width: fit-content;
    font-size: 65%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

.show_fn ul li.id_btn2 .search_box_lower .id_btn_close a:hover {
    color: #860000;
}

/* ▲ ID検索 ▲ */

/* ▲▲ 追従用機能ナビ ※追従ナビ時に表示 ▲▲ */

/* ▼▼ マイページがページ内にない場合 ▼▼ */

/* 対象ページ：エラーページ ▼▼ */
.inerror .h_top .h_toplist02_sp1 {
    display: none !important;
}

/* 対象ページ：「コンテンツ未登録」「マイページ編集画面」「マイページ編集画面（項目なし）」 */
@media only screen and (max-width: 1024px) {
    .mypage_none .h_top .h_toplist02 .h_toplist02_sp1 {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .mypage_none .h_top .h_toplist02 .h_toplist02_sp2 {
        width: 100%;
    }
}

/* ▲▲ マイページがページ内にない場合 ▲▲ */


/* ▼▼▼▼▼▼ エントランス（総合）ページ ▼▼▼▼▼▼ */
.front .clone-nav .h1,
.front .h_toplist02,
.front .g_navi,
.front .foot_modori,
.front .foot,
.front .main_naka .attention_word h2::after {
    display: none;
}

.front .h_top_wrap {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.front .main_naka {
    margin: 0;
    max-width: none;
    padding: 0;
    background: #FFFBEF;
}

.front .dsn-widget {
    bottom: 50px;
}

/* ▼▼▼▼ ロゴタイトル ▼▼▼▼ */
.front .head_in {
    position: absolute;
}

.front .h_main .h1 {
    padding: 0 10px 10px;
    background: rgba(255, 255, 255, 0.6);
}

/* ▲▲▲▲ ロゴタイトル ▲▲▲▲ */

/* ▼▼▼▼ 【タブレット・スマホ時】下部固定メニュー ▼▼▼▼ */

/* ▽ マイページ・チャットボット ▽ */
.h_top .h_toplist02_sp1,
.h_top .h_toplist02_sp2 {
    display: none;
}

/* △ マイページ・チャットボット △ */

@media only screen and (max-width: 1024px) {
    .front .h_toplist02 {
        display: flex;
    }

    /* ▽ ID検索 ▽ */
    .h_top .h_toplist02 .id_btn {
        margin: 10px 8px 0 auto;
        display: block;
        min-height: 36px;
    }

    .h_top .h_toplist02 .id_btn a {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 7px 5px 5px;
        min-height: 36px;

        text-decoration: none;
        background-color: #fff;
        border: 1px solid #4E7D15;
        border-radius: 4px;
    }

    .h_top .h_toplist02 .id_btn a::before,
    .h_top .h_toplist02 .id_btn a::after {
        display: none;
    }

    .h_top .h_toplist02 .id_btn .search_box_lower {
        bottom: 55px;
        left: 0;
    }

    /* △ ID検索 △ */

    /* ▽ 検索窓 ▽ */
    .h_top .h_toplist02>li.h_toplist02_src {
        display: block;
        margin: 10px 20px 0 0;
    }

    /* 窓 */
    .h_top .h_toplist02>li.h_toplist02_src #cse-search-box .q {
        height: 36px !important;
    }

    /* ボタン */
    .h_top .h_toplist02>li.h_toplist02_src #cse-search-box button {
        min-height: 36px;
    }

    /* △ 検索窓 △ */

    /* ▽ マイページ・チャットボット ▽ */
    .h_top .h_toplist02 .h_toplist02_sp1,
    .h_top .h_toplist02 .h_toplist02_sp2 {
        display: block;
    }

    .h_top .h_toplist02 .h_toplist02_sp1 a,
    .h_top .h_toplist02 .h_toplist02_sp2 a {
        display: block;
        padding: 7px 5px 5px;
        min-height: 36px;
        text-align: center;
    }

    /* △ マイページ・チャットボット △ */
}

@media only screen and (max-width: 557px) {

    /* ▽ ID検索 ▽ */
    .h_top .h_toplist02 .id_btn {
        margin: 10px 8px 0 0;
    }

    /* △ ID検索 △ */

    /* ▽ 検索窓 ▽ */
    .h_top .h_toplist02>li.h_toplist02_src {
        display: block;
        margin: 10px 0 0 auto !important;
        max-width: none !important;
        width: calc(100% - 70px);
    }

    /* △ 検索窓 △ */

    /* ▽ マイページ・チャットボット ▽ */
    .h_top .h_toplist02 .h_toplist02_sp1,
    .h_top .h_toplist02 .h_toplist02_sp2 {
        margin: 10px 0 0 0;
        width: calc(50% - 4px);
    }

    .inerror .h_top .h_toplist02 .h_toplist02_sp2 {
        width: 100%;
    }

    .h_top .h_toplist02 .h_toplist02_sp2 {
        margin-left: auto;
    }

    /* △ マイページ・チャットボット △ */
}

/* ▲▲▲▲ 【タブレット・スマホ時】下部固定メニュー ▲▲▲▲ */

/* ▼▼▼▼ ハンバーガーメニュー ▼▼▼▼ */
.front #menu_button {
    top: 14px;
    right: 12px;
    margin: 0;
}

/* ▲▲▲▲ ハンバーガーメニュー ▲▲▲▲ */

/* ▼▼▼▼ メインビジュアル（vis3） ▼▼▼▼ */
.front .vis3 {
    z-index: -1;
}

.front .vis3 h2 {
    display: none;
}

.front .vis3 li {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    height: calc(100vh - 43px);
}

@media only screen and (max-width: 1024px) {
    .front .vis3 li {
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .front .vis3 li {
        height: 35vh;
    }
}

.front .vis3 li::before {
    display: none;
}

.front .vis3 img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .front .vis3 img {
        object-fit: fill;
        position: relative;
    }
}

@media only screen and (max-width: 480px) {
    .front .vis3 img {
        object-fit: cover;
        position: absolute;
    }
}

.front .vis3 .slick-list {
    margin-bottom: -7px;
}

.front .vis3 .slick_nav {
    align-items: flex-start;
}

.front .vis3 .slick_nav li {
    height: auto;
}

/* ▲▲▲▲ メインビジュアル（vis3） ▲▲▲▲ */


/* ▼▼▼▼ 検索窓 ▼▼▼▼ */
.front #cse-search-box .q {
    width: calc(100% - 87px) !important;
    height: 30px !important;
    border: 1px solid #C4E670 !important;
    border-radius: 4px 0 0 4px;
}

#main_outline .front #cse-search-box button {
    padding: 3px 16px 3px 37px;
    font-size: 100%;
    color: #2b3095;
    background-color: #C4E670;
    background-image: url(img/icon/src.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 16px 8px;
    border: none;
    border-radius: 0 4px 4px 0;
}

_::-webkit-full-page-media,
_:future,
:root .front #cse-search-box button {
    padding: 5px 16px 5px 37px;
}

.front #cse-search-box button:hover {
    color: #890000;
    background-image: url(img/icon/src2.png);
}

/* ▲▲▲▲ 検索窓 ▲▲▲▲ */

@media only screen and (max-width: 1024px) {
    .front .sp_box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 60px 0 50px;
    }
}

@media only screen and (max-width: 600px) {
    .front .sp_box {
        display: block;
    }
}

/* ▼▼▼▼ 検索窓・ID検索・注目キーワード ▼▼▼▼ */
.front .attention_word {
    position: fixed;
    top: 25px;
    right: 80px;
    padding: 20px 16px;
    max-width: 250px;
    width: 100%;
    background: rgb(255, 255, 255, 0.9);
    box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
}

@media only screen and (max-width: 1024px) {
    .front .attention_word {
        position: relative;
        top: 0;
        left: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .front .attention_word {
        left: 0;
        margin: 0 auto;
    }
}

/* ▼▼ 検索窓 ▼▼ */
/* 検索窓 */
.front .attention_word #cse-search-box3 .q {
    width: calc(100% - 87px) !important;
    height: 30px !important;
    font-size: 130%;
    border: 1px solid #C4E670 !important;
    border-radius: 4px 0 0 4px;
}

/* ボタン */
.front .attention_word #cse-search-box3 button {
    padding: 3px 16px 3px 37px;
    font-size: 100%;
    color: #2b3095;
    background-color: #C4E670;
    background-image: url(img/icon/src.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 16px 8px;
    border: none;
    border-radius: 0 4px 4px 0;
}

/* ▲▲ 検索窓 ▲▲ */

/* ▼▼ ID検索 ▼▼ */
.front .attention_word .id_btn {
    position: relative;
    margin-top: 12px;
    margin-left: auto;
    width: fit-content;
}

@media only screen and (max-width: 1024px) {
    .front .attention_word .id_btn {
        display: none;
    }
}

.front .attention_word .id_btn .ac_display {
    display: block;
    padding: 1px 3px 0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #4E7D15;
    border-radius: 4px;
}


/* ▼ ID検索内 ▼ */
.front .attention_word .id_btn .search_box_lower {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    margin-top: 6px;
    padding: 8px;
    width: 330px;
    background: #F1FBF1 !important;
    border-radius: 4px;
    z-index: 5;
}

@media only screen and (max-width: 480px) {
    .front .attention_word .id_btn .search_box_lower {
        right: -45px;
    }
}

/* 窓 */
.front .attention_word .id_btn .search_box_lower .src_box #cse-search-box5 .q {
    width: calc(100% - 78px) !important;
    height: 30px !important;
    padding: 0 6px !important;
    font-size: 130%;
    border: 1px solid #C4E670 !important;
}

.front .attention_word .id_btn .search_box_lower .src_box #cse-search-box5 .q::placeholder {
    font-size: 82%;
    letter-spacing: 0;
}

/* ボタン */
.front .attention_word .id_btn .search_box_lower #cse-search-box5 button {
    padding: 4px 5px;
    width: 78px;
    min-height: 30px;
    color: #2b3095;
    background: #C4E670;
    border-radius: 0 4px 4px 0;
    border: none;
}

.front .attention_word .id_btn .search_box_lower #cse-search-box5 button:hover {
    color: #860000;
}

/* 閉じる */
.front .attention_word .id_btn .search_box_lower .id_btn_close a {
    display: block;
    margin-left: auto;
    padding: 1px 4px;
    text-decoration: none;
    width: fit-content;
    font-size: 90%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

/* ▲ ID検索内 ▲ */

/* ▲▲ ID検索 ▲▲ */

/* ▼▼ 注目キーワード ▼▼ */
.front .main_naka .attention_word h2 {
    font-size: 100%;
    border-bottom: none;
}

.front .attention_word ul {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 8px;
    background: #fff;
}

.front .attention_word li {
    margin-right: 12px;
    padding-left: 0;
}

.front .attention_word li::before {
    display: none;
}

/* フォント拡大時の設定 */
.front .attention_word .scroll_hidden {
    height: 100px;
    overflow-y: auto;
}

/* ▲▲ 注目キーワード ▲▲ */
/* ▲▲▲▲ 検索窓・ID検索・注目キーワード ▲▲▲▲ */

/* ▼▼▼▼ フロントパネル（メインナビ・緊急情報） ▼▼▼▼ */
.front .front_box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .front .front_box {
        margin: 0 0 0 auto;
        max-width: none;
        width: calc(100% - 270px);
    }
}

@media only screen and (max-width: 600px) {
    .front .front_box {
        margin: 40px auto 0;
        max-width: none;
        width: 100%;
    }
}

.front .front_panel {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: flex;
    padding: 0 12px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .front .front_panel {
        position: relative;
        bottom: 0;
    }
}

/* ▼▼ メインナビ ▼▼ */

.front .front_navi {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

@media only screen and (max-width: 1388px) {
    .front .front_navi {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 180px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .front .front_navi {
        padding: 0;
        width: 100%;
    }
}

.front .front_navi li {
    margin-top: 0;
    margin-right: auto;
    padding: 0 5px;
    width: calc(100% / 5);
}

.front .front_navi li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .front .front_navi li {
        margin-top: 0;
        margin-right: auto;
        width: calc(100% / 3);
    }

    .front .front_navi li:nth-child(4),
    .front .front_navi li:nth-child(5),
    .front .front_navi li:nth-child(6) {
        margin-top: 10px;
    }

    .front .front_navi li:nth-child(4) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .front .front_navi li {
        width: calc(100% / 2);
    }

    .front .front_navi li:nth-child(3) {
        margin-top: 10px;
    }
}


.front .front_navi li::before {
    display: none;
}

.front .front_navi li a {
    position: relative;
    display: block;
    box-shadow: 0px 0px 2px 3px #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .front .front_navi li a {
        box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    }
}

.front .front_navi li a img {
    transition-duration: 0.5s;
}


.front .front_navi li a:hover img {
    transform: scale(1.1);
}

/* ▼ メインナビ｜テキスト ▼ */
.front .front_navi li a span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    padding: 9% 10%;
    background: rgba(255, 255, 255, 0.8);
}

/*
@media only screen and (max-width: 1388px) {
    .front .front_navi li a span {
        padding: 7% 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .front .front_navi li a span {
        padding: 9% 10%;
    }
}

@media only screen and (max-width: 768px) {
    .front .front_navi li a span {
        padding: 7% 10%;
    }
}
*/

.front .front_navi li:nth-child(2) a span {
    padding: 2% 6%;
}

.front .front_navi li:nth-child(3) a span {
    padding: 3% 5%;
    background: transparent;
}

.front .front_navi li a:hover span img {
    transform: scale(1);
}

/* ▲ メインナビ｜テキスト ▲ */

/* ▲▲ メインナビ ▲▲ */

/* ▼▼ 緊急情報 ▼▼ */
.front .emergency_ctr {
    position: relative;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.front .emergency {
    position: absolute;
    bottom: calc(100vh - 315px);
    left: 0;
    padding: 0 12px;
    max-width: 950px;
    width: 100%;
}

@media only screen and (max-width: 1390px) {
    .front .emergency {
        width: calc(100% - 340px);
    }
}

@media only screen and (max-width: 1024px) {
    .front .emergency {
        position: relative;
        bottom: 0;
        padding: 0;
        width: 100%;
    }
}

.front .emergency .h2,
.front .emergency h2 {
    background: #a90000;
    color: #fff;
}

.front .emergency .h2 {
    overflow: hidden;
}

.front .emergency h2 {
    float: left;
    margin-top: 0;
    padding: 14px 16px;
    width: auto;
    border-bottom: none;
}

.front .emergency h2::after {
    display: none;
}

.front .emergency .h2 p {
    float: right;
    padding: 14px 16px 14px 8px;
    margin: 0;
}

.front .emergency_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #a90000;
    border-top: none;
}

.front .emergency_lower ul {
    overflow: auto;
    padding-right: 10px;
    height: 80px;
}

@media only screen and (max-width: 480px) {
    .front .emergency_lower ul {
        overflow: visible;
        height: auto;
    }
}

/* ▲▲ 緊急情報 ▲▲ */

/* ▲▲▲▲ フロントパネル（メインナビ・緊急情報） ▲▲▲▲ */

/* ▼▼▼▼ 【総合トップ・トップ・下層】マイページ ▼▼▼▼ */
.page_keep,
.front .page_keep {
    position: fixed;
    right: 0;
    display: block;
    top: 260px;
    width: 70px;
    z-index: 10;
}

@media only screen and (max-width: 1024px) {

    .page_keep,
    .front .page_keep {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
}

.keep_btn,
.front .keep_btn {
    display: block;
    position: fixed;
    background-image: url(img/page_keep2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.keep_btn a {
    display: block;
}


@media only screen and (max-width: 1024px) {

    .keep_btn,
    .front .keep_btn {
        display: none;
    }
}

.online_strage_a,
.front .online_strage_a {
    display: none;
    padding-bottom: 24px;
    position: absolute;
    top: 60px;
    right: 80px;
    width: 440px;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {

    .online_strage_a {
        position: fixed;
        top: auto;
        bottom: 64px;
        left: auto;
        right: 148px;
        z-index: 1000;
        padding-bottom: 0;
    }

    .online_strage_a {
        padding: 0 12px;
    }

    .front .online_strage_a {
        position: fixed;
        top: auto;
        bottom: 40px;
        right: 133px;
        display: none;
        padding-bottom: 24px;
        width: 440px;
    }

    .online_strage_a .online_strage {
        padding: 0;
    }

    .online_strage_a {
        display: none;
    }
}

@media only screen and (max-width: 584px) {

    .online_strage_a {
        max-width: 375px;
        width: 100%;
    }
}



@media only screen and (max-width: 557px) {

    .online_strage_a {
        bottom: 109px;
        left: 0;
        right: auto;
        max-width: 375px;
        width: 100%;
    }

    .front .online_strage_a {
        bottom: 85px;
        width: 100%;
    }
}

/*
@media only screen and (max-width: 1024px) {

    .inbody .online_strage_a,
    .front .online_strage_a {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        padding-bottom: 170px;
        width: 100%;
    }

    .inbody .online_strage_a {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {

    .inbody .online_strage_a,
    .front .online_strage_a {
        padding-bottom: 150px;
    }
}
*/


/* ▼▼ 閉じる ▼▼ */
.online_strage_a .mypage_close {
    display: none;
}

.front .online_strage_a .mypage_close {
    display: block;
}

.online_strage_a .mypage_close {
    display: inline-block;
    float: right;
}

.online_strage_a .mypage_close a {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    padding: 3px 8px 3px 22px;
    font-size: 75%;
    text-decoration: none;
    letter-spacing: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #999;
}

/* @media only screen and (max-width: 1024px) {

    .front .online_strage_a .mypage_close a {
        display: none;
    }
} */

.online_strage_a .mypage_close {
    display: none;
}

.online_strage_a .mypage_close,
.online_strage_a .mypage_close a {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .online_strage_a .mypage_close {
        display: block;
    }
}

.online_strage_a .mypage_close a::before,
.online_strage_a .mypage_close a::after {
    position: absolute;
    top: 50%;
    left: 5px;
    content: '';
    margin-top: -1px;
    height: 2px;
    width: 12px;
    background: #222;
}

.online_strage_a .mypage_close a::before {
    transform: rotate(-45deg);
}

.online_strage_a .mypage_close a::after {
    transform: rotate(45deg);
}

/* ▲▲ 閉じる ▲▲ */

/* ▲▲▲▲ 【総合トップ・トップ・下層】マイページ ▲▲▲▲ */


/* ▼▼ コピーライト表記 ▼▼ */
@media only screen and (max-width: 1024px) {
    .front .foot_copy {
        padding-bottom: 63px;
    }
}

@media only screen and (max-width: 557px) {
    .front .foot_copy {
        padding-bottom: 112px;
    }
}

/* ▲▲ コピーライト表記 ▲▲ */

/* ▲▲▲▲▲▲ エントランス（総合）ページ ▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼ 【分類カスタマイズ】「ふたみ記念館」「バーチャル郷土館」共通スタイル ▼▼▼▼▼▼ */

/* ▼▼▼▼ ヘッダー ▼▼▼▼ */
.category_futami .h_top_wrap,
.category_history .h_top_wrap {
    background: #D6C6AF;
}

.category_futami .is-show .h_top_wrap,
.category_history .is-show .h_top_wrap {
    background: transparent;
}


@media only screen and (max-width: 1024px) {

    .category_futami .h_top .h_toplist02,
    .category_history .h_top .h_toplist02 {
        background: #D6C6AF;
    }
}

/* ▼▼ ロゴ ▼▼ */
.category_futami .h_main .h1,
.category_history .h_main .h1 {
    background-image: none;
    background: transparent;
    border-top: none;
}

.category_futami .h_main .h1::before,
.category_history .h_main .h1::before {
    border: 2px solid #D6C6AF;
}

/* ▲▲ ロゴ ▲▲ */

/* ▼▼ 機能ナビ ▼▼ */

/* 文字サイズ・背景色 */
.category_futami .h_top .h_toplist02>li .font_tit,
.category_futami .h_top .h_toplist02>li .bg_tit,
.category_history .h_top .h_toplist02>li .font_tit,
.category_history .h_top .h_toplist02>li .bg_tit {
    background: transparent;
}

.category_futami .font_list li a,
.category_history .font_list li a,
.category_futami .bg_list li a,
.category_history .bg_list li a {
    border: 1px solid #7D7C6D !important;
}

.category_futami .font_list li:last-child a,
.category_history .font_list li:last-child a,
.category_futami .bg_list li:last-child a,
.category_history .bg_list li:last-child a {
    padding: 2px 3px 1px 4px !important;
    background: #F6F5EA;
    border-left: none !important;
}

.category_futami .font_list li:last-child a strong,
.category_history .font_list li:last-child a strong,
.category_futami .bg_list li:last-child a strong,
.category_history .bg_list li:last-child a strong {
    color: #2b3095;
}


.category_futami .font_list li:last-child a:hover strong,
.category_history .font_list li:last-child a:hover strong,
.category_futami .bg_list li:last-child a:hover strong,
.category_history .bg_list li:last-child a:hover strong {
    color: #860000;
}

/* エントランスページ・にのみやLife・みらいをつくる */
.category_futami .h_top .h_toplist02>.btn_front a,
.category_futami .h_top .h_toplist02>.btn_subsite a,
.category_futami .h_top .h_toplist02>.btn_subsite2 a,
.category_history .h_top .h_toplist02>.btn_front a,
.category_history .h_top .h_toplist02>.btn_subsite a,
.category_history .h_top .h_toplist02>.btn_subsite2 a {
    border: 1px solid #7D7C6D;
}

/* 検索窓 */
.category_futami .h_top .h_toplist02>li.h_toplist02_src #cse-search-box .q,
.category_history .h_top .h_toplist02>li.h_toplist02_src #cse-search-box .q {
    border: 1px solid #7D7C6D !important;
}

.category_futami .h_top .h_toplist02>li.h_toplist02_src #cse-search-box button,
.category_history .h_top .h_toplist02>li.h_toplist02_src #cse-search-box button {
    padding: 1px 5px 2px 22px;
    color: #2b3095;
    background-color: #F6F5EA;
    background-image: url(img/icon/src.png);
    border: 1px solid #7D7C6D;
    border-left: none;
}

.category_futami .h_top .h_toplist02>li.h_toplist02_src #cse-search-box button:hover,
.category_history .h_top .h_toplist02>li.h_toplist02_src #cse-search-box button:hover {
    color: #860000;
    background-image: url(img/icon/src2.png);
}

/* ▼ ID検索 ▼ */
.category_futami .h_top .h_toplist02 .id_btn .search_box_lower,
.category_history .h_top .h_toplist02 .id_btn .search_box_lower {
    background: #ede0ce !important;
}

/* 検索窓 */
.category_futami .h_top .h_toplist02 .id_btn .search_box_lower .q,
.category_history .h_top .h_toplist02 .id_btn .search_box_lower .q {
    border: 1px solid #7D7C6D !important;
}

/* ボタン */
.category_futami .h_top .h_toplist02 .id_btn .search_box_lower form button,
.category_history .h_top .h_toplist02 .id_btn .search_box_lower form button {
    padding: 1px 4px 1px 5px;
    color: #2b3095;
    background: #F6F5EA;
    border: 1px solid #7D7C6D !important;
    border-left: none !important;
}

.category_futami .h_top .h_toplist02 .id_btn .search_box_lower form button:hover,
.category_history .h_top .h_toplist02 .id_btn .search_box_lower form button:hover {
    color: #860000;
}


/* ▲ ID検索 ▲ */

/* ▲▲ 機能ナビ ▲▲ */

/* ▲▲▲▲ ヘッダー ▲▲▲▲ */

/* ▼▼▼▼ グローバルナビ ▼▼▼▼ */
.category_futami .g_navi_in ul,
.category_history .g_navi_in ul {
    /*background: #F6F5EA;*/
}

.category_futami .g_navi_in li a:hover,
.category_history .g_navi_in li a:hover {
    border-bottom: 5px solid #7D7C6D;
}

/* ▲▲▲▲ グローバルナビ ▲▲▲▲ */

/* ▼▼▼▼ 【追従メニュー】検索窓 ▼▼▼▼ */
.category_futami .show_fn ul li:first-child #cse-search-box4 .q,
.category_history .show_fn ul li:first-child #cse-search-box4 .q {
    border: 1px solid #7D7C6D !important;
}


.category_futami .show_fn ul li:first-child #cse-search-box4 button,
.category_history .show_fn ul li:first-child #cse-search-box4 button {
    padding: 1px 5px 2px 22px;
    color: #2b3095;
    background-color: #F6F5EA;
    background-image: url(img/icon/src.png);
    border: 1px solid #7D7C6D;
    border-left: none;
}

.category_futami .show_fn ul li:first-child #cse-search-box4 button:hover,
.category_history .show_fn ul li:first-child #cse-search-box4 button:hover {
    color: #860000;
    background-image: url(img/icon/src2.png);
}

/* ▲▲▲▲ 【追従メニュー】検索窓 ▲▲▲▲ */


/* ▼▼▼▼ スマホメニュー ▼▼▼▼ */
.category_futami #menu_button a,
.category_history #menu_button a {
    background: #D6C6AF;
    border: 1px solid #7D7C6D;
}

.category_futami #menu_button a strong,
.category_history #menu_button a strong {
    color: #000;
}

.category_futami #menu_button a .icon_ham,
.category_futami #menu_button a .icon_ham::before,
.category_futami #menu_button a .icon_ham::after,
.category_history #menu_button a .icon_ham,
.category_history #menu_button a .icon_ham::before,
.category_history #menu_button a .icon_ham::after {
    background: #000;
}

.category_futami #sidr,
.category_history #sidr {
    border-left: 4px solid #7D7C6D;
}

/* ▼▼ リスト設定 ▼▼ */
.category_futami #sidr ul,
.category_history #sidr ul,
.category_futami #sidr .src_box,
.category_history #sidr .src_box {
    border-bottom: 3px solid #7D7C6D;
}

.category_futami #sidr ul.sidr_navi03,
.category_history #sidr ul.sidr_navi03 {
    border-bottom: 2px solid #7D7C6D;
}

.category_futami #sidr ul li,
.category_history #sidr ul li {
    border-bottom: 1px solid #7D7C6D;
}

.category_futami #sidr ul li:last-child,
.category_history #sidr ul li:last-child {
    border-bottom: 0;
}

.category_futami #sidr ul.sidr_navi03 li:nth-child(odd),
.category_history #sidr ul.sidr_navi03 li:nth-child(odd) {
    border-right: 1px solid #7D7C6D;
    border-bottom: 0;
}

/* ▲▲リスト設定 ▲▲ */

/* ▼▼ エントランスページ ▼▼ */
.category_futami #sidr ul.sidr_navi_sub2,
.category_history #sidr ul.sidr_navi_sub2 {
    background: #F6F5EA;
}

/* ▲▲ エントランスページ ▲▲ */

/* ▼▼ 検索窓・ID検索 ▼▼ */
.category_futami #sidr .src_box #cse-search-box-sp .q,
.category_futami #sidr .src_box #cse-search-box-sp button,
.category_futami #sidr .src_box #cse-search-box-sp2 .q,
.category_futami #sidr .src_box #cse-search-box-sp2 button,
.category_history #sidr .src_box #cse-search-box-sp .q,
.category_history #sidr .src_box #cse-search-box-sp button,
.category_history #sidr .src_box #cse-search-box-sp2 .q,
.category_history #sidr .src_box #cse-search-box-sp2 button {
    border: 1px solid #7D7C6D !important;
}

.category_futami #sidr .src_box #cse-search-box-sp button,
.category_futami #sidr .src_box #cse-search-box-sp2 button,
.category_history #sidr .src_box #cse-search-box-sp button,
.category_history #sidr .src_box #cse-search-box-sp2 button {
    background-color: #F6F5EA;
    border-left: none !important;
}

.category_futami #sidr .src_box #cse-search-box-sp2 button,
.category_history #sidr .src_box #cse-search-box-sp2 button {
    padding: 8px 2px 9px;
}

/* ▲▲ 検索窓・ID検索 ▲▲ */


/* ▼▼ 閉じる ▼▼ */
.category_futami #sidr .close a,
.category_history #sidr .close a {
    color: #2b3095;
    background: #D6C6AF;
}

.category_futami #sidr .close a::before,
.category_futami #sidr .close a::after,
.category_history #sidr .close a::before,
.category_history #sidr .close a::after {
    background: #2b3095;
}

/* ▲▲閉じる ▲▲ */

/* ▲▲▲▲ スマホメニュー ▲▲▲▲ */

/* ▼▼▼▼ フッター ▼▼▼▼ */
@media only screen and (max-width: 1024px) {

    .category_futami .foot,
    .category_history .foot {
        padding-bottom: 30px;
    }
}

.category_futami .foot_wrap,
.category_history .foot_wrap {
    background: #fff;
    border-top: 1px solid #7D7C6D;
}

.category_futami .bg_foot,
.category_history .bg_foot {
    background-image: none;
}

/* マイページ */
.category_futami .online_strage_a .mypage_h2_wrapper,
.category_history .online_strage_a .mypage_h2_wrapper {
    background-color: #D6C6AF;
}

.category_futami .online_strage_a .mypage_contents,
.category_history .online_strage_a .mypage_contents {
    background: #F6F5EA;
    border: 2px solid #D6C6AF;
}


/* リンク */
.category_futami .foot_link li::after,
.category_history .foot_link li::after {
    background: #7D7C6D;
}

/* リンク2 */
.category_futami .foot_link2 a,
.category_history .foot_link2 a {
    border: 1px solid #7D7C6D;
}

/* コピーライト表記 */
.category_futami .foot_copy,
.category_history .foot_copy {
    background: #F6F5EA;
}

/* ▲▲▲▲ フッター ▲▲▲▲ */

/* ▲▲▲▲▲▲ 【分類カスタマイズ】「ふたみ記念館」「バーチャル郷土館」共通スタイル ▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼ 【分類カスタマイズ】ふたみ記念館 ▼▼▼▼▼▼ */


/* ▼▼▼▼ hタグ設定 ▼▼▼▼ */
.category_futami h2 {
    margin: 30px 0;
    font-size: 175%;
    text-align: center;
    background: #F0EDE8;
    border: 2px solid #996E35;
}

.category_futami .caution_group h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 125%;
    background: #F7C6C7;
    border: none;
}

.category_futami h3 {
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 15px;
    font-size: 150%;
    background: #ECF2FF;
    border-left: 15px solid #667EB3;
    border-bottom: none;
}

.category_futami h3::before {
    display: none;
}

.category_futami h4 {
    padding-left: 16px;
    font-size: 113%;
    background: none;
    border-bottom: 3px dotted #667EB3;
}

/* ▲▲▲▲ hタグ設定 ▲▲▲▲ */

/* ▼▼▼▼ タイトル ▼▼▼▼ */
.category_futami .futami_title img {
    width: 100%;
}

/* ▲▲▲▲ タイトル ▲▲▲▲ */

/* ▼▼▼▼ ご挨拶 ▼▼▼▼ */
.category_futami .greeting_group {
    margin-bottom: 30px;
}

.category_futami .greeting_group p:last-child {
    margin-top: 20px;
}

/* ▲▲▲▲ ご挨拶 ▲▲▲▲ */

/* ▼▼▼▼ メインナビ ▼▼▼▼ */

.category_futami .facility_navi {
    margin-bottom: 70px;
    width: 100%;
}

.category_futami .facility_navi ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

.category_futami .facility_navi li {
    margin-right: auto;
    padding-left: 0;
    width: calc(50% - 5px);
}

.category_futami .facility_navi li::before {
    display: none;
}

.category_futami .facility_navi li:nth-child(2n) {
    margin-right: 0;
}

@media only screen and (max-width: 480px) {
    .category_futami .facility_navi li {
        margin-right: 0;
        width: 100%;
    }
}

.category_futami .facility_navi li a {
    display: block;

}

.category_futami .facility_navi li img {
    max-width: none;
    width: 100%;
    border: 1px solid #996E35;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 820px) {
    .category_futami .facility_navi li img {
        border-radius: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .category_futami .facility_navi li img {
        border-radius: 16px;
    }
}

/* ▲▲▲▲ メインナビ ▲▲▲▲ */

/* ▼▼▼▼ イベントのご案内 ▼▼▼▼ */

/* ▼▼ テキスト ▼▼ */
.category_futami .exhibition_group {
    margin-bottom: 70px;
}

.category_futami .exhibition_box {
    display: flex;
    flex-wrap: wrap;
}

.category_futami .exhibition_content {
    margin-right: auto;
    width: calc(60% - 5px);
}

@media only screen and (max-width: 600px) {
    .category_futami .exhibition_content {
        width: 100%;
    }
}

.category_futami .exhibition_content p span {
    display: inline-block;
}

/* ▲▲ テキスト ▲▲ */

/* ▼▼ 画像 ▼▼ */
.exhibition_img {
    padding: 0 25px;
    width: calc(38% + 3px);
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .exhibition_img {
        margin-top: 24px;
        width: auto;
    }
}

/* ▲▲ 画像 ▲▲ */

/* ▲▲▲▲ イベントのご案内 ▲▲▲▲ */

/* ▼▼▼▼ 施設情報 ▼▼▼▼ */
.category_futami .facility_group {
    margin-bottom: 70px;
}

.category_futami .facility_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ▼▼ 開館情報 ▼▼ */
.category_futami .facility_opening {
    width: 100%;
}

.category_futami .facility_opening h3 {
    margin-top: 0;
}

.category_futami .facility_opening ul {
    display: flex;
    flex-wrap: wrap;
}

.category_futami .facility_opening li {
    margin-right: 20px;
}

.category_futami .facility_opening li::before {
    width: 7px;
    height: 7px;
    background: #BCDDFF;
    border-radius: 50%;
    border-right: none;
    border-bottom: none;
}

.category_futami .facility_opening p {
    margin-top: 16px;
    margin-bottom: 24px;
}

.category_futami .facility_opening p:last-child {
    margin-bottom: 0;
}

/* ▲▲ 開館情報 ▲▲ */

/* ▲▲▲▲ 施設情報 ▲▲▲▲ */

/* ▼▼▼▼ 注意事項一覧 ▼▼▼▼ */
.category_futami .caution_group {
    display: flex;
    flex-wrap: wrap;
}

.category_futami .caution_box {
    width: calc(50% - 10px);
    border: 2px solid #F7C6C7;
}

@media only screen and (max-width: 600px) {
    .category_futami .caution_box {
        width: 100%;
    }

    .category_futami .caution_box.caution_box2 {
        margin-top: 30px;
    }
}

.category_futami .caution_box:first-child {
    margin-right: auto;
}

.category_futami .caution_content {
    padding: 30px 16px 40px;
}

.category_futami .caution_list li {
    margin-top: 20px;
}

.category_futami .caution_list li::before {
    width: 7px;
    height: 7px;
    background: #F7C6C7;
    border-radius: 50%;
    border-right: none;
    border-bottom: none;
}

.category_futami .caution_link li::before {
    width: 7px;
    height: 7px;
    background: #BCDDFF;
    border-radius: 50%;
    border-right: none;
    border-bottom: none;
}

.category_futami .caution_box1 .caution_list li:first-child {
    margin-top: 0;
}

.category_futami .caution_box2 .caution_list li:first-child {
    margin-top: 30px;
}

.category_futami .caution_box2 .caution_text1 {
    margin-top: 0;
}

.category_futami .caution_box1 p {
    margin-top: 30px;
}

.category_futami .caution_box2 .caution_text2 {
    margin: 30px 0;
}

.category_futami .caution_box2 .caution_link li {
    margin-top: 20px;
}

/* ▲▲▲▲ 注意事項一覧 ▲▲▲▲ */

/* ▲▲▲▲▲▲ 【分類カスタマイズ】ふたみ記念館 ▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼ 【分類カスタマイズ】空き家バンク ▼▼▼▼▼▼ */

/* ▼▼▼▼ タイトル ▼▼▼▼ */

.category_empty .title h1 {
    position: relative;
    padding: 23px;
    min-height: 235px;
    font-size: 278%;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
        -2px 2px 0 #fff, 2px -2px 0 #fff,
        0px 2px 0 #fff, 0-2px 0 #fff,
        -2px 0 0 #fff, 2px 0 0 #fff;
    /* 背景画像 */
    background-image: url(../css/img/empty/title.jpg);
    background-size: cover;
}

@media only screen and (max-width: 510px) {
    .category_empty .title h1 {
        min-height: 102px;
        font-size: 190%;
    }
}

/* ▲▲▲▲ タイトル ▲▲▲▲ */

/* ▼▼▼▼ 「登録物件募集中！」と概要 ▼▼▼▼ */
.category_empty .overview {
    margin-top: 20px;
}

/* 概要 */
.category_empty .overview p:last-child {
    margin-top: 30px;
}

/* ▲▲▲▲ 「登録物件募集中！」と概要 ▲▲▲▲ */

/* ▼▼▼▼ メインナビ ▼▼▼▼ */
.category_empty .main_navi {
    margin: 60px auto 0;
    max-width: 1000px;
    width: 100%;
}

.category_empty .main_navi ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
    .category_empty .main_navi ul {
        margin-top: 0;
    }
}

.category_empty .main_navi li {
    margin: 30px auto 0 0;
    padding-left: 0;
    width: 30%;
}

@media only screen and (max-width: 480px) {
    .category_empty .main_navi li {
        margin: 20px auto 0 0;
    }
}

.category_empty .main_navi li:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .category_empty .main_navi li {
        width: 32%;
    }
}

@media only screen and (max-width:600px) {
    .category_empty .main_navi li {
        width: 49%;
    }

    .category_empty .main_navi li:nth-child(3n) {
        margin-right: auto;
    }

    .category_empty .main_navi li:nth-child(even) {
        margin-right: 0;
    }

    .category_empty .main_navi li:nth-child(odd) {
        margin-right: auto;
    }
}

.category_empty .main_navi li::before {
    display: none;
}

.category_empty .main_navi li a {
    display: block;
    background-size: cover;
}

.category_empty .main_navi li a:hover img {
    opacity: 0;
}

.category_empty .main_navi li:nth-child(1) a {
    background-image: url(img/empty/house01h.png);
}

.category_empty .main_navi li:nth-child(2) a {
    background-image: url(img/empty/house02h.png);
}

.category_empty .main_navi li:nth-child(3) a {
    background-image: url(img/empty/house03h.png);
}

.category_empty .main_navi li:nth-child(4) a {
    background-image: url(img/empty/house04h.png);
}

.category_empty .main_navi li:nth-child(5) a {
    background-image: url(img/empty/house05h.png);
}

.category_empty .main_navi li:nth-child(6) a {
    background-image: url(img/empty/house06h.png);
}

/* ▲▲▲▲ メインナビ ▲▲▲▲ */

/* ▼▼▼▼ 空き家対策関連ページ ▼▼▼▼ */
.category_empty .main_naka .related_link {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 999px;
    width: 100%;
}

/* ▼▼ タイトル ▼▼ */
.category_empty .main_naka .related_link h2 {
    position: relative;
    margin: 0 auto 25px;
    padding: 0;
    width: fit-content;
    font-size: 175%;
    border-bottom: none;
}

.category_empty .main_naka .related_link h2::before {
    position: absolute;
    top: 15px;
    left: 7px;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 7px);
    background: #FEF5D8;
    z-index: -1;
}

/* ▲▲ タイトル ▲▲ */


/* ▼▼ 【フリーHTML領域】リンク1 ▼▼ */
.category_empty .main_naka .related_link .related_link1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: fit-content;
}

@media only screen and (max-width: 480px) {
    .category_empty .main_naka .related_link .related_link1 ul {
        display: block;
    }
}

.category_empty .main_naka .related_link .related_link1 li {
    margin-right: 30px;
}

.category_empty .main_naka .related_link .related_link1 li::before {
    background: #C4E670;
}

/* ▲▲ 【フリーHTML領域】リンク1 ▲▲ */

/* ▼▼ 【画像リスト】リンク2 ▼▼ */
.category_empty .main_naka .related_link .related_link2 {
    margin-top: 18px;

    padding: 0;
}

.category_empty .main_naka .related_link .related_link2 h2 {
    display: none;
}

.category_empty .main_naka .related_link .related_link2 ul {
    display: flex;
    flex-wrap: wrap;
}

.category_empty .main_naka .related_link .related_link2 li {
    margin-right: auto;
    padding-left: 0;
    width: calc((100% - 39px) / 4);
}

.category_empty .main_naka .related_link .related_link2 li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .category_empty .main_naka .related_link .related_link2 li {
        width: calc((100% - 16px) / 3);
    }

    .category_empty .main_naka .related_link .related_link2 li:nth-child(4n) {
        margin-right: auto;
    }

    .category_empty .main_naka .related_link .related_link2 li:nth-child(3n) {
        margin-right: 0;
    }
}


@media only screen and (max-width: 550px) {
    .category_empty .main_naka .related_link .related_link2 li {
        width: calc((100% - 14px) / 2);
    }

    .category_empty .main_naka .related_link .related_link2 li:nth-child(odd) {
        margin-right: auto;
    }

    .category_empty .main_naka .related_link .related_link2 li:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {
    .category_empty .main_naka .related_link .related_link2 li {
        width: 100%;
    }

    .category_empty .main_naka .related_link .related_link2 li:nth-child(odd) {
        margin-right: 0;
    }
}



.category_empty .main_naka .related_link .related_link2 li::before {
    display: none;
}

/* ▲▲ 【画像リスト】リンク2 ▲▲ */

/* ▲▲▲▲ 空き家対策関連ページ ▲▲▲▲ */

/* ▼▼▼▼ キャラクター画像 ▼▼▼▼ */
.category_empty .main_naka .cara_box {
    margin: 60px auto 0;
    width: 300px;
}

/* ▲▲▲▲ キャラクター画像 ▲▲▲▲ */

/* ▲▲▲▲▲▲ 【分類カスタマイズ】空き家バンク ▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼ 【分類カスタマイズ】バーチャル郷土館 ▼▼▼▼▼▼ */


.category_history .main_naka h1 img {
    max-width: none;
    width: 100%;
}

/* ▼▼▼▼ h設定 ▼▼▼▼ */
.category_history .main_naka h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: none;
    font-size: 175%;
    text-align: center;
}

.category_history .main_naka h2::before,
.category_history .main_naka h2::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    height: 10px;
}

.category_history .main_naka h2::before {
    left: calc(50% - 50px);
    width: 100px;
    background: #F6F5EA;
    z-index: -2;
}

.category_history .main_naka h2::after {
    left: calc(50% - 25px);
    width: 50px;
    background: #D6C6AF;
    z-index: -1;
}

/* ▲▲▲▲ h設定 ▲▲▲▲ */

/* ▼▼▼▼ タイトル ▼▼▼▼ */
.category_history .title h1 {
    position: relative;
}

.category_history .title h1 span {
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 80%;
    color: #fff;
    text-shadow: 1px 1px 0 #0b0b0b, -1px -1px 0 #0b0b0b,
        -1px 1px 0 #0b0b0b, 1px -1px 0 #0b0b0b,
        0px 1px 0 #0b0b0b, 0-1px 0 #0b0b0b,
        -1px 0 0 #0b0b0b, 1px 0 0 #0b0b0b;
}

@media only screen and (max-width: 570px) {
    .category_history .title h1 span {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        margin-top: 5px;
        font-size: 160%;
        text-align: center;
    }
}

/* ▲▲▲▲ タイトル ▲▲▲▲ */

/* ▼▼▼▼ メインナビ ▼▼▼▼ */
@media only screen and (max-width: 480px) {
    .category_history .main_navi {
        margin-top: 16px;
    }
}

.category_history .main_navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.category_history .main_navi li {
    margin: 15px 16px 0 0;
    padding: 0;
    width: calc((100% - 48px) / 4);
    min-height: 60px;
    background: linear-gradient(#f6f5ea 0%, #f6f5ea 79.31%, #d6c6af 100%);
    border: 1px solid #7D7C6D;
}

.category_history .main_navi li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 820px) {
    .category_history .main_navi li {
        width: calc(50% - 8px);
        min-height: auto;
    }

    .category_history .main_navi li:nth-child(2) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .category_history .main_navi li {
        margin: 15px 0 0 0;
        width: 100%;
        min-height: auto;
    }
}

.category_history .main_navi li::before {
    display: none;
}

.category_history .main_navi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 6px;
    height: 100%;
    min-height: 60px;
    font-size: 113%;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #2b3095;
}

@media only screen and (max-width: 1024px) {
    .category_history .main_navi li a {
        min-height: auto;
    }
}

/* ▲▲▲▲ メインナビ ▲▲▲▲ */

/* ▼▼▼▼ 概要項目ナビ ▼▼▼▼ */
.category_history .overview {
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 0;
}

.category_history .overview .intro-text {
    text-align: center;
}

.category_history .overview .intro-text span {
    display: inline-block;
}

.category_history .overview_navi {
    display: flex;
    flex-wrap: wrap;
}

.category_history .overview_navi li {
    margin: 20px auto 0 0;
    padding: 0;
    width: calc(24% - 4px);
}

.category_history .overview_navi li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 480px) {
    .category_history .overview_navi li {
        margin: 30px auto 0 0;
        padding: 0;
        width: calc(50% - 8px);
    }

    .category_history .overview_navi li:nth-child(2) {
        margin-right: 0;
    }
}



.category_history .overview_navi li::before {
    display: none;
}

.category_history .overview_navi li a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.category_history .overview_navi li a .ilist_in {
    position: relative;
    height: 100%;
}

.category_history .overview_navi li a .ilist_right {
    display: flex;
}

/* 【画像リスト】タイトル */
.category_history .overview_navi li a .ilist_title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 100%;
    min-height: 60px;
    color: #fff;
    font-size: 170%;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1024px) {
    .category_history .overview_navi li a .ilist_title {
        min-height: 50px;
        font-size: 130%;
    }
}

@media only screen and (max-width: 768px) {
    .category_history .overview_navi li a .ilist_title {
        padding: 2px 5px;
        min-height: 40px;
        font-size: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .category_history .overview_navi li a .ilist_title {
        min-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .category_history .overview_navi li a .ilist_title {
        min-height: 40px;
    }
}

/* 【画像リスト】テキスト */
.category_history .overview_navi li a .ilist_text {
    display: none;
}

/* ▲▲▲▲ 概要項目ナビ ▲▲▲▲ */

/* ▼▼▼▼ 内容の一部をご紹介します‼ ▼▼▼▼ */
.category_history .parcel_topic {
    margin-top: 100px;
    padding: 0;
}

.category_history .parcel_topic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category_history .parcel_topic li {
    margin-top: 20px;
    margin-right: 20px;
    padding-left: 0;
    width: calc((100% - 60px) / 4);
    height: auto;
}

.category_history .parcel_topic li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 480px) {
    .category_history .parcel_topic li {
        margin-right: 16px;
        width: calc(50% - 8px);
    }

    .category_history .parcel_topic li:nth-child(even) {
        margin-right: 0;
    }
}

.category_history .parcel_topic li::before {
    display: none;
}



.category_history .parcel_topic li a {
    display: block;
    padding: 10px 10px 16px;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#f6f5ea 0%, #f6f5ea 95.07%, #d6cdaf 100%);
    border: 1px solid #7d7c6d;
}

@media only screen and (max-width: 480px) {
    .category_history .parcel_topic li a {
        padding: 10px 7px 16px;
    }
}

.category_history .parcel_topic li a .ilist_in {
    display: block;
    height: 100%;
}

.category_history .parcel_topic li a .ilist_right {
    display: block;
}

.category_history .parcel_topic li a .ilist_right .ilist_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0px 6px;
    font-size: 100%;
}

@media only screen and (max-width: 480px) {
    .category_history .parcel_topic li a .ilist_right .ilist_title {
        letter-spacing: 0;
    }
}

.category_history .parcel_topic li a .ilist_right .ilist_text {
    display: none;
}

/* ▲▲▲▲ 内容の一部をご紹介します‼ ▲▲▲▲ */

/* ▲▲▲▲▲▲ 【分類カスタマイズ】バーチャル郷土館 ▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼ 伝えるWEB ▼▼▼▼▼▼ */
/* .tsutaeru01-menu */
.tsutaeru01-menu {
    display: none;
}

/*
#tsutaeru-info {
    background-color: #ebf5f5 !important;
    border-bottom: 1px solid #DBDBDB;
}
*/

.tsutaeru01-menu ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.design #head_lang02 li a {
    width: 118px;
    height: 28px;
    display: inline-block;
}

.design #head_lang02 li.tsutaeru01-button-easy {
    padding: 10px 16px 10px 0;
}

.design li.tsutaeru01-button-easy #tsutaeru01-li-easy {
    background-image: none;
}

.design #head_lang02 li.tsutaeru01-button-easy-off,
.design #head_lang02 li.tsutaeru01-button-ruby,
.design #head_lang02 li.tsutaeru01-button-ruby-off {
    padding: 0;
}

/* .tsutaeru01-speech */
.tsutaeru01-speech {
    padding: 0;
    margin: 0;
    position: relative;
}

.tsutaeru01-speech * {
    vertical-align: middle;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
    display: block;
    padding: 10px 16px 10px 0;
    font-size: 100%;
    color: #2b3095;
    text-decoration: underline;
    background: #fff;
    border: none;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
    padding: 3px 4px 0;
    font-size: 117%;
}

#body.category_futami button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body.category_history button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body.category_futami button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config,
#body.category_history button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
    background: transparent;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start:hover,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control:hover,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:hover {
    text-decoration: none;
    color: #9f0000;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start:visited,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control:visited,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:visited {
    color: #791d78;
}

#body #sidr button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body #sidr button.tsutaeru01-button.tsutaeru01-button-speech-control,
#body #sidr button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
    background-image: none;
    margin-right: 0 !important;
    border-radius: 0;
    border: none;
}

#body #sidr button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body #sidr button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
    position: relative;
}

#body #sidr button.tsutaeru01-button.tsutaeru01-button-speech-start::after,
#body #sidr button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}


.tsutaeru01-speech .tsutaeru01-button:disabled {
    opacity: 0.8;
}

.tsutaeru01-speech-buttons {
    display: flex;
    padding: 0;
}

.tsutaeru01-speech-audio-container {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 0px;
    position: relative;
    /*position: absolute;*/
    top: 26px;
    left: 0;
}


@media (max-width:1024px) {
    .tsutaeru01-speech-audio-container {
        margin-top: 10px;
        position: inherit;
    }
}

.tsutaeru01-speech-audio {
    border-radius: 3px;
    max-width: 220px;
    height: 32px;
}

.tsutaeru01-speech-error {
    color: #C00;
}

/* .tsutaeru01-config */
.tsutaeru01-config {
    font-size: 90%;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    max-width: 90%;
    width: 600px;
    text-align: left;
    outline: none !important;
}

.tsutaeru01-config-header {
    padding: 1em;
    color: #fff;
    background: #4E7D15;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #FFF;
}

#body.category_futami .tsutaeru01-config-header,
#body.category_history .tsutaeru01-config-header {
    color: #000;
    background: #D6C6AF;
}

.tsutaeru01-config-body {
    color: #000;
    background: #FFF;
    padding: 1.5em;
    max-height: 50vh;
    overflow: auto;
}

.tsutaeru01-config-body dl,
.tsutaeru01-config-body dl dt,
.tsutaeru01-config-body dl dd {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

.tsutaeru01-config-body dl {
    overflow: hidden;
}

.tsutaeru01-config-body dl dt {
    font-weight: bold;
    float: left;
    clear: left;
    width: 6.8em;
    text-align: right;
}

.tsutaeru01-config-body dl dd {
    margin: 0px 0px 1em 1.2em;
    white-space: nowrap;
}

.tsutaeru01-config-body dl dd:last-child {
    margin-bottom: 0px;
}

.tsutaeru01-config-body dl dd label {
    margin: 0px 1em 0.8em 0px;
    padding: 0px;
    font-size: 100%;
    white-space: nowrap;
    display: inline-block;
}

.tsutaeru01-config-body dl dd label input {
    margin: 0px 0.3em 0px 0px;
}

.tsutaeru01-config-footer {
    color: #000;
    background: #FFF;
    border-top: 1px solid #CCC;
    text-align: right;
    padding: 0.5em;
    border-radius: 0px 0px 5px 5px;
}

#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close {
    font-size: 100%;
    border: none;
    color: #fff;
    background: #4E7D15;
    font-weight: normal;
    padding: 0.5em 1em;
    border-radius: 3px;
    cursor: pointer;
}

#body.category_futami .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close,
#body.category_history .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close {
    color: #2b3095;
    background: #F6F5EA;
    border: 1px solid #7D7C6D;
}

#body.category_futami .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close:hover,
#body.category_history .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close:hover {
    color: #860000;
}

.tsutaeru01-config-overlay {
    position: fixed;
    z-index: 99998;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.75;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close {
    font-size: 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    overflow: hidden;
    text-indent: -1000px;
    background: none;
    padding: 0px;
    border: none;
    cursor: pointer;
}



#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before,
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

#body.category_futami .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before,
#body.category_futami .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after,
#body.category_history .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before,
#body.category_history .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
    background: #000;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before {
    transform: rotate(45deg);
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
    transform: rotate(-45deg);
}

/* .tsutaeru01-text */
.tsutaeru01-text {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    color: #FFF;
    text-align: left;
    font-size: 100%;
    padding: 20px;
    z-index: 99000;
}

.tsutaeru01-text-inner {
    line-height: 1.5;
    max-height: 10em;
    overflow: auto;
    padding: 5px;
}

.tsutaeru01-text-inner rt,
.tsutaeru01-text-inner rp {
    font-size: 50%;
}

#body .tsutaeru01-text .tsutaeru01-text-close {
    font-size: 100%;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 1em;
    height: 1em;
    overflow: hidden;
    text-indent: -1000px;
    background: none;
    padding: 0px;
    border: none;
    cursor: pointer;
}

#body .tsutaeru01-text .tsutaeru01-text-close:before,
#body .tsutaeru01-text .tsutaeru01-text-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #FFF;
}

#body .tsutaeru01-text .tsutaeru01-text-close:before {
    transform: rotate(45deg);
}

#body .tsutaeru01-text .tsutaeru01-text-close:after {
    transform: rotate(-45deg);
}

@media (max-width:1024px) {

    .head_in .h_top>div {
        display: none;
    }

    .tsutaeru01-menu {
        overflow: auto;
    }

    .tsutaeru01-menu ul {
        /*text-align:center;
font-size:12px;
white-space:nowrap;*/
    }

    .tsutaeru01-menu ul li {
        margin: 0px 0.1em;
    }

    .tsutaeru01-menu ul li .tsutaeru01-button {
        border: none;
    }

    .tsutaeru01-speech {
        position: static;
        width: 100%;
        font-size: 100%;
    }

    .sidr_navi03 .sidr_navi03_sub {
        border-bottom: 3px solid #a52e5a;
    }

    #body button.tsutaeru01-button.tsutaeru01-button-speech-start,
    #body button.tsutaeru01-button.tsutaeru01-button-speech-control,
    #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
        width: 50%;
        padding: 12px 20px 12px 10px;
        text-align: left;
        text-decoration: none;
        position: relative;
    }

    @media only screen and (max-width: 1024px) {

        #body button.tsutaeru01-button.tsutaeru01-button-speech-start,
        #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
            font-size: 100%;
        }

        #body button.tsutaeru01-button.tsutaeru01-button-speech-start,
        button.tsutaeru01-button.tsutaeru01-button-speech-control {
            border-right: 1px solid #4E7D15 !important;
        }
    }

    @media only screen and (max-width: 480px) {

        /*
        #body button.tsutaeru01-button.tsutaeru01-button-speech-start,
        #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {

            display: block !important;
        }

        #body button.tsutaeru01-button.tsutaeru01-button-speech-control {
            display: none !important;
        }
*/
    }

    #body button.tsutaeru01-button.tsutaeru01-button-speech-start::before,
    #body button.tsutaeru01-button.tsutaeru01-button-speech-control::before,
    #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config::before {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -4px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
    }

    @media only screen and (max-width: 1024px) {

        #body button.tsutaeru01-button.tsutaeru01-button-speech-start::before,
        #body button.tsutaeru01-button.tsutaeru01-button-speech-control::before,
        #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config::before {
            display: none;
        }
    }

    /*
    .tsutaeru01-speech-buttons {
        white-space: nowrap;
    }
    
    @media only screen and (max-width: 1024px) {
        .tsutaeru01-speech-buttons {
            white-space: normal;
        }
    }
*/

    .tsutaeru01-speech-audio {
        margin-left: 8px;
    }

    .tsutaeru01-config-body dl dt {
        font-weight: bold;
        float: none;
        width: auto;
        margin: 0px 0px 0.5em 0px;
        text-align: left;
    }

    .tsutaeru01-config-body dl dd {
        margin: 0px 0px 1em 0px;
        white-space: normal;
    }

    .tsutaeru01-text {
        font-size: 86%;
    }
}

/* .tsutaeru01-form */
.tsutaeru01-search-form {
    margin: 0px 0px 20px 0px;
}

.tsutaeru01-search-form-query {
    margin: 0.3em 0px;
    display: inline-block;
    max-width: 100%;
}

.tsutaeru01-search-form-query input {
    width: 15em;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.5em;
    line-height: 1;
}

.tsutaeru01-search-form-and_or {
    margin: 0.3em 0.3em;
    white-space: nowrap;
    display: inline-block;
}

.tsutaeru01-search-form-submit {
    margin: 0.3em 0.3em;
    display: inline-block;
}

/*.tsutaeru01-search-form-submit input{
font-size:100%;
line-height:1;
display:inline-block;
padding:0.5em 1em;
border:1px solid #05203a;
border-radius:3px;
text-decoration:none;
background:#05203a;
color:#FFF;
cursor:pointer;
}*/
.tsutaeru01-search-list {
    font-size: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 20px;
    list-style: none;
}

.tsutaeru01-search-list li {
    font-size: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.tsutaeru01-search-list-header {
    margin: 0px 0px 5px 0px;
}

.tsutaeru01-search-list-body {
    font-size: 90%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.tsutaeru01-search-pager {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    text-align: center;
}

.tsutaeru01-search-pager li {
    display: inline-block;
    margin: 0px 0.25em;
    padding: 0px;
}

.tsutaeru01-search-pager li a,
.tsutaeru01-search-pager li span,
.tsutaeru01-search-pager li em {
    display: inline-block;
    border: 1px solid #05203a;
    line-height: 1.0;
    padding: 0.5em;
    border-radius: 3px;
    text-decoration: none;
    background: #FFF;
    min-width: 1em;
}

.tsutaeru01-search-pager li em {
    font-style: normal;
}

/*.tsutaeru01-search-pager li a{
cursor:pointer;
background-color:#05203a;
color:#FFF;
}*/
/*.tsutaeru01-search-pager li span{
background-color:#05203a;
color:#FFF;
opacity:0.5;
}*/

.tsutaeru01-speech-audio-container {
    position: fixed;
    top: 250px;
    left: 10px;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {
    .tsutaeru01-speech-audio-container {
        position: relative;
        top: 0;
        left: 0;
    }

}

/* ▲▲▲▲▲▲ 伝えるWEB ▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼ 本番用チャットボット設定 ▼▼▼▼▼▼ */
#body .bot .dsn-input input.dsn-input_button {
    background: #1070D2;
}

/* ▲▲▲▲▲▲ 本番用チャットボット設定 ▲▲▲▲▲▲ */


/* ▽▽▽ 修正追加 ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */


/* ▽▽▽ 2023/04/03 ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽ */

/* ▼▼▼▼ チャットボット：フォーカス設定 ▼▼▼▼ */
.dsn-field .dsn-field_list .dsn-field_item .dsn-left_button button:focus {
    border: 2px solid #000 !important;
}

/* ▲▲▲▲ チャットボット：フォーカス設定 ▲▲▲▲ */

/* △△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△ */


/* △△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△△ */