a {
    text-decoration: none
}
img {
    height: auto;
}
.btn_under {
    background-color: #1f2289 !important;
    box-shadow: 0 5px 0 #0f115d !important;
    min-width: 412px !important;
    height: 70px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important
}

.btn_under::after {
    right: 20px !important
}

@media (max-width: 979px) {
    .btn_under {
        min-width:80vw !important
    }
}

h1 {
    margin-top: 50px;
    margin-bottom: 44px;
    color: #4278d1;
    text-align: center;
    font-size: min(7vw, 44px)
}

@media (max-width: 979px) {
    h1 {
        margin-top: 35px;
        margin-bottom:20px
    }
}

h1 span {
    display: block;
    font-size: min(3.5vw, 24px)
}

._text-color-red {
    color: #e60012
}

.mainColor {
    color: #22ac38 !important
}

.tit1 {
    margin-top: 60px;
    margin-bottom: 44px;
    color: #22ac38;
    text-align: center;
    font-size: min(5vw, 32px)
}

@media (max-width: 979px) {
    .tit1 {
        margin-bottom:20px
    }
}

.tit1 span {
    display: block;
    font-size: min(3.5vw, 24px)
}

.tit2 {
    background-color: #4f6592;
    color: #fff;
    padding: 15px 24px;
    line-height: 1;
    margin-bottom: 45px;
    font-size: min(5vw, 26px)
}

@media (max-width: 979px) {
    .tit2 {
        padding:3% 5%;
        margin-bottom: 20px;
        line-height: 1.4
    }
}

.tit3 {
    margin-top: 25px;
    background-color: #EFF2F9;
    color: #0F115D;
    padding: 20px 24px;
    font-size: min(5vw, 22px)
}

@media (max-width: 979px) {
    .tit3 {
        padding:3% 5%;
    }
}
.front-page p,
.post_desc
{
    font-size: min(4vw, 16px);
}
p {
    font-size: 18px
}

._lists {
    background-color: #F2FBF2;
    border: 2px solid #22ac38;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 979px) {
    ._lists {
        flex-direction:column;
        padding: 5% 10%
    }
}

._lists li {
    width: calc(100% / 2)
}

@media (max-width: 979px) {
    ._lists li {
        width:100%
    }
}

._lists li p {
    position: relative;
    padding-left: 32px
}

@media (max-width: 979px) {
    ._lists li p {
        padding-left:5vw
    }
}

._lists li p:before {
    position: absolute;
    left: 0;
    content: "●";
    color: #22ac38;
    padding-right: 20px
}

@media (max-width: 979px) {
    ._lists li p:before {
        left:-5vw
    }
}

.btn {
    background-color: #0F115D;
    color: #fff
}

.mv {
    background-color: inherit
}

.btn_nomal {
    display: inline-block;
    padding: 16px 62px;
    background-color: #22ac38;
    box-shadow: 0 5px 0 #008736;
    border-radius: 100vh;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    height: 46px;
    text-decoration: none;
    position: relative;
    text-align: center;
    min-width: 300px
}

@media (max-width: 979px) {
    .btn_nomal {
        display:inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 200px;
        height: auto;
        min-width: 100%
    }
}

.btn_nomal:link {
    color: #fff
}

.btn_nomal:after {
    position: absolute;
    right: 12px;
    top: 50%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 11px;
    height: 11px;
    content: "";
    transform: translateY(-50%) rotate(45deg)
}

.btn_nomal:hover {
    box-shadow: none;
    transform: translateY(5px);
    color: #fff
}

.btn_nomal:visited {
    color: #fff
}

.btn_subColor {
    background-color: #1f2289;
    box-shadow: 0 5px 0 #0f115d;
    min-width: 500px
}

@media (max-width: 979px) {
    .btn_subColor {
        min-width:100%;
        padding: 16px 45px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.btn_wrapper {
    margin-top: 50px
}

.dr_comment {
    position: relative;
    text-align: center;
    margin-top: 80px
}

@media (max-width: 979px) {
    .dr_comment {
        margin:20px 10px 0
    }
}

.dr_comment--ttl {
    font-size: 24px;
    color: #fff;
    background: #22ac38;
    padding: 10px 0
}

@media (max-width: 979px) {
    .dr_comment--ttl {
        font-size:18px
    }
}

.dr_comment--subTtl {
    padding: 5px 10px;
    margin: 0 20px 25px 0;
    border-bottom: solid 1px #22ac38;
    border-left: solid 10px #22ac38;
    background: #fff
}

.dr_comment--subTtl:nth-child(n+2) {
    margin-top: 20px
}

@media (max-width: 979px) {
    .dr_comment--subTtl {
        padding:3px 5px;
        margin: 10px 10px 15px 0;
        border-left: solid 5px #22ac38;
        font-size: 15px
    }
}

.dr_comment__contain {
    background: #fffefa;
    border: solid 1px #22ac38;
    margin-top: 1px;
    padding: 30px 40px 35px
}

@media (max-width: 979px) {
    .dr_comment__contain {
        padding:20px 10px
    }
}

.dr_comment__contain .txt {
    font-size: 18px;
    text-align: left
}

@media (max-width: 979px) {
    .dr_comment__contain .txt {
        font-size:12px
    }
}

@media (min-width: 980px) {
    .dr_comment__contain .dr {
        position:absolute;
        width: 245px;
        bottom: 0;
        right: 15px
    }
}

@media (max-width: 979px) {
    .dr_comment__contain .dr {
        text-align:center;
        margin-bottom: 15px
    }
}

@media (max-width: 979px) {
    .dr_comment__contain .dr img {
        max-height:210px
    }
}

.dr_comment__contain .dr figcaption {
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff
}

@media (min-width: 980px) {
    .dr_comment__contain .dr figcaption {
        position:absolute;
        bottom: 25px;
        left: 30px
    }
}

@media (max-width: 979px) {
    .dr_comment__contain .dr figcaption {
        font-size:12px
    }
}

.for_box ul.item li {
    border: 1px solid #22ac38;
    padding: 20px 3%;
    background: #F2FBF2
}

.paperType {
    background: #f9f9f9;
    margin: 10px 0 20px;
    padding: 30px 100px
}

@media (max-width: 979px) {
    .paperType {
        padding:20px
    }
}

.paperType table {
    width: 100%;
    border-collapse: collapse;
    text-align: center
}

.paperType table tr th,.paperType table tr td {
    border: solid 1px #0F115D
}

@media (max-width: 979px) {
    .paperType table tr th,.paperType table tr td {
        font-size:14px
    }
}

.paperType table tr th {
    color: #fff;
    background: #0F115D;
    font-weight: normal;
    padding: 10px 0
}

.paperType table tr td {
    background: #fff;
    padding: 20px 0;
    font-weight: bold
}

.paperType table tr td:first-child {
    color: #22ac38;
    background: #F2FBF2
}

.paperType table tr td:not(:first-child) {
    font-size: 18px
}

@media (max-width: 979px) {
    .paperType table tr td:not(:first-child) {
        font-size:16px
    }
}

.paperType__txt {
    margin-top: 10px
}

@media (max-width: 979px) {
    .paperType__txt {
        font-size:14px
    }
}

.SecNav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

@media (max-width: 979px) {
    .SecNav {
        flex-direction:column
    }
}

.SecNav li {
    width: calc((100% / 3) - 10px)
}

@media (max-width: 979px) {
    .SecNav li {
        width:100%
    }
}

.SecNav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #1f2289;
    border-radius: 100vh;
    padding: 3% 7% 3% 5%;
    text-decoration: none;
    font-weight: bold;
    color: #1f2289;
    position: relative;
    text-align: center
}

@media (min-width: 980px) {
    .SecNav li a {
        min-height:60px
    }
}

@media (max-width: 979px) {
    .SecNav li a {
        padding:3% 10%
    }
}

.SecNav li a::after {
    position: absolute;
    content: "";
    right: 4%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #1f2289;
    border-right: 3px solid #1f2289;
    transform: translate(-50%, -50%) rotate(135deg)
}

@media (max-width: 979px) {
    .SecNav li a::after {
        width:3vw;
        height: 3vw
    }
}

._under_h3 {
    color: #22ac38;
    font-size: 18px;
    font-weight: bold;
    background-color: inherit;
    padding: 5px 15px;
    background: #e8fbeb
}

.post_list .post_item+.post_item {
    margin-top: 24px
}

.post_list .post_item {
    display: flex;
    padding: 30px 40px;
    border: 1px solid #aaaaaa;
    align-items: center;
    gap: 40px
}
.post_list .post_item .post_detail {
    width: 100%;
}
@media (max-width: 979px) {
    .post_list .post_item {
        padding:30px 5%;
        gap: 2vw;
        flex-direction: column
    }

}

.post_list figure {
    width: 260px;
    position: relative
}

@media (max-width: 979px) {
    .post_list figure {
        width:100%
    }

    .post_list figure img {
        width: 100%
    }
}

/* .post_list figure>.p-articleMetas__termList {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(31,34,137,0.6);
    color: #fff;
    padding: 6px 14px;
    font-size: 12px
} */

.post_list .post_detail_h3 {
    color: #3866B3;
    font-size: min(5vw,23px);
    border-bottom: 2px solid #3866B3;
    margin-bottom: 24px
}

.post_list .post_desc {
    font-size: min(4vw,16px)
}

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
    margin-bottom: 100px
}

@media (max-width: 979px) {
    .Pagination {
        margin-top:60px;
        margin-bottom: 60px
    }
}

.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    background: #fff;
    border: solid 1px #1f2289;
    font-size: 14px;
    color: #1f2289 !important;
    font-weight: bold;
    transition: all 0.15s linear;
    border-radius: 4px
}

.Pagination-Item-Link-Icon {
    width: 20px
}

.Pagination-Item-Link.isActive {
    background: #1f2289;
    color: #fff !important;
    pointer-events: none
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #1f2289;
    color: #fff !important
}

.Pagination>*+* {
    margin-left: 12px
}
.news_story h1,
.under_ttl1 {
    color: #000;
    margin-top: 15px;
    font-size: 34px;
    text-align: left;
    font-size: min(7vw, 34px)
}
.news_story h2,
.under_ttl2 {
  margin-top: 20px;
  margin-bottom: 32px;
  color: #fff;
  padding: 5px 3%;
  font-size: min(5vw, 30px);
  background: #4b6fb6;
}
.news_story h3,
.under_ttl3 {
    color: #1f2289;
    font-size: 20px;
    font-size: min(5vw, 20px);
    position: relative;
    padding-left: 28px;
    margin-top: 20px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eeeeee;
    line-height: 1.2
}
.news_story h3::before,
.under_ttl3::before {
    height: calc(100% - 8px);
    max-height: 20px;
    width: 3px;
    background-color: #1f2289;
    content: "";
    position: absolute;
    left: 10px;
    top: 0px
}

@media (max-width: 979px) {
    .news_story h3::before,
    .under_ttl3::before {
        max-height:none;
        height: calc(100% - 20px)
    }
}
.news_story h4,
.under_ttl4 {
  font-size: 20px;
  margin-bottom: 30px;
  background: #eef3ff;
  padding: 7px 2%;
  color: #202289;
}
.under_numberli {
    padding-left: 25px
}

.under_numberli li {
    font-size: 18px;
    padding-left: 20px;
    line-height: 2
}

.under_numberli li::marker {
    color: #22ac38;
    font-size: 20px;
    font-weight: bold;
    display: inline-block
}

.under_list {
    padding-left: 20px
}

.under_list li {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    line-height: 2
}

.under_list li::before {
    position: absolute;
    left: -20px;
    content: "●";
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #4b6fb6;
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif
}

.article .cat .cat-tag {
    background-color: rgba(31,34,137,0.6);
    color: #fff;
    padding: 6px 14px;
    font-size: 12px
}

.article .cat .date {
    color: #959595;
    margin-left: 20px
}

.article .toc-001 {
    margin-bottom: 120px;
    padding: 1em 1em 1em 2em;
    background-color: #eff2f9;
    color: #333333
}

.article .toc-001 .indexTtl {
    font-weight: bold;
    color: #1f2289;
    margin-right: 16px
}

.article .toc-001 div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0
}

.article .toc-001 label::after {
    margin-left: 5px;
    font-size: .8em;
    content: "[開く]";
    cursor: pointer
}

.article .toc-001:has(:checked) label::after {
    content: "[閉じる]"
}

.article .toc-001 input {
    display: none
}

.article .toc-001 ol {
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden
}

.article .toc-001>ol {
    height: 0;
    list-style-type: none
}

.article .toc-001:has(:checked)>ol {
    height: auto
}

.article .toc-001 ol .sub {
    margin-top: 5px;
    position: relative;
    list-style-type: none
}

.article .toc-001 ol .sub li::before {
    content: "∟"
}

.article .toc-001 li {
    padding: 5px 0
}

.article .toc-001 a {
    color: #1f2289
}

.width-50 {
    width: 50%;
    margin-right: auto
}

.cat {
    display: flex;
}
.article-metas__times .post-time__published {
    color: #959595;
    margin-left: 20px;
}
@media (max-width:979px) {
    .news_story .cat{
        flex-direction: column;
    }
    .news_story .article-metas__times .post-time__published {
        color: #959595;
        margin-left: 0px;
    }
}



.c-categoryList {
    margin-bottom: 10px;
}
.c-categoryList .c-categoryList__link{
  border: 2px solid rgb(56, 102, 179);
  color: rgb(56, 102, 179);
  padding: 4px 12px;
  font-size: 11px;
  border-radius: 100vh;
  font-weight: bold;
  margin: 4px 4px;
  display: inline-block;
}
.c-categoryList .c-categoryList__link::before{
    content: "#";
}





  .Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
    margin-bottom: 100px
}

@media (max-width: 979px) {
    .Pagination {
        margin-top:60px;
        margin-bottom: 60px
    }
}

.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    background: #fff;
    border: solid 1px #1f2289;
    font-size: 14px;
    color: #1f2289 !important;
    font-weight: bold;
    transition: all 0.15s linear;
    border-radius: 4px
}

.Pagination-Item-Link-Icon {
    width: 20px
}

.Pagination-Item-Link.isActive {
    background: #1f2289;
    color: #fff !important;
    pointer-events: none
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #1f2289;
    color: #fff !important
}

.Pagination>*+* {
    margin-left: 12px
}


.table-style {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    min-width: 800px;
    /* white-space: nowrap; */
}
.table-style tr {
    border-bottom: 1px solid #ddd;
}

.table-style tr:nth-child(odd):not(.table-last) {
    background: #f5f5f5;
}
.table-style tr:first-child {
    border-top: 1px solid #ddd;
}

.table-style thead tr th{
    color: #fff;
    background: #4b6fb6 !important;
    /* border: 1px solid #ddd; */
    font-size: 1.6rem;
    padding: 16px 20px;
}
.table-style  td {
    vertical-align: top;
    padding: 16px 20px;
    line-height: 1.4;
    text-align: center;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
}
.table-style td:last-child {
    border-right: 1px solid #ddd;
}
.table-wrap {
    overflow-x: scroll;
}
@media (max-width:979px) {
    .table-style thead tr th {
        font-size:min(3.7vw,16px);
        padding: 1.5%;
    }
    .table-style  td {
        padding: 1.5%;
        font-size: min(3.7vw,16px);
    }
}
