@charset 'utf-8';


#pageheader {
	width: 100%;
	background: rgba(32,64,104,.3);
	overflow: hidden;
	position: relative;
}

#pageheader .blockheader {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

.pageheader {
	width: 100%;
	background-color: rgba(32,64,104,.2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.pageheader:before {
	content: '';
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pageheader > .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.pageheader > .inner > .cover {
	width: 100%;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	position: relative;
	font-size: 1rem;
}


.pageheader > .inner > .cover > .brick {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	height: 210px;
	padding: 20px 40px;
	line-height: 1.6;
}

.pageheader .brick {
	color: #fff;
	font-size: 1em;
}

.pageheader .brick h1 {
	font-size: 1.8em;
	text-align: right;
}

.pageheader .brick h1 span {
	display: inline-block;
}

.pageheader .brick .shoulder {
	font-size: 1.2em;
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Avenir, san-serif;
}

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

	.pageheader > .inner > .cover > .brick {
		height: 300px;
		padding: 30px 60px;
		font-size: 1.4em;
	}
}



#contentblock .lead {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

#contentblock .lead p {
	font-size: 16px;
	line-height: 1.8;
}

#contentblock .lead p span {
	display: inline-block;
}

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

	#contentblock .lead {
		padding: 40px;
	}

	#contentblock .lead p {
		font-size: 18px;
	}
}


.presentation {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	font-size: .65rem;
	line-height: 1.6;
	position: relative;
}

.presentation.expansion {
	max-width: none;
}

.presentation.middle {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

.presentation.wide {
	max-width: none;
}

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

.presentation > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

.presentation.tight > .inner {
	padding: 0;
}

.presentation.half {
	margin-bottom: 30px;
}

.presentation.half:before {
	display: block;
	content: '';
	width: 100%;
	height: 240px;
	background-image: url(../../../image/blank.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*
.presentation.half:before {
	background-image: url(../image/business/back_tmp.jpg);
}
*/

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

.presentation .brick {
	width: 100%;
	padding: 10px;
	/*background: #fff;*/
}

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

.presentation .chapter:not(:last-child) {
	margin-bottom: 4em;
}

.presentation .sentence {
	width: 100%;
}

.presentation .sentence.lead {
	max-width: 720px !important;
	margin-bottom: 3em !important;
	padding: 0 !important;
}

.presentation .sentence.narrow {
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.presentation .sentence.middle {
	max-width: 1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

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

.presentation .sentence:not(:last-child) {
	width: 100%;
	padding-bottom: 5em;
}

.presentation header {
	margin-bottom: 0;
}

.presentation header:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .sentence h1 {
	font-size: 2.8em;
	font-weight: 900;
	line-height: 1.3;
}

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

.presentation h2 {
	margin-bottom: 1em;
	color: #000;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.5;
}

.presentation h2.center {
	text-align: center;
}

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

.presentation header h2 {
	margin-bottom: 0;
}

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

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

.presentation header + h2 {
	margin-top: -.75em;
}

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

.presentation h3 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5;
}

.presentation h3.center {
	text-align: center;
}

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

.presentation h4 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5;
}

.presentation h4.center {
	text-align: center;
}

.presentation h5 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5;
}

.presentation h5.center {
	text-align: center;
}

.presentation h6 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
}

.presentation h6.center {
	text-align: center;
}

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

.presentation p {
	font-size: 1.4em;
	line-height: 1.8;
}

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

.presentation p strong {
	color: #000;
}

.presentation .sentence .left {
	text-align: left;
}

.presentation .columns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.presentation .columns:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .column {
	display: flex;
	justify-content: flex-start;
	padding: 1.5em;
}

.presentation .column > .inner {
	display: flex;
	justify-content: flex-start;
}

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

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

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

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

	.presentation .columns.vcenter {
		align-items: center;
	}

	.presentation .column {
		width: 50%;
		margin-bottom: 0;
		padding: 3em;
	}

	.presentation .column.thumb {
		width: 30%;
		padding: 1em;
	}

	.presentation .column.article {
		width: 70%;
		padding: 1em;
		padding-left: 5%;
	}

	.presentation .columns64 .column.thumb {
		width: 40%;
	}

	.presentation .columns64 .column.article {
		width: 60%;
	}

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

	.presentation .columns.right .column.article {
		order: 1;
		padding-left: 1em;
		padding-right: 5%;
	}
}

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

	.presentation.translucent h2,
	.presentation.translucent h3,
	.presentation.translucent h4,
	.presentation.translucent h5
	.presentation.translucent p strong {
		color: #fff;
	}

	.presentation.translucent .btnarea.openbtn a {
		color: #fff;
	}
}


.presentation .deflist {
	display: table;
}

.presentation .deflist:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .deflist .row {
	display: table-row;
}

.presentation .deflist .cell {
	display: table-cell;
	padding: 1em;
}

.presentation figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

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

.presentation figure span {
	display: inline-block;
	width: 100%;
	border-radius: 0;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

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

.presentation figcaption {
	padding-top: .5em;
	color: #808080;
	font-size: 1.1em;
	line-height: 1.6;
	text-align: right;
}

.presentation .media:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .media.maxwidth {
	margin-left: auto;
	margin-right: auto;
}

.presentation .media.maxwidth.mw300 {
	max-width: 300px;
}

.presentation .media.maxwidth.mw400 {
	max-width: 400px;
}

.presentation .media.maxwidth.mw500 {
	max-width: 500px;
}

.presentation .media.maxwidth.mw600 {
	max-width: 600px;
}

.presentation .media.maxwidth.mw700 {
	max-width: 700px;
}

.presentation .media.maxwidth.mw800 {
	max-width: 800px;
}

.presentation .media figure {
	width: 100%;
	max-width: none;
	overflow: hidden;
	position: relative;
}

.presentation .media:not(.noclip) figure {
	padding-top: 56.25%;
}

.presentation .media.halfclip figure {
	padding-top: 70%;
}

.presentation .media:not(.noradius) figure {
}

.presentation .media:not(.noclip):not(.halfclip) figure > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.presentation .media.halfclip figure > span {
	display: block;
	height: 100%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.presentation .media.halfclip img {
	width: auto;
	height: 100%;
}

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

	.presentation .media.halfclip figure {
		padding-top: 30%;
	}

	.presentation .media.halfclip figure > span {
		width: 100%;
		height: auto;
		transform: translateY(-50%);
		top: 50%;
		left: 0;
	}

	.presentation .media.halfclip img {
		width: 100%;
		height: auto;
	}
}



.presentation ul,
.presentation ol {
	margin-left: 2em;
}

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

/* 
.presentation li {
	font-size: 1.6em;
	line-height: 1.6;
}
 */

.presentation li h4 {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.6;
}

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

.presentation .price {
	padding-left: 2em;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: right;
}

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

.presentation .price > span {
	display: inline-block;
	padding-left: 1em;
	border-bottom: 2px solid #d4aebe;
}

.presentation .price span span {
	color: #000;
}

.presentation .price span span.number {
	font-size: 2em;
}

.presentation .price span strong {
	display: inline-block;
	width: 4.5em;
	margin-right: .5em;
	font-weight: normal;
}

.presentation .price span small {
	font-size: .75em;
}

.presentation .caution:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .caution p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5;
}

.presentation .caution ul {
	margin-left: 3em;
	margin-bottom: 0;
}

.presentation .caution li {
	color: #808080;
	font-size: 1.2em;
}

.presentation .caution h5 {
	margin-bottom: .5em;
	color: #808080;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
}

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

.presentation table {
	width: 100%;
}

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

.presentation table th,
.presentation table td {
	padding: .8em 1em;
	border-bottom: 1px solid #ccc;
	font-size: 1.5em;
	line-height: 1.6;
	vertical-align: middle;
}

.presentation table th {
	white-space: nowrap;
}

.presentation table td.right {
	text-align: right;
}

.presentation .signature {
	color: #000 !important;
	font-size: .85em;
	text-align: right;
}

.presentation .signature p {
	margin: 0;
}

.presentation .signature .title {
	font-size: .85em;
}

.presentation .signature strong {
	color: #000 !important;
	font-size: 1.2em;
}

/*
.presentation .sup {
	display: inline-block;
	margin-top: -.5em;
	font-size: .4em;
	vertical-align: top;
}
*/
@media only screen and (min-width: 1001px) {

	.presentation > .inner {
		padding: 50px 0;
	}

	.presentation.tight > .inner {
		padding: 0;
	}

	.presentation.half {
		margin-bottom: 50px;
	}
	
	.presentation.half:before {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
	}

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

	.presentation.right:before {
		left: 0;
	}

	.presentation.left:before {
		right: 0;
	}

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

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

	.presentation.left .brick {
		margin-right: 50%;
	}

	.presentation.right .brick {
		margin-left: 50%;
	}

	.presentation.translucent.half .brick {
		width: calc(50% - 50px);
	}

	.presentation.translucent.half.left .brick {
		margin-left: 50px;
	}

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

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

	.presentation.half.half60:before {
		width: 40%;
	}

	.presentation.half.half60 .brick {
		width: 60%;
		padding: 50px;
	}

	.presentation.left.half60 .brick {
		margin-right: 40%;
	}

	.presentation.right.half60 .brick {
		margin-left: 40%;
	}
}


.presentation .blockheader .brick {
	padding: 0 1em;
	font-size: 1rem;
}


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

.outlinetbl table {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.outlinetbl table th,
.outlinetbl table td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.outlinetbl table th {
	display: inline-block;
	padding: 0 1em;
	border-bottom: 1px solid #4d4d4d;
	font-size: 1em;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.5;
}

.outlinetbl table td {
	display: block;
	padding-top: 1em;
	padding-left: 2em;
	border: none;
	font-size: 1em;
	line-height: 1.5;
}

.outlinetbl table tr {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #4d4d4d;
}

.outlinetbl table tbody {
	display: block;
	width: 100%;
}

.outlinetbl table td ul,
.outlinetbl table td ol {
	margin-left: 1.5em;
}

.outlinetbl table td ul:not(:last-child),
.outlinetbl table td ol:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl table td li {
	font-size: 1em;
}

.outlinetbl table td li:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl table td .caution {
	margin-top: .5em;
	padding-left: 1em;
	color: #808080;
	font-size: .8em;
	line-height: 1.5;
	position: relative;
}

.outlinetbl table td .caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.outlinetbl table td .addrgrid {
	display: table;
}

.outlinetbl table td .addr {
	display: table-row;
}

.outlinetbl table td .addr span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.outlinetbl table td .addr span.head {
	font-weight: 700;
}

.outlinetbl table td .addr:not(:last-child) span {
	padding-bottom: .5em;
}

.outlinetbl .btnarea {
	margin-top: 1em;
	text-align: left;
}

.outlinetbl .btnarea a {
	text-align: center;
	margin: 1px;
}

.outlinetbl a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

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

	.outlinetbl {
		padding: 0;
		font-size: 1.4em;
	}

	.outlinetbl table {
		display: table;
	}

	.outlinetbl table th,
	.outlinetbl table td {
		display: table-cell;
		padding: .8em 2em;
		border: none;
	}

	.outlinetbl table th {
		width: 10em;
	}

	.outlinetbl table tr {
		display: table-row;
		padding: 0;
	}

	.outlinetbl table tbody {
		display: table-row-group;
	}
}


.presentation .gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.presentation .gallery .item {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 2%;
}

.presentation .gallery .item figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

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

.presentation .gallery .item figcaption {
	color: #48494c;
	font-size: 1em;
	line-height: 1.6;
	text-align: left;
}

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

.presentation .gallery .item p {
}

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

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



.presentation .gallery.zoom figure .cover {
	width: 100%;
	padding-top: 100%;
	text-align: center;
	position: relative;
}

.presentation .gallery.zoom figure .cover > span {
	display: block;
	padding: 3%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.presentation .gallery.zoom figure .cover > span > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzMzMzMzMzt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQzMy4yLDExOC45IDQzMy4yLDIyMCA0NTAuNSwxMjIgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMTAsMjguMSAyMDEsNzguOCAyMjYuOCw3OC44IDIzMC41LDU3LjUgMzUxLjMsNzguOCA0MzMuMiw3OC44IDQzMy4yLDkzLjIgNDc5LjgsMTAxLjQgNDMzLjIsMzY1LjggNDMzLjIsNDAxLjcgNDUyLDQwNSA1MDkuMiw4MC45ICIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDQuMSwxMDQuMXYzMjkuMWgzMDMuOFYxMDQuMUgxMDQuMXogTTM4Mi42LDQwNy45SDEyOS40VjEyOS40aDI1My4yVjQwNy45eiIvPjxyZWN0IHg9IjE1NC43IiB5PSIxNTQuNyIgY2xhc3M9InN0MCIgd2lkdGg9IjIwMi41IiBoZWlnaHQ9IjIwMi41Ii8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22%;
	text-align: center;
	position: relative;
}

.presentation .gallery.zoom figure .cover > span:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.presentation .gallery.zoom figure a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.presentation .gallery.zoom figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position: relative;
}

.presentation .gallery.zoom figure figcaption {
	margin-top: .5em;
}

.presentation .gallery.zoom figure figcaption p {
	font-size: 1.4em;
	line-height: 1.5;
}

.presentation .gallery.zoom figure a.zoomimg {
	display: inline;
}


/* 
.slidelist {
	overflow-y: scroll;
	scrollbar-width: none;
}
 */

.servicelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.servicelist.slide {
	flex-wrap: nowrap;
	width: auto;
	text-align: left;
}

.servicelist.center {
	justify-content: center;
}

.servicelist.left {
	text-align: left;
}

.servicelist:not(:last-child) {
	margin-bottom: 40px;
}

.servicelist .item {
	display: inline-block;
	width: 100%;
/* 	padding: 10px; */
	vertical-align: top;
}

.servicelist.leeway .item {
	padding: 10px;
}

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

.servicelist.slide .item {
	width: 400px;
}

.servicelist .item a,
.servicelist .item .cover {
	display: block;
	width: 100%;
	padding: 10px;
	padding-bottom: 30px;
	text-decoration: none;
	vertical-align: top;
	position: relative;
}

.servicelist .item a:hover,
.servicelist .item a.hover {
	background: #e8e9eb;
}

.servicelist figure {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.servicelist figure:not(.noclip) {
	padding-top: 56.25%;
}

/* 
.servicelist.slide figure {
	width: 300px;
}
 */

.servicelist figure:not(:last-child) {
	margin-bottom: 20px;
}

.servicelist figure:not(.noclip) > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.servicelist figure img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.servicelist a:hover figure img,
.servicelist a.hover figure img {
	transform: scale(1.2, 1.2);
}

.servicelist .enclosed {
	padding: 0 10px;
}

.servicelist .shoulder {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}

.servicelist h2 {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.servicelist h2:not(:last-child) {
	margin-bottom: 20px;
}

.servicelist p {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

.servicelist p:not(:last-child) {
	margin-bottom: 20px;
}

.servicelist .serviceicon {
	margin-bottom: 20px;
}

.servicelist .serviceicon > .icon {
	font-size: 8em;
}

.servicelist .value {
	margin-bottom: 20px;
	color: #204068;
	font-size: 8em;
	font-weight: 900;
	line-height: 1.6;
}

.servicelist .value small {
	font-size: .5em;
	font-weight: 700;
}

.servicelist.contentslink .enclosed h2 {
	margin-bottom: 0;
}

.servicelist.contentslink .enclosed p {
	text-align: center;
}

.servicelist.contentslink a[target="_blank"] h2:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bnrstyle .servicelist .item {
	padding: 10px;
}

/* 
.bnrstyle .servicelist figure {
	display: none;
}
 */

.bnrstyle .servicelist figure:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bnrstyle .servicelist .item a,
.bnrstyle .servicelist .item .cover {
	padding: 0;
/* 
	padding-top: 56.25%;
	background: rgba(202, 208, 225, 1);
 */
	position: relative;
}

.bnrstyle .servicelist .item a:hover,
.bnrstyle .servicelist .item a.hover {
	background: rgba(202, 208, 225, .6);
}

.bnrstyle .servicelist .item h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.navistyle .servicelist .item {
	padding: 2px;
}

.navistyle .servicelist .item:not(:last-child) {
	margin-bottom: 0;
}

.navistyle .servicelist .item a,
.navistyle .servicelist .item .cover {
	display: flex;
	align-items: center;
	padding: 2px;
	border: 2px solid #204068;
	position: relative;
}

.navistyle .servicelist figure {
	width: 20%;
	margin: 0;
	padding-top: calc(56.25% / 5);
}

.navistyle .servicelist figure + h2 {
	width: 80%;
	padding: .2em 1em;
	font-size: 1.4em;
	text-align: left;
}

.movielist .item .icon.play {
	display: inline-block;
	width: 54px;
	height: 54px;
	opacity: .7;
	color: #fff;
	transition: .2s;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .2s;
}

.movielist .item .icon.play:hover {
	color: #204068;
}

.movielist .item .icon.play svg {
	fill: currentColor;
}

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

	.servicelist .item:not(:last-child) {
		margin-bottom: 0;
	}

	.servicelist:not(.slide):not(.servicelistvertical) .item {
		width: 50%;
/* 		min-height: 4.8em; */
	}

/* 
	.servicelist p {
		min-height: 4.8em;
	}
 */
}

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

/* 
	.servicelist .item a {
		padding: 20px;
	}
 */
	.servicelist.line3:not(.slide) .item {
		width: 33.333%;
	}

	.servicelist.line4:not(.slide) .item {
		width: 25% !important;
	}

	.servicelist.line5:not(.slide) .item {
		width: 33.333%;
	}
}

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

	.servicelist:not(.slide):not(.servicelistvertical) .item {
		width: 33.333%;
	}

	.servicelist.line2:not(.slide) .item {
		width: 50%;
	}

	.servicelist.line5:not(.slide) .item {
		width: 25%;
	}

/* 
	.servicelist .item a {
		padding: 30px;
	}
 */

	.servicelist h2 {
		font-size: 20px;
	}

	.servicelist p {
		font-size: 14px;
	}
}

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

	.servicelist.line5:not(.slide) .item {
		width: 20%;
	}
}



.servicelistvertical {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	vertical-align: top;
}

.servicelistvertical:not(:last-child) {
	margin-bottom: 40px;
}

.servicelistvertical .item {
	display: inline-block;
	width: 100%;
	padding: 0;
	font-size: 1em;
	vertical-align: top;
}

.servicelistvertical .item:not(:last-child) {
	margin-bottom: 40px;
}

.servicelistvertical .item a,
.servicelistvertical .item .cover {
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	vertical-align: top;
}

.servicelistvertical figure {
	width: 100%;
	padding-top: 70% !important;
	overflow: hidden;
	position: relative;
}

.servicelistvertical figure:not(:last-child) {
	margin-bottom: 20px;
}

.servicelistvertical figure > span {
	display: block;
	height: 100%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.servicelistvertical figure img {
	width: auto;
	height: 100%;
	transition: 0.5s;
}

.servicelistvertical a:hover figure img,
.servicelistvertical a.hover figure img {
	transform: scale(1.3, 1.3);
}

.servicelistvertical .shoulder {
	color: #000;
	font-size: 1em;
	line-height: 1.6;
}

.servicelistvertical .enclosed {
	padding: 0 10px;
}

.servicelistvertical .enclosed:not(:last-child) {
	margin-bottom: 2em;
}

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

.servicelistvertical h2 {
	color: #000;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 700;
}

.servicelistvertical h2:not(:last-child) {
	margin-bottom: 20px;
}

.servicelistvertical p {
	color: #666;
	font-size: .9em;
	line-height: 1.6;
	text-align: left;
}

.servicelistvertical.center p {
	text-align: center;
}

.servicelistvertical p:not(:last-child) {
	margin-bottom: 20px;
}

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

	.servicelistvertical figure {
		padding-top: 30% !important;
	}

	.servicelistvertical figure > span {
		width: 100%;
		transform: translateY(-50%);
		top: 50%;
		left: 0;
	}

	.servicelistvertical figure img {
		width: 100%;
		height: auto;
	}
}

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

	.servicelistvertical .item {
		font-size: 1.1em;
	}
}



/* 
#headercopy {
	text-align: center;
}
 */
 
 
 #contentblock > .inner {
 	padding: 50px 0;
 }
 
 
 
.listfiltertab {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 1rem;
}

.listfiltertab ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.listfiltertab li {
	display: flex;
	list-style: none;
	width: 50%;
	padding: 2px;
	font-size: .9em;
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Avenir, san-serif;
	text-align: center;
	transition: .2s;
}

.listfiltertab li a,
.listfiltertab li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: .4em 1em;
	border: 2px solid #204068;
	background: #fff;
	color: #000;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
}

.listfiltertab li a:hover,
.listfiltertab li a.hover,
.listfiltertab li span:hover {
	background: #003f73;
	color: #fff;
}


.listfiltertab li.mask {
	opacity: .5;
}

.listfiltertab li.mask.hover {
	opacity: .8;
}

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

	.listfiltertab {
		padding: 0;
	}
}

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

	.listfiltertab li {
		width: 20%;
	}
}


.sentence .btnarea a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}
