@charset "UTF-8";

/*
56th Japanese Society of Hospital Pharmacists CSS
Author: Kazuya Tahara(Hdj)
Version: 202508
*/


/*-----------------------------------------------
 __ResetCss
-----------------------------------------------*/
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, strong, 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;
}

html{
font-size: 62.5%;
overflow-y: scroll;
scroll-behavior: smooth;
}

blockquote, q {
quotes: none;
}

strong,
strong *{
	font-weight:bold;
}

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;
}
table td{
vertical-align:middle;
}
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;
/**/
}
/*-----------------------------------------------
 __BassSetting
-----------------------------------------------*/
body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background: url(refer/bg_body.jpg) no-repeat 0 0;
	background-size: 100vw;
	background-attachment: fixed;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a{
	color:#36F;
}
a:hover{
	color:#F90;
}
.Wrapper {
	display:flex;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
}
.Content {
	width:760px;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	height:150px;
    padding-top: 0px;
	position:relative;
}
#HEADER h1{
	width:528px;
	height:205px;
	margin:0 auto auto 15px;
}
.Low #HEADER{
	height:130px;
}	
.Low #HEADER h1{
	width:370px;
	height: 144px;
	margin:0 auto auto;
}

/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:240px;
    display: flex;
		flex-direction:column;
		padding-top: 50px;
		background-color: rgba(228, 81, 151, 0.7);
    position: relative;
}
nav ul{
    width: 220px;
	display:flex;
	flex-direction:column;
	margin:0 auto 26px;
}
nav ul li{
		color:rgba(255, 255, 255, 0.3);
		font-weight:bold;
    font-size: 1.4rem;
		padding:7px 10px;
    margin:0 0 4px;
		background: linear-gradient(90deg,rgba(125, 70, 151, 0.8) 24%, rgba(228, 81, 151, 0.8) 100%);
		border-radius: 4px;
}
nav ul li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
	color:rgb(255, 255, 255);
	text-decoration:none;
	padding:7px 10px;
	margin:-7px -10px;
	border-radius: 4px;
}
nav ul li a:hover{
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.1);
}
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);
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
	margin:-40px auto 0;
    position: relative;
}
footer .Copyright{
	font-size:1.4rem;
	text-align: right;
}
.Low footer .Copyright{
		margin-right: 40px;
}
footer .PageTop{
	width:40px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	background:#e45197 url(refer/ic_pagetop.png) no-repeat 50% 45%;
	background-size:21px;
    position: fixed;
	bottom:50px;
	right:20px;
	/*非表示*/
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(150px);
}
footer .PageTop.Active{
  /*表示*/
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
}
footer .PageTop a:hover{
    background-color: rgba(255,255,255,0.2);
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width:760px;
	min-height:1000px;
	padding-top:40px;
	padding-bottom:60px;
    background-color: rgba(255,255,255,0.8);
    position: relative;
}
.Article h2{
	box-sizing:border-box;
	width:720px;
	font-size:3.2rem;
	font-weight:bold;
	line-height:50px;
	margin:0 0 40px auto;
}
.Article h3{
	font-size:2.0rem;
    padding-left: 14px;
	margin:2em 40px 0.5em;
    border-bottom: 2px solid rgba(177, 177, 177, 0.5);
    position: relative;
}
.Article h3::before{
    width: 5px;
    height: 80%;
    content: "";
    background-color: rgba(229, 85, 191,0.5);
    position: absolute;
    left: 0;
    top: 10%;
}
.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size:1.8rem;
	color: rgba(0,169,137,1.00);
	margin:1em 40px 10px;
	font-weight:bold;
}
.Article h3 + h4{
    margin-top: 0;
}
.Article h5{
    font-size: 1.6rem;
	font-weight:bold;
	margin:1em 40px 10px;
}
.Article p{
    font-size: 1.6rem;
	margin:0 40px 1em;
}
.Article figure{
    font-size: 1.6rem;
	margin:0 40px 1em;
}
.Article ul{
    font-size: 1.6rem;
	margin:0 40px 1em;
}
.Article ol{
    font-size: 1.6rem;
	margin:0 40px 1em;
}
.Article dl{
    font-size: 1.6rem;
	margin:0 40px 1em;
}
.Article sup{
	font-size:1.2rem;
	vertical-align:top;
}
.Article sub{
	font-size:1.2rem;
	vertical-align:bottom;
}
.Article .Red{
	color:#F00;
}
.Article .UL{
	text-decoration:underline;
}
.Article strong{
	font-weight:bold;
}
.Article table{
	width:auto;
    font-size: 1.6rem;
	margin:0 40px 1em 40px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	padding:0.5em 1em;
	background:#EEE;
	vertical-align:middle;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	padding:0.5em 1em;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article .Flex{
	display:flex;
	justify-content:space-between;
}
.Article .AlignRight{
	text-align:right;
}
.Article .AlignCenter{
	text-align: center;
}
.Article .ListIc li{
	padding-left:14px;
	padding-bottom:10px;
	position:relative;
}
.Article .ListIc li::before{
	display:inline-block;
	width:1em;
	height:1em;
	text-align:center;
	content:"●";
	color:rgba(228, 81, 151, 0.3);
	font-size:10px;
	position: absolute;
	left:0;
	top:0.4em;
}
.Article .ListIc li .ListNote{
	margin-top:0.5em;
	margin-left:0;
	margin-right:0;
}
.Article .ListIc li .ListIc{
    margin-top: 0.5em;
	margin-left:0;
	margin-right:0;
    margin-bottom: 0;
}
.Article .ListIc li .ListNote li{
    margin-bottom: 0;
}
.Article .ListIc li .ListNote li::before{
	font-size:100%;
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:10px;
	position:relative;
}
.Article .ListNote li::before{
	display:inline-block;
	width:1em;
	height:1em;
	text-align:center;
	content:"※";
	color: rgba(255,0,0,1);
	position: absolute;
	left:0;
	top:0em;
}
.Article .ListNote li .ListNum{
	margin-left:0;
	margin-right:0;
}
.Article .ListNote li .ListNum li{
	padding-left:0;
	margin-bottom:0;
}
.Article .ListNote li .ListNum li::before{
	display:none;
	content:"";
}

.Article .ListNum li{
	margin-left:30px;
	margin-bottom:1em;
	list-style-type:decimal;
}
.Article .ListNum li .ListNote{
    margin: 0;
}
.Article .ListNum li .ListNote li{
    list-style-type: none;
    margin: 0;
}
.Article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
.Article .FootInfo{
	padding-top:1em;
	margin:2em 40px 16px;
	border-top:2px solid rgba(92,189,194,0.5);
}
.Article .FootInfo *{
	margin-left:0;
	margin-right:0;
}
.Article .Bt{
	width:70%;
	line-height:1.6;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 40px;
	border-radius:3px;
	background-color: rgba(0,87,175,1.00);
}
.Article .BtNoLink{
	padding-top:12px;
	padding-bottom:12px;
}
.Article .Bt a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	background-color:rgba(255,255,255,0.00);
}
.Article .Bt a:hover{
	display:block;
	background-color:rgba(255,255,255,0.2);
}
.Article .BtCoi{
	width:60%;
	background-image:url(refer/ic_guide.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
}
.Article .BtSSL{
	width:60%;
	background-image:url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:25px;
}
.Article .BtPdf{
	background-image:url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:40px;
}
.Article .BtXls{
	background-image:url(refer/ic_xls.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: #3CA503;
	background-size:30px;
}
.Article .BtWord{
	background-image:url(refer/ic_word.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(0,147,187,1.00);
	background-size:30px;
}
.Article .BtPpt{
	background-image:url(refer/ic_ppt.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color: rgba(255,112,0,1.00);
	background-size:30px;
}
.Article .BtLink{
	width:60%;
	background-image:
		url(refer/ic_link_l.png),
		url(refer/ic_link_r.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		10% 50%,
		90% 50%;
	background-size:
		14px,
		14px;
}
.Article .IcPDF{
	padding-left:26px;
	padding-top:4px;
	min-height:28px;
	background: url(refer/ic_pdf_link.png) no-repeat 0 100%;
	background-size:20px;
}
.Article .IcPPT{
	padding-left:26px;
	padding-top:4px;
	min-height:28px;
	background: url(refer/ic_ppt_link.png) no-repeat 0 100%;
	background-size:20px;
}
.Article .IcBlankLink{
    display: inline-block;
    padding-right: 1em;
    background: url("refer/ic_link_blank.png") no-repeat 100% 0.4em;
    background-size: 12px;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	padding-bottom:0;
    position: relative;
}
.ArticleTop .MainVisual{
    height: 550px;
		margin-bottom: 50px;
    background: url("refer/outline.png") no-repeat 15px 0px;
    background-size: 778px;
    position: relative;
}
.ArticleTop .MainVisual::before{
	z-index: -1;
	width: 710px;
	height: 180px;
	content: "";
	background: linear-gradient(90deg,rgba(228, 81, 151, 0.8) 24%, rgba(125, 70, 151, 0.8) 100%);
	position: absolute;
	right: 0;
	bottom: 0;
}
.ArticleTop .MainVisual .Theme{
    font-size: 1px;
    text-indent: -9999px;
}
.ArticleTop .MainVisual h2{
   font-size: 1px;
    text-indent: -9999px;
}
.ArticleTop .MainVisual dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .NoteBox {
	padding:1em 1em 0;
	margin:0 0 40px 50px;
	border:2px solid rgba(255,0,4,1.00);
}
.ArticleTop .NoteBox h2{
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:0.7em;
}
.ArticleTop .NoteBox p{
	margin-bottom:1em;
}
.ArticleTop .WhatsNew{
	margin-left:50px;
	position:relative;
}
.ArticleTop .WhatsNew h2{
	font-size:2.0rem;
    font-weight: bold;
    padding-bottom: 5px;
	margin-bottom:10px;
	border-bottom:2px solid #e45197;
}
.ArticleTop .WhatsNew .NoteBox{
    padding: 1.6rem 1.6rem 0 1.6rem;
    margin-bottom: 1em;
    border: 2px solid #ff0004;
}
.ArticleTop .WhatsNew .NoteBox h3{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.25em;
}
.ArticleTop .WhatsNew .NoteBox > *{
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.ArticleTop .WhatsNew .NoteBox .ListNote li{
    padding-left: 1em;
    position: relative;
}
.ArticleTop .WhatsNew .NoteBox .ListNote li::before{
    content: "※";
    color: #F00;
    position: absolute;
    left: 0;
    top: 0;
}
.ArticleTop .WhatsNew .WnList{
	max-height:160px;
	overflow: auto;
	margin-bottom:40px;
}
.ArticleTop .WhatsNew .WnList li{
    font-size: 1.6rem;
	position:relative;
	padding:0 0 8px 7em;
	margin-bottom:8px;
	border-bottom:rgba(228, 81, 151,0.3) 1px solid;
}
.ArticleTop .WhatsNew .WnList li .Date{
	position:absolute;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
}
.ArticleTop .OfficeBox{
	margin:0  auto 0 50px;
  padding-bottom: 60px;
	background: url(refer/venue.png) no-repeat 100% 0;
	background-size: 345px;
}
.ArticleTop .OfficeBox h2{
    font-size: 2.0rem;
    font-weight: bold;
	margin:30px 0  0.3em;
}
.ArticleTop .OfficeBox p{
	font-size:1.4rem;
}
.ArticleTop .Red{
	color:#F00;
}
.ArticleTop .AlignRight{
	text-align:right
}

/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet h2{
    margin-bottom: 0;
}
.Greet .ChairBox{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 40px 30px;
}
.Greet .ChairBox *{
    margin: 0 ;
}
.Greet .ChairBox p{
    text-align: right;
    margin-right: 20px;
}
.Greet .ChairBox p strong{
    font-size: 2.0rem;
    font-weight: normal;
}
.Greet .ChairBox figure img{
    vertical-align: middle;
}

/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .Belong{
	font-size: 1.5rem;
}