/*共通パーツ*/
h2 {
    width: 100%;
    display: inline-table;
}

.publish_date {
    width: 100%;
    text-align: end;
    margin-bottom: 20px;
    font-size: 1.4rem;
}


/* タイトル */

.top_image {
    width: 100%;
}

.title {
    font-weight: bold;
    font-size: 2rem;
    color: var(--primary-color);
}

.title span {
    display: inline-block;
}

.maebun {
    padding: 20px;
    border: solid 1px var(--primary-color);
    border-radius: 20px;
    margin: 20px auto;
}

/* メニュー */
.event_menu ul {
    padding: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    list-style: none;
}

.event_menu ul li {
    border-radius: 10px;
    background-color: var(--primary-color);
    padding: 10px 20px;
    min-width: 18%;
    margin: 10px;
    text-align: center;
}

h4 {
    clear: both;
    color: var(--primary-color);
    padding-top: 20px;
}

section p:not(#Paywall):not(#Paywall *) {
    margin: 20px auto;
}

section i:not(#Paywall):not(#Paywall *) {
    font-size: 3rem;
    margin: 1rem;
    color: var(--primary-color);
}

section .contact i:not(#Paywall):not(#Paywall *) {
    font-size: initial;
}


/* 画像の配置の再現 */
section img {
    width: 100%;
    object-fit: contain;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.align-left {
    float: left;
    margin-right: 1em;
}

.align-right {
    float: right;
    margin-left: 1em;
}

figure {
    margin-bottom: 20px;
}

figcaption {
    font-size: 1.2rem;
}


/* table */
table {
    margin: 20px 0;
    border-collapse: collapse;
}

table th {
    text-align: center;
}

table th,
table td {
    padding: 10px 30px 10px 10px;
    border-bottom: solid 1px var(--primary-color);
}

.visually-hidden,
.file__size {
    display: none;
}

.icon {
    width: unset !important;
}

/* a　タグ色付け */
.notice a:not(#Paywall):not(#Paywall *):not(.link_button *) {
    font-weight: bold;
    color: var(--primary-color);
}

.notice a:not(#Paywall):not(#Paywall *):not(.link_button *):hover {
    text-decoration: underline !important;
}

.pdf a {
    color: var(--base-color-red) !important;
}

#Paywall .button {
    color: #fff !important;
}

/* strong改行設定 */
strong {
    width: 100%;
    display: block;
}

/*text-align*/
.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

/* contact notice.blade内のみ */
.contact h5 {
    text-align: center;
    margin: 5px auto;
    font-size: 1.6rem;
    font-weight: initial;
}

@media print,
screen and (min-width: 745px) {
    section img {
        width: 50%;
    }

    table th {
        width: 150px;
    }

    iframe {
        text-align: center;
        width: 570px;
        height: 320px;
    }
}

/* マイナビ画像 */
section img.mynavi {
    width: 160px;
    height: 45px;
}
