@charset 'utf-8';


#contentblock {
	width: 100%;
	position: relative;
}

#contentblock > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}


section .sentence {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.8;
}

section .sentence:not(:last-child) {
	margin-bottom: 2em;
}

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

section .sentence h2 {
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.5;
}

section .sentence h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.5;
}

section .sentence h4 {
	margin-bottom: 1em;
	border-bottom: 1px solid;
	font-size: 1.2em;
	line-height: 1.5;
}

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

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

section .sentence ul:not(:last-child),
section .sentence ol:not(:last-child) {
	margin-bottom: 1.5em;
}

section .sentence .addr span {
	display: inline-block;
}

section .sentence .insidetbl {
	display: table;
}

section .sentence .insidetbl > div {
	display: table-row;
}

section .sentence .insidetbl > div > span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

section .sentence .insidetbl .head {
	padding-right: 1em;
	font-weight: 700;
	white-space: nowrap;
}

section .sentence .insidetbl .example {
	display: inline-block;
	font-size: .85em;
	line-height: 1.5;
}

section .sentence.contact {
	text-align: center;
}

section .sentence.contact .call {
	max-width: 300px;
	margin: 0 auto;
}

section .sentence.contact .call p {
	margin: 0;
}

section .sentence.contact .call .fonnumber {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2;
}

section .sentence.contact .call .fonnumber a {
	text-decoration: none;
	color: #000;
}

section .sentence.contact .call .time {
	font-size: .85em;
}

section .sentence.contact .addr span {
	display: inline-block;
}

section .sentence .announce {
	font-size: .8em;
	text-align: center;
}

section .sentence .announce p {
	margin: 1em;
}

section .sentence .announce .filepassword {
	display: inline-block;
	padding: 1em;
	background: #e1edf5;
}

section .sentence .announce .filepassword strong {
	display: inline-block;
	padding: .5em 1em;
	background: #fff;
	font-size: 1.6em;
}

.btnarea.download {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.btnarea.download > div {
	width: 100%;
	max-width: 400px;
	padding: 5px 0;
	font-size: 1.4em;
	font-weight: 700;
}

.btnarea.download > div a {
	width: 100%;
	padding: 1em .5em;
	border-radius: 5px;
	border: none;
	box-shadow: 0 5px 0 0 #168bb1;
	background: #24a7d2;
	color: #fff;
}

.btnarea.download > div a:hover,
.btnarea.download > div a.hover {
	transform: scale(1);
	background: #46bee5;
}

.btnarea.download > div a:after {
	content: '\f101';
	display: inline-block;
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	transform: rotate(90deg);
	transition: .2s;
}

.btnarea.download > div a:hover:after,
.btnarea.download > div a.hover:after {
	transform: rotate(90deg) translateX(5px);
}

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

	section .sentence {
		font-size: 1.6em;
	}
}


.stockinfo {
	width: 100%;
}

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

.stockinfo > .inner {
	width: 100%;
	padding-bottom: 30px;
}

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

.stockinfo .empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	border: 1px solid #ccc;
	color: #808080;
	font-size: .85em;
}

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

	.stockinfo:first-child > .inner {
		padding-top: 30px;
	}
}


.sentence.memberloginbtn h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.5;
}

.sentence.memberloginbtn h2 span {
	display: inline-block;
}

.sentence.memberloginbtn p {
	text-align: center;
}

.memberloginbtn .btn_action {
	font-size: 24px;
}

.memberloginbtn .btn_action .btn {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #6ccbd9;
	background: rgba(255,255,255,.7);
	color: #6ccbd9;
	text-align: center;
	transition: .2s;
	cursor: pointer;
}

.memberloginbtn .btn_action .btn.unlock {
	max-width: 300px;
	margin: 0 auto;
	color: #000;
}

.memberloginbtn .btn_action .btn.hover {
	background: rgba(0,121,139,.4);
	color: #fff;
}

.memberloginbtn .btn:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.memberloginbtn .btn_action i {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.memberloginbtn .btn_action span.icon {
	width: 100%;
	height: 100%;
}

.memberloginbtn .btn_action span.icon span {
	width: 100%;
	height: 100%;
}

.memberloginbtn .btn_action span.label {
	display: inline-block !important;
	padding-left: .4em;
	font-weight: 700;
	vertical-align: middle;
}

.memberloginbtn .btn_action svg {
	fill: currentColor;
}


.stockinfo.announce {
	border: 1px solid #6ccbd9;
	background: #c6f1f8;
	font-size: .85em;
}

.stockinfo.announce > .inner {
	padding: 2em;
}


.announce .memberloginbtn .btn_action {
	font-size: 18px;
}

.announce .memberloginbtn .btn_action i {
	width: 22px;
	height: 22px;
}


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


.datalists {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: .85rem;
	line-height: 1.6;
}

.datalists .columns {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.datalists .column {
	width: 100%;
}

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

.datalists h2 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
	border-bottom: 1px solid;
}

.datalists h3:not(.title):not(.header) {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}

.datalists h4:not(.title) {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}

.datalists .url {
	word-break: break-all;
}

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

	.datalists {
		font-size: 1rem;
	}
}

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

	.datalists .columns {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.datalists .column {
		width: 50%;
		margin-bottom: 0 !important;
		padding: 0 20px
	}
}



.datalists .item {
	border-bottom: 1px solid #6ccbd9;
	font-size: 1rem;
}

.datalists .item .enclosed {
	padding: .8em .5em;
}

.datalists .meta {
	margin: .3em 0;
	color: #808080;
	font-size: .9em;
	line-height: 1.4;
}

.datalists .file {
	font-size: 1.2em;
	line-height: 1.5;
}

.datalists .file p {
	width: 100%;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size: .85em;
	line-height: 1.5;
}

.datalists .file a {
/* 	margin-left: 2em; */
}

.datalists .file .label {
	margin-right: .3em;
	font-size: .85em;
	font-weight: 700;
}

.datalists .file:not(.movie) .label:before {
	display: inline-block;
	content: '\f118';
	margin-right: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

.datalists .file.movie .label:before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	margin-right: .3em;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M256%2C0C114.88%2C0%2C0%2C114.88%2C0%2C256s114.88%2C256%2C256%2C256s256-114.88%2C256-256S397.12%2C0%2C256%2C0z%20M256%2C490.667%20c-129.387%2C0-234.667-105.28-234.667-234.667S126.613%2C21.333%2C256%2C21.333S490.667%2C126.613%2C490.667%2C256S385.387%2C490.667%2C256%2C490.667%20z%22%2F%3E%20%3Cpath%20d%3D%22M377.6%2C246.507L186.027%2C150.72c-5.227-2.667-11.627-0.533-14.293%2C4.8c-0.747%2C1.493-1.173%2C3.093-1.173%2C4.8v191.573%20c0%2C5.867%2C4.8%2C10.667%2C10.667%2C10.667c1.6%2C0%2C3.307-0.427%2C4.8-1.173L377.6%2C265.493c5.227-2.667%2C7.36-9.067%2C4.8-14.293%20C381.333%2C249.173%2C379.627%2C247.467%2C377.6%2C246.507z%20M192%2C334.72V177.28L349.44%2C256L192%2C334.72z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
}

.datalists .file .label:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

.datalists .file .fineinfo {
	display: inline-block;
	color: #808080;
	font-size: .7em;
	font-weight: 400;
}

.datalists .sentence {
	font-size: 1em;
	line-height: 1.5;
}

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

	.datalists .item .enclosed {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		justify-content: flex-start;
	}

	.datalists .meta {
		width: 9em;
		margin: 0;
		white-space: nowrap;
	}

	.datalists .file {
		flex-grow: 1;
		width: calc(100% - (7em));
		margin: 0;
	}

	.datalists .sentence {
		flex-grow: 1;
		width: calc(100% - (7em));
		margin: 0;
	}
}



.selecttab {
	width: 100%;
	margin-bottom: 30px;
	padding: 1em;
	border: 1px solid #6ccbd9;
	background: #c6f1f8;
	text-align: center;
}

.selecttab ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.selecttab li {
	padding: .3em .7em;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
	transition: .2s;
	cursor: pointer;
}

.selecttab li.hover,
.selecttab li.active {
	color: #00798b;
}



.tabdatalistsblock {
	font-size: .85rem;
}

.tabdatalistsblock h2 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
	border-bottom: 1px solid;
}

.tabdatalists {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.tabdatalists .tabdatalist {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.tabdatalists .tabdatalist.active {
	opacity: 1;
	position: relative;
	z-index: 10;
}

.tabdatalists .tabdatalist .header {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
	text-align: center;;
}

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

	.tabdatalistsblock {
		font-size: 1rem;
	}
}



.presentation {
	width: 100%;
	font-size: 1em;
	line-height: 1.6;
	position: relative;
}

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

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

.presentation .brick {
	width: 100%;
	padding: 30px;
}

.presentation .btnarea.wide {
	font-size: 1.4em;
	font-weight: 700;
}

.presentation .btnarea.wide > div:not(:last-child) {
	margin-bottom: 10px;
}

.presentation .btnarea.wide a {
	width: 100%;
	max-width: 1000px;
	padding: .8em .3em;
}


.forstaffnavi .brick {
	padding: 10px;
}

.forstaffnavi .btnarea.wide {
	display: flex;
}

.forstaffnavi .btnarea.wide > div {
	display: flex;
	width: 50%;
	margin: 0 !important;
	padding: 5px;
}

.forstaffnavi .btnarea.wide > div > a {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1)
}

.forstaffnavi .btnarea.wide > div > a.active {
	color: #3ade83;
}

.forstaffnavi .btnarea.wide > div > a > span span {
	display: inline-block;
}
