@charset 'utf-8';


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

.articleblock,
body.safearea .articleblock {
	max-width: none;
	padding: 0;
	padding-bottom: 30px;
}

.articleblock .blockheader {
	padding-top: 30px;
}

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

	.articleblock .blockheader {
		padding-top: 50px;
	}
}


.pageheader .brick {
	width: auto;
}


.presentation h1 {
	margin-bottom: .5em;
	color: #09233c;
	font-size: 1.6em;
	font-family: aktivgrotesk, 'Helvetica Neue', Helvetica, Avenir, san-serif;
	font-weight: normal;
}

.presentation h2 span {
	display: inline-block;
}

.presentation h2 strong {
	display: inline-block;
	padding: 0 .2em;
	background: #133e82;
	color: #fff;
	font-weight: 700;
}

.presentation .sentence:nth-child(n + 3) p {
	color: #4d4d4d;
	font-size: 1.3em;
}

.presentation {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

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

.presentation h3 + h4 {
	margin-top: -1em;
}

.presentation h3 + h4 span {
	display: inline-block;
	padding: 0 .2em;
	background: #4d4d4d;
	color: #fff;
	font-size: .85em;
}

.presentation .brick {
	padding: 30px;
}
/*
.presentation.half .brick {
	background: rgba(9,35,60,.5);
	color: #fff;
}
*/

.presentation .btnarea a {
	background: rgba(255,255,255,1);
}



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



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

	.presentation .columns.right .column.article {
		order: 1;
	}

	.presentation .columns.right .column.thumb {
		order: 2;
	}
}


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

	.presentation .columns.half .column {
		width: 50%;
		padding: 4%;
	}
}



.flowsteps {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.flowsteps:not(:last-child) {
	margin-bottom: 1.5em;
}

.flowsteps .step {
	width: 100%;
	padding: 10px 0;
	font-size: 1.6em;
	vertical-align: top;
	position: relative;
	counter-increment: stepnum;
}

.flowsteps .step:not(:last-child):after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 32px 0 32px;
	border-color: #fff transparent transparent transparent;
}

.flowsteps .step > .cover {
	width: 100% !important;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	background: #fff;
	position: relative;
}

.presentation:nth-child(odd) .flowsteps .step > .cover {
	background: #f7f8fa;
}

.flowsteps .step .brick {
	width: 100% !important;
	min-height: 46px;
	padding: 0 !important;
	padding: 10px !important;
	position: relative;
}

.flowsteps .step .sentence {
	padding: 0 !important;
}

.flowsteps .step .sentence:not(:last-child) {
}

.flowsteps .step .stepnumber {
	width: 46px;
	height: 46px;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.flowsteps .step .stepnumber span {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 1;
}

.flowsteps .step .stepnumber .badge {
	width: 100%;
	height: 100%;
	padding: 7px;
	background: #303052;
}

.flowsteps .step .stepnumber .marker {
	font-size: 10px;
	font-weight: 700;
}

.flowsteps .step .stepnumber .badge:after {
	content: counter(stepnum);
	font-size: 24px;
	font-weight: 700;
}

.flowsteps .step .head {
	margin-bottom: 0;
	font-size: .85em;
	font-weight: 700;
	line-height: 1.4;
}

.flowsteps .step .head:not(:last-child) {
	margin-bottom: 1.5em;
}

.flowsteps .step .head span {
	display: inline-block;
}

.flowsteps .step .sentence {
}

.flowsteps .step .sentence > p {
	margin-bottom: 0 !important;
	font-size: 1em !important;
	line-height: 1.6 !important;
}

.flowsteps .step .sentence > p:not(:last-child) {
	margin-bottom: 1.5em !important;
}

.flowsteps .caution p {
	font-size: .85em;
}

.flowsteps .step .sentence > p strong {
	color: #0073bc;
	font-weight: 700;
	border-bottom: 1px dotted #0073bc;
}

.flowsteps .step h3 {
	margin-bottom: .5em;
	color: #000;
	font-size: 1.1em;
	line-height: 1.5;
}

.flowsteps .step ul,
.flowsteps .step ol {
	margin-left: 1.5em;
	font-size: 1em;
	line-height: 1.5;
}

.flowsteps .step ul:not(:last-child),
.flowsteps .step ol:not(:last-child) {
	margin-bottom: 1em;
}

.flowsteps .step li {
	font-size: 1em;
}

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

.flowsteps .step li strong {
	color: #0073bc;
	font-size: 700;
}

.flowsteps .caution ol {
	margin-left: 0;
}

.flowsteps .caution li {
	font-size: .85em;
}

.flowsteps .step figure {
	display: block;
	width: 100%;
	margin-top: 1em;
	font-size: 0;
	text-align: center;
}

.flowsteps .step figure .foto {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.flowsteps .step img {
	width: 100%;
	height: auto;
}

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

	.flowsteps {
	}

	.flowsteps .step {
	}

	.flowsteps .step .cover {
	}
}

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

	.flowsteps .step {
	}
}

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

	#guide-flow > .inner > .brick > .sentence {
		font-size: 1.7em;
	}

	.flowsteps .step {
	}

	.flowsteps .step .brick {
	}
}

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

	.flowsteps {
	}
}
