﻿@charset "utf-8";
/* CSS Document */

#right_box h2{
	font-size:3rem;
	text-align:center;
	border:solid 1px;
	padding:1em 0em 1em 0;
}
#right_box h2 span{
	font-size:1.8rem;
	color:#EB0100;
	border-bottom:0.1rem solid;
	display:inline-block;
	margin-bottom:1em;
}
#right_box h2 + p{
	margin-top:2em;
	margin-bottom:2em;
}
#history .top{
	font-size:2rem;
	color:#EB0100;
	margin:0 0 0.5em 0em;
}
#history .year{
	align-items:stretch;
}
#history .year .left{
	width:11.59%;
	position:relative;
}
#history .year .left:after{
	content:"";
	position:absolute;
	top:0px;
	left:50%;
	height:100%;
	border-left:1px solid #EB0100;
	z-index:0;
}
#history .year:last-child .left:after{
	display:none;
}
#history .year .left p{
	font-size:2rem;
	color:#FFF;
	background-color:#EB0100;
	border-radius:50%;
	width:5em;
	height:5em;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	z-index:1;
}
#history .year .right{
	width:85.78%;
	padding-bottom:5rem;
	padding-top:3rem;
}
#history .year .right .product{
	font-size:2.4rem;
	text-align:center;
	width:30.09%;
	margin-left:8%;
}
#history .year .right .product img{
	width:100%;
	margin-top:0.3em;
}
#history .year .right .product + img{
	width:56.54%;
}
#history .year .right ul{
	border-top:1px solid #ccc9c9;
	margin-top:3rem;
}
#history .year .right li{
	font-size:1.8rem;
	padding:1em 0 1em 2em;
	text-indent:-1.3em;
	border-bottom:1px solid #ccc9c9;
	font-weight:bold;
}
#history .year .right li span{
	color:#EB0100;
}
#right_box .arrow{
	text-align:center;
}
#right_box .next_calbee{
	text-align:center;
	margin:2rem 0 0 0;
}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
#history .top{
    font-size: 1.69vw;
}	
#history .year .left p {
    font-size: 1.69vw;
}	
#history .year .right .product{
	font-size:2vw;
}

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#history .top {
    font-size: 1.5rem;
}
#history .year .left {
    width: 21%;
}
#history .year .left p {
    font-size: 1.5rem;
}


#history .year .right {
    width: 75%;
}
#history .year .right .flex{
	align-items:center;
}
#history .year .right .product {
    font-size: 1.3rem;
    width: 37%;
	margin-left:0px;
}
#right_box .arrow {
	width:70%;
	margin:0 auto;
}
#right_box .next_calbee {
    margin: 2rem 0 0 0%;
}
	
}
