@charset 'utf-8';


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

	#container {
		height: calc(100% - (60px + 100px + 90px));
	}

	#container > .inner,
	.articleblock,
	#serviceinfo,
	#serviceinfo > .inner,
	#serviceinfo > .inner > .brick {
		height: 100%;
	}

	#serviceinfo .girdblock {
		height: calc(100% - 100px);
	}

	.linelist,
	.linelistcolumns {
		height: 100%;
	}

	#contentsnavi {
		border: none;
		position: fixed;
		left: 0;
		bottom: 100px;
	}

	#bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
	}
}

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

	#serviceinfo .girdblock {
		/*height: calc(100% - 134px);*/
	}
}


.articleblock,
body.safearea .articleblock {
	padding: 0;
}

.blockheader .label {
	font-size: 2.6em;
	line-height: 1.4;
}

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

	.blockheader {
		margin: 0;
	}
}

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

	.blockheader .label {
		font-size: 4em;
	}
}



.presentation > .inner {
	max-width: none;
}

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

	.presentation > .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


.linelist {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 1400px;
	margin: 0 auto;
}

.linelist .linelistcolumns {
	display: flex;
	flex-direction: column;
}

.linelist .list {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1em;
}

.linelist .list > div:not(.cellcolumns) {
/* 	padding: .5em 1.5em; */
}

.linelist .list > div:first-child {
	border-top: none;
}

.linelist .list > div.head {
	text-align: center;
	font-weight: 700;
}

.linelist .list div.cell > div {
	padding: .5em 2em;
	border-bottom: 1px solid;
	font-size: .85em;
}

.linelist .list div.cell p {
	margin: 0;
	line-height: 1.5;
}


.linelist .list a > p {
	margin: 0;
}

.linelist .list a > p.head {
	font-size: 1.1em;
	font-weight: 700;
}

.linelist .list div.cell .label {
	color: #333;
	font-size: .85em;
}

.linelist .list .media {
	margin-bottom: 0;
}

.linelist .list .media:not(.noclip) figure {
	padding-top: 50%;
}


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

/* 
	.linelist {
		flex-direction: row;
	}

	.linelist .list {
		width: calc(33.333% - 2em);
		margin: 0 1em;
	}
 */
}

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

	.linelist .linelistcolumns {
		flex-direction: row;
		align-items: center;
	}

	.linelist .linelistcolumns .list {
		width: 33.333%;
		margin: 0;
		padding: 0 1em;
	}

/* 
	.linelist .linelistcolumns .list .media {
		margin-bottom: 2em;
	}
 */

	.linelist .list div.cell.blank {
		display: block;
	}
}

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

	.linelist .linelistcolumns .list .head p {
		font-size: 1.8em;
	}
}

.otherbtn {font-size: 1.2em;}
.otherbtn a {
	height: 45px;
	display: block;
	line-height: 45px;
	padding: 0 35px 0 10px;
	border: 1px solid #431972;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.otherbtn a:after {
	content: '\f109';
    font-size: 1em;
    font-family: 'uiicon';
    font-weight: normal !important;
    transition: .2s;
	position: absolute;
	right: 10px;
	top: 0;
}
.otherbtn a:hover {
	border-color: #8756bb;
	color: #8756bb;
}

@media only screen and (min-width:1001px) {
	.otherbtn {
		height: 55px;
	}	
}
