ul, li{
    list-style: none;
}
.pnkz{
    margin: 15px 0 60px;
}
.pnkz ul{
    width: 100%;
    display: flex;
}
.pnkz li:nth-child(1):after{
    content: '>';
    margin: 0 8px;
}
.pnkz li:nth-child(2){
    color: #5E68AF;
}
.facility_list h2{
    color: #5E68AF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}
.facility_list h2::after{
    content: '';
    display: block;
    width: 420px;
    height: 2px;
    margin: 0 auto;
    background-color: #E75297;
}

/*施設のご案内*/
.thumbLeft{
    position: relative;
}

.thumbLeft > p{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.thumbLeft .reasonText{
    position: relative;
    padding-left: 400px;
    padding-top: 100px;
    z-index: 0;
}
.thumbRight{
    position: relative;
}

.thumbRight > p{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.thumbRight .reasonText{
    position: relative;
    padding-right: 400px;
    padding-top: 100px;
    z-index: 0;
}

.thumbLeft .reasonText .pointHl{
    padding-left: 120px;
    padding-bottom: 20px;
}
.thumbLeft .reasonText .pointHl{
    padding-right: 120px;
    padding-bottom: 20px;
}
.thumbLeft img,
.thumbRight img{
    width: 500px;
}
.reasonText .boxDesign2{
    width: 99%;
    background: #efdadc;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: justify;
}
.thumbLeft .reasonText .boxDesign2{
    padding-left: 140px;
    padding-right: 30px;
    position: relative;
}
.thumbRight .reasonText .boxDesign2{
    padding-right: 140px;
    padding-left: 30px;
    position: relative;
}
.boxDesign2 p{
    height: 230px;
}
.boxDesign2 p span{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
}
@media screen and (max-width:768px){
    .container{
        width: 100%;
        padding: 0 10px;
    }
    .facility_list > div{
        text-align: center;
    }
    .facility_list h2{
        font-size: 36px;
        display: inline;
        border-bottom: 2px solid #E75297;
    }
    .facility_list h2::after{
        display: none;
    }

    .thumbLeft, .thumbRight{
        width: 100%;
        background: #efdadc;
        padding-top: 0;
        padding-bottom: 30px;
        position: relative;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
    }
    .thumbLeft > p, .thumbRight > p {
        position: relative;
        right: 0;
        top: 0;
        z-index: 0;
    }
    .thumbRight .reasonText {
        padding-right: 0;
    }
    .thumbLeft:after,
    .thumbRight:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        border: 1px solid #5e68af;
        bottom: -7px;
        right: -7px;
        z-index: -1;
    }
    .thumbLeft .reasonText {
        padding-left: 0;
        padding-top: 100px;
    }
    .thumbLeft .reasonText,
    .thumbRight .reasonText{
        padding-top: 0 !important;
    }
    .thumbLeft .reasonText .boxDesign2,
    .thumbRight .reasonText .boxDesign2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .reasonText .boxDesign2 {
        background: none;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .boxDesign2 p{
        height: auto;
    }
}

