@charset "UTF-8";

.wp-block-flexible-table-block-table.is-style-original table {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #dee2e6 !important;
    border-collapse: collapse !important;
}
.wp-block-flexible-table-block-table.is-style-original td:nth-child(1) {
    color: #FFF !important;
    background-color: #28304c !important;
}
.wp-block-flexible-table-block-table.is-style-original tr td {
    
    padding: 10px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    font-size: 16px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) th {
    background-color: #f0f0f1;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td {
    background-color: #f0f0f1;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) th {
    background-color: #ffffff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) td {
    background-color: #ffffff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    text-align: left;
    vertical-align: middle;
}

@media screen and (min-width: 769px) {
    .wp-block-flexible-table-block-table.is-scroll-on-pc {
        overflow-x:scroll;
    }

    .wp-block-flexible-table-block-table.is-scroll-on-pc table {
        max-width: none;
        align-self: self-start;
    }
}
    
@media screen and (max-width:768px) {
    .wp-block-flexible-table-block-table table.is-stacked-on-mobile {
        width: 100% !important;
    }
    .wp-block-flexible-table-block-table table.is-stacked-on-mobile th,
    .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
        width: 100% !important;
        display: block;
    }
}

@media screen and (max-width: 767px) {
     #renmei-body .title {
         font-size: 16px;
     }
     #renmei-body .flexbox {
         display: block;
     }
     #renmei-body .flexbox .box1 {
         width: 100%;
         margin: 0 auto;
     }
     #renmei-body .flexbox .box2 {
         width: 100%;
         margin: 0 auto;
         text-align: center;
     }
     
     h1.entry-title {
    font-size: 16px;
     }
 }

/*
    ファイルデザイン追加
*/
.wp-block-file.is-style-file a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    background-color: #cccccc;
    transition: 0.3s;
}
    .wp-block-file.is-style-file a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #333333;
        border-right: 3px solid #333333;
        transform: rotate(45deg);
    }
    .wp-block-file.is-style-file a:hover {
        text-decoration: none;
        background-color: #bbbbbb;
    }
/**
    追加 2023/02/02
*/
.items.jsx-2010822853 {
    overflow-x: scroll;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    display: flex;
}
.item.jsx-2010822853 {
    display: inline-block;
    white-space: normal;
}
.items.jsx-2010822853::-webkit-scrollbar {
    display: none;
}
.active.item {
    background: rgb(93, 61, 11);
    color: white;
}

.hide {
    display: none;
}

.more_btn {
    width: 100%;
    font-size: 0.9375rem;
    border: 1px solid;
    background: white;
}

/**
*/
.vk-post-juniorinfo-header {
    width: 100%;
    color: #fff;
    background-color: rgb(97, 96, 137);
    text-align: center;
}
.vk-post-juniorinfo-title {
    margin: 0;
}

.vk-post-kyogiinfo-title {
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #337ab7;
}

/**
    アイキャッチ画像サイズ
*/
.vk_post .media-img {
    width: 30%;
}

/* pdfアイコン表示 */
.pdf:before, a[href*=".pdf"]:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	background-image: url("../../_g3/template-parts/img/acrobat-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
.pdf {
    text-decoration: none!important;
    color: var(--vk-color-text-link)!important;
    cursor: pointer!important;
}