@charset "utf-8";
.top .main-v{
	/*min-height: 975px;*/
	position: relative;
	overflow: hidden;
	border-top: 8px solid #005aac;
}
/*
@media (min-width: 1920px) {
.top .main-v{
	height: 0;
	min-height: inherit;
	padding-top: 62.5%;
	}
}
*/
.top .main-v .main-bg{

	background:url(../img/slide/main-v.jpg) no-repeat scroll center top;
/*
	position: absolute;
	left: 0;
	top: 0;
*/
	width: 100%;
	height:0;
	min-height: 975px;
}
@media (min-width: 1920px) {
.top .main-v .main-bg{
	background:url(../img/slide/main-v.jpg) no-repeat scroll center top;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	height: 0;
	min-height: inherit;
	padding-top: 62.5%;
	}
}
/* slide */
.main-slider {
  position: relative;
  width: 100%;
  height: 100%;
	min-height: 975px;
  margin-bottom: 0;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 100%;
}
.slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}


.slick-slide video {
  display: block;
  position: absolute;
	margin-top: -1px;
  top: 0;
  left: 50%;
  height: 100%;
/*
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
*/
 -webkit-transform: translate(-50%, 0);
          transform: translate(-50%,0);

}

@media (min-width: 1920px) {
.slick-slide video {
  min-height: 1300px;
	}
}
@media (min-width: 2400px) {
.slick-slide video {
  min-height: 1700px;
	}
}

@media (max-width: 1920px) {
.slick-slide video {
  min-height: 975px;
	}
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.slick-slide .slide-image {
  opacity: 0;
/*
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
*/
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
	height: 0;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
/*
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
*/
.slick-slide.slick-active {
  z-index: 1;
}
/*
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
*/

/*
.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
*/

.slick-dots {
	display: none;
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all .3s ease;
  opacity: .4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

.container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}
.container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.container p {
  margin-bottom: 40px;
}

/* slide sp */
.sp-s.site-logo{
	position: relative;
	overflow: hidden;

}
.sp-s.site-logo .main-bg{
	background:url(../img/slide/main-v-sp.jpg) no-repeat scroll center top;
	background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	height: 0;
	padding-top: 91.4%;
	min-height: inherit;
}
/* slide */
.sp-s.site-logo .main-slider {
	min-height:inherit;
}
.sp-s.site-logo .slick-slide .item.video{
position: relative;
}
.sp-s.site-logo .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330%;
/*
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
*/
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%,-50%);
}
.sp-s.site-logo .slick-slide video img{
width: 100%;
}



.top .main-v h1{
	position: absolute;
	left:50% ;
	top:20% ;
	transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.top .main-v h1 + p{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	  -webkit- transform: translateX(-50%);
}
.top .news-area{
	margin-top: 90px;
}
@media (max-width: 1024px) {
.top .news-area{
	margin-top: 50px;
	}
}
.top .news-area .title{
	text-align: center;
	margin-bottom: 95px;
}
@media (max-width: 1024px) {
.top .news-area .title{
	margin-bottom: 40px;
	}
.top .news-area .title img{
	width: 158px;
	display: inline-block !important;
	}
}

.top .news-area .inner{
	max-width:1200px;
	background:#fafafa;
	margin: auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media (max-width: 1400px) {
.top .news-area .inner{
	display: block;
	}
}

.top .news-area .inner .news-list{
	width: 60%;
	padding-right: 5%;
	background: white;
}
@media (max-width: 1400px) {
.top .news-area .inner .news-list{
	width: 100%;
	padding-right: 0;
	padding-bottom: 40px;
	}
}
@media (max-width: 640px) {
.top .news-area .inner .news-list{
	border-bottom: 2px solid #fff650;
	}
}

.top .news-area .inner .news-list li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #ccc ;
	font-family: "游ゴシック", "YuGothic", sans-serif;
	font-size: 17px;
}
@media (max-width: 640px) {
.top .news-area .inner .news-list li{
	font-size: 15px;
	}
}

.top .news-area .inner .news-list li:last-child{
	margin: 0;
}
@media (max-width: 640px) {
.top .news-area .inner .news-list li:last-child{
	border: 0;
	}
}

.top .news-area .inner .news-list li small{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	display: block;
}
@media (max-width: 640px) {
.top .news-area .inner .news-list li small{
	font-size: 13px;
	}
}

.top .news-area .inner .banner-list{
	width: 35%;
	position: relative;
}
@media (min-width: 1401px) {
.top .news-area .inner .banner-list{
	min-height: 505px;
	}
}

@media (max-width: 1400px) {
.top .news-area .inner .banner-list{
	width: 100%;
	position: relative;
	text-align: center;
	}
}

.top .news-area .inner .banner-list ul{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1400px) {
.top .news-area .inner .banner-list ul{
	position: inherit;
	left: 19px;
	top: 0;
	transform: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	}
}
@media (max-width: 640px) {
.top .news-area .inner .banner-list ul{
	display: block;
	padding: 30px 15%;
	}
}

.top .news-area .inner .banner-list ul li{
	margin-bottom: 30px;
}
@media (max-width: 1400px) {
.top .news-area .inner .banner-list ul li{
	margin:0 10px;
	display: inline-block;
	}
.top .news-area .inner .banner-list ul li img{
	width: 100%;
	}
.top .news-area .inner .banner-list ul #banner-last img{
  width: 80%;
}

}

@media (max-width: 640px) {
.top .news-area .inner .banner-list ul li{
	margin:0 0 15px;
	display:block;
	}
.top .news-area .inner .banner-list ul #banner-last img{
  width: 100%;
}

}

.top .news-area .inner .banner-list ul li:last-child{
	margin: 0;
}
@media (max-width: 1400px) {
.top .news-area .inner .banner-list ul li:last-child{
	margin: 0 10px;
	text-align: justify;
	}
}
@media (max-width: 640px) {
.top .news-area .inner .banner-list ul li:last-child{
	margin: 0;
	}
}

/* biosimilar */
.biosimilar .page-title-area{
	background:url(../img/biosimilar/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.biosimilar .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}

.biosimilar.index .detail-area .thumb{
background:#fafafa ;
}
.biosimilar.index .detail-area .thumb img{
mix-blend-mode: multiply;
}

.biosimilar.page-6 .detail-area.single-clm .sub-block-area{
background: white;
padding: 50px 80px;
margin-top: 100px;
}
@media (max-width: 1024px) {
.biosimilar.page-6 .detail-area.single-clm .sub-block-area{
padding: 20px;
margin-top: 60px;
	}
}

.biosimilar.page-6 .detail-area.single-clm .sub-block-area h3{
text-align: center;
padding:0 0 15px;
border-bottom: 1px solid #035AAC;
margin:0 0 20px;
font-size: 22px;
letter-spacing: 2px;
text-align: center;
color: #444;
line-height: 1.4;
}
@media (max-width: 1024px) {
.biosimilar.page-6 .detail-area.single-clm .sub-block-area h3{
border-bottom: 1px solid #035AAC;
margin:0 10px 20px;
font-size: 18px;
letter-spacing: 1px;
	}
}
/* circumstances */
.circumstances .page-title-area{
	background:url(../img/circumstances/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.circumstances .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}

.circumstances.page-1 .detail-area .f-txt{
margin-bottom: 20px;
}
.circumstances.page-1 .detail-area .box{
border: 1px solid #ccc;
padding: 20px;
background: white;
}
.circumstances.page-1 .detail-area .box .list li{
margin-bottom: 20px;
font-size: 17px;
font-family: arial,游明朝,"Yu Mincho",YuMincho;
}

.circumstances.page-1 .detail-area .box .list li:last-child{
margin-bottom: 0;
}
.circumstances.page-1 .detail-area .box .list li strong{
font-size: 18px;
}
.circumstances.page-1 .detail-area .m-txt{
padding: 30px 20px 10px;
}
.circumstances.page-1 .detail-area blockquote{
font-size: 13px;
color: #666;
margin-left: 20px;
font-family: 游明朝,"Yu Mincho",YuMincho;
}

.circumstances .annotation-area .a-list li span{
width: 3em;
display: inline-block;
}
.circumstances .m-ttl{
text-align: center;
font-size: 24px;
margin-top: 40px;
margin-bottom: -10px;
}

/* indications */
.indications .page-title-area{
	background:url(../img/indications/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.indications .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}

.indications.page-1 .detail-area .f-txt{
margin-bottom: 20px;
}
.indications.page-1 .detail-area .box{
border: 1px solid #ccc;
padding: 20px;
background: white;
}
.indications.page-1 .detail-area .box .list li{
margin-bottom: 20px;
font-size: 17px;
font-family: arial,游明朝,"Yu Mincho",YuMincho;
}

.indications.page-1 .detail-area .box .list li:last-child{
margin-bottom: 0;
}
.indications.page-1 .detail-area .box .list li strong{
font-size: 18px;
}
.indications.page-1 .detail-area .m-txt{
padding: 30px 20px 10px;
}
.indications.page-1 .detail-area blockquote{
font-size: 13px;
color: #666;
margin-left: 20px;
font-family: 游明朝,"Yu Mincho",YuMincho;
}

.indications .annotation-area .a-list li span{
width: 3em;
display: inline-block;
}
.indications .m-ttl{
text-align: center;
font-size: 24px;
margin-top: 40px;
margin-bottom: -10px;
}

/* quality_characteristic */
.quality_characteristic .page-title-area{
	background:url(../img/quality_characteristic/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.quality_characteristic .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.quality_characteristic .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
@media (max-width: 1200px) {
.quality_characteristic .s-ttl{
margin:0 0 40px;
line-height: 1.4;
}
.quality_characteristic .detail-area .thumb img{
width: 100%;
}
}
@media (max-width: 640px) {
.quality_characteristic .s-ttl{
border-left:5px solid #035AAC;
padding: 5px 8px;
font-size: 18px;
margin:0 0 20px;
}
.quality_characteristic .detail-area .thumb img{
width: 100%;
	}
}

.quality_characteristic .detail-area .thumb.mb{
margin-bottom: 60px;
}
.quality_characteristic.page-2 .detail-area .txt{
margin-left:40px;
margin-right: 40px;
}
.quality_characteristic.page-4 .detail-area .thumb{
background:#fafafa ;
}
.quality_characteristic.page-4 .detail-area .thumb img{
mix-blend-mode: multiply;
}
.quality_characteristic.page-5 .detail-area .thumb{
background:#fafafa ;
}
.quality_characteristic.page-5 .detail-area .thumb img{
mix-blend-mode: multiply;
}
.quality_characteristic.page-6 .detail-area .thumb{
background:#fafafa ;
}
.quality_characteristic.page-6 .detail-area .thumb img{
mix-blend-mode: multiply;
}
.quality_characteristic.page-7 .detail-area .thumb{
background:#fafafa ;
}
.quality_characteristic.page-7 .detail-area .thumb img{
mix-blend-mode: multiply;
}
/* nonclinical_test */
.nonclinical_test .page-title-area{
	background:url(../img/nonclinical_test/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.nonclinical_test .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.nonclinical_test.index .detail-area .thumb{
background:#fafafa ;
}
.nonclinical_test.index .detail-area .thumb img{
mix-blend-mode: multiply;
}

.nonclinical_test.page-2 .detail-area .thumb{
background:#fafafa ;
}
.nonclinical_test.page-2 .detail-area .thumb img{
mix-blend-mode: multiply;
}
/* study */
.study .page-title-area{
	background:url(../img/study/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.study .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.study.index .detail-area .thumb{
background:#fafafa ;
}
.study.index .detail-area .thumb img{
mix-blend-mode: multiply;
}
.study .detail-area .mb{
margin-bottom: 60px;
}
@media (max-width: 640px) {
.study .detail-area .mb{
margin-bottom: 40px;
	}
}

.study .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}

@media (max-width: 1600px) {
.study .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
@media (max-width: 640px) {
.study .s-ttl{
border-left:5px solid #035AAC;
padding: 5px 8px;
font-size: 18px;
margin:0 0 20px;
	}
}

.adverse_effects .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}


@media (max-width: 1600px) {
.adverse_effects .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}

@media (max-width: 640px) {
.adverse_effects .s-ttl{
border-left:5px solid #035AAC;
padding: 5px 8px;
font-size: 18px;
margin:0 0 20px;
	}
}


.study .detail-area .thumb h4{
text-align: center;
margin-bottom: 20px;
}
.study.page-1 .att-txt{
color: #666;
max-width: 1200px;
margin: 40px auto 0;
text-align: right;
}
.study.page-4 .detail-area .thumb{
background:#fafafa ;
}
.study.page-4 .detail-area .thumb img{
mix-blend-mode: multiply;
}
.study.page-5 .detail-area .thumb{
background:#fafafa ;
}
.study.page-5 .detail-area .thumb img{
mix-blend-mode: multiply;
}
/* pharmacokinetics */
.pharmacokinetics .page-title-area{
	background:url(../img/pharmacokinetics/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.pharmacokinetics .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.pharmacokinetics.index .detail-area .thumb h4{
margin-bottom: 20px;
font-size: 18px;
}
.pharmacokinetics .detail-area .mb{
margin-bottom: 60px;
}
@media (max-width: 640px) {
.pharmacokinetics .detail-area .mb{
margin-bottom: 40px;
	}
}
/* pharmacology */
.pharmacology .page-title-area{
	background:url(../img/pharmacology/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.pharmacology .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.pharmacology .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
@media (max-width: 1600px) {
.pharmacology .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
@media (max-width: 640px) {
.pharmacology .s-ttl{
border-left:5px solid #035AAC;
padding: 5px 8px;
font-size: 18px;
margin:0 0 20px;
	}
}
.pharmacology .detail-area .thumb h4{
margin-bottom: 20px;
font-size: 18px;
}
/*
.pharmacology.page-1 .detail-area .thumb{
background:#fafafa ;
}
.pharmacology.page-1 .detail-area .thumb img{
mix-blend-mode: multiply;
}
.pharmacology.page-3 .detail-area .thumb{
background:#fafafa ;
}
.pharmacology.page-3 .detail-area .thumb img{
mix-blend-mode: multiply;
}
*/
.pharmacology .detail-area .mb{
margin-bottom: 60px;
}
@media (max-width: 640px) {
.pharmacology .detail-area .mb{
margin-bottom: 40px;
	}
}

/* toxicity */
@media (max-width: 1600px) {
.toxicity .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
.toxicity  .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
/* galenical_pharmacy */
.galenical_pharmacy .page-title-area{
	background:url(../img/galenical_pharmacy/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.galenical_pharmacy .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.galenical_pharmacy .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
@media (max-width: 1200px) {
.galenical_pharmacy .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
.galenical_pharmacy .detail-area .mb{
margin-bottom: 60px;
}
@media (max-width: 640px) {
.galenical_pharmacy .detail-area .mb{
margin-bottom: 40px;
	}
}
@media (max-width: 1600px) {
.galenical_pharmacy .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
.galenical_pharmacy  .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
/* info */
/*
.info .page-title-area{
	background:url(../img/info/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.info .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
*/
/* care */
/*
.care .page-title-area{
	background:url(../img/care/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.care .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
*/
/* adverse_effects */
.adverse_effects .page-title-area{
	background:url(../img/adverse_effects/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.adverse_effects .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.adverse_effects .detail-area .mb{
margin-bottom: 60px;
}
@media (max-width: 640px) {
.adverse_effects .detail-area .mb{
margin-bottom: 40px;
	}
}



/* guidance  */
.guidance .page-title-area{
	background:url(../img/guidance/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.guidance .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}

/* toxicity */
.toxicity .page-title-area{
	background:url(../img/toxicity/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.toxicity .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.toxicity .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
@media (max-width: 1200px) {
.toxicity .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
/* other */
.other .page-title-area{
	background:url(../img/other/bg-main.png) no-repeat scroll right top #f2f2f2 ;
}
@media (max-width: 480px) {
.other .page-title-area{
	background-size: auto 110px;
	-moz-background-size: auto 110px;
	-webkit-background-size: auto 110px;
	}
}
.other .s-ttl{
border-left:8px solid #035AAC;
padding: 10px 8px;
background: #fff;
line-height: 1;
font-size: 22px;
margin:0 auto 40px;
max-width: 1200px;
box-sizing: border-box;
}
@media (max-width: 1200px) {
.other .s-ttl{
margin:0 0 40px;
line-height: 1.4;
	}
}
.other .tbl-style{
width: 800px;
margin:0 auto 40px;
border-collapse: collapse;
}
@media (max-width: 1200px) {
.other .tbl-style{
width: 100%;
	}
}
.other .tbl-style th{
border: 1px solid #ccc;
background: white;
padding: 15px 20px;
text-align: center;
font-weight: bold;
}

.other .tbl-style td{
border: 1px solid #ccc;
background: white;
padding: 15px 20px;
text-align: center;
vertical-align: middle;
line-height: 1.4;
}
.other .tbl-style2{
width: 100%;
}
.other .tbl-style2 caption{
width: 100%;
padding-bottom: 10px;
line-height: 1.4;
}
.other .tbl-style2 th{
border: 1px solid #ccc;
background: white;
padding: 10px 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}
.other .tbl-style2 td{
border: 1px solid #ccc;
background: white;
padding: 10px 20px;
text-align: center;
vertical-align: middle;
line-height: 1.4;
}

.other .dis-flex-list{
margin: 40px auto 0;
width: 800px;
}
@media (max-width: 1200px) {
.other .dis-flex-list{
width: 100%;
	}
}

.other .dis-flex-list li{
display: flex;
align-items: center;
margin-bottom: 10px;
}
@media (max-width: 1040px) {
.other .dis-flex-list li{
display: block;
margin-bottom: 20px;
	}
}

.other .dis-flex-list li .cate{
width: 250px;
font-weight: bold;
}
.other .dis-flex-list li .data{
padding-left: 1.5em;
text-indent: -1.5em;
}
.other .dis-flex-list li .data:before{
content: ":";
}
@media (max-width: 1040px) {
.other .dis-flex-list li .data:before{
content:none;
	}
}
.other dl.flex-list {
display:flex;
flex-wrap: wrap;
margin: 40px auto 0;
width: 800px;
}
.other dl.flex-list > dt {
width: 90px;
font-weight: bold;
}
.other dl.flex-list > dd {
width: calc(800px - 90px - 0.2em);
padding-left: 0.2em;
position: relative;
}
.other dl.flex-list > dd:before {
content: ":";
left: -0.2em;
position: absolute;
}
@media (max-width: 1040px) {
    .other dl.flex-list {
        width: 100%;
        display: block;
        margin: 40px 0;
    }
    .other dl.flex-list > dd {
        margin-bottom: 20px;
    }
    .other dl.flex-list > dd:before {
        content:none;
	}
}
.other .detail-area .mb{
margin-bottom: 60px;
}
@media (max-width: 640px) {
.other .detail-area .mb{
margin-bottom: 40px;
	}
}


/* seto  */
.other .tbl-style_pdf{
width: 800px;
margin:0 auto 40px;
}
@media (max-width: 1200px) {
.other .tbl-style_pdf{
width: 100%;
	}
}
.other .tbl-style_pdf th{
background: white;
padding: 15px 20px;
text-align: center;
font-weight: bold;
}

.other .tbl-style_pdf td{
    background: white;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 13px;
}

.other .tbl-style_pdf td img{
	padding: 5px;
	max-width: 170px;
}
.other .tbl-style_pdf2{
width: 100%;
}
.other .tbl-style_pdf2 caption{
width: 100%;
padding-bottom: 10px;
line-height: 1.4;
}
.other .tbl-style_pdf2 th{
background: white;
padding: 10px 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}
.other .tbl-style_pdf2 td{
background: white;
padding: 10px 20px;
text-align: center;
vertical-align: middle;
line-height: 1.4;
}

/* 微調整 */
.bottom-quote{
	padding:0 40px;
	max-width: 1200px;
	margin: 60px auto 0;
}
.bottom-quote-plus{
	padding:0 40px;
	max-width: 1200px;
	margin: 60px auto;
}
/* 引用微調整 */
.lower .detail-area.single-clm .annotation-area .a-list-characteristic li {
		padding-left: 9em;
		text-indent: -9em;
}

@media (max-width: 640px){
.lower .detail-area.single-clm .annotation-area .a-list-characteristic li {
		padding-left: 9em;
		text-indent: -9em;
}
}

.lower .detail-area.single-clm .annotation-area .a-list-modification li {
		padding-left: 1.5em;
		text-indent: -1.5em;
}


@media (max-width: 640px){
.lower .detail-area.single-clm .annotation-area .a-list-modification li {
		padding-left: 1.5em;
		text-indent: -1.5em;
}
}

.lower .detail-area.single-clm .annotation-area-top{
	margin-top: 60px;
}
.lower .detail-area.single-clm .annotation-area-bottom{
	margin-bottom:60px;
}

.lower .detail-area.single-clm .characteristic-annotation-area {
		margin-top: 40px;
}
/* 効能効果と用法用量 */
.list-effect{
	margin-bottom:10px;
}
.list-border{
		max-width:1200px;
		border: dashed 1px black;
		padding:10px;
		margin:100px auto;
}
.adjust-indent{
		padding-left:2em;
		text-indent:-2em;
}

.new-d-box{
		width: 100%;
		height: 0;
		 
		/* (画像の高さ / 画像の横幅) × 100 */
		padding-top: 62.58023107%;
		background: url(../img/slide/new-d-main-h1.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}

.top .main-v h1{
position: absolute;
left: 50%;
top: 40%;
transform: translateY(-50%) translateX(-50%);
}
