@charset "UTF-8";
/* CSS Document */

/*.detailText:empty {
  display: none;
}*/

/*.cat-0 .detailUpfile,
.cat-1 .detailUpfile,
.cat-2 .detailUpfile,
.cat-3 .detailUpfile{
    max-width: 790px;
    margin: 15px auto 25px;
}*/

/*とりあえずcopyright削*/
.pkoboC {
    display: none !important;
}

#inner800 {
    max-width: 800px;
    margin: 0 auto;
}

#textArea {
    margin: 0 auto 1em;
}

.detailText {
    line-height: 1.4em;
}


/*.cat-4 .detailText:not(:first-child){
    display: none;
}*/

.cat-4 .detailText.text {
    display: block;
}

/*スライダー（サムネつき）*/
.sliderArea {
  max-width: 800px;
  margin: 0 auto;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 10px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slider_thumb .detailUpfile img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    /*height: 530px;
    object-fit: contain;*/
}

.thumb .detailUpfile img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/*調整用*/
.slick-track {
    margin: 0 !important;
}


.backORcloseBtn a {
    max-width: 255px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 3em auto;
    color: #187fc4;
    font-size: 16px;
    padding: 1em;
    box-sizing: border-box;
    background: #FFF;
    border: 2px solid #187fc4;
}
.backORcloseBtn a:before {
    content: "";
    background: url("../img/ico01.svg") no-repeat center;
    background-size: contain;
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: -0.3;
    margin-right: 10px;
}
.backORcloseBtn a:hover {
    background: #187fc4;
    color: #FFF;
}
.backORcloseBtn a:hover:before {
    content: "";
    background: url("../img/ico01_on.svg") no-repeat center;
}

@media screen and (max-width: 639px) {
    .slider_thumb .detailUpfile img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.thumb .detailUpfile img {
        width: 100%;
        height: 30px;
        object-fit: cover;
    }
}