/* Add here all your CSS customizations */


@media (min-width: 1201px) {
    @media (max-width: 1200px){
}


.custom-section-padding {
	padding: 0px 0px;
}

article.blog-post .blog-post-image-wrapper img {
	max-width: 95%;
}
article.blog-post .blog-post-image-wrapper .blog-post-date {
	position: absolute;
	top: 65%;
	right: 10px;
	font-size: 3em;
	text-align: center;
	line-height: 1;
	padding: 25px 15px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
	display: block;
	font-size: 0.4em;
}

.ind{
  text-indent: -1em;
  padding-left: 1em;
}

.ind2{
  text-indent: -2em;
  padding-left: 2em;
}

.i_blue { color: #0033A0 }
.i_red { color: #FF0000 }


a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

a.anchor2{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

a.anc{
    display: block;
    padding-top: 250px;
    margin-top: -250px;
}



.newsbox {
    width: 100%;
    height: 100px;
    border: #ccc 1px solid;
    background: #FFF;
    padding: 10px;
    overflow: auto;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.oshirase {
    text-align: left;
    padding-left: 10px;
}
.oshirase a {
    line-height: 1.5em;
    margin-left: 10em;
    display: block;
    margin-top: -1.5em;
}
.oshirase li {
	border-bottom: #999 dotted 1px;
    margin-bottom: 1.5em;
    display: block;	
}
.oshirase ul {
	list-style: none;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#footer {
	    position: relative;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 999;
}

.news_top {
    text-align: left;
}
.news_top a {
    display: inline-flex;
    margin-left:20px;
}
.news_top li {
    border-top: #CCCCCC dotted 1px;
    padding: 10px 10px 10px 20px;
    list-style: none;
}

}


.bn_forward {
	z-index:1100;
      position: fixed;
      bottom: 10%;
      right: 2%;
      margin-top: -100px;
      margin-right: 20px;
      width: 300px;
      height: 100px;
      text-align: center;
      padding-top: 20px;
      color: #FFF;
      font-size: 22px;
      line-height: 150%;
      background-color: #0D95C2;
      border-radius:10px;
      opacity: 0.8;

    }
    
.bn_forward a {
      color: #fff;
      text-align: center;
    }


.bn_forward2 {
    z-index:1100;
    position: fixed;
    bottom: 20%;
    right: 5px;
    margin-bottom: 10px;
    width: 220px;
    height: 60px;
    text-align: center;
    padding-top: 8px;
    color: #FFF;
    font-size: 16px;
    line-height: 130%;
    background-color: #f5629f;
    border-radius:10px;
    opacity: 0.8;
    
    }
        
.bn_forward2 a {
    color: #fff;
    text-align: center;
    }

.bn_forward3 {
    z-index:1100;
    position: fixed;
    bottom: 10%;
    right: 5px;
    width: 220px;
    height: 60px;
    text-align: center;
    padding-top: 8px;
    color: #FFF;
    font-size: 16px;
    line-height: 130%;
    background-color: #0D95C2;
    border-radius:10px;
    opacity: 0.8;
        
    }
            
.bn_forward3 a {
        color: #fff;
        text-align: center;
    }
        


  /* th固定 */
table.st1 {
    width: 100%;
    }
.st1 thead th {
      position: sticky;
      top: 0;
      z-index: 1;
      font-weight: bold;
      background: #ffffff;
    }
.st1 th:first-child {
      position: sticky;
      left: 0;
      font-weight: bold;
      background: #ffffff;
    }
.st1 thead th:first-child {
      z-index: 2;
      font-weight: bold;
      
    }
.st1 th,
.st1 td {
      border-collapse: collapse;
      text-align: left;

      padding: .2rem .5rem;
      
    }

    html .scroll-to-top {
        color: #fff !important;

    }

    

html .scroll-to-top::before {
    color: #fff !important;
    content: "To top " !important;
    font-size: 16px ;

}


