.mainvisual { margin-bottom: 6%; }
.mainvisual .top_mv{ margin-top: 5px; text-align: center; }
.mainvisual .top_mv img { width: 96%;}

.content { padding: 0 2% 5%; }
.content .content__sec1 { margin-bottom: 13%; }
.content .content__sec1 h3 { margin-bottom: 5%; }
.content .content__sec1 ul li { width: 50%; }
.content .content__sec2 { margin-bottom: 5%; width: 104%; margin-left: -2%; background: url(../images/bg.png) center top; background-size: 44px 22px; padding: 4% 2%; }
.content .content__sec2 h3 { margin-bottom: 3%; }
/*.content .content__sec2 ul li { width: 49%; }*/
.content .content__sec2 ul .av-container { width: 49%; }
.content .content__sec2 ul li:first-child,.content .content__sec2 ul li:nth-of-type(2) { margin-bottom: 9px;}
.content .content__sec3 {/* padding: 0 7%; */margin-bottom: 8%;}
.content .content__sec3 h3 { margin-bottom: 5%; }
.content .content__sec3 a { text-decoration: none; color: #000; }
.content .content__sec3 dl { display: flex; display: -webkit-flex; /* Safari */ display: -moz-flex; /* Firefox */ display: -ms-flex; /* IE */ background: url('../images/sec03-wrap.png') no-repeat left top; background-size: contain; padding: 11px 14px 32px 14px;}
.content .content__sec3 dl dt {width: 22%;margin-right: 4%;}
.content .content__sec3 dl dd {width: 72%;}
.content .content__sec3 dl dd h4 { text-align: center; }
.content .content__sec3 dl dd p { text-align: center; padding: 0 3%; }
.content .content__sec4 { margin-bottom: 8%; }
.content .content__sec4 .news_tt { padding: 2%; background: #eee; }
.content .content__sec4 .news_content { border: 1px solid #d2d2d2; padding: 2%; height: 200px; overflow: auto; }
.content .content__sec4 .news_content dl { margin-bottom: 2%; padding-bottom: 2%; border-bottom: 1px dashed #d2d2d2; }
.content .content__sec4 .news_content dl dt { color: #000; }
.content .content__sec4 .news_content dl dd a { text-decoration: none; color: #333; }
.content .content__sec5 { padding: 3%; }
.content .content__sec5 a { text-decoration: none; color: #000; }
.content .content__sec5 .box { border: 1px solid #d2d2d2; border-top: 2px solid #000; padding: 3%; margin-bottom: 3%; }
.content .content__sec5 .box > img { width: 40%; float: left; }
.content .content__sec5 .box .right { float: right; width: 60%; padding: 0 3%; }
.content .content__sec5 .box .right h3 { margin-bottom: 2%; }
/*# sourceMappingURL=top.css.map */


/*   ↓ slick   */
.slider .slick-prev::before {
    content: '';
    width: 22px;
    height: 22px;
    border: 0px;
    border-top: solid 2px #0C2550;
    border-right: solid 2px #0C2550;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.slider .slick-next::before {
    content: '';
    width: 22px;
    height: 22px;
    border: 0px;
    border-top: solid 2px #0C2550;
    border-right: solid 2px #0C2550;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.slider .product-img {
    width: auto;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.slick-slide .product-img.img01 {
    background-image: url(../../images/ico01.png);
}
.slick-slide .product-img.img02 {
    background-image: url(../../images/ico02.png);
    background-position: 50% 70% !important;
}
.slick-slide .product-img.img03 {
    background-image: url(../../images/ico03.png);
    background-position: 50% 70% !important;
}
.slick-slide .product-img.img04 {
    background-image: url(../../images/ico04.png);
}
.slick-slide .product-img.img05 {
    background-image: url(../../images/ico05.png);
    background-position: 50% 70% !important;
}
.slick-slide .product-img.img06 {
    background-image: url(../../images/ico06.png);
    background-position: 50% 70% !important;
}
.slick-slide .product-img.img07 {
    background-image: url(../../images/ico07.png);
    background-position: 50% 70% !important;
}
.slick-slide .product-img.img08 {
    background-image: url(../../images/ico08.png);
    background-position: 50% 70% !important;
}
.slick-slide .product-img.img09 {
    background-image: url(../../images/ico09.png);
}
.slick-slide .product-img.img10 {
    background-image: url(../../images/ico10.png);
}

.slick-slide {
    position: relative;
    width: 260px;
    min-height: 420px;
    margin: 0 10px;
    transform: scale(0.8);
}

 .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slider .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1.0);
}

.slick-slide .product-description-box {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 160px;
    left: 50%;
    padding: 15px;
    margin: auto;
    transform: translateX(-50%);
    background-color: #F8FAFE;
    z-index: -1;
}

.slick-slide .product-description-box::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #0C2550;
    content: "";
}

.slick-slide .product-description-box::after {
    position: absolute;
    right: 2px;
    bottom: 0;
    content: ">";
    color: #ffffff;
}

.slick-slide .product-description-box h2 {
    margin-bottom: 5px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 2px #0C2550;
    color: #0c2550!important;
}
.slick-slide .product-description-box p {
    color: #0c2550!important;
}

ul.thumb_slider {
    margin: 15px 30px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 20px 25px 10px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thumbnail-item {
    width: 100px!important;
    position: relative;
    list-style-type: disc;
    margin-bottom: 15px;
}

/*.thumbnail-item::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #000000;
    height: 10px;
    width: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}*/
/*   ↑ slick   */


/* ============================
 scroll effect
============================ */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}


.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;

  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}

.delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s
}

.delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s
}

.delay4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s
}

.delay5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.delay6 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s
}

.delay7 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.delay8 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s
}

.delay9 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}