/* カスタム CSS をここに入力してください */
.gallery-item {
}
.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
    padding: 0 10px 10px 0;
}	
@media (max-width:460px) { 

}
/*History*/
.timeline {
  list-style: none;
	padding-left: 0;
}
.timeline > li {
  margin-bottom: 20px;
	border-bottom: 1px solid #e5e5d1;
}
.timeline-date {
	margin-bottom: 10px;
	font-size: 14px;
}
@media ( min-width : 640px ) {
 
  .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
		padding: 0;
		border-bottom: none;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
	margin-bottom: 0;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
	padding-top: 17px;
}
	.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #1367C7;
  position: absolute;
  left: 106px;
  top: 24px;
  border-radius: 100%;
}
 
}