@charset "UTF-8";
/* CSS Document */


.container {
	margin: auto;
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin-bottom: 60px;
}
.title {
	background: #39ABF1;
	height: 120px;
	position: relative;
	width: 100%;
	font-size: 26px;
}
.title .inner1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.title h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.com-title1 h3 {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 3px dotted #39ABF1;
}
.history {
	margin-bottom: 70px;
}
.history dl {
	width: 100%
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 5px; */
	/* padding-bottom: 20px; */
	line-height: 1.6;
}
.history dt {
	float: left;
	clear : both;/* フロートの解除 */
	font-weight: 500;
	/* margin-bottom: 5px; */
	/* margin-left: 35px; */
}
.history dd {
	margin-bottom: 10px;
	margin-left: 120px;
}

.access {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 20px;
}
.access > :nth-child(1) {
	width: 45%;
}
.access > :nth-child(2) {
	width: 52%;
}
.access .com-table1 {
	width: 100%;
	caption-side: bottom;
	border-collapse: collapse;
}
.access .com-table1 th {
	background: #eff7fc;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	font-weight: 500;
	padding: 11px 17px;
	vertical-align: top;
	width: 26%;
}
.access .com-table1 td {
	background: #fff;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	font-weight: 500;
	padding: 11px 11px 11px 24px;
	vertical-align: top;
}

@media only screen and (max-width: 1200px) {
	
	.container {
		padding: 0 15px;
		width: auto !important;
	}
	
}

@media screen and (max-width: 767px) {
	
	/*.main {
		padding-top: 60px;
	}*/
	
	.title h2 {
		font-size: 24px;
	}
	.com-title1 h3 {
		font-size: 20px;
	}
	.history dt {
		width: 100%;
		float: none;
	}
	.history dd {
		margin-left: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.history dl {
		overflow-wrap: break-word;
		clear : both;
	}
	.access {
		display: block;
		margin-top: 20px;
	}
	.access > :nth-child(1) {
		padding: 0;
		width: 100%;
	}
	.access > :nth-child(2) {
		margin-top: 20px;
		width: 100%;
	}
	.access .com-table1 th {
		padding: 10px 5px;
		font-size: 13px;
		}
	.access .com-table1 td {
		padding: 10px 8px;
		font-size: 15px;
	}


}
