/* �C�� */

hr{
margin-bottom:100px;
}

.carousel-item {
  height: 65vh;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
   color: #FFF;
   font-weight:bold;
}

.copy{
line-height: 1.0;
}

.syokusyu h4{
color: #007bff !important;
}

.youtube{
     position: relative;
     padding-bottom: 56.25%; /*�A�X�y�N�g�� 16:9�̏ꍇ�̏c��*/
     height: 0;
     overflow: hidden;
}

.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.navbar-nav {
font-size: 0.9rem;	
}

.carousel-xs {
    height: 50vw;
}

@media screen and (max-width: 576px) {
.table th, td {
    border-bottom: none;
    display: block;
    width: 100%;
}
.table th {
    text-align: center;
}
}