
/* カルーセルインジケーターのカスタマイズ */
.carousel {
	margin-top:140px;
}
.carousel-inner {
	padding-bottom:10px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 0.5;
    margin: 0 5px;
}

/* アクティブ（現在）のインジケーター */
.carousel-indicators .active {
    background-color: #000;
    opacity: 1;
}

.thumbnail img {
	width:50%;
}

.carousel-indicators {
    bottom: -15px;

}

.news_title{
text-align:center;
font-size:180%;
margin-top:90px;
margin-bottom:30px;
}
.news {
font-size:100%;
}
@media (max-width: 767.98px) { 
.news {
	padding:0 20px;
}
.news_title{
margin-bottom:30px;
}
.news .col-6 {
	padding:0 5px;
}
.carousel {
	margin-top:20px;
}
}