@font-face {
    font-family: 'iconfont';
    src: url('../myfont/iconfont.ttf') format('truetype');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

 .clearfix {
    overflow: hidden;
}
body{
    font-family: " proxima-nova,a-otf-midashi-go-mb31-pr6n,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif";
}
.moji-tema {
  font-size: 20px;
  color: #1e3c91;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 50px;
}
@media screen and ( max-width: 414px ) {.moji-tema
    { 
        margin-top: 30px;
     }}
.advertise .ad-box .advertise-top{
  margin-bottom: 30px;
}

.advertise .advertise-top .mg-date{
  height: 60px;

}
.advertise .advertise-top .mg-date{
  font-size: 16px;
  height: 35px;
  font-weight: bold;
  line-height: 1.4;
  background: #eab715;
  color: #fff;
  padding: 7px 15px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 0 0 .5em .5em;
}
.advertise .advertise-top .time-date{
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  font-weight: bold;

}
.advertise .advertise-top a{
  text-decoration: none;
}
body {
  /* background-color: #f6f6f6; */
  font-family: A\+EqpB-游ゴシック体 Pr6N M,sans-serif;
}


.demo{ 
    padding: 2em 0; }
.main-timeline{
    width: 80%;
    margin: 20px auto;
    position: relative;
}
.main-timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #E9C46A;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline-content{
    width: 40%;
    float: left;
    margin: 5px 0 0 0;
    border-radius: 6px;
}
.main-timeline .date{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1e3c91;
    padding: 5px 0;
    margin: 0 0 0 -36px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.925);
    border: 2px solid rgba(255,255,255,0.2);
    box-shadow: 0 0 0 7px #E9C46A;
}
.main-timeline .date span{
    display: block;
    text-align: center;
}
.main-timeline .day,
.main-timeline .year{
    font-size: 10px;
}
.main-timeline .month{
    font-size: 18px;
}
.main-timeline .title{
    padding: 15px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
}
.main-timeline .title:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: -5px;
    transform: rotate(-45deg);
}
.main-timeline .description{
    padding: 15px;
    margin: 0;
    font-size: 14px;
    color: #656565;
    background: #fff;
    border-radius: 0 0 6px 6px;
}
.main-timeline .timeline:nth-child(2n+2) .timeline-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n+2) .title:after{
    left: -5px;
}
.main-timeline .timeline:nth-child(1) .title,
.main-timeline .timeline:nth-child(1) .title:after{
    background: #9f84c4;
}
.main-timeline .timeline:nth-child(2) .title,
.main-timeline .timeline:nth-child(2) .title:after{
    background: #1e3c91;
}
.main-timeline .timeline:nth-child(3) .title,
.main-timeline .timeline:nth-child(3) .title:after{
    background: #58b25e;
}
.main-timeline .timeline:nth-child(4) .title,
.main-timeline .timeline:nth-child(4) .title:after{
    background: #eab715;
}
.main-timeline .timeline:nth-child(5) .title,
.main-timeline .timeline:nth-child(5) .title:after{
    background: #e97c17;
}
.main-timeline .timeline:nth-child(6) .title,
.main-timeline .timeline:nth-child(6) .title:after{
    background: #9f84c4;
}
.main-timeline .timeline:nth-child(7) .title,
.main-timeline .timeline:nth-child(7) .title:after{
    background: #1e3c91;
}
.main-timeline .timeline:nth-child(8) .title,
.main-timeline .timeline:nth-child(8) .title:after{
    background: #58b25e;
}
.main-timeline .timeline:nth-child(9) .title,
.main-timeline .timeline:nth-child(9) .title:after{
    background: #eab715;
}
.main-timeline .timeline:nth-child(10) .title,
.main-timeline .timeline:nth-child(10) .title:after{
    background: #e97c17;
}
@media only screen and (max-width: 990px){
    .main-timeline{ width: 100%; }
}
@media only screen and (max-width: 767px){
    .main-timeline:before,
    .main-timeline .date{
        left: 6%;
    }
    .main-timeline .timeline-content{
        width: 85%;
        float: right;
    }
    .main-timeline .title:after{
        left: -5px;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before,
    .main-timeline .date{
        left: 12%;
    }
    .main-timeline .timeline-content{
        width: 75%;
    }
    .main-timeline .date{
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }
    .main-timeline .month{
        font-size: 14px;
    }
}