/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 img {
  pointer-events: none;
}

.carousel-item {
  width:100%;
  height:auto;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (min-width: 100px){
body {
  padding-top: 100px;
}
.carousel-caption3 {    
    width: 50%;
    height: 68%;
    color: #ffffff;
    background: rgba(50,50,50,0.8);
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 50%;
}
.captiontitle{
    margin-left:-35px;
     padding-top:1px;
    color:#fff;
    font-size:0.3em;
    font-weight:100;
    list-style:none;
    display:table;
}
.captionbody{
    margin-left:-35px;
    padding-bottom:1px;
    color:#fff;
    font-size:0.3em;
    font-weight:0;
     list-style:none;
     display:table;
}
}

@media screen and (min-width: 768px) and (max-width:1024px){
body {
  padding-top: 40px;
}
.carousel-caption3 {    
    width: 35%;
    height: 40%;
    color: #ffffff;
    background: rgba(50,50,50,0.8);
    display: flex;
    position: absolute;
    top: 55%;
    left: 61%;
}
.captiontitle{
margin-left:-25px;
    padding-top:0.5em;
    color:#fff;
    font-size:1em;
    font-weight:600;
    list-style:none;
    display:table;
}
.captionbody{
margin-left:-25px;
    padding-right:1em;
    padding-bottom:0.5em;
    color:#fff;
    font-size:0.7em;
    font-weight:0;
     list-style:none;
     display:table;
}
}

@media screen and (min-width: 1024px){
body {
  padding-top: 40px;
}
.carousel-caption3 {    
    width: 35%;
    height: 40%;
    color: #ffffff;
    background: rgba(50,50,50,0.8);
    display: flex;
    position: absolute;
    top: 55%;
    left: 61%;
}
.captiontitle{
margin-left:-25px;
    padding-top:0.5em;
    color:#fff;
    font-size:1.5em;
    font-weight:600;
    list-style:none;
    display:table;
}
.captionbody{
margin-left:-25px;
    padding-right:1em;
    padding-bottom:0.5em;
    color:#fff;
    font-size:1em;
    font-weight:0;
     list-style:none;
     display:table;
}
}

.portfolio-item {
  margin-bottom: 30px;
}

.news-date {
    width: 80px;
}
.news-category{
    width: 100px;
}

ul li {
  padding-top:2px; 
  padding-bottom:2px;
}

.news3{
   height: 20em;     /* 高さを制限(※) */
   overflow: scroll;  /* スクロールバーを表示(※) */
   background-color: #FFFFFF; /* 背景色を追加 */
}

.news3 dt{
    margin-left: 1.5em;
    width:120px;
}

.news3 dd{
   margin-left: 1.5em;
}

@media screen and (min-width: 768px){
    .news3 dt{
        clear:left;
        float:left;
        margin-left: 3.8em;
        width: 150px;
}
.news3 dd{
   margin-left: 3.8em;
}
}

.bannerbox{
    position: relative;
    width: 15em; /* 領域の幅を指定 */
    height: 5em; /* 領域の高さを指定 */
}

.bannerinner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    text-align:center; 
}

.headbreadcrumbs{
    
    padding:1rem;
    
}