@charset "UTF-8";

 /* 共通  */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ff8000;
  background-color: transparent;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
}

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 50%;
	margin: auto auto 50px auto;
  display: block;
  height: 50%;
  max-width: 100%;
  line-height: 1;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
	border: 1px solid #ff8000;
	border-radius: 10px;
  color: #ff8000;
  background-color: transparent;
}

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

.carousel-caption {
  position: relative;
  right: 0%;
  bottom: 50px;
  left: 0%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ff8000;
  background-color: transparent;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {

  /* PC	*/
  #keisagyou .carousel-caption h4 {
    font-size: 1.4em;
  }

  #keisagyou .carousel-caption h4.small {
    font-size: 1.2em;
    margin-bottom: -50px;
  }
}

  /* TB */
@media screen and (min-width:768px) and (max-width:1200px) {
  #keisagyou .carousel-caption h4 {
    font-size: 1.2em;
  }

  #keisagyou .carousel-caption h4.small {
    font-size: 1.2em;
    margin-bottom: -50px;
  }
}

/* SP	*/
@media screen and (max-width:767px) {
  #keisagyou .carousel-caption h4 {
    font-size: 1em;
  }

  #keisagyou .carousel-caption h4.small {
    font-size: 0.8em;
    margin-bottom: -50px;
  }
}