html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1.6rem; /* 本文 */
    line-height: 1.8rem; /* 行間 */
}

/* 共通スタイル */
.clear{clear:both;}

a{color:#37528c;text-decoration: none;}

a:visited{color:#666;text-decoration: none}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.7rem;
    font-weight: normal;
    margin:2rem 0 1.4rem 0;
}

h5 {
    font-size: 1.2rem;
}

.annotation {
    font-size: 1.2rem; /* 注釈 */
}

.visually-hidden {
    font-size: 1rem; /* 読ませたくないけど表示が必要な場合 */
}

a:hover{
    opacity: 0.7;
}

/* ヘッダー */
header, ul, li {
    margin: 0;
    padding: 0;
}

.header__pc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo-pc {
    margin: 0;
    padding:0;
    width: 469px;
    height: 76px;
}

.header__image-pc {
    background:url(../images/header_image_pc.png) no-repeat right -3px;
    background-size: 100%;
    width: 1200px;
    height: 76px;
}

.header__sp {
    display: none;
}

/* ボタンセクション */
.buttons {
    display: flex;
    width:1000px;
    justify-content: flex-end;
    margin: 17px auto;
    padding:0;
    text-align: right;
}

.buttons__container {
    width:260px;
    margin:0;
    padding:0;
}

button {
    padding:0;
    margin:0 0 0 10px;
    border:none;
    background-color: transparent;
    cursor: pointer;
}

/* グローバルナビゲーション */
.global-nav {
    background-color: #fff;
    color: #000;
}

.global-nav__list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.global-nav__item,.global-nav__item_last {
    position: relative;
}

.global-nav__item a,.global-nav__item_last a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
}

.global-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #d2ecf0;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    width: 240px;
    z-index: 10;
}

.global-nav__item:hover .global-nav__dropdown {
    display: block;
}

.global-nav__dropdown li a {
    padding: 15px 15px 10px 15px;
    display: block;
    border-bottom: 1px solid #fff;
}

.global-nav__dropdown li a:hover {
    background-color: #e5f4f6;
}

.dropdown-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 0 5px;
}

/* lead */
.lead{font-size: 1.8rem;}

/* タイトル */
.ttl{
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    border-bottom:2px solid #262323;
}

.ttl h2{
    font-size:2.4rem;
    margin:15px 0 0 0;
    padding: 0 14px;
    line-height: 2.8rem;
}

.ttl h3{
    display: inline;
    vertical-align: bottom!important;
    font-size:2rem;
    line-height: 1.6rem;
    margin-right: 10px;
}

.ttl h3 a {
    text-decoration: none;
    color: #000;
}

.ttl h3 > a::before{    
  display: inline-block;
  content: '';
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width:0.8rem;
  height:0.8rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  margin: 7px 10px 0 5px;
}




/* フッター */
.cooperate{
    width: 800px;
    margin: 0 auto 40px auto;
    padding: 0;
    font-size: 0.8rem;
    text-align: right;
}
footer {
    background-color: #f0f0f0;
    padding: 30px 0;
    font-size: 1.1rem;
}

.footer_inner{    
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

footer h4{
    width: 260px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 1rem 0 0.5rem 0;
    padding: 0;
}

.footer_add {
    width:220px;
    font-size: 1.2rem;
}

.footer__pc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
}

.footer__logo {
    width: 240px;
}

.footer__logo img{width: 65px;}

.footer__menus {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}

.footer__menus h3,
.footer__menusL h3 {
    margin-top: 0;
    padding-left: 10px;
    border-left:5px solid #2ea7e0;
    font-weight: normal;
    font-size:1.4rem;
}

.footer__menu_noh3 h3 {
    margin-top: 0;
    padding-left: 10px;
    font-weight: normal;
    font-size: 0.9rem;
}

.footer_menu_flex {
    display: flex;
}

.footer_menu_flex ul:first-child {
    margin-right: 2rem;
}

.footer__menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__menus ul li::before,
.footer__menusL ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin: 0 7px;
}

ul.footer__menu_noh3 li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #2ea7e0;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin: 0 7px;
}

.footer__menu_noh3 ul li, .footer__menusL ul li{
    list-style: none;
}

.footer__menusL{
    margin:0 0 50px 265px;
}

.footer__menus ul li a{
    text-decoration: none;
    color: #333;    
    font-size:1.4rem;
    line-height: 2.8rem;
}

.footer__menu_noh3 ul li a {
    text-decoration: none;
    color: #333;    
    font-size:1.1rem;
    line-height: 2.8rem;
}
.footer__menusL ul li a{
    text-decoration: none;
    color: #333;    
    font-size:1.4rem;
    line-height: 2.8rem;
}

.footer__sp {
    display: none;
    background-color: #eee;
    padding: 2rem 0;
    text-align: center;
}

.footer__copyright {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
}

/* margin */
.mt16{margin-top: 16px!important;}
.mt20{margin-top: 20px!important;}
.mt28{margin-top: 2.8rem!important;}
.mb30{padding-bottom: 30px!important;}
.mb150{padding-bottom: 15.5rem!important;}
.mt30{padding-top: 3rem!important;}
.mt45{padding-top: 4.5rem!important;}
.mt46{margin-top:4.6rem;}
.mt48{margin-top: 4.8rem!important;}
.mt50{padding-top: 50rem!important;}
.mb5{margin-bottom: 0.5rem!important;}
.mb10{margin-bottom: 1rem!important;}
.mb20{padding-bottom: 20px!important;}
.mb50{margin-bottom: 5rem!important;}
.mb70{margin-bottom: 7rem!important;}
.ml20{margin-left: 20px!important;}
.ml56{margin-left: 56px!important;}
.mr20{margin-right: 20px!important;}
.mb15{margin-bottom: 1.5rem!important;}
.mb72{margin-bottom: 7.2rem!important;}
.mb92{margin-bottom: 9.2rem!important;}
.pb5{padding-bottom: 0.5rem!important;}
.pb60{padding-bottom: 6rem!important;}
.pl20{padding-left: 20px!important;}
.pr20{padding-right: 20px!important;}
.back{margin:5rem 0!important;text-align: left;}
.back a::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #37528c;
    line-height:1;
    width: 7px;
    height: 7px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-30%) rotate(-135deg);
    margin: 0 7px;
}

.normal{font-weight: normal!important;}
.caution{color: #ff0000; text-align: center;}
.nyukai_add{
    font-weight: normal;
    line-height: 2.4rem;
    margin: 1rem 0;
}
.sub_ttl{font-size:1.8rem; border-bottom:1px solid #30528f; line-height:2.8rem}
.flex{display: flex;}
.center{text-align: center; margin: 0 auto;}
.border_g{border:1px solid #cccccc;}

.pagenavi{
    display: flex;
    justify-content: center;
    margin:4rem auto 5rem;
    text-align:center;
}
.pagenavi dd.active {
    border:1px solid #1a73e8;
    color: #fff;
    background-color: #1a73e8;
    font-weight: bold;
    text-align: center;
    margin:0 1rem;
    padding: 2px 6px;
}

.pagenavi dd a{
    border:1px solid #1a73e8;
    color: #1a73e8;
    background-color: #fff;
    font-weight: normal;
    text-align: center;
    margin:0 1rem;
    padding: 2px 6px;
    text-decoration: none;
    vertical-align: middle;
}

.txt_allow{
    font-size: 12px;
    vertical-align: top;
    }

/******************************************* スマホ用スタイル */
@media screen and (max-width: 760px) {
    .header__pc, .footer__menusL, .pc {
        display: none!important;
    }
    .sp{display: block;}

    .header__sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 20px 10px 20px;
        border-top: 3px solid #899ad1;
    }

    .header__logo-sp img {
        max-width: 140px;
        height: auto;
    }

    .header__hamburger {
        display: block;
        width: 30px;
        height: 25px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }

    .header__hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #333;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .header__hamburger span:nth-child(1) {
        top: 0;
    }

    .header__hamburger span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .header__hamburger span:nth-child(3) {
        bottom: 0;
    }

    .header__hamburger.is-active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .header__hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .header__hamburger.is-active span:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .header__hamburger p{
        margin: 2.6rem auto 0 auto;
        color: #000;
    }
    .header__hamburger p a{
        color: #000;
        text-decoration: none;
    }

    .buttons {
        display: none;
    }

    .global-nav {
        display: none;
        background-color: #d2ecf0;
        position: absolute;
        top: 60px;
        right: 0;
        width: 64%;
        z-index: 9;
    }

    .global-nav.is-open {
        display: block;
    }

    .global-nav__list {
        display: block;
        padding: 0;
        margin: 0;
    }

    .global-nav__dropdown li {
        position: relative;
    }

    .global-nav__item {
        border-bottom: 0.1rem solid #fff;
    }

    .global-nav__item:last-child {
        border-bottom: none;
    }

    .global-nav__item a, .global-nav__item_last {
        display: block;        
        align-items: center;
        text-decoration: none;
        color: #000;
    }

    .global-nav__dropdown {
        position: static;
        background-color: #e5f4f6;
        width: 100%;
        display: none;
    }

    .global-nav__item.is-open-dropdown .global-nav__dropdown {
        display: block;
    }

    .global-nav__item.has-dropdown > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 7px;
    }


    .dropdown-arrow {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        line-height: 1;
        width: 8px; /*10px*/
        height: 8px; /*10px*/
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
        margin-left: 5px; /* auto*/
    }

    .global-nav__dropdown .global-nav__item a {
        padding-left: 20px;
        padding-right: 30px;
    }

    .dropdown-link_arrow, .dropdown-link_arrow_sp, .dropdown-link_arrowL {
        display: block;
        align-items: center;
        color: #000;
        line-height: 1;
        width: 0.6em;
        height: 0.6em;
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-50%) rotate(45deg);
        position: absolute; /* 絶対配置 */
        right: 14px; /* 右端からの距離 */
        top: 50%; /* 縦方向中央 */
    }

    .main-image {
        margin: 20px auto 0;
    }

/** 地域アイコン  **/
.about .ico_jhks, .event_report .ico_jhks, a.ico_jhks, a.ico_jhks:active,a.ico_jhks:focus{
    margin-right: 0.5rem;
    padding:0.3rem 0.6rem;
    color: #3c5288;
    border:2px solid #37528c;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #fff;
}

.about .ico_hokkaido, .event_report .ico_hokkaido, a.ico_hokkaido, a.ico_hokkaido:active,a.ico_hokkaido:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 0.8rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #98b640;
}

.about .ico_yamagata, .event_report .ico_yamagata, a.ico_yamagata, a.ico_yamagata:active,a.ico_yamagata:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #578f75;
}

.about .ico_miyagi, .event_report .ico_miyagi, a.ico_miyagi, a.ico_miyagi:active,a.ico_miyagi:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #954c4a;
}

.about .ico_tokyo, .event_report .ico_tokyo, a.ico_tokyo, a.ico_tokyo:active,a.ico_tokyo:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #3c5288;
}

.about .ico_niigata, .event_report .ico_niigata, a.ico_niigata, a.ico_niigata:active,a.ico_niigata:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #259dd9;
    /*margin-left: 10px;*/
}

.about .ico_chubu, .event_report .ico_chubu, a.ico_chubu, a.ico_chubu:active,a.ico_chubu:focus  {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #e97070;
}

.about .ico_kansai, .event_report .ico_kansai, a.ico_kansai, a.ico_kansai:active,a.ico_kansai:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #ee7231;
}

.about .ico_kochi, .event_report .ico_kochi, a.ico_kochi, a.ico_kochi:active,a.ico_kochi:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #578f75;
}

.about .ico_hiroshima, .event_report .ico_hiroshima, a.ico_hiroshima, a.ico_hiroshima:active,a.ico_hiroshima:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #9176b1;
}

.about .ico_kyushu, .event_report .ico_kyushu, a.ico_kyushu, a.ico_kyushu:active,a.ico_kyushu:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #eaae40;
}

.about .ico_okinawa, .event_report .ico_okinawa, a.ico_okinawa, a.ico_okinawa:active,a.ico_okinawa:focus {
    margin-right: 0.5rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #559db4;
}


.cooperate {
  width: 94%;
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 0.8rem;
  text-align: right;
}
    .footer__pc {
        display: none;
    }

    .footer__sp {
        display: block;
        padding: 0 0 20px 0;
    }

    .container {
    width: 96%;
    margin: 0 auto 10px auto;
    padding: 0;
    }


    .footer__logo {
        display: grid;
        width: 100%;
        margin: 0 auto;
        justify-items: center;
    }

    .footer__log img{
        width: 90px!important;
        margin: 0 auto;
    }

.footer_add {
    width:80%;
    font-size: 1.2rem;
}

.nyukai_img{
    width:96%;
    border: 1px solid #ccc;
    padding: 1rem;
}
.pagenavi{
    display: flex;
    justify-content: center;
    width:90%;
    margin:4rem auto 5rem;
    text-align:center;
}
.pagenavi dd {
    display: block;
    margin-inline-start: 0;
    unicode-bidi: isolate;
}
/*** newsアイコン***/
.simekiri{
    padding:0.5rem;
    border-radius: 4px;
    font-size: 1.4rem;
    color: #ff0000 ;
    font-weight: bold;
}

.syuryo{padding:0.5rem;
    border-radius: 4px;
    font-size: 1.4rem;
    color: #30528f;
    font-weight: bold;
}
}

/* PC用のレイアウト調整 (761px以上) */
@media screen and (min-width: 761px) {
    .sp{display: none!important;}
    .pc{display: block;}
    .container {
        width: 100%;
        max-width:1000px;
        margin: 0 auto;
        padding: 0;
    }

    .header {
        width: 100%;
        padding:0;
        margin: 0 auto;
        border-top:3px solid #899ad1;
    }

    .footer__pc {
        padding: 50px 0 0 0;
    }

    .global-nav {
        background-color: #fff;
        color: #000;
        height: 27px;
        margin: 0 auto 30px auto;
        width: 800px;
    }

    .global-nav__list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
        height: 100%;
    }

    .global-nav__item {
        position: relative;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .global-nav__item > a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #000;
        width: 100%;
        min-width: 100px;
        height: 100%;
        padding-right: 12px;
    }

    .global-nav__item:not(.has-dropdown) > a::after {
        content: '';
        display: none;
    }

    .global-nav__item.has-dropdown > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #000;
        width:auto;
        /*min-width: 160px;*/
        height: 100%;
        padding-right: 12px;        
        word-break: break-word;

    }

    .global-nav__item.has-dropdown > a .dropdown-arrow {
        margin-left: 12px;
        display: inline-block;
    }

    .dropdown-arrow {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        line-height: 1;
        width: 7px;
        height: 7px;
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
        margin-left: 5px;
    }
 
    .global-nav__item {
        border-right: 0.1rem solid #555;
        width: auto;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 1.7rem;
        white-space: nowrap;
    }

    .global-nav__item_last {
        border-right: none;
        width: auto;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 1.7rem;
        white-space: nowrap;
    }

    .global-nav__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #d2ecf0;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        width: 250px;
        z-index: 10;
    }

    .global-nav__item:hover .global-nav__dropdown {
        display: block;
    }

    .global-nav__dropdown li a {
        padding: 10px 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1.5;
        position: relative;
        padding-right: 30px;
    }

    .global-nav__dropdown li a::after {       
        position: absolute;
        content: '';
        display: block;
        vertical-align: middle;
        color: #000;
        line-height: 1;
        width: 7px;
        height: 7px;
        border: 0.1rem solid #000;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: rotate(45deg) translateY(-25%);
        margin-left: 5px;
        right: 14px;
    }

    .global-nav__dropdown li a:hover {
        background-color: #e5f4f6;
    }

/*** newsアイコン***/
.simekiri{
    padding:0.5rem;
    border-radius: 4px;
    font-size: 1.4rem;
    color: #ff0000 ;
    font-weight: bold;
}

.syuryo{padding:0.5rem;
    border-radius: 4px;
    font-size: 1.4rem;
    color: #30528f;
    font-weight: bold;
}

/** 地域アイコン  **/
.ico_jhks, .about .ico_jhks {
    padding: 3px 20px;
    color: #3c5288;
    border:2px solid #3c5288;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #fff;
}
.ico_hokkaido, .about .ico_hokkaido {
    padding: 4px 22px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #98b640;
}

.ico_yamagata, .about .ico_yamagata {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #578f75;
}

.ico_miyagi, .about .ico_miyagi {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #954c4a;
}

.ico_tokyo, .about .ico_tokyo {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #3c5288;
}

.ico_niigata, .about .ico_niigata {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #259dd9;
}

.ico_chubu, .about .ico_chubu {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #e97070;
}

.ico_kansai, .about .ico_kansai {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #ee7231;
}

.ico_kochi, .about .ico_kochi {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #578f75;
}

.ico_hiroshima, .about .ico_hiroshima {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #9176b1;
}

.ico_kyushu, .about .ico_kyushu {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #eaae40;
}

.ico_okinawa, .about .ico_okinawa {
    padding: 4px 30px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #559db4;
}
    .footer__menu1{
        width:135px;
    white-space: nowrap;
    }

    .footer__menu2{
        width:120px;
    white-space: nowrap;
    }

    .footer__menu3{
        width:140px;
    white-space: nowrap;
    }

    .footer__menu4{
        width:92px;
    white-space: nowrap;
    }

.footer__menus .footer__menu4 li::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #2ea7e0!important;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin: 0 7px;
}

.nyukai_img{
    border: 1px solid #ccc; padding: 1rem;
}

.pagenavi{
    display: flex;
    justify-content: center;
    width:90%;
    max-width: 768px;
    margin:4rem auto 5rem;
    text-align:center;
}

}


@media print{
   .sp{display: none;}

   #banners ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px auto;
    list-style: none;
  }
  .bn_tokuten a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 418px;
    margin-right: 30px;
    padding: 20px 20px 20px 48px;
    border: 2px solid #9e9c9c;
    text-decoration: none;
    color: #000;
  }

#banners .sp, #partners .sp{display: none;}

 #partners {
    padding: 0 2%;
  }

 #partners ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 58px auto;
  }
 #partners li {
    width: auto;
    padding-right: 3%;
    list-style: none;
  }
  

}

/* 記事本文内の画像を横並び */
.txt {
  overflow: hidden; /* clearfix的に安全 */
}

/* 横並び対応：画像（alignleft）の汎用対応 */
.txt img.alignleft,
.txt p > img.alignleft {
  float: left;
  margin-right: 20px;
  display: block;
}

.txt p {
  margin: 0;
  padding: 0;
}

/* wp-caption 対応（キャプション付き画像） */
.txt .wp-caption.alignleft {
  float: left;
  margin-right: 20px;
  width: auto;
}

.txt .wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}

.txt .wp-caption-text {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

/* 横並び対応：画像（alignleft）の汎用対応 */
.event-header_detail img.alignleft,
.event-header_detail p > img.alignleft {
  float: left;
  margin-right: 20px;
  display: block;
}

.event-header_detail p {
  margin: 0;
  padding: 0;
}

/* wp-caption 対応（キャプション付き画像） */
.event-header_detail .wp-caption.alignleft {
  float: left;
  margin-right: 20px;
  width: auto;
}

.event-header_detail .wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}

.event-header_detail .wp-caption-text {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

/* 横並び対応：画像（alignleft）の汎用対応 */
.event-report_header img.alignleft,
.event-report_header p > img.alignleft {
  float: left;
  margin-right: 20px;
  display: block;
}

.event-report_header p {
  margin: 0;
  padding: 0;
}

/* wp-caption 対応（キャプション付き画像） */
.event-report_header .wp-caption.alignleft {
  float: left;
  margin-right: 20px;
  width: auto;
}

.event-report_header .wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}

.event-report_header .wp-caption-text {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin-top: 30px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.pagination .page-numbers.current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
  font-weight: bold;
}

.pagination .page-numbers:hover {
  background-color: #f2f2f2;
  color: #000;
}