@charset "UTF-8";
#container {
	background-color: #fff;
}
@media screen and (min-width: 1200px) {
	#container {
		padding-top: 80px;
	}
}
@media screen and (max-width: 1199px) {
	#container {
		padding-top: 60px;
	}
}
@media screen and (max-width: 979px) {
	section .inner {
		padding: 0 17.5px;
	}
}
#content img {
	width: 100%;
	height: auto;
}
#pageTtl {
	z-index: 1;
}
#pageTtl .sectionHeading {
	font-weight: bold;
	text-align: center;
}
#pageTtl .sectionHeading .en {
	text-indent: 5px;
	letter-spacing: 5px;
}
@media screen and (min-width: 980px) {
	#pageTtl {
		padding-bottom: 60px;
	}
	#pageTtl .sectionHeading {
		padding-top: 40px;
	}
	#pageTtl .sectionHeading .en {
		font-size: 42px;
	}
}
@media screen and (max-width: 979px) {
	#pageTtl {
		padding-bottom: 32px;
	}
	#pageTtl .sectionHeading {
		padding-top: 30px;
	}
	#pageTtl .sectionHeading .en {
		font-size: 30px;
		line-height: 35px;
	}
}
#lead p + p {
	margin-top: 1em;
}
@media screen and (min-width: 980px) {
	#lead {
		margin-bottom: 80px;
	}
	#leadText {
		font-size: 16px;
		line-height: 28px;
	}
}
@media screen and (max-width: 979px) {
	#lead {
		margin-bottom: 40px;
	}
	#leadText {
		line-height: 2.2rem;
	}
}
#promotionFramework .promotionFrameworkTable {
	font-size: 1.6rem;
	line-height: 2.3rem;
}
#promotionFramework .promotionFrameworkTable + .promotionFrameworkTable {
	margin-top: 2em;
}
#promotionFramework .promotionFrameworkTableHead {
	margin-bottom: 15px;
	padding-left: 12px;
	border-left: 2px solid #e60028;
	font-size: 2rem;
	font-weight: bold;
}
#promotionFramework .promotionFrameworkTableContent * {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
#promotionFramework .promotionFrameworkTableContent dl {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
#promotionFramework .promotionFrameworkTableContent li {
	padding-left: 1em;
	text-indent: -1em;
}
#promotionFramework .promotionFrameworkTableContent > dl + dl {
	margin-top: 1em;
}
#promotionFramework .promotionFrameworkTableContent > dl > dt {
	width: 7em;
	padding-right: 0.5em;
	font-weight: bold;
}
#promotionFramework .promotionFrameworkTableContent > dl > dd {
	width: calc(100% - 7em);
}
#promotionFramework .promotionFrameworkTableContent > dl > dd dl dt {
	position: relative;
	width: 6em;
	padding-right: 1em;
}
#promotionFramework .promotionFrameworkTableContent > dl > dd dl dt span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#promotionFramework .promotionFrameworkTableContent > dl > dd dl dd {
	width: calc(100% - 6em);
}
@media screen and (min-width: 980px) {
	#promotionFramework {
		padding-bottom: 80px;
	}
	#promotionFrameworkInner {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;

		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		     -o-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	#promotionFrameworkGraphContainer {
		width: calc((600 / 1180) * 100%);
	}
	#promotionFrameworkTableContainer {
		width: calc((520 / 1180) * 100%);
	}
}
@media screen and (max-width: 979px) {
	#promotionFramework {
		padding-bottom: 60px;
	}
	#promotionFrameworkGraphContainer {
		margin-bottom: 50px;
	}
}
footer {
	border-top: 1px solid #ccc;
}
