@charset 'utf-8';


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

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


#contentblock {
}


.presentation {
	background: #f9fbfd;
}

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

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

.presentation .brick {
	padding: 30px;
}

body.safearea .presentation .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

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

.presentation .brick h1 {
	font-size: 1.7em;
}

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

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

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

.presentation figure {
	border-radius: 5px;
	overflow: hidden;
}

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

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

	.presentation .brick {
		padding: 50px;
	}

	body.safearea .presentation .brick {
		padding-left: calc(env(safe-area-inset-left) + 50px);
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}

	.presentation .brick h1 {
		font-size: 2em;
	}

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

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

.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 .list-hedline {
	list-style: none;
	margin-left: 0;
}

.presentation .list-hedline li {
	counter-increment: hedlinenum;
	padding-right: 2em;
}

.presentation .list-hedline .head span:before {
	content: counter(hedlinenum) '. ';
}

.presentation .list-hedline li:not(:last-child) {
	margin-bottom: 1.2em;
}

.presentation .list-hedline li .head {
	margin-bottom: .7em;
	font-size: 1.2em;
}

.presentation .list-hedline li .head span {
	padding: .5em;
	padding-right: 1em;
	border-radius: 5px;
	background: #8aa2c2;
	color: #fff;
}

.presentation .list-hedline li p {
	color: #2F4768;
	font-size: .9em !important;
}



#guide-feature {
	background-image: url(../image/portal/back-guide-feature.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#guide-feature:before {
	content: '';
	background: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#guide-feature:after {
	content: '';
	width: 100%;
	height: 200px;
	opacity: .5;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}

#guide-feature > .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	padding-top: 80px;
	position: relative;
	z-index: 10;
}

#guide-feature > .inner:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 120px 0 120px;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#guide-feature > .inner:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 120px 0 120px;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#guide-feature .blockheader.deco .desc {
	color: #fff;
}

#guide-feature .blockheader.deco:after {
	border-top-color: #fff;
}

#guide-feature .sentence {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 10px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.6;
}

#guide-feature .sentence:not(:last-child) {
	margin-bottom: 3em;
}

#guide-feature .sentence h2 {
	margin-bottom: 1em;
	color:  #000;
	font-size: 1.7em;
	line-height: 1.5;
	text-align: center;
}

#guide-feature .sentence p:not(:last-child) {
	margin-bottom: 1.5em;
}

#guide-feature .sentence p.emphasis {
	color: #000;
	font-size: 1.1em;
}

#guide-feature .sentence .caution {
	font-size: .75em;
	font-weight: 400;
}

#guide-feature .features {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#guide-feature .features > div {
	display: inline-block;
	margin: 10px;
	width: 25%;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#guide-feature .features > div > span {
	display: block;
	padding-top: 100%;
	position: relative;
}

#guide-feature .features > div > span span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#guide-feature .features > div:nth-child(1) {
	background: #9898de;
}

#guide-feature .features > div:nth-child(2) {
	background: #5ac682;
}

#guide-feature .features > div:nth-child(3) {
	background: #eb8077;
}


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

	#guide-feature .sentence {
		font-size: 1.7em;
	}
}


#guide-service {
	background: #fff;
}

#guide-service > .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	padding-top: 80px;
	position: relative;
}

#guide-service > .inner:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 120px 0 120px;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#guide-service .sentence {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 10px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.6;
}

#guide-service .columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#guide-service .column {
	width: 50%;
	padding: 20px;
	font-size: 1rem;
	text-align: center;
}

#guide-service .column figure {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 1em;
}

#guide-service .column img {
	width: 100%;
	height: auto;
}

#guide-service .column h3 {
	font-size: .85em;
	line-height: 1.5;
}

#guide-service .column h3 span {
	display: inline-block;
}

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

	#guide-service .column {
		width: 33.333%;
	}
}

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

	#guide-service .column {
		width: 25%;
	}
}

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

	#guide-service .column {
		width: 20%;
	}
}

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

	#guide-service .sentence {
		font-size: 1.7em;
	}

	#guide-service .column h3 {
		font-size: 1.2em;
	}
}

