@charset "utf-8";
@import url("/lib/css/header.css");

/*
 TBは、pc.css　を読み込んでいます。
 打ち消したいスタイルを以下に書き込んでください。
*/


/*  ================================================================================================

    TB 打ち消しスタイル

    ============================================================================================  */
/* pcNone
------------------------------------------------------------------ */
.tbNone{
	display: none!important;
}

.tbDisplay {
	display: block!important;
}

/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	font-size: 50%;
}

#wrapper{
	min-width: inherit;
}

/* contentsWrap 幅
------------------------------------------------------------------ */
.contentsWrap{
	margin-top:40px;
}
header:has(#quickaccess) ~ .contentsWrap {
	margin-top: 40px;
}

/* header　ヘッダー
------------------------------------------------------------------ */
header {
	height: 120px;
}
header .innerWrap {
	width: auto;
}
.logoArea {
	width: 100%;
}

/* infoメールサジェスト */
header .nmSuggest {
	width: 170px;
	height: 37px;
	background: url(/lib/img/common/img_balloon_sp.png);
	background-size: contain;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #084877;
	padding: 7px 11px;
	position: absolute;
	top: 5px;
	right: 76px;
	animation: updown 2s infinite ease-in-out;
}
.nmSuggest.sp {
	display: block;
}
.nmSuggest.pc,
.nmSuggest.hide {
	display: none!important;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.newsMailBtnWrapSp {
	display: block;
	margin-left: auto;
	position: relative;
}
/* .newsMailBtnSp img {
	width: 85px;
} */

.product .mainContents {
	padding-top: 0;
}


/* custom */
header {
	--height:40px;
}

.underlay {/* 下敷き */
	display: none;
}
.underlay.active {
	display: block;
	width: 100vw;
	height: 100%;
	position: fixed;
	background: rgba(255, 255, 255, .7);
	backdrop-filter: blur(4px);
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	left: 0;
}
header .headerInner {
	padding: 0 10px;
}

/* header */
header {
	width: 100%;
	height: var(--height);
	/* overflow-x: hidden; */
	font-family: ""SF Pro JP","SF Pro Text","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"Meiryo UI","Yu Gothic UI","ＭＳ Ｐゴシック","Segoe UI",SegoeUI,"Helvetica Neue","Helvetica","Arial",sans-serif";
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 100;
	left:unset;
	transform: unset;
}
header.shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	background: rgba(255, 255, 255, 1);
}

/* left */
header .logoArea {
	display: flex;
	align-items: center;
	padding: 0;
	gap: 0;
}
.imgLogoWrap {
	display: inline-block;
	width: 20%;
	margin-right: 0;
}
@media screen and (min-width:768px) {
	.imgLogoWrap{
		width: 140px;
	}
}
.imgLogo {
	max-height: 30px;
}

/* right */
.infomail img {
	height: 20px;
}
.medic,
.medic:visited {
	color: #000;
	font-size: 14px;
}

/* left */
header .link,
header nav {
	position: fixed;
	right: -100vw;
	transition: .3s;
	width: 100%;
}
header .link {
	background: #eaeaea;
	z-index: 1;
	padding: 20px 15px;
	height: 140px;
}
header .link li:last-child {
	line-height: 1;
	margin-top: 0;
	width: 100%;
}
header .link li:last-child input {
	border-radius: 100vmax;
	background: #fff;
}
header .link li.spNone {
	display: none;
}

header nav {
	background: #fff;
	transition: .2s;
}
header .link.active {
	right: 0;
	top: var(--height);
}
header nav.active {
	right: 0;
	top: calc(var(--height) + 140px);
}
header .link.active ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
}
header .link.active ul li:not(:last-child) {
	width: calc(100% / 3.2);
}
header .link.active ul li a {
	display: flex;
	align-items: center;
}
header .link .btnHeader {
	background: #003F73;
	color: #fff;
	border-radius: 100vmax;
	padding: 8px 10px 8px 50px;
	display: block;
	position: relative;
}
header .link a.regist,
header .link span.login,
header .link .icoContact {
	background: #fff;
	border-radius: 100vmax;
	padding: 8px 10px 8px 50px;
	color: #666;
	display: block;
}

/* site search */
header #ss-form1 {
	position: relative;
}
header #ss-query1 {
	font-size: 14px;
	margin: 0;
}
header #ss-form1 input:focus,
header input#ss-query1 {
	background: #fff;
	width: 100%;
	border-radius: 100vmax;
}
header #ss-form1 .searchBtn {
	background: url(/lib/img/common/header/icon_search.png) center center no-repeat;
	content:"";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	left: auto;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
/* sp only */
header .spHeaderArea {
	display: flex;
	margin-left: auto;
}
header .spHeaderArea ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

header #limitedFeatures a {
	border: 1px solid #003f73;
	border-radius: 100vmax;
	font-size: 11px;
	display: inline-block;
	padding: 4px 6px;
	margin: 5px 0;
	color: #003f73;
	font-weight: bold;
	letter-spacing: 0;
}

/* eMR */
.newMsg {
	position: absolute;
	top: -2px;
	right: -2px;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background: #f00;
	border-radius: 100%;
}
#emrLinkSp .emrMenu {
	height: calc(100svh - 30px);
	transform-origin: center top;
	position: fixed;
	top: 36px;
	left: 0;
	z-index: 110;
	width: 100%;
	padding-top: 20px;
	display: none;
	font-weight: normal;
	background: #E9E9E9;
}


/* global navi */
header .headerInner a:before {
	left: 20px!important;
}
header nav .globalNavi {
	max-height: calc(100vh - 180px);
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	width: 100%;
	margin: 0;
	overscroll-behavior: contain;
}
header nav .globalNavi > li > a,
header nav .globalNavi > li > span {
	border-bottom: 1px solid #003F73;
}
header nav .globalNavi > li:hover > a,
header nav .globalNavi > li:hover > span {
	border-bottom: 1px solid #003F73;
}
header .globalNavi > li > a {
	display: block;
	padding: 10px;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #003F73;
}
header nav .globalNavi > li:not(:last-child) > a:after,
header nav .globalNavi > li:not(:last-child) > span:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	height: 2px;
	width: 15px;
	background: #003F73;
	transition: all .3s ease-in-out;
}
header .globalNavi > li > a,
header .globalNavi > li > span {
	width: 100%;
}
header .globalNavi > li > span:after {
	transform: unset!important;
}
header .globalNavi > li > a:after {
	content: "";
	display: inline-block;
	background: none!important;
	width: 10px!important;
	height: 10px!important;
	border-top: 2px solid #003F73;
	border-right: 2px solid #003F73;
	position: absolute;
	right: 30px!important;
	top: 50%;
	transform: translateY(-50%) rotate(45deg)!important;
}

/* toggle button */
header .openBtn {
  position: relative;
  cursor: pointer;
	width: 24px;
	height:30px;
	top: 0px;
	left: 0px;
}
header .openBtn span {
	display: inline-block;
	transition: all .2s;
	position: absolute;
	left: 0px;
	height: 2px;
	border-radius: 2px;
	background: #003F73;
	width: 80%;
}
header .openBtn span:nth-of-type(1) {  top:4px; }
header .openBtn span:nth-of-type(2) {  top:12px;}
header .openBtn span:nth-of-type(3) {  top:20px;}
header .openBtn.active span:nth-of-type(1) {
	top: 5px;
	left: 4px;
	transform: translateY(6px) rotate(-45deg);
	width: 90%;
}
header .openBtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openBtn.active span:nth-of-type(3){
	top: 17px;
	left: 5px;
	transform: translateY(-6px) rotate(45deg);
	width: 90%;
}
header .accBtn span {
	display: block;
	padding: 10px;
  font-size: 16px;
  position: relative;
	border-bottom: 1px solid #003F73;
	color: #003F73;
}
header .accBtn span:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #003F73;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
header .accBtn span:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #003F73;
  transition: all .3s ease-in-out;
}
header .accBtn.active span:before {
  transform: rotate(180deg);
}
header .accBtn.active span:after {
  opacity: 0;
}

/* mega menu */

header .megaContents .innerWrap ul {
	display: contents;
}
header .order1 { order: 1;}
header .order2 { order: 2;}
header .order3 { order: 3;}
header .order4 { order: 4;}
header .order5 { order: 5;}
header .order6 { order: 6;}
header .order7 { order: 7;}
header .megaContents {
	margin: 0 1em;
}
header nav .globalNavi li .megaContents {
	display: none;
	position: unset;
	background: #fff;
	box-shadow: none;
	width: 100%;
}
header nav .globalNavi li .megaContents .innerWrap {
	display: flex;
	flex-direction: column;
	width: auto;
	padding: 0;
}
header nav .globalNavi li.accBtn.active .megaContents {
	opacity: 1;
	visibility: visible;
}
header nav .globalNavi > li.active .megaContents li {
	width: auto;
}

header nav .globalNavi > li:hover .megaContents li a,
header nav .globalNavi > li:hover .megaContents li span,
header nav .globalNavi > li .megaContents li a,
header nav .globalNavi > li .megaContents li span {
	display: block;
	/* font-size: 14px!important; */
}
header .accBtn:not(:last-child) .megaContents dl dt {
	padding: 10px;
}
header .megaContents dl {
	display: block;
	background-image: none;
	padding-top: 0;
}
header .megaContents ul a:after,
header .megaContents dl a:after {
	right: 30px;
}
header .megaContents .innerWrap .order5 a:after {
	right: 30px;
}
header .megaContents dl dd {
	width: 100%;
}
header .accBtn .megaContents dl dt {
	width: 100%;
}
header nav .globalNavi > li .megaContents li {
	width: 100%!important;
}

header .megaContents dl dd ul li a {
	padding: 10px 10px 10px 1.5em;
}
header .megaContents a br {
	display: none;
}
header .megaContents a {
	display: block;
	padding: 10px 10px 10px 26px;
	position: relative;
	border-bottom: 1px dashed rgba(0,63,115,.2);
}
header .megaContents a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #003F73;
	border-right: 1px solid #003F73;
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}


.contentsWrap:has(header) .siteStructureWrap {
	margin-top:0px;
}
header nav .globalNavi > li:hover .megaContents li.order5 a,
header nav .globalNavi > li .megaContents li.order5 a{
	border-bottom: 1px solid #003F73;
}
header .megaContents .innerWrap .order5 a {
	margin: 0;
	border-bottom: 1px solid #003F73;
}


/*  ================================================================================================

    tb ページごと個別スタイル

    ============================================================================================  */

/* トップ
--------------------------------------------------- */
body.top #topImg {
  margin-top:40px;
	width: 100%;
	height: auto;
	display: block;
}
#topImg .topSlider {
	width: 100%;
	margin-bottom: 70px;
}
#topImg .topSlider img {
	width: 100%;
	border-right: none;
}
#topImg .slick-prev {
    left: 30px;
}
#topImg .slick-next {
    right: 30px;
}
#topImg ul.slick-dots {
    width: 100%;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 0px;
    bottom: -24px;
}
/* .searchProducts {
    padding-top: 100px;
} */
#topImg .searchProducts {
	width: auto;
	padding-top: 0;
}
.searchTtl {
	font-size: 2.5rem;
	margin: 42px 0 32px;
}
#topImg .initialsBtnArea {
	width: 86%;
}
#topImg input[type="text"].searchProductsInput {
	margin-bottom: 30px;
}
#topImg .searchContentsArea {
	margin-bottom: 30px;
}
#topImg .btnSearchContents li a {
	width: 160px;
	height: 50px;
	margin: 0 10px;
}
.boxWrapB {
	width: auto;
}


/* 製品一覧
--------------------------------------------------- */
.searchProducts .contentsTab {
	padding: 50px 10px 30px;
}
.searchBox,
input[type="text"].searchProductsInput {
	width: 100%;
}
.expiryDateSearchArea .expiryDateSearch .searchBtnWrap .alphabetBtnList li:last-child{
	width: 100%;
}

/* 動画ライブラリー
--------------------------------------------------- */
.movieLibraryList {
	padding: 0 30px;
}
.movieLibraryList .slick-prev {
	left: 5px;
}
.movieLibraryList .slick-next {
	right: 5px;
}


/* 製品詳細
--------------------------------------------------- */
.productDetailArea .productInner .productBlock {
	width: 63%;
	padding: 20px 20px 11px 20px;
}
.productDetailArea .productInner .productBlock .productSlider{
	width: 170px;
	margin: 0 auto 25px;
}
.productDetailArea .productSliderSubWrap {
	width: 24.8%;
	margin-right: 10px;
}
.productDetailArea .productImg {
	height: 170px;
}
.productDetailArea .infoList.productContent > li {
	padding: 30px 10px;
}
.productInner .contentsLink .linkList > li a {
	font-size: 1.4rem;
}

.productInner .contentsLink .topLinkWrap .linkList > li a {
	padding: 15px 0 16px 12px;
}
.productInner .contentsLink .linkList .pdf:after {
	margin-left: 7px;
	width: 16px;
	height: 19px;
}
.productInner .contentsLink .bottomLinkWrap .linkList {
	flex-wrap: nowrap;
}
.productInner .contentsLink .bottomLinkWrap .linkList > li a {
	min-height: 77px;
	padding: 13px 0 12px 0;
}


/* 製品ページ内リンク */
.productLocalLink .productLocalLinkList li {
	width: 22.5%;
}
.productLocalLink .productLocalLinkList li {
	width: 30%;
}
.productLocalLink .productLocalLinkList li a {
	padding: 8px 8px 6px 8px;
}
.productLocalLink .productLocalLinkList li a:before {
	margin-right: 4px;
	width: 5px;
	height: 11px;
	border: 5px solid transparent;
	border-top: 8px solid #003f73;
}




/* urology
--------------------------------------------------- */

#list .line {
    width:100%;
    padding:0 5px;
}
#list .line div {
    width:100%;
    border-bottom: solid 2px #e5ebf1;
}
#list .webinarInfo dl {
margin-bottom: 20px;
}
#list .webinarInfo .btn {
position: unset;
margin-bottom: 10px;
float: right;
padding: 0 5px 0 0;
}
#list .webinarInfo dl dd {
color: #606060;
margin-left: 50px;
font-size: 16px;
}
#list .regionNavi2 ul li a {
height: 140px;
}
#list .regionNavi ul li,
#list .regionNavi2 ul li {
margin-right: 10px;
}
#list .regionNavi2 ul li {
font-size: 14px;
}
#list h2 {
padding: 10px;
font-size: 26px;
}

#list .medicineName {
font-size: 13px;
}

#list .medicineName span.r{
vertical-align: super;
}

/* news
--------------------------------------------------- */
.infoYearWrap .backNumArea {
	right: 4px;
	width: 25.9%;
}
.contentsWrap .infoYearWrap .backNumBtn{
	background: url(/lib/img/common/ico_plus.gif) no-repeat right 17px center;
	background-size: 18px;
	width: 5.5%;
	right: 15px;
}
.contentsWrap .infoYearWrap .backNumBtn.active {
	background: url(/lib/img/common/ico_minus.gif) no-repeat right 17px center;
	background-size: 18px;
	width: 5.5%;
	right: 15px;
}
.contentsWrap .infoYearWrap a.on + .backNumBtn {
	background: url(/lib/img/common/ico_plus_w.gif) no-repeat right 17px center;
	background-size: 18px;
	width: 5.5%;
	right: 15px;
}

/* webinar
--------------------------------------------------- */
.contentsWrap .bgA .infoYearWrap .backNumArea{
	position: absolute;
	top: 62px;
	z-index: 1;
	right: 0.1%;
	width: 25%;
	padding: 0px 5px;
}
.contentsWrap .bgA .infoYearWrap .backNumBtn {
	background: url(/lib/img/common/ico_plus.gif) no-repeat right 17px center;
	background-size: 18px;
	width: 5.5%;
	right: 3px;
}
.contentsWrap .bgA .infoYearWrap .backNumBtn.active {
	background: url(/lib/img/common/ico_minus.gif) no-repeat right 17px center;
	background-size: 18px;
	width: 5.5%;
	right: 3px;
}
.contentsWrap .bgA .infoYearWrap div.on + .backNumBtn {
	background: url(/lib/img/common/ico_plus_w.gif) no-repeat right 17px center;
	background-size: 18px;
	width: 5.5%;
	right: 3px;
}
.contentsWrap .webConfInfoSec .webinarInfo dl dd{
	width: 50%;
}
.contentsWrap .bgA .webConfInfoSec .webinarInfo dl dd{
	width: auto;
}
.contentsWrap .webConfInfoSec .webinarInfo .btn{
	bottom: 5.5vw;
}

/* medical_contents
--------------------------------------------------- */

#webinarMovie h2 {
	padding: 10px;
	font-size: 3.2rem;
}
#webinarMovie .introBtnArea {
	width: 95%;
}
#webinarMovie .grayBox {
	border: 2px solid #E8EBF2;
	padding: 8px;
	margin: 0;
}
#webinarMovie .grayBox p {
	color: #023f73;
	font-size: 2.0rem;
}
#webinarMovie .listText p {
	font-size: 2.0rem;
}

#webinarMovie .listArea .listNavi li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 18px;
	padding: 20px 0 0 10px;
}

#webinarMovie .thumbnail .grayBox .thumbBtn {
	margin-bottom: 10px;
}
#webinarMovie .thumbnail .grayBox .thumbBtn a {
	line-height: 1.4;
	padding: 8px 25px 8px 8px;
	background-image: url(/lib/img/list/arrow_03.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-size: 14px 16px;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}

#webinarMovie .movieText p {
	font-size: 2.0rem;
}
#webinarMovie .loadArea .grayBox .loadBtn li {
	width: 25%;
	height: 60px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 8px 22px 8px 8px;
	margin-right: 10px;
	background-size: 14px;
}
#webinarMovie .loadArea .grayBox .loadBtn li:last-child {
	margin-right: 0;
}
#webinarMovie .stickyArea.on {
	position: fixed;
	top: 15px;
	width: 23%;
	background: #FFF;
}
#webinarMovie .stickyArea.on.bottom {
	position: fixed;
	top:auto;
	bottom: 295px;
	width: 23%;
	background: #FFF;
}

/*--- medical_contents/index.php ---*/
#webinarMovie .indexH2{
	padding: 16px 70px 16px 20px;
	background-color: #e5ebf1;
	background-image: url(/lib/img/medical_contents/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right 4% center;
	background-size: 22px 25px;
}
#webinarMovie .webinarInfo.indexTop{
	align-items: normal;
}
#webinarMovie .webinarInfo.indexTop p{
	width: 60%;
	font-size: 18px;
}
/* 製品検索
--------------------------------------------------- */
.is-fixed {
	top:40px;
    width: 98.8%!important;
}

.productListArea .searchBtnWrap {
	width: 100%;
	padding: 15px 10px 22px;
}
.productListArea .searchBtnWrap .alphabetBtnList{
	width: 100%;
	margin-right: 2%;
}
.productListArea .searchBtnWrap .alphabetBtnList li{
	width: 100%;
}
.productListArea .searchBtnWrap .alphabetBtnList li span {
    padding: 10px 0 11px;
}
.productListArea .searchBtnWrap .alphabetBtnList li:last-child{
	width: 200%;
}
.productListArea .searchBtnWrap .btnArea{
	width: 13%;
}
.productListArea .searchBtnWrap .btnArea .codeInfoBtn{
	width: 100%;
    padding: 13px 0 12px;
}
.productListArea .searchNavi.is-fixed .searchBtnWrap .alphabetBtnList li span,
.productListArea .searchNavi.is-fixed .codeInfoBtn  {
    padding: 5px 0;
}


/* 動画ライブラリー
--------------------------------------------------- */
.movieArea .btnFixedD{
	margin-bottom: 15px!important;
}
/* 領域
--------------------------------------------------- */
#regionInformation .productInfoArea .slider{
	width: 90%;
	margin: 0 auto;
}

/* webカンファレス
--------------------------------------------------- */
.tab.ondemandBtn p{
background: url(/lib/img/webconference/btn_arorow.png) 95% center no-repeat!important;
}

.MedicalContentsArea .MedicalContentsInfo {
	width: 100%;
}
#webinar .row.fitWidthA {
	width: 100%;
}

/* コード情報
--------------------------------------------------- */
.variableCodeArea .col-md-6 .btnArea2 a,
.variableCodeArea .col-sm-6 .btnArea2 a{
	float:none;
	margin-left: 0px;
}
.codeInfoArea .btnFixedB,
.codeInfoArea .btnFixedC{
	margin: 0 10px 15px;
}
.variableCodeArea .btnFixedB,
.variableCodeArea .btnFixedC{
	margin: 0 10px 15px;
}

/* ハンバーガー
--------------------------------------------------- */
.headerLink {
    background-color: #eaeaea;
    padding: 10px 20px 20px;
}
.headerLink .linkBtn02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.headerLink .linkBtn02 li {
    width: 31%;
}
.headerLink .linkBtn02 a {
    display: block;
    background-color: #f4f4f4;
    border-radius: 17.5px;
    font-size: 1.3rem;
    text-align: center;
    color: #000;
    padding: 5px 0;
}
.searchWrap {
    position: relative;
}
.searchWrap .searchText {
    display: block;
    background: #fff url(../img/common/img_search.png) right 13px center no-repeat;
    border-radius: 18px;
    font-size: 1.3rem;
    padding: 7px 15px 7px 12px;
}
.searchWrap .searchBtn {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.searchWrap .searchText {
	width: 100%;
	height: 40px;
}
#webinar .wbnrTop {
	align-items: center;
}
.MedicalContentsArea .MedicalContentsBox .btnArea3 {
	margin-top: 0;
}
#webinarMovie .MedicalContentsText .textB {
	text-align: left;
}
/* productパーツ
 -----------------------------------------------------*/
#incProduct .localNaviB dl dt {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#incProduct .localNaviB li:after {
	position: absolute;
	top: initial;
	bottom: -44px;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 32px;
	border: 16px solid transparent;
	border-top: 16px solid #FBE357;
}
#incProduct .localNaviB dl dd.btnFlow_3 {
	height: auto;
	display: flex;
	align-items: center;
}
/*追従アンカー*/

#boxForInterSectionObserve{
	display:none;
}
.stickyWrap{
	display:none;
}


/*ガザイバ製品詳細 個別スタイル*/
body.product #incProduct p.ga_cap{
	margin: 10px 15px 25px;
}
/*ウプトラビ製品詳細 製品関連情報*/
#incProduct .uptraviRelatedInfor ul li {
	width: 22%;
	margin: 10px;
}

#incProduct .uptraviRelatedInfor dl dd.classification_1 span,
#incProduct .uptraviRelatedInfor dl dd.classification_2 span,
#incProduct .uptraviRelatedInfor dl dd.classification_3 span {
	border-radius: 1.7em;
	width: 80%;
	padding: 3% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
#incProduct .uptraviRelatedInfor dl dt {
	font-size:90%;
}

/* おすすめぼたん */
.rcmBtnWrap ul {
	gap: 20px 0;
}

/* 医師向けパンフレット */
.paragraph_docterPamphlet{
	margin-bottom: 40px;
}

/*移植*/
.nav_sub.fixed {
	top: 40px!important;
}



/* anchorPoint */
/* 商品ページ専用 */
.productAnchorPointA,
.productAnchorPointB,
#productimg {
	margin-top: -40px;
	padding-top: 40px;
}

/* 担当MR */
.emrMenuWrap:after{
	display: none;
}
#emr .emrMenuWrap {
	display: none;
}
.emrMenuWrap{
	background: none;
	box-shadow: none;
}
.emrMenuInner{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	padding: 2rem 1rem;
	scrollbar-gutter: stable both-edges;
	max-height: 70dvh;
	overflow-y: scroll;
	margin-bottom: 30px;
	flex-direction: row;
	align-items: self-start;
	max-width: 90%;
	margin: 0 auto 30px;
}
.hMrDataWrap {
	width: 330px;
}
.hMainDataArea {
	width: 100%;
}
 
.linkTxt {
	margin: 0 auto;
	width: fit-content;
	margin-bottom: 30px;
	text-decoration: underline;
}
.linkTxt a {
	color: #023F73;
}
#emrLinkSp .emrMenu .btnClose {
	position: relative;
}
#emrLinkSp .emrMenu .btnClose span {
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
	transition: .1s;
	z-index: 10;
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #023F73;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
}
#emrLinkSp .emrMenu .btnClose span:after {
	content: "×";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	width: auto;
	height: auto;
}
.closeBtn {
	background: #023F73;
	border-radius: 100vmax;
	color: #fff;
	padding: 8px 30px 6px;
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}
.emrMenu dl {
	box-shadow: 5px 5px 15px 0px #0000001A;
	padding-top: 70px;
}

/* いったん追加 */


    .pickup-text h3 {
        font-size: 16px;
    }
    .pickup-text p {
        font-size: 14px;
    }

	body.product .localMenu {
		position: fixed;
		top: 40px!important;
		z-index: 100;
	}

	.localMenu .productLocalLink {
		overflow-x: auto;
	}

    .productInner .contentsLink .topLinkWrap .linkList > li:nth-child(odd) {
        margin-right: 0px;
    }

	.productInner .contentsLink .topLinkWrap .linkList > li {
		width: 100%;
		margin-right: 0px;
	}

	.productInner .contentsLink .topLinkWrap .linkList > li:nth-child(7) {
		margin-bottom: 0px;
	}
	.downLoadText a {
		font-weight: bold;
	}

	.productDetailArea .infoBtn, .productDetailArea .infoList.productContent, .pickupListWrap, .scheduleList, .boxWrap ul, .notice .infoWrap, .patientWebsiteListWrap {
		margin-left: 0;
	}
	.webconference .contentsTitleWrap, .areaDiseaseWrap .contentsTitleWrap, .movieLibraryAreaWrap .contentsTitleWrap, .brochureWrap .contentsTitleWrap, .materialsWrap .contentsTitleWrap {
		margin-bottom: 20px;
	}

	.productBasicInformationWrap, .pickupWrap, .webconferenceWrap, .incProductWrap, .incProductWrap2, .relatedInformationWrap, .areaDiseaseWrap, .movieLibraryAreaWrap, .brochureWrap, .materialsWrap, .patientWebsiteWrap, .noticeWrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contentsTitle {
		white-space: nowrap;
	}
	.overviewWrap .menuA {
		margin-top: 72px;
	}

	.usageGuideWrap .incProductWrap2 .titleB.properUse{
		margin-top: 70px;
	}

	#incProduct .usageGuideWrap .localNaviB dl {
		display: flex;
		flex-direction: column;
		padding: 13px 34px 13px 34px;
	}

	.tbNone {
		display: none;
	}

	.contentsTitleWrap {
		padding-left: 0;
	}

	.areaDiseaseWrap {
		margin-bottom: 0;
	}

	.btnFixedC {
		margin-bottom: 10px;
	}

	.scheduleList li {
		position: relative;
	}


	.iconCrossmark {
		position: fixed;
		top: -20px;
		right: -20px;
		width: 38px;
		height: 38px;
		cursor: pointer;
	}

	.scheduleList > li .webconferenceImgWrap .tooltip {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 100003;
		background-color: #fff;
		border: 1px solid #003F73;
		border-radius: 14px;
		width: auto;
		padding: 38px 20px 48px;
	}
	.scheduleList > li .webconferenceImgWrap .tooltip.active {
		display: block;
	}

	.scheduleList > li .webconferenceImgWrap .tooltip .iconCrossmark {
        position: fixed;
        top: -20px;
        right: -20px;
        width: 38px;
        height: 38px;
        cursor: pointer;
    }
	.scheduleList > li .webconferenceImgWrap .tooltip::after, .scheduleList > li .webconferenceImgWrap .tooltip::before {
		content: none;
	}
	.scheduleList > li .webconferenceImgWrap .tooltip img {
		margin-bottom: 20px;
	}
	.scheduleList > li .webconferenceImgWrap .tooltip a {
		margin-bottom: 20px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		display: block;
		color: #003F73;
		background-color: #E5EBF1;
		border-radius: 31px;
		width: 200px;
		padding: 10px 0;
		margin: 0 auto;
	}
	.iconCrossmark {
		position: fixed;
        top: -20px;
        right: -20px;
        width: 38px;
        height: 38px;
        cursor: pointer;
		display: block;
	}
	.scheduleList > li .webconferenceImgWrap .tooltip.active {
		display: block;
	}

	.webconferenceIcon img {
		width: 17px;
		height: 25px;
	}

	.webconferenceModalOverray {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #003F73;
		opacity: 0.5;
		width: 100%;
		height: 100%;
		z-index: 100;
		z-index: 100002;
		display: none;
	}

	.productDetailArea .productInner .downLoadText {
		font-size: 18px;
	}

	#incProduct .overviewWrap.fnColor .menuA li.twoBtn dl dd .btnArea {
		margin: 0 auto;
	}
	#incProduct .overviewWrap.fnColor .menuA li.twoBtn dl dd.iconPor {
		flex-direction: column;
		padding: 30px;
		gap: 10px;
	}

	.iconWrap {
		position: relative;
	}

	.scheduleList .iconWrap .webconferenceIcon img {
		height: 27px;
		width: 27px;
	}

	.scheduleList li .webconferenceIcon {
		display: block;
		position: absolute;
		bottom: -28px;
        right: -20px;
		width: auto;
		cursor: pointer;
	}

	#incProduct .overviewWrap.viColor .menuA li.twoBtn dl dd .productBtnWrap {
		margin: 0 auto;
	}
	#incProduct .overviewWrap.viColor .menuA li.twoBtn dl dd.iconPor {
		flex-direction: column;
		padding: 30px;
		gap: 10px;
	}


	/* ジャイパーカパーツ内スタイル */
.jaypircaGuideLink {
	margin: 0 15px;
}
.jaypircaRelatedInfor ul li {
	width: calc(94% / 3);
}

