@charset "UTF-8";
/* CSS Document */
.fo_container{
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
.fo_container .fo_item01{
  width: 24%;
  float: left;
}
.fo_container .fo_item02{
  width: 72%;
  float: right;
}
.fo_container .fo_item01 .img{
  margin: 0 0 10px;
}
.fo_container .fo_item01 p{
  text-align: center;
}
.fo_container .fo_item02 p{
  margin: 0 0 30px;
}
.fo_container .fo_item02 p:last-of-type{
  margin: 0;
}
#contents .fo_message > p{
  margin-bottom: 30px;
}
#contents .fo_message .fo_messagebox >h4{
  margin-bottom: 12px;
  margin-left: 30px;
  font-feature-settings: "palt";
}
/*メッセージ見出しあしらい*/
#contents .fo_message .fo_messagebox{
  margin-bottom: 30px;
  position: relative;
  vertical-align: middle;
}
#contents .fo_message .fo_messagebox > h4::first-line{
  line-height: 1;
}
#contents .fo_message .fo_messagebox > p{
  margin-top: 10px;
  margin-left: 30px;
}
/*メッセージ見出しあしらい*/
#contents .fo_message .fo_messagebox:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background-image: repeating-linear-gradient(-45deg, #103e8a 0px, #103e8a 1.2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}
/*年譜*/
.fo_history .timeline .timelineitem_r{
  width: 72%;
  float: left;
}
.fo_history .timeline .timelineitem_l{
  width: 27.7%;
  float: right;
}
.fo_history .timeline .timelineitem_l > .item{
  width: 100%;
  margin-bottom: 60px;
}
/*年譜装飾*/
.fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.3;
  align-items: baseline;
  margin: 0 0 15px;
}
.fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item .date {
  width: 33%;
  margin: 0 2% 0 0;
  height: 100%;
  color: #fff;
  display: block;
  background: #cf1126;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0 0.4em;
}
.fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item .content {
  width: 65%;
  margin: 2px auto;
}
@media only screen and (max-width: 768px){
  .fo_container .fo_item01{
    width: 28%;
    /* float: left; */
  }
  .fo_container .fo_item02{
    width: 68%;
    /* float: right; */
  }
  .fo_history .timeline .timelineitem_r{
    width: auto;
    float: none;
    margin: 0 0 30px;
  }
  .fo_history .timeline .timelineitem_l{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: none;
  }
  .fo_history .timeline .timelineitem_l > .item{
    width: 24%;
    margin: 0 auto;
  }
  .fo_history .timeline .timelineitem_l > .item img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: 100% 0;
  }
  .fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item {
    margin: 0 0 15px;
    display: block;
  }
  .fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item .date {
    width: 48%;
    margin: 0 0 5px;
  }
  .fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item .content {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 640px){
  .fo_history .timeline{
      display: block;
  }
  .fo_history .timeline .timelineitem_r{
  }
  .fo_history .timeline .timelineitem_l{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .fo_history .timeline .timelineitem_l > .item{
    width: 20%;
    margin: 10px auto 0px;
  }
  .fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item {
  }
  .fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item .date {
  }
  .fo_history .timeline .timelineitem_r .timeline-list .timeline-list-item .content {
  }
  .fo_history .timeline .timelineitem_l > .item{
    width: 48%;
    margin: 0 0 10px;
  }
  .fo_history .timeline .timelineitem_l > .item img{
    height: 200px;
  }
 }