<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mainvisual {
    width: 100%;
    height: 601px;
    background: url(/img/infomation/mainvisual.png) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.mainvisual .mainVisualLogo {
    position: absolute;
    top: 62px;
    left: 42px;
    width: 7%;
}

.mainvisual .mainVisualLogo img {
    width: 100%;
}

.mainvisual h1 {
    width: 40%;
}

.mainvisual h1 img {
    width: 100%;
}

#main .post-entry:not(:first-child) {
    padding-top:64px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}

#main .post-entry.first-article {
    max-width: 800px;
    margin: 150px auto 64px;
}

#main .post-entry .post-title {
    font-size: 1.8rem;
    margin: 10px 0 20px;
}

#main .post-entry.first-article .post-title {
    margin: 0 0 18px;
}

#main .post-entry .post-img img {
    width: 100%;
}

#main .post-entry .post-text {
    margin-top:15px;
    line-height: 2.35;
    font-size: 1.4em;
    color: #5F5F5F;
}

#main .post-entry.first-article .post-text {
    margin: 15px 0 25px;
}

#main .post-entry .post-link {
    font-size: 1.4em;
    margin-bottom: 15px;
}

#main .post-entry .post-link a {
    color: #009BFF;
    text-decoration: underline;
}

#main .post-entry .post-modified-date {
    font-size: 1.4rem;
    color: #5F5F5F;
}

#main .post-entry.first-article .post-modified-date {
    margin-top: 15px;
}

#main .post-entry .post-slider {
    width: 513px;
    height: 334px;
    position: relative;
    flex-shrink: 0;
}

#main .post-entry .post-slider .slider-arrow .prev {
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

#main .post-entry .post-slider .slider-arrow .next {
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

#main .post-entry .post-slider .slider-img,
#main .post-entry .post-slider .slider-img img {
    width: 513px;
    height: 334px;
}

#main .post-entry .post-body {
    padding-left: 72px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    width: calc(100% - 513px);
}

#main .post-entry .post-body .post-footer {
    margin-top: auto;
}

#main .post-entry .post-body .post-footer .post-link {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

#main .post-entry .post-date {
    font-size: 1.4rem;
}
.post-img img{
    width:513px;
    height:auto;
}

.post-entry{
    border-bottom: 1px solid #000;
    padding-top: 64px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.flyer-article{
    display: block !important;
    padding: 64px 128px 80px;
}

.flyer-post-footer{
    margin-top: 30px;
}

.flyer-img img{
    width: 513px;
    height:auto;
}
.pagination h2.screen-reader-text {
		display: none;
}

.wp-pagenavi {
		margin-top: 15px;
		text-align: center;
}

.wp-pagenavi .pages {
		display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
		margin: 4px;
		padding: 10px 12px;
		background: #fff;
		border: 1px solid #333;
		display: inline-block;
		color: #000;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
		background: #ddd;
		color: #000;
}
</pre></body></html>