/* CMSでは外す */
/* .content a[href^="http://"],
.content a[href^="https://"] {
    background-image: none;
}

.content a[href$=".pdf"] {
    background-image: url(https://www.maff.go.jp/j/shared_new/shared/images/icon_pdf.png);
} */

/* 使用禁止マーク置換（アクセシビリティ対策） */
.tri_mark_dw:before {
    content: "▼";
}

.tri_mark_up:before {
    content: "▲";
}

.asterisk_mark:before {
    content: "＊";
}

.kome_mark:before {
    content: "※";
}

.dot_mark:before {
    content: "・";
}

.list_mark:before {
    content: "▲";
    transform: rotate(90deg);
    display: inline-block;
    margin: 0 5px 0 0;
}

/* -- 画像の外部リンクマークは削除 -- */
.content a.nomark[href^="http://"],
.content a.nomark[href^="https://"] {
    background-image: none !important;
    margin: 0;
    padding: 0;
}

/* -- ▼h1の年度追加 -- */
.topic_year {
    font-size: 1.3em;
    position: absolute;
    top: -3.3em;
    left: 11em;
}

/* -- ▼h2のデザイン -- */
.content h2 {
    background-color: #fff;
    border-left: 10px solid #0176c5;
    border-bottom: 1px solid #0093c1;
}

/* -- ▼h3のデザイン -- */
.content h3 {
    padding: 0;
    margin: 10px 1em 15px 1em;
    border-bottom: 2px solid #a0a0a0;
}

.wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.content .wrap p {
    padding: 0 1em;
}

/* -- ▼メニュー一覧 -- */
.menu_list {
    width: 100%;
    margin-top: 1em;
    background-color: #f1f1f1;
}

.menu_list table {
    border: 1px solid #ccc;
    width: 100%;
    font-size: 0.9em;
}

.menu_list table td {
    padding: 0.2em 0.5em;
}

.menu_list table tr td:first-child {
    text-align: center;
    width: 10em;
}

.menu_list table tr td:nth-child(2) {
    width: 13em;
}

.menu_list table tr td:last-child {
    width: 15em;
}

.menu_list a {
    text-decoration: none;
    color: #00008b;
}

.menu_list a:hover {
    color: crimson;
}

/* -- ▲メニュー一覧 -- */
/* -- ▼アコーディオン -- */
.accordion-item {
    margin-bottom: -1em;
}

.accordion-header {
    background: #0093c1;
    /* アコーディオンヘッダーの背景色 */
    padding: 10px 0 10px 2em;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 1.2em;
}

.accordion-header:first-child {
    margin: 0 0 4px;
}

.accordion-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f5efe7;
    border-right: 2px solid #f5efe7;
    transform: translateY(-50%) rotate(135deg);
    /* アイコンの回転角度 */
    transition: transform 0.3s ease;
    /* アイコンのアニメーション設定 */
}

/* .accordion-header:hover{
  opacity:0.5;
} */

.accordion-content_open {
    display: block;
    /* 開いた状態でコンテンツを表示 */
}

.accordion-content {
    display: none;
    /* 閉じた状態でコンテンツを非表示 */
}

.accordion_note {
    font-size: 0.7em;
    /* クリックで閉じる説明 */
}

/* -- ▲アコーディオン -- */

/* -- ▼過去の情報 -- */
.year_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.year_list .pc {
    display: inline;
}

.year_list .sp {
    display: none;
}

.year_list a {
    text-decoration: none;
    /* background-color: #ccc; */
    margin: 5px 0 0 6px !important;
    background-color: #2bbce5 !important;
    padding: 0.2em 0.5em !important;
    border-radius: 7px;
    color: #fff;
}

.past_text {
    margin: 5px 0 0 0px;
    padding: 0.3em 0 0 0.5em;
}

/* -- ▼本文写真設定 -- */
.photo_wrap {
    width: 96%;
    margin: 1em auto 2em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.photo_wrap img {
    width: 32%;
    height: auto;
    margin-right: 2%;
}

.photo_wrap img:last-child {
    margin-right: 0;
}

.photo_wrap .photo_area {
    width: 32%;
    margin: 0 2% 2em 0;
    text-align: center;
}

.photo_wrap .text_l {
    text-align: left;
}

.photo_wrap .photo_area:nth-child(3n) {
    margin-right: 0;
}

.photo_wrap .photo_area img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

/* -- ▲本文写真設定 -- */

/* -- ▼タブ -- */
/*タブ全体*/
.tab_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3px 0 0.5em;
}

/* 各タブ */
.tab_menu .menu_btn {
    margin-right: 2px;
    flex: 1;
    order: -1;
    color: #fff;
    background-color: #00b5db;
    transition: .5s;
    cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 1.3em;
    position: relative;
    margin-bottom: 0px;
}

.tab_menu .menu_btn:hover {
    background-color: #00c6ef;
    transition: 0s;
}

.tab_menu .menu_btn:nth-last-of-type(1) {
    margin-right: 0;
}

/* ラジオボタン非表示 */
.tab_menu input {
    display: none;
}

/* 本文 */
.tab_menu .tab_content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    text-align: left;
}

/*アクティブ設定*/
.tab_menu input:checked+.menu_btn {
    color: #fff;
    background: #00c6ef;
}

.tab_menu input:checked+.menu_btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #00c6ef transparent transparent transparent;
    position: absolute;
    top: 40px;
    left: calc(50% - 15px);
}

.tab_menu input:checked+.menu_btn+.tab_content {
    height: auto;
    overflow: auto;
    opacity: 1;
}

/* -- ▲タブ -- */
/* -- ▼プレスリリース -- */
.press_area {
    border: 1px solid #ccc;
    padding: 1em;
    font-size: 1.1em;
    width: 96%;
    margin: 0 auto;
    background-color: #edf8fb;
}

.press3 {
    margin: -2em auto 0;
}

.press_area a {
    margin: 0 0 0 0.6em !important;
}

/* -- ▲プレスリリース -- */

/* -- ▼▼▼タブレット▼▼▼ -- */
@media screen and (max-width: 959px) {
    .wrap {
        width: 100%;
    }

}

/* -- ▲▲▲タブレット▲▲▲ -- */
/* -- ▼▼▼スマートフォン▼▼▼ -- */
@media screen and (max-width: 767px) {

    /* -- ▼過去の情報 -- */
    .year_list .pc {
        display: none;
    }

    .year_list .sp {
        display: inline;
    }

    /* 一覧表の列の幅 */
    .menu_list table tr td:first-child {
        width: 5em;
    }

    .menu_list table tr td:nth-child(2) {
        width: 8em;
    }

    .menu_list table tr td:last-child {
        width: 6em;
    }

    .tab_menu .menu_btn {
        font-size: 1.1em;
    }

    .year_list {
        font-size: 0.8em;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .past_text {
        width: 100%;
    }

    .photo_wrap img {
        width: 90% !important;
        margin-right: 0%;
        margin: 0 auto 10px;
    }

    .photo_wrap img:last-child {
        margin-right: auto;
    }

    .photo_wrap .photo_area {
        width: 90% !important;
        margin: 0 auto 10px;
        display: flex;
        flex-direction: column;
    }

    .photo_wrap .photo_area img {
        width: 100% !important;
    }

    .press_area {
        width: 90%;
    }

    /* 写真が縦長の時に横に二枚並べる場合 */
    .photo_wrap .area50 {
        width: 45% !important;
    }

    .photo_wrap .photo_area:nth-child(3n) {
        margin-right: auto;
    }

}

/* -- ▲▲▲スマートフォン▲▲▲ -- */
/* -- ▼▼▼499px以下スマートフォン▼▼▼ -- */
@media screen and (max-width: 499px) {}

/* -- ▲▲▲499px以下スマートフォン▲▲▲ -- */