﻿@charset "utf-8";
 
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

　style.css
　モジュール用ベーススタイル+個別スタイル
　最終更新日：2020年8月3日
 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/* Reset 
/*--------------*/
div,dl,dt,dd,section,article,body,html,ul,ol,li,th,td,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
}

/* Initial
/*--------------*/
body {
    margin: 0;
    padding: 0;
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #363636;
    font-size: 1em;
}

h1 {
    color: #333;
    font-size: 1.7em;
    margin-top: 0;
    padding-top: 0.7em;
}

h1+p {
    padding-top: 1em;
}

h1+figure {
    margin-top: 2em;
}

h2 {
    font-size: 1.6em;
    margin: 3em 0 1em;
}

hr {
    margin: 1em 0 0 0;
}

.detail-page h2 {
    font-size: 1.6em;
    border-bottom: 4px solid #000;
    padding: 0 0;
    margin: 2em 0 0 0;
}

.detail-page .tab-labels h2 span {
    font-size: 0.7em;
}

.detail-page h2.type--link,.detail-page h3.type--link,.detail-page h4.type--link,.detail-page div.type--link {
    /* 見出しタグ（リンクタイプ） */
    font-size: 1em;
    border: 1px solid;
    margin: 1em 0 0 0;
    padding: 0.5em 0.5em 0.5em 2em;
    background: url("../img/bg_arrow2.gif") center left no-repeat;
    color: inherit;
    font-weight: bold;
}

.detail-page h2.type--link a,.detail-page h3.type--link a,.detail-page h4.type--link a,.detail-page div.type--link a {
    /* 見出しタグ（リンクタイプ） */
    padding: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
}

.detail-page .col-100 h2.type--link,.detail-page .col-100 h3.type--link,.detail-page .col-100 h4.type--link,.detail-page .col-100 div.type--link {
    /* 見出しタグ（リンクタイプ） */
    margin: 2em 0 0 0;
}

.detail-page h3 {
    font-size: 1.3em;
    margin: 2em 0 0;
    line-height: 1.4;
}

.detail-page h4 {
    font-size: 1.3em;
    margin: 2.5em 0 0;
}

.detail-page h5 {
    font-size: 1em;
    margin: 2em 0 0;
    line-height: 1;
}

a {
    color: #315694;
    transition: all .4s;
    -webkit-transition: all .4s;
}

a:focus,a:active,a:hover {
    opacity: 0.6;
}

.b {
    font-weight: bold;
}

dl {
    margin: 1em 1em 0 1.5em;
}

dt {
    font-weight: bold;
    margin-top: 0.5em;
}

dd {
    margin-left: 0.5em;
}

main {
    font-size: 1em;
    margin: 123px auto 0;
}

#top main {
    font-size: 0.9em;
    margin: 66px auto 0;
}

.block {
    display: block !important;
}

@media screen and (max-width: 767px) {
    dl {
        margin: 0;
    }

    .no-splink {
        pointer-events: none
    }
}

/* Grid 
/*--------------*/
[class*='col-'] {
    float: left;
    margin: 1em 1em 0 0;
}

.col-100 {
    width: 100%;
}

.col-1-2 {
    width: calc(50% - 1em);
}

.col-1-3 {
    width: calc(33% - 1em);
}

.col-2-3 {
    width: calc(66% - 1em);
}

.col-1-4 {
    width: calc(25% - 1em);
}

.col-2-4 {
    width: calc(50% - 1em);
}

.col-3-4 {
    width: calc(75% - 1em);
}

.col-1-5 {
    width: calc(20% - 1em);
}

.col-2-5 {
    width: calc(40% - 1em);
}

.col-3-5 {
    width: calc(60% - 1em);
}

.col-4-5 {
    width: calc(80% - 1em);
}

.col-1-6 {
    width: calc(16.66% - 1em);
}

.col-2-6 {
    width: calc(33% - 1em);
}

.col-3-6 {
    width: calc(50% - 1em);
}

.col-4-6 {
    width: calc(66% - 1em);
}

.col-5-6 {
    width: calc(83.33% - 1em);
}

.col-1-8 {
    width: calc(12.5% - 1em);
}

.col-2-8 {
    width: calc(25% - 1em);
}

.col-3-8 {
    width: calc(37.5% - 1em);
}

.col-4-8 {
    width: calc(50% - 1em);
}

.col-5-8 {
    width: calc(62.5% - 1em);
}

.col-6-8 {
    width: calc(75% - 1em);
}

.col-7-8 {
    width: calc(87.5% - 1em);
}

.col-3-10 {
    width: calc(30% - 1em);
}

.col-7-10 {
    width: calc(70% - 1em);
}

.detail-page .col-1-2.type--link {
    width: calc(50% - 1em);
    margin: 1em 1em 0 0;
    box-sizing: border-box;
}


/* Flex 
/*--------------*/
[class*='flex-'] {
    margin: 1em 1em 0 0;
}

#contentslist [class*='flex-']:not(.flex-wrap) {
    padding: 1em;
}

[class*='flex-']:not(.flex-wrap)>*:first-child {
    margin-top: 0;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.flex-100 {
    width: calc(100%);
}

.flex-1-2 {
    width: calc(50% - 1.32em)
}

.flex-1-3 {
    width: calc(33% - 1em);
}

.flex-2-3 {
    width: calc(66% - 1em);
}

.flex-1-4 {
    width: calc(25% - 1em);
}

.flex-2-4 {
    width: calc(50% - 1em);
}

.flex-3-4 {
    width: calc(75% - 1em);
}

.flex-1-5 {
    width: calc(20% - 1em);
}

.flex-2-5 {
    width: calc(40% - 1em);
}

.flex-3-5 {
    width: calc(60% - 1em);
}

.flex-4-5 {
    width: calc(80% - 1em);
}

.flex-1-6 {
    width: calc(16.66% - 1em);
}

.flex-2-6 {
    width: calc(33% - 1em);
}

.flex-3-6 {
    width: calc(50% - 1em);
}

.flex-4-6 {
    width: calc(66% - 1em);
}

.flex-5-6 {
    width: calc(83.33% - 1em);
}

.flex-1-8 {
    width: calc(12.5% - 1em);
}

.flex-2-8 {
    width: calc(25% - 1em);
}

.flex-3-8 {
    width: calc(37.5% - 1em);
}

.flex-4-8 {
    width: calc(50% - 1em);
}

.flex-5-8 {
    width: calc(62.5% - 1em);
}

.flex-6-8 {
    width: calc(75% - 1em);
}

.flex-7-8 {
    width: calc(87.5% - 1em);
}

.flex-3-10 {
    width: calc(30% - 1em);
}

.flex-7-10 {
    width: calc(70% - 1em);
}

.flex-1-4.no-border {
    border: none;
}

[class*='flex-'],[class*='pr-'],[class*='pl-'],[class*='pt-'],[class*='pb-'] {
    box-sizing: border-box;
}

.flex-wrap {
    margin-right: -1em;
}

/* widthLimit
/*--------------*/
.w-30 {
    max-width: 30% !important;
}

/* paddigSet
/*--------------*/
.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20,.pl20 {
    padding-left: 20px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40,.pl40 {
    padding-left: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

/* marginSt
/*--------------*/
.mt-2em {
    margin-top: 2em !important;
}

.mr-2em {
    margin-right: 2em !important;
}

.mb-2em {
    margin-bottom: 2em !important;
}

.ml-2em {
    margin-left: 2em !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.m-auto {
    margin: 0 auto !important;
}

.lh-14 {
    line-height: 1.4 !important;
}

@media screen and (max-width: 767px) {

    /* SPonly paddingSet
/*--------------*/
    .sp-pt-0 {
        padding-top: 0px !important;
    }

    .sp-pr-0 {
        padding-right: 0px !important;
    }

    .sp-pb-0 {
        padding-bottom: 0px !important;
    }

    .sp-pl-0 {
        padding-left: 0px !important;
    }

    .sp-pt-10 {
        padding-top: 10px !important;
    }

    .sp-pr-10 {
        padding-right: 10px !important;
    }

    .sp-pb-10 {
        padding-bottom: 10px !important;
    }

    .sp-pl-10 {
        padding-left: 10px !important;
    }

    .sp-pt-20 {
        padding-top: 20px !important;
    }

    .sp-pr-20 {
        padding-right: 20px !important;
    }

    .sp-pb-20 {
        padding-bottom: 20px !important;
    }

    .sp-pl-20 {
        padding-left: 20px !important;
    }

    /* SPonly marginSet
/*--------------*/
    .sp-mt-0 {
        margin-top: 0px !important;
    }

    .sp-mr-0 {
        margin-right: 0px !important;
    }

    .sp-mb-0 {
        margin-bottom: 0px !important;
    }

    .sp-ml-0 {
        margin-left: 0px !important;
    }

    .sp-mt-10 {
        margin-top: 10px !important;
    }

    .sp-mr-10 {
        margin-right: 10px !important;
    }

    .sp-mb-10 {
        margin-bottom: 10px !important;
    }

    .sp-ml-10 {
        margin-left: 10px !important;
    }

    .sp-mt-20 {
        margin-top: 20px !important;
    }

    .sp-mr-20 {
        margin-right: 20px !important;
    }

    .sp-mb-20 {
        margin-bottom: 20px !important;
    }

    .sp-ml-20 {
        margin-left: 20px !important;
    }
}

/* float etc
/*---------------------------*/
section:after,.row:after,.cb:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.cb {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.only-pc {
    display: block;
}

.only-sp {
    display: none;
}

.sp {
    display: none;
}



@media screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }

    .sp {
        display: block;
    }

    [class*='col-'] {
        margin: 1em 0 0 0;
    }
}

.wrap {
    display: flex;
    flex-wrap: wrap;
}

/* 
/*--------------*/
.page-center {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

main.page-center {
    margin: 128px auto 0;
}

nav.bc-upper-container+main,nav.bc-upper-container+main.page-center {
    margin-top: 0 !important;
}

.page-center main h1,main.page-center h1 {
    position: relative;
    line-height: 1.4;
    z-index: 0;
    margin-bottom: 20px;
}

.img-slider img {
    width: 100%;
}

main.page-center h1:before {
    display: block;
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: -1;
}

body {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    main.page-center h1:before {
        height: 100px;
    }

    main.page-center {
        margin: 80px auto 0;
    }
}

.box-ib {
    list-style: none;
}

.box-ib li {
    display: inline-block;
    margin-right: 1.5em;
}

.text-box {
    border: 1px solid #adadad;
    padding: 1em;
    margin-top: 1em;
}

.text-box>*:first-child {
    padding-top: 0;
    margin-top: 0;
}

.dot {
    content: "・・・・・・・・";
    display: inline-block;
}

.dot.is-500 {
    width: 500px;
}

.data+.text-box {
    margin-top: 1.5em !important;
}

.text-box--type1 {
    border: 1px solid #adadad;
    padding: 0 1rem 1rem;
    margin: 1em;
}

.text-box--type2 {
    border: 1px solid #adadad;
    background-color: #efefef;
    padding: 0 1rem 1rem;
    margin: 1em;
}

img.right {
    float: right;
    margin: 0 0 0.5rem 1rem;
}

img.left {
    float: left;
    margin: 0 1rem 0.5rem 0;
}

.inline {
    display: inline !important;
}

.inner {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

/* breadcrumb
/*---------------------------*/
div.bc-container {
    display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 15px;
}

.breadcrumb {
    padding: 8px 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
    font-size: 0.9em;
    display: block;
}

.breadcrumb * {
    vertical-align: middle;
    display: inline-block;
}

.breadcrumb a {
    text-decoration: none;
    color: #315694;
}

.breadcrumb img {
    margin: 0 10px;
}

/* linkIcons
/*---------------------------*/
.pdfLink,.excelLink,.wordLink,.rssLink,.jpgLink,.youtubeLink,.textLink,.externalLink,.extarnalLink,.warpLink {
    position: relative;
}

.youtubeLink {
    padding-right: 10px;
}

.pdfLink::after,.excelLink::after,.wordLink::after,.rssLink::after,.jpgLink::after,.youtubeLink::after,.textLink::after,.externalLink::after,.extarnalLink::after,.warpLink::after {
    bottom: 0px;
    content: "";
    width: 20px;
    height: 1em;
    bottom: -3px;
    position: relative;
    display: inline-block;
}

.pdfLink {
    overflow: visible;
}

table td>a.pdfLink {
    display: inline-block;
}

.pdfLink::after {
    background: url(../img/icn_pdf.gif) left center no-repeat;
    background-size: auto 100%;
}

.excelLink::after {
    background: url(../img/icn_excel.gif) left center no-repeat;
    background-size: auto 100%;
}

.wordLink::after {
    background: url(../img/icn_word.gif) left center no-repeat;
    background-size: auto 100%;
}

.rssLink::after {
    background: url(../img/icn_rss.gif) left center no-repeat;
    background-size: auto 100%;
    margin-left: 2px;
}

.jpgLink::after {
    background: url(../img/icn_fig.gif) left center no-repeat;
    background-size: auto 100%;
}

.youtubeLink::after {
    background: url(../img/icn_youtube.png) right center no-repeat;
    background-size: contain;
}

.externalLink::after,.extarnalLink::after {
    /* 過去コンテンツにおけるスペルミスを包含 */
    background: url(../img/icn_link.gif) left center no-repeat;
    background-size: auto 100%;
    margin-left:3px;
}

.Linkarrow {
    background: url(../img/icn_more.png) left center no-repeat;
    padding: 2px 0px 2px 25px;
}

.anchorarrow {
  /* ページ内リンク（アンカー）時に使用　※20211213追加 */
    background: url(../img/icn_anchor.png) left center no-repeat;
    padding: 2px 0px 2px 25px;
}

.textLink::after {
    background: url(../img/icn_text.png) left center no-repeat;
    background-size: auto 100%;
}

.warpLink::after {
    background: url(../img/icn_warp.gif) left center no-repeat;
    background-size: auto 100%;
    padding: 2px 0px 2px 0px;
    margin-left:5px;
    position: relative; 
    top:7px;
}


/* textDecoration
/*---------------------------*/
.td-kasen, .kasen {
    text-decoration: underline;
}

/* 単純な下線 */
.td-kasen-nijyu {
    text-decoration-line: underline;
    text-decoration-style: double;
}

/* 二重下線 IE11はNGの模様 */
.td-kasen-nami {
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

/* 波下線  IE11はNGの模様 */
.td-torikeshi {
    text-decoration: line-through;
}

/* 取消線 */
/* フォントサイズ */
.fs-115 {
    font-size: 1.15em !important;
}

.fs-85 {
    font-size: 0.85em !important;
}
.fs-80 {
    font-size: 0.8em !important;
}

/* フォント太さ */
.fw-bold {
    font-weight: bold;
}

.fw-normal {
    font-weight: normal;
}

/* フォント色 */
.fc-red {
    color: #e50000;
    font-weight: bold;
}

.fc-green {
    color: #006600;
    font-weight: bold;
}

.fc-blue {
    color: #0066cc;
    font-weight: bold;
}

.fc-gray {
    color: #999;
    font-weight: bold;
}

/* 背景色 */
.bgc-gray {
    background-color: #eee;
}

.bgc-yellow {
    background-color: #dcdc00
}

/* 文字寄せ */
.ta-left {
    text-align: left !important;
}

.ta-right {
    text-align: right !important;
}

.ta-center {
    text-align: center !important;
}

#closeup {
    margin-top: 30px;
}

#closeup p {
    border: 1px solid rgb(252, 0, 0);
    background: none;
    padding: 30px;
}

/*--------------*/
/* ul ol
/*---------------*/
ul {
    list-style: none outside none;
}

.detail-page ol,.detail-page ul,.detail-page p,.detail-page div    {
    font-size: 1rem;
}

.detail-page ul {
    padding: 1em 0 0 1.5em;
}

.detail-page ol {
    padding: 1em 0 0 2.8em;
}

.detail-page ol ul,.detail-page ul ul {
    padding: 0 0 0 1.5em;
}

.detail-page ol ol,.detail-page ul ol {
    padding: 0 0 0 2.8em;
}

ul.list-compact {
    margin-top: 0;
    margin-bottom: 0;
}

ul.list-compact li {
    margin-bottom: 0;
}

ol.kakkoList-type1,ul.kakkoList-type1,
ol.kakkoList--type1,ul.kakkoList--type1 {
    /* カッコつき数字の箇条書きリスト（全角数字）  */
    text-indent: 2em;
    margin: 10px 0 20px;
}

ol.kakkoList-type1,ul.kakkoList-type1,
ol.kakkoList--type1,ul.kakkoList--type1 {
    /* カッコつき数字の箇条書きリスト（全角数字）  */
    text-indent: -2em;
    padding: 1em 4em;
}

ol.kakkoList-type3 li,ul.kakkoList-type3 li,ol.kakkoList-type1 li,ul.kakkoList-type1 li,
ol.kakkoList--type3 li,ul.kakkoList--type3 li,ol.kakkoList--type1 li,ul.kakkoList--type1 li {
    /* カッコつき数字の箇条書きリスト（全角数字）  */
    list-style-type: none;
}

ol.kakkoList-type2,ul.kakkoList-type2,
ol.kakkoList--type2,ul.kakkoList--type2 {
    /* カッコつき数字の箇条書きリスト（全角数字）  */
    text-indent: -3em;
    padding: 1em 3em;
}

ol.kakkoList-type3,ul.kakkoList-type3,
ol.kakkoList--type3,ul.kakkoList--type3 {
    /* カッコつき数字の箇条書きリスト（全角数字）  */
    text-indent: -4em;
    padding: 1em 4em;
}

ol.kakkoList-type2 li,ul.kakkoList-type2 li,
ol.kakkoList--type2 li,ul.kakkoList--type2 li {
    /* カッコつき数字の箇条書きリスト（全角数字）  */
    list-style-type: none;
    padding: 0;
    margin: 0.5em 0;
}

ol.cjk-ideographic,ul.cjk-ideographic {
    /* 漢数字 */
    list-style-type: cjk-ideographic;
    padding: 1em 0 0 3em;
}
ol.cjk-ideographic,ul.cjk-ideographic {
    /* 漢数字 */
    list-style-type: cjk-ideographic;
    padding: 1em 0 0 3em;
}


ol.katakana-iroha,ul.katakana-iroha {
    /* イ, ロ, ハ, ニ */
    list-style-type: katakana-iroha;
    padding: 1em 0 0 3em;
}

ol.cjk-ideographic li,ul.cjk-ideographic li,ol.katakana-iroha li,ul.katakana-iroha li {
    /* イ, ロ, ハ, ニ */
    margin-bottom: 5px;
}

ol.kakkoList--lv1,ol.kakkoList--lv2 {
    counter-reset: num;
    padding: 1em 0 0 3.4em;
}
ol.dot-lv1 {
    list-style-type: none;
    padding: 1em 0 0 3.4em;
}
ol.dot-lv1 li {
    text-indent: -0.5em;
}
ol.dot-lv1 li:before {
    content: "・";
    display: inline-block;
}

ol.kakkoList--lv2 {
    padding-left: 6.2em;
}

ol.kakkoList--lv1 li,ol.kakkoList--lv2 li {
    list-style-type: none;
    text-indent: -1.9em;
}

ol.kakkoList--lv1 li:before,ol.kakkoList--lv2 li:before {
    counter-increment: num;
    content: "("counter(num)") ";
}

ol.ls-none,ul.ls-none {
    list-style-type: none;
    padding: 1em 0 0 1.5em;
}

ul.is-border {
    border: 1px solid #333;
    padding: 1em;
    margin: 1em 2em 0 2em;
}

ul.pre-square {
    list-style-type: square;
    padding: 1em 0 0 2.7em;
}

.is-box {
    border: 1px solid #adadad;
    border-top: none;
    padding: 1rem;
    margin: 0;
}

.is-box-addtop {
    border: 1px solid #adadad;
    padding: 1rem;
    margin: 0;
}

.add-bt {
    border-top: 1px solid #adadad;
}

.add-br {
    border-right: 1px solid #adadad;
}

.add-bb {
    border-bottom: 1px solid #adadad;
}

.add-bl {
    border-left: 1px solid #adadad;
}

.dousei .detail-page ul {
    list-style-type: none !important;
}

.detail-page ul.category-update {
    margin-bottom: 0;
}

.detail-page ul.news-more-list {
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
}

.detail-page ul.news-more-list.open {
    height: auto;
}

.detail-page ul.news-more-list:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    bottom: 0;
}

.detail-page ul.news-more-list.open:after {
    background: transparent;
}

#link-list ul {
    display: flex;
    flex-wrap: wrap;
}

#link-list ul li {
    width: 188px;
    margin: 0 10px 10px 0;
}

#link-list ul li a {
    display: block;
    height: 100%;
}

#link-list ul li img {
    width: 100%;
}

.border {
    border: 1px solid #adadad !important;
}

.inbox {
    margin: 0.5em !important;
}

.type--photo img {
    margin: 0.5em;
}

div.daijin-photo {
    margin: 0 auto;
}

div.daijin-photo>figure {
    padding: 1em;
    margin: 0;
    box-sizing: border-box;
}

div.daijin-photo>figure:nth-of-type(odd) {
    clear: both;
}

.daijin-photo figure img, .saigai-photo figure img {
    width: 100%;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    333% {
        opacity: 0.2
    }

    666% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    333% {
        opacity: 0.2
    }

    666% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/* Googleカスタム検索エンジン（GCSE）枠 */
.search-input2 {
    /* width:31.5%;  20190313 レイアウト調整 */
    display: inline-block;
    vertical-align: middle;
    margin: 10px auto 0;
}

.search-input2 input {
    line-height: normal !important;
    font-size: 1.0em !important;
}

/* ▼GCSE障害発生時用スタイル（ここから）▼
※GCSE障害発生時の応急対応。GSCE障害でスタイルが取れないため、
GCSEで通常定義されているスタイルを重複で記載。
本来不要なので、これによって別の不具合が発生する場合は、消去。 */
.gstl_50.gsc-input {
    width: 282px;
}

.gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #d9d9d9;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

.gsc-search-button {
    margin-left: 0 !important;
}

.gsc-search-button-v2 {
    border-color: #fff;
    background-color: #666;
    background-image: none;
    font-size: 0;
    padding: 10px 27px !important;
    border: 1px solid #666;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

/* ▲GCSE障害発生時用スタイル（ここまで）▲ */
/* GCSE結果ページのみ：ページネーション調整（おおよそ最大幅320pxに収まる） */
.gsc-cursor-page {
    margin-right: 10px !important;
    font-size: 1.3em !important;
    border: 1px solid #adadad !important;
    padding: 0 3px !important;
}

.anchor {
    display: inline-block;
    padding-top: 125px !important;
    margin-top: -125px !important;
}

div.ma-container {
    clear: both;
    background-color: #fff;
    display: table;
    top: 0 !important;
    width: 100%;
}

div.ma-container>div>main {
    font-size: 1em;
    background-color: #fff;
    display: block;
    padding: 0 15px 0 0;
}

div.ma-container>div>aside {
    font-size: 0.9em;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    background-color: #efefef;
    padding: 0.5rem;
    margin: 120px 1rem 0 0.25rem;
}

div.ma-container aside h2 {
    background-color: transparent;
    color: #333;
}

div.ma-container aside h2:first-child {
    margin-top: 0.5rem;
}

dl.dateList {
    overflow: hidden;
    zoom: 1;
    margin: 0.5rem 0;
}

dl.dateList dt {
    /* スマホ用設定あり */
    padding-bottom: 0.5%;
    width: 15%;
    font-weight: normal;
    margin-top: 0;
    float: left;
    clear: both;
}

dl.dateList dd {
    /* スマホ用設定あり */
    margin-bottom: 2px;
    padding: 0 0 0.5% 11%;
}

dl.dateList--type2 {
    /* detailpage用XMLに適用 */
    overflow: hidden;
    zoom: 1;
    margin: 0 1rem;
}

dl.dateList--type2 dt {
    /* スマホ用設定あり */
    padding-top: 1%;
    padding-bottom: 1%;
    width: 15%;
    font-weight: normal;
    margin-top: 0;
    float: left;
    clear: both;
    font-size: 0.95em;
}

dl.dateList--type2 dd {
    /* スマホ用設定あり */
    margin-bottom: 2px;
    margin-left: 0;
    padding: 1% 0 1% 15%;
    border-bottom: 1px #adadad solid;
    font-size: 0.95em;
}

/* ▼▼▼▼▼▼▼▼▼▼ 共通（ヘッダー）▼▼▼▼▼▼▼▼▼▼ */
/* ロゴ・特定ページへのリンク */
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    /*min-width: 1024px;*/
    width: 100%;
    z-index: 999;
}

header>.page-center,nav>.page-center {
    max-width: 1054px;
}

.header__conts,.header__menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.header__menu {
    text-align: right;
    margin: 0;
    font-size: 0.9em;
    background-color: #fff;
    padding: 5px 15px 10px;
}

.header__menu a {
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
}

.header__menu a:hover {
    text-decoration: underline;
}

.header__logo {
    margin: 10px 15px 0;
    position: relative;
    top: 0;
    z-index: 50;
}

.header__logo img {
    width: 180px;
}

/*--アクセシビリティ対応--*/
.header__menu__subset ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.header__menu__subset ul ul {
    display: block;
}

.header__menu__subset ul li {
    margin: 0;
    padding: 0;
    display: inline;
    border-radius: 10px;
}

.header__menu__subset ul li li {
    display: block;
    padding: 10px 0;
    border-radius: 0px;
}

.header__menu__subset li>a {
    border-radius: 20px;
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    position: relative;
    z-index: 9999;
}

.header__menu__subset li li a {
    border-radius: 0px;
    text-shadow: none;
    padding: 0px;
    margin: 0;
    background: transparent;
    border-radius: 0px;
    color: #363636;
}

.header__menu__subset ul li .menu__subitems__box {
    right: 0px;
    top: 63px;
    width: 250px;
    background: #F9f9f9;
    border-radius: 10px;
    z-index: 8888;
}

.header__menu__subset ul li .menu__subitems__box img {
    width: 100%;
}

.header__menu__subset ul li .menu__subitems__box h3 {
    margin-bottom: 0;
}

.header__menu__subset.is-kids>a {
    background-color: #fa6400;
}

.header__menu__subset.is-kids .menu__subitems__box {
    border: 3px solid #fa6400;
}

.header__menu__subset.is-kids .menu__subitems__box h3 {
    color: #fa6400;
}

.header__menu__subset.is-kids .menu__subitems__box .menu__subitems__all a {
    background: #fa6400;
}

.header__menu__subset.is-en>a {
    background-color: #278901;
}

.header__menu__subset.is-en .menu__subitems__box {
    border: 3px solid #278901;
}

.header__menu__subset.is-en .menu__subitems__box h3 {
    color: #278901;
}

.header__menu__subset.is-en .menu__subitems__box .menu__subitems__all a {
    background: #278901;
}

.header__menu__subset .active-navi.menu__items:after {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
}

#menu__items_kids_sp .menu__items:after,#menu__items_kids .menu__items:after {
    border-color: transparent transparent #fa6400;
    right: 13px;
}

#menu__items_en_sp .menu__items:after,#menu__items_en .menu__items:after {
    border-color: transparent transparent #278901;
    right: 20px;
}

.header__menu__subset .menu__subitems__all a {
    padding: 0;
    margin: 0;
}

.header__menu__subset.is-kids a:hover {
    opacity: 0.5;
}

.header__menu__subset.is-en a:hover {
    opacity: 0.5;
}

.header__menu__subset.is-kids a:focus,.header__menu__subset.is-kids a:active {
    opacity: 0.5;
}

.header__menu__subset.is-en a:focus,.header__menu__subset.is-en a:active {
    opacity: 0.5;
}

.search-input2 {
    width: 31.5%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 10px;
    width: 320px;
}

.search-input2 input {
    line-height: normal !important;
    font-size: 1.0em !important;
}

/* ▼▼▼▼▼▼▼▼▼▼ 共通（メインコンテンツ） ▼▼▼▼▼▼▼▼▼▼ */
/* コンテントカード：（メインコンテンツでコンテントボックスを構成）主に省トップに使用 */
.content-cards h2 {
    font-size: 1.3em;
    margin: 0 0 0.5em;
}

.content-cards h2 img {
    vertical-align: -10%;
}

.content-cards h3 {
    font-size: 1.1em;
    margin: 0.5em 0 1em;
    padding: 1em 0 0.3em 0.5em;
    border-bottom: 1px solid #aaa;
}

.content-cards h3:first-child {
    padding-top: 0;
}

.content-cards a {
    padding-left: 1em;
}

.col-1-2 .content-cards:first-of-type {
    margin-right: 20px;
}

.content-cards__links-wrapper {
    background-color: #fafafa;
    border: 1px solid #eee;
    margin: 0 10px;
    padding: 10px 20px;
}

.content-cards__cover {
    margin-left: -16px;
    margin-right: -16px;
}

.content-cards__links {
    display: inline-block;
}

.content-cards__links-wrapper,.content-cards__links,.content-cards__links-wrapper img,.content-cards__cover {
    margin-bottom: 10px;
}

.content-cards__links-wrapper img {
    max-width: 80%;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.1);
}

.content-cards> :last-child {
    margin-bottom: 0;
}

.content-cards__cover {
    position: relative;
    background-position: center;
    background-size: 80%;
    text-align: center;
}

.cover__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
}

.cover__title {
    display: block;
    margin: auto;
    font-weight: bold;
    color: #fff;
    font-size: 1.6em;
    padding: 30px 0;
    position: relative;
    z-index: 5;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* ▼▼▼▼▼▼▼▼▼▼ 詳細ページ ▼▼▼▼▼▼▼▼▼▼ */
/* DETAIL PAGE */
.detail-page {
    line-height: 1.8;
    margin: 0 auto 5em;
}

.detail-page img {
    max-width: 100%;
    height: auto;
}

.detail-page #exchange-country-list img,
.detail-page .fs-85.fc-gray img {
    height: 20px;
}

.detail-page p {
    font-size: 1rem;
}

.detail-page .notice {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff7df;
    border: 1px solid #adadad;
}

.detail-page .important {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid rgb(252, 0, 0);
    color: #e50000;
    text-align: center;
    font-weight: bold;
}

.detail-page .last-updated {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    text-align: right;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 8px;
}

.detail-page p.see-more-news {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem;
}

/*--画像丸める--*/
.detail-page figure img {
    border-radius: 5px;
}

/*--画像丸めない--*/
.detail-page figure.no-r img {
    border-radius: 0px;
}

.type--linkbox>ul.Listarrow {
    padding: 0;
}


.type--btnlink a {
    padding: 8px 8px 8px 40px;
    font-size: 1em;
    border: 1px solid #adadad;
    border-bottom: 5px;
    margin: 0.75rem 1.5rem 0 0.5rem;
    background: #ffe6ae url(/j/common/img/bg_arrow2.gif) center left no-repeat;
    color: inherit;
    width: 30%;
    display: block;
    font-weight: bold;
}

.type--linkicon a img {
    vertical-align: middle;
    padding-right: 10px;
    display: inline-block;
    width: 30px;
}

ul.Listarrow li {
    list-style: none;
    background: url(../img/icn_more.png) left 7px no-repeat;
    padding: 2px 0px 0px 25px;
    text-align: left;
}


aside ul {
    margin-left: 0.75rem !important;
}

aside ul.Listarrow {
    padding-left: 1rem;
}


.detail-page>section#sai_topvisual {
    margin-bottom: 60px;
}

.detail-page h3+section {
    margin: -10px 0 0 0;
}

.detail-page section.tab {
    margin: 0 0 3em;
    padding: 2em;
}

.detail-page .tabs-section:not(.fake) section.tab>*:first-child,.detail-page section.tab>section:first-child>*:first-child {
    margin-top: 0;
    padding-top: 0;
}

.detail-page section.tab ul li:last-child {
    border-bottom: none;
}

.detail-page .list-in-tabs .tab {
    padding: 0;
}

.detail-page p {
    margin: 0.7em 1.5em 0 1.5em;
}

.detail-page h1 {
    font-size: 1.8em;
    padding: 2rem 0;
    margin: 0;
}


article h1 {
    font-size: 1.8em;
    padding: 2rem 0;
    margin: 0;
}

.detail-page h1 span {
    width: 1300px;
    margin: 0 20px 0 0;
    display: inline;
}

article h1 span {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.detail-page h1 {
    width: 100%;
    height: auto;
}

.detail-page h1+h2 {
    margin-top: 0px;
}

.detail-page h1+section>h2:first-child {
    margin-top: 0px;
}

h1+.detail-page>section:first-child h2:first-child {
    margin-top: 20px;
}


.detail-page .add-underline {
    border-bottom: 1px solid #adadad;
    margin-bottom: 1em;
    padding-bottom: 4em;
}

.detail-page .add-underline.is-min {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.detail-page .add-upperline {
    border-top: 1px solid #adadad;
    margin-top: 4em;
    padding-top: 1em;
}

.detail-page .add-upperline.is-min {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.detail-page h4 {
    padding: 0.3rem 0.9rem;
    font-size: 1em;
}

main section.detail-page div.type--link,main section.detail-page h2.type--link,main section.detail-page h3.type--link,main section.detail-page h4.type--link {
    /* 見出しタグ（リンクタイプ） */
    font-size: 1em;
    border: 1px solid #adadad;
    border-color: #adadad;
    margin: 1em 1rem 0 0.5rem;
    background: url("../img/bg_arrow2.gif") center left no-repeat;
    color: inherit;
    font-weight: bold;
}

main section.detail-page div.type--link a,main section.detail-page h2.type--link a,main section.detail-page h3.type--link a,main section.detail-page h4.type--link a {
    /* 見出しタグ（リンクタイプ） */
    width: 100%;
    display: block;
}

.type--linkbox {
    margin: 0 1rem 1rem 0.5rem;
    border-top: none;
    border-left: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
    padding: 8px 8px 8px 24px;
}

.type--linkbox2 {
    margin: 0 1rem 0 0.5rem;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
    padding: 8px 8px 8px 24px;
}

div.type--linkbox,p.type--linkbox {
    font-size: 0.9em;
    padding: 10px;
    margin: 1rem 1rem 0 0.5rem;
    border-top: 1px solid #adadad;
}

.flex-wrap div.type--linkbox,.flex-wrap p.type--linkbox {
    margin: 0;
}

a+div.type--linkbox,.type--link+div.type--linkbox,.type--link+p.type--linkbox {
    border-top: none;
    margin: 0;
}

.flex-wrap a+p.type--linkbox,.flex-wrap a+div.type--linkbox {
    margin: 0;
}

.type--linkbox ul {
    margin-left: 1em;
}

.type--linkbox ol {
    margin-left: 0;
}

ul.saigai-summary {
    padding: 0 0 20px 0;
}

.type--linkbox .border-box {
    margin: 0.5rem 0;
    padding: 0.8rem;
    border: 1px solid #696969;
}

.type--imgbox {
    margin: 0;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
    padding: 16px 8px 4px 8px;
    text-align: center;
}

.type--imgbox.no_bb img {
    height: auto;
}

.h-color--type0#news {
    margin-top: 30px;
}

/*---- h1 ----*/
.page-center main h1:before,main.page-center h1:before {
    display: block;
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: -1;
}

.detail-page h1 span.sub-h1 {
    font-size: 0.8em;
    display: inline;
    margin-bottom: 0px;
    margin-right: 1.4em;
    left: 0;
    padding: 0;
}

article h1,article h1:before {
    color: #000;
    background: #f0f0f0;
}

#approach article h1,#approach article h1:before,#approach .related-contents-wrap,#approach .linear {
    color: #8b4513;
    background: #fffbf5;
}

#profile article h1,#profile article h1:before,#profile .related-contents-wrap,#profile .linear {
    color: #315694;
    background: #EDF4FF;
}

#saiyou article h1,#saiyou article h1:before,#saiyou .related-contents-wrap,#saiyou .linear {
    color: #009e96;
    background: #E7F7F6;
}

#press article h1,#press article h1:before,#press .related-contents-wrap,#press .linear {
    color: #B85600;
    background: #FFF7EC;
}

#publication article h1,#publication article h1:before,#publication .related-contents-wrap,#publication .linear {
    color: #009944;
    background: #E9F5EE;
}

#procurement article h1,#procurement article h1:before,#procurement .related-contents-wrap,#procurement .linear {
    color: #e4007f;
    background: #FDF2F8;
}

#presiding article h1,#presiding article h1:before,#presiding .related-contents-wrap,#presiding .linear {
    color: #0068b7;
    background: #E2F2FD;
}

#proceed article h1,#proceed article h1:before,#proceed .related-contents-wrap,#proceed .linear {
    color: #007AB3;
    background: #F6FBFE;
}

#yosan article h1,#yosan article h1:before,#yosan .related-contents-wrap,#yosan .linear {
    color: #920783;
    background: #FFEFFD;
}

/* 
@media screen and (max-width: 767px) {
#menu__items_approach h2 { background: #efd4b2; }
#menu__items_profile h2 { background: #EDF4FF; }
#menu__items_saiyou  h2 { background: #E7F7F6; }
#menu__items_press  h2 { background: #FFF7EC; }
#menu__items_publication h2 { background: #E9F5EE; }
#menu__items_procurement h2 { background: #FDF2F8; }
#menu__items_presiding h2 { background: #E2F2FD; }
#menu__items_proceed h2 { background: #E8F6FD; }
#menu__items_yosan h2 { background: #FFEFFD; }

#menu__items_approach h2 a { color:#8b4513; }
#menu__items_profile h2 a { color: #315694; }
#menu__items_saiyou  h2 a { color: #009e96; }
#menu__items_press  h2 a { color: #B85600; }
#menu__items_publication h2 a { color: #009944; }
#menu__items_procurement h2 a { color: #e4007f; }
#menu__items_presiding h2 a {color: #0068b7; }
#menu__items_proceed h2 a { color: #007AB3; }
#menu__items_yosan h2 a { color: #920783; }

} */
/*---- h2 ----*/
/*---- h3 ----*/
main h3 {
    border-left: 8px solid #ccc;
    padding-left: 10px;
    font-size: 1.3rem;
}

#top main h3 {
    border-left: none;
    padding-left: 0;
    font-size: 1rem;
}

main h3 a {
    line-height: 1.5;
}

.slider-wrap h3,#contentMap h3 {
    border: none;
    line-height: 1.5;
}

/*---- color ----*/
#approach main h2,#approach main h3 {
    border-color: #8b4513;
}
#approach #contentslist h2 a {
    color: #8b4513;
}
#profile main h2,#profile main h3 {
    border-color: #315694;
}
#profile #contentslist h2 a {
    color: #315694;
}

#saiyou main h2,#saiyou main h3 {
    border-color: #009e96;
}
#saiyou #contentslist h2 a {
    color: #009e96;
}

#press main h2,#press main h3 {
    border-color: #B85600;
}
#press #contentslist h2 a {
    color: #B85600;
}

#publication main h2,#publication main h3 {
    border-color: #009944;
}
#publication #contentslist h2 a {
    color: #009944;
}

#procurement main h2,#procurement main h3 {
    border-color: #e4007f;
}
#procurement #contentslist h2 a {
    color: #e4007f;
}

#presiding main h2,#presiding main h3 {
    border-color: #0068b7;
}
#presiding #contentslist h2 a {
    color: #0068b7;
}

#proceed main h2,#proceed main h3 {
    border-color: #007AB3;
}
#proceed #contentslist h2 a {
    color: #007AB3;
}

#yosan main h2,#yosan main h3 {
    border-color: #920783;
}
#yosan #contentslist h2 a {
    color: #920783;
}


#approach main h2.type--link,#approach main h3.type--link,#profile main h2.type--link,#profile main h3.type--link,#saiyou main h2.type--link,#saiyou main h3.type--link,#press main h2.type--link,#press main h3.type--link,#publication main h2.type--link,#publication main h3.type--link,#procurement main h2.type--link,#procurement main h3.type--link,#presiding main h2.type--link,#presiding main h3.type--link,#proceed main h2.type--link,#proceed main h3.type--link,#yosan main h2.type--link,#yosan main h3.type--link,#approach main div.type--link,#profile main div.type--link,#saiyou main div.type--link,#press main div.type--link,#publication main div.type--link,#procurement main div.type--link,#presiding main div.type--link,#proceed main div.type--link,#yosan main div.type--link {
    border-color: #adadad;
}

/*---- h4 ----*/
main .detail-page h4 {
    border: none;
    padding: 10px;
    background: #f0f0f0;
}

#approach main h4 {
    background: #fffaf4;
}

#profile main h4 {
    background: #EDF4FF;
}

#saiyou main h4 {
    background: #E7F7F6;
}

#press main h4 {
    background: #FFF7EC;
}

#publication main h4 {
    background: #E9F5EE;
}

#procurement main h4 {
    background: #FDF2F8;
}

#presiding main h4 {
    background: #E2F2FD;
}

#proceed main h4 {
    background: #E8F6FD;
}

#yosan main h4 {
    background: #FFEFFD;
}


/*---- .show-more ----*/
#approach main .show-more {
    background: #8b4513;
}

#profile main .show-more {
    background: #315694;
}

#saiyou main .show-more {
    background: #009e96;
}

#press main .show-more {
    background: #B85600;
}

#publication main .show-more {
    background: #009944;
}

#procurement main .show-more {
    background: #e4007f;
}

#presiding main .show-more {
    background: #0068b7;
}

#proceed main .show-more {
    background: #007AB3;
}

#yosan main .show-more {
    background: #6e576c;
}

/*  2020.07.30 renweUnderDir  */
.no_bb {
    border-bottom: none;
}

.kaiken p {
    font-size: 1rem;
    text-indent: -2rem;
    padding-left: 3.5em;
    margin-left: 0;
}

.kaiken-box {
    margin: 0;
    padding: 1em;
    border: 1px solid #adadad;
    box-sizing: border-box;
}

.kaiken-box dl {
    display: flex;
    margin: 1rem;
}

.kaiken-box dt {
    min-width: 3rem;
    margin-top: 0;
}

.kaiken-box dt:after {
    content: "：";
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.kaiken-box.movie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.kaiken-box .kaiken-detail dl {
    display: flex;
    margin: 1rem;
}

.kaiken-box .kaiken-detail dt {
    min-width: 3rem;
    margin-top: 0;
}

.kaiken-box .kaiken-detail dt:after {
    content: "：";
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.kaiken-box .kaiken-movie {
    display: flex;
}

.kaiken-box .kaiken-movie-item {
    width: 320px;
    height: 180px;
    margin-left: 10px;
}

.kaiken-box .kaiken-movie-item iframe {
    width: 100%;
    height: 100%;
}

/* 二段目から一字分字下げ（汎用） */
.indent {
    padding-left: 1em;
    text-indent: -1em;
}

/* 二段目から二字分字下げ（汎用） */
.indent-double {
    padding-left: 1em;
    text-indent: -2em;
}

.article-thumbnails {
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-color: #b9c6f8;
    background-size: auto 140px;
    height: 140px;
    width: 140px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0);
    position: relative;
}

.thumbnails--vertical {
    background-size: 140px auto !important;
}

.thumbnails__hover_box {
    position: absolute;
    top: 140px;
    background-color: #EFF3FF;
    padding: 30px;
    width: 600px;
    z-index: 50;
    box-sizing: border-box;
    border: 1px solid #315694;
}

.thumbnails__hover_box img {
    vertical-align: middle;
}

.thumbnails__hover_box p {
    margin-bottom: 0;
}

.thumbnails__text {
    display: none;
}

/* table */
.tbl--type1,.tbl--type3,.tbl--type4 {
    margin: 1em;
    border: 1px solid #adadad;
    border-collapse: collapse;
    width: 95%;
}

.tbl--type1 {
    min-width: 600px;
}

.yoko-scroll {
    overflow-x: scroll;
}

.yoko-scroll::-webkit-scrollbar {
    height: 10px;
}

.yoko-scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background-color: #adadad;
    border-radius: 5px;
}

.yoko-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 5px;
}

.tbl--type1 th,.tbl--type1 td,.tbl--type3 th,.tbl--type3 td,.tbl--type4 th,.tbl--type4 td {
    border: 1px solid #adadad;
    padding: 0.25em 0.5em;
}

.tbl--type1 th ul,.tbl--type1 td ul,.tbl--type3 th ul,.tbl--type3 td ul,.tbl--type4 th ul,.tbl--type4 td ul {
    padding: 0.25em 0.5em;
}

.tbl--type1 th,.tbl--type3 th,.tbl--type4 th {
    background-color: #eee;
}

/* 20200413 追加 */
.tbl--type1 th.color-gg.w10 {
    width: 10%;
}

th.width10 {
    width: 10%;
}

th.width15 {
    width: 15%;
}

th.width20 {
    width: 20%;
}

th.width30 {
    width: 30%;
}

.tbl--type4 .text-center {
    text-align: center;
}

table[class*='tbl--type2'] {
    margin: 1em;
    border-collapse: collapse;
    width: 100%;
}

table[class*='tbl--type2'] th {
    background-color: #efefef;
    border: 5px solid #fff;
}

table[class*='tbl--type2'] th,table[class*='tbl--type2'] td {
    padding: 0.5em 0.5em;
    text-align: left;
}

.tbl--type2 th {
    text-align: right;
}

.tbl--type2_th27 th,.tbl--type2_saiha th {
    text-align: left;
    width: 27.5%;
}

.tbl--type2_th20 th {
    text-align: left;
    width: 20%;
}
.tbl--type2_th20.cap_build_anu th {
    text-align: left;
    width: 30%;
}

.tbl--type2_th40 th,.tbl--type2_daijin th {
    text-align: left;
    width: 40%;
}

.tbl--type2_th50 th {
    text-align: left;
    width: 50%;
}

/*--一行目が狭いテーブル--*/
.tbl-type_nar th:nth-child(1),.tbl-type_nar td:nth-child(1) {
    width: 30%;
    white-space: nowrap;
}

.slider ul {
    padding-left: 0;
    margin-bottom: 0;
}

.slider li {
    display: block;
    float: left;
    margin-right: 6px;
}

.slider img {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
}

.slider li {
    position: relative;
}

.slider__title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 35px;
    line-height: 38px;
    background-color: rgba(254, 254, 254, 0.95);
    /*  border-bottom:2px solid #315694; */
    text-align: center;
    margin: 0;
    font-size: 1em;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
}

.slider__title {
    color: #132138;
    font-weight: bold;
    text-decoration: none;
}

.lSGallery {
    margin-top: 5px !important;
}

.lSGallery li {
    padding: 5px 5px;
    box-sizing: border-box;
}

.lSGallery li.active {
    background-color: #E5EAF8;
    border: 1px solid #5096FF !important;
    border-radius: 0px !important;
}

/*-saiyou-*/
.js-slider img {
    display: inline;
}
.lSSlideWrapper ul li a {
    overflow: none;
    display: block;
    border-radius: 5px;
}

.lSSlideWrapper ul li a img:hover {
    opacity: 0.8;
    overflow: none;
    border-radius: 8%;
    transition-duration: 0.5s;
    transform: scale(1.05);
}
.lSSlideWrapper ul li.split-4 a {
    width: 24% !important; height: 100%; display: inline-block;
    border: 1px solid #eee;
}
.lSSlideWrapper ul li.split-4 a img {
    width: auto !important; max-height: 400px;
}
.lSSlideWrapper ul li.split-3 a {
    width: 32% !important; height: 100%; display: inline-block;
    border: 1px solid #eee;
}
.lSSlideWrapper ul li.split-3 a img {
    width: auto !important; max-height: 400px;
}
.lSSlideWrapper ul li.split-2 a {
    width: 49% !important; height: 100%; display: inline-block;
    border: 1px solid #eee;
}
.lSSlideWrapper ul li.split-2 a img {
    width: auto !important; max-height: 400px;
}


.slider_stop {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.slider_stop button {
    background: none;
    border: none;
    outline: none;
    margin: 0 3px;
    padding: 0;
}

.slider_stop button img {
    width: 18px;
    height: 18px;
    border: none;
}

.slider_stop button img:hover {
    opacity: 0.7;
}

.detail-page ul.js-slider {
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
}

.js-slider_box {
    margin: 0.75em 1em 0 0.5em;
    list-style-type: none;
    position: relative;
}

.index_dropmenu {
    list-style-type: none;
    margin: 5px auto 30px;
    padding: 0;
}

.index_dropmenu:before,.index_dropmenu:after {
    content: "";
    display: table;
}

.index_dropmenu:after {
    clear: both;
}

.index_dropmenu li {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.index_dropmenu li p {
    display: block;
    margin: 5px 0;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    text-decoration: none;
}

.index_dropmenu li p img {
    width: 100%;
}

.index_dropmenu li ul {
    background: #E5EAF8;
    border: 1px solid #5096FF;
    border-radius: 3px;
    display: none;
    margin-left: -5%;
    padding: 15px 18px;
    position: relative;
    width: 110%;
}

.index_dropmenu li ul:before {
    border: 10px solid transparent;
    border-bottom-color: #5096FF;
    content: '';
    margin-left: -15px;
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 100;
}

.index_dropmenu li ul li {
    overflow: visible;
    height: auto;
    width: auto;
}

.index_dropmenu li ul li a {
    background: #fff;
    border: 1px solid #b9c6f8;
    margin: 10px;
    color: #315694;
    padding: 10px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
}

/* CLOSEUP */
.closeup h2 {
    margin: 0 0 30px;
    border-left: 10px groove #315694;
    border-bottom: 1px solid #adadad;
    padding-left: 10px;
    font-size: 1.3em;
}

.closeup {
    padding: 0 5px 15px;
}

ul.closeup2 {
    margin-left: 1rem;
    list-style-type: none !important;
    padding: 0 5px 15px;
}

.closeup__item {
    border-bottom: 1px solid rgba(100, 139, 255, 0.25);
    padding: 8px 0;
    line-height: 1.4em;
}

.closeup__item .closeup__title {
    display: table-cell;
}

.closeup__title a {
    font-size: 0.9em;
}

.closeup__item .date {
    display: inline;
    color: #333;
    margin-right: 10px;
    font-size: 0.8em;
}

.closeup__item .tags,.dateList--type2 .tags {
    display: inline-block;
    width: 85px;
    margin-right: 15px;
    height: 23px;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.9em;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    background-color: #fafafa;
}

.closeup__item .tags {
    float: left;
    /* optional */
}

.close-articles2 {
    margin: 0px 0 10px;
    padding: 0px 10px;
    border: 1px solid #adadad;
    background-color: #fafafa;
    border-radius: 5px;
}

.close-articles2 ul {
    margin: 10px 0 0;
    padding: 0px;
}

.tags.color_0 {
    /* 白（無色） */
    border: none;
    padding-left: 6px;
    background-color: #fff;
}

.tags.color_1 {
    /* 青色 */
    border-left: 6px solid #0066cc;
}

.tags.color_2 {
    /* 緑色 */
    border-left: 6px solid #006600;
}

.tags.color_3 {
    /* 黄色 */
    border-left: 6px solid #dcdc00;
}

.tags.color_4 {
    /* 赤色 */
    border-left: 6px solid #cc0000;
}

.tags.color_5 {
    /* 茶色 */
    border-left: 6px solid #5A280A;
}

.see-more-closeup-link {
    text-align: right;
    margin: -55px 0 12px;
    font-size: 0.9em;
}

/* 関連コンテンツ */
.relationship-contents {
    margin: 0.75rem 1rem 0 0.5rem;
    padding: 8px;
    border: 1px solid #adadad;
}

.relationship-contents:last-child {
    margin-bottom: 30px;
}

.relationship-contents a {
    text-decoration: none;
}

.relationship-contents .relationship-img {
    width: 100%;
    height: 260px;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
}

.relationship-contents p {
    margin: 1rem;
    color: #222;
    font-weight: bold;
}

/* TABS SECTION｜お知らせ・更新情報 */
.tabs-section {
    margin-bottom: 30px;
}

.tab-labels-container {
    overflow: hidden;
}

.tab-labels-container.add-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
    width: auto;
    min-height: 66px;
}
.add-scroll .tab-labels {
    position: relative;
    display: inline-block;
    float: none;
    margin-bottom: -5px;
}

.tab-labels h2 {
    border: none;
}

.tab-labels.active {
    background: #315694;
    color: #fff;
}

.tab-labels.active h2 span {
    color: #fff;
}

.tab-labels-container .tab-labels>span,.tab-labels-container h2,.tab-labels-container h3 {
    background: none;
    border-left: 0;
    color: #000;
    padding: 0px;
    margin: 0 0 10px;
    color: #315694 !important;
}

.tab-labels-container.tour_tabmenu_big .tab-labels>span {
    font-weight: normal;
    font-size: 1em;
    background: none;
    border-left: 0;
    padding: 0px;
    margin: 0;
    color: #000 !important;
}

.tab-labels-container .tab-labels.active h3,.tab-labels-container .tab-labels.active,.tab-labels-container .tab-labels.active>span,.tab-labels-container.tour_tabmenu_big .tab-labels.active>span {
    color: #fff !important;
    font-weight: bold;
}

.tab-labels {
    float: left;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    outline: none;
    cursor: pointer;
    padding: 10px 20px 0;
    transition: 0.3s;
    color: black;
    position: relative;
}

.tab-labels:after {}

.tab-labels.active:after {
    width: 80%;
    left: 10%;
    padding-left: 1px;
}

.tab-labels span {
    display: block;
}

.tab {
    display: none;
    padding: 15px 20px;
    border: 1px solid #adadad;
    animation: fade .4s ease-in 1;
    -webkit-animation: fade .4s ease-in 1;
}


#top-tab .tab,#top-tab .tab-labels {
    background-color: #fafafa;
}

.rss_icon {
    vertical-align: middle;
    margin: 0 3px;
    line-height: 10%;
}

.tab .news {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 768px) {

    .detail-page .fake .tab .col-1-2:nth-child(2) h3,    .detail-page .fake .tab .col-1-2:nth-child(1) h3 {
        margin-top: 0px;
    }
}

.detail-page ul.update.news_ul,.detail-page ul.news.news_ul {
    padding: 0 0 0 1.5em;
}

.see-more-items {
    text-align: right;
    margin: 5px 0 10px;
    font-size: 0.9em;
}

.see-more-items a:hover {
    opacity: 0.8;
}

.detail-page section {
    position: relative;
}

.detail-page .see-more-items {
    position: absolute;
    top: 12px;
    right: 0;
}

.news-tabs-header {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.news-tabs-header.active {
    margin-bottom: 0;
}

.news-tabs-header:hover {
    opacity: 0.8;
}

.news-tabs-header:after {
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center 9px;
    background-color: #f0f0f0;
    height: 36px;
    margin-top: 6px;
    cursor: pointer;
    content: "";
    display: block;
    transition: all 0.5s ease-in-out;
}

.news-tabs-header.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* KEYWORDS BUTTON */
.keywords-buttons-container h2 {
    margin: 0 0 5px;
    border-left: 10px groove #315694;
    border-bottom: 1px solid #adadad;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.keywords-buttons-container {
    margin: 30px;
    max-width: 800px;
}

.keywords-buttons-container ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    max-width: 100%;
}

/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------
以下要整理
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

    main section.detail-page div.type--link,    main section.detail-page h2.type--link,    main section.detail-page h3.type--link,    main section.detail-page h4.type--link {
        margin: 1em 0 0 0.0;
    }

    .flex-1-3 dl.dateList {
        margin: 0;
        padding: 0;
    }

    .flex-1-3 dl.dateList dd {
        padding: 0 0 10px 0;
    }

    .daijin-photo figure img {
        width: 40%;
    }

    .daijin-photo figure.col-1-2 img, .saigai-photo figure.flex-1-2 img {
        width: 80%;
    }

    .daijin-photo figure.vertical img {
        width: 50%;
    }

    .menu__content a {
        display: inline-block;
        margin-bottom: 3px;
    }

    .nav-area,    .sp_nav {
        display: none;
    }

    .dropdown-menu.active {
        display: block;
    }

    .sp_nav {
        display: none !important;
    }

    .keywords-buttons-container {
        overflow: visible;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    
.lSSlideWrapper ul li.split-2,
.lSSlideWrapper ul li.split-3,
.lSSlideWrapper ul li.split-4 {
    height: 100%;
}
.lSSlideWrapper ul li:nth-child(1).split-2,
.lSSlideWrapper ul li:nth-child(1).split-3,
.lSSlideWrapper ul li:nth-child(1).split-4 {
    height: auto;
}
.lSSlideWrapper ul li.split-3 a {
    width: 31% !important;
    height: auto;
}
.lSSlideWrapper ul li.split-2 a {
    width: 48% !important;
    height: auto;
}
.lSSlideWrapper ul li.split-4 a {
    width: 23% !important;
    height: auto;
}
.lSSlideWrapper ul li {
    position: relative;
    min-height: 218px;
}
.lSSlideWrapper ul li a {
    position: relative;
    min-height: 215px;
    box-sizing: border-box;
}
.lSSlideWrapper ul li img {
    position: relative;
}

.lSSlideWrapper ul li.split-2 img,
.lSSlideWrapper ul li.split-3 img,
.lSSlideWrapper ul li.split-4 img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

    .detail-page ul {
        padding: 0;
    }

    .is-box-addtop {
        margin: 0;
    }

    #link-list ul li {
        width: calc(50% - 10px);
    }

    ul.Listarrow {
        padding: 20px 0;
    }


    .is-box ul.Listarrow {
        padding: 10px;
    }

    .detail-page ul.disc-list {
        font-size: 1em;
        margin-left: 1rem;
        margin-right: 0.5rem;
        list-style-type: disc;
    }

    .detail-page ol {
        padding: 1em 0 0 1.5em
    }

    ul.is-border {
        padding: 1em;
        margin: 1em 0 0;
    }

    .detail-page li {
        margin: 0.5rem 0 0 0;
    }

    .detail-page ul li ul {
        padding: 0 0 0 1.5em;
    }

    ul.pre-square {
        padding: 1em 0 0 1.2em;
    }

    ul.pre-square li {
        padding-left: 0;
    }

    .detail-page ol ul,    .detail-page ul ul {
        padding: 0;
    }

    .detail-page ol ol {
        padding: 0 0 0 1.5em
    }

    .detail-page ul ol {
        padding: 0 0 0 2.8em;
    }

    ol.kakkoList-type1,    ul.kakkoList-type1,    ol.kakkoList-type2,    ul.kakkoList-type2,    ol.kakkoList-type3,    ul.kakkoList-type3,    ol.kakkoList--type1,    ul.kakkoList--type1,    ol.kakkoList--type2,    ul.kakkoList--type2,    ol.kakkoList--type3,    ul.kakkoList--type3 {
        /* カッコつき数字の箇条書きリスト（全角数字）  */
        text-indent: 0;
        padding: 1em 0;
    }

    ol.kakkoList-type1,    ul.kakkoList-type1 li,    ol.kakkoList-type2,    ul.kakkoList-type2 li,    ol.kakkoList-type3,    ul.kakkoList-type3 li,    ol.kakkoList--type1,    ul.kakkoList--type1 li,    ol.kakkoList--type2,    ul.kakkoList--type2 li,    ol.kakkoList--type3,    ul.kakkoList--type3 li {
        /* カッコつき数字の箇条書きリスト（全角数字）  */
        margin: 0 0 0.5rem;
    }

    ol.cjk-ideographic,    ul.cjk-ideographic {
        /* 漢数字 */
        padding: 1em 0 0 2em;
    }

    ol.katakana-iroha,    ul.katakana-iroha {
        /* イ, ロ, ハ, ニ */
        padding: 1em 0 0 2em;
    }

    ol.cjk-ideographic li,    ul.cjk-ideographic li,    ol.katakana-iroha li,    ul.katakana-iroha li {
        /* イ, ロ, ハ, ニ */
        padding: 0;
    }

    ol.kakkoList--lv1 {
        padding: 1em 0 0 1.8em
    }

    ol.kakkoList--lv2 {
        padding: 1em 0 0 3em;
    }

    ol.ls-none,    ul.ls-none {
        list-style-type: none;
        padding-left: 0;
    }

    .speaker {
        position: relative;
        top: -6px;
    }

    div.bc-container {
        padding: 0 10px;
    }

    header {
        min-width: auto;
    }

    .header__conts {
        width: 100%;
        box-shadow: 0px 1px 2px #ddd;
    }

    .header__conts {
        display: inline-block;
        padding: 3px 0 5px;
    }

    .header__menu {
        display: none;
        padding: 3px 0 5px;
    }

    .search-input2 {
        margin-top: -5px !important;
        padding: 0 2.5%;
        width: 95%;
    }

    .detail-page p {
        margin: 1em 0 0 0;
    }

    .is-box {
        margin: 0 0 0 0;
    }

    .col-1-2.type--link {
        width: 92%;
    }

    .detail-page h3+section {
        margin: 0;
    }

    .type--linkbox ul {
        margin-left: 0;
    }

    .detail-page section.tab {
        padding: 1em;
    }

    .kaiken-box {
        flex-wrap: wrap;
    }

    .kaiken-box dl {
        margin: 1rem 0;
    }

    .kaiken-box .kaiken-detail dl {
        margin: 1rem 0;
    }

    .kaiken-box .kaiken-movie {
        flex-wrap: wrap;
    }

    .kaiken-box .kaiken-movie-item {
        width: 100%;
        margin-left: 0;
    }

    .kaiken-box .kaiken-movie-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .tbl--type1,    .tbl--type3 {
        margin: 1em;
        border: 1px solid #adadad;
        border-collapse: collapse;
        width: auto;
    }

    .index_dropmenu li:action>p {
        background: #b9c6f8;
        color: #000b9a;
    }

    .index_dropmenu li ul li a {
        position: relative;
    }

    .index_dropmenu li a:action {
        background: #E5EAF8;
    }

    .index_dropmenu li:action ul li {
        width: 100%;
    }

    .index_dropmenu li:action ul {
        display: block;
        position: relative;
        border: 1px solid #5096FF;
        padding: 15px 18px;
        background: #E5EAF8;
        border-radius: 3px;
    }

    .index_dropmenu li:action ul:before {
        content: '';
        border: 10px solid transparent;
        border-bottom-color: #5096FF;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -15px;
        z-index: 100;
    }

    .relationship-contents .relationship-img {
        height: auto;
    }

    .detail-page .see-more-items {
        position: relative;
        top: 3px;
    }

    body {
        background: none;
    }

    [class*='col-'] {
        float: none;
        width: 100%;
    }

    .detail-page {
        line-height: 1.8;
        overflow-x: hidden;
        padding: 0 10px 0;
    }

    .df {
        display: block !important;
    }

    .side-menu {
        border-right: 0 !important;
    }

    .voice-player-btn {
        display: none !important;
    }

    .js-burger-on-mobile {
        display: none !important;
    }

    .breadcrumb {
        top: 10px;
    }

    .menu__links {
        display: block;
    }

    .header__menu {
        font-size: 1em !important;
    }

    .header__logo img {
        width: 170px;
    }

    .header__logo a {
        display: inline-block;
    }

    .search-input2,    .search-input {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .switch-box {
        display: none;
        margin-top: 37px;
        margin-right: 4px;
    }

    .burger-button {
        display: block;
    }

    .sur-mobile-menu-area {
        display: block;
    }

    .top-link {
        display: none;
    }

    .tab {
        padding: 15px;
    }

    .news__item .date {
        margin-top: 2px;
        margin-right: 3px;
        font-size: 0.8em;
    }

    .sns-bar ul {
        justify-content: center;
    }

    .sitemap .Listarrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0 0.5em;
        box-sizing: border-box;
    }

    .sitemap .Listarrow li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        width: 50%;
        background-position-y: 0.2rem;
        box-sizing: border-box;
    }

    .sitemap~section {
        margin: 0;
        padding: 0 0 1rem;
    }

    .sitemap~section h2 {
        margin: 0.5rem 0.5rem 0;
    }

    .sitemap~section h3.type--link {
        margin: 0.75rem 0.5rem 0 0.5rem;
    }

    .sitemap~section .type--linkbox {
        margin: 0 0.5rem !important;
        padding: 1rem 1rem 0.5rem;
    }

    .sitemap~section .type--linkbox ul.Listarrow {
        margin: 0;
    }

    .sitemap~section .ta-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 0.5em;
        box-sizing: border-box;
    }

    .sitemap~section .ta-center .card {
        width: 49%;
        margin: 0;
    }

    .sitemap~section .ta-center .card:nth-child(odd) {
        margin-left: 0;
    }

    .sitemap~section .ta-center .card:nth-child(even) {
        margin-left: 2%;
    }

    .tab-labels-container {
        white-space: nowrap;
        overflow-x: scroll;
        position: relative;
    }

    .tab-labels-container .tab-labels>span,    .tab-labels-container h2,    .tab-labels-container h3 {
        margin-top: 10px;
    }

    .tab-labels {
        display: inline-block;
        float: none;
        margin-bottom: -5px;
        padding: 0 10px;
        min-width: 29.5%;
    }

    .tab-labels span {
        text-align: center
    }

    #top-tab .tab-labels {
        border-top: 1px solid #adadad;
        border-right: 1px solid #adadad;
        border-bottom: none;
        border-left: 1px solid #adadad;
        box-sizing: border-box;
        padding: 10px 20px 0;
        text-align: center;
        width: 50%;
    }

    .tab-labels.active {
        font-weight: bold;
    }

    nav {
        display: none;
    }

    nav.breadcrumb {
        display: block;
    }

    .menu__items__box {
        display: block;
    }

    .menu__items {
        position: relative;
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-bottom: 1px solid white;
    }

    .menu__content a {
        display: block;
    }

    .dropdown-menu.active {
        display: none;
        /* モバイル：ドロップダウンメニュー非表示 */
    }

    /* ハンバーガーメニュー（別途作成分） */
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .menu__items {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dropdown-menu {
        width: 100% !important;
    }

    .closeup__item .tags {
        float: none;
    }

    /* DETAIL PAGE（スマホ専用設定） */
    article h1 span,    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .detail-page h1 {
        font-size: 1.4em;
    }

    .detail-page h2 {
        /* 見出しタグ（デフォルト） */
        font-size: 1.3em;
    }

    #saiyou main h3 {
        font-size: 1.1em;
        border-color: #009e96;
    }

    .detail-page .col-100 h2.type--link,    .detail-page .col-100 h3.type--link,    .detail-page .col-100 h4.type--link,    .detail-page h2.type--link,    .detail-page h3.type--link,    .detail-page h4.type--link,    .detail-page div.type--link {
        /* 見出しタグ（リンクタイプ） */
        font-size: 1em;
        margin: 1em 0 0;
        padding: 0.5em 0.5em 0.5em 2em;
    }

    /*---スライダー文字サイズ-*/
    .lSSlideWrapper ul li a {
        font-size: 0.77rem;
    }

    dl.dateList dt {
        padding-bottom: 0;
        margin-bottom: 0;
        float: none;
        width: 50%;
    }

    #saiyou .flex-1-2 dl.dateList dt {
        width: 100%;
    }

    dl.dateList dd {
        margin-left: 0;
        padding-left: 0;
    }

    dl.dateList--type2 dt {
        /* スマホ用設定 */
        padding-top: 2%;
        padding-bottom: 0;
        width: 100%;
        margin-top: 0;
        float: none;
        font-size: 0.9em;
    }

    dl.dateList--type2 dd {
        /* スマホ用設定 */
        padding: 0 0 2% 1%;
        font-size: 0.9em;
    }

    div.ma-container {
        /* スマホ用設定 */
        padding: 1rem 0 1rem 1rem;
        box-sizing: border-box;
    }

    div.ma-container>div>aside {
        display: block;
        margin-top: 1.5rem;
        margin-right: 1.5rem;
    }

    aside>ul>li {
        display: inline-block;
        padding-right: 1.2rem;
    }

    .text-box--type1 {
        /* 周りにマージンありの箱、スマホ設定 */
        border: 1px solid #adadad;
        padding: 1rem 0.5rem;
        margin: 1rem 0.5rem;
    }

    .text-box--type1>ul,    .text-box--type1>ol {
        margin-left: 1rem;
        padding-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .text-box--type1>ul li,    .text-box--type1>ol {
        margin-right: 0;
    }

    .text-box--type1>ul.Listarrow {
        margin-left: 0.5rem;
    }


    table[class*='tbl--type2'] {
        /* 要人出張用、災派用（報道資料）20180820 */
        margin: 1em 0;
    }

    table[class*='tbl--type2'] th {
        /* 要人出張用、災派用（報道資料）20180820 */
        /*text-align:center;*/
        /* 日米協議・各国交流用に削除　20201117 */
        box-sizing: border-box;
        border: none;
    }

    table[class*='tbl--type2'] td {
        /* 日米協議・各国交流用に加えた　20201117 */
        padding: 0.5em 1em;
    }

    table[class*='tbl--type2'] th,    table[class*='tbl--type2'] td {
        /* 要人出張用、災派用（報道資料）20180820 */
        width: 100%;
        display: block;
        box-sizing: border-box;
        /* 日米協議・各国交流用に加えた　20201117 */
    }

    table[class*='tbl--type2'] td+td:last-child {
        padding: 0 1em 2em;
    }

    table[class*='tbl--type2'] th+td:last-child {
        padding: 0.5em 1em 2em;
    }

    .daily_list,    .news_ul {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .seach-area {
        position: absolute;
        top: 17px;
        right: 75px;
        z-index: 110;
    }

    .seach-area .menu_img {
        display: block;
        width: 35px;
        height: 35px;
        background: url(../img/icon_seach.svg) no-repeat center;
    }

    .seach-area.open-seach .menu_img {
        background: url(../img/icon_close.svg) no-repeat center;
    }

    .detail-page h1 span.sub-h1 {
        font-size: 0.6em;
    }

    .menu__items.opensub h2 a {
        color: #fff !important;
    }

    #menu__items_approach.opensub h2 {
        background: #8b4513;
    }

    #menu__items_profile.opensub h2 {
        background: #315694;
    }

    #menu__items_saiyou.opensub h2 {
        background: #009e96;
    }

    #menu__items_press.opensub h2 {
        background: #B85600;
    }

    #menu__items_publication.opensub h2 {
        background: #009944;
    }

    #menu__items_procurement.opensub h2 {
        background: #e4007f;
    }

    #menu__items_presiding.opensub h2 {
        background: #0068b7;
    }

    #menu__items_proceed.opensub h2 {
        background: #007AB3;
    }

    #menu__items_yosan.opensub h2 {
        background: #920783;
    }
}

/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------
以下整理済み
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1070px) {

    /* ma-containerで横スクロール出さない用（ブラウザのスクロールバーも含め） */
    div.ma-container {
        box-sizing: border-box;
        max-width: 1054px;
    }

    /*--ボタンサイズ変更--*/
    .type--btnlink a {
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .thumbnails__hover_box {
        width: 480px !important;
        padding: 20px !important;
    }

    .lSPager.lSpg {
        /* 小画面の場合、スライドショーページャーを左寄せ */
        text-align: left !important;
    }

    .tab-labels-container h3 {
        margin: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .content-cards {
        margin-bottom: 20px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .news__item .date {
        width: 22%;
        /* 20181018　小画面は22%にする設定にした */
    }
}

@media screen and (max-width: 500px) {
    .thumbnails__hover_box {
        width: 100% !important;
        padding: 10px !important;
    }
}

@media screen and (min-width: 420px) {
    .yoko-scroll {
        /* 420px未満の場合、右スクロールするdiv（配下table設置想定） */
        overflow-x: auto;
    }
}

@media screen and (max-width: 360px) {
    .thumbnails__hover_box {
        width: 300px !important;
        padding: 10px !important;
    }
}

/*-----------------------------------------------------------
month_link_header.htmlの設定
-----------------------------------------------------------*/
#month_link_header {
    margin: 20px 0 0 20px;
}

.col-link-month {
    float: none;
    width: 100%;
}

.col-link-month a {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 24%;
}

.col-link-month a.disabled-month {
    color: #ccc !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .col-link-month {
        width: 100%;
    }

    .col-link-month a {
        width: 30%;
    }
}

/*-----------------------------------------------------------
「topへ戻るボタン」の設定　
-----------------------------------------------------------*/
.btn-to-top {
    background-color: #555;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
    height: 50px;
    opacity: 0.7;
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    width: 60px;
    z-index: 100;
}

.btn-to-top::after {
    border-right: solid 6px;
    border-top: solid 6px;
    content: "";
    height: 20px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 18px;
    transform: rotate(-45deg);
    width: 20px;
}

/*-----------------------------------------------------------
ページ間リンクの設定　
-----------------------------------------------------------*/
.global-link {
    margin-bottom: 10px;
    text-align: right;
}

.global-link>a::before {
    background: url('../img/icn_more.png') no-repeat;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 1rem;
}

.global-link a::after {
    content: "\A";
    white-space: pre;
}

@media screen and (max-width: 420px) {
    .global-link {
        margin-bottom: 10px;
    }

    .global-link>a {
        font-size: 0.8em;
    }

    .global-link>a+a {
        margin-top: 5px;
    }
}

/*-----------------------------------------------------------
動静ページの設定　
-----------------------------------------------------------*/
.dousei .type--linkbox {
    padding: 8px;
}

.dousei .detail-page li {
    list-style-type: none !important;
    margin: 0;
}

.dousei h3 {
    align-items: center;
    display: flex;
    height: 45px;
    line-height: 1.3;
}

.month>.col-1-2:nth-child(2n+1) {
    clear: both;
}

@media screen and (max-width: 767px) {
    .dousei .type--linkbox {
        margin: 20px 0 0;
        padding: 8px;
    }

    .dousei h3 {
        height: auto;
    }

    .col-link-month a {
        width: 30%;
    }
}

/*-----------------------------------------------------------
災害派遣ページの設定　
-----------------------------------------------------------*/
.saigai-map {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
}

.saigai-map img {
    height: auto;
    width: 600PX;
}

.saigai-summary {
    margin-left: 2rem !important;
}

.saigai-summary>* {
    font-size: 1rem;
}

.saigai-summary+.photo-box {
    margin: 30px auto 0;
    width: 600px;
}

@media screen and (max-width: 767px) {
    .saigai-map img {
        width: 100%;
    }

    .saigai-summary+.photo-box {
        margin: 20px auto 0;
        width: 100%;
    }
}

/*-----------------------------------------------------------
画像スライダー設定　
-----------------------------------------------------------*/
.lSPager {
    text-align: center;
}

.detail-page ul.img-slider {
    margin: 0 !important;
}

.img-slider li {
    position: relative;
    text-align: center;
    list-style-type: none !important;
}

.img-slider li span {
    display: block !important;
    line-height: 1.2;
}

.single-pic {
    height: auto;
    margin-bottom: 20px;
    transform: none !important;
    width: 454px !important;
}

.photo-box ul {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .single-pic {
        width: 100% !important;
    }

    .photo-box {
        margin: 0;
        width: 100%;
    }
}

/*-----------------------------------------------------------
共通プリント設定
-----------------------------------------------------------*/
@media print {
    footer {
        display: none !important
    }
    header,
    #header{
        position: relative;
    }
    .page-center {
        margin: 0px auto 0 !important;
    }
}

/*-----------------------------------------------------------
共通アコーディオン用Class
-----------------------------------------------------------*/
.accordion-click {
    cursor: pointer;
}

.accordion-click span {
    text-decoration: underline;
    float: right;
}

/*-----------------------------------------------------------
warpへのリンク用Class
-----------------------------------------------------------*/
.warp-link {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
}

.warp-link span {
    margin-right: 20px;
}

.warp-link span img {
    vertical-align: bottom;
}

.warp-link+p {
    font-size: 0.86em;
    margin: 10px 0 0;
    text-align: right;
}

.warp-link+p span {
    font-weight: bold;
}

.warp-all {
    font-weight: bold;
    margin: 20px 0 0;
    text-align: right;
}

.warp-all>p {
    margin: 0 20px !important;
}

/*-----------------------------------------------------------
ページ内タブ要素
-----------------------------------------------------------*/
.tab-contents>section {
    display: none;
}

.tab-contents>section.show {
    animation: fadein .5s ease-in-out 1;
    display: block;
}

.tab-navi {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px auto 0 !important;
    width: 80%;
}

.tab-navi li {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    text-align: center;
    width: 20%;
}

.tab-navi li.active {
    background-color: #eee;
    font-weight: bold;
}

.tab-navi li+li {
    border-left: 1px solid #adadad;
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

/*-----------------------------------------------------------
ページネーションclass
-----------------------------------------------------------*/
.pagination-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.pagination-body>p {
    margin: 5px;
}

.pagination-body>p button {
    height: 28px;
    width: 30px;
}

.pagination-body>p button:hover {
    cursor: pointer;
}

.pagination-body ul {
    list-style: none;
    padding: 0;
}

.pagination-body ul .current {
    background: #aaa;
}

.pagination-body ul li {
    border: solid 1px #adadad;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.pagination-body ul li:hover {
    background: #ccc;
}

.pagination-body ul li a {
    display: inline-block;
    width: 40px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .pagination-body ul li a {
        width: 30px;
    }
}

.pagination-inner {
    margin: 5px !important;
}

/*-----------------------------------------------------------
画面幅1300px用設定
-----------------------------------------------------------*/
.wide .page-center,#top .page-center {
    max-width: 1300px !important;
}

@media screen and (max-width:767px) {

    /*--メインビジュアル要素--*/
    main {
        margin: 70px auto 0;
    }
}

/*-----------------------------------------------------------
新規省top用
-----------------------------------------------------------*/
/*TOP*/
.top_key_visual ul li {
    position: relative;
    width: 24.5%;
}

.top_key_visual ul li:nth-child(even) {
    margin-right: 5px;
}

.top_key_visual ul li:nth-child(1) {
    width: 50%;
    margin-right: 5px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex * {
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    vertical-align: bottom;
}

.flex figure {
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    vertical-align: bottom;
}

/*--メインビジュアル要素--*/
.top_key_visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top_key_visual ul li {
    float: left;
}

.top_key_visual ul li figure {
    margin: 0;
}

.top_key_visual ul li figure figcaption {
    background-color: rgba(254, 254, 254, 0.95);
    border-radius: 3px;
    bottom: 10px;
    color: #132138;
    font-size: 0.85em;
    font-weight: bold;
    height: 28px;
    left: 10px;
    line-height: 2rem;
    text-align: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination-inner {
    margin: 5px !important;
}

.feature-area {
    position: relative;
    width: 28%;
}

/*--緊急アナウンス--*/
.top_announce {
    border: 3px solid #e50000;
    border-radius: 3px;
    background: #fffccc;
}

.top_announce a {
    margin: 5px;
    padding: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #e50000;
    font-size: 1.5rem
}

/*--重要施策--*/
.primary .lSPager {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-container {
    background: linear-gradient(to top, #f9f7f8 0%, #eee 100%);
}

.feature-container>div {
    height: 100%;
}

.feature-container a {
    display: block;
    margin-top: 20px;
    position: relative;
}

.feature-container h2 {
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    font-weight: bold;
    margin: 0 !important;
    padding: 6px 10px 5px;
}

.feature-container .slider img,.feature-container .lSSlideWrapper ul li a,.feature-container .lSSlideWrapper ul li a img:hover {
    border-radius: 0;
}

.feature-area>div a {
    text-decoration: none;
}

.feature-area h3 {
    color: #000;
    margin: 10px auto 0;
    padding: 0 10px 10px;
}

.frequent-area {
    width: 68%;
}

.frequent-area h2 {
    background-color: #eee;
    font-size: 1.1em;
    margin: 0 0.5rem 10px 0;
    padding: 5px 10px;
}

.frequent-area>div {
    margin-left: 0 !important
}

.top-category figure {
    display: block;
    position: relative;
}

.top-category figcaption {
    bottom: 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
    opacity: 0.85;
    padding: 6px 10px 5px;
    position: absolute;
    width: 100%;
}

.top-category:hover,.banner-area .banner-area-item:hover {
    opacity: 0.7;
}

.banner-area-item {
    width: 19.5%;
}

.banner-area-box {
    justify-content: space-between;
}

.banner-area-wrapper {
    padding: 0px 10px 40px;
}

.banner-area-arrow {
    vertical-align: middle;
    margin-right: 2px;
}

.banner-area2 {
    position: relative;
}

.banner-area2 div {
    width: 19.5%;
    margin-bottom: 0.5%;
    float: left;
}

.banner-area2 div img {
    width: 100%;
}

.banner-area2 div+div {
    margin-left: 0.6%;
}

.banner-area2 div:nth-of-type(5n+1) {
    margin-left: 0;
}

#cate_saiha figcaption {
    background-color: #b40000;
}

#cate_dousei figcaption {
    background-color: #315694;
}

#cate_bosyu figcaption {
    background-color: #8B4513;
}

#cate_kisha figcaption {
    background-color: #B85600;
}

#top-tab {
    margin-top: 2em;
}

#top-tab,.popular-area {
    margin-top: 2em;
}

.banner-area-h2 {
    background-color: #eee;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

/* ↓　FRF　↓ */
.frf-usecase {
    display: flex;
    align-items: center;
}

.frf-usecase-inner {
    width: 40%;
    overflow-y: hidden;
}

.frf-usecase-arrow {
    width: calc(100% - 40% - 40%);
}

.frf-safety,.frf-jiban,.frf-environment {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.frf-safety-inner {
    width: 45%;
    overflow-y: hidden;
}

.frf-jiban-inner {
    width: 80%;
    margin: 0 auto;
    overflow-y: hidden;
}

.frf-environment-inner {
    width: 30%;
    overflow-y: hidden;
}

.frf-safety-image,.frf-environment-image {
    width: 100%;
}

.frf-emphasis-cell {
    background-color: #ffff00;
}

.lSGallery {
    margin: 1em auto !important;
}

.lSSlideWrapper ul li a {
    position: relative;
}

.feature-container h2,.top-category figcaption,.feature-area h3,#top-tab h2 {
    font-size: 1rem;
}

.banner-area2 {
    max-height: 95px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
}

.banner-area2:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    position: absolute;
    bottom: 0;
    z-index: 990;
}

.banner-area2.show-bnr:after {
    display: none;
}

.banner-area2.show-bnr {
    max-height: 200px;
    transition: all 0.6s ease;
}

.banner-area2.show-bnr .gradation {
    display: none;
}

.banner-area2.show-bnr+.show-more .arrow {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 2px;
}

.open+.show-more,.banner-area2.show-bnr+.show-more .banner-area-text {
    font-size: 0;
}

.open+.show-more:after {
    font-size: 1rem;
    content: "閉じる";
}

.banner-area2.show-bnr+.show-more .banner-area-text:before {
    font-size: 0.9rem;
    content: "閉じる";
}

.show-more {
    width: 190px;
    padding: 10px 0;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    font-weight: bold;
    z-index: 2;
    background: rgb(139, 69, 19);
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.show-more:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../img/icn_arrow_right_white.svg") no-repeat;
    background-size: cover;
}

.open+.show-more:before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background: url("../img/icn_arrow_right_white.svg") no-repeat;
    background-size: cover;
}

#top .show-more {
    cursor: pointer;
    display: block;
    font-weight: bold;
    left: 50%;
    margin-bottom: 20px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 0.9rem;
    color: #315694;
    background: transparent;
    margin-top: 0;
    padding: 10px 0 0;
}

/*tabのデザイン変更*/
#top-tab {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    width: 67%;
}

#top-tab .tabs-section {
    position: relative;
    margin-top: 0px;
}

#top-tab .tab-labels-container {
    left: 10px;
    position: absolute;
    top: 10px;
}

#top-tab .tab-labels {
    background-color: transparent !important;
    padding: 10px 15px 0 !important;
    margin: 0 0 0 10px !important;
}

#top-tab .tab-labels+.tab-labels {
    margin-left: 10px;
}

#top-tab .tab-labels.active {
    background-color: #315694 !important;
}

#top-tab .tab-labels.active:after {
    background: #fff;
}

#top-tab .tab-labels.active h2 {
    color: #fff !important;
}

#top-tab .tab {
    padding-top: 10px !important;
}

.frequent-area-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5em;
}

.top-category {
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    width: 50%;
}

.primary {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.banner-area {
    align-items: center;
}

.banner-area>div+div {
    margin-left: 10px;
}

/*--ipadサイズ--*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    main ul {
        margin-bottom: 0px;
    }

    #top-tab,    .banner-area,    .popular-area {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {

    .frf-usecase,    .frf-safety,    .frf-environment {
        flex-direction: column;
    }

    .frf-usecase-inner,    .frf-safety-inner,    .frf-jiban-inner,    .frf-environment-inner {
        width: 100%;
    }

    .frf-usecase-arrow {
        width: 100%;
        height: 30vw;
    }

    .frf-usecase-arrow img {
        width: 15%;
        transform: rotate(90deg);
    }

    .frf-usecase-arrow p {
        margin-top: 0;
    }

    #top-tab .tab ul {
        height: 335px;
        overflow: hidden;
    }

    #top-tab .tab ul:after {
        content: "";
        display: block;
        width: 94%;
        height: 40px;
        background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5), #fafafa);
        position: absolute;
        bottom: 20px;
        z-index: 993;
        box-sizing: border-box;
    }

    body {
        min-width: initial;
    }

    /*--メインビジュアル要素--*/
    #top main {
        margin-top: 55px;
    }

    .top_key_visual ul li:nth-child(1) {
        margin-right: 0px;
        width: 100%;
    }

    .top_key_visual ul li {
        width: 49%;
    }

    .top_key_visual ul li figure figcaption {
        font-size: 0.7em;
        height: 14px;
        line-height: 1rem;
    }

    .frequent-area {
        margin-top: 0;
        width: 100%
    }

    .flex+.frequent-area-container {
        flex-direction: row;
    }

    .top-category+.top-category {
        margin-top: 0px;
    }

    .top-category figcaption {
        font-size: 0.7rem;
    }

    .primary {
        display: inline-block;
    }

    .flex+.frequent-area-container {
        width: 100%
    }

    .flex.banner-area {
        flex: initial;
        display: inline;
    }

    .banner-area {
        margin-top: 1em;
    }

    .banner-area-wrapper {
        padding: 0px 10px 40px;
    }

    .banner-area>div+div {
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .banner-area div:nth-child(even) {
        margin-left: 5px;
    }

    .banner-area img {
        width: 100%;
    }

    .banner-area div:nth-child(even) {
        margin-bottom: 2%;
    }

    .banner-area-box .col-1-5 {
        width: 49%;
        float: left;
    }

    .banner-area-item {
        width: 49%;
        float: left;
    }

    .banner-area2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .banner-area-box {
        flex-wrap: wrap;
    }

    .banner-area2 div {
        margin-bottom: 1%;
        width: 49%;
    }

    .banner-area2 div+div {
        margin-left: 0;
    }

    .banner-area2.show-bnr {
        max-height: 700px;
    }

    .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    #top-tab {
        margin-top: 2rem;
        width: 100%;
    }

    #top-tab .tab {
        padding-top: 3em;
    }

    #top-tab .tab-labels {
        padding: 0 10px !important;
    }

    #top-tab .tab-labels-container {
        left: 0;
        top: 40px;
        overflow: visible;
    }

    #top-tab .tab-labels+.tab-labels {
        margin-left: 0;
    }

    #top-tab .see-more-items {
        font-size: 0.9em;
        text-align: right;
        margin: 5px 0 45px;
    }

    .see-more-items a:nth-child(3) {}
}

/*-----------------------------------------------------------
新規第二階層用メニュー
-----------------------------------------------------------*/
.lp-top section {
    display: flex;
    margin: 15px 1rem 15px 0.5rem;
    ;
}

.lp-top section>div {
    background-color: #f3f3f3;
    box-sizing: border-box;
    height: auto;
    padding: 1em 1em 2.5em;
    position: relative;
    text-decoration: none;
}

.lp-top section>div:hover {
    background-color: #f9f9f9;
}

.lp-top section>div+div {
    margin-left: 20px;
}

.lp-top section a {
    color: #000;
    text-decoration: none;
}

.lp-top section h3 {
    background: none;
    font-size: 1.1em;
    margin: 1em 0 0;
    padding-left: 0.5em;
}

.post-txt {
    margin: 0 auto !important;
    padding-left: 0.5em;
}

.read-more {
    bottom: 10px;
    font-size: 1em !important;
    margin: 0 !important;
    position: absolute;
    right: 10px;
}

.lp-top section a:hover .read-more {
    text-decoration: underline;
}

.lp-top figure {
    margin: 0;
    padding: 0;
}

.lp-top figure img {
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .category-update {
        margin-left: 1rem !important;
    }

    .category-update {
        margin-left: 0 !important;
    }

    .category-update li {
        margin: 0 0.5rem 0.5rem 0;
    }

    .lp-top>section {
        display: block;
    }

    .lp-top section>div {
        width: 100% !important;
    }

    .lp-top section>div+div {
        margin: 20px 0 0;
    }

    .lp-top section h3 {
        margin-bottom: 10px;
        padding: 0;
    }
}

/*第二階層フッターメニュー*/
.f-navi-menu.show-bnr {
    height: 145px;
}

.f-navi-menu.show-bnr .gradation {
    display: none;
}

.f-navi-menu.show-bnr+.show-more .arrow {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 2px;
}

.f-navi-menu .gradation {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1)100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.f-navi-menu .f-menu {
    display: inline-block;
    width: 100%;
}

.f-navi-menu .f-menu div {
    float: left;
    width: 31%;
    margin: 0;
    padding-left: 15px;
    text-align: left;
}

.f-navi-menu .f-menu div h5 {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 5px;
    border-top: 1px solid #666;
}

.f-navi-menu .f-menu div ul,.f-navi-menu .f-menu div ul li {
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 0.85rem;
    list-style-type: disc;
}

.f-navi-menu .f-menu div ul li a {
    text-decoration: underline;
}

.f-navi-menu.show-bnr {
    height: auto;
    padding-bottom: 6rem;
}

.f-navi-menu .show-more:hover {
    opacity: 0.5;
}

.show-bnr .contents-list {
    display: block;
}

@media screen and (min-width:768px) {
    .f-navi-menu .f-menu div:nth-child(3n+1) {
        clear: both;
    }
}

@media screen and (max-width:767px) {
    .f-navi-menu .f-menu div {
        float: none;
        width: auto;
        margin: 0;
        padding-left: 0px;
    }

    .f-navi-menu .f-menu div a {
        display: inline;
    }

    .f-navi-menu .f-menu div ul {
        margin-left: 5px;
    }

    .f-navi-menu .f-menu div h5 {
        margin: 5px 0;
        padding: 10px 0 0;
    }
}

/*-----------------------------------------------------------
⇓　カテゴリー別indexタブの設定　⇓
-----------------------------------------------------------*/
#category-menu {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 101;
}

#category-menu.show-index::after {
    top: -20px;
}

#category-menu::after {
    border-radius: 50%;
    top: -30%;
    content: "";
    display: block;
    height: 70px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70px;
    z-index: -1;
}

#category-menu::before {
    background: url(../img/menu-arrow_downer.png) no-repeat;
}

#category-menu.open::before {
    background: url(../img/menu-arrow_upper.png) no-repeat;
}

#category-menu::before,#category-menu.open::before {
    background-size: contain;
    content: "";
    height: 20px;
    margin: 0;
    position: absolute;
    bottom: -45%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
}

.approach-menu,.approach-menu::after,.active-navi-approach {
    background-color: #8b4513;
}

.profile-menu,.profile-menu::after,.active-navi-profile {
    background-color: #3b65ab;
}

.saiyou-menu,.saiyou-menu::after,.active-navi-saiyou {
    background-color: #009e96;
}

.press-menu,.press-menu::after,.active-navi-press {
    background-color: #B85600;
}

.publication-menu,.publication-menu::after,.active-navi-publication {
    background-color: #009944;
}

.procurement-menu,.procurement-menu::after,.active-navi-procurement {
    background-color: #E4007F;
}

.presiding-menu,.presiding-menu::after,.active-navi-presiding {
    background-color: #0068b7;
}

.proceed-menu,.proceed-menu::after,.active-navi-proceed {
    background-color: #007AB3;
}

.yosan-menu,.yosan-menu::after,.active-navi-yosan {
    background-color: #920783;
}

#menu-contents {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    margin-top: 20px;
    padding: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
}

#menu-contents ul {
    padding-top: 10px;
    position: relative;
}

#menu-contents #h2_conts li h2 {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 30px 10px 10px;
    position: relative;
}

#menu-contents #h2_conts li h2::after {
    border-top: solid 2px #bbb;
    border-right: solid 2px #bbb;
    content: "";
    display: block;
    height: 6px;
    margin: -4px 0 0 0;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}

#menu-contents #h2_conts li>ul h3 {
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu-contents #h2_conts,#menu-contents #h3_conts {
    width: 48.5%;
}

#h2_conts li.active h2 {
    background-color: #eee;
    font-size: 1.3em;
}

#h2_conts li.active h2::after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}

#h2_conts li a {
    text-decoration: none !important;
}

#h3_conts>ul {
    display: none;
    height: auto;
}

#h3_conts ul.active {
    display: block;
}

#menu-contents ul>* #menu-contents ul li,#menu-contents ul li h2,#menu-contents ul li>ul,#menu-contents ul li>ul li {
    box-sizing: border-box;
}

#h2_conts li>ul {
    display: none;
}

#menu-contents #h2_conts.h2_only li h2::after,#menu-contents #h2_conts.h2_only li.active h2::after {
    display: none;
}

/* 画像無し */
.only_txt h3 {
    margin-top: 0 !important;
}

.only_txt section>div {
    padding-top: 0.5em;
}

@media screen and (min-width:768px) {

    #menu-contents #h2_conts li h2,    #menu-contents #h3_conts li h3 {
        font-size: 1rem;
    }

    #menu-contents #h2_conts li p {
        background-color: #fff;
        margin: 0;
        padding: 10px;
    }

    #menu-contents #h3_conts {
        max-height: 40vh;
        overflow-y: auto;
    }

    #menu-contents #h3_conts li p {
        font-size: 0.9rem;
    }

    /*-プルダウンメニューカラー-*/
    #menu-contents #h2_conts li h2 {
        color: #e3e3e3;
        border-bottom: 1px solid #cecece;
    }

    #menu-contents #h2_conts li.active {
        opacity: 0.8;
    }
}

@media screen and (max-width:767px) {
    .menu-txt {
        writing-mode: vertical-rl;
    }

    #category-menu {
        display: flex;
        font-size: 16px;
        font-weight: bold;
        height: 100px;
        justify-content: center;
        right: 0;
        transform: translateY(-50%);
        top: 75%;
        width: 40px;
    }

    #category-menu::after {
        top: 30%;
        height: 50px;
        left: 0%;
        transform: translate(-50%, 0);
        width: 50px;
    }

    #category-menu::before,    #category-menu.open::before {
        height: 20px;
        left: -30%;
        top: 42%;
        width: 20px;
        transform: rotate(90deg);
    }

    #menu-contents {
        background: none;
        box-sizing: border-box;
        display: block;
        height: 100%;
        overflow-y: auto;
        padding: 92px 20.5% 0 0;
        position: fixed;
        top: 0;
        left: auto;
        right: -100%;
        transition: all 0.2s ease;
        margin: 0;
    }

    #menu-contents.menu-open {
        right: -20%;
    }

    #menu-contents>ul {
        margin: 0;
        padding: 0;
    }

    #menu-contents #h2_conts,    #menu-contents #h3_conts {
        display: block;
        width: 100%;
    }

    #menu-contents #h2_conts li.active>ul {
        display: block;
    }

    #h2_conts {
        box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
    }

    #h2_conts li+li {
        border-top: 1px solid #fff;
    }

    #h2_conts li>ul {
        display: none;
        background-color: #fff;
        color: #000;
        padding: 0;
    }

    #h2_conts li>ul li {
        background: #eee;
        padding: 10px 0;
    }

    #h2_conts li>ul li+li {
        border-top: 1px solid #555;
    }

    #menu-contents #h2_conts li h2 {
        background-color: #555;
        border-right: 0;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: normal;
        padding: 15px;
    }

    #menu-contents #h2_conts li.active h2 {
        font-weight: bold;
    }

    #menu-contents #h2_conts li h2::after {
        transform: rotate(135deg);
    }

    #menu-contents #h2_conts li.active h2:after {
        transform: rotate(-45deg);
    }

    #menu-contents #h2_conts li>ul h3 {
        color: #333;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        padding: 0 20px;
        position: relative;
    }

    #h2_conts li>ul li h3::after {
        border-top: solid 2px #315694;
        border-right: solid 2px #315694;
        content: "";
        display: block;
        height: 6px;
        margin: -4px 0 0 0;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 6px;
    }

    #h2_conts li p {
        padding: 0 10px;
    }

    #menu-contents #h2_conts,    #menu-contents #h3_conts {
        background-color: #fff;
    }

    .lp-top section a {
        display: block;
    }

    #h2_conts li>ul p {
        font-size: 11px;
        margin: 5px 0 0;
        padding: 0 20px;
    }

    #menu-contents #h3_conts,    #menu-contents #h3_conts ul.active {
        display: none;
    }
}

/*-----------------------------------------------------------
for printOut
（PC画面での印刷を想定。（スマホ画面での印刷はできない）
/*-----------------------------------------------------------*/
@media print {
    body {
        width: 1054px;
        background: #fff;
        font-size: 1em;
    }

    .nav-area,    .sp_nav {
        display: none;
    }

    .detail-page p {
        font-size: 1em;
    }
}

/*-----------------------------------------------------------
for news__item
-----------------------------------------------------------*/
.news__item {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d9dffc;
    margin-bottom: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.news__item .news__title {
    display: table-cell;
    width: 77%;
    padding-right: 65px;
}

.news__title a {
    color: #315694;
    padding-bottom: 2px;
}

.news__item .date {
    font-weight: bold;
    width: 7%;
    margin: 0 5px 0 0;
    float: left;
}

#top-tab ul {
    margin: 25px 0 0;
}

#top-tab ul .date {
    width: 12%;
}

@media screen and (max-width:768px) {
    .news__item .news__title {
        padding-right: 0;
    }

    .news__item .date {
        width: 19%;
    }

    #top-tab ul {
        margin: 55px 0 0;
    }

    #top-tab ul .date {
        width: 18%;
    }
}

/*-----------------------------------------------------------
2020.06.26 for icon_arrow
-----------------------------------------------------------*/
.icon_arrow {
    position: relative;
    border-left: none
}

.detail-page .is-nomal {
    font-size: 1.2rem;
    padding-top: 2px;
}

.icon_arrow:before {
    display: inline-block;
    content: "";
}

.is-small {
    font-size: 1em;
    padding-left: 1.1rem;
    line-height: 1.4;
    box-sizing: border-box;
}

.detail-page .is-small {
    font-size: 1rem;
}

header .is-small {
    font-size: 0.8rem;
}

.is-small:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: -1px;
}

header .is-small:before {
    top: 0px;
}

.detail-page .is-nomal {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-left: 20px;
    box-sizing: border-box;
}

.is-nomal:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}

#contentMap .is-nomal:before {
    top: 8px;
}

.menu__subitems__all span {
    text-align: center;
    font-size: 1.2rem;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
}

.menu__items.sp .menu__subitems.indexlink {
    display: flex;
}

.menu__items.sp .menu__subitems.indexlink a {
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    margin: 0px auto;
    box-sizing: border-box;
}

.menu__items.sp .menu__subitems.indexlink span {
    font-size: 1.2rem;
    line-height: 1.5;
    position: absolute;
    top: 40%;
    left: 0;
    width: auto;
    transform: translate(-0%, -23%);
    text-align: center;
    width: 100%;
    padding-left: 0;
}

.menu__items.sp .menu__subitems span:before {
    top: 17px;
    left: 7px;
}

@media screen and (max-width:768px) {
    .is-small {
        font-size: 1rem;
    }

    .is-small:before {
        top: 3px;
    }
}

/*  plane  */
.icon_arrow:before {
    background: url(../img/icn_arrow_right_type-00.svg) no-repeat;
    background-size: cover;
}

/* .is-brown:before {
background: url("../img/icn_arrow_right_type-01.svg") no-repeat;
background-size: cover;
} */
.is-white:before {
    background: url("../img/icn_arrow_right_white.svg") no-repeat;
    background-size: cover;
}

#approach main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-01.svg") no-repeat;
    background-size: cover;
}

#profile main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-02.svg") no-repeat;
    background-size: cover;
}

#saiyou main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-03.svg") no-repeat;
    background-size: cover;
}

#press main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-04.svg") no-repeat;
    background-size: cover;
}

#publication main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-05.svg") no-repeat;
    background-size: cover;
}

#procurement main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-06.svg") no-repeat;
    background-size: cover;
}

#presiding main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-07.svg") no-repeat;
    background-size: cover;
}

#proceed main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-08.svg") no-repeat;
    background-size: cover;
}

#yosan main .icon_arrow:before {
    background: url("../img/icn_arrow_right_type-09.svg") no-repeat;
    background-size: cover;
}

/*-----------------------------------------------------------
2020.06.26 for Sitemap remake
-----------------------------------------------------------*/
.sList li {
    display: inline-block;
    width: 30%;
}

.sList h3 {
    padding: 0px;
    margin: 0px;
    background: none;
}

.sitemap .Listarrow li {
    background-image: url("../common/img/icn_anchor.png");
}

.mapwrap .col3 {
    display: flex;
    flex-wrap: wrap;
}

.mapwrap .col-1-3 {
    float: none;
    margin: 1rem 1rem 0 0.5rem;
}

.detail-page .mapwrap h2.type--link,.detail-page .mapwrap h3.type--link,.detail-page .mapwrap h4.type--link,.detail-page .mapwrap div.type--link {
    margin: 0;
}

.detail-page .mapwrap .type--linkbox {
    margin: 0 !important;
    height: calc(100% - 70px);
}

.mapwrap .col-1-3 {
    width: calc(50% - 27px);
}

main .mapwrap h2 a {
    color: #fff;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .mapwrap .col-1-3 {
        width: 100%;
    }
}

/*-----------------------------------------------------------
2020.07.01 for /j/saiyou/ippan_senmon/setsumei/ remake
-----------------------------------------------------------*/
.seach-list input,.seach-list label {
    cursor: pointer;
}

.is-hide {
    display: none;
}

.show {
    display: block !important;
}

.detail-page #seach-box p {
    width: 13%;
    font-size: 1em;
    margin: 0;
    padding: 1rem;
    background: #f0f0f0;
    color: #7b7b7b;
}

.detail-page #seach-box ul {
    font-size: 1em;
    margin: 0;
    padding: 1rem;
    width: 90%;
    list-style: none;
}

.detail-page #seach-box ul input {
    margin-right: 5px;
}

#seach-box .h-color--type3 {
    margin-bottom: 1rem;
}

#seach-box .seach-list {
    font-size: 1em;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    display: flex;
    border-top: 1px solid #adadad;
}

#seach-box .seach-list:last-child {
    border-bottom: 1px solid #adadad;
}

#seach-box ul li {
    min-width: 120px;
    display: inline-block;
    margin-right: 15px;
}

/*--------------*/
.ippan-schedule-box {
    padding-top: 0;
    margin-top: 2rem;
}

.ippan-schedule-box h3 {
    margin-bottom: 1rem;
}

.ippan-schedule-item {
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #c7c7c7;
    box-sizing: border-box;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    margin-bottom: 1rem;
}

.ippan-schedule-item.nolink,.ippan-schedule-item a {
    color: #000;
    display: flex;
    text-decoration: none;
}

.ippan-schedule-title-name {
    color: #315694;
    text-decoration: underline;
}

.ippan-schedule-item.nolink>div,.ippan-schedule-item a>div {
    padding: 1rem;
}

.ippan-schedule-item .ippan-schedule-date {
    width: 13%;
    background: #f0f0f0;
    position: relative;
}

.ippan-schedule-item .ippan-schedule-date>span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -48%);
    width: 100%;
}

.dates {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 83%;
    white-space: nowrap;
}

.ippan-schedule-item .ippan-schedule-title {
    width: 65%;
}

.ippan-schedule-title-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.ippan-schedule-title-end {
    font-size: 1rem;
}

.ippan-schedule-item .ippan-schedule-panel {
    width: 22%;
    padding: 1rem;
    border-left: 1px solid #e8e8e8;
}

.ippan-schedule-content-title {
    font-size: 12px;
    opacity: 0.5;
    color: #25318e;
}

.ippan-schedule-content {
    margin-bottom: 1rem;
}

.ippan-schedule-place .ippan-schedule-content {
    margin-bottom: 0;
}

.ippan-schedule-title-class {
    font-weight: normal;
    font-size: 12px;
    padding: 2px 8px 0px;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.ippan-schedule-title-class.ippan {
    background: #0350af;
}

.ippan-schedule-title-class.senmon {
    background: #148460;
}

.ippan-schedule-title-class.end {
    background: #da2e2e;
}

#link.formlink {
    margin: 3rem 1rem 2.5rem 0.5rem;
}

#include-detail {
    margin-top: 20px;
}

#seach-box {
    display: block;
}

.ippan-schedule-item>div .ippan-schedule-title-name {
    text-decoration: none;
}

#application-detail .w75 {
    display: inline-block;
    width: 75px;
}

#application-detail {
    margin-top: 30px;
}

#application-detail p,#application-detail ul {
    padding: 0 0 0 1.5em;
    margin: 0;
}

#ippan-schedule-include {
    padding: 20px 0;
}

.changetag {
    display: none;
}

.changelink {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:768px) {
    .w-30 {
        max-width: 100% !important;
    }

    #seach-box .h-color--type3 {
        margin: 1.25rem 0 0 0;
    }

    #saiyou_ippan {
        padding-bottom: 50px;
    }

    /* include */
    .ippan-schedule-item.nolink>div,    .ippan-schedule-item a>div {
        padding: 0;
    }

    .ippan-schedule-box {
        margin-top: 0;
    }

    .ippan-schedule-item {
        padding: 0;
        background: #fff;
        box-shadow: none;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .ippan-schedule-item .ippan-schedule-panel {
        border-left: none;
    }

    .ippan-schedule-place {
        margin-top: 6px;
        padding-top: 4px;
        border-top: 1px solid #e8e8e8;
    }

    .ippan-schedule-item .ippan-schedule-date>span {
        position: relative;
        top: 0;
        transform: translate(0%, 0%);
    }

    .ippan-schedule-item.nolink,    .ippan-schedule-item a {
        display: block;
        overflow: initial;
    }

    .ippan-schedule-item .ippan-schedule-date,    .ippan-schedule-item .ippan-schedule-title,    .ippan-schedule-item .ippan-schedule-panel {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .ippan-schedule-item .ippan-schedule-title-sponsor {
        position: relative;
        left: -8px;
    }

    .ippan-schedule-date span br {
        display: none;
    }

    .ippan-schedule-content {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ippan-schedule-item.nolink .ippan-schedule-panel,    .ippan-schedule-item .ippan-schedule-panel {
        padding: 0 10px;
        margin-top: 2px;
    }

    .ippan-schedule-title-sponsor,    .ippan-schedule-item.nolink .ippan-schedule-title,    .ippan-schedule-item .ippan-schedule-title {
        font-size: 12px;
        padding: 0 10px;
    }

    .ippan-schedule-item.nolink .ippan-schedule-date,    .ippan-schedule-item .ippan-schedule-date {
        background: #f0f0f0;
        color: #000;
        padding: 5px 10px 2px;
        margin-bottom: 5px;
    }

    .ippan-schedule-date span br {
        display: none;
    }

    .ippan-schedule-date .dates {
        display: inline;
    }

    .ippan-schedule-date .ippan-schedule-title-class {
        display: inline-block;
    }

    .ippan-schedule-title .ippan-schedule-title-sponsor2 {
        border-top: 1px solid #e8e8e8;
        width: 100%;
        display: block;
        margin-top: 3px;
        padding-top: 7px;
    }

    .ippan-schedule-title-class {
        top: -1px;
        font-size: 11px;
        height: 19px;
        box-sizing: border-box;
    }

    .ippan-schedule-item .ippan-schedule-date,    .ippan-schedule-title-sponsor,    .ippan-schedule-place .ippan-schedule-content {
        font-size: 12px;
    }

    .ippan-schedule-place>div {
        display: inline;
    }

    .ippan-schedule-date .fw-bold {
        margin-right: 10px;
        font-weight: normal;
    }

    #include-detail,    #ippan-schedule-include {
        margin: 1rem 1.25rem 0 0.5rem;
    }

    .ippan-schedule-item {
        padding-bottom: 0.5rem;
    }

    #saiyou_ippan .btn-to-top {
        bottom: 45px;
    }

    /* modal */
    #seach-box {
        position: fixed;
        background: #000;
        overflow: hidden;
        height: 100vh;
        width: 100vw;
        top: 0;
        z-index: 99999;
        left: 0;
        display: none;
    }

    #seach-box .detail-page h2 {
        background-color: #696969;
        border-left: 0.4rem solid #454545;
        margin: 0;
        padding: 0.35rem 0.5rem;
        font-size: 1.2em;
        color: #fff;
    }

    #seach-box .seach-list {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .detail-page #seach-box p {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 1rem;
    }

    .modal-poping {
        overflow: hidden;
        height: 100vh;
    }

    .modal-cont {
        background: #fff;
        width: 90vw;
        height: 80vh;
        margin: 5% auto;
        overflow: scroll;
        z-index: 99999;
    }

    .modal-inner {
        background: #fff;
        width: 93%;
        height: 80%;
        overflow-y: scroll;
        margin: 5% auto;
        z-index: 99999;
    }

    .modal-inner-scroll {}

    .modal-cont .btn-wrap {
        width: 100%;
        bottom: 6px;
        background: #fff;
    }

    .modal-cont .btn {
        background: #009e96;
        border-radius: 10px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 90%;
        margin: 5% auto;
        padding: 10px 0;
    }

    #seach-condition {
        position: fixed;
        bottom: 0;
        z-index: 99999;
        color: #fff;
        background: #009e96;
        width: 100%;
        text-align: center;
        font-weight: bold;
        padding: 10px 0;
    }

    .detail-page p.changelink {
        position: relative;
        text-align: right;
        margin-top: 0;
    }
}

/*-----------------------------------------------------------
/*  2020.07.20 ichigaya tour 
-----------------------------------------------------------*/
#top .tabs-section {
    margin: 0px 3px 0 0;
}

.tabs-section {
    margin: 1.25rem 0 0 0;
}

.tour_tabmenu_big {
    overflow: hidden;
    list-style: none;
    border-bottom: 5px solid #007233;
    padding: 0;
}

.tour_tabmenu_big a {
    float: left;
    background: #d9dfe1;
    margin: 0;
    list-style: none;
    width: 50%;
    border: none;
    border-radius: 0.5em 0.5em 0 0;
    padding-top: 10px;
    box-sizing: border-box;
}

.tour_tabmenu_big a {
    text-align: center;
}

.tour_tabmenu_big a.active {
    background: #007233;
    color: #ffffff;
}

.tour_tabmenu_big .tab-labels:after {}

.tour_tabmenu_big .tab-labels.active:after {
    width: 80%;
    left: 10%;
    padding-left: 1px;
}

.cb:after {
    content: "";
    display: block;
    clear: both;
}

.boxarea {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #adadad;
    margin: 1.25rem 1rem 0 0.5rem;
    padding: 0;
}

.checknote label {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2rem;
}

.helfop {
    opacity: 0.5;
}

.detail-page h4.pub_btnLink.is-helf {
    border: none;
    margin: 1.25rem 1rem -1rem 0.5rem
}

.pub_btnLink a {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 !important;
    background-color: #315694;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

/*-----------------------------------------------------------
/*  ichigaya virtual 
-----------------------------------------------------------*/
.h-color--type5.title {
    margin: 1.25rem 1rem 1.25rem 0.5rem
}

.movie-wrap.youtube {
    width: 100%;
    margin-left: 0.2rem;
    margin-bottom: 2rem;
}

/*-----------------------------------------------------------
/*  Gnav 
-----------------------------------------------------------*/
nav {
    border-bottom: 1px solid #adadad;
}

nav a {
    display: block;
}

nav a:hover {
    opacity: 0.5;
}

.menu__items,.menu__links {
    text-align: center;
    vertical-align: middle;
}

.menu__items__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.menu__items {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    vertical-align: middle;
    padding: 15px 0 10px;
}

.menu__items h2 {
    font-size: 1rem;
    margin: 0;
    border-right: 1px solid #adadad;
}

.menu__items h2 a {
    color: #363636;
    text-decoration: none;
    cursor: pointer;
}

.menu__items.current h2 a {
    color: #fff;
}

.menu__items:first-child h2 {
    border-left: 1px solid #adadad;
}

.menu__items.active-navi h2 {
    color: #fff;
    border: none;
}

.menu__items.no-current h2,.menu__items.no-border h2 {
    border-right: none;
}

.menu__items dl dt a {
    text-decoration: none;
}

.menu__subitems__box {
    display: none;
    position: absolute;
    background: #fff;
    width: 420px;
    text-align: left;
    top: 47px;
    z-index: 99999;
}

@media screen and (min-width: 768px) {
    .menu__subitems__box {
        /* max-height: 75vh; */
        overflow-y: auto;
    }
}

#menu__items_en_sp .menu__subitems__box ul a,#menu__items_kids_sp .menu__subitems__box ul a,#menu__items_en .menu__subitems__box ul a,#menu__items_kids .menu__subitems__box ul a {
    display: block;
}

.menu__items.sp .menu__subitems {
    width: 50%;
}

.menu__items.sp .menu__subitems .flex-wrap>div.menu__subitem__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 10px 0 0;
}

.menu__items.sp .menu__subitems .flex-wrap>div.menu__subitem__img img {
    width: 100%;
    height: auto;
    transform: translate(0);
}

.menu__items.sp .menu__subitems .flex-wrap>div.menu__subitem__img+div {
    width: calc(100%);
}

#menu__items_presiding .menu__subitems__box {
    left: -18px;
}

#menu__items_proceed .menu__subitems__box {
    left: -164px;
}

#menu__items_yosan .menu__subitems__box {
    left: -295px;
}

.active-navi:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
}

.active-navi+.is-sub,.active-navi .menu__subitems__box {
    display: block;
}

.menu__subitems__title {
    padding: 1rem 20px;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: -20px;
}

.menu__subitems {
    padding: 10px 0;
    border-bottom: 1px solid #adadad;
    font-size: 1rem;
}

.menu__subitems:last-child {
    border-bottom: none;
}

.menu__subitems .flex-wrap>div {
    width: calc(100%);
}

.menu__subitems .flex-wrap>div.menu__subitem__img+div {
    width: calc(100% - 110px);
}

.menu__subitems .flex-wrap>div.menu__subitem__img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px 0 0;
}

.menu__subitems .flex-wrap>div.menu__subitem__img img {
    width: auto;
    height: 100%;
    transform: translateX(-25%);
}

.is-sub .menu__subitems .flex-wrap>div.menu__subitem__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 0 10px 0;
}

.is-sub .menu__subitems .flex-wrap>div.menu__subitem__img+div {
    width: 100%;
}

.is-sub .menu__subitems .flex-wrap>div.menu__subitem__img img {
    width: 100%;
    height: auto;
    transform: translateX(0%);
}

.menu__subitems__box a {
    color: #363636;
    text-decoration: none;
}

.sp .menu__subitems__box a {
    padding: 0 10px;
}

.menu__subitems__box .flex-wrap>div {
    font-size: 0.8rem;
}

.menu__subitems__box ul {
    padding: 10px 20px 0;
}

.menu__subitems__all a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.menu__items.active-navi h2 a {
    color: #fff;
    opacity: 1;
    transition: all 0s;
    -webkit-transition: all 0s;
}
/*  menu__items_approach  */
.bg_light_type-01 {
    background: #fffaf4;
}

.bg_dark_type-01 {
    background: #8b4513;
}

.text_type-01 {
    background: #8b4513;
}

#menu__items_approach.current,#menu__items_approach.active-navi,#menu__items_approach.active-navi:after,#menu__items_approach .menu__subitems__all a {
    background: #8b4513;
}

#menu__items_approach .menu__subitems__box {
    border: 2px solid #8b4513;
}

#menu__items_approach .menu__subitems__title {
    color: #8b4513;
}

#menu__items_approach h4:before {
    background: url(../img/icn_arrow_right_type-01.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_profile  */
.bg_light_type-02 {
    background: #EDF4FF;
}

.bg_dark_type-02 {
    background: #315694;
}

.text_type-02 {
    background: #315694;
}

#menu__items_profile.current,#menu__items_profile.active-navi,#menu__items_profile.active-navi:after,#menu__items_profile .menu__subitems__all a {
    background: #315694;
}

#menu__items_profile .menu__subitems__box {
    border: 2px solid #315694;
}

#menu__items_profile .menu__subitems__title {
    color: #315694;
}

#menu__items_profile h4:before {
    background: url(../img/icn_arrow_right_type-02.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_saiyou  */
.bg_light_type-03 {
    background: #E7F7F6;
}

.bg_dark_type-03 {
    background: #009e96;
}

.text_type-03 {
    background: #009e96;
}

#menu__items_saiyou.current,#menu__items_saiyou.active-navi,#menu__items_saiyou.active-navi:after,#menu__items_saiyou .menu__subitems__all a {
    background: #009e96;
}

#menu__items_saiyou .menu__subitems__box {
    border: 2px solid #009e96;
}

#menu__items_saiyou .menu__subitems__title {
    color: #009e96;
}

#menu__items_saiyou h4:before {
    background: url(../img/icn_arrow_right_type-03.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_press  */
.bg_light_type-04 {
    background: #FFF7EC;
}

.bg_dark_type-04 {
    background: #B85600;
}

.text_type-04 {
    background: #B85600;
}

#menu__items_press.current,#menu__items_press.active-navi,#menu__items_press.active-navi:after,#menu__items_press .menu__subitems__all a {
    background: #B85600;
}

#menu__items_press .menu__subitems__box {
    border: 2px solid #B85600;
}

#menu__items_press .menu__subitems__title {
    color: #B85600;
}

#menu__items_press h4:before {
    background: url(../img/icn_arrow_right_type-04.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_publication  */
.bg_light_type-05 {
    background: #E9F5EE;
}

.bg_dark_type-05 {
    background: #009944;
}

.text_type-05 {
    background: #009944;
}

#menu__items_publication.current,#menu__items_publication.active-navi,#menu__items_publication.active-navi:after,#menu__items_publication .menu__subitems__all a {
    background: #009944;
}

#menu__items_publication .menu__subitems__box {
    border: 2px solid #009944;
}

#menu__items_publication .menu__subitems__title {
    color: #009944;
}

#menu__items_publication h4:before {
    background: url(../img/icn_arrow_right_type-05.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_procurement  */
.bg_light_type-06 {
    background: #FDF2F8;
}

.bg_dark_type-06 {
    background: #e4007f;
}

.text_type-06 {
    background: #e4007f;
}

#menu__items_procurement.current,#menu__items_procurement.active-navi,#menu__items_procurement.active-navi:after,#menu__items_procurement .menu__subitems__all a {
    background: #e4007f;
}

#menu__items_procurement .menu__subitems__box {
    border: 2px solid #e4007f;
}

#menu__items_procurement .menu__subitems__title {
    color: #e4007f;
}

#menu__items_procurement h4:before {
    background: url(../img/icn_arrow_right_type-06.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_presiding  */
.bg_light_type-07 {
    background: #E2F2FD;
}

.bg_dark_type-07 {
    background: #0068b7;
}

.text_type-07 {
    background: #0068b7;
}

#menu__items_presiding.current,#menu__items_presiding.active-navi,#menu__items_presiding.active-navi:after,#menu__items_presiding .menu__subitems__all a {
    background: #0068b7;
}

#menu__items_presiding .menu__subitems__box {
    border: 2px solid #0068b7;
}

#menu__items_presiding .menu__subitems__title {
    color: #0068b7;
}

#menu__items_presiding h4:before {
    background: url(../img/icn_arrow_right_type-07.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_proceed  */
.bg_light_type-08 {
    background: #F6FBFE;
}

.bg_dark_type-08 {
    background: #007AB3;
}

.text_type-08 {
    background: #007AB3;
}

#menu__items_proceed.current,#menu__items_proceed.active-navi,#menu__items_proceed.active-navi:after,#menu__items_proceed .menu__subitems__all a {
    background: #007AB3;
}

#menu__items_proceed .menu__subitems__box {
    border: 2px solid #007AB3;
}

#menu__items_proceed .menu__subitems__title {
    color: #007AB3;
}

#menu__items_proceed h4:before {
    background: url(../img/icn_arrow_right_type-08.svg) no-repeat;
    background-size: cover;
}

/*  menu__items_yosan  */
.bg_light_type-09 {
    background: #FFEFFD;
}

.bg_dark_type-09 {
    background: #920783;
}

.text_type-09 {
    background: #920783;
}

#menu__items_yosan.current,#menu__items_yosan.active-navi,#menu__items_yosan.active-navi:after,#menu__items_yosan .menu__subitems__all a {
    background: #920783;
}

#menu__items_yosan .menu__subitems__box {
    border: 2px solid #920783;
}

#menu__items_yosan .menu__subitems__title {
    color: #920783;
}

#menu__items_yosan h4:before {
    background: url(../img/icn_arrow_right_type-09.svg) no-repeat;
    background-size: cover;
}

.menu__items.current {
    color: #fff;
}

/*  is-kids fa6400 */
.bg_light_type-10 {
    background: #fffcfa;
}

.header__menu__subset.is-kids h4:before {
    background: url(../img/icn_arrow_right_type-10.svg) no-repeat;
    background-size: cover;
}

#menu__items_kids_sp.active-navi,#menu__items_kids_sp.active-navi:after,#menu__items_kids_sp .menu__subitems__all a,#menu__items_kids.active-navi,#menu__items_kids.active-navi:after,#menu__items_kids .menu__subitems__all a {
    background: #fa6400;
}

#menu__items_kids_sp .menu__subitems__box,#menu__items_kids .menu__subitems__box {
    border: 2px solid #fa6400;
}

#menu__items_kids_sp .menu__subitems__title,#menu__items_kids .menu__subitems__title {
    color: #fa6400;
}

#menu__items_kids_sp h4:before,#menu__items_kids h4:before {
    background: url(../img/icn_arrow_right_type-10.svg) no-repeat;
    background-size: cover;
}

#menu__items_kids_sp h2,#menu__items_kids h2 {
    background: #fa6400;
}

#menu__items_kids_sp .indexlink a {
    background: #fa6400;
}

/*  is-en  #278901 */
.bg_light_type-11 {
    background: #f8fff6;
}

.header__menu__subset.is-en h4:before {
    background: url(../img/icn_arrow_right_type-11.svg) no-repeat;
    background-size: cover;
}

#menu__items_en_sp.active-navi,#menu__items_en_sp.active-navi:after,#menu__items_en_sp .menu__subitems__all a,#menu__items_en.active-navi,#menu__items_en.active-navi:after,#menu__items_en .menu__subitems__all a {
    background: #278901;
}

#menu__items_en_sp .menu__subitems__box,#menu__items_en .menu__subitems__box {
    border: 2px solid #278901;
}

#menu__items_en_sp .menu__subitems__title,#menu__items_en .menu__subitems__title {
    color: #278901;
}

#menu__items_en_sp h4:before,#menu__items_en h4:before {
    background: url(../img/icn_arrow_right_type-11.svg) no-repeat;
    background-size: cover;
}

#menu__items_en_sp h2,#menu__items_en h2 {
    background: #278901;
}

#menu__items_en_sp .indexlink a {
    background: #278901;
}

.menu__items.sp h2 a {
    color: #fff;
}

.menu__items.sp img {
    margin-bottom: 10px;
}

.menu__subitems__text {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px;
    text-decoration: underline;
}
.menu__subitems .flex-wrap {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .tabs-section {
        margin: 1.25rem 0;
    }

    .overflow {
        overflow: hidden;
    }

    .overflow header {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    header nav {
        display: none;
        border-bottom: none;
    }

    #menuContent .menu__items .menu__subitems__box {
        border: none;
        border-bottom: 1px solid #adadad;
        height: auto;
    }

    .menu__items {
        text-align: left;
        padding: 0px;
    }

    .menu__items img {
        width: 100%;
    }

    .menu__items h2 {
        border-right: none;
        border-bottom: 1px solid #adadad;
        padding: 20px;
    }

    .menu__items h2:hover {
        color: #363636;
    }

    .menu__items:first-child h2 {
        border-left: none;
    }

    .menu__items__box {
        display: block;
    }

    .menu__subitems__box {
        position: relative;
        width: 100%;
        text-align: left;
        top: 0;
    }

    #menu__items_presiding .menu__subitems__box,    #menu__items_proceed .menu__subitems__box,    #menu__items_yosan .menu__subitems__box {
        left: 0;
    }

    #menu__items_en_sp .menu__subitems__box ul,    #menu__items_kids_sp .menu__subitems__box ul,    #menu__items_en .menu__subitems__box ul,    #menu__items_kids .menu__subitems__box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .menu__subitems__all {
        padding: 0 20px 20px;
    }

    .menu__items h2 {
        position: relative;
    }

    .menu__items h2:after {
        display: block;
        content: "";
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/sp_menu_sub-close.svg) no-repeat;
        background-size: cover;
    }

    .menu__items.current h2:after,    .menu__items.sp h2:after {
        background: url(../img/sp_menu_sub_white-close.svg) no-repeat;
        background-size: cover;
    }

    .menu__items h2 a {
        pointer-events: none;
    }

    .menu__items.opensub h2:after {
        background: url(../img/sp_menu_sub-open.svg) no-repeat;
        background-size: cover;
    }

    .menu__items.sp.opensub h2:after {
        background: url(../img/sp_menu_sub_white-open.svg) no-repeat;
        background-size: cover;
    }

    #menu__items_other {
        padding: 20px;
    }

    #menu__items_other li a {
        color: #fff;
        padding: 15px;
        position: relative;
        border-bottom: 1px solid #fff;
        display: block;
        text-decoration: none;
    }

    #menu__items_other li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        transform: rotate(45deg);
    }

    #menu__items_other .is-kids {
        padding-right: 10px;
    }

    #menu__items_other .is-kids a {
        background-color: #fa6400;
    }

    #menu__items_other .side-menu {
        padding-right: 10px;
    }

    #menu__items_other .is-en a {
        background-color: #278901;
    }

    #menu__items_other p {
        padding: 0 20px;
    }
}

/*-----------------------------------------------------------
/*  .contents-list  slider-wrap
-----------------------------------------------------------*/
.slider-wrap {
    padding: 20px 30px 0;
    height: auto;
}

.flex-wrap.slider-wrap .slider-item {
    margin-right: 1em;
}

.slider-wrap .slider-item {
    margin-right: 20px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.slider-wrap figure {
    margin: 0;
}

.slider-wrap a {
    display: block;
    text-decoration: none;
    min-height: 100%;
}

@media all and (-ms-high-contrast: none) {
    .slider-wrap a {
        min-height: auto;
    }
}

.contents-list {
    position: relative;
    transition: all 0.6s ease;
}

#contentslist .show-more {
    display: none;
}

.detail-page .contents-list.open:after {
    display: none;
}

.detail-page .contents-list #contentMap .flex-1-4 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 2em
}

.contents-list h3,.slider-wrap h3 {
    text-decoration: none;
    color: #363636;
    position: relative;
    padding: 0 10px 0 20px;
    margin: 1em 0 0.5em;
}
.contents-list h3,.slider-wrap h3 {
    margin: 1em 0 .5em .5em;
}

.contents-list h3 {
    padding: 0 0 0 1em;
    margin: 1em 0 0.5em 0;
}

.slider-wrap .slider-item-txt {
    padding: 0 0 0 6px;
    font-size: 0.8rem;
    margin: 1em 2em 2em 2em;
    color: #363636;
}

.flex-wrap.slider-wrap .slider-item-txt {
    padding: 0;
    margin: 1em 2em 2em 1.3em;
}

.contents-list ul {
    padding: 1em 0 0 0;
}

.contents-list li {
    list-style: none;
    position: relative;
    padding-left: 1.1em;
}

.contents-list li:before {
    content: '';
    display: inline-block;
    font-family: '';
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 7px;
    height: 15px;
    margin-right: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 4px;
    top: 5px;
}

.contents-list #content1 li:before,#approach .contents-list li:before {
    background: url("../img/arrow_left_type-01.svg") no-repeat;
    background-size: cover;
}

.contents-list #content2 li:before,#profile .contents-list li:before {
    background: url("../img/arrow_left_type-02.svg") no-repeat;
    background-size: cover;
}

.contents-list #content3 li:before,#saiyou .contents-list li:before {
    background: url("../img/arrow_left_type-03.svg") no-repeat;
    background-size: cover;
}

.contents-list #content4 li:before,#press .contents-list li:before {
    background: url("../img/arrow_left_type-04.svg") no-repeat;
    background-size: cover;
}

.contents-list #content5 li:before,#publication .contents-list li:before {
    background: url("../img/arrow_left_type-05.svg") no-repeat;
    background-size: cover;
}

.contents-list #content6 li:before,#procurement .contents-list li:before {
    background: url("../img/arrow_left_type-06.svg") no-repeat;
    background-size: cover;
}

.contents-list #content7 li:before,#presiding .contents-list li:before {
    background: url("../img/arrow_left_type-07.svg") no-repeat;
    background-size: cover;
}

.contents-list #content8 li:before,#proceed .contents-list li:before {
    background: url("../img/arrow_left_type-08.svg") no-repeat;
    background-size: cover;
}

.contents-list #content9 li:before,#yosan .contents-list li:before {
    background: url("../img/arrow_left_type-09.svg") no-repeat;
    background-size: cover;
}

@media screen and (max-width: 769px) {
    .menu__subitems .slider-item-txt:empty {
        display: none;
    }

    .menu__subitems .slider-item-txt {
        margin-bottom: 0;
    }

    .contents-list {
        padding: 0;
    }

    .slider-wrap {
        padding: 20px 0 20px;
    }

    .slider-wrap a {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        min-height: max-content;
    }

    .slider-wrap .slider-item {
        box-shadow: none;
        border-bottom: 1px solid #adadad;
        padding: 10px 0;
        margin: 10px 0;
    }

    .flex-wrap.slider-wrap {
        padding: 0;
    }

    .slider-wrap .slider-item {
        margin-right: 1em;
        margin-bottom: 0;
        padding-top: 0;
    }

    #contentslist [class*='flex-']:not(.flex-wrap) {
        box-shadow: none;
        border-bottom: 1px solid #adadad;
        margin-bottom: 0px;
        margin-right: 0;
        padding: 1em 0;
    }

    .slider-wrap .slider-item a>div:not(.menu__subitem__img) {
        width: calc(100%);
    }

    .slider-wrap .slider-item a>div.menu__subitem__img+div {
        width: calc(100% - 120px);
    }

    .slider-wrap .slider-item .menu__subitem__img {
        width: 100px;
        height: 100px;
        overflow: hidden;
        text-align: center;
        margin: 0 10px 0;
    }

    .slider-wrap .slider-item img {
        max-width: 320px;
        max-height: 100%;
        width: auto;
        height: auto;
        position: relative;
        left: -40%;
    }

    .slider-wrap h3 {
        margin: 0 0 0 10px;
        padding: 0 0 0 20px;
    }

    .slider-wrap .slider-item p {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .contents-list li:before {
        left: 1em;
    }

    .contents-list li {
        padding-left: 2em;
    }
}

/*-----------------------------------------------------------
/*  2020.07.29 .news-more
-----------------------------------------------------------*/
.news-more {
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.open+.news-more {
    font-size: 0;
}

.open+.news-more:after {
    font-size: 0.8rem;
    content: "閉じる";
}

.news-more:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.open+.news-more:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#approach .news-more:before {
    background: url("../img/icon_news_type-01.svg") no-repeat;
    background-size: cover;
}

#profile .news-more:before {
    background: url("../img/icon_news_type-02.svg") no-repeat;
    background-size: cover;
}

#saiyou .news-more:before {
    background: url("../img/icon_news_type-03.svg") no-repeat;
    background-size: cover;
}

#press .news-more:before {
    background: url("../img/icon_news_type-04.svg") no-repeat;
    background-size: cover;
}

#publication .news-more:before {
    background: url("../img/icon_news_type-05.svg") no-repeat;
    background-size: cover;
}

#procurement .news-more:before {
    background: url("../img/icon_news_type-06.svg") no-repeat;
    background-size: cover;
}

#presiding .news-more:before {
    background: url("../img/icon_news_type-07.svg") no-repeat;
    background-size: cover;
}

#proceed .news-more:before {
    background: url("../img/icon_news_type-08.svg") no-repeat;
    background-size: cover;
}

#yosan .news-more:before {
    background: url("../img/icon_news_type-09.svg") no-repeat;
    background-size: cover;
}

/*-----------------------------------------------------------
/*  2020.07.29 Footer 
-----------------------------------------------------------*/
footer {
    margin-top: 20px;
    padding: 0;
    color: #fff;
    width: 100%;
    font-size: 0.9em;
}

footer a:focus,footer a:active {
    opacity: 0.5;
}

/*- footer__links -*/
.footer__links-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__links-top ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer__links-top ul li a {
    margin: 2px 15px;
    line-height: 2;
    text-decoration: none;
}

.footer__links-top ul li a:hover {
    text-decoration: underline;
}

.footer__links a {
    display: inline-block;
    margin: 2px 15px;
    color: #fff;
    text-decoration: none;
}

.footer__links a:hover {
    text-decoration: underline;
}

/*- footer__links-top -*/
.footer__links-top {
    padding: 30px 0;
    background: #909090;
}

.footer__links-top h3 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.footer__links-top ul {
    margin-top: 10px;
}

.footer__links-top ul li {
    margin: 0 10px 10px 0;
}

.footer__links-top ul li a {
    display: inline-block;
    margin: 0;
    padding: 0px 5px;
    color: #696969;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
}

.footer__links-top ul li a img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

/*- footer__links-nav -*/
.footer__links-nav {
    padding: 20px 0;
    background: #666666;
}

/*- footer__links-nav subnav-bar -*/
.subnav-bar {
    max-width: 1000px;
    position: relative;
    padding-left: 0px;
}

.subnav-bar li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
}

/*- footer__links-nav sns-bar -*/
.sns-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -7px;
}

.sns-bar ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.sns-bar ul li img {
    width: 30px;
}

/*- footer__address-and-map -*/
.footer__address-and-map {
    text-align: center;
    padding: 20px 0;
    color: #363636;
}

.footer__address-and-map a img {
    width: auto;
    height: 14px;
}

@media screen and (max-width: 767px) {
    nav.breadcrumb {
        padding: 10px 20px;
        font-size: 12px;
    }

    footer {}

    .footer__links-top ul li {
        width: calc(50% - 5px);
    }

    .footer__links-top ul li:nth-child(even) {
        margin: 0 0 10px 0;
    }

    .footer__links-top ul li a {
        width: calc(100% - 10px);
    }

    .footer__links ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 0;
        box-sizing: border-box;
    }

    #includeFooter .footer__links-top {
        padding: 20px 0 10px;
    }

    #includeFooter .footer__links-top li {
        width: calc(50% - 10px);
    }

    #includeFooter .footer__links-top ul li a {
        width: 100%;
        box-sizing: border-box;
    }


    .subnav-bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .subnav-bar li {
        padding-bottom: 10px;
        padding-right: 0px;
    }

    .sns-bar ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
    }
    .footer__address-and-map {
        line-height: 1.5;
    }
    .menu__subitems__text.sp {
        color: #fff;
        padding: 3px 10px;
        border-radius: 10px;
    }
    .menu__subitems__text.sp a {
        color: #fff;
    }
    #menu__items_approach .menu__subitems__text.sp {        background: #8b4513;    }
    #menu__items_profile .menu__subitems__text.sp {        background: #315694;    }
    #menu__items_saiyou .menu__subitems__text.sp {        background: #009e96;    }
    #menu__items_press .menu__subitems__text.sp {        background: #B85600;    }
    #menu__items_publication .menu__subitems__text.sp {        background: #009944;    }
    #menu__items_procurement .menu__subitems__text.sp {        background: #e4007f;    }
    #menu__items_presiding .menu__subitems__text.sp {        background: #315694;    }
    #menu__items_proceed .menu__subitems__text.sp {        background: #315694;    }
    #menu__items_yosan .menu__subitems__text.sp {        background: #920783;    }
    #menu__items_yosan .menu__subitems__text.sp {        background: #920783;    }
    #menu__items_kids .menu__subitems__text.sp {        background: #fa6400;    }
    #menu__items_en .menu__subitems__text.sp {        background: #278901;    }
}
#contentslist p.see-more-news {
    position: relative;
    right: -26px;
    top: 0;
    font-size: 0.8rem;
    text-align: right;
}
#contentslist p.see-more-news a {
    display: inline-block;
    padding: 3px 10px;
}

/*- common -*/
@media screen and (max-width: 769px) {
    #contentslist p.see-more-news {
        right: 0;
    }
    article h1 span {
        width: calc(100% - 20px);
        padding: 0 10px;
        box-sizing: border-box;
    }

    .inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #header .inner {
        padding: 0;
    }

    header .inner {
        padding: 0;
    }

    .header__logo {
        margin: 5px 15px;
        position: relative;
        top: 0;
        z-index: 50;
    }

    .nav-area {
        position: absolute;
        top: 17px;
        right: 10px;
        z-index: 110;
    }

    .nav-area .menu_img {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/icn_burger_type-01.svg) no-repeat center;
    }
}

/*-----------------------------------------------------------
/*  ichigaya virtual 
-----------------------------------------------------------*/
/*  2020.09.01 reserve  */
.detail-page .reserve-title {
    margin: 0 0 10px;
    color: #00973a;
    font-size: 220%;
    background: none;
    border-left: none;
}

.reserve-link,.reserve-content {
    display: flex;
    margin: 20px 20px 20px 10px;
}

.reserve-link p {
    margin: 0;
}

.reserve-link a:link,.reserve-link a:active,.reserve-link a:visited,.reserve-link-box a:link,.reserve-link-box a:active,.reserve-link-box a:visited,.reserve-content a:link,.reserve-content a:active,.reserve-content a:visited {
    color: #000;
    text-decoration: none;
}

.reserve-link .reserve-link-item {
    width: 33%;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.reserve-link .reserve-link-item .link-item-title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    background-color: #74bf7b;
}

.reserve-link .reserve-link-item .link-item-title:after {
    content: "";
    position: absolute;
    top: 43%;
    right: 10px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reserve-link .reserve-link-item .link-item-title img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

#profile .reserve-link .reserve-link-item .link-item-title h4 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 1.2em;
    border: none;
    line-height: 1.4em;
    background: none;
}

.reserve-link .reserve-link-item:not(:last-child) {
    margin-right: 20px;
}

.reserve-link .reserve-link-item .link-item-note {
    min-height: 6em;
    margin: 20px 10px;
    color: #000;
}

.reserve-link .reserve-link-item .link-item-list {
    min-height: 160px;
    margin: 10px;
    padding: 10px;
    background: #f2f4e1;
    color: #000;
}

.reserve-link .reserve-link-item .link-item-list dt {
    margin: 0 0 10px;
    font-size: 0.8em;
}

.reserve-link .reserve-link-item .link-item-list dd ul {
    margin: 0;
    font-size: 1em;
    list-style: none;
    padding: 0 0 0 2em;
}

.reserve-link .reserve-link-item .link-item-list dd ul li {
    margin: 0;
}

.reserve-link .reserve-link-item .link-item-list dd ul li:before {
    content: "●";
    padding-right: 10px;
    color: #74bf7b;
}

.reserve-link-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 20px 0 10px;
    padding: 30px 40px 30px 30px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.reserve-link-box p {
    margin: 0;
    padding: 0;
    color: #000;
}

.reserve-link-box:after {
    content: "";
    position: absolute;
    top: 43%;
    right: 30px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 3px solid #315694;
    border-right: 3px solid #315694;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reserve-content .reserve-content-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.reserve-content .reserve-content-item:not(:nth-child(2n)) {
    margin-right: 20px;
}

.reserve-content .reserve-content-item .content-item-title {
    position: relative;
    display: flex;
    align-items: center;
}

#profile .reserve-content .reserve-content-item .content-item-title h4 {
    margin: 0;
    padding: 20px 30px 10px 20px;
    color: #000;
    font-size: 1.3em;
    border: none;
    background: none;
}

.reserve-content .reserve-content-item .content-item-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 3px solid;
    border-right: 3px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reserve-content .reserve-content-item .icon {
    margin-right: 8px;
    padding: 2px 5px;
    color: #FFF;
    font-size: 1em;
    border-radius: 5px;
}

.reserve-content .reserve-content-item .color-01 {
    border-bottom: 2px solid #79a53d;
}

.reserve-content .reserve-content-item .color-01 .icon {
    background: #79a53d;
}

.reserve-content .reserve-content-item .color-01 .sub-text {
    color: #79a53d;
}

.reserve-content .reserve-content-item .color-01.content-item-title:after {
    border-color: #79a53d;
}

.reserve-content .reserve-content-item .color-02 {
    border-bottom: 2px solid #0060b0;
}

.reserve-content .reserve-content-item .color-02 .icon {
    background: #0060b0;
}

.reserve-content .reserve-content-item .color-02 .sub-text {
    color: #0060b0;
}

.reserve-content .reserve-content-item .color-02.content-item-title:after {
    border-color: #0060b0;
}

.reserve-content .reserve-content-item .color-03 {
    border-bottom: 2px solid #ed7f17;
}

.reserve-content .reserve-content-item .color-03 .icon {
    background: #ed7f17;
}

.reserve-content .reserve-content-item .color-03 .sub-text {
    color: #ed7f17;
}

.reserve-content .reserve-content-item .color-03.content-item-title:after {
    border-color: #ed7f17;
}

.reserve-content .reserve-content-item .content-item-note {
    margin: 0;
    padding: 20px 20px 0;
    color: #000;
    font-size: 1em;
}

.reserve-content .reserve-content-item .content-item-img,.reserve-content .reserve-content-item .content-pamphlet-img {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.reserve-content .reserve-content-item .content-item-img img {
    object-fit: contain;
}

#profile .reserve-content .reserve-content-item .content-pamphlet-title h4 {
    position: relative;
    margin: 0;
    padding: 20px 20px 10px 40px;
    border-bottom: 1px solid #DDD;
    background: none;
}

.reserve-content .reserve-content-item .content-pamphlet-title h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    width: 4px;
    height: 4px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.reserve-content .reserve-content-item .content-pamphlet-title h4:after {
    content: "";
    position: absolute;
    top: 43%;
    left: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #315694;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {

    .reserve-link,    .reserve-content {
        flex-wrap: wrap;
        margin: 20px 0 0;
    }

    #contentMap {
        margin: 0;
    }

    #contentMap ul {
        padding: 0;
        margin: 0;
    }

    .reserve-link .reserve-link-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .reserve-content .reserve-content-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .reserve-link .reserve-link-item:not(:last-child),    .reserve-content .reserve-content-item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .reserve-link .reserve-link-item .link-item-note,    .reserve-link .reserve-link-item .link-item-list {
        min-height: auto;
    }

    .reserve-content .reserve-content-item .content-item-img img {
        width: 100%;
    }

    .reserve-link-box {
        margin: 0;
    }
}

ul#approach-update-more,ul#approach-update {
    padding: 0;
}

/* 9/9 saiyou */
.type--linkbox {
    margin: 0.75rem 0.5rem 0;
    padding: 0 10px;
    text-align: left;
}

.cate_index .h-type1 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 10px 0 0;
}

dl.dateList {
    overflow: hidden;
    zoom: 1;
    margin: 0.5rem 0;
    padding: 10px;
}

.flex-1-2 dl.dateList dt {
    width: 9%;
}

@media screen and (max-width: 767px) {
    .cate_index .h-type1 {
        margin: 0;
    }

    div.type--linkbox,    p.type--linkbox {
        padding: 10px;
        margin: 0rem 1rem 0 0.5rem;
    }

    a+div.type--linkbox,    .type--link+div.type--linkbox,    .type--link+p.type--linkbox {
        border-top: none;
        margin: 0;
    }
}

.cate_index .h-type1 a {
    text-shadow: #000 0px 0px 5px;
    display: block;
    padding: 30px 0;
    background-color: rgba(96, 96, 96, 0.5);
    background-size: 100% 100%;
    color: white;
}

.cate_index {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    z-index: 99;
    text-align: center;
}

.type--linkbox#sonota {
    padding: 10px;
    box-sizing: border-box;
}

[class*='flex-'].is-box {
    padding: 0;
    margin: 2em 8px 0 8px;
}

.flex-1-2.is-box {
    margin: 2em 1em 0 0;
    width: calc(50% - 1em);
}

[class*='flex-'].is-box a+div.type--linkbox,[class*='flex-'].is-box .type--link+div.type--linkbox,[class*='flex-'].is-box .type--link+p.type--linkbox,main section.detail-page [class*='flex-'].is-box .type--link {
    margin: 0;
    border: none;
}

.flex-wrap [class*='flex-'].is-box div.type--linkbox,.flex-wrap [class*='flex-'].is-box p.type--linkbox {
    border: none;
    border-top: 1px solid #adadad;
}

.detail-page [class*='flex-'].is-box h2.type--link,.detail-page [class*='flex-'].is-box h3.type--link,.detail-page [class*='flex-'].is-box h4.type--link,.detail-page [class*='flex-'].is-box div.type--link {
    margin: 0;
    border: none;
    border-top: 1px solid #adadad;
}

@media screen and (max-width: 768px) {
    [class*='flex-'].is-box {
        width: 100% !important;
        padding: 0;
    }

    .flex-1-2.is-box {
        margin: 1em 0 0;
    }

    .flex-wrap {
        margin: 1rem 0;
        padding: 0;
    }

    [class*='flex-'] {
        width: 100% !important;
        margin: 1em 0 0 0;
    }
}

/* 北朝鮮のミサイル等関連情報 */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* アスペクト比　16:9の場合の縦幅(YouTube埋め込み用) */
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kita-haba {
    display: inline-block;
    margin-right: 15px;
    width: 20%;
    border: solid #315694;
    border-width: 0 1px 0px 0;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 767px) {
    .kita-haba {
        margin-bottom: 3px;
        width: auto;
        border: none
    }

    .sp-br {
        display: block;
    }
}

/* 大臣認定協力事業所の紹介 */
.daijin_nintei .img-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.daijin_nintei .img-wrapper li {
    width: 32%;
}

.daijin_nintei .img-wrapper li figure {
    display: inline-block;
    margin: 0 0 20px 0;
}

.daijin_nintei .img-wrapper li figure img {
    vertical-align: bottom;
    width: 100%;
}

.daijin_nintei table {
    margin-top: 20px !important;
}

.tab-labels.active {
    background: #315694;
    color: #fff;
}

.tab-labels-container .tab-labels.active h3,.tab-labels-container .tab-labels.active,.tab-labels-container .tab-labels.active>span,.tab-labels-container.tour_tabmenu_big .tab-labels.active>span {
    color: #fff !important;
    font-weight: bold;
}

/*-----------------------------------------------------------
/*  2020.09.25 「自由で開かれたインド太平洋」ビジョンにおける防衛省の取組
-----------------------------------------------------------*/
.exchange-title {
    border-color: #557dbf !important;
}

.exchange .title-exchange-primary {
    padding: 0.5em;
    line-height: 1em;
    background-color: #69a3d8;
    color: #fff;
    border-left: none;
    border-radius: 40px;
}

.exchange .title-exchange-primary::before {
    content: url(../../approach/exchange/img/global-icon_white.png);
    margin-right: 15px;
}

.exchange .title-exchange-secondary {
    padding: 0.5em;
    line-height: 1em;
    background-color: #e5edf8;
    border-left: none;
    border-radius: 40px;
    box-shadow: 3px 5px 10px 0px #557dbf;
}

.exchange .title-exchange-secondary::before {
    content: url(../../approach/exchange/img/global-icon.png);
    margin-right: 15px;
}

.exchange .title-exchange-small {
    line-height: 1em;
    background-color: #0054A7 !important;
    color: #fff;
    border-left: none;
    border-radius: 40px;
}

h4.title-exchange-small.blue {
    display: inline-block;
    width: 90%;
}

.exchange-wrap .title-green {
    background-color: #fff !important;
    box-shadow: 3px 5px 10px 0px #73c3a1 !important;
}

.exchange-wrap .title-pale-green {
    background-color: #73c3a1 !important;
    line-height: 2.2;
    align-items: center;
}

.exchange-wrap .list-circle {
    list-style-type: circle;
    padding-left: 3em !important;
}

.exchange-wrap .list-disc {
    list-style-type: disc;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.exchange-wrap li+li {
    margin-top: 10px;
}

.exchange-wrap .point {
    margin: 30px 0;
}

.exchange-caption {
    background-color: #009cb3;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    height: 60px;
}

.caption-title {
    color: #ffea00;
    display: block;
    margin-bottom: 5px;
}

.img_2-2 {
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.no-radius {
    border-radius: 0 !important;
}

.exchange-example {
    border-left: none;
}

.title-inner {
    color: #73c3a1;
    background-color: #fff;
    margin-left: 0.5em;
    padding:2px 10px;
    border-radius: 40px;
}

.exchange-foip-img {
    width: 80%;
}

.example_title_wrapper {
    background-color: #00448d;
    background: linear-gradient(to bottom, #00448d, #3b9bcb);
    padding: 40px 0;
    margin-top: 40px;
}

.foip-wrap>div>ul {
    width: initial;
    margin: 0 auto;
}

.exchange-wrap .language-buttons {
    display: flex;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.exchange-wrap .language-buttons .language-button {
    display: flex;
    margin: 0 10px 10px;
    justify-content: center;
    align-items: center;
}

.exchange-wrap .language-buttons .language-button a {
    padding: 4px 10px;
    border-bottom: 3px solid #DB9241;
    text-decoration: none;
}

.exchange-wrap .language-buttons .inactive a {
    padding: 4px 10px;
    border-bottom: 3px solid #ccc;
    text-decoration: none;
}

.exchange-wrap .language-buttons .language-button a.on {
    font-weight: bold;
    font-size: 1.1em;
}

.exchange-wrap .language-buttons .inactive a {
    color: #ccc;
    pointer-events: none;
}

.exchange-wrap .text-small {
    font-size: 0.9rem;
}

.exchange-tools {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}

.exchange-tools figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exchange-tools figure img {
    display: block;
    height: 160px;
    width: 240px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .exchange-wrap .list-disc {
        padding-left: 2em !important;
    }

    .exchange-wrap .img_1 {
        width: 400px;
    }

    .exchange-wrap .sp-mg0 {
        margin: 0;
    }

    .exchange-wrap .title-exchange-primary {
        font-size: 16px;
        padding: 10px 20px 10px 45px;
        line-height: 1.6em;
        position: relative;
    }

    .exchange-wrap .title-exchange-primary::before {
        margin-left: -30px;
        position: absolute;
    }

    .exchange-wrap .title-exchange-secondary {
        font-size: 1.2em;
        padding: 10px 20px 10px 50px;
        line-height: 1.6em;
        position: relative;
        border-radius: 80px;
    }

    .exchange-wrap .title-exchange-secondary::before {
        margin-left: -30px;
        top: 12px;
        position: absolute;
    }

    .title-inner {
        line-height: 1.8em;
    }

    .exchange-wrap .title-exchange-small {
        padding-left: 20px;
        padding-right: 20px;
    }

    .exchange-wrap .kakkoList--lv1 {
        padding: 0 0 0 3em;
    }
    .exchange-wrap .list-circle {
        list-style-type: circle;
        padding-left: 2em !important;
        width:88%;
    }
}

/*-----------------------------------------------------------
/*  2020.10.16 記者会見一覧ページ　ABテスト用
-----------------------------------------------------------*/
.kisha-layout .pre-square {
    padding: 0 10px;
}

.kisha-layout .pre-square li {
    display: flex;
}

.kisha-layout .pre-square li:not(:last-child) {
    margin-bottom: 15px;
}

.kisha-layout .pre-square li::before {
    content: "■";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 26px;
    margin-right: 5px;
    font-size: 10px;
}


.kisha-layout .pre-square li .link-btn {
    margin-top: -2px;
    margin-left: 10px;
}
.exchange-wrap .link-btn {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
}

.exchange-wrap .link-btn a,
.link-btn a {
    display: inline-block;
    text-decoration: none;
}

.exchange-wrap .link-btn a:not(:last-child),
.link-btn a:not(:last-child) {
    margin-right: 5px;
}

.exchange-wrap .link-btn .youtubeLink,
.link-btn .youtubeLink {
    display: block;
    padding: 3px 10px;
    font-size: 1em;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.exchange-wrap .link-btn .youtubeLink::before ,
.link-btn .youtubeLink::before {
    content: "";
    display: inline-block;
    bottom: -3px;
    width: 20px;
    height: 1em;
    padding-left: 5px;
    position: relative;
    background: url(../img/icn_youtube.png) left center no-repeat;
    background-size: contain;
}
.exchange-wrap .link-btn .youtubeLink.is-other::before{
    background: url(../img/icn_link.gif) right center no-repeat;
    background-size: contain;
    padding-left: 0;
    margin-right: 7px;
}
.exchange-wrap .link-btn .youtubeLink::after,
.link-btn .youtubeLink::after {
    display: none;
}

@media screen and (max-width: 767px) {
    .kisha-layout .pre-square {
        padding: 0;
    }

    .kisha-layout .pre-square li {
        flex-wrap: wrap;
    }

    .kisha-layout .pre-square li:not(:last-child) {
        margin-bottom: 20px;
    }

    .link-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .kisha-layout .pre-square li {
        display: inline-block;
    }

    .kisha-layout .pre-square li::before {
        display: inline-block;
    }
    .kisha-layout .pre-square li .link-btn {
        display: inline-block;
    }
}

/*-----------------------------------------------------------
/*  2020.10.20 フォーム用
-----------------------------------------------------------*/
.tbl--entryform {
    border-collapse: collapse;
    width: 100%;
}

.tbl--entryform th,.tbl--entryform td {
    padding: 0.5em 0.5em;
}

table[class*='tbl--entryform'] th {
    background-color: #efefef;
    text-align: left;
}

.tbl--entryform caption {
    display: none;
}

#form_area {
    padding: 1em;
}

select,input,textarea {
    margin-top: 0.5em;
}

textarea {
    width: 100%;
}

input[id^='sec_age'],input[id^='sec_tel'],input[id^='sec_mailaddr'],input[id^='sec_number'],input[id^='sec_post'] {
    ime-mode: disabled;
}

.buttons input {
    width: 25%;
    cursor: pointer;
    padding: 0.5em 1em;
}

.finished {
    text-align: center;
    color: red;
    font-weight: bold;
}

.hide {
    display: none;
}

.text-block {
    display: inline-block;
}

@media screen and (max-width:1070px) {
    div.ma-container {
        box-sizing: border-box;
        max-width: 1054px;
    }
}

@media screen and (min-width: 821px) {
    .menu__content a {
        display: inline-block;
        margin-bottom: 3px;
    }

    .nav-area,    .sp_nav {
        display: none;
    }

    .dropdown-menu.active {
        display: block;
    }

    .sp_nav {
        display: none !important;
    }

    .keywords-buttons-container {
        height: 100px;
        overflow: visible;
        z-index: 1;
    }

    table[class*='tbl--entryform'] th,    table[class*='tbl--entryform'] td {
        border: 1px solid #ccc;
    }
}

@media screen and (max-width: 820px) {
    table[class*='tbl--entryform'] th {
        /* ?\???t?H?[?? 20190417 */
        text-align: center;
        margin-top: 1em;
    }

    table[class*='tbl--entryform'] th,    table[class*='tbl--entryform'] td {
        /* ?\???t?H?[?? 20190417 */
        display: block;
    }

    select,    input[type="text"],    textarea {
        /* ?\???t?H?[?? 20190417 */
        width: 100%;
    }

    .buttons input {
        /* ?\???t?H?[?? 20190417 */
        padding: 1em 1em;
        width: 80%;
        margin-bottom: 1.5em;
    }
}

/*-----------------------------------------------------------
/*  2020.11.27 第３階層以下の回遊ライン・パンくず
-----------------------------------------------------------*/
/* 上部パンくず
/*---------------------------*/
.bc-upper-container {
    display: block;
    background-color: #fff;
    margin: 128px auto 0;
    padding: 0 15px;
}

.breadcrumb-upper {
    padding: 5px;
    background-color: #fff;
    font-size: 0.8em;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-upper * {
    vertical-align: middle;
    display: inline-block;
}

.breadcrumb-upper a {
    text-decoration: none;
    color: #315694;
    margin-right: 26px;
    position: relative;
}

.breadcrumb-upper a:after {
    content: "";
    display: block;
    width: 6px;
    height: 14px;
    background: url(../img/icn_chevron.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 1px;
    right: -19px;
}

.breadcrumb-upper p {
    margin: 10px 0 0;
}

nav.bc-upper-container {
    border-bottom: none;
}

/* サイトマップ
/*---------------------------*/
#include_sitemap h1 {
    background: #eee;
    margin-bottom: 20px;
}

#include_sitemap h2 {
    border-bottom: none;
    padding: 1rem 10px;
}

#include_sitemap .flex-1-4 {
    padding: 0 10px 10px;
}

#include_sitemap .flex-1-4 ul {
    padding: 0;
}

#include_sitemap h2 {
    background: #f0f0f0;
}

#include_sitemap h2 a {
    color: #fff;
}

#include_sitemap #content1 h2 {
    background: #f6eee4;
}

#include_sitemap #content1 h2 a {
    color: #8b4513;
}

#include_sitemap #content2 h2 {
    background: #EDF4FF;
}

#include_sitemap #content2 h2 a {
    color: #315694;
}

#include_sitemap #content3 h2 {
    background: #E7F7F6;
}

#include_sitemap #content3 h2 a {
    color: #009e96;
}

#include_sitemap #content4 h2 {
    background: #FFF7EC;
}

#include_sitemap #content4 h2 a {
    color: #B85600;
}

#include_sitemap #content5 h2 {
    background: #E9F5EE;
}

#include_sitemap #content5 h2 a {
    color: #009944;
}

#include_sitemap #content6 h2 {
    background: #FDF2F8;
}

#include_sitemap #content6 h2 a {
    color: #e4007f;
}

#include_sitemap #content7 h2 {
    background: #E2F2FD;
}

#include_sitemap #content7 h2 a {
    color: #0068b7;
}

#include_sitemap #content8 h2 {
    background: #E8F6FD;
}

#include_sitemap #content8 h2 a {
    color: #007AB3;
}

#include_sitemap #content9 h2 {
    background: #FFEFFD;
}

#include_sitemap #content9 h2 a {
    color: #920783;
}

#include_sitemap #content10 h2 {
    background: #ffe5d4;
}

#include_sitemap #content10 h2 a {
    color: #fa6400;
}

#include_sitemap #content11 h2 a {
    color: #666;
}

#include_sitemap #content1 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-01.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content2 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-02.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content3 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-03.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content4 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-04.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content5 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-05.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content6 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-06.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content7 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-07.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content8 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-08.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content9 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-09.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content10 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-10.svg) no-repeat;
    background-size: cover;
}

#include_sitemap #content99 .icon_arrow:before {
    background: url(../img/icn_arrow_right_type-00.svg) no-repeat;
    background-size: cover;
}

#content99 {
    margin-bottom: 3em;
}

#contentMap ul {
    margin-top: 0.5em;
}

/* 第３階層以下の回遊ライン
/*---------------------------*/
/* delete
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
h2.other-contents {
    margin-top: 90px !important;
}

main.no-margin {
    margin-top: 0 !important;
}

.other-contents-wrap {
    border-top: 2px solid #ccc;
    margin-top: 80px;
}

.other-contents-wrap+.other-contents-wrap {
    border-top: none;
}

.other-contents-wrap+.other-contents-wrap h2 {
    margin-top: 40px !important;
}

.categorys+.local {
    margin-top: 0px;
}

#approach h2.other-contents,#profile h2.other-contents,#saiyou h2.other-contents,#press h2.other-contents,#publication h2.other-contents,#procurement h2.other-contents,#presiding h2.other-contents,#proceed h2.other-contents,#yosan h2.other-contents {
    color: #333;
    background: #fff;
    border-bottom: none;
    font-size: 1.2em;
    margin-top: 40px;
    line-height: 1em;
}

.other-contents-button-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.other-contents-button {
    padding: 10px 45px 10px 10px;
    display: inline-block;
    margin-right: calc((100% - (32% * 3)) / 2);
    margin-bottom: 15px;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    width: 32%;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.categorys .other-contents-button {
    line-height: 1.3;
}

.local .other-contents-button {
    color: #fff;
}

.other-contents-button:nth-child(3n) {
    margin-right: 0;
}

.other-contents-wrap.categorys .other-contents-button {
    margin-right: 20px;
    width: calc(20.3% - 20px);
    font-size: 1em;
}

.other-contents-wrap.categorys .other-contents-button,.other-contents-wrap.categorys .other-contents-button:nth-child(3n) {
    margin-right: 20px;
}

.other-contents-wrap.categorys .other-contents-button:nth-child(5n) {
    margin-right: 0;
}

.other-contents-button {
    color: #fff;
}

#approach .other-contents-button {
    background-color: #8b4513;
    border: 1px solid #8b4513;
}

#approach .other-contents-button {
    color: #8b4513;
}

#profile .other-contents-button {
    background-color: #315694;
    border: 1px solid #315694;
}

#profile .other-contents-button {
    color: #315694;
}

#saiyou .other-contents-button {
    background-color: #009e96;
    border: 1px solid #009e96;
}

#saiyou .other-contents-button {
    color: #009e96;
}

#press .other-contents-button {
    background-color: #B85600;
    border: 1px solid #B85600;
}

#press .other-contents-button {
    color: #B85600;
}

#publication .other-contents-button {
    background-color: #009944;
    border: 1px solid #009944;
}

#publication .other-contents-button {
    color: #009944;
}

#procurement .other-contents-button {
    background-color: #e4007f;
    border: 1px solid #e4007f;
}

#procurement .other-contents-button {
    color: #e4007f;
}

#presiding .other-contents-button {
    background-color: #0068b7;
    border: 1px solid #0068b7;
}

#presiding .other-contents-button {
    color: #0068b7;
}

#proceed .other-contents-button {
    background-color: #007AB3;
    border: 1px solid #007AB3;
}

#proceed .other-contents-button {
    color: #007AB3;
}

#yosan .other-contents-button {
    background-color: #920783;
    border: 1px solid #920783;
}

#yosan .other-contents-button {
    color: #920783;
}

#info .other-contents-button {
    background-color: #666666;
    border: 1px solid #666666;
}

#info .other-contents-button {
    color: #8b4513;
}

.categorys .other-contents-button:not(.currentnav) {
    font-weight: normal !important;
    background-color: transparent !important;
}

.local .other-contents-button:not(.currentnav) {
    background-color: transparent !important;
    transform: translateY(-50%), rotate(180deg);
}

.other-contents-button:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
}

.local .other-contents-button:before {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.local .other-contents-button.currentnav:before {
    transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    background: url(../../common/img/arrow_right_white.png) no-repeat;
    background-size: cover;
}

#approach .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-01.svg) no-repeat;
}

#profile .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-02.svg) no-repeat;
}

#saiyou .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-03.svg) no-repeat;
}

#press .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-04.svg) no-repeat;
}

#publication .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-05.svg) no-repeat;
}

#procurement .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-06.svg) no-repeat;
}

#presiding .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-07.svg) no-repeat;
}

#proceed .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-08.svg) no-repeat;
}

#yosan .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-09.svg) no-repeat;
}

#info .local .other-contents-button:not(.currentnav):before {
    background: url(../img/arrow_left_type-10.svg) no-repeat;
}

#approach .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-01.svg) no-repeat;
}

#profile .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-02.svg) no-repeat;
}

#saiyou .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-03.svg) no-repeat;
}

#press .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-04.svg) no-repeat;
}

#publication .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-05.svg) no-repeat;
}

#procurement .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-06.svg) no-repeat;
}

#presiding .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-07.svg) no-repeat;
}

#proceed .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-08.svg) no-repeat;
}

#yosan .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-09.svg) no-repeat;
}

#info .categorys .other-contents-button:before {
    background: url(../img/icn_arrow_right_type-10.svg) no-repeat;
}

.categorys .other-contents-button.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat !important;
}

.other-contents-button.currentnav {
    color: #fff !important;
}

.nonactive,.local .currentnav {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .other-contents-wrap.categorys .other-contents-button {
        width: 100%;
    }

    .other-contents-button-wrap {
        flex-direction: column;
        margin-top: 20px;
    }

    .other-contents-button {
        width: 100%;
        padding: 10px;
    }

    .other-contents-button+.other-contents-button {
        /* margin-top:16px; */
    }

    .bc-upper-container {
        margin: 77px auto 0;
    }
}

/* delete
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* フッターサイトマップ
/*---------------------------*/
.color-light-gray {
    background-color: #909090 !important;
}

.footer-sitemap {
    padding: 40px 0 0;
    background-color: #666666;
}

.footer-sitemap-inner {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.footer-sitemap-box {
    width: 25%;
}

.footer-sitemap a {
    color: #fff;
    font-size: 1em;
}

.footer-sitemap ul {
    margin-bottom: 40px;
}

.footer-sitemap ul li.large a {
    font-size: 1.2em;
    font-weight: bold;
}

.footer-sitemap .inner ul li {
    margin-bottom: 8px;
    line-height: 1em;
}

.footer-sitemap ul li.large {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

    /* 上部パンくず
/*---------------------------*/
    div.bc-upper-container {
        margin: 82px auto 0;
    }

    .footer-sitemap-inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-sitemap-box {
        width: 49%;
    }
}

/* 関連コンテンツ
/*---------------------------*/
.related-contents-wrap {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 4em;
    border: 2px solid;
    border-radius: 10px;
}

.detail-page .related-contents-wrap ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.detail-page .related-contents-wrap ul li {
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin-right: 20px;
}

.detail-page .related-contents-wrap ul.no-wrap li {
    width: calc(100%);
    box-sizing: border-box;
    margin-right: 0;
}

.related-contents-wrap h2.related-contents {
    border-bottom: 1px solid #afafaf !important;
    margin: 0 0 0 0;
    font-size: 1em;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .detail-page .related-contents-wrap ul li {
        width: 100%;
    }
}

/* リニアナビ
/*---------------------------*/
.ribbon {
    font-size: 1em;
    text-align: center;
    margin: 2em 0;
    border: none;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.ribbon::-webkit-scrollbar {
    width: 10px;
}

.ribbon::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .0);
}

.ribbon::-webkit-scrollbar-thumb {
    background-color: rgba(173, 173, 173, 1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.ribbon__element {
    display: inline-block;
    min-width: 200px;
    font-size: 1em;
    letter-spacing: 0.01em;
    line-height: 2em;
    padding: 1em 1em 1em 2em;
    position: relative;
}

.ribbon__element {
    font-weight: bold;
}

.ribbon__element.currentnav {
    color: #fff !important;
}

.ribbon .ribbon__element:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 2em solid transparent;
    border-left: 1em solid #ffffff;
    border-top: 2em solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.ribbon .ribbon__element:after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 2em solid transparent;
    border-left: 1em solid #ffffff;
    border-top: 2em solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
}

.ribbon .ribbon__element:first-child:before {
    border-bottom: 2em solid transparent;
    border-left: 1em solid transparent;
    border-top: 2em solid transparent;
}

.ribbon .ribbon__element:last-child:after {
    border-bottom: 2em solid transparent;
    border-left: 1em solid transparent;
    border-top: 2em solid transparent;
}

.ribbon .ribbon__element:nth-child(1) {
    z-index: 99;
}

.ribbon .ribbon__element:nth-child(2) {
    z-index: 98;
}

.ribbon .ribbon__element:nth-child(3) {
    z-index: 97;
}

.ribbon .ribbon__element:nth-child(4) {
    z-index: 96;
}

.ribbon .ribbon__element:nth-child(5) {
    z-index: 95;
}

.ribbon .ribbon__element:nth-child(6) {
    z-index: 94;
}

.ribbon .ribbon__element:after {
    border-left-color: #e6e6e6;
}

.ribbon .ribbon__element {
    background: #e6e6e6;
}

.ribbon .ribbon__element.currentnav:after {
    border-left-color: #8b4513;
}


#profile .ribbon .ribbon__element.currentnav {
    background: #315694;
}

#profile .ribbon .ribbon__element.currentnav:after {
    border-left-color: #315694;
}

.ribbon .ribbon__element:last-child:after {
    border-left-color: transparent !important;
}

.ribbon .ribbon__element.currentnav {
    background: #8b4513;
}

.ribbon .ribbon__element.currentnav {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .ribbon::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    }
    .ribbon-block {
        position: relative;
    }
    .ribbon-block:after{
        content: "";
        display: block;
        background-color: rgba(0, 0, 50, .5);
    background: url(../img/bg_arrow2.GIF) center left no-repeat;
        height: 80%;
        width: 22px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }

    nav.ribbon {
        display: block;
    }

    .twflame iframe {
        max-height: 220px !important;
    }
}

.nav-wrap {
  position: relative;
}
.scroll-nav {
  width: 100%;
  background: #555; /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
  max-width: 1060px; /* メニューの最大幅 */
  min-width: 770px; /* メニューの最小幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  list-style: none;
  padding-right: 25px; /* 右側の固定分余白を空ける */
}
.scroll-nav ul li {
  float: left;
  width: 110px; /* メニューの個別の幅 */
  text-align: center;
}
.scroll-nav ul li:hover {
  background: #222; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
  display: inline-block;
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}
.next-btn { /* 右側に固定する部分 */
  position: absolute;
  top: 0;
  right: 0;
  width: 25px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #fff;
  color: #555;
}
@media only screen and (min-width: 771px) { /* PCサイズでの指定 */
.scroll-nav ul {
  padding: 0;
}
.scroll-nav ul li {
  width: 14.2%; /* メニューの個別の幅 */
}
.next-btn {
  display: none; /* 右側の固定部分を非表示 */
}

}
/* 回遊ナビ
/*---------------------------*/
.f-navi-menu.categorys {
    margin: 8em 0 0 0;
}

.categorys .currentnav a {
    color: #fff !important;
    pointer-events: none;
    text-decoration: none;
}

.categorys .currentnav {
    border-radius: 5px;
    padding-top: 2px;
}

.categorys li.currentnav {
    margin: 10px 0;
}

.contents-list li.currentnav:before {
    background: url(../img/arrow_left_type-white.svg) no-repeat !important;
    background-size: contain;
}

#approach main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat !important;
    background-size: contain;
}

#approach .categorys .currentnav {
    background: #8b4513;
}

#profile .categorys .currentnav {
    background: #315694;
}

#saiyou .categorys .currentnav {
    background: #009e96;
}

#press .categorys .currentnav {
    background: #B85600;
}

#publication .categorys .currentnav {
    background: #009944;
}

#procurement .categorys .currentnav {
    background: #e4007f;
}

#presiding .categorys .currentnav {
    background: #0068b7;
}

#proceed .categorys .currentnav {
    background: #007AB3;
}

#yosan .categorys .currentnav {
    background: #6e576c;
}

#info .categorys .currentnav {
    background: #ddd;
}

#approach main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#profile main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#saiyou main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#press main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#publication main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#procurement main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#presiding main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#proceed main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#yosan main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

#info main .categorys h3.currentnav:before {
    background: url(../img/icn_arrow_right_white.svg) no-repeat;
}

.categorys .contents-list li:before {
    left: 9px;
    top: 6px;
}

.categorys .is-nomal:before {
    left: 5px;
}

.categorys .is-nomal {
    padding-left: 25px;
}

.categorys .contents-list li {
    padding-left: 25px;
    padding-right: 5px;
}

/*-----------------------------------------------------------
/*  2020.11.10 「自由で開かれたインド太平洋」ビジョンにおける防衛省の取組 多言語対応
 -----------------------------------------------------------*/
.fc-lightgreen {
    color: #00ad49;
}

.fc-lightblue {
    color: #004fe0;
}

.example_title_wrapper p {
    font-size: 2.3em;
    font-weight: bold;
    color: #fff;
}

.exchange .title-exchange-primary {
    line-height: 1.9em;
}

.exchange .extend-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-radius: 60px;
    background: #deebf7;
    position: relative;
    min-height: 100px;
    box-sizing: border-box;
    padding: 10px 30px 15px;
    font-weight: bold;
}

.exchange .extend-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 6px;
    height: 90px;
    width: 93px;
    background: url("../../approach/exchange/img/icon_point.png")no-repeat;
    background-size: cover;
}

.exchange .extend-wrap p {
    font-size: 2em;
    margin: 0;
    text-shadow:
        3px 3px 1px #fff,        -3px 3px 1px #fff,        3px -3px 1px #fff,        -3px -3px 1px #fff,        3px 0px 1px #fff,        0px 3px 1px #fff,        -3px 0px 1px #fff,        0px -3px 1px #fff;
}

.exchange .pl-set {
    color: #e50000;
    width: 100%;
    text-align: right;
}

.exchange .list-circle {
    margin-bottom: 1rem;
}

.exchange .extend-wrap ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2rem;
}

.exchange .extend-wrap ul li {
    list-style-type: none;
    font-size: 2em;
    line-height: 3rem;
    margin: 0;
    text-shadow:
        3px 3px 1px #fff,        -3px 3px 1px #fff,        3px -3px 1px #fff,        -3px -3px 1px #fff,        3px 0px 1px #fff,        0px 3px 1px #fff,        -3px 0px 1px #fff,        0px -3px 1px #fff;
    position: relative;
}

.exchange .extend-wrap ul li:before {
    content: "◇";
    display: inline;
    position: absolute;
    left: -39px;
    font-size: 32px;
}

.exchange .extend-wrap.circle ul li:before {
    content: "○";
}

.exchange.zh .extend-wrap ul li:before {
    font-size: 2em;
    line-height: 0.77;
}

.extend-wrap.ud-center p {
    position: relative;
    top: 50%;
    transform: translateY(34%);
}

@media screen and (max-width: 767px) {

    .exchange.en .example_title_wrapper,    .example_title_wrapper {
        padding: 20px 0;
    }

    .extend-wrap.ud-center p {
        transform: translateY(0%);
    }

    .example_title_wrapper p {
        font-size: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .exchange .extend-wrap {
        padding: 15px 27px 15px 47px;
    }

    /*.exchange .extend-wrap .ta-right, .ta-center {
        text-align: left !important;
    } 2/15 白書のアンケート＆コンクールボタンの文字修正でコメアウト*/

    .exchange .extend-wrap ul {
        margin: 0;
    }

    .exchange .extend-wrap ul li,    .exchange .extend-wrap p {
        font-size: 20px !important;
        margin: 0;
        line-height: 2rem;
    }

    .exchange .pl-set {
        display: inline;
        padding-left: 0%;
    }

    .exchange .pc {
        display: none;
    }

    .exchange .extend-wrap ul li:before {
        left: -26px;
        top: 2px;
        font-size: 20px !important;
    }

    .exchange.zh .extend-wrap ul li:before {
        font-size: 20px !important;
        top: 7px;
        left: -26px;
    }

    .exchange .extend-wrap.circle ul li:before {
        top: 0px;
    }
}


/*---------------
採用テーブル
---------------------*/

/*--採用詳細_見出し-*/
.tbl-type-sd .title {
    font-weight: normal;
    font-size: 0.8em;
    border: 1px solid #ddd;
    margin: 0em 1.3em 0.5em;
    padding: 3px;
    width: 15%;
    text-align: center;
}

/*--テーブル＿採用詳細-*/
.tbl-type-sd {
    width: calc(100% - 2em);
    margin: 1em 1em;
    padding: 5px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.tbl-type-sd th p {
    font-weight: normal;
    font-size: 0.8em;
    border: 1px solid #ddd;
    margin: 0em 1.3em 0.5em;
    padding: 3px;
    width: 15%;
}

.tbl-type-sd dl dt,.tbl-type-sd dl dd,.tbl-type-sd dl dt,.tbl-type-sd dl dd p {
    vertical-align: top;
    display: inline-block;
    margin: 0em;
}

.tbl-type-sd dl {
    margin: 1em;
}

.tbl-type-sd dl dt {
    width: 15%;
    padding: 5px;
    margin: 2px 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: #eee;
    box-sizing: border-box;

}

.tbl-type-sd dl dd {
    display: inline-block;
    width: 79%;
    margin: 2px 1em;
    padding: 5px 0;
    box-sizing: border-box;
}

.tbl-type-sd dl dd p {
    padding: 0px;
    margin: 0px;
}

.tbl-type-sd table {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .tbl-type-sd dl dt {
        width: 100%;
        text-align: left
    }

    .tbl-type-sd {
        width: 100%;
        margin: 1em 0 0;
        padding: 5px 0;
        border: 1px solid #ccc;
    }
}


/*---------------
関連資料
---------------------*/
.linear {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
    padding: 20px 20px 12px;
    border: 2px solid;
    border-radius: 10px;
    box-sizing: border-box;
}

.linear .linear-title {
    margin: 0 0 16px;
    font-size: 1.2em;
    border: none;
}

.linear .linear-content {
    display: flex;
    flex-wrap: wrap;
}

.linear .linear-content .linear-link {
    display: flex;
    flex-direction: column;
    width: calc(50% - 8px);
    margin-bottom: 8px;
    background: #FFF;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 5px;
}

.linear .linear-content .linear-link:nth-child(2n+1) {
    margin-right: 16px;
}

.linear .linear-content .linear-link p {
    margin: 10px 16px;
    padding-top: 4px;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
}

.linear .linear-content .linear-link .linear-item {
    margin: 0 0 10px;
    padding: 0 0 0 1.4em;
}

.linear .linear-content .linear-link .linear-item li {
    position: relative;
    padding-left: 16px;
}

.linear .linear-content .linear-link .linear-item li:before {
    content: '';
    display: inline-block;
    font-family: '';
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 7px;
    height: 15px;
    margin-right: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/arrow_left_type-01.svg) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .linear .linear-content {
        flex-direction: column;
    }

    .linear .linear-content .linear-link {
        width: 100%;
    }
}

/*---------------
レスポンシブ用テーブル 12:10
---------------------*/
@media screen and (max-width: 767px) {
    .tbl-responsive {
        width: 97%;
        border: none;
        margin-left: 0;
        margin-right: 0;
    }

    .thead-responsive {
        display: none;

    }

    .tbl-responsive tr {
        width: 98%;
    }

    .tbl-responsive td {
        display: block;
        width: 98%;
    }

    .tbl-responsive td:first-child {
        background-color: #eee;
        font-weight: bold;
        text-align: center;
    }

    .tbl-responsive td:before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
        display: block;
    }

}

/*---------------
nav変更　20210225
---------------------*/
nav .pc {
    display: block;
}

nav .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    nav .pc {
        display: none;
    }

    nav .sp {
        display: block;
    }

    .menu__subitems__box ul {
        padding: 10px 20px;
    }
}

/*-------------
btn追加　20210409
---------------*/

.youtube {
    max-width: 640px;
    margin: 2.5em auto 0;
}

.youtube-inner {
    position: relative;
    padding-bottom: calc(360 / 640 * 100%);
}

.youtube-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.btnLink a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 !important;
    background-color: #009e96;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

/*-------------
一般専門 - 職員からのメッセージ用追加　20210419
-------------*/
.saiyou-category {
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    margin:0
    }

.saiyou-category a:hover{
    display:block;
    width:100%;
    opacity: 0.7;
}

.saiyou-category figure {
    display: block;
    position: relative;
    width:100%;
    margin:0;
    margin-bottom:20px;
}

.saiyou-category figcaption {
    bottom: 9px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
    padding: 0px 0px 5px;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    background-color:#009e96;
    border-radius: 0 0 5px 5px;
}

.saiyou-category figcaption{
    font-size: 1rem;
}

@media screen and (max-width:767px) {
	.saiyou-category+.saiyou-category {
		margin-top: 0px;
		}
		
	.saiyou-category figcaption {
		font-size: 0.7rem;
		}
}

/*-----------------------------------------------------------
for saiyou_news_item  20210420
-----------------------------------------------------------*/
.js-news ul{
    padding: 0;
    margin:0;
    font-size: 0.95em;
}

#new_info .js-news ul{
    padding:10px;
}

.saiyou_news li{
    width: 100%;
    display: block;
    margin-bottom: 8px;
    padding-bottom:3px;
    box-sizing: border-box;
    border-bottom: 2px solid #E7F7F6;
}

.saiyou_news :last-child{
    border-bottom: 0px;
}

.saiyou_news_item .saiyou_news_title {
    display: table-cell;
    width: 77%;
    padding-left: 5px;
}

.type--linkbox .saiyou_news_item .date {
    font-weight: bold;
    width: 12%;
    float: left;
}

.saiyou_news_item .date {
    font-weight: bold;
    width: 7%;
    margin: 0 5px 0 0;
    float: left;
}

@media screen and (max-width:768px) {
    .type--linkbox .saiyou_news_item .date,#new_info ul .date{
    width: 100%;
    }
}

/*-----------------------------------------------------------
for capa_build  20210601
-----------------------------------------------------------*/
.detail-page .tbl--type2_th40 td span[class*='icon-'],
    .detail-page .cap_build_anu td span[class*='icon-'] {
    width: auto;
    font-size: 11px;
    padding: 7px 10px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 67px;
    position: relative;
    top: -2px;
    margin-bottom: 5px;
}
.detail-page .type2_th40 td span.icon-brown,
.detail-page .cap_build_anu td span.icon-brown {
    background-color:#b22222;
}
.detail-page .type2_th40 td span.icon-blue,
.detail-page .cap_build_anu td span.icon-blue {
    background-color:#0066cc;
}
.detail-page .type2_th40 td span.icon-orange,
.detail-page .cap_build_anu td span.icon-orange {
    background-color:#ff8c00;
}
.detail-page .type2_th40 td span.icon-green,
.detail-page .cap_build_anu td span.icon-green {
    background-color:#00cccc;
}
.detail-page .type2_th40 td span.icon-none,
.detail-page .cap_build_anu td span.icon-none {
    background-color:#333;
}
.detail-page .type2_th40#exchange-country-list img,
.detail-page .cap_build_anu#exchange-country-list img {
    position: relative;
    top: 3px;
}

@media screen and (max-width:768px) {
    .detail-page .cap_build_anu td span {
        max-width: 72px;
        margin-bottom: 5px;
    }
    .tbl--type2_th20.cap_build_anu th{
        width: 100%;
}
}

	/* 2021.06.17*/
/*     
	.icon-bg-level01 {	background: #98052a; color: #fff;}
	.icon-bg-level02 {	background: #f86203; color: #fff;}
	.icon-bg-level03 {	background: #e75b9f; color: #fff;}
    .icon-bg-level04 {	background: #df783d; color: #fff;}

	.icon-bg-level01 {	background: #a569e1; color: #fff;}
	.icon-bg-level02 {	background: #063788; color: #fff;}
	.icon-bg-level03 {	background: #399dcf; color: #fff;}
    .icon-bg-level04 {	background: #901be3; color: #fff;}
*/
	.icon-bg-level01 {	background: #b43051; color: #fff;}
	.icon-bg-level02 {	background: #f4620b; color: #fff;}
	.icon-bg-level03 {	background: #da6c2a; color: #fff;}
    .icon-bg-level04 {	background: #e75b9f; color: #fff;}
    
	.icon-none {	background: #eee; color: #fff;}

/* -----------------------------------------------------------
防衛問題セミナ―情報改修  202107
----------------------------------------------------------- */
.seminar--title{
    font-size: 1.6em;
    margin: 1em 0 0 0;
    padding: 10px;
    background: #009944;
    color: #FFF;
    font-weight: bold;
}

.seminar--box{
    font-size: 0.9em;
    padding: 20px 20px 40px 20px;
    margin: 0;
    border-top: 1px solid #adadad;
    margin-bottom: 28px;
}

.seminar--box h3:nth-child(1) {
    margin-top: 0;
}

.seminar--box .flex-1-2{
    margin-top:0;
    margin-right:0;
}

#new .seminar--box{
    font-size: 0.9em;
    padding: 20px 20px 40px 20px;
    margin: 0;
    border: 1px solid #adadad;
    margin-bottom: 28px;
}

.seminar--box h4{
    margin-top: 10px;
}
#publication main .seminar--box h4 {
    border-left: 8px solid #009944;
    background: none;
    padding-left: 10px;
    font-size: 1.3em;
    line-height: 1.4;
    margin: 2em 0 0;
}
#publication main .seminar--box h4:first-child {
    margin: 0;
}
/* -----------------------------------------------------------
各国との防衛協力・交流  202108
----------------------------------------------------------- */
.add_list {
    display: none;
}

/* -----------------------------------------------------------
多角的・多層的な安全保障協力  202110
----------------------------------------------------------- */
.language-buttons+section>h2 {
    margin: 1em 0 1em;
}

section.foip-wrap {
    border: 20px solid #7590c1;
    padding: 2em 2em 1em;
    margin-bottom: 2em;
}

#approach main section.foip-wrap>h2 {
    margin: 0 0 1em;
}

#approach main .foip-wrap h2 {
    color: #203864;
    border-color: #7590c1;
}

#approach main .foip-wrap h3 {
    color: #203864;
    border-color: #7590c1;
}

#approach main .foip-wrap h3+p {
    color: #203864;
    border-color: #7590c1;
}

#approach main .foip-wrap h3+p.fc-black {
        color: #363636;
    }

#approach main .foip-wrap h4 {
    font-size: 1.3em;
    background: #f3f7ff;
    margin: 2em 0;
    text-align: center;
}

#approach main .foip-wrap .flex-1-2 h4,
#approach main .foip-wrap .flex-100 h4 {
    text-align: left;
    margin: 2em 0 0;
}

#approach main .foip-wrap.list h4 {
    margin: 0;
}

.foip-wrap.count h3 {
    display: flex;
    padding: 10px;
    background: #f3f7ff;
    border: none;
    align-items: top;
}

.foip-wrap.count h3 span {
    flex: 1;
    font-size: 0.61em;
    padding-left: .8em;
    padding-top: .2em;
}

.foip-wrap h4 img,
.foip-wrap h2 img,
.foip-wrap h3 img {
    max-height: 27px;
    display: inline-block;
    margin-right: 13px;
    margin-bottom: -5px;
}

.foip-wrap.count h2+p {
    color: #203864;
    border-color: #203864;
    font-weight: bold
}

.detail-page .foip-wrap h2+h3 {
    margin: 1em 0 0;
}

.detail-page .foip-wrap h2+section>h3 {
    margin: 1em 0 0;
}

.detail-page .foip-wrap ol {
    padding: 1em 0 0 2.5em;
}

.detail-page .foip-wrap ol.dot-lv1 {
    list-style-type: none;
    padding: 1em 0 0 2.5em;
}

.detail-page .foip-wrap ol.dot-lv1 li {
    text-indent: -0.8em;
}
.detail-page .foip-wrap ol.dot-lv1 li .b-bl,
.detail-page .foip-wrap ol.dot-lv1 li .b-gr {
    display: inline;
    padding: 0 2px 1px;
}
.detail-page .foip-wrap ol.dot-lv1 li .b-gr {
    background: linear-gradient(transparent 49%, #8fead7 0%);
}
.detail-page .foip-wrap ol.dot-lv1 li .b-bl {
    background: linear-gradient(transparent 49%, #d6d6f9 0%);
}
/* 
.detail-page .foip-wrap ol.dot-lv1 li .b-bl,
.detail-page .foip-wrap ol.dot-lv1 li .b-gr {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    position: relative;
    z-index: 0;
    text-indent: 0;
}

.detail-page .foip-wrap ol.dot-lv1 li .b-gr:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 35%;
    background: #8fead7;
}

.detail-page .foip-wrap ol.dot-lv1 li .b-bl:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 35%;
    background: #d6d6f9;
} */

.herf img {
    width: 50%;
}

.slide-wrap {
    display: none;
}

.detail-page .foip-wrap {
    position: relative;
}

.open_btn {
    position: absolute;
    right: 0;
    top: 2em;
    margin: 0.7em 2em 0 1.5em;
    cursor: pointer;
    font-weight: bold;
    color: #203864;
}

.slide-wrap>section:first-child>h3,
.slide-wrap>p:first-child,
.slide-wrap>h3:first-child {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .detail-page p.open_btn {
        margin: 0em 1.5em 0 1.5em;
    }

    section.foip-wrap {
        padding: 1em;
    }

    .open_btn {
        top: 1em;
    }

    #approach main section.foip-wrap>h2 {
        padding-right: 7em;
    }
}

.getB:disabled {
    opacity: 0.8;
}
.getB:disabled+label {
    opacity: 0.3;
}
.kyougi-index-list .date,
.kyougi-list .date {
    width: 19%;
}
.kyougi-index-list .list-in-tabs, 
.kyougi-list .list-in-tabs {
    margin-top: 20px;
}