@charset "UTF-8";
/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
基本
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/
html {
	font-size: 18px;
}
body {
	background-color: #fff;
	font-family: Helvetica, Arial, Verdana, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	filter: brightness(90%) contrast(120%);
	text-decoration: underline;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ページトップへもどる */
.page_top {
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	position: fixed;
	border: 1px solid var(--sub-color)000;
	background: var(--sub-color)000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.page_top::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
スタイル
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

.wrapper {
	width: 100%;
	background-color: #f2f2f2;
}

/* @group ヘッダーエリア
------------------------------------------------------*/

.header {
	position: relative;
	width: 100%;
	height: 510px;
	background-color: #000;
}
.mainVisual {
	width: 1200px;
	height: 510px;
	position: relative;
	margin: 0 auto;
	background-image: url("../images/mainVisual.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
.society-title img{
	padding-top:165px;
	margin:0 auto;
}
.society-outline img{
	padding-top:120px;
	margin:0 auto;
}

/* @group メインエリア
------------------------------------------------------*/

.main {
	position: relative;	
}

.main > * {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* @group フッターエリア
------------------------------------------------------*/

.footer {
	width: 100%;
}
.footer .contact {
	background-color: #fff;
	height:300px;
}
.footer .contact img{
	width: 300px;
	padding:50px 0;
	margin:0 auto;
}
.footer .contact p {
	width:680px;
	line-height: 1.3;
	font-size: 0.83rem;
	margin:0 auto;
}
.copyright {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color:#002864;
}
.copyright small {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1;
}


/* リストスタイル */
.list-style {
	list-style-position: outside;
	padding-left: 1.5em;
}
.list-disc {
	list-style-type: disc;
}
.list-num {
	list-style-type: decimal;
}
.list-child {
	padding-left: 1em;
	list-style-type: circle;
}
.list-style li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.list-style li > span {
	display: inline;
}

/*※入り*/
.asterisk.eng {
	padding-left: 1.2em;
	text-indent: -0.9em;
}
.asterisk.eng li::before {
	content: '*';
	margin-right: .3em;
	position: relative;
	bottom: 1px;
}
.asterisk {
	padding-left: 1.2em;
	text-indent: -0.9em;
}
.asterisk li::before {
	content: '※';
	margin-right: .3em;
	position: relative;
	bottom: 1px;
}

/*囲み*/
.enclosure01 {
	border: 1px;
	border-style: solid;
	padding: 1em 2em;
}
.enclosure02 {
	display: inline-block;
	border: 1px;
	border-style: solid;
	padding: .5em 1em;
}
.enclosure-style01 {
	border-color: #DDDDDD;
	background: #FFFFFF;
}
.enclosure-style02 {
	border: 3px solid rgba(43, 80, 154, 0.2);
	background: rgba(43, 80, 154, 0.05);
}
.enclosure-style03 {
	border: 3px solid rgba(210, 32, 109, 0.2);
	background: rgba(210, 32, 109, 0.05);
}

/* アイコン */
.exlink::after {
	content: "\f360";
	font-family: "Font Awesome 5 Free";
	font-size: 0.85em;
	font-weight: 900;
	margin-left: .5em;
}
.pdf::after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-size: 0.85em;
	font-weight: 900;
	margin-left: .5em;
}
.word::after {
	content: "\f1c2";
	font-family: "Font Awesome 5 Free";
	font-size: 0.85em;
	font-weight: 900;
	margin-left: .5em;
}
.download::before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	ont-size: 0.85em;
	font-weight: 900;
	margin-right: .5em;
}

/* 共通 */
.h2_heading {
	background:#002864;
	padding:10px;
	margin:48px 0 0;
}
.h2_heading span {
	font-size: 1.2em;
	font-weight: bold;
	color:#fff; 
}
.h4_heading {
	padding:5px;
	border-bottom:1px solid #002864;
	padding-bottom:5px;
	margin-bottom:5px;
}
.h4_heading span {
	color:#002864; 
	font-size:1em;
	font-weight: bold;
}
.contents{
	padding:20px 10px;
}
.ttl1{
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	color:#002864;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	line-height: 1.4;
	font-weight: bold;
}

/* Program */
.pro_dl {
	display: flex;
	margin-bottom:20px;
}
.pro_dl dt {
	width: 120px;
}
h3.pro_theme {
	display:flex;
	border-top: 2px solid #c1272d;
	border-bottom: 2px solid #c1272d;
	padding:7px 5px 7px 10px;
	margin:10px 0;
}
h3.pro_theme span {
	font-weight: bold;
}
h3 p.time{
	margin-left:auto;
}
.chair{
	text-align:right;
	padding-right:5px;
}

/* Abstract */
.abs_ttl{
	font-weight:bold;
}

/* Access */
.access_heading {
	border-bottom: 2px solid #00a199;
	margin: 20px 0 10px;
}
.access_heading span {
	position: relative;
	margin-left: 45px;
	font-weight: bold;
	color: #00a199;
}
.access_heading span::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #00a199;
	left: -20px;
	top: 1px;
}

/* Campus Map */
a.campusmap{
	display:block;
	max-width:500px;
	margin:40px auto;
}
a.campusmap img{
	width:100%;
}