@charset "utf-8";
.wrap02 {
    display: flex;
    align-items: center!important ;
 　overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.slideshow {
    display: flex;
    flex-direction: unset!important;
    flex-wrap: unset!important;
    animation: loop-slide 40s infinite linear 1s both!important;
}
.slideshow_img img {
    display: flex;
    flex-direction: unset!important;
    flex-wrap: unset!important;
    width : 480px!important ;
}
.slideshow .box {
    width : 360px!important ;
    height : auto!important ;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#c2 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c8 {
	clear: both;
	background-image: url(../images/contents/cont_main08.png);
	margin:    ;
	padding:    ;
}
#c3 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c54 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c54 h2,
#c54 div {
	text-align: center;
}
#c62 {
	clear: both;
	margin: 0 0 0 0;
	padding:    ;
}
#c62 a.itext, #c62 img, #c62 video {
	width: 200px;
	height: 200px;
}
#c66 {
	clear: both;
	display: none;
	margin: 0 0 100px 0;
	padding:    ;
}
#c66 h3,
#c66 div {
	text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
#c2 {
}
#c8 {
}
#c3 {
}
#c54 {
}
#c62 {
}
#c66 {
	display: none;
}
}
@media screen and (max-width: 640px) {
#c2 {
}
#c8 {
}
#c3 {
}
#c54 {
}
#c62 {
}
#c66 {
	display: none;
}
}
