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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* 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;
}


/* 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;
}


/* 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: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
body {
    /*background-color:rgb(242, 240, 241);*/
    padding-bottom:1em;
}

a {
    color: #4716ba;
}

/* bootstrap override */
/* 角丸の削除 */
.nav-tabs .nav-link,
.btn,
.btn-lg {
    border-radius: 0;
}

/* primary系のカラー調整 */
.bg-primary,
.btn-primary {
    background-color: #4716ba !important;
}
.btn-primary {
    border-color: #4716ba;
}

a.cp_btn {
/*  display: block;*/
  padding: 0.5em 2em;
  font-size:1.5em;
  text-align: center;
  text-decoration: none;
  color: #4716ba;
  border: 2px solid #4716ba;
  border-radius: 3px;
  transition: .4s;
}

a.cp_btn:hover {
  background: #4716ba;
  color: #fff;
}

.cover-img {
  object-fit: cover;
}


.thirdway-title {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-left:0px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

.navbar-toggler{
  border-color: #4716ba;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(71,22,186,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
* {
   /*min-height: 0.01px;*/
}
.card-deck {
    width: 100% !important;
}



.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.fb {
  color:#3b5998!important;
}
.linkedin {
  color:#0e76a8!important;
}
.youtube {
  color:#FF0000!important;  
}