@charset "UTF-8";

/*
第25回 日本医療マネジメント学会神奈川支部学術集会. CSS
Author: Kazuya Tahara(Hdj)
Version:250908
*/


/*-----------------------------------------------
 __Initial Setting
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
strong *,
strong{
	font-weight:bold;
}

html{
overflow-y: scroll;
font-size: 62.5%;
scroll-behavior: smooth;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}

caption, th{
text-align: left;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 __Base Setting
-----------------------------------------------*/
a:link , a:visited {
	color:#00A3FF;
}
a:hover {
	color:#F90;
}
body {
	line-height:1.6;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #d6f2e1;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	width:1000px;
	margin:0 auto;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}
.Container {
	width:760px;
    background:#FFF url("refer/bg_content.jpg") no-repeat 0 0;
}

/*-----------------------------------------------
 __HEADER
-----------------------------------------------*/
#Header {
	width:760px;
	height:146px;
	padding-top:24px;
}
#Header h1 {
	width:545px;
	height:107px;
	margin:0 auto auto auto;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer .FootMain{
	width:1000px;
	margin:-25px auto;
}
footer .FootMain .Copyright {
	font-size:1.2rem;
	text-align:right;
  padding-right: 1em;
}
footer .FootMain .PageTop {
	width:40px;
	height:40px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:50px;
	background:#00913a url(refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:17px;
	/*非表示*/
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(150px);
}
footer .PageTop.Active{
  /*表示*/
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

footer .FootMain .PageTop a {
	display:block;
	width:100%;
	height:100%;
}
footer .FootMain .PageTop a:hover {
	background-color:rgba(255,255,255,0.2);
}

/*-----------------------------------------------
 __Navi
-----------------------------------------------*/
nav{
	width:240px;
	position:relative;
	background:#00913a;
	padding-top:0;
}
nav .Logo{
	width: 160px;
	height: 160px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 0 auto 10px;
	background: url(refer/logo_jhm.png);
	background-size: 193px;
	background-position: 50% 50%;
	border-radius: 80px;
	position: relative;
}
nav .Logo a{
	display: block;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	position: absolute;
	top: 10%;
	left: 10%;
}
nav ul{
	width: 220px;
	margin:0 auto 20px;;
}
nav ul li{
	font-weight:bold;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.3);
	padding:6px 15px 6px 20px;
	margin-bottom: 4px;
	line-height:1.5;
	background: rgba(255, 255, 255, 0.3) url(refer/ic_nav.png) no-repeat 6px 14px;
	background-size: 9px;
}
nav ul li a{
	box-sizing:content-box;
	display:block;
	width:100%;
	height:100%;
	color: #FFF;
	font-weight:bold;
	 text-decoration:none;
	padding:6px 15px 6px 20px;
	margin:-6px -15px -6px -20px;
}
nav ul li a:link,
nav ul li a:visited{
	color: #FFF;
}
nav ul li a:hover{
	background-color: #00a843;
	background-image: url(refer/ic_nav.png);
	background-repeat: no-repeat;
	background-position: 6px 14px;
	background-size: 9px;
	transition: background-color 0.6s ease 0s;
}
nav .Poster{
    width: 220px;
    height: 311px;
    font-size: 1px;
    text-indent: -9999px;
    margin: 0 auto 10px;
    background: url("refer/poster.jpg") no-repeat 0 0;
}
nav .Poster a{
    display: block;
    width: 100%;
    height: 100%;
}
nav .Poster a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	box-sizing:border-box;
	min-height:700px;
	padding:16px 40px 100px ;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.95) 150px, rgba(255,255,255,1.0) 270px);
}
.Article h2{
	font-size:3.8rem;
	font-weight:bold;
	color: #ffffff;
	margin-bottom:1em;
	text-shadow: #182987 0px 0px 10px,  #182987 0px 0px 10px,  #182987 0px 0px 10px;
}
.Article h3{
	box-sizing:border-box;
	font-size:2rem;
	color:rgba(0,43,95,1.00);
	padding:0 0 0 8px;
	margin:2em 0 0.5em;
	border-left:4px solid rgba(1,144,62,1.00);
	border-bottom:1px solid rgba(1,144,62,1.00);
}
.Article h2 + h3{
	margin-top:1em;
}
.Article h4{
	font-size:1.8rem;
	font-weight:bold;
	color: #008337;
	margin:1.5em 0 0.5em;
}
.Article h3 + h4{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.Article h5{
	font-size: 1.6rem;
	font-weight:bold;
	margin:1.5em 0 0.2em;
}
.Article p{
	font-size: 1.6rem;
	margin:0 0 1em;
}
.Article ul{
	margin:0 0 1em;
}
.Article ul li{
	font-size: 1.6rem;
}
.Article ol{
	margin:0 0 1em;
}
.Article ol li{
	font-size: 1.6rem;
}
.Article dl{
	margin:0 0 1em;
}
.Article dl dt{
	font-size: 1.6rem;
}
.Article dl dd{
	font-size: 1.6rem;
}
.Article figure{
	margin:0 0 1em;
	font-size: 1.6rem;
	text-align:center;
}
.Article table{
	margin:0  auto 1em 0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table +  h3 {
	margin-top:2em;
}
.Article table caption{
	text-align:left;
	font-size: 1.6rem;
}
.Article table th{
	font-weight:normal;
	font-size: 1.6rem;
	padding:10px 1em;
	text-align:center;
	vertical-align:middle;
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table th.Side{
	text-align:left;
}
.Article table td{
	font-size: 1.6rem;
	padding:10px 1em;
	vertical-align:middle;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .Flex{
	display:flex
}
.Article sup{
	font-size:1rem;
	vertical-align:top;
}
.Article sub{
	font-size:1rem;
	vertical-align:bottom;
}
.Article .AlignRight{
	text-align:right;
}
.Article .AlignCenter{
	text-align:center;
}
.Article .ListIc li{
	padding-left:16px;
	margin-bottom:0.5em;
    background:url(refer/ic_list.png) no-repeat 0 0.3em;
}
.Article .ListIc .NoIc{
	background-image:none;
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListNote li::before{
	display:inline-block;
	content:"※";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.Article .ListNum li{
	margin-left:2em;
	list-style-type:decimal;
	margin-bottom:0.5em;
}
.Article .ListNum .ListNote{
	margin:0;
}
.Article .ListNum .ListNote li{
	list-style-type:none;
	font-size:100%;
	margin:0;
}
.Article .Red{
	color:#F00;
}
.Article .UL{
	text-decoration:underline;
}
.Article .Prepare{
	font-size:1.6rem;
	margin:2em 20px 0;
}
.Article .Blank{
	padding-right:16px;
	background:url(refer/blank.png) no-repeat 100% 50%;
}
.Article .Bt{
    width:70%;
	line-height:1.4;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    margin:30px auto 40px;
    background: rgba(55,100,160,1.00);
    border-radius:5px;
}
.Article .BtNoLink{
    width:70%;
	line-height:1.4;
    text-align:center;
    color:#FFF;
    font-weight:bold;
	padding-top:0.7em;
	padding-bottom:0.7em;
    margin:30px auto 40px;
    background: rgba(55,100,160,1.00);
    border-radius:5px;
}
.Article .Bt a{
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content:center;
    width:100%;
    height:100%;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
	padding-top:0.7em;
	padding-bottom:0.7em;
    border-radius:5px;
    background-color: rgba(255, 255, 255, 0);
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.3);
	transition:box-shadow 300ms 0s ease;
}
.Article .Bt a:hover{
	box-shadow:0 0 0 0 rgba(0,0,0,0.3);
    background-color: rgba(255, 255, 255, 0.2);
}
.Article .BtPDF{
    background:#C30 url(refer/ic_pdf.png) no-repeat 20px 50%;
	background-size:30px;
}
.Article .BtPPT{
    background: rgba(250,148,0,1.00) url(refer/ic_ppt.png) no-repeat 20px 50%;
}
.Article .BtWORD{
    background: rgba(0,172,212,1.00) url(refer/ic_word.png) no-repeat 20px 50%;
	background-size:30px;
}
.Article .BtKey{
	background: rgba(55,100,160,1.00) url(refer/ic_key.png) no-repeat 20px 50%;
	background-size:20px;
}
.Article .BtLink{
    background-image: url("refer/ic_link_left.png"), url("refer/ic_link_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 50%, 90% 50%;
    background-size: 16px, 16px;
    background-color: rgba(55,100,160,1.00);
}
.Article .IcPDF{
	padding: 5px 0 5px 34px;
	background: url(refer/ic_link_pdf_l_dl.png) no-repeat 0 50%;
}
.Article .IcWORD{
	padding: 5px 0 5px 34px;
	background: url(refer/ic_link_word_l_dl.png) no-repeat 0 50%;
}
.Article .IcPPT{
	padding: 5px 0 5px 34px;
	background: url(refer/ic_link_ppt_l_dl.png) no-repeat 0 50%;
}
.Article .FootInfo{
	margin:3em 0 1em;
	padding-top:1em;
	border-top:1px solid rgba(0,43,95,1.00);
}
.Article .StopServer{
	border:2px solid #C00;
	margin:0 30px 1em;
	padding:1em 1em 0;
}
.Article .StopServer ul li{
	margin-bottom:0;
}
.Article .StopServer p{
	margin:0 0 1em;
}
.Article .StopServer ul{
	margin:0 0 1em;
}


/*ArticleTop*/
.ArticleTop {
	padding-bottom:40px;
}
.ArticleTop .Outline{
	height:481px;
	position: relative;
}
.ArticleTop .Outline h2{
	display:none;
}
.ArticleTop .Outline dl{
	width:738px;
	height:414px;
	background:url(refer/outline.png) no-repeat 0 0;
	background-size:contain;
	position: absolute;
	left: 24px;
	top: 0px;
}
.ArticleTop .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop  .WhatsNew{
	margin:0 40px 40px 40px;
}
.ArticleTop .WhatsNew .NoteBox{
	padding:1em 1em 0;
	margin-bottom:1em;
	border:2px solid #F00;
}
.ArticleTop .WhatsNew .NoteBox .ListIc li{
	font-size: 1.6rem;
	padding-left:1em;
	margin-bottom:0;
	border:0;
	position:relative;
}
.ArticleTop .WhatsNew .NoteBox .ListIc li:before{
	display:inline-block;
	width:1em;
	content:"●";
	font-size:10px;
	text-align:center;
	position:absolute;
	left:0;
	top:0.3em;
}
.ArticleTop .WhatsNew .NoteBox h2{
	font-weight:bold;
	font-size:1.8rem;
    color: #000;
	margin-bottom:0.5em;
}
.ArticleTop .WhatsNew .NoteBox p{
	font-size: 1.6rem;
	margin-bottom:1em;
}
.ArticleTop .WhatsNew .Fin{
	padding: 1em;
	margin-bottom: 0.5em;
	color: #FFF;
	font-size: 1.6rem;
	border: 2px solid rgba(255,255,255,1.00);
}
.ArticleTop .WhatsNew h2 {
	font-size:2.0rem;
	font-weight: bold;
  margin-bottom:0.2em;
}
.ArticleTop .WhatsNew ul{
	 padding-top: 0.7rem;
	border-top: 2px solid #00913a;
}
.ArticleTop .WhatsNew li {
	font-size: 1.6rem;
	padding-bottom:8px;
	margin-bottom:8px;
	padding-left:5em;
	position:relative;
	border-bottom:1px solid rgba(0, 145, 58, 0.3);
}
.ArticleTop .WhatsNew li .Date {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	position:absolute;
	top:2px;
	left:0;
}
.ArticleTop .OfficeBox {
	display:flex;
	justify-content: space-between;
	margin: 0 40px 40px 40px;
}
.ArticleTop .Office h2 {
	font-size: 2.0rem;
	font-weight:bold;
	margin-bottom:6px;
}
.ArticleTop .Office p {
	font-size: 1.6rem;
}
.ArticleTop .Red {
	color:#F00;
}
.ArticleTop strong a {
	font-weight:bold;
}
.ArticleTop .StopServer{
	border:2px solid #F00;
	margin:0 0 2em 60px;
	padding:1.5em 1.5em 0;
}
.ArticleTop .StopServer h2{
	font-weight:bold;
	font-size:125%;
	margin-bottom:0.5em;
}
.ArticleTop .StopServer ul{
	margin:0 0 1em;
}
.ArticleTop .StopServer ul li{
	margin-bottom:0;
}
.ArticleTop .StopServer .ListNote li{
	padding-left: 1em;
	position: relative;
}
.ArticleTop .StopServer .ListNote li::before{
	content: "※";
	color: #F00;
	position: absolute;
	left: 0;
	top: 0;
}
.ArticleTop .StopServer p{
	margin:0 0 1em;
}
.ArticleTop .StopServer dl{
	margin:0 2em 1em;
}
.ArticleTop .StopServer dl dt{
	width:5.1em;
	float:left;
}
.ArticleTop .StopServer dl dd{
	padding-left:5em;
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet .ChairBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
}
.Greet .ChairBox *{
	margin-left: 0;
	margin-right: 0;
}
.Greet .ChairBox figure{
		margin-right: 20px;
}
.Greet .ChairBox figure img{
	vertical-align: middle;
}
.Greet .ChairBox p strong{
	font-size: 2.2rem;
	font-weight: normal;
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Access{
	display: inline-block;
	width: 6em;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #182987;
	border-radius: 4px;
}
.Outline .Access:hover{
	background-color: #5666bf;
}