@charset "UTF-8";
/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
基本
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/
:root {
    --key-color: #00a199;
    --sub-color: #00a199;
    line-height: 1.7;
}
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 {
	color: var(--sub-color)0ff;
	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.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.society-title {
    position: absolute;
	top: 143px;
	left: 90px;
}

.society-outline {
    position: absolute;
    top: 357px;
	left: 90px;
}

/* @group メインエリア
------------------------------------------------------*/

.main {
    position: relative;	
}

.main > * {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* @group フッターエリア
------------------------------------------------------*/

.footer {
	width: 100%;
    height: 330px;
    /*background-image: linear-gradient(var(--sub-color), var(--sub-color)), linear-gradient(var(--key-color), var(--key-color));
    background-position: center top, center 110px;
    background-repeat: no-repeat;
    background-size: 100% 110px, 100% 40px;*/
}

/*.footer > * {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}*/
.footer .contact {
	height: 330px;
	background-color: #fff;
}
.footer .contact p {
	width: 720px;
	height: 120px;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 0.83rem;
}

.footer_flex {
	width: 720px;
	height: 210px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_flex img {
	width: 300px;
}

.copyright {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background-color: #000;
}

.copyright small {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
}

/* ページ準備中 */
.under_construction {
    padding: 10% 0;
    font-size: 13px;
    text-align: center;
}


/* リストスタイル */
.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;
}

/* Skeletal Muscle Symposium */
.h2_heading {
	background-color: #00a199;
	padding: 2px 10px;
	margin: 48px 0 20px;
}
.h2_heading span {
	font-size: 1.2em;
	font-weight: bold;
	color:#fff; 
}
.pro_dl {
	display: flex;
}
.pro_dl dt {
	font-weight: bold;
	width: 120px;
}
.pro_theme {
	border-top: 2px solid #00a199;
	border-bottom: 2px solid #00a199;
	margin: 20px 0;
}
.pro_theme span {
	font-weight: bold;
	margin: 0 25px;
}
.pro_theme2 span {
	font-weight: bold;
	position: relative;
	padding-left: 8px;
}
.pro_theme2 span::before {
	position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    background-color: #00a199;
    left: 0;
    top: 1px;
}

.pro_dl dd {
	
}
.lr25 {
	margin-right: 25px;
	margin-left: 25px;
}
.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;
}
.map_img {
	width: 500px;
	margin: 40px auto;
}
.map_img img {
	width: 100%;
}