@charset "UTF-8";
/********************************************************************
	このcssはメインのcssです。
********************************************************************/

/********************************************************************
	共通
********************************************************************/
#cmamda15 .history__wrap{
	padding: 0 0 0 30px;
}

/********************************************************************
	top
********************************************************************/
#cmamda15 .campaign-period{
	padding: 5px 10px 10px 10px;
	line-height: 1.5;
	font-size: 1.8rem;
}

/********************************************************************
	白線
********************************************************************/
#cmamda15 .history{
	padding: 60px 20px 60px 62px;
	position: relative;
}

#cmamda15 .history::before{
	content: "";
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 56px;
	width: 10px;
	background: #fff;
}

/********************************************************************
	書影紹介
********************************************************************/
#cmamda15 .history__row--2col{
	display: flex;
	gap: 18px;
}

#cmamda15 .history__row--2col > div{
	width: calc((100% - 12px) / 2);
}

#cmamda15 h3{
	text-align: center;
}

#cmamda15 h3.history__title a {
	text-align: center;
	color: #1b4695;
	font-size: 1.6rem;
	font-weight: bold;
	word-break: auto-phrase;
	display: inline-block;
	line-height: 1.2;
}

#cmamda15 .history__tag span{
	font-size: 0.7rem;
	color: #f6694d;
	line-height: 1.2;
	background: #fff;
}

#cmamda15 .history__note{
	font-size: 1.3rem;
	word-break: auto-phrase;
}