@charset "UTF-8";

/*
The 19th Annual Meeting of the Japanese Society of Oncology Pharmacy Practitioners. CSS
Author: Kazuya Tahara(Hdj)
Version: 20290528
*/


/*-----------------------------------------------
 __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;
}

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;
}

strong *,
strong{
	font-weight:bold;
}

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{
	color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
	line-height:1.6;
background: linear-gradient(180deg,rgba(26, 41, 84, 1) 0%, rgba(39, 39, 66, 1) 400px, rgba(0, 77, 160, 1) 100%);
}

a{
	color: #00859B;
}
a:hover{
	color: #FFA000;
}
.Wrapper {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:1000px;
	margin:0 auto;
}
.Content{
    width: 760px;
		background: url(refer/bg_visual.png) no-repeat 0 0;
}

/*-----------------------------------------------
 __#HEADER
-----------------------------------------------*/
#HEADER{
	width:760px;
	height:180px;
	margin:0 auto;
	padding-top:60px;
}
#HEADER h1{
	width:602px;
	height:60px;
	font-size:1px;
	text-indent:-9999px;
	margin:0 auto auto;
  background: url("refer/title_main.png") no-repeat 0 0;
	background-size:contain;
}
#HEADER h1 a{
	display:block;
	width:100%;
	height:100%;
}
#HEADER .En{
    font-size: 1px;
    text-indent: -9999px;
}

/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
nav{
	width:220px;
	padding-top:58px;
}
nav ul{
	display:flex;
	flex-direction:column;
	margin:0 auto 20px;
	position:relative;
}
nav ul li{
	font-weight:600;
	line-height: 50px;
	font-size: 1.6rem;
	color: rgba(255,255,255,0.3);
	padding:0 0 0 15px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}
nav ul li a{
	box-sizing: content-box;
	display:block;
	width:100%;
	height:100%;
	font-weight:600;
	color: rgba(255,255,255,1.00);
	text-decoration:none;
	padding:0 0 0 15px;
	margin:0 0 0 -15px;
}
nav ul li a:hover{
	color: rgba(255,255,255,1.00);
	background-color:rgba(255,255,255,0.1);
}
nav .Poster{
	width: 220px;
	height: 310px;
	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: 0.3em 0 1em;
	margin:0 auto;
}
footer .Copyright{
	color: #FFF;
	font-size:1.3rem;
	text-align: right;
}
footer .PageTop{
	/*scroll100px*/
	display:none;
	width:40px;
	height:40px;
	font-size:1px;
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	right:50px;
	background:#83badb url(refer/ic_pagetop.png) no-repeat 50% 50%;
	background-size:17px;
	border-radius: 4px;
}
footer .PageTop a{
	display:block;
	width:100%;
	height:100%;
}
footer .PageTop a:hover{
	background:rgba(255,255,255,0.3);
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article {
	width:760px;
	min-height:1200px;
	padding-top:40px;
	padding-bottom:50px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.95) 400px, rgba(255,255,255,1.0) 470px);
}
.Article h2{
	font-size:3rem;
  font-weight: 500;
	line-height:50px;
	margin:0 40px 10px 40px;
}
.Article h3{
	font-size:2.0rem;
	font-weight: 500;
	margin:1.5em 40px 10px 40px;
	border-bottom:2px solid #110081;
}
.Article h2 + h3{
	margin-top:30px;
}
.Article h3:first-child{
	margin-top:30px;
}
.Article h4{
	font-size: 1.8rem;
	color: #0077C8;
	margin:2em 40px 5px 40px;
	font-weight:bold;
}
.Article h3 + h4{
	margin-top:0;
}
.Article h5{
	font-weight:500;
	font-size: 1.6rem;
	color:#333;
	margin:1em 40px 10px 40px;
}
.Article h6{
	font-size: 1.6rem;
	margin:1em 40px 10px 40px;
}
.Article p{
	font-size: 1.6rem;
	margin:0 40px 1em 40px;
}
.Article ul{
	font-size: 1.6rem;
	margin:0 40px 1em 40px;
}
.Article ol{
	font-size: 1.6rem;
	margin:0 40px 1em 40px;
}
.Article ul ul,
.Article ul ol,
.Article ol ul,
.Article ol ol{
	font-size: 1.6rem;
}
.Article dl{
	font-size: 1.6rem;
	margin:0 40px 1em 40px;
}
.Article figure{
	font-size: 1.6rem;
	margin:0 40px 1em 40px;
	text-align:center;
}
.Article sup{
	font-size:0.75rem;
	vertical-align:top;
}
.Article sub{
	font-size:0.75rem;
	vertical-align:bottom;
}
.Article .Red{
	color:#F00;
}
.Article strong{
	font-weight:bold;
}
.Article table{
	width:auto;
	font-size: 1.6rem;
	margin:0 auto 1em 40px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.Article table th{
	vertical-align:middle;
	padding:0.5em 1em;
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table td{
	vertical-align:middle;
	padding:0.5em 1em;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Article table th.Center,
.Article table td.Center{
	text-align:center;
}
.Article .UL{
	text-decoration:underline;
}
.Article .Flex{
	display:flex;
	justify-content:space-between;
}
.Article .ArignRight{
	text-align:right;
}
.Article .ArignCenter{
	text-align:center;
}
.Article .ListIc li{
	padding-left:1.2em;
	margin-bottom:0.5em;
	position:relative;
}
.Article .ListIc li::before{
	display:inline-block;
	width:16px;
	content:"●";
	font-size:10px;
	text-align:center;
	color: rgba(166,192,224,1.00);
	position:absolute;
	top:0.3em;
	left:0;
}
.Article .ListIc li .ListNum li{
    padding-left: 0;
}
.Article .ListIc li .ListNum li::before{
    display: none;
    content:"";
}
.Article .ListNote li{
	padding-left:1em;
	margin-bottom:0.5em;
}
.Article .ListNote li:before{
	display:inline-block;
	content:"※";
	color:#F00;
	text-indent:-1em;
}
.Article .ListNote li li{
	padding-left:0;
	margin-bottom:0;
}
.Article .ListNote li li:before{
	content:"";
	text-indent:0em;
}
.Article .ListNum li{
	margin-left:30px;
	margin-bottom:0.5em;
	list-style-type:decimal;
}
.Article .ListLatin li{
	list-style-type: upper-latin;
}
.Article .ListNum li li{
	margin-left:0;
	list-style-type:none;
}
.Article  li ul,
.Article  li ol{
	margin-left:0;
	margin-right:0;
}
.Article  li .ListNote li:before{
	font-size: 1em;
	text-indent: 0;
	top: 0;
}
.Article .RevNote{
	margin:1em 10px 1em auto;
	padding:1em 0;
	border-top:1px solid #CCC;
}
.Article .FootInfo{
	padding-top:1em;
	margin-top:2em;
	border-top:2px solid rgba(2,56,111,0.5);
}
.Article .Bt{
	width:60%;
	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_note.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:20px;
}
.Article .BtSSL{
	width:60%;
	background-image: url(refer/ic_key.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-size:18px;
}
.Article .BtPdf{
	background-image: url(refer/ic_pdf.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	background-color:#C80F13;
	background-size:30px;
}
.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,144,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:24px;
	padding-top:4px;
	min-height:28px;
	background: url( "refer/ic_link_pdf.png") no-repeat 0 50%;
	background-size: 20px;
}
.Article .IcPPT{
	padding-left:36px;
	padding-top:4px;
	min-height:28px;
	background: url(refer/ic_link_ppt_l_dl.png) no-repeat 0 50%;
}
.Article .IcLinkBlank{
	display:inline-block;
	padding-left:16px;
	background:url(refer/ic_link_blank.png) no-repeat 0 50%;
	background-size:12px;
}

/*-----------------------------------------------
 __ArticleTop
-----------------------------------------------*/
.ArticleTop{
	width:760px;
}
.ArticleTop .MainVisual{
	height:690px;
	position:relative;
}
.ArticleTop .MainVisual h2{
	display:none;
}
.ArticleTop .MainVisual .Outline{
	width:725px;
	height:702px;
	background: url(refer/outline.png) no-repeat 0 0;
	background-size:contain;
	position:absolute;
	left:35px;
	top:-40px;
}
.ArticleTop .MainVisual .Outline dt{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .MainVisual .Outline dd{
	font-size:1px;
	text-indent:-9999px;
}
.ArticleTop .ArignRight{
	text-align:right;	
}
.ArticleTop .NoteBox{
	padding:1em 1em 0;
	margin-bottom:1em;
	border:2px solid #F00;
}
.ArticleTop .NoteBox h2,
.ArticleTop .NoteBox h3{
	font-size:125%;
	font-weight:bold;
	margin-bottom:0.5em;
}
.ArticleTop .NoteBox p{
	margin-bottom:1em;
}
.ArticleTop .NoteBox .ListNote{
	margin-bottom:1em;
}
.ArticleTop .NoteBox .ListNote li{
	font-size:100%;
	padding-left:1em;
	padding-bottom:0;
	text-indent:0;
	position: relative;
}
.ArticleTop .NoteBox .ListNote li::before{
	display:inline-block;
	width:1em;
	content:"※";
	color:#F00;
	position:absolute;
	left:0;
	top:0;
}
.ArticleTop .WhatsNew{
	padding:0px 0px 30px 20px;
}
.ArticleTop .WhatsNew h2{
	font-size:2.0rem;
	font-weight: 600;
    color: #FFF;
	padding:0 0 0 0;
	margin:0 auto 8px;
}
.ArticleTop .WhatsNew .NoteBoxB{
	padding:1em 1em 0;
	margin-bottom:1em;
	border:2px solid rgba(0,58,160,1.00);
}
.ArticleTop .WhatsNew .NoteBoxB *{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
}
.ArticleTop .WhatsNew .NoteBoxB h3{
    color:  rgba(0,58,160,1.00);
    font-weight: bold;
    font-size: 114%;
}
.ArticleTop .WhatsNew .NoteBoxB h4{
    font-weight: bold;
}
.ArticleTop .WhatsNew .NoteBoxB .PrizeList li{
    padding-left: 3em;
    margin-bottom: 0.5em;
    position: relative;
}
.ArticleTop .WhatsNew .NoteBoxB .PrizeList li .Num{
    position: absolute;
    left: 0;
    top: 0;
}
.ArticleTop .WhatsNew .WN{
	max-height:150px;
	overflow-y: auto;
}
.ArticleTop .WhatsNew .WN li{
	color: #FFF;
	font-size: 1.6rem;
	position:relative;
	padding:0 0 0.4em 6em;
	margin-bottom:0.4em;
	border-bottom:1px solid #b3dfff;
}
.ArticleTop .WhatsNew .WN li .Date{
	position:absolute;
	left:0;
}
.ArticleTop .WhatsNew .InfoBox{
	padding:1em 1em 0;
	margin-bottom:1em;
	border:2px solid rgba(255,0,4,1.00);
}
.ArticleTop .WhatsNew .InfoBox h3{
	font-size:114%;
	font-weight:bold;
	text-align: center;
	margin-bottom:1em;
}
.ArticleTop .WhatsNew .InfoBox p{
	margin-bottom:1em;
}
.ArticleTop .OfficeBox{
	display:flex;
	justify-content:space-between;
	padding:0 0px 50px 20px;
}
.ArticleTop .OfficeBox h2{
	font-size:1.6rem;
	font-weight: bold;
	color: #FFF;
}
.ArticleTop .OfficeBox p{
	color: #FFF;
	font-size: 1.6rem;
}
.ArticleTop .OfficeBox a{
	color: #FFF;
}
.ArticleTop .ListNote li{
	font-size:75%;
	padding-left:1em;
	text-indent:-1em;
	padding-bottom:10px;
}
.ArticleTop .Red{
	color:#F00;
}
.ArticleTop .UL{
	text-decoration:underline;
}
/*-----------------------------------------------
 __Outline
-----------------------------------------------*/
.Outline .LinkJSOPP{
    display: inline-block;
    width: 4em;
    text-align: center;
    color: #FFF;
    margin-left: 0.5em;
    background-color: rgba(83,153,218,1.00);
    text-decoration: none;
    border-radius: 5px;
}
.Outline .LinkJSOPP:hover{
    background-color: rgba(113,173,229,1.00);
}
/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
.Greet h3{
    border: 0;
}
.Greet h3::before{
    display: none;
}
.Greet .PresidentBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 40px 40px;
}
.Greet .PresidentBox *{
    margin: 0;
}
.Greet .PresidentBox p{
    margin-left: 20px;
}
.Greet .PresidentBox p strong{
    font-weight: normal;
    font-size: 125%;
}
.Greet .PresidentBox img{
    vertical-align: middle;
}
.Greet .Theme{
	display: block;
	font-weight: bold;
	text-align:center;
}
.Greet .Def{
	display: block;
	text-align: right;
	margin-right: 50px;
}
/*-----------------------------------------------
 __Access
-----------------------------------------------*/
.Access .BtFloor{
	width: 40%;
	margin-top: 30px;
	margin-bottom: 40px;
}