@charset "utf-8";

.index,
.saityu,
.roots,
.soshiki_disclosure,
.conventions
 {
	padding: 30px 15px;
}

.index .headline01,
.saityu .headline01 {
	margin-top: 30px;
}
.index p,
.saityu p {
	line-height: 1.6;
	font-size: 0.94em;
	margin-bottom: 10px;
}
.index .jci {
	max-width: 260px;
	margin: 30px auto 40px;
}
.index .creed {
	margin: 30px 0 30px;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #f6f6f6;
}
.index .creed h2,
.index .declaration h2 {
	text-align: center;
	font-size: 1.375em;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 20px;
}
.index .creed ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .creed ul li {
	width: 49%;
}
.index .creed ul li h3 {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 0.94em;
	font-weight: bold;
}
.index .creed ul li p {
	font-size: 0.88em;
	line-height: 1.8;
	margin-bottom: 0;
}
.index .declaration {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .declaration li {
	width: 49%;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #f6f6f6;
}
.index .declaration p {
	text-align: center;
	line-height: 1.8;
	margin-bottom: 0;
}

.saityu .table01 {
	width: 100%;
	overflow-x: auto;
}
.saityu .table01::-webkit-scrollbar {
	height: 5px;
}
.saityu .table01::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.saityu .table01::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.saityu .table01 table {
	width: 100%;
}
.saityu .table01 table tr:nth-child(2n+1) {
	background: #dfeef2;
}
.saityu .table01 table th,
.saityu .table01 table td {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 0.94em;
	white-space: nowrap;
}
.saityu .table01 table th {
	text-align: center;
	background: #00acd9;
	color: #fff;
	font-weight: bold;
}
.saityu .table01 table td:first-child {
	text-align: center;
}
.saityu .history {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.saityu .history > li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.saityu .history > li:nth-child(2n) {
	margin-right: 0;
}
.saityu .history .year {
	background: #00acd9;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 8px;
	border-radius: 4px;
}
.saityu .history .name {
	display: flex;
	margin-bottom: 15px;
}
.saityu .history .name > li:nth-child(1) {
	width: 15%;
	max-width: 80px;
	min-width: 80px;
	margin-right: 3%;
}
.saityu .history .name > li:nth-child(2) {
	width: 82%;
}
.saityu .history .name .txt1 {
	font-size: 1.12em;
	font-weight: bold;
	margin-top: -10px;
}
.saityu .history .txt2 {
	font-size: 0.88em;
}

.saityu .history .name .hp {
	width: 120px;
	margin-left: auto;
}
.saityu .history .name .hp a {
	display: block;
	background: rgba(100,157,212,1);
	border-bottom: 2px solid rgba(48,103,156,1);
	border-radius: 4px;
	padding: 6px;
	color: #fff;
	text-align: center;
}
.saityu .history .name .hp a:hover {
	background: rgba(100,157,212,0.8);
}
.saityu .history .name .hp a p {
	line-height: 1;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}
.saityu .history .name .hp a p i {
	margin-left: 0.3em;
	font-weight: normal;
}
.saityu .history .photo {
	display: flex;
	justify-content: space-between;
	background-image: url(../../index/img/bg01.svg);
	background-size: 3px auto;
	padding: 15px;
}
.saityu .history .photo > li {
	width: 32%;
}
.saityu .history .photo > li img {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.roots .image {
	max-width: 960px;
	margin: 0 auto 20px;
}
.roots .download {
	border-top: 1px solid #999;
	padding: 10px 0 0;
}
.roots .download ul li {
	font-size: 0.94em;
}
.roots .download ul li a {
	display: block;
	padding: 3px 10px 3px 2em;
	text-indent: -1.3em;
}
.roots .download ul li a:hover {
	background: #f6f6f6;
	border-radius: 4px;
}
.roots .download ul li a:before {
	content: "\f1c1";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #aa0000;
}

.soshiki_disclosure .doc1 { margin-bottom: 40px; }
.soshiki_disclosure .doc1 p {
	font-size: 0.8em;
	margin-bottom: 10px;
}
.soshiki_disclosure .doc2 ul {
	display: flex;
	flex-wrap: wrap;
}
.soshiki_disclosure .doc1 ul li {
	font-size: 0.94em;
}
.soshiki_disclosure .doc2 ul li {
	width: 50%;
	font-size: 0.94em;
}
.soshiki_disclosure .doc1 ul li a,
.soshiki_disclosure .doc2 ul li a {
	display: block;
	padding: 3px 10px 3px 2em;
	text-indent: -1.3em;
}
.soshiki_disclosure .doc1 ul li a:hover,
.soshiki_disclosure .doc2 ul li a:hover {
	background: #f6f6f6;
	border-radius: 4px;
}
.soshiki_disclosure .doc1 ul li a:before,
.soshiki_disclosure .doc2 ul li a:before {
	content: "\f1c1";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #aa0000;
}
.soshiki_disclosure .teikan {
	margin: 40px 0 0;
}
.soshiki_disclosure .teikan .chapter {
	font-weight: bold;
	margin-bottom: 5px;
}
.soshiki_disclosure .teikan .article {
	background: #f6f6f6;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 0.88em;
}
.soshiki_disclosure .teikan .article2 ol li {
	font-size: 0.88em;
	list-style: decimal;
	margin-left: 2em;
}
.soshiki_disclosure .teikan .article dl {
	margin-bottom: 15px;
}
.soshiki_disclosure .teikan .article dl:after {
	display: block;
	clear: both;
	content: "";
}
.soshiki_disclosure .teikan .article dl dt {
	clear: both;
	float: left;
	width: 4.5em;
	text-align: center;
}
.soshiki_disclosure .teikan .article dl dd {
	padding-left: 4.5em;
}
.soshiki_disclosure .teikan .article dl dd ol {
}
.soshiki_disclosure .teikan .article dl dd ol li {
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -2em;
	padding-left: 2em;
}
.soshiki_disclosure .teikan .article dl dd ol li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

.conventions table {
	width: 100%;
}
.conventions table tr:nth-child(2n+1) {
	background: #dfeef2;
}
.conventions table th,
.conventions table td {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 0.94em;
}
.conventions table th {
	text-align: center;
	background: #00acd9;
	color: #fff;
	font-weight: bold;
}
.conventions table td:first-child {
	white-space: nowrap;
}
.conventions .nw { white-space: nowrap; }
/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	.index .jci {
		max-width: 200px;
	}
	.index .creed ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.index .creed ul li:last-child { margin-bottom: 0; }
	.index .declaration li {
		width: 100%;
		margin-bottom: 20px;
	}
	.index .declaration li:last-child { margin-bottom: 0; }

	.saityu .table01 table th,
	.saityu .table01 table td {
		padding: 4px;
		font-size: 0.88em;
	}

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.saityu .table01 table th,
	.saityu .table01 table td {
		font-size: 0.8em;
	}
	.saityu .history > li {
		width: 100%;
		margin-right: 0;
	}
	.saityu .history > li:last-child {
		margin-bottom: 0;
	}

	.roots .download ul li {
		font-size: 0.88em;
	}

	.soshiki_disclosure .doc1 ul li {
		font-size: 0.88em;
	}
	.soshiki_disclosure .doc2 ul li {
		width: 100%;
		font-size: 0.88em;
	}
	.soshiki_disclosure .teikan .article {
		padding: 10px;
		font-size: 0.8em;
	}

	.conventions table th,
	.conventions table td {
		font-size: 0.8em;
	}

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.index .jci {
		max-width: 180px;
	}
	.index .declaration p br { display: none; }

	.saityu .history .photo {
		padding: 10px;
	}

}
