@charset "UTF-8";
i{
font-style: normal;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  BLOG
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.fv{
  background-color: #004ca4;
}
.fv-in{
  width: 1200px;
  height: 200px;
  margin: auto;
  background: url(../images/blog/fv.jpg) no-repeat 400px center;
  background-size: 70%;
}
.fv-in > h2{
  color: #fff;
  text-align: center;
  width: 400px;
  height: 200px;
  margin: 0 auto 0 0;
  display: table;
}
.fv-in > h2 > strong{
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 400;
}
.fv-in > h2 > strong > span{
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-top: 8px;
}

/*--------------*/
.main{
  margin: 60px auto;
/*width: 1200px;*/
}

/*----------------------------------------*/
.blog_new{
  width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_new > h2{
  margin: 120px auto 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #061651;
  width: 100%;
}
.blog_new > h2 > span{
  font-size: 28px;
  font-weight: 500;
  color: #061651;
  letter-spacing: 0.1em;
}
.blognew-list{
  margin: 20px 0;
  width: 480px;
  box-sizing: border-box;
  border: 1px solid #9a9ca8;
}
.blognew-list > a{
  display: block;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blognew-list > a:hover{
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #e1e4ea;
  opacity: 0.6;
}
.blognew-list > a > h3{
  position: relative;
  text-align: center;
  width: 478px;
  height: 300px;
  overflow: hidden;
}
.blognew-list > a > h3 > img{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.bnl-div{
  padding: 20px 20px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bnl-div > h4{
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.bnl-div > h4 > img{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.bnl-div > p{
  display: block;
  width: 320px;
}
.bnl-div > p > span{
  position: relative;
  display: block;
  color: #9a9ca8;
  font-size: 16px;
  text-align: left;
}
.bnl-div > p > span > i{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.bnl-div > p > strong{
  display: block;
  padding: 10px 0;
  line-height: 1.2;
  font-size: 26px;
  color: #061651;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blognew-list > a > p{
  font-size: 14px;
  line-height: 1.3;
  color: #262626;
  padding: 0 20px 20px;
}

/*----------------------------------------*/
.blog_list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
}
.bloglist-header{
  width: 1000px;
  margin: 120px auto 40px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #061651;
}
.bloglist-header > h2{
  width: 260px;
}
.bloglist-header > h2 > span{
  font-size: 28px;
  font-weight: 500;
  color: #061651;
  letter-spacing: 0.1em;
}

.blh-ul{
  width: 740px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.blh-ul li{
  width: 230px;
}
.blh-ul li > a{
  display: table;
  width: 100%;
  height: 36px;
}
.blh-ul li > a > span{
  color: #fff;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.blh-ul li > a > span::after{
  position: absolute;
  content: '';
  top: 14px;
  right: 6px;
  width: 6px;
  height: 6px;
  border: 1.4px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.blh-ul li > a:hover{
  opacity: 0.6;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blhu-chigasaki > a{
  background-color: #0097d8;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blhu-fujisawa > a{
  background-color: #3b6db8;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blh-ul li.blhu-staff{
  position: relative;
}
.blhu-staff > select{
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 16px;
  padding: 0 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.blhu-staff::before {
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 5;
  content: '';
  width: 6px;
  height: 6px;
  border: 1.4px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}
.blhu-staff::after {
  position: absolute;
  bottom: 12px;
  right: 8px;
  z-index: 5;
  content: '';
  width: 6px;
  height: 6px;
  border: 1.4px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}

.bloglist-nav{
  width: 1000px;
  margin: auto;
  position: relative;
}
.bloglist-nav > span{
  position: absolute;
  left: 0;
  top: 16px;
  display: block;
  font-size: 16px;
  color: #262626;
}
.bloglist-nav > span > i{
  display: inline-block;
  font-size: 20px;
  padding: 0 3px;
}
.bloglist-nav > ul{
  margin: 1000px;
  margin: auto 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.bloglist-nav > ul li{
  display: table;
  width: 36px;
  height: 36px;
  margin: auto 4px;
}
.bloglist-nav > ul li > span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #e2e8ed;
  border: 1px solid #e2e8ed;
}
.bloglist-nav > ul li > a{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #061651;
  border: 1px solid #061651;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bloglist-nav > ul li > a:hover{
  background-color: #061651;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------*/
.bl-list{
  margin: 40px auto 40px 0;
  width: 700px;
}
.bll-ul{

}
.bll-ul li{
  margin: auto auto 30px 0;
}
.bll-ul li > a{
  display: block;
  display: -webkit-flex;
  display: flex;
  height: 200px;
  overflow: hidden;
  border: 1px solid #9a9ca8;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bll-ul li > a:hover{
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #e1e4ea;
  opacity: 0.6;
}
.bll-ul li > a > h3{
  position: relative;
  text-align: center;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: #d5daed;
}
.bll-ul li > a > h3 > span{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.bll-ul li > a > h3 > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bll-ul li > a > h3 > img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bllu-div{
  position: relative;
  width: 500px;
  padding: 10px 20px;
}
.bllu-div > i{
  color: #9a9ca8;
  font-size: 16px;
  display: block;
}
.bllu-div > h4{
  font-size: 24px;
  color: #061651;
  font-weight: 500;
  padding: 10px 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bllu-div > p{
  display: -webkit-flex;
  display: flex;
}
.bllu-div > p > strong{
  display: block;
  font-size: 14px;
  line-height: 1.34;
  color: #262626;
  width: 460px;
  padding-right: 20px;
}
.bllu-div > p > span{
  display: block;
  width: 100px;
}
.bllu-div > p > span > img{

}
.bllu-div > h5{
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #9a9ca8;
  font-size: 16px;
}

/*----------------------------------------*/
.bll-side{
  width: 260px;
  margin: 40px 0 40px auto;
}
.bll-side > .blls-div{
  background-color: #e2e8ed;
  padding: 20px 15px;
  margin: auto auto 40px;
}
.blls-div > h3{
  text-align: center;
  font-size: 20px;
  color: #262626;
  font-weight: 500;
}
.blls-ul{
  margin: 20px auto auto;
  height: 800px;
  overflow: auto;
}
.blls-ul li{
  background-color: #fff;
  margin: auto auto 20px;
  padding: 15px;
  color: #262626;
  text-align: center;
}
.blls-ul li > h3{
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0 0 15px 0;
}
.blls-ul li > h3 > img{
}
.blls-ul li > span{
  display: block;
  text-align: center;
  font-size: 22px;
  padding-bottom: 15px;
}
.blls-ul li > span > i{
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}
.blls-ul li > a{
  padding-top: 10px;
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blls-ul li > a:hover{
  border-bottom: 1px solid #262626;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/



















