@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

overview CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.col_r section.mainContent .block {
	margin-bottom: 55px;
}

.col_r section.mainContent .organization_img {
	max-width: 832px;
	width: 100%;
	margin: 0;
}


/* 沿革リスト */
.col_r section.mainContent .flow_list {
	width: 100%;
	position: relative;
	font-size: 1.4rem;
}
.col_r section.mainContent .flow_list::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #DDD;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.col_r section.mainContent .flow_list .first_block {
	max-width: 500px;
	width: 100%;
	border: #DDD 1px solid;
	padding: 10px 20px;
	margin: 0 auto 30px;
	text-align: center;
	background: #FFF;
	position: relative;
}
.col_r section.mainContent .flow_list ul {
	width: 100%;
	padding: 25px 0 45px;
	position: relative;
}
.col_r section.mainContent .flow_list ul li {
	width: 50%;
	padding: 0 0 0 40px;
	margin: -25px 0 -25px auto;
	position: relative;
}
.col_r section.mainContent .flow_list ul li p {
	width: 100%;
	border: #DDD 1px solid;
	padding: 10px 20px;
	text-align: left;
}
.col_r section.mainContent .flow_list ul li:nth-child(2n) {
	padding: 0 40px 0 0;
	margin: 0 auto 0 0;
}
.col_r section.mainContent .flow_list ul li:nth-child(2n) p {
	text-align: left;
}

.col_r section.mainContent .flow_list ul li::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #DDD;
	position: absolute;
	top: 50%;
	left: 0;
}
.col_r section.mainContent .flow_list ul li::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: -7px;
	margin: -7px 0 0;
	background: #3853A5;
	border-radius: 14px;
}

.col_r section.mainContent .flow_list ul li:nth-child(2n)::before {
	left: auto;
	right: 0;
}
.col_r section.mainContent .flow_list ul li:nth-child(2n)::after {
	left: auto;
	right: -7px;
}

.common_table .readability strong {
	font-size: 1.6rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {
	.col_r section.mainContent .block {
		margin-bottom: 35px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 530px) {
	
	/* 沿革リスト */
	.col_r section.mainContent .flow_list::before {
		left: 0;
		margin: 0 0 0 6px;
	}
	.col_r section.mainContent .flow_list .first_block {
		margin: 0 auto 10px;
	}
	.col_r section.mainContent .flow_list ul {
		padding: 0;
	}
	.col_r section.mainContent .flow_list ul li,
	.col_r section.mainContent .flow_list ul li:nth-child(2n) {
		width: 100%;
		padding: 0 0 0 20px;
		margin: 0 0 10px;
	}
	.col_r section.mainContent .flow_list ul li p,
	.col_r section.mainContent .flow_list ul li:nth-child(2n) p {
		text-align: left;
	}
	
	.col_r section.mainContent .flow_list ul li::before {
		width: 20px;
	}
	.col_r section.mainContent .flow_list ul li::after {
		width: 15px;
		height: 15px;
		left: 0;
		border-radius: 15px;
	}
	
	.col_r section.mainContent .flow_list ul li:nth-child(2n)::before {
		left: 0;
		right: auto;
	}
	.col_r section.mainContent .flow_list ul li:nth-child(2n)::after {
		left: 0;
		right: auto;
	}
	
}