@charset 'utf-8';


.articleblock {
	max-width: none;
	margin: 0;
	padding: 0 !important;
}

#container > .inner {
	max-width: none;
}

.pageheader {
	background-image: url(../image/service/back-pageheader.jpg);
}

body.inspection-seminar .pageheader {
	background-image: url(../image/service/back-pageheader-inspection-seminar.jpg);
}

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

	body.inspection-seminar .pageheader .brick {
		width: 420px;
		margin-left: calc(100% - 420px);
	}
}

#contentblock {
}

#contentblock .presentation > .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

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

	#contentblock .presentation > .inner {
		padding: 50px;
		padding-left: calc(env(safe-area-inset-left) + 50px);
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}
}


.presentation .brick {
	padding: 0;
}

.presentation .brick .columns {
	display: flex;
	flex-direction: column;
}

.presentation .brick .column.media {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
}

.presentation .brick .column.enclosed {
	display: block;
	width: 100%;
	padding: 0;
}

.presentation .media figure {
	width: 20%;
	padding-top: 20%;
	overflow: hidden;
	position: relative;
}

body.inspection-seminar .presentation .media figure {
	width: 100%;
	padding-top: 40%;
}

.presentation .media figure span {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.presentation .media figure img {
	display: block;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

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

	.presentation .brick .columns {
		flex-direction: row;
	}

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

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

	.presentation:nth-child(even) .brick .column.media {
		order: 2;
	}

	.presentation:nth-child(even) .brick .column.enclosed {
		order: 1;
		padding-left: 0;
		padding-right: 50px;
	}

	.presentation .media figure {
		width: 50%;
		padding-top: 80%;
	}

	body.inspection-seminar .presentation .media figure {
		width: 100%;
		padding-top: 100%;
	}

	body.inspection-seminar .presentation .media figure img {
		width: auto;
		height: 100%;
		transform: translateX(-50%);
		top: 0;
		left: 50%;
	}
}


.presentation:nth-child(even) {
	background: #f9fbfd;
}

body.inspection-seminar .presentation {
	background: #f9fbfd;
}

body.inspection-seminar .presentation:nth-child(even) {
	background: #fff;
}


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

.presentation .sentence h1 {
	margin-bottom: 1em;
	font-size: 2.6em;
	font-weight: 700;
	text-align: center;
}

.presentation .sentence h1 span {
	display: inline-block;
}

.presentation .sentence h1 small {
	display: block;
	font-size: .5em;
	font-weight: 400;
}

.presentation .sentence h2 {
	margin-bottom: 1em;
	color: #1b4988;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}

.presentation .sentence p {
	font-size: 1.5em;
	font-weight: 700;
}

.presentation .btnarea {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.presentation .btnarea > div {
	padding: 5px;
}

.presentation .btnarea > div a {
	width: 100%;
}

.presentation .solutionlist {
	font-size: 1.4em;
	line-height: 1.5;
}

.presentation .solutionlist ul {
	list-style: none;
	margin: 0;
	margin-bottom: 1.5em;
}

.presentation .solutionlist li {
	padding: 0;
	padding-left: 1.2em;
	color: #1b4988;
	font-size: 1.2em;
	font-weight: 700;
	position: relative;
}

.presentation .solutionlist li:before {
	content: '';
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #1b4988;
	position: absolute;
	top: .3em;
	left: 0;
}

.presentation .solutionlist li span {
	display: inline-block;
}

.presentation .solutionlist li:not(:last-child) {
}

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

	.presentation .sentence {
		font-size: 1.1em;
	}

	.presentation .sentence h1,
	.presentation .sentence h2 {
		text-align: left;
	}

	.presentation:nth-child(even) .sentence h1,
	.presentation:nth-child(even) .sentence h2 {
		text-align: right;
	}

	.presentation .btnarea {
		display: flex;
	}

	.presentation:nth-child(even) .btnarea {
		justify-content: flex-end;
	}
}


body.inspection-seminar .presentation .sentence p {
	font-weight: 400;
}

body.inspection-seminar .presentation .sentence li p {
	font-size: 1em;
}


.presentation .sentence.lead p {
	font-weight: 700 !important;
}

.presentation .sentence.lead br {
	display: none;
}

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

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

	.presentation .sentence.lead br {
		display: inline;
	}
}

.presentation .stepitems {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}

.presentation .stepitems:not(:last-child) {
	margin-bottom: 30px;
}

.presentation .stepitems .item {
	display: flex;
	width: 100%;
	padding: 5% 0;
	font-size: 1rem;
}

.presentation .stepitems .item > .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	width: 100%;
	position: relative;
}

.presentation .stepitems .item .media {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
	position: relative;
}

.presentation .stepitems .item figure {
	margin: 0;
}

.presentation .stepitems .item figure span {
	display: inline-block;
	overflow: hidden;
}

.presentation .stepitems .item figure img {
	width: 100%;
	height: auto;
}

.presentation .stepitems .item h3 {
	margin: 0;
	margin-bottom: .8em;
	color: #303052;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4;
}

.presentation .stepitems .item h3 span {
	display: inline-block;
}

.presentation .stepitems .item h3 span.subtitle {
	display: block;
	color: #767676;
	font-size: .6em;
	font-weight: 400;
}

.presentation .stepitems .item p {
	margin: 0;
	font-size: 1em;
	line-height: 1.8;
}

.presentation .stepitems .item .caution p {
	font-size: .85em;
	line-height: 1.6;
}

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

	.presentation .stepitems .item {
		padding: 5%;
	}

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

	.presentation .stepitems .item > .inner {
		flex-direction: row;
	}

	.presentation .stepitems .item .media {
		width: 32%;
		margin: 0;
	}

	.presentation .stepitems .item .sentence {
		width: 68%;
		margin: 0;
		padding-left: 7%;
	}

	.presentation .stepitems .item figure {
		padding-top: 100%;
	}
}

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

	.presentation .stepitems .item h3 {
		font-size: 1.6em;
	}
}

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

	.presentation .stepitems .item {
		padding: 2%;
	}
}


#utilization {
	background: #ecf5fa;
}

#utilization .sentence {
	font-size: .85em;
}


body.index > .contactinfo > .inner:before {
	border-top-color: #f9fbfd;
}

body.inspection-seminar > .contactinfo > .inner:before {
	border-top-color: #ecf5fa;
}