@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;
    scroll-behavior: smooth;
}

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

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

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

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

.small {
    font-size: 87.5%;
}

strong {
    color: #B50000;
}

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

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

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

a:hover strong {
    color: #860000;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**** 見出し等のフォント ****/
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
em,
b {
    font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
}

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

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

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

/*
#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 {
    background: #666;
}
*/

/**** その他 ****/
.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;
}

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

.zone02_in {
    padding-bottom: 70px;
}

.zone03_in {
    padding: 0;
}

/********************** ヘッダー **********************/
.main_header {
    background: #fff;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .main_header {
        margin-bottom: -4px;
        position: relative;
    }
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
    font-size: 117%;
}

.h_top {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding: 4px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.h_top .h_toplist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 4px 0 4px auto;
}

.h_top .h_toplist>li {
    margin: 0 0 0 12px;
}

.h_top .h_toplist>li:first-child {
    margin: 0;
}

.h_top .h_toplist>li a {
    position: relative;
    display: block;
    border-radius: 4px;
    background: transparent;
    text-decoration: none;
    padding: 0 4px 0 10px;
}

.inbody .h_top .h_toplist>li:first-child a,
.inbody .h_top .h_toplist>li:nth-child(2) a,
.inbody .h_top .h_toplist>li:nth-child(3) a {
    padding: 0 4px 0 14px;
    font-size: 69%;
    border: 1px solid #0077B3;
}


.h_top ul.h_toplist>li a::before {
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #0077B3;
    transform: rotate(0deg);
}

.inbody .h_top .h_toplist>li:first-child a::before,
.inbody .h_top .h_toplist>li:nth-child(2) a::before,
.inbody .h_top .h_toplist>li:nth-child(3) a::before {
    top: 6px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #0077B3;
    border-width: medium;
    border-radius: 2px;
}

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

    .h_top .h_toplist {
        margin: 0;
    }
}

/* ▼ 色の反転 ▼ */
.bg_color {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.bg_tit {
    padding: 0;
    margin: 0 6px 0 0;
}

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

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

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

.bg_list li:last-child a {
    background: #000;
}

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

/* ▲ 色の反転 ▲ */

/* 文字サイズ */
.font_size,
.font_tit,
.font,
.font_list,
.font_list li {
    float: left;
}

.font_size {
    margin-left: 16px;
}

.font_tit {
    margin: 1px 6px 0 0;
}

.font_list li {
    margin: 0 0 0 4px;
}

/**** ヘッダーメイン ****/
.head_in {
    display: flex;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px;
}

.h_main {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 210px;
    overflow: hidden;
}

.inbody .clone-nav .h_main {
    max-width: 140px;
}

.h_main a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.clone-nav .h_main .h1 {
    width: 120px;
}

/** ▼ タイトル画像 ▼ **/
.h_main .h1-img {
    width: 100px;
}

.clone-nav .h_main .h1-img {
    display: none;
}

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

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

    .h_main {
        position: relative;
        display: flex;
        padding: 8px;
        max-width: 295px;
        z-index: 1;
    }

    .h_main .h1 {
        width: 90px;
    }

    .h_main .h1-img {
        display: block;
        margin-left: 10px;
        width: 70px;
    }
}

/* ▽ 【下層ページ】タイトルロゴ */
.inbody .h_main .h1 {
    margin: 0;
    /* width: 140px; */
}

/* ホームへ */
.inbody .h_main .h1_home {
    margin: 0 8px 0 auto;
    font-size: 88%;
    text-align: right;
}

.inbody .clone-nav .h_main .h1_home {
    margin: 0 24px 0 auto;
    font-size: 75%;
}

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

    .inbody .h_main a {
        display: flex;
        align-items: flex-end;
    }

    .inbody .h_main .h1 {
        width: 90px;
    }

    .inbody .h_main .h1_home {
        margin: 0 0 0 27px;
    }
}

/* △ 【下層ページ】タイトルロゴ */

/* ▽ タブレット・スマホ時 */
.h_main .h1sp-img {
    display: none;
}

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

    .h_main .h1sp-img {
        display: flex;
    }

    .h_main .h1sp-img div:first-child {
        margin: 0 4px;
        padding-top: 8px;
        width: 120px;
    }

    .h_main .h1sp-img div:last-child {
        width: 60px;
    }
}

/* △ タブレット・スマホ時 */

/** ▲ タイトル画像 ▲ **/


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

.lang_btn {
    margin: 0;
}

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

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

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

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

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

.h_top .lang_btn.close a {
    padding: 2px 6px 2px 20px;
    position: relative;
    border-radius: 0 0 4px 4px;
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.lang_btn.close a::before,
.lang_btn.close a::after {
    content: '';
    background: #3B4043;
    height: 1px;
    width: 12px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: 0;
    transform: rotate(-45deg);
}

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

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

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

.h_main .src_box #search_button,
.src_box #search_button_sp {
    width: 80px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    background: #0077b3;
    color: #fff;
    font-size: 80%;
    cursor: pointer;
    border: 1px solid #aaa;
    border-left: none;
    white-space: normal;
    border-radius: 0;
    display: block;
}

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

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

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

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


/**** ▼▼▼▼ ユーティリティ ▼▼▼▼ ****/
.h_toplist {
    display: flex;
}

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

.h_toplist li {
    margin: 0 12px 0 0;
}

.h_toplist a {
    display: block;
    font-size: 75%;
    text-decoration: none;
    text-align: center;
}

.h_toplist a:hover {
    text-decoration: underline;
}

.h_toplist a span {
    display: block;
}

.h_toplist a span:last-child {
    margin-top: 5px;
}

.h_toplist a img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
    width: 100%;
}

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

    .h_toplist li,
    .h_toplist li:first-child .id_btn_open,
    .h_toplist li:nth-child(4) .id_btn_open {
        display: none;
    }

    .h_toplist li:first-child,
    .inbody .h_toplist li:nth-child(4) {
        display: block;
    }


    .inbody .h_toplist li:first-child {
        display: none;
    }
}

/**** ▼▼ 【共通】プルダウンメニュー ▼▼ ****/
.utility_mypage .utility_mypage_in,
.utility_fontsize .font_size,
.utility_bgcolor .bg_color,
.utility_search .utility_search_in {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

/** ▼ ボタン「閉じる」 ▼ **/
.utility_mypage .id_btn_close,
.utility_language .id_btn_close,
.utility_fontsize .id_btn_close,
.utility_bgcolor .id_btn_close,
.utility_search .id_btn_close {
    width: 100%;
    display: inline-block;
}

.utility_mypage .id_btn_close a,
.utility_language .id_btn_close a,
.utility_fontsize .id_btn_close a,
.utility_bgcolor .id_btn_close a,
.utility_search .id_btn_close a {
    display: block;
    margin-left: auto;
    padding: 1px 4px !important;
    text-decoration: none;
    width: fit-content;
    font-size: 75%;
    background: #fff !important;
    border: 1px solid #000;
    border-radius: 4px;
}

.utility_mypage .id_btn_close a::before,
.utility_language .id_btn_close a::before,
.utility_fontsize .id_btn_close a::before,
.utility_bgcolor .id_btn_close a::before,
.utility_search .id_btn_close a::before {
    display: none !important;
}

.utility_mypage .id_btn_close {
    margin-top: 0;
    width: fit-content;
}

.utility_mypage .online_strage_a .mypage .id_btn_close a {
    margin: 12px 0;
    padding: 4px 6px;
    font-size: 75%;
    border: 1px solid #999;
}

@media only screen and (max-width: 1024px) {
    .utility_mypage .online_strage_a .mypage .id_btn_close a {
        margin: 5px 0;
    }
}

.utility_language .id_btn_close a {
    margin-right: 10px;
}

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


/**** ▲▲ 【共通】プルダウンメニュー ▲▲ ****/

/**** ▼▼ 【共通】ユーティリティ ▼▼ ****/
.utility_mypage,
.utility_language,
.utility_fontsize,
.utility_bgcolor {
    position: relative;
}

.utility_mypage .online_strage_a,
.utility_language .language_box,
.utility_fontsize .font_size,
.utility_bgcolor .bg_color {
    position: absolute;
    display: none;
    top: calc(100% + 6px);
    right: 0;
    margin-left: 0;
    padding: 10px;
    width: 210px;
    background: #FFFFE3;
    border: 1px solid #0077B3;
    border-radius: 6px;
    z-index: 99;
}

.utility_fontsize .fsize_content,
.utility_bgcolor .bg_content {
    display: flex;
    flex-wrap: wrap;
}

.utility_bgcolor .bg_color {
    width: 180px;
}

.utility_fontsize .font_size .font_list,
.utility_bgcolor .bg_color .bg_list {
    margin-left: auto;
}

.h_toplist .utility_fontsize .font_size .font_list li,
.h_toplist .utility_bgcolor .bg_color .bg_list li {
    margin: 0;
}

.utility_fontsize .font_size .font_list li:first-child,
.utility_bgcolor .bg_color .bg_list li:first-child {
    margin-right: 0;
}

.utility_fontsize .font_size .font_list li a:hover,
.utility_bgcolor .bg_color .bg_list li a:hover {
    text-decoration: none;
}

.utility_fontsize .font_size .font_list li a,
.utility_bgcolor .bg_color .bg_list li a {
    padding: 2px 4px 1px;
    min-height: 26px;
}

.utility_fontsize .font_size .font_list li:first-child a,
.utility_bgcolor .bg_color .bg_list li:first-child a {
    background: #fff;
    border: 1px solid #0073b3;
    border-radius: 4px 0 0 4px;
}

.utility_fontsize .font_size .font_list li:last-child a,
.utility_bgcolor .bg_color .bg_list li:last-child a {
    background: #0073b3;
    border: 1px solid #0073b3;
    border-radius: 0 4px 4px 0;
}

.utility_fontsize .font_size .font_list li a::before,
.utility_bgcolor .bg_color .bg_list li a::before {
    display: none !important;
}

.utility_fontsize .font_size .font_tit,
.utility_bgcolor .bg_color .bg_tit,
.utility_fontsize .font_size .font_list a,
.utility_bgcolor .bg_color .bg_list li a {
    font-size: 85%;
}

/**** ▲▲ 【共通】ユーティリティ ▲▲ ****/

/**** ▼▼ お気に入り ▼▼ ****/
.utility_mypage .online_strage_a {
    padding: 0;
    width: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
}

@media only screen and (max-width: 1024px) {
    .utility_mypage .online_strage_a {
        position: fixed;
        /*top: 346px;*/
        top: auto;
        bottom: 0;
        right: 0;
        width: 256px;
        z-index: 10000;
    }
}

/**** ▲▲ お気に入り ▲▲ ****/

/**** ▼▼ language ▼▼ ****/
.utility_language .language_box {
    width: 120px;
    padding: 10px 0;
}

.utility_language .language_ul li {
    margin: 0;
}

.utility_language .language_ul li a {
    padding: 2px;
}

.utility_language .language_ul li a::before {
    display: none !important;
}

/**** ▲▲ language ▲▲ ****/

/**** ▼▼ 文字サイズ ▼▼ ****/
.utility_fontsize .font_size .font_list li:last-child a strong {
    color: #fff;
}

.utility_fontsize .font_size .font_tit {
    margin: 4px 9px 0 0;
}

/**** ▲▲ 文字サイズ ▲▲ ****/



/**** ▲▲▲▲ ユーティリティ ▲▲▲▲ ****/


/**** ▼▼▼▼ グローバルナビ ▼▼▼▼ ****/
.g_navi {
    position: relative;
    margin-left: auto;
    padding: 0;
    width: calc(100% - 220px);
    z-index: 1;
}

.is-show .g_navi {
    padding-right: 0;
    width: calc(100% - 200px);
}

.g_navi_in {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    height: 100%;
}

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

.g_navi_in>li:last-child {
    margin: 0;
}

.g_navi_in>li>a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3px;
    color: #000;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    line-height: 1.5;
    width: 100%;
    transition: all 0.3s;
    z-index: 2;
}

.g_navi_in>li span {
    margin: 0 auto;
    width: 100%;
}

.g_navi_in>li span img {
    margin: 0 auto;
    max-width: none;
    width: 70px;
    height: 70px;
}

.clone-nav .g_navi_in>li span img {
    width: 50px;
    height: 50px;
}

.g_navi_in>li span span {
    display: inline-block;
}

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

.g_navi_in>li>a:hover,
.g_navi_in>li.active>a {
    color: #0077B3;
}

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


/** ▼▼ すだれメニュー ▼▼ **/
.g_navi .g_navi_in li {
    position: relative;
}

.g_navi .g_navi_in li.active a {
    font-weight: bold;
}

.g_navi .g_navi_in li.active a span img {
    opacity: 0;
}

.g_navi .g_navi_in li.active .g_navi_in_sub a {
    font-weight: normal;
}

.g_navi_in li .g_navi_in_sub {
    opacity: 0;
    display: none;
}

.g_navi_in li.addactive .g_navi_in_sub {
    position: absolute;
    top: 100%;
    display: block;
    padding-top: 16px;
    width: 100%;
    left: 0;
    z-index: 5;
}

.g_navi_in li.addactive .g_navi_in_sub::before {
    position: absolute;
    content: '';
    top: calc(100% - 16px);
    left: 79px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: transparent #0077B3 transparent transparent;
    transform: rotate(90deg);
    z-index: -1;
}

.g_navi_in_sub div {
    position: absolute;
    background-color: #fff;
    padding: 0px 0 10px 0;
    border: 3px solid #0077B3;
    border-radius: 16px;
    left: auto;
    width: 800%;
    z-index: 10;
}

.g_navi_in li:first-child .g_navi_in_sub div {
    width: 800%;
}

.g_navi_in li:nth-child(2) .g_navi_in_sub div {
    left: -100%;
}

.g_navi_in li:nth-child(3) .g_navi_in_sub div {
    left: -200%;
}

.g_navi_in li:nth-child(4) .g_navi_in_sub div {
    left: -300%;
}

.g_navi_in li:nth-child(5) .g_navi_in_sub div {
    left: -400%;
}

.g_navi_in li:nth-child(6) .g_navi_in_sub div {
    left: -500%;
}

.g_navi_in li:nth-child(7) .g_navi_in_sub div {
    left: -600%;
}

.g_navi_in li:nth-child(8) .g_navi_in_sub div {
    left: -700%;
}

.g_navi_in li:nth-child(1) .g_navi_in_sub::before,
.g_navi_in li:nth-child(2) .g_navi_in_sub::before,
.g_navi_in li:nth-child(3) .g_navi_in_sub::before,
.g_navi_in li:nth-child(4) .g_navi_in_sub::before,
.g_navi_in li:nth-child(5) .g_navi_in_sub::before,
.g_navi_in li:nth-child(6) .g_navi_in_sub::before,
.g_navi_in li:nth-child(7) .g_navi_in_sub::before {
    left: 50%;
}

.g_navi .g_navi_in_sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 16px;
}

.g_navi .g_navi_in_sub ul li {
    margin-right: 16px;
    padding-left: 16px;
    width: calc((100% - 32px) / 3);
}

.g_navi .g_navi_in_sub ul li:nth-child(3n) {
    margin-right: 0;
}

body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub ul li,
body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub li:first-child {
    padding: 10px 0 0 16px;
    float: left;
    margin: 0 0 0 12px;
    width: calc((100% / 3) - 20.1px);
    position: relative;
}

body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #0077B3;
    transform: rotate(0deg);
}

body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub a {
    position: relative;
    padding: 0 !important;
    font-size: 120%;
    padding: 12px 8px;
    width: 100%;
    display: inline;
    text-align: left;
    justify-content: center;
    height: 100%;
    align-content: center;
    box-shadow: none;
    text-decoration: underline;
}

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

/** ▲▲ すだれメニュー ▲▲ **/

/**** ▲▲▲▲ グローバルナビ ▲▲▲▲ ****/

/**** ▼▼▼▼ 追従メニュー ▼▼▼▼ ****/
.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(-350%);
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

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

.clone-nav .head_in {
    padding: 6px 12px;
}

.clone-nav .h1 {
    flex-shrink: 0;
    /* width: 120px; */
}

/* .clone-nav .h1 img {
    width: 120px;
} */

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

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

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

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

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

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

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

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

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

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

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

/**** スマホメニューに関するスタイル ****/
#menu_button {
    position: fixed;
    top: 0;
    right: 12px;
    z-index: 999;
}

#menu_button a {
    position: relative;
    display: inline-block;
    padding-top: 34px;
    width: 54px;
    min-height: 54px;
    font-size: 70%;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-align: center;
    background: #0077b3;
    border-radius: 4px;
}

#menu_button a strong {
    color: #fff;
}

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

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

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

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

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

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

#sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 100%;
    background: #fff;
    border-left: 4px solid #0077b3;
    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: #0077b3;
    display: inline-block;
    color: #fff;
    padding: 14px 10px 14px 32px;
    position: relative;
    width: 100%;
}

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

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

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

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

#sidr ul li {
    background: none;
    border-bottom: 1px solid #0077b3;
    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 13px;
    letter-spacing: 0;
    text-decoration: none;
    width: 100%;
}

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

#sidr ul.sidr_navi_sub li {
    border-bottom: 0;
    font-size: 85%;
    width: 50%;
    border-top: 1px solid #0077b3;
}

#sidr ul.sidr_navi_sub li:nth-child(1),
#sidr ul.sidr_navi_sub li:nth-child(2) {
    border-top: 0;
}

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

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

#sidr ul.sidr_subsite {
    background: #ECFFD9;
}

#sidr ul.sidr_subsite li a {
    padding: 12px 24px 12px 13px;
}

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

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

#sidr ul.sidr_navi02 li {
    margin-bottom: 6px;
    margin-right: auto;
    width: calc((100% - 6px) / 3);
    border: 0;
}

#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;
    border-top: 1px solid #bbb;
}

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

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

/* ▼▼ ナビ用アコーディオン ▼▼ */
#sidr ul li .category_title,
#sidr ul li .language_title {
    position: relative;
}

#sidr ul li .category_title {
    display: flex;
}

#sidr ul li .category_title a:first-child {
    width: calc(100% - 70px);
}

#sidr ul li .category_title a.btn_modal {
    position: relative;
    padding: 12px 7px 12px 26px;
    width: 70px;
    border-left: 1px solid #0077b3;
}

/* ▼ 記号（＋・ー） ▼ */
#sidr ul li .category_title a.btn_modal::before,
#sidr ul li .category_title a.btn_modal::after,
#sidr ul li .language_title::before,
#sidr ul li .language_title::after {
    position: absolute;
    top: 48%;
    left: 6px;
    content: '';
    width: 13px;
    height: 2px;
    background-color: #816E85;
    transition: all .3s ease;
    z-index: 1;
}

#sidr ul li .language_title::before,
#sidr ul li .language_title::after {
    left: auto;
    right: 50px;
}

#sidr ul li .category_title .btn_modal::after,
#sidr ul li .language_title .btn_modal::after {
    transform: rotate(90deg);

}

#sidr ul li .category_title.category_title_active .btn_modal::after,
#sidr ul li .language_title.language_close::after {
    transform: rotate(0deg);
}

/* ▲ 記号（＋・ー） ▲ */

/* ▼ 表示・隠す ▼ */
#sidr ul li .language_title span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding: 10px 6px 10px 32px;
    align-items: center;
    width: 75px;
    height: 100%;
}

#sidr ul li .category_title.category_close span.nav_span,
#sidr ul li .category_title span.nav_span2,
#sidr ul li .language_title.language_close span.nav_span,
#sidr ul li .language_title span.nav_span2 {
    display: none;
}

#sidr ul li .category_title.category_close span.nav_span2,
#sidr ul li .language_title.language_close span.nav_span2 {
    display: flex;
}

#sidr ul li ul.category_box,
#sidr ul li ul.language_box {
    display: none;
    border-bottom: none;
    background: #FFFFE3;
}

#sidr ul li.category_li::before,
#sidr ul li.language_li::before {
    display: none;
}

/* ▲▲ ナビ用アコーディオン ▲▲ */

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

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

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

.online_strage_a .mypage {
    margin: 0 auto;
    padding: 0;
    width: 340px;
    font-size: 86%;
    background: #fff;
    border: 1px solid #0077b3;
    border-radius: 12px;
    overflow: hidden;
}

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

.online_strage_a .mypage_h2_wrapper {
    background-color: #0077b3;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

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

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

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

.online_strage_a .mypage_list li p.online_strage_title {
    background: #fff;
    border: 1px solid #ccc;
    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;
}

@media only screen and (max-width: 1024px) {
    .online_strage_a .online_strage button {
        margin: 5px 5px 5px 0;
    }
}

.online_strage_a .mypage a {
    padding: 4px 6px !important;
    font-size: 100%;
}

.online_strage_a .mypage a::before {
    display: none !important;
}

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

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

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

    .online_strage_a .mypage {
        width: 100%;
        border-radius: 0;
    }
}

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


/**** ▼▼▼▼ トップへ戻る ▼▼▼▼ ****/
.foot_modori {
    padding-bottom: 20px;
    margin-top: 30px;
    background: #fff;
}

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

.foot_modori a {
    display: inline-block;
    padding: 46px 6px 12px;
    max-width: 150px;
    width: 100%;
    font-size: 85%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1;
    background-color: #fff;
    background-image: url(img/icon/pagetop.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center 8px;
    border: 1px solid #0077B3;
    border-radius: 6px;
}

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

/**** ▲▲▲▲ トップへ戻る ▲▲▲▲ ****/

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

.bg-foot {
    position: relative;
    background: #FFFFE3;
    z-index: 0;
}

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

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

.foot_link li::after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg);
}

.foot-box {
    margin: 0 auto 0 0;
    padding: 16px;
    width: 40%;
}

@media only screen and (max-width: 768px) {
    .foot-box {
        margin-bottom: 0;
        width: 100%;
    }
}

.foot_id .address:first-child {
    margin-top: 0;
}

.foot_id .address:first-child span:first-child {
    margin-right: 16px;
    font-weight: bold;
}

.foot_id .address:first-child span:last-child {
    display: block;
}

/* ▽ リンク集 ▽ */
.foot .foot-box .foot_link {
    margin-top: 12px;
}

.foot .foot-box .foot_link a {
    font-size: 87.5%;
}

/* △ リンク集 △ */

/* ▽▽ SNS ▽▽ */

.foot .link_group {
    padding: 16px;
    width: 60%;
}

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

/*** ▽ フッタSNS ▽ ***/
.foot_sns {
    display: flex;
    flex-wrap: wrap;
}

.foot_sns li {
    margin-top: 18px;
    margin-right: 5%;
    width: 30%;
}

.foot_sns li:nth-child(3n) {
    margin-right: 0;
}

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

    .foot_sns li,
    .foot_sns li:nth-child(3n) {
        margin-top: 20px;
        margin-right: auto;
        width: 50%;
    }

    .foot_sns li:nth-child(2n) {
        margin-right: 0;
    }
}

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

    .foot_sns li,
    .foot_sns li:nth-child(3n) {
        margin-right: 0;
        width: 100%;
    }
}

.foot_sns a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.foot_sns .sns_text {
    display: inline-block;
    font-size: 75%;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
    .foot_sns .sns_text {
        font-size: 87.5%;
    }
}

.foot_sns .sns_text span {
    display: inline-block;
    width: 100%;
}

.foot_sns .sns_text span.window {
    width: fit-content;
}

.foot_sns .sns_img {
    margin-right: 16px;
    width: 32px;
}

.foot_sns .sns_img img {
    max-width: none;
    width: 32px;
}

@media only screen and (max-width: 1024px) {
    .foot_sns .sns_img {
        margin-left: 20px;
        margin-right: 20px;
        width: 40px;
    }

    .foot_sns .sns_img img {
        width: 40px;
    }
}

/* △△ フッタSNS △△ */

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

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

.foot_copy {
    position: relative;
    font-size: 85%;
    color: #fff;
    text-align: center;
    background: #0077b3;
}

.foot_copy::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(img/line_mountain01.png);
    background-size: auto 40px;
}

.foot_copyin {
    position: relative;
    margin: 0 auto;
    padding: 8px 12px;
    max-width: 1224px;
    width: 100%;
}

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

    .foot_copyin {
        width: 100%;
    }

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

/**** ▲▲▲▲ メインフッター ▲▲▲▲ ****/

/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.ac_display {
    display: none;
}

.ac_box02 {
    position: relative;
}

.main_naka .ac_box02 h2 {
    padding-right: 64px;
}

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

.ac_display03 {
    top: 19px;
}

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

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

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

.ac_box02_in {
    display: none;
}

.ac_box02_wrap.active .ac_box02_in {
    display: inline;
}

.ac_box02_wrap.active .ac_display03::after {
    display: none;
}

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

#main_outline .ac_box02_in .ac_box02 button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #2b3095;
}

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

/**** 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_icon2 span {
    display: block;
}

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


/************* ▼▼▼▼ 検索ゾーン ▼▼▼▼ *************/
.main .src_zone {
    margin-top: -6px;
    background: #FFFFE3;
}

.main .src_container {
    margin: 0 auto;
    padding: 30px 12px;
    max-width: 924px;
    width: 100%;
}

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

/******** ▼▼ 検索ボックス・組織から探す・記事ID検索 ▼▼ ********/
.src_tool {
    display: flex;
    margin-right: auto;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .src_tool {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 12px;
        max-width: none;
        background: #FFFFE3;
        border-top: 1px solid #0077B3;
        z-index: 9998;
    }
}

@media only screen and (max-width: 480px) {
    .src_tool {
        flex-wrap: wrap;
    }
}

/**** ▼ 検索窓 ▼ ****/
.src_tool .src_box {
    margin-right: auto;
    width: calc(100% - 142px);
    height: fit-content;
    border: 3px solid #0077B3;
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .src_tool .src_box {
        margin: 0 0 0 auto;
    }
}

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

#main_outline .main .src_tool .src_box .q {
    padding: 0 6px 0 16px !important;
    width: calc(100% - 80px) !important;
    height: 44px !important;
    border: 0 !important;
}

#main_outline .src_tool .src_box button {
    padding: 4px 8px;
    width: 80px;
    min-height: 44px;
    font-size: 110%;
    font-weight: bold;
    background: #0077B3;
    border: 0;
    border-radius: 0;
}

@media only screen and (max-width:550px) {
    #main_outline .main .src_tool .src_box .q {
        height: 36px !important;
    }

    #main_outline .src_tool .src_box button {
        min-height: 36px;
    }
}

/**** ▲ 検索窓 ▲ ****/

/**** ▼ 組織から探す・記事ID検索 ▼ ****/
.src_tool ul {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .src_tool ul {
        margin-top: 0;
        margin-left: 16px;
    }
}


@media only screen and (max-width: 550px) {
    .src_tool ul {
        max-width: none;
    }
}

@media only screen and (max-width: 480px) {
    .src_tool ul {
        margin-top: 6px;
        margin-left: 0;
        width: 100%;
    }
}

#main_outline .main .src_tool ul li {
    margin-top: 0;
    padding-left: 0;
}

@media only screen and (max-width: 655px) {
    #main_outline .main .src_tool ul li {
        margin-top: 10px;
    }
}

.src_tool ul li::before {
    display: none;
}

#main_outline .main .src_tool ul li {
    width: 130px;
}

@media only screen and (max-width: 1024px) {
    #main_outline .main .src_tool ul li {
        margin-top: 0;
        margin-right: 0;
    }
}


@media only screen and (max-width: 480px) {
    #main_outline .main .src_tool ul li:first-child {
        margin-right: auto;
        width: 100%;
    }
}



#main_outline .main .src_tool ul li .id_btn_close {
    display: none;
}

#main_outline .main .src_tool ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

/**** ▽ 組織から探す ****/
#main_outline .main .src_tool ul li:first-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    max-width: 130px;
    min-height: 50px;
    width: 100%;
    font-weight: bold;
    border: 3px solid #0077B3;
    border-radius: 8px;
}

@media only screen and (max-width: 550px) {
    #main_outline .main .src_tool ul li:first-child a {
        padding: 3px 5px;
        max-width: none;
        min-height: 42px;
    }
}

/**** △ 組織から探す ****/

.src_tool .search_box_lower .id_btn_close a {
    margin-left: auto;
    padding: 3px 13px;
    max-width: 70px;
    width: 100%;
    font-size: 75%;
    border: 1px solid #0077b3;
    border-radius: 13px;
}

/**** ▲ 組織から探す・記事ID検索 ▲ ****/

/******** ▲▲ 検索ボックス・組織から探す・記事ID検索 ▲▲ ********/

/******** ▼▼ 注目のキーワード ▼▼ ********/
.main .attention_keyword {
    padding-bottom: 16px;
    margin-top: 30px;
    border-top: 1px solid #0077B3;
    border-bottom: 1px solid #0077B3;
}

@media only screen and (max-width: 1024px) {
    .main .attention_keyword {
        margin-top: 0;
        width: 100%;
    }
}

.main .attention_keyword h2 {
    padding: 10px 12px;
    font-size: 125%;
}

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

.main .attention_keyword ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
}

.main .attention_keyword li {
    margin: 12px 8px 0 0;
    padding-left: 0;
}

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

.main .attention_keyword li a {
    display: block;
    padding: 4px;
    font-size: 88%;
    text-decoration: none;
    letter-spacing: 0;
    background: #fff;
    border: 1px solid #0077B3;
    border-radius: 4px;
}

/******** ▲▲ 注目のキーワード ▲▲ ********/



/******** ▼▼ 下層ページ ▼▼ ********/
.src_zone.underlayer {
    background: #FFFFE3;
}

.clone-nav .src_zone.underlayer {
    display: none;
}

.src_zone.underlayer .src_container {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 16px 12px;
    max-width: 1224px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .src_zone.underlayer .src_container {
        padding: 0;
    }
}

/**** ▼ 検索ツール ▼ ****/
.src_zone.underlayer .src_tool {
    align-items: flex-start;
    margin-right: 0;
    width: 60%;
}

@media only screen and (max-width: 1024px) {
    .src_zone.underlayer .src_tool {
        align-items: flex-start;
        margin-right: 0;
        width: 100%;
    }
}

/* サイト内検索 */
header .src_zone.underlayer .src_tool .src_box {
    margin-top: 0;
}

header .src_zone.underlayer .src_tool .src_box .q {
    padding: 0 6px 0 16px !important;
    width: calc(100% - 80px) !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 8px 0 0 8px;
}

header .src_zone.underlayer .src_tool .src_box button {
    padding: 4px 8px;
    width: 80px;
    min-height: 44px;
    font-size: 110%;
    font-weight: bold;
    background: #0077B3;
    border: 0;
    border-radius: 0;
}

@media only screen and (max-width: 1024px) {
    header .src_zone.underlayer .src_tool .src_box .q {
        height: 50px !important;
    }

    header .src_zone.underlayer .src_tool .src_box button {
        min-height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    header .src_zone.underlayer .src_tool .src_box .q {
        height: 42px !important;
    }

    header .src_zone.underlayer .src_tool .src_box button {
        min-height: 44px;
    }
}

@media only screen and (max-width: 550px) {
    header .src_zone.underlayer .src_tool .src_box .q {
        height: 36px !important;
    }

    header .src_zone.underlayer .src_tool .src_box button {
        min-height: 36px;
    }
}

/* 組織から探す */
header .src_zone.underlayer .src_tool ul li {
    margin-top: 0;
    width: 130px;
}

@media only screen and (max-width: 480px) {
    header .src_zone.underlayer .src_tool ul li {
        width: 100%;
    }
}

header .src_zone.underlayer .src_tool ul li:first-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    max-width: 130px;
    min-height: 50px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    background: #fff;
    border: 3px solid #0077B3;
    border-radius: 8px;
}

@media only screen and (max-width: 550px) {
    header .src_zone.underlayer .src_tool ul li:first-child a {
        min-height: 42px;
    }
}

@media only screen and (max-width: 480px) {
    header .src_zone.underlayer .src_tool ul li:first-child a {
        max-width: none;
    }
}

/**** ▲ 検索ツール ▲ ****/

/******** ▲▲ 下層ページ ▲▲ ********/

/************* ▲▲▲▲ 検索ゾーン ▲▲▲▲ *************/