@charset "utf-8";

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered {
    border: 2px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary {
    background-color: #b8daff;
}

.table-info {
    background-color: #bee5eb;
}

.table-warning {
    background-color: #ffeeba;
}

.table-danger {
    background-color: #f5c6cb;
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.text-center {
    text-align: center !important;
}

body {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #ced0df;
}

body {
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@font-face {
    font-family: "Righteous";
    src: url("Righteous-holiday-calendar-net.ttf") format("truetype");
    font-display: swap;
}

.dp-none {
    display: none !important;
}

.dp-block {
    display: block !important;
}

@media screen and (min-width: 720px) {
    .dp-pc {
        display: inline-block !important;
    }
}

@media screen and (max-width: 719.98px) {
    .dp-mobile {
        display: inline-block !important;
    }
}

@media screen and (min-width: 720px) {
    .dp-pc-none {
        display: none !important;
    }
}

@media screen and (max-width: 719.98px) {
    .dp-mobile-none {
        display: none !important;
    }
}

.outer {
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    background-color: rgb(226, 226, 231);
}

.header {
    height: 70px;
    background-color: #2d3850;
    background: linear-gradient(90deg, #3b4268 0%, #3b4268 110px, #49527a 110px, #49527a 100%);
}

@media screen and (min-width: 720px) {
    .outer {
        max-width: none;
        width: 908px;
    }

    .header {
        height: 115px;
        background-color: #313c60;
        background: linear-gradient(90deg, #3b4268 0%, #3b4268 180px, #49527a 180px, #49527a 100%);
    }
}

.site-logo {
    padding: 5px 0 0 15px;
    font-size: 14px;
    color: rgba(146, 160, 186, 0.841);
    font-family: "Righteous", cursive;
}

@media screen and (min-width: 720px) {
    .site-logo {
        padding-left: 25px;
        font-size: 18px;
    }
}

.page-title {
    color: #fbfbfc;
    padding: 5px 0 0 13px;
    font-size: 1rem;
}

@media (min-width: 720px) {
    .page-title {
        padding-left: 1.5rem;
        font-size: 1.3rem;
    }
}

.inner {
    display: flex;
    background-color: #ffffff;
    max-width: 908px;
    margin: 0 auto;
}

.sidebar {
    flex-shrink: 0;
    width: 180px;
    padding-bottom: 25px;
    background-color: #e2e4f4;
}

.main {
    flex-shrink: 0;
    text-align: left;
    width: 728px;
    padding-top: 20px;
    background-color: #ffffff;
}

@media screen and (max-width: 719.98px) {
    .inner {
        width: auto;
        width: 100%;
        padding: 0;
    }

    .sidebar {
        display: none;
    }

    .main {
        width: auto;
        width: 100%;
        padding: 0;
    }
}

.main-lower {
    padding-bottom: 20px;
}

.h2-w100ctr {
    width: 100%;
    height: 32px;
    width: 100%;
    font-size: 13px;
    margin: 0 0 19px 0;
    padding: 7px 0 5px 15px;
    background: linear-gradient(45deg, #6770a2 0%, #6770a2 220px, #9c9ba1 220px, #9c9ba1 100%);
    color: #ffffff;
    font-weight: 600;
}

@media (min-width: 720px) {
    .h2-w100ctr {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 3px;
        width: auto;
        background: linear-gradient(45deg, #6770a2 0%, #6770a2 160px, #9c9ba1 160px, #9c9ba1 100%);
    }
}

@media (min-width: 720px) {
    .h2-w100ctr-long {
        background: linear-gradient(45deg, #6770a2 0%, #6770a2 250px, #9c9ba1 250px, #9c9ba1 100%);
    }
}

.h2-w100ctr-12mos {
    width: 100%;
    height: 35px;
    width: 100%;
    font-size: 14px;
    margin: 0 0 19px -3px;
    padding: 8px 0 5px 12px;
    background-color: #6770a2;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}

.h2-mb-split {
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 13px 0 11px 0;
    background: #09021d;
    color: #ffffff;
    text-align: center;
}

.item03,
.item04 {
    padding: 0 15px 10px;
}

@media screen and (min-width: 720px) {

    .item03,
    .item04 {
        padding: 0 30px 0 40px;
    }
}

.parent-of-cal-and-holname {
    padding-bottom: 20px;
}

@media screen and (max-width: 719.98px) {
    .parent-of-cal-and-holname {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }

    .item01 {
        order: 1;
    }

    .item02 {
        order: 3;
    }

    .item03 {
        order: 2;
    }

    .item04 {
        order: 4;
    }
}

table {
    border-collapse: collapse;
}

.month-all,
.month1-6,
.month7-12 {
    justify-content: center;
}

.month1-6 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.month7-12 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.month-all {
    display: contents;
}

@media screen and (min-width: 720px) {
    .item01 {
        display: contents;
    }

    .month1-6 {
        display: contents;
    }

    .item02 {
        display: contents;
    }

    .month7-12 {
        display: contents;
    }

    .month-all {
        width: 650px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
}

.month-cell {
    padding: 5px;
}

.month-cell>table {
    width: 140px;
    height: auto;
    text-align: center;
}

.month-name {
    background-color: #072f63;
    color: #ffffff;
    font-size: 14px;
    border-right: 1px solid #072f63;
}

.day {
    font-size: 12px;
    padding: 1.3px 0;
    background-color: #fdfdfd;
    text-align: center;
    border: 1px #cecece solid;
}

@media screen and (max-width: 720px) {
    .day {
        font-size: 11px;
        padding: 0;
    }
}

.sun {
    background-color: #ffdddd;
    color: #555555;
}

.sat {
    background-color: #d9e1f1;
    color: #636364;
}

.day.hol {
    background-color: #f2a0a1;
    color: #555555;
}

.day.yellow {
    background-color: #fce68d;
    color: #555555;
}

.day.green {
    background-color: #8edfcd;
    color: #555555;
}

.day.blue {
    background-color: rgba(9, 163, 252, 0.479);
    color: #555555;
}

.day.orange {
    background-color: #febc41;
    color: #555555;
}

.day.gray {
    background-color: #c7c5c5;
    color: #555555;
}

.day.day-hurikae {
    background-color: #f8f8ff;
    color: #555555;
}

.blue-half {
    background: repeating-linear-gradient(135deg, rgba(69, 177, 240, 0.605), rgba(69, 177, 240, 0.605) 15px, #fff 0, #fff 30px);
}

.day.akicell {
    background-color: #ebebeb;
}

.item03,
.item04 {
    font-size: 14px;
}

div.details {
    border-bottom: #a0a0a0 1px dotted;
    padding: 12px 0 6px 0;
}

@media screen and (min-width: 720px) {
    div.details {
        padding: 8px 0 6px 0;
    }
}

.item03 div:nth-child(3),
.item04 div.details:first-of-type {
    border-top: #a0a0a0 1px dotted;
}

@media screen and (min-width: 720px) {
    .item04 div.details:first-of-type {
        border-top: none;
    }
}

@media screen and (max-width: 719.98px) {
    .item03 div.details:last-of-type {
        margin-bottom: 15px;
    }
}

.item04 div.details:last-of-type {
    margin-bottom: 25px;
}

@media screen and (min-width: 720px) {
    .item04 div.details:last-of-type {
        margin-bottom: 18px;
    }
}

.hol-item {
    display: flex;
    flex-wrap: wrap;
}

.hol-date {
    width: auto;
    min-width: 80px;
    padding-right: 10px;
    padding-left: 8px;
    margin-left: 0;
    border-bottom: #8d8d8e 1px solid;
}

.hol-name {
    width: auto;
    padding-right: 5px;
    flex: 1;
}

.en-holname {
    font-style: italic;
    font-size: 12px;
}

@media screen and (min-width: 720px) {
    .en-holname {
        font-size: 13px;
    }
}

.hol-info {
    width: 100%;
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 6px 5px 0 20px;
}

.details:nth-child(odd) {
    background-color: #f2f6fa;
}

@media screen and (min-width: 720px) {
    .details:nth-child(odd) {
        background-color: transparent;
    }

    .hol-date {
        width: 150px;
        margin-left: 21px;
        padding-left: 0;
        position: relative;
        border-bottom: none;
    }

    .hol-date:before {
        content: "";
        position: absolute;
        top: 0.5em;
        left: -22px;
        transform: rotate(45deg);
        width: 5px;
        height: 5px;
        border-top: 2px solid #8b6b4e;
        border-right: 2px solid #8b6b4e;
    }

    .hol-name {
        width: 180px;
        padding-left: 20px;
    }

    .hol-info {
        flex: 1;
        font-size: 14px;
        padding-left: 15px;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
}

.pc-side-nav-waku {
    height: 90px;
    margin-bottom: 25px;
    padding-top: 25px;
}

.side-menu {
    width: 140px;
    display: flex;
    flex-direction: column;
    background-color: #455a87;
    color: #ffffff;
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 auto 0px;
    border-radius: 3px !important;
}

.side-menu-year {
    display: flex;
    flex-direction: row;
}

.year-item {
    flex: 1;
}

.nav-link {
    display: block;
    padding: 0.6rem 0.5rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

ul.side-menu a {
    color: #d4e1f5;
}

.active-color {
    background-color: #2a3b5d;
    color: #ffffff !important;
}

.side-menu a:hover {
    color: #fbfbff;
    background: #6278a6;
}

.side-menu-country li:first-child a {
    padding-top: 10px;
}

.side-menu-country li:last-child a {
    padding-bottom: 10px;
}

.side-menu.side-menu-country li:first-child a {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.side-menu.side-menu-country li:last-child a {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.side-menu.side-menu-year li:first-child a {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.side-menu.side-menu-year li:last-child a {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.nav-bar-bgcolor {
    background-color: #3b4268;
    background: linear-gradient(90deg, #6c729a 0%, #3b4268 60%, #3b4268 100%);
}

.nav-bar-button-position {
    padding: 0;
}

.btn-menu {
    color: #000000;
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(top, rgb(221, 221, 221) 0%, rgb(190, 190, 190) 100%);
    background: -webkit-linear-gradient(top, rgb(221, 221, 221) 0%, rgb(190, 190, 190) 100%);
    background: linear-gradient(to bottom, rgb(221, 221, 221) 0%, rgb(190, 190, 190) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#bebebe", GradientType=0);
    border-color: #3f3f53;
}

.left-btn-size {
    width: 128px !important;
}

.right-btn-size {
    width: 50px !important;
}

.btn-gr-position {
    margin: 8px 15px 8px auto;
}

.country-menu li {
    background-color: #3b4268;
}

.country-menu li a {
    color: #c1c6d1;
    font-weight: 550;
    display: block;
}

.year-menu li {
    background-color: #3b4268;
}

.year-menu li a {
    color: #c1c6d1;
    font-weight: 600;
    display: block;
}

.holTBD a {
    pointer-events: none;
}

.source-and-remarks {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.source-and-remarks>div {
    padding: 0 25px 0 10px;
}

.source-and-remarks>ol {
    list-style: decimal;
    padding: 0 25px 0 20px;
}

.source-and-remarks>ol>li:not(:last-of-type) {
    padding-bottom: 10px;
}

.source-and-remarks>ul {
    list-style: circle;
    padding: 0 20px 25px 20px;
}

.source-and-remarks>ul>li:not(:last-of-type) {
    padding-bottom: 10px;
}

@media screen and (max-width: 719.98px) {
    .source-and-remarks {
        margin-bottom: 30px;
        padding-left: 10px;
    }

    .source-and-remarks>div {
        padding: 0 10px 0 10px;
    }

    .source-and-remarks>ol {
        list-style: decimal;
        padding: 0 10px 0 20px;
    }

    .source-and-remarks>ol>li:not(:last-of-type) {
        padding-bottom: 10px;
    }

    .source-and-remarks>ul {
        list-style: circle;
        padding: 0 10px 10px 20px;
    }

    .source-and-remarks>ul>li:not(:last-of-type) {
        padding-bottom: 10px;
    }
}

.footer {
    background-color: #2c324f;
    color: #f8f9fa;
    text-align: center;
    padding: 25px 0 30px;
}

.st0 {
    fill: #d2d2d2;
}

.badge-blue {
    margin-left: 15px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    background-color: #007bff;
}

.badge-green {
    margin-left: 15px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    background-color: #17a2b8;
}

.badge-black {
    margin-left: 15px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    background-color: #343a40;
}

.holTBD>a,
.holTBD>div {
    pointer-events: none;
}

.holTBD {
    position: relative;
}

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

.fukidashiTBD {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    min-width: 140px;
    text-align: left;
    margin: 50px 0 0 -140px;
    z-index: 1000;
}

@media screen and (max-width: 719.98px) {
    .fukidashiTBD {
        padding: 10px;
        font-size: 12px;
        line-height: 1.6em;
        color: #fff;
        border-radius: 5px;
        background: #000;
        width: 100px;
        text-align: left;
        margin: 0 0 0 -160px;
    }
}

.holTBD:hover .fukidashiTBD {
    display: inline-block;
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%);
}

.sw-uk-contry-outer {
    margin: 25px 5px 0 5px;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .sw-uk-contry-outer {
        text-align: left;
        margin: 5px 15px 15px 70px;
    }
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    display: inline-block;
    padding: 2px;
    background-color: #7e8fc4;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.eng-radius {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 1px;
    width: 202px;
}

@media screen and (min-width: 720px) {
    .eng-radius {
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        margin-bottom: 0;
    }
}

.sco-radius {
    border-bottom-left-radius: 3px;
    width: 101px;
}

@media screen and (min-width: 720px) {
    .sco-radius {
        border-radius: 0;
    }
}

.nir-radius {
    border-bottom-right-radius: 3px;
    width: 100px;
}

@media screen and (min-width: 720px) {
    .nir-radius {
        border-top-right-radius: 3px;
    }
}

input[type="radio"]:checked+label {
    background-color: #263f6f;
}

.day.area-holi-1 {
    background-color: #f2a0a1;
    color: #555555;
}

.day.area-holi-2 {
    background-color: #f2a0a1;
    color: #555555;
}

.day.area-holi-3 {
    background-color: #f2a0a1;
    color: #555555;
}

.holidays-table-position {
    margin-top: 15px;
}

@media (max-width: 544px) {
    .holidays-table-position {
        margin-left: -10px;
        margin-right: 2px;
    }

    .uk-hol-table-font-size {
        font-size: 85% !important;
    }
}

.ad-top-responsive {
    margin: 10px 0 -15px;
    padding: 0;
    max-height: 50px;
    text-align: center;
}

@media (min-width: 720px) {
    .ad-top-responsive {
        text-align: right;
        height: 90px;
        max-height: none;
        background: none;
        background: repeating-linear-gradient(45deg, #f5f4f4, #f5f4f4, 3px, #fff 0, #fff 6px);
        margin: -20px 0 20px;
    }
}

.adspace-sidebar {
    width: 160px;
    height: 600px;
    margin: 0 auto 10px;
    text-align: center;
}

.adspace-onlypc-mid {
    display: none;
}

@media screen and (min-width: 720px) {
    .adspace-onlypc-mid {
        display: block;
        max-height: 90px;
        width: 728px;
        margin: -12px auto 32px;
        text-align: center;
        background: repeating-linear-gradient(45deg, #f5f4f4, #f5f4f4, 3px, #fff 0, #fff 6px);
    }
}

.ad-onlymob-1 {
    margin: 12px 0 15px;
    padding: 0;
    max-height: 50px;
    text-align: center;
}

.ad-onlymob-2 {
    margin: 12px 0 15px;
    padding: 0;
    max-height: 50px;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .ad-onlymob-1 {
        display: none !important;
    }

    .ad-onlymob-2 {
        display: none !important;
    }
}