/* Auth page post styles */
.widgettitle {
    font-family: 'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;

    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.widgettitle:before {
    margin-left: -100%;
    right: 20px;

    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: relative;

    background-color: #ebebeb;
}
.widgettitle:after {
    margin-right: -100%;
    left: 20px;

    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    position: relative;

    background-color: #ebebeb;
}
.card-img-list {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover; /* 画像をトリミングして正方形に */
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    border: 0.2rem dashed #c9a07f;
}
.list-group-unbordered>.list-group-post {
    position: relative;
    display: block;
    padding: .3rem 1.25rem;

    padding-left: 0;
    padding-right: 0;
    border: 0;
}

/* Auth page list styles */
.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
}