@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);


html {
	font-size: 62.5%;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
}

body {
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: rgba(0, 0, 0, .6);
	text-align: left;
	text-rendering: optimizeLegibility;
	font-feature-settings : "palt" 1;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: normal;
			font-kerning: normal;
}

a {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

a:hover {
	text-decoration: none;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
	backface-visibility: hidden;
	-webkit-transition: all 300ms ease 0ms;
	        transition: all 300ms ease 0ms;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
			transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
	border-radius: 0;
	-webkit-appearance: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

object {
	pointer-events: none;
}

.ready #header,
.ready #state {
	opacity: 0;
	visibility: hidden;
}

a.ban {
	cursor: default;
}

label {
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}

::selection {
	background: rgba(0, 0, 0, .1);
/* 	color: rgba(0, 174, 255, 1); */
}

::-moz-selection {
	background: rgba(0, 0, 0, .1);
/* 	color: rgba(0, 174, 255, 1); */
}

.main {
	position: relative;
	z-index: 2;
}

.back {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
}

.back-w,
.back-b {
	width: 50%;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.back-b {
	background-color: rgba(20, 93, 209, 1);
}

.back-w img,
.back-b img {
	opacity: .05;
}

#state {
	transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}


@media screen and ( max-width: 800px ) {

	.back {
		display: none;
	}

}

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

	.car .back-w {
		width: 0;
	}

	.car .back-b {
		width: 100%;
	}

	.live .back-w {
		width: 100%;
	}

	.live .back-b {
		width: 0;
	}

}


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

	.side .back-w {
		width: calc(((100% - 1500px) / 2) + (1500px - 400px));
	}

	.side .back-b {
		width: calc(((100% - 1500px) / 2) + 400px);
	}

}


@media screen and ( min-width: 801px ) and ( max-width: 1200px ) {

	.side .back-w {
		width: calc(100% - 250px);
	}

	.side .back-b {
		width: 250px;
	}

}


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

	.side .back-w {
		width: calc(100% - 400px);
	}

	.side .back-b {
		width: 400px;
	}

}


/*------------------------------------*/


.wrap {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 calc(15px + 2vw);
	position: relative;
	box-sizing: border-box;
}

.pagetitle {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 calc(15px + 2vw);
	font-weight: bold;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	box-sizing: border-box;
}

.pagetitle:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
}

.pagetitle .en {
	display: block;
	font-weight: 700;
	line-height: .9;
	color: rgba(20, 93, 209, 1);
}

.pagetitle .en span {
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.pagetitle-sub {
	margin-bottom: 10px;
}

.pagetitle-sub .en {
	margin-bottom: 0 !important;
	margin-right: 10px;
}

.pagetitle-sub {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}

.contenst:first-child {
	margin-top: 0;
}

.contenst:last-child {
	margin-bottom: 0;
}

.contenst-title {
	font-weight: bold;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.contenst-title .en {
	display: block;
	font-weight: 700;
	color: rgba(20, 93, 209, 1);
}

.main-area {
	padding-right: 10%;
	box-sizing: border-box;
}

.side-area {
	padding-left: calc(15px + 2vw);
	position: relative;
	box-sizing: border-box;
}


@media screen and ( max-width: 600px ) {

	.wrap {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.contenst {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.pagetitle {
		margin: 20px auto 0 auto;
		font-size: 1.5rem;
	}

	.pagetitle:after {
		margin-top: 40px;
	}

	.pagetitle .en {
		font-size: 4rem;
	}

	.pagetitle .en span {
		font-size: 3rem;
	}

	.pagetitle .en span {
		font-size: 3rem;
	}

	.contenst-title {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.contenst-title .en {
		font-size: 2.5rem;
	}

}


@media screen and ( max-width: 800px ) {

	.pagetitle .en {
		margin-bottom: 10px;
	}

	.pagetitle-sub {
		font-size: 1.2rem;
	}

	.pagetitle-sub .en {
		font-size: 1.6rem !important;
	}

	.column {
		margin-bottom: 0 !important;
	}

	.main-area,
	.side-area {
		padding: 0;
	}

	.main-area {
		margin-bottom: 60px;
	}

	.side-area {
		width: calc(100% + ((15px + 2vw) * 2));
		background-color: rgba(20, 93, 209, 1);
		position: relative;
		left: calc(-15px - 2vw);
	}

	.side-nav-item {
		position: relative;
		font-size: 1.5rem;
	}

	.side-nav-item a {
		padding: 20px calc(15px + 2vw);
		display: block;
		color: rgba(255, 255, 255, 1);
	}

	.side-nav-item:before {
		content: "" ;
		width: 100%;
		height: 1px;
		display: block;
		background-color: rgba(255, 255, 255, .15);
		position: absolute;
		left: 0;
		top: 0;
	}

}


@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.wrap {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.contenst {
		margin: 60px 0;
	}

	.pagetitle {
		margin: 20px auto;
		font-size: 1.6rem;
	}

	.pagetitle:after {
		margin-top: 50px;
	}

	.pagetitle .en {
		font-size: 5rem;
	}

	.pagetitle .en span {
		font-size: 4rem;
	}

	.contenst-title {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.contenst-title .en {
		font-size: 3rem;
	}

}


@media screen and ( min-width: 801px ) and ( max-width: 1200px ) {

	.pagetitle {
		margin: 40px auto 0 auto;
		font-size: 2rem;
	}

	.pagetitle:after {
		margin-top: 60px;
	}

	.pagetitle .en {
		font-size: 6rem;
	}

	.pagetitle .en span {
		font-size: 5rem;
	}

	.contenst {
		margin: 80px 0;
	}

	.contenst-title {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}

	.contenst-title .en {
		font-size: 4rem;
	}

	.main-area {
		width: calc(100% - 250px + (15px + 2vw));
	}

	.side-area {
		width: calc(250px - (15px + 2vw));
	}

	.scroll .side-wrap {
		width: calc(250px - ((15px + 2vw) * 2));
		left: calc(100% - 250px + (15px + 2vw));
	}

}


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

	.scroll .side-wrap {
		left: calc(100% - 400px + (15px + 2vw));
	}

}


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

	.pagetitle .en {
		margin-bottom: 20px;
	}

	.pagetitle-sub {
		font-size: 1.2rem;
	}

	.pagetitle-sub .en {
		font-size: 2rem !important;
	}

	.wrap {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.main-area,
	.side-area {
		padding-top: 80px;
	}

	.column {
		margin-top: 0;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}

	.scroll .side-wrap {
		position: fixed;
		top: 80px;
	}

}


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

	.pagetitle {
		margin: 40px auto 0 auto;
		font-size: 2.2rem;
	}

	.pagetitle:after {
		margin-top: 80px;
	}

	.pagetitle .en {
		font-size: 8rem;
	}

	.pagetitle .en span {
		font-size: 6rem;
	}

	.contenst {
		margin: 100px 0;
	}

	.contenst-title {
		margin-bottom: 40px;
		font-size: 1.8rem;
	}

	.contenst-title .en {
		font-size: 4.5rem;
	}

	.main-area {
		width: calc((100% - 400px) + (15px + 2vw));
	}

	.side-area {
		width: calc(400px - (15px + 2vw));
	}

	.scroll .side-wrap {
		width: calc(400px - ((15px + 2vw) * 2));
	}

}


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

	.scroll .side-wrap {
		left: calc(((100% - 1500px) / 2) + (1500px - 400px) + (15px + 2vw));
	}

}


/*------------------------------------*/


#header {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
			align-items: center;
}

.top #header {
	position: absolute;
}

.header-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

#menu {
	display: -webkit-flex;
	display: flex;
	position: fixed;
	right: calc(15px + 2vw);
	z-index: 20;
	cursor: pointer;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#menu:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

#menu:hover:before {
	transform: scale3d(1.1, 1.1, 1.1);
}

.menu-tex {
	margin-top: 5px;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.menu-tex-on,
.open .menu-tex-off {
	display: none;
}

.open .menu-tex-on {
	display: block;
}

.menu-icon {
	width: 22px;
	height: 16px;
	position: relative;
}

.menu-icon span,
.menu-icon:before,
.menu-icon:after {
	content: "";
	height: 2px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	transition: all 300ms ease;
	transform-origin: center;
}

#menu:hover .menu-icon span,
#menu:hover .menu-icon:before,
#menu:hover .menu-icon:after {
	width: 100%;
}

.menu-icon:before {
	width: 18px;
	top: 0;
}

.menu-icon span {
	width: 22px;
	margin-top: -1px;
	top: 50%;
}

.menu-icon:after {
	width: 12px;
	bottom: 0;
}

.open .menu-icon span {
	opacity: 0;
}

.menu-icon:before {
	transform: translate3d(0, -4px, 0) rotate3d(0, 0, 1, 0);
	animation: closeTop 400ms ease 0ms forwards;
}

.menu-icon:after {
	transform: translate3d(0, 4px, 0) rotate3d(0, 0, 1, 0);
	animation: closeBottom 400ms ease 0ms forwards;
}

.open .menu-icon:before {
	width: 100%;
	animation: openTop 400ms ease 0ms forwards;
}

.open .menu-icon:after {
	width: 100%;
	animation: openBottom 400ms ease 0ms forwards;
}

@keyframes openTop {

	0% { transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0); }

	50% { transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, 0); }

	100% { transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, 45deg); }

}

@keyframes openBottom {

	0% { transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0) }

	50% { transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, 0); }

	100% { transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, -45deg); }

}

@keyframes closeTop {

	0% { transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, 45deg); }

	50% { transform: translate3d(0, 7px, 0) rotate3d(0, 0, 1, 0); }

	100% { transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0); }

}

@keyframes closeBottom {

	0% { transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, -45deg); }

	50% { transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, 0); }

	100% { transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0); }

}

#overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition: opacity 300ms ease;
}

.open #overlay {
}


@media screen and ( max-width: 600px ) {

	#header {
		height: 60px;
	}

	.header-logo {
		width: 140px;
	}

	#menu {
		width: 50px;
		height: 50px;
		top: 5px;
		right: 10px;
	}

	.menu-tex {
		font-size: 1rem;
	}


	@media all and ( orientation: landscape ) {
		
	}


}


@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	#header {
		height: 80px;
	}

	.header-logo {
		width: 170px;
	}

	#menu {
		width: 60px;
		height: 60px;
		top: 10px;
	}

}


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

	#header {
		height: 100px;
	}

	.header-logo {
		width: 190px;
	}

	#menu {
		width: 70px;
		height: 70px;
		top: 15px;
	}

}


/*------------------------------------*/


#nav {
	width: 50%;
	height: 100%;
	background-color: #145dd1;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateX(100%);
}

.open #nav {
	transform: translateX(0);
}

.nav-list {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	list-style: none;
}

.nav-list-item {
	margin: 30px 0;
	line-height: 1.2;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	transform: translateX(50px);
}

.nav-list-item .en {
	display: block;
	white-space: pre-wrap;
}

.open .nav-list-item {
	opacity: 1;
	transform: translateX(0);
}

.nav-list-item:first-child {
	transition-delay: 350ms;
}

.nav-list-item:nth-child(2) {
	transition-delay: 380ms;
}

.nav-list-item:nth-child(3) {
	transition-delay: 410ms;
}

.nav-list-item:nth-child(4) {
	transition-delay: 440ms;
}

.nav-list-item:nth-child(5) {
	transition-delay: 470ms;
}

.nav-list-item:nth-child(6) {
	transition-delay: 500ms;
}

.nav-list-item:nth-child(7) {
	transition-delay: 530ms;
}

.nav-list-item a {
	text-decoration: none;
	color: rgba(255, 255, 255, .75);
}

.nav-list-item a:hover {
	color: rgba(255, 255, 255, 1);
}

.side-nav-item a {
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}


@media screen and ( max-width: 600px ) {

	.nav-list {
		width: 85%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}

	.nav-list-item {
		margin: 20px 0;
	}

	.nav-list-item a {
		font-size: 1.3rem;
	}

	.nav-list-item a .en {
		font-size: 2.5rem;
	}

}



@media screen and ( max-width: 800px ) {

	#nav {
		width: 100%;
	}

	.side-nav-list-sub {
		display: none;
	}


	@media all and ( orientation: landscape ) {

		.nav-list {
			width: 85%;
			display: -ms-flex;
			display: -webkit-flex;
			display: flex;
			left: calc(15px + 2vw);
			-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
		}

		.nav-list-item {
			width: 50%;
			margin: 10px 0;
		}

	}

}


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

	.nav-list-item a {
		font-size: 1.4rem;
	}

	.nav-list-item a .en {
		font-size: 3rem;
	}

}


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

	.side-nav-item {
		margin: 40px 0;
	}

	.side-nav-item:first-child {
		margin-top: 0;
	}

	.side-nav-item a {
		font-size: 1.6rem;
		color: rgba(255, 255, 255, 1);
	}

	.side-nav-list-sub {
		margin-left: 20px;
	}

	.side-nav-list-sub li {
		margin: 10px 0;
	}

	.side-nav-list-sub a {
		font-size: 1.4rem;
		font-weight: normal;
	}

}


@media screen and ( min-width: 801px ) and ( max-width: 1000px ) {

	.side-nav-item a {
		font-size: 1.6rem;
	}

	.side-nav-list-sub a {
		font-size: 1.4rem;
	}

}


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

	.side-nav-item a {
		font-size: 1.8rem;
	}

	.side-nav-list-sub a {
		font-size: 1.4rem;
	}

}


/*------------------------------------*/


#footer {
	background-color: rgba(50, 50, 50, 1);
	position: relative;
	z-index: 1;
}

#footer a {
	color: rgba(255, 255, 255, 1);
}

.foot-contents,
.foot-end {
	margin-top: 0;
	margin-bottom: 0;
}

.foot-head-tex {
	margin-top: 20px;
	display: block;
	line-height: 1.4;
	color: rgba(255, 255, 255, .75);
}

.foot-nav-list {
	max-width: 450px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
}

.foot-nav-list-item {
	margin: 10px 0;
	margin-right: 30px;
}

.foot-nav-list-item:nth-child(3n) {
	margin-right: 0;
}

.foot-nav-list-item a {
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255, 255, 255, .75);
}

.foot-nav-list-item a:hover {
	color: rgba(255, 255, 255, 1);
}

.foot-end {
	position: relative;
}

.foot-end:before {
	content: "";
	width: calc((100% - ((15px + 2vw) * 2)));
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, .15);
	position: absolute;
	top: 0;
	left: 15px + 2vw;
}

.foot-end-nav {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.foot-end-nav-item {
	margin-right: 20px;
}

.foot-end-nav-item:last-child {
	margin-right: 0;
}

.foot-end-nav-item a {
	font-size: 1.2rem;
	line-height: 1.4;
	text-decoration: none;
	color: rgba(255, 255, 255, .75);
}

.foot-end-nav-item a:hover {
	color: rgba(255, 255, 255, 1);
}

.foot-end-copyright {
	font-weight: 200;
	color: rgba(255, 255, 255, .75);
}


@media screen and ( max-width: 600px ) {

	.foot-contents {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.foot-head-logo {
		width: 124px;
	}

	.foot-head-tex {
		font-size: 1.2rem;
	}

	.foot-end {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.foot-end-nav {
		-webkit-justify-content: center;
				justify-content: center;
	}

	.foot-end-copyright {
		margin-top: 20px;
		display: block;
		font-size: 1.1rem;
		text-align: center;
	}

}


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

	.foot-contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.foot-head-logo {
		width: 165px;
	}

	.foot-head-tex {
		font-size: 1.3rem;
	}

	.foot-end {
		height: 80px;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
				align-items: center;
		-webkit-flex-direction: row-reverse;
				flex-direction: row-reverse;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.foot-end-copyright {
		font-size: 1.2rem;
	}

}


@media screen and ( max-width: 800px ) {

	.foot-head-logo {
		margin: 0 auto;
	}

	.foot-nav {
		display: none;
	}

	.foot-head-tex {
		text-align: center;
	}

}


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

	.foot-contents {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

}


/*------------------------------------*/


.tbl {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.tbl th,
.tbl td {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 1.8;
}

.tbl th {
	width: 20%;
	min-width: 120px;
	color: rgba(0, 0, 0, 1);
}

.tbl-list-item {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	white-space: pre-wrap;
}

.tbl-list-item:before {
	content: "";
	width: 3px;
	height: 3px;
	margin-right: 5px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 50%;
	position: relative;
	top: 10px;
}

.tbl-dl dt {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	white-space: pre-wrap;
}

.tbl-dl dt:before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 50%;
	position: relative;
	top: 8px;
}


.info-nav {
	margin-bottom: 20px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.info-nav:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	left: 0;
	bottom: 0;
}

.info-nav li {
	margin-right: 20px;
}

.info-nav li a {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	opacity: .7;
	-webkit-align-items: center;
			align-items: center;
}

.info-nav li a:hover,
.info-nav li a.active {
	opacity: 1;
}

.info-nav li a:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: bottom;
	transform: scaleY(0);
}

.info-nav li a.active:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleY(1);
}

.notice {
	margin: 10px 0;
}

.notice li {
	margin: 5px 0;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.6;
	text-indent: -1em;
}

.notice li:before {
	content: "※";
	margin-right: 5px;
}


@media screen and ( max-width: 450px ) {

	.tbl th,
	.tbl td {
		display: block;
	}

	.tbl th {
		width: 100%;
		border-bottom: 0;
	}

}


@media screen and ( max-width: 600px ) {

	.info-nav li a {
		height: 40px;
		font-size: 1.4rem;
	}

}


@media screen and ( max-width: 800px ) {

	.tbl th,
	.tbl td {
		padding: 10px 0;
	}

}


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

	.info-nav li a {
		height: 60px;
		font-size: 1.6rem;
	}

}


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

	.tbl th,
	.tbl td {
		padding: 20px 0;
	}

}


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

	.tbl-dl {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.tbl-dl dt {
		width: 110px;
	}

	.tbl-dl dd {
		width: calc(100% - 110px);
	}

}


@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.tbl-dl {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.tbl-dl dt {
		width: 110px;
	}

	.tbl-dl dd {
		width: calc(1005 - 110px);
	}

}


@media screen and ( min-width: 801px ) and ( max-width: 1000px ) {
}


/*------------------------------------*/


.more {
	padding-bottom: 10px;
	padding-right: 50px;
	display: table;
	position: relative;
	text-decoration: none;
}

.more.deltex a,
a.more.deltex {
	width: 25px;
	height: 25px;
	padding: 0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
	
}

.more-tex {
	font-weight: bold;
	line-height: 1.2;
	color: rgba(20, 93, 209, 1);
	white-space: pre-wrap;
}

.left .more-tex {
	-webkit-order: 1;
			order: 1;
}

.deltex .more-tex,
.more.deltex:after {
	display: none;
}

.white .more-tex {
	color: rgba(255, 255, 255, 1);
}

.black .more-tex {
	color: rgba(0, 0, 0, 1);
}

.more-icn {
	display: block;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 0;
}

.left .more-icn {
	right: auto;
	left: 0;
	-webkit-order: 0;
			order: 0;
}

.more-icn:after {
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	background-color: rgba(20, 93, 209, 1);
	transition: all 300ms ease;
}

.left .more-icn:after {
	transform-origin: right;
}

.right .more-icn:after {
	transform-origin: left;
}

a:hover .more-icn:after {
	transform: scaleX(1.4);
}

.white .more-icn:after {
	background-color: rgba(255, 255, 255, 1);
}

.black .more-icn:after {
	background-color: rgba(0, 0, 0, 1);
}

/*
.deltex .more-icn {
	margin: 0 !important;
	position: relative;
	top: 0;
}
*/

.more-icn:before {
	content: "";
	width: 6px;
	height: 1px;
	display: block;
	border-bottom: 1px solid rgba(20, 93, 209, 1);
	position: absolute;
	bottom: 0;
}

.right .more-icn:before {
	right: 0;
	transform: rotate3d(0, 0, 1, 50deg);
	transform-origin: right center;
}

.left .more-icn:before {
	left: 0;
	transform: rotate3d(0, 0, 1, -50deg);
	transform-origin: left center;
}

a:hover .right .more-icn:before,
a.right:hover .more-icn:before {
	transform: translateX(8px) rotate3d(0, 0, 1, 50deg);
}

a:hover .left .more-icn:before,
a.left:hover .more-icn:before {
	transform: translateX(-8px) rotate3d(0, 0, 1, -50deg);
}

.white .more-icn:before {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.black .more-icn:before {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.more:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(20, 93, 209, 1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.white.more:after {
	background-color: rgba(255, 255, 255, 1);
}

.pagination {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}

.pagination-item a {
	width: 25px;
	height: 25px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	opacity: .6;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}

.pagination-item a:hover,
.pagination-item a.active {
	opacity: 1;
}

.pagination-item a.num.active:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.pagination .deltex .more-icn:after {
	background-color: rgba(0, 0, 0, 1);
}

.pagination .deltex .more-icn:before {
	border-color: rgba(0, 0, 0, 1);
}


@media screen and ( max-width: 600px ) {

	.more-tex {
		font-size: 1.3rem;
	}

	.notex.more,
	.notex .more {
		padding-right: 0;
	}

	.notex.more:after,
	.notex .more:after {
		display: none;
	}

	.notex.more-tex,
	.notex .more-tex {
		display: none;
	}

	.notex.more-icn,
	.notex .more-icn {
		position: relative;
		right: auto;
	}

	.pagination {
		margin: 60px 0;
	}

	.pagination-item {
		margin: 0 5px;
		font-size: 1.4rem;
	}

}


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

	.more.right {
		padding-right: 40px;
	}

	.more.left {
		padding-left: 40px;
	}

	.more-tex {
		font-size: 1.4rem;
	}

	.right .more-icn {
		margin-left: 30px;
	}

	.left .more-icn {
		margin-right: 30px;
	}

	.pagination {
		margin: 100px 0 80px 0;
	}

	.pagination-item {
		margin: 0 10px;
		font-size: 1.6rem;
	}

}


@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	

}


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

	

}


/*------------------------------------*/


.en {
	font-family: "Roboto Condensed", serif;
	text-transform: uppercase;
}

.sans-serif {
	font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tex-title {
	font-weight: bold;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.tex-text {
	margin: 20px 0;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
}

.tex-list {
	margin: 20px 0;
}

.tex-list li {
	margin: 5px 0;
	padding-left: .8em;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: justify;
	text-indent: -.8em;
}

.tex-list li:before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 50%;
	position: relative;
	top: 7px;
}




#loader {
	display: none;
}


@media screen and ( max-width: 800px ) {

	.tex-title {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

}


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

	.tex-title {
		margin-bottom: 10px;
		font-size: 2rem;
	}

}