.com-container-1740,
.com-container {
    max-width: 1200px!important;
}
.page-id-61 #write-02,
.page-id-57 #about-01 {
    padding: 0 0 100px 0;
}
.page-id-41 .com-container.com-container-1740.flex {
    display: flex;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #000;
    max-width: 900px!important;
}.page-id-41 .com-container.com-container-1740.flex img{
    margin-right: 50px;
}

a.com-btn-01.btn_link {
    margin-top: 30px;
}
@media (max-width: 640px) {
    .page-id-41 .com-container.com-container-1740.flex {
        display: block;
        text-align: center;
    }.page-id-41 .com-container.com-container-1740.flex img{
        margin-right: 0px;
    }
}

.page-id-59  .write-list-01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 100px;
    max-width: 1100px;
    margin-inline: auto;
}.page-id-59  .write-list-01 .caption {
    font-size: 0.7em;
    text-align: left;
}.page-id-59  .write-list-01 p {
    margin-top:20px;
    font-size: 0.6em;
    text-align: left;
}.page-id-59 .com-card-04 .image{
    aspect-ratio: initial!important;
    max-height: 430px;
}.page-id-59 #write-03 .write-list-01 {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: none;
}.page-id-59 #write-03 .write-list-01 .image{
    aspect-ratio: initial!important;
    max-height: 430px;
    max-width:300px;
}.page-id-59 .com-margin-xlarge-top{
    margin-top: 0px;
}

@media (max-width: 640px) {
    .page-id-59 .write-list-01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
        max-width: 100vw;
    }.page-id-59 #write-03 .write-list-01 .image {
        max-width: 230px;
    }
}

.single-format-standard ul.com-news-list-01 time,
.page-id-37 ul.com-news-list-01 time {
    text-indent: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    margin: 40px auto;
    justify-content: center;
  }
  .pagination span,
  .pagination a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    background: #fff;
    border: solid 2px #111;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    transition: all 0.15s linear;
  }
  .pagination a:hover {
    background: #111;
    color: #fff;
  }
  .pagination > * + * {
    margin-left: 12px;
  }


.post-thumbnail {
    max-height: 600px;
    height: 600px;
    margin-bottom: 20px;
    text-align: center;
}.post-thumbnail  img{
    object-fit: contain;
    max-height: 100%;
}

.single-post .com-container{
    margin: 0 auto 100px auto;
}
@media (max-width: 640px) {
    .post-thumbnail {
        height: 400px;
    }
}

.keyvisual-wrapper-01::before{
    border: none;
}
.keyvisual-slideshow img{
    height: auto;
    max-height: 100%;
}p.keyvisual-txt {
    text-shadow: 0px 0px 2px BLACK, 0px 0px 2px BLACK;
}
@media (max-width: 640px) {
    .keyvisual-txt{
        font-size: min(3vw, 2.2rem);
    }.page-id-25 .com-catch-01{
        font-size: 1.2em;
    }
}
.write-list-01{
    background: none;
    border: none;
}
.header-fixed .header-logo{
    z-index: -1;
}
.com-sec-bg-01{
    background: url(../img/common/bg_01.png) repeat center!important;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
}
body{
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}