html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  line-height: 1.5;
}

.h6-t{
    margin-bottom: 0px;
    }
  #p-color{
    font-weight:bold;
    color:#fe0000;
  }



.wrapper {
  margin: 0 auto;
  padding-left: 30%;
  width: 100%;
}

article {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.timeline__nav {
  position: fixed;
  z-index: 99;
  top: 0;
  -webkit-transition: top .3s ease-out;
  transition: top .3s ease-out;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #f94125;
  border-bottom: 1px dotted transparent;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #000;
}

@media only screen and (max-width: 699px){
	.h6-t{
		font-size: 1.0rem;
	}
	p{
		font-size: 12px;
	}
  .f-min{
    font-size:70%;
  }
  .wrapper {
    margin: 0 auto;
    padding-left: 16%;
    padding-right: 7%;
    width: 100%;
  }
}