


*{box-sizing:border-box}
#main *{box-sizing:content-box}
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,span,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
  margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{
  display:block
}
li,nav,ul{
  list-style:none
}
a{
  margin:0;padding:0;font-size:100%;text-decoration:none;vertical-align:baseline;background:transparent}table{border-collapse:collapse;border-spacing:0
}
#mvp-header input,#mvp-header select,#top input,#top select{
  width:100%;margin:0;padding:3px;vertical-align:middle;background:#fff;border:#a9a9a9 1px solid;border-radius:0
}
#mvp-header input[type=checkbox],#mvp-header input[type=radio],#top input[type=checkbox],#top input[type=radio]{
  width:1pc;height:1pc;border:#c9c9c9 1px solid}img{vertical-align:middle
}




html {
	overflow: auto;
	overflow-y: scroll;
}

html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 16px;
  word-wrap: break-word;
}


/* base
-------------------------------------------------------------------------------- */

.pc-item{
  display: block;
}
.sp-item{
  display: none;
}


.pc-window #mvp-wrapper{
  position: relative;
}
@media screen and (min-width: 768px) {
  .pc-window #mvp-wrapper,
  .tb-window #mvp-wrapper
  /*.sp-window #mvp-wrapper*/{
    min-width: 1200px;
  }
}
a,a:link,a:visited,a:active{
  color: #4472c4;
	text-decoration:none;
	cursor:pointer;
}
#mvp-wrapper a:hover{
  text-decoration: underline;
}
object,embed {
	z-index:0;
}
.mvp-pkg:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}
/* Hides from IE-mac \*/
* html .mvp-pkg {
  height: 1em;
  overflow: visible;
}
/* End hide from IE-mac */
body #bg-layer{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  content: '';
}
body.subMenu-open #bg-layer{
  visibility: visible;
  opacity: 1;
}
#mvp-main .sec .wrap,
#mvp-footer .wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
/*#main + #mvp-di-link .wrap*/
#main + #mvp-main-template #mvp-di-link .wrap {
    padding-top: 16px;
}
#mvp-main .sec .wrap h2{
  margin-bottom: 20px;
  font-size: 160%;
  text-align: center;
}
#di #mvp-main .sec .wrap .di-pro-box h2{
  margin: 24px 0 16px;
  font-size: 120%;
  text-align: left;
}
#main {
	text-align: left;
}
#main p {
	text-align:left;
	line-height:1.5;
	letter-spacing:1px;
	margin:0 0 15px 0;
}
#main div.content-body p.mvp-content-m3logo {
	text-align: right!important;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}
#main p br {
	letter-spacing:normal; /* required for IE6, IE7 */
}

/* ----- TB or SP ----- */
@media screen and (max-width: 1366px) {
  .tb-window #mvp-wrapper,
  .sp-window #mvp-wrapper{
    margin-bottom: 53px;
  }
}


/* ----- SP ----- */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc-item{
    display: none;
  }
  .sp-item{
    display: block;
  }


  #mvp-wrapper{
    min-width: 100%;
    margin-bottom: 53px;
  }
  #mvp-main .sec .wrap,
  #mvp-footer .wrap{
    max-width: 100%;
    padding: 24px 16px;
  }
  #mvp-main .sec .wrap h2{
    font-size: 120%;
  }
}



/* link-btn */
.link-btn{
  margin-top: 32px;
  text-align: center;
}
.link-btn a{
  display: inline-block;
  position: relative;
  padding: 4px 32px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  line-height: 1;
}
.link-btn a:after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
.link-btn a:hover{
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
}
.link-btn a:hover:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .link-btn{
    margin-top: 24px;
  }
  .link-btn a{
    width: 95%;
    padding: 8px 16px 8px;
  }
  .link-btn a:after{
    top: calc(50% - 2px);
  }
}



/* search-box */
.search-box #mvp-search-top{
  margin-bottom: 20px;
}
.search-box #mvp-search-form input{
  height: 35px;
  padding: 3px 27px 3px 3px;
  background: #f2f2f2 url(/common/images/icons/icon_search.png) no-repeat calc(100% - 5px) center / 15px 15px!important;
  color: #000!important;
}
.search-box #mvp-search-jp ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.search-box #mvp-search-jp ul li{
  width: calc(20% - 6px);
  margin: 0 3px 6px;
}
.search-box #mvp-search-jp ul li a{
  display: block;
  padding: 11px 5px;
  border: 2px solid #0070c0;
  border-radius: 8px;
  color: #0070c0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.search-box #mvp-search-jp ul li a:hover{
  background: #0070c0;
  color: #fff;
  text-decoration: none!important;
}




/* --------------------------------------------------

Header

-------------------------------------------------- */
#mvp-header {
  position: relative;
  z-index: 5;
  background: #fff;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header{
    position: relative;
    min-width: 100% !important;
  }
}


/* ----------  Header - global-nav ---------- */
#mvp-header .wrap .global-nav{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#mvp-header .wrap .global-nav::after{
  display: block;
  clear: both;
  content: '';
}
#mvp-header .wrap .global-nav .sp-menu-btn{
  display: none;
}
/* logo */
#mvp-header .wrap .global-nav a[class^='logo']{
 transition: opacity 0.3s;
}
#mvp-header .wrap .global-nav a[class^='logo']:hover{
 opacity: 0.7;
}
#mvp-header .wrap .global-nav a.logo-tanabe{
  position: absolute;
  top: 20px;
  left: 20px;
}
#mvp-header .wrap .global-nav a.logo-mvp{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 262px;
  height: 64px;
  margin: auto;
  text-align: center;
}
#mvp-header .wrap .global-nav a.logo-mvp:hover{
  text-decoration: none;
}
#mvp-header .wrap .global-nav a.logo-mvp span{
  display: block;
  margin-bottom: 10px;
  color: #767676;
  font-weight: bold;
}
/* others-box */
#mvp-header .wrap .global-nav .others-box{
  float: right;
}
/* contact-links */
#mvp-header .wrap .global-nav .others-box .contact-links{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#mvp-header .wrap .global-nav .others-box .contact-links li + li{
  margin-left: 10px;
}
#mvp-header .wrap .global-nav .others-box .contact-links li a{
  display: inline-block;
  position: relative;
  padding: 6px 30px 6px 40px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  color: #0070c0;
  font-size: 80%;
  line-height: 1;
  text-decoration: none!important;
}
#mvp-header .wrap .global-nav .others-box .contact-links li a::before{
  position: absolute;
  top: 4px;
  left: 20px;
  width: 16px;
  height: 16px;;
  background: url(/common/images/icons/icon_info.png) no-repeat left top / 100% auto;
  content: '';
}
#mvp-header .wrap .global-nav .others-box .contact-links li a::after{
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
#mvp-header .wrap .global-nav .others-box .contact-links li a:hover{
  background: #0070c0;
  color: #fff;
}
#mvp-header .wrap .global-nav .others-box .contact-links li a:hover::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* details-links */
#mvp-header .wrap .global-nav .others-box .details-links{
  display: flex;
  justify-content: flex-end;
}
#mvp-header .wrap .global-nav .others-box .details-links div a{
  color: #000;
  font-size: 90%;
}
#mvp-header .wrap .global-nav .others-box .details-links .login-link{
  position: relative;
  padding-left: 24px;
  line-height: 36px;
}
#mvp-header .wrap .global-nav .others-box .details-links .login-link::before{
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;;
  background: url(/common/images/icons/icon_login.png) no-repeat left top / 100% auto;
  content: '';
}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer{
	max-width: 265px;
  margin: 0 30px;
}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer:hover{
	cursor: pointer;
}
#mvp-header .wrap .global-nav .others-box .details-links .logged-in{
  display: flex;
  justify-content: space-between;
  min-width: 180px;
  padding: 6px 4px 4px;
	border: 1px solid #ccc;
  border-radius: 4px;
}
#mvp-header .wrap .global-nav .others-box .details-links .logged-in p.select-mark{
  margin-left: 15px;
  padding: 3px 0 0 5px;
  border-left: 1px solid #ccc;
	color: #7f7f7f;
	font-size: 80%;
}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info {
	position: absolute;
	top: 113px;
  z-index: 100000;
  width: 180px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info,
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info * {
		display: block;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info p {
		padding-left: 5px;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info div a {
		padding: 5px 0 5px 25px;
		color: #484848;
		text-decoration: none;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info #mypage-link {
		border-bottom: 1px solid #ccc;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info #mypage-link a {
		background: url(/common/images/icons/header/icon_mypage.png) no-repeat left / 20px;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info #logout-link a {
		background: url(/common/images/icons/header/icon_logout.png) no-repeat left /20px;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box p.login-link a {
		padding-left: 20px;
		background: url(/common/images/icons/header/icon_login.png) no-repeat left / contain;
		color: #fff;
	}
#mvp-header .wrap .global-nav .others-box .details-links .login-box p.login-link a:hover {
	text-decoration: none;
}

/* mvp-search */
#mvp-header .global-nav .mvp-search{
  position: relative;
  padding-left: 20px;
  line-height: 36px;
}
#mvp-header .global-nav .mvp-search::before{
  position: absolute;
  top: 12px;
  left: 0;
  width: 13px;
  height: 13px;;
  background: url(/common/images/icons/icon_search.png) no-repeat left top / 100% auto;
  content: '';
}
#mvp-header .global-nav #mvp-sync-search{
  display: none;
  position: absolute;
  top: 35px;
  right: 10px;
  z-index: 1;
  width: 280px;
  padding: 10px 15px;
  border: 1px solid #bfbfbf;
  box-shadow: 2px 1px 5px #ccc;
  background: #fff;
}
#mvp-header .global-nav #mvp-sync-search::before{
  position: absolute;
  top: -13px;
  right: 15px;
  content: '';
  width: 50px;
  height: 13px;
  background: url(/common/images/icons/icon_search-box-arrow.png) no-repeat left top / 100% auto;
}
#mvp-header .global-nav #mvp-sync-search div input{
  border: none;
  outline: none;
  /*
  padding: 3px 16px 3px 3px;
  border-bottom: 1px #0070c0 solid;
  */
  /*background: url(/common/images/icons/icon_search.png) no-repeat right center / 13px auto;*/
}
#mvp-header .global-nav #mvp-sync-search div .mvp-sync-search-input{
  padding: 3px;
  outline: none;
  border: none;
  border-bottom: 1px #0070c0 solid;
}
#mvp-header .global-nav #mvp-sync-search div .mvp-sync-search-input input[name=submit]{
  width: 25px;
  height: 25px;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header .wrap .global-nav{
    max-width: 100%;
    height: 60px;
    padding: 8px;
    border-bottom: 1px solid #000;
    background: #fff;
  }

  /* sp-menu-btn */
  #mvp-header .wrap .global-nav .sp-menu-btn{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 59px;
    height: 59px;
    color: #b3e2ef;
    font-weight: bold;
    text-align: center;
    background-color: #0070c0;
    border: 1px solid #fff;
    z-index: 2;
  }
  #mvp-header .wrap .global-nav .sp-menu-btn i,
  #mvp-header .wrap .global-nav .sp-menu-btn::before,
  #mvp-header .wrap .global-nav .sp-menu-btn::after {
    display: block;
    position: absolute;
    top: -12px;
    bottom: 0;
    left:0;
    right: 0;
    width: 36px;
    height: 4px;
    margin: auto;
    background: #b3e2ef;
  }
  #mvp-header .wrap .global-nav .sp-menu-btn i {
    overflow: hidden;
    z-index: 1;
    color: #000;
  }
  #mvp-header .wrap .global-nav .sp-menu-btn::before {
    z-index: 2;
    transform: translate(0, -12px);
    content: "";
  }
  #mvp-header .wrap .global-nav .sp-menu-btn::after {
    z-index: 2;
    transform: translate(0, 12px);
    content: "";
  }
  #mvp-header .wrap .global-nav .sp-menu-btn i {
    opacity: 1;
    transition: opacity 0.3s;
  }
  #mvp-header .wrap .global-nav .sp-menu-btn::before,
  #mvp-header .wrap .global-nav .sp-menu-btn::after {
    transition: transform 0.3s;
  }
  #mvp-header .wrap .global-nav .sp-menu-btn.open i {
    opacity: 0;
    transition: opacity 0.3s;
  }
  #mvp-header .wrap .global-nav .sp-menu-btn.open::before {
    transform: rotate(45deg);
  }
  #mvp-header .wrap .global-nav .sp-menu-btn.open::after {
    transform: rotate(-45deg);
  }
  #mvp-header .wrap .global-nav .sp-menu-btn span {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    font-size: 80%;
  }
  /* logo */
  #mvp-header .wrap .global-nav a[class^='logo'] img{
   width: 100%;
  }
  #mvp-header .wrap .global-nav a.logo-tanabe{
    top: 4px;
    left: 8px;
    z-index: 1;
    width: 80px;
    margin-bottom:16px;
  }
  #mvp-header .wrap .global-nav a.logo-tanabe img{
    vertical-align: baseline
  }
  #mvp-header .wrap .global-nav a.logo-mvp{
    top: 10px;
    bottom: inherit;
    left: 8px;
    right: inherit;
    width: 220px;
    height: auto;
    text-align: left;
  }
  #mvp-header .wrap .global-nav a.logo-mvp span{
    margin: 0 0 8px 90px;
    font-size: 50%;
    white-space: nowrap;
  }
  #mvp-header .wrap .global-nav a.logo-mvp img{
    width: 80%;
  }
  /* others-box */
  #mvp-header .wrap .global-nav .others-box{
    display: none;
  }
	/* details-links */
	#mvp-header #category-nav .details-links{
		padding: 16px 8px;
	}
	#mvp-header #category-nav .details-links div a{
		display: block;
	  color: #000;
	}
	#mvp-header #category-nav .details-links div a:hover{
		text-decoration: none;
	}
	#mvp-header #category-nav .details-links .login-link{
	  position: relative;
		max-width: 200px;
	  padding-left: 24px;
		border: 1px solid #ccc;
		border-radius: 4px;
	  line-height: 32px;
	}
	#mvp-header #category-nav .details-links .login-link::before{
	  position: absolute;
	  top: 7px;
	  left: 4px;
	  width: 18px;
	  height: 18px;;
	  background: url(/common/images/icons/icon_login.png) no-repeat left top / 100% auto;
	  content: '';
	}
	#mvp-header #category-nav .details-links #logout-link{
	  position: relative;
		max-width: 200px;
		margin-top: 16px;
	  padding-left: 28px;
		border: 1px solid #ccc;
		border-radius: 4px;
	  line-height: 32px;
	}
	#mvp-header #category-nav .details-links #logout-link::before{
	  position: absolute;
	  top: 8px;
	  left: 4px;
	  width: 18px;
	  height: 18px;;
	  background: url(/common/images/icons/header/icon_logout.png) no-repeat left /20px;
	  content: '';
	}
	#mvp-header #category-nav .details-links .logged-in{
	  padding: 6px 4px 4px;
		border: 1px solid #ccc;
	  border-radius: 4px;
    width: 80%;
	}
  /* header-contact-links */
  .header-contact-links {
    padding: 24px 16px;
    text-align: center;
  }
  #mvp-header .header-contact-links a{
  display: inline-block;
  position: relative;
  padding: 8px 30px 8px 40px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  color: #0070c0;
  font-size: 14px;
  line-height: 1;
  text-decoration: none!important;
  width: 80%;
  }
  #mvp-header .header-contact-links a span {
    position: relative;
  }
  #mvp-header .header-contact-links a span::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 16px;
    height: 16px;
    background: url(/common/images/icons/icon_info.png) no-repeat left top / 100% auto;
    content: '';
  }
  #mvp-header .header-contact-links a::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #0070c0;
    border-right: 1px solid #0070c0;
    content: '';
  }
  /* mvp-search */
  #mvp-header #category-nav .mvp-search{
    padding: 8px 16px 24px;
  }
  #mvp-header #category-nav .mvp-search input.jq-placeholder{
    height: 32px;
    padding: 4px 30px 4px 4px;
    background: url(/common/images/icons/icon_search.png) no-repeat 97% center / 13px auto;
    color: #000!important;
  }
  #mvp-sync-search #mvp-header .wrap #category-nav .scroll-wrap {
    height: 100%;
}
#mvp-sync-search #mvp-header .wrap .global-nav {
    padding: 0;
}
#mvp-sync-search #mvp-header .wrap #category-nav .scroll-wrap .scroll-wrap-inner {
    padding-top: 60px;
}
}


/* ----------  Header - category-nav ---------- */
#mvp-header .wrap #category-nav {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}
body.header-fixed #mvp-header .wrap #category-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-width: 1200px;
}
#mvp-header .wrap #category-nav .category-nav-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li i{
  display: inline-block;
  width: 34px;
  margin-right: 8px;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li i img{
  vertical-align: middle;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li a.category-menu {
  display: block;
  position: relative;
  transition: color 0.1s, background 0.1s;
  min-width:220px;
  padding: 0 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li a.category-menu::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #0070c0;
  content: '';
}
#mvp-header .wrap #category-nav .category-nav-wrap>li a.category-menu:hover::before {
  transform: scaleX(1);
}
#mvp-header .wrap #category-nav .category-nav-wrap>li.subMenu-arrow a.category-menu::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0s ease 0s;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: transparent transparent #a6e5f6 transparent;
  content: '';
}
#mvp-header .wrap #category-nav .category-nav-wrap>li.subMenu-arrow.open a.category-menu::after {
  opacity: 1;
  transition: opacity 0.4s ease 0.3s;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header .wrap #category-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    z-index: 1;
  }
  #mvp-header .wrap #category-nav .scroll-wrap{
    overflow-y: hidden;
    overflow-y: auto;
    height: calc(100% - 54px);
  }
  #mvp-header .wrap #category-nav .scroll-wrap .scroll-wrap-inner{
    background: #fff;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap {
    display: inherit;
    max-width: 100%;
    padding: 0;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li{
    border-bottom: 1px solid #000;
    position: relative;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li a.category-menu {
    padding: 0 16px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li a.category-menu::before{
    content: none;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li.subMenu-arrow a.category-menu::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 16px;
    transform: none;
    width: 15px;
    height: 15px;
    margin: auto;
    background: none;
    color: #0070c0;
    font-size: 145%;
    line-height: 15px;
    text-align: center;
    content: '+';
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li.subMenu-arrow.open a.category-menu::before {
    content: '−';
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li.subMenu-arrow.open a.category-menu::after{
    content: none;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li i{
    width: 24px;
    margin-right: 6px;
  }
}


/* ---------- Header - category-nav - subMenu ---------- */
#mvp-header .wrap #category-nav .category-nav-wrap>li .subMenu {
  position: absolute;
  top: 60px;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0s, height 0s;
  width: 100%;
  padding: 30px;
  z-index: 100;
  background: #a6e5f6;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li.open .subMenu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, height 0.4s ease 0.3s;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li .subMenu .subMenu-wrap {
  max-width: 1160px;
  margin: 0 auto;
}
#mvp-header .wrap #category-nav .category-nav-wrap>li.open .regionMenu li a img:hover,
#mvp-header .wrap #category-nav .category-nav-wrap>li.open .academicMenu li a img:hover{
  opacity: 0.7;
}
.menu-product .autocomplete-wrap{
  top: 180px !important;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .menu-product .autocomplete-wrap{
    top: 149px !important;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li .subMenu {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transition: inherit;
    width: 100%;
    padding: 0 16px;
    background: #fff;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li.open .subMenu {
    transition: inherit;
  }
  #mvp-header .wrap #category-nav .category-nav-wrap>li .subMenu .subMenu-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* regionMenu */
#mvp-header .regionMenu {
  position: relative;
}
#mvp-header .regionMenu>li {
  overflow: hidden;
}
#mvp-header .regionMenu>li>span.hover-area {
  display: block;
  position: relative;
  float: left;
  transition: background 0.5s;
  width: 150px;
  padding: 6px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
#mvp-header .regionMenu>li.open>span.hover-area,
#mvp-header .regionMenu>li.open>span.hover-area:hover {
  background: #fff;
}
#mvp-header .regionMenu>li.open>span.hover-area:hover {
  cursor: pointer;
}
#mvp-header .regionMenu>li.open>span.hover-area:after{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
#mvp-header .regionMenu>li>span.hover-area>a {
  width: 120px;
  text-align: right;
  display: block;
  color: #000!important;
  font-weight: bold;
}
#mvp-header .regionMenu .regionMenu-contents {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  /*visibility: hidden;
  opacity: 0;*/
  /*transition: visibility 0.2s, opacity 0.2s;*/
  width: calc(100% - 150px);
  height: 100%;
  padding: 24px 40px 0;
  background: #fff;
}
 #mvp-header .regionMenu-contents.regionMenu-scroll {
  overflow-y: auto;
  overflow: overlay;
 }
#mvp-header .regionMenu>li .regionMenu-contents.open,
#mvp-header .regionMenu>li.open .regionMenu-contents{
  display: block;
  /*visibility: visible;
  opacity: 1;*/
}
#mvp-header .regionMenu>li:first-child .regionMenu-contents{
  display: block;
  /*visibility: visible;
  opacity: 1;*/
}
#mvp-header .regionMenu .regionMenu-contents .scroll {
  overflow-y: scroll;
  height: 100%;
}
#mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr {
  display: flex;
  flex-wrap: wrap;
}
#mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li{
  width: calc(33.333333% - 24px);
  margin: 0 12px 24px;
}
#mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li a{
  display: block;
}
#mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li img{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li p{
  display: none;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header .regionMenu>li>span.hover-area {
    float: none;
    width: 100%;
    padding: 12px 0 12px 43px;
    border-bottom: none;
  }
  #mvp-header .regionMenu>li>span.hover-area a{
    text-align: left;
  }
  #mvp-header .regionMenu>li>span.hover-area::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    color: #0070c0;
    font-size: 145%;
    line-height: 15px;
    text-align: center;
    content: '+';
  }
  #mvp-header .regionMenu>li>span.hover-area.open::before {
    content: '−';
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr a:after,
  #mvp-header .academicMenu ul li a:after,
  #mvp-header #category-nav .knowledgeMenu li a.knowledge-index-btn:after {
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #0070c0;
    border-right: 1px solid #0070c0;
    content: '';
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr a:after {
    right: -10px;
  }
  #mvp-header .academicMenu ul li a:after,
  #mvp-header #category-nav .knowledgeMenu li a.knowledge-index-btn:after {
    right: 5px;
  }
  #mvp-header .regionMenu .regionMenu-contents {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0 16px 0 43px;
  }
  #mvp-header .regionMenu>li:first-child .regionMenu-contents {
    display: none;
  }
  #mvp-header .regionMenu .regionMenu-contents .scroll {
    overflow-y: inherit;
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr {
    display: inherit;
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li{
    width: 100%;
    margin: 0;
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li a {
    padding: 8px 0;
    position: relative;
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li img{
    display: none;
  }
  #mvp-header .regionMenu .regionMenu-contents .regionMenu-bnr li p {
    display: inherit;
    color: #000;
  }
}

/* productMenu */
#mvp-header .productMenu{
  display: flex;
  justify-content: space-between;
}
#mvp-header .productMenu .search-box{
  position: relative;
  width: calc(25% - 10px);
  padding: 15px;
  background: #fff;
}
#mvp-header .productMenu .search-box h2{
  margin-bottom: 10px;
  font-size: 120%;
  text-align: center;
}
#mvp-header .productMenu > ul{
  overflow: hidden;
  width: calc(100% - calc(25% - 10px));
}
#mvp-header .productMenu > ul li{
  float: left;
  width: calc(33.33333% - 15px);
  margin: 0 0 10px 15px;
}
#mvp-header .productMenu > ul li a{
  display: table;
  position: relative;
  width: 100%;
  min-height: 66px;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mvp-header .productMenu > ul li a:after{
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
#mvp-header .productMenu > ul li a span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header .productMenu{
    display: inherit;
    padding: 16px 0 20px;
  }
  #mvp-header .productMenu .search-box{
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #0070c0;
  }
  #mvp-header .productMenu .search-box h2{
    margin-bottom: 16px;
  }
  #mvp-header .productMenu > ul{
    display: flex;
    flex-wrap: wrap;
    width: inherit;
    margin: 0 -5px;
  }
  #mvp-header .productMenu > ul li{
    width: calc(50% - 10px);
    margin: 0 5px 16px;
  }
  #mvp-header .productMenu > ul li a{
    display: table;
    width: 100%;
    min-height: 56px;
    font-size: 90%;
  }
}

/* knowledgeMenu */
#mvp-header .knowledgeMenu{
  position: relative;
  display: flex;
  justify-content: space-between;
}
#mvp-header .knowledgeMenu li{
  display: flex;
  flex-direction: column;
  width: 25%;
  min-height: 230px;
  padding: 0 10px;
  border-right: 2px solid #fff;
}
#mvp-header .knowledgeMenu li:last-child{
  border-right: none;
}
#mvp-header .knowledgeMenu li a:hover{
  opacity: 0.7;
  text-decoration: none!important;
}
#mvp-header .knowledgeMenu li a.knowledge-index-btn{
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 0;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mvp-header .knowledgeMenu li a.knowledge-index-btn:after{
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
#mvp-header .knowledgeMenu li .pickup{
  margin-bottom: 2px;
  font-size: 85%;
  font-weight: bold;
}
#mvp-header .knowledgeMenu li a {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #mvp-header .knowledgeMenu li a img {
    max-height: 155px;
  }
}
#mvp-header .knowledgeMenu li div{
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  margin-top: 2px;
  flex-grow: 1;
}
#mvp-header .knowledgeMenu li div.knowledge-support-pickup {
  background: #3f7fd3;
}
#mvp-header .knowledgeMenu li div.knowledge-pharmacist-pickup {
  background: #0f92e9;
}
#mvp-header .knowledgeMenu li div.knowledge-resident-pickup {
  background: #15a651;
}
#mvp-header .knowledgeMenu li div.knowledge-cooperation-pickup {
  background: #329f97;
}

#mvp-header .knowledgeMenu li p{
  width: 100%;
  line-height: 1.3;
}
#mvp-header .knowledgeMenu li span.pickup{
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #mvp-header .knowledgeMenu li a.knowledge-index-btn {
    display: none;
  }
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header .knowledgeMenu{
    display: inherit;
    padding: 0 0 16px 20px;
  }
  #mvp-header .knowledgeMenu li{
    width: 100%;
    min-height: auto;
    line-height: inherit;
    padding: 0;
    border-right: none;
  }
  #mvp-header .knowledgeMenu li a.knowledge-index-btn{
    margin-bottom: 0;
    padding: 8px 0;
    background: none;
    color: #000;
    text-align: left;
    font-weight: inherit;
  }
  #mvp-header .knowledgeMenu li .pickup,
  #mvp-header .knowledgeMenu li a.knowledge-content,
  #mvp-header .knowledgeMenu li div{
    display: none;
  }
}

/* academicMenu */
#mvp-header .academicMenu ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
  align-items: center;
}
#mvp-header .academicMenu ul li{
  width: calc(25% - 24px);
  min-height: 158px;
  margin: 0 12px 24px;
}
#mvp-header .academicMenu a p{
  display: none;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-header .academicMenu{
    padding: 0 0 16px 20px;
  }
  #mvp-header .academicMenu ul{
    display: inherit;
    margin: 0;
  }
  #mvp-header .academicMenu ul li{
    width: 100%;
    min-height: inherit;
    margin: 0;
  }
  #mvp-header .academicMenu a{
    display: block;
    padding: 8px 0;
    position: relative;
  }
  #mvp-header .academicMenu a img{
    display: none;
  }
  #mvp-header .academicMenu a p{
    display: block;
    color: #000;
  }
}

#categories,#search_sp{
  display: none;
}



/* --------------------------------------------------

Footer

-------------------------------------------------- */
#mvp-footer {
  font-size: 90%;
  border-top:1px solid #000;
}
#mvp-footer .wrap{
  overflow: hidden;
}
#mvp-footer .wrap a{
  color: #000;
}
#mvp-footer dl,
#mvp-footer ul.others-links{
  float: left;
  width: 25%;
  padding: 0 24px;
}
#mvp-footer dl dt{
  margin-bottom: 20px;
  font-size: 104%;
  font-weight: bold;
}
#mvp-footer ul li + li{
  margin-top: 16px;
}
#mvp-footer ul li + li img {
  max-width: 230px;
}
#mvp-footer dl.useful-links{
  padding-left: 0;
}
#mvp-footer dl.health-support-sites{
  width: 50%;
  padding: 0;
}
#mvp-footer dl.health-support-sites dt{
  margin-left: 24px;
}
#mvp-footer dl.health-support-sites dd{
  overflow: hidden;
}
#mvp-footer dl.health-support-sites dd ul{
  float: left;
  width: 50%;
  padding: 0 24px;
}
#mvp-footer ul.others-links{
  margin-top: 33px;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #000;
}
#mvp-footer address{
  padding: 10px 0;
  background: #747474;
  color: #fff;
  text-align: center;
  font-style: normal;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-footer .wrap{
    max-width: 100%;
    padding: 0;
  }
  #mvp-footer dl,
  #mvp-footer ul.others-links{
    float: none;
    width: 100%;
    padding: 0;
  }
  #mvp-footer ul li + li{
    margin-top: 0;
  }
  #mvp-footer dl{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #mvp-footer dl dt{
    position: relative;
    margin: 0!important;
    padding: 12px;
  }
  #mvp-footer dl dt::after{
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
    transition: transform 0.3s;
    color: #4372C0;
    font-size: 80%;
    content: '▼';
  }
  #mvp-footer dl dt.open::after{
    transform: rotate(180deg);
  }
  #mvp-footer dl dd{
    display: none;
    padding: 0 8px 16px 30px;
  }
  #mvp-footer dl.health-support-sites{
    width: 100%;
    padding: 0;
    border-top: none;
  }
  #mvp-footer dl.health-support-sites dd ul{
    float: none;
    width: 100%;
    padding: 0;
  }
  #mvp-footer ul li a{
    display: block;
    padding: 8px 0 8px;
  }
  #mvp-footer ul li.img-link{
    margin: 8px 0;
  }
  #mvp-footer ul li.img-link a{
    padding: 0;
  }
  #mvp-footer ul.others-links{
    padding: 8px 12px;
    border-left: none;
  }
  #mvp-footer address{
    padding: 12px 0;
    background: #747474;
    color: #fff;
    text-align: center;
    font-style: normal;
  }
}



/* --------------------------------------------------

assistant-menu

-------------------------------------------------- */
#mvp-assistant-menu{
  position: fixed;
	top: 20%;
	right: 0;
	z-index: 4;
	visibility: hidden;
  display: none;
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(240px);
	width: 300px;
	border-radius: 3px 0 0 3px;
}
#mvp-assistant-menu:hover{
  transform: translateX(0);
}
#mvp-assistant-menu .pc-item{
  display: inline-block;
}
#mvp-assistant-menu .sp-item{
  display: none;
}
#mvp-assistant-menu ul li{
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 3px 0 0 3px;
  background: rgba(0,0,0,0.6);
  font-weight: bold;
  white-space: nowrap;
}
#mvp-assistant-menu ul li:last-child{
  border-bottom: 1px solid #fff;
}
#mvp-assistant-menu ul li#mvp-sync-search{
  padding: 15px 22px;
}
#mvp-assistant-menu ul li#mvp-sync-search input{
  height: 28px;
}
#mvp-assistant-menu ul li a{
  display: block;
  transition: opacity 0.5s;
  padding: 15px 23px;
  color: #fff;
}
#mvp-assistant-menu ul li a:hover{
  opacity: 0.7
}
#mvp-assistant-menu ul li form{
  display: inline-block;
  /*float: right;*/
  width: calc(100% - 40px);
}
#mvp-assistant-menu ul li i{
  display: inline-block;
  width: 20px;
  margin-right: 16px;
}
#mvp-assistant-menu ul li i input{
  width: 20px;
  height: 20px !important;
  outline: none;
  background: none;
  border: none;
}
/* ua is sphone or tablet */
@media screen and (max-width: 1366px){
  #mvp-assistant-menu:not(.pc-window) {
    top: auto;
		bottom: 0;
		visibility: visible;
		opacity: 1;
		transform: none;
		transition: inherit;
		width: 100%;
		border-top: 1px solid #5b5b5b;
		border-radius: none;
		background: #fff;
		background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  }
  #mvp-assistant-menu:not(.pc-window) .pc-item{
    display: none;
  }
  #mvp-assistant-menu:not(.pc-window) .sp-item{
    display: inline-block;
  }
  #mvp-assistant-menu:not(.pc-window) ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px 0;
  }
  #mvp-assistant-menu:not(.pc-window) ul li{
    display: table-cell;
    padding: 0 !important;
    border: none !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 0;
    background: none;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
  }
  #mvp-assistant-menu:not(.pc-window) ul li:nth-child(1){order: 4;}
  #mvp-assistant-menu:not(.pc-window) ul li:nth-child(2){order: 3;}
  #mvp-assistant-menu:not(.pc-window) ul li:nth-child(3){order: 2;}
  #mvp-assistant-menu:not(.pc-window) ul li:nth-child(4){order: 1;}
  #mvp-assistant-menu:not(.pc-window) ul li:last-child{
    border-right: none !important;
  }
  #mvp-assistant-menu:not(.pc-window) ul li a{
    padding: 0;
    color: #000;
  }
  #mvp-assistant-menu:not(.pc-window) ul li a[href*="/"] i{
    background: url(/common/images/icons/icon_home.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu:not(.pc-window) ul li a.-js-tanamin-window i{
    background: url(/common/images/icons/icon_tanamin.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu:not(.pc-window) ul li a[href*="member"] i,
  #mvp-assistant-menu:not(.pc-window) ul li a[href*="login"] i{
    background: url(/common/images/icons/icon_login.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu:not(.pc-window) ul li a[href*="inquiry"] i{
    background: url(/common/images/icons/icon_mail.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu:not(.pc-window) ul li i{
    display: block;
    width: 15px;
    height: 22px;
    margin: 0 auto 5px;
  }
  #mvp-assistant-menu:not(.pc-window) ul li i img{
    display: none;
  }
}
/* ua is pc */
@media screen and (max-width: 767px){
  #mvp-assistant-menu.pc-window{
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: inherit;
    width: 100%;
    border-top: 1px solid #5b5b5b;
    border-radius: none;
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  }
  #mvp-assistant-menu.pc-window .pc-item{
    display: none;
  }
  #mvp-assistant-menu.pc-window .sp-item{
    display: inline-block;
  }
  #mvp-assistant-menu.pc-window ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px 0;
  }
  #mvp-assistant-menu.pc-window ul li{
    display: table-cell;
    padding: 0 !important;
    border: none !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 0;
    background: none;
    font-size: 90%;
    text-align: center;
    letter-spacing: -0.1em;
  }
  #mvp-assistant-menu.pc-window ul li:nth-child(1){order: 4;}
  #mvp-assistant-menu.pc-window ul li:nth-child(2){order: 3;}
  #mvp-assistant-menu.pc-window ul li:nth-child(3){order: 2;}
  #mvp-assistant-menu.pc-window ul li:nth-child(4){order: 1;}
  #mvp-assistant-menu.pc-window ul li:last-child{
    border-right: none !important;
  }
  #mvp-assistant-menu.pc-window ul li a{
    padding: 0;
    color: #000;
  }
  #mvp-assistant-menu.pc-window ul li a[href*="/"] i{
    background: url(/common/images/icons/icon_home.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu.pc-window ul li a.-js-tanamin-window i{
    background: url(/common/images/icons/icon_tanamin.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu.pc-window ul li a[href*="member"] i,
  #mvp-assistant-menu.pc-window ul li a[href*="login"] i{
    background: url(/common/images/icons/icon_login.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu.pc-window ul li a[href*="inquiry"] i{
    background: url(/common/images/icons/icon_mail.png) no-repeat right center / 100% auto;
  }
  #mvp-assistant-menu.pc-window ul li i{
    display: block;
    width: 15px;
    height: 22px;
    margin: 0 auto 5px;
  }
  #mvp-assistant-menu.pc-window ul li i img{
    display: none;
  }
}

/* main asset
-------------------------------------------------------------------------------- */

/* --------------------------------------------------

 topic_path

-------------------------------------------------- */
.topic-path {
  padding: 20px 0 40px;
}
/*#mvp-main-template .topic-path*/
.di + #mvp-main-template .topic-path {
    padding: 0;
}
/*.di.di-top + .topic-path*/
.embed-content-wrapper.di.di-top + .topic-path {
    padding: 0 0 40px;
}
/*.di.detail + .topic-path*/
.embed-content-wrapper.di.detail + .topic-path {
    padding-top: 0;
}
/*.mvp-template-qa-box .topic-path*/
.mvp-template-qa-box + .di-bottom-template .topic-path {
    padding: 0;
}
/*#intro*/
.di-intro.intro-top .topic-path {
    padding-bottom: 0;
}
/*#safety*/
#safety .topic-path {
  padding-bottom: 0;
}

.mvp-pan-navi {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 90%;
  line-height: 1.2;
}
.mvp-pan-navi a {
  color: #000!important;
}
.mvp-pan-navi span {
  display: inline-block;
	width: 16px;
	height: 14px;
  margin: 0 10px;
  background: url(/common/images/common.png) no-repeat 3px -96px;
  text-indent: -9999px;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
	.mvp-pan-navi span {
	  margin: 0 4px;
	  background-position: 3px -98px;
	}
  /*.di.di-top + .topic-path*/
  .embed-content-wrapper.di.di-top + .topic-path {
      padding: 0 0 24px;
  }
}


/* --------------------------------------------------

 bookmark-box

-------------------------------------------------- */
#mvp-main .bookmark-box{
	position: relative;
  background: #f2f2f2;
  padding: 12px 0 ;
}
#mvp-main .bookmark-box .wrap{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  min-height: 33px;
  margin: 0 auto;
  padding: 0 20px;
}
/* tags */
#mvp-main .top-tags + div {
  margin-left: 32px;
}

#mvp-main .top-tags + div a[href*="/tags"]{
  font-size: 90%;
  margin-right: 16px;
}

#mvp-main .top-tags a{
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background: none;
  color: #000;
  text-decoration: underline;
  font-size: 90%;
  line-height: 1;
}
#mvp-main .top-tags span {
  margin: 0 5px;
  font-size: 85%;
}
#mvp-main .top-tags a:not(:last-child) {
  margin: 0 8px 0 0;
}
#mvp-main .top-tags a:hover {
  text-decoration: none;
}
/* mvp_footprint_bookmark */
#mvp-main #mvp_footprint_bookmark{
  position: absolute;
  bottom: 0;
  right: 20px;
	float: right;
	cursor: pointer;
	height: 31px;
  margin: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	color: #3a3a3a;
	text-align: center;
}
#mvp_footprint_bookmark .mvp_bookmark_footprint_desc {
	float: left;
	min-width: 135px;
	margin: 0 auto;
	padding: 6px 5px 8px 7px;
	font-size: 80%;
	text-align: center;
	letter-spacing: 0.1em;
}
#mvp_footprint_bookmark .mvp_bookmark_footprint_icon {
	float: right;
	width: 30px;
	height: 100%;
	margin: 0;
	padding: 5px 6px 5px 6px;
	border-left: 1px solid #ccc;
	font-size: 80%;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main .bookmark-box .wrap{
    max-width: 100%;
    padding: 0 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* tags */
  #mvp-main .top-tags{
    float: left;
    width: 85%;
  }
  #mvp-main .top-tags a{
    margin: 0;
    padding: 0;
    font-size: 90%;
  }
  #mvp-main .top-tags span {
    margin: 0 4px;
    font-size: 85%;
  }
  #mvp-main .top-tags a:not(:last-child) {
    margin: 0;
  }

#mvp-main .top-tags + div {
  margin-left: 0px;
  float: left;
}

#mvp-main .top-tags + div a[href*="/tags"]{
  font-size: 90%;
  margin-right: 16px;
}

  /* mvp_footprint_bookmark */
  #mvp-main #mvp_footprint_bookmark{
    position: static;
  }
  #mvp-main p#mvp_bookmark_button {
    display: none;
  }
  #mvp_footprint_bookmark .mvp_bookmark_footprint_icon {
  	border: none;
  }
}


/* --------------------------------------------------

 mvp-recommend

-------------------------------------------------- */
#mvp-main #mvp-recommend{
  background: #005bac;
}
#mvp-main #mvp-recommend h2{
  color: #fff;
}

/* --------------------------------------------------

 mvp-web_seminar_member_bnr

-------------------------------------------------- */

#mvp-main .sec .wrap.web_seminar_member_bnr {
  padding-bottom: 0;
}

.wrap.web_seminar_member_bnr img {
  display: block;
  width: calc(100% - 80px);
  max-width: 100%;
  margin: 0 auto;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .wrap.web_seminar_member_bnr img {
    width: 100%;
  }
}
/* --------------------------------------------------

 mvp-webSeminar

-------------------------------------------------- */
#mvp-main #mvp-webSeminar {
  text-align: center;
}#mvp-main #mvp-webSeminar h2{
  color: #000;
}
#mvp-main #mvp-webSeminar ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  text-align: left;
}
#mvp-main #mvp-webSeminar ul li{
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  padding: 16px;
  border: 1px solid #ccc;
}
#mvp-main #mvp-webSeminar .tags{
  margin: 0 -3px;
}
#mvp-main #mvp-webSeminar .tags a{
  display: inline-block;
  margin: 0 3px 5px;
  padding: 2px 20px 4px;
  background: #a6a6a6;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
#mvp-main #mvp-webSeminar ul li time{
  display: block;
  margin: 5px 0;
  font-weight: bold;
}
#mvp-main #mvp-webSeminar .link-btn{
  margin-top: 16px;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-webSeminar ul{
    margin: 0;
  }
  #mvp-main #mvp-webSeminar ul li{
    width: 100%;
    margin: 0;
    padding: 8px;
  }
  #mvp-main #mvp-webSeminar ul li + li{
    margin-top: 16px;
  }
  #mvp-main #mvp-webSeminar .link-btn{
    margin-top: 24px;
  }
}


/* --------------------------------------------------

 mvp-related-info

-------------------------------------------------- */
/* ----- drug-color ----- */
/* stl */
#mvp-main #mvp-related-info ul li a[href*="/stl"]{
	border-color: #492080;
  background: #492080;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/stl"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* smp */
#mvp-main #mvp-related-info ul li a[href*="/smp"]{
	border-color: #00366b;
  background: #00366b;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/smp"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* rec-ibd */
#mvp-main #mvp-related-info ul li a[href*="/rec-ibd"]{
	border-color: #124098;
  background: #124098;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/rec-ibd"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* ibd-library */
#mvp-main #mvp-related-info ul li a[href*="/ibd-library"]{
	border-color: #eb6100;
  background: #eb6100;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/ibd-library"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* rec-ra */
#mvp-main #mvp-related-info ul li a[href*="/rec-ra"]{
	border-color: #009e96;
  background: #009e96;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/rec-ra"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* urs */
#mvp-main #mvp-related-info ul li a[href*="/urs"]{
	border-color: #0058a4;
  background: #0058a4;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/urs"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* mjr */
#mvp-main #mvp-related-info ul li a[href*="/mjr"]{
	border-color: #641683;
  background: #641683;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/mjr"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* cnl */
#mvp-main #mvp-related-info ul li a[href*="/cnl"]{
	border-color: #f8b500;
  background: #f8b500;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/cnl"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* can */
#mvp-main #mvp-related-info ul li a[href*="/can"]{
	border-color: #005bac;
  background: #005bac;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/can"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* tnl */
#mvp-main #mvp-related-info ul li a[href*="/tnl"]{
	border-color: #e40074;
  background: #e40074;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/tnl"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* vaf */
#mvp-main #mvp-related-info ul li a[href*="/vaf"]{
	border-color: #531066;
  background: #531066;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/vaf"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* krm */
#mvp-main #mvp-related-info ul li a[href*="/krm"]{
	border-color: #0068b7;
  background: #0068b7;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/krm"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* rpa-derma、rpa-oto */
#mvp-main #mvp-related-info ul li a[href*="/rpa-derma"],
#mvp-main #mvp-related-info ul li a[href*="/rpa-oto"]{
	border-color: #ea5514;
  background: #ea5514;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/rpa-derma"]::after,
#mvp-main #mvp-related-info ul li a[href*="/rpa-oto"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* rec-ps */
#mvp-main #mvp-related-info ul li a[href*="/rec-ps"]{
	border-color: #f18705;
  background: #f18705;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/rec-ps"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* alex */
#mvp-main #mvp-related-info ul li a[href*="/alex"]{
	border-color: #007f41;
  background: #007f41;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/alex"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* lex */
#mvp-main #mvp-related-info ul li a[href*="/lex"]{
	border-color: #6C478F;
  background: #6C478F;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/lex"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* e-rapport */
#mvp-main #mvp-related-info ul li a[href*="/e-rapport"]{
	border-color: #52A7F4;
  background: #52A7F4;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/e-rapport"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* dys */
#mvp-main #mvp-related-info ul li a[href*="/dys"]{
	border-color: #003b78;
  background: #003b78;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/dys"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* upl */
#mvp-main #mvp-related-info ul li a[href*="/upl"]{
	border-color: #00b0b9;
  background: #00b0b9;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/upl"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}

/* imu */
#mvp-main #mvp-related-info ul li a[href*="/imu"]{
	border-color: #f39800;
  background: #f39800;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/imu"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* rct */
#mvp-main #mvp-related-info ul li a[href*="/rc-als"]{
	border-color: #ed6d00;
  background: #ed6d00;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/rc-als"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* clg */
#mvp-main #mvp-related-info ul li a[href*="/clg"]{
	border-color: #d00941;
  background: #d00941;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/clg"]::after{
  border-top-color: #d00941;
  border-right-color: #d00941;
}
/* vaccine-pediatric */
#mvp-main #mvp-related-info ul li a[href*="/vaccine-pediatric"] span span{
  display: inline;
}
#mvp-main #mvp-related-info ul li a[href*="/vaccine-pediatric"]{
	border-color: #ea689d;
  background: #ffffe0;
}
#mvp-main #mvp-related-info ul li a[href*="/vaccine-pediatric"]::after{
  border-top-color: #ea689d;
  border-right-color: #ea689d;
}
/* n-station-ra */
#mvp-main #mvp-related-info ul li a[href*="/n-station-ra"]{
	border-color: #e06491;
  background: #e06491;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/n-station-ra"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* alec */
#mvp-main #mvp-related-info ul li a[href*="/alec"]{
	border-color: #FE5000;
  background: #FE5000;
  color: #fff;
}
#mvp-main #mvp-related-info ul li a[href*="/alec"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}

#mvp-main #mvp-related-info{
  background: #f2f2f2;
}
#mvp-main #mvp-related-info ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#mvp-main #mvp-related-info ul li{
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
#mvp-main #mvp-related-info ul li a{
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 4px 16px;
  border: 2px solid #0070c0;
  border-radius: 10px;
  background: #fff;
  color: #0070c0;
  text-align: center;
}
#mvp-main #mvp-related-info ul li a:after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
#mvp-main #mvp-related-info ul li a:hover{
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
}
#mvp-main #mvp-related-info ul li a:hover:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#mvp-main #mvp-related-info ul li a span{
  display: table-cell;
  vertical-align: middle;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-related-info ul{
    margin: 0 -4px;
  }
  #mvp-main #mvp-related-info ul li{
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
}

/* --------------------------------------------------

mvp-intro-area

-------------------------------------------------- */

#mvp-main #mvp-intro-area{
  background: #C7E6F5;
}
#mvp-main #mvp-intro-area ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#mvp-main #mvp-intro-area ul li{
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
#mvp-main #mvp-intro-area ul li a{
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 4px 16px;
  border: 2px solid #0070c0;
  border-radius: 10px;
  background: #fff;
  color: #0070c0;
  text-align: center;
}
#mvp-main #mvp-intro-area ul li a:after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
#mvp-main #mvp-intro-area ul li a:hover{
  background: #0070c0!important;
  color: #fff!important;
  text-decoration: none!important;
}
#mvp-main #mvp-intro-area ul li a:hover:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#mvp-main #mvp-intro-area ul li a span{
  display: table-cell;
  vertical-align: middle;
}
#mvp-main #mvp-intro-area .mvp-intro-bleak {
    display: none;
}
#mvp-main #mvp-intro-area ul li a span .mvp-intro-bleak + span {
  display: inline-block;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-intro-area ul{
    margin: 0 -4px;
  }
  #mvp-main #mvp-intro-area ul li{
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
}
@media screen and (max-width: 540px) {
  #mvp-main #mvp-intro-area ul li a span .mvp-intro-bleak + span {
    display: none;
  }
  #mvp-main #mvp-intro-area .mvp-intro-bleak {
      display: block;
  }
}
/* btr */
#mvp-main #mvp-intro-area ul li a[href*="btr"]{
	border-color: #3EB134;
  background: #3EB134;
  color: #fff;
}
#mvp-main #mvp-intro-area ul li a[href*="btr"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}

/* bnw */
#mvp-main #mvp-intro-area ul li a[href*="bnw"]{
	border-color: #7B59A3;
  background: #7B59A3;
  color: #fff;
}
#mvp-main #mvp-intro-area ul li a[href*="bnw"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* bsi */
#mvp-main #mvp-intro-area ul li a[href*="bsi"]{
	border-color: #e60012;
  background: #e60012;
  color: #fff;
}
#mvp-main #mvp-intro-area ul li a[href*="bsi"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* bmr */
#mvp-main #mvp-intro-area ul li a[href*="bmr"]{
	border-color: #f89f6d;
  background: #f89f6d;
  color: #fff;
}
#mvp-main #mvp-intro-area ul li a[href*="bmr"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
/* bkg */
#mvp-main #mvp-intro-area ul li a[href*="bkg"]{
	border-color: #e7908c;
  background: #e7908c;
  color: #fff;
}
#mvp-main #mvp-intro-area ul li a[href*="bkg"]::after{
  border-top-color: #fff;
  border-right-color: #fff;
}



/* --------------------------------------------------

 mvp-related-site

-------------------------------------------------- */
#mvp-main #mvp-related-site .wrap{
  max-width: 880px;
}
#mvp-main #mvp-related-site ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#mvp-main #mvp-related-site ul li a{
	display: block;
  transition: opacity 0.3s;
	margin-bottom: 10px;
}
#mvp-main #mvp-related-site ul li a:hover{
  opacity: 0.7;
}
#mvp-main #mvp-related-site ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#mvp-main #mvp-related-site ul li a{
	display: block;
  transition: opacity 0.3s;
	margin-bottom: 10px;
}
#mvp-main #mvp-related-site ul li a:hover{
  opacity: 0.7;
}
#mvp-main #mvp-related-site ul li{
  width: calc(33.333333% - 16px);
  margin: 0 8px 16px;
}
#mvp-main #mvp-related-site ul li dl dt{
  margin-bottom: 8px;
  font-size: 108%;
	text-align: center;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
	#mvp-main #mvp-related-site ul{
	  margin: 0 -4px;
	}
	#mvp-main #mvp-related-site ul li{
	  width: calc(33.333333% - 8px);
	  margin: 0 4px 8px;
	}
}



/* --------------------------------------------------

 mvp-medical-news

-------------------------------------------------- */
#mvp-main #mvp-medical-news .wrap-inner{
  display: flex;
  justify-content: space-between;
}
#mvp-main #mvp-medical-news .medical-news-box{
  width: calc(50% - 24px);
}
#mvp-main #mvp-medical-news .wrap > .medical-news-box{
  width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
#mvp-main #mvp-medical-news h3{
  margin-bottom: 16px;
  text-align: center;
}

#mvp-main #mvp-medical-news .medical-news-box div:nth-of-type(2) h3{
  margin-top:24px;
}

#mvp-main #mvp-medical-news .medical-news-list{
  overflow-y: scroll;
  height: 152px;
	padding: 8px;
}
#mvp-main #mvp-medical-news dl{
  display: flex;
  flex-wrap: wrap;
}
#mvp-main #mvp-medical-news dl dt{
  width: 140px;
  margin-bottom: 16px;
  font-weight: bold;
}
#mvp-main #mvp-medical-news dl dd{
  overflow: hidden;
  width: calc(100% - 140px);
  margin-bottom: 16px;
}
#mvp-main #mvp-medical-news dl dt:last-of-type,
#mvp-main #mvp-medical-news dl dd:last-of-type{
  margin-bottom: 0;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-medical-news .wrap-inner{
    display: inherit;
  }
  #mvp-main #mvp-medical-news .medical-news-box{
    width: 100%;
  }
	#mvp-main #mvp-medical-news .medical-news-box + .medical-news-box{
    margin-top: 24px;
  }
	 #mvp-main #mvp-medical-news .medical-news-list{
    height: 95px;
  }
  #mvp-main #mvp-medical-news dl dt{
    width: 110px;
  }
  #mvp-main #mvp-medical-news dl dd{
    width: calc(100% - 110px);
  }
}

/* --------------------------------------------------

 drug-info

-------------------------------------------------- */
#mvp-main #mvp-drug-info{
  background: #f2f2f2;
  border-top: 2px solid #fff;
}
#mvp-main #mvp-drug-info .wrap{
	padding: 40px 20px 24px;
}
#mvp-main #mvp-drug-info ul{
  display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
#mvp-main #mvp-drug-info ul li{
	width: calc(25% - 16px);
  margin: 0 8px 16px;
}
#mvp-main #mvp-drug-info ul li img{
  width: 100%;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
	#mvp-main #mvp-drug-info ul{
		margin: 0 -4px;
	}
	#mvp-main #mvp-drug-info ul li{
		width: calc(50% - 8px);
		margin: 0 4px 8px;
	}
	#mvp-main #mvp-drug-info .wrap{
		padding: 24px 16px 16px;
	}
}

/* --------------------------------------------------

 mvp-di-link

-------------------------------------------------- */
#mvp-main #mvp-di-link .wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto ;
  background-color: #f2f2f2;
  border-radius: 16px;
}

#mvp-main #mvp-di-link .mvp-di-link-box{
  /* width: calc(50% - 16px); */
  margin: 16px auto;
}

#mvp-main #mvp-di-link .mvp-di-link-box p {
  text-align: center;
}
#mvp-main #mvp-di-link .mvp-di-link-box .link-btn {
  margin-top: 8px;
}

#mvp-main #mvp-di-link .mvp-di-link-box .mvp-di-drug-logo img{
  height:50px;
  width: auto;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-di-link .wrap-inner {
    display: inherit;
    margin: 24px auto;
    padding: 4px 0;
  }
  #mvp-main #mvp-di-link .mvp-di-link-box{
  width: calc(100% - 16px);
  margin: 16px 8px;
  }
  #mvp-main #mvp-di-link .mvp-di-link-box .mvp-di-drug-logo img{
    width: 100%;
    height: auto;
  }
}
/* --------------------------------------------------
di flex modules
-------------------------------------------------- */
.mvp-parts__flex {
	display: flex
}
.mvp-parts__flex.__j-center {
	justify-content: center
}
.mvp-parts__flex.__j-between {
	justify-content: space-between;
}
.mvp-parts__flex.__a-center {
	align-items: center
}
.mvp-parts__flex.__a-start{
	align-items: flex-start;
}
.mvp-parts__flex.__a-end{
	align-items: flex-end;
}
.mvp-parts__flex.__a-baseline {
	align-items: baseline
}
.mvp-parts__flex.__multilines {
	flex-wrap: wrap
}
.mvp-parts__flex.__d-column {
	flex-direction: column
}
/* ----- sp ----- */
@media screen and (max-width: 767px) {
	.mvp-parts__flex.__d-column__sp {
		flex-direction: column
	}
}
/* ----- pc ----- */
@media screen and (min-width: 768px) {
	.mvp-parts__flex.__d-column__pc {
		flex-direction: column
	}
}
/* --------------------------------------------------
di di-links
-------------------------------------------------- */
.mvp--di-links {
	background: #f2f2f2;
	margin-bottom: 2px
}
.mvp--di-links--inner-wrap>div {
	max-width: 230px
}
/* ----- pc ----- */
@media all and (min-width: 768px) {
	.mvp--di-links--inner-wrap>div {
		width: calc((100% - 48px) / 3)
	}
	.mvp--di-links--inner-wrap>div:not(:last-child) {
		margin-right: 24px
	}
}
/* ----- sp ----- */
@media screen and (max-width: 767px) {
	.mvp--di-links--inner-wrap>div {
		width: 100%
	}
	.mvp--di-links--inner-wrap>div:not(:last-child) {
		margin-bottom: 24px
	}
}
/* ----- search ----- */
.mvp--di-links--inner-wrap--search>div {
	background: #fff;
	height: 68px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.mvp--di-links--inner-wrap--search__text {
	font-weight: bold;
	margin-bottom: 2px
}
.mvp--di-links--inner-wrap--search__form {
	padding: 0
}
.mvp--di-links--inner-wrap--search__form input {
	display: block;
	width: 100%
}
/* ----- inquiry-medicine ----- */
.mvp--di-links--inner-wrap--inquiry-medicine a {
	background: #c3fbeb;
	height: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	border: 2px solid #0070c0;
	border-radius: 10px;
	position: relative
}
.mvp--di-links--inner-wrap--inquiry-medicine a:after {
	position: absolute;
	right: 10px;
	transform: rotate(45deg);
	width: 3px;
	height: 3px;
	border-top: 1px solid #0070c0;
	border-right: 1px solid #0070c0;
	content: ''
}
/* --------------------------------------------------
di di-menu
-------------------------------------------------- */
.mvp--di-menu>div {
	background: #f2f2f2;
	padding: 16px 24px
}
.mvp--di-menu li:before {
	display: block;
	content: '';
	background: url(/common/images/icon_side_safety_links.png) no-repeat;
	width: 14px;
  min-width: 14px;
	height: 8px;
	margin-right: 5px
}
/* ----- pc ----- */
@media all and (min-width: 768px) {
  .mvp--di-menu li {
    width: calc((100% - 48px) / 3)
  }
  .mvp--di-menu li:not(:nth-child(3n)) {
    margin-right: 24px
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
	.mvp--di-menu li {
		width: calc((100% - 24px) / 2)
	}
	.mvp--di-menu li:not(:nth-child(2n)) {
		margin-right: 24px
	}
}
/* ----- annex ----- */
.mvp--di-menu--annex {
	border-bottom: 2px solid #c3c3c3;
	padding-bottom: 24px;
	margin-bottom: 24px
}
/* ----- pc ----- */
@media all and (min-width: 768px) {
	.mvp--di-menu--annex li:not(:nth-last-child(-n+2)) {
		margin-bottom: 8px
	}
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .mvp--di-menu--annex li:not(:nth-last-child(-n+1)) {
    margin-bottom: 8px
  }
}
/* ----- code ----- */
.mvp--di-menu--code {
	border-bottom: 2px solid #c3c3c3;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.mvp--di-menu--code--title {
	font-size: 150%;
	margin-bottom: 16px;
	text-align: center
}
.mvp--di-menu--code--list li:not(:nth-last-child(-n+1)) {
	margin-bottom: 8px
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
	.mvp--di-menu--other li:not(:nth-last-child(-n+1)) {
		margin-bottom: 8px
	}
}
/* --------------------------------------------------
di di-safety-menu
-------------------------------------------------- */
.mvp--safety-menu--data {
	background: #f2f2f2;
	padding: 16px 24px
}
.mvp--safety-menu--data--title {
	font-size: 150%;
	margin-bottom: 24px;
	text-align: center
}
.mvp--safety-menu--data--discription li:not(:nth-last-child(1)) {
	margin-bottom: 8px
}
.mvp--safety-menu--data--discription li:before {
	display: block;
	content: '';
	background: url(/common/images/icon_side_safety_links.png) no-repeat;
	width: 14px;
	height: 8px;
	margin-right: 5px
}
/* ----- pc ----- */
@media all and (min-width: 768px) {
	.mvp--safety-menu--data--discription li {
		width: calc((100% - 48px) / 3);
	}
  .mvp--safety-menu--data--discription li:not(:nth-child(3n)) {
		margin-right: 24px
	}
  .mvp--safety-menu--data--discription li br {
    display: none;
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .mvp--safety-menu--data--discription li {
    width: calc((100% - 0px) / 2);
  }
  .mvp--safety-menu--data--discription li:not(:nth-last-child(2n)) {
    margin-right: 0;
  }
}
/* --------------------------------------------------
di di-template-qa
-------------------------------------------------- */
.mvp-template-qa-box {
	padding: 0 0 40px;
	width: 100%;
	margin: 0 auto;
  background: #fff;
}
.mvp-template-qa-box>div {
	background: #f2f2f2;
	padding: 8px 16px;
	border: 1px solid #0070c0;
	border-radius: 5px;
  width: 1200px;
  margin: 0 auto;
}
.mvp-template-qa-box>div h2 {
	margin-bottom: 8px;
	font-size: 112.5%;
	font-weight: normal
}
.mvp-template-qa-box>div h2 a {
	color: #000
}
.mvp-template-qa-box>div ul {
	display: flex;
	flex-wrap: wrap
}
.mvp-template-qa-box>div ul li {
	display: flex;
	align-items: baseline
}
.mvp-template-qa-box>div ul li:not(:nth-last-child(-n+2)) {
  margin-bottom: 8px
}
.mvp-template-qa-box>div ul li:before {
  display: block;
  content: '';
  background: url(/common/images/icon_side_safety_links.png) no-repeat;
  width: 14px;
  height: 8px;
  margin-right: 5px
}
/* ----- pc ----- */
@media all and (min-width: 768px) {
  .mvp-template-qa-box>div ul li {
    width: calc((100% - 120px) / 6)
  }
  .mvp-template-qa-box>div ul li:not(:nth-child(6n)) {
    margin-right: 24px
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .mvp-template-qa-box>div {
    width: calc(100% - 32px) ;
  }
	.mvp-template-qa-box>div ul li {
		width: calc((100% - 24px) / 2)
	}
	.mvp-template-qa-box>div ul li:not(:nth-child(2n)) {
		margin-right: 24px
	}
}
/* --------------------------------------------------

drug_contents_link_bnr

-------------------------------------------------- */
/*------------start drug_contents_link_bnr-dys------------*/
.drug_contents_link_bnr-dys {
    margin: 48px auto 0;
    text-align: center;
    width: 880px;
}

.drug_contents_link_bnr-dys img {
    width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.drug_contents_link_bnr-dys {
width: calc(100% - 16px);
    margin: 24px auto 0;
}
}
/*------------end drug_contents_link_bnr-dys-------------*/
/* --------------------------------------------------

mvp-main

-------------------------------------------------- */
#mvp-main{
}
#main{
	max-width: 920px;
	margin: 0 auto;
	padding: 16px 20px 24px;
	background: #fff;
}
.intro-top #main{
	padding-top: 0;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
	#mvp-main{
		width: 100%;
	}
	#main{
		margin: 0 16px;
		padding: 24px 0;
  }
}
/* --------------------------------------------------

cooperation subMenu

-------------------------------------------------- */
.mvp-category-link-box .mvp-template-box{
  background: #f2f2f2;
  padding: 16px 24px;
}
.mvp-category-link-box .mvp-template-box p{
  font-size: 115%;
  margin-bottom: 8px;
}
.mvp-category-link-box .mvp-template-box p a{
  color: #000;
}
.mvp-category-link-box .mvp-template-box ul li:not(:nth-child(3n)){
  margin-right: 8px;
}
.mvp-category-link-box .mvp-template-box ul li:before{
  display: block;
  content: '';
  background: url(/common/images/icon_side_safety_links.png) no-repeat;
  width: 14px;
  height: 8px;
  margin-right: 5px;
}
@media screen and (max-width: 767px){
  .mvp-category-link-box .mvp-template-box ul li:not(:nth-child(3n)){
    margin-right: 0;
  }
  .mvp-category-link-box .mvp-template-box ul li:not(:nth-last-child(1)){
    width: 100%;
    margin-bottom: 8px;
  }
}

/*--------------- /seminars/ -----------*/

div.seminars-contents {
		margin: 15px 0;
		overflow: hidden;
		text-align: left;
}

p.seminars-title{
}

div.seminars-contents{
	margin: 15px 0;
	overflow: hidden;
	text-align: left;
}

div.seminars-contents p.seminars-category-title a{
	display: block;
		font-size: 110%;
		color: #0f9bcf;
		font-weight: bold;
}

div.seminars-contents div.seminars-box p.seminar-title span.sub-title{
	color: #000;
	font-size: 90%;
}

div.seminars-contents div.seminars-box p.seminar-title a {
	color: #0f9bcf;
	font-size: 100%;
	font-weight: bold;
}

div.seminars-contents div.seminars-left {
	float: left;
	padding-right: 10px;
	width: 48%;
}

div.seminars-contents div.seminars-right {
	float: right;
	width: 48%;
}

div.seminars-contents div.seminars-category p.seminars-category-title{
	padding-bottom: 5px;
	font-weight: bold;
	height: 45px;
}

div.seminars-contents div.seminars-category p.seminars-category-title a{
	font-size: 110%;
	color: #0f9bcf;
	font-weight: bold;
	padding-left: 30px;
}
div.seminars-contents div.seminars-category p.seminars-category-title img{
	vertical-align: bottom;
	padding-right: 5px;
	margin-left: -26px;
}

div.seminars-contents div.seminars-box {
	background-color: #fff;
	border: 1px solid #c3c3c3;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

div.seminars-contents div.seminars-box div.profile{
	overflow: hidden;
	padding-left: 5px;
}

div.seminars-contents div.seminars-box p.profile-name{
	font-size: 95%;
}

div.seminars-contents div.seminars-box div.profile img {
	margin-right: 5px;
	width: 57px;
	float: left;
}

div#mvp-main-template div.seminars-contents div.seminars-box p span.doctor-name{
	font-size: 120%;
		font-weight: bold;
		padding-right: 1em;
}

div#mvp-main-template div.seminars-contents div.seminars-box p span.doctor-section{ color: #797979; }

@media screen and (max-width: 960px) {
	div.seminars-contents div.seminars-box {
		height: 165px;
	}
}



/* standard helper classes
-------------------------------------------------------------------------------- */

.mvp-clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.mvp-jump{
	position: absolute;
	left: -9999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.mvp-viewall {
	text-align:right;
	font-size:80%;
	line-height:130%;
	letter-spacing:1px;
	padding:0 15px 0 0;
	margin:10px 0 15px 0;
	background:url(/../../../images/li_4.gif) no-repeat right 0.2em;
}

.mvp-right {
	float: right;
	margin: 0 0 5px 5px;
}


.mvp-left {
	float: left;
	margin: 0 5px 5px 0;
}

.mvp-center {
	text-align: center!important;
}

.mvp-txt-r {
	text-align: right!important;
}

.mvp-red {
	color:#FF0000;
}

.mvp-margin0 {
	margin:0!important;
}

.mvp-border0 {
	border:none!important;
}

.mvp-btn {
	width:60px;
	height:20px;
	color:#FFFFFF;
	font-size:80%;
	letter-spacing:5px;
	line-height:100%;
	border:none;
}

.mvp-size70 {
	font-size:70%!important;
}

.mvp-size80 {
	font-size:80%!important;
}

.mvp-link-flash {
	font-size:70%!important;
	line-height:120%!important;
	letter-spacing:0!important;
	margin:15px 0 0 0!important;
}

.mvp-print-none {
	display:none;
}

.mvp-txt {
	background: #fff;
	border:1px solid #a2a2a2;
}

.reader {
	border:1px solid #CCCCCC;
	background:url(/../images/bg_slash_glay.gif);
	padding:5px;
	font-size:90%;
	line-height:120%;
	text-align:center;
	margin:0 0 10px 0;
}

.reader p {
	text-align:left;
}

.reader img {
	margin:0 auto 5px auto;
}

.bnr:hover {
	opacity:1;
	filter:alpha(opacity=10);
	-ms-filter: "alpha( opacity=10 )";
	background-color: #fff;
}

.contents-box-section ul li .mvp-new-mark{
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 1;
  margin: auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: #c00000;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}

.contents-box-section ul li .mvp-new-mark.non-new{
  display: none;
}

body .mvp-contents-old {
  display: none!important;
}

.contents-box-section ul li .on-new {
  display: inline-block!important;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 1;
  margin: auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: #c00000;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}


/* font size chenge
-------------------------------------------------------------------------------- */

#mvp-fontchange {
	width:160px;
	height:29px;
	text-align:right;
	font-size:70%;
	line-height:100%;
	position: absolute;
	top: 20px;
	right: 35px;
}

#mvp-fontchange a {
	background:none;
}

#mvp-fontchange dl {
	overflow: hidden;
}

#mvp-fontchange dl dt {
	width: 62px;
	height: 20px;
	text-indent: -3px;
	float: left;
	background: url(/../images/common.png) no-repeat left 7px;
}

#mvp-fontchange dl dt span {
	display: none;
}

#mvp-fontchange dl dd {
	float: left;
	padding: 0 5px 0 0;
}

#mvp-fontchange p {
	padding:5px 5px 5px 50px;
}

#mvp-print-bt a {
	width: 44px;
	height: 24px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 19px;
	display: block;
	background: url(/../images/common.png) no-repeat left -21px;
}

#mvp-print-bt a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/* add iPad movie 20201127
-------------------------------------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
	#movie_area{
	 max-height:434px !important;
	 height:100% !important;
	}
}


/* emergency_link
-------------------------------------------------------------------------------- */
body div#emergency_link {
  border: 4px solid #d91818;
  border-radius: 2px;
  text-align: left;
	margin-bottom: 15px;
	background: url(/common/images/icons/icon_emergency.png) no-repeat 5px center, #fff;
}

body#di div#emergency_link {
	margin-top: 15px;
}

body div#emergency_link a {
  color: #d91818;
  display: block;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 15px 10px 40px;
  letter-spacing: 1.2px;
}

body#di div#emergency_link a {
	font-size: 95%;
	line-height: 1.2;
	padding: 7px 15px 7px 40px;
}
/* bcp_notice
-------------------------------------------------------------------------------- */
body .bcp_notice {
	margin-bottom:25px;
	padding:10px 20px;
	border:3px solid red;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

body .bcp_notice img {
  max-width: 100%;
}

body .bcp_notice a,a:link,a:visited,a:active {
  color: #4472c4;
  text-decoration:none;
  cursor:pointer;
}

body .bcp_notice a:hover {
  text-decoration: underline !important;
}

@media all and (min-width: 768px) {
  .category-nav-wrap>li:hover .subMenu{
    opacity: 1 !important;
    visibility: visible !important;
    transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, height 0.4s ease 0.3s !important;
  }
  /* .category-nav-wrap>li:nth-child(1):hover .subMenu{
    height: 462px !important;
  } */
  .category-nav-wrap>li:nth-child(2):hover .subMenu{
    height: 288px !important;
  }
  .category-nav-wrap>li:nth-child(3):hover .subMenu{
    height: 242px !important;
  }
  .category-nav-wrap>li:nth-child(4):hover .subMenu{
    height: 314px !important;
  }
  .category-nav-wrap>li:nth-child(5):hover .subMenu{
    height: 242px !important;
  }
}

/* ------------------------------------------------------
 * Popups ( like confirmation of link to other sites. )
 * ------------------------------------------------------ */
body#dialog-popup-body {
	/* overflow-y: hidden; */
	font-size: 83%;
	border-radius: 5px;
}

div.modal-popup {
	background: #fff;
	padding: 10px;
}

div.modal-popup p.popup-title {
	border-radius: 5px;
	background: #ddd;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 15px;
}

div.modal-popup-main {
	text-align: left;
	margin: 5px;
	padding: 0 10px;
}

div.modal-popup-main p {
	margin-bottom: 10px;
}

div.modal-popup-main p.attention {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #eb6100;
	margin: 15px 0;
}

div.modal-popup-main p.confirm-message {
	margin-top: 5px;
	font-size: 120%;
	text-align: center;
}

div.modal-popup-main dl {
	border: 1px solid #999;
	/*padding: 10px 15px;*/
	margin-bottom: 15px;
}

div.modal-popup-main dl dt {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

div.modal-popup-main dl dd {
	padding-top: 5px;
}
a.agree-confrim,
a.agree-confirm,
a.decline-confirm {
  display: block;
}
a.agree-confrim:hover,
a.agree-confirm:hover,
a.decline-confirm:hover {
  background: #fffe7a;
}

.modal-popup-main > dl > a {
    padding: 10px 15px;
    display: block;
}
/* intro_top
-------------------------------------------------------------------------------- */

#main table.introtop-list {
	width:100%;
}

#main table.introtop-list th {
	font-size:90%;
    font-weight:normal;
	line-height:1.4;
	border-top:2px solid #fff;
    padding:5px;
    text-align:center;
    vertical-align:top;
}
#main table.introtop-list td {
	width:271px;
	border-top:2px solid #fff;
    padding:8px 0;
    text-align:center;
   }

#main table.introtop-list .introtop-noline td {
	border:none;
    padding-top:0;
}

#main ul.introtop-qa-list {
    width:720px;
}

#main ul.introtop-qa-list li {
    float:left;
    width:175px;
    height:35px;
    padding:10px 0 0 5px;
}

.introtop-list .introtop-list-icon {
	display:block;
    text-align:left;
	position:relative;
}

.introtop-list .introtop-list-icon img {
	position:absolute;
   	z-index:999;
}

.introtop-list .introtop-list-icon img {
	top:0;
	left:12px;
}

.introtop-qa-list .introtop-list-icon img {
	top:-9px;
	left:0;
}

/* promotion banners.
-------------------------------------------------------------------------------- */

ul#mvp-promotion-contents {
	width: 190px;
}

ul#mvp-promotion-contents li {
	margin-top: 8px;
}


.w950 {
	width:950px;
	overflow: hidden;
}

#main th,
#main td,
#main dt,
#main dd  {
	line-height:150%;
}

#main sup {
  vertical-align: baseline;
  position: relative;
  top: -0.7ex;
}

#main sub {
  vertical-align: baseline;
  position: relative;
  top: 0.2ex;
}

.mvp-sup-btn {
	padding-bottom:10px;
}

.mvp-sup-btn ul {
	margin: 10px -20px -8px 0;
	overflow: hidden;
}

.mvp-sup-btn li {
	width: 140px;
	margin: 0 8px 8px 0;
	padding: 2px;
	float: left;
	background-color: #eaeaea;
	border: solid 1px #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mvp-sup-btn li a {
	display: block;
	background: #fff url(/common/images/bg_tit.png) repeat-x left bottom;
	border: solid 1px #fff;
	color: #4c4c4c!important;
	text-decoration: none!important;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	zoom: 1;
}

.mvp-sup-btn li a:hover {
	background: #5f8ab3;
	border: solid 1px #5f8ab3;
	color: #fff!important;
	text-shadow: none;
}

.mvp-sup-btn li span {
	padding: 4px 5px 4px 25px;
	display: block;
	background: url(/common/images/icon.png) no-repeat -20px -327px;
}

.mvp-sup-btn li a:hover span {
	background: url(/common/images/icon.png) no-repeat 12px -845px;
}

.btn-w190 li {
	width:190px;
}

/* _regist_invitation
-------------------------------------------------------------------------------- */

#mvp-mem-intro {
	background: #fff url(/info_member/images/bg_member.png) repeat-x left top;
	border: solid 5px #dedede;
	font-size: 80%;
	margin-bottom:20px;
}

#mvp-mem-intro-inner {
	padding: 30px 100px 20px 30px;
	background: url(/info_member/images/bg_member_photo.jpg) no-repeat right top;
	border: solid 1px #fff;
}

#main #mvp-mem-intro-inner h1 {
	text-indent: -9999px;
	background: url(/info_member/images/member.png) no-repeat left top;
	border: none;
	height:65px;
	padding:0;
}

.mvp-mem-txt {
	width: 460px;
	margin: 20px 0 0 0;
	padding: 20px 0;
	font-size: 120%;
	background: url(/common/images/line_double.png) repeat-x left top;
}

#mvp-reg-btn {
	width: 290px;
	height: 66px;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
	background: url(/info_member/images/member.png) no-repeat left -78px;
}

#mvp-reg-btn:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: #fff;
}

.mvp-new-icon {
	width: 30px;
	height: 10px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
	display: block;
	background: url(/../images/icon.png) no-repeat left -443px;
}

.spe-alpha-box dt.member,
.spe-alpha-box-all dt.member {
	padding: 0 0 5px 35px;
	background: url(/common/images/icon_member.jpg) no-repeat left 0.25em;
}

.mvp-nav-linkbtn {
	padding-bottom:10px;
}

.mvp-nav-linkbtn a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: #fff;
}

/* other
-------------------------------------------------------------------------------- */

#mvp-alpha div.reader p {
	width:158px;
	font-size:80%;
	margin:0 auto;
	line-height: 120%;
}

.mvp-seminar dl dd table th {
	vertical-align: top;
	font-weight: normal;
	padding-right: 2px;
}

/* mvp-pagi-navi
-------------------------------------------------------------------------------- */

div#main div#mvp-page-navi {
	max-width: 640px;
	margin: 45px auto 0;
}
.mvp-page-navi-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
div#mvp-page-navi a {
    font-weight: bold;
    color: #0070c0;
}
div#main div#mvp-page-navi ul.mvp-page-siblings li.mvp-page-view {
    margin: 0;
    color: #0070c0;
}

div#main div#mvp-page-navi img{
	vertical-align: top;
}

div#main div#mvp-page-navi div.mvp-page-prev,
div#main div#mvp-page-navi div.mvp-page-count,
div#main div#mvp-page-navi div.mvp-page-next {
	font-size: 18px;
}
#main .mvp-page-prev p,
#main .mvp-page-next p {
    margin: 0;
    font-weight: bold;
}
div#main div#mvp-page-navi div.mvp-page-prev{
	text-align: right;
}

div#main div#mvp-page-navi div.mvp-page-count{
	text-align: center;
}

div#main div#mvp-page-navi div.mvp-page-next {
	text-align: left;
}

div#main div#mvp-page-navi ul.mvp-page-pages li img.mvp-page-menu {
	padding-right: 15px;
	float:left;
}

div#main div#mvp-page-navi ul.mvp-page-pages li ul{
	display: flex;
}

div#main div#mvp-page-navi ul.mvp-page-siblings li.mvp-page-here {
	color: #fff;
	background: #0070c0;
	border-radius: 32px;
}

div#main div#mvp-page-navi ul.mvp-page-siblings li {
	margin: 0 4px;
	font-size: 18px;
	font-weight: bold;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#main div#mvp-page-navi ul.mvp-page-siblings li ul.children-list {
	margin-left: 1em;
}

div#main div#mvp-page-navi div#mvp-page-top {
	border-top: 1px dotted #cdcdcd;
	padding-top: 15px;
	text-align: center;
}

div#main div#mvp-page-navi div#mvp-page-top img {
	max-width: 100%;
}

div#main div#mvp-page-navi-prevback{
  display: flex;
  margin:40px;
}

div#main div#mvp-page-navi-prevback .mvp-page-prev {
  flex: 1;
  text-align: right;
  padding-right: 5px;
}

div#main div#mvp-page-navi-prevback .mvp-page-next {
  flex: 1;
  padding-left:5px;
}
@media screen and (max-width: 767px) {
  .mvp-page-navi-flex {
    max-width: 320px;
    position: relative;
    margin: 0 auto 64px;
  }
  div#main div#mvp-page-navi ul.mvp-page-siblings li {
    margin: 0 6px;
    font-size: 16px;
    width: 30px;
    height: 30px;
}
div#main div#mvp-page-navi ul.mvp-page-siblings li:first-child {
    margin-left: 0;
}
div#main div#mvp-page-navi ul.mvp-page-siblings li:last-child {
    margin-right: 0;
}
  div#main div#mvp-page-navi div.mvp-page-prev,
  div#main div#mvp-page-navi div.mvp-page-next {
    width: auto;
    float: none;
    margin-bottom: 0;
    font-size: 16px;
}
div#main div#mvp-page-navi ul.mvp-page-pages {
    width: 100%;
    position: absolute;
    bottom: -48px;
}
div#main div#mvp-page-navi ul.mvp-page-pages li ul {
    justify-content: center;
}
div#main div#mvp-page-navi ul.mvp-page-siblings li.mvp-page-here {
    min-width: 30px;
}
}

/* ////////// このコンテンツの最初のページへ ////////// */
div#main div#mvp-page-navi div#mvp-page-top {
    border-top: none;
    padding: 0;
}
div#mvp-page-top p.link-btn {
    text-align: center;
}
div#mvp-page-top p.link-btn a {
    font-size: 110%;
    padding: 8px 48px;
}
div#mvp-page-top .link-btn a:after {
    right: inherit;
    left: 10px;
    transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  div#mvp-page-top p.link-btn a {
      padding: 8px 0;
  }
}

/* layout
-------------------------------------------------------------------------------- */

#mvp-alpha {
	width:190px;
	float: left;
}

.di #mvp-alpha {
	float: right;
}

.di #main {
	margin: 0;
	text-align: left;
}

#mvp-main-alpha-box {
	width: 760px;
	float: left;
}

.w740, .w720, .w550, .w950 {
	margin: 0 auto;
}

.w550 { width:550px; }
.w740 {
	width:740px;
	overflow: hidden;
}
.w720 { width:720px; }

#mvp-beta {
	width:170px;
	float:right;
	text-align: left;
	font-size: 80%;
}

.mvp-totop {
	cursor:pointer;
}

/* mvp-gamma
-------------------------------------------------------------------------------- */

.mvp-gamma {
	margin: 10px 0;
}

/* mvp-gamma-outer
-------------------------------------------------------------------------------- */

#mvp-gamma-outer {
	margin: 0;
	padding-top: 20px;
	clear: both;
}

#mvp-gamma-outer .mvp-gamma {
	margin: 10px 0 0;
}

/* login area
-------------------------------------------------------------------------------- */

#mvp-login {
	padding: 5px 0;
	text-align: left;
	background: #f2f2f2;
	border-bottom: solid 1px #e6e6e6;
}

#mvp-login-inner {
	overflow: hidden;
	vertical-align: bottom;
}

#mvp-login p {
	margin: 2px 10px 0 0;
	/margin: 2px 8px 0 0;
	font-size: 75%;
	float: left;
	vertical-align: bottom;
	display: inline-block;
}

#mvp-login #mvp-member-id {
	width: 10px;
	height: 15px;
	text-indent: -9999px;
	background: url(/common/images/under/common.png) no-repeat left 7px;
}

#mvp-login #mvp-member-pw {
	width: 55px;
	height: 15px;
	text-indent: -9999px;
	background: url(/common/images/under/common.png) no-repeat left -17px;
}

#mvp-login .mvp-txt {
	width: 130px;
	font-size: 125%;
}

#mvp-login #mvp-remember {
	margin: 3px 0 0 0;
	/margin: 0;
}

#mvp-login label {
	margin: 3px 0 0 0;
	/margin: -5px 0 0 0;
	vertical-align: top;
	/vertical-align: middle;
	cursor: pointer;
	display: inline-block;
}

#mvp-login #mvp-login-btn {
	width: 53px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	background: url(/common/images/under/common.png) no-repeat left -69px;
	cursor: pointer;
	display: block;
}

#mvp-login #mvp-login-btn:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #fff;
}

#mvp-login #mvp-login-btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#mvp-login #mvp-fogetpw {
	padding: 4px 0 0 0;
	/padding: 6px 0 0 0;
}

#mvp-login #mvp-nomember {
	width: 90px;
	height: 15px;
	margin-right: 0;
	text-indent: -9999px;
	background: url(/common/images/under/common.png) no-repeat left -41px;
}

#mvp-login #mvp-reg {
	width: 97px;
}

#mvp-login #mvp-reg a {
	width: 97px;
	height: 20px;
	margin: 0 auto;
	display: block;
	border: none;
	text-indent: -9999px;
	background: url(/common/images/under/common.png) no-repeat left -97px;
	cursor: pointer;
}

#mvp-login #mvp-reg a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #fff;
}

#mvp-login #mvp-reg a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

/* login */

#mvp-login-menu {
	float: right;
}

#mvp-login-menu p {
	margin-top: 3px;
	font-size: 80%!important;
}

#mvp-login-menu ul {
	float: left;
}

#mvp-login-menu li {
	margin: 0 3px 0 0;
	float: left;
	text-indent: -9999px;
}

#mvp-login-menu li a {
	display: block;
}

#mvp-login-menu #mvp-mypage-btn a {
	width: 72px;
	height: 20px;
	background: url(/common/images/under/common.png) no-repeat left -125px;
	cursor: pointer;
}

#mvp-login-menu #mvp-logout-btn a {
	width: 64px;
	height: 20px;
	background: url(/common/images/under/common.png) no-repeat left -153px;
	cursor: pointer;
}

#mvp-login-menu #mvp-mypage-btn a:hover,
#mvp-login-menu #mvp-logout-btn a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #fff;
}

#mvp-login-menu #mvp-mypage-btn a:active,
#mvp-login-menu #mvp-logout-btn a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

/* main
-------------------------------------------------------------------------------- */

#main h3.mvp-cap {
	padding:0 0 8px 8px;
	margin:0 0 10px 0;
	color:#363c46;
	font-weight:bold;
	text-align:left;
	line-height:120%;
	border-bottom: solid 1px #b3b3b3;
	background: url(/common/images/bg_tit.png) repeat-x left bottom;
}

#main h2.mvp-topic-title,
#main h3.mvp-topic-title span {
	margin: 0 0 10px 0;
	padding: 1px 0 1px 15px;
	font-weight:bold;
	background: url(/common/images/common.png) no-repeat left -147px;
}

#main h2.mvp-cap {
	padding: 6px 0 8px 8px;
	margin:0 0 10px 0;
	background: #5f8ab3 url(/common/images/bg_h2_blue.png) repeat-x left bottom;
	border: none;
	color: #fff;
}

#main h2.mvp-cap span {
	padding: 1px 0 1px 10px;
	border-left: solid 5px #fff;
}

/* img title */

#main h2.mvp-tit-img {
	margin:0 0 10px 0;
	padding: 0;
	border: none;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 5px #e6e6e6;
	background: url(/common/images/bg_tit_img.png) repeat-x left bottom;
}

#main h2.mvp-tit-img span {
	height: 41px;
	text-indent: -9999px;
	display: block;
	border: none;
	background-image: url(/common/images/under/main_tit.png);
	background-repeat: no-repeat;
}

#main h2.mvp-tit-shien span {
	background-position: left 5px;
}

#main h2.mvp-tit-oyakudati span {
	background-position: left -46px;
}


/* side
-------------------------------------------------------------------------------- */

.mvp-side-info .mvp-bnr li {
	margin: 0 0 10px 0;
}

.mvp-side-info img {
	vertical-align: bottom;
}

/* di-alpha
-------------------------------------------------------------------------------- */

.mvp-box {
	margin: 0 0 10px 0;
	padding: 4px;
	background: #efefef;
	border: solid 1px #e5e5e5;
	text-align: left;
	font-size: 85%;
	text-align: center;
}

.mvp-box-inner {
	padding: 10px 10px 0 10px;
	background: #fff;
	border: solid 1px #fff;
}

#mvp-search .mvp-box-inner {
	background: #bddff3 url(/common/images/bg_search.png) repeat-x left top;
	overflow: hidden;
}

#mvp-search h2 {
	height: 23px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
	background: url(/common/images/side.png) no-repeat -21px -18px;
}

#mvp-search .mvp-txt {
	width: 150px;
	/*height: 20px;*/
	margin: 5px 0;
	padding: 4px 3px;
	background: #fff;
	font-size: 100%;
	/*font-size: 14px;*/
	border: solid 1px #c4ccd1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: -1px -1px 0px #808080;
	-moz-box-shadow: -1px -1px 0px #808080;
	box-shadow: -1px -1px 0px #808080;
	float: left;
}

#mvp-search #mvp-search-btn {
	width: 61px;
	height: 20px;
	margin-bottom: 10px;
	float: right;
	text-indent: -9999px;
	border: none;
	background: url(/common/images/side.png) no-repeat -105px -105px;
	cursor: pointer;
}

#mvp-search #mvp-search-btn:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: #fff;
}

#mvp-search ul {
	margin: 0 -4px 10px 0;
	_margin: 0 -4px 10px -3px;
	padding: 10px 0 0 2px;
	clear: both;
	overflow: hidden;
	background: url(/common/images/line_blue.png) repeat-x left top;
	zoom: 1;
}

#mvp-search li {
	margin: 3px;
	float: left;
}

#mvp-search li a {
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	zoom: 1;
}


#mvp-search li a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/* side menu */

.mvp-menu {
	text-align: left;
}

.mvp-menu .mvp-box-inner {
	_padding-right: 0;
}

.mvp-menu ul {
	overflow: hidden;
	zoom: 1;
}

.mvp-menu li {
	margin: -1px 0 0 0;
	border-top: solid 1px #d9d9d9;
	zoom: 1;
}

.mvp-menu li a,
.mvp-menu li .cate1 {
	padding: 8px 0 8px 25px;
	display: block;
	color: #333!important;
	background: url(/common/images/side.png) no-repeat 2px -345px;
	zoom: 1;
	cursor: pointer;
}

.mvp-menu li a img {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

/* specialty menu */

.mvp-spe-menu #mvp-cat-spe {
	background: url(/common/images/side.png) no-repeat -5px -806px;
}

.mvp-spe-menu li a,
.mvp-spe-menu li .cate1 {
	background: url(/common/images/side.png) no-repeat -190px -345px;
}

/* accordion down */

.mvp-down {
	width: 6px;
	height: 6px;
	margin: 12px 0 9px 9px;
	text-indent: -9999px;
	display: block;
	background: url(/common/images/side.png) no-repeat left -458px;
	float: right;
	font-size: 1px;
}

.mvp-menu li ul {
	width: 150px;
	margin: 0 0 10px 10px;
	display: block;
	zoom: 1;
}

.mvp-menu li ul li a {
	padding: 3px 2px 3px 15px;
	background: url(/common/images/side.png) no-repeat -146px -289px;
}

.mvp-menu-sec {
	margin: 3px 0 0 0;
	border-top: solid 2px #d9d9d9;
}

.mvp-cat-tit .mvp-box-inner {
	width: 178px;
	padding: 0;
}

.mvp-cat-tit .mvp-box-inner h2 {
	margin: 0!important;
}

/* category menu */
.mvp-menu h2 {
	width: 180px;
	height: 53px;
	margin: -11px 0 5px -11px;
	text-indent: -9999px;
	background: url(/common/images/side.png) no-repeat -5px -228px;
}

.mvp-menu h2 a {
	width: 180px;
	height: 53px;
	display: block;
	outline: none;
}

.mvp-menu h2 a:hover {
	background: #fff;
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
}

#mvp-cat-spe {	background-position: -5px -536px;}
#mvp-cat-sup { background-position: -5px -600px;
	/*margin: -11px 0 0 -11px !important; メニュー削除 */
	}
#mvp-cat-pha {	background-position: -5px -472px;}

/* Q&A page menu */
#mvp-di-qa {
	font-size:100%;
	line-height:140%;
}

#mvp-di-qa h2 {
	text-indent:0;
	background: none;
	padding:0;
	border-bottom:solid 1px #d0d0d0;
	height:auto;
}
#mvp-di-qa h2 a {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	margin-bottom:1px;
	padding: 12px 3px;
	background:url(/common/images/bg_tit.png) repeat-x 0px bottom;
	color:#2b69a8;
	text-decoration:none;
	height:auto;
	width:auto;
}
#mvp-di-qa h2 a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#mvp-di-qa li a {
	padding: 5px 0 5px 25px;
    background: url(/di/shared/images/qa/link_icon.gif) no-repeat 2px 0.7em;
}

#mvp-di-qa .di-link {
    border-top: 1px solid #b0c3e5;
}

#mvp-di-qa .di-link li {
    border-top: 1px solid #b0c3e5;
    margin: 2px 0 0;
    padding: 7px 0 5px;
}

/* mvp member info */

#mvp-mem-info .mvp-box-inner {
	padding: 10px;
	background: #f7f7ed;
}

#mvp-mem-info #mvp-reg {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #ccc;
}

#mvp-mem-info #mvp-reg a {
	width: 140px;
	height: 36px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/side.png) no-repeat left -294px;
}

#mvp-mem-info #mvp-reg a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* products list */

.mvp-pro-list {
	border: solid 1px #c8c6c0;
	margin-bottom:10px;
	zoom: 1;
}

.mvp-pro-list h2 {
	width:188px;
	height: 29px;
	text-indent: -9999px;
	border-bottom: solid 1px #c8c6c0;
	background: #DCDED5 url(/common/images/side.png) no-repeat left -661px;
}

.mvp-pro-list ul {
	width:188px;
	margin: -1px 0 0 0;
	overflow: hidden;
}

.mvp-pro-list li {
	padding: 5px 10px 10px 10px;
	background: url(/common/images/line_dot.png) repeat-x left top;
	overflow: hidden;
	zoom: 1;
}

.mvp-pro-list li img {
	padding: 10px;
}

.mvp-pro-list li .mvp-dtl-link {
	padding: 0 20px 0 0;
	display: inline-block;
	color: #333!important;
	font-size: 80%;
	float: right;
	background: url(/common/images/icon.png) no-repeat 95% -332px;
}

/* vaccine list */

.mvp-vaccine-list {
	border: solid 1px #c8c6c0;
	margin-bottom:10px;
	zoom: 1;
}

.mvp-vaccine-list h2 {
	text-align:left;
	width:168px;
	padding:5px 10px;
	border-bottom: solid 1px #c8c6c0;
	background: #DCDED5;
}

.mvp-vaccine-list p {
	text-align:right;
	padding:10px 10px 10px 3px;
}

.mvp-vaccine-list .mvp-dtl-link {
	padding: 0 22px 0 0;
	color: #333!important;
	font-size: 80%;
	background: url(/common/images/icon.png) no-repeat 95% -332px;
}



/* beta
-------------------------------------------------------------------------------- */

#mvp-contents {
	margin: 0 0 15px 0;
	line-height: 1.3;
	zoom: 1;
}

/*
#mvp-contents h3 {
	height: 32px;
	text-indent: -9999px;
	border-bottom: solid 1px #4fa298;
	background: #4fa298 url(/common/images/side.png) no-repeat left -691px;
}
*/

#mvp-contents dl {
	margin: -1px 0 0 0;
	padding: 10px;
	background: url(/common/images/line_dot.png) repeat-x left top;
	overflow: hidden;
	zoom: 1;
}

#mvp-contents dt {
	padding: 0 0 0 10px;
	background: url(/common/images/icon.png) no-repeat left -483px;
}

#mvp-contents .mvp-new-icon {
	width: 30px;
	height: 10px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
	display: block;
	background: url(/common/images/icon.png) no-repeat left -443px;
}

#mvp-contents dd {
	padding: 10px 0 0 10px;
}

/* side contents menu */

.mvp-side-list {
	margin: 0 0 15px 0;
	border: solid 1px #108578;
}

.mvp-side-list h3 {
	height: 32px;
	text-indent: -9999px;
	background: #4fa298 url(/common/images/side.png) no-repeat left -724px;
}

.mvp-side-list li {
	background: url(/common/images/line_dot.png) repeat-x left top;
}

.mvp-side-list li a {
	padding: 7px 5px 7px 20px;
	display: block;
	background: url(/common/images/icon.png) no-repeat 10px -474px;
	color: #2C2C2C;
	zoom: 1;
}

#mvp-side-oyakudati {
	border: solid 1px #f7b525;
}

#mvp-side-oyakudati h3 {
	background: #f7b525 url(/common/images/side.png) no-repeat left -758px;
}

/* contents page common layout
-------------------------------------------------------------------------------- */

#mvp-news {
	margin: 0 0 20px 0;
	padding: 20px;
	border: solid 5px #e6e6e6;
	overflow: hidden;
	zoom: 1;
}

#mvp-news-inner {
	margin: -10px 0 0 0;
	/*height: 100px;
	overflow: scroll;
	overflow-x: hidden;*/
	overflow: hidden;
	zoom: 1;
}

.mvp-news-sec {
	margin: -1px 0 0 0;
	padding: 10px 0 10px 0;
	clear: both;
	background: url(/common/images/line_dot.png) repeat-x left top;
	overflow: hidden;
	zoom: 1;
}

#mvp-news h2 {
	margin: 0 0 20px 0;
	padding: 6px 0 8px 10px;
	color: #f28500;
	font-size: 120%;
	background: url(/common/images/line_double.png) repeat-x left bottom;
	border: none;
}

#mvp-news h2 span {
	padding: 0 0 8px 30px;
	background: url(/common/images/icon.png) no-repeat left -760px;
	border: none;
}

#mvp-news .mvp-left {
	margin-bottom: 0;
	padding: 0 0 0 15px;
}

.mvp-thumbnail {
	border: solid 1px #ccc;
}

#mvp-news dl {
	width: 560px;
	padding: 10px 10px 0 0;
	float: right;
}

#mvp-news dt {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 80%;
}

#mvp-news dt a {
	margin: 0 0 0 10px;
	font-size: 130%;
}

/* contents menu
-------------------------------------------------------------------------------- */

.mvp-contents-menu {
	margin: 0 0 20px 0;
	padding: 10px;
	clear: both;
	border: solid 1px #eaeae4;
	background: #f2f2eb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	zoom: 1;
}

.mvp-contents-menu p {
	margin-bottom: 5px !important;
}

*:first-child+html .mvp-contents-menu {
	padding-bottom: 20px;
}

.mvp-contents-menu ul {
	margin: 0 -20px -8px 0;
	overflow: hidden;
}

.mvp-contents-menu li {
	width: 228px;
	margin: 0 8px 8px 0;
	padding: 2px;
	float: left;
	background-color: #eaeaea;
	border: solid 1px #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mvp-contents-menu li a {
	display: block;
	background: #fff url(/common/../../common/images/bg_tit.png) repeat-x left bottom;
	border: solid 1px #fff;
	color: #4c4c4c!important;
	text-decoration: none!important;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	zoom: 1;
}

.mvp-contents-menu li a:hover {
	background: #5f8ab3;
	color: #fff!important;
	text-shadow: none;
}

.mvp-contents-menu li span {
	padding: 4px 5px 4px 20px;
	display: block;
	background: url(/common/images/icon.png) no-repeat -20px -327px;
}

.mvp-contents-menu li a:hover span {
	background: url(/common/images/icon.png) no-repeat 12px -845px;
}

/* thumbnail + intro txt */

.spe-section {
	margin: 15px -20px 15px 0;
	padding: 0 0 15px 0;
	overflow: hidden;
	background: url(/common/images/line_dot.png) repeat-x left bottom;
	zoom: 1;
}

#main .spe-section .mvp-left {
	margin: 0;
}

#main .spe-section .mvp-left .mvp-dia-trial {
	display: block;
	margin-top: 10px;
}

.spe-alpha-box,
.spe-alpha-box-nest-last {
	width: 355px;
	margin: 0 25px 0 0;
	float: left;
	overflow: hidden;
	zoom: 1;
}

.spe-alpha-box-nest {
	width: 355px;
	margin: 0 25px 0 0;
	float: left;
	overflow: hidden;
	zoom: 1;
	background: url(/common/images/line_dot.png) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.spe-alpha-box dl,
.spe-alpha-box-all dl {
	width: 250px;
	line-height: 1.3;
	float: right;
}

.spe-alpha-box dt,
.spe-alpha-box-all dt {
	padding: 0 0 5px 0;
	font-weight: bold;
}

.spe-alpha-box dt img,
.spe-alpha-box-all dt img {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.spe-alpha-box .intro-textLink a {
	font-weight: bold;
}

.spe-alpha-box-all {
	width: 730px;
	overflow: hidden;
	zoom: 1;
}

.spe-alpha-box-all dl {
	width: 625px;
}

#mvp-mem-menu .spe-alpha-box-all {
	width:688px;
	margin: 0 20px 0 0;
}

#mvp-mem-menu .spe-alpha-box-all dl {
	width:583px;
}

.spe-alpha-box-all .webSeminar-Drs p {
	margin-bottom: 5px;
}

.spe-alpha-box-all .webSeminar-Drs table {
	table-layout: fixed;
	width: 100%;
}

.spe-alpha-box-all .webSeminar-Drs th,
.spe-alpha-box-all .webSeminar-Drs td {
	vertical-align: top;
}

.spe-alpha-box-all .webSeminar-Drs th {
	width: 80px;
}

.spe-alpha-box-all .webSeminar-Drs td {
	padding-left: 10px;
}



/* useful link
-------------------------------------------------------------------------------- */

.mvp-link-sec {
	margin: 0 0 20px -40px;
	_margin: 0 0 20px -80px;
	overflow: hidden;
	background: url(/common/images/under/bg_link_sep.png) repeat-y 20px top;
	_background: url(/common/images/under/bg_link_sep.png) repeat-y 62px top;
	zoom: 1;
}

.mvp-link-list {
	width: 152px;
	margin: 0 0 0 43px;
	_margin: 0 0 0 42px;
	float: left;
}

.mvp-link-list p {
	margin: 0!important;
}

.mvp-link-list dl {
	margin: 10px 0 0 0;
	line-height: 1.3;
}

.mvp-link-list dt {
	margin: 0 0 5px 0;
	font-weight: bold;
}


/* member menu */

#mvp-mem-menu {
	padding: 0 20px;
	border: solid 6px #efefef;
	zoom: 1;
}

#mvp-mem-menutit {
	margin: 0 -20px;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
	_width: 728px;
}

#mvp-mem-menutit h2 {
	height: 81px;
	background: url(/common/images/under/top.png) no-repeat left top;
	border: none;
}

#mvp-mem-menutit p {
	width: 528px;
	height: 53px;
	background-image: url(/common/images/under/top.png);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9999px;
	float: left;
}

#main .mvp-mem-spe p {	background-position: 20px -98px;}
#main .mvp-mem-sup p {	background-position: 20px -189px;}
#main .mvp-mem-pha p {	background-position: 20px -280px;}

#mvp-mem-menutit #mvp-mem-reg {
	width: 171px;
	height: 52px;
	margin: 0 25px 0 0;
	display: block;
	background: none;
	float: right;
}

#mvp-mem-menutit #mvp-mem-reg a {
	width: 171px;
	height: 52px;
	display: block;
	background: url(/common/images/under/top.png) no-repeat left -381px;
}

#mvp-mem-menutit #mvp-mem-reg a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#mvp-mem-menu .spe-section {
	margin-right: -40px;
	background: none;
}

#mvp-mem-menu .spe-alpha-box {
	width: 334px;
	margin: 0 20px 0 0;
}

#mvp-mem-menu .spe-alpha-box dl {
	width: 230px;
}

.mvp-mem-highlight {
	font-size: 120%;
	color: #15ada1;
	font-weight: bold;
}

#mvp-mem-menu .mvp-attention {
	margin: 10px 0 40px 0;
	padding: 0 10px 30px 10px;
	background: url(/common/images/line_dot.png) repeat-x left bottom;
	font-size: 80%;
	clear: both;
}

/* issue_date
-------------------------------------------------------------------------------- */

#main .mvp-issue_date {
	clear: both;
	font-size: 10px;
	color: #999;
    margin: 20px 10px;
    padding: 1px 5px;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

* #main .mvp-issue_date {
}


#main .mvp-issue_date p {
	float: left;
	margin: 0;
	color: #999;
}

#main .mvp-issue_date p.mvp-footer_issue_date {
	float: right;
}

/* for modern browser */
body .mvp-pkg {
  /* overflow: hidden;*//* For Dreamweaver */
}

body .mvp-pkg:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}

/* Hides from IE-mac \*/
* html .mvp-pkg {
  height: 1em;
  overflow: visible;
}
/* End hide from IE-mac */

/* */

/* closed page
-------------------------------------------------------------------------------- */
#mvp_content_top #mvp_content_top_icon{
	float:left;
	margin:0 15px 0 0;
}
#mvp_content_top #mvp_content_top_name {
	height:80px;
	display:table-cell;
	vertical-align:middle;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  -moz-appearance:textfield;
  appearance: none;
  margin: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

p {
  font-size: 15px;
  line-height: 1.5;
}

.l-container {
  margin: auto;
  max-width: 1200px;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2B69A8;
  border-radius: 25px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 50px;
  position: relative;
  padding: 5px 15px;
  text-decoration: none;
  color: #2B69A8;
  font-size: 15px;
  cursor: pointer;
}

@media (hover: hover){
  .c-button:where(:any-link, :enabled, summary):hover{
    background: #2B69A8;
    color: #fff;
    text-decoration: underline;
  }
}

.c-button.is-current {
  background: #2B69A8;
  color: #fff;
}
.c-button.is-active {
  background: #2B69A8;
  color: #fff;
}

.c-button--arrow:after {
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}
.c-button--arrow:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-button--arrow.is-current:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-button--tag {
  min-height: 0;
  padding: 10px;
  font-size: 12px;
}

.c-button--cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 24px;
  width: 100%;
  height: auto;
}
.c-button--cart > i {
  width: 20px;
  margin-left: 6px;
  margin-bottom: 3px;
}

.c-button--prev {
  position: relative;
}
.c-button--prev:after {
  position: absolute;
  top: calc(50% - 3px);
  left: 18px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #2B69A8;
  border-right: 2px solid #2B69A8;
  content: "";
}
.c-button--prev:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.c-button--next {
  position: relative;
}
.c-button--next:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #2B69A8;
  border-right: 2px solid #2B69A8;
  content: "";
}
.c-button--next:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-input-wrapper {
  position: relative;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.c-input-wrapper:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #2B69A8;
  border-right: 2px solid #2B69A8;
  content: "";
}
.c-input-wrapper:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.c-input-wrapper--prev::after {
  left: 18px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.c-side-button {
  background: rgba(0, 0, 0, 0.6);
  width: 65px;
  height: 60px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-side-button:hover {
  opacity: 0.8;
}
.c-side-button > i {
  display: block;
  width: 30px;
  margin-bottom: 3px;
  margin-left: 2px;
}
.c-side-button.is-inItem::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background-color: #D32626;
  position: absolute;
  right: 4px;
  bottom: 6px;
  opacity: 1;
  -webkit-animation: fadeAnimation 1.5s infinite alternate;
          animation: fadeAnimation 1.5s infinite alternate;
}

@-webkit-keyframes fadeAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes fadeAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.c-current-title {
  font-size: 24px;
  font-weight: bold;
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  z-index: 4;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagetop a {
  display: block;
  background: #5d5d5d;
  opacity: 0.9;
  text-align: center;
  color: #fff !important;
  font-size: 0.9em;
  line-height: 1.4;
  text-decoration: none;
  filter: alpha(opacity=90);
  width: 65px;
  height: 65px;
  border-radius: 10px;
  position: relative;
  border: 2px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/images/common/icon_page-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  background-size: 30px;
}
.c-pagetop.is-visible {
  display: block;
}

.p-news-area {
  margin-bottom: 40px;
  line-height: 1.5;
  font-style: 15px;
}
.p-news-area h3 {
  font-size: 16px;
  font-weight: 700;
}
.p-news-area__content {
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #EFB5B5;
  border-radius: 5px;
}
.p-news-area__content__item {
  margin-bottom: 15px;
}
.p-news-area__content__item:last-of-type {
  margin-bottom: 0;
}
.p-news-area__content__item h3 {
  margin-bottom: 2px;
  font-weight: bold;
}
.p-flow {
  margin-bottom: 20px;
}
.p-flow__step-title {
  background-color: #E5F2F5;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #BFE6EF;
  font-size: 18px;
  font-weight: 600;
}
.p-flow__step-title .p-flow__step-text {
  line-height: 1;
}
.p-flow__step-title .p-flow__step-btn {
  width: 30px;
  height: 30px;
  background-color: #2B69A8;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.p-flow__step-title .p-flow__step-btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-flow__step-title .p-flow__step-btn > span:first-of-type {
  width: 20px;
  height: 2px;
}
.p-flow__step-title .p-flow__step-btn > span:last-of-type {
  width: 2px;
  height: 20px;
}
.p-flow__step-title .p-flow__step-btn > span:last-of-type.is-open {
  width: 20px;
  height: 2px;
}
.p-flow__step-list {
  background-color: #E5F2F5;
  display: none;
  padding: 20px;
  padding-bottom: 40px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 5px 5px;
}
.p-flow__step-list--subpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 0;
  margin-left: 20px;
}
.p-flow__step-list__item {
  margin-right: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #26B3D5;
  padding: 20px;
  height: 100px;
  width: 200px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    height: 60px;
    padding: 15px;
  }
}
.p-flow__step-list__item::after {
  content: url(/images/common/arrow.svg);
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -40px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item::after {
    right: 50%;
    top: auto;
    bottom: -28px;
    -webkit-transform: translate(50%, 0) rotate(90deg);
            transform: translate(50%, 0) rotate(90deg);
  }
}
.p-flow__step-list__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.p-flow__step-list__item:last-of-type::after {
  content: none;
}
.p-flow__step-list__item .i {
  width: 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item .i {
    width: 30px;
  }
}
.p-flow__step-list__item .i--wide {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item .i--wide {
    width: 38px;
  }
}
.p-flow__step-list__item-text {
  color: #BFE6EF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item-text {
    font-size: 16px;
  }
}
.p-flow__step-list__item-text p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item-text p {
    font-size: 12px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-list__item-text p br {
    display: none;
  }
}
.p-flow__step-list__item-text p > span {
  font-size: 10px;
}
.p-flow__step-list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-flow__step-list.is-active {
    display: block;
  }
}

.p-flow--subpage .p-flow__step-btn {
  display: none;
}
.p-flow--subpage .p-flow__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 0;
}
.p-flow--subpage .p-flow__step-list__item {
  max-width: 180px;
  margin-right: 30px;
  height: 50px;
  padding: 10px;
}
.p-flow--subpage .p-flow__step-list__item::after {
  right: -20px;
}
.p-flow--subpage .p-flow__step-list__item .i {
  width: 30px;
}
.p-flow--subpage .p-flow__step-list__item-text {
  font-size: 14px;
  text-align: left;
}
.p-flow--subpage .p-flow__step-list__item-text p {
  text-align: left;
}
.p-flow--subpage .p-flow__step-list__item-text p br {
  display: none;
}
.p-card {
  border: 1px solid #A7B8D2;
  max-width: 500px;
  background-color: #F1F5FA;
}
.p-card__media {
  background-color: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-card__media > figure {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 28/29;
}
@media screen and (max-width: 767px) {
  .p-card__media > figure {
    aspect-ratio: auto;
    max-height: 300px;
  }
}
.p-card__media > figure > img {
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: #d3d1c9 1px solid;
}
@media screen and (max-width: 767px) {
  .p-card__media > figure > img {
    width: auto;
    height: 100%;
    max-height: 300px;
  }
}
.p-card__name {
  border-top: 1px solid #A7B8D2;
  border-bottom: 1px solid #A7B8D2;
  padding: 10px;
  background-color: #E1E9F6;
}
@media screen and (max-width: 767px) {
  .p-card__name {
    padding: 10px 20px;
  }
}
.p-card__name-title {
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-card__affiliation {
  padding: 10px 0;
  border-bottom: 1px solid #A6A6A6;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-card__affiliation {
    font-size: 12px;
  }
}
.p-card__data {
  padding: 10px 0;
  border-bottom: 1px solid #A6A6A6;
}
.p-card__data-title {
  margin-right: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-card__data-title {
    font-size: 12px;
  }
}
.p-card__copies {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-card__copies {
    font-size: 12px;
  }
}
.p-card__copies .p-card__desc {
  height: 40px;
}
.p-card__wrap {
  padding: 0 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-card__wrap {
    padding: 0 20px;
  }
}
.p-card__button-wrapper {
  height: 100%;
  width: 100%;
  padding: 22px 30px;
}
.p-card__button-wrapper--sold {
  background-color: #f2f2f2;
}
.p-card__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #A7B8D2;
}
.p-card__tag {
  color: #A6A6A6;
  font-size: 10px;
  margin-bottom: 3px;
}
.p-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .p-card__desc {
    height: 32px;
  }
}
.p-card__info {
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-card__info .info-explanation {
  display: none;
  cursor: initial;
  font-size: 16px;
  color: #000;
  position: absolute;
  bottom: 210%;
  left: 260%;
  width: 360px;
  border-radius: 15px;
  border: 1px solid #26B3D5;
  background-color: #E5F2F5;
  padding: 15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-card__info .info-explanation {
    width: calc(100vw - 40px);
    left: auto;
    right: -40px;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 15px 20px;
  }
}
.p-card__info .info-explanation::before {
  position: absolute;
  content: "";
  left: 115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  border-top: 1.5em solid #26B3D5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-card__info .info-explanation::before {
    left: auto;
    right: 25px;
  }
}
.p-card__info .info-explanation::after {
  position: absolute;
  content: "";
  left: 115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1.5em solid #26B3D5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -22px;
  border-top: solid 1.5em #E5F2F5;
}
@media screen and (max-width: 767px) {
  .p-card__info .info-explanation::after {
    left: auto;
    right: 25px;
  }
}
.p-card__info .info-explanation__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2B69A8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-card__info .info-explanation__close > div {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.p-card__info .info-explanation.is-show {
  display: block;
  z-index: 1;
}
.p-card__info .info-explanation__name {
  font-size: 15px;
  padding-bottom: 5px;
  text-align: left;
  width: 90%;
  line-height: 1.5;
}
.p-card__info .info-explanation__desc {
  font-size: 15px;
  padding: 15px 0;
  border-top: 1px solid #26B3D5;
  border-bottom: 1px solid #26B3D5;
  text-align: left;
}
.p-card__info .info-explanation__num {
  font-size: 12px;
  padding: 5px 0 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-card__info .info-explanation__num {
    padding: 10px 0 0 0;
  }
}
.p-card__icon {
  margin-right: 10px;
}
.p-card__icon > img {
  width: 24px;
}
.p-card__input {
  outline: 1px solid #A6A6A6;
  padding: 8px;
  line-height: 1;
  border-radius: 3px;
  width: 110px;
  margin-right: 10px;
  font-size: 12px;
  text-align: right;
}
.p-card__input::-webkit-input-placeholder {
  text-align: left; /* placeholderを左寄せ */
}
.p-card__input::-moz-placeholder {
  text-align: left; /* placeholderを左寄せ */
}
.p-card__input:-ms-input-placeholder {
  text-align: left; /* placeholderを左寄せ */
}
.p-card__input::-ms-input-placeholder {
  text-align: left; /* placeholderを左寄せ */
}
.p-card__input::placeholder {
  text-align: left; /* placeholderを左寄せ */
}
.p-card__input-sold {
  border-radius: 5px;
  width: 110px;
  height: 40px;
}
.p-card__input-title {
  font-size: 12px;
}
.p-card__sold-btn {
  background-color: #adadad;
  padding: 16px 10px;
  border-radius: 50px;
  font-size: 15px;
  color: #333333;
  text-align: center;
}
.p-card:nth-of-type(4n) .info-explanation {
  left: -400%;
}
@media screen and (max-width: 767px) {
  .p-card:nth-of-type(4n) .info-explanation {
    width: calc(100vw - 40px);
    left: auto;
    right: -40px;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 15px 20px;
  }
}
.p-card:nth-of-type(4n) .info-explanation::before {
  left: 313px;
}
@media screen and (max-width: 767px) {
  .p-card:nth-of-type(4n) .info-explanation::before {
    left: auto;
    right: 25px;
  }
}
.p-card:nth-of-type(4n) .info-explanation::after {
  left: 313px;
}
@media screen and (max-width: 767px) {
  .p-card:nth-of-type(4n) .info-explanation::after {
    left: auto;
    right: 25px;
  }
}

.p-title {
  width: 100%;
}
.p-title__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
@media screen and (max-width: 767px){
  .p-title__inner{
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }
}
.p-title__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .p-title__button{
    margin-left: auto;
  }
}
.p-title__tag {
  font-size: 14px;
  margin-right: 10px;
}
.p-title__main {
  background-color: #F2F2F2;
  padding: 25px 0 25px 0;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-material-search {
  margin-bottom: 20px;
  background-color: #F2F2EB;
  padding-bottom: 40px;
}
.p-material-search__title {
  padding: 15px 0;
  border-bottom: 1px solid #D8D8C4;
  font-size: 18px;
  font-weight: 600;
}
.p-material-search__each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #D8D8C4;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-material-search__each {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.p-material-search__each .title {
  width: 250px;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-material-search__each .title {
    width: 100%;
  }
}
.p-material-search__each .title i {
  display: block;
  width: 35px;
}
.p-material-search__each--tag {
  padding-bottom: 23px;
}
.p-material-search__each--tag .title {
  padding-top: 10px;
}
.p-material-search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 250px);
  height: 100%;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-material-search__content--type02 {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-material-search__content {
    width: 100%;
    gap: 8px;
    padding: 0;
    margin-top: 20px;
  }
}
.p-material-search__content input[type=text] {
  border: 1px solid #767676;
  padding: 5px 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  height: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-material-search__content input[type=text] {
    width: 100%;
    margin-right: 0;
  }
}
.p-material-search__content input[type=text]:focus {
  border: 1px solid #2B69A8;
  outline: none; /* アウトラインを削除 */
}
.p-material-search__content button {
  color: #2B69A8;
}
.p-material-search__content p {
  font-size: 12px;
}
.p-material-search__tag {
  width: calc((100% - 75px) / 6);
}
@media screen and (max-width: 767px) {
  .p-material-search__tag {
    width: calc((100% - 16px) / 3);
  }
}
.p-material-search__submit {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-material-search__submit > i {
  width: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-material-search__submit {
    width: 100%;
    margin-top: 10px;
  }
}

.p-table {
  max-width: 1160px;
  min-width: 767px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: 15px;
}
.p-table thead {
  width: 100%;
}
.p-table thead > tr {
  background-color: #e1e9f6 !important;
}
.p-table tbody {
  width: 100%;
}
.p-table tr {
  width: 100%;
}
.p-table tr:nth-of-type(odd) {
  background-color: #f1f5fa;
}
.p-table th {
  padding: 10px;
  border: 1px solid #A7B8D2;
  text-align: center !important;
}
.p-table td {
  padding: 10px;
  border: 1px solid #A7B8D2;
}
.p-table__region {
  width: 20%;
}
.p-table__img {
  width: 20%;
  text-align: center;
}
.p-table__img--th {
  text-align: left;
}
.p-table__material-name {
  width: 45%;
}
.p-table__material-name > a:hover {
  text-decoration: underline;
}
.p-table__copies {
  width: 15%;
  text-align: center;
}
/* TODO: 
  staffとの共通のためUI崩れ防止のため
  type=numberを書き足しています。
*/
.p-table__copies input[type=text],
.p-table__copies input[type=number] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  outline: 1px solid #A6A6A6;
  background-color: #fff;
  padding: 13px 10px;
  border-radius: 3px;
  width: 110px;
  font-size: 12px;
  text-align: right;
}
.p-table__copies input[type=text]:placeholder {
  text-align: left;
}
.p-table__copies input[type=text]:focus {
  border: 1px solid #2B69A8;
  outline: none; /* アウトラインを削除 */
}
.p-table__delete > img {
  max-width: 25px !important;
  cursor: pointer;
  border: none !important;
}
.p-table__delete > img:hover {
  opacity: 0.8;
}
.p-table__err {
  color: #D32626;
  font-size: 12px;
  margin-top: 3px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-step-btns {
  margin-top: 30px;
  margin-bottom: 100px;
  width: 100%;
}
.p-step-btns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-step-btns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-step-btns__prev {
  max-width: 300px;
  width: 100%;
}
.p-step-btns__next {
  max-width: 300px;
  width: 100%;
}

.p-form__item {
  margin-bottom: 15px;
}
.p-form__item label {
  width: 150px;
  display: inline-block;
}
.p-form__item label > span {
  color: #D32626;
  font-size: 12px;
}
.p-form__item input {
  border: 1px solid #767676;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 50px;
  font-size: 14px;
  height: 40px;
  background-color: #ffffff;
  min-width: 240px;
}
.p-form__item input:focus {
  border: 1px solid #2B69A8;
  outline: none;
}
.p-form__item select {
  border: 1px solid #767676;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 50px;
  font-size: 14px;
  height: 40px;
  background-color: #ffffff;
  min-width: 240px;
}
.p-form__item select:focus {
  border: 1px solid #2B69A8;
  outline: none;
}

.p-progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
  margin: auto;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-progressbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #A6A6A6;
  font-weight: bold;
  counter-increment: steps;
}
@media screen and (max-width: 767px) {
  .p-progressbar li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.p-progressbar li:last-of-type {
  margin-bottom: 0;
}
.p-progressbar li:before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 20px auto;
  content: "";
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
}
@media screen and (max-width: 767px) {
  .p-progressbar li:before {
    margin: 0 10px 0 0;
  }
}
.p-progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 19px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-progressbar li:after {
    top: auto;
    bottom: 25px;
    left: 12px;
    width: 2px;
    height: 32px;
  }
}
.p-progressbar li:first-child:after {
  content: none;
}
.p-progressbar li.active {
  color: #26B3D5;
}
.p-progressbar li.active:before {
  background-color: #26B3D5;
  color: #FFF;
}
.p-progressbar li.active:after {
  background-color: #26B3D5;
}
.p-progressbar li.complete {
  color: #26B3D5;
}
.p-progressbar li.complete:before {
  background-color: #26B3D5;
  color: #FFF;
}
.p-progressbar li.complete:after {
  background-color: #26B3D5;
}

@media screen and (max-width: 767px) {
  .u-visible_pc {
    display: none;
  }
}

.u-visible_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-visible_sp {
    display: block;
  }
}
/* ------------------------------------------------------------------
 * Global
 * ------------------------------------------------------------------ */


/* --------------------------------------------------

modal

-------------------------------------------------- */
div#modal-overlay, div#medical-overlay, div#zeus-mail-login-overlay, div#shp-login-overlay {
	clear: both;
	background: #000;
	opacity: 0.4;
	position: absolute;
	z-index: 5;
	top: 113px;
	left: 0px;
	width: 100%;
}
div#modal-overlay.for_sub_navi {
	display: none !important; // Don't remove this. Global Navi may broken if this class removed.
}
div#medical-overlay, div#zeus-mail-login-overlay, div#shp-login-overlay {
	position:fixed;
	top:0;
}
div#zeus-mail-login-overlay, div#shp-login-overlay {
	z-index:20;
}
div#mvp-medical-check-dialog-div, div#zeus-mail-login-dialog-div, div#shp-login-dialog-div{
	display:none;
	position:absolute;
	z-index:100;
	top:30px;
	width:100%;
}
iframe#mvp-medical-check-dialog, iframe#zeus-mail-login-dialog, iframe#shp-login-dialog {
	display:block;
	border:none;
	border-radius:6px;
	height:700px;
	width:1000px;
	margin:0 auto;
	box-shadow:6px 6px 6px #444;
}
#modal_movie:-ms-fullscreen {
    left :0 !important;
}
#modal_movie {
	position: absolute;
	z-index: 15;
	background: #fff;
}
#modal_movie body {
	overflow: hidden;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  iframe#mvp-medical-check-dialog, iframe#zeus-mail-login-dialog, iframe#shp-login-dialog {
	  width:100%;
  }
}


/* --------------------------------------------------

mvp-page-title

-------------------------------------------------- */
	#mvp-page-title {
		/* padding: 0 0 24px; */
		background: #f2f2f2;
	}
.bookmark-box + #mvp-main-outer #mvp-page-title {
	padding: 0 0 24px;
}
#mvp-page-title h1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px;
	font-size: 160%;
	font-weight: bold;
}
.bookmark-box + #mvp-main-outer #mvp-page-title h1 {
	padding: 0 20px;
}
#mvp-page-title h2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
#mvp-page-title h2 a {
	border-top: 1px solid #4e454a;
	width: 100%;
	display: block;
	padding-top: 5px;
}
div#inquiry_tab_products h1 {
	display: none;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
	#mvp-page-title {
		padding: 16px 0;
}
  #mvp-page-title h1 {
		font-size: 130%;
		line-height: 1.4;
		padding: 0 20px;
  }
	.bookmark-box + #mvp-main-outer #mvp-page-title {
    padding: 0 0 16px;
	}
}

/* --------------------------------------------------

link-box

-------------------------------------------------- */
div#mvp-main-template div.links-box{
	background: #f2f1eb;
	border: 1px solid #ccc;
	padding: 10px 5px 10px 10px;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 15px;
}
div#mvp-main-template div.links-box li{
	display: inline-block;
}
div#mvp-main-template div.links-box li a{
	display: inline-block;
	width: 235px;
	margin: 5px 5px 0 0;
	text-align: center;
	background: -ms-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
	background: -moz-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
	background: -webkit-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
	border: 2px solid #ccc;
	padding: 5px;
	color: #4c4c4c;
	border-radius: 3px;
	overflow: hidden;
}
div#mvp-main-template div.links-box li a:hover{
	text-decoration: none;
}
div#mvp-main-template div.links-box li img{
	float: left;
	vertical-align: middle;
}
div#mvp-main-template div.links-box li img.not-text{
	float: none;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
	div#mvp-main-template div.links-box{
    	display: none;
	}
}


/* --------------------------------------------------

mvp_pagetop

-------------------------------------------------- */
.pagetop {
	padding: 0 10px 0 0;
	background: url(/../images/common.png) no-repeat right -65px;
	text-align: right!important;
}
.mvp_pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    z-index: 4;
}
.mvp_pagetop a {
    display: block;
    background: #5d5d5d;
    opacity: 0.9;
    text-align: center;
    color: #fff!important;
    font-size: 0.9em;
    line-height:1.4;
    text-decoration: none;
    filter: alpha(opacity=90);
    width: 65px;
    height: 65px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    border: 2px #fff solid;
    box-sizing: border-box;
    background-image: url(/common/images/icons/icon_page-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    background-size: 30px;
}




body#learning.top #mvp-main-template {
	padding-top: 0;
}



.table-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}


/*div#login-popup {
	background: #fff;
	border-radius: 8px;
	width: 250px;
	z-index: 10;
	position: absolute;
	top: 150px;
}

div#login-popup div.close-btn {
	position: relative;
	text-align: center;
	top: -15px;
	left: 230px;
	width: 40px;
}

div#login-popup div.close-btn img {
	cursor: pointer;
}

div#login-popup p.login-form-title {
	padding: 15px 5px;
	text-align: center;
	margin-top: -40px;
	border-bottom: 1px solid #ccc;
}

div#login-popup p.login-form-title span {
	font-weight: bold;
	font-size: 120%;
	padding-left: 20px;
	background: url(/common/images/icons/header/icon_login.png) no-repeat left / contain;
	color: #454545;
}

div#login-popup div.login-form {
	padding: 10px 20px 5px;
	color: #403f3f
}

div#login-popup div.login-form dl,
div#login-popup div.login-form p {
	width: 100%;
}

div#login-popup div.login-form dl {
	text-align: left;
	margin-bottom: 10px;
}

div#login-popup div.login-form dl input {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: left;
	width: 198px;
}

div#login-popup div.login-form dl dd {
	text-align: center;
	margin-bottom: 5px;
}

div#login-popup div.login-form p.lost-account {
	margin: 5px;
	text-align: right;
	font-size: 95%;
	margin-bottom: 5px;
}

div#login-popup div.login-form p.lost-account span {
	padding-left: 15px;
	background: url(/common/images/icons/icon_box_arrow.png) no-repeat left;
}

div#login-popup div.login-form p.lost-account span a {
	color: #403f3f;
}

div#login-popup div.login-form p.lost-account span a:hover {
	text-decoration: none;
}

div#login-popup div.member-buttons {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}

div#login-popup div.member-buttons p {
	margin: 5px 0;
}*/

/* ---------- login-popup ---------- */
div#login-popup {
  position: fixed;
	top: 150px;
  width: 280px;
	z-index: 10;
	background: #fff;
  text-align: center;
}
/* login-form-title */
div#login-popup p.login-form-title{
  margin-top: -20px;
  padding: 0 5px;
  font-weight: bold;
}
/* login-form */
div#login-popup div.login-form {
	padding: 8px 16px 24px;
}
div#login-popup div.login-form dl {
	text-align: left;
	margin-bottom: 10px;
}
div#login-popup div.login-form dl input {
  width: 100%;
	padding: 5px;
	border: 1px solid #0070c0;
  background: #fff;
	text-align: left;
}
div#login-popup div.login-form dl dd {
	margin-bottom: 8px;
}
/* link-btn */
div#login-popup p.link-btn{
  margin-top: 8px;
  text-align: center;
}
div#login-popup p.link-btn a{
  display: block;
  position: relative;
	width: 100%;
  padding: 4px 8px 5px;
  border: 2px solid #0070c0;
  border-radius: 20px;
	font-family: "Noto Sans JP", sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª";
  color: #0070c0;
  font-size: 70%;
  line-height: 1;
}
div#login-popup p.link-btn a:after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
/* login-submit */
div#login-popup p.login-submit input{
	width: 90%;
	padding: 9px 0 8px;
	border: none;
  border-radius: 20px;
  background-color: #0070c0 !important;
  color: #fff;
	font-size: 90%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
	outline: none;
	-webkit-appearance: button;
}
div#login-popup p.login-submit input:hover{
	cursor: pointer;
}
div#login-popup p.login-submit {
	width: 100%;
}
div#login-popup p.lost-account{
	width: 90%;
	margin: 8px auto 0;
}
/* member-buttons */
div#login-popup div.member-buttons {
  width: 90%;
	margin: 10px auto 0;
}
div#login-popup div.member-buttons p a{
  display: block;
  width: 100%;
}
div#login-popup div.member-buttons p:not(.link-btn) a{
  padding: 9px 0 8px;
  border-radius: 20px;
  background: #ffc000;
  color: #fff;
	font-size: 90%;
  font-weight: bold;
  line-height: 1;
  text-align: cente;
}
/* close-btn */
div#login-popup div.close-btn {
	position: relative;
	text-align: center;
	top: -15px;
	left: 230px;
	width: 40px;
}
div#login-popup div.close-btn img {
	cursor: pointer;
}

span.mvp-new-mark,
span.mvp-movie-mark {
	display: inline-block;
	color: #fff !important;
	font-weight: normal;
	border-radius: 2px;
	font-size: 70%;
	padding: 0 2px;
	margin-top:-1px;
	margin-left: 2px;
	margin-right: 2px;
	line-height: normal;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª";
	text-decoration: none !important;
    vertical-align: middle;
}

span.mvp-new-mark{ background: #ab0000; text-transform: uppercase;}
span.mvp-movie-mark  { background: #909090; }
body span.mvp-member-mark {
	width:15px;
	height:13px;
	text-indent: -9999px !important;
	display: inline-block;
	background: url(/common/images/icon_member.png) no-repeat left top;
	font-size: 70%;
	margin-top:-1px;
	margin-left: 2px;
	margin-right: 2px;
	line-height: normal;
    vertical-align: middle;
}

body .list-inner span.mvp-member-mark {
	font-size: 100%;
}

body #sitemap span.mvp-member-mark {
	margin-top:-3px;
}


div#mvp-main-template .template-title {
	text-align: left;
	color: #353535;
	font-size: 125%;
	border-bottom: 2px solid #c3c3c3;
	padding: 5px 5px 5px;
	margin-bottom: 10px;
}

div#mvp-main-template .template-title a {
	color: #353535;
	text-decoration: none;
}

div#mvp-main-template .template-title img {
	vertical-align: bottom;
	padding-right: 5px;
}

div#mvp-main-template p.template-title.byotai-title span.byotai-side {
	display: none;
}

div.disease-info {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

/* new-contents */
div#mvp-main-outer .mvp-template-new_contents_side-box .new-contents-box ul{
	margin: 10px auto 0;
	text-align: center;
}

div#mvp-main-outer .mvp-template-new_contents-box .new-contents-box ul{
	margin: 10px auto 20px;
	text-align: center;
}

div#mvp-main-outer .mvp-template-new_contents-box li,
div#mvp-main-outer .mvp-template-new_contents_side-box li{
	width: 230px;
	height: 140px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 80%;
	display: inline-block;
	text-align: left;
    margin-bottom: 2px;
	padding: 10px;
	vertical-align: top;
}

.mvp-template-new_contents-box li a,
.mvp-template-new_contents_side-box li a {
	color: #2c2c2c;
	text-decoration: none;
	display: block;
}

.slider-date{
	font-weight: bold;
	line-height: 2;
}

.mvp-template-new_contents-box .new-contents-box ul li img,
.mvp-template-new_contents_side-box .new-contents-box ul li img{
	width: 100%;
}


body#di .channel-head.rec-ra-channel+div.channel-contents,
body#rec-top .channel-head.rec-ra-channel+div.channel-contents{
	display:none;
}
body#di .channel-head.rec-ps-channel+div.channel-contents,
body#rec-top .channel-head.rec-ps-channel+div.channel-contents{
	display:none;
}

div#mvp-main-template div.contents-inner.index li {
	text-align: left;
}

.autocomplete-w1 {
background: rgba(0, 0, 0, 0) url(/../images/shadow.png) no-repeat scroll right bottom;
left: 0;
margin: 8px 0 0 6px;
position: absolute;
top: 0;
}
.autocomplete {
background: #fff none repeat scroll 0 0;
border: 1px solid #999;
cursor: default;
font-size: 80%;
margin: -6px 6px 6px -6px;
max-height: 350px;
overflow-x: hidden;
text-align: left;
}
.autocomplete .selected {
background: #ffe4e4 none repeat scroll 0 0;
}
.autocomplete div {
cursor: pointer;
padding: 2px 5px;
white-space: nowrap;
}
.autocomplete strong {
color: #3399ff;
font-weight: normal;
}

div#dialog-hihumiru {
	text-align: left;
}

div#dialog-hihumiru p.line-break {
	margin-bottom: 1em;
}

div#dialog-hihumiru dl {
	margin-top: 30px;
	overflow: hidden;
}

div#dialog-hihumiru dl dt{
	float: left;
	font-weight: bold;
}

div#dialog-hihumiru dl dd{
	margin-left: 120px;
	margin-bottom: 1em;
}

div#dialog-hihumiru dl dd.close,
div#dialog-hihumiru dl dd a {
	cursor: pointer;
	color: #3183d7;
	text-decoration: underline;
}

.ui-dialog-title {
	text-align: left;
}

.ui-widget-overlay{
    background: #000000 none repeat scroll 0 0;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

div#modal-overlay, div#medical-overlay, div#zeus-mail-login-overlay, div#shp-login-overlay {
	clear: both;
	background: #000;
	opacity: 0.4;
  filter: alpha(opacity=40);
	position: absolute;
	z-index: 5;
	top: 113px;
	left: 0px;
	width: 100%;
}
div#medical-overlay, div#zeus-mail-login-overlay, div#shp-login-overlay {
	position:fixed;
	top:0;
}
div#zeus-mail-login-overlay, div#shp-login-overlay {
	z-index: 20;
}
img#modal-close-btn {
	position: absolute;
	z-index: 20;
	cursor: pointer;
}

#dialog_popup {
	z-index: 15;
	position: absolute;
	border-radius: 5px;
	min-height: 350px;
  box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 5px 3px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 5px 3px;
}

/*--------------- div.ranking-box -----------*/
div.mvp-template-ranking-box{
	border: 1px solid #ccc;
}

div.mvp-template-ranking-box dl{
	background:  url(/common/images/icons/ranking/icon_rank01.png) no-repeat 0 5px;
	padding: 5px 5px 5px 35px;
	min-height: 25px;
}

div.mvp-template-ranking-box dl.ranking-1 { background:  url(/common/images/icons/ranking/icon_rank01.png) no-repeat 5px 5px; }
div.mvp-template-ranking-box dl.ranking-2 { background:  url(/common/images/icons/ranking/icon_rank02.png) no-repeat 5px 5px; }
div.mvp-template-ranking-box dl.ranking-3 { background:  url(/common/images/icons/ranking/icon_rank03.png) no-repeat 5px 5px; }
div.mvp-template-ranking-box dl.ranking-4 { background:  url(/common/images/icons/ranking/icon_rank04.png) no-repeat 5px 5px; }
div.mvp-template-ranking-box dl.ranking-5 { background:  url(/common/images/icons/ranking/icon_rank05.png) no-repeat 5px 5px; }

div.mvp-template-ranking-box p.ranking-box-title {
	background: #c2d651;
	background: -moz-linear-gradient(top,  #c2d651 0%, #a2bd08 100%);
	background: -webkit-linear-gradient(top,  #c2d651 0%,#a2bd08 100%);
	background: linear-gradient(to bottom,  #c2d651 0%,#a2bd08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d651', endColorstr='#a2bd08',GradientType=0 );
	border: 1px solid #a2bd08;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 3px 10px;
    text-align: left;
}
div.mvp-template-ranking-box p.ranking-date{
	text-align: left;
}

div.mvp-template-ranking-box li{
	text-align: left;
	background:  url(/common/images/line_dot.png) repeat-x scroll left bottom;
}

div.mvp-template-ranking-box li dt{
	font-weight: bold;
	color: #0b99ce;
}

div.mvp-template-ranking-box p.article-link{
	text-align: right;
/*	padding-right: 5px; */
	padding: 5px 5px 5px 2.2em;
}

div.mvp-template-ranking-box p.article-link a{
    background: rgba(0, 0, 0, 0) url(/common/images/icons/icon_box_arrow.png) no-repeat scroll 10px center;
    color: #454545;
    padding-left: 2em;
}

div.mvp-template-ranking-box p.ranking-date{
	background: #e9e9e9;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}

/*--------------- canvas-links -----------*/

.mvp-camvaslink-button {
    text-align: center;
    margin-top: 40px;
}

.mvp-camvaslink-button a {
    max-width: 462px;
	width: 100%;
	text-align: center;
	background-color: #e57300;
	background-image: linear-gradient(#ff9933,#e57300);
	background-image: linear-gradient(#ffd55c,#febc00);
	background-image: linear-gradient(#ffc75c,#fea100);
	padding: 0.7em 2em;
	color: #2c2c2c !important;
	border: 2px solid #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	box-sizing: border-box;
}
.mvp-camvaslink-button a span {
    border: 1px solid #2c2c2c;
	border-radius: 2px;
	display: inline-block;
	width: 2em;
	padding: 0.1em 0 0em;
	margin-left: 0.5em;
}
.mvp-camvaslink-button a:hover {
    background-image:linear-gradient(#fe7600,#ff9933);
	background-image: linear-gradient(#febc00,#ffd55c);
	background-image: linear-gradient(#fea100,#ffc75c);
	box-shadow:-1px 0px 0px rgba(0,0,0,0.0);
	position:relative;
	top:0.1em;
	}


/*--------------- mvp-information -----------*/
#main div.mvp-information {
	color:#c00;
	padding:10px 20px 0;
	border:1px solid #c00;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
	div#mvp-main-template .template-title{
		margin-bottom: 0;
	}
}

/* Print
-------------------------------------------------------------------------------- */
@media print {
div#main {
	border:none;
}
div#mvp-content {
    background-image:none;
}
#mvp-main-template,
#mvp_footprint_bookmark{
	display:none;
}
.index-set #mvp-main-template {
	display:block;
	visibility:visible;
}


div#mvp-intro-drug-title {
	width: 100%;
	max-width: 715px;
}

}

.mvp-navi-show {
	display: block !important; // Don't remove this. Global Navi may broken if this class removed.
}

/*--inquiry-medicine---------------*/
div.inquiry-medicine {
	text-align:center;
	background:#4dbdbf;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.inquiry-medicine a {
	display:block;
	color:#fff;
}

div.inquiry-medicine a img {
	vertical-align: text-bottom;
}

div.inquiry-medicine span.inquiry-medicine-innner {
	display:inline-block;
	margin:0 auto;
	padding:5px;
}
div.inquiry-medicine span.inquiry-medicine-text {
	display:inline-block;
	text-align:left;
	font-size:13px;
	line-height:1.2;
}


table#member_view {
  width: 100%;
}
table#member_view tr {
  border: 1px solid;
}
table#member_view th,
table#member_view td {
  vertical-align: middle;
  padding: 8px;
}
table#member_view th {
  border-right: 1px solid;
  background: #f2f2f2;
}
table#member_view td {
  display: flex;
  align-items: center;
  gap: 32px;
}
table#member_view td dl {
  display: flex;
	align-items: center;
  gap: 16px;
}
table#member_view td dl dd {
  min-width: 260px;
  border: dotted 1px #000;
  padding: 8px;
}
table#member_view tr table {
  width: 100%;
}
.regist_steps.regist_member {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
.regist_steps.regist_member .next input {
  font-size: 18px;
  width: calc(320px - 16px);
  padding: 16px 8px;
  border-radius: 4px;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  border: 1px solid;
	cursor: pointer;
	-webkit-appearance: none;
}
.regist_steps.regist_member input {
  font-size: 18px;
  width: calc(320px - 16px);
  padding: 16px 8px;
  border-radius: 4px;
  background: #f2f2f2;
	color: #000;
  font-weight: bold;
  border: none;
	cursor: pointer;
	-webkit-appearance: none;
}
.regist_steps.regist_member .next input:hover {
	background: #fff;
	border: 1px solid #0070c0;
	color: #0070c0;
}
#member_view .with_blacket {
	display: flex;
}
@media (max-width: 767px){
table#member_view th,
table#member_view td {
  display: block;
}
table#member_view th {
  border: none;
}
table#member_view td {
  flex-direction: column;
  gap: 8px;
}
table#member_view tr {
  border: none;
}
table#member_view td dl + dl {
	margin-top: 8px;
}
.regist_steps.regist_member {
	flex-direction: column;
	gap: 24px;
}
table#member_view td dl dd {
	min-width: calc(100% - 48px);
}
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, span, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

li, nav, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#medtos-header input, #medtos-header select, #top input, #top select {
  width: 100%;
  margin: 0;
  padding: 3px;
  vertical-align: middle;
  background: #fff;
  border: #a9a9a9 1px solid;
  border-radius: 0;
}

#medtos-header input[type=checkbox], #medtos-header input[type=radio], #top input[type=checkbox], #top input[type=radio] {
  width: 1pc;
  height: 1pc;
  border: #c9c9c9 1px solid;
}

img {
  vertical-align: middle;
}

html {
  overflow: auto;
  overflow-y: scroll;
}

html:first-child body {
  min-height: 100%;
  padding-bottom: 1px;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 16px;
  word-wrap: break-word;
}

/* base
-------------------------------------------------------------------------------- */
.pc-item {
  display: block;
}

.sp-item {
  display: none;
}

.pc-window #medtos-wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc-window #medtos-wrapper,
  .tb-window #medtos-wrapper {
    min-width: 1200px;
  }
}
a, a:link, a:visited, a:active {
  color: #4472c4;
  text-decoration: none;
  cursor: pointer;
}

#medtos-wrapper a:hover {
  text-decoration: underline;
}

object, embed {
  z-index: 0;
}

.medtos-pkg:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}

/* Hides from IE-mac \*/
* html .medtos-pkg {
  height: 1em;
  overflow: visible;
}

/* End hide from IE-mac */
body #bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

body.subMenu-open #bg-layer {
  visibility: visible;
  opacity: 1;
}

#medtos-main .sec .wrap,
#medtos-footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/*#main + #medtos-di-link .wrap*/
#main + #medtos-main-template #medtos-di-link .wrap {
  padding-top: 16px;
}

#medtos-main .sec .wrap h2 {
  margin-bottom: 20px;
  font-size: 160%;
  text-align: center;
}

#di #medtos-main .sec .wrap .di-pro-box h2 {
  margin: 24px 0 16px;
  font-size: 120%;
  text-align: left;
}

#main {
  text-align: left;
}

#main p {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

#main div.content-body p.medtos-content-m3logo {
  text-align: right !important;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

#main p br {
  letter-spacing: normal; /* required for IE6, IE7 */
}

/* ----- TB or SP ----- */
@media screen and (max-width: 1366px) {
  .tb-window #medtos-wrapper,
  .sp-window #medtos-wrapper {
    margin-bottom: 53px;
  }
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc-item {
    display: none;
  }
  .sp-item {
    display: block;
  }
  #medtos-wrapper {
    min-width: 100%;
    margin-bottom: 53px;
  }
  #medtos-main .sec .wrap,
  #medtos-footer .wrap {
    max-width: 100%;
    padding: 24px 16px;
  }
  #medtos-main .sec .wrap h2 {
    font-size: 120%;
  }
}
/* link-btn */
.link-btn {
  margin-top: 32px;
  text-align: center;
}

.link-btn a {
  display: inline-block;
  position: relative;
  padding: 4px 32px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  line-height: 1;
}

.link-btn a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}

.link-btn a:hover {
  background: #0070c0;
  color: #fff !important;
  text-decoration: none !important;
}

.link-btn a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .link-btn {
    margin-top: 24px;
  }
  .link-btn a {
    width: 95%;
    padding: 8px 16px 8px;
  }
  .link-btn a:after {
    top: calc(50% - 2px);
  }
}
/* search-box */
.search-box #medtos-search-top {
  margin-bottom: 20px;
}

.search-box #medtos-search-form input {
  height: 35px;
  padding: 3px 27px 3px 3px;
  background: #f2f2f2 url(/common/images/icons/icon_search.png) no-repeat calc(100% - 5px) center/15px 15px !important;
  color: #000 !important;
}

.search-box #medtos-search-jp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}

.search-box #medtos-search-jp ul li {
  width: calc(20% - 6px);
  margin: 0 3px 6px;
}

.search-box #medtos-search-jp ul li a {
  display: block;
  padding: 11px 5px;
  border: 2px solid #0070c0;
  border-radius: 8px;
  color: #0070c0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.search-box #medtos-search-jp ul li a:hover {
  background: #0070c0;
  color: #fff;
  text-decoration: none !important;
}

/* --------------------------------------------------

Header

-------------------------------------------------- */
#medtos-header {
  position: relative;
  z-index: 5;
  background: #fff;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header {
    position: relative;
  }
}
/* ----------  Header - global-nav ---------- */
#medtos-header .wrap .global-nav {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#medtos-header .wrap .global-nav::after {
  display: block;
  clear: both;
  content: "";
}

#medtos-header .wrap .global-nav .sp-menu-btn {
  display: none;
}

/* logo */
#medtos-header .wrap .global-nav a[class^=logo] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#medtos-header .wrap .global-nav a[class^=logo]:hover {
  opacity: 0.7;
}

#medtos-header .wrap .global-nav a.logo-tanabe {
  position: absolute;
  top: 20px;
  left: 20px;
}

#medtos-header .wrap .global-nav a.logo-medtos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 262px;
  height: 64px;
  margin: auto;
  text-align: center;
}

#medtos-header .wrap .global-nav a.logo-medtos:hover {
  text-decoration: none;
}

#medtos-header .wrap .global-nav a.logo-medtos span {
  display: block;
  margin-bottom: 10px;
  color: #767676;
  font-weight: bold;
}

/* others-box */
#medtos-header .wrap .global-nav .others-box {
  float: right;
}

/* contact-links */
#medtos-header .wrap .global-nav .others-box .contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

#medtos-header .wrap .global-nav .others-box .contact-links li + li {
  margin-left: 10px;
}

#medtos-header .wrap .global-nav .others-box .contact-links li a {
  display: inline-block;
  position: relative;
  padding: 6px 30px 6px 40px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  color: #0070c0;
  font-size: 80%;
  line-height: 1;
  text-decoration: none !important;
}

#medtos-header .wrap .global-nav .others-box .contact-links li a::before {
  position: absolute;
  top: 4px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: url(/common/images/icons/icon_info.png) no-repeat left top/100% auto;
  content: "";
}

#medtos-header .wrap .global-nav .others-box .contact-links li a::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}

#medtos-header .wrap .global-nav .others-box .contact-links li a:hover {
  background: #0070c0;
  color: #fff;
}

#medtos-header .wrap .global-nav .others-box .contact-links li a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* details-links */
#medtos-header .wrap .global-nav .others-box .details-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#medtos-header .wrap .global-nav .others-box .details-links div a {
  color: #000;
  font-size: 90%;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-link {
  position: relative;
  padding-left: 24px;
  line-height: 36px;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-link::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/common/images/icons/icon_login.png) no-repeat left top/100% auto;
  content: "";
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer {
  max-width: 265px;
  margin: 0 30px;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer:hover {
  cursor: pointer;
}

#medtos-header .wrap .global-nav .others-box .details-links .logged-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 180px;
  padding: 6px 4px 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#medtos-header .wrap .global-nav .others-box .details-links .logged-in p.select-mark {
  margin-left: 15px;
  padding: 3px 0 0 5px;
  border-left: 1px solid #ccc;
  color: #7f7f7f;
  font-size: 80%;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info {
  position: absolute;
  top: 113px;
  z-index: 100000;
  width: 180px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info,
#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info * {
  display: block;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info p {
  padding-left: 5px;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info div a {
  padding: 5px 0 5px 25px;
  color: #484848;
  text-decoration: none;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info #mypage-link {
  border-bottom: 1px solid #ccc;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info #mypage-link a {
  background: url(/common/images/icons/header/icon_mypage.png) no-repeat left/20px;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box-outer #logged-in-info #logout-link a {
  background: url(/common/images/icons/header/icon_logout.png) no-repeat left/20px;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box p.login-link a {
  padding-left: 20px;
  background: url(/common/images/icons/header/icon_login.png) no-repeat left/contain;
  color: #fff;
}

#medtos-header .wrap .global-nav .others-box .details-links .login-box p.login-link a:hover {
  text-decoration: none;
}

/* medtos-search */
#medtos-header .global-nav .medtos-search {
  position: relative;
  padding-left: 20px;
  line-height: 36px;
}

#medtos-header .global-nav .medtos-search::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(/common/images/icons/icon_search.png) no-repeat left top/100% auto;
  content: "";
}

#medtos-header .global-nav #medtos-sync-search {
  display: none;
  position: absolute;
  top: 35px;
  right: 10px;
  z-index: 1;
  width: 280px;
  padding: 10px 15px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 2px 1px 5px #ccc;
          box-shadow: 2px 1px 5px #ccc;
  background: #fff;
}

#medtos-header .global-nav #medtos-sync-search::before {
  position: absolute;
  top: -13px;
  right: 15px;
  content: "";
  width: 50px;
  height: 13px;
  background: url(/common/images/icons/icon_search-box-arrow.png) no-repeat left top/100% auto;
}

#medtos-header .global-nav #medtos-sync-search div input {
  border: none;
  outline: none;
  /*
  padding: 3px 16px 3px 3px;
  border-bottom: 1px #0070c0 solid;
  */
  /*background: url(/common/images/icons/icon_search.png) no-repeat right center / 13px auto;*/
}

#medtos-header .global-nav #medtos-sync-search div .medtos-sync-search-input {
  padding: 3px;
  outline: none;
  border: none;
  border-bottom: 1px #0070c0 solid;
}

#medtos-header .global-nav #medtos-sync-search div .medtos-sync-search-input input[name=submit] {
  width: 25px;
  height: 25px;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header .wrap .global-nav {
    max-width: 100%;
    height: 60px;
    padding: 8px;
    border-bottom: 1px solid #000;
    background: #fff;
  }
  /* sp-menu-btn */
  #medtos-header .wrap .global-nav .sp-menu-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 59px;
    height: 59px;
    color: #b3e2ef;
    font-weight: bold;
    text-align: center;
    background-color: #0070c0;
    border: 1px solid #fff;
    z-index: 2;
  }
  #medtos-header .wrap .global-nav .sp-menu-btn i,
  #medtos-header .wrap .global-nav .sp-menu-btn::before,
  #medtos-header .wrap .global-nav .sp-menu-btn::after {
    display: block;
    position: absolute;
    top: -12px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 4px;
    margin: auto;
    background: #b3e2ef;
  }
  #medtos-header .wrap .global-nav .sp-menu-btn i {
    overflow: hidden;
    z-index: 1;
    color: #000;
  }
  #medtos-header .wrap .global-nav .sp-menu-btn::before {
    z-index: 2;
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
    content: "";
  }
  #medtos-header .wrap .global-nav .sp-menu-btn::after {
    z-index: 2;
    -webkit-transform: translate(0, 12px);
            transform: translate(0, 12px);
    content: "";
  }
  #medtos-header .wrap .global-nav .sp-menu-btn i {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #medtos-header .wrap .global-nav .sp-menu-btn::before,
  #medtos-header .wrap .global-nav .sp-menu-btn::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #medtos-header .wrap .global-nav .sp-menu-btn.open i {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #medtos-header .wrap .global-nav .sp-menu-btn.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #medtos-header .wrap .global-nav .sp-menu-btn.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #medtos-header .wrap .global-nav .sp-menu-btn span {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    font-size: 80%;
  }
  /* logo */
  #medtos-header .wrap .global-nav a[class^=logo] img {
    width: 100%;
  }
  #medtos-header .wrap .global-nav a.logo-tanabe {
    top: 4px;
    left: 8px;
    z-index: 1;
    width: 80px;
    margin-bottom: 16px;
  }
  #medtos-header .wrap .global-nav a.logo-tanabe img {
    vertical-align: baseline;
  }
  #medtos-header .wrap .global-nav a.logo-medtos {
    top: 10px;
    bottom: inherit;
    left: 8px;
    right: inherit;
    width: 220px;
    height: auto;
    text-align: left;
  }
  #medtos-header .wrap .global-nav a.logo-medtos span {
    margin: 0 0 8px 90px;
    font-size: 50%;
    white-space: nowrap;
  }
  #medtos-header .wrap .global-nav a.logo-medtos img {
    width: 80%;
  }
  /* others-box */
  #medtos-header .wrap .global-nav .others-box {
    display: none;
  }
  /* details-links */
  #medtos-header #category-nav .details-links {
    padding: 16px 8px;
  }
  #medtos-header #category-nav .details-links div a {
    display: block;
    color: #000;
  }
  #medtos-header #category-nav .details-links div a:hover {
    text-decoration: none;
  }
  #medtos-header #category-nav .details-links .login-link {
    position: relative;
    max-width: 200px;
    padding-left: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 32px;
  }
  #medtos-header #category-nav .details-links .login-link::before {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: url(/common/images/icons/icon_login.png) no-repeat left top/100% auto;
    content: "";
  }
  #medtos-header #category-nav .details-links #logout-link {
    position: relative;
    max-width: 200px;
    margin-top: 16px;
    padding-left: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 32px;
  }
  #medtos-header #category-nav .details-links #logout-link::before {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: url(/common/images/icons/header/icon_logout.png) no-repeat left/20px;
    content: "";
  }
  #medtos-header #category-nav .details-links .logged-in {
    padding: 6px 4px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 80%;
  }
  /* header-contact-links */
  .header-contact-links {
    padding: 24px 16px;
    text-align: center;
  }
  #medtos-header .header-contact-links a {
    display: inline-block;
    position: relative;
    padding: 8px 30px 8px 40px;
    border: 2px solid #0070c0;
    border-radius: 20px;
    color: #0070c0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none !important;
    width: 80%;
  }
  #medtos-header .header-contact-links a span {
    position: relative;
  }
  #medtos-header .header-contact-links a span::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 16px;
    height: 16px;
    background: url(/common/images/icons/icon_info.png) no-repeat left top/100% auto;
    content: "";
  }
  #medtos-header .header-contact-links a::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #0070c0;
    border-right: 1px solid #0070c0;
    content: "";
  }
  /* medtos-search */
  #medtos-header #category-nav .medtos-search {
    padding: 8px 16px 24px;
  }
  #medtos-header #category-nav .medtos-search input.jq-placeholder {
    height: 32px;
    padding: 4px 30px 4px 4px;
    background: url(/common/images/icons/icon_search.png) no-repeat 97% center/13px auto;
    color: #000 !important;
  }
  #medtos-sync-search #medtos-header .wrap #category-nav .scroll-wrap {
    height: 100%;
  }
  #medtos-sync-search #medtos-header .wrap .global-nav {
    padding: 0;
  }
  #medtos-sync-search #medtos-header .wrap #category-nav .scroll-wrap .scroll-wrap-inner {
    padding-top: 60px;
  }
}
/* ----------  Header - category-nav ---------- */
#medtos-header .wrap #category-nav {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}

body.header-fixed #medtos-header .wrap #category-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-width: 1200px;
}

#medtos-header .wrap #category-nav .category-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li i {
  display: inline-block;
  width: 34px;
  margin-right: 8px;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li i img {
  vertical-align: middle;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li a.category-menu {
  display: block;
  position: relative;
  -webkit-transition: color 0.1s, background 0.1s;
  transition: color 0.1s, background 0.1s;
  min-width: 220px;
  padding: 0 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li a.category-menu::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #0070c0;
  content: "";
}

#medtos-header .wrap #category-nav .category-nav-wrap > li a.category-menu:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#medtos-header .wrap #category-nav .category-nav-wrap > li.subMenu-arrow a.category-menu::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: transparent transparent #a6e5f6 transparent;
  content: "";
}

#medtos-header .wrap #category-nav .category-nav-wrap > li.subMenu-arrow.open a.category-menu::after {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header .wrap #category-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    z-index: 1;
  }
  #medtos-header .wrap #category-nav .scroll-wrap {
    overflow-y: hidden;
    overflow-y: auto;
    height: calc(100% - 54px);
  }
  #medtos-header .wrap #category-nav .scroll-wrap .scroll-wrap-inner {
    background: #fff;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap {
    display: inherit;
    max-width: 100%;
    padding: 0;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li {
    border-bottom: 1px solid #000;
    position: relative;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li a.category-menu {
    padding: 0 16px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li a.category-menu::before {
    content: none;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li.subMenu-arrow a.category-menu::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 16px;
    -webkit-transform: none;
            transform: none;
    width: 15px;
    height: 15px;
    margin: auto;
    background: none;
    color: #0070c0;
    font-size: 145%;
    line-height: 15px;
    text-align: center;
    content: "+";
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li.subMenu-arrow.open a.category-menu::before {
    content: "−";
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li.subMenu-arrow.open a.category-menu::after {
    content: none;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li i {
    width: 24px;
    margin-right: 6px;
  }
}
/* ---------- Header - category-nav - subMenu ---------- */
#medtos-header .wrap #category-nav .category-nav-wrap > li .subMenu {
  position: absolute;
  top: 60px;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0s, height 0s;
  transition: visibility 0s, opacity 0s, height 0s;
  width: 100%;
  padding: 30px;
  z-index: 100;
  background: #a6e5f6;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li.open .subMenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, height 0.4s ease 0.3s;
  transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, height 0.4s ease 0.3s;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li .subMenu .subMenu-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

#medtos-header .wrap #category-nav .category-nav-wrap > li.open .regionMenu li a img:hover,
#medtos-header .wrap #category-nav .category-nav-wrap > li.open .academicMenu li a img:hover {
  opacity: 0.7;
}

.menu-product .autocomplete-wrap {
  top: 180px !important;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .menu-product .autocomplete-wrap {
    top: 149px !important;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li .subMenu {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
    width: 100%;
    padding: 0 16px;
    background: #fff;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li.open .subMenu {
    -webkit-transition: inherit;
    transition: inherit;
  }
  #medtos-header .wrap #category-nav .category-nav-wrap > li .subMenu .subMenu-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
/* regionMenu */
#medtos-header .regionMenu {
  position: relative;
}

#medtos-header .regionMenu > li {
  overflow: hidden;
}

#medtos-header .regionMenu > li > span.hover-area {
  display: block;
  position: relative;
  float: left;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  width: 150px;
  padding: 6px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#medtos-header .regionMenu > li.open > span.hover-area,
#medtos-header .regionMenu > li.open > span.hover-area:hover {
  background: #fff;
}

#medtos-header .regionMenu > li.open > span.hover-area:hover {
  cursor: pointer;
}

#medtos-header .regionMenu > li.open > span.hover-area:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}

#medtos-header .regionMenu > li > span.hover-area > a {
  width: 120px;
  text-align: right;
  display: block;
  color: #000 !important;
  font-weight: bold;
  height: 24px;
}

#medtos-header .regionMenu .regionMenu-contents {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  /*visibility: hidden;
  opacity: 0;*/
  /*transition: visibility 0.2s, opacity 0.2s;*/
  width: calc(100% - 150px);
  height: 100%;
  padding: 40px 32px 0;
  background: #fff;
}

#medtos-header .regionMenu-contents.regionMenu-scroll {
  overflow-y: auto;
  overflow: overlay;
}

#medtos-header .regionMenu > li .regionMenu-contents.open,
#medtos-header .regionMenu > li.open .regionMenu-contents {
  display: block;
  /*visibility: visible;
  opacity: 1;*/
}

#medtos-header .regionMenu > li:first-child .regionMenu-contents {
  display: block;
  /*visibility: visible;
  opacity: 1;*/
}

#medtos-header .regionMenu .regionMenu-contents .scroll {
  overflow-y: scroll;
  height: 100%;
}

#medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li {
  width: calc(33.333333% - 24px);
  margin: 0 12px 24px;
}

#medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li a {
  display: block;
}

#medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li p {
  display: none;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header .regionMenu > li > span.hover-area {
    float: none;
    width: 100%;
    padding: 12px 0 12px 43px;
    border-bottom: none;
  }
  #medtos-header .regionMenu > li > span.hover-area a {
    text-align: left;
  }
  #medtos-header .regionMenu > li > span.hover-area::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    color: #0070c0;
    font-size: 145%;
    line-height: 15px;
    text-align: center;
    content: "+";
  }
  #medtos-header .regionMenu > li > span.hover-area.open::before {
    content: "−";
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr a:after,
  #medtos-header .academicMenu ul li a:after,
  #medtos-header #category-nav .knowledgeMenu li a.knowledge-index-btn:after {
    position: absolute;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #0070c0;
    border-right: 1px solid #0070c0;
    content: "";
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr a:after {
    right: -10px;
  }
  #medtos-header .academicMenu ul li a:after,
  #medtos-header #category-nav .knowledgeMenu li a.knowledge-index-btn:after {
    right: 5px;
  }
  #medtos-header .regionMenu .regionMenu-contents {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0 16px 0 43px;
  }
  #medtos-header .regionMenu > li:first-child .regionMenu-contents {
    display: none;
  }
  #medtos-header .regionMenu .regionMenu-contents .scroll {
    overflow-y: inherit;
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr {
    display: inherit;
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li {
    width: 100%;
    margin: 0;
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li a {
    padding: 8px 0;
    position: relative;
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li img {
    display: none;
  }
  #medtos-header .regionMenu .regionMenu-contents .regionMenu-bnr li p {
    display: inherit;
    color: #000;
  }
}
/* productMenu */
#medtos-header .productMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#medtos-header .productMenu .search-box {
  position: relative;
  width: calc(25% - 10px);
  padding: 15px;
  background: #fff;
}

#medtos-header .productMenu .search-box h2 {
  margin-bottom: 10px;
  font-size: 120%;
  text-align: center;
}

#medtos-header .productMenu > ul {
  overflow: hidden;
  width: calc(100% - (25% - 10px));
}

#medtos-header .productMenu > ul li {
  float: left;
  width: calc(33.33333% - 15px);
  margin: 0 0 10px 15px;
}

#medtos-header .productMenu > ul li a {
  display: table;
  position: relative;
  width: 100%;
  min-height: 66px;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#medtos-header .productMenu > ul li a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

#medtos-header .productMenu > ul li a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header .productMenu {
    display: inherit;
    padding: 16px 0 20px;
  }
  #medtos-header .productMenu .search-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #0070c0;
  }
  #medtos-header .productMenu .search-box h2 {
    margin-bottom: 16px;
  }
  #medtos-header .productMenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: inherit;
    margin: 0 -5px;
  }
  #medtos-header .productMenu > ul li {
    width: calc(50% - 10px);
    margin: 0 5px 16px;
  }
  #medtos-header .productMenu > ul li a {
    display: table;
    width: 100%;
    min-height: 56px;
    font-size: 90%;
  }
}
/* knowledgeMenu */
#medtos-header .knowledgeMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#medtos-header .knowledgeMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  min-height: 230px;
  padding: 0 10px;
  border-right: 2px solid #fff;
}

#medtos-header .knowledgeMenu li:last-child {
  border-right: none;
}

#medtos-header .knowledgeMenu li a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

#medtos-header .knowledgeMenu li a.knowledge-index-btn {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 0;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#medtos-header .knowledgeMenu li a.knowledge-index-btn:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

#medtos-header .knowledgeMenu li .pickup {
  margin-bottom: 2px;
  font-size: 85%;
  font-weight: bold;
}

#medtos-header .knowledgeMenu li a {
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #medtos-header .knowledgeMenu li a img {
    max-height: 155px;
  }
}
#medtos-header .knowledgeMenu li div {
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  margin-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#medtos-header .knowledgeMenu li div.knowledge-support-pickup {
  background: #3f7fd3;
}

#medtos-header .knowledgeMenu li div.knowledge-pharmacist-pickup {
  background: #0f92e9;
}

#medtos-header .knowledgeMenu li div.knowledge-resident-pickup {
  background: #15a651;
}

#medtos-header .knowledgeMenu li div.knowledge-cooperation-pickup {
  background: #329f97;
}

#medtos-header .knowledgeMenu li p {
  width: 100%;
  line-height: 1.3;
}

#medtos-header .knowledgeMenu li span.pickup {
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #medtos-header .knowledgeMenu li a.knowledge-index-btn {
    display: none;
  }
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header .knowledgeMenu {
    display: inherit;
    padding: 0 0 16px 20px;
  }
  #medtos-header .knowledgeMenu li {
    width: 100%;
    min-height: auto;
    line-height: inherit;
    padding: 0;
    border-right: none;
  }
  #medtos-header .knowledgeMenu li a.knowledge-index-btn {
    margin-bottom: 0;
    padding: 8px 0;
    background: none;
    color: #000;
    text-align: left;
    font-weight: inherit;
  }
  #medtos-header .knowledgeMenu li .pickup,
  #medtos-header .knowledgeMenu li a.knowledge-content,
  #medtos-header .knowledgeMenu li div {
    display: none;
  }
}
/* academicMenu */
#medtos-header .academicMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#medtos-header .academicMenu ul li {
  width: calc(25% - 24px);
  min-height: 158px;
  margin: 0 12px 24px;
}

#medtos-header .academicMenu a p {
  display: none;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-header .academicMenu {
    padding: 0 0 16px 20px;
  }
  #medtos-header .academicMenu ul {
    display: inherit;
    margin: 0;
  }
  #medtos-header .academicMenu ul li {
    width: 100%;
    min-height: inherit;
    margin: 0;
  }
  #medtos-header .academicMenu a {
    display: block;
    padding: 8px 0;
    position: relative;
  }
  #medtos-header .academicMenu a img {
    display: none;
  }
  #medtos-header .academicMenu a p {
    display: block;
    color: #000;
  }
}
#categories, #search_sp {
  display: none;
}

/* --------------------------------------------------

Footer

-------------------------------------------------- */
#medtos-footer {
  font-size: 90%;
  border-top: 1px solid #000;
}

#medtos-footer .wrap {
  overflow: hidden;
}

#medtos-footer .wrap a {
  color: #000;
}

#medtos-footer dl,
#medtos-footer ul.others-links {
  float: left;
  width: 25%;
  padding: 0 24px;
}

#medtos-footer dl dt {
  margin-bottom: 20px;
  font-size: 104%;
  font-weight: bold;
}

#medtos-footer ul li + li {
  margin-top: 16px;
}

#medtos-footer ul li + li img {
  max-width: 230px;
}

#medtos-footer dl.useful-links {
  padding-left: 0;
}

#medtos-footer dl.health-support-sites {
  width: 50%;
  padding: 0;
}

#medtos-footer dl.health-support-sites dt {
  margin-left: 24px;
}

#medtos-footer dl.health-support-sites dd {
  overflow: hidden;
}

#medtos-footer dl.health-support-sites dd ul {
  float: left;
  width: 50%;
  padding: 0 24px;
}

#medtos-footer ul.others-links {
  margin-top: 33px;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #000;
}

#medtos-footer address {
  padding: 10px 0;
  background: #747474;
  color: #fff;
  text-align: center;
  font-style: normal;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-footer .wrap {
    max-width: 100%;
    padding: 0;
  }
  #medtos-footer dl,
  #medtos-footer ul.others-links {
    float: none;
    width: 100%;
    padding: 0;
  }
  #medtos-footer ul li + li {
    margin-top: 0;
  }
  #medtos-footer dl {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #medtos-footer dl dt {
    position: relative;
    margin: 0 !important;
    padding: 12px;
  }
  #medtos-footer dl dt::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    color: #4372C0;
    font-size: 80%;
    content: "▼";
  }
  #medtos-footer dl dt.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #medtos-footer dl dd {
    display: none;
    padding: 0 8px 16px 30px;
  }
  #medtos-footer dl.health-support-sites {
    width: 100%;
    padding: 0;
    border-top: none;
  }
  #medtos-footer dl.health-support-sites dd ul {
    float: none;
    width: 100%;
    padding: 0;
  }
  #medtos-footer ul li a {
    display: block;
    padding: 8px 0 8px;
  }
  #medtos-footer ul li.img-link {
    margin: 8px 0;
  }
  #medtos-footer ul li.img-link a {
    padding: 0;
  }
  #medtos-footer ul.others-links {
    padding: 8px 12px;
    border-left: none;
  }
  #medtos-footer address {
    padding: 12px 0;
    background: #747474;
    color: #fff;
    text-align: center;
    font-style: normal;
  }
}
/* --------------------------------------------------

assistant-menu

-------------------------------------------------- */
#medtos-assistant-menu {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 4;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(240px);
          transform: translateX(240px);
  width: 300px;
  border-radius: 3px 0 0 3px;
}

#medtos-assistant-menu:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#medtos-assistant-menu .pc-item {
  display: inline-block;
}

#medtos-assistant-menu .sp-item {
  display: none;
}

#medtos-assistant-menu ul li {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 3px 0 0 3px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  white-space: nowrap;
}

#medtos-assistant-menu ul li:last-child {
  border-bottom: 1px solid #fff;
}

#medtos-assistant-menu ul li#medtos-sync-search {
  padding: 15px 22px;
}

#medtos-assistant-menu ul li#medtos-sync-search input {
  height: 28px;
}

#medtos-assistant-menu ul li a {
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 15px 23px;
  color: #fff;
}

#medtos-assistant-menu ul li a:hover {
  opacity: 0.7;
}

#medtos-assistant-menu ul li form {
  display: inline-block;
  /*float: right;*/
  width: calc(100% - 40px);
}

#medtos-assistant-menu ul li i {
  display: inline-block;
  width: 20px;
  margin-right: 16px;
}

#medtos-assistant-menu ul li i input {
  width: 20px;
  height: 20px !important;
  outline: none;
  background: none;
  border: none;
}

/* ua is sphone or tablet */
@media screen and (max-width: 1366px) {
  #medtos-assistant-menu:not(.pc-window) {
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: inherit;
    transition: inherit;
    width: 100%;
    border-top: 1px solid #5b5b5b;
    border-radius: none;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
    background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  }
  #medtos-assistant-menu:not(.pc-window) .pc-item {
    display: none;
  }
  #medtos-assistant-menu:not(.pc-window) .sp-item {
    display: inline-block;
  }
  #medtos-assistant-menu:not(.pc-window) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 5px 0;
  }
  #medtos-assistant-menu:not(.pc-window) ul li {
    display: table-cell;
    padding: 0 !important;
    border: none !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 0;
    background: none;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
  }
  #medtos-assistant-menu:not(.pc-window) ul li:nth-child(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #medtos-assistant-menu:not(.pc-window) ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #medtos-assistant-menu:not(.pc-window) ul li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #medtos-assistant-menu:not(.pc-window) ul li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #medtos-assistant-menu:not(.pc-window) ul li:last-child {
    border-right: none !important;
  }
  #medtos-assistant-menu:not(.pc-window) ul li a {
    padding: 0;
    color: #000;
  }
  #medtos-assistant-menu:not(.pc-window) ul li a[href*="/"] i {
    background: url(/common/images/icons/icon_home.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu:not(.pc-window) ul li a.-js-tanamin-window i {
    background: url(/common/images/icons/icon_tanamin.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu:not(.pc-window) ul li a[href*=member] i,
  #medtos-assistant-menu:not(.pc-window) ul li a[href*=login] i {
    background: url(/common/images/icons/icon_login.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu:not(.pc-window) ul li a[href*=inquiry] i {
    background: url(/common/images/icons/icon_mail.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu:not(.pc-window) ul li i {
    display: block;
    width: 15px;
    height: 22px;
    margin: 0 auto 5px;
  }
  #medtos-assistant-menu:not(.pc-window) ul li i img {
    display: none;
  }
}
/* ua is pc */
@media screen and (max-width: 767px) {
  #medtos-assistant-menu.pc-window {
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: inherit;
    transition: inherit;
    width: 100%;
    border-top: 1px solid #5b5b5b;
    border-radius: none;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
    background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  }
  #medtos-assistant-menu.pc-window .pc-item {
    display: none;
  }
  #medtos-assistant-menu.pc-window .sp-item {
    display: inline-block;
  }
  #medtos-assistant-menu.pc-window ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 5px 0;
  }
  #medtos-assistant-menu.pc-window ul li {
    display: table-cell;
    padding: 0 !important;
    border: none !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 0;
    background: none;
    font-size: 90%;
    text-align: center;
    letter-spacing: -0.1em;
  }
  #medtos-assistant-menu.pc-window ul li:nth-child(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #medtos-assistant-menu.pc-window ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #medtos-assistant-menu.pc-window ul li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #medtos-assistant-menu.pc-window ul li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #medtos-assistant-menu.pc-window ul li:last-child {
    border-right: none !important;
  }
  #medtos-assistant-menu.pc-window ul li a {
    padding: 0;
    color: #000;
  }
  #medtos-assistant-menu.pc-window ul li a[href*="/"] i {
    background: url(/common/images/icons/icon_home.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu.pc-window ul li a.-js-tanamin-window i {
    background: url(/common/images/icons/icon_tanamin.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu.pc-window ul li a[href*=member] i,
  #medtos-assistant-menu.pc-window ul li a[href*=login] i {
    background: url(/common/images/icons/icon_login.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu.pc-window ul li a[href*=inquiry] i {
    background: url(/common/images/icons/icon_mail.png) no-repeat right center/100% auto;
  }
  #medtos-assistant-menu.pc-window ul li i {
    display: block;
    width: 15px;
    height: 22px;
    margin: 0 auto 5px;
  }
  #medtos-assistant-menu.pc-window ul li i img {
    display: none;
  }
}
/* main asset
-------------------------------------------------------------------------------- */
/* --------------------------------------------------

 topic_path

-------------------------------------------------- */
.topic-path {
  padding: 20px 0 40px;
}

/*#medtos-main-template .topic-path*/
.di + #medtos-main-template .topic-path {
  padding: 0;
}

/*.di.di-top + .topic-path*/
.embed-content-wrapper.di.di-top + .topic-path {
  padding: 0 0 40px;
}

/*.di.detail + .topic-path*/
.embed-content-wrapper.di.detail + .topic-path {
  padding-top: 0;
}

/*.medtos-template-qa-box .topic-path*/
.medtos-template-qa-box + .di-bottom-template .topic-path {
  padding: 0;
}

/*#intro*/
.di-intro.intro-top .topic-path {
  padding-bottom: 0;
}

/*#safety*/
#safety .topic-path {
  padding-bottom: 0;
}

.medtos-pan-navi {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 90%;
  line-height: 1.2;
}

.medtos-pan-navi a {
  color: #000 !important;
}

.medtos-pan-navi span {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 10px;
  background: url(https://medical.mt-pharma.co.jp/common/images/common.png) no-repeat 3px -96px;
  text-indent: -9999px;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .medtos-pan-navi span {
    margin: 0 4px;
    background-position: 3px -98px;
  }
  /*.di.di-top + .topic-path*/
  .embed-content-wrapper.di.di-top + .topic-path {
    padding: 0 0 24px;
  }
}
/* --------------------------------------------------

 bookmark-box

-------------------------------------------------- */
#medtos-main .bookmark-box {
  position: relative;
  background: #f2f2f2;
  padding: 12px 0;
}

#medtos-main .bookmark-box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  min-height: 33px;
  margin: 0 auto;
  padding: 0 20px;
}

/* tags */
#medtos-main .top-tags + div {
  margin-left: 32px;
}

#medtos-main .top-tags + div a[href*="/tags"] {
  font-size: 90%;
  margin-right: 16px;
}

#medtos-main .top-tags a {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background: none;
  color: #000;
  text-decoration: underline;
  font-size: 90%;
  line-height: 1;
}

#medtos-main .top-tags span {
  margin: 0 5px;
  font-size: 85%;
}

#medtos-main .top-tags a:not(:last-child) {
  margin: 0 8px 0 0;
}

#medtos-main .top-tags a:hover {
  text-decoration: none;
}

/* medtos_footprint_bookmark */
#medtos-main #medtos_footprint_bookmark {
  position: absolute;
  bottom: 0;
  right: 20px;
  float: right;
  cursor: pointer;
  height: 31px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #3a3a3a;
  text-align: center;
}

#medtos_footprint_bookmark .medtos_bookmark_footprint_desc {
  float: left;
  min-width: 135px;
  margin: 0 auto;
  padding: 6px 5px 8px 7px;
  font-size: 80%;
  text-align: center;
  letter-spacing: 0.1em;
}

#medtos_footprint_bookmark .medtos_bookmark_footprint_icon {
  float: right;
  width: 30px;
  height: 100%;
  margin: 0;
  padding: 5px 6px 5px 6px;
  border-left: 1px solid #ccc;
  font-size: 80%;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main .bookmark-box .wrap {
    max-width: 100%;
    padding: 0 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* tags */
  #medtos-main .top-tags {
    float: left;
    width: 85%;
  }
  #medtos-main .top-tags a {
    margin: 0;
    padding: 0;
    font-size: 90%;
  }
  #medtos-main .top-tags span {
    margin: 0 4px;
    font-size: 85%;
  }
  #medtos-main .top-tags a:not(:last-child) {
    margin: 0;
  }
  #medtos-main .top-tags + div {
    margin-left: 0px;
    float: left;
  }
  #medtos-main .top-tags + div a[href*="/tags"] {
    font-size: 90%;
    margin-right: 16px;
  }
  /* medtos_footprint_bookmark */
  #medtos-main #medtos_footprint_bookmark {
    position: static;
  }
  #medtos-main p#medtos_bookmark_button {
    display: none;
  }
  #medtos_footprint_bookmark .medtos_bookmark_footprint_icon {
    border: none;
  }
}
/* --------------------------------------------------

 medtos-recommend

-------------------------------------------------- */
#medtos-main #medtos-recommend {
  background: #005bac;
}

#medtos-main #medtos-recommend h2 {
  color: #fff;
}

/* --------------------------------------------------

 medtos-webSeminar

-------------------------------------------------- */
#medtos-main #medtos-webSeminar {
  text-align: center;
}

#medtos-main #medtos-webSeminar h2 {
  color: #000;
}

#medtos-main #medtos-webSeminar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  text-align: left;
}

#medtos-main #medtos-webSeminar ul li {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  padding: 16px;
  border: 1px solid #ccc;
}

#medtos-main #medtos-webSeminar .tags {
  margin: 0 -3px;
}

#medtos-main #medtos-webSeminar .tags a {
  display: inline-block;
  margin: 0 3px 5px;
  padding: 2px 20px 4px;
  background: #a6a6a6;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

#medtos-main #medtos-webSeminar ul li time {
  display: block;
  margin: 5px 0;
  font-weight: bold;
}

#medtos-main #medtos-webSeminar .link-btn {
  margin-top: 16px;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-webSeminar ul {
    margin: 0;
  }
  #medtos-main #medtos-webSeminar ul li {
    width: 100%;
    margin: 0;
    padding: 8px;
  }
  #medtos-main #medtos-webSeminar ul li + li {
    margin-top: 16px;
  }
  #medtos-main #medtos-webSeminar .link-btn {
    margin-top: 24px;
  }
}
/* --------------------------------------------------

 medtos-related-info

-------------------------------------------------- */
/* ----- drug-color ----- */
/* stl */
#medtos-main #medtos-related-info ul li a[href*="/stl"] {
  border-color: #492080;
  background: #492080;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/stl"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* smp */
#medtos-main #medtos-related-info ul li a[href*="/smp"] {
  border-color: #00366b;
  background: #00366b;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/smp"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* rec-ibd */
#medtos-main #medtos-related-info ul li a[href*="/rec-ibd"] {
  border-color: #124098;
  background: #124098;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/rec-ibd"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* ibd-library */
#medtos-main #medtos-related-info ul li a[href*="/ibd-library"] {
  border-color: #eb6100;
  background: #eb6100;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/ibd-library"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* rec-ra */
#medtos-main #medtos-related-info ul li a[href*="/rec-ra"] {
  border-color: #009e96;
  background: #009e96;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/rec-ra"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* urs */
#medtos-main #medtos-related-info ul li a[href*="/urs"] {
  border-color: #0058a4;
  background: #0058a4;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/urs"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* mjr */
#medtos-main #medtos-related-info ul li a[href*="/mjr"] {
  border-color: #641683;
  background: #641683;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/mjr"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* cnl */
#medtos-main #medtos-related-info ul li a[href*="/cnl"] {
  border-color: #f8b500;
  background: #f8b500;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/cnl"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* can */
#medtos-main #medtos-related-info ul li a[href*="/can"] {
  border-color: #005bac;
  background: #005bac;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/can"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* tnl */
#medtos-main #medtos-related-info ul li a[href*="/tnl"] {
  border-color: #e40074;
  background: #e40074;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/tnl"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* vaf */
#medtos-main #medtos-related-info ul li a[href*="/vaf"] {
  border-color: #531066;
  background: #531066;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/vaf"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* krm */
#medtos-main #medtos-related-info ul li a[href*="/krm"] {
  border-color: #0068b7;
  background: #0068b7;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/krm"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* rpa-derma、rpa-oto */
#medtos-main #medtos-related-info ul li a[href*="/rpa-derma"],
#medtos-main #medtos-related-info ul li a[href*="/rpa-oto"] {
  border-color: #ea5514;
  background: #ea5514;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/rpa-derma"]::after,
#medtos-main #medtos-related-info ul li a[href*="/rpa-oto"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* rec-ps */
#medtos-main #medtos-related-info ul li a[href*="/rec-ps"] {
  border-color: #f18705;
  background: #f18705;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/rec-ps"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* alex */
#medtos-main #medtos-related-info ul li a[href*="/alex"] {
  border-color: #007f41;
  background: #007f41;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/alex"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* lex */
#medtos-main #medtos-related-info ul li a[href*="/lex"] {
  border-color: #6C478F;
  background: #6C478F;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/lex"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* e-rapport */
#medtos-main #medtos-related-info ul li a[href*="/e-rapport"] {
  border-color: #52A7F4;
  background: #52A7F4;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/e-rapport"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* dys */
#medtos-main #medtos-related-info ul li a[href*="/dys"] {
  border-color: #003b78;
  background: #003b78;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/dys"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* upl */
#medtos-main #medtos-related-info ul li a[href*="/upl"] {
  border-color: #00b0b9;
  background: #00b0b9;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/upl"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* imu */
#medtos-main #medtos-related-info ul li a[href*="/imu"] {
  border-color: #f39800;
  background: #f39800;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/imu"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* rct */
#medtos-main #medtos-related-info ul li a[href*="/rc-als"] {
  border-color: #ed6d00;
  background: #ed6d00;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/rc-als"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* clg */
#medtos-main #medtos-related-info ul li a[href*="/clg"] {
  border-color: #d00941;
  background: #d00941;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/clg"]::after {
  border-top-color: #d00941;
  border-right-color: #d00941;
}

/* vaccine-pediatric */
#medtos-main #medtos-related-info ul li a[href*="/vaccine-pediatric"] span span {
  display: inline;
}

#medtos-main #medtos-related-info ul li a[href*="/vaccine-pediatric"] {
  border-color: #ea689d;
  background: #ffffe0;
}

#medtos-main #medtos-related-info ul li a[href*="/vaccine-pediatric"]::after {
  border-top-color: #ea689d;
  border-right-color: #ea689d;
}

/* n-station-ra */
#medtos-main #medtos-related-info ul li a[href*="/n-station-ra"] {
  border-color: #e06491;
  background: #e06491;
  color: #fff;
}

#medtos-main #medtos-related-info ul li a[href*="/n-station-ra"]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#medtos-main #medtos-related-info {
  background: #f2f2f2;
}

#medtos-main #medtos-related-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

#medtos-main #medtos-related-info ul li {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}

#medtos-main #medtos-related-info ul li a {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 4px 16px;
  border: 2px solid #0070c0;
  border-radius: 10px;
  background: #fff;
  color: #0070c0;
  text-align: center;
}

#medtos-main #medtos-related-info ul li a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}

#medtos-main #medtos-related-info ul li a:hover {
  background: #0070c0;
  color: #fff !important;
  text-decoration: none !important;
}

#medtos-main #medtos-related-info ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#medtos-main #medtos-related-info ul li a span {
  display: table-cell;
  vertical-align: middle;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-related-info ul {
    margin: 0 -4px;
  }
  #medtos-main #medtos-related-info ul li {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
}
/* --------------------------------------------------

medtos-intro-area

-------------------------------------------------- */
#medtos-main #medtos-intro-area {
  background: #C7E6F5;
}

#medtos-main #medtos-intro-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

#medtos-main #medtos-intro-area ul li {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}

#medtos-main #medtos-intro-area ul li a {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 4px 16px;
  border: 2px solid #0070c0;
  border-radius: 10px;
  background: #fff;
  color: #0070c0;
  text-align: center;
}

#medtos-main #medtos-intro-area ul li a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}

#medtos-main #medtos-intro-area ul li a:hover {
  background: #0070c0 !important;
  color: #fff !important;
  text-decoration: none !important;
}

#medtos-main #medtos-intro-area ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#medtos-main #medtos-intro-area ul li a span {
  display: table-cell;
  vertical-align: middle;
}

#medtos-main #medtos-intro-area .medtos-intro-bleak {
  display: none;
}

#medtos-main #medtos-intro-area ul li a span .medtos-intro-bleak + span {
  display: inline-block;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-intro-area ul {
    margin: 0 -4px;
  }
  #medtos-main #medtos-intro-area ul li {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
}
@media screen and (max-width: 540px) {
  #medtos-main #medtos-intro-area ul li a span .medtos-intro-bleak + span {
    display: none;
  }
  #medtos-main #medtos-intro-area .medtos-intro-bleak {
    display: block;
  }
}
/* btr */
#medtos-main #medtos-intro-area ul li a[href*=btr] {
  border-color: #3EB134;
  background: #3EB134;
  color: #fff;
}

#medtos-main #medtos-intro-area ul li a[href*=btr]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* bnw */
#medtos-main #medtos-intro-area ul li a[href*=bnw] {
  border-color: #7B59A3;
  background: #7B59A3;
  color: #fff;
}

#medtos-main #medtos-intro-area ul li a[href*=bnw]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* bsi */
#medtos-main #medtos-intro-area ul li a[href*=bsi] {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

#medtos-main #medtos-intro-area ul li a[href*=bsi]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* bmr */
#medtos-main #medtos-intro-area ul li a[href*=bmr] {
  border-color: #f89f6d;
  background: #f89f6d;
  color: #fff;
}

#medtos-main #medtos-intro-area ul li a[href*=bmr]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* bkg */
#medtos-main #medtos-intro-area ul li a[href*=bkg] {
  border-color: #e7908c;
  background: #e7908c;
  color: #fff;
}

#medtos-main #medtos-intro-area ul li a[href*=bkg]::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* --------------------------------------------------

 medtos-related-site

-------------------------------------------------- */
#medtos-main #medtos-related-site .wrap {
  max-width: 880px;
}

#medtos-main #medtos-related-site ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

#medtos-main #medtos-related-site ul li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 10px;
}

#medtos-main #medtos-related-site ul li a:hover {
  opacity: 0.7;
}

#medtos-main #medtos-related-site ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

#medtos-main #medtos-related-site ul li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 10px;
}

#medtos-main #medtos-related-site ul li a:hover {
  opacity: 0.7;
}

#medtos-main #medtos-related-site ul li {
  width: calc(33.333333% - 16px);
  margin: 0 8px 16px;
}

#medtos-main #medtos-related-site ul li dl dt {
  margin-bottom: 8px;
  font-size: 108%;
  text-align: center;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-related-site ul {
    margin: 0 -4px;
  }
  #medtos-main #medtos-related-site ul li {
    width: calc(33.333333% - 8px);
    margin: 0 4px 8px;
  }
}
/* --------------------------------------------------

 medtos-medical-news

-------------------------------------------------- */
#medtos-main #medtos-medical-news .wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#medtos-main #medtos-medical-news .medical-news-box {
  width: calc(50% - 24px);
}

#medtos-main #medtos-medical-news .wrap > .medical-news-box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

#medtos-main #medtos-medical-news h3 {
  margin-bottom: 16px;
  text-align: center;
}

#medtos-main #medtos-medical-news .medical-news-box div:nth-of-type(2) h3 {
  margin-top: 24px;
}

#medtos-main #medtos-medical-news .medical-news-list {
  overflow-y: scroll;
  height: 152px;
  padding: 8px;
}

#medtos-main #medtos-medical-news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#medtos-main #medtos-medical-news dl dt {
  width: 140px;
  margin-bottom: 16px;
  font-weight: bold;
}

#medtos-main #medtos-medical-news dl dd {
  overflow: hidden;
  width: calc(100% - 140px);
  margin-bottom: 16px;
}

#medtos-main #medtos-medical-news dl dt:last-of-type,
#medtos-main #medtos-medical-news dl dd:last-of-type {
  margin-bottom: 0;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-medical-news .wrap-inner {
    display: inherit;
  }
  #medtos-main #medtos-medical-news .medical-news-box {
    width: 100%;
  }
  #medtos-main #medtos-medical-news .medical-news-box + .medical-news-box {
    margin-top: 24px;
  }
  #medtos-main #medtos-medical-news .medical-news-list {
    height: 95px;
  }
  #medtos-main #medtos-medical-news dl dt {
    width: 110px;
  }
  #medtos-main #medtos-medical-news dl dd {
    width: calc(100% - 110px);
  }
}
/* --------------------------------------------------

 drug-info

-------------------------------------------------- */
#medtos-main #medtos-drug-info {
  background: #f2f2f2;
  border-top: 2px solid #fff;
}

#medtos-main #medtos-drug-info .wrap {
  padding: 40px 20px 24px;
}

#medtos-main #medtos-drug-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

#medtos-main #medtos-drug-info ul li {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}

#medtos-main #medtos-drug-info ul li img {
  width: 100%;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-drug-info ul {
    margin: 0 -4px;
  }
  #medtos-main #medtos-drug-info ul li {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
  #medtos-main #medtos-drug-info .wrap {
    padding: 24px 16px 16px;
  }
}
/* --------------------------------------------------

 medtos-di-link

-------------------------------------------------- */
#medtos-main #medtos-di-link .wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  background-color: #f2f2f2;
  border-radius: 16px;
}

#medtos-main #medtos-di-link .medtos-di-link-box {
  /* width: calc(50% - 16px); */
  margin: 16px auto;
}

#medtos-main #medtos-di-link .medtos-di-link-box p {
  text-align: center;
}

#medtos-main #medtos-di-link .medtos-di-link-box .link-btn {
  margin-top: 8px;
}

#medtos-main #medtos-di-link .medtos-di-link-box .medtos-di-drug-logo img {
  height: 50px;
  width: auto;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main #medtos-di-link .wrap-inner {
    display: inherit;
    margin: 24px auto;
    padding: 4px 0;
  }
  #medtos-main #medtos-di-link .medtos-di-link-box {
    width: calc(100% - 16px);
    margin: 16px 8px;
  }
  #medtos-main #medtos-di-link .medtos-di-link-box .medtos-di-drug-logo img {
    width: 100%;
    height: auto;
  }
}
/* --------------------------------------------------
di flex modules
-------------------------------------------------- */
.medtos-parts__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.medtos-parts__flex.__j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.medtos-parts__flex.__j-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.medtos-parts__flex.__a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medtos-parts__flex.__a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.medtos-parts__flex.__a-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.medtos-parts__flex.__a-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.medtos-parts__flex.__multilines {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.medtos-parts__flex.__d-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ----- sp ----- */
@media screen and (max-width: 767px) {
  .medtos-parts__flex.__d-column__sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ----- pc ----- */
@media screen and (min-width: 768px) {
  .medtos-parts__flex.__d-column__pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* --------------------------------------------------
di di-links
-------------------------------------------------- */
.medtos--di-links {
  background: #f2f2f2;
  margin-bottom: 2px;
}

.medtos--di-links--inner-wrap > div {
  max-width: 230px;
}

/* ----- pc ----- */
@media all and (min-width: 768px) {
  .medtos--di-links--inner-wrap > div {
    width: calc((100% - 48px) / 3);
  }
  .medtos--di-links--inner-wrap > div:not(:last-child) {
    margin-right: 24px;
  }
}
/* ----- sp ----- */
@media screen and (max-width: 767px) {
  .medtos--di-links--inner-wrap > div {
    width: 100%;
  }
  .medtos--di-links--inner-wrap > div:not(:last-child) {
    margin-bottom: 24px;
  }
}
/* ----- search ----- */
.medtos--di-links--inner-wrap--search > div {
  background: #fff;
  height: 68px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.medtos--di-links--inner-wrap--search__text {
  font-weight: bold;
  margin-bottom: 2px;
}

.medtos--di-links--inner-wrap--search__form {
  padding: 0;
}

.medtos--di-links--inner-wrap--search__form input {
  display: block;
  width: 100%;
}

/* ----- inquiry-medicine ----- */
.medtos--di-links--inner-wrap--inquiry-medicine a {
  background: #c3fbeb;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 10px;
  border: 2px solid #0070c0;
  border-radius: 10px;
  position: relative;
}

.medtos--di-links--inner-wrap--inquiry-medicine a:after {
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: "";
}

/* --------------------------------------------------
di di-menu
-------------------------------------------------- */
.medtos--di-menu > div {
  background: #f2f2f2;
  padding: 16px 24px;
}

.medtos--di-menu li:before {
  display: block;
  content: "";
  background: url(/common/images/icon_side_safety_links.png) no-repeat;
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-right: 5px;
}

/* ----- pc ----- */
@media all and (min-width: 768px) {
  .medtos--di-menu li {
    width: calc((100% - 48px) / 3);
  }
  .medtos--di-menu li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .medtos--di-menu li {
    width: calc((100% - 24px) / 2);
  }
  .medtos--di-menu li:not(:nth-child(2n)) {
    margin-right: 24px;
  }
}
/* ----- annex ----- */
.medtos--di-menu--annex {
  border-bottom: 2px solid #c3c3c3;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

/* ----- pc ----- */
@media all and (min-width: 768px) {
  .medtos--di-menu--annex li:not(:nth-last-child(-n+2)) {
    margin-bottom: 8px;
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .medtos--di-menu--annex li:not(:nth-last-child(-n+1)) {
    margin-bottom: 8px;
  }
}
/* ----- code ----- */
.medtos--di-menu--code {
  border-bottom: 2px solid #c3c3c3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.medtos--di-menu--code--title {
  font-size: 150%;
  margin-bottom: 16px;
  text-align: center;
}

.medtos--di-menu--code--list li:not(:nth-last-child(-n+1)) {
  margin-bottom: 8px;
}

/* ----- sp ----- */
@media all and (max-width: 767px) {
  .medtos--di-menu--other li:not(:nth-last-child(-n+1)) {
    margin-bottom: 8px;
  }
}
/* --------------------------------------------------
di di-safety-menu
-------------------------------------------------- */
.medtos--safety-menu--data {
  background: #f2f2f2;
  padding: 16px 24px;
}

.medtos--safety-menu--data--title {
  font-size: 150%;
  margin-bottom: 24px;
  text-align: center;
}

.medtos--safety-menu--data--discription li:not(:nth-last-child(1)) {
  margin-bottom: 8px;
}

.medtos--safety-menu--data--discription li:before {
  display: block;
  content: "";
  background: url(/common/images/icon_side_safety_links.png) no-repeat;
  width: 14px;
  height: 8px;
  margin-right: 5px;
}

/* ----- pc ----- */
@media all and (min-width: 768px) {
  .medtos--safety-menu--data--discription li {
    width: calc((100% - 48px) / 3);
  }
  .medtos--safety-menu--data--discription li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .medtos--safety-menu--data--discription li br {
    display: none;
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .medtos--safety-menu--data--discription li {
    width: calc((100% - 0px) / 2);
  }
  .medtos--safety-menu--data--discription li:not(:nth-last-child(2n)) {
    margin-right: 0;
  }
}
/* --------------------------------------------------
di di-template-qa
-------------------------------------------------- */
.medtos-template-qa-box {
  padding: 0 0 40px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.medtos-template-qa-box > div {
  background: #f2f2f2;
  padding: 8px 16px;
  border: 1px solid #0070c0;
  border-radius: 5px;
  width: 1200px;
  margin: 0 auto;
}

.medtos-template-qa-box > div h2 {
  margin-bottom: 8px;
  font-size: 112.5%;
  font-weight: normal;
}

.medtos-template-qa-box > div h2 a {
  color: #000;
}

.medtos-template-qa-box > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.medtos-template-qa-box > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.medtos-template-qa-box > div ul li:not(:nth-last-child(-n+2)) {
  margin-bottom: 8px;
}

.medtos-template-qa-box > div ul li:before {
  display: block;
  content: "";
  background: url(/common/images/icon_side_safety_links.png) no-repeat;
  width: 14px;
  height: 8px;
  margin-right: 5px;
}

/* ----- pc ----- */
@media all and (min-width: 768px) {
  .medtos-template-qa-box > div ul li {
    width: calc((100% - 120px) / 6);
  }
  .medtos-template-qa-box > div ul li:not(:nth-child(6n)) {
    margin-right: 24px;
  }
}
/* ----- sp ----- */
@media all and (max-width: 767px) {
  .medtos-template-qa-box > div {
    width: calc(100% - 32px);
  }
  .medtos-template-qa-box > div ul li {
    width: calc((100% - 24px) / 2);
  }
  .medtos-template-qa-box > div ul li:not(:nth-child(2n)) {
    margin-right: 24px;
  }
}
/* --------------------------------------------------

drug_contents_link_bnr

-------------------------------------------------- */
/*------------start drug_contents_link_bnr-dys------------*/
.drug_contents_link_bnr-dys {
  margin: 48px auto 0;
  text-align: center;
  width: 880px;
}

.drug_contents_link_bnr-dys img {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .drug_contents_link_bnr-dys {
    width: calc(100% - 16px);
    margin: 24px auto 0;
  }
}
/*------------end drug_contents_link_bnr-dys-------------*/
/* --------------------------------------------------

medtos-main

-------------------------------------------------- */
#main {
  max-width: 920px;
  margin: 0 auto;
  padding: 16px 20px 24px;
  background: #fff;
}

.intro-top #main {
  padding-top: 0;
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #medtos-main {
    width: 100%;
  }
  #main {
    margin: 0 16px;
    padding: 24px 0;
  }
}
/* --------------------------------------------------

cooperation subMenu

-------------------------------------------------- */
.medtos-category-link-box .medtos-template-box {
  background: #f2f2f2;
  padding: 16px 24px;
}

.medtos-category-link-box .medtos-template-box p {
  font-size: 115%;
  margin-bottom: 8px;
}

.medtos-category-link-box .medtos-template-box p a {
  color: #000;
}

.medtos-category-link-box .medtos-template-box ul li:not(:nth-child(3n)) {
  margin-right: 8px;
}

.medtos-category-link-box .medtos-template-box ul li:before {
  display: block;
  content: "";
  background: url(/common/images/icon_side_safety_links.png) no-repeat;
  width: 14px;
  height: 8px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .medtos-category-link-box .medtos-template-box ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .medtos-category-link-box .medtos-template-box ul li:not(:nth-last-child(1)) {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*--------------- /seminars/ -----------*/
div.seminars-contents {
  margin: 15px 0;
  overflow: hidden;
  text-align: left;
}

div.seminars-contents {
  margin: 15px 0;
  overflow: hidden;
  text-align: left;
}

div.seminars-contents p.seminars-category-title a {
  display: block;
  font-size: 110%;
  color: #0f9bcf;
  font-weight: bold;
}

div.seminars-contents div.seminars-box p.seminar-title span.sub-title {
  color: #000;
  font-size: 90%;
}

div.seminars-contents div.seminars-box p.seminar-title a {
  color: #0f9bcf;
  font-size: 100%;
  font-weight: bold;
}

div.seminars-contents div.seminars-left {
  float: left;
  padding-right: 10px;
  width: 48%;
}

div.seminars-contents div.seminars-right {
  float: right;
  width: 48%;
}

div.seminars-contents div.seminars-category p.seminars-category-title {
  padding-bottom: 5px;
  font-weight: bold;
  height: 45px;
}

div.seminars-contents div.seminars-category p.seminars-category-title a {
  font-size: 110%;
  color: #0f9bcf;
  font-weight: bold;
  padding-left: 30px;
}

div.seminars-contents div.seminars-category p.seminars-category-title img {
  vertical-align: bottom;
  padding-right: 5px;
  margin-left: -26px;
}

div.seminars-contents div.seminars-box {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  padding: 10px;
  text-align: left;
  overflow: hidden;
}

div.seminars-contents div.seminars-box div.profile {
  overflow: hidden;
  padding-left: 5px;
}

div.seminars-contents div.seminars-box p.profile-name {
  font-size: 95%;
}

div.seminars-contents div.seminars-box div.profile img {
  margin-right: 5px;
  width: 57px;
  float: left;
}

div#medtos-main-template div.seminars-contents div.seminars-box p span.doctor-name {
  font-size: 120%;
  font-weight: bold;
  padding-right: 1em;
}

div#medtos-main-template div.seminars-contents div.seminars-box p span.doctor-section {
  color: #797979;
}

@media screen and (max-width: 960px) {
  div.seminars-contents div.seminars-box {
    height: 165px;
  }
}
/* standard helper classes
-------------------------------------------------------------------------------- */
.medtos-clr {
  clear: both;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  border: 0;
  font-size: 0;
  line-height: 0;
}

.medtos-jump {
  position: absolute;
  left: -9999px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.medtos-viewall {
  text-align: right;
  font-size: 80%;
  line-height: 130%;
  letter-spacing: 1px;
  padding: 0 15px 0 0;
  margin: 10px 0 15px 0;
  background: url(/../../../images/li_4.gif) no-repeat right 0.2em;
}

.medtos-right {
  float: right;
  margin: 0 0 5px 5px;
}

.medtos-left {
  float: left;
  margin: 0 5px 5px 0;
}

.medtos-center {
  text-align: center !important;
}

.medtos-txt-r {
  text-align: right !important;
}

.medtos-red {
  color: #FF0000;
}

.medtos-margin0 {
  margin: 0 !important;
}

.medtos-border0 {
  border: none !important;
}

.medtos-btn {
  width: 60px;
  height: 20px;
  color: #FFFFFF;
  font-size: 80%;
  letter-spacing: 5px;
  line-height: 100%;
  border: none;
}

.medtos-size70 {
  font-size: 70% !important;
}

.medtos-size80 {
  font-size: 80% !important;
}

.medtos-link-flash {
  font-size: 70% !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  margin: 15px 0 0 0 !important;
}

.medtos-print-none {
  display: none;
}

.medtos-txt {
  background: #fff;
  border: 1px solid #a2a2a2;
}

.reader {
  border: 1px solid #CCCCCC;
  background: url(/../images/bg_slash_glay.gif);
  padding: 5px;
  font-size: 90%;
  line-height: 120%;
  text-align: center;
  margin: 0 0 10px 0;
}

.reader p {
  text-align: left;
}

.reader img {
  margin: 0 auto 5px auto;
}

.bnr:hover {
  opacity: 1;
  filter: alpha(opacity=10);
  -ms-filter: "alpha( opacity=10 )";
  background-color: #fff;
}

.contents-box-section ul li .medtos-new-mark {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 1;
  margin: auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: #c00000;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}

.contents-box-section ul li .medtos-new-mark.non-new {
  display: none;
}

body .medtos-contents-old {
  display: none !important;
}

.contents-box-section ul li .on-new {
  display: inline-block !important;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 1;
  margin: auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: #c00000;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}

/* font size chenge
-------------------------------------------------------------------------------- */
#medtos-fontchange {
  width: 160px;
  height: 29px;
  text-align: right;
  font-size: 70%;
  line-height: 100%;
  position: absolute;
  top: 20px;
  right: 35px;
}

#medtos-fontchange a {
  background: none;
}

#medtos-fontchange dl {
  overflow: hidden;
}

#medtos-fontchange dl dt {
  width: 62px;
  height: 20px;
  text-indent: -3px;
  float: left;
  background: url(/../images/common.png) no-repeat left 7px;
}

#medtos-fontchange dl dt span {
  display: none;
}

#medtos-fontchange dl dd {
  float: left;
  padding: 0 5px 0 0;
}

#medtos-fontchange p {
  padding: 5px 5px 5px 50px;
}

#medtos-print-bt a {
  width: 44px;
  height: 24px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 19px;
  display: block;
  background: url(/../images/common.png) no-repeat left -21px;
}

#medtos-print-bt a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

/* add iPad movie 20201127
-------------------------------------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #movie_area {
    max-height: 434px !important;
    height: 100% !important;
  }
}
/* emergency_link
-------------------------------------------------------------------------------- */
body div#emergency_link {
  border: 4px solid #d91818;
  border-radius: 2px;
  text-align: left;
  margin-bottom: 15px;
  background: url(/common/images/icons/icon_emergency.png) no-repeat 5px center, #fff;
}

body#di div#emergency_link {
  margin-top: 15px;
}

body div#emergency_link a {
  color: #d91818;
  display: block;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 15px 10px 40px;
  letter-spacing: 1.2px;
}

body#di div#emergency_link a {
  font-size: 95%;
  line-height: 1.2;
  padding: 7px 15px 7px 40px;
}

/* bcp_notice
-------------------------------------------------------------------------------- */
body .bcp_notice {
  margin-bottom: 25px;
  padding: 10px 20px;
  border: 3px solid red;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

body .bcp_notice img {
  max-width: 100%;
}

body .bcp_notice a, a:link, a:visited, a:active {
  color: #4472c4;
  text-decoration: none;
  cursor: pointer;
}

body .bcp_notice a:hover {
  text-decoration: underline !important;
}

@media all and (min-width: 768px) {
  .category-nav-wrap > li:hover .subMenu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, height 0.4s ease 0.3s !important;
    transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, height 0.4s ease 0.3s !important;
  }
  /* .category-nav-wrap>li:nth-child(1):hover .subMenu{
    height: 462px !important;
  } */
  .category-nav-wrap > li:nth-child(2):hover .subMenu {
    height: 288px !important;
  }
  .category-nav-wrap > li:nth-child(3):hover .subMenu {
    height: 242px !important;
  }
  .category-nav-wrap > li:nth-child(4):hover .subMenu {
    height: 314px !important;
  }
  .category-nav-wrap > li:nth-child(5):hover .subMenu {
    height: 242px !important;
  }
}
/* ==========
common
========== */
#inquiry {
  padding-top: 32px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ" !important;
}

#inquiry p {
  margin-bottom: 0;
}

#inquiry sup {
  font-size: 65%;
  top: -1ex;
}

#inquiry .inquiry_txt {
  margin-bottom: 24px;
}

#inquiry div.notice {
  margin: 3px 0 0.5em 0;
  border-top: double 3px #e00;
  border-bottom: double 3px #e00;
  padding: 2px 5px;
  color: #e00;
}

.inquiry_txt-center {
  text-align: center;
}

.inquiry_txt-right {
  text-align: right;
  display: block;
}

.inquiry_bold {
  font-weight: bold;
}

.inquiry_sec:not(:last-child) {
  margin-bottom: 100px;
}

.inquiry_wrap:not(:last-child) {
  margin-bottom: 54px;
}

.inquiry_inner {
  padding: 0 16px;
}

#inquiry_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #000;
}

span.select_wrap {
  position: relative;
  display: inline-block;
}

span.select_wrap:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  top: calc(50% - 2px);
  right: 16px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  #inquiry {
    padding-top: 0px;
  }
  .inquiry_inner {
    padding: 0;
  }
  .inquiry_sec:not(:last-child) {
    margin-bottom: 64px;
  }
  #inquiry .inquiry_txt {
    margin-bottom: 16px;
  }
  span.select_wrap {
    width: 100%;
  }
}
@media (min-width: 769px) {
  br.inquiry_br {
    display: none;
  }
}
/* icon */
.inquiry_icon {
  display: grid;
  grid-template-columns: 32px -webkit-max-content;
  grid-template-columns: 32px max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.inquiry_icon span {
  display: inline-grid;
}

.inquiry_icon img {
  width: 32px;
  height: 32px;
}

.inquiry_tel-num .inquiry_icon img {
  width: 40px;
  height: 40px;
}

.inquiry_tel-num .inquiry_icon {
  grid-template-columns: 40px -webkit-max-content;
  grid-template-columns: 40px max-content;
}

@media (max-width: 767px) {
  .inquiry_icon {
    grid-template-columns: 24px 1fr;
  }
  .inquiry_icon img {
    width: 24px;
    height: 24px;
  }
}
/* btn */
#inquiry .inquiry_btn {
  display: grid;
  place-items: center;
  width: 440px;
  height: 84px;
  border: 2px solid #0070c0;
  max-width: 100%;
  background: #0070c0;
  margin: 32px auto 16px;
  border-radius: 48px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

#inquiry .inquiry_btn:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 18px;
  position: absolute;
}

#inquiry .inquiry_btn:hover {
  background: #fff;
  color: #0070c0;
  text-decoration: none;
}

#inquiry .inquiry_btn:hover:before {
  background: #fff;
  color: #0070c0;
  border: 3px solid #0070c0;
  border-left: 0;
  border-bottom: 0;
}

.inquiry_btn-wrap {
  margin-top: 40px;
  border: 1px solid #000;
  padding: 24px;
}

.inquiry_btn-wrap > .inquiry_bold {
  font-size: 18px;
}

#inquiry .inquiry_btn-wrap .inquiry_btn {
  margin: 32px auto 0;
}

@media (max-width: 767px) {
  #inquiry .inquiry_btn {
    height: 72px;
    font-size: 18px;
    margin: 16px auto 16px;
  }
  #inquiry .inquiry_btn:has(+ p + *) {
    margin: 0 auto 42px;
  }
}
/* btn-tanamin */
#inquiry .inquiry_btn-tanamin {
  display: grid;
  place-items: center;
  position: relative;
  width: 400px;
  height: 54px;
  max-width: 100%;
  border: 1px solid #0070c0;
  border-radius: 32px;
  color: #0070c0;
  font-weight: bold;
}

#inquiry .inquiry_btn-tanamin:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #0070c0;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 18px;
  position: absolute;
}

#inquiry .inquiry_btn-tanamin:hover {
  background: #0070c0;
  color: #fff;
  text-decoration: none;
}

#inquiry .inquiry_btn-tanamin:hover:before {
  background: #0070c0;
  color: #fff;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

@media (max-width: 767px) {
  #inquiry .inquiry_btn-tanamin {
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
  }
  #mvp-main #inquiry .-js-tanamin-window img.tanamin {
    width: 64px;
  }
  #mvp-main #inquiry .-js-tanamin-window img + div {
    width: 100%;
  }
  #mvp-main #inquiry .-js-tanamin-window img + div > p {
    margin-bottom: 10px;
  }
}
/* link */
#inquiry .inquiry_link {
  text-decoration: underline;
}

#inquiry .inquiry_link:hover {
  text-decoration: none;
}

/* color */
.inquiry_bg-blue {
  background: #0070c0;
}

#inquiry .inquiry_txt-red,
#inquiry .inquiry_txt-red a {
  color: #ff0000;
}

#inquiry .inquiry_txt-white {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #0070c0;
}

@media (max-width: 767px) {
  #inquiry .inquiry_txt-white {
    font-size: 16px;
  }
}
#inquiry .inquiry_txt-white:hover {
  background: #fff;
  color: #0070c0;
  text-decoration: none;
}

#inquiry .inquiry_txt-white:hover .inquiry_grid:after {
  border-color: #0070c0;
}

/* title */
.inquiry_sec-title {
  border-left: 16px solid #0070c0;
  margin-bottom: 16px;
}

.inquiry_sec-title-sub {
  margin-bottom: 24px;
}

.inquiry_sec-title h2,
.inquiry_sec-title-sub h2 {
  font-size: 32px;
  padding-left: 16px;
}

.inquiry_sec-title:has(+ small.inquiry_txt-right) {
  margin-bottom: 0;
}

#inquiry h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

#inquiry h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

#inquiry .inquiry_txt-center {
  text-align: center;
}

@media (max-width: 767px) {
  .inquiry_sec-title h2,
  .inquiry_sec-title-sub h2 {
    font-size: 24px;
  }
  #inquiry h3,
  #inquiry h4 {
    font-size: 20px;
  }
}
/* list */
.inquiry_list {
  margin: 8px 16px 24px;
}

.inquiry_list li {
  padding-left: 1rem;
  position: relative;
}

.inquiry_list li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 0;
}

.inquiry_list li + li {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .inquiry_list {
    margin: 8px 0px 16px;
  }
}
/* ==========
bcp
========== */
#inquiry .inquiry_bcp .wrap {
  padding: 24px 0 32px;
  margin: 0;
}

#inquiry .inquiry_bcp .bcp_notice {
  margin-bottom: 0;
}

#inquiry .inquiry_bcp .wrap p {
  margin-bottom: 0;
}

/* ==========
layout
========== */
/* grid */
#inquiry *[class^=inquiry_grid] {
  display: grid;
}

#inquiry *[class$=-col3] {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

@media (max-width: 767px) {
  #inquiry *[class$=-col3] {
    grid-template-columns: 1fr;
  }
}
/* ==========
inquiry_form-link
========== */
.inquiry_txt-box {
  margin-bottom: 40px;
}

.inquiry_form-link {
  margin-bottom: 80px;
}

#inquiry .inquiry_form-link p {
  margin-bottom: 8px;
}

.inquiry_form-link ul {
  margin-bottom: 24px;
}

.inquiry_form-link li {
  display: grid;
  place-items: center;
  text-align: center;
}

.inquiry_form-link li a {
  display: block;
  width: calc(100% - 32px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px;
}

.inquiry_form-link li span {
  position: relative;
}

.inquiry_form-link li a > span:after {
  content: "";
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(0px) rotate(135deg);
          transform: translateY(0px) rotate(135deg);
}

@media (max-width: 767px) {
  .inquiry_form-link {
    margin-bottom: 54px;
  }
  .inquiry_form-link li a {
    padding: 8px;
  }
  .inquiry_form-link li span:after {
    position: relative;
    top: -4px;
  }
}
/* ==========
inquiry_tanamin
========== */
.inquiry_wrap-tanamin {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 16px;
  border: 1px solid #000;
  padding: 32px;
}

.inquiry_wrap-tanamin h4 {
  margin-bottom: 0;
}

.inquiry_tanamin {
  padding: 16px;
}

#inquiry .inquiry_wrap-tanamin i {
  font-size: 80%;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .inquiry_wrap-tanamin {
    display: block;
    padding: 24px;
  }
  #inquiry .inquiry_wrap-tanamin i {
    width: 70%;
    height: 30px;
    display: grid !important;
    place-items: center;
    margin: 0 auto;
  }
}
/* ==========
inquiry_tel
========== */
.inquiry_tel {
  background: #f2f2f2;
  padding: 40px 56px;
  text-align: center;
}

#inquiry .inquiry_tel p {
  text-align: center;
}

.inquiry_tel-num a {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 16px;
}

.inquiry_contact-alex {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #000;
}

.inquiry_contact-alex a {
  color: #000;
}

.inquiry_contact-spike {
  margin-top: 32px;
}

.inquiry_contact-spike a {
  color: #000;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 767px) {
  #inquiry *[class$=-col3] {
    grid-template-columns: 1fr;
  }
  .inquiry_tel {
    background: #f2f2f2;
    padding: 24px 16px;
    text-align: center;
  }
}
/* ==========
inquiry_qa
========== */
.inquiry_qa {
  padding: 40px 56px;
  background: #edf6fd;
}

.inquiry_qa li {
  color: #333;
  padding-left: 1rem;
  text-indent: -1rem;
}

.inquiry_qa li + li {
  margin-top: 0.5rem;
}

.inquiry_qa li a {
  color: #2b70bc;
  font-size: 18px;
}

@media (max-width: 767px) {
  .inquiry_qa {
    padding: 24px;
  }
  .inquiry_qa li a {
    font-size: 16px;
  }
}
/* ==========
inquiry_modal-box
========== */
.inquiry_modal-box {
  display: none;
}

.inquiry_modal-bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.inquiry_modal-bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.inquiry_modal-inner {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.inquiry_modal-inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.inquiry_modal-item {
  max-width: 560px;
  width: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  position: absolute;
  z-index: 1;
  -webkit-transform: translate3d(0, 48px, 0);
          transform: translate3d(0, 48px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.inquiry_modal-item.is-active {
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.inquiry_modal_close {
  background: #f2f2f2;
  padding: 16px;
  text-align: center;
}

.inquiry_modal_close:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inquiry_modal_close span {
  position: relative;
}

.inquiry_modal_close span:before,
.inquiry_modal_close span:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -24px;
  width: 18px;
  height: 3px;
  background: #000;
  cursor: pointer;
}

.inquiry_modal_close span:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.inquiry_modal_close span:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#inquiry .inquiry_modal-title p {
  font-size: 18px;
  font-weight: bold;
  padding: 32px 32px;
  margin-bottom: 32px;
  display: block;
  border-bottom: 1px solid #000;
}

.inquiry_modal-title + div {
  padding: 0 32px 32px;
}

#inquiry .inquiry_modal-item .inquiry_btn {
  height: 54px;
  font-size: 18px;
  width: 320px;
  margin: 24px auto 0;
}

#inquiry .inquiry_btn.inquiry_btn-seminar {
  background: #ffc000;
  border: none;
}

#inquiry .inquiry_btn.inquiry_btn-seminar:hover {
  color: #fff;
}

#inquiry .inquiry_btn.inquiry_btn-seminar:hover:before {
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  background: none;
}

@media (max-width: 767px) {
  .inquiry_modal-item {
    max-width: calc(100% - 24px);
  }
}
/* ==========
inquiry_form
========== */
#inquiry input[type=button],
#inquiry input[type=submit] {
  -webkit-appearance: none;
}

#inquiry input[type=checkbox]:hover,
#inquiry input[type=submit]:hover,
#inquiry button:hover {
  cursor: pointer;
}

.medicine_form {
  margin-bottom: 40px;
}

#inquiry_form {
  margin-bottom: 40px;
}

#inquiry_form tr:has(+ tr) {
  border-top: 1px solid #000;
}

#inquiry_form tr:not(:has(+ tr)) {
  border-bottom: 1px solid #000;
}

#inquiry_form th {
  min-width: 160px;
  max-width: 100%;
  background: #f2f2f2;
}

#inquiry #inquiry_form th,
#inquiry #inquiry_form td {
  padding: 24px;
  height: 50px;
  line-height: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#inquiry #inquiry_form .inquiry_form-va-top {
  vertical-align: top;
}

#inquiry_form dt {
  font-weight: bold;
}

#inquiry_form label {
  line-height: 1.5;
  display: inline-block;
}

#inquiry_form .required {
  display: block;
}

#inquiry_form .required span {
  background: #ff0000;
  color: #fff;
  padding: 0px 4px;
  font-size: 12px;
}

#inquiry #inquiry_form .medicine_border-top-none th,
#inquiry #inquiry_form .medicine_border-top-none td {
  padding-top: 0;
}

.inquiry_form-grid {
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.medtos-name-outer {
  display: grid;
  grid-template-columns: 48px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry_form input,
#inquiry_form select {
  min-width: 200px;
  height: 24px;
  padding: 8px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

#inquiry .notes_top {
  margin-bottom: 24px;
}

#institution_search_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

#institution_search_form .inquiry_grid {
  grid-template-columns: 80px -webkit-min-content;
  grid-template-columns: 80px min-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry_form #institution_search_info_submit,
#inquiry_form #institution_search_info_clear {
  min-width: auto;
  height: 42px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 4px !important;
  display: block;
  font-size: 14px;
}

#institution_search_form .medtos-search-box-buttons.inquiry_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#inquiry_form #institution_search_info_clear {
  background: #afafaf;
}

#institution_search_info_submit {
  background: #0070c0;
  border: 1px solid !important;
}

#inquiry_form #institution_search_info_submit:hover {
  color: #0070c0;
  background: #fff;
  border: 1px solid #0070c0;
}

#inquiry_mailaddress,
#inquiry_mailaddress_confirmation,
select#inquiry_occupation_id {
  width: 320px;
}

#inquiry_department {
  width: 282px;
}

p:has(+ #inquiry_mailaddress_confirmation) {
  margin-top: 16px;
}

#inquiry_product_name,
#inquiry_message {
  width: 80%;
}

#inquiry_message {
  padding: 8px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ";
}

#inquiry_form input[name^="inquiry[desired_response_week]"] {
  min-width: 1.25rem;
  vertical-align: middle;
}

#inquiry #inquiry_form .inquiry_week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: auto;
}

.inquiry_week label:nth-child(1) {
  grid-area: 1/1/2/2;
}

.inquiry_week label:nth-child(2) {
  grid-area: 1/2/2/3;
}

.inquiry_week label:nth-child(3) {
  grid-area: 1/3/2/4;
}

.inquiry_week label:nth-child(4) {
  grid-area: 1/4/2/5;
}

.inquiry_week label:nth-child(5) {
  grid-area: 1/5/2/6;
}

.inquiry_week label:nth-child(6) {
  grid-area: 2/1/3/3;
}

#inquiry_occupation_id,
#inquiry_desired_response_time {
  width: 240px;
}

.submit {
  text-align: center;
}

.submit input {
  font-size: 18px;
  width: 304px;
  padding: 16px 8px;
  border-radius: 4px;
  background: #0070c0;
  color: #fff;
  font-weight: bold;
  border: 1px solid;
}

.submit input:hover {
  color: #0070c0;
  background: #fff;
  border: 1px solid #0070c0;
}

#inquiry .inquiry_top-link {
  text-align: center;
  font-weight: bold;
}

#inquiry .inquiry_top-link a {
  color: #0070c0;
  font-size: 18px;
  position: relative;
}

#inquiry .inquiry_top-link a:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #0070c0;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  left: -16px;
  position: absolute;
}

li.with_textbox div.formError, div.formError {
  color: #f00;
  font-weight: bold;
  display: block;
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  #inquiry_form .medicine_border-top-none {
    border-top: none;
  }
}
#inquiry_address {
  font-size: 16px;
  padding: 8px;
  border: 2px solid #ddd;
  border-radius: 4px;
  min-width: 200px;
  max-width: 100%;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  resize: auto !important;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ";
}

@media (max-width: 767px) {
  #inquiry table,
  #inquiry table tbody,
  #inquiry table tr,
  #inquiry table th,
  #inquiry table td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  #inquiry #inquiry_form th,
  #inquiry #inquiry_form td {
    height: auto;
    padding: 16px;
    width: calc(100% - 32px);
  }
  #institution_search_form {
    grid-template-columns: 1fr;
  }
  dl.medtos-name-outer + dl.medtos-name-outer {
    margin-top: 16px;
  }
  #inquiry_form input,
  #inquiry_form select,
  #inquiry_address {
    min-width: calc(100% - 18px);
    width: auto;
  }
  #inquiry_form .required {
    display: inline-block;
  }
  #institution_search_form .inquiry_grid {
    grid-template-columns: 80px 1fr;
  }
  #inquiry_form #institution_search_info_submit,
  #inquiry_form #institution_search_info_clear {
    width: calc(50% - 32px);
    min-width: 100%;
  }
  #inquiry #inquiry_form .medicine_border-top-none th,
  #inquiry #inquiry_form .medicine_border-top-none td {
    padding-top: 16px;
  }
  #institution_search_form .medtos-search-box-buttons.inquiry_grid {
    margin: 16px 0;
  }
  #inquiry_mailaddress,
  #inquiry_mailaddress_confirmation {
    width: auto;
  }
  #inquiry_product_name,
  #inquiry_message {
    width: calc(100% - 18px);
  }
  #inquiry #inquiry_form .inquiry_week {
    display: block;
  }
  #inquiry_form input[name="inquiry[desired_response_week][]"],
  #inquiry_form input[name="inquiry[inquiry_type]"] {
    min-width: 1rem;
    min-height: 1rem;
    padding: 0;
  }
}
ul.select_items {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 24px;
}

ul.select_items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#inquiry_form .select_items input {
  min-width: auto;
  margin: 0;
}

@media (max-width: 767px) {
  ul.select_items {
    grid-template-columns: auto;
  }
}
.whitespace-nowrap {
  white-space: nowrap;
}

.field_with_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.field_with_note span {
  display: block;
  line-height: 1.5;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .field_with_note {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .field_with_note span {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
#inquiry_form #institution_search_list tr:not(:has(+ tr)) {
  border-bottom: none;
}

#inquiry_form #institution_search_list tr {
  border-bottom: none;
  display: grid;
  grid-template-columns: 40px 50px 130px 120px 1fr;
  max-width: calc(100% - 2px);
}

#inquiry_form #institution_search_list tr + tr {
  border-top: none;
}

#inquiry #institution_search_list th,
#inquiry #institution_search_list td {
  padding: 8px;
  border: 1px solid #000;
  width: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}

#inquiry_form #institution_search_list .direct_input_form th,
#inquiry_form #institution_search_list .direct_input_form td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#inquiry #institution_search_list_body tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry #institution_search_list th {
  border-bottom: none;
  background-color: #0070c0;
  color: #fff;
  height: auto;
  min-width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry #institution_search_list .no {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry #institution_search_list .select input {
  margin: 0 auto;
  display: block;
  min-width: 1rem;
  min-height: 1rem;
  padding: 0;
}

#inquiry_form #institution_search_list .direct_input_form table {
  width: 100%;
}

#inquiry_form #institution_search_list .direct_input_form tr {
  grid-template-columns: 100px 1fr;
}

#inquiry_form #institution_search_list .direct_input_form tr {
  grid-template-columns: 140px 1fr;
  border: 1px solid;
}

#inquiry_form #institution_search_list .direct_input_form tr + tr {
  border-top: none;
}

#inquiry_form #institution_search_list .direct_input_form th {
  border: none;
}

#inquiry_form #institution_search_list .direct_input_form td {
  border: none;
  height: auto;
}

#inquiry_form #institution_search_list .direct_input_form .select_wrap {
  min-width: 100%;
}

#inquiry_form #institution_search_list .direct_input_form select {
  min-width: calc(100% - 20px);
}

#inquiry_form #institution_search_list .direct_input_form #inquiry_address {
  min-width: auto;
  max-width: 100%;
  width: calc(100% - 20px);
}

#inquiry_form #institution_search_list .direct_input_form input {
  min-width: auto;
  width: calc(100% - 20px);
}

div#institution_search_list_head p {
  margin-bottom: 8px;
}

div#institution_search_list_body tr {
  border: none;
}

#inquiry_form #institution_search_list td + td {
  border-left: none;
  border-bottom: none;
}

#inquiry_form #institution_search_list td:first-child {
  border-bottom: none;
}

.div_institution_list_box {
  margin-top: 8px;
}

#institution_search_list_body {
  border-bottom: 1px solid #000;
}

#div_institution_after_search,
.medtos-search-box-message {
  margin: 10px auto 10px;
  padding: 15px 10px;
  border: 1px dotted #5b9bd5;
  background-color: #eff0f7;
}

.info_title {
  font-weight: bold;
}

#inquiry_form .direct_input_form tr th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.direct_input_form {
  margin-top: 16px;
}

@media (max-width: 767px) {
  #inquiry_form #institution_search_list tr {
    grid-template-columns: 48px 34px 82px 80px 1fr;
  }
  #institution_search_list {
    overflow-x: scroll;
  }
  #inquiry_form #institution_search_list .direct_input_form #inquiry_address {
    width: calc(100% - 16px);
  }
  #inquiry_form #institution_search_list .direct_input_form tr {
    grid-template-columns: 100px 1fr;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.




 */

 .pagination {
    justify-content: center;
  }
:root {
  --hw-active-bg-color: #F3F4F6;
  --hw-border-color: #D1D5DB;
  --hw-group-color: #57595C;
  --hw-group-bg-color: #FFFFFF;
  --hw-invalid-color: #EF4444;
  --hw-dialog-label-color: #1D1D1D;
  --hw-focus-color: #2563EB;
  --hw-option-bg-color: #FFFFFF;

  --hw-border-radius: 0.375rem;
  --hw-border-width--slim: 1px;
  --hw-border-width--thick: 2px;

  --hw-combobox-width: 10rem;
  --hw-combobox-width--multiple: 30rem;

  --hw-dialog-font-size: 1.25rem;
  --hw-dialog-input-height: 2.5rem;
  --hw-dialog-label-alignment: center;
  --hw-dialog-label-padding: 0.5rem 0 0.375rem;
  --hw-dialog-label-size: 1.05rem;
  --hw-dialog-listbox-margin: 1.25rem 0 0;
  --hw-dialog-padding: 1rem 1rem 0;
  --hw-dialog-top-offset: 4rem;

  --hw-font-size: 1rem;

  --hw-handle-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  --hw-handle-image--queried: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");
  --hw-handle-offset-right: 0.375rem;
  --hw-handle-width: 1.5rem;
  --hw-handle-width--queried: 1rem;

  --hw-line-height: 1.5rem;
  --hw-line-height--multiple: 2.125rem;

  --hw-listbox-height: calc(var(--hw-line-height) * 10);
  --hw-listbox-z-index: 10;

  --hw-padding--slimmer: 0.25rem;
  --hw-padding--slim: 0.375rem;
  --hw-padding--thick: 0.75rem;

  --hw-selection-chip-font-size: 0.875rem;

  --hw-visual-viewport-height: 100vh;
}

.hw-combobox {
  border-width: 0;
  display: inline-flex;
  flex-direction: column;
  font-size: var(--hw-font-size);
  gap: var(--hw-padding--slim);
  margin: 0;
  padding: 0;
  position: relative;

  &, * {
    box-sizing: border-box;
  }
}

.hw-combobox__main__wrapper {
  border: var(--hw-border-width--slim) solid var(--hw-border-color);
  border-radius: var(--hw-border-radius);
  padding: var(--hw-padding--slim) calc(var(--hw-handle-width) + var(--hw-padding--slimmer)) var(--hw-padding--slim) var(--hw-padding--thick);
  position: relative;
  width: var(--hw-combobox-width);

  &:focus-within {
    box-shadow: 0 0 0 var(--hw-border-width--thick) var(--hw-focus-color);
  }

  &:has(.hw-combobox__input--invalid) {
    box-shadow: 0 0 0 var(--hw-border-width--thick) var(--hw-invalid-color);
  }
}

.hw-combobox__input {
  border: none;
  font-size: inherit;
  line-height: var(--hw-line-height);
  min-width: 0;
  padding: 0;
  text-overflow: ellipsis;
  width: 100%;
}

.hw-combobox__input:focus,
.hw-combobox__input:focus-visible,
.hw-combobox__input:focus-within {
  box-shadow: none;
  outline: none;
}

.hw-combobox__handle {
  height: 100%;
  position: absolute;
  right: var(--hw-handle-offset-right);
  top: 0;
  width: var(--hw-handle-width);
}

.hw-combobox__handle::before {
  background-image: var(--hw-handle-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--hw-handle-width);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hw-combobox__input[data-queried] + .hw-combobox__handle::before {
  background-image: var(--hw-handle-image--queried);
  background-size: var(--hw-handle-width--queried);
}

.hw-combobox__listbox {
  border-color: transparent;
  border-radius: var(--hw-border-radius);
  border-style: solid;
  border-width: var(--hw-border-width--slim);
  left: 0;
  line-height: var(--hw-line-height);
  list-style: none;
  margin: 0;
  max-height: var(--hw-listbox-height);
  overflow: auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.2rem);
  width: 100%;
  z-index: var(--hw-listbox-z-index);

  &:has([role="option"]:not([hidden])) {
    border-color: var(--hw-border-color);
  }
}

.hw-combobox__group {
  display: none;
  padding: 0;
}

.hw-combobox__group__label {
  background-color: var(--hw-group-bg-color);
  color: var(--hw-group-color);
  padding: var(--hw-padding--slim);
}

.hw-combobox__group:has(.hw-combobox__option:not([hidden])) {
  display: block;
}

.hw-combobox__option {
  background-color: var(--hw-option-bg-color);
  padding: var(--hw-padding--slim) var(--hw-padding--thick);
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hw-combobox__option--blank {
  border-bottom: var(--hw-border-width--slim) solid var(--hw-border-color);
}

.hw-combobox__option:hover,
.hw-combobox__option--navigated,
.hw-combobox__option--selected {
  background-color: var(--hw-active-bg-color);
}

.hw-combobox__dialog__wrapper {
  display: none;
  height: 100vh;
  inset-inline-start: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;

  &:has([open]) {
    display: flex;
  }
}

.hw-combobox__dialog {
  border: 0;
  font-size: var(--hw-dialog-font-size);
  height: auto;
  margin: 0;
  max-height: calc(var(--hw-visual-viewport-height) - var(--hw-dialog-top-offset));
  max-width: none;
  overflow: hidden;
  padding: var(--hw-dialog-padding);
  pointer-events: auto;
  position: absolute;
  top: var(--hw-dialog-top-offset);
  width: auto;

  &[open] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  &::backdrop {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 50%, white 50%);
  }
}

.hw-combobox__dialog__label {
  align-self: var(--hw-dialog-label-alignment);
  color: var(--hw-dialog-label-color);
  font-size: var(--hw-dialog-label-size);
  padding: var(--hw-dialog-label-padding);
}

.hw-combobox__dialog__input {
  border: var(--hw-border-width--slim) solid var(--hw-border-color);
  border-radius: var(--hw-border-radius);
  font-size: inherit;
  height: var(--hw-dialog-input-height);
  line-height: var(--hw-dialog-input-height);
  padding: var(--hw-padding--slim) var(--hw-padding--thick);
  text-overflow: ellipsis;
  width: 90%;
}

.hw-combobox__dialog__listbox {
  margin: var(--hw-dialog-listbox-margin);
  overflow: auto;
  padding: 0;
  width: 100%;

  [role="option"] {
    border-radius: var(--hw-border-radius);
    padding: var(--hw-padding--thick);
  }
}

.hw-combobox__chip {
  align-items: center;
  border: var(--hw-border-width--slim) solid var(--hw-border-color);
  border-radius: var(--hw-border-radius);
  display: flex;
  font-size: var(--hw-selection-chip-font-size);
  line-height: var(--hw-line-height);
  padding: var(--hw-padding--slimmer);
  padding-left: var(--hw-padding--slim);
}

.hw-combobox__chip__remover {
  background-image: var(--hw-handle-image--queried);
  background-size: var(--hw-handle-width--queried);
  background-repeat: no-repeat;
  margin-left: var(--hw-padding--slimmer);
  min-height: var(--hw-handle-width--queried);
  min-width: var(--hw-handle-width--queried);
}

.hw-combobox--multiple {
  .hw-combobox__main__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--hw-padding--slimmer);
    width: var(--hw-combobox-width--multiple);

    &:has([data-hw-combobox-chip]) .hw-combobox__input::placeholder {
      color: transparent;
    }
  }

  .hw-combobox__input {
    min-width: calc(var(--hw-combobox-width) / 2);
    flex-grow: 1;
    line-height: var(--hw-line-height--multiple);
    max-width: 100%;
    width: 1rem;
  }
}

.hw_combobox__pagination__wrapper {
  background-color: var(--hw-option-bg-color);
}
