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