﻿@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 print,
screen and (min-width: 1025px) and (max-width: 1000px) {
    body {
        width: 1000px;
    }
}

@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: #900;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**** 別ウィンドウで開く ****/
.window {
    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;
}

.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 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 {
    padding: 6px 16px;
    display: inline-block;
    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: #9f0000;
    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;
}

.zone02_in,
.zone03_in,
.zone04_in {
    padding: 0 12px;
}

.zone01 {
    float: none;
    margin-bottom: -6px;
    width: 100%;
}

.zone01_in {
    width: 100%;
}

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

    .zone03 {
        float: none;
        width: 100%;
    }
}

.zone04_in {
    padding-bottom: 20px;
}

/********************** ヘッダー **********************/
.main_header {
    background: rgba(255, 255, 255, .8);
    width: 100%;
    z-index: 9999;
}

/*.inbody .main_header,*/
.topeme .main_header {
    position: static !important;
}

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


/**** ヘッダー上段リンク ****/

.h_top_wrap {
    margin-left: auto;
    margin-right: -20px;
    width: calc(100% - 305px);
    font-size: 75%;
    background: #fff;
}

.h_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    width: 100%;
}

.is-show .h_top {
    display: none;
}

/* ▼▼▼▼ 【機能ナビ】二宮町ホームページへ ▼▼▼▼ */
.h_top .li_back {
    margin-right: auto;
    padding-right: 12px;
}

/* ▲▲▲▲ 【機能ナビ】二宮町ホームページへ ▲▲▲▲ */

.h_toplist02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

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

.h_toplist02 li {
    margin-top: 0;
    padding: 2px 0 3px;
    font-size: 117%;
}

.h_toplist02 li a {
    padding: 10px 16px 10px 0;
    letter-spacing: 0;
}

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

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

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

/* ▼▼ 【機能ナビ】お問い合わせ ▼▼ */

/* ▲▲ 【機能ナビ】お問い合わせ ▲▲ */

/* ▼▼ 【機能ナビ】文字サイズ・背景色 ▼▼ */
.font_size,
.bg_color {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.font_tit,
.bg_tit {
    margin: 0 3px 0 0;
}

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

.font_list li,
.bg_list li {
    margin: 0;
    font-size: 100%;
}

.font_list li a,
.bg_list li a {
    background: #fff;
    color: #2b3095;
    display: inline-block;
    border: 1px solid #ccc;
    text-decoration: none;
    padding: 3px 6px;
}

.font_list li:first-child a,
.bg_list li:first-child a {
    background: #000;
    border-right: 0;
    color: #fff;
}

/* ▲▲ 【機能ナビ】文字サイズ・背景色 ▲▲ */

/* ▼▼ 【機能ナビ｜ボタン】エントランス・行政情報トップ ▼▼ */
.h_toplist02 li.li_back1 {
    margin-right: 8px;
}

.h_toplist02 li.li_back2 {
    margin-right: auto;
}

.h_toplist02 li.li_back1 a,
.h_toplist02 li.li_back2 a {
    display: block;
    padding: 3px 4px 0;
    text-decoration: none;
    border: 1px solid #2B5CA4;
    border-radius: 4px;
}

/* ▲▲ 【機能ナビ｜ボタン】エントランス・行政情報トップ ▲▲ */

/* ▼▼ 【機能ナビ】ID検索 ▼▼ */
.h_toplist02 li.id_btn {
    position: relative;
}

.h_toplist02 li.id_btn a.ac_display {
    padding: 0 20px 0 0;
    display: block;
}

/* プルダウン内 */
.clone-nav li.id_btn .search_box_lower,
.is-show li.id_btn .search_box_lower {
    display: none !important;
}

.h_toplist02 li.id_btn .search_box_lower #cse-search-box2 {
    display: flex;
    flex-wrap: wrap;
}

.h_toplist02 li.id_btn .search_box_lower #cse-search-box2 .q::placeholder {
    font-size: 90%;

}

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

/* ▼▼ 【機能ナビ】検索窓 ▼▼ */
.h_toplist02 li:nth-child(11) .src_box {
    padding: 4px 20px 5px 0;
}

.h_toplist02 #cse-search-box .q {
    height: 26px !important;
    font-size: 130%;
}

.h_toplist02 #cse-search-box #search_button {
    min-height: 26px;
    font-size: 100%;
}

@media only screen and (max-width: 1024px) {
    .h_toplist02 #cse-search-box .q {
        width: calc(100% - 60px);
        height: 36px !important;
    }

    .h_toplist02 #cse-search-box #search_button {
        width: 60px;
        min-height: 36px;
    }
}

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

/* 言語選択 */

.language {
    position: relative;
    margin-left: 30px;
}

.lang_btn {
    margin: 0;
}

.lang_btn a {
    color: #222;
    display: inline-block;
    padding: 10px;
}

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

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

.lang_list li:last-child {
    border-bottom: 0;
}

.lang_list li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    width: 100%;
}


/* やさしい日本語・読み上げ */

.furigana,
.yomi {
    margin: 0;
}

.furigana a,
.yomi a {
    padding: 10px;
    color: #000;
}

.furigana a:hover,
.yomi a:hover {
    color: #000;
    text-decoration: none;
}


/* メインサイトへ */

.back {
    margin: 0;
    padding-left: 35px;
    max-width: 180px;
    background-image: url(img/icon_back.png);
    background-position: 10px center;
    background-size: 16px auto;
    background-repeat: no-repeat;
}


/* アクセス */

.head .access {
    margin: 0 0 0 24px;
    padding-left: 20px;
    background-image: url(img/icon_access.png);
    background-position: left center;
    background-size: 16px auto;
    background-repeat: no-repeat;
}


/* 読み上げ */

.read {
    margin: 0 0 0 24px;
    padding-left: 28px;
    background-image: url(img/icon_read.png);
    background-position: left center;
    background-size: 22px auto;
    background-repeat: no-repeat;
}

.read a {
    color: #fff;
}


/* よくある質問 */

.head_faq {
    margin: 0 0 0 24px;
    padding-left: 24px;
    background-image: url(img/icon_faq.png);
    background-position: left center;
    background-size: 18px auto;
    background-repeat: no-repeat;
}

.head_faq a {
    color: #fff;
}


/* やさしいにほんご */

.easy_btn {
    margin: 0;
}

.easy_btn a {
    border-left: 1px solid #ccc;
    color: #222;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}


/* 検索 */

.search_box {
    position: relative;
}

.search_btn {
    margin: 0;
}

.search_btn a {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #222;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.search_box_lower {
    background: rgba(255, 255, 255, .9);
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 330px;
    font-size: 130%;
    z-index: 100;
    display: none;
}

#body header .search_box_lower input.q,
#body .inbody header .search_box_lower input.q {
    width: calc(100% - 80px);
    height: 26px;
    font-size: 130%;
}

#body header .search_box_lower input.q::placeholder,
#body .inbody header .search_box_lower input.q::placeholder {
    font-size: 70% !important;
    letter-spacing: 0;
}

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

    #body header .search_box_lower input.q,
    #body .inbody header .search_box_lower input.q {
        height: 36px;
    }

    #body header .search_box_lower input.q::placeholder,
    #body .inbody header .search_box_lower input.q::placeholder {
        font-size: 67% !important;
        letter-spacing: 0;
    }
}

header .search_box_lower button {
    padding: 2px 3px 1px;
    background: #C9EFFF;
    min-height: 26px;
    font-size: 77%;
    color: #2B5CA4;
    cursor: pointer;
    border: 1px solid #2B5CA4;
    border-left: none;
    white-space: normal;
    border-radius: 0;
    transition: all 0.3s;
}

/* 閉じる */
header .search_box_lower .id_btn_close a {
    display: block;
    margin-left: auto;
    padding: 1px 4px;
    font-size: 77%;
    text-decoration: none;
    width: fit-content;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

.search_box .keyword {
    background: #efefef;
    margin-top: 24px;
    padding: 16px;
}

.search_box .keyword p {
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.search_box .keyword p span {
    display: inline-block;
    padding: 0 16px;
    width: 100%;
}

.search_box .keyword>ul {
    display: flex;
    flex-wrap: wrap;
}

.search_box .keyword>ul>li {
    margin-right: 8%;
    width: 46%;
}

.search_box .keyword>ul>li:nth-child(even) {
    margin-right: 0;
}

.search_box .keyword>ul>li span {
    display: inline-block;
    position: relative;
    padding-left: 12px;
}

.search_box .keyword>ul>li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #888;
}


/**** ヘッダーメイン ****/

.inbody .head {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.inbody .is-show .head {
    box-shadow: none;
}

.head_in {
    margin: 0 auto;
    padding: 0 12px;
    width: 1200px;
}

.inbody .head_in {
    position: static;
    margin: 0 auto;
    overflow: inherit;
}

.inbody .is-show .head_in {
    position: static;
}

.h_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.h_main .h1_wrap {
    max-width: 270px;
    width: 100%;
}

.h_main .h1 {
    margin: 4px 0 6px;
    width: 100%;
}

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

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

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

    .head_in .keyword {
        display: none;
    }

    .h_main {
        padding-bottom: 0;
    }

    .inbody .h_main {
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }

    .h_main .h1_wrap {
        padding: 7px 12px;
        max-width: 230px;
    }

    .inbody .h_main .h1_wrap {
        box-shadow: none;
    }

    .head_in {
        position: static;
    }

    .h_main .h1 {
        margin-bottom: 0;
    }
}


/* キーワード */

.h_main .keyword {
    margin-top: 24px;
}

.h_main .keyword h2 {
    font-size: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 4px;
}

.h_main .keyword li {
    display: inline-block;
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 90%;
}

.h_main .keyword li::after {
    content: '/';
    color: #888;
    padding-left: 5px;
}


/* 検索ボックス */

.src_box {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
}

.h_toplist02 .toplist02_src {
    margin-left: 16px;
}

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

.inbody .src_box .q {
    width: calc(100% - 50px);
    height: 28px;
}

.inbody .src_box #cse-search-box-sp .q {
    width: calc(100% - 76px);
    height: 40px;
}

.src_box #search_button,
.src_box #search_button_sp {
    width: 80px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    background: #C9EFFF;
    color: #2B5CA4;
    font-size: 80%;
    cursor: pointer;
    border: 1px solid #2B5CA4;
    border-left: none;
    white-space: normal;
    border-radius: 0;
    transition: all 0.3s;
}

.inbody .src_box #search_button {
    width: 50px;
    min-height: 28px;

}

.src_box #search_button:hover,
.src_box #search_button_sp:hover {
    color: #C9EFFF;
    background: #2B5CA4;
}

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

    .src_box .q {
        width: calc(100% - 76px);
    }

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


/**** グローバルナビ ****/
.g_navi {
    position: relative;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
    z-index: 99;
}

.g_navi .g_navi_in {
    position: absolute;
    right: 12px;
    margin: 16px 0 0 auto;
    width: calc(100% - 300px);
}

.inbody .g_navi .g_navi_in {
    position: relative;
    right: 0;
    margin: 0;
    width: 100%;
}

.inbody .clone-nav .g_navi .g_navi_in {
    margin-top: 11px;
    margin-left: auto;
    margin-right: 0;
}

.inbody .g_navi {
    margin-left: auto;
    padding: 16px 12px 10px;
}

.is-show .inbody .g_navi {
    padding: 16px 0 10px;
}

.g_navi ul {
    display: flex;
    flex-wrap: wrap;
}

.g_navi ul li {
    display: flex;
    margin: 0;
    position: relative;
    margin-right: calc(4% / 3);
    width: 24%;
}

.g_navi ul li:last-child {
    margin-right: 0;
}

.g_navi ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 5px 15px;
    width: 100%;
    font-size: 125%;
    letter-spacing: 0;
    text-decoration: none;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
        -1px 1px 0 #fff, 1px -1px 0 #fff,
        0px 1px 0 #fff, 0-1px 0 #fff,
        -1px 0 0 #fff, 1px 0 0 #fff;
    /* △ テキスト設定 */
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.3s;
}

.is-show .g_navi ul li a,
.inbody .is-show .g_navi ul li a {
    font-size: 113%;
}

.inbody .g_navi ul li a {
    padding: 7px 10px 10px;
}

.g_navi ul li a:hover {
    background: #C9EFFF;
}

.g_navi ul li.active a {
    background: #FFC9D4;
}

.g_navi ul li a.active::before,
.g_navi ul li a:hover::before {
    transform: scale(1, 1);
    width: 100%;
    border-radius: 3px;
}

.g_navi ul li a span {
    display: inline-block;
    color: #333;
}

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

.clone_img {
    display: none;
}

.inbody .clone_img {
    display: block;
}


/* ▼▼▼▼ 追従メニュー ▼▼▼▼ */

.clone-nav {
    background: rgba(255, 255, 255, 0.9);
    position: fixed !important;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    transition: .4s;
    transform: translateY(-250%);
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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


.is-show .head_in {
    margin: 0;
    padding: 0;
    width: auto;
}

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

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


/* ▼▼ 【追従】タイトル ▼▼ */
.clone-nav .h_main {
    justify-content: space-between;
    align-items: center;
}

.clone-nav .h_main .h1_wrap {
    padding: 0;
    max-width: 250px;
}

.clone-nav .h_main .h1 {
    margin: 10px 0 7px;
    width: 250px;
}

/* ▲▲ 【追従】タイトル ▲▲ */

.clone-nav .h_main .src_box,
.clone-nav .h_main .keyword {
    display: none;
}


/* ▼▼ 【追従】ナビゲーション ▼▼ */
.clone-nav .g_navi {
    padding: 0;
    width: calc(100% - 270px);
}

.clone-nav .g_navi .g_navi_in {
    position: relative;
    right: 0;
    justify-content: flex-end;
    width: calc(100% - 20px);
}

.clone-nav .g_navi ul li {
    padding: 0;
}

.clone-nav .g_navi ul li {
    margin-right: 0;
    padding: 0;
}

.is-show .g_navi ul li a {
    position: relative;
    padding: 3px 8px 7px;
    background: transparent;
    box-shadow: none;
}

.is-show .g_navi ul li a:hover {
    background: rgba(201, 239, 255, 0.6);
}

.is-show .g_navi ul li.active a {
    background: rgba(255, 201, 212, 0.6);
}

.is-show .g_navi ul li a::after {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 0;
    background: #b7e1f3;
}

.is-show .g_navi ul li.active a::after {
    background: #FFC9D4;
}


.is-show .g_navi ul li a:hover::after,
.is-show .g_navi ul li.active a::after {
    height: 5px;
}

.clone-nav .g_navi ul li a::before {
    bottom: -10px;
}

/* ▲▲ 【追従】ナビゲーション ▲▲ */

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

/* ▲▲▲▲ 追従メニュー ▲▲▲▲ */

/**** スマホメニューに関するスタイル ****/
/* ▼▼▼▼ ハンバーガーメニュー ▼▼▼▼ */

/* ▼▼▼ ハンバーガーボタン ▼▼▼ */
#menu_button {
    position: fixed;
    right: 12px;
    top: 2px;
    display: inline-block;
    z-index: 9999;
}

#menu_button a {
    position: relative;
    background: #C9EFFF;
    color: #2B5CA4;
    font-size: 70%;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 32px;
    min-height: 50px;
    width: 50px;
}

#menu_button a .icon_ham {
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -15px;
    display: inline-block;
    background: #2B5CA4;
    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: #2B5CA4;
    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 #C9EFFF;
    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: #C9EFFF;
    display: inline-block;
    color: #222;
    padding: 14px 10px 14px 32px;
    position: relative;
    width: 100%;
}

#sidr .close a:before,
#sidr .close a:after {
    content: '';
    background: #222;
    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 #C9EFFF;
}

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

#sidr ul li {
    background: none;
    border-bottom: 1px solid #C9EFFF;
    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 .sidr_navi03 li a {
    padding: 12px 20px 12px 12px;
}

/* スマホID検索 */
#sidr #cse-search-box-sp2 .q {
    width: calc(100% - 76px);
    height: 40px;
}

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

#sidr #cse-search-box-sp2 button {
    padding: 9px 2px 10px;
    width: 76px;
    min-height: 40px;
    border-radius: 0;
    background: #C9EFFF;
    color: #2B5CA4;
    font-size: 80%;
    cursor: pointer;
    border: 1px solid #2B5CA4;
    border-left: none;
    white-space: normal;
    border-radius: 0;
    transition: all 0.3s;
}

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

    _:lang(x)+_:-webkit-full-screen-document,
    #sidr #cse-search-box-sp2 button {
        padding: 9px 2px 8px;
    }
}

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

    _:lang(x)+_:-webkit-full-screen-document,
    #sidr #cse-search-box-sp2 button {
        padding: 10px 2px 11px;
    }
}



/* メインサイト */
#sidr ul li.mainsite {
    background: #F2FBFF;
    border-top: 2px solid #C9EFFF;
}

#sidr ul.sidr_navi_sub {
    display: flex;
    flex-wrap: wrap;
}

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

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

#sidr ul.sidr_navi_sub li:nth-child(2),
#sidr ul.sidr_navi_sub li:nth-child(3),
#sidr ul.sidr_navi_sub li:last-child {
    border: 0;
    border-top: 1px solid #C9EFFF;
    width: 100%;
}

#sidr ul.sidr_navi_sub li:nth-child(3) {
    border-top: none;
    border-bottom: 1px solid #C9EFFF;
}

#sidr ul.sidr_navi_back li {
    /*	background-color: #e0e0e0;*/
    border-bottom: 0;
}


/**** 支援機能 ****/

/*
#sidr .side_shien {
    background: #E0E0E0;
}
*/

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

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

#sidr ul.sidr_navi02 li:nth-of-type(3n) {
    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;
    width: 100%;
    border-bottom: 1px solid #C9EFFF;
}

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

#sidr ul.sidr_navi_sub ul.sidr_navi03 li:last-child {
    border-top: none;
}

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


/* ▼▼▼ 【ハンバーガーメニュー内リンク】エントランス・行政情報トップおよびサブサイト ▼▼▼ */
#sidr ul.sidr_navi_site {
    background: #F2FBFF;
}

/* ▲▲▲ 【ハンバーガーメニュー内リンク】エントランス・行政情報トップおよびサブサイト ▲▲▲ */

/* ▲▲▲▲ ハンバーガーメニュー ▲▲▲▲ */

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

.inbody .main_footer {
    background: none;
}

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

/**** マイページのスタイル ****/
.online_strage_a {
    padding-top: 30px;
    padding-bottom: 0;
}

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

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

    .inbody .online_strage_a .mypage {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 544px) {
    .online_strage_a .mypage {
        padding: 0;
        max-width: 375px;
        width: 100%;
    }
}

.online_strage_a .mypage_h2_wrapper {
    position: relative;
    padding-left: 16px;
    background-color: #C9EFFF;
}

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

.online_strage_a .mypage_h2_wrapper p {
    float: right;
}

.online_strage_a .mypage_contents {
    background-color: #EDFAFF;
    padding: 4px 16px 16px;
}

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

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

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

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

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

/**** トップへ戻る ****/
.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;
    border-top: 1px solid #000;
}

.bg_foot {
    background-image: url(../../css/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 90px;
    max-width: 1200px;
    width: 100%;
}

.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_id .foot_logo {
    max-width: 250px;
    width: 100%;
}

/* ▲ フッターロゴ ▲ */

/* ▼ フッター情報 ▼ */
.foot_id .address .small {
    display: block;
}

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

/* ▲ フッター情報 ▲ */
.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%;
    }
}

/* ▼ フッターキャラ ▼ */
.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_ect ▼▼ */
/* ▼ フッター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;
}

.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 ▲ */
/* ▲▲ foot_ect ▲▲ */

.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;
}

@media only screen and (max-width: 1024px) {
    .foot_copy {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 551px) {
    .foot_copy {
        padding-bottom: 120px;
    }
}

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

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

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

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

/********************** 領域共通のスタイル **********************/
.main {
    width: 100%;
    margin: 0 auto;
}

/* ▼▼ h2設定 ▼▼ */


.main .h2 {
    overflow: hidden;
}

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


.main h2 {
    margin-bottom: 20px;
    font-size: 150%;
    text-align: center;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.main .zone03 .free_new .new h2,
.main .free_know h2,
.main .free_tourism h2,
.main .electronic_ctr h2,
.main .live_box .detail h2,
.main .live_step h2,
.main .free_parenting h2,
.main .free_live h2,
.main .event_electronic h2 {
    background: none;
    border: none;
}

.main h2 a {
    display: block;
}

.main h2 span {
    display: inline-block;
    margin: 0 7px;
    padding: 2px 7px 0 8px;
    color: #fafce3;
    font-size: 120%;
    background: #000;
    border-radius: 50%;
}


/* 各項目h2設定：二宮町で育てたい、二宮町に住みたい */

.main .free_parenting h2,
.main .free_live h2 {
    color: #007791;
}

.main .free_parenting h2 span,
.main .free_live h2 span {
    color: #fafce3;
    background: #007791;
}

.main .free_parenting h2 {
    position: relative;
    margin: 0 auto 10px;
    padding: 0 110px;
    max-width: 440px;
    width: 100%;
    text-align: center;
}

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

.main .free_parenting h2::before,
.main .free_parenting h2::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

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

    .main .free_parenting h2::before,
    .main .free_parenting h2::after {
        display: none;
    }
}

.main .free_parenting h2::before {
    left: 0px;
    background-image: url(img/nino057.png);
}

.main .free_parenting h2::after {
    right: 0px;
    background-image: url(img/miya058.png);
}


/* 各項目h2設定：二宮町を知りたい、二宮町を楽しみたい */

.main .free_know h2,
.main .free_tourism h2 {
    color: #B81300;
}

.main .free_know h2 span,
.main .free_tourism h2 span {
    color: #fafce3;
    background: #B81300;
}


/* ▲▲ h2設定 ▲▲ */

/* ▼▼ h3設定 ▼▼ */

.main h3 {
    position: relative;
    margin: 60px auto 0;
    padding: 0 65px;
    width: fit-content;
    color: #409DB2;
    /* color: #2B6FD5; */
    text-align: center;
    font-size: 125%;
}

.main h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #409DB2;
    /* background: #2B6FD5; */
}

.main h3 span {
    position: relative;
    padding: 0 1em;
    background: #fafce3;
}


/* ▲▲ h3設定 ▲▲ */

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

.main li::before {
    position: absolute;
    top: 10px;
    left: 0;

    content: "";
    width: 8px;
    height: 8px;
    background: #1C6758;
    border-radius: 4px;
    border-right: none;
    border-bottom: none;

}

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


/**** タイトル要素 アコーディオンのスタイル ****/
.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;
    }
}

/**** 分類1のスタイル ****/
@media only screen and (max-width: 1024px) {
    .main .category_p01 {
        padding: 0 10px;
    }
}

/**** 緊急情報のスタイル ****/
.emergency {
    margin-top: 24px;
}

.main .emergency {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;

}

.main .emergency .h2 {
    padding: 0;
    background: #a90000;
    color: #fff;
}

.main .emergency h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    width: fit-content;
    font-size: 120%;
    background: none;
    border: none;
}

.main .emergency .h2 {
    overflow: hidden;
}

.main .emergency .h2 p {
    padding: 8px 16px 8px 8px;
    margin: 0;
}

.main .emergency_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #a90000;
    border-top: none;
}

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

/**** 画像リストのスタイル ****/
.ilist {
    margin-top: 24px;
}

.main .ilist_lower ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 700px;
}

.main .ilist_lower ul>li {
    display: flex;
    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;
    background: #e8f4f9;
    padding: 16px;
    width: 100%;
    text-decoration: none;
}

.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-top: 24px;
}

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

.main .ilist2_lower ul>li {
    display: flex;
    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 {
    padding: 16px;
    width: 100%;
    background: #e8f4f9;
    display: flex;
    text-decoration: none;
}

.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;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.category h2,
.category2 h2,
.category3 h2,
.category4 h2,
.category5 h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
}

.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-top: 24px;
}

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

.event h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
}

.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: #E6E6E6;
    border: 1px solid #aaa;
    font-size: 81.25%;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 0 5px;
    position: relative;
}

.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;
}

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

.calendar h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
}

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

.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: baseline;
}

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

.main .calendar caption {
    display: none;
}

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

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

.main .calendar td {
    border: 1px solid #ccc;
    text-align: center;
}

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

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

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

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

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

.new h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
}

.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 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
}

.main .topics_lower {
    padding: 4px 16px 16px;
    background: #fff;
    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;
    }
}

/******** ▼▼ ピックアップ・ピックアップ2のスタイル ▼▼ ********/
/***** ▼ 共通スタイル ▼ *****/
.pickup,
.pickup2 {
    margin: 24px auto;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.pickup h2,
.pickup2 h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
}

.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 {
    margin-top: 0;
    padding: 4px 6px;
    width: 100%;
    font-size: 110%;
    color: #000;
    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のスタイル ▼ *****/
/***** ▲ ピックアップ2のスタイル ▲ *****/

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


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

.ranking h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
}

.main .ranking_lower {
    padding: 4px 16px 16px;
    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 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.j_s h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
}

.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%;
}

/***** ▲▲ 人口・世帯数のスタイル ▲▲ *****/

/**** バナー広告のスタイル ****/
.bana {
    margin: 0 auto;
    padding: 24px 12px 0;
    max-width: 1200px;
    width: 100%;
}

.bana_h2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    padding: 10px 12px 8px;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.bana_h2 h2 {
    margin-bottom: 0;
    padding: 0;
    font-size: 120%;
    background: none;
    border: none;
}

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

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

.bana .bana_img {
    display: inline-block;
}

.bana .bana_img img {
    width: 100%;
}

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

.main .bana li {
    padding-left: 0;
    width: 154px;
    margin-right: 8px;
}

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

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

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

@media only screen and (max-width: 1024px) {
    .main .bana li {
        margin: 12px 0 0;
        padding: 0 4px;
        width: calc(100% / 3);
    }
}

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

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

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

.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のスタイル ▼▼ ********/
.rssfide {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.rssfide .h2 {
    margin-bottom: 0;
    text-align: left;
    background: #dbede8;
    border: 2px solid #89BBAD;
}

.rssfide .h2 h2 {
    float: left;
    margin-bottom: 0;

    padding: 14px 16px;
    border: none;
    font-size: 120%;
}

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

.main .rssfide .h3 {
    overflow: hidden;
}

.main .rssfide .h3 h3 {
    float: left;
    margin: 10px 12px 10px 0;
    padding: 0;
    font-size: 100%;
    color: #000;
}

.main .rssfide .h3 h3::before {
    display: none;
}

.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のスタイル ▲▲ ********/

/**** 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 {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    border: none;
}

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

.main .image h2 .image_img {
    display: block;
    margin: 0 auto;

    padding: 0;
    background: none;
    width: fit-content;
    border-radius: 0;
}

.main .image h2 .window {
    display: inline-block;
    font-size: 42%;
    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;
}

.image .image_img {
    display: block;
}

/******** ▲▲ リンク・画像領域（画像）のスタイル ▲▲ ********/

/******** ▼▼ リンク・画像領域（テキスト）のスタイル ▼▼ ********/
.link {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .link h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
}

.main .link h2 .window {
    display: inline-block;
    font-size: 42%;
    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;
}

/******** ▲▲ リンク・画像領域（テキスト）のスタイル ▲▲ ********/

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

/******** ▲▲ RSS一覧のスタイル ▲▲ ********/

/******** ▼▼ オプションのスタイル ▼▼ ********/
.option {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .option h2 {
    margin-bottom: 0;
    padding: 14px 16px;
    font-size: 120%;
    text-align: left;
    background: #dbede8;
}

.main .option h2 .window {
    display: inline-block;
    font-size: 42%;
    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;
}

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

/******** ▲▲ オプションのスタイル ▲▲ ********/


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

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

.main .faq_new_lower {
    border: 2px solid #007bbb;
    border-top: none;
    padding: 4px 16px 16px;
}

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

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

.main .popular_lower {
    border: 2px solid #007bbb;
    border-top: none;
    padding: 4px 16px 16px;
}

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

.main .inner {
    margin: 0 auto;
    padding: 30px;
    max-width: 1220px;
}

.main .content_overview {
    margin: 0 auto;
    padding: 0 15px !important;
    width: 90%;
    text-align: center;
}

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

.main .content_overview span {
    line-height: 2.3;
    border-bottom: dotted 2px #B81300;
}

@media only screen and (max-width: 480px) {
    .main .content_overview span {
        line-height: 1.8;
    }
}

/********************** 領域1個別のスタイル **********************/
.zone01 video {
    width: 100%;
}

/* メインビジュアル */

.vis img {
    width: 100%;
}


/********************** 領域2個別のスタイル **********************/
.zone02 {
    position: relative;
    padding: 0;
    width: 100%;
    background: linear-gradient(to bottom, #cdddff, #dbf3ff);
}

.main .zone02 {
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .main .zone02 {
        padding-bottom: 60px;
    }
}

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

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

.btn {
    text-align: center;
    margin-top: 20px;
}

.btn_know {
    /*    margin-top: 0;*/
}

.btn a {
    display: inline-block;
    padding: 10px 20px;
    color: #2b3095;
    font-size: 85%;
    text-decoration: none;
    min-width: 200px;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 30px;
    transition: all .2s ease;
}

.btn a:hover {
    opacity: .7;
    color: #9f0000;
}

.btn a span {
    position: relative;
    padding-right: 14px;
}

.btn a span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
}

/* ▼▼ お知らせ ▼▼ */
.zone03 .free_new {
    margin: 0 auto 0 0;
    padding: 0;
    width: calc(100% - 380px);
}

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

.zone03 .free_new .inner {
    margin: 0 auto;
    padding: 30px;
    max-width: 1220px;
    background: #fff;
    border: 1px solid #007791;
}

@media only screen and (max-width: 480px) {
    .zone03 .free_new .inner {
        padding: 30px 16px;
    }
}

.zone03 .free_new .new {
    padding: 0;
}

.zone03 .free_new .new .h2 {
    background: none;
}

.zone03 .free_new .new h2 {
    position: relative;
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
    color: #007791;
    text-align: center;
    font-size: 150%;
}

.zone03 .free_new .new h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #007791;
}

.zone03 .free_new .new_lower {
    padding: 4px 16px 16px;
    border: none;
    height: 238px;
    overflow: auto;
}

@media only screen and (max-width: 480px) {
    .zone03 .free_new .new_lower {
        height: auto;
        overflow: visible;
    }
}

.zone03 .new ul li {
    border-bottom: 1px dotted #d3d3d3;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}

.zone03 .new ul li::before {
    display: none;
}

/* ▲▲ お知らせ ▲▲ */

/* ▼▼ facebook ▼▼ */
.zone03_flex .facebook_box {
    width: 350px;
}

@media only screen and (max-width: 820px) {
    .zone03_flex .facebook_box {
        margin: 40px auto 0;
    }
}

/* ▲▲ facebook ▲▲ */



/* ▼▼ 雲 ▼▼ */
.cloud_flame {
    margin: 60px auto 0;
    max-width: 1200px;
    width: 100%;
}

.cloud_flame div {
    position: relative;
    display: block;
    height: 100px;
    border-radius: 50px;
    background-image: url(img/bg_img01.jpg);
    background-size: 1200px;
    background-position: center;
    /*background-size: cover;*/
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: none;
}

@media only screen and (max-width: 1024px) {
    .cloud_flame div:first-child {
        width: 100% !important;
        height: 160px;
        background-size: 100%;
        background-position: 0 -30px;
        background-attachment: scroll;
        border-radius: 80px;
    }

    .cloud_flame div:nth-child(2),
    .cloud_flame div:nth-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .cloud_flame div:first-child {}
}

.cloud_flame div::before {
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: yellow;
    border-radius: 60px;
    z-index: -1;
}

.cloud_flame div:first-child {
    position: relative;
    width: 70%;
}

.cloud_flame div:first-child::after {
    position: absolute;
    right: -170px;
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    background-image: url(img/ninomiya003.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .cloud_flame div:first-child::after {
        top: -45px;
        right: 10px;
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .cloud_flame div:first-child::after {
        top: -25px;
        right: 10px;
        width: 80px;
        height: 80px;
    }
}

.cloud_flame div:nth-child(2) {
    margin-left: auto;
    width: 80%;
}

.cloud_flame div:last-child {
    margin: 0 auto 0 10%;
    width: 80%;
}


/* ▲▲ 雲 ▲▲ */

/* ▼▼ 二宮町に住みたい ▼▼ */
.main .live_ctr {
    margin: 0 auto;
    padding: 100px 30px 40px;
    max-width: 1220px;
}

@media only screen and (max-width: 1024px) {
    .main .live_ctr {
        padding: 100px 30px 10px;
    }
}

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

.main .live_box {
    margin: 0 auto;
    width: 70%;
    background: #ffeaea;
}

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

.main .live_box .ilist {
    margin-top: 0;
}

.main .live_box .ilist h2,
.main .live_box .ilist_lower .ilist_right {
    display: none;
}

.main .live_box .ilist_lower ul {
    max-width: none;
}

.main .live_box .ilist_lower ul>li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.main .live_box .ilist_lower ul li .ilist_in {
    width: 100%;
}

.main .live_box .detail {
    margin-top: 0;
    padding: 50px 15px;
    background: #ffeaea;
    text-align: center;
}

.main .live_box .detail h2 {
    color: #007791;
}

.main .live_box .detail h2 span {
    background: #007791;
}

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

.main .free_live {
    padding: 70px 0 80px;
}

.main .free_live .live_lower {
    margin: 0 auto;
    width: 70%;
}

@media only screen and (max-width: 480px) {
    .main .free_live .live_lower {
        padding: 0 11.25px;
        width: 100%;
    }
}

.main .free_live .btn a:hover {
    opacity: 1;
}


/* 画像 */

.main .free_live .live_lower .img {
    width: 100%;
}

.main .free_live .live_lower .img img {
    width: 100%;
}


/* テキスト */

.main .free_live .live_lower .detail {
    margin-top: 0;
    padding: 50px 15px;
    background: #ffeaea;
    text-align: center;
}

.main .free_live .live_lower .detail h2 {
    position: relative;
    font-size: 156%;
}

.main .free_live .live_lower .txt {
    font-size: 90%;
    margin-bottom: 30px;
    line-height: 2;
}

@media only screen and (max-width: 1024px) {
    .zone03 {
        padding-bottom: 20px;
    }

    .free_live .inner {
        padding: 0;
    }

    .free_live .live_lower {
        flex-wrap: wrap;
    }

    .free_live .live_lower .img {
        width: 100%;
    }

    .free_live .live_lower .detail {
        margin: -50px auto 0;
        padding: 30px 20px;
        width: 100%;
    }
}

/* ▼▼ 波 ▼▼ */
.nami_flame,
.nami_flame::before,
.nami_flame::after {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: none;
}

.nami_flame {
    position: relative;
    margin: 60px auto 0;
    padding: 0 16px;
    max-width: 1200px;
    width: 100%;
    height: 300px;
    background-clip: padding-box;
    background-image: url(img/bg_img02.jpg);
    border-radius: 11% 89% 8% 92% / 79% 15% 85% 21%;
    z-index: 1;
}

.nami_flame::before,
.nami_flame::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(img/bg_img02.jpg);
    border-radius: 7% 93% 15% 85% / 91% 9% 91% 9%;
    opacity: 0.3;
    z-index: -1;
}

.nami_flame::before {
    top: -5px;
    left: -5px;
    border-radius: 7% 93% 15% 85% / 91% 9% 91% 9%;
}

.nami_flame::after {
    top: 5px;
    left: 5px;
    border-radius: 16% 84% 10% 90% / 87% 44% 56% 13%;
}

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

    .nami_flame::before,
    .nami_flame::after {
        display: none;
    }

    .nami_flame {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 480px) {
    .nami_flame {
        margin-top: 0;
        height: 160px;
        background-position: center;
    }
}

/* ▲▲ 波 ▲▲ */

/* ▼▼ 移住のステップ ▼▼ */
.main .live_step {
    margin: 60px auto 0;
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
}

.main .live_step h2 {
    margin-bottom: 0;
    color: #007791;
}

.main .live_step ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 16px 50px;
}

.main .live_step li {
    padding: 8px;
    width: 20%;
}

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

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

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

.main .live_step li .step_box {
    padding: 8px;
    height: 100%;
    background: #fff;
    border: 2px solid #007791;
}

/* 「移住の流れ」文面STEP設定 */
.main .live_step .step_number {
    padding: 3px 5px 2px;
    text-align: center;
    font-weight: bold;
    color: #007791;
    border: 2px solid #007791;
}

/* 「移住の流れ」画像設定 */
.main .live_step .step_img {
    margin-top: 0;
    text-align: center;
}

.main .live_step .step_img img {
    width: 50%;
}

/* 「移住の流れ」テキスト設定 */
.main .live_step .step_text {
    font-weight: bold;
    text-align: center;
}

/* 「移住の流れ」リンク設定 */
.main .live_step ul.step_link {
    margin-top: 16px;
    display: block;
    padding: 0;
}

.main .live_step ul.step_link li {
    margin-top: 4px;
    padding: 0 0 0 16px;
    width: 100%;
}

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

.main .live_step ul.step_link li a {
    font-size: 88%;
}

/* ▲▲ 移住のステップ ▲▲ */

/* ▲▲ 二宮町に住みたい ▲▲ */


/* 新着情報 */

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

.free_new .inner {
    padding: 30px;
    background: #fff;
}

.free_new .btn {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .free_new {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .free_new .btn {
        margin-top: 30px;
    }
}


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

.main .zone03 {
    padding-top: 24px;
    padding-bottom: 80px;
    background-image: radial-gradient(#ffeaea 4px, transparent 4px), radial-gradient(#ffeaea 4px, #ffffff 4px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}


/* ▼▼ 二宮町で育てたい ▼▼ */

.free_parenting {
    padding: 0 0 70px;
}

@media only screen and (max-width: 1024px) {
    .free_parenting .ilist {
        margin-top: 0;
        padding-top: 40px;
    }
}


.free_parenting .inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 2%;
}

@media only screen and (max-width: 480px) {
    .free_parenting .inner {
        padding: 0;
    }
}

.free_parenting .ilist_lower {
    margin-top: 30px;
}

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

.main .free_parenting .ilist_lower ul {
    max-width: none;
}

@media only screen and (max-width: 480px) {
    .main .free_parenting .ilist_lower ul {
        width: 80%;
    }
}

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

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

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

    .main .free_parenting .ilist_lower ul>li:nth-child(3n) {
        margin-right: 12px;
    }

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

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

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

.main .free_parenting .ilist_lower ul>li a {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s ease;
}

.main .free_parenting .ilist_lower ul>li .ilist_in {
    position: relative;
    padding: 85% 0 0 0;
    z-index: 1;
}


/* 背景画像 */

.main .free_parenting .ilist_lower ul>li .ilist_in .ilist_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease;
}

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


/* テキスト */

.main .free_parenting .ilist_lower ul>li .ilist_in .ilist_right {
    position: absolute;
    top: 0;
    left: 0;
    margin: 7px;
    padding: 10px;
    width: 80%;
    background: rgb(255, 255, 255, 0.8);
    padding: 0.2em 0.5em;
    color: #900;
    font-weight: bold;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #B81300;
    border-radius: 10px 0 0 0;
}

.main .free_parenting .ilist_lower ul>li .ilist_in .ilist_right span {
    display: block;
}

.main .free_parenting .ilist_lower ul>li:first-child p {
    margin-top: 0;
}


/* ▲▲ 二宮町で育てたい ▲▲ */

/* ▼▼▼▼ 二宮町で育てたい ▼▼▼▼ */
.zone03 .tourist_site {
    margin: 60px auto 0;
    padding: 30px 12px;
    max-width: 1200px;
    width: 100%;
    background: #fff;
    border: 1px solid #007791;
}

.zone03 .tourist_site h2 {
    color: #007791;
    background: none;
    border: none;
}

/* ▲▲▲▲ 二宮町で育てたい ▲▲▲▲ */



/********************** 領域4個別のスタイル **********************/

.main .zone04 {
    padding: 50px 0 5px;
    background: #fafce3;
}

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

/* ▼▼ 二宮町を知りたい ▼▼ */

@media only screen and (max-width: 1024px) {
    .main .free_know .ilist_lower ul>li .ilist_title {
        margin: 0 auto 15px;
        width: 82%;
    }
}

.main .free_know {
    padding: 16px 0 0;
}

.main .free_know .content_overview {
    padding: 0 120px !important;
    max-width: 750px;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .main .free_know .content_overview {
        padding: 0 15px !important;
        max-width: none;
        width: 100%;
    }
}

.main .free_know .h2 p:first-of-type {
    position: relative;
}

.main .free_know .h2 p:first-of-type::before,
.main .free_know .h2 p:first-of-type::after {
    position: absolute;
    top: 16px;
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

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

    .main .free_know .h2 p:first-of-type::before,
    .main .free_know .h2 p:first-of-type::after {
        display: none;
    }
}

.main .free_know .h2 p:first-of-type::before {
    left: 0px;
    background-image: url(img/miya010.png);
}

.main .free_know .h2 p:first-of-type::after {
    right: 0px;
    background-image: url(img/nino011.png);
}

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

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

.main .free_know .ilist_lower ul>li:last-child {
    margin-right: 0;
}

.main .free_know .ilist_lower ul>li .ilist_in {
    padding: 21px;
    width: 100%;
    background: #fff;
    border: 1px solid #B81300;
}

.main .free_know .ilist_lower ul>li a {
    padding: 0;
    background: none;
    transition: all 0.2s ease-out;
}

.main .free_know .ilist_lower ul>li a .ilist_in .ilist_img {
    padding: 6px 0;
    background-size: cover;
    background-position: center;
}


.main .free_know .ilist_lower ul>li a .ilist_left img {
    max-width: none;
    width: 80%;
    transition: all .5s ease;
}

.main .free_know .ilist_lower ul>li a:hover .ilist_left img {
    transform: scale(1.08);
}

.main .free_know .ilist_lower ul>li .ilist_in span {
    display: block;
}

.main .free_know .ilist_lower ul>li a .ilist_in .ilist_title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 125%;
    color: #2b3095;
    font-weight: bold;
    border-bottom: double;
    border-width: 3px;
}

.main .free_know .ilist_lower ul>li a:hover .ilist_in .ilist_title {
    color: #9f0000;
}

@media only screen and (max-width: 1024px) {
    .main .free_know .ilist_lower ul>li .ilist_in .ilist_title {
        width: 100%;
    }
}

.main .free_know .ilist_lower ul>li .ilist_in .ilist_text {
    color: #000;
    font-size: 100%;
    text-align: center;
}

/* ▲▲ 二宮町を知りたい ▲▲ */


/* ▼▼ 二宮町を楽しみたい ▼▼ */

.free_tourism {
    margin: 50px 0;
}

.free_tourism .ilist ul li:nth-child(n) {
    margin-right: 2%;
    margin-top: 2%;
    width: 49%;
}

.free_tourism .ilist ul li:nth-child(even) {
    margin-right: 0;
}

.main .free_tourism .ilist_lower ul>li .ilist_in {
    background: none;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.free_tourism .ilist ul li a:hover .ilist_img {
    position: relative;
}

.free_tourism .ilist ul li a .ilist_img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 100;
    transition: all .5s ease;
}

.free_tourism .ilist ul li a:hover .ilist_img::before {
    opacity: 0;
    transition: all .5s ease;
}

.free_tourism .ilist ul li a .ilist_img img {
    transition: all .5s ease;
    width: 100%;
}

.free_tourism .ilist ul li a:hover .ilist_img img {
    transition: all .5s ease;
    transform: scale(1.05, 1.05);
}

.main .free_tourism .ilist_title {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    z-index: 200;
    transition: all .5s ease;
}

.free_tourism .ilist ul li a:hover .ilist_title {
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
    transition: all .5s ease;
}

.main .free_tourism .ilist_title span {
    display: block;
    font-size: 85%;
}

.main .free_tourism .ilist_title::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -50px;
    background: url(img/icon_menu_arrow.png) no-repeat left top;
    background-size: 30px auto;
    height: 30px;
    width: 30px;
}

.main .free_tourism .tourism_lower2 .ilist_title::before {
    bottom: -25px;
    background-size: 25px auto;
    height: 25px;
    width: 25px;
}

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

.main .free_tourism .attention {
    background: rgba(254, 254, 52, .6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #222;
    letter-spacing: 0;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 78%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    width: 110px;
    transform: rotate(8deg);
    z-index: 200;
}

@media only screen and (max-width: 1024px) {
    .main .ilist_title {
        top: 16%;
    }

    .main .free_tourism .ilist_title::before {
        bottom: -36px;
        margin-left: -12px;
        background-size: 24px auto;
        height: 24px;
        width: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .free_tourism .ilist ul li:nth-child(n) {
        margin-right: 0;
        width: 100%;
    }

    .main .ilist_title {
        top: 22%;
    }

    .main .free_tourism .attention {
        transform: scale(0.8, 0.8) rotate(8deg);
        right: 0;
        bottom: 0;
    }
}

/**** ▼▼▼▼ イベント情報・電子広告 ▼▼▼▼ ****/
.event_electronic {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 12px;
    max-width: 1200px;
    width: 100%;
    background: #fff;
}

.event_electronic h2 {
    color: #007791;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1065px) {
    .event_electronic h2 {
        margin-bottom: 0;
    }

    .event_electronic .event_ctr h2 {
        margin-bottom: 16px;
    }
}

.event_electronic h3 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #000;
}

@media only screen and (max-width: 820px) {
    .event_electronic h3 {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .event_electronic h3 {
        padding: 0;
    }
}

.event_electronic h3::before {
    display: none;
}

/**** ▼▼▼ イベント情報 ▼▼▼ ****/
.event_ctr {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
    width: 100%;
    /*width: calc(100% - 320px);*/
}

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

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

.event_ctr h2 {
    width: 100%;
}


/**** ▼▼ 開催中・近日開催のイベント ▼▼ ****/
.event_ctr .event {
    margin: 0;
    padding: 0;
    width: 55%;
}

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

.event_ctr .event .event_lower {
    padding: 0;
    border: none;
}

.event_ctr .event .event_lower ul {
    padding: 0 24px;
    max-height: 290px;
    overflow-y: auto;
}

@media only screen and (max-width: 480px) {
    .event_ctr .event .event_lower ul {
        padding: 0;
        max-height: none;
        overflow: visible;
    }
}

.event_ctr .event .event_lower ul.more {
    padding: 0 24px;
}


.event_ctr .event .event_lower ul::-webkit-scrollbar {
    display: block;
}

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

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

.event_ctr .event .event_lower .more {
    margin-top: 20px;
}

.event_ctr .event .event_lower .more li {
    margin: 0 auto;
    padding: 0;
}

.event_ctr .event .event_lower .more li::before {
    display: none;
}

.event_ctr .event .event_lower .more li a {
    background: #C4E670;
    border: none;
    border-radius: 4px;
}

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

/**** ▼▼ カレンダー ▼▼ ****/
.event_ctr .calendar {
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    width: 45%;
}

@media only screen and (max-width: 820px) {
    .event_ctr .calendar {
        margin-top: 60px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .event_ctr .calendar {
        margin-top: 70px;
    }
}

.event_ctr .calendar tbody {
    background: #fff;
}

.event_ctr .calendar .calendar_lower {
    border: none;
}

.event_ctr .calendar th,
.event_ctr .calendar td {
    padding: 12px 8px;
}

.event_ctr .calendar .event_month {
    text-align: center;
}

.event_ctr .calendar li {
    margin-top: 0;
}

.event_ctr .calendar li a {
    font-size: 100%;
}

.event_ctr .calendar .event_month li a,
.event_ctr .calendar .event_month li.pre a,
.event_ctr .calendar .event_month li.next a {
    margin-bottom: 18px;
    background: #C4E670;
    border: none;
}

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

/**** ▲▲ カレンダー ▲▲ ****/
/**** ▲▲▲ イベント情報 ▲▲▲ ****/

/**** ▼▼▼ 電子広告 ▼▼▼ ****/
.electronic_ctr {
    margin: 50px auto 0;
    padding: 30px 12px;
    max-width: 1200px;
    width: 100%;
    background: #fff;
    border: 1px solid #007791;
}

@media only screen and (max-width: 1065px) {
    .electronic_ctr {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 480px) {
    .electronic_ctr {
        margin-top: 30px;
    }
}

.electronic_ctr h2 {
    color: #007791;
}

.main .electronic_ctr .ilist {
    margin-top: 0;
}

.main .electronic_ctr .ilist_lower ul>li {
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.main .electronic_ctr .ilist_lower ul>li a {
    display: block;
    padding: 0;
}

.main .electronic_ctr .ilist_lower ul>li a .ilist_right {
    display: none;
}

/**** ▲▲▲ 電子広告 ▲▲▲ ****/


/**** ▲▲▲▲ イベント情報・電子広告 ▲▲▲▲ ****/

/********************** 領域4個別のスタイル **********************/


/* ▲▲ 二宮町を楽しみたい ▲▲ */

/********************** 中ページのスタイル **********************/
body.inbody {}

/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu_lower,
.footstep_lower {
    font-size: 85%;
    display: flex;
    align-items: flex-start;
    margin: 16px 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:after {
    content: "";
    display: block;
    clear: both;
}


/* ▼ h1設定 ▼ */
.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(../../css/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;
}

/* ▲ h1設定 ▲ */

.main_naka h2 {
    position: relative;
    margin: 16px 0 0;
    padding: 2px;
    width: 100%;
    font-size: 136%;
    border-bottom: 2px solid #AD7575;
}

.main_naka h3 {
    margin: 16px 0 0;
    padding: 2px 2px 2px 12px;
    border-left: 4px solid #007bbb;
    font-size: 120%;
}

.main_naka h4 {
    margin: 16px 0 0;
    padding: 2px;
    border-bottom: 2px solid #007bbb;
    font-size: 110%;
}

.main_naka h5 {
    margin: 16px 0 0;
    padding: 4px 8px;
    background-color: #e8f4f9;
}

.main_naka h6 {
    margin: 16px 0 0;
}

.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 .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 10px;
        width: 100%;
    }

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

/* ページャーのスタイル */
.main_naka .page_head {
    margin-top: 24px;
    padding: 6px 16px 16px;
    background-color: #eee;
    font-size: 85%;
}

.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 .emergency {
    margin-top: 24px;
}

.design .main_naka .emergency .h2 {
    background: #a90000;
    color: #fff;
}

.design .main_naka .emergency h2 {
    color: #fff;
    padding: 8px 16px 6px;
    margin: 0;
    border-bottom: none;
    width: auto;
    float: left;
}

.design .main_naka .emergency h2::after {
    display: none;
}

.design .main_naka .emergency .h2 a {
    float: right;
    margin: 10px 16px 10px 8px;
}

.design .main_naka .emergency .h2 img {
    vertical-align: middle;
}

.design .main_naka .emergency .emergency_lower {
    border: 2px solid #a90000;
    border-top: none;
    padding: 4px 16px 16px;
}

/**** 分類のスタイル ****/
.design .main_naka_cat {
    overflow: hidden;
    margin-bottom: 32px;
}

.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;
    overflow: hidden;
}

.design .main_naka .page_right ul {
    padding: 0 8px 12px;
    margin-top: 24px;
    border: 2px solid #AD7575;
    border-top: 6px solid #AD7575;
}

.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 {
        width: 100%;
        margin-right: 0;
    }

    .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 .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 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_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 .cat_aside {
    padding: 0;
    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;
    padding: 0;
    border: 2px solid #AD7575;
}

.design .main_naka .bana .bana_h2 {
    background: #f2e7e7;
    border: none;
    border-bottom: 2px solid #AD7575;
}

.design .main_naka .bana h2 {
    padding: 0;
    margin-top: 0;
    width: auto;
    font-size: 100%;
    border: none;
}

.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;
}

/**** 新着情報のスタイル ****/
.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 .pickup_post {
    margin-top: 24px;
}

.design .main_naka .pickup_post .category_p01 {
    margin-top: 0;
}

/********************** 記事ページのスタイル **********************/
.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 {
    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 {
        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;
    background: #CCDED9;
    border: 0;
    width: 100%;
}

.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;
    border-bottom: 2px solid #AD7575;
}

.waku .kiji_sub .kiji_aside>ul {
    border: 1px solid #ccc;
    padding: 0 8px 12px;
}

.waku .kiji_sub .kiji_aside li {
    position: relative;
    padding-left: 16px;
}

.waku .kiji_sub .kiji_aside li::before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg);
}

.waku .kiji_sub .kiji_aside li li {
    font-size: 85%;
}

/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {}

/*関連コンテンツ*/
.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;
    }
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
    margin-bottom: 24px;
}

.design .main_naka .route_box h2 {
    background: #fff;
    border-bottom: 2px solid #ccc;
    font-size: 100%;
    padding: 2px;
    margin: 0 0 12px;
}

.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 {
    background: #fff;
    margin-bottom: 24px;
    padding: 0;

    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%;
    background: #f2e7e7;
    border: 0;
    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 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;
    }

    .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 {
    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;
}


/* ▼▼▼▼ マイページ ▼▼▼▼ */
@media only screen and (max-width: 1024px) {
    .inbody .page_keep {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
}

.inbody .keep_btn {
    background-image: url(img/page_keep2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page_keep .keep_btn {
    display: none;
}

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

.inbody .online_strage_a {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .inbody .online_strage_a {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        padding-bottom: 170px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .inbody .online_strage_a {
        padding-bottom: 150px;
    }
}


/* ▼▼ 閉じる ▼▼ */
.inbody .online_strage_a .mypage_close {
    float: right;
}

.inbody .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;
}

.inbody .online_strage_a .mypage_close a::before,
.inbody .online_strage_a .mypage_close a::after {
    position: absolute;
    top: 50%;
    left: 5px;
    content: '';
    margin-top: -1px;
    height: 2px;
    width: 12px;
    background: #222;
}

.inbody .online_strage_a .mypage_close a::before {
    transform: rotate(-45deg);
}

.inbody .online_strage_a .mypage_close a::after {
    transform: rotate(45deg);
}

/* ▲▲ 閉じる ▲▲ */


/* ▲▲▲▲ マイページ ▲▲▲▲ */

/* ▼▼▼▼ 【1024px以下の場合】マイページ ▼▼▼▼ */

/* ▼▼ このページを一時保存する ▼▼ */
@media only screen and (max-width: 1024px) {
    .inbody .page_keep {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .inbody .keep_btn {
        display: none;
    }
}

/* ▲▲ このページを一時保存する ▲▲ */

/* ▼▼ 本体 ▼▼ */

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

    .online_strage_a,
    .inbody .online_strage_a {
        position: fixed;
        top: auto;
        bottom: 76px;
        left: auto;
        right: 138px;
        display: none;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 0;
        z-index: 1000;
    }

    .online_strage_a {
        display: none;
    }

    .inbody .online_strage_a {
        padding: 0;
        max-width: none;
        width: auto;
    }
}

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

    .online_strage_a,
    .inbody .online_strage_a {
        bottom: 120px;
        left: 0;
        right: auto;
        max-width: 375px;
        width: 100%;
    }
}

/* ▲▲ 本体 ▲▲ */
/* ▼▼ 閉じる ▼▼ */
.inbody .online_strage_a .mypage_close {
    float: right;
}

.inbody .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;
}

.inbody .online_strage_a .mypage_close a::before,
.inbody .online_strage_a .mypage_close a::after {
    position: absolute;
    top: 50%;
    left: 5px;
    content: '';
    margin-top: -1px;
    height: 2px;
    width: 12px;
    background: #222;
}

.inbody .online_strage_a .mypage_close a::before {
    transform: rotate(-45deg);
}

.inbody .online_strage_a .mypage_close a::after {
    transform: rotate(45deg);
}

/* ▲▲ 閉じる ▲▲ */


/* ▲▲▲▲ 【1024px以下の場合】マイページ ▲▲▲▲ */

/* ▼▼ 追従用機能ナビ ※追従ナビ時に表示 ▼▼ */
.show_fn {
    display: none;
}

.is-show .show_fn,
.is-show .show_fn .src_box {
    display: block;
}

.show_fn ul {
    display: flex;
}

.show_fn ul li {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* ▼  検索窓 ▼ */
.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 #2B5CA4 !important;
}

.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: 1px 5px 2px 21px;
    width: 57px;
    min-height: 26px;
    font-size: 88%;
    color: #2b3095;
    background-color: #C9EFFF;
    background-image: url(../../css/img/icon/src.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 5px;
    border: 1px solid #2B5CA4;
    border-left: 0;
    border-radius: 0;
}

.show_fn ul li:first-child #cse-search-box4 button:hover {
    color: #9f0000;
}

/* ▲ 検索窓 ▲ */

/* ▼  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検索 ▲ */

/* ▲▲ 追従用機能ナビ ※追従ナビ時に表示 ▲▲ */

/* ▼▼ 【タブレット・スマホ時に表示】ID検索・検索窓・マイページ・チャットボット ▼▼ */
.h_top .h_toplist02_sp1,
.h_top .h_toplist02_sp2,
.h_top .h_toplist02_sp3 {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .h_top_wrap {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        border-top: 1px solid #007791;
        z-index: 9999;
    }

    .h_top_wrap .back {
        display: none;
    }

    .h_top_wrap .h_top {
        padding: 0;
    }

    .h_top_wrap .h_toplist02 {
        margin: 0 auto;
        padding: 0 12px 6px;
        max-width: 1200px;
        width: 100%;
    }

    .h_top_wrap .h_toplist02 li {
        display: none;
        font-size: 120%;
    }

    .h_top_wrap .h_toplist02 li.id_btn,
    .h_top_wrap .h_toplist02 .h_toplist02_sp1,
    .h_top_wrap .h_toplist02 .h_toplist02_sp3,
    .inbody .h_top_wrap .h_toplist02 .toplist02_src {
        display: block;
    }

    /* ID検索 */
    .h_top_wrap .h_toplist02 li:nth-child(11) {
        display: block;
        margin: 10px 20px 0 0;
    }


    .h_toplist02 li.id_btn a.ac_display,
    .h_top .h_toplist02 .h_toplist02_sp1 a,
    .h_top .h_toplist02 .h_toplist02_sp3 a {
        text-decoration: none;
        border: 1px solid #2B5CA4;
    }

    .h_top .h_toplist02 .h_toplist02_sp1 a,
    .h_top .h_toplist02 .h_toplist02_sp3 a {
        display: block;
        padding: 7px 5px 5px;
        background: #fff;
        text-align: center;
    }

    .h_top_wrap .h_toplist02 li.id_btn,
    .h_top_wrap .h_toplist02 .h_toplist02_sp1,
    .h_top_wrap .h_toplist02 .h_toplist02_sp3,
    .inbody .h_top_wrap .h_toplist02 .toplist02_src {
        margin-top: 10px;
    }

    /* ▽ マイページ ▽ */
    .h_top_wrap .h_toplist02 .h_toplist02_sp1 {
        margin-right: 8px;
    }

    /* △ マイページ △ */

}

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

    /* 検索窓 */
    .h_top_wrap .h_toplist02 li:nth-child(11) {
        margin: 10px 0 0 0;
        width: calc(100% - 64px);
    }

    .h_top_wrap .h_toplist02 .h_toplist02_sp1,
    .h_top_wrap .h_toplist02 .h_toplist02_sp3 {
        width: 49%;
    }

    .h_top_wrap .h_toplist02 .h_toplist02_sp1 {
        margin-right: auto;
    }
}

/* ▼ 【タブレット・スマホ時に表示】ID検索 ▼ */
@media only screen and (max-width: 1024px) {
    .h_toplist02 li.id_btn {
        margin-right: 8px;
    }

    .h_toplist02 li.id_btn a.ac_display::before,
    .h_toplist02 li.id_btn a.ac_display::after {
        display: none;
    }

    .h_toplist02 li.id_btn a.ac_display {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        padding: 7px 5px 5px;
        min-height: 36px;
        font-size: 100%;
    }

    .h_top_wrap .h_toplist02 li.id_btn .search_box_lower {
        top: auto;
        bottom: 65px;
        left: auto;
        right: 0;
        width: 330px;
    }

    .h_top_wrap .h_toplist02 li.id_btn .search_box_lower .q {
        width: calc(100% - 80px);
        height: 36px;
    }

    .h_top_wrap .h_toplist02 li.id_btn .search_box_lower button {
        min-height: 36px;
    }
}

@media only screen and (max-width: 800px) {
    .h_top_wrap .h_toplist02 li.id_btn .search_box_lower {
        left: 0;
        right: auto;
    }
}


/* ▲ 【タブレット・スマホ時に表示】ID索窓 ▲ */

/* ▼ 【タブレット・スマホ時に表示】検索窓 ▼ */
@media only screen and (max-width: 1024px) {
    .h_toplist02 li:nth-child(11) {
        margin: 8px 8px 0 0;
    }

    .h_toplist02 li:nth-child(11) .src_box {
        padding: 0;
    }

    .h_toplist02 li:nth-child(11) .src_box #cse-search-box {
        display: flex;
    }

}

@media only screen and (max-width: 551px) {
    .h_toplist02 li:nth-child(11) {
        margin-right: 0;
        width: calc(100% - 62px);
    }

    .h_toplist02 li:nth-child(11) .src_box #cse-search-box {
        padding: 0;
    }
}

/* ▲ 【タブレット・スマホ時に表示】検索窓 ▲ */

/* ▽ 【タブレット・スマホ時に表示】マイページ ▽ */
/* ▼▼ 閉じる ▼▼ */


.online_strage_a .mypage_close {
    display: none;
}

.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;
}

@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);
}

/* ▲▲ 閉じる ▲▲ */
/* △ 【タブレット・スマホ時に表示】マイページ △ */

/* ▲▲ 【タブレット・スマホ時に表示】ID検索・検索窓・マイページ・チャットボット ▲▲ */

/* ▼▼ チャットボット ▼▼ */

.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;
    }
}


.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;
}

/* ▲▲ チャットボット ▲▲ */

/* ▼▼▼▼▼▼ 伝える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: 9px 16px 10px 0;
    font-size: 100%;
    color: #2b3095;
    text-decoration: underline;
    background: transparent;
    border: none;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start {
    padding: 9px 6px 10px 0;
}

#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: #000;
    background: #C9EFFF;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #FFF;
}

.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: #2b3095;
    background: #C9EFFF;
    font-weight: normal;
    padding: 0.5em 1em;
    border-radius: 3px;
    cursor: pointer;
}

#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close:hover {
    color: #9f0000;
}

.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: #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 #c9efff !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;
}

/* ▲▲▲▲▲▲ 本番用チャットボット設定 ▲▲▲▲▲▲ */