/* Source: jp/csr/management/management.html */
.csp-style-6700f14f0d {
  margin: 0 0 1.5rem;
}
.btn_square {
  padding: 0
}
.btn_square a{
  padding: 2rem;
}
.pg__margin {
  margin: 3rem 0 1.5rem 0;
}
.pg__listline li{
  border-bottom: solid #ddd 0.1rem;
  padding: 0.5em 1em 1em 1em;
  font-weight: bold;
}
.pg__listline li:first-child {
  border-top: solid #ddd 0.1rem;
  padding-top: 1em;
}
a.pg__fl_center{
  justify-content: center;
}

/* lum-lightbox adjust */
.lum-lightbox-image-wrapper{
  display: block;
}

details .past_data{
    margin-top: 30px;
    cursor: pointer;
    transition: 0.1s;
}
details .past_data:hover{
    color: #b6c2e0;
}

@keyframes lum-state-change {
    from {
        transform: translateZ(0);
    }

    to {
        transform: translateZ(0);
    }
}

/* 画像だけフェード */
@keyframes lum-image-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lum-image-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.lum-lightbox {
    position: fixed;
    display: none;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lum-lightbox.lum-open {
    display: block;
}

.lum-lightbox.lum-opening,
.lum-lightbox.lum-closing {
    display: block;
}

.lum-lightbox-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
}

.lum-lightbox-loader {
    display: none;
}

.lum-lightbox-image-wrapper {
    display: table;
    text-align: center;
}

.lum-lightbox-position-helper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.lum-lightbox-inner img,
.lum-img {
    max-width: 90%;
    max-height: 90vh;
}
