@charset "utf-8";

/*===================================================================

	001. vision

===================================================================*/

.vision{
	text-align: center;
}

/*===================================================================

	002. profile

===================================================================*/

.profile{
	padding: 65px 0 65px;
}

.profile__table{
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 15px 0;
	width: calc(68.75% + 30px);
	max-width: 1160px;
}

.profile__table th, .profile__table td{
	border: 1px solid transparent;
	border-top-color: #000;
	padding: 30px 25px 30px 30px;
	position: relative;
}

.profile__table tr:last-of-type > * {
	border-bottom-color: #000;
}

.profile__title{
	width: 23.5%;
	max-width: 254px;
}

.text.right{
	position: absolute;
	bottom: 30px;
	right: 35px;
}

/*===================================================================

	002. access

===================================================================*/

.access .tab-list{
	width: calc(100% / 3);
}

.access__list{
	padding-bottom: 65px;
	font-size: 14px;
}

.access__list iframe{
	margin-bottom: 25px;
}

.access__desc{
	display: flex;
	justify-content: space-between;
}

.access__desc > * {
	width: 50%;
}

.access__howto dt{
	font-weight: normal;
}

.access__howto dt::before{
	content: "＜";
}

.access__howto dt::after{
	content: "＞";
}

/*===================================================================

	003. history

===================================================================*/

.history .tab-list{
	margin: 0 5px;
	padding: 0 8px;
	border-bottom-width: 5px;
	font-size: 28px;
}

.history-list{
	padding: 40px;
	min-height: 280px;
}

.history-list .box{
	display: flex;
	justify-content: space-between;
}

.history-year{
	font-size: 50px;
	font-family: "Roboto Condensed";
	color: #2871B4;
	text-align: right;
}

.history-year__trans{
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.history-year__cont{
	width: 81.5%;
}

.history-month{
	display: inline-block;
	margin-right: 2em;
	width: 2.35em;
	flex-shrink: 0;
}

.history-year__cont .text{
	display: flex;
}

/*===================================================================

	004. responsive

===================================================================*/

@media screen and (max-width: 768px){
	/*===============================================

		001. vision

	===============================================*/

	.vision{
		text-align: left;
	}

	.vision .read{
		text-align: center;
	}

	/*===============================================

		002. profile

	===============================================*/

	.profile{
		padding: 30px 0 70px;
	}

	.profile__table{
		border-collapse: collapse;
		width: 94.4%;
	}

	.profile__table th, .profile__table td{
		border-top-color: transparent;
		padding: 0;
		vertical-align: top;
		padding-bottom: 35px;
		font-size: 12px;
	}

	.profile__table tr:last-of-type > * {
		border-bottom-color: transparent;
	}

	.profile__title{
		width: 23.5%;
		max-width: 254px;
	}

	.text.right{
		bottom: 0;
		right: 0;
	}

	/*===============================================

		002. access

	===============================================*/

	.access .tab-menu > ul{
		justify-content: space-around;
	}

	.access .tab-list{
		width: auto;
	}

	.access__list{
		padding-bottom: 0;
	}

	.access__list iframe{
		margin-bottom: 15px;
		font-size: 14px;
		height: 464px;
	}

	.access__desc{
		display: block;
	}

	.access__desc > * {
		width: 100%;
		font-size: 12px;
	}

	.access__howto{
		margin-top: 30px;
	}

	.access__howto dt{
		font-weight: normal;
	}

	/*===============================================

		003. history

	===============================================*/

	.history .tab-menu > ul{
		overflow-x: scroll;
		overflow-scrolling: touch;
		justify-content: flex-start;
	}

	.history .tab-list{
		margin: 0 5px;
		padding: 0 8px;
		border-bottom-width: 5px;
		font-size: 20px;
	}

	.history-list .box{
		display: block;
	}

	.history-list{
		padding: 20px;
		min-height: 280px;
	}

	.history-year{
		text-align: left;
		margin-bottom: 20px;
		width: 43%;
		max-width: 115px;
	}

	.history-year__trans{
		text-align: right;
	}

	.history-year__cont{
		width: 100%;
	}
}
