@charset 'utf-8';


.articleblock {
	padding-left: 0;
	padding-right: 0;
}

body.safearea .articleblock {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


.presentation {
	padding: 0;
	background: #fff;
}

.presentation.narrow {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* 
.presentation:nth-child(even):not(.outline) {
	background: #f7f8fa;
}
 */

.presentation.outline {
	border-top: 1px solid #e6e6e6;
}


.presentation > .inner {
	max-width: 1200px;
}

.presentation .brick {
	padding: 30px 20px;
}

.presentation .brick header {
	font-size: 1rem;
	margin-bottom: 3em;
}

.presentation .brick h1 {
}

.presentation .brick h2 {
	font-size: 1.6em;
}

.presentation .brick h3 {
	border-bottom: 1px solid;
}

.presentation .brick h5 span {
	display: inline-block;
	padding: .3em 1em;
	background: #a0a0a0;
	color: #fff;
}

.presentation .brick .sentence {
	font-size: 1rem;
}

.presentation .brick .sentence p {
	font-size: .9em;
}

.presentation .brick .sentence p.lead {
	padding: 0 !important;
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
}

.presentation .brick .sentence p.lead:not(:last-child) {
	margin-bottom: 1em !important;
}

.presentation .brick .sentence li {
	color: #000;
	font-size: 1.2em;
	font-size: 700;
}

.presentation figure {
	overflow: hidden;
}

.presentation p strong {
	font-size: 1.2em;
}

.presentation .sentence p.center {
	text-align: center;
}

.presentation .outlinetbl {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.presentation .outlinetbl th {
	text-align: left;
	vertical-align: top;
}

.presentation .outlinetbl td p {
	margin-bottom: 0 !important;
	font-size: 1em;
}

@media only screen and (min-width: 641px) {

	.presentation .brick {
		padding: 50px;
	}

	.presentation .brick .sentence p {
		font-size: 1em;
	}

	.presentation .brick .sentence li {
	}

	.presentation .outlinetbl {
		font-size: 1.2em;
	}

	.presentation .outlinetbl th {
		min-width: 10em;
	}
}

.presentation .column {
	display: block;
	padding: 0;
}

.presentation .column.thumb {
	width: 100%;
	margin-bottom: 30px;
}

.presentation .column.article {
	width: 100%;
}

@media only screen and (min-width: 769px) {

	.presentation .column.thumb {
		width: 30%;
		margin-bottom: 0;
	}

	.presentation .column.article {
		width: 70%;
		padding-left: 50px;
	}

	.presentation .columns.right .column.article {
		padding-left: 0;
		padding-right: 2em;
	}
}

.presentation .signature:not(:last-child) {
	margin-bottom: 1em;
}



.presentation .sentence .logo.columns {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.presentation .sentence .logo.columns img {
	width: 100%;
	height: auto;
}

.presentation .sentence .logo.columns > span {
	display: block;
	width: 50%;
	padding: 2% 5%;
}

.presentation .sentence .logo.columns > span:first-child {
	border-right: 1px solid #ccc;
}

.presentation .sentence .logo.columns .logotypeset {
}

.presentation .sentence .logo.columns .logotypeset .logo_mark {
	width: 100%;
	margin-left: .5%;
	margin-bottom: 3%;
}

.presentation .sentence .logo.columns .logotypeset .logo_type {
	width: 100%;
	margin: 0;
}


.presentation .sentence .badge {
	display: flex;
	flex-wrap: wrap;
}

.presentation .sentence .badge div {
	width: 33.333%;
	padding: 1em;
	text-align: center;
}

.presentation .sentence .badge img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 641px) {

	.presentation .sentence .badge div {
		width: 16.666%;
		padding: .5em;
	}
}



.presentation .sentence ul {
	list-style: none;
	margin-left: 0;
}

.presentation .sentence li {
	padding-left: 20px;
	line-height: 1.6;
	position: relative;
}

.presentation .sentence li:not(:last-child) {
	margin-bottom: .5em;
}

.presentation .sentence li:before {
	content: '';
	display:inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #a0a0a0;
	color: white;
	font-weight:bold;
	text-align: center;
	position: absolute;
	top: .4em;
	left: 0;
}



