/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  overflow-x: hidden;
}
#jin{
	background:#d2dfff url('./imges/hito.png') no-repeat;background-position: center center;padding: 3rem 0;margin-top: -4rem;margin-bottom: 2rem;
}

#myCarousel{
	  overflow-x: hidden;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* Youtube
------------------------- */
.Yvideo{
  position:relative;
  width:100%;
/*   padding-top:56.25%; */
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
/* FAQ CSS
-------------------------------------------------- */
.faq h4{
	padding-top: 3rem;padding-bottom: 2rem;
	color: #f01961}
.faq {padding-bottom: 1rem}

/* コース見出しCSS
-------------------------------------------------- */
h5.mida {
     position: relative;
     padding-bottom: 0.5em;
     color: #2b3677;
     font-weight: bold;
     border-bottom: 4px solid #DDD;
}

h5.mida::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #446689;
     bottom: -4px;
     width:10%;
     display: block;
}

/* UL List CSS
-------------------------------------------------- */
ul.list {
/*
  border: solid 2px skyblue;
  border-radius: 5px;
*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.list li {
  line-height: 1.5;
  padding: 0.5em 0 ;
  list-style-type: none!important;
}

ul.list li:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: /* "\f138"; *//*アイコンの種類*/ "\f069";
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  /*color: skyblue;アイコン色*/
  color: #86eb8e;
}

/* サービス詳細 CSS
-------------------------------------------------- */
.desC {background-color: rgba(0,   0,   0, 0.09);padding: 0.5em;margin-top: 1rem}

/* mapコース詳細 CSS
-------------------------------------------------- */
.mapC {background-color: rgba(26, 47, 59, 0.92);padding: 0.5em;color: #f5f5f5}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 46px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;

  }
}

/* animation blink CSS
-------------------------------------------------- */
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.blinking{
    animation:blink 1s ease-in-out infinite alternate;
}


/* Box Line */
.boxLine{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.boxLine:before, .boxLine:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.boxLine:before {left: 10px;}
.boxLine:after {right: 10px;}
.boxLine p {
    margin: 0;
    padding: 0;
}