/*-レイアウト設定---------------------------*/
html,
body {
	background: url(../img/bg/bg_top3.jpg) center bottom no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	-moz-background-size: cover;
	background-size: cover;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}
em {
	font-style: italic;
}
blockquote {
	font-weight: bold;
	margin-left: 20px;
}
hr {
	clear: both;
	width: 90%;
	height: 1px;
	border: 0;
	border-bottom: dashed 1px #eeeeee;
	margin-top: 30px;
	margin-bottom: 30px;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 50%;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left-container {
	float: left;
	position: relative;
	width: 257px;
}
#right-container {
	float: right;
	width: 700px;
	position: relative;
	overflow: hidden;
}
#header {
	clear: both;
	height: 41px;
	width: 100%;
}
#logo_handai {
	display: block;
	float: left;
	width: 200px;
	height: 41px;
}
#footer {
	clear: both;
	width: 100%;
}
#footer p {
	margin-left: 12px;
	font-size: 120%;
	letter-spacing: 0.2em;
	color: #aaaaaa;
}

/*-パンくずリスト---------------------------*/
#pan-box {
	margin: 0px 0px 5px 6px;
}
.pan li {
	font-size: 110%;
	line-height: 1.2;
	display: inline;
	color: #fff;
}
.pan a:link {
	color: #fff;
	text-decoration: none;
}
.pan a:hover {
	color: #fff;
	text-decoration: underline;
}
.pan a:active {
	color: #fff;
	text-decoration: underline;
}
.pan a:visited {
	color: #fff;
	text-decoration: none;
}

/*-ナビ-ゲーションコンテンツ---------------------------*/
#logo {
	padding: 0px 0px 0px 12px;
}
/*-ヘッダーナビ---------------------------*/
#btnLang {
	display: none;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid white;
	color:white;
	top: 5px;
	right: 55px;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#btnLang .btnLang_ja {
	position: absolute;
	top:2px;
	left: 5px;
	opacity: .7;
}
#btnLang .btnLang_en {
	position: absolute;
	bottom:2px;
	right: 5px;
	opacity: .7;
}
#btnLang .btnLang_ja.active,
#btnLang .btnLang_en.active {
	opacity: 1;
}
#btnMenu {
	display: none;
	cursor: pointer;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid white;
	color:white;
	top: 5px;
	right: 5px;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	z-index: 200;
	font-size: 10px;
}
#btnMenu .btnMenu_bar{
	position: absolute;
	background-color: white;
	top: 16px;
	left:12px;
	width: 20px;
	height: 2px;
	transition: all ease-in-out .2s;
}
#btnMenu .btnMenu_bar::before,
#btnMenu .btnMenu_bar::after{
	content: '';
	position: absolute;
	background-color: white;
	top: -6px;
	left:0;
	width: 20px;
	height: 2px;
	transition: all ease-in-out .2s;
}
#btnMenu .btnMenu_bar::after{
	top: 6px;
}
#btnMenu .btnMenu_text{
	position: absolute;
	bottom: 2px;
	left:0;
	width: 100%;
}
#btnMenu .btnMenu_text{
	position: absolute;
	bottom: 2px;
	left:0;
	width: 100%;
}
#btnMenu .btnMenu_text::before{
	content: 'MENU';
}
#btnMenu.open .btnMenu_bar{
	background-color: transparent;
}
#btnMenu.open .btnMenu_bar::before {
	background-color: white;
	transform: rotate(45deg);
	top:0;
}
#btnMenu.open .btnMenu_bar::after{
	background-color: white;
	transform: rotate(-45deg);
	top:0;
}
#btnMenu.open .btnMenu_text::before{
	content: 'CLOSE';
}
#bg_spMenu {
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}
#bg_spMenu.open {
	display: block;
}

#head_nav {
	float: right;
}
#head_nav .menu-item {
	float: left;
}
#head_nav .menu-item a {
	display: block;
	font-size: 100%;
	margin-top: 10px;

	padding-left: 18px;
	margin-left: 10px;
	background: url(../img/btn/btn_head-link.png) no-repeat left center;
	color: #aaaaaa;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#head_nav .menu-item a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}
#head_nav .menu-item.strong a {
	margin-left: 15px;
	padding: 0px 10px 0px 10px;
	background: none;
	background-color: #0059b2;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
}
#head_nav .menu-item.strong a:hover {
	color: #ffff26;
	text-decoration: none;
}
/*-グローバルナビ---------------------------*/
#grobal_nav {
	color: #ffffff;
	width: 257px;
	padding: 0px 0px 0px 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
#grobal_nav .menu-item a {
	display: block;
	width: 234px;
	height: 56px;
	font-size: 140%;
	line-height: 56px;
	padding-left: 30px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/nav/bg_global-nav.png) no-repeat;
	background-position: top 0px left -234px;
	margin-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
}

#grobal_nav .sub-menu {
	margin: 20px 0px 20px 0px;
	display: none;
}
#grobal_nav .sub-menu .sub-menu {
	margin: 0px 0px 0px 0px;
	display: none;
}
#grobal_nav .menu-item .menu-item a {
	display: block;
	background-image: none;
	/* width: 206px; */
	height: auto;
	line-height: 16px;
	font-size: 120%;
	letter-spacing: 0.2em;
	text-decoration: none;
	display: block;
}
#grobal_nav .menu-item .menu-item a:hover {
	color: #cfd20c;
}
#grobal_nav .current_page_item > a {
	color: #cfd20c;
}
#grobal_nav .current-page-parent > a {
	color: #cfd20c;
	background-position: top 0px left 0px;
}
#grobal_nav .current_page_ancestor > a {
	color: #cfd20c;
	background-position: top 0px left 0px;
}
#grobal_nav .open > a {
	background-position: top -56px left -234px;
}
#grobal_nav .current-page-parent.open > a {
	background-position: top -56px left 0px;
}
#grobal_nav .current_page_ancestor.open > a {
	background-position: top -56px left 0px;
}

#grobal_nav .menu-item a:hover {
	background-position: top 0px left 0px;
	color: #cfd20c;
}
#grobal_nav .menu-item.open a:hover {
	background-position: top -56px left 0px;
	color: #cfd20c;
}
#grobal_nav .menu-item.current-page-parent.open > a:hover {
	background-position: top -56px left 0px;
	color: #cfd20c;
}
#grobal_nav .menu-item.current_page_ancestor.open > a:hover {
	background-position: top -56px left 0px;
	color: #cfd20c;
}

/* 2025.09.03追加  附属施設・共通施設・教育研究支援組織 */
#menu-item-565 a {
	line-height: 1.4 !important;
	overflow: auto !important;
	align-content: center;
}

/*-バナーナビ---------------------------*/
#banner_nav {
	color: #ffffff;
	width: 245px;
	padding: 0px 0px 0px 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
#banner_nav .menu-item a {
	display: block;
	width: 234px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 15px;
}

#banner_nav .menu-item a img:hover {
	opacity: 0.5;
}

#banner_nav .sub-menu {
	display: none;
	margin-left: 30px;
}
#banner_nav .menu-item .menu-item a {
	display: block;
	background-image: none;
	width: 206px;
	height: 20px;
	line-height: 20px;
	font-size: 120%;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #cfd20c;
	display: block;
	margin-top: -10px;
}
#banner_nav .menu-item .menu-item a:hover {
	color: #ffffff;
}
#banner_nav .current_page_item > a {
	color: #ffffff;
}
/*-重要バナーナビ---------------------------*/
#info_nav {
	color: #ffffff;
	width: 245px;
	padding: 0px 0px 0px 12px;
	overflow: hidden;
	margin-bottom: 5px;
}
#info_nav .menu-item a {
	display: block;
	width: 100%;
	font-size: 140%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
}
#info_nav .menu-item.bn_text a {
	background-color: rgba(255, 0, 0, 0.7);
	display: block;
	width: 100%;
	font-size: 140%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
	color: #ffffff;
	border: 2px solid #ffffff;
	text-decoration: none;
	padding: .75em 1em;
	line-height: 1.4;
}
#info_nav .menu-item a:hover {
	opacity: 0.5;
}
#info_nav_SP {
	display: none;
	background: url(../img/color/color_topbox.png) repeat;
	position: relative;
	color: #ffffff;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 10px 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#info_nav_SP .menu-item {
	list-style-type: none;
}
#info_nav_SP .menu-item a {
	display: inline-block;
	text-align: left;
	font-size: 140%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
}
#info_nav_SP .menu-item:last-child a {
	margin-bottom: 0;
}
#info_nav_SP .menu-item.bn_text a {
	background-color: rgba(255, 0, 0, 0.7);
	width: 234px;
	border: 2px solid #ffffff;
	padding: .75em 1em;
	line-height: 1.4;
}
#info_nav .menu-item a:hover {
	opacity: 0.5;
}


/*-セカンダリーナビ---------------------------*/
#second_nav {
	padding: 0px 0px 0px 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#second_nav .menu-item a {
	display: block;
	width: 204px;
	font-size: 140%;
	line-height: 16px;
	padding-left: 30px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/nav/bg_second-nav.png) 0px 0px no-repeat;
	margin-bottom: 20px;
	color: #ffffff;
	text-decoration: none;
}
#second_nav .menu-item a:hover {
	color: #cfd20c;
	background-position: top 0px left -234px;
}

#second_nav .open > a {
	background-position: top -16px left 0px;
}
#second_nav .menu-item.open a:hover {
	color: #cfd20c;
	background-position: top -16px left -234px;
}

#second_nav .sub-menu {
	display: none;
	margin-top: 25px;
}
#second_nav .menu-item .menu-item a {
	display: block;
	background-image: none;
	width: 206px;
	height: auto;
	line-height: 14px;
	font-size: 120%;
	letter-spacing: 0.2em;
	text-decoration: none;
	display: block;
	margin-top: 0;
}
#second_nav .menu-item .menu-item a:hover {
	color: #cfd20c;
}
#second_nav .current_page_item > a {
	color: #cfd20c;
	background-position: top 0px left -234px;
}
#second_nav .current_page_ancestor > a {
	color: #cfd20c;
	background-position: top 0px left -234px;
}
#second_nav .current_page_item.open > a {
	color: #cfd20c;
	background-position: top -16px left -234px;
}
#second_nav .current_page_ancestor.open > a {
	color: #cfd20c;
	background-position: top -16px left -234px;
}
#second_nav .current_page_item.open > a:hover {
	color: #ffffff;
	background-position: top -16px left 0px;
}
#second_nav .current_page_ancestor.open > a:hover {
	color: #ffffff;
	background-position: top -16px left 0px;
}

/*-ヘッダーメニュースマホ---------------------------*/
#head_nav_SP {
	display: none;
	padding: 0px 0px 0px 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#head_nav_SP .menu-item a {
	display: block;
	width: 204px;
	font-size: 140%;
	line-height: 16px;
	padding-left: 30px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/nav/bg_second-nav.png) 0px 0px no-repeat;
	margin-bottom: 20px;
	color: #ffffff;
	text-decoration: none;
}
#head_nav_SP .menu-item a:hover {
	color: #cfd20c;
	background-position: top 0px left -234px;
}

#head_nav_SP .open > a {
	background-position: top -16px left 0px;
}
#head_nav_SP .menu-item.open a:hover {
	color: #cfd20c;
	background-position: top -16px left -234px;
}

/*-サブナビ---------------------------*/
#sub_nav {
	padding: 0px 0px 0px 12px;
}
#sub_nav .menu-item a {
	display: block;
	width: 204px;
	height: auto;
	font-size: 140%;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}
#sub_nav .menu-item a:hover {
	color: #cfd20c;
}
#sub_nav .menu-item a img:hover {
	opacity: 0.5;
}

#sub_nav .sub-menu {
	display: none;
}
#sub_nav .menu-item .menu-item a {
	display: block;
	background-image: none;
	width: 206px;
	height: auto;
	line-height: 20px;
	font-size: 140%;
	letter-spacing: 0.2em;
	text-decoration: none;
	display: block;
}
#sub_nav .menu-item .menu-item a:hover {
	color: #cfd20c;
}
#sub_nav .current_page_item > a {
	color: #cfd20c;
}

/*-カテゴリナビ---------------------------*/
#cat_nav {
	margin: 0px 0px 5px 6px;
}
#cat_nav .menu-item {
	float: left;
}
#cat_nav .menu-item a {
	display: block;
	margin-left: 6px;
	width: 169px;
	height: 43px;
	line-height: 43px;
	font-size: 140%;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#cat_nav .menu-item:first-child a {
	margin-left: 0px;
}
#cat_nav .exam a {
	background-color: #0059b2;
}
#cat_nav .student a {
	background-color: #00238c;
}
#cat_nav .public a {
	background-color: #001a66;
}
#cat_nav .scientist a {
	background-color: #000040;
}
#cat_nav .menu-item a:hover {
	color: #cfd20c;
}
#cat_nav .current_page_item > a {
	color: #cfd20c;
}

/*-外部リンク---------------------------*/
#out-link {
	background: url(../img/color/color_topbox.png) repeat;
	position: relative;
	color: #ffffff;
	padding: 10px 0px 10px 10px;
	margin: 10px 0px 20px 6px;
	width: 694px;
	overflow: hidden;
}
#out-link li {
	float: left;
	width: 161px;
	margin-right: 10px;
}
#out-link li:hover {
	opacity: 0.6;
}
#out-link a {
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	line-height: 1.2em;
}
/* プレスリリース */
#ban_outreach {
	background: url(../img/ban/ban_outreach.png) no-repeat;
	height: 72px;
}
#ban_outreach:hover {
	background-position: -234px 0;
}
/* Q&A */
#ban_qa {
	background: url(../img/ban/ban_qa.png) no-repeat;
	height: 72px;
}
#ban_qa:hover {
	background-position: -234px 0;
}
/* オープンキャンパス */
#ban_opencampus {
	background: url(../img/ban/ban_opencampus.png) no-repeat;
	height: 72px;
}
#ban_opencampus:hover {
	background-position: -234px 0;
}
/* パンフレット */
#ban_panflet {
	background: url(../img/ban/ban_panflet.png) no-repeat;
	height: 125px;
}
#ban_panflet:hover {
	background-position: -234px 0;
}
/* プレスリリース */
#nav_press {
	background: url(../img/nav/nav_press.png) no-repeat;
}
#nav_press:hover {
	background-position: -234px 0;
}
/* 内部専用 */
#ban_inner {
	background: url(../img/ban/ban_inner.png) no-repeat;
	height: 40px;
}
#ban_inner:hover {
	background-position: -234px 0;
}

#nav-bg {
	background: url(../img/color/color_leftbox.png) repeat;
}

/*背景グラデーション表示用*/
#grobal_color {
	margin-top: 0px;
	background: url(../img/color/grade.png) no-repeat;
	height: 133px;
}

/*-カテゴリナビ---------------------*/
#cat-box {
	margin: 0px 0px 5px 6px;
	overflow: hidden;
}
#cat-box .cat {
	float: left;
	width: 169px;
	height: 43px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-indent: -999px;
}
.cat-text {
	float: left;
	width: 169px;
	height: 43px;
	margin: 0px 0px 5px 6px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #ffffff;
	color: #333333;
	font-size: 140%;
	line-height: 43px;
	text-align: center;
}
#cat_1 {
	background: url(../img/cat/cat_jukensei.png) no-repeat;
}
#cat_1:hover {
	background-position: 0 -43px;
}
#cat_2 {
	background: url(../img/cat/cat_gakusei.png) no-repeat;
}
#cat_2:hover {
	background-position: 0 -43px;
}
#cat_3 {
	background: url(../img/cat/cat_ippan.png) no-repeat;
}
#cat_3:hover {
	background-position: 0 -43px;
}
#cat_4 {
	background: url(../img/cat/cat_kigyou.png) no-repeat;
}
#cat_4:hover {
	background-position: 0 -43px;
}
/*-コンテンツイメージバナー---------------------*/
.cat_banner {
	float: left;
	width: 517px;
	height: 169px;
	margin: 0px 0px 5px 6px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

/*-パネル---------------------------*/
.flip {
	float: left;
	width: 169px;
	height: 169px;
	margin: 0px 6px 5px 0px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.nav-flip {
	float: left;
	width: 169px;
	height: 169px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.nav-flip:hover {
	opacity: 0.7;
}
/*-コンテンツ領域---------------------------*/
.top_box {
	width: 694px;
	margin-left: 6px;
	margin-bottom: 10px;
	overflow: hidden;
}

.contents_box {
	padding: 20px 20px 70px 20px;
	margin: 20px 0px 10px 6px;
	color: #111111;
	background-color: #ffffff;
}

.contents_box h2 {
	font-size: 180%;
	font-weight: bold;
	padding: 15px 0px 15px 17px;
	border-top: solid 8px #051340;
	border-bottom: solid 1px #051340;
	border-right: solid 1px #051340;
	border-left: solid 1px #051340;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.contents_box .notes {
	padding: 10px;
	background-color: #eeeeee;
}
.contents_box .notes .text {
	font-size: 120%;
}

.contents_box h3 {
	position: relative;
	font-size: 180%;
	font-weight: bold;
	padding: 8px 0px 8px 17px;
	/* height: 37px; */
	border-bottom: dotted 1px #aaaaaa;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	background: url(../img/common/bg_h3_blue.png) no-repeat;
}
.contents_box h3::before {
	top:0;
	left:0;
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 90%;
	background-color: #020E42;
}
.contents_box .noletter {
	letter-spacing: 0.0025em;
}
.contents_box h3.l2 {
	font-size: 180%;
	font-weight: bold;
	padding: 8px 0px 0px 17px;
	height: 64px;
	border-bottom: dotted 1px #aaaaaa;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	background: url(../img/common/bg_h3_blue.png) repeat-y;
}

.contents_box h4 {
	font-size: 180%;
	font-weight: bold;
	color: #051340;
	padding-top: 0px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.contents_box h4.admission_small {
	font-size: 180%;
	font-weight: bold;
	color: #051340;
	padding-top: 0px;
	letter-spacing: 0em;
	margin-bottom: 15px;
}

.contents_box h5 {
	font-size: 140%;
	font-weight: bold;
	display: block;
	padding: 2px 2px 2px 2px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.contents_box div.dbl-text {
	width: 360px;
}

.contents_box div.note {
	border: solid 1px #aaaaaa;
	padding: 10px 15px 10px 15px;
}
.contents_box div.note div.note-title {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #20307c;
}
.contents_box div.note div.note-text {
	font-size: 140%;
	line-height: 180%;
	letter-spacing: 0em;
}

.contents_box p.catch {
	font-size: 140%;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333333;
}
.contents_box p {
	font-size: 140%;
	line-height: 180%;
	letter-spacing: 0em;
	margin-bottom: 14px;
}
/* リスト */
.contents_box ul {
	margin-bottom: 10px;
	font-size: 12px;
}
.contents_box ul ul {
	margin-bottom: 0px;
	font-size: 12px;
}
.contents_box ul > li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	line-height: 1.4em;
}
.contents_box ol {
	list-style-type: decimal;
	margin-bottom: 10px;
	font-size: 12px;
}
.contents_box ol ol {
	list-style: lower-alpha;
	margin-bottom: 0px;
	font-size: 12px;
}
.contents_box ol > li {
	margin-left: 20px;
	letter-spacing: 0.2em;
	line-height: 1.4em;
}
.contents_box dl {
	font-size: 120%;
	border-top: 1px solid #cacad9;
}
.contents_box dt {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	width: 150px;
}
.contents_box dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 160px;
	border-bottom: 1px solid #cacad9;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.contents_box p.img-caption {
	font-size: 120%;
	line-height: 1.6em;
}
.contents_box p strong {
	font-weight: bold;
}

/* 表 */
.contents_box table {
	border-top: solid 1px #cacad9;
	width: 100%;
	margin-bottom: 15px;
}
.contents_box td,
.contents_box th {
	border: 0; /* add 2023.11.20 */
	border-bottom: solid 1px #cacad9;
	padding: 5px 20px 5px 20px;
	vertical-align: middle;
	font-size: 120%;
}
.contents_box th {
	background-color: #eff4fd;
}
/* STAFF */
.contents_box table.staff {
	border-top: solid 1px #cacad9;
	width: 100%;
	margin-bottom: 15px;
}
.contents_box table.staff td,
.contents_box table.staff th {
	border-bottom: solid 1px #cacad9;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	font-size: 120%;
}
.contents_box table.staff th {
	background-color: #eff4fd;
}
/* STAFF size-auto */
.contents_box table.staff_auto {
	border-top: solid 1px #cacad9;
	width: auto;
	margin-bottom: 15px;
}
.contents_box table.staff_auto td,
.contents_box table.staff_auto th {
	border-bottom: solid 1px #cacad9;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	font-size: 120%;
}
.contents_box table.staff_auto th {
	background-color: #eff4fd;
}
/* 学生サポート表 */
table.support {
	width: auto;
}
table.support td,
table.support th {
	border-bottom: solid 1px #cacad9;
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	font-size: 120%;
}
/* 学生サポート表2 */
table.support-short {
	width: auto;
	margin-bottom: 0px;
}
table.support-short td,
table.support-short th {
	border-bottom: solid 1px #cacad9;
	padding: 5px 5px 5px 20px;
	vertical-align: middle;
	font-size: 120%;
}

/* 入試情報 */
.contents_box table.admission {
	border-top: solid 1px #cacad9;
	border-left: solid 1px #cacad9;
	width: 100%;
	margin-bottom: 15px;
}
.contents_box table.admission td,
.contents_box table.admission th {
	border-right: solid 1px #cacad9;
	border-bottom: solid 1px #cacad9;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	font-size: 120%;
}

.contents_box table strong {
	font-weight: bold;
}
/* 表内のリスト 学生便覧 */
.contents_box table.handbook ul {
	margin-bottom: 10px;
	font-size: 100%;
}
.contents_box table.handbook ul ul {
	margin-bottom: 0px;
	font-size: 100%;
}
.contents_box table.handbook ul li {
	list-style-type: none;
	margin-left: 20px;
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-bottom: 2px;
}
.contents_box table.handbook ol {
	list-style-type: decimal;
	margin-bottom: 10px;
	font-size: 100%;
}
.contents_box table.handbook ol ol {
	list-style: lower-alpha;
	margin-bottom: 0px;
	font-size: 100%;
}
.contents_box table.handbook ol li {
	margin-left: 40px;
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-bottom: 2px;
}
/* プログラム合宿表示 */
.contents_box table.pg {
	border-top: none;
	width: 100%;
	margin-bottom: 50px;
}
.contents_box table.pg td,
.contents_box table.pg th {
	border-bottom: none;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
	font-size: 120%;
}
.contents_box table.pg th {
	background-color: #eff4fd;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* 沿革 */
.contents_box table.history {
	border-top: solid 1px #cacad9;
	width: 100%;
	font-size: 100%;
}
.contents_box table.history td,
th {
	border-bottom: solid 1px #cacad9;
	padding: 0px;
	vertical-align: top;
}
.contents_box table.history th {
	background-color: #eff4fd;
}

.contents_box table.history td.year {
	background-color: #e7eef9;
	width: 70px;
	line-height: 140%;
	padding: 10px 0px 10px 10px;
	font-size: 120%;
}
.contents_box table.history td.month {
	background-color: #e7eef9;
	width: 50px;
	line-height: 140%;
	padding: 10px 20px 10px 0px;
	text-align: right;
	font-size: 120%;
}
.contents_box table.history td.text {
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	width: 520px;
}
.contents_box table.history td.text div.image-note {
	margin-top: 10px;
}
.contents_box table.history td.text div.caption {
	font-size: 120%;
}
.contents_box table.history td.text ul {
	margin-bottom: 0px;
}
.contents_box table.history td.text ul li {
	font-size: 100%;
	margin-left: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

/* 大学院教育プログラム用表 */
.contents_box table.pg-table {
	border-top: solid 1px #cacad9;
	border-left: solid 1px #cacad9;
	width: 100%;
	margin-bottom: 15px;
}
.contents_box table.pg-table td,
.contents_box table.pg-table th {
	border-right: solid 1px #cacad9;
	border-bottom: solid 1px #cacad9;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 120%;
}
.contents_box table.pg-table th {
	background-color: #eff4fd;
	text-align: left;
}

span.kaiten90 {
	display: block;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* ボタン */
.contents_box a.btn {
	display: inline-block;
	border-top: solid 1px #cacad9;
	border-right: solid 1px #afafc7;
	border-bottom: solid 1px #afafc7;
	border-left: solid 1px #cacad9;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	background-color: #eff4fd;
	border-radius: 5px;
}
.contents_box a.btn:hover {
	color: #000000;
	background-color: #ddddff;
}
.contents_box a.btn:active {
	color: #000000;
	background-color: #ccccee;
}
/* ページナビ  */
.page_navi {
	text-align: center;
}

.page_navi li {
	display: inline;
	list-style: none;
}

.page_navi li.current span {
	color: #000;
	font-weight: bold;
	display: inline-block;
	padding: 3px 7px;
	background: #fee;
	border: solid 1px #fcc;
}

.page_navi li a {
	color: #333;
	padding: 3px 7px;
	background: #eee;
	display: inline-block;
	border: solid 1px #999;
	text-decoration: none;
}

.page_navi li a:hover {
	color: #f00;
}

.page_navi li.page_nums span {
	color: #fff;
	padding: 3px 7px;
	background: #666;
	display: inline-block;
	border: solid 1px #333;
}

/* CMS */
.icon-news {
	display: inline-block;
	background-color: #d93600;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
}
.icon-seminer {
	display: inline-block;
	background-color: #2db200;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
}
.icon-press {
	display: inline-block;
	background-color: #00a2db;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
}

.cms dl {
	font-size: 120%;
	border-top: 1px dotted #cacad9;
}
.cms dt {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	width: 230px;
}
.cms dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 240px;
	border-bottom: 1px dotted #cacad9;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.cms a {
	color: #ffffff;
	text-decoration: none;
}

p.cms_list {
	text-align: right;
}
p.cms_list a {
	color: #ffffff;
}

#rss {
	background-color: red;
	color: #ffffff;
	display: inline-block;
	padding: 0px 5px 0px 5px;
	right: 0px;
	top: 5px;
	position: absolute;
}
#rss a {
	color: #ffffff;
}

div.cms-list-box {
	margin-top: 20px;
}

.cms-list-box dl {
	font-size: 120%;
	border-top: 1px dotted #cacad9;
}
.cms-list-box dt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	clear: both;
	width: 90px;
	line-height: 1.4em;
}
.cms-list-box dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
	border-bottom: 1px dotted #cacad9;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.cms-list-box a {
	color: #000000;
	text-decoration: none;
}

.cms-list-box a:hover {
	color: #000000;
	text-decoration: underline;
}

/*-ページャー---------------------------*/

#pager {
	text-align: center;
	margin-top: 30px;
}

#pager ul {
	font-size: 12px;
	line-height: 22px;
}

#pager li {
	margin: 0px 4px 0px 4px;
	display: inline-block;
}

#pager .num {
	color: #999999;
}

#pager .num a {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #2d68e8;
	color: #2d68e8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 22px;
}

#pager .current {
	background: #2d68e8;
	border: 1px solid #2d68e8;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 22px;
}

#pager li.prev,
#pager li.next {
	margin: 0px;
}
#pager li.prev a {
	color: #2d68e8;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-right: 3px;
}
#pager li.next a {
	color: #2d68e8;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-left: 3px;
}
#pager li.prev a:hover {
	color: #2d68e8;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-right: 3px;
	text-decoration: underline;
}
#pager li.next a:hover {
	color: #2d68e8;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-left: 3px;
	text-decoration: underline;
}
#pager li.prev.off {
	color: #999999;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-right: 3px;
}
#pager li.next.off {
	color: #999999;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-left: 3px;
}

#pager li.prev_off {
	color: #999999;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-right: 3px;
}
#pager li.next_off {
	color: #999999;
	padding: 3px 8px 3px 8px;
	height: 22px;
	line-height: 22px;
	margin-left: 3px;
}

#pager a:link,
#pager a:visited {
	text-decoration: none;
}

#pager a:hover,
#pager a:active {
	text-decoration: none;
}

#pager .num a:hover {
	background: #2d68e8;
	border: 1px solid #2d68e8;
	color: #ffffff;
}
#pager .off {
	color: #999999;
}
/* SNSカウント数表示用   */
.count_f,
.count_t {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
}
.sns_count {
	clear: both;
}
.count_f span,
.count_t span {
	font-size: 120%;
	margin: 0px 0px 0px 1px;
	padding: 0px 5px 0px 5px;
	border: solid 1px #cccccc;
}

/* アイキャッチナビゲーション */
.parent_icon {
	width: 694px;
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 5px;
	overflow: hidden;
}
.parent_icon .parent_icon_pn {
	margin-right: 6px;
	display: block;
	float: left;
	/* width: 169px; */
}
.parent_icon a img.parent_icon-pn:hover {
	opacity: 0.5;
}
.parent_icon .parent_icon_bn {
	display: block;
	float: left;
}
/* .parent_icon img.parent_icon-pn {
	margin-right: 6px;
	display: block;
	float: left;
}
.parent_icon a img.parent_icon-pn:hover {
	opacity: 0.5;
}
.parent_icon img.parent_icon-bn {
	display: block;
	float: left;
} */

/*-兄弟ナビ---------------------------*/
#contents_nav {
	margin-bottom: 9px;
	margin-left: 3px;
	margin-right: -3px;
	display: flex;
	flex-wrap: wrap;
}
#contents_nav li {
	width: 25%;
	padding: 0 3px;
	margin-bottom: 5px;
}
#contents_nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
  max-width: 100%;
	width: 100%;
	padding: 3px 3px;
	height: 100%;
	min-height: 40px;
	line-height: 1.2;
	font-size: 120%;
	cursor: pointer;
	color: #ffffff;
	background-color: #2694cd;
	text-decoration: none;
	text-align: center;
}
#contents_nav li a:hover {
	color: #ffff00;
}
#contents_nav .current_page_item > a {
	color: #ffff00;
}

/* 2行になりそうなやつ */
/* 基礎理学プロジェクト研究センター */
/* #contents_nav li.page-item-8392 a,
#contents_nav li.page-item-2671 a,
#contents_nav li.page-item-7658 a,
#contents_nav li.page-item-5187 a,
#contents_nav li.page-item-7252 a,
#contents_nav li.page-item-6497 a,
#contents_nav li.page-item-5670 a,
#contents_nav li.page-item-134 a,
#contents_nav li.page-item-4696 a,
#contents_nav li.page-item-3563 a,
#contents_nav li.page-item-2371 a,
#contents_nav li.page-item-90 a,
#contents_nav li.page-item-93 a,
#contents_nav li.page-item-101 a {
	line-height: 1em;
	padding-top: 9px;
	height: 31px; */
}

/* -子ページへのリンク-----------------*/
.child-link-box {
	width: 654px;
}
a.child-link-small a,
.child-link-small a,
.child-link-box a {
	text-decoration: none;
}

.child-link {
	width: 316px;
	height: 152px;
	padding: 10px 15px 15px 15px;
	border: solid 2px #001748;
	margin-bottom: 20px;
}

.child-link-small {
	width: 316px;
	padding: 10px 15px 10px 15px;
	border: solid 2px #001748;
	margin-bottom: 20px;
	text-decoration: none;
}
.child-link-small:hover {
	background-color: #dedede;
}
.child-link-small .title {
	font-size: 150%;
	letter-spacing: 0em;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	background: url(../img/common/bg_child-btn.png) no-repeat 0px 4px;
}
.child-link .child-img {
	background-color: #ffffff;
	clear: both;
	float: left;
	width: 90px;
	height: 90px;
	letter-spacing: 0.2em;
	margin: 0px 15px 0px 0px;
}

.child-link .title {
	font-size: 160%;
	letter-spacing: 0em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/common/bg_child-btn.png) no-repeat 0px 4px;
}
.child-link .child-excerpt p {
	font-size: 120%;
	color: #111111;
}

.child-link:hover {
	background-color: #dedede;
}

/* -SNSボタン-----------------*/

ul.sns {
}
ul.sns li {
	float: left;
	list-style: none;
}
/* -ページトップに戻るボタン-----------------*/
#btn_pagetop {
	display: none;
	background: url(../img/common/bg_pagetop.png) no-repeat 0px 0px;
	overflow: hidden;
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 50px;
	height: 31px;
	cursor: pointer;
}
#btn_pagetop:hover {
	background-position: top 0px left -50px;
}

/* -リンクナビ-----------------*/
span.link {
	display: inline-block;
	padding: 0px 0px 0px 17px;
	font-size: 120%;
	background: url(../img/common/arrow_blue.png) no-repeat 0px 1px;
}
a.link {
	display: inline-block;
	padding: 0px 0px 0px 17px;
	font-size: 120%;
	background: url(../img/common/arrow_blue.png) no-repeat 0px 1px;
}

a.mail-link {
	display: inline-block;
	padding: 0px 0px 0px 17px;
	font-size: 120%;
	background: url(../img/common/mail.png) no-repeat 0px 5px;
}

/* インタビュー用ボタン */
a.link-btn-voice {
	display: block;
	width: 316px;
	/* height: 50px; */
	line-height: auto;
	border: solid 2px #001748;
	margin-bottom: 20px;
	letter-spacing: 0em;
	font-weight: bold;
	color: #333333;
	padding: 10px 10px 10px 40px;
	background: url(../img/common/bg_child-btn.png) no-repeat 15px 15px;
	text-decoration: none;
}
a.link-btn-voice .name {
	font-size: 140%;
	font-weight: bold;
}
a.link-btn-voice .country {
	font-size: 120%;
	margin-left: 5px;
}
a.link-btn-voice .department {
	display: block;
	margin-right: 15px;
	padding: 2px 0 0 0;
	border-top: solid 1px #efefef;
	font-size: 110%;
}
a.link-btn-voice:hover {
	background-color: #cccccc;
}
/* voice見出し */
.voice {
}
.voice .student {
	padding: 10px 0;
	font-size: 180%;
	font-weight: bold;
	display: block;
}
.voice .country {
	font-size: 180%;
	margin-left: 5px;
}
.voice_department {
	padding: 2px 2px 2px 10px;
	font-size: 140%;
	background-color: #001a66;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 4px;
}
p.voice-q {
	font-size: 160%;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
p.voice-q:before {
	position: absolute;
	left: 0px;
	top: 12px;
	content: "";
	background: #9c9cd2;
	width: 15px;
	height: 2px;
}
p.voice-a {
	margin-bottom: 20px;
}

div.mail {
	display: inline-block;
	padding: 0px 0px 0px 17px;
	font-size: 120%;
	background: url(../img/common/mail-gray.png) no-repeat 0px 5px;
}
div.mail-in {
	display: inline-block;
	padding: 0px 0px 0px 17px;
	font-size: 100%;
	background: url(../img/common/mail-gray.png) no-repeat 0px 5px;
}
p.mail-note {
	font-size: 120%;
}
p.mail-note-mb0 {
	font-size: 120%;
	margin-bottom: 0px;
}
span.link-list {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_page-nav.png) no-repeat 0px 0px;
	width: 320px;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	text-decoration: none;
	overflow: hidden;
}

a.link-list {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_page-nav.png) no-repeat 0px 0px;
	width: 350px;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	text-decoration: none;
	overflow: hidden;
}
a.link-list:hover {
	color: #377bc9;
	background-position: top 0px left -350px;
}
a.link-list2l {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_page-nav.png) no-repeat 0px 0px;
	width: 350px;
	height: 46px;
	padding-left: 30px;
	padding-top: 6px;
	text-decoration: none;
	overflow: hidden;
}
a.link-list2l:hover {
	color: #377bc9;
	background-position: top 0px left -350px;
}
a.link-list-w {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_nav-list-w.png) no-repeat 0px 0px;
	width: 410px;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	text-decoration: none;
	overflow: hidden;
}
a.link-list-w:hover {
	color: #377bc9;
	background-position: top 0px left -410px;
}

a.link-banner {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_link-banner.png) no-repeat 0px 0px;
	width: 234px;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	text-decoration: none;
	overflow: hidden;
}
a.link-banner:hover {
	color: #377bc9;
	background-position: top 0px left -234px;
}
a.link-banner2l {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_link-banner.png) no-repeat 0px 0px;
	width: 234px;
	height: 46px;
	padding-top: 6px;
	padding-left: 30px;
	text-decoration: none;
	overflow: hidden;
}
a.link-banner2l:hover {
	color: #377bc9;
	background-position: top 0px left -234px;
}

a.link-banner2 {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_link-banner2.png) no-repeat 0px 0px;
	width: 284px;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	text-decoration: none;
	overflow: hidden;
}
a.link-banner2:hover {
	color: #377bc9;
	background-position: top 0px left -284px;
}

a.link-banner_gray {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_link-banner_gray.png) no-repeat 0px 0px;
	color: #444444;
	width: 234px;
	height: 46px;
	padding-left: 30px;
	line-height: 46px;
	text-decoration: none;
	overflow: hidden;
}
a.link-banner_gray:hover {
	color: #666666;
	background-position: top 0px left -234px;
}
a.link-banner_gray2 {
	display: block;
	font-size: 120%;
	background: url(../img/nav/bg_link-banner_gray.png) no-repeat 0px 0px;
	color: #444444;
	width: 204px;
	height: 46px;
	padding-top: 6px;
	padding-left: 30px;
	line-height: 1.5em;
	text-decoration: none;
	overflow: hidden;
}
a.link-banner_gray2:hover {
	color: #666666;
	background-position: top 0px left -234px;
}

/* リンクボックス  */

div.link-box a {
	display: block;
	width: 316px;
	/* height: 50px; */
	padding: 10px 15px 10px 25px;
	border: solid 2px #001748;
	margin-bottom: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
	background: url(../img/common/arrow_blue.png) no-repeat 5px 12px;
}
div.link-box a:hover {
	background-color: #ededed;
}

/* -pdfリンクナビ-----------------*/

a.link-pdf {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-pdf.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
a.link-pdf:hover {
	opacity: 0.5;
}

a.link-pdf_inline {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-pdf_big.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
a.link-pdf_inline:hover {
	opacity: 0.5;
}

a.link-xls_inline {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-xls_big.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
a.link-xls_inline:hover {
	opacity: 0.5;
}
a.link-doc_inline {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-doc_big.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
a.link-doc_inline:hover {
	opacity: 0.5;
}
/* データボックス  */

div.data-box {
	display: block;
	width: 272px;
	height: 50px;
	padding: 15px 25px 15px 15px;
	border: solid 2px #001748;
	margin-bottom: 20px;
	color: #333333;
}
div.data-box-course {
	display: block;
	width: 316px;
	height: auto;
	padding: 15px 25px 15px 15px;
	border: solid 2px #001748;
	margin-bottom: 20px;
	color: #333333;
}

div.data-box-course div.title,
div.data-box div.title {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333333;
}
div.data-box-course div.course-title {
	font-size: 120%;
	color: #333333;
}
/* 問い合わせフォームメッセージ表示  */
div.wpcf7-response-output {
	clear: both;
	font-size: 120%;
}
input.wpcf7-submit {
	display: block;
	padding: 10px 20px 10px 20px;
	float: right;
}

/* データボックスワイド  */

div.data-box-w {
	width: 100%;
	border: solid 2px #001748;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	color: #333333;
}

div.data-box-w div.title {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333333;
	margin-left: 15px;
}
div.data-box-w div.data {
	margin-left: 15px;
}

/* リンクボタン */
a.link-btn {
	display: block;
	width: 316px;
	min-height: 46px;
	line-height: 1.2;
	border: solid 2px #001748;
	margin-bottom: 20px;
	font-size: 160%;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #333333;
	padding:15px 0 15px 40px;
	background: url(../img/common/bg_child-btn.png) no-repeat 15px 16px;
	text-decoration: none;
}
a.link-btn_brown {
	display: block;
	width: 316px;
	min-height: 46px;
	line-height: 1.2;
	border: solid 2px #937600;
	margin-bottom: 20px;
	font-size: 160%;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #333333;
	padding:15px 0 15px 40px;
	background: url(../img/common/bg_child-btn_brown.png) no-repeat 15px 16px;
	text-decoration: none;
}
a.link-btn.link-btn-long {
	font-size: 130%;
}
a.link-btn:hover {
	background-color: #cccccc;
}
a.link-btn_large {
	display: block;
	width: 654px;
	min-height: 46px;
	line-height: 1.2;
	border: solid 2px #001748;
	margin-bottom: 20px;
	font-size: 140%;
	letter-spacing: 0em;
	font-weight: bold;
	color: #333333;
	padding:15px 0 15px 40px;
	background: url(../img/common/bg_child-btn.png) no-repeat 15px 16px;
	text-decoration: none;
}
a.link-btn_large:hover {
	background-color: #cccccc;
}
a.link-btn_wide {
	position: relative;
	display: block;
	width: 610px;
	height: 46px;
	line-height: 46px;
	border: solid 2px #0059b2;
	background-color: #2694cd;
	margin-bottom: 10px;
	font-size: 140%;
	letter-spacing: 0em;
	font-weight: bold;
	color: #fff;
	padding-left: 40px;
	text-decoration: none;
}
a.link-btn_wide:before {
	display: block;
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
}
a.link-btn_wide:hover {
	background-color: #0059b2;
}

/* 基金ページ追加CSS add 20151126 */
a.link-btn-small {
	display: block;
	width: 316px;
	/* height: 46px; */
	/* line-height: 46px; */
	line-height: 1.2;
	border: solid 2px #001748;
	margin-bottom: 20px;
	font-size: 140%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333333;
	padding-left: 40px;
	padding:14px 14px 14px 40px;
	background: url(../img/common/bg_child-btn.png) no-repeat 15px 15px;
	text-decoration: none;
}
a.link-btn-small:hover {
	background-color: #cccccc;
}
/* サイトマップ */
#sitemap2 li,
#sitemap li {
	margin-bottom: 0px;
	border-bottom: solid 1px #aaaaaa;
	list-style: none;
	padding: 10px;
	font-size: 16px;
}
#sitemap2 li a,
#sitemap li a {
	font-weight: bold;
	color: #051340;
	text-decoration: none;
	line-height: 200%;
}
#sitemap2 li a:hover,
#sitemap li a:hover {
	text-decoration: underline;
}
#sitemap2 li li,
#sitemap li li {
	margin-bottom: 5px;
	float: none;
	border: none;
	padding: 0px;
	font-size: 12px;
}
#sitemap2 li li a,
#sitemap li li a {
	font-weight: normal;
	line-height: 100%;
}
#sitemap2 li li a:hover,
#sitemap li li a:hover {
	text-decoration: underline;
}

div.test-text p {
	font-size: 120%;
	line-height: 200%;
	margin: 0px 12px 10px 12px;
}

/* アクセスマップ */
div.access {
	margin-bottom: 10px;
}
div.access p.title {
	margin-bottom: 0px;
	color: #000c40;
	font-weight: bold;
}

ol.campusmap-list {
	margin-left: 20px;
}
ol.campusmap-list li {
	font-size: 100%;
	line-height: 180%;
}
ol.campusmap-list li strong {
	color: red;
	font-weight: bold;
}

/* ギャラリー */
.douga-box {
	width: 320px;
}
.douga-box a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-bottom: 10px;
}
.douga-box-mb00 a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-bottom: 0;
}
.douga-box a:hover {
	color: darkblue;
	background-color: #efefef;
}
.douga-box a:hover img {
	opacity: 0.8;
}
.douga-box .title {
	padding: 0 5px;
	font-size: 140%;
	line-height: 120%;
	letter-spacing: 0.02em;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.douga-box .text {
	margin-top: 5px;
	padding: 0 5px;
	font-size: 120%;
	line-height: 150%;
	display: block;
}
.douga-box .text-sub {
	margin-top: 0;
	padding: 0 5px;
	font-size: 120%;
	line-height: 150%;
	display: block;
}
.douga-box .text-sub a {
	display: inline;
	text-decoration: underline;
	padding-bottom: 0;
	color: #2d68e8;
}
.douga-box .text-sub a:hover {
	text-decoration: none;
}
.sp-show {
	display: none;
}
.bn_corona:hover {
	opacity: 0.8;
}
.logo_sp {
	display: none;
}

.bl_indexLink {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.bl_indexLink li {
	box-sizing: border-box;
	display: block;
	width: calc(50% - 10px);
	margin: 0 !important;
	margin-bottom: 10px !important;
}
.bl_indexLink li:nth-child(odd) {
	box-sizing: border-box;
	padding-right: 10px;
}
.bl_indexLink li:nth-child(even) {
	box-sizing: border-box;
	padding-left: 10px;
}
.bl_indexLink li a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 1px solid #333;
	border-left: 5px solid #333;
	padding: 10px 10px;
	text-decoration: none;
	color: #333;
}
.bl_indexLink li a:hover {
	opacity: 0.7;
}

.is-style-dashborder {
	padding: 1em;
	border: dashed 1px #aaa;
}
.is-style-ad-l {
	font-weight: bold;
	background-color: #051340;
	color: #fff;
	padding: 5px 10px;
}
.is-style-ad-m {
	font-weight: bold;
	padding: 5px 10px;
	border-left: 4px solid #051340;
	border-bottom: dotted 1px #aaa;
}
.is-style-ad-s {
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: solid 1px #051340;
}

.is-style-pdf-none {
	position: relative;
	display: inline-block;
	color: #aaa;
	font-size: 140%;
	background-color: transparent;
	padding: 0 0 0 20px;
	margin-bottom: 1em;
}
.is-style-pdf-none::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/common/bg_link-pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.is-style-p-arrow {
	position: relative;
	display: inline-block;
	font-size: 140%;
	background-color: transparent;
	padding: 0 0 0 14px;
	margin-bottom: 1em;
}
.is-style-p-arrow::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #0059b2;
}

/* ファイル */
.wp-block-file {
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	font-size: 140%;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.wp-block-file .wp-block-file__textlink,
.wp-block-file a:first-child {
	position: relative;
	text-decoration: underline;
	color: #333;
	padding-left: 20px;
}
.wp-block-file a:first-child::before,
.wp-block-file .wp-block-file__textlink::before {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/common/bg_link-pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 2px;
}
.wp-block-file.is-style-pdf a:first-child::before,
.wp-block-file.is-style-pdf .wp-block-file__textlink::before {
	background-image: url(../img/common/bg_link-pdf.png);
}
.wp-block-file.is-style-xls a:first-child::before,
.wp-block-file.is-style-xls .wp-block-file__textlink::before {
	background-image: url(../img/common/bg_link-xls_big.png);
}
.wp-block-file.is-style-doc a:first-child::before,
.wp-block-file.is-style-doc .wp-block-file__textlink::before {
	background-image: url(../img/common/bg_link-doc_big.png);
}
.wp-block-file a.wp-block-file__button {
	margin-left: 1.5em;
	color:#fff;
	padding: 0 1em;
	text-decoration: none;
}

.wp-block-file.is-style-pdf-topics {
	border-bottom: 0;
	padding: 0 10px 0 0;
	margin-bottom: 1em;
}
.wp-block-file.is-style-pdf-topics .wp-block-file__textlink,
.wp-block-file.is-style-pdf-topics a:first-child {
	color: #0059b2;
}
.wp-block-file.is-style-pdf-topics .wp-block-file__textlink:hover,
.wp-block-file.is-style-pdf-topics a:first-child:hover {
	text-decoration: none;
}

/* 画像 */
.wp-block-image img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wp-block-image figcaption {
	text-align: left;
	font-size: 120%;
	margin-top: 10px;
}

.wp-block-image.is-style-topics {
	text-align: center;
	border: 1px solid #aaa;
}
.wp-block-image.is-style-topics img {
	vertical-align: bottom;
	margin: 5px;
	max-width: calc(100% - 10px);
}
.wp-block-image.is-style-topics figcaption {
	text-align: left;
	background-color: #eff4fd;
	padding: 15px;
	font-size: 120%;
	margin: 0;
}

/* ボタン */
/* インデックスリンクflexだと崩れるのでblockに変更 */
.wp-block-buttons {
	display: block;
}

.wp-block-button.is-style-sciBasic .wp-block-button__link {
	box-sizing: border-box;
	line-height: 1.2;
	min-width: 320px;
	position: relative;
	display: inline-block;
	color: #2D68E8;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #A2C1E6;
	border-left: 16px solid #337AC1;
	border-radius: 0;
	background-color: transparent;
	padding: 15px 10px 15px 10px;
	margin-bottom: 5px;
}
.wp-block-button.is-style-sciBasic .wp-block-button__link::before {
	position: absolute;
	top: 15px;
	left: -11px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}
.wp-block-button.is-style-sciBasic .wp-block-button__link:focus,
.wp-block-button.is-style-sciBasic .wp-block-button__link:hover {
	opacity: 0.8;
}

.wp-block-button.is-style-sciIndex {
	display: block;
	width: 100%; /* add 2023.11.20 */
}
.wp-block-button.is-style-sciIndex .wp-block-button__link {
	box-sizing: border-box;
	line-height: 1.2;
	width: 100%;
	position: relative;
	display: block;
	color: #333;
	text-align: left;
	text-decoration: none;
	/* font-size: 160%; */
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 2px solid #020e42;
	border-radius: 0;
	background-color: transparent;
	padding: 12px 10px 12px 40px;
	margin-bottom: 1em;
}
.wp-block-button.is-style-sciIndex .wp-block-button__link::before {
	position: absolute;
	top: 12px;
	left: 15px;
	content: "";
	background-image: url(../img/common/bg_child-btn.png);
	display: block;
	width: 15px;
	height: 15px;
}
.wp-block-button.is-style-sciIndex .wp-block-button__link:hover {
	background-color: #efefef;
}

.wp-block-button.is-style-arrow .wp-block-button__link {
	position: relative;
	display: inline-block;
	color: #0059b2;
	text-decoration: underline;
	text-align: left;
	font-size: 140%;
	background-color: transparent;
	padding: 0 0 0 14px;
	margin-bottom: 0em;
}
.wp-block-button.is-style-arrow .wp-block-button__link::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #0059b2;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover {
	text-decoration: none;
}

.wp-block-button.is-style-pdf .wp-block-button__link {
	position: relative;
	display: inline-block;
	color: #0059b2;
	text-decoration: underline;
	text-align: left;
	font-size: 140%;
	background-color: transparent;
	padding: 0 0 0 20px;
	margin-bottom: 1em;
}
.wp-block-button.is-style-pdf .wp-block-button__link::before {
	position: absolute;

	top: 4px;
	left: 0;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/common/bg_link-pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-block-button.is-style-pdf .wp-block-button__link:hover {
	text-decoration: none;
}

/* ボタンリンク無し */
.wp-block-button.is-style-sciBasic.is_noLink .wp-block-button__link,
.wp-block-button.is-style-sciBasicGray.is_noLink .wp-block-button__link,
.wp-block-button.is-style-sciIndex.is_noLink .wp-block-button__link {
	pointer-events: none;
	color:#777;
	background-color:#eee;
}
.wp-block-button.is-style-arrow.is_noLink .wp-block-button__link,
.wp-block-button.is-style-pdf.is_noLink .wp-block-button__link {
	pointer-events: none;
	color:#777;
	text-decoration: none;
}

/* Box */
.wp-block-group.is-style-box {
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 30px;
}
.wp-block-group.is-style-box .is-style-p-boxTitle {
	border-bottom: 1px solid #aaa;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	background-color: #eee;
	font-weight: bold;
}

.wp-block-columns {
	margin-bottom: 0;
	column-gap:15px; /* add 2023.11.20 */
	row-gap:0; /* add 2023.11.20 */
}

/* List */
ul.is-style-listIndex {
	box-sizing: border-box;
	display: block;
	margin-left: -8px;
	margin-right: -8px;
}
ul.is-style-listIndex::after {
	content: "";
	display: block;
	clear: both;
}
ul.is-style-listIndex li {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 8px;
	list-style-type: none;
	margin: 0;
}
ul.is-style-listIndex li a {
	box-sizing: border-box;
	line-height: 1.2;
	width: 100%;
	position: relative;
	display: block;
	color: #333;
	text-align: left;
	text-decoration: none;
	/* font-size: 160%; */
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 2px solid #020e42;
	border-radius: 0;
	background-color: transparent;
	padding: 12px 10px 12px 40px;
	margin-bottom: 1em;
}
ul.is-style-listIndex li a::before {
	position: absolute;
	top: 12px;
	left: 15px;
	content: "";
	background-image: url(../img/common/bg_child-btn.png);
	display: block;
	width: 15px;
	height: 15px;
}
ul.is-style-listIndex li a:hover {
	background-color: #efefef;
}
/* 矢印 */
ul.is-style-listArrow {
list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.is-style-listArrow li {
	list-style-type: none;
	position: relative;
	background-color: transparent;
	padding: 0 0 0 17px;
	margin-left: 0;
	margin-bottom: .75em;
	letter-spacing: 0;
}
ul.is-style-listArrow li::before {
	position: absolute;
	top: 1px;
	left: 3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #0059b2;
}
/* 便覧*/
ul.is-style-listBinran_noBorder,
ul.is-style-listBinran {
list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.is-style-listBinran_noBorder > li {
	list-style-type: none;
	position: relative;
	background-color: transparent;
	padding: 0 0 .5em 17px;
	margin-left: 0;
	margin-bottom: .75em;
	letter-spacing: 0;	
}
ul.is-style-listBinran > li {
	list-style-type: none;
	position: relative;
	background-color: transparent;
	padding: 0 0 .5em 17px;
	margin-left: 0;
	margin-bottom: .75em;
	letter-spacing: 0;
	border-bottom: 1px dashed #ccc;
}
ul.is-style-listBinran_noBorder > li::before,
ul.is-style-listBinran > li::before {
	position: absolute;
	top: 1px;
	left: 3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #0059b2;
}
ul.is-style-listBinran_noBorder > li > ul,
ul.is-style-listBinran_noBorder > li > ol,
ul.is-style-listBinran > li > ul,
ul.is-style-listBinran > li > ol {
	margin-top: 10px;
}
/* 便覧 ol*/
ol.is-style-listBinran_noBorder,
ol.is-style-listBinran {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
ol.is-style-listBinran_noBorder > li {
	list-style-type: none;
	position: relative;
	background-color: transparent;
	padding: 0 0 .5em 25px;
	margin-left: 0;
	margin-bottom: .75em;
	letter-spacing: 0;
}
ol.is-style-listBinran > li {
	list-style-type: none;
	position: relative;
	background-color: transparent;
	padding: 0 0 .5em 25px;
	margin-left: 0;
	margin-bottom: .75em;
	letter-spacing: 0;
	border-bottom: 1px dashed #ccc;
}
ol.is-style-listBinran_noBorder > li::before,
ol.is-style-listBinran > li::before {
	counter-increment: item;
  content: counter(item)'.';
	position: absolute;
	width: 20px;
	top: 1px;
	left: 0;
	display: block;
	text-align: right;
}
ol.is-style-listBinran_noBorder > li > ul,
ol.is-style-listBinran_noBorder > li > ol,
ol.is-style-listBinran > li > ul,
ol.is-style-listBinran > li > ol {
	margin-top: 10px;
	margin-left: 15px;
}
ol.is-style-listBinran_noBorder > li > ol,
ol.is-style-listBinran > li > ol {
	list-style-type: decimal;
	margin-top: 10px;
}
ol.is-style-listBinran_noBorder > li > ul > li,
ol.is-style-listBinran_noBorder > li > ol > li,
ol.is-style-listBinran > li > ul > li,
ol.is-style-listBinran > li > ol > li {
	margin-bottom: 5px;
}
/* 入試情報テーブル クラシック対応 */
.wp-block-group.is-style-groupTest {
	box-sizing: border-box;
}
.wp-block-group.is-style-groupTest table {
	border-right:1px solid #ccc;
}
.wp-block-group.is-style-groupTest table th,
.wp-block-group.is-style-groupTest table td {
	padding: 5px 5px;
	border-left:1px solid #ccc;
}
.wp-block-group.is-style-groupTest table th p,
.wp-block-group.is-style-groupTest table td p {
	font-size: 100%;
	margin: 0;
}
.wp-block-group.is-style-groupTest table td a[href$=".xls"],
.wp-block-group.is-style-groupTest table td a[href$=".xlsx"] {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-xls_big.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
.wp-block-group.is-style-groupTest table td a[href$=".doc"],
.wp-block-group.is-style-groupTest table td a[href$=".docx"] {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-doc_big.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
.wp-block-group.is-style-groupTest table td a[href$=".pdf"] {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/bg_link-pdf_big.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
.wp-block-group.is-style-groupTest table td a:hover {
	opacity: 0.5;
}

/* 組織図 */
.bl_org {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}
.bl_org_ttl {
	position: relative;
	width: 240px;
	padding: 10px;
	border: 1px solid #333;
	/* border-left: 4px solid #333; */
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
a.bl_org_ttl {
	position: relative;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a.bl_org_ttl::before {
	position: absolute;
	top: 14px;
	right: 5px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #0059b2;
}
a.bl_org_ttl:hover {
	background-color: #eee;
}
.bl_org_ttl::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #aaa;
	top:16px;
	right: -15px;
}
.bl_org_detail {
	display: block;
	width:400px;
	padding: 10px;
	border: 1px solid #aaa;
}
.bl_org_detail_ttl {
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}
.bl_org_sub {
	font-size:11px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	border-top: dashed 1px #ccc;
}
ul.bl_org_list {
	display: block;
	list-style-type: none;
	margin: 0;
}
ul.bl_org_list li.list_item {
	font-size: 12px;
	letter-spacing: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.bl_org_list li.list_item::after{
	content: '、';
}
ul.bl_org_list li.list_item:last-child::after{
	content: '';
}

/* 各ページ 調整*/
/* 執行部一覧 */
.tblStaff table th,
.tblStaff table td {
	width: 50%;
}
.tblStaff table td:nth-child(1) {
	width: 30%;
}
/* 研究者情報 */
.tblResearcher table td:nth-child(1) {
	width: 30%;
}
.tblResearcher table td:nth-child(2) {
	width: 20%;
}
.tblResearcher table td:nth-child(3) {
	width: 50%;
}
.tblResearcher_small table td:nth-child(1) {
	width: 30%;
}
.tblResearcher_small table td:nth-child(2) {
	width: 70%;
}
/* 表彰 */
.tblAward table td:nth-child(1) {
	width: 19%;
}
.tblAward table td:nth-child(2) {
	width: 70%;
}
.tblAward table td:nth-child(3) {
	width: 11%;
}
.tblAward_small table td:nth-child(1) {
	width: 19%;
}
.tblAward_small table td:nth-child(2) {
	width: 81%;
}

/* 学部入試 */
.tblAdmissionU table{
	border-top: solid 1px #cacad9;
	border-left: solid 1px #cacad9;
	width: 100%;
	margin-bottom: 15px;
}
.tblAdmissionU table td,
.tblAdmissionU table th {
	border-right: solid 1px #cacad9;
	border-bottom: solid 1px #cacad9;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}
.tblAdmissionU table th,
.tblAdmissionU table td:nth-child(1) {
	background-color: #EFF4FD;
	font-weight: bold;
}
.tblAdmissionU table td:nth-child(1) {
	width: 160px;
}

/* カテゴリ別インデックス */
.bl_catIndex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.bl_catIndex div {
	width: 25%;
	padding: 0 2px;
	text-align: center;
	margin-bottom: 4px;
}
.bl_catIndex div img {
	vertical-align: bottom;
}
.bl_catIndex div a:hover {
	opacity: .6;
}

/* wordpress6.3.2 バージョンアップ調整 2023.11.20 */
p.has-text-color a {
	color: inherit;
}
.wp-block-image {
	margin-bottom: 1em;
}
.page-id-198 .contents_box p {
	margin-bottom: 0;
}
.wp-block-table thead {
	border-bottom: 1px;
}

/* 2025.07.17追加 各リンクまとめのページのスタイル（リンクボタンの2行以上に対応） */
.child-link-box {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:flex-start;
}

.child-link-box .child-link,
.child-link-box .child-link-small {
    margin-bottom:0;
}

@media (max-width: 767px) {
    .child-link,
    .child-link-box {
        flex-flow:column;
        align-items:stretch;
    }
}