/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	background: #e9e9e9;
	font: 15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #111;
	line-height: 180%;
	letter-spacing: 0.1em;
}

a {
	color: #014b81;
	text-decoration: none;
}

.content-section-about a {
	color: #fff;
	text-decoration: none;
}

.content-section-about a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a:visited {
	color: #999;
}

.text-smaller {
	font-size: 13px;
}

.text-xsmaller {
	font-size: 10px;
}

/*.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(#0194ed), to(#00366c)) bottom center repeat-x fixed;
	background: -webkit-linear-gradient(left, #0194ed, #00366c) bottom center repeat-x fixed;
	background: -moz-linear-gradient(left, #0194ed, #00366c) bottom center repeat-x fixed;
	background: -o-linear-gradient(left, #0194ed, #00366c) bottom center repeat-x fixed;
	background: linear-gradient(to right, #0194ed, #00366c) bottom center repeat-x fixed;
	color: #fff;
}:?

/*.keyvisual-image {
	
    background-size: cover;
}*/

.bg-slider {
    width: 100vw;
    height: 60vh;
    background: url(/contents/kbs_hall/site-images/bg/kbshall_bg_001.jpg) center center repeat-x;
    background-size: cover;
}
.bg-slider__title{
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
}

.global-header .inner {
	max-width: 1440px;
	padding: 15px;
	margin: 0 auto;
    background: rgba(0,61,117,0.5);
}

.global-header-logo {
/*
	width: 190px;
*/
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 600;
	float: left;
}

.global-header-navi {
	width: 70%;
	float: right;
	text-align: right;
	font-size: 13px;
	margin: 0.2rem 0 0 0;
}

.sub-header-navi {
	width: 100%;
	text-align: center;
	font-size: 20px;
}


.global-header-navi ul li {
	display: inline-block;
	margin-left: 25px;;
}

.global-header-navi ul li a {
	color: #fff;
}

.global-header-navi ul li a:hover {
	opacity: 0.5;
}

.keyvisual-title {
	padding: 	30px 15px 30px;
	text-align: center;
}

.keyvisual-title-top {
	padding: 130px 15px 200px;
    min-height: 450px;
}

.keyvisual-title-logo {
	margin-bottom: 15px;
}

.keyvisual-title-logo img {
	max-width: 550px;
	height: auto;
}

.content {
	position: relative;
}

.content:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 25%;
	height: 100%;
	margin-left: -12.5%;
	background: rgb(0,0,0,0.05);
}

.content-section {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}

.content-section-about {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
	background: #0071be;
}

.content-section-about .entry-title {
	color:#fff;
}

.content-section-about .entry-title-border {
	color:#fff;
}

/*article.news-container {
	max-width:1340px;
	margin:0 auto;
	display:flex;
}*/

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
		article.news-container {
		max-width:640px;
		margin:0 auto;
		display:flex;
		flex-wrap:wrap;	
	}
}
@media screen and (min-width:480px) { /*pc*/
		article.news-container {
		max-width:1340px;
		margin:0 auto;
		display:flex;
	}
}



/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.content-section-news {
		width:100%;
		position: relative;
		margin-bottom: 50px;
		margin-right:0rem;
		z-index: 1;
		background: #0071be;
	}
}
@media screen and (min-width:480px) { /*pc*/
	.content-section-news {
		width:100%;
		position: relative;
		margin-bottom: 50px;
		margin-right:0rem;
		z-index: 1;
		background: #0071be;
	}
}



/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.content-section-twitter {
		width:100%;
		position: relative;
		margin-bottom: 50px;
		z-index: 1;
		background: #0071be;
	}
}
@media screen and (min-width:480px) { /*pc*/
	.content-section-twitter {
		width:30%;
		position: relative;
		margin-bottom: 50px;
		z-index: 1;
		background: #0071be;
	}
}

.content-section-consider {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
	background: #fff;
	padding: 2rem 0 0.1rem 0;
}

.content-section-consider div.inner {
	text-align: center;
	margin: 0 auto;
	max-width: 1340px;
}



/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.content-section-consider div.inner div.content-section-box-consider div {
		width:100%;
		text-align: left;
	}
}
@media screen and (min-width:480px) { /*pc*/
	.content-section-consider div.inner div.content-section-box-consider div {
		width:30%;
		text-align: left;
	}
}

.content-section-consider div.inner div.content-section-box-consider div dl {
	width: 65%;
    margin: 1rem auto 0 auto;
    font-size: 1.3rem;
}


/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.content-section-consider div.inner div.content-section-box-consider div dl {
		width: 65%;
		margin: 0 auto;
		font-size: 1rem;
		text-align: center;
	}
}
@media screen and (min-width:480px) { /*pc*/
	.content-section-consider div.inner div.content-section-box-consider div dl {
		width: 65%;
		margin: 1rem auto 0 auto;
		font-size: 1.3rem;
	}
}

.content-section-consider div.inner div.content-section-box-consider div dl dt,
.content-section-consider div.inner div.content-section-box-consider div dl dd {
	display:inline;
}

.content-section-consider div.inner div.content-section-box-consider div p a {
	max-width:300px;
	text-align:center;
	display:block;
	padding:0.8rem;
	background-color:#000;
	border-radius:100px;
	color:#fff;
	margin: 1rem auto 0 auto;
}

.content-section-consider div.inner div.content-section-box-consider div p a:visited {
	color:#fff;
}



.content-section-consider div.inner div.content-section-box-consider div:nth-child(2){
	width:40%;
	text-align: left;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.content-section-consider div.inner div.content-section-box-consider div:first-child{
		font-size: 1.5rem;
		margin: 1.5rem 0;
		font-weight:bold;
		text-align: center;
	}
	.content-section-consider div.inner div.content-section-box-consider div:nth-child(2){
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
}
@media screen and (min-width:480px) { /*pc*/
	
	.content-section-consider div.inner div.content-section-box-consider div:first-child{
			width:30%;
			font-size: 1.5rem;
			margin-top: 1.5rem;
			font-weight:bold;
			text-align:center;
		}
	.content-section-consider div.inner div.content-section-box-consider div:nth-child(2){
			width:40%;
			text-align: left;
		}
	.content-section-consider div.inner div.content-section-box-consider div:nth-child(2) br {
			display:none;
	}
	
	.content-section-consider div.inner div.content-section-box-consider div:nth-child(2) br.block {
			display:block;
	}
}


.content-section-consider .entry-title {
	color:#000;
}

.content-section-box-consider {
	position: relative;
	background-color: #fff;
	z-index: 1;
	margin-bottom: 50px;
    display:flex;
	flex-wrap:wrap;
}

.content-section > .inner {
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
}

.content-section:nth-child(odd):before {
	content: "";
	position: absolute;
	bottom: -115px;
	left: 0;
	width: 45%;
	height: 180px;
	background: rgb(0,0,0,0.05);
	z-index: -1;
}

.content-section:nth-child(even):before {
	content: "";
	position: absolute;
	bottom: -115px;
	right: 0;
	width: 50%;
	height: 180px;
	background: rgb(0,0,0,0.05);
	z-index: -1;
}

.content-column2 .content-section:nth-child(odd):before,
.content-column2 .content-section:nth-child(even):before {
	display: none;
}

.content-main {
	margin-top: -50px;
}

.content-section-box {
	position: relative;
	background: #fff;
	z-index: 1;
}

.content-section-box-about {
	position: relative;
	background-color: #0071be;
	z-index: 1;
	margin-bottom: 50px;
}

.content-section-box,
.content-section-box-about .inner {
	padding: 50px;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.content-section-box,
	.content-section-box-about .inner {
		padding: 45px;
	}
}

.content-section-box-about .inner {
	text-align:center;
}


.content-section-title {
	margin-bottom: 40px;
	text-align: center;
}

.content-section-title-ja {
	display: inline-block;
	margin-bottom: 7px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 1px #e9e9e9;
}

.content-section-title-en {
	display: block;
	font-weight: bold;
}

.content-title-main {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 1px #e9e9e9;
}

.entrylist01-index {
	padding: 0 0;
}

.entrylist01-index ul li {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #e9e9e9;
}

.entrylist01-index ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.entrylist01-index-lower ul li:last-of-type {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #e9e9e9;
}

.entrylist01-index ul li .entry-date {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
	color: #999;
}

.entrylist01-index ul li .entry-category {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}

.entrylist01-index ul li .entry-category .label {
	position: relative;
	width: 100%;
	top: -1px;
}

.entrylist01-index ul li .entry-title {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.5;
}

a.content-section-btn {
	position: absolute;
	top: 75px;
	right: -10px;
	display: inline-block;
	padding: 10px 20px;
	background: #0164ac;
	color: #fff;
	text-align: center;
	line-height: 1;
}



/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
		a.content-section-user-btn {
			display:none;
		}
}
@media screen and (min-width:480px) { /*pc*/
		a.content-section-user-btn {
			position: absolute;
			top: 400px;
			right: 150px;
			display: inline-block;
			padding: 30px 20px;
			background: #0164ac;
			color: #fff;
			text-align: center;
			line-height: 1;
			border-radius: 100px;
			width: 25%;
			font-size: 1.5rem;
		}
}

div.contact_button {
	text-align:center;
	margin: 5rem auto 4rem auto;
}

a.content-section-contact-btn {
    position:inherit;
    padding: 20px 20px;
    background: #0164ac;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 100px;
    width: 25%;
    font-size: 1.5rem;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	a.content-section-contact-btn {
		position:inherit;
		padding: 10px 15px;
		background: #0164ac;
		color: #fff;
		text-align: center;
		line-height: 1;
		border-radius: 100px;
		width: 100%;
		font-size: 1rem;
	}
}

a.content-section-btn:hover {
	background: #0194ed;
}

a.label {
	display: inline-block;
	padding: 7px 10px;
	background: #dcedfa;
	line-height: 1;
	text-align: center;
	color: #333;
}

a.label:hover {
	background: #b3dcfc;
}

.entrylist02-index li {
	width: 30%;
	float: left;
	margin-right: 2.666666667%;
	margin-bottom: 2rem;
}

.entrylist02-index p.caption {
	text-align:center;
	margin-bottom:2rem;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.entrylist02-index li.about {
		width: 100%;
		clear:both;
		margin-right: 0;
	}
}

.entrylist02-index li.about {
	width: 50%;
	margin-right: 2.666666667%;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.entrylist02-index li.about {
		width: 100%;
		clear:both;
		margin-right: 0;
	}
}

.entrylist02-index li.about:nth-child(2) {
	width: 50%;
	margin-right: 0%;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.entrylist02-index li.about:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}	
}

.entrylist02-index li figure {
	display: block;
	width: 100%;
}

.entrylist02-index li figure.about {
	display: block;
	width: 50%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #e9e9e9;
}



/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.entrylist02-index li figure a {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 65%;
		overflow: hidden;
	}
}
@media screen and (min-width:480px) { /*pc*/
	.entrylist02-index li figure a {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 55%;
		overflow: hidden;
	}
}

.entrylist02-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius:5px;
	xmax-width: 130%;
	xmax-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist02-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist02-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist02-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist02-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist02-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist02-index .entry-title {
	line-height: 1.5;
}

.entrylist02-index .entry-title-border {
	line-height: 1.5;
}

.entrylist02-index .entry-title-border::after {
	content: " ";
	display: block;
	font-family: var(--body-font-family);
	font-weight: var(--body-font-weight);
	border-bottom: 2px solid #fff;
	width: 50px;
	text-align: center;
	margin: 5px auto 10px auto;
}

.entrylist02-index .entry-title-about {
	line-height: 1.5;
}

.entrylist02-index-lower li {
	width: 31%;
	min-height:260px;
	margin: 0 2% 30px 0;
}

.noimage {
	max-width: 200px;
	height: auto;
}

.banner-list {
	position: relative;
	z-index: 1;
}

.banner-list li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.banner-list li:last-of-type {
	margin-right: 0;
}

.entrylist03-index li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.entrylist03-index li:last-of-type {
	margin-right: 0;
}

.entrylist03-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #e9e9e9;
}

.entrylist03-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist03-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist03-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist03-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist03-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist03-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist03-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist03-index .entry-title {
	margin-bottom: 10px;
	line-height: 1.5;
}

.entrylist03-index .labels {
	font-size: 0;
}

.entrylist03-index .labels .label {
	display: inline-block;
	width: auto;
	margin: 0 3px 3px 0;
}

.entrylist03-index .labels .tag {
    background: #f1f1f1;
}

.entrylist03-index .labels .tag:hover,
.entrylist03-index .labels .tag:visited {
    background: #f1f1f1;
}

.entrylist03-index-lower li {
	margin-bottom: 45px;
}

.entrylist03-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.page-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 25%;
	text-align: center;
	background: #fff;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}

.page-list li a {
	display: block;
	width: 100%;
	padding: 25px;
	text-align: center;
	line-height: 1.5;
}

.page-list li a:hover {
	background: #e8f4fe;
}

.global-footer {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#0194ed), to(#00366c));
	background: -webkit-linear-gradient(left, #0194ed, #00366c);
	background: -moz-linear-gradient(left, #0194ed, #00366c);
	background: -o-linear-gradient(left, #0194ed, #00366c);
	background: linear-gradient(to right, #0194ed, #00366c);
	color: #fff;
	z-index: 1;
}

.global-footer .inner {
    display:-webkit-box;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items: center;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 15px;
}

.global-footer-signature {
 	-webkit-box-ordinal-group: 1;
 	-ms-flex-order: 1;
 	-webkit-order: 1;
 	order: 1;
	width: 360px;
	padding-right: 15px;
}

.global-footer-logo {
	line-height: 1;
}

.global-footer-logo img {
	max-width: 190px;
	height: auto;
}

.copyright {
	font-style: italic;
	line-height: 0.7rem;
}

.poweredby {
 	-webkit-box-ordinal-group: 3;
 	-ms-flex-order: 3;
 	-webkit-order: 3;
 	order: 3;
	width: 220px;
	padding-left: 15px;
}

.global-footer-navi {
 	-webkit-box-ordinal-group: 2;
 	-ms-flex-order: 2;
 	-webkit-order: 2;
 	order: 2;
 	flex: 1;
}

.global-footer-navi a {
	color: #fff;
}

.global-footer-navi-box {
	width: 33.33333333%;
	margin-bottom: 30px;
	padding-right: 20px;
}

.global-footer-navi-box:nth-child(3n) {
	padding-right: 0;
}

.global-footer-navi-box-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.global-footer-navi-list {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.global-footer-navi-list li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	font-size: 12px;
}

.global-footer-navi-list li a:hover {
	text-decoration: underline;
}

.global-footer-navi-list li:before {
	position: absolute;
	top: 8px;
	left: -20px;
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.3);
}

.global-footer-navi-list li:first-of-type:before {
	display: none;
}

.global-header-navi-sp-btn {
	display: none;
}

address {
	font-size:0.8rem;
	line-height:1.2rem;
}

address a,
address a:visited {
	color:#fff;
}

.spmenu-modal-overray {
	display: none;
}

.spmenu-modal-navi {
	padding: 50px 20px 20px 20px;
	max-width: 600px;
	margin: 0 auto;
}

.spmenu-modal-navi h2 {
	text-align: center;
	background-color:#0066cc;
	color:#fff;
	margin:1rem 0;
}

.spmenu-modal-navi ul li {
	text-align: center;
}

.spmenu-modal-navi ul li:last-child a {
	border-bottom:none;
	
}

.spmenu-modal-navi a {
	display: block;
	padding: 10px;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	line-height: 1.5;
}

.keyvisual-lower-title {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
}

.pager {
	text-align: center;
	overflow: hidden;
}

.pager ul {
	font-size: 0;
}

.pager ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 25px;
}

.pager ul li a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
}

.pager ul li a:hover {
	text-decoration: underline;
}

.pager ul li span {
	display: inline-block;
	padding: 10px 12px;
	font-weight: bold;
}

.pager ul li.prev a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(-45deg);
}

.pager ul li.prev a:hover {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.pager ul li.next a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(45deg);
}

.pager ul li.next a:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.content-column2 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
}

.content-column2 .content-main {
	width: 73%;
	float: left;
}

.content-column2 .content-side {
	position: relative;
	width: 24%;
	float: right;
	margin-top: 40px;
	z-index: 1;
}

.content-column2 .content-section > .inner {
	padding: 0;
}

.content-column2 .entrylist01-index {
    padding: 0;
}

.content-side-section {
	margin-bottom: 20px;
}

.content-side-section-box {
	background: #fff;
}

.content-side-section-box-title {
	padding: 15px;
	font-weight: bold;
	border-bottom: solid 2px #e1e1e1;
	border-top: solid 2px #0164ac;
}

.content-side-section-box ul li a {
	display: block;
	padding: 12px 15px;
	border-bottom: solid 1px #e9e9e9;
	line-height: 1.5;
}

.content-side-section-box ul li a:hover {
	background: #dcedfa;
}

.entry .entry-header {
	margin-bottom: 20px;
}

.entry .entry-header .entry-date {
	width: 50%;
	float: left;
}

.entry .entry-header .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entry .entry-title {
	margin-bottom: 45px;
	padding-bottom: 40px;
	font-size: 32px;
	line-height: 1.5;
	border-bottom: solid 1px #e9e9e9;
}

.entry-body {
	margin-bottom: 20px;
}

.entry-body iframe {
	width:100%;
}

/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	.entry-body iframe {
		width:100%;
		max-height:200px;
	}
}

.entry-body h1 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body h2 {
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	border-left: solid 3px #0164ac;
	line-height: 1.5;
}

.entry-body h3 {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	background: #f1f1f1;
	line-height: 1.5;
}

.entry-body h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body p {
	margin-bottom: 40px;
}

.entry-body ul {
	margin-bottom: 40px;
}

.entry-body ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 17px;
	line-height: 1.3;
}

.entry-body ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	border: solid 1px #0164ac;
}

.entry-body ul li:last-of-type {
	margin-bottom: 0;
}

.entry-body ol {
	margin-bottom: 40px;
	padding-left: 1em;
}

.entry-body ol li {
	margin-bottom: 12px;
	list-style: decimal;
	list-style-position: outside;
}

.entry-body strong {
	font-weight: bold;
}

.entry-body em {
	font-weight: bold;
}

.entry-body del {
	text-decoration: line-through;
}

.entry-body blockquote {
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px #e9e9e9;
	background: #f1f1f1;
}

.entry-body table {
	width: 100%;
	margin-bottom: 40px;
	border-top: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
}

.entry-body table th {
	padding: 15px;
	background: #f1f1f1;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table td {
	padding: 10px 0 10px 0;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	vertical-align: middle;
	line-height: 1.5;
}

.socialbtns {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	text-align: center;
}

.socialbtns .socialbtn {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.socialbtn-facebook {
	position: relative;
	top: -7px;
}

.entry-mainimage {
	margin-bottom: 45px;
	text-align: center;
}

.entry-navi .prev {
	position: relative;
	padding-left: 17px;
	display: inline-block;
	float: left;
}

.entry-navi .prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	transform:rotate(-45deg);
}

.entry-navi .next {
	position: relative;
	display: inline-block;
	float: right;
	padding-right: 17px;
}

.entry-navi .next:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform:rotate(45deg);
}

.categorylist {
	margin-bottom: 45px;
}

.categorylist .categorylist-title {
	width: 80px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

.categorylist .categorylist-body {
	margin-left: 100px;
}

.categorylist .categorylist-body li {
	display: inline-block;
	margin: 0 3px 10px 0;
}

.categorylist .categorylist-body li a {
	display: inline-block;
	padding: 3px 10px;
	border: solid 1px #e1e1e1;
	font-size: 12px;
	border-radius: 3px;
}

.categorylist .categorylist-body li a:hover {
	background: #f1f1f1;
}

.categorylist .categorylist-body li.is-active a {
	background: #f1f1f1;
}

.entry-bottom-buttons {
	text-align: center;
}

a.btn {
	display: inline-block;
	padding: 7px 15px;
	background: #00366c;
	color: #fff;
	border-radius: 3px;
}

a.btn:hover {
	background: #004e9c;
}

a.btn-large {
	padding: 12px 20px;
}

a.btn-primary {
	background: #feaa09;
}

a.btn-primary:hover {
	background: #e59702;
}

.entry-bottom-buttons .btn {
	width: 260px;
	margin: 0 5px;
}

.event-detail {
	margin-bottom: 50px;
}

.event-detail .entry-body {
	width: 49%;
	float: left;
}

.event-detail .event-excerpt {
	width: 49%;
	float: right;
}

.event-excerpt table {
	width: 100%;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}

.event-excerpt table th {
	padding: 12px 12px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #f9f9f9;
	vertical-align: middle;
	font-weight: bold;
}

.event-excerpt table td {
	padding: 12px 17px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	vertical-align: middle;
}

.entry .entry-title-event {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	border-bottom: none;
}

.event-detail-header {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e9e9e9;
}

.event-labels {
	text-align: center;
}

.event-labels .tag {
	background: #f1f1f1;
}

.event-labels .tag:hover,
.event-labels .tag:visited {
	background: #f1f1f1;
}

.subtitle-with-border {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.subtitle-with-border span {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 3px #e9e9e9;
}

.event-lecturer {
	margin-bottom: 30px;
}

.event-lecturer ul li {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
}

.event-lecturer ul li:nth-child(2n) {
	margin-right: 0;
}

.event-lecturer ul li figure {
	display: inline-block;
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}

.event-lecturer ul li .position {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.event-lecturer ul li .name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.event-lecturer ul li .profile {
	font-size: 13px;
}

.event-program {
	padding: 0 80px;
}

.event-program-list {
	border-left: solid 3px #e9e9e9;
	padding-left: 25px;
}

.event-program-list .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program-list h3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -34px;
	width: 14px;
	height: 14px;
	background: #00366c;
	border-radius: 50%;
}

.event-program-list .lecturer {
	margin-bottom: 10px;
}

.event-program-list .excerpt {
	margin-bottom: 40px;
	font-size: 13px;
}

.event-program ul {
	border-left: solid 3px #e9e9e9;
}

.event-program ul li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 25px;
}

.event-program ul li:last-of-type {
	margin-bottom: 0;
}

.event-program ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 14px;
	height: 14px;
	background: #00366c;
	border-radius: 50%;
}

.event-program ul li .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program ul li .lecturer {
	margin-bottom: 10px;
}

.event-program ul li .excerpt {
	font-size: 13px;
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group,
.clear {
	zoom:1;
	max-width: 1340px;
    margin: 0 auto;
	padding:0 0 0 3%;
}

/** settings 20200728 ** add by fujita **/

@media screen and (max-width:478.98px) {
	.group,
	.clear {
		padding: 0;
	}
}



.group-about{
	zoom:1;
	max-width: 1340px;
    margin: 0 auto;
	display:flex;
}

@media screen and (max-width:478.98px) {
	.group-about{
		zoom:1;
		margin: 0 auto;
		display:block;
	}
}

.group:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}


/* ------------------------------------------
                for small pc
------------------------------------------ */

@media(max-width:1000px){

	.content-section > .inner {
        padding: 0 20px;
	}

	.content-column2 {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.content-column2 .content-main {
		width: 100%;
		float: none;
	}

	.content-column2 .content-side {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.content-section-box .inner {
		padding: 20px;
	}

	.categorylist {
    	margin-bottom: 30px;
	}

	.event-program {
    	padding: 0;
	}

	.global-footer-signature {
		width: 150px;
	}

	.global-footer-logo img {
    	max-width: 100%;
    	height: auto;
	}

	.poweredby {
		width: 150px;
	}

}



/* ------------------------------------------
                for tablet
------------------------------------------ */

@media(max-width:800px){

	.global-header {
		position: relative;
	}

	.global-header .inner {
    padding: 20px 15px;
	}

	.global-header-navi {
    display: none;
	}

	.global-header-logo {
    width: 100%;
    float: none;
		text-align: center;
	}

	.global-header-logo img {
		max-width: 200px;
		height: auto;
	}

	.keyvisual-title-top {
		padding: 40px 15px 120px;
	}

	.keyvisual-title-logo img {
    	max-width: 400px;
    	height: auto;
		padding: 0 15px;
	}

	.global-header-navi-sp-btn {
		position: absolute;
		top: 17px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.global-header-navi-sp-btn-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
	}

	.global-header-navi-sp-btn-icon:before {
		position: absolute;
		top: -12px;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
	}

	.global-header-navi-sp-btn-icon:after {
		position: absolute;
		top: 12px;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
	}

	.modal-close {
		position: absolute;
		top: 17px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.modal-close-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 40px;
		height: 1px;
	}

	.modal-close-icon:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
		transform:rotate(45deg);
	}

	.modal-close-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
		transform:rotate(-45deg);
	}

	.spmenu-modal-overray {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, from(#0194ed), to(#00366c));
		background: -webkit-linear-gradient(left, #0194ed, #00366c);
		background: -moz-linear-gradient(left, #0194ed, #00366c);
		background: -o-linear-gradient(left, #0194ed, #00366c);
		background: linear-gradient(to right, #0194ed, #00366c);
		z-index: 1000;
	}

	.entrylist01-index {
        padding: 0;
	}

	.entrylist01-index ul li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
	}

	.entrylist01-index ul li .entry-date {
        display: inline-block;
	}

	.entrylist01-index ul li .entry-category {
        display: inline-block;
	}

	.entrylist01-index ul li .entry-title {
        display: block;
		margin-top: 7px;
        padding-left: 0;
	}

	.entrylist02-index li {
        width: 48%;
        float: left;
        margin-right: 4%;
		margin-bottom: 30px;
	}

	.entrylist02-index li:nth-child(2n) {
		margin-right: 0;
	}

	.entrylist03-index li:nth-child(1) {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
		height: 300px;
	}

	.entrylist03-index li:nth-child(2) {
        width: 48%;
        margin-right: 4%;
	}

	.entrylist03-index li:nth-child(3) {
        width: 48%;
        margin-right: 0;
	}

	.global-footer-navi {
		display: none;
	}

	.global-footer .inner {
        padding: 40px 15px 10px;
	}

	.global-footer-signature {
		text-align: center;
	}

	.keyvisual-title {
        padding: 40px 15px 120px;
	}

	.pager ul li {
        font-size: 20px;
	}

	.pager ul li a {
        padding: 7px 12px;
	}

	.entrylist02-index-lower li {
        margin-bottom: 30px;
	}

	.entrylist02-index-lower li:nth-child(3n) {
        margin-right: 4%;
	}

	.entrylist02-index-lower li:nth-child(2n) {
        margin-right: 0;
	}

	.event-detail .entry-body {
        width: 100%;
        float: none;
	}

	.event-detail .event-excerpt {
        width: 100%;
        float: none;
	}

	.subtitle-with-border span {
        margin-bottom: 20px;
        padding-bottom: 20px;
	}

	.event-lecturer ul li {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
	}

	.event-lecturer ul li figure {
        display: inline-block;
        width: 200px;
        float: left;
        margin: 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 220px;
	}

	.event-program ul li {
        margin-bottom: 30px;
        padding-left: 20px;
	}

	.global-footer-signature {
		width: 50%;
		text-align: left;
	}

	.global-footer-logo img {
    	max-width: 200px;
	}

	.poweredby {
		width: 50%;
		text-align: right;
	}

	.poweredby img {
    	max-width: 200px;
	}

}

/* ------------------------------------------
                for sp
------------------------------------------ */

@media(max-width:500px){

	.global-header-logo img {
        max-width: 160px;
	}

	.global-header-navi-sp-btn {
		top: 15px;
	}

	.keyvisual-title-logo img {
		max-width: 100%;
	}

	.keyvisual-title-top {
        padding: 40px 15px 80px;
	}

	.content-main {
        margin-top: -20px;
	}

	.content-section {
        position: relative;
        margin-bottom: 30px;
        z-index: 1;
	}

	.content-section > .inner {
        padding: 0 10px;
	}

	.content-section-box .inner {
        padding: 20px;
	}

	.content-title-main {
	    font-size: 20px;
	}

	a.content-section-btn {
        position: static;
        display: inline-block;
		width: 100%;
        padding: 15px 20px;
		margin-top:2rem;
	}

	.content-section-title {
        margin-bottom: 20px;
	}

	.entrylist01-index ul li .entry-date {
		width: auto;
		margin-right: 5px;
	}

	.entrylist02-index li {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist02-index li:last-of-type {
		margin-bottom: 0;
	}

	.entrylist03-index li {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
        height: 200px;
	}

	.entrylist03-index li:nth-child(2),
	.entrylist03-index li:nth-child(3) {
        width: 100%;
    margin-right: 0;
	}

	.entrylist03-index li:last-of-type {
		margin-bottom: 0;
	}

	.page-list li {
		width: 50%;
	}

	.page-list li a {
		padding: 15px;
	}

	.keyvisual-title {
    padding: 30px 15px 80px;
	}

	.content-column2 {
    padding: 0 10px;
	}

	.pager ul li a {
    padding: 4px 8px;
	}

	.keyvisual-lower-title {
    margin-bottom: 15px;
    font-size: 25px;
	}

	.entry .entry-title {
		margin-bottom: 20px;
    	padding-bottom: 15px;
		font-size: 20px;
	}

	.entry .entry-header {
    margin-bottom: 10px;
	}

	.entry-body h1 {
    margin-bottom: 10px;
    font-size: 20px;
	}

	.entry-body p {
    margin-bottom: 30px;
	}

	.entry-body h2 {
    padding: 3px 0 3px 12px;
    margin-bottom: 10px;
    font-size: 18px;
	}

	.entry-body h3 {
    padding: 7px 12px;
    margin:12px 0 10px 0;
    font-size: 16px;
	}

	.entry-body h4 {
    margin-bottom: 10px;
    font-size: 15px;
	}

	.entry-body ul {
    margin-bottom: 30px;
	}

	.entry-body ol {
    margin-bottom: 30px;
	}

	.entry-body blockquote {
		margin-bottom: 30px;
		padding: 15px;
	}

	.entry-body table {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.entry-body table th {
		padding: 10px;
		min-width: 80px;
	}

	.entry-body table td {
		padding: 10px;
	}

	.pager {
		margin-top: 15px;
	}

	.categorylist .categorylist-title {
    width: 100%;
    float: none;
    padding-top: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
		border-bottom: solid 1px #e1e1e1;
	}

	.categorylist .categorylist-body {
    margin-left: 0;
	}

	.categorylist .categorylist-body li {
    margin: 0 1px 7px 0;
	}

	.categorylist .categorylist-body li a {
		font-size: 10px;
	}

	.entry-bottom-buttons a.btn {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.entry .entry-title-event {
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	.event-labels {
    margin-bottom: 20px;
    padding-bottom: 20px;
	}

	.event-labels .label {
		margin: 0 2px 5px 0;
	}

	.event-excerpt table {
		font-size: 13px;
	}

	.event-excerpt table th,
	.event-excerpt table td {
		line-height: 1.5;
	}

	.event-lecturer ul li figure {
    width: 100px;
		margin: 0 20px 10px 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 0;
	}

	.event-lecturer ul li .profile {
		line-height: 1.5;
	}

	.event-program ul li .excerpt {
		line-height: 1.5;
	}

	.subtitle-with-border {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
	}

	.event-program ul li .name {
		font-size: 18px;
	}

	.global-footer-signature {
		width: 50%;
		padding-right: 20px;
		text-align: left;
	}

	.global-footer-logo img {
    	max-width: 100%;
	}

	.poweredby {
		width: 50%;
		padding-left: 20px;
		text-align: right;
	}

	.poweredby img {
    	max-width: 100%;
	}

}



/** settings 20200728 ** add by fujita **/

	@media screen and (max-width:478.98px) {
		.content-section-box .inner {
        	padding: 0px;
		}
		.global-footer-signature {
			width: 100%;
			padding-right: 0px;
			text-align: left;
		}
}


.ico_pdf {
    display: block;
    background: url(/contents/kbs_hall/site-images/ico_pdf.png) no-repeat;
    padding: 0;
        padding-left: 0px;
    margin: 0;
    padding-left: 30px;
    min-height: 30px;
    line-height: 30px;
}

div.use_entry_box {
	margin-bottom:2rem;
}

div.entry_box_smp h4,
div.entry_box_smp h5 {
	text-align:center;
	font-size:1.2rem;
	clear:both;
	padding-top:2rem;
}

div.entry_box_smp {
	clear:both;
	margin-bottom:2rem;
}

div.entry_box_smp::after {
	content:" ";
}

div.entry_box_smp p {
	margin:0;
	padding:0;
	font-size:1rem;
}

div.entry_box_smp p.entry_box_smp_feetitle {
	margin: 1rem 0;
	text-align: center;
}

div.entry_box_smp dl {
	clear:both;
	font-size:0.8rem;
}

div.entry_box_smp dl dt {
	width:60%;
	float:left;
}

div.entry_box_smp dl dt::after {
	content:" ";
}

div.entry_box_smp dl dd {
	width:40%;
	float:left;
}

div.entry_box_smp dl dd::after {
	content:"円";
}


/** settings 20200728 ** add by fujita **/
@media screen and (max-width:478.98px) {
	
	div.entry_box_smp {
		display:block;
		margin-bottom:13rem;
	}
	div.entry_box_pc {
		display:none;
	}
}

@media screen and (min-width:480px) { /*pc*/
	div.entry_box_smp {
		display:none;
	}
	div.entry_box_pc {
		display:block;
	}
}

li.search_container{
  box-sizing: border-box;
}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 5px;
  border-radius: 20px;
  height: 2.0em;
  width: 180px;
  overflow: hidden;
}
li.search_container input[type="text"]:focus {
  outline: 0;
}
li.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  outline : none;
  display: inline-block;
  vertical-align: middle;
}


