/* カスタマイズ用CSS */
.modal {
    z-index: 9999;
     will-change: display;
}

.modal-lg {
    max-width: 950px;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    margin: auto;
}

.modal-dialog {
    will-change: transform;
}

.modal .close {
    text-align: right;
    text-shadow: none;
    font-size: 2.5rem;
    font-weight: 100;
}

.modal button.close {
    padding-top: 15px;
    padding-right: 15px;
}

.modal table {
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.modal .table td{
    border-top: 2px solid white;
    background-color: #F7F7F7;
}

.modal .table th {
    /*border-top: 2px solid white;*/
    background-color: #E3E3E3;
}

.modal .table thead th {

     border-bottom: none;
}

.clickable {
    cursor: pointer;
}

body {
    width: 100%;
    max-width: 100%;
    will-change: position;
}


.modal-open {
    position: fixed;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.test .banner .banner-content {
    display: block !important;
}
.test .banner .banner-content .container {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 950px) {
.modal-body {
    margin: 0;
    height: calc(100vh - 300px);
    overflow-y: scroll;
    max-width: none;
    -webkit-overflow-scrolling: touch !important;
}

.modal-content {
    font-size: 0.9rem;
}

.pc {
    display: none !important;
}
.sp {
    display: block;
}
.sp-mov {
    margin-top: 60px;
}
.test .banner .banner-content {
    display: block !important;
}
.test .banner .banner-content .container {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    margin: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
}

/* news */
.news__meta{
    display: flex;
    margin-bottom: 10px;
}
.news__meta .news__date{
    display: inline-block;
    margin-right: 10px;
}

/* news list */
.news-list .page-title{
    margin: 20px 0 0;
    color: black;
    border: 4px solid #171717;
    text-transform: uppercase;
    line-height: 1;
    font-size: 24px;
    text-align: center;
}
.news-list .page-title h1{
    margin-bottom: 0;
}
.news-list .custom-press .press-item .press-container {
    box-shadow: none;
}
.news-list .press-item{
    margin-top: 30px;
}
.news-list a{
    display: block;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    color: black;
    transition: .3s ease;
}
.news-list a:hover{
    background-color: #eee;
    text-decoration: none;
}
.news-list .press-photo{
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}
.news-list .press-photo img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 220px;
}
.news-list .press-title h3{
    color: black;
}
.news-list__navi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.news-list__navi__before{
    width: 50%;
    text-align: left;
}
.news-list__navi__next{
    width: 50%;
    text-align: right;
}

/* news detail */
.news-detail,
.news-detail__navi{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.news-detail{
    margin-top: 30px;
}
.news-detail__title{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: black;
}
.news-detail .news__meta{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-detail__body{
    line-height: 1.5;
}
.news-detail__body img{
    max-width: 100%;
    height: auto;
}
.news-detail__body p,
.news-detail__body ul,
.news-detail__body ol{
    margin-bottom: 0.8rem;
}
.news-detail__body ul{
    margin-left: 1.5rem;
}
.news-detail__body ul li{
    list-style: disc;
}
.news-detail__body ol{
    margin-left: 1.2rem;
}
.news-detail__body ol li{
    list-style: decimal;
}
.news-detail__navi{
    margin-top: 80px;
    text-align: center;
}
.no-news{
    margin-top: 20px;
}