/*
Theme Name: Get in the Ring（アコーディオン無）
Author: ShoYamane
Author URI: https://profiles.wordpress.org/shoyamane
Description:
Version:
License:
License URI:
Tags:
Text Domain: getInTheRing
*/

.grid .grid-item {
    width: 270px;
}

.grid .grid-item-width2 {
    width: 540px;
}

@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content,
    main.page-single-main article header.post-header {
        margin: 0 auto 30px;
        padding: 0 20px;
    }
}

main.page-single-main article header.post-header h1.post-title {
    position: relative;
    margin: 0 auto 25px;
    padding-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    display: table;
}

@media screen and (max-width: 760px) {
    main.page-single-main article header.post-header h1.post-title {
        margin-bottom: 50px;
        padding-bottom: 28px;
        font-size: 26px;
        font-weight: 400;
        line-height: 1.6;
    }
}

main.page-single-main article header.post-header h1.post-title::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 25px;
    height: 1px;
    background-color: #ff070b;
}

#top-menu .menu-container .menu-lists li.language a {
    padding: 6px 15px;
    /*background: #D53939;*/
	background: #e41113;
    color: white;
    display: table;
}

header.header #menu-menu-1 {
    margin-bottom: 0;
}

header.header #menu-menu-1 a:hover {
    text-decoration: none;
    color: black;
    opacity: .6;
}

header.header .scroll-down {
    width: auto !important;
    margin-left: -30px;
    bottom: -16px !important;
    z-index: 2;
}

@media screen and (max-width: 1100px) {
    header.header .scroll-down {
        margin-left: -20px;
    }
}

header.header .scroll-down::before {
    content: "Scroll down";
    /* text-transform: uppercase; */
    font-size: 10px;
}

@media screen and (max-width: 1100px) {
    header.header .scroll-down::before {
        display: none;
    }
}

header.header .scroll-down .line {
    margin-left: 30px;
}

@media screen and (max-width: 1100px) {
    header.header .scroll-down .line {
        margin-left: 20px;
    }
}

header.header .news_section {
    position: absolute;
    bottom: 59px;
    left: 59px;
    background: white;
    padding: 30px 60px;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    header.header .news_section {
        position: static;
        padding: 20px;
    }
    header.header .news_section .title {
        text-align: center;
    }
}

header.header .news_section .lists {
    font-size: 12px;
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    header.header .news_section .lists {
        display: table;
        margin: auto;
    }
}

header.header .news_section .lists .date {
    margin-right: 15px;
}

header.header .apply {
    position: fixed;
    z-index: 1;
    bottom: 96px;
    right: 30px;
    -webkit-animation: menuButton 0.8s linear 0s forwards;
    animation: menuButton 0.8s linear 0s forwards;
    z-index: 1004;
    display: table;
}

@media screen and (max-width: 1100px) {
    header.header .apply {
        bottom: 64px;
        right: 10px;
    }
}

header.header .apply a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    /* text-transform: uppercase; */
    background: #e41113;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    color: white;
}

@media screen and (max-width: 1100px) {
    header.header .apply a {
        width: 48px;
        height: 48px;
    }
}

header.header .apply a:hover {
    opacity: 1;
    text-decoration: none;
    -webkit-animation: menuButtonHover 0.4s linear;
    animation: menuButtonHover 0.4s linear;
}

header.header .apply.en a {
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    header.header .apply.en a {
        font-size: 8px;
    }
}

header.header .search-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

header.header .search-wrapper.active {
    display: flex;
}

header.header .search-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
}

.custom-html-widget {
    height: 100%;
    /* display: table; */
}

.custom-html-widget .footer_html {
    display: table-cell;
    vertical-align: middle;
}

.custom-html-widget .footer_html .footer_logo {
    text-align: center;
}

.custom-html-widget .footer_html .footer_logo a img {
    width: 30%;
    height: auto;
}

.custom-html-widget .footer_html .footer-sns {
    margin-top: 30px;
}

.custom-html-widget .footer_html .footer-sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-html-widget .footer_html .footer-sns ul li {
    padding: 0 12px;
}

.custom-html-widget .footer_html .footer-sns ul li i {
    font-size: 21px;
}

.custom-html-widget .footer_html .footer-oih {
    margin-top: 30px;
    text-align: center;
}

.custom-html-widget .footer_html .footer-oih span {
    font-size: 10px;
    margin-right: 10px;
}

.custom-html-widget .footer_html .footer-oih a img {
    width: 50%;
    height: auto;
}

.widget_pages ul li a {
    text-decoration: none;
}

.widget_pages ul li a::after {
    content: none !important;
}

#js-main-index section.sec1,
#js-main-index section.sec2,
#js-main-index section.sec0 {
    margin-top: 120px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

#js-main-index section.sec1 .section-cont,
#js-main-index section.sec2 .section-cont,
#js-main-index section.sec0 .section-cont {
    position: absolute;
    z-index: 100;
    padding: 60px;
    color: white;
    background: -webkit-linear-gradient(top left, #ff989a 0%, #FF070B 100%);
    background: -o-linear-gradient(top left, #ff989a 0%, #FF070B 100%);
    background: linear-gradient(to bottom right, #ff989a 0%, #FF070B 100%);
    box-shadow: 0px 20px 36px 4px rgba(0, 0, 0, 0.25);
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    #js-main-index section.sec1 .section-cont,
    #js-main-index section.sec2 .section-cont,
    #js-main-index section.sec0 .section-cont {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 480px) {
    #js-main-index section.sec1 .section-cont,
    #js-main-index section.sec2 .section-cont,
    #js-main-index section.sec0 .section-cont {
        position: static;
    }
}

#js-main-index section.sec1 .section-cont .section-ttl h2,
#js-main-index section.sec2 .section-cont .section-ttl h2,
#js-main-index section.sec0 .section-cont .section-ttl h2 {
    font-size: 3rem;
    text-align: center;
}

#js-main-index section.sec1 .section-cont .section-permalink .more,
#js-main-index section.sec2 .section-cont .section-permalink .more,
#js-main-index section.sec0 .section-cont .section-permalink .more {
    display: table;
    margin: auto;
    background: white;
    padding: 12px 48px;
}

#js-main-index section.sec1 .section-cont .section-permalink .more:hover,
#js-main-index section.sec2 .section-cont .section-permalink .more:hover,
#js-main-index section.sec0 .section-cont .section-permalink .more:hover {
    text-decoration: none;
}

#js-main-index section.sec1 .section-visual::after,
#js-main-index section.sec2 .section-visual::after,
#js-main-index section.sec0 .section-visual::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f2f3f4;
    z-index: -100;
}

@media screen and (max-width: 1100px) {
    #js-main-index section.sec1 .section-visual,
    #js-main-index section.sec2 .section-visual,
    #js-main-index section.sec0 .section-visual {
        padding-left: 0;
    }
}

#js-main-index section.sec1 .section-visual img,
#js-main-index section.sec2 .section-visual img,
#js-main-index section.sec0 .section-visual img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {
    #js-main-index section.sec1 {
        margin-top: 30px;
    }
}

#js-main-index section.sec1 .section-cont {
    top: 9%;
    left: 10%;
    max-width: 480px;
}

#js-main-index section.sec1 .section-cont .front-widget {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
    #js-main-index section.sec1 .section-cont {
        left: 0;
    }
}

#js-main-index section.sec1 .section-visual {
    padding-left: 30%;
}

@media screen and (max-width: 480px) {
    #js-main-index section.sec1 .section-visual {
        padding-left: 0;
    }
}

#js-main-index section.sec1 .section-visual::after {
    top: 36%;
    left: 0;
    width: 90%;
    height: 75%;
}

#js-main-index section.sec2 .section-cont,
#js-main-index section.sec0 .section-cont {
    top: 25%;
    right: 10%;
    max-width: 480px;
}

@media screen and (max-width: 480px) {
    #js-main-index section.sec2 .section-cont,
    #js-main-index section.sec0 .section-cont {
        right: 0;
    }
}

#js-main-index section.sec2 .section-visual,
#js-main-index section.sec0 .section-visual {
    padding-right: 30%;
}

@media screen and (max-width: 480px) {
    #js-main-index section.sec2 .section-visual,
    #js-main-index section.sec0 .section-visual {
        padding-right: 0;
    }
}

#js-main-index section.sec2 .section-visual::after,
#js-main-index section.sec0 .section-visual::after {
    top: 15%;
    right: 0;
    width: 72%;
    height: 70%;
}

#js-main-index section.sec3 .section-inner {
    background-color: transparent;
}

#js-main-index section.sec3 .section-inner .section-content {
    max-width: 1100px;
}

#js-main-index section.sec3 .section-inner .section-content .lists li {
    margin-bottom: 3rem;
}

#js-main-index section.sec3 .section-inner .section-content .lists li img,
#js-main-index section.sec3 .section-inner .section-content .lists li strong,
#js-main-index section.sec3 .section-inner .section-content .lists li span,
#js-main-index section.sec3 .section-inner .section-content .lists li a {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#js-main-index section.sec3 .section-inner .section-content .lists li img {
    box-shadow: 15px 25px 0 0 #ffe6e6;
    width: 200px;
    height: auto;
}

#js-main-index section.sec3 .section-inner .section-content .lists li strong {
    margin-top: 15px;
}

#js-main-index section.sec3 .section-inner .section-content .lists li .cat {
    font-size: 12px;
}

#js-main-index section.sec3 .section-inner .section-content .lists li .txt {
    margin-top: 15px;
}

#js-main-index section.sec3 .section-inner .section-content .lists li .txt a {
    font-size: 12px;
    background: white;
    padding: 6px 48px;
    border: 1px solid #ff070b;
}

#js-main-index section.sec3 .section-inner .section-content .lists li .txt a:hover {
    color: white;
    background: #ff070b;
    text-decoration: none;
}

#js-main-index section.sec4 .section-inner {
    background: #ffe6e6;
    box-shadow: 0px 20px 36px 4px rgba(0, 0, 0, 0.25);
}

#js-main-index section.sec4 .section-inner .section-content .articles article a:hover {
    text-decoration: none;
}

#js-main-index section.sec4 .section-inner .section-content .articles article a .post-content .post-title {
    margin: 0;
}

#js-main-index section.sec4 .section-inner .section-content .articles article a .post-content p {
    margin: 0;
}

#js-main-index section.sec4 .section-inner .section-content .articles article a .post-content .cat {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

#js-main-index section.sec4 .section-inner .section-content .articles article a .post-header figure {
    margin-bottom: 0;
}

#js-main-index section.sec5 {
    margin-left: 0;
    margin-right: 0;
}

#js-main-index section.sec5 .section-inner {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}


/* #js-main-index section.sec5 .section-inner .slick li img {
      width: 80%;
      height: auto;
      margin: auto; } */

#js-main-index section.sec5 .section-inner .slick li .cat {
    display: table;
    margin: auto;
    font-size: 1.4rem;
    padding: 3px 12px;
    color: white;
    background: #ff070b;
    margin-top: 10px;
    /*border: 1px solid #ff070b;
      color: #ff070b;*/
}

#js-main-index section.sec5 .section-inner .slick li p {
    font-size: 2rem !important;
}

#js-main-archive .section-inner {
    background: #ffe6e6;
    box-shadow: 0px 20px 36px 4px rgba(0, 0, 0, 0.25);
}

#js-main-archive .section-inner .section-content .articles article a:hover {
    text-decoration: none;
}

#js-main-archive .section-inner .section-content .articles article a .post-content .post-title {
    margin: 0;
}

#js-main-archive .section-inner .section-content .articles article a .post-content p {
    margin: 0;
}

#js-main-archive .section-inner .section-content .articles article a .post-content .cat {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

#js-main-archive .section-inner .section-content .articles article a .post-header figure {
    margin-bottom: 0;
}

#sidebar .sidebar-inner .sidebar-content #wp-calendar {
    width: 100%;
}

#sidebar .sidebar-inner .sidebar-content #wp-calendar .today {
    color: #EF8A0A;
}

#sidebar .sidebar-inner .sidebar-content #wp-calendar tfoot td {
    padding-top: 1rem;
}

#sidebar .sidebar-inner .sidebar-content #wp-calendar td,
#sidebar .sidebar-inner .sidebar-content #wp-calendar th {
    text-align: center;
}

#js-main-page-single .post-content section {
    margin-bottom: 60px;
}

#js-main-page-single .post-content section .wrapper .row {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

#js-main-page-single .post-content section .wrapper .row .col-md-5 {
    text-align: center;
}

#js-main-page-single .post-content section .wrapper .row .col-md-5 img {
    box-shadow: 20px 30px 0 0 #ffe6e6;
}

#js-main-page-single .post-content section .wrapper .row .col-md-7 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#js-main-page-single .post-content section .wrapper .row .col-md-7 a {
    display: table;
    margin: auto;
    padding: 12px 48px;
    font-size: 12px;
    line-height: 1.2;
    /* text-transform: uppercase; */
    background: #e41113;
    -webkit-box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    color: white;
}

#js-main-page-single .post-content section .wrapper .row .col-md-7 a:hover {
    opacity: 1;
    text-decoration: none;
    -webkit-animation: menuButtonHover 0.4s linear;
    animation: menuButtonHover 0.4s linear;
}

#program .post-content {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

#program section {
    margin-bottom: 150px !important;
}

#program section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    text-align: inherit;
    border-bottom: none;
    display: block;
    color: #232323;
    padding: 0;
    text-align: center;
}

#program section h3 {
    border-left: none;
    color: #232323;
    padding: 0;
    margin-bottom: 0;
}

#program section.sec {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

#program section.sec h1 {
    position: absolute;
    top: 15px;
    font-size: 90px;
}

#program section.sec h1::after {
    content: none;
}

@media screen and (max-width: 576px) {
    #program section.sec h1 {
        font-size: 24px;
        position: static;
        color: inherit;
    }
}

#program section.sec .section-cont {
    position: absolute;
    z-index: 100;
    padding: 60px;
    color: white;
    background: -webkit-linear-gradient(top left, #ff989a 0%, #FF070B 100%);
    background: -o-linear-gradient(top left, #ff989a 0%, #FF070B 100%);
    background: linear-gradient(to bottom right, #ff989a 0%, #FF070B 100%);
    box-shadow: 0px 20px 36px 4px rgba(0, 0, 0, 0.25);
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    #program section.sec .section-cont {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 480px) {
    #program section.sec .section-cont {
        position: static;
    }
}

#program section.sec .section-cont .section-permalink table {
    border: none;
}

#program section.sec .section-cont .section-permalink table td {
    border: none;
    padding: 0;
}

#program section.sec .section-cont .section-permalink a {
    color: white;
    text-decoration: underline;
}

#program section.sec .section-visual::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f2f3f4;
    z-index: -100;
}

@media screen and (max-width: 1100px) {
    #program section.sec .section-visual {
        padding-left: 0;
    }
}

#program section.sec .section-visual img {
    width: 100%;
    height: auto;
}

#program section.sec1 h1,
#program section.sec3 h1,
#program section.sec5 h1 {
    left: 60px;
}

#program section.sec1 .section-cont,
#program section.sec3 .section-cont,
#program section.sec5 .section-cont {
    top: 25%;
    right: 10%;
    max-width: 480px;
}

@media screen and (max-width: 576px) {
    #program section.sec1 .section-cont,
    #program section.sec3 .section-cont,
    #program section.sec5 .section-cont {
        right: 0;
    }
}

#program section.sec1 .section-visual,
#program section.sec3 .section-visual,
#program section.sec5 .section-visual {
    padding-right: 30%;
}

@media screen and (max-width: 480px) {
    #program section.sec1 .section-visual,
    #program section.sec3 .section-visual,
    #program section.sec5 .section-visual {
        padding-right: 0;
    }
}

#program section.sec1 .section-visual::after,
#program section.sec3 .section-visual::after,
#program section.sec5 .section-visual::after {
    top: 15%;
    right: 0;
    width: 72%;
    height: 70%;
}

@media screen and (max-width: 540px) {
    #program section.sec2,
    #program section.sec4 {
        margin-top: 30px;
    }
}

#program section.sec2 h1,
#program section.sec4 h1 {
    right: 60px;
}

#program section.sec2 .section-cont,
#program section.sec4 .section-cont {
    top: 9%;
    left: 10%;
    max-width: 540px;
}

#program section.sec2 .section-cont .front-widget,
#program section.sec4 .section-cont .front-widget {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 576px) {
    #program section.sec2 .section-cont,
    #program section.sec4 .section-cont {
        left: 0;
    }
}

#program section.sec2 .section-visual,
#program section.sec4 .section-visual {
    padding-left: 30%;
}

@media screen and (max-width: 480px) {
    #program section.sec2 .section-visual,
    #program section.sec4 .section-visual {
        padding-left: 0;
    }
}

#program section.sec2 .section-visual::after,
#program section.sec4 .section-visual::after {
    top: 36%;
    left: 0;
    width: 90%;
    height: 75%;
}

.single #news .post-thumbnail img {
    width: auto;
    height: auto;
}

.single #news .post-categories-container p {
    display: table;
    font-size: 12px;
    margin-right: 12px;
    padding: 6px 18px;
    background: #e41113;
    color: #fff;
}

#rules .post-content {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

#rules .post-content section {
    margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
    #rules .post-content section {
        margin-bottom: 30px;
    }
}

#rules .post-content section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    text-align: inherit;
    border-bottom: none;
    display: block;
    color: #232323;
    padding: 0;
    text-align: center;
}

#rules .post-content section h3 {
    border-left: none;
    color: #232323;
    padding: 0;
    margin-bottom: 0;
}

#rules .post-content section.sec {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

#rules .post-content section.sec .section-cont {
    z-index: 100;
    width: 54%;
    padding: 60px;
    background: white;
    box-shadow: 0px 20px 36px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec .section-cont {
        padding: 30px 15px;
    }
}

#rules .post-content section.sec .section-visual {
    width: 54%;
}

#rules .post-content section.sec .section-visual img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

#rules .post-content section.sec1 .section-cont {
    position: absolute;
    top: 60px;
    right: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec1 .section-cont {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec1 .section-visual {
    position: relative;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec1 .section-visual {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec2 .section-cont {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec2 .section-cont {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec2 .section-visual {
    position: relative;
    top: 60px;
    left: 46%;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec2 .section-visual {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec3 .row {
    margin-bottom: 15px;
}

#rules .post-content section.sec3 .row .col-md-2 p {
    width: 60px;
    height: 60px;
    margin: auto;
    display: table;
    background: #ff070b;
    border-radius: 50%;
}

#rules .post-content section.sec3 .row .col-md-2 p i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 24px;
}

#rules .post-content section.sec3 .section-cont {
    position: relative;
    top: 60px;
    left: 46%;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec3 .section-cont {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec3 .section-visual {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec3 .section-visual {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec4 .section-cont {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec4 .section-cont {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec4 .section-visual {
    position: relative;
    top: 60px;
    left: 46%;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec4 .section-visual {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec5 .section-cont {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec5 .section-cont {
        position: static;
        width: 100%;
    }
}

#rules .post-content section.sec5 .section-visual {
    position: relative;
    top: 60px;
    left: 0;
}

@media screen and (max-width: 768px) {
    #rules .post-content section.sec5 .section-visual {
        position: static;
        width: 100%;
    }
}


/* #jury .post-content {
  margin-bottom: 120px; } */

#jury .post-content h2 {
    /* margin-bottom: 40px; */
    /* padding: 25px 35px; */
    /* background-color: #FFE6E6; */
    text-align: inherit;
    border-bottom: none;
    display: block;
}

#jury .post-content h3 {
    border-left: none;
}

.single-jury .post-header .post-thumbnail img,
.type-event .post-header .post-thumbnail img {
    width: auto !important;
}

.single-jury .post-header .position,
.type-event .post-header .position {
    display: table;
    margin: 0 auto 30px;
}

.single-jury .post-header .cat,
.type-event .post-header .cat {
    display: table;
    padding: 3px 24px;
    margin: auto;
    font-size: 12px;
    color: white;
    /*background: #ff070b;*/
	background: #e41113;
}

#impressions .post-content h2 {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0;
    text-align: inherit;
    border-bottom: none;
    display: block;
}

#impressions .post-content h2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: .64286rem solid #fff;
    transform: scaleX(0) skew(-15deg);
    transition: transform 1.2s cubic-bezier(.4, 0, 0, 1);
    transform-origin: bottom left;
}

#impressions .post-content .ttl {
    font-size: 21px;
    margin-bottom: 40px;
    /* padding: 25px 35px; */
    /* background-color: #FFE6E6; */
    text-align: inherit;
    /* border-bottom: solid 5px red; */
    display: block;
}

#impressions .post-content .articles article a:hover {
    text-decoration: none;
}

#impressions .post-content .articles article a .post-content {
    padding: 20px;
    margin: 0;
}

#impressions .post-content .articles article a .post-content .post-title {
    margin: 0;
}

#impressions .post-content .articles article a .post-content p {
    margin: 0;
}

#impressions .post-content .articles article a .post-header {
    margin: 0;
}

#impressions .post-content .articles article a figure {
    margin: 0;
}

#impressions .post-content .articles article .cat {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

/*参加者の声　サムネイル　スマホ版表示崩れのため無効化*/
article.post .post-thumbnail .attachment-impressions {
    /* width: auto !important; */
    height: auto;
}

article.post .post-categories-container p {
    text-align: center;
    margin-bottom: 0;
}

article.post .post-categories-container p i {
    font-size: 12px;
}

article.post .post-content .link_btn {
    margin: 60px 0;
}

article.post .post-content .link_btn a {
    margin: auto;
    display: table;
    padding: 12px 36px;
    border: 1px solid #ff070b;
    color: #ff070b;
}

article.post .post-content .link_btn a:hover {
    text-decoration: none;
}

#archives .ttl {
    margin-bottom: 40px;
    margin-top: 100px;
    /* padding: 25px 35px; */
    /* background-color: #FFE6E6; */
    text-align: inherit;
    /* border-bottom: solid 5px red; */
    display: block;
}

#archives .bne-gallery-masonry-wrapper .gallery-item a img {
    margin: 0;
}

.post-navigation a:hover {
    text-decoration: none;
}

.post-navigation .home i {
    font-size: 16px !important;
}

.tax-event-venue h2 {
    margin: 60px 0 15px;
}

*/
/*＊＊＊＊以下佐藤追加CSS＊＊＊＊*/


/* table */

.table-line {
    margin-bottom: 40px;
    width: 100%;
}

.table-line th {
    width: 25%;
    font-weight: bold;
}

.table-line th,
.table-line td {
    padding: 25px 0;
    border-bottom: 1px solid #bcbcbc;
    text-align: left;
}

.table-line tr:first-child th,
.table-line tr:first-child td {
    padding-top: 0;
}

@media (max-width: 600px) {
    .table-line th {
        border-bottom: none;
        padding: 20px 0 0;
        width: 100%;
    }
    .table-line td {
        padding: 0 0 20px;
    }
    .table-line th,
    .table-line td {
        display: block;
    }
}


/*＊＊＊＊ここまで＊＊＊＊*/


/*＊＊＊＊以下佐藤追加CSS20200121＊＊＊＊*/

.table-tl {
    margin: 20px auto;
    border: solid 1px #ccc;
}


.table-tl tr {
    border: solid 1px #ccc;
}

.table-tl th {
    background: #e9727e;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    width: auto;
}

.table-tl td {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 14px;
    width: auto;
}

.table-tl td.light {
    background-color: #daeef3 !important;
    white-space: nowrap;
}

.table-tl td.middle {
    background-color: #f2dcdb !important;
}

@media screen and (max-width: 640px) {
    .table-tl {
        width: 80%;
    }
    .table-tl .thead {
        display: none;
    }
    .table-tl tr,
    .table-tl td {
        display: block;
        width: 100%;
        position: relative;
    }
    .table-tl td:first-child:before {
        background: #e9727e;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        height: 40px;
        padding: 10px;
        position: absolute;
        top: -41px;
        left: -0.2%;
        display: block;
        width: 100.5%;
    }
    .table-tl tr {
        margin-bottom: 40px;
    }
}


/*＊＊＊＊ここまで＊＊＊＊*/

.table-schedule {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
}

.table-schedule__box {
    flex: 0 1 auto;
    width: 100%;
}

.table-schedule__box__header,
.table-schedule__box__body {
    padding: 15px 10px;
    border: 1px solid #fff;
    text-align: left;
}

.table-schedule__box__header {
    background-color: #e2dcd0;
    font-weight: bold;
    text-align: center;
}

.table-schedule__box__body {
    background-color: #f0f0f0;
    height: calc(100% - 50px);
}


/*リストにない場合*/

.bkgcnone {
    background-color: #FFF !important;
}

@media (max-width: 960px) {
    .table-schedule {
        flex-direction: column;
    }
}

.table-timeline {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}

.table-timeline th,
.table-timeline td {
    text-align: center;
}

.table-timeline th {
    padding-bottom: 8px;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
}

.table-timeline th.date {
    color: #E4007F;
}

.table-timeline td {
    position: relative;
    height: 26px;
}

.table-timeline td::before {
    content: "";
    position: absolute;
    top: 7px;
    display: block;
    width: 100%;
    border-top: 4px solid #bcbcbc;
}

.table-timeline td:first-of-type::before {
    right: 0;
    width: 50%;
}

.table-timeline td:last-of-type::before {
    width: 50%;
}

.table-timeline td.is-point::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    margin-left: -9px;
    width: 8px;
    height: 8px;
    border: 5px solid #E4007F;
    border-radius: 50%;
    background-color: #fff;
}

.table-news {
    margin: 0 auto;
    width: 100%;
}

.table-news tr {}

.table-news td {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 2px solid #f3f3f3;
    font-size: 14px;
}

.table-news__date {
    padding-left: 30px;
    width: 9.2em;
    color: #e4007f;
    font-weight: bold;
}

.table-news__content {
    padding-right: 30px;
}

.table-news__content a:not(.label) {
    margin-left: 15px;
    text-decoration: none;
    color: #2b2b2b;
}

@media (max-width: 600px) {
    .table-news td {
        display: block;
        padding: 20px;
        width: 100%;
    }
    .table-news__date {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .table-news__content {
        padding-top: 5px !important;
    }
}


/* section */

.section-container {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
}

@media (max-width: 600px) {
    .section-container {}
}

.section-container--bg {
    padding: 80px 0;
}

@media (max-width: 600px) {
    .section-container--bg {
        padding: 60px 0;
    }
}

.section-inner {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
}

@media (max-width: 600px) {
    .section-inner {
        margin: 0 20px;
        width: auto;
    }
}


/* top追加css*/

.img-size img {
    max-width: 100%;
}

.mt-100 {
    margin-top: 100px !important;
}

.ft-40 {
    font-size: 40px;
}

.post-title .cat {
    display: table;
    padding: 3px 24px;
    margin: auto;
    font-size: 12px;
    color: white;
   /* background: #D53939;*/
	background: #e41113;
}

.post-title .cat2 {
    display: table;
    padding: 3px 24px;
    margin: auto;
    font-size: 12px;
    color: white;
    background: blue;
}

.post-title .cat3 {
    display: table;
    padding: 3px 24px;
    margin: auto;
    font-size: 12px;
    color: white;
    background: #ff8c00;
}