.pad60{padding: 60px 20px;}
.sec_ttl{
    font-size: 14rem;
    text-align: center;
    margin-bottom: 3em;
}
.sec_subttl{
    color: #596976;
    font-size: 10rem;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 1em;
}
.sec_txt{
    font-size: 9rem;
    line-height: 2em;
    margin-bottom: 3em;
}
.sec_txt span{color: #69787f;}
.sec_txt span b{color: red;}
.sec_txt a{color: #0e77d0;}
.sec_txt a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sec_time{
    display: block;
    text-align: right;
    color: #69787f;
    font-size: 8rem;
    line-height: 2em;
    margin-top: 10em;
}

.ope_tbl{
    width: 100%;
    letter-spacing: 1px;
    border-collapse: collapse;
    margin-top: -2em;
}
.ope_tbl tr{border-bottom:dotted 1px #ccc;}
.ope_tbl tr:last-child{border-bottom:none;}
.ope_tbl th{
    width: 35%;
    text-align: center;
    vertical-align: top;
    padding: 2em 0;
    background-color: #aaa;
    font-weight: normal;
    font-size: 7.5rem;
}
.ope_tbl td{
    font-size: 8rem;
    padding: 2em 0 2em 1em;
}
.ope_tbl td a{
    font-style: italic;
    color: #0e77d0;
}
.ope_tbl td a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ope_tbl #ope_img{
    width: 65%;
    border: solid 1px #ddd;
}
#cont_form{display: none;}
#cont_tbl{
    width: 100%;
    font-size: 8.5rem;
}
#cont_tbl tr th{
    width: 18%;
    padding: 1em 0;
    text-align: left;
    color: #69787f;
}
#cont_tbl tr th span{
    display: inline-block;
    background-color: crimson;
    font-size: 5rem;
    color: #fff;
    padding: 0 1em;
    border-radius: 5px;
}
#cont_tbl tr th span.cont_any{background-color:darkgreen;}
#cont_tbl tr td{
    padding: 1em 0;
}
#cont_tbl tr td input{
    padding: 0.5em;
    font-size: 9rem;
    max-width: 60%;
}
#cont_tbl tr td span{
    font-size: 7rem;
    color: red;
    font-weight: bold;
    margin-left: 1em;
    display: block;
}
#cont_tbl tr td textarea{
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 8.5rem;
    line-height: 1.4em;
    max-width: 60%;
}
#cont_tbl tr .form_btn{
    text-align: center;
}
#cont_tbl tr .form_btn input{
    padding: 0.1em 1em;
    margin: 0 1em;
}
.cont_li{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}
.cont_li li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0e77d0;
    margin: 5vh 10px 10px;
    position: relative;
}
.cont_li li a i{
    font-size: 16rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cont_li li a:hover{opacity: 0.7; transition: 0.2s;}

/*記事*/
.article_wrap{
    padding-top: 24px;
}
.article_ttl{
    font-family: "メイリオ","ヒラギノ角ゴPro W3",sans-serif;
    font-size: 14rem;
    line-height: 1.5em;
    margin: 0 20px 30px;
}
.article_hd{
    padding: 0 20px 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ddd;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.article_hd .article_sub{
    font-family: "メイリオ","ヒラギノ角ゴPro W3",sans-serif;
    font-size: 7rem;
    color: #69787f;
}
.article_sns{    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.article_sns_hd{width: 60%;}
.article_sns_btm{width: 100%;}
.article_sns li{
    width: calc(100% / 4 - 3px);
    text-align: center;
}
.article_sns li a{
    display: block;
    width: 100%;
    font-size: 11rem;
    color: #fff;
    border-radius: 2px;
    padding: 8px 0;
}
.article_sns li a:hover{opacity: 0.8;}
.article_sns li:last-child a{margin-right: 0;}
.article_sns li .share_x{background-color: #222;}
.article_sns li .share_fb{background-color: #3b5998;}
.article_sns li .share_line{background-color: #06c755;}
.article_sns li .share_poc{background-color: #d3505a;}
.article_caution{
    text-align: center;
    font-size: 10.5px;
    color: red;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0 10px;
    margin-bottom: 45px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.article_caution::before{content: "※";}
.article_txt{
    padding: 0 30px 4em;
    font-size: 10rem;
    line-height: 2em;
}
.article_hash{color: #d3505a;}
.article_txt .article_linka{color: #0e77d0;}
.article_txt .article_link:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.article_img{
    display: inline-block;
    width: 40%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    float: left;
    box-sizing: border-box;
    padding-top:1em;
    padding-left:1em;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 7rem;
    color: #fff;
    text-shadow: 0 0 10px #111;
}
.article_img i{margin-right: 0.4em;}
.modal_img{width: 100%;}
.article_report{
    display: inline-block;
    margin-bottom: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 9rem;
    color: #fff;
    background-color: #d3505a;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.article_report:hover{opacity: 0.8;}
.article_form{width: 90%;}
.article_btm{padding: 0 20px 4em;}
.article_subttl{
    padding: 45px 0 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #aaa;
    font-size: 9rem;
    color: #69787f;
}
.article_tag{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 45px;
    font-size: 7.5rem;
}
.article_tag a{
    display: block;    
    color: #0e77d0;    
    background-color: #e8eced;
    padding: 3px 1em;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.article_tag a:hover{opacity: 0.8;}
.article_tag a:last-child{margin-right: 0;}
.article_tag a i{
    margin-right: 0.3em;
    color: #69787f;
}

/*index*/
.ind_hd {
    padding: 10px;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ind_hd_box {
    flex: 0 0 auto;
    width: calc(50% - 10px); /* 2つ表示に変更 */
    min-width: 130px;
    margin-right: 10px;
    position: relative;
}
.ind_hd_box:last-child {
    margin-right: 0;
}
.ind_hd_cate{
    display: block;
    font-size: 7.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 3px;
    border-radius: 2px;
}
.ind_hd_box .domestic{background-color: red;}
.ind_hd_box .international{background-color: blue;}
.ind_hd_box .sports{background-color: green;}
.ind_hd_box .entertainment{background-color: purple;}
.ind_hd_link img{
    width: 100%;
    margin-bottom: 5px;
}
.ind_hd_ttl{
    font-size: 9rem;
    color: #222;
    line-height: 1.5em;
    padding-bottom: 2em;
}
.ind_hd_date{
    display: block;
    font-size: 7rem;
    color: #69787f;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.main_ban{
    width: 100%;
    overflow-x: scroll;
    line-height: 0;
    display: flex;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch; /* スムーズスクロール用 */
    scroll-behavior: smooth; /* スムーズスクロール */
    scrollbar-width: none; /* Firefoxでスクロールバーを非表示 */
}
.main_ban::-webkit-scrollbar {
    display: none;
}
.main_ban li{
    width: 75%; /* より大きなサイズに修正 (120%から200%へ) */
    flex: 0 0 auto; /* サイズを固定するため追加 */
}
.main_ban li a img{
    width: 100%;
    height: auto; /* アスペクト比を維持 */
    display: block; /* 余白を防ぐ */
}
.latest_l{border-top: 5px solid #7b8b98;}
.latest_box{
    margin: 10px;
    border-bottom: solid 1px #ddd;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.latest_img{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}
.latest_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.latest_box:hover .latest_img img{opacity: 0.7; transition: 0.2s;}
.latest_r{
    box-sizing: border-box;
    width: calc(100% - 80px);
    padding-left: 15px;    
}
.latest_tag{
    font-size: 7rem;
    color: #69787f;
}
.latest_tag i{margin-right: 0.3em;}
.latest_ttl{
    display: block;
    font-size: 9rem;
    color:#0e77d0;
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-right: 10px;
}
.latest_box:hover .latest_ttl{opacity: 0.7; transition: 0.2s;}
.latest_txt{
    width: 80%;
    font-size: 7rem;
    color: #69787f;
    line-height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 2em;
}
.latest_date{
    font-size: 7rem;
    color: #69787f;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

/*newsPage*/
.inter_l{border-top: 5px solid blue;}
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
}
.pagination-controls button {
    padding: 5px 15px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    cursor: pointer;
    border-radius: 4px;
}
.pagination-controls button:hover:not(:disabled) {
    background-color: #e0e0e0;
}
.pagination-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.page-info {font-size: 14px;}
.news_slide li{aspect-ratio: 4 / 3;}
.slide_ttl{
    font-size: 10rem;
    padding: 5px 10px;
}
.slide_txt{
    font-size: 7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}