@charset "UTF-8";

div.bnr_campaign {
    margin: 2em 4px 1em;
}

/* GALLERY
------------------------------------------------- */
.slick-slide img {
    margin: 0 auto;
    border-radius: 6px;
    width: 80%;
    max-width: 853px;
}
.slick-slide figure {
    outline: none;
}
.slick-slide figcaption {
    padding: 1.5em 5%;
    line-height: 1.5;
}
.slick-slide figcaption h3 {
    margin-bottom: 0.5em;
}


/* Arrows */
.slick-arrow::before {
    content: "";
    width: 30px;
    height: 57px;
    display: block;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top: 46%;
    display: block;
    width: 30px;
    height: 57px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: 2%;
}
[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}
.slick-next {
    right: 2%;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}
.slick-prev:before,
[dir='rtl'] .slick-next:before {
    background: url("../img/gallery_arrow_l.png") no-repeat center top / 30px auto;
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
    background: url("../img/gallery_arrow_r.png") no-repeat center top / 30px auto;
}


/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 2.5em;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    text-align: center;
    background-color: transparent;
    border: 1px solid #00A051;
    border-radius: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #00A051;
}
.flex-wrap_b{
    max-width: 1000px;
    margin: 0 auto;
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 1300px) {
}

/* ==============================================================
 Less than WIDESP-LANDSCAPE : iPhone XS Max/XR/11/11 Pro Max
================================================================= */
@media screen and (max-width: 896px) {
    .slick-prev,
    .slick-next { top:50%; }
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:566px) {

    .slick-slide figcaption p { font-size:3.5vw; }
    .slick-prev,
    .slick-next,
    .slick-arrow::before { width:15px; height:39px; }
    .slick-prev:before,
    [dir='rtl'] .slick-next:before,
    .slick-next:before,
    [dir='rtl'] .slick-prev:before { background-size:15px auto; }
}

/* ==============================================================
 Less than SP-PORTRAIT : iPhone 8/7/6s/6
================================================================= */
@media screen and (max-width:375px) {
}