@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;
	}
}

.presentation h1 {
	margin-bottom: .5em;
	color: #09233c;
	font-size: 1.6em;
	font-family: '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;
}
*/
@media only screen and (min-width: 769px) {

	.presentation {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

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

/* 
	body.pc .presentation {
		background-attachment: fixed;
	}
 */

	.presentation:not(.guidetext) h1 {
		color: #fff;
	}

	.presentation.half .brick {
		background: rgba(0,0,0,.5);
		color: #fff;
	}
}

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

	.presentation.half:before {
		width: 100%;
	}

	.presentation.half .cover {
		padding: 80px;
	}

	.presentation.half .brick {
		padding: 50px;
	}
}



.presentation .example:not(:last-child) {
	margin-bottom: 2em;
}

.presentation .example > div {
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid #ccc;
	background: #fff;
}

.presentation .example span:not(.arrow) {
	display: inline-block;
	margin: .3em;
	padding: .3em .7em;
	background: #5092d5;
	color: #fff;
	font-weight: 700;
}

.presentation .example span.arrow > span {
	background: #ccc;
	color: #000;
	font-weight: normal;
}

.presentation .example span.arrow:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5em 0 .5em 1em;
	border-color: transparent transparent transparent #ccc;
	vertical-align: middle;
}


#office .columns {
}

#office .column {
	width: 100%;
	padding: 1em 0;
}

#office .column figure {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

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

	#office .columns {
	}

	#office .column {
		width: 50%;
		padding: 0 3%;
	}
}




#lead {
	background-image: url(../image/service/tmp-back-lead.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

body.pc #lead {
	background-attachment: fixed;
}

#lead:before {
	content: '';
	background: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.media.columns > figure {
	width: 50%;
	padding: 5px;
}

#vehicle .sentence > .media:not(:last-child) {
	margin-bottom: 1.5em;
}

#vehicle .media.columns {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#vehicle .media.columns > figure {
	width: 50%;
	padding: 5px;
}

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

	#vehicle .media.columns > figure {
		width: 25%;
		padding: 5px;
	}
}



.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;
}

.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 {
	}
}


.vehicle .header {
	text-align: center;
}



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

.presentation .vehicle .gallery .item {
	width: 100%;
}

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

	.presentation .vehicle .gallery .item {
		width: 33.333%;
	}
}

/*
.presentation .vehicle .gallery:not(.fridge) .item:nth-child(1) {
	order: 7;
}

.presentation .vehicle .gallery:not(.fridge) .item:nth-child(2) {
	order: 5;
}

.presentation .vehicle .gallery:not(.fridge) .item:nth-child(3) {
	order: 6;
}

.presentation .vehicle .gallery:not(.fridge) .item:nth-child(4) {
	order: 1;
}

.presentation .vehicle .gallery:not(.fridge) .item:nth-child(5) {
	order: 3;
}

.presentation .vehicle .gallery:not(.fridge) .item:nth-child(6) {
	order: 2;
}

.presentation .vehicle .gallery:not(.fridge) .item:nth-child(7) {
	order: 4;
}
*/
/*
@media only screen and (max-width: 640px) {

	.presentation .vehicle .gallery.fridge .item:nth-child(1) {
		order: 3;
	}

	.presentation .vehicle .gallery.fridge .item:nth-child(2) {
		order: 2;
	}

	.presentation .vehicle .gallery.fridge .item:nth-child(3) {
		order: 1;
	}

	.presentation .vehicle .gallery.fridge .item:nth-child(4) {
		order: 4;
	}

	.presentation .vehicle .gallery.fridge .item:nth-child(5) {
		order: 5;
	}

	.presentation .vehicle .gallery.fridge .item:nth-child(6) {
		order: 6;
	}
}

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

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(1) {
		order: 7;
	}

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(2) {
		order: 1;
	}

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(3) {
		order: 4;
	}

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(4) {
		order: 2;
	}

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(5) {
		order: 5;
	}

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(6) {
		order: 3;
	}

	.presentation .vehicle .gallery:not(.fridge) .item:nth-child(7) {
		order: 6;
	}
}
*/

.recommend {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.recommend .header {
	text-align: center;
}

.recommend .footer {
	font-size: 1.4em;
	text-align: center;
}

