@charset "UTF-8";
/* About-HISTORY */


.history_wrapper{
	width: 100%;
	position: relative;
}

.history_wrapper::before{
	content: '';
    background-color: #333031;
    position: absolute;
    top: 15px;
    width: 1px;
    left: 110px;
    height: 100%;
}

.history_box{
	position: relative;
	margin-bottom: 80px;
}
.history_box_1{
	position: relative;
	margin-bottom: 80px;
}

.history_year{
    display: inline-block;
    position: absolute;
	font-size: 36px;
    top: 5px;
}

.history_circle{
	display: inline-block;
    position: absolute;
	border-radius: 50%;
    background-color: #333031;
	width: 15px;
    height: 15px;
    left: 103px;
    top: 5px;
}

.history_content{
	position: relative;
	display: inline-block;
	left: 160px;
	width: 700px;
	top: 0px;
}

.history_yeartitle{
	font-size: 16px !important;
	font-weight:bold;
	margin: 0 !important;
}

.history_yeartext{
	margin: 0 0 20px 0 !important;
}

.history_topics{
	font-weight:bold;
	margin: 0 !important;
}

.history_topics_link{
    padding: 0 10px 0 0;
    background: url(https://www.touch-and-flow.jp/img/detail_arrow_normal.svg) no-repeat center right;
    background-size: 5px auto;
	margin-top: 10px;
    display: inline-block;
}

.ft_link {
	font-family: gill-sans-nova, sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
	color: #333031;
    font-size: 13px;
    line-height: 26px;
}

.ft_link li{
    display: inline-block;
}

.bklink{
	font-family: gill-sans-nova, sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    top: 6px;
	color: #333031;
    font-size: 13px;
	margin-top: 40px;
}

.bklink::before{
	width: 5px;
    height: 9px;
    background: url(https://www.touch-and-flow.jp/img/detail_arrow_333_normal_left.svg) no-repeat left;
    background-size: cover;
    margin: 0 6px 0 0;
    content: "";
    display: inline-block;
}

.sub_title_2{    
	font-size: 20px !important;
    text-align: center;
    margin-bottom: 30px;
	font-weight: normal !important;
}

.page .entry-content{padding-top: 20px;}

.about_subti {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 300;
}



/*----------------------------
history_box ｜下から上へ出現
----------------------------*/
.history_box {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.history_box.on {
  transform: translateY(0);
  opacity: 1.0;
	
}





/*--------------------------------------------------------
スマホ
--------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.history_wrapper::before{
		content: '';
    	background-color: #333031;
    	position: absolute;
    	top: 15px;
    	width: 1px;
    	left: 10px;
    	height: 100%;
	}
	.history_year{
		left:8vw;
		margin-bottom: 1vw;
		font-size: 28px;
		top: 3px;
	}
	.history_circle{
		left: 3px;
	}
	.history_content{
		left: 8vw;
		width: 90%;
		top:40px;
	}
	.history_yeartitle{
		font-size: 3.75vw !important;
		line-height: 5.9375vw !important;
	}
	.history_yeartext{
	    font-size: 3.4375vw;
		line-height: 5.625vw;
	}
	.sub_title_2{
		font-size: 4.375vw !important;
    	line-height: 1.5;
    	text-align: center;
    	padding-top: 0px !important;
    	font-weight: normal !important;
	}
	.page .entry-content {
        padding-top: 0;
        margin: 0;
    }
	.history_box {
  transition: 0.8s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
}
	
.history_box.on {
  transform: translateY(0);
  opacity: 1.0;
}

.about_subti {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  padding-top: 25px;
  margin-bottom: 25px;
}
}



