/*
* slider
*/
.slider {
margin-top: 2em;
padding: 0 1.4%;
position: relative;
}
.bx-viewport {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
left: 0 !important;
border: none !important;
}
#slider div {
width: 100% !important;
}/*
* slider
*/
.slider {
margin-top: 2em;
padding: 0 1.4%;
position: relative;
}
.bx-viewport {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
left: 0 !important;
border: none !important;
}
#slider div {
width: 100% !important;
height:auto
}

.info_box div {
	background-color: #eee;
   border-radius: 1em;
  	padding: 2em;
   line-height: 2;
}

.banner div {
  background-color: #666;
  aspect-ratio: 5 / 2;
  color:#fff;
  display:flex;
  align-items: center;
  justify-content: center;
}
/*234561eee1122111あ1123456

*/

/* 検索ボックス（TOP用） */
.keyword_search_wrap{
  margin-bottom: 30px;
  background: #efefef;
  padding: 30px;
}
.keyword_search_wrap form{
  margin-bottom: 0;
}
#contents .keyword_search_wrap h2{
  margin-top: 0;
  margin-bottom: 15px;
  border: 0;
  line-height: 1;
}
@media (max-width: 575px){
  .keyword_search_wrap{
    padding: 30px 20px;
  }
}

/* Xタイムライン埋め込み */
.timeline-x-wrap{
  display: flex;
  justify-content: center;
}