@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
        background-color: #0a1237;
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #444;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
/*    background-color: #fef7e9;*/
    background-color: #fffaef;
/*    background-image: url("../images/bg_paper.jpg");*/
/*    background-attachment: scroll;*/
/*    background-repeat: repeat;*/
/*    background-position: 50% 50%;*/
}
html {
    font-size: 16px;
    line-height: 2.0;
    word-wrap: break-word;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

h2 {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    margin: 60px 0 25px 0; 
    text-indent: -4px;
}
.entry-content h2 {
    margin-top: 0;
}

a,
a:visited,
a:hover {
    color: #f08700;
}
a:hover {
    color: #d06700;
}

/* CONTAINER */

#header-container {
    position: relative;
    background-color: #0a113a;
    background-image: url("../images/bg_header.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#header {
    position: relative;
    margin: 0 auto 0 auto;
    max-width: 1140px;
    text-align: left;
}
#header:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.main-container {
    position: relative;
    top: 0;
    left: 0;
}
.main-section {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto 0 auto;
}
.page .main-section,
.single-post .main-section,
.archive .main-section {
    background-color: #fff;
    background-color: #fffaef;
    padding: 0 5% 50px 5%;
    margin-top: 20px;
}
.home .main-section,
.main-section.no-bg {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 40px auto 0 auto;
    background-color: transparent;
}
.page .main-section.neg-top,
.archive .main-section.neg-top {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 1141px) {
    .home .main-section,
    .page .main-section.no-bg,
    .archive .main-section.no-bg {
        padding: 0 0 50px 0;
    }
}
@media screen and (min-width: 601px) {
    .main-section.neg-top {
        margin-top: -100px !important;
        position: relative !important;
    }
}

.page-section {
    margin: 0;
    text-align: left;
}
.page-section img {
    max-width: 100%;
    height: auto;
}
.section {
    max-width: 1140px;
    margin: 90px auto;
    text-align: left;
}
.section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.page-fullsize .section {
    max-width: 1140px;
    margin: 60px auto 60px auto;
}
.section-600 {
    max-width: 600px;
    margin: 40px auto;
}
@media screen and (max-width: 1200px) {
    .main-section,
    .home .main-section {
        padding-left: 4%;
        padding-right: 4%;
    }
    .main-section.no-bg .section {
        padding-left: 4%;
        padding-right: 4%;
    }
    .page-fullsize .section {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media screen and (max-width: 680px) {
    .main-container {
        margin-top: 56px;
    }
    .page-fullsize .main-section {
        max-width: 100%;
        padding: 30px 0 30px 0;
    }
}

@media screen and (min-width: 681px) {
    /* PC */
    #header-container {
        background-image: url("../images/line.png");
        background-attachment: scroll;
        background-repeat: repeat-x;
        background-position: 0% 100%;
    }
    #header {
        position: relative;
        padding: 0 0 0 0;
        max-width: 1140px;
        margin: 0 auto 0 auto;
        border-top: solid 0px #ffffff;
        z-index: 999;
    }
    #header:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    #header .logo {
        width: 100%;
        text-align: center;
    }
    .top-submenu {
        position: relative;
        margin: 0 auto 0 auto;
        z-index: 1000;
        max-width: 980px;
    }
    #topmenu {
        position: absolute;
        top: 20px;
        right: 10px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 100%;
    }
    #topmenu li {
        display: inline;
    }
    #topmenu li a,
    #topmenu li a:visited,
    #topmenu li a:hover {
        display: inline-block;
        width: 25px;
        font-size: 13px;
        text-align: center;
        margin: 0 0 0 20px;
        padding: 0;
    }
    #topmenu li a:hover {
        opacity: 0.8;
    }

    #site-logo {
        box-sizing: border-box;
        padding: 25px 0 25px 0;
        text-align: center;
    }
    #site-logo a,
    #site-logo a:visited,
    #site-logo a:hover {
        display: inline-block;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
        width: 350px;
        height: 58px;
/*        background-image: url("../images/logo.png");*/
        background-size: 350px 58px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0% 100%;
    }
    #header .global-menu {
        width: 100%;
        margin: 0;
        padding: 0 0 15px 0;
        box-sizing: border-box;
        text-align: left;
    }
    .global-menu .menu {
        list-style-type: none;
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
        padding-top: 30px;
        line-height: 100%;
    }
    .global-menu .menu:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    .global-menu .menu li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 2px;
        text-indent: -2px;
        white-space: nowrap;
    }
    .global-menu .menu li a {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        padding: 15px 10px 0 10px;
        color: #e1c06c;
        line-height: 1.0;
        text-decoration: none;
    }
    .global-menu .menu li:hover > a,
    .global-menu .menu li.current-catetory-ancestor > a,
    .global-menu .menu li.current-menu-item > a,
    .global-menu .menu li.active > a {
        color: #F1d07c;
    }

    /* Dropdown Menu */
    .global-menu .menu li > ul {
        box-sizing: border-box;
        height: 20px;
    }
    .global-menu .menu li:hover > ul {
        height: auto;
    }
    .global-menu .menu li ul li {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0;
        color: white;
/*        transition: .2s;*/
    }
    .global-menu .menu li:hover > ul > li {
        overflow: visible;
        height: 38px;
        font-size: 15px;
    }
    .global-menu .menu li ul {
        list-style: none;
        position: absolute;
        z-index: 999;
        top: 100%;
        left: -50px;
        width: 180px;  /* Dirty Fix */
        margin: 0;
        padding: 0;
        padding-top: 20px;
        background-image: url("../images/nav_dropdown_arrow.png");
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 78px 3px;
    }
    .global-menu .menu li:nth-child(1) ul {
        left: -35px;
    }
    .global-menu .menu li:nth-child(2) ul {
        left: -35px;
    }
    .global-menu .menu li ul li a {
        display: block;
        margin: 0;
        padding: 13px 15px;
        line-height: 1.0;
        background-color: #222;
        border-bottom-style: none;
        color: #fff;
        text-align: left;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0;
    }
    .global-menu .menu li ul li a:hover {
        background-color: #444344;
        color: #fff;
    }
    .global-menu .menu li ul li ul {
        top: 0;
        left: 100%;
        width: 100%; /* Dirty Fix */
    }
    .menu li:last-child ul li ul {
        left: -100%;
        width: 100%;
    }
    .menu li ul li ul li a {
        background-color: #000;
    }
    .menu li:hover ul li ul li:hover > a {
        background-color: #acacac;
    }
    .menu li ul li ul:before {
        position: absolute;
        content: "";
        top: 14px;
        left: -15px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: #fff;
    }
    .menu li:last-child ul li ul:before {
        position: absolute;
        content: "";
        top: 14px;
        left: 200%;
        margin-left: -15px;
        border: 5px solid transparent;
        border-right-color: #fff;
    }

}
@media screen and (min-width: 1000px) {
    .main-container {
        padding-top: 118px;
    }
    /*
    .page .main-container,
    .archive .main-container,
    .search .main-container,
    .single-post .main-container {
        padding-top: 118px;
    }
    */
    .home.page .main-section {
        padding-top: 0;
    }
    #header-fixed-container {
        position: fixed;
        width: 100%;
        z-index: 1000;
        opacity: 1;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: linear;
        animation-duration: 0.5s;
        visibility: visible !important;
    }
    #header-fixed-container #header-container {
/*        background-color: rgba(255, 255, 255, 0.95);*/
    }
}
@media screen and (min-width : 681px) and (max-width : 1140px) {
    #site-logo {
        padding-left: 10px;
    }
}
@media screen and (min-width : 681px) {
    #header .global-menu .menu {
        padding-top: 0px;
        padding-bottom: 10px;
        text-align: center;
    }
}
@media screen and (min-width : 1000px) {
    #header .logo {
        float: left;
        width: 360px;
        box-sizing: border-box;
    }
    #header .global-menu {
        float: left;
        width: 620px;
        box-sizing: border-box;
    }
    #header .global-menu .menu {
        margin-top: 36px;
        text-align: right;
    }
    #site-logo {
        padding-top: 30px;
        text-align: left;
    }
}
@media screen and (min-width : 1140px) {
    #header .logo {
        float: left;
        width: 360px;
        box-sizing: border-box;
    }
    #header .global-menu {
        float: left;
        width: 780px;
        box-sizing: border-box;
    }
    #header .global-menu .menu {
        margin-top: 36px;
        text-align: right;
    }
    #site-logo {
        padding-top: 30px;
        text-align: left;
    }
}

@media screen and (max-width: 680px) {
    /* MOBILE MENU */
    #nav-toggle {
        box-sizing: border-box;
        display: none;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 56px;
        height: 56px;
        cursor: pointer;
        z-index: 101;
        padding: 17px 12px 0 12px;
        font-size: 10px;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #fff;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 20px;
    }

    #header-container {
        position: relative;
        z-index: 500;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 1px 0;
    }
    .global-menu {
        font-size: 16px;
    }
    .global-menu ul {
        padding: 0;
        margin: 0;
    }
    .global-menu ul li {
        display: block;
        text-align: left;
    }
    .global-menu ul li a {
        text-align: left;
    }
    #header {
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    /* Fixed reset */
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 499;
        position: relative;
        background-color: #0a113a;
/*        border-bottom: solid 1px #fff;*/
    }
    #header-container .logo {
        color: #333;
        font-size: 26px;
        padding: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .global-menu {
        position: absolute;
        top: -800px;
        background-color: #444344;
        background-color: rgba(68, 67, 68, 0.92);
        text-align: left;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100%;
    }
    .global-menu ul {
        list-style: none;
        padding: 0;
        font-size: 14px;
    }
    .global-menu ul li {
        float: none;
        position: static;
        border-bottom: solid 1px #acacac;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 13px;
    }
    .global-menu ul li small {
        display: none;
    }
    .global-menu ul li a.active,
    .global-menu ul li a:hover,
    .global-menu ul li.home a.active,
    .global-menu ul li.home a:hover {
/*        background-color: #fff;*/
        border-radius: 0;
    }
    .global-menu ul li.home:hover:after,
    .global-menu ul li:hover:after {
        background: none;
        bottom: -5px;
    }
    #header .global-menu ul li a,
    #header.fixed .global-menu ul li a {
        box-sizing: border-box;
        width: 100%;
        display: block;
        color: #efefef;
        padding: 10px 15px 12px 15px;
    }
    /* Sub Menu */
    .global-menu ul li ul {
    }
    .global-menu ul li ul li {
        border-top: solid 1px #acacac;
        border-bottom-style: none;
        margin-left: 50px;
    }
    .global-menu ul li ul li a::before {
        content: "〉";
        margin-right: 5px;
        color: #acacac;
    }
    #header .global-menu ul li ul li a,
    #header.fixed .global-menu ul li ul li a {
        padding-left: 5px;
    }

    /* Toggle */
    #nav-toggle {
        display: block;
    }
    #header.open {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .open #nav-toggle {
        background-color: #0a1237;
    }
    .open #nav-toggle span {
        background-color: #fff;
    }
    .open .global-menu {
        -moz-transform: translateY(856px);
        -webkit-transform: translateY(856px);
        transform: translateY(856px);
    }
    #header #site-logo {
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }
    #header .logo a,
    #header .logo a:visited,
    #header .logo a:hover {
        display: block;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
        height: 35px;
        width: 210px;
/*        background-image: url("../images/logo.png");*/
        background-size: 210px 35px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0% 0%;
    }
}

/* EFFECTS */

.fx-fadein-up {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fx-slidein-long {
    opacity: 1;
    animation-name: slideInLong;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
    visibility: visible !important;
}
@keyframes slideInLong {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    30% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    100% {
        webkit-clip-path: inset(0);
        clip-path: inset(0);
    }
}

.fx-slidein {
    opacity: 1;
    animation-name: slideIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.0s;
    visibility: visible !important;
}
@keyframes slideIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    100% {
        webkit-clip-path: inset(0);
        clip-path: inset(0);
    }
}

.fx-long-1 {
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
}
.fx-long-2 {
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
}


/* === ADDITION === */

/* FOOTER */

#footer {
    color: #fff;
    background-color: #0a113a;
    padding: 20px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    background-image: url("../images/bg_header.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* FUNCTION: nb-news */

.news-container {
    clear: both;
    box-sizing: border-box;
    margin: 0 auto 80px auto;
    max-width: 1140px;
    padding-top: 40px;
    text-align: center;
}
@media screen and (max-width : 1140px) {
    .news-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 600px) {
    .news-container {
        margin: 20px auto 100px auto;
    }
}
.nb-news {
    line-height: 1.1;
    margin-bottom: 60px;
}
.nb-news table {
    border-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: solid 1px #222;
}
.nb-news table tr {
    border-bottom: solid 1px #222;
}
.nb-news table tr th,
.nb-news table tr td {
    border-style: none;
    padding: 30px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}
.nb-news td a,
.nb-news td a:visited,
.nb-news td a:hover {
    color: #454545;
}
.nb-news td.news-date {
    width: 90px;
    font-size: 93%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}
.nb-news td.news-date span {
    display: block;
}
.nb-news td.news-category {
    width: 130px;
}
.nb-news td.news-category a,
.nb-news td.news-category a:visited,
.nb-news td.news-category a:hover {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #0a1237;
}
.nb-news td.news-link a:hover {
    opacity: 0.7;
}
.nb-news td.news-title {
    margin: 0;
    padding: 0 10px;
    font-weight: normal;
}
.nb-news .news-link-btn {
    width: 90px;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .nb-news td.news-category a,
    .nb-news td.news-category a:visited,
    .nb-news td.news-category a:hover {
        display: inline-block;
        padding: 5px 5px;
        font-size: 12px;
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        color: #fff;
        background-color: #0a1237;
        text-align: center;
    }
    .nb-news .news-link-btn {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .nb-news table tr {
        padding: 5px 0;
        border-top-style: none;
    }
    .nb-news table tr th,
    .nb-news table tr td {
        padding: 2px 4px;
    }
    .nb-news td.news-link {
        padding-left: 4px;
    }
    .nb-news td.news-title {
        padding: 4px;
        padding-bottom: 10px;
    }
    h3.news-title img {
        width: 50%;
        height: auto;
        margin-bottom: 20px;
    }
}

.nb-news-notfound {
    padding: 20px;
    background-color: #faf1e3;
    margin-bottom: 60px;
}

/* POST */

.entry-list {
    margin-bottom: 120px;
}

.entry-header {
    margin-bottom: 15px;
}
.entry-content {
    text-align: left;
}
.page-section p,
.entry-content p,
.section p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5em;
}

.entry-title,
.post .entry-content h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 2em 0 1em 0;
    border-style: none;
    text-indent: -3px;
}
.post .entry-content h2 small {
    display: inline-block;
    font-size: 14px;
}
.entry-content {
    margin: 0 auto 0 auto;
    padding: 0;
}
.entry-content img {
    margin-bottom: 1em;
}
.entry-title a,
.post .entry-content h2 a {
    color: #000;
}

.entry-index h2.entry-title {
    text-align: left;
    margin: 15px 0;
    padding: 0;
}
.entry-index-title {
    margin: 0 0 30px 0;
    text-align: center;
    padding: 1px 10px;
    font-size: 18px;
    font-weight: bold;
}
.current-target {
    margin: 10px 0;
}
.current-target .cat {
    font-size: 12px;
    background-color: #222;
    color: white;
    padding: 4px 8px;
    margin-right: 10px;
}
.current-target ul,
.current-target ul li {
    display: inline-block;
    font-weight: bold;
}
.current-target ul li a,
.current-target ul li a:visited,
.current-target ul li a:hover {
    color: #222;
}

#main {
    margin-top: 65px;
    padding-top: 0;
}
#sidebar {
    text-align: left;
    font-size: 90%;
    margin-top: 50px;
}
#sidebar .widgettitle {
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
#sidebar .sidebar-widgets ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #222;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin: 0 6px 0 3px;
    position: relative;
    top: -1px;
}
#main .entry-title {
    margin-top: 0;
}
@media screen and (min-width: 600px) {
    /* PC */
    /*
    #main {
        float: left;
        width: 70%;
        margin-top: 0;
    }
    #sidebar {
        float: left;
        width: 30%;
        box-sizing: border-box;
        padding: 0 0 30px 40px;
        margin-top: 0;
    }
    */
    #main {
        float: right;
        width: 70%;
        margin-top: 0;
    }
    #sidebar {
        float: right;
        width: 30%;
        box-sizing: border-box;
        padding: 0 0 30px 40px;
        margin-top: 0;
    }
}

/* PAGE */

.main-section #error-container {
    border-style: none;
    background-color: #fff;
}

h2 {
    margin: 120px 0 40px 0;
}
h2.text-center {
    margin: 60px 0 60px 0;
}
.entry-index-title h2 {
    margin-top: 70px;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1em;
}
h4 {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0.5em;
}

.flat-box {
    background-color: #fef7e9;
    -webkit-box-shadow: 0 10px 6px -6px #ac9a80;
    -moz-box-shadow: 0 10px 6px -6px #ac9a80;
    box-shadow: 0 10px 6px -6px #ac9a80;
    margin-bottom: 10px;
    padding: 14px;
    border: solid 1px #0a113a;
}
.title-deco {
    background-color: #0a113a;
    line-height: 1.4;
    margin-top: 30px;
}
.title-deco h2,
.title-deco h3 {
    background-image: url("/images/line.png");
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: 0% 100%;
    padding: 12px 5px;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #e1c06c;
}

.flat-box label {
    font-size: 13px;
}

.flat-box table {
    border-style: none;
}
.flat-box table tr {
    border-style: none;
}
.flat-box table label {
    font-weight: bold;
}
.flat-box table tr td {
    padding: 5px;
}


.entry-thumbnail a,
.entry-thumbnail a:visited,
.entry-thumbnail a:hover {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.entry-thumbnail img {
    margin-bottom: 0 !important;
}
.entry-thumbnail a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("../images/movie-play-button.png") center center no-repeat;
    transition: 0.5s;
    opacity: 0.85;
}

.entry-list .post-date {
    width: 90px;
    font-size: 93%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}
.entry-list .post-title {
    font-weight: bold;
    margin-bottom: 0.3em;
    color: #222;
}
p.detail-link {
    margin-bottom: 0.5em;
}
.detail-link a,
.detail-link a:visited,
.detail-link a:hover {
    display: block;
    text-align: right;
    padding: 6px 5px;
    font-size: 12px;
    background-color: #000;
    color: white;
}

.wp-block-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-list .fx-column {
    margin-bottom: 2em;
}

.category-qa .entry-list {
    margin-bottom: 0;
}
.category-qa .main-section {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.qa-form {
    background-color: #fef7e9;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto 50px auto;
    text-align: left;
    padding: 0 5% 0 5%;
}
.qa-form p {
}

.report_body {
    min-height: 400px;
}
.report-form-link {
    background-color: #faf1e3;
    box-sizing: border-box;
    margin: 0 auto 40px auto;
    text-align: center;
    padding: 15px;
}
.box-ivory {
    background-color: #faf1e3;
    box-sizing: border-box;
    margin: 20px auto 20px auto;
    text-align: left;
    padding: 15px;
}

.link-button-blue,
.link-button-blue:visited,
.link-button-blue:hover {
    background-color: #2277bb;
}
.answer-items {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #454545;
}
.answer-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #454545;
    font-weight: bold;
}
.answer-items .wpcf7-list-item {
    background-color: #faf1e3;
    padding: 10px;
    margin: 10px 20px 10px 0;
    font-size: 18px;
}

.top-tani-form {
    margin-top: 1em;
}
.top-tani-form a,
.top-tani-form a:visited,
.top-tani-form a:hover {
    box-sizing: border-box;
    display: block;
    width: 90%;
    margin: 0 auto 0 auto;
}

.kouza-entry {
    background-color: #fef7e9;
    -webkit-box-shadow: 0 10px 6px -6px #ac9a80;
    -moz-box-shadow: 0 10px 6px -6px #ac9a80;
    box-shadow: 0 10px 6px -6px #ac9a80;
    margin-bottom: 10px;
    border: solid 1px #0a113a;
}
.kouza-entry .post-meta {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.wp-block-embed__wrapper {
    position: static !important;
}

.wp-block-file a,
.wp-block-file a:visited,
.wp-block-file a:hover {
    color: #000;
}
a.wp-block-file__button,
a.wp-block-file__button:visited,
a.wp-block-file__button:hover {
    padding: 3px 12px;
    color: #fff;
    font-weight: 500;
}
a.wp-block-file__button:hover {
    color: #fff;
}

.sub-category-links {
    background-color: #faf1e3;
    box-sizing: border-box;
    margin: 0 auto 40px auto;
    text-align: center;
    padding: 15px;
}
.filter-form {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-gap: 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.filter-form select {
    font-size: 100%;
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 0;
    border: solid 1px #898989;
}
.filter-form button {
    display: block;
    max-width: 300px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    padding: 8px 12px;
    margin: 0px auto 0px auto;
    color: #fff;
    background-color: #0a1237;
    border-style: none;
    text-align: center;
    transition: all .3s;
    border-style: none;
    cursor: pointer;
}

