@charset "utf-8";

/* CSS Document */
/* --------------------------------------------------
index.html
-------------------------------------------------- */
.img-bird {
	display: flex;
}

.img-bird figure {
	max-width: 118px;
	width: 100%;
	margin-left: 1em;
	text-align: center;
}

@media screen and (max-width: 560px) {
	.img-bird {
		display: block;
	}

	.img-bird figure {
		max-width: none;
		margin-left: 0;
		margin-top: 1em;
	}
}

/* --------------------------------------------------
articles.html
-------------------------------------------------- */
.list-side .choice a {
	background: #cfe6f1;
}

.txtarea {
	margin-bottom: 4em;
}

.txtarea p {
	margin-bottom: 1em;
}

.txtarea ol {
	margin: -1em 0 1em 0;
}

/* --------------------------------------------------
report.html
-------------------------------------------------- */
.download-list {
	margin-bottom: 2em;
}

/* --------------------------------------------------
membership-list
-------------------------------------------------- */
.disabled {
	pointer-events: none;
}

.ttl-bl {
	line-height: 1.2;
	margin-bottom: 1em;
	font-size: 1.6rem;
	padding: 0.25em;
	padding-left: 0.5em;
	border-bottom: 2px solid #2991BB;
	font-weight: bold;
}
.link-list{
	margin-bottom: 2em;
}
.member-txt{
	margin-bottom: 1em;
}
.pdf-box{
	background: #EFF8FC;
	padding: 1em;
}
.pdf-box figure{
	text-align: center;
	margin-top: 1em;
}
.pdf-box a.link-line{
	text-decoration: underline;
	color: #0050C7;
}
/* --------------------------------------------------
admission.html
-------------------------------------------------- */
ul.circle {
    list-style: disc;
    margin-left: 2em;
    margin-bottom: 1em;
}
ul.circle li{
	margin-bottom: .5em;
}
.table {
	width: auto;
    max-width: 100%;
    margin: 1em 0 2em;
    border-collapse: collapse;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.table tr th:first-child{
	border-left: none;
	text-align: center;
}
.table tr th:last-child{
	border-right: none;
}
.table tr th{
	background: #eee;
    padding: 0.5em 0.5em;
    border: 1px solid #707070;
    font-weight: bold;
}
.table tr td {
	background: #fff;
    padding: 0.5em 0.5em;
    border: 1px solid #707070;
}
.table tr td img{
	vertical-align: middle;
}
.table-admi tr td:first-child,
.table-bnr tr td:first-child{
	border-left: none;
}
.table-admi tr td:last-child,
.table-bnr tr td:last-child{
	border-right: none;
}
.table-admi tr td:nth-child(1){
	width: 80%;
}
.table-admi tr td:nth-child(2),
.table-admi tr td:nth-child(3){
	text-align: center;
}
/* --------------------------------------------------
/banner/index.html
-------------------------------------------------- */
.ttl-bnr{
	margin-top: 1em;
}
/* --------------------------------------------------
magazine.html
-------------------------------------------------- */
.btn-area.txt-long,
.txt-long .btn-back-page a{
	max-width: 600px;
	margin: 0 auto;
}
