@media print{
    .buttonsList{
        margin: 0 !important;
        margin-top: 20px !important;
        /* justify-content: flex-start; */
    }

    .buttonsList--col3 .buttonsList__item{
        margin: 0 2.692% 26px!important;
        margin-bottom: 10px !important;
    }

    .anchorList__item{
        width: 33.33% !important;
    }

    section.anchor {
        margin-bottom: 40px;
    }

    /* .crumb,
    .under_side,
    .buttonsList,
    .anchor .anchorList,
    .text__block--1040 */

    #globalHeader,
    header,
    #header,
    footer,
    #globalFooter,
    .resposiveGlobalHeaderSp {
        display: block !important;
    }
}


.table__body tbody tr td .ttl {
    font-size: 18px !important;
    color: #008D54;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}

/* Block Yellow */
.block-yellow {
    padding: 50px 30px;
    background-color: #e7f0d0;
}

@media(max-width:768px) {
    .block-yellow {
        padding: 30px 20px;
    }
}

.block-yellow .block-inner {
    margin-bottom: 20px;
}

.block-yellow .block-inner:last-child {
    margin-bottom: 0px;
}

.block-yellow .block-inner .ttl {
    background-color: #008d54;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

@media(max-width:768px) {
    .block-yellow .block-inner .ttl {
        height: 40px;
    }
}

.block-yellow .block-inner .ttl img {
    max-width: 35px;
    display: inline-block;
    margin-right: 10px;
}

/* Organizational Chart*/
.org-chart {}

.org-chart .title {
    margin-bottom: 10px;
    color: #008d54;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.75;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .org-chart .title {
        margin-bottom: 8px;
        font-size: 1.8rem;
        line-height: 1.95;
    }
}

.org-chart .chart-wrapper {
    overflow: auto;
    padding-bottom: 20px;
}

.org-chart .chart-container {
    min-width: 810px;
}

.org-chart .chart-container .level-1 {
    width: 100%;
    margin: 0 auto 60px;
    background: #008d54;
    padding: 10px 0;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    position: relative;
}

@media(max-width: 768px) {
    .org-chart .chart-container .level-1 {
        font-size: 1.8rem;
    }

}

.org-chart .chart-container .level-1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: #dcdcce;
}

.org-chart .chart-container .level-2-wrapper {
    position: relative;
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.org-chart .chart-container .level-2-wrapper::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 81%;
    height: 2px;
    transform: translateX(-50%);
    background: #dcdcce;
}

.org-chart .chart-container .level-2-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 2px;
    background: #dcdcce;
}

.org-chart .chart-container .level-2-wrapper li {
    position: relative;
    font-size: 1.6rem;
    color: #fff;
}

.org-chart .chart-container .level-2-wrapper>li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: #dcdcce;
}

.org-chart .chart-container .level-2 {
    width: 100%;
}

.org-chart .chart-container h4 {
    color:  #000;
    font-size: 1.6rem;
    padding: 10px;
    background: #dcdcce;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
}

@media(max-width:992px) {
    .org-chart .chart-container h4 {
        padding: 10px 5px;
        font-size: 1.4rem;
    }
}

.org-chart .chart-container p {
    color:  #000;
    font-size: 1.32rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    min-height: 72px;
}

@media(max-width: 768px) {
    .org-chart .chart-container p br {
       display: none;
    }

    .org-chart .chart-container p  {
        min-height: 65px;
    }
}

/* custom unsend small */
.custom-unsend-image.unsend-small::after {
    padding: 0px 6px;
    font-size: 11px;
    width: max-content;
}

.custom-unsend-image.unsend-small::after {
    top: calc(100% + 10px);
 }


/* custome table */
.table-green .tables thead th {
    background-color: #8FAD2F;
    color: #fff;
    font-size: 14px;
}

.table-green .tables td, .table-green .tables td p, .table-green .tables th {
    font-size: 14px;
}

.table-green .text {
    margin-bottom: 15px;
}

.table-green tr th {
    background-color: #efefe9;
}

.tables thead th {
    background-color: #8FAD2F;
    color: #fff;
    font-size: 14px;
    border-bottom: solid 1px #fff
}

.tables thead th {
    background-color: #8FAD2F;
    color: #fff;
    font-size: 1.4rem;
}

.tables th,
.tables td,
.tables td p.text {
    font-size: 1.4rem;
}


.tables td ul li, .tables td ol li {
    font-size: 1.4rem !important;
}

p.text, p.cardFloat__text {
    word-break: break-word;
}

.buttonsList .buttonsList__link {
    padding: 5px 22px;
}

.buttons .buttonsList__link::after {
    right: 5px !important;
}

@media print{
    #globalHeader,
    header {
        display: block;
    }
}

/* card */
.card--col4 .card__item {
    margin-top: 0;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 1.92305%;
}

@media screen and (max-width: 768px) {
    .card--col4 .card__item {
       width: 100%;
       margin-right: 0;
    }
    .text--1{
        min-height: fit-content !important;
    }
}

.card--col4 .card__item:last-child {
    margin-right: 0;
}

.bns_colum2_text{
    padding: 0;
}
.custom-unsend-image::after {
    display: none;
}
.card--col3-custom .custom-unsend-image{
    margin: inherit;
}

/* custom display card image */
.custom-card-img {
    aspect-ratio: 16/10;
    object-fit: cover;
}


/* custom notice */
.text__notice.text__notice-center {
    display: flex;
    justify-content: center;
}

.text__notice.text__notice-center .icon__notice {
    display: inline-block;
    position: unset;
    margin-right: 6px;
}

/* custom card col3*/
/* .card--col3.card--col3-custom>*:last-child {
    margin-bottom: 20px;
} */

.card--col3.card--col3-custom{
    justify-content: center;
    gap: 3.8461%;
}
.card.card--col3.card--col3-custom .card__item{
    margin-right: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .card.card--col3.card--col3-custom .card__item:last-child{
        margin-bottom: 0;
    }
}

.card--col3.card--col3-custom .card__item img{
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .card--col3.card--col3-custom .card__item img{
        height: auto;
    }
}

/* custom note */
.text__notice.custom-note-center {
    display: flex;
    justify-content: center;
    padding-left: 0;
    text-align: left;
}

.text__notice.custom-note-center .icon__notice {
    display: block;
    margin-right: 6px;
    position: static;
}

/* custom card col 2 */
.card--col2 .card__item:nth-child(2n),
.card--col2 .card__item:last-child {
    margin-right: 0;
}


/* custom card for 4 images */
.card.card--4img-custom {
    width: 65.2%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px 3.8461%;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .card.card--4img-custom {
        margin-bottom: 40px;
        width: 100%;
    }
}

.card.card--4img-custom .card__item {
    width: calc(50% - 2.8%);
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    .card.card--4img-custom .card__item {
        width: 100%;
    }
}

/* custom img width 500px */
.img-w-500 {
    width: clamp(350px, 50vw, 500px);
    margin: 0 auto;
}

.img-w-500 img{
   width: 100%;
}

@media screen and (max-width: 768px) {
    .img-w-500 {
        width: 100%;
    }
}

/* custom distance link*/
[id^="anc"], [id^="anch"], [id^="ancs"] {
    scroll-margin-top: 20px;
}

@media screen and (max-width: 768px) {
    [id^="anc"], [id^="anch"], [id^="ancs"] {
        scroll-margin-top: 85px;
    }
}

/* custom cardfloat_item */
@media screen and (max-width: 768px) {
    .cardFloat .cardFloat__item {
        order: 1;
        margin-bottom: 25px;
    }
}
