/* ==========================================================================
    Slider core styles
===========================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
  height: auto;
  margin-bottom: 1%;
}
  .slider h2 {
    margin: 0 5%;
    line-height: 2em;
    text-align: left;
    padding-top: 2%;
    font-size: 34px;
    font-weight: bold;
    border-bottom: 2px solid #bbbbbb;
    height: 82px;
    color: #4c4c4c;
    }

.slider .main {height: 30%;}

.slider .name {color: #ff7e00;font-size: 2.7em;font-weight: bold;}

.slider .list {color: #4c4c4c;font-size: 19px;text-align: left;line-height: 1.5em;width: 94%;padding-top: 2%;padding-bottom: 2%;letter-spacing: 3px;}

.slider .youtube-org {color: #ffe9d1;height: 40%;margin-top: 20%;}

.slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px 10px rgba(0,0,0,.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #cccccc;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
/*  â†“â†“â†“â†“  ipad æ©«å‘ w1024 â†“â†“â†“â†“   */
@media (min-width: 1024px) and (max-width:1600px) {
.slider h2 {
    margin-top: 5%;
    line-height: 2em;
    text-align: left;
    padding-top: 2%;
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: 5px solid #bbbbbb;
    height: 14%;
    color: #4c4c4c;
    }

.slider .main {height: 30%;}

.slider .name {color: #ff7e00;font-size: 2.7em;font-weight: bold;}

.slider .list {color: #000000;font-size: 1.1em;text-align: left;line-height: 1.5em;width: 90%;}

}

/*  â†“â†“â†“â†“  ipad ç›´å‘ w768 â†“â†“â†“â†“  */
@media (min-width: 768px) and (max-width:1023px) {  

.slider .list {
    font-size: 1.1em;
    text-align: left;
    line-height: 1.5em;
    width: 71%;
    margin-left: 6%;
    padding-top: 17px;
}
.slider h2 {text-align: center;}  

}

/* â†“â†“â†“â†“ iPhone Plus w414  Pixel 2 w411 æ‰‹æ©Ÿå°ºå¯¸,é¡¯ç¤ºæ•ˆæžœ â†“â†“â†“â†“  */
@media (min-width: 411px) and (max-width:767px) {
.slider .list {font-size: 1.1em;text-align: left;line-height: 1.5em;width: 85%;margin-left: 6%;padding-top: 17px;}  
.slider h2 {margin: 0 10%;line-height: 1.2;text-align: center;padding-top: 2%;font-size: 30px;font-weight: bold;border-bottom: 2px solid #bbbbbb;height: 87px;color: #4c4c4c;}
}

/* â†“â†“â†“â†“ iPhone X   iPhone6/7/8 w375 æ‰‹æ©Ÿå°ºå¯¸,é¡¯ç¤ºæ•ˆæžœ â†“â†“â†“â†“  */
@media (min-width: 375px) and (max-width:410px) {
.slider .list {font-size: 1.1em;text-align: left;line-height: 1.5em;width: 86%;margin-left: 4%;padding-top: 17px;}    
.slider h2 {margin: 0 10%;line-height: 1.2;letter-spacing: 2px;text-align: center;padding-top: 2%;font-size: 27px;font-weight: bold;border-bottom: 2px solid #bbbbbb;height: 80px;color: #4c4c4c;}  
}

/* â†“â†“â†“â†“ Galaxy S5 w360 æ‰‹æ©Ÿå°ºå¯¸,é¡¯ç¤ºæ•ˆæžœ â†“â†“â†“â†“  */
@media (min-width: 360px) and (max-width:374px) {
.slider .list {font-size: 1.1em;text-align: left;line-height: 1.5em;width: 92%;margin-left: 6%;padding-top: 17px;}  
.slider h2 {margin: 0 10%;line-height: 1.2;letter-spacing: 2px;text-align: center;padding-top: 2%;font-size: 27px;font-weight: bold;border-bottom: 2px solid #bbbbbb;height: 80px;color: #4c4c4c;}  
}

/* â†“â†“â†“â†“ æ‰‹æ©Ÿå°ºå¯¸SE ,é¡¯ç¤ºæ•ˆæžœ â†“â†“â†“â†“  */
@media (min-width: 320px) and (max-width:359px) { 
.slider .list {font-size: 1.1em;text-align: left;line-height: 1.5em;width: 92%;margin-left: 2%;padding-top: 17px;}  
.slider h2 {margin: 0 10%;line-height: 1.2;letter-spacing: 2px;text-align: center;padding-top: 2%;font-size: 25px;font-weight: bold;border-bottom: 2px solid #bbbbbb;height: 72px;color: #4c4c4c;}  
}

@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}