.c-svinfo {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}
.c-svinfoHead {
	display: grid;
	grid-template-columns: 20% 1;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 0;
	align-items: center
}
.c-svinfoLabel {
	position: absolute;
	top: -1px;
	left: -1px;
	width: auto;
	display: block;
	padding: 5px 30px;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 14px
}
.c-svinfoLabel:before {
	content: "\e90e";
	margin-right: 5px;
	font-family: icomoon
}
.c-svinfo.is-man .c-svinfoLabel:before {
	content: "\e92c"
}
.c-svinfoHeadImage {
	grid-area: 1/1 / 3 / 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 100px;
}
.c-svinfoHeadRole {
	grid-area: 1/2 / 2 / 3;
	width: 100%;
	padding-left: 30px;
	font-weight: 700
}
.c-svinfoHeadName {
	grid-area: 2/2 / 3 / 3;
	width: 100%;
	margin-top: -15px;
	padding-left: 30px;
	font-size: 1.75rem
}
.c-svinfoBottomIndex {
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}
@media only screen and (min-width:992px) {
	.c-svinfo {
		flex-direction: row
	}
	.c-svinfo, .c-svinfoHead {
		display: flex;
		align-items: center;
		justify-content: center
	}
	.c-svinfoHead {
		width: 200px;
		flex-direction: column;
		text-align: center
	}
	.c-svinfoHeadRole {
		padding-left: 0
	}
	.c-svinfoHeadName {
		margin-top: 0;
		padding-left: 0
	}
	.c-svinfoBottom {
		width: calc(100% - 200px);
		padding-left: 30px
	}
}
@media only screen and (max-width:992px) {
	.c-svinfoHeadImage{
		width: 100px;
    	transform: translateY(50px);
	}
	.c-svinfoHeadRole{
		align-self: flex-end;
	}
	.c-svinfoHeadName{
		margin-top: 0px;
		align-self: flex-start;
	}
}

aside.widget.widget-side h2 {
	margin-bottom: 20px;
	color: #fff;
	border-radius: 5px;
	font-size: 1.5rem;
	padding: 10px;
    background: #000;
}


#sitemap_list li a {
	background: none;
}
#sitemap_list li li a {
	background: none;
}


.content .sitecard {
	border: 3px solid #c0c5c2;
}
.content .sitecard__subtitle {
	background: #c0c5c2;
}
.content .sitecard__contents {
	display: block;
	float: right;
	position: relative;
	height: auto;
	padding-top: 17%;
}
.eyecatch-11:before {
    padding-top: 62%;
}
.content .sitecard .eyecatch {
	float: left;
	margin-left: 0;
}
.content .sitecard__contents .heading.heading-secondary {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.content .column-2 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	section.content .column-wrap.column-2 .column-left {
		width: 290px;
		padding-right: 3rem;
	}
	section.content .column-wrap.column-2 .column-right {
		width: calc( 100% - 290px);
		margin-top: 0;
	}
	.content .sitecard__contents {
		padding-top: 11%;
	}
}


@media only screen and (min-width: 992px){
    .l-main {
        width: calc(65% - 40px);
        margin-bottom: 0;
    }
    .l-sidebar{
        width: 34%;
    }
}

header.l-header .siteTitle__logo {
    width: auto;
    height: 60px;
    vertical-align: bottom;
}

@media only screen and (min-width: 768px){
    header.l-header .siteTitle__logo {
        height: 100px;
    }
}

@media only screen and (min-width: 992px){
    header.l-header .siteTitle__logo {
        height: 120px;
    }
}

.content table th {
    text-align: center;
}

.content .tableScroll table th:first-of-type {
	position: sticky;
	left: 0;
	z-index: 1
}
.content .tableScroll table th {
	min-width: 90pt
}
.content .tableScroll table td {
	min-width: 200px
}
.content .btn__link-primary {
    padding: 6px 18px 6px 16px;
    font-size: 12px;
}
@media only screen and (max-width:768px) {
	.content .tableScroll table th:first-of-type span {
		line-height: 1
	}
	.content .tableScroll table th:first-of-type .ep-btn {
		padding: 5px;
		font-size: 1rem
	}
	.content .tableScroll table th:first-of-type .ep-btn span {
		font-size: 1rem!important
	}
	.content .tableScroll table th:first-of-type .es-BTarrow:before {
		right: 5px
	}
}
@media only screen and (min-width:992px) {
	.content .tableScroll table td, .content .tableScroll table th {
		min-width: 200px
	}
}

.content i.icon-star-full:before {
    color: #f5bc55;
}

.content i.icon-star-empty:before {
    color: #f5bc56;
}

.widgetSticky.fit-sidebar.fit-sidebar-fixed .textwidget img,
.widgetSticky aside.widget.widget-side.widget_text img,
.l-sidebar > aside.widget.widget-side:nth-of-type(3) img {
    width: 100%;
}