.safetyWrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 5px 20px 5px;
    background-image: url(/pc/img/top_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
}

.safetyWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    z-index: -1;
}

.safety {
    position: relative;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto 100px auto;
}

.safetyMain {
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    padding-top: 50px;

}

.safetyContainer {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.safety dt {
    max-width: 600px;
    width: 80%;
    margin: 50px auto 0 auto;
}

.safety dt img{
    width: 100%;
}
.safety dd {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 180%;
}

.safety ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.safety ul li {
    width: 25%;
    padding: 2px;
}

.safety ul li img {
    width: 100%;
}

.safety dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px;
    line-height: 140%;
}

.safety dd p {
    line-height: 180%;
}

.safety dd p b {
    display: inline-block;
    line-height: 1;
    color: #ccc;
    background: linear-gradient(transparent 70%, rgba(233, 233, 66, 0.3) 70%);
}

.safety dl dd.cure_staff{
    font-size: 24px;
    background-color: #fff;
    color: #5eb1de;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    padding: 5px 10px;
    line-height: 1;
}
.safety dl dd.cure_staff small{
    font-size: 12px;
    display: block;
    color: #5eb1de;
    line-height: 1;
    margin-top: 3px;
}

.safety dl dd.cure_video{
    background-color: #333;
    text-align: center;
    padding: 5px;
    line-height: 1;
    max-width: 700px;
    margin: 20px auto;
}
.safety dl dd.cure_video small{
    font-size: 12px;
    display: block;
    color: #5eb1de;
    line-height: 1;
    margin-top: 3px;
}

.LBox {
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.LBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 710px;
    margin: 0 auto;
}

.LBox ul li {
    width: 20%;
    overflow: hidden;
}

.LBox ul li a {
    display: block;
    padding: 2px;
    background: #333;
}

.LBox ul li img {
    width: 100%;
}

/**********************************************ライトボックス**********************************************/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    opacity: 0.9;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    display: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/js/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/js/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/js/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    color: #999;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/js/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.pika {
    animation: pika 1s infinite alternate;
  }
  @keyframes pika{
     0% { color: #fff }
   100% { color: #d50000 }
  }
