@charset "Shift_JIS";

.carousel-indicators {
  bottom: 0px;
}

.carousel-control.left {
  color: #1f56c6;
  background-color: transparent;
  right: auto;
  left: 0;
  background-repeat: repeat-x;
}

.carousel-control.right {
  color: #1f56c6;
  background-color: transparent;
  right: 0;
  left: auto;
  background-repeat: repeat-x;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  color: transparent;
  background-color: #1f56c6;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  background: transparent;
  text-decoration: none;
  opacity: .9;
}

  /*  PC  */
	@media screen and (min-width: 1200px){	
	.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: 300px;
    text-align: right;
    margin-left: 0px;
  }

  .carousel-content img {
    position: absolute;
    right: 15%;
    top: 50px;
    left: 10%;
    z-index: 10;
  }

  .msg h2 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    width: 40%;
    background: transparent;
    font-size: 1.8em;
    color: #000;
  }

  .carousel-control {
    font-size: 3em;
  }
  
  #silder ol li {
    font-size: 1.4em;
  }  
} 

/*  TB	*/
@media screen and (min-width:768px) and (max-width:1200px){	
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    margin-left: 0px;
  }
  .msg h2 {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    width: 50%;
    background: transparent;
    font-size: 1.5em;
    color: #000;
  }
  
  .carousel-control {
    font-size: 3em;
  }
  
  #silder ol li {
    font-size: 1.4em;
  }  
}

/* SP	 */
@media screen and (max-width:767px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    margin-left: 0px;
  }
  .msg h2 {
    position: absolute;
    right: 15%;
    top: 0%;
    left: 15%;
    width: auto;
    font-size: 1.4em;
    color: #000;
    background: transparent;
  }
  
  .carousel-control {
    font-size: 1.2em;
  }
  
  #silder ol li {
    font-size: 1.4em;
  }  
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
