@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Bace
-----------------------------------------------*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
  width: 100%;
  line-height:1.6;
  color: #333;
  min-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
}
strong{
	font-weight:700;
}
.Wrapper{
}

/*-----------------------------------------------
 __Header
-----------------------------------------------*/
#Header{
  width:100%;
  height: 110px;
  padding: 55px 0 0;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
  position:sticky;
  top: 0;
  left: 0;
  z-index: 9000;
}
#Header .CoprName{
  width: 200px;
  height: 50px;
  background: url("../refer/logo_corp.png") no-repeat 0 0;
  background-size: contain;
  text-indent: -100%;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 50px;
}
#Header .CoprName a{
	display:block;
	width:100%;
	height:100%;
	font-size:1px;
	text-indent:-9999px;
}
#Header .Navigation .Nav{
    z-index: 1000;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
#Header .Navigation .Nav li{
    width: 249px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    margin-right: 1px;
}
#Header .Navigation .Nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #31a7da;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 5px solid #31a7da;
  }
#Header .Navigation .Nav li a:hover{
    color: #006b99;
    border-bottom: 5px solid #006b99;
}
#Header .Navigation .Nav li.NoLink{
    color: #CCC;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 5px solid #CCC;
}
#Header .Navigation .Nav li.NavInq{
  width: 150px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  right: 50px;
}
#Header .Navigation .Nav li.NavInq a{
    color: #FFF;
    line-height: 35px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
  background-color: #00baae;
  border-radius: 0 0 5px 5px;
}
#Header .Navigation .Nav li.NavInq a:hover{
    color: #FFF;
    line-height: 35px;
  border: 0;
  background:rgba(0,107,153,1.0);
  border-radius: 0 0 5px 5px;
  border: 0;
}
#Header .Navigation .Nav .NavSupervision,
#Header .Navigation .Nav .NavPrivacy{
    display: none;
}
.Corp #Header .Navigation .Nav .NavCorp a,
.Home #Header .Navigation .Nav .NavHome a{
    color: #006b99;
    border-bottom: 5px solid #006b99;
}

/*Hamburger Menu*/
#Header #nav-drawer #nav-input,
#Header #nav-drawer #nav-open,
#Header #nav-drawer #nav-close{
	display:none;
}
.Medical #nav-drawer #nav-input,
.Medical #nav-drawer #nav-open,
.Medical #nav-drawer #nav-close{
	display:none;
}
/*-----------------------------------------------
 __HeaderMed
-----------------------------------------------*/
#HeaderMed{
  width:100%;
  height: 310px;
  padding: 55px 0 0;
  background:url(../refer/bg_header.png) no-repeat 50% 100%;
  background-size: 100%;
}
#HeaderMed .CoprName{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  position: absolute;
  top: 15px;
  left: 50px;
}
#HeaderMed .CoprName a{
  display:inline-block;
  width: 200px;
  height: 50px;
  padding-top: 30px;
  margin-right: 20px;
  background: url("../refer/logo_corp.png") no-repeat 0 0;
  background-size: contain;
  font-size:1px;
  text-indent:-9999px;
}
#HeaderMed .CoprName .ForMedical{
    display: block;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #00baae;
    border-radius: 5px;
    padding: 4px 16px;
}
#HeaderMed .ProductBox{
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 70px auto auto;
}
#HeaderMed .ProductBox .SloganBox{
    max-width: 450px;
}
#HeaderMed .ProductBox .Slogan{
    font-size: 2.4rem;
    font-weight: 600;
    color: #006b99;
}
#HeaderMed .ProductBox .Slogan strong{
    font-size: 3.6rem;
    font-weight: 600;
}
#HeaderMed .ProductBox .Slogan sup{
    font-size: 1.4rem;
    font-weight: 600;
    vertical-align:top;
    margin-right: -10px;
}
#HeaderMed .ProductBox .Note{
    color: #006b99;
    font-size: 1.2rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
}
#HeaderMed .ProductBox .Allostem{
    width: 499px;
    height: 91px;
    font-size: 1px;
    text-indent: -9999px;
    background: url(../refer/logo_allostem.png) no-repeat 0 0;
    background-size: contain;
}
/*Hamburger Menu*/
.Medical #nav-drawer #nav-input,
.Medical #nav-drawer #nav-open,
.Medical #nav-drawer #nav-close{
	display:none;
}
/*-----------------------------------------------
 __Medical Navigation
-----------------------------------------------*/
.Medical .Navigation{
    background-color: #31a7da;
}
.Medical .Navigation .Nav{
    z-index: 1000;
    width: 1000px;
    height: 60px;
    padding-top: 16px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
}
.Medical .Navigation .Nav li{
    width: 240px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 44px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}
.Medical .Navigation .Nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFF;
    line-height: 44px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
  }
.Medical .Navigation .Nav li a:hover{
    background-color: rgba(255, 255, 255,0.3);
}
.Medical.User .Navigation .Nav li.NavUser a,
.Medical.Data .Navigation .Nav li.NavData a,
.Medical.EB .Navigation .Nav li.NavEB a,
.Medical.Prod .Navigation .Nav li.NavProd a{
    cursor: default;
    color: #31a7da;
    background: #FFF;
    box-shadow: 0 -4px 6px rgba(0, 0, 0,0.2);
}
.Medical .Navigation .Nav li sup{
    font-size: 70%;
    vertical-align: 5px;
    font-weight: inherit;
}
.Medical .Navigation .Nav li.NoLink{
    color: #CCC;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 5px solid #CCC;
}
.Medical .Navigation .Nav li.NavInq{
  width: 150px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  right: 50px;
}
.Medical .Navigation .Nav li.NavInq a{
    color: #FFF;
    line-height: 35px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
  background-color: #00baae;
  border-radius: 0 0 5px 5px;
}
.Medical .Navigation .Nav li.NavInq a:hover{
    color: #FFF;
    line-height: 35px;
  border: 0;
  background:rgba(0,107,153,1.0);
  border-radius: 0 0 5px 5px;
  border: 0;
}
.Medical .Navigation .Nav li.NavSupervision{
  width: 150px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  right: 220px;
}
.Medical .Navigation .Nav li.NavSupervision a{
    color: #FFF;
    line-height: 35px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
  background-color: #31a7da;
  border-radius: 0 0 5px 5px;
}
.Medical .Navigation .Nav li.NavSupervision a:hover{
    color: #FFF;
    line-height: 35px;
  border: 0;
  background:rgba(0,107,153,1.0);
  border-radius: 0 0 5px 5px;
  border: 0;
}
.Medical .Navigation .Nav li.NavInq a{
    color: #FFF;
    line-height: 35px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
  background-color: #00baae;
  border-radius: 0 0 5px 5px;
}
.Medical .Navigation .Nav li.NavInq a:hover{
    color: #FFF;
    line-height: 35px;
  border: 0;
  background:rgba(0,107,153,1.0);
  border-radius: 0 0 5px 5px;
  border: 0;
}
.Medical .Navigation .Nav .NavHome,
.Medical .Navigation .Nav .NavPrivacy{
    display: none;
}
.Medical.Prod .Navigation .Nav .NavSupervision{
    display: none;
}
.Medical .Navigation .MedNav{
    display: none;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color:rgba(49, 167, 218,0.2);
}
footer .FootMain{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 10px;
}
footer .FootMain .CorpName{
    width: 200px;
    height: 50px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../refer/logo_corp.png") no-repeat 0 0;
    background-size: contain;
}
footer .FootMain .CorpName a{
    display: block;
    width: 100%;
    height: 100%;
}
footer .NavFoot ul{
    display: flex;
}
footer .NavFoot ul li{
    font-size: 1.3rem;
    color: #CCC;
    margin-right: 2em;
}
footer .Copyright{
    color: #333;
    font-size: 1.2rem;
    text-align: center;
}
footer sup{
    font-size: 70%;
    vertical-align: text-top;
    font-weight: inherit;
}
footer .PageTop{
    display: none;
    width: 40px;
    height: 60px;
    font-size:1px;
    text-indent: -9999px;
    border-radius: 5px 5px 0 0;
    position: fixed;
    right: 40px;
    bottom: 0px;
}
footer .PageTop a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    background: #31a7da url("../refer/ic_pagetop.png") no-repeat 50% 15px;
    background-size: 10px;
}
footer .PageTop a:hover{
    background: #006b99 url("../refer/ic_pagetop.png") no-repeat 50% 15px;
    background-size: 10px;
}
.Medical footer {
    padding-top: 0;
}
.Medical footer .FootInq {
    margin-bottom: 30px;
    background-color: #00baae;
}
.Medical footer .FootInq .FootInqMain {
    width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto ;
}
.Medical footer .FootInq .FootInqMain h2{
    font-size: 2.4rem;
    font-weight: 500;
}
.Medical footer .FootInq .FootInqMain .Note{
    font-size: 1.4rem;
}
.Medical footer .FootInq .FootInqMain .BtInq{
    width: 462px;
}
.Medical footer .FootInq .FootInqMain .BtInq a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    color: #00baae;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    background-color: #FFF;
    border-radius: 10px;
}
.Medical footer .FootInq .FootInqMain .BtInq a:hover{
    background-color: rgba(255, 255, 255, 0.8);
}
/*-----------------------------------------------
 __Pnkz
-----------------------------------------------*/
.Pnkz{
    width: 1000px;
    margin: 10px auto;
}
.Pnkz ul{
    display: flex;
    justify-content: flex-start;
}
.Pnkz ul li{
    font-size: 1.4rem;
    margin-right: 2em;
    position: relative;
}
.Pnkz ul li:nth-child(2){
    white-space: nowrap;
}
.Pnkz ul li sup{
    font-size: 70%;
    vertical-align: text-top;
    font-weight: inherit;
}
.Pnkz ul li::after{
    display: inline-block;
    width: 14px;
    height: 14px;
    content: ">";
    position: absolute;
    top: 0;
    right: -1.7em;
}
.Pnkz ul li:last-child:after{
    content: "";
    margin-left: 0;
    margin-right: 0;
}
.Pnkz ul li.PnkzHome a{
    display: block;
    width: 24px;
    height: 20px;
    font-size: 1px;;
    text-indent: -9999px;
    background: url(../refer/ic_home_pnkz.png) no-repeat 50% 2px;
    background-size: 17px;
}
.Pnkz ul li.PnkzHome a:hover{
    background: url(../refer/ic_home_pnkz.png) no-repeat 50% -48px;
    background-size: 17px;
}

/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article{
    width: 960px;
    padding-top: 40px;
    padding-bottom: 80px;
	margin:0 auto;
}
.Article > *{
    font-size: 1.6rem;
}
.Article strong{
	font-weight:700;
}
.Article strong *{
	font-weight:700;
}
.Article table {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	margin:0 auto 1.6rem;
}
.Article table th,
.Article table td {
	padding:0.5rem 1.6rem;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.Article table th{
    color: #FFF;
    text-align: center;
    vertical-align: middle;
	background:#00baae;
}
.Article table ol,
.Article table ul{
	margin-bottom:0;
}
.Article table .ListNum li,
.Article table .ListIc li{
	margin-bottom:0;
}

.Article table caption{
	font-weight:bold;
	text-align:left;
	margin-bottom:0.5em;
}
.Article table .SubHD{
    font-size: 1.6rem;
    color: #000;
    background-color: #EFEFEF;
}
.Article .TableRefer{
    font-size: 1.2rem;
    text-align: right;
    margin-top: -1.6rem;
    margin-bottom: 3.0rem;
}
.Article p{
	margin-bottom:1em;
}
.Article p.ListIc{
	padding-left:1em;
	position:relative;
}
.Article p.ListIc::before{
	content:"●";
	color:#A9A9A9;
	position:absolute;
	left:0;
	top:0;
}

.Article ul{
	margin-bottom:1em;
}
.Article ol{
	margin-bottom:1em;
}
.Article dl{
	margin-bottom:1em;
}
.Article figure{
	text-align:center;
	margin:0 auto 1em;
}
.Article figure figcaption{
	font-weight:bold;
    text-align: left;
	margin-bottom:0.5em;
}
.Article iframe{
    display: block;
	margin-bottom:1em;
}
.Article sup{
	font-size: 62%;
	vertical-align:text-top;
	font-weight:inherit;
}
.Article sub{
	font-size:1.0rem;
	vertical-align:0;
	font-weight:inherit;
}
.Article ruby{
    font-weight: inherit;
}
.Article .Red{
	color:#F00;
}
.Article .Italic{
    font-style: italic;
}
.Article .Flex{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.Article .AlignLeft{
	text-align:left;
}
.Article .AlignCenter{
	text-align:center;
}
.Article .AlignRight{
	text-align: right;
}
.Article .ListIc li{
	padding-left:1em;
    margin-bottom: 0.8rem;
	position:relative;
}
.Article .ListIc li::before{
	width:1em;
	content:"●";
	color:#A9A9A9;
	text-align:center;
	transform:scale(0.5,0.5);
	position:absolute;
	top:0;
	left:0;
}
.Article .ListIc li.InqRuby::before{
	position:absolute;
	top:0.4rem;
	left:0;
}

.Article .ListIc li .ListIc li::before{
	transform:scale(0.3,0.3);
}
.Article .ListNum li{
	list-style-type:decimal;
	margin-left:2em;
	margin-bottom:0.8rem;
}
.Article .ListNote li{
	padding-left:1em;
	position:relative;
	margin-bottom:0.8rem;
}
.Article .ListNote li::before{
	width:1em;
	content:"※";
	text-align:center;
	position:absolute;
	top:0;
	left:0;
}
.Article .ListExam{
    padding-top: 15px;
    margin-top: 50px;
    border-top: 1px solid #f2f2f2;
}
.Article .ListExam li{
    font-size: 1.2rem;
}
.Article .BrSP{
    display: none;
}
.Article .ImgRefer{
    font-size: 1.2rem;
}
.Article .ReferHD{
    font-size: 1.2rem !important;
    font-weight: 400  !important;
    color: #000 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 40px  !important;
    margin-bottom: 0.8rem  !important;
}
.Article .ReferHD::before{
    display: none;
}
.Article .Refer li{
    font-size: 1.2rem;
    padding-left: 2em;
    margin-bottom: 0.7rem;
    position: relative;
}
.Article .Refer li .Num{
    position: absolute;
    left: 0;
    top: 0;
}
.Article .SvBox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.Article .SvBox dl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.Article .SvBox dl dt{
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 20px;
  background-color: #00baae;
  border-radius: 23px;
}
.Article .SvBox dl dd{
  font-size: 1.4rem;
}
.Article .SvBox dl dd strong{
  font-size: 2.0rem;
  font-weight: normal;
}
.Article .SvBox .BtSV{
  width: 150px;
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 35px;
  background-color: #31a7da;
  border-radius: 5px;
}
.Article .SvBox .BtSV a{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 35px;
  border-radius: 5px;
}
.Article .SvBox .BtSV a:hover{
  background-color: #006b99;
}
@media only screen and (max-width: 867px) {
    #HeaderMed .CoprName{
        display: block;
    }
    #HeaderMed .CoprName a{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1024px) and (orientation:portrait){
}
@media only screen and (max-width: 1024px) and (orientation:landscape){
}

@media only screen and (max-width: 767px) {
body{
    min-width: inherit;
}
.Wrapper{
    width: 100vw;
	max-width:inherit;
    min-width:100vw;
    margin: 0 auto;
}
footer{
    min-width: inherit;
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article{
    padding-top: 30px;
    width: 100%;
}
.Article > *{
font-size: 1.4rem;
min-width: inherit !important;
margin-left: 3vw;
margin-right: 3vw;
padding-left: 0;
padding-right: 0;
}
.Article .BrSP{
    display: block;
}
.Article iframe{
    width: 94vw;
}

/*-----------------------------------------------
 __Header
-----------------------------------------------*/
#Header{
    height: 75px;
}
#Header .CoprName{
    width: 200px;
    height: 50px;
    top: 10px;
    left: 3vw;
}
#Header .Navigation .Nav {
    display: block;
    width: auto;
    position: inherit;
    right: inherit;
    top: inherit;
}
#Header .Navigation .Nav li{
    width: 100%;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #006b99;
}
#Header .Navigation .Nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #006b99 !important;
    font-weight: normal;
    padding: 0.8em 0;
    border: 0 !important;
}
#Header .Navigation .Nav li a:hover{
    animation: none;
	transform: none;
	transition: unset;
}
#Header .Navigation .Nav li.NoLink{
    font-weight: 400;
    padding: 0.8em 0;
    border-bottom: 1px solid #006b99;
}
#Header .Navigation .Nav li.NavInq{
    position: inherit;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}
#Header .Navigation .Nav li.NavInq a{
    line-height: 1.6;
    border-radius: 0;
    padding: 0.8em 0;
    background-color:transparent;
}
#Header .Navigation .Nav li.NavInq a:hover{
    line-height: 1.6;
    border-radius: 0;
    padding: 0.8em 0;
    background-color:transparent;
}
#Header .Navigation .Nav li.NavPrivacy{
    display: block;
}
/*-----------------------------------------------
 __Medical Navigation
-----------------------------------------------*/
.Medical .Navigation{
    background-color: #FFF;
}
.Medical .Navigation .Nav {
    display: block;
    width: auto;
    position: inherit;
    right: inherit;
    top: inherit;
}
.Medical .Navigation .Nav li{
    width: 100%;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #006b99;
}
.Medical .Navigation .Nav li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
    color: #006b99 !important;
    font-weight: normal;
    line-height: 2.0 !important;
    padding: 0.8em 0;
    border: 0 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
}
.Medical .Navigation .Nav li a:hover{
    animation: none;
	transform: none;
	transition: unset;
}
.Medical .Navigation .Nav li.NoLink{
    font-weight: 400;
    padding: 0.8em 0;
    border-bottom: 1px solid #006b99;
}
.Medical .Navigation .Nav li.NavSupervision,
.Medical .Navigation .Nav li.NavInq{
    position: inherit;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}
.Medical .Navigation .Nav li.NavSupervision a,
.Medical .Navigation .Nav li.NavInq a{
    line-height: 1.6;
    border-radius: 0;
    padding: 0.8em 0 !important;
    background-color:transparent;
}
.Medical .Navigation .Nav li.NavSupervision a:hover,
.Medical .Navigation .Nav li.NavInq a:hover{
    line-height: 1.6;
    border-radius: 0;
    padding: 0.8em 0;
    background-color:transparent;
}
.Medical .Navigation .Nav li.NavHome,
.Medical .Navigation .Nav li.NavPrivacy{
    display: block;
}
.Medical.Prod .Navigation .Nav .NavSupervision{
    display: block;
}
.Medical .Navigation .MedNav{
    display: block;
    color: #00baae;
    font-size: 1.6rem;
    font-weight: bold;
}
/*-----------------------------------------------
 __MedicalHeader
-----------------------------------------------*/
#HeaderMed{
    height: auto;
    padding-top: 10vw;
    background-size: 100vw;
}
#HeaderMed .CoprName{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    font-size: 4vw;
    padding: 5vw 2vw;
    background-color: #FFF;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
    position:fixed;
    top: 0vw;
    left: 0vw;
    z-index: 500;
}
#HeaderMed .CoprName a{
    display: inline-block;
    width: 36vw;
    height: 9vw;
    margin-right: 0;
    margin-bottom: 0;
}
#HeaderMed .CoprName .ForMedical{
    font-size: 3vw;
    margin-left: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
}
#HeaderMed .ProductBox{
    width: auto;
    display: block;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-bottom: 20px;
}
#HeaderMed .ProductBox .SloganBox{
    max-width: inherit;
}
#HeaderMed .ProductBox .Slogan{
    font-size: 5vw;
}
#HeaderMed .ProductBox .Slogan strong{
    font-size: 6vw;
}
#HeaderMed .ProductBox .Slogan sup{
    font-size: 3vw;
    margin-right: 0;
}
#HeaderMed .ProductBox .Note{
    margin-bottom: 20px;
}
#HeaderMed .ProductBox .Allostem{
    width: 94vw;
    height: 22vw;
}
/*-----------------------------------------------
 __Hamburger Menu
-----------------------------------------------*/
.Medical #nav-drawer #nav-open,
#Header #nav-drawer #nav-open{
	display: block;
    background-color: #FFF;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display:block;
	width: 50px;
	height: 50px;
	font-size:12px;
	color:#00612E;
	text-align:center;
	vertical-align: middle;
	position: fixed;
	top:10px;
	right:5vw;
	z-index:9999;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span {
  display: block;
  position: absolute;
	top:15px;
	left:10px;
  height: 2px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 1px;
  background:#006b99;
  content: '';
  cursor: pointer;
}
#nav-open span:nth-of-type(2) {
	top:25px;
	left:10px;
}
#nav-open span:nth-of-type(3) {
	top:35px;
	left:10px;
}
/*アイコン回転*/
#nav-open span {
	transition: all .4s;
}
#nav-open.Active span:nth-of-type(1){
	transform: translateY(10px) rotate(-405deg);
}
#nav-open.Active span:nth-of-type(2){
  transform: translateY(0px) rotate(405deg);
}
#nav-open.Active span:nth-of-type(3){
  transform: translateY(-10px) rotate(405deg);
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 9998;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: calc(100vw - 90px);/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width:calc(100vw - 90px);/*最大幅（調整してください）*/
  height: 100%;
  background: #333;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  transform: translateX(-105%);/*左に隠しておく*/
  padding: 5vw;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  /*display: block;*//*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
 	transform: translateX(0%);/*中身を表示（右へスライド）*/
 	box-shadow: 6px 0 5px rgba(0,0,0,.3);
	background: rgba(255,255,255,0.98);
}


/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
footer{
    width: 100vw;
    padding-bottom: 50px;
}
footer .FootMain{
    display: flex;
    width: 90vw;
    justify-content: space-around;
    margin: 0 auto 8vw;
}
footer .NavFoot ul{
    display: block;
}
footer .NavFoot ul li{
    font-size: 1.4rem;
    margin-right: 0;
}
footer .NavFoot ul li li{
}
footer .NavFoot ul li ul{
    margin-top: 0.5em;
    margin-bottom: 1em;
}
footer .FootMain .CorpName{
    width: 34vw;
    height: 9vw;
    margin-bottom: 20px;
}
footer .PageTop{
    width: 40px;
    height: 40px;
    font-size: 1rem;
    border-radius: 0;
    position: fixed;
    right: 5vw;
    bottom: 3vw;
}
footer .PageTop a{
    border-radius: 0;
    background-size: 16px;
    background-position: 50% 50%;
}
.Medical footer .FootInq .FootInqMain{
    width: auto;
    display: block;
    padding-left: 5vw;
    padding-right: 5vw;
}
.Medical footer .FootInq .FootInqMain h2{
    font-size: 4.5vw;
}
.Medical footer .FootInq .FootInqMain .Note{
    margin-bottom: 20px;
}
.Medical footer .FootInq .FootInqMain .BtInq{
    width: 80vw;
    margin: 0 auto;
}
.Medical footer .FootInq .FootInqMain .BtInq a{
    font-size: 5vw;
}
/*-----------------------------------------------
 __Pnkz
-----------------------------------------------*/
.Pnkz{
    width: 94vw;
    margin: 10px auto;
}
.Pnkz ul li{
    max-width: 12em;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
    padding-right: 20px;
}
.Pnkz ul li::after{
    position: absolute;
    top: 0;
    right: 0px;
}
/*-----------------------------------------------
 __Article
-----------------------------------------------*/
.Article .TableBox{
    width: 94vw !important;
    overflow-x: scroll;
}
.Article .TableRefer{
    text-align: left;
}
.Article .SvBox{
  display: block;
}
.Article .SvBox dl{
  margin-right: 0;
}
.Article .SvBox dl dt{
}
.Article .SvBox dl dd{
  font-size: 1.2rem;
}
.Article .SvBox .BtSV{
    margin: 0 auto;
}

}
