@charset "UTF-8";
/*patient*/

/*==============================================
common
==============================================*/
html {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin:0;
	overflow-wrap: break-word;
	word-wrap: break-word;	
	}
	
body {
	margin:0;
	overflow-wrap: break-word;
	word-wrap: break-word;	
	}

img {
     width: 100%;
     height: auto;
     }
img.wm100 { width: auto; max-width: 100% !important; }

.pc {
	display: none!important;
	}

.sp {
	display: inherit !important;
	}
 
 #pageTopBox img { width:50%;}   

/*==============================================
reset
==============================================*/

#kvArea,

#contents,
#contWrap,
#mFooter,
.fnavcolumn,
.ulBox,
#paging ul,
ul#topLink li,
ul#topLink dl,
ul#topLink p.btn,
ul#topLink p.btnGr,
#sideArea,
.pdfDl,
.step p.ph,
.step p.ph img,
.step h4,
.step .caution,

.step p.noFL img,
.step p.txt,
.kit ul,
.fukusu h3,
#fusukuStep .ph,
.step h3
	 {
	width:auto!important;
	height:auto;
	min-width:100%;
	box-sizing:border-box!important;
	overflow-wrap: break-word;
	float:none!important;
	padding:0;
	margin:0;
	}

#Mheader,
#MheaderL,
#nav,
nav#sideNav

	{
	display:none;
	}

#Patient #contWrap h2,
#PatientManual #contWrap h2.DL,
#PatientManualToyo #contWrap h2.DL,
#Patient #contWrap h1.manu  {
	font-size: 2rem!important;
	background:url(../img/common/h2_marker.png) left 0% no-repeat;
	padding:10px 0 0px 4.0em;
} 

/*==============================================
http://www.hemophilia-navi.jp/ head foot
==============================================*/
  #header .csl {
    position: static;
    margin-top: 6px;
  }
  #header .csl img {
    width: 100%;
    max-width: 85px;
  }
  #header .logo img {
    width: 100%;
    max-width: 175px;
  }
 .inner { /*hemophilia-navi.jp reset*/
  width: auto;
  margin: 0 auto;
}

/*==============================================
 Mheader
==============================================*/
#spMheader {
	background:url(../img/common/sp_mhead_bg.png) repeat-x; height:67px;
	border-bottom:2px solid #bb29bb;
	margin-bottom:10px;
	}
#spMheader .spLogo img { 
	width: 100%;
    max-width: 100px;
	}
#spMheader .spTagline img {
	width: 100%;
	max-width: 220px;
	}
#spMheader .spmenu-pt2 img{
	max-width: 240px;
}
#spMheader .spLogo  { 
	display:block;
	float:left;
	padding:0 10px;
	}	
#spMheader .spTagline{ 
	display:block;
	float:left;
	padding-top:26px;	
	}

/* 202106 Add */
#nav-afstyla {display: none;}

#spMheader .spMenu ul {
	display: flex;
}
#spMheader .spMenu ul li:first-of-type {
	width: 45%;
    padding: 5px 10px 5px 0;
    border-right: 1px solid #fff;
	text-align: center;
}
#spMheader .spMenu ul li {
	width: 54%;
    padding: 5px;
	text-align: center;
}
#spMheader .spMenu ul li a {
	display: inline-block;
}
@media screen and (max-width: 480px) {
	#header .inner {
		padding: 10px 20px 15px;
	}
	#spMheader .spMenu ul li {
		min-height: 70px;
	}
	#spMheader .spMenu ul li a img {
		width: 80%;
	}
	#spMheader .spMenu ul li a {
		padding-top: 9%;
	}
	#spMheader .spMenu ul li:first-of-type a {
		padding-top: 12%;
	}
} 

/*==============================================
 header,mobaileMenu
==============================================*/
#Mheader {
	height: 90px;
	position: fixed;
	top:0;
	z-index: 9999;
	}
#MheaderL {
	width:110px!important;
	text-align: left;
	}
#headerMenu img {
	width:50%;
	}
#headerMenu {
	position: fixed;
	top:0;
	right: 0;
	display: block!important;
	z-index: 9999;
	text-align: right;	
	height: 91px;
	}
#mobileNav {
	position: fixed;
	top:46px;
	left:0;
	z-index: 99999;
	background: #0075c1;
	width:100%;
	}
#mobileNav a{
	color:#fff;
	display: block;
	float: left;
	width:100%;
	padding: 1.5% 3%;
	box-sizing: border-box;
	border-bottom:1px solid #dddddd;
	font-size: 1.2rem;
	}

/*==============================================
mobileNav
==============================================*/
#mobileNav {
	margin: 0;
	padding: 0;
	}
#mobileNav .mMenu-container {
	padding: 0;
	}

#mobileNav .mMenu-container:nth-child(2) > ul li:not(:first-child) {
	display: none;
}
#mobileNav,
#mobileNav {
	border-bottom: none;
	}
#mobileNav .mMenu-container h3 {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e1e9eb;
	}
#mobileNav .mMenu-container h3 a {
	position: relative;
	width: 100%;	
	line-height: 30px;
	}
#mobileNav .mMenu-container h3 span {
	position: relative;
	width: 100%;	
	line-height: 30px;
	}
#mobileNav .mMenu-container h3 a:hover {
	opacity: 1;
	}
#mobileNav .mMenu-container h3 a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 20px;
	left: auto;
	display: block;
	width: 20px;
	height: 15px;
	background: url(../img/common/sp-nav-hb-arrow.png) no-repeat center center transparent;
	background-size: contain;
	z-index: 10;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
#mobileNav .mMenu-container h3.nonArrow a{color: #DDD;}
#mobileNav .mMenu-container h3.nonArrow a:after
{content: none;}
#mobileNav .mMenu-container h3 a.open:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
	}
#mobileNav h3 a, #mobileNav h3 span { background-color: #f3901d; }
#mobileNav { background-color: #0075c1; width:100%;}

#mobileNav .mMenu-container .hidden { display: none;}
#mobileNav .mMenu-container ul { margin-left: 0;	}
#mobileNav .mMenu-container ul li {
	margin: 0;
	padding-right:0 !important;
	margin-right:0 !important;
	line-height: 20px;
	color: #fff;
	width: 100% !important;
	}		
#mobileNav .mMenu-container ul li a {
	position: relative;
	display: block;
	color: #fff;
	margin: 0;	
	padding-right:20px !important;
	margin-right:0 !important;
	background: none;
	}	
#mobileNav .mMenu-container ul li a:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 10px;
	left: auto;
	display: block;
	width: 15px;
	height:20px;
	background: url(../img/common/sp-tnav-lower-arrow.png) no-repeat center center transparent;
	background-size: contain;
	z-index: 10;
	}
/*#mobileNav .mMenu-container ul li a#coming:after { 
	content: "";
	position: absolute;
	top: 5px;
	right: 10px;
	left: auto;
	display: block;
	width: 15px;
	height:20px;
	background:none;
	background-size: contain;
	z-index: 10;
	}	QA公開後削除*/
#mobileNav .mMenu-container ul li a span {
	display: inline;
	}
#mobileNav .mMenu-container ul li.no-allow {	
	list-style:none;
	}
/*#mobileNav .mMenu-container ul li a#coming {　
	cursor:default;
	list-style:none;
	}		QA公開後削除*/	

/*==============================================
modalConfirm
==============================================*/
#modalConfirm {
	position:absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	padding: 20px 20px 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
#modalConfirm .inner {
	padding: 20px 10px;
	width: 100%;
	background-color: #ffffff;
	z-index: 1000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
#logo03 {
	margin: 0 auto;
	width: 70%;
	}
#modalConfirm .textArea {
	margin-top: 20px;
	padding: 0;
	}
#modalConfirm .btnWrap {
	display: block;
	}
#modalConfirm .btnWrap li {
	float: none;
	margin: 0 auto;
	width: 220px;
	height: auto;
	text-indent: 0;
	text-align: center;
	display: block;
	}
#modalConfirm .btnWrap li:last-child {
	margin-top: 10px;
	}
#yesBtn a,#noBtn a {
	display: block;
	width: auto;
	height: auto;
	background: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 34px;
	}
#yesBtn a {
	padding: 13px 10px 2px;
    background: #0066c8;
    display: block;
    width: auto;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}
#noBtn a {
	background: #0066c8;
    display: block;
    width: auto;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	line-height: 0.8;
    padding: 10px 10px 15px;
	}
#yesBtn a:link,
#yesBtn a:visited,
#yesBtn a:hover,
#yesBtn a:active {
	color: #ffffff;
	text-decoration: none;
	}
#noBtn a:link,
#noBtn a:visited,
#noBtn a:hover,
#noBtn a:active {
	color: #444444;
	text-decoration: none;
	}

#modalConfirm .btnWrap span{font-size: 10px;position: relative;top:4px;letter-spacing: -0.8px;}
#noBtn a {line-height: 0.8;padding: 13px 5px 5px;}
#modalConfirm .btnWrap {
	padding-bottom: 25px;
	margin: 20px 0 0;
}


/*==============================================
mFooter
==============================================*/
#mFooter {
	margin: 0;
	padding: 0;
	}
#mFooter #fnav {
	width: auto;
	margin: 0 auto;
	padding:10px;
	}
#mFooter #fnav .fnavcolumn {
	width: auto;
	}
#mFooter #fnav .fnavcolumn.left {
	float: none;
	}
#mFooter #fnav .fnavcolumn.right {
	float: none;
	}
#mFooter #fnav .fnav-container {
	padding: 0;
	}
#mFooter #fnav .fnavAbout,
#mFooter #fnav .fnavManual {
	border-bottom: none;
	}
#mFooter #fnav .fnav-container h3 {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e1e9eb;
	}
#mFooter #fnav .fnav-container h3 a {
	position: relative;
	width: 100%;
	padding-top: 50px;
	background-size: 200px auto;
	background-position: 30px 0;
	line-height: 50px;
	}
#mFooter #fnav .fnav-container h3 span {
	position: relative;
	width: 100%;
	padding-top: 50px;
	background-size: 200px auto;
	background-position: 30px 0;
	line-height: 50px;
	display: block;
	height: 0px;
	overflow: hidden;
	}
#mFooter #fnav .fnav-container h3 a:hover {
	opacity: 1;
	}
#mFooter #fnav .fnav-container h3 a:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 20px;
	left: auto;
	display: block;
	width: 20px;
	height: 15px;
	background: url(../img/common/sp-nav-hb-arrow.png) no-repeat center center transparent;
	background-size: contain;
	z-index: 10;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
#mFooter #fnav .fnav-container h3 a.open:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
	}
#mFooter #fnav .fnavAbout h3 a,
#mFooter #fnav .fnavManual h3 a ,
#mFooter #fnav .fnavQA h3 a,
#mFooter #fnav .fnavQA h3 span{ background-image: url(../img/common/sp-nav_2.png); margin-bottom:0px; background-repeat: no-repeat; }

#mFooter #fnav .fnavAbout h3 a { 
	background-color: #0085ca; 
	background-position: 15px 0px;
	-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius:10px 10px 0 0;
	}
#mFooter #fnav .fnavManual h3 a { 
	background-color: #0085ca; 
	background-position: 15px -50px;
	}
#mFooter #fnav .fnavQA h3 a,
#mFooter #fnav .fnavQA h3 span{ 
	background-color: #0085ca; 
	background-position: 15px -100px;
	}	

#mFooter #fnav .fnavAbout,
#mFooter #fnav .fnavManual { background-color: #e1e9eb;}

#mFooter #fnav .fnavcolumn .left .ulBox { width:100%;}
#mFooter #fnav .fnav-container .hidden { display: none;}
#mFooter #fnav .fnav-container ul { margin-left: 0;}
#mFooter #fnav .fnav-container ul li {
	margin: 0;
	padding-left: 10px;
	padding-right: 0;
	line-height: 40px;
	color: #999;
	border-left:1px solid #6cc6f4; 
	border-right:1px solid #6cc6f4; 
	border-top:1px solid #6cc6f4;
	
	}
#mFooter #fnav .fnav-container ul li:last-child {
	margin: 0;
	padding-left: 10px;
	padding-right: 0;
	line-height: 40px;
	color: #999;
	border-left:1px solid #6cc6f4; 
	border-right:1px solid #6cc6f4; 
	border-bottom:1px solid #6cc6f4;
	}		
#mFooter #fnav .fnav-container ul li a,
#mFooter #fnav .fnav-container ul li:last-child a {
	position: relative;
	display: block;
	color: #333;
	margin: 0;
	margin-left: -30px;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	background: none;
	}	
#mFooter #fnav .fnav-container ul li a:after,
#mFooter #fnav .fnav-container ul li.last a:after
	 {
	content: "";
	position: absolute;
	top: 11px;
	right: 10px;
	left: auto;
	display: block;
	width: 15px;
	height: 20px;
	background: url(../img/common/sp-nav-lower-arrow.png) no-repeat center center transparent;
	background-size: contain;
	z-index: 10;
	}
#mFooter #fnav .fnav-container ul li a span {
	display: inline;
	}
#mFooter #fnav .fnav-container ul li.no-allow {	
	list-style:none;
	margin-left:0;
	}		
	
	
/*==============================================
Top
==============================================*/
#contents { padding:10px;}
ul#topLink li { padding-bottom:14px;}
ul#topLink dl dd.txt {	min-height:auto;}
ul#topLink p.btn,ul#topLink p.btnGr {box-sizing:border-box!important;}
#sideArea  {float:none; clear:both; padding-top:15px;}
#sideArea p.bnr01 { display:block; margin-bottom:10px; }

/*==============================================
Second
==============================================*/
#contWrap { clear:both; overflow:hidden;}
#contWrap h1 {
	 font-size: 1.6rem!important;
	 font-weight:bold;
	 color:#0092da;
	-webkit-text-size-adjust: 100%;
	 }
#Patient #contWrap h2,#Patient #contWrap h1.manu  {
	font-size: 2.2rem!important;
	font-weight:bold;
	color:#00a896;
	background:url(../img/common/sp_h2_marker.png) left 0% no-repeat;	
	padding:0px 0 0px 2.2em;
	margin-top:10px;
	min-height:53px;
	letter-spacing:-0.05em;
	} 
#contWrap h3 {
	font-size:1.8rem!important;
	line-height:1.3;
	padding:10px 0 10px 2.5em;
	} 

@media screen and (max-width: 640px) { /*PC版のHの改行を無効*/
    #Patient #contWrap h2 br,#Patient #contWrap h3 br, .dlBox br, .plan h5 br { display:none; }
	.spBR:before {/*スマホ版のみ任意改行*/	
  content: "\A";
  white-space: pre;
	}
}


/* record
-------------------------------*/
.record_ill {	background:none;}
.spIll {	
	 margin-left:25%;}
.spIll img {
	width:70%;
	height:auto;
	}

/* safety
-------------------------------*/
table.safety  { margin-top:0px;}
table.safety tbody th { padding:5px; text-align:center;background:#c8e6e0; color:#000;}
.tblTit { 
	color:#fff;
	font-weight:bold;
	margin:20px 0 10px 0;
	text-align:center;
	display:block!important;
	background:#00a896;
	padding:3px 0;
	}
@media only screen and (max-width:640px){
	table.safety{
		display: block;
	}
		table.safety thead{
			display: none;
		}
		table.safety tbody{
			display: block;
		}
			table.safety tbody tr{
				display: block;
				margin-bottom: 1em;
			}
			table.safety tbody th,
			table.safety tbody td{
				display: list-item;
				border: none;
			}
			table.safety tbody th{
				list-style-type: none;
				color: #000;
				background: #c8e6e0;
				padding:7px 0;
			}
			table.safety tbody td:nth-of-type(1){				
				padding:10px;
			}
			table.safety tbody td:nth-of-type(1):before { 
			content: "主な自覚症状";
			border:1px solid #00a896;
  			color: #00a896;
			border-radius: 3px;
			padding:0 5px;
			margin-right:10px;
			font-size:1.4rem;
			font-weight:bold;
			}
}		
table.safety2  { margin-top:0px;}
table.safety2 tbody th { padding:5px; text-align:center;background:#dbe1f1; color:#000;}
.tblTit2 { 
	color:#fff;
	font-weight:bold;
	margin:20px 0 10px 0;
	text-align:center;
	display:block!important;
	background:#0e6eb8;
	padding:3px 0;
	}
@media only screen and (max-width:640px){
	table.safety2{
		display: block;
	}
		table.safety2 thead{
			display: none;
		}
		table.safety2 tbody{
			display: block;
		}
			table.safety2 tbody tr{
				display: block;
				margin-bottom: 1em;
			}
			table.safety2 tbody th,
			table.safety2 tbody td{
				display: list-item;
				border: none;
			}
			table.safety2 tbody th{
				list-style-type: none;
				color: #000;
				background: #e5f3f7;
				padding:7px 0;
			}
			table.safety2 tbody td:nth-of-type(1){				
				padding:10px;
			}
			table.safety2 tbody td:nth-of-type(1):before { 
			content: "主な自覚症状";
			border:1px solid #0e6eb8;
  			color: #0e6eb8;
			border-radius: 3px;
			padding:0 5px;
			margin-right:10px;
			font-size:1.4rem;
			font-weight:bold;
			}
}		


/* manuarl
-------------------------------*/
.panphWrap {box-sizing:border-box!important; padding-bottom:0px; margin-bottom:20px;}
.manual-panphWrap{
	max-width: 290px;
	margin: 0 auto 20px;
}
.panph { width:120px;}
.panph img {
		box-sizing:border-box!important;
	}
.panphWrap .dlBox {
	padding-left:10px;
	box-sizing:border-box!important;
	}
.dlBox .name {font-size: 1.4rem!important;}		
.pdfDl {
	box-sizing:border-box!important;
	margin-top:0;
	}
.NameBox {
	font-size: 1.4rem!important;
	}	
.movieWrap { margin-bottom:10px;}
.movieWrap p{ 
	display:block;
	width:100%;
	height:auto;
	min-width:100%;
	box-sizing:border-box!important;
	 }
.movieWrap p.movieCap{ margin-left:3%;}
.NameBox { margin-left:5.5%; padding-top:10px;}
ul.moviePlay { padding:10px;}
.moviePlay li {
	text-indent:-1.6em;	
	}
.moviePlay li a {
	padding:.5em 1em .5em 2.6em;
	line-height:1.2;
	color:#fff !important;
	}	

@media screen and (max-width: 640px) {
video, img {
	max-width: 100%;
	height: auto;
}
}

#paging .btn { width:13em; }


/*==============================================
 qa
==============================================*/

#PatientQA #contWrap #QAbox h2  {
	font-size: 2.0rem!important;
	font-weight:bold;
	line-height:1.4em;
	color:#00b4cf;
	background:url(../img/second/sp_qa_Q_arrow.png) right 50% no-repeat;
	padding:0px 50px 10px 0px;	
	
	cursor:pointer;
	border-bottom:2px solid #00b4cf;
	background-size:10% auto;
	}
#PatientQA #contWrap #QAbox h2.active  {
	background:url(../img/second/sp_qa_Q_arrow_active.png) right 50% no-repeat;
	background-size:10% auto;
	}		

#PatientQA #contWrap #QAbox .A02 h4 {
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	padding:5px 0 0 10px;
	}


/*==============================================
 manual
==============================================*/
#PatientManual #contWrap #manualBox #cover h2,
#PatientManualToyo #contWrap #manualBox #cover h2{
	font-size:2.4rem;
	line-height:130%;
	font-weight:bold;
	}
#PatientManual #contWrap #manualBox #cover p,
#PatientManualToyo #contWrap #manualBox #cover p {
	font-size:1.5rem;
	font-weight:bold;
	padding-top:10px;
	}	

/* dissolution_02 */	
#PatientManual #contWrap #manualBox .step h3 {
	margin-bottom:20px;
	padding:0 0 0 50px;	
	}
#PatientManual #manualBox .step:nth-of-type(1) h3{ background:url(../img/second/manu_02_01num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(2) h3 { background:url(../img/second/manu_02_02num.png) top left no-repeat; background-size: 40px auto;}
#PatientManual #manualBox .step:nth-of-type(3) h3 { background:url(../img/second/manu_02_03num.png) top left no-repeat; background-size: 40px auto;}
#PatientManual #manualBox .step:nth-of-type(4) h3 { background:url(../img/second/manu_02_04num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(5) h3 { background:url(../img/second/manu_02_05num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(6) h3 { background:url(../img/second/manu_02_06num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(7) h3 { background:url(../img/second/manu_02_07num.png) top left no-repeat; background-size: 40px auto;}
#PatientManual #manualBox .step:nth-of-type(8) h3 { background:url(../img/second/manu_02_08num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(9) h3 { background:url(../img/second/manu_02_09num.png) top left no-repeat; background-size: 40px auto;}
#PatientManual #manualBox .step:nth-of-type(10) h3 { background:url(../img/second/manu_02_10num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(11) h3 { background:url(../img/second/manu_02_11num.png) top left no-repeat; background-size: 40px auto;}	
#PatientManual #manualBox .step:nth-of-type(12) h3 { background:url(../img/second/manu_02_12num.png) top left no-repeat; background-size: 40px auto;}
#PatientManual #contWrap #manualBox .step .caution,
#PatientManualToyo #contWrap #manualBox .step .caution,
#PatientManual #contWrap #manualBox .fukusu .caution {
	margin-left:0px;
	}
#PatientManual #contWrap #manualBox .step .caution h4 {
	text-align:center;}	

/* dissolution_03 */
#PatientManual #contWrap #manualBox .fukusu .caution p img {
	width:1.2em;
	height:1.2em;
	}
/* injection_02 */
#PatientManualToyo #contWrap #manualBox .step {
	background:#e6f4fd;
	padding:0 20px 20px 20px;
	margin-bottom:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
#PatientManualToyo #contWrap #manualBox .step h3{ margin-left:-20px;}
#PatientManualToyo #contWrap #manualBox .step p.txt,
#PatientManualToyo #contWrap #manualBox .step p.noFL  {
	padding-left:0px;
	}
#PatientManualToyo #contWrap #manualBox .step p.noFL img{
	width:100%;
	height:auto;	
	}
	
/* injection_03 */	
#PatientManualToyo .plan:nth-of-type(3) h5{ background: url(../img/second/manu_T03_chartC.png) left center no-repeat;  }	
#taisho .plan p.txt { padding:10px 0 0 0 !important;}

/*==============================================
pagetop
==============================================*/
#pageTopBox {
	position: fixed;
	_position:absolute;
	bottom:0;	
	z-index:99999;
	margin-right:10px;
	}

#pageTopBox a {
	background:url(../img/common/pagetop.png) no-repeat right top;
	background-size:50% 50%;
	display: block;
	opacity:0.9;

	}

#pageTopBox a:hover {
     text-decoration: none;
	}



/*==============================================
 SP-MENU
==============================================*/
.patient-afstyla-header .logo{
	padding-right: 80px!important;
}
.sp-menu-trigger-wrap,.nav-afstyla-sp-menu{
	display: block;
}
body{
	overflow-x: hidden;
}
body.page-fixed{
	height: 100vh;
  overflow-y: hidden;
	position: fixed;
}
/*------
trigger
------*/
.sp-menu-trigger-wrap{
	text-align: center;
	padding: 15px 10px;
	position: fixed;
	right: 0;
	top: 0;
	background: #bb29bb;
	transition: all .2s;
}
.sp-menu-trigger-wrap:hover{cursor: pointer;}
.menu-text{
	font-size: 1.1rem;
	display: block;
	margin-top: 10px;
	font-weight: 600;
	min-width: 48px;
	color: #bb29bb;
}
.load-icon span:nth-of-type(1){animation: both!important;}
.load-icon span:nth-of-type(3){animation: both!important;}
.menu-trigger {
  text-align: center;
  position: relative;
  width: 34px;
  height: 23px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span:nth-of-type(1){
	top: 0;
	animation: menu-bar01 .75s forwards;
}
.menu-trigger span:nth-of-type(2){
	top: 10px;
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3){
	bottom: 0;
	animation: menu-bar02 .75s forwards;
}
.menu-trigger.active span:nth-of-type(1){
	animation: active-menu-bar01 .75s forwards;
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	animation: active-menu-bar03 .75s forwards;
}

/*------
close area
------*/
.sp-menu-bg{
	display: none;
	opacity: 0;
}
body.page-fixed .sp-menu-bg{
	display: block;
	opacity: 1;
}
.sp-menu-bg{
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	transition: all .2;
}
.sp-menu-bg span{
	display: none;
	position: absolute;
	top: 120px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

/*------
contents
------*/
.sp-menu-contents{
  position: fixed;
  background: #dbacd1;
	height: 100vh;
  /* height: calc(100vh - 206.39px); */
	padding-bottom: 100px;
  right: 0;
  z-index: 9;
  overflow-y: scroll;
  transform:translateX(200%);
  transition: all 0.3s 0s ease;
	width: 0;
}
.sp-menu-active{
  transform:translateX(0);
	width: 85%;
}
.sp-menu-contents a,
.sp-menu-contents .sub-menu-trigger{
	position: relative;
	display: flex;
}
.sp-menu-contents .sub-menu-trigger:before,
.sp-menu-contents .sub-menu-trigger:after{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:20px;
	bottom:0;
	margin:auto;
	width: 18px;
	height: 2px;
	background-color: #005bac;
	transition: .3s;
}
.sp-menu-contents .sub-menu-trigger:before{
	transform: rotate(-90deg);
}
.sp-menu-contents .sub-menu-trigger:after{
	transition: .3s;
}
.sub-menu-trigger.on:before{
	transform: rotate(0deg);
}
.sub-menu-trigger.on:after{
	background-color: transparent;
}


/*------
階層１
------*/
.menu-level-1:not(:first-of-type){border-top: 1px solid #fff;}
.menu-level-1:last-of-type{border-bottom: 1px solid #fff;}
.menu-level-1 li a{
	display: flex;
	align-items: center;
}
.menu-level-1 > li > .sub-menu-trigger{
	color: #fff;
	padding: 20px 20px;
	font-size: 21px;
	font-weight: 200;
	font-weight: bold;
	display: flex;
}
.menu-level-1 > li > .sub-menu-trigger:before,
.menu-level-1 > li > .sub-menu-trigger:after{
	background-color: #fff;
	right: 22px;
}
/*------
階層2
------*/
.menu-level-2{
	background: #fff;
	padding: 0;
	display: none;
}
.menu-level-2 li:not(:first-of-type){
	border-top: 1px solid #c5d3d8;
}
.menu-level-2 li a{
	color: #4d4d4d;
	font-size: 14px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}
.menu-level-2 li a span ruby {
	line-height: 1.3em;
}

@keyframes menu-bar01 {0% {transform: translateY(10px) rotate(45deg);}50% {transform: translateY(10px) rotate(0);}100% {transform: translateY(0) rotate(0);}}
@keyframes menu-bar02 {0% {transform: translateY(-10px) rotate(-45deg);}50% {transform: translateY(-10px) rotate(0);}100% {transform: translateY(0) rotate(0);}}
@keyframes active-menu-bar01 {0% {transform: translateY(0) rotate(0);}50% {transform: translateY(10px) rotate(0);}100% {transform: translateY(10px) rotate(46deg);}}
@keyframes active-menu-bar03 {0% {transform: translateY(0) rotate(0);}50% {transform: translateY(-10px) rotate(0);}100% {transform: translateY(-10px) rotate(-45deg);}}
@keyframes fadeIn {from{opacity: 0;transform: translateX(-10px)}to{opacity: 1;transform: translateX(0px)}}


@media screen and (max-width:480px) {
	.menu-level-1 > li > .sub-menu-trigger{
		font-size: 4.5vw;
	}
	.menu-level-2 li a{
		font-size: 3.6vw;
	}
}