@charset "utf-8";

/* ＋＋＋　デフォルトスタイル　＋＋＋ */
/* @group Reset */
html {
	font-size: 100%;
}
article, aside, figure, footer, header, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */


/* ＋＋＋　共通項目　＋＋＋ */
/* @group テキスト */
* {
	color: #595757;
	font: 100% 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

a {
	color: #4791bd;
	text-decoration: none;
}

a:hover {
	color: #7ec2d7;
}

a:active {
	color: #082335;
}

a.imp-mainlinkc {
	color: #4791bd!important;
	text-decoration: none!important;
	border: none!important;
}

a.imp-mainlinkc:hover {
	color: #7ec2d7!important;
}

h1 { /*ページタイトル*/
	margin-bottom: 40px;
	border-bottom: 1px solid #c8e2e8;
	color: #082335;
	font-size: 1.5em;
	font-weight: bold;
}

h2 { /*大項目タイトル（section）*/
	margin-top: 30px;
	margin-bottom: 20px;
	color: #0d5090;
	font-size: 1.5em;
	line-height: 30px;
	text-align: left;
}

h3 { /*中項目タイトル（article）*/
	margin-bottom: 20px;
	padding: 5px;
	background: url(../image/h3-w.png) bottom / auto 50% repeat-x, url(../image/h3-v.png) right bottom / auto 50% no-repeat, url(../image/h3-v.png) left bottom / auto 50% no-repeat;
	position: relative;
	text-align: left;
}

h3 span { /*中項目タイトル（article）*/
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fff;
	display: inline-block;
	color: #082335;
	font-size: 1.13em;
	line-height: 20px;
}

h4 { /*小項目タイトル（P）*/
	margin-bottom: 10px;
	color: #0d5090;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

h5 { /*小項目タイトル（footer-list）*/
	color: #fff;
	font-size: 1.13em;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}

h6 { /*中項目タイトル（article）*/
	padding: 5px 5px 5px 15px;
    background: linear-gradient(#fff 0%, #fff 35%, #c8e2e8 36%, #c8e2e8 38%, #fff 38%, #fff 62%, #c8e2e8 62%, #c8e2e8 64%, #fff 65%, #fff 100%);
	position: relative;
	text-align: left;
}

h6.blank { /*中項目タイトル（article）*/
	padding: 5px 5px 5px 15px;
    background:none;
	position: relative;
	border-top: 1px solid #c8e2e8;
	text-align: left;
}

h6 span {
	padding: 0 10px;
	background-color: #fff;
	font-size: 1.0em;
	line-height: 20px;
}

.h7 { /*中項目タイトル（article）*/
	margin-bottom: 10px;
	color: #0d5090;
	font-size: 1.0em;
	text-align: left;
}

.note {
	font-size: 0.75em;
	line-height: 16px;
}

p {
	margin-bottom: 10px;
	font-size: 0.88em;
	line-height: 24px;
	text-align: left;
}

p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	span.timestamp-wide {
		margin: 0;
		padding: 0;
	}
	p.timestamp-narrow {
		display: none;
	}
}

@media (max-width: 767px) {
	span.timestamp-wide {
		display: none;
	}
	p.timestamp-narrow {
		margin-bottom: 10px;
		text-align: right;
	}
}

article ul li p {
	margin-top: 5px;
	font-size: 1.0em;
}

.red {
	color: #d90018;
}

.mainc {
	color: #0d5090;
}

@media (max-width: 769px) {
	br.brk-pc {
		display: none;
	}
	br.en-brk-pc {
		display: none;
	}
}

@media (min-width: 768px) {
	br.brk {
		display: none;
	}
	br.en-brk {
		display: none;
	}
	br.brk-pc {
		display: block;
	}
	br.en-brk-pc {
		display: block;
	}
}

@media (min-width: 415px) {
	br.br {
		display: none;
	}
}

i,em {
	font-style: italic;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
}


/* @end */

/* @group リスト */
article ul,
article ol {
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 0.88em;
	text-align: left;
}

article ul li,
article ol li {
	margin-bottom: 10px;
}

/* @end */

/* @group テーブル */
/* 開講科目（program_curriculum系）のテーブル関係は全て専用スタイル（@group PROGRAM内に記載） */
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

table:last-child {
	margin-bottom: 0px;
}

caption {
	margin-bottom: 5px;
	margin-left: 10px;
	color: #0d5090;
	font-size: 1.0em;
	line-height: 24px;
	letter-spacing: 1px;
	text-indent: -10px;
	text-align: left;
}

th {
	background-color: #e2f0f2;
	font-weight: bold;
}

th,td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 0.88em;
	line-height: 24px;
}

.table-noborder,
.table-noborder th,
.table-noborder td {
	background-color: transparent;
	border: none;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

td.pos-left {
	text-align: left;
}

th.second-th,
td.second-td,
tfoot {
	background-color: #f9fbfb;
}

tfoot th,
tfoot td {
	font-weight: bold;
}

.ws-nowrap {
	white-space: nowrap;
}
/* @end */

/* @group その他 */
hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #e2f0f2;
	border-bottom: 1px solid #e2f0f2;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}

hr:after {
	width: 64px;
	height: 18px;
	background: url(../image/icon-logo.png) center no-repeat;
	background-size: 50%;
	display: inline-block;
	position: relative;
	top: -9px;
	content: '';
}

/* ページャー */
.pager {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pager span {
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	display: block;
	width: 25px;
	height: 40px;
}

.pager span a {
	display: inline-table;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding: 5px 10px;
}

.pager span a:hover {
	color: #0c4f8f;
}

.pager span.current a {
	color: #fff;
	background-color: #84c3d7;
}

.pager span.current a:hover {
	color: #fff;
	background-color: #0c4f8f;
}



/* @end */

/* @group イレギュラーマージン */
.ma_top0 {
	margin-top: 0px!important;
}
.ma_top10 {
	margin-top: 10px!important;
}
.ma_top20 {
	margin-top: 20px!important;
}
.ma_top30 {
	margin-top: 30px!important;
}
.ma_top40 {
	margin-top: 50px!important;
}
.ma_top50 {
	margin-top: 50px!important;
}

.ma_btm0 {
	margin-bottom: 0px!important;
}
.ma_btm20 {
	margin-bottom: 20px!important;
}
.ma_btm30 {
	margin-bottom: 30px!important;
}
.ma_btm40 {
	margin-bottom: 40px!important;
}
.ma_btm50 {
	margin-bottom: 50px!important;
}
/* @end */

/* @group 全体構造 */
html {
	height: 100%;
}

@media (min-width: 768px) {
	body {
		min-height: 100%;
		background: url(../image/crumbs-bar.png) 0 415px repeat-x, url(../image/mainvisual-page.png) center 250px / 1440px no-repeat, url(../image/mainvisual-side.png) center 250px / 1440px repeat-x;
		position: relative;
	}
	
	#index-body {
		min-height: 100%;
		background: url(../image/mainvisual.png) center 380px no-repeat, url(../image/mainvisual-side.png) center 380px repeat-x;
		background-size: 1440px;
		position: relative;
	}
}

@media (max-width: 767px) {
	body {
		min-height: 100%;
		background: url(../image/crumbs-bar.png) 0 180px repeat-x, url(../image/mainvisual-page.png) center 100px / 768px no-repeat;
		position: relative;
	}
	
	#index-body {
		min-height: 100%;
		background: url(../image/mainvisual.png) center 160px no-repeat, url(../image/mainvisual-side.png) center 160px repeat-x;
		background-size: 100%;
		position: relative;
	}
}

main {
	max-width: 980px;
	margin: 0px auto;
	padding: 40px 50px 50px;
	background-color: #fff;
}

@media (max-width: 767px) {
	main {
		max-width: 980px;
		min-height: 550px;
		margin: 0px auto;
		padding: 40px 50px 50px;
		background-color: #fff;
	}
	
	main.main_program_curriculum_past {
		max-width: 980px;
		min-height: auto;
		margin: 0px auto;
		padding: 40px 50px 50px;
		background-color: #fff;
	}
}

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

section:last-child {
	margin-bottom: 0px;
}

article {
	text-align: left;
}

aside {
	width: 100%;
	padding: 50px 0;
	background: -webkit-linear-gradient(45deg, #80cae1 0%, #c1e4ef 0%, #e1eef2 50.3%, #becedf 100%);
	background: -moz-linear-gradient(45deg, #80cae1 0%, #c1e4ef 0%, #e1eef2 50.3%, #becedf 100%);
	background: -ms-linear-gradient(45deg, #80cae1 0%, #c1e4ef 0%, #e1eef2 50.3%, #becedf 100%);
	background: linear-gradient(45deg, #80cae1 0%, #c1e4ef 0%, #e1eef2 50.3%, #becedf 100%);
}

footer {
	width: 100%;
	background-color: #0a3b63;
}
/* @end */

/* @group 共通コンテンツ */

/* バナー */
#banner {
	max-width: 980px;
	margin: 0px auto;
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
}
#banner a {
	width: 25%;
	height: 25%;
	margin-right: 20px;
	font-size: 0;
}

#banner a:last-child {
	margin-right: 0px;
}

#banner a:hover {
	opacity: 0.5;
}

#banner img {
	max-width: 200px;
}

@media (max-width: 920px) {
	#banner {
		max-width: 980px;
		margin: 0px auto;
		padding: 50px 20px;
		flex-wrap: nowrap;
	}
	#banner a {
		width: 50%;
		margin-right: 0px;
		display: block;
		font-size: 0;
		text-align: center;
	}
	
	#banner a:first-child {
	}
	
	#banner a:nth-child(2) {
	}
	
	#banner a:nth-child(3) {
	}
	
	#banner a:last-child {
	}
	#banner img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#banner {
		max-width: 980px;
		margin: 0px auto;
		padding: 50px 20px;
		flex-wrap: wrap;
	}
	#banner a {
		width: 50%;
		margin-right: 0px;
		display: block;
		justify-content: center;
		font-size: 0;
	}
	
	#banner a:first-child {
		padding: 0 40px 20px 20px;
		border-right: 1px solid #c8e2e8;
		border-bottom: 1px solid #c8e2e8;
	}
	
	#banner a:nth-child(2) {
		padding: 0 20px 20px 40px;
		border-bottom: 1px solid #c8e2e8;
	}
	
	#banner a:nth-child(3) {
		padding: 20px 40px 0 20px;
		border-right: 1px solid #c8e2e8;
	}
	
	#banner a:last-child {
		margin-right: 0px;
		padding: 20px 20px 0 40px;
	}
	#banner img {
		width: 100%;
	}
}

@media (max-width: 361px) {
	#banner {
		max-width: 980px;
		margin: 0px auto;
		padding: 50px 10px;
		flex-wrap: wrap;
	}
	#banner a {
		width: 50%;
		margin-right: 0px;
		display: block;
		justify-content: center;
		font-size: 0;
	}
	
	#banner a:first-child {
		padding: 0 20px 20px 10px;
		border-right: 1px solid #c8e2e8;
		border-bottom: 1px solid #c8e2e8;
	}
	
	#banner a:nth-child(2) {
		padding: 0 11px 20px 20px;
		border-bottom: 1px solid #c8e2e8;
	}
	
	#banner a:nth-child(3) {
		padding: 20px 20px 0 10px;
		border-right: 1px solid #c8e2e8;
	}
	
	#banner a:last-child {
		margin-right: 0px;
		padding: 20px 10px 0 20px;
	}
	#banner img {
		width: 100%;
	}
}

/* リンク（aside） */
aside ul {
	max-width: 980px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	flex-flow: row wrap;
}

aside ul li {
	margin-right: 40px;
	padding: 10px;
	background-color: #e2f0f2;
	display: inline-table;
	border: 1px solid #fff;
}

aside ul li:nth-child(even) {
	width: 47.25%;
	margin-right: 0px;
}

aside ul li:nth-child(odd) {
	width: 47.25%;
	margin-bottom: 20px;
}

aside ul li:nth-last-child(2) {
	width: 47.25%;
	margin-bottom: 0px;
}

aside ul li a {
	width: 47%;
	color: #595757;
	font-size: 1.0em;
	line-height: 24px;
}
aside ul li a:hover {
	color: #7ec2d7;
}
aside ul li a:active {
	color: #4791bd;
}

aside ul li a span {
	display: block;
	vertical-align: top;
	color: #9c9c9d;
}

@media (max-width: 767px) {
	aside ul {
		max-width: 980px;
		padding-right: 20px;
		padding-left: 20px;
		flex-direction: column;
	}
	
	aside ul li {
		min-width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		padding: 10px;
		background-color: #e2f0f2;
		border: 1px solid #fff;
	}
	
	aside ul li:last-child {
		margin-bottom: 0px;
	}
	
	aside ul li:nth-last-child(2) {
		width: 47.25%;
		margin-bottom: 20px;
	}
	
	aside ul li a {
		min-width: 100%;
		display: block;
		color: #595757;
		font-size: 1.0em;
		line-height: 24px;
		text-align: center;
	}
	
	aside ul li a:hover {
		color: #7ec2d7;
	}
	
	aside ul li a:active {
		color: #4791bd;
	}
	
	aside ul li a span {
		display: block;
		vertical-align: top;
		color: #9c9c9d;
	}
}

/* パンくず */
#crumbs {
	max-width: 980px;
	height: 40px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
}

#crumbs a {
	margin-right: 15px;
	padding-right: 25px;
	background: url(../image/icon-crumbs-arrow.png) right / 10px no-repeat;
	display: block;
	color: #fff;
	font-size: 0.75em;
	line-height: 40px;
}

#crumbs a:hover {
	color: #7ec2d7;
}

#crumbs a:active {
	color: #4791bd;
}

#crumbs-home {
	width: 50px;
	height: 40px;
	padding-right: 20px;
	background: url(../image/icon-crumbs-arrow.png) 38px center / 10px no-repeat, url(../image/icon-house.png) left center / 20px no-repeat!important;
}

#crumbs a:last-child {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}

@media (max-width: 767px) {
	#crumbs {
		max-width: 980px;
		height: 30px;
		margin: 0 auto;
		padding-right: 20px;
		padding-left: 20px;
		display: flex;
	}
	
	#crumbs a {
		background-color: #0d5090;
		display: block;
		color: #fff;
		font-size: 0.75em;
		line-height: 30px;
	}
	
	#crumbs a:hover {
		color: #7ec2d7;
	}
	
	#crumbs a:active {
		color: #4791bd;
	}
	
	#crumbs-home {
		width: 50px;
		height: 30px;
		padding-right: 20px;
		background: url(../image/icon-crumbs-arrow.png) 38px center / 10px no-repeat, url(../image/icon-house.png) left center / 20px no-repeat;
	}
	
	#crumbs a:last-child {
		margin-right: 0px;
		padding-right: 0px;
		background: none;
	}
}

@media (max-width: 414px) {
	#crumbs {
		height: 15px;
	}
	#crumbs a {
		display: none;
	}
}

/* リンク（Free） */
.everywhere-link {
	text-align: left;
	display: block;
	margin-bottom: 20px;
	margin-top: 0;
}

.everywhere-link a {
	padding: 10px 40px 8px 10px;
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 0.88em;
    line-height: 1.2;
	text-align: left;
}

.everywhere-link a:hover {
	border: 1px solid #4791bd;
	
}

.everywhere-link a::before {
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 10px;
    content: '＞';
}


/* リンク（article） */
article .link {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 40px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 0.88em;
	text-align: left;
}

article .link-near {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 10px 20px 10px 40px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 0.88em;
	text-align: left;
}

article .link a:before,
article .link-near a:before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	left: 20px;
	content: "▶";
	color: #0d5090;
	font-size: 0.63em;
}

.article-link-list li {
	list-style: disc;
}

ol.article-link-list li {
	list-style: decimal;
}

.article-link-list a {
	border-bottom: 1px dotted #ddd;
	color: #595757;
}

.article-link-list a:hover {
	border-bottom: 1px dotted #c8e2e8;
	color: #7ec2d7;
}

.article-link-list a:active {
	color: #4791bd;
}

/* コラム */
.column {
	margin-bottom: 30px;
	border-bottom: 1px solid #c8e2e8;
	text-align: left;
}

.column ul {
	margin: 5px 24px 15px;
	list-style-type: disc;
}

.column ul li {
	margin-bottom: 10px;
	font-size: 0.88em;
}
/* @end */

/* @group ヘッダー＋ロゴ */
header {
	margin-bottom: 75px;
	position: relative;
	text-align: center;
}

#index-header {
	min-height: 550px;
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}

@media (max-width: 767px) {
	header {
		margin-bottom: 0px;
		position: relative;
		text-align: center;
	}
	
	#index-header {
		min-height: 180px;
		margin-bottom: 10px;
		position: relative;
		text-align: center;
	}
}

#utility-nav {
	background-color: #082335;
}

#utility-nav-inner {
	max-width: 1020px;
	height: 50px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	justify-content:space-between;
}

#utility-nav-inner ul {
	display: flex;
}

#utility-nav-inner ul li {
	border-right: 1px solid #0a3b63;
}

#utility-nav-inner ul li:first-child {
	border-left: 1px solid #0a3b63;
}

#utility-nav-inner ul li a {
	width: 50px;
	height: 50px;
	background-size: 50px;
	display: block;
	line-height: 50px;
}

.sns-fb a {
	background: url(../image/icon.png) center 0 no-repeat;
}

.sns-fb a:hover {
	background: url(../image/icon.png) center -100px no-repeat;
}

.sns-fb a:active {
	background: url(../image/icon.png) center -50px no-repeat;
}

.sns-tw a {
	background: url(../image/icon.png) center -150px no-repeat;
}

.sns-tw a:hover {
	background: url(../image/icon.png) center -250px no-repeat;
}

.sns-tw a:active {
	background: url(../image/icon.png) center -200px no-repeat;
}

.lang-off,
.lang-on {
}

.lang-off a {
	color: #0a3b63;
}

.lang-on a {
	color: #7ec2d7;
}

.lang-off a:hover,
.lang-on a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	#footer-search {
		display: none;
	}
}

@media (max-width: 767px) {
	#header-search {
		display: none;
	}
}

#search {
	width: 200px;
	margin: 10px 0 0;
	padding: 2px 5px;
	border-bottom: 1px solid #0a3b63;
	float: left;
	color: #555;
	font-size: 0.88em;
	height: 30px;
}

#search-mb {
	width: calc(100% - 30px);
	height: 30px;
	margin: 10px 0 0;
	padding: 2px 5px;
	border-bottom: 1px solid #7ec2d7;
	float: left;
	color: #555;
	font-size: 0.88em;
}

#search:focus,
#search-mb:focus {
	color: #fff;
}

#search_submit p,
#search_submit-mb p {
	width: 20px;
	height: 50px;
	background: url(../image/icon.png) -15px -300px no-repeat;
	background-size: 50px;
	display: block;
}

#search_submit p:hover,
#search_submit-mb p:hover {
	background: url(../image/icon.png) -15px -400px no-repeat;
	background-size: 50px;
}

#search_submit p:active,
#search_submit-mb p:active {
	background: url(../image/icon.png) -15px -350px no-repeat;
	background-size: 50px;
}

@media (min-width: 768px) {
	#logo {
		width: 500px;
		height: 72px;
		margin: 80px auto 40px;
		background: url(../image/logo.png) no-repeat;
		background-size: contain;
	}
	
	#logo a {
		width: 500px;
		height: 72px;
		display: block;
	}
	
	#index-logo {
		width: 500px;
		height: 72px;
		margin: 80px auto 40px;
		background: url(../image/logo.png) no-repeat;
		background-size: contain;
	}
	
	#index-logo a {
		width: 500px;
		height: 72px;
		display: block;
	}
	
	#index-read {
		width: 100%;
		max-width: 940px;
		height: 100%;
		margin-top: 300px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	#logo {
		margin: 80px auto 30px;
		background: url(../image/logo.png) center no-repeat;
		background-size: contain;
	}
	
	#logo a {
		max-width: 767px;
		height: 72px;
		display: block;
	}
	
	#index-logo {
		margin: 80px auto 50px;
		background: url(../image/logo.png) center no-repeat;
		background-size: contain;
	}
	
	#index-logo a {
		max-width: 767px;
		height: 72px;
		display: block;
	}
	
	#index-read {
		width: 100%;
		height: 100%;
		max-width: 940px;
		margin-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
/* @end */

/* @group ナビ */
nav {
	width: 760px;
	margin: 0 auto;
}

nav ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 700px;
}

nav ul.bottom-shelf {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-width: 700px;
}

nav ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.13em;
	white-space: nowrap;
}

nav ul.bottom-shelf li {
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.13em;
	white-space: nowrap;
}

nav ul.bottom-shelf li:last-child {
	padding-right: 0px;
}

nav ul {
	border-bottom: 1px solid #c8e2e8;
}

nav ul.bottom-shelf {
	border-bottom: none;
}

nav a {
	color: #082335;
}

nav a:hover {
	color: #7ec2d7;
}

nav a:active {
	color: #4791bd;
}

@media (max-width: 767px) {
	#utility-nav {
		width: 100%;
		background-color: #082335;
		position: fixed;
		top: 0;
		z-index: 1;
	}
	
	nav {
		margin-top: 49px;
	}
	
	nav ul {
		display: flex;
		margin-top: 50px;
		background-color: #082335;
		flex-direction: column;
		text-align: left;
		border-bottom: none;
	}
	
	nav ul.bottom-shelf {
		margin-top: 0;
		background-color: #082335;
		flex-direction: column;
		text-align: left;
	}
	
	nav ul li,
	nav ul.bottom-shelf li {
		padding: 10px 10px 10px 50px;
		border-top: 1px solid #0a3b63;
		font-size: 1.13em;
	}
	
	nav ul li:nth-child(n + 1):nth-child(-n + 6)  {
		border-bottom: none ;
	}
	
	nav a {
		color: #fff;
	}
	
	nav a:hover {
		color: #7ec2d7;
	}
	
	nav a:active {
		color: #4791bd;
	}
}
/* @end */

/* @group フッター */
#footer-list {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 20px 40px;
	background: url(../image/footer-img.png) right bottom no-repeat;
	background-size: 50%;
	display: flex;
}

#footer-list-left {
	width: 50%;
	margin-right: 20px;
	display: flex;
}

#footer-list-right {
	width: 50%;
	margin-left: 20px;
	display: flex;
}

#footer-01,
#footer-03 {
	width: 100%;
	margin-right: 40px;
}

#footer-02,
#footer-04 {
	width: 100%;
}

@media (max-width: 767px) {
	#footer-list {
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 40px 40px;
		background: url(../image/footer-img.png) right bottom no-repeat;
		background-size: 50%;
		flex-wrap: wrap;
	}
	
	#footer-list-left {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		display: flex;
	}
	
	#footer-list-right {
		width: 100%;
		margin-left: 0px;
		display: flex;
	}
	
	#footer-01,
	#footer-03 {
		width: 100%;
		margin-right: 40px;
	}
	
	#footer-02,
	#footer-04 {
		width: 100%;
	}
	
	#footer-search {
		margin-top: 20px;
	}
}

@media (max-width: 414px) {
	#footer-list {
		max-width: 361px;
		margin: 0 auto;
		padding: 50px 40px 40px;
		background: url(../image/footer-img.png) right bottom no-repeat;
		background-size: 50%;
		text-align: center;
	}
	
	#footer-list h5 {
		text-align: center;
	}
	
	#footer-list-left {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		flex-direction: column;
	}
	
	#footer-list-right {
		width: 100%;
		margin-left: 0px;
		flex-direction: column;
	}
	
	#footer-01,
	#footer-03 {
		width: 100%;
		margin-right: 40px;
	}
	
	
	#footer-02,
	#footer-04 {
		width: 100%;
		margin-top: 20px;
	}
	
	#footer-search {
		margin-top: 20px;
	}
}

#footer-list ul {
	margin-top: 5px;
	margin-bottom: 25px;
}

#footer-list ul:last-child {
	margin-bottom: 0px;
}

#footer-list a {
	margin-top: 10px;
	display: block;
	color: #7ec2d7;
	font-size: 0.88em;
	line-height: 1.25;
}

#footer-list a:hover {
	color: #4791bd;
}

#footer-list a:active {
	color: #082335;
}

#footer-nav {
	background-color: #082335;
}

#footer-nav-inner {
	max-width: 1080px;
	height: 60px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
}

#copyright {
	height: 60px;
	background-size: 50px;
	display: block;
	color: #fff;
	font-size: 0.88em;
	line-height: 60px;
}

#gototop {
}

#gototop a {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../image/icon.png) 0 -450px;
	background-size: 100%;
	display: block;
}

#gototop a:hover {
	background: url(../image/icon.png) 0 -550px;
	background-size: 100%;
}

#gototop a:active {
	background: url(../image/icon.png) 0 -500px;
	background-size: 100%;
}
/* @end */

/* @group INDEX */
/* INDEX - main(news,topic) */
#index_news {
}

#title_news,
#title_event {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c8e2e8;
}

#title_news h1,
#title_event h1 {
	margin-bottom: 0px;
	border-bottom-style: none;
}

a.link-list {
	height: 30px;
	padding-top: 10px;
	padding-right: 30px;
	background: url(../image/icon.png) right -606px no-repeat;
	background-size: 50px;
	color: #9c9c9d;
	font-size: 0.88em;
}

a.link-list:hover {
	background: url(../image/icon.png) right -706px no-repeat;
	background-size: 50px;
	color: #7ec2d7;
}

a.link-list:active {
	background: url(../image/icon.png) right -656px no-repeat;
	background-size: 50px;
	color: #4791bd;
}

@media (max-width: 767px) {
	a.link-list {
		height: 30px;
		margin-bottom: 5px;
		padding-top: 10px;
		padding-right: 30px;
		background: url(../image/icon.png) right -606px no-repeat;
		background-size: 50px;
		color: #9c9c9d;
		font-size: 0.88em;
		align-self: flex-end;
	}
	
	a.link-list:hover {
		background: url(../image/icon.png) right -706px no-repeat;
		background-size: 50px;
		color: #7ec2d7;
	}
	
	a.link-list:active {
		background: url(../image/icon.png) right -656px no-repeat;
		background-size: 50px;
		color: #4791bd;
	}
	
	a.link-list span {
		display: none;
	}
}

#index_news {
	margin-bottom: 50px;
	display: flex;
}

#index_event {
	display: flex;
}

#index_news article,
#index_event article {
	width: 25%;
	margin-right: 40px;
}

#index_news article:last-child,
#index_event article:last-child {
	margin-right: 0px;
}

#index_news .headline,
#index_event .headline {
	font-size: 0.88em;
}

#index_news .calendar,
#index_event .calendar {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../image/icon.png) 0 -765px no-repeat;
	background-size: 50px;
	color: #9c9c9d;
	font-size: 0.75em;
	line-height: 24px;
	white-space: nowrap;
}

#index_news .headline a,
#index_event .headline a {
	border-bottom: 1px dotted #ddd;
	color: #595757;
	font-size: 1.0em;
	line-height: 24px;
}

#index_news .headline a:hover,
#index_event .headline a:hover {
	border-bottom: 1px dotted #c8e2e8;
	color: #7ec2d7;
}

#index_news .headline a:active,
#index_event .headline a:active {
	color: #4791bd;
}

@media (max-width: 767px) {
	#index_news {
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
	}
	
	#index_event {
		display: flex;
		flex-wrap: wrap;
	}
	
	#index_news article,
	#index_event article {
		width: 100%;
		margin-right: 0px;
	}
	
	#index_news article:last-child,
	#index_event article:last-child {
		margin-right: 0px;
	}
	
	#index_news .headline,
	#index_event .headline {
		margin-bottom: 20px;
		font-size: 0.88em;
	}
	
	#index_news .calendar,
	#index_event .calendar {
		margin-bottom: 0;
		padding-left: 30px;
		background: url(../image/icon.png) 0 -765px no-repeat;
		background-size: 50px;
		color: #9c9c9d;
		font-size: 0.75em;
		line-height: 24px;
		white-space: nowrap;
	}
	
	#index_news .headline a,
	#index_event .headline a {
		color: #595757;
		font-size: 1.0em;
		line-height: 24px;
	}
	
	#index_news .headline a:hover,
	#index_event .headline a:hover {
		border-bottom: 1px dotted #c8e2e8;
		color: #7ec2d7;
	}
	#index_news .headline a:active,
	#index_event .headline a:active {
		color: #4791bd;
	}
}

/* INDEX - aside(faculty,message,interview) */
#index-faculty,
#index-message,
#index-interview {
	max-width: 980px;
	height: 220px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

#index-message {
	background: url(../image/index-aside-message.jpg) left no-repeat;
	background-size: 360px;
}

#index-faculty {
	background: url(../image/index-aside-faculty.jpg) right no-repeat;
	background-size: 360px;
}

#index-interview {
	background: url(../image/index-aside-interview.jpg) left no-repeat;
	background-size: 360px;
}

#index-message a,
#index-interview a {
	position: absolute;
	right: 20px;
	top: 70px;
}

#index-faculty a {
	position: absolute;
	top: 70px;
	left: 20px;
}

#index-faculty a,
#index-message a,
#index-interview a {
	width: 70%;
	padding: 25px;
	display: block;
	border: 1px solid #fff;
	vertical-align: middle;
	color: #082335;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 767px) {
	#index-message {
		background: url(../image/index-aside-message-gr.jpg) left no-repeat;
		background-size: 414px;
	}
	#index-faculty {
		background: url(../image/index-aside-faculty-gr.jpg) right no-repeat;
		background-size: 414px;
	}
	
	#index-interview {
		background: url(../image/index-aside-interview-gr.jpg) left no-repeat;
		background-size: 414px;
	}
	
	#index-faculty a,
	#index-message a,
	#index-interview a {
		padding: 25px;
		background-color: rgba(255, 255, 255, 0.60);
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		border: 1px solid #fff;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		color: #082335;
		font-size: 1.38em;
		font-weight: bold;
	}
}
/* @end */

/* @group ABOUT */
#about img {
	max-width: 100%;
}

#about_member {
	width: auto;
}

#about_member th,
#about_member td {
	vertical-align: top;
}

#about_member td.name-j {
	padding-right: 20px;
}

@media (max-width: 767px) {
	#about_member {
		width: 100%;
	}
	#about_member th {
		background-color: #e2f0f2;
	}
	
	#about_member td {
		padding: 0;
	}
	
	#about_member td.topname {
		margin-top: 15px;
	}
	
	#about_member td:last-child {
		margin-bottom: 15px;
		line-height: 18px;
	}
		
	#about_member th,
	#about_member td {
		display: block;
		vertical-align: middle;
	}
	
	#about_member td.colon,
	#about_member td br {
		display: none;
	}
	
	#about_member .ws-nowrap {
		white-space: normal;
	}
}
/* @end */

/* @group FACULTY, INTERVIEW */
.faculty {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.faculty-unit {
	width: 48%;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.faculty {
		width: 100%;
		flex-direction: column;
	}
		
	.faculty-unit {
		width: calc(100% / 1);
		margin-right: 0px;
		margin-bottom: 30px;
		padding-right: 0px;
	}
	
	#faculty-pj .faculty-unit:nth-child(3) {
		width: calc(100% / 1);
		margin-bottom: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
	}
	
	#faculty-rg .faculty-unit:nth-last-child(2) {
		width: calc(100% / 1);
		margin-bottom: 30px!important;
		margin-right: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
	}
}

#faculty-unit,
.interview-unit {
	margin-bottom: 30px;
}

.faculty-unit .photo-thumb {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 10px;
	float: left;
}

#faculty-unit .photo-main,
.interview-unit .photo-main {
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
	margin-right: 30px;
	border-radius: 10px;
	float: left;
}

/* @group faculty photo [ personal ] */
#faculty-unit #photo-01,
.faculty-unit #photo-01 {
	background: url(../image_faculty/faculty-Matsuo.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-02,
.faculty-unit #photo-02 {
	background: url(../image_faculty/faculty-Kimita.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-03,
.faculty-unit #photo-03 {
	background: url(../image_faculty/faculty-Makioka.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-04,
.faculty-unit #photo-04 {
	background: url(../image_faculty/faculty-Shiroyama.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-05,
.faculty-unit #photo-05 {
	background: url(../image_faculty/faculty-Motohashi.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-06,
.faculty-unit #photo-06 {
	background: url(../image_faculty/faculty-Oohashi.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-07,
.faculty-unit #photo-07 {
	background: url(../image_faculty/faculty-Tanabe.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-08,
.faculty-unit #photo-08 {
	background: url(../image_faculty/faculty-Fujigaki.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-09,
.faculty-unit #photo-09 {
	background: url(../image_faculty/faculty-Nishino.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-10,
.faculty-unit #photo-10 {
	background: url(../image_faculty/faculty-Sakura.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-11,
.faculty-unit #photo-11 {
	background: url(../image_faculty/faculty-Quentin.jpg) center no-repeat;
	background-size: 100%;
}

#faculty-unit #photo-12,
.faculty-unit #photo-12 {
	background: url(../image_faculty/faculty-Shibayama.jpg) center no-repeat;
	background-size: 100%;
}


/* @end faculty photo [ personal ] */

/* @group interview photo [ personal ] */
.interview-unit #photo-2013 {
	background: url(../image_interview/interview-2013.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-201401 {
	background: url(../image_interview/interview-201401.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-201402 {
	background: url(../image_interview/interview-201402.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-2015 {
	background: url(../image_interview/interview-2015.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-2016 {
	background: url(../image_interview/interview-2016.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-201801 {
	background: url(../image_interview/interview-201801.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-201802 {
	background: url(../image_interview/interview-201802.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-201803 {
	background: url(../image_interview/interview-201803.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-2019 {
	background: url(../image_interview/interview-2019.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-2020 {
	background: url(../image_interview/interview-2020.jpg) center no-repeat;
	background-size: 100%;
}

.interview-unit #photo-2021 {
	background: url(../image_faculty/faculty-Quentin.jpg) center no-repeat;
	background-size: 100%;
}
/* @end faculty photo [ personal ] */

#faculty-unit .read_text,
.interview-unit .read_text,
.faculty-unit .read_text {
	margin-bottom: 5px;
	padding-left: 120px;
}

#faculty-unit .read_text .note,
.interview-unit .read_text .note,
.faculty-unit .read_text .note {
	margin-bottom: 5px;
}

#faculty-unit .name,
#faculty-unit .name-en,
.interview-unit .name,
.faculty-unit .name {
	margin-bottom: 5px;
	font-weight: bold;
	color: #0a3b63;
	font-size: 1.13em;
	word-break: keep-all;
}

#faculty-unit .name span,
.faculty-unit .name span {
	margin-right: 20px;
	font-weight: bold;
}

#faculty-unit .name-en span {
	font-weight: bold;
}

.interview-unit p {
	font-size: 0.88em;
	line-height: 20px;
}

.faculty-unit .title {
	padding-left: 120px;
	color: #0a3b63;
	font-size: 0.88em;
}

.faculty-unit .more {
	font-size: 0.75em;
	text-align: right;
}

.faculty-unit .more::after {
	color: #4791bd;
	font-size: 0.75em;
	text-align: right;
	content:" ▶" ;
}

@media (max-width: 767px) {
	#faculty-unit,
	.interview-unit {
		margin-bottom: 30px;
		margin-right: 30px;
		float: left;
		flex-direction: column;
	}
	
	#faculty-unit .photo-main,
	.interview-unit .photo-main {
		width: 250px;
		height: 250px;
		margin-bottom: 20px;
		margin-right: 0;
		border-radius: 10px;
		float: none;
	}
	
	#faculty-unit .read_text,
	.interview-unit .read_text {
		max-width: 250px;
		margin-bottom: px;
		padding-left: 0px;
		text-align: center;
	}
	
	.interview-unit .read_text p {
		text-align: center;
	}
}

@media (max-width: 600px) {
	#faculty-unit,
	.interview-unit {
		margin-bottom: 30px;
		margin-right: 0px;
		flex-direction: column;
		float: none;
	}
	
	#faculty-unit .photo-main,
	.interview-unit .photo-main {
		max-width: 100%;
		margin: 0 auto 20px;
		border-radius: 10px;
		float: none;
	}
	
	#faculty-unit .read_text,
	.interview-unit .read_text {
		max-width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
		padding-left: 0px;
		text-align: center;
	}
	
	.interview-unit .read_text p {
		text-align: center;
	}
}

#faculty_matsuo_2 .column p {
	font-weight: bold;
}

.faculty-unit-en-notext {
	margin-bottom: 100px !important;
	margin-top: 0!important;
	padding: 10px 20px 10px 40px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 0.88em;
	text-align: left;
}

@media (max-width: 600px) {
	.faculty-unit-en-notext {
	width: 100%;
	margin-bottom: 0px !important;
	margin-top: 0!important;
	padding: 10px 20px 10px 40px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 0.88em;
	text-align: center!important;
	}
}



table.past_mem {
	border-style: none;
}

table.past_mem td {
	border-left: none;
	border-right: none;
	border-bottom-color: #efefef;
}
 
table.past_mem td:first-child {
	white-space: nowrap;
	vertical-align: top;
	padding-left: 0;
}
table.past_mem td:last-child {
	padding-left: 30px;
}

h1 span.past_mem {
	font-size: 14px;
	padding-left: 10px;
}


/* @end */








/* @group EVENT-CATEGORY */
#event-category {
	display: flex;
}
#event-category article {
	margin-right: 40px;
	flex-grow: 2;
}

#event-category article:last-child {
	margin-right: 0px;
}

#event-category article li {
	white-space: nowrap;
}

#event-category article ul,
#event-category article li:last-child {
	margin-bottom: 0;
}

#event-category article h4 {
	min-height: 50px;
}

@media (max-width: 767px) {
	#event-category {
		flex-direction: column;
	}
	#event-category article {
		margin-right: 0px;
	}
	
	#event-category article ul {
		margin-bottom: 20px;
	}
	
	#event-category article:last-child ul,
	#event-category article li:last-child {
		margin-bottom: 0;
	}
	
	#event-category article h4 {
		min-height: auto;
	}
}


/* @group seminer_name */
.seminer_name {
	margin-bottom: 20px;
	display: flex;
}

.seminer_name:last-child {
	margin-right: 0px;
}

.seminer_name .headline {
	font-size: 0.88em;
}

.seminer_name .calendar {
	margin-bottom: 0;
	margin-right: 20px;
	padding-left: 30px;
	background: url(../image/icon.png) 0 -765px no-repeat;
	background-size: 50px;
	color: #9c9c9d;
	font-size: 0.75em;
	line-height: 20px;
	white-space: nowrap;
}

.seminer_name .headline a {
	border-bottom: 1px dotted #ddd;
	color: #595757;
	font-size: 1.0em;
	line-height: 24px;
}

.seminer_name .headline a:hover {
	border-bottom: 1px dotted #c8e2e8;
	color: #7ec2d7;
}

.seminer_name .headline a:active {
	color: #4791bd;
}

.seminer_name .link-next {
	display: flex;
	justify-content: space-between;
	font-size: 0.88em;
	line-height: 20px;
}

.link-next-befor::before {
	color: #4791bd;
	font-size: 0.75em;
	text-align: right;
}

.link-next-after::after {
	color: #4791bd;
	font-size: 0.75em;
	text-align: right;
}

@media (max-width: 767px) {
	.seminer_name {
		margin-bottom: 20px;
		flex-direction: column;
	}

	.seminer_name:last-of-type {
		margin-bottom: 0;
	}
	
	.seminer_name .calendar {
		margin-bottom: 5px;
		margin-right: 0;
		padding-top: 3px;
		padding-left: 30px;
		background: url(../image/icon.png) 0 -765px no-repeat;
		background-size: 50px;
		display: inline-flex;
		color: #9c9c9d;
		font-size: 0.75em;
		line-height: 20px;
	}
}
/* @end */

/* @end */

/* @group ARCHIVE [LIST] */
#archive-list {
}

#archive-list article {
	margin-bottom: 20px;
	display: flex;
}

#archive-list article:last-child {
	margin-right: 0px;
}

#archive-list .headline {
	font-size: 0.88em;
}

#archive-list .calendar {
	margin-bottom: 0;
	margin-right: 20px;
	padding-left: 30px;
	background: url(../image/icon.png) 0 -765px no-repeat;
	background-size: 50px;
	color: #9c9c9d;
	font-size: 0.75em;
	line-height: 20px;
	white-space: nowrap;
}

#archive-list .headline a {
	border-bottom: 1px dotted #ddd;
	color: #595757;
	font-size: 1.0em;
	line-height: 24px;
}

#archive-list .headline a:hover {
	border-bottom: 1px dotted #c8e2e8;
	color: #7ec2d7;
}

#archive-list .headline a:active {
	color: #4791bd;
}

#archive-list .link-next {
	display: flex;
	justify-content: space-between;
	font-size: 0.88em;
	line-height: 20px;
}

.link-next-befor::before {
	color: #4791bd;
	font-size: 0.75em;
	text-align: right;
}

.link-next-after::after {
	color: #4791bd;
	font-size: 0.75em;
	text-align: right;
}

@media (max-width: 767px) {
	#archive-list article {
		margin-bottom: 20px;
		flex-direction: column;
	}

	#archive-list article:last-of-type {
		margin-bottom: 0;
	}
	
	#archive-list .calendar {
		margin-bottom: 5px;
		margin-right: 0;
		padding-top: 3px;
		padding-left: 30px;
		background: url(../image/icon.png) 0 -765px no-repeat;
		background-size: 50px;
		display: inline-flex;
		color: #9c9c9d;
		font-size: 0.75em;
		line-height: 20px;
	}
}
/* @end */

/* @group ARCHIVE [TEXT] */
#archive-text {
	text-align: left;
}

#archive-text article.article_text a {
	border-bottom: 1px dotted #c8e2e8;
}

#archive-text article.article_text img {
	max-width: 100%;
}

#archive-text .calendar {
	margin-bottom: 0;
	margin-right: 20px;
	padding-left: 30px;
	background: url(../image/icon.png) 0 -765px no-repeat;
	background-size: 50px;
	color: #9c9c9d;
	font-size: 0.75em;
	line-height: 20px;
	white-space: nowrap;
}
/* @end */

/* @group ARCHIVE [FORM] */
#archive-text article.article_text input {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
}

#archive-text article.article_text input[type="checkbox"] {
	margin-right: 10px;
}

#archive-text article.article_text textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

#archive-text article.article_text input[type="submit"] {
	margin-top: 5px;
	padding: 8px 30px 5px;
	background-color: #7ec2d7;
	border: 1px solid #7ec2d7;
	border-radius: 25px;
	color: #fff;
}

#archive-text article.article_text input[type="submit"]:hover {
  	color: #c8e2e8;
}

#archive-text article.article_text input[type="submit"]:active {
  	color: #4791bd;
}

.selectWrap-year {
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

.selectWrap-month {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

.selectWrap-year::after,
.selectWrap-month::after {
	width: 6px;
	height: 6px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 15px;
	border: 0px;
	border-bottom: solid 2px #4791bd;
	border-right: solid 2px #4791bd;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
}

#archive-text article.article_text select {
	width: 100%;
	padding: 10px 40px 10px 10px;
	background: transparent;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 0px;
	/*z-index: 1;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
    display: none;
}

.stig_submit {
	margin-top: 30px;
}

/* WP only */
span.wpcf7-list-item {
	display: block;
}

.wpcf7-form-control-wrap {
	margin-bottom: 50px;
	display: block;
}

.wpcf7-form-control-wrap:nth-last-of-type(1){
	margin-bottom: 0px;
}
/* @end */

/* @group PROGRAM */
/* program_take_example */
@media (min-width: 600px) {
	.take-ex-item1 {
		width: 80px;
		white-space: nowrap;
	}
	
	.take-ex-item2 {
		width: 90px;
		white-space: nowrap;
	}
	
	.take-ex-sect {
		width: 80px;
		white-space: nowrap;
	}
	
	.take-ex-credit {
		width: 50px;
		white-space: nowrap;
	}
	
	.take-ex-item-en {
		width: 20%;
		min-width: 100px;
		white-space: nowrap;
	}
}

@media (max-width: 599px) {
	.take-ex-item1 {
		width: auto;
		white-space: normal;
	}
	.take-ex-item2 {
		width: auto;
		white-space: normal;
	}
	
	.take-ex-sect {
		width: auto;
		white-space: normal;
	}
	
	.take-ex-credit {
		width: auto;
		white-space: normal;
	}
	
	.take-ex-item-en {
		width: auto;
		white-space: nowrap;
	}
	
	/*#program_take_example_en table {
		min-width: 520px;
		overflow: scroll;
	}*/
}

/* program_current_students */
#current-students img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}

#current-students tbody td:first-child {
	text-align: left;
}

/* program_finish */
@media (max-width: 599px) {
	#program_finish_en table {
		min-width: 440px;
		overflow: scroll;
	}
}

/*  開講科目（program_curriculum系）のテーブル関係 */
#curriculum table {/*
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: 100%;*/
}

#curriculum thead {
	background-color: #e2f0f2;
	font-weight: bold;
	white-space: nowrap;
}

#curriculum th,
#curriculum td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 0.75em;
	line-height: 20px;
}

#curriculum td {
	white-space: nowrap;
}

#curriculum td a {
	white-space: normal;
}

#curriculum td.pos-left {
	text-align: left;
}

#curriculum th.second-th,
#curriculum td.second-td {
	background-color: #f9fbfb;
	font-weight: bold;
	white-space: normal;
}

#curriculum-table-flow-en th.second-th {
	white-space: nowrap;
}

#curriculum-table-flow {
	margin-bottom: 20px;
}

.sj-name {
	text-align: left;
	white-space: normal!important;
}

@media (max-width: 767px) {
	#curriculum-table-flow {
	margin-bottom: 20px;
	overflow: auto;
	}
	
	#curriculum-table-flow-en {
	min-width: 500px;
	overflow: auto;
	}
}

/* Q&A */
.Q-A {
	counter-reset: question;
	counter-reset: answer;
}

.que {
	padding-left: 45px;
	text-indent: -45px;
	counter-increment: question;
}

.que:before {
	margin-right: 20px;
	font-weight: bold;
	content: "Q" counter(question) ")";
}

.ans {
	margin-bottom: 30px !important;
	padding-left: 45px;
	text-indent: -45px;
	counter-increment: answer;
}

.ans-last {
	margin-bottom: 0px !important;
	padding-left: 45px;
	text-indent: -45px;
	counter-increment: answer;
}

.ans:before,
.ans-last:before {
	margin-right: 20px;
	font-weight: bold;
	content: "A" counter(question) ")";
}

.qa-10:before {
	margin-right: 10px !important;
	font-weight: bold;
	content: "Q" counter(question) ")";
}
/* @end */

/* @group program_curriculum_text */
#program_curriculum_text {
	background:none
}

@media (max-width: 767px) {
	#program_curriculum_text main {
		padding: 40px 10px 50px;
	}
}

#program_curriculum_text table {
	width: 100%;
	border-left-style: none;
}

#program_curriculum_text table th {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f9fbfb;
	border-right-style: hidden;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

#program_curriculum_text table td {
	padding-right: 10px;
	border-right-style: hidden;
}

#program_curriculum_text table td.no {
	padding: 5px 0 5px 10px;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}

#program_curriculum_text .close a {
	width: 100px;
	margin: 0 auto;
	padding: 5px;
	background-color: #f9fbfb;
	display: block;
	position: relative;
	border: 1px solid #c8e2e8;
	border-radius: 30px;
	text-align: center;
}

#program_curriculum_text .close a:hover {
	border: 1px solid #c8e2e8;
}

#program_curriculum_text table ul {
	margin-left: 20px;
	list-style: disc;
}
/* @end */

/* @group education_column202103 */

#results-and-outlook img {
	max-width: 100%;
}

#results-and-outlook p a {
	word-break: break-all;
	overflow-wrap: break-word;
}
/* @end */

/* @group esearch_column202103 */

#movement-and-outlook img {
	max-width: 100%;
}

#movement-and-outlook p a {
	word-break: break-all;
	overflow-wrap: break-word;
}

#movement-and-outlook ol {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

#movement-and-outlook ol li {
	margin-bottom: 5px;
}

#movement-and-outlook .box {
	padding: 10px 10px 5px;
	border: 1px solid silver;
	margin-bottom: 20px;
}

#movement-and-outlook dl {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 5px;
	display: flex;
}

@media (max-width: 767px) {
	#movement-and-outlook dl {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 5px;
		display: block;
	}
}

#movement-and-outlook dl dt {
	white-space: nowrap;
	margin-right: 10px;
}

/* @end */

/* @group RESULT */
#result-index dl {
	display: flex;
	margin-bottom: 10px;
	
	font-size: 0.88em;
}

#result-index dl dt {
	padding-right: 10px;
	white-space: nowrap;
}

#result-index dl dd a {
	text-decoration: underline;
}

#result-index a.banner img {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}

section.result-research table,
section.result-education table,
section.result-stig table {
	
}

section.result-research table th,
section.result-education table th,
section.result-stig table th {
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 10px;
}

/* @end */





