.entry-title{
  font-size:26px;
  line-height:180%;
  font-weight: bold;
}

.subtitle{
  font-size:23px;
  line-height:180%;
  font-weight: bold;
  margin-top:50px;
  margin-bottom:30px;
  padding-top:20px;
  padding-bottom:20px;
  border-bottom:2px solid #333;
}
.subtitle2{
  font-size:20px;
  line-height:180%;
  font-weight: bold;
  margin-top:50px;
  margin-bottom:30px;
  padding-left:20px;
  border-left:2px solid #333;
}


  .normal {
  
      color: #001f3f;
      background: #fff;
     text-align: center;
      border-radius: 10px 10px 0 0!important;
      border-top: 1px solid #001f3f !important;
  border-right: 1px solid #001f3f !important;
  border-left:1px solid #001f3f !important;
  
   
  }
  .font-s{
    font-size:13px;
  }
  /* 光るボタン */
.btn-pr a {
  display: block;
  width: auto;
  background: #2ca9e1;
  box-shadow: 0 3px 0 0 #0095d9;
  text-align: center;
  padding: 10px;
  background: #2ca9e1;
  color: #ffffff;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.btn-pr a::before {
  content: '';
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  animation: btn-pr 3s ease-in-out infinite;
  display: inline-block;
}

.btn-pr a:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

/*アニメーション*/
.animation:before{
  animation: kiran 3s ease-in-out infinite;
}
//画像サイズを固定
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}