@charset "UTF-8";

#front-page header.inner-header h3{
	font-size:2.0rem;
	line-height:30px;
}

#front-page header.inner-header h3:before{
	height:28.5px;
	
	top:1.5px;
}

/*//////////----- CONCEPT -----//////////*/

#concept p.text-block{
	margin-bottom:20px;
}

#concept p.text-block:last-child{
	margin-bottom:0;
}

/*//////////----- HISTORY -----//////////*/

#history div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding-bottom:10px;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:10px;
}

#history div.row p.que{
	width:90px;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:bold;
}

#history div.row p.ans{
	width:calc(100% - 90px);
	
	box-sizing: border-box;
	padding:0 10px;
}

/*//////////----- ACTIVITY -----//////////*/

#activity div.row{
	margin-bottom:20px;
	
	position: relative;
}

#activity div.row h4{
	font-weight:bold;
	
	font-size:1.15rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	padding-left:40px;
}

#activity div.row p.number{
	position: absolute;
	top:0;
	left:0;
	
	width:30px;
	height:30px;
	
	background-color:#ce151b;
	color:#fff;
	
	text-align: center;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:bold;
	
	border-radius:2.5px;
}

#activity div.product div.inner{
	box-sizing: border-box;
	padding:15px;
	border:solid 5px #f0f0f0;
}

#activity div.product h5{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 10px;
	
	line-height:25px;
	
	background-color:#ce151b;
	color:#fff;
	
	font-weight:bold;
	margin-bottom:10px;
	
	border-radius:2.5px;
}

#activity div.product ul{
	font-size:1.0rem;
	line-height:2.0em;
	font-weight:bold;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#activity div.product ul li{
	width:100%;
	
	box-sizing: border-box;
	padding-left:20px;
	
	position: relative;
	
	margin-bottom:5px;
}

#activity div.product ul li:last-child{
	margin-bottom:0;
}

#activity div.product ul li:before{
	display:block;
	content:"";
	
	width:25px;
	height:25px;
	
	background-image: url("../images/icon-arrow-right-color.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center left;
	
	position: absolute;
	top:5px;
	left:0;
}

/*//////////----- NEWS -----//////////*/

#news{
	display:none;
}

#news article{
	width:100%;
	
	margin-bottom:10px;
	
	font-size:0.8rem;
	line-height:1.75em;
}

#news article div.inner{
	box-sizing: border-box;
	padding-bottom:10px;
	border-bottom:dashed 1px #888;
}

#news article p.update{
	font-size:0.6rem;
	line-height:20px;
	color:#444;
	
	margin-bottom:5px;
}

#news article p.update:before{
	content:"更新日：";
}

#news article h4{
	font-size:1.0rem;
	line-height:1.75em;
	margin-bottom:5px;
}

/*//////////----- UPDATE -----//////////*/

#update article{
	width:100%;
	
	margin-bottom:10px;
}

#update article div.inner{
	box-sizing: border-box;
	padding-bottom:10px;
	border-bottom:dashed 1px #888;
}

#update article p.update{
	font-size:0.6rem;
	line-height:20px;
	color:#444;
	
	margin-bottom:5px;
}

#update article p.update:before{
	content:"更新日：";
}

#update article h4{
	font-size:0.8rem;
	line-height:1.75em;
}
