@charset "utf-8";

#header .navi {
  font-size: 14px;
}

#header .navi li a {
  text-decoration: none;
}

.anniv_01 {
  position: relative;
  z-index: 10000;
}

#footernavi {
  color: #fff;
  font-family: "メイリオ";
  padding: 2em 0 1em 0;
  border-top: 3px solid #333;
  background: #555555 !important;
  width: 100%;

}

#footernavi .footernaviarea {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

#footernavi .footernaviarea .box01 {
  width: 20%;
}

#footernavi .footernaviarea h3 {
  border-bottom: #fff solid 1px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

#footernavi ul a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 8px;
  background: #555555;
}

#footernavi ul a:hover {
  color: #fff;
  text-decoration: underline;
}

#footernavi .footernaviarea .box02 {
  margin-top: 30px;
  width: 220px;
}

#footernavi .footernaviarea .box02 ul li {
  border: #fff solid 1px;
  padding: 6px 5px 6px 10px;
  margin: 0 0 10px 0;
}

#footernavi .footernaviarea .box02 ul li a {
  position: relative;
  margin: 0;
}
/*
#footernavi .footernaviarea .box02 ul li a:after {
  content: "＞";
  position: absolute;
  left: 180px;
}
*/
#footernavi .mb30 {
  margin-bottom: 30px;
}

#footernavi .footernaviarea_lower {
  width: 1100px;
  border-top: #fff solid 1px;
  margin: 30px auto 0 auto;
  padding: 30px 0 0 10px;
}

#footernavi .footernaviarea_lower ul {
  text-align: left;
  margin: auto;
}

#footernavi .footernaviarea_lower ul li {
  display: inline-block;
  padding: 0 30px 15px 0;
  margin: 0;
}

#footernavi .footernaviarea_lower ul li a {
  margin: 0;
}

#footernavi div.footernaviarea_lower p {
  color: #fff;
  background: #555555;
}

/* #mainarea{
width: 1080px;
padding: 15px 0!important;
}*/

.flex-wrap01 {
  display: flex;
}

.flex-wrap01>div {
  margin: 0 10px;
}

#copy {
  width: 100%;
  padding: 1em 0 1em 0;
  border-top: 1px solid #ddd;
  font-size: 1.1em;
  text-align: center;
  background-color: #333;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-family: "メイリオ";
  min-width: 0 !important;
}


/*header nav*/

.p-sp-nav_li:nth-of-type(1) {
  border-left: 1px solid #ddd;
  padding: 0 0.5em;
}

.p-sp-nav_li:nth-of-type(2) {
  border-left: 1px solid #ddd;
  padding: 0 0.5em;
}

.p-sp-nav_li:nth-of-type(3) {
  padding: 0 0.5em;
}

.p-sp-nav_li:nth-of-type(4) {
  padding: 0 0.5em;
}

.p-sp-nav_li:nth-of-type(5) {
  padding: 0 0.5em;
}

.p-sp-nav_li:nth-of-type(6) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
}

#header .navi li {
  float: right;
  margin-left: 10px;
  margin-right: 0px !important;
}

#contenttop .search {
  width: 680px;
}

#contenttop .search>ul {
  float: left;
  width: 458px;
}

#contenttop .search ul:nth-child(2) {
  float: left;
  width: 190px;
}

#content>div.irindexbox01>div:nth-child(1)>dl:nth-child(1)>dd>div {
  margin: 30px 29px 10px;
}

#content>div.irindexbox01>div>dl:nth-child(2)>dd>div {
  margin: 30px 29px 10px;
}

#content>div.irindexbox01>div:nth-child(1)>dl:nth-child(3)>dd>div {
  margin: 30px 29px 10px;
}

#content>div:nth-child(7) {
  /*display: flex;
		justify-content: space-between;
	    flex-wrap: wrap;
		margin-bottom: 30px;*/
}

.main_visual>a>img {
  width: 100%;
}

.products.p-sp-nav_li {
  display: none;
}

.new.p-sp-nav_li {
  display: none;
}

.support.p-sp-nav_li {
  display: none;
}

.catalogue.p-sp-nav_li {
  display: none;
}

.agency.p-sp-nav_li {
  display: none;
}

.contact.p-sp-nav_li {
  display: none;
}

#content .block18 {
  display: block !important;
}

#content .block15.ddsindex2,
#content .block15.jutakuindex2 {
  display: initial;
}

#SMP_STYLE dt.title {
  /*padding: 23px 0px 28px 0;*/
}


/* カード型スタイル追加 start*/

.card-group01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-group02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-column01 {
  margin-left: 0.7rem;
  margin-bottom: 1.5rem;
  max-width: 18%;
  border-radius: 8px;
  border: 1.2px solid #ccc;
  overflow: hidden;
  position: relative;
}

.card-column01 a {
  display: block;
  height: 100%;
}

.card-column01 a:hover {
  text-decoration: none;
}

.card-column02 {
  margin-left: 0.7rem;
  margin-bottom: 1.5rem;
  width: 30%;
  border-radius: 8px;
  border: 1.2px solid #ccc;
  overflow: hidden;
  position: relative;
}

.card-column02 a:hover {
  text-decoration: none;
}


.card-header01 {
  width: 100%;
  display: block;
  background-color: #fdfdfd;
  text-align: center !important;
  white-space: wrap !important;
  clear: initial !important;
  border-bottom: initial !important;
  color: #555;
  font-size: initial !important;
  font-weight: initial !important;
  margin: initial !important;
  padding: initial !important;
  margin-bottom: 0px !important;
  padding: 0.5rem 0.1rem !important;
  font-size: 1rem !important;
}

.card-header02 {
  width: 100%;
  display: block;
  background-color: #fdfdfd;
  text-align: center !important;
  white-space: wrap !important;
  clear: initial !important;
  border-bottom: initial !important;
  color: #555;
  font-size: initial !important;
  font-weight: initial !important;
  margin: initial !important;
  padding: initial !important;
  margin-bottom: 0px !important;
  padding: 0.5rem 0.1rem !important;
  font-size: 1.1rem !important;
}

.a-card01 img {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.card-img-bottom01 {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.a-card-inner02 {
  display: block;
  overflow: hidden;
  padding: 5px;
}

.a-card02 img {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.card-img-bottom02 {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.card-text02 {
  font-size: 0.8rem;
  padding: 5px;
  margin-bottom: 0px !important;
}

/* カード型スタイル追加end*/


.tb-width01 {
  width: 600px;
}

#content .block10 .box01 {
  word-wrap: break-word;
}

#content .block13 table tr th {
  border: 1px solid #ccc;
  background: #E5ECF6 !important;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  padding: 5px;
  color: #222;
}

/* サイドバーとコンテンツの調整 */
#mainarea {
  /*padding: 0px!important; 20240124コメントアウト*/
  margin: 0px auto !important;
  width: 100% !important;
  box-sizing: border-box;
  /*20240124追記*/
}

#content {
  background: #fff;
}

#sidebar {
  background: #fff;
  /*padding-right: 60px;20240124コメントアウト*/
}

#mainarea #content {
  margin: 0 auto !important;
  /* padding-left: 60px;*/
  height: 100;
   /* width: 100%;*/
  max-width: 1100px;
}

#mainarea .main-content01{
  width: 100%;
}
#feature_content {
  margin-top: 0px;
  margin-bottom: 40px;

}

#top-blockskip {
  background-color: #3e3a39;
  line-height: 2;
  font-size: 83%;
  text-align: center;
  margin: 0;
}

#top-blockskip a {
  color: #fff;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  padding-right: 18px;
  position: absolute;
  top: -10em;
}

.anniv_01 a {
  display: block;
  padding: 0 0 0 30px;
}

.font-bold01 {
  font-weight: bold;
}

.font-p01 {
  font-size: 13px;
  margin: 10px 0 40px 10px;
  text-align: center;
}


.font-p02 {
  background-color: #fff;
  padding: 8px 5px;
  font-size: 11px;
  line-height: 170%;
}

.font-p03 {
  padding: 15px;
  font-size: 1.4em;
}

.font-p04 {
  font-size: 14px;
  font-weight: bold;
}

.font-p05 {
  margin-bottom: 12px;
  clear: both;
}

.font-span01 {
  font-size: 0.9em;
}

.font-span02 {
  letter-spacing: -0.01em;
}

select#F383 {
  height: 37px;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
}

select.product-search01 {
  height: 20px !important;
  border: 1px solid #d0d0d0 !important;
  vertical-align: middle !important;
  font-size: 11px !important;
}

.product-search02 {
  border: 1px solid #d0d0d0;
  width: 170px;
  height: 19px;
  font-size: 11px;
}

#top #footernavi .margin-bottmom01 {
  margin-bottom: 20px;
}

#top #footernavi .margin-bottmom01 {
  margin-bottom: 20px;
}

.aside_banner {
  margin-bottom: 15px;
}

.margin-block01 {
  margin-bottom: 10px;
}

.margin-block02 {
  margin-bottom: 10px;
}

#contenttop .search ul li .input01 {
  width: 89px !important;
}

.mf_finder_container img {
  float: left;
  margin: 4px 3px 0px 0px;
}

.bx-viewport a {
  cursor: pointer;
}

.featindex2fb1_2 p.margin0 {
  margin-bottom: 5px !important;
}

#content .featindex2fb1_2.dds {
  margin-left: 0px !important;
  padding: 10px;
  background-color: #f4f4f4;
  width: 50%;
}

#content .featindex2fb1_2.dds p {
  margin-top: 10px;
}

#content .featindex2fb1_2.dds ul {
  padding-left: 10px;
}

#content .featindex2fb1_2.dds li:first-child {
  margin-bottom: 5px;
  word-break: break-all;
}


.featindex2fb1_2.dds .contact-button-wrapper {
  margin-top: 20px;
}

.featindex2fb1_2.dds .contact-button-wrapper a {
  font-size: 14px;
}

.font-italic01 {
  font-style: italic;
}

.block-margin01 {
  margin-top: 20px;
}

.text-img01 {
  float: left;
  margin: 0 40px 50px 0;
}

.block-arr01 {
  margin: 20px 0 30px 370px;
}

.text-clear01 {
  clear: none;
}

.site-search-img01 {
  float: left;
  margin: 4px 3px 3px 0px;
}

.link-margin01 {
  margin-top: 1em;
}

.link-text01 {
  font-size: 1em;
}

.thissite-margin01 {
  margin-bottom: 15px;
}

.package-margin01 {
  margin-top: 10px;
}

.package-line-height01 {
  line-height: 35px;
}

.package-font01 {
  font-size: 1.1em;
  padding: 9px;
  margin-bottom: 10px;
  border: #EFEFEF solid 1px;
}

.contact-margin01 {
  margin-bottom: 5em;
}

.contact-margin02 {
  margin: 20px auto 40px auto;
}

.contact-padding01 {
  padding-bottom: 35px;
}

.contact-align01 {
  text-align: center;
}

.cosmobionews-margin01 {
  margin-top: 35px;
}

.cosmobionews-margin02 {
  margin: auto;
}

.cosmobionews-pdf01 {
  width: 500px;
  height: 80vh;
}

.cosmobionews-font01 {
  text-align: center;
  margin: 2em;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #fffacd;
  padding: 10px;
}

.cosmobionews-summary01 {
  font-weight: bold;
  cursor: pointer;
}

.character-aqua-peptiden01 {
  width: 150px;
  position: relative;
  top: -60px;
  left: 350px;
  z-index: 2;
  margin-bottom: -130px;
}

.character-peptiden01 {
  width: 300px;
  float: left;
  margin: 0 30px 60px 0;
}

.character-koutiger01 {
  width: 300px;
  float: left;
  margin: 0 30px 0 0;
}

.character-margin01 {
  margin: 0 40px;
  padding: 30px;
  border-bottom: #469449 dotted 5px;
  clear: both;
}

.character-margin02 {
  margin: 40px;
  padding: 30px;
  border-bottom: #469449 dotted 5px;
}

.character-margin03 {
  text-align: center;
  border: #ccc solid 5px;
  border-radius: 20px;
  margin: 25px 0 0 0;
}

.character-bnr01 {
  width: 1015px;
}

.search-help-td-width01 {
  width: 400px;
}

.search-help-table01 {
  border: 1px solid #ccc;
  width: 100%;
}

.search-help-table02 {
  width: 100%;
}

.search-help-margin01 {
  margin-left: 0px;
}

.search-help-margin02 {
  margin: 10px;
}

.search-help-p01 {
  font-size: 0.9em;
  margin-bottom: 2em;
}

.search-help-img01 {
  border: 1px solid #ccc;
  margin-bottom: 2em;
}

.search-help-span01 {
  color: #ff6600;
}

.search-help-span02 {
  color: #ff0000;
}

.search-help-span03 {
  font-size: 1.2em;
}

.search-help-h3-01 {
  border-bottom: 1px solid #ccc;
  padding: 2px 0;
}

.search-help-ul01 {
  line-height: 1.3;
}

.search-help-td01 {
  vertical-align: top;
}

.text.logout {
  text-align: right;
  border-top: 1px solid;
}

#content .block15 p.logout-caption {
  margin-bottom: 0px;
  margin-top: 7rem;
}

a.contact-to-bmbio {
  font-size: 0.8em;
  font-weight: normal;
}

p.reception-time-of-contact {
  margin-bottom: 30px;
}

.login-form-wrapper {
  margin-left: 200px;
}

#content .cbn_box03 div.login-form-wrapper table.table01.mb30 {
  width: 500px;
}

.login-form {
  width: 200px;
}

.login-button {
  margin-left: 230px;
  margin-bottom: 3em;
}

input#bt_login3 {
  width: 140px;
  height: 35px;
  border: 0px;
}

.catalog-label01 {
  font-weight: bold;
  padding: 5px;
}

.catalog-legend01 {
  display: none;
}

.catalog-table-margin01 {
  margin-bottom: 1em;
}

.catalog-table-margin02 {
  width: 600px;
  margin: 1.5em 0 0 200px;
}

.catalog-td-padding01 {
  padding: 5px 0;
}

.catalog-td-padding02 {
  width: 180px;
  padding-left: 10px;
}

.catalog-td01 {
  width: 15px;
}

.catalog-dt-padding01 {
  padding-right: 10px;
}

.catalog-td-font01 {
  font-weight: bold;
  width: 100px;
}

.catalog-td-font02 {
  font-weight: bold;
}

.catalog-padding01 {
  padding: 5px;
}

.catalog-margin01 {
  margin-left: 10px;
}

.catalog-margin02 {
  margin-top: 10px;
}

.catalog-margin03 {
  margin-top: 1em;
}

.catalog-margin04 {
  margin: 10px;
}

.catalog-input01 {
  width: 200px;
  height: 20px;
  font-size: 1.2em;
}

.catalog-input02 {
  width: 80px;
  height: 20px;
}

.catalog-td-submit01 {
  width: 150px;
  padding: 10px 0;
  text-align: center;
}

.catalog-btn01 {
  width: 150px;
}

.catalog-result01 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.catalog-result02 {
  text-align: center;
  margin: 3em;
  padding: 2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}

.login-privacy2-margin01 {
  margin-left: 36px;
}

.login-privacy2-margin02 {
  margin: 0 0 20px 46px;
}

.login-privacy2-margin03 {
  margin: 0 0 20px 36px;
}

.login-privacy2-margin04 {
  margin: 20px 0 0 36px;
}

.login-privacy2-margin05 {
  margin-top: 6em;
}

.login-privacy2-font01 {
  text-align: right;
}

.cbn-font01 {
  color: #ff0000;
}

/*input.submit01 {
  display: none;
}*/
input.submit-package01 {
  display: none;
}

.login-td01 {
  width: 160px;
  background: #f0f0f0;
}

.treatise-font01 {
  clear: both;
  zoom: 1;
  font-size: 15px;
  font-weight: 800;
  padding: 5px 5px 0 0;
  margin: 15px 0 10px 0;
  color: #000;
}

.acc-table01{
  width: 100%;
}
.acc-col01 {
  width: 14%;
}

.acc-col02 {
  width: 44%;
}

.acc-col03 {
  width: 9%;
}

.acc-table-head01 .acc-table-th01 {
  background-color: #4b5967;
  color: #FFF;
}

.acc-table-th01,
.acc-table-td01 {
  padding: 10px 15px;
  border: solid 1px #EEE;
}

#id_search .not_found {
  display: none;
  padding-top: 5px;
  text-align: left;
  color: #f70000;
  font-size: 1em;
  font-weight: bold;
}


#id_search2 .not_found {
  display: none;
  padding-top: 0px;
  text-align: left;
  color: #f70000;
  font-size: 9px;
  font-weight: bold;
}


/*20240216創薬問い合わせフォームインクルード変更*/
.contact-form-wrapper {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}


.contact-form-wrapper * {
  line-height: 1.3;
}

.contact-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bolder;
}


.mail-and-phone {
  display: flex;
  justify-content: center;
}

.mail-contact {
  border-right: 2px solid #cccccc;
  width: 50%;
  text-align: center;
}

.contact-button-wrapper {
  text-align: center;
}

a.contact-button {
  color: white;
  background: #335599;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  padding: 3% 5%;
  width: 75%;
}

.contact-button:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
}

.phone-contact {
  width: 50%;
  text-align: center;
}

/*.how-to-contact {
    font-weight: bold;
}*/

.contact-address {
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  margin-top: 8px;
  color: black;
}

.contact-address:hover {
  color: black !important;
}

span.business-hours {
  font-size: 11px;
  color: #666666;
  .
}

/*20240216創薬問い合わせフォームインクルード変更 end*/

#feature_content>.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  height: 710px;
/*  display: flex;
  justify-content: space-between;
  */
}

#header{
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
}
.header-flex01{
  display: flex;
  height: 70px;
}
#header .site_search_container_new{
  align-self: center;
  justify-content: end;
  display: flex;

}
#pageNav{
  display: flex;
  margin: 3% 0 40px;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pageNav li {
  width: calc(24.33% - 10px);
  margin: 0 10px 5px 0;
  border: 1px solid #aaa;
  list-style: none;
  flex-grow: 1;
}

#pageNav li a {
  display: block;
  padding: 10px 0px;
  background-size: 18px auto;
  background-position: 14px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  text-align: center;
  transition: 0.2s;
  background: #345794;
  position: relative;
}
#pageNav li a:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: ""!important;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 10px solid transparent;
  border-right: 15px solid #000000;
  border-top: 10px solid transparent;
  background: none !important;
  color: inherit !important;
  padding: 0 !important;

}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000000;
  border-top: 10px solid transparent;
  background: none !important;
  color: inherit !important;
  padding: 0 !important;

}

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    /*background: #fff!important;*/
}
#header #ss-query1{
  width: 140px!important;
}

.headding-search{
  display: flex;
  justify-content: end;
  padding-top: 5px;
}
.input-search02{
  width: 140px;
  height: 16px;
}

.form-search02{
 /* display: flex;*/
  align-items: center;
  height: 16px;
}
.submit-search02{
  width: 28px;
  height: auto;
}
.gnav_list_all{
  flex-grow: 1;
}
#header .idsearch-button {
  background: url(../common/imagearea_img_button.png) center;
  background-repeat: no-repeat;
  width: 28px;
}
#id_search2{
  display: block;
}

#ss-query2 {
  width: 70%;
  height: 2rem;
  /*font-size: 1rem;*/
  font-size: 14px;
  vertical-align: middle;
  text-indent: 5px;
  border: 1px solid #d0d0d0;
}
#ss-form2{
  display: flex;
  align-items: center;
  width: calc(80.33% - 30px);
}

.form-search02 img{
  vertical-align: middle;
}

.inner-flex01{
  display: flex;
  justify-content: flex-end;
  margin: 2em 0;
}

.campaign-link01{
  background: #31579E;
  padding: 16px 8px;
  margin: 1em 1em;
  width: calc(16.33% - 10px);
  text-align: center;
  border: 2px solid #738cb5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-link01 a{
  font-size: 17px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.campaign-link01 a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.campaign-link01 img{
  width: 50px;
    height: 50px;
}
#chkDiscon_1_6{
  margin-right: 0.5em;
}
.i-label{
  font-size: 1.2em;
}
.i-checkbox{
  width: calc(21.33% - 10px);
}
.swiper-button-next, .swiper-button-prev{
  position: absolute!important;
  width: 50px!important;
  height: 50px!important;
  background-color: #fff;
  border-radius: 50%!important;
  z-index: 2;
  box-shadow: 0 0 15px rgba(75, 75, 75, 0.4)!important;
  /* top: calc(50% - 25px); */
  cursor: pointer!important;
  top: 40%!important;
}

.swiper-pagination {
  position: relative!important;
  margin-top: 20px !important;
}

h1{
  font-size: 2.8em;
  text-align: left;
  margin: 0.5em 0 1em 0;
  padding: 0 0 0.5em 0;
  color: #fff;
  border-bottom: 2px solid;
  line-height: 1em;
}
.title-mv01{
  font-size: 1em;
  color: #fff;
  text-align: center;
  margin: 0 0 2em 0;
  line-height: 1.2em;
}

.site_search_container_new{
  margin: 2.8em 0.8em 1.5em 0.8em;
  display: flex;
  text-align: center;
  justify-content: flex-end;
  width: 100%;
}
.site_search_containerc_new{
  margin: 2.8em 0.8em 1.5em 0.8em;
  display: flex;
}
.id-search01{
  width: calc(80.33% - 30px);
}

.section-catalog-text01{
  font-size: 1.2em;
  font-weight: bold;
  background: #f4e5b9;
}
#header .logo{
  border-bottom: none!important;
  position:relative;
}
#header .navi {
  position:relative;
	flex-wrap: wrap;
    display: flex;
	right:5px;
	justify-content: end;
	top:9px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
#megamenu {
	position: absolute;
	top: 104px;
	left: 0;
	z-index: 1000;
	max-width: 1100px;
	width: 100%;
	font-size: 12px;
}



.megamenu_item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: 1060px;
	padding: 11px 18px 18px;
	border: 2px solid #485282;
	background-color: #e1e4ee;
}

#megamenu_products .search_by_category li .name{
  padding-left: 20px;
}
.searchButton1:disabled{
  filter:brightness(0.5);
  pointer-events: none;
  opacity: 0.5;
  }


button#searchButton:disabled{
  filter:brightness(0.5);
  pointer-events: none;
  opacity: 0.5;


}
.loading {
  display: none;
  pointer-events: none;
}

.loading img{
  pointer-events: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
}
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgb(199 199 199 / 20%);
  border-right: 0.5em solid rgb(199 199 199 / 20%);
  border-bottom: 0.5em solid rgb(199 199 199 / 20%);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 990px) {
  #gnavi li{
    font-size: 0.78rem;
  }
  #gnavi{
    top: 77px;

  }
  #megamenu{
    top: 114px;
  }
  #header{
    height: 116px;
  }
}


@media screen and (max-width: 850px) {
  #header #ss-query1{
    width: 100px!important;
  }
  .input-search02{
    width: 100px;
  }
}

/* スクリーンサイズが767px以下の場合に適用 */

@media screen and (max-width: 768px) {
  #feature_content>.inner{
    display: block;
    height: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 66px;
    padding-bottom: 15px;
  }


  #content .featindex2fb1_2.dds {
    width: 90%;
  }

  .text-img01 {
    margin: 0;
  }

  /* クイズ用style */
  #content .block15 .answer .commentary {
    margin: 0 !important;
  }

  #content .block15 .answer ul {
    font-size: 12px !important;
    margin: 0 !important;
  }

  #content .block15 .answer {
    font-size: 12px;
  }

  /* クイズ用style */

  .anniv_01 a img {
    width: 73px;
  }

  #expander {
    display: initial !important;
  }

  #expander a {
    display: none !important;
  }

  #expander img {
    display: none !important;
  }

  #subjoinder {
    display: initial !important;
  }

  #subjoinder a {
    display: none !important;
  }

  #subjoinder #collapser {
    display: none !important;
  }

  .lenti-block01 {
    height: initial !important;
  }

  .antibodies-block01 {
    margin-left: 0px !important;
  }

  .cell-block01 {
    padding: 10px 10px 150px !important;
  }

  .enz-block01 {
    display: block;
    width: 75% !important;
    text-align: left;

  }

  .enz-block02 {
    display: block;
    width: 75% !important;
    text-align: left;

  }

  .enz-block01 table {
    background-color: rgba(240, 230, 140, 0.65) !important;
  }

  .enz-block02 table {
    background-color: rgba(240, 128, 128, 0.65) !important;
  }

  .enz-img01 {
    background-size: 100% auto;
    width: 100% !important;

  }

  .drx-img01 img {
    width: 100% !important;
  }

  .products-ifi-img01 {
    display: inline !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
    text-align: center;
    margin: 5px;
    width: auto;
    padding: 3px;
    font-size: 11px !important;

  }

  .products-ifi-img01 img {
    width: 50% !important;
  }

  .products-ifi-img02 {
    background-size: 100% auto;

  }

  .products-ifi-block01 {
    width: 75% !important;
    background-color: rgba(255, 255, 255, 0.65) !important;
  }

  .products-ifi-block02 {
    width: 100% !important;
  }

  .flex01 p {
    width: 100% !important;
  }

  #printbtn {
    white-space: nowrap;
  }

  #sidebar {
    padding-right: 0;
  }

  .neurodegenerative-img01 {
    width: 60px !important;
  }

  #content .arr01 li {
    margin-left: 15px;
  }

  .detail-float-block01 {
    float: initial !important;
    width: 100% !important;
  }

  .detail-float-block02 {
    float: initial !important;

  }

  .hsp70-detail-block01 {
    display: block;
    padding-left: 0 !important;
  }

  .hsp70-detail-block02 {
    display: block;
    width: 300px;
    float: left;
  }

  .enz-detail-block01 {
    display: block;
    width: 100% !important;
  }

  .detail-block01 {
    display: block;
  }

  .detail-block02 img {
    display: block;
    width: auto !important;
  }

  .mt-enclosure-image img {
    max-width: 100% !important;
    width: 95%;
  }

  #content div img {
    /* max-width:-webkit-fill-available!important;*/
    max-width: 100% !important;
    height: auto !important;
  }

  #content .block13 table tr td.t_left img {
    display: block;
    float: initial !important;
  }

  .text div {
    float: initial !important;
  }

  .kakudai01 {
    max-width: 100% !important;
    padding-bottom: 20px !important;
  }

  .span-purefrex01 {
    width: auto !important;
    text-align: left !important;
  }

  .span-asterisk01 {
    width: auto !important;
  }

  .span-asterisk01 span {
    width: auto !important;
  }

  #content .block01 .box01 h1 {
    word-wrap: break-word;
  }

  .btn_sample a {
    margin: 0 !important;
  }

  .ages-img01 {
    width: auto !important;
  }

  #content .headding_m h3 {
    word-wrap: break-word;
  }

  .img-product10709-01 {
    width: 80%;
    height: auto;
  }

  table.text-block01 {
    display: block;
  }

  table.text-block01 tbody {
    display: block;
  }

  table.text-block01 tbody tr {
    display: block;
  }

  table.text-block01 tbody tr td {
    display: block;
  }

  .tb-width01 {
    width: auto;
  }

  .purefrex-gfk-text01 {
    width: 100% !important;
  }


  /* カード型スタイル追加 start*/
  .card-header01 {
    font-size: 0.9rem !important;
  }

  .card-header02 {
    font-size: 0.9rem !important;
  }

  #mainarea #content div.card-column01 {
    margin: 0 0 1.5rem 0.7rem !important;
    max-width: 27.33333%;
    padding: initial !important;
    display: inline-block !important;
  }

  .card-column01:nth-child(1) {
    margin-left: 0px !important;
  }

  #mainarea #content div.card-column02 {
    margin: 0 0 1.5rem 0.7rem !important;
    padding: initial !important;
  }

  .card-column01:nth-child(1) {
    margin-left: 0px !important;
  }

  .card-column02:nth-child(1) {
    margin-left: 0px !important;
  }

  /* カード型スタイル追加end*/
  #SMP_STYLE .header_emesg {
    width: 88% !important;
  }

  #SMP_STYLE dt.title {
    /* padding: 23px 0px 28px 0!important;*/
    width: 285px !important;
    background-color: #f9f9f9 !important;
  }

  body>center>div.body_tbl>p {
    width: 100% !important;
  }

  #SMP_STYLE dd.data {
    width: 270px !important;
  }

  #SMP_STYLE dl {
    display: block !important;
  }

  #SMP_STYLE .smp_tmpl {
    width: 98% !important;
  }

  body>center>div.body_tbl>div:nth-child(1)>div:nth-child(2) img {
    width: 100%;
  }

  #header>div.site_search_container>div.mf_finder_container {
    text-align: left !important;
    position: relative !important;
    padding: 0 0 12px 10px !important;
    right: 0 !important;
  }

  #SMP_STYLE .body_tbl {
    padding-top: 140px;
  }

  .cb_content {
    width: 100% !important;
    margin: 0 auto;
  }

  textarea {
    font-size: 16px !important;
  }

  input {
    font-size: 16px !important;
  }

  #content .sitemap_box .box02 {
    width: 100% !important;
  }

  #content .sitemap_box .products_site_box .box01 {
    width: 100% !important;
  }

  #content .sitemap_box .products_site_box {
    display: block !important;
  }

  #content .sitemap_box .products_site {
    width: 100% !important;
  }

  #content .sitemap_box {
    display: block !important;
  }

  #header .navi {
    display: block !important;
  }

  #bread,
  #contenttop {
    display: block !important;
  }

  #content>div:nth-child(3)>div>div>div.box_l>div.cbn_pdf>embed {
    width: 100% !important;
  }

  #content .arr01,
  #content .arr01_jutakuindex2,
  #content .arr01_ddsindex2,
  #content .arr01_featindex2 {
    margin: auto !important;
  }

  #content .arr01,
  #content .arr01_jutakuindex2,
  #content .arr01_ddsindex2,
  #content .arr01_featindex2 {
    display: block !important;
    height: auto !important;
  }

  body {
    background: none;
  }

  #content {
    width: 90%;
    float: none;
  }

  #header .site_search_container {
    padding: 0px 10px 5px 10px;
    width: 98%;
    background-color: #fff;
    display: block !important;
    border: initial !important;
    text-align: left;
    font-size: 0px;
  }

  .mf_finder_searchBox_query_input {
    min-height: 30px !important;
  }

  .mf_finder_container img {
    float: none !important;
  }

  .site_search_container {
    margin-top: 65px;
  }
.site_search_containerc_new{
  margin-bottom: 30px;
  display: block;
}

  #mainarea #content {
    width: auto !important;
    margin: 0 auto;
    padding: 0px 3%;
  }

  #mainarea {
    width: auto;
    padding: 0 !important;
  }

  #contenttop {
    width: 100%;
    margin: 0px auto 11px auto;
    height: auto;
  }

  #contenttop .genle {
    left: 0;
    right: auto;
    position: relative;
  }

  #contenttop .genle img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: left top;
  }

  #contenttop .search {
    position: relative;
    width: 100% !important;
    margin-top: 0;
    right: 0;
    border: none;
  }

  #bread {
    padding-top: 126px;
    padding-left: 10px;
    width: auto !important;
    z-index: 1000;
    position: relative;
  }

  #contenttop {
    width: auto;
  }

  #sidebar {
    float: none;
  }

  #wrapper02 {
    width: 100%;
  }

  /*header nav sp*/
  .p-sp-nav_li:nth-of-type(1) {
    border-left: none;
    padding: 0;
  }

  .p-sp-nav_li:nth-of-type(2) {
    border-left: none;
    padding: 0;
  }

  .p-sp-nav_li:nth-of-type(3) {
    padding: 0;
  }

  .p-sp-nav_li:nth-of-type(4) {
    padding: 0;
  }

  .p-sp-nav_li:nth-of-type(5) {
    padding: 0;
  }

  .p-sp-nav_li:nth-of-type(6) {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  #header .navi li {
    float: left;
    margin-left: 0px !important;
  }

  /*header nav sp end*/
  #header {
    width: 100%;
    height: 66px;
    margin: 0px auto !important;
    position: fixed;
    margin-bottom: 5px;
    font-size: 0px;
    background: #fff;
    z-index: 10000;
  }

  #header .navi {
    position: absolute;
    right: 0px;
    top: 0px;
    letter-spacing: 0.05em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    background-color: #fff;
  }

  .navi {
    position: sticky !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    font-size: 12px;
    font-size: 0.75rem;
    transition: left .5s;
  }

  .navi li {
    float: none !important;
    font-size: 15px;
    font-family: "メイリオ";
    display: block;
    height: 50px;
    margin-left: 0px !important;
  }

  .navi li a {
    position: relative;
  }

  .navi li img {
    display: none;
  }

  .search_type .body {
    padding: 0px;
    border: 1px solid #e6e6e6;
  }

  .search_type:nth-child(2) {
    /*display: none;*/
  }

  .section.aside_inquiry>div {
    text-align: center;
  }

  .section.aside_news>div {
    text-align: center;
  }

  div.section.aside_banner>ul {
    display: flex;
  }

  div.section.aside_banner>ul>li {
    margin: 0 2px;
  }

  .aside_news .nav_link li {
    background: none;
  }

  div.section.aside_aaas {
    width: 31%;
    float: left;
    margin: 10px 5px;
  }



  .pickup_banner {
    float: none;
    overflow: hidden;
    width: 474px;
    height: 292px;
    padding: 0;
    margin: 0 auto;
  }

  .main_visual {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px #021b3e;
    float: left;
    padding: 0px !important;
  }

  .main_visual>img {
    object-position: left top;
    height: 100%;
    object-fit: cover;
  }

  .main_visual>a>img {
    object-position: left top;
    height: 100%;
    object-fit: cover;
  }

  .mf_finder_searchBox {
    background-color: #fff !important;
    margin: 0 !important;
    width: 100% !important;
  }

/*  #product_search .input_text {
    width: 100%;
  }
*/
  #id_search .input_text {
    width: 100%;
  }

  #gnavi {
    position: sticky !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    font-size: 12px;
    font-size: 0.75rem;
    transition: left .5s;
    display: none;
  }

  #gnavi li {
    color: #f00;
    font-size: 15px;
    font-family: "メイリオ";
    display: flex;
    align-items: center;
    height: 80px;
    border-left: none;
    padding-left: 2.5em;
    border-bottom: 1px solid #d5d5d5;
  }

  #gnavi li a {
    color: #555;
    width: 100%;
    height: 35px;
    font-weight: normal;
    display: flex;
    border-bottom: none;
    background: none;
    text-decoration: none;
    align-items: center;
  }

  #gnavi li a:hover,
  #gnavi li a.current,
  #gnavi li a.parentsLink {
    background: none !important;
    text-decoration: underline;
  }

  #megamenu {
    position: relative;
    top: 104px;
    left: 0;
    z-index: 1000;
    width: 100%;
    font-size: 12px;
  }

  .megamenu_item {
    display: none !important;
    position: relative;
    top: 0;
    left: 0;
    width: 84%;
    padding: 11px 18px 18px;
    border: 2px solid #485282;
    background-color: #e1e4ee;
    margin: 0 auto;
  }

  .search_form .tab_handle li {
    float: left;
    margin-right: 0px;
    width: 89px;
  }

  #footer {
    width: 100%;
  }

  .information_item table.timely_news_list {
    position: relative;
    width: 100% !important;
    margin: 0;
    table-layout: auto;
  }

  /* new-style html追加分 */
  .l-sp-header_ham-menu {
    width: 60px;
    height: 60px;
    background-color: #023047;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-top: 6px;
  }

  .open-btn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 60px;
    height: 40px;
    margin-top: 10px;
  }

  .open-btn1 span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    width: 56%;
    width: 62%;
  }

  /* 上の線 */
  .open-btn1 span:nth-of-type(1) {
    top: 14px;
    top: 4px;
  }

  /* 真ん中の線 */
  .open-btn1 span:nth-of-type(2) {
    top: 22px;
    top: 12px;
    top: 16px;
  }

  /* 下の線 */
  .open-btn1 span:nth-of-type(3) {
    top: 30px;
    top: 20px;
    top: 27px;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .open-btn1.active span:nth-of-type(1) {
    top: 18px;
    top: 8px;
    left: 18px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    width: 50%;
  }

  .open-btn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .open-btn1.active span:nth-of-type(3) {
    top: 30px;
    top: 20px;
    left: 18px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    width: 50%;
  }

  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* ---------------------------- */
  /* スマートフォン用ヘッダー */
  /* ---------------------------- */
  .l-sp-header {
    z-index: 10;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    color: #023047;
    padding: 0;
  }

  /* ---------------------------- */
  /* メニュー本体 */
  /* ---------------------------- */
  /* 暗い背景 */
  .p-sp-nav-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 750px;
    left: 0;
    /* z-index: 5; */
    transition: all 0.3s;
  }

  /* .bg-activeが付与された時 */
  .p-sp-nav-bg.bg-active {
    display: block;
    transition: all 0.3s;
    z-index: 10000;
  }

  /* ナビゲーション全体を囲うタグ */
  #sp-g-nav {
    position: fixed;
    z-index: 7;
    color: #fff;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    width: 100%;
    /*top: -120%;*/
    visibility: hidden;
    opacity: 0;
    top: 66px;
    transition: all 0.3s;
  }

  /*アクティブクラスがついたら表示位置変更*/
  #sp-g-nav.panel-active {
    width: 100%;
    top: 66px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 66px;
    left: 0;
    background-color: #fff;
  }

  #sp-g-nav.panel-active:before {
    content: '';
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    z-index: -10000;
  }

  /* ナビゲーション本体 */
  .p-sp-nav_ul {
    width: 100%;
    padding-bottom: 120px !important;
  }

  .p-sp-nav_li {
    height: 38px;
    border-bottom: 1px solid #d5d5d5;
  }

  .p-sp-nav_li:last-of-type {
    border-bottom: 0;
  }

  .p-sp-nav_a {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 2em;
  }

  /* ---------------------------- */
  /* メインエリアのスタイル */
  /* ---------------------------- */
  #footernavi {
    min-width: auto !important;
  }

  #footernavi .footernaviarea {
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
    justify-content: space-between !important;
    padding: 0 5%;
  }

  #footernavi .footernaviarea .box01 {
    width: 100% !important;
    margin: 30px 0;
  }

  #footernavi .footernaviarea_lower ul li {
    display: block !important;
    padding: 0 30px 15px 0;
    margin: 0;
  }

  #footernavi .footernaviarea_lower {
    width: 90% !important;
    border-top: #fff solid 1px !important;
    margin: 30px auto 0 auto !important;
  }

  .support_information .section {
    width: 96% !important;
  }

  .search_type li {
    width: 150px;
    display: block;
    float: left;
    margin-top: 0;
    padding-left: 10px;
  }

  .pickup_banner .item_list li {}

  #footernavi .footernaviarea div {
    width: 100%;
  }
  #footernavi .footernaviarea .box02 {
    width: 220px!important;
}

  /* accordion 設定 768px*/

  .accordion {
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footernavi .footernaviarea div .symbol {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footernavi .footernaviarea h3 {
    border-bottom: #fff solid 1px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    width: 360px;
  }

  .symbol span {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    transition: all 0.4s ease;
  }

  .symbol span:nth-of-type(1) {
    transform: translateX(15px);
  }

  .symbol span:nth-of-type(2) {
    transform: rotate(-90deg);
  }

  .accordion.active .symbol span:nth-of-type(2) {
    transform: rotate(0deg);
  }

  .panel {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }

  .panel li {
    margin: 10px;
  }

  /* accordion 設定 end*/
  #contenttop .search>ul {
    float: left;
    width: 70%;
  }

  #contenttop>div>ul:nth-child(1) {
    float: left !important;
    width: 70%;
    padding-left: 10px;
  }

  #contenttop .search ul:nth-child(2) {
    float: left;
    width: 21% !important;
    margin-left: 0px;
  }

  #contenttop>div>ul:nth-child(2) {
    float: left;
    width: 21% !important;
    margin-left: 0px;
  }

  #content .block16 dl {
    width: auto;
    height: auto !important;
    height: 72px;
    min-height: 72px;
    float: left;
    position: relative;
    margin-bottom: 20px;
    padding-left: 5rem;
    padding-right: 16px;
  }

  #content .productIndex2 dl {
    float: left;
    width: 26%;
    margin-right: 20px;
    margin: 0 10px;
    border-top: 1px solid #ccc;
    padding: 5px;
  }

  #sidebar {
    width: 100%;
  }

  #sidebar .sidenavi2 {
    width: 98% !important;
    padding-right: 0;
    border: none;
  }

  .sidenavi2 h2 {
    display: none;
  }

  .aside_banner ul {
    display: flex;
  }

  .aside_banner ul li {
    margin: 0 auto;
  }

  .aside_banner ul li img {
    width: 100%;
  }

  .pickup dd {
    text-align: center;
  }

  .side-corner-tag:nth-child(1) {
    float: left;
  }

  .side-corner-tag:nth-child(3) {
    float: left;
  }

  #sidebar .pickup dl dd ul li {
    margin-bottom: 8px;
    width: 47%;
  }

  #sidebar .inqbox {
    text-align: center;
  }

  #sidebar .cosmobionews p {
    text-align: center;
  }

  #content .block27 .box01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #content .block27 .box01 dl {
    width: 46%;
    border: 1px solid #ccc;
    padding: 1px;
    margin-right: 0;
  }

  #content .block28 {
    width: 100%;
    margin-right: 0px;
  }

  #content .block28 ul {
    margin: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #content .block28 ul li {
    margin-right: 0;
  }

  #content .block28 img {
    width: 100% !important;
  }

  #content .block29 {
    width: 100%;
  }

  #content .block29 ul {
    margin: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .block32 table {
    width: 100% !important;
    margin: 1.5em 0 0 10px !important;
  }

  #content .block39 img {
    width: 100% !important;
    height: auto;
    display: none;
  }

  td .btn02 {
    width: 120px;
  }

  dl>dd>table>tbody>tr>td:nth-child(1) {
    width: 120px !important;
    padding-left: 0px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(2) {
    width: 120px !important;
    padding-left: 0px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(3) {
    width: 120px !important;
    padding-left: 0px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(1)>div {
    width: 120px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(2)>div {
    width: 120px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(3)>div {
    width: 120px !important;
  }

  #contenttop .t_right {
    display: block;
    margin-left: 10px;
    padding-bottom: 10px;
  }

  .search .t_right {
    text-align: left;
  }

  .mf_finder_container img {
    margin-bottom: 5px !important;
  }

  #searchBox>tbody>tr:nth-child(1) input {
    width: 100px !important;
  }

  .irindexbox01 .box01 {
    width: 98% !important;
    float: none !important;
    margin: 0 auto;
    margin-right: 0 !important;
  }

  .irindexbox01 {
    width: 100%;
    padding: 0;
  }

  #content p {
    padding: 0 10px;
  }

  #content div.text div {
    display: block !important;
    margin: 0 auto 10px !important;
    width: auto !important;
    word-wrap: break-word;
  }

  #content div.text div table {
    overflow: auto;
    display: block;
    overflow-x: scroll;
  }



  .koutiger-image {
    position: initial !important;
    width: 90px !important;
    margin-top: -20px;
  }

  #content div.text div.service-wrapper {
    text-align: right !important;
  }

  #content .block42 table tr .w01 .icon {
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }

  #content>div>div>a>img {
    /*width: 100%;*/
    height: auto;
  }

  .irindexbox01 div dl {
    width: 46% !important;
  }

  .form_img {
    /*		margin: 10px auto!important;*/
  }

  .form_img img {
    width: 140px;
    height: auto;
  }

  .irindexbox01 .box01 dl {
    margin-right: 10px !important;
  }

  #contenttop .search ul li .input01 {
    width: 86px !important;
  }

  .featindex2_cat .feature_cat_box {
    border: none !important;
  }

  .featindex2h2 {
    padding: 14px 0 14px 10px !important;
  }

  #content .headding_l {
    margin: 0 !important;
    border: 0;
  }

  .thiscatalog img {
    width: 150px;
    height: 25px;
  }

  #content>div.irindexbox01>div:nth-child(1)>dl:nth-child(1)>dd>div {
    text-align: center;
    margin: 10px 0;
  }

  #content>div.irindexbox01>div>dl:nth-child(2)>dd>div {
    text-align: center;
    margin: 30px 0 10px 0;
  }

  #content>div.irindexbox01>div:nth-child(1)>dl:nth-child(3)>dd>div {
    text-align: center;
    margin: 10px 0;
  }

  #content>div.irindexbox01>div:nth-child(2)>dl:nth-child(1)>dd>div {
    text-align: center;
    margin: 0px 0 10px 0;
  }

  #content>div.irindexbox01>div:nth-child(2)>dl:nth-child(3)>dd>div {
    text-align: center;
    margin: 10px 0;
  }

  #content>div:nth-child(7) {
    /*	width: 100%; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #content>div:nth-child(7)>div:nth-child(1) {
    width: 98% !important;
    /*		margin: 0 auto 30px;*/
    margin-bottom: 30px;
  }

  #content>div:nth-child(7)>div:nth-child(2) {
    width: 98% !important;
    margin: 0 auto 30px;
  }

  #content>div:nth-child(7)>div:nth-child(1)>a>img {
    width: 100%;
  }

  #content>div:nth-child(7)>div:nth-child(2)>a>img {
    width: 100%;
  }

  .block15.ddsindex2fb,
  #content .block15.featindex2fb {
    display: block;
  }

  #content .ddsindex2fb1_1,
  #content .featindex2fb1_1 {
    width: auto;
  }

  #content .ddsindex2fb1_2,
  #content .featindex2fb1_2 {
    width: auto;
  }

  .featindex2_cat {
    display: block !important;
  }

  #content>div:nth-child(4)>div>div>span>a>img {
    width: 100%;
  }

  /*#content > div:nth-child(2) > div > div{
		padding: 0 10px 0 10px!important;
		width: auto!important;
		margin: 0!important;
	}*/
  #content>div:nth-child(2)>div>div>table:nth-child(3) {
    padding: 0 10px 0 10px !important;
    width: auto !important;
    margin: 0 !important;
  }

  #content>div:nth-child(2)>div>div>table:nth-child(5) {
    padding: 0 10px 0 10px !important;
    width: auto !important;
  }

  #content>div:nth-child(6)>div>div:nth-child(1) {
    /*padding: 0 10px 0 10px; */
    width: auto;
    margin: 0;
  }

  #content>div:nth-child(6)>div>table:nth-child(25) {
    padding: 0 10px 0 10px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #content>div.block14>div>a>img {
    padding: 0 10px 0 10px !important;
    width: 97% !important;
    margin: 0 !important;
  }

  /*  #content>div:nth-child(6)>div>div:nth-child(1)>table>tbody>tr>td:nth-child(1) {
    float: left;
  }

  #content>div:nth-child(6)>div>div:nth-child(1)>table>tbody>tr>td:nth-child(2) {
    float: left;
    padding-left: 0 !important;
  } */
  #content div:nth-child(2 of .block05) .text div .tbl15>tbody tr td {
    float: none !important;
  }

  #content div:nth-child(1 of .block15) .text p img {
    float: none !important;
    max-width: 100% !important;
  }

  #content div:nth-child(1 of .block15) .text span img {
    float: none !important;
  }

  #content div:nth-child(1 of .block15) .text div {
    float: none !important;
  }

  #content div:nth-child(1 of .block15) .text img {
    float: none !important;
  }

  .icon-new01 {
    max-width: initial !important;
  }

  #content>div:nth-child(4)>div>table>tbody>tr>td:nth-child(1)>img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #content>div:nth-child(4)>div>table>tbody>tr>td:nth-child(2)>img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #content>div:nth-child(4)>div>img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
  }

  #content>div:nth-child(6)>div>div>img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
  }

  #content>div.block15>div>p:nth-child(3)>img {
    /*width: 100%!important;*/
    height: auto;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(4)>p>a>img {
    width: 100% !important;
    height: auto;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(2)>div:nth-child(1)>a>img {
    width: 100% !important;
    height: auto;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(6)>p.side-corner-tag>a>img {
    width: 100% !important;
    height: auto;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(8)>a>img {
    width: 100% !important;
    height: auto;
  }

  #content>div.block15>div>div.mb50>div>div.mb20>a>img {
    width: 100% !important;
    height: auto;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(10)>a>img {
    width: 100% !important;
    height: auto;
  }

  #content>div.block15>div>p:nth-child(1)>img {
    max-width: 100% !important;
    height: auto;
  }

  .table-scroll {
    overflow: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
    overflow-x: scroll;
  }

  #content>div:nth-child(2) {
    width: auto !important;
    /*padding: 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  #content>div:nth-child(2)>a>img {
    width: 99%;
  }

  #content .headding_l .box01 h2 {
    font-size: 16px;
  }

  #gnavi li:last-child {
    border-right: 1px solid #ffffff;
  }

  #colorbox {
    width: 100% !important;
    height: 540px !important;
    top: 100px !important;
  }

  #cboxLoadedContent {
    width: 100% !important;
    height: 540px !important;
  }

  #cboxWrapper {
    width: 100% !important;
    height: 540px !important;
  }

  #cboxTopCenter {
    width: 100% !important;
    height: 540px !important;
  }

  #cboxContent {
    width: 100% !important;
    height: 540px !important;
  }

  #all_banner ul {
    padding: 50px 0 0 80px !important;
  }

  .products.p-sp-nav_li {
    display: block;
  }

  .new.p-sp-nav_li {
    display: block;
  }

  .support.p-sp-nav_li {
    display: block;
  }

  .catalogue.p-sp-nav_li {
    display: block;
  }

  .agency.p-sp-nav_li {
    display: block;
  }

  .contact.p-sp-nav_li {
    display: block;
  }

  #content table.table-of-campaign-items {
    overflow: auto;
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
  }

  #content table.tbl15 {
    overflow: auto;
    white-space: normal;
    display: block;
    overflow-x: scroll;
  }


  #content table.tbl15::-webkit-scrollbar {
    height: 10px;
  }

  #content table.tbl15::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  #content table.tbl15::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

  /*#content table{
		overflow: auto;
		white-space: nowrap;
		display: block;
	}*/
  /*#content .block05 .text > div:nth-child(3){
		overflow: scroll;
		display: block;
	}*/
  table.tablesorter {
    overflow: auto;
    white-space: normal;
    display: block;
    overflow-x: scroll;
  }

  .parent {
    display: flex;
    flex-direction: column;
  }
  .main-section01{
  
  }

  .col_search {
    width: 100%;
    padding-right: 0;
    order: 2;
  }

  .col_information {
    float: left;
    width: 100% !important;
    margin-top: 19px;
    order: 1;
  }

  .col_aside.right_box01 {
    width: 100%;
  }

  iframe {
    width: 97% !important;
  }

  #content .block15.laboratory_index2 .bnr01 .triangle,
  #content .block15.laboratory_index2 .bnr02 .triangle,
  #content .block15.laboratory_index2 .bnr03 .triangle,
  #content .block15.laboratory_index2 .bnr04 .triangle,
  #content .block15.laboratory_index2 .bnr05 .triangle,
  #content .block15.laboratory_index2 .bnr06 .triangle,
  #content .block15.laboratory_index2 .bnr07 .triangle,
  #content .block15.laboratory_index2 .bnr08 .triangle {
    left: 0 !important;
  }

  #content .block18 {
    display: block !important;
  }

  .target-product-table-2316 {
    width: 100% !important;
  }

  .target-products-2314 table {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table:nth-child(2)>tbody>tr:nth-child(1)>td>input[type=text]:nth-child(1) {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table:nth-child(2)>tbody>tr:nth-child(1)>td>input[type=text]:nth-child(2) {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table:nth-child(2)>tbody>tr:nth-child(3)>td>input[type=text]:nth-child(1) {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table:nth-child(2)>tbody>tr:nth-child(3)>td>input[type=text]:nth-child(2) {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table:nth-child(2)>tbody>tr:nth-child(2)>td>input[type=text]:nth-child(1) {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table:nth-child(2)>tbody>tr:nth-child(2)>td>input[type=text]:nth-child(2) {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>table {
    overflow: auto;
    display: block;
    overflow-x: scroll;
  }

  #content .cbn_box03 .table02 th {
    width: auto;
    white-space: initial !important;
  }

  #content>div.cbn_box03>form>div {
    margin-left: 0px !important;
  }

  #content>div.cbn_box03>form>div>table {
    width: 100% !important;
  }

  #content>div.cbn_box03>form>div>div {
    text-align: center !important;
    margin-left: 0px !important;
  }

  #content .headding_m {
    display: block !important;
  }

  #content .form_box02 {
    width: 100% !important;
  }

  #content .form_box02 table {
    width: 100% !important;
    overflow: auto;
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
  }

  #content .block15 p {
    width: auto !important;
  }

  #mainarea #content div.cbn_box03 form table.table01 img {
    max-width: fit-content !important;
  }

  /*サイト内検索（マーズファインダー）の結果ページ用CSS*/
  div.mf_finder_organic_doc {
    flex-wrap: wrap;
  }

  .mf_finder_organic_doc_contents_wrapper {
    width: 100%;
  }

  .mf_finder_organic_doc_body_wrapper {
    width: 100%;
  }

  .mf_finder_organic_doc_img_wrapper.mf_gui_img_frame {
    margin: 0 auto;
  }

  .search-bread {
    padding-top: 76px !important;
  }

  .mf_finder_organic_doc_contents_wrapper {
    margin-left: 0px !important;
  }

  .mf_finder_organic_wrapper.mf_available_resultframe .mf_finder_organic_doc_zoom {
    display: none !important;
  }

  .mf_finder_organic_doc {
    display: block !important;
    padding: 1.5rem 0px !important;
  }

  .mf_finder_organic_doc_url {
    display: block !important;
    word-wrap: break-word;
  }

  .box02.t_right {
    margin-top: 10px;
    line-height: inherit !important;
    text-align: right !important;
  }

  .character-aqua-peptiden01 {
    width: 150px;
    position: relative;
    top: -60px;
    left: 80px;
    z-index: 2;
    margin-bottom: -50px;
    z-index: auto;
  }
  #content .form_box01 label{
    margin-bottom: 10px;
    display: block;
  }

  /*20240216創薬問い合わせフォームインクルード変更*/
  .mail-and-phone {
    display: block;
  }

  a.contact-button {
    padding: 6% 5%;
  }

  #content div.text div.mail-contact {
    width: 80%;
    border-right: none;
    margin: 0 auto;
  }

  .phone-contact {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

  .contact-form-wrapper {
    line-height: 1;
  }

  /*20240216創薬問い合わせフォームインクルード変更 end*/


  #pageNav{
    display: block;
    margin: 3% 0 0px;
  }
  #pageNav li{
    width:100% ;
  }
  .contactBox{
    margin-bottom: 2em;
  }
  .information_item{
    overflow: visible;
  }
.search_form .submit{
 /* vertical-align: top;*/
}
.site_search_container_new{
  margin-bottom: 30px;
 display: block;
  flex-shrink: 0;
  align-items: center;

}


#header .site_search_container_new{
  display: none;
}
#header .form-search02{
  display: none;
}

.font-p01 {
  font-size: 13px;
  margin: 10px 0 20px 0px;
  text-align: center;
  line-height: 24px;
}
.inner-flex01{
  display: block;
}
.campaign-link01{
  width: auto;
}
.campaign-link01 a {

  font-size: 16px;
  color: #fff;
}
.i-checkbox {
  width: calc(100% - 10px)!important;
  display: block;
  text-align: center;
}
.title-mv01{
font-size: 3.5em;
margin: 0 0 1em 0;
}
h1 {
  font-size: 2.0em;

}

.title-mv01 img {
  width: 100%;
}
  .title-mv02 img {
    width: 100%;
}


#ss-form2{
  width: calc(100% - 10px);
}
#ss-query2{
  width: 80%;
}
.id-search01{
  width: calc(100% - 30px);
  }
  h1{
    margin: 1.5em 0 1em 0;
  }
}


/* スクリーンサイズが430px以下の場合に適用 */

@media screen and (max-width: 430px) {
  .shenandoah-text01 {
    font-size: 0.7em;
  }

  /*PGI タグスタイル追加*/
  #content div:nth-child(1 of .block15) .text div span.marker {
    width: 90%;
  }

  span.pgi-tag02 {
    display: inline-block;
    margin-right: 0px !important;
    margin-bottom: 10px;
    text-align: center;
    margin: 3px;
    width: 145px !important;
    padding: 3px;
    font-size: 7.5px !important;
  }

  .pgi-tag01 span {
    display: inline-block;
    margin-right: 0px !important;
    margin-bottom: 10px;
    text-align: center;
    margin: 3px;
    width: 106px;
    padding: 3px;
    font-size: 7.5px !important;
  }

  #content div:nth-child(1 of .block15) .text div span {
    display: inline-block;
    margin-right: 0px !important;
    margin-bottom: 10px;
    text-align: center;
    margin: 5px;
    width: auto;
    padding: 3px;
    font-size: 11px !important;
  }


  /* カード型スタイル追加 start*/
  .a-card01 h3 {
    font-size: 0.8rem !important;
  }

  .card-column02 {
    margin: 0 0 20px 0 !important;
    width: 100%;
    padding: initial !important;
  }

  /* カード型スタイル追加 end*/


  #content>div:nth-child(5)>div>table {
    width: 100%;
  }

  #content .inquirybox01 dl.inquiry dd {
    word-wrap: break-word;
  }

  .block25 li a {
    word-wrap: break-word;
  }

  #content .arr01,
  #content .arr01_jutakuindex2,
  #content .arr01_ddsindex2,
  #content .arr01_featindex2 {
    margin-bottom: 50px;
  }

  #content .arr01 {
    width: auto !important;
    margin: 0 5px !important;
  }

  #content .block15.ddsindex2fb,
  #content .block15.featindex2fb {
    display: block;
  }

  #content .block15 .text {
    display: block !important;
    word-wrap: break-word;
  }

  #content .block15.jutakuindex2 {
    width: 100%;
    float: none;
  }

  #content .block15.jutakuindex2 {
    display: block;
  }

  .box02.t_right {
    margin-top: 10px;
    line-height: inherit !important;
    text-align: right !important;
  }

  .so-ju_01 div {
    /* width: 50%;*/
    margin: 0 2px;
  }

  #content .so-ju_01 {
    width: 100%;
  }

  #content .so-ju_01 .so-ju_01_bnr_dds img,
  #content .so-ju_01 .so-ju_01_bnr_jutaku img {
    width: 100%;
    height: auto;
  }

  /* #content div:nth-child(1 of .block01) .so-ju_01 div {
    width: 100%;
}*/
  .logo a img {
    width: 188px;
    height: 37.5px;
  }

  .main_visual>img {
    object-position: left top;
    height: 100%;
    object-fit: cover;
  }

  .main_visual>a>img {
    object-position: left top;
    height: 100%;
    object-fit: cover;
  }

  .anniv_01 {
   /* left: 178px !important;*/
  }

  .anniv_01 a img {
    width: 73px;
  }

  .pickup_banner {
    width: 314px;
    height: 202px;
    padding: 0;
  }

  .pickup_banner .item_list {
    width: 290px;
    background: #fff;
    padding: 4px 0 4px 4px;
    box-shadow: 0px 0px 4px #021b3e;
  }

  .pickup_banner .item_list li {
    width: 92px;
  }
/*
  .information_item table.timely_news_list thead+tbody tr:first-child td img {
    width: 24px;
  }
*/
  .information_item table.timely_news_list td {
    padding: 4px 2px;
  }

  .search_type .body {
    padding: 0;
  }

  .information_item table.timely_news_list thead th,
  .information_item table.timely_news_list th,
  .information_item table.timely_news_list td,
  .information_item table.news_list td,
  .information_item ul.news_list li {
    font-size: 13px;
  }

  #footernavi .footernaviarea div {
    width: 100%;
  }

  /* accordion 設定 */
  .accordion {
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footernavi .footernaviarea div .symbol {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footernavi .footernaviarea h3 {
    border-bottom: #fff solid 1px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    width: 230px;
  }

  .symbol span {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    transition: all 0.4s ease;
  }

  .symbol span:nth-of-type(1) {
    transform: translateX(15px);
  }

  .symbol span:nth-of-type(2) {
    transform: rotate(-90deg);
  }

  .accordion.active .symbol span:nth-of-type(2) {
    transform: rotate(0deg);
  }

  .panel {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }

  .panel li {
    margin: 10px;
  }

  /* accordion 設定 end*/
  .information_item .more::before {
    right: 72px !important;
  }

  .section_sub_ttl {
    font-size: 13px !important;
  }

  .section_ttl {
    font-size: 13px !important;
  }

  .search .t_right {
    text-align: left;
  }

  #contenttop .search>ul {
    float: left !important;
    width: 60% !important;
  }

  #contenttop .search ul:nth-child(2) {
    float: left !important;
    width: 32% !important;
  }

  #contenttop .search .submit01 {
    float: right;

  }

  #content .productIndex2 dl {
    float: left;
    width: 90%;
    margin-right: 20px;
    margin: 0 10px;
    border-top: 1px solid #ccc;
    padding: 5px;
  }

  #sidebar .inqbox {
    text-align: center;
  }

  #sidebar .cosmobionews p {
    text-align: center;
  }

  .side-corner-tag img {
    width: 100%;
  }

  #content .block27 .box01 dl {
    width: 98%;
  }

  .block32 table {
    width: 100% !important;
    margin: 1.5em 0 0 0 !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(1) {
    width: 65px !important;
    padding-left: 0 !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(2) {
    width: 90px !important;
    padding-left: 0 !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(3) {
    width: 90px !important;
    padding-left: 0 !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(1)>div {
    width: 70px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(2)>div {
    width: 90px !important;
  }

  dl>dd>table>tbody>tr>td:nth-child(3)>div {
    width: 97px !important;
  }

  #mainarea .btn02 {
    font-size: 9px;
  }

  #searchBox>tbody>tr:nth-child(1) {
    display: grid;
    margin: 0 10px;
  }

  #searchBox>tbody>tr:nth-child(1) input {
    width: 230px !important;
  }

  #searchBox>tbody>tr:nth-child(2) {
    display: grid;
    margin: 0 10px;
  }

  #contenttop .search ul li .input01 {
    width: 82px !important;
  }

  #id_search>form>input.input01 {
    width:72% !important;
  }

  .irindexbox01 div dl {
    width: 94% !important;
  }

  .form_img img {
    width: 200px !important;
    height: auto;
  }

  .box01 img {
    /*width: 200px!important;*/
    height: auto;
  }

  #content .arr02 {
    font-size: 12px !important;
  }

  #content p {
    padding: 0 5px;
    font-size: 12px !important;
    word-wrap: break-word;
  }

  #content .block29 ul li img {
    width: 130px;
    height: auto;
  }

  #content .block29 ul li {
    /*	display: contents;*/
  }

  #content .block28 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #content .block29 ul {
    display: flex;
    flex-wrap: wrap;
  }

  #content .block32 dl dt {
    padding: 10px 10px 40px 10px;
  }

  #content .block32 dl dd .thiscatalog {
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(2)>div:nth-child(3)>span:nth-child(1) {
    margin-bottom: 12px;
    display: inline-block;
    margin-right: 5px !important;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(2)>div:nth-child(3)>span:nth-child(2) {
    display: inline-block;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(6)>div>span:nth-child(1) {
    margin-bottom: 12px;
    display: inline-block;
    margin-right: 0 !important;
  }

  #content>div.block15>div>div.mb50>div>div:nth-child(6)>div>span:nth-child(2) {
    display: inline-block;
  }

  .backtopsp {
    display: none;
  }

  #backtotop a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 15px;
    width: 1.2em;
  }

  #content .block28 ul li {
    margin-right: 0;
    width: 140px;
    height: 41px;
    margin-bottom: 10px;
  }

  #colorbox {
    width: 100% !important;
    height: 700px !important;
    top: 180px !important;
  }

  #cboxLoadedContent {
    width: 100% !important;
    height: 700px !important;
  }

  #cboxWrapper {
    width: 100% !important;
    height: 700px !important;
  }

  #cboxTopCenter {
    width: 100% !important;
    height: 700px !important;
  }

  #cboxContent {
    width: 100% !important;
    height: 700px !important;
  }

  #all_banner ul {
    padding: 40px 0 0 0 !important;
  }

  #all_banner>ul>li:nth-child(2n+1) {
    float: left;
    width: 33%;
    display: block;
  }

  #all_banner>ul>li:nth-child(2n+1) img {
    width: 100%;
    height: 100%;
  }

  #all_banner>ul>li:nth-child(2n) {
    width: 33%;
    display: block;
  }

  #all_banner>ul>li:nth-child(2n) img {
    width: 100%;
    height: 100%;
  }

  #all_banner li {
    padding: 0;
  }

  div.section.aside_banner>ul {
    display: grid;
  }

  div.section.aside_banner>ul>li {
    margin: 2px auto;
    width: auto;
  }

  div.section.aside_aaas {
    width: 45%;
    float: left;
    margin: 10px 5px;
  }

  div.col_aside.right_box01>div:nth-child(8) {
    width: 45%;
    float: left;
    margin: 10px auto;
  }

  #content table {
    font-size: 10px !important;
  }

  f #content .block15 .text div {
    padding: 0px;
  }

  #content .block15 h3,
  #content .block05 h3,
  #content .block13 .text h3 {
    font-size: 14px;
  }

  /*#content .block05 .text div{
	
		display: block!important;
		margin: 0 auto 10px!important;
		width: 96%!important;
	
	}*/
  #content .block05 .text .border01 {
    display: block !important;
    margin: 0 auto 10px !important;
    width: auto !important;
  }

  #content .block05 .text ul {
    display: block !important;
  }

  #content .block05 .text ul li {
    width: 95% !important;
  }

  #content .block13 table tr td {
    font-size: 10px !important;
  }

  #content table.tbl15,
  #content table.tbl15_c15,
  #content table.tbl15_m15,
  #content table.tbl15_y15 {
    font-size: 0.6em !important;
    width: auto !important;
  }

  .img404-01 img {
    float: initial !important;
    margin: 0 45px !important;
  }

  .img404-02 {
    text-align: center;
  }

  .img404-02 img {
    float: initial !important;
    margin: 0 !important;
  }

  #content .headding_m {
    width: auto !important;
  }

  #SMP_STYLE .smp_tmpl {
    width: 300px !important;
  }

  #SMP_STYLE dt.title {
    /*padding: 23px 0px 28px 0!important;*/
  }

  #SMP_STYLE .sub_text {
    font-size: 100% !important;
  }

  #SMP_STYLE textarea {
    width: 240px !important;
  }

  /*20240216創薬問い合わせフォームインクルード変更*/
  .contact-address {
    font-size: 17px;
  }

  a.contact-button {
    font-size: 11px;
  }

  /*20240216創薬問い合わせフォームインクルード変更 end*/


  #id_search .query {
    width: 75%;
  }

  #id_search .submit {
    width: 14%;
    vertical-align: bottom;
  }

  #number_search .query {
    width: 70%;
  }

  #number_search .submit {
    width: 15%;
    vertical-align: bottom;
  }

  #number_search .maker .input_text {
    width: 230px;
  }
  .title-top-center01{
    font-size: 20px!important;
  }
  .font-p01 {
    
    text-align: left;
  }
  #feature_content>.inner {
height: 1060px;
  }

}