body {
    font-family: 'Noto Sans JP', 'Noto Sans', 'Oswald', sans-serif;
}

.box-border {
    position: absolute;
    font-size: 64px;
    color: black;
    background-color: rgba(255,255,255,0.7);
}

.box-border-leftTop {
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid white;
    border-left: 4px solid white;
    top: -1px;
    left: -1px;
}
.box-border-leftBottom {
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 4px solid white;
    border-bottom: 4px solid white;
    bottom: -1px;
    left: -1px;
}
.box-border-rightTop {
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid white;
    border-right: 4px solid white;
    top: -1px;
    right: -1px;
}
.box-border-rightBottom {
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    bottom: -1px;
    right: -1px;
}

h2.main_title {
    color: #333;
    border-left: solid 12px #0dcaf0;
    border-bottom: solid 1px #ccc;
}

.heading-section h2 {
    position: relative;
}

/* タイトルの下線 */
.heading-section h2:after, .heading-section h2:before {
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
    content: '';
}

.heading-section h2.text-info:after, .heading-section h2.text-info:before {
    background-color: #0dcaf0;
}

.heading-section h2.text-lightpink:after, .heading-section h2.text-lightpink:before {
    background-color: #D51460;
}

.heading-section h2.text-brown:after, .heading-section h2.text-brown:before {
    background-color: #C9A063;
}



p.news {
    margin: 1rem 0 !important;
}
@media (max-width: 576px) {
    .news {
        font-size: 10px !important;
    }
}
footer a {
    text-decoration: none !important;
}

.footer-title {
    text-underline: darkred;
}

.bg-footer {
    background-color: #595757 !important;
}

.bg-lightblue {
    background-color: #cef1fd;
}

.bg-brown {
    background-color: #DFD7C4;
}

.bg-lightpink {
    background-color: #FADBE8;
}

.text-lightpink {
    color: #D51460;
}

.text-brown {
    color: #C9A063;
}

.btn-square {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.Item-Content-Flg1 {/*三角形左上*/
    position: absolute;
    top: 0;
    left: 0;
    border-left: 40px solid rgba(0, 0, 0, 0.125);
    border-bottom: 40px solid transparent;
}
.Item-Content-Flg2 {/*三角形右下*/
    position: absolute;
    bottom: 4%;
    right: 2%;
    border-left: 30px solid transparent;
    border-bottom: 30px solid rgba(42, 177, 201, 0.12);
}
.Item-Content-Flg3 {/*三角形左下*/
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 40px solid transparent;
    border-bottom: 40px solid rgba(0, 0, 0, 0.125);
}
.Item-Content-Flg4 {/*三角形右上*/
    position: absolute;
    top: 0;
    right: 0;
    border-top: 40px solid rgba(0, 0, 0, 0.125);
    border-left: 40px solid transparent;
}

.figure {
    display: block;
}

.border-info{
    border-color: #0dcaf0 !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.btn {
    border-radius: 18px;
}

.btn-group > .btn:first-child {
    border-right: #b5b5b5 2px solid;
}

.btn-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #fff;
    background-color: #0baccc;
    border-color: #0aa2c0;
}

.card {
    border-radius: 0;
}

.card > a {
    text-decoration: none;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-text2 {
    font-size: 24px;
}

.kr-content-style {
    margin-top: 16%;
}
.zt-content-style {
    margin-top: 20%;
}

@media (max-width: 1750px) {
    .kr-content-style {
        margin-top: 0;
    }
}
@media (max-width: 1399.98px) {
    .card-text2 {
        font-size: 16px;
    }
    .kr-content-style {
        margin-top: -1%;
    }
}
@media (max-width: 1199.98px) {
    .card-text2 {
        font-size: 16px;
    }
    .kr-content-style {
        margin-top: 2%;
    }
}
@media (max-width: 991.98px) {
    .card-text2 {
        font-size: 14px;
    }
    .kr-content-style {
        margin-top: -6%;
    }
    .zt-content-style {
        margin-top: -8%;
    }
}
@media (max-width: 767.98px) {
    .card-text2 {
        font-size: 14px;
    }
}

.card-border-none {
    border: none 0 !important;
}

.pr-content-style {
    margin-top: 20%;
}

.item-title {
    font-size: 24px;
}

.img-rounded {
    border-radius: 6%;
}

@media (max-width: 576px) {
    .card-title {
        font-size: 16px;
        font-weight: bold;
    }
    .card-text {
        font-size: 14px;
    }
    .card-text2 {
        font-size: 14px;
    }
    .pr-content-style {
        margin-top: 94%;
    }
    .kr-content-style {
        margin-top: 130%;
    }
    .item-title {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }

}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
    align-items:  flex-start;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #fff4cc;
    --bs-table-striped-bg: #f2e8c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dcb8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece2bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dcb8;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #fff;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #fff;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    /*--bs-table-bg: #cff4fc;*/
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    /*color: #000;*/
    border-color: #0dcaf0!important;
}

.table-warning {
    --bs-table-bg: #fff4cc;
    --bs-table-striped-bg: #f2e8c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dcb8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece2bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dcb8;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #fff;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0dcaf0;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover, .nav-link:focus {
    color: #7cc2e7;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #0dcaf0 #0dcaf0 #0dcaf0;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #0dcaf0;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #0dcaf0;
    border-color: #0dcaf0 #0dcaf0 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #536dfd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

@media (max-width: 576px) {
    .font-sp {
        font-size: 12px;
    }

    .btn-link {
        font-size: 14px;
    }
}
