@charset "utf-8";

/*-------------------------------------------*/
/*	共通サブメニュー
/*-------------------------------------------*/
.submenu_material {
  border: 2px solid #2b7bc9;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.submenu_material li {
  flex-grow: 1;
}

.submenu_material li:first-child {
  border-bottom: solid 1px #2b7bc9;
  width: 100%;
}

.submenu_material li:first-child:hover {
  border-bottom: solid 1px white;
}

.submenu_material li:nth-child(2) a,
.submenu_material li:nth-child(3) a,
.submenu_material li:nth-child(4) a,
.submenu_material li:nth-child(5) a {
  border-right: solid 1px #2b7bc9;
}

.submenu_material li:nth-child(2) a:hover,
.submenu_material li:nth-child(3) a:hover,
.submenu_material li:nth-child(4) a:hover,
.submenu_material li:nth-child(5) a:hover,
.submenu_material li:nth-child(6) a:hover {
  border-right: solid 1px white;
  border-left: solid 1px white;
}

.submenu_material a {
  display: block;
  font-weight: 700;
  padding: 0.5em 1em 0.5em;
  text-align: center;
  text-decoration: none;
}

.submenu_material a:hover,
.sm-viscometer-rheometer .submenu_material .menu_viscometer-rheometer a,
.sm-hardness-tester .submenu_material .menu_hardness-tester a,
.sm-spectrometer .submenu_material .menu_spectrometer a,
.sm-vibration-tester-s .submenu_material .menu_vt-s a,
.sm-micro-processing .submenu_material .menu_micro-processing a {
  background: #2b7bc9;
  color: #fff;
}

.menu_micro-processing line {
  stroke: #2b7bc9;
}

.sm-micro-processing .submenu_material .menu_micro-processing a line {
  stroke: white;
}

.menu_micro-processing a:hover line {
  stroke: white;
}

svg {
  vertical-align: middle;
}

.submenu_material a:hover .cs4,
.sm-viscometer-rheometer .submenu_material .menu_viscometer-rheometer a .cs4,
.sm-hardness-tester .submenu_material .menu_hardness-tester a .cs4,
.sm-spectrometer .submenu_material .menu_spectrometer a .cs4,
.sm-vibration-tester-s .submenu_material .menu_vt-s .cs4,
.sm-micro-processing .submenu_material .menu_micro-processing a .cs4 {
  fill: #f1f5ff;
}

.cls-1 {
  fill: transparent;
}

@media screen and (min-width: 960px) {
  .submenu_material {
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 959px) {
  .submenu_material li {
    width: 100%;
  }
  .submenu_material li:nth-child(3),
  .submenu_material li:nth-child(4),
  .submenu_material li:nth-child(5),
  .submenu_material li:nth-child(6) {
    border-left: none;
  }
}

/*-------------------------------------------*/
/*	トップ
/*-------------------------------------------*/
.corner_1st_text {
  margin-bottom: 1rem;
}

.corner_1st_text p {
  margin: 0;
}

.main-img img {
  width: 100%;
  height: auto;
}


/* 粘弾性ページ関連h1タグ内の文字列非表示 */
.use-viscometer-rheometer-h1 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.use-viscometer-rheometer-h1 h1 {
  margin: 0;
}

.vis-use-h4 {
  background-color: #FFE3E9;
  box-shadow: 3px 3px 0 #ccc;
  color: #FF6579;
  font-size: 20px;
  margin-top: 5rem;
  padding: .75rem 0;
}





/*-------------------------------------------*/
/*	お悩み・用途別のリンクボタングループ
/*-------------------------------------------*/

.search_group {
  
}
.search_problem_group,
.search_use_group {
  align-items: center;
  background-color: #E5EEFF;
  border: solid 3px #497FB3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 3rem 0;
}
.search_problem_title,
.search_use_title {
  background-color: #497FB3;
  color: white;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 1rem 0 2rem;
  max-width: 600px;
  padding: .5rem 0;
  text-align: center;
  min-width: 400px;
}
.search_problem_title:hover,
.search_use_title:hover {
  color: white;
}
.search_problem_btn_group,
.search_use_btn_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 0;
  max-width: 900px;
  width: 90%;
}
.problem_btn_group_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
  max-width: 900px;
  width: 90%;
}
.search_problem_btn_child,
.search_use_btn_child {
  background-color: white;
  background-position: left bottom;
  background-repeat: no-repeat;
  border: solid 2px #2B7BC9;
  box-sizing: border-box;
  color: #2B7BC9;
  display: block;
  flex-basis: calc(33.333% - 10px);
  font-size: 1.1em;
  font-weight: bold;
  padding: 1rem 5rem;
  text-align: left;
  width: 90%;
}
.search_problem_btn_child_two {
  text-align: center;
}
.btn_child_padding {
  padding: 1rem 2rem;
}
.search_use_btn_child {
  padding: 1rem 0;
  text-align: center;
}
.search_use_btn_child img {
  padding-right: .5rem;
}
.search_problem_btn_img1 {
  background-image: url(../img/souchi/vis-navi-1.png);
}
.search_problem_btn_img2 {
  background-image: url(../img/souchi/vis-navi-2.png);
}
.search_problem_btn_img3 {
  background-image: url(../img/souchi/vis-navi-3.png);
}
.search_problem_btn_img4 {
  background-image: url(../img/souchi/vis-navi-4.png);
}
.search_problem_btn_img5 {
  background-image: url(../img/souchi/vis-navi-5.png);
}


@media screen and (max-width: 769px) {
  .search_problem_btn_group,
  .search_use_btn_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 0;
  }
  .search_problem_btn_child,
  .search_use_btn_child {
    flex-basis: auto;
    text-align: center;
    width: 100%;
  }
  .search_problem_btn_group a,
  .search_use_btn_group a {
    flex-grow: 1;
    width: 100%;
  }
  .problem_btn_group_two {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
  }
}

@media screen and (max-width: 960px) {
  .search_problem_btn_child,
  .search_use_btn_child {
    padding: 1rem 2rem;
  }
}

/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {
  .search_problem_btn_group,
  .search_use_btn_group {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    width: 95%;
  }
  .search_problem_btn_group a,
  .search_use_btn_group a {
    flex-grow: 1;
    width: 100%;
  }
  .search_problem_title,
  .search_use_title {
    min-width: 280px;
  }

  .search_problem_btn_child,
  .search_use_btn_child {
    flex-basis: auto;
    width: 100%;
  }
}


/*-------------------------------------------*/
/*	目次
/*-------------------------------------------*/
.box_agenda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-weight: normal;
  font-size: smaller;
}

.box_agenda .agenda_list a::before {
  content: " > ";
}

.box_agenda .agenda_list {
  border-bottom: 1px dotted #a1b4cc;
  margin: 1rem 0 0;
}

/*-------------------------------------------*/
/*	新着情報
/*-------------------------------------------*/
.news_more {
  margin-bottom: 6rem;
}

.new_item {
  overflow: hidden;
  position: relative;
}
/* NEWマーク */
.iconmark_new {
  background: #ff9d12;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  height: 1.6em;
  line-height: 1.6;
  margin-left: 1em;
  padding: 0 1em;
}

.new_item .rbn_new {
  background: #ff9d12;
  color: #fff;
  height: 1.6em;
  left: 0;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  top: 0;
  transform: rotate(-30deg) translate(-2.5em, -0.5em);
  width: 10em;
  z-index: 10;
}

.logoright-im_new {
  position: relative;
}

.logoright-im_new::after {
  content: "NEW";
  background: #ff9d12;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  height: 1.6em;
  line-height: 1.6;
  padding: 0 1em;
  position: absolute;
  right: 1em;
  top: 1em;
}

/*-------------------------------------------*/
/*	トップ共通
/*-------------------------------------------*/
.contents h2 {
  margin-top: 6rem;
}

.small {
  font-size: 95%;
  font-weight: normal;
}

.mjr_class02 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  box-sizing: border-box;
  background-color: #e5eeff;
  text-align: center;
  padding: 0.5em;
}

.mjr_class a {
  display: block;
  text-decoration: none;
  color: #333;
}

.mjr_class a:hover {
  background: #2b7bc9;
  box-shadow: 1px 1px 0 #e5eeff inset, 1px -1px 0 #e5eeff inset, -1px 1px 0 #e5eeff inset, -1px -1px 0 #e5eeff inset;
  color: #fff;
}

a:hover img {
  opacity: 0.7;
}

/*-------------------------------------------*/
/* ピックアップ企業
/*-------------------------------------------*/

.list-company,
.comp_explanation {
  display: flex;
}

.list-company {
  flex-wrap: wrap;
  gap: 2em 2em;
  justify-content: space-between;
  list-style: none;
  margin: 3em auto 0;
  padding: 0;
}

.list-company a {
  background: #fff;
  border: 2px solid #3e8bd4;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 1em;
  transition: 0.3s;
}

.list-company a:hover {
  background: #e5eeff;
  text-decoration: none;
}

.list-company .free-comp a {
  align-items: center;
  display: flex;
  gap: 0 1.5em;
}

.list-company .company-nolink {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 1em;
  transition: 0.3s;
}

.free-logo {
  width: 30%;
}

.comp_logo {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.comp_name {
  font-weight: 700;
  margin: 0.5em 0;
}
.list-company a .comp_name {
  color: #3989d7;
}

.comp_name span {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.comp_img {
  margin-right: 1.5rem;
  width: 105px;
}

.comp_txt {
  color: #333;
  text-align: justify;
  width: calc(100% - 1.5rem - 105px);
}

@media screen and (max-width: 959px) {
  .list-company {
    flex-direction: column;
  }
}

@media screen and (min-width: 960px) {
  .list-company {
    justify-content: space-between;
  }

  .list-company li {
    width: 48%;
  }
}

/*-------------------------------------------*/
/* 用途
/*-------------------------------------------*/
.souchi_usage {
  text-align: center;
}

.souchi_usage dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.souchi_usage dl dt {
  width: 55%;
  margin: 0.5rem 0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.souchi_usage dl dd {
  width: 40%;
  margin: 0.5rem 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: smaller;
  text-align: left;
  padding-left: 1rem;
}

/* 硬さ試験機 */
.list_equipment-type {
  display: block;
}

.list_equipment-type dt,
.list_equipment-type dd {
  box-sizing: border-box;
  display: block;
  padding-bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.list_equipment-type dt:not(:first-of-type),
.list_equipment-type dd:not(:first-of-type) {
  padding-top: 0.5em;
}

.list_equipment-type dd {
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.list_equipment-type ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.list_equipment-type.class-items3 dl {
  margin: 0;
  padding: 0;
}

.list_equipment-type.class-items3 dl dd:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}

.list_equipment-type.class-items3 dl dd:last-of-type {
  border-bottom: none;
}

.class-items3-2nd dt,
.class-items3-2nd dd {
  padding-top: 0;
}

/* 装備-大中小項目 */
@media screen and (min-width: 770px) {
  .list_equipment-type,
  .list_equipment-type.class-items3 dl {
    display: flex;
    flex-wrap: wrap;
  }

  .list_equipment-type dt {
    border-bottom: 1px solid #ddd;
    width: 50%;
  }

  .list_equipment-type dd {
    width: 50%;
  }

  .list_equipment-type.class-items3 dt {
    width: 25%;
  }

  .list_equipment-type.class-items3 dd {
    width: 75%;
  }

  .list_equipment-type.class-items3 dl dt:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;
  }

  .list_equipment-type.class-items3 dl dt:last-of-type {
    border-bottom: none;
  }
}

.souchi_chart p {
  font-weight: 700;
}

.souchi_chart img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*-------------------------------------------*/
/* 種類
/*-------------------------------------------*/
.type_tbl h3 {
  background: #3e8bd4;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px;
  font-size: 1.6rem;
  text-align: center;
}

.type_tbl p {
  font-size: 1.4rem;
  margin: 0 0.5rem 1rem 0.5rem;
}

[class^="tbl_corner"] {
  font-size: 1.4rem;
}

[class^="tbl_corner"] tr:nth-of-type(2n + 1) {
  background: #f4f4f4;
}

[class^="tbl_corner"] th,
td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border: 2px solid #fff;
}

.list_corresponding-company a:before {
  content: "▶︎";
  color: #3e8bd4;
  font-size: 12px;
}

[class^="tbl_corner"] img {
  display: block;
  margin-top: 2rem;
  width: 100%;
}

.list-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}

/* 硬さ試験機 */
.list-detail.heardness-t {
  margin: 0 1rem 1rem;
}

.list-detail.heardness-t dt {
  width: 11.5em;
}

.list-detail.heardness-t dd {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  width: calc(100% - 13.5em);
}

.list-detail.heardness-t dd::before {
  content: "：";
}

.tbl_souchi_type.table-heardness-t th {
  min-width: 11.5em;
}

@media screen and (max-width: 769px) {
  [class^="tbl_corner"] a {
    display: inline-block;
    width: 90%;
  }
}
/*-------------------------------------------*/
/* 種類
/*-------------------------------------------*/
.tbl_souchi_type tr th {
  font-size: larger;
  color: #333;
}

.tbl_souchi_type tr td {
  font-weight: normal;
}

/*-------------------------------------------*/
/* 一覧
/*-------------------------------------------*/
.listmap_img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.listmap_table {
  overflow-x: auto;
}

.listmap_table table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: auto;
}

.listmap_table table td {
  width: calc(100% / 10);
}

/*-------------------------------------------*/
/* 企業紹介
/*-------------------------------------------*/
.mdl_class {
  font-size: 2.4rem;
  border-bottom: 3px solid #888;
  margin-bottom: 1.5rem;
  text-align: center;
}

.tbl_paidcomp tr:first-of-type th:nth-of-type(2n + 1) {
  background: #888;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
  text-align: center;
}

.tbl_paidcomp tr:first-of-type th:nth-of-type(2n) {
  background: #666;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
  text-align: center;
}

.tbl_paidcomp tr:nth-of-type(2n + 1) {
  background: #f4f4f4;
}

.tbl_paidcomp td {
  padding: 5px;
  text-align: justify;
}

.tbl_paidcomp td center {
  text-align: center;
}

.tbl_paidcomp td .compimg {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
}

.tbl_paidcomp td span {
  display: block;
  padding: 5px;
  color: #fff;
  margin: 0.8rem 0;
  border-radius: 3px;
  text-align: center;
}

.tbl_paidcomp td span.bk01 {
  background-color: #0984b4;
}

.tbl_paidcomp td span.bk02 {
  background-color: #a1b4cc;
}

.tbl_paidcomp td span.bk03 {
  background-color: #088171;
}

.tbl_paidcomp td span.bk04 {
  background-color: #81589c;
}

.tbl_freecomp tr:first-of-type th:nth-of-type(2n + 1) {
  background: #888;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
}

.tbl_freecomp tr:first-of-type th:nth-of-type(2n) {
  background: #666;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
}

.tbl_freecomp tr:nth-of-type(2n + 1) {
  background: #f4f4f4;
}

.tbl_freecomp td {
  padding: 5px;
}

/* その他企業紹介（無料企業紹介） */
.mt10 {
  margin-top: 10rem;
}
.mt6 {
  margin-top: 6rem;
}
.mt3 {
  margin-top: 3rem;
}
.mb6 {
  margin-bottom: 6rem;
}
.mb3 {
  margin-bottom: 3rem;
}


/*-------------------------------------------*/
/* navi
/*-------------------------------------------*/
.sub_menu_renew {
  border: solid 2px #497FB3;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr;
  margin: .5rem 0 2rem;
  text-align: center;
}
.sub_menu_renew a {
  padding-left: 1rem; 
}
.sub_menu_two {
  border: solid 2px #497FB3;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  margin: .5rem 0 2rem;
  text-align: center;
}
.sub_menu_two a {
  padding-left: 1rem; 
}
.vis_navi_title {
  color: #497FB3;
  font-weight: bold;
  margin: 2rem 0 0;
}

@media screen and (max-width: 769px) {
  .sub_menu_renew {
    grid-template-columns: auto;
    margin: 0 auto;
    width: 90%;
  }
  .sub_menu_two {
    display: flex;
    flex-direction: column;
  }
  .vis_navi_title {
    margin: 2rem auto 0;
    width: 90%;
  }
}


/*-------------------------------------------*/
/* 製品一覧
/*-------------------------------------------*/
.list_product-line {
  display: block;
}

.list_product-line li {
  display: flex;
  gap: 0 1em;
  margin-bottom: 1.5em;
}

.box_pl-img,
.box_pl-img img {
  width: 15rem;
}

.box_pl-txt dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0;
  margin: 0;
}

.box_pl-txt dt {
  width: 6em;
}

.box_pl-txt dd {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  width: calc(100% - 7em);
}

.box_pl-txt dd::before {
  content: "：";
}

.pl_name {
  font-weight: 700;
}

.pl_comp {
  color: #555;
  font-size: 1.4rem;
  margin: 0.5em 0 1em;
}

@media screen and (min-width: 960px) {
  .list_product-line {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 2em;
  }

  .list_product-line li {
    width: 48%;
  }
}

/*-------------------------------------------*/
/* 事例
/*-------------------------------------------*/
.list_case {
  display: flex;
  flex-direction: column;
  gap: 0 2em;
}

.list_case li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 0 2em;
}

.list_case li:not(:last-child) {
  margin-bottom: 3em;
}

.list_case a {
  display: flex;
  justify-content: space-between;
  gap: 0 2em;
  color: #333;
}

.list_case a:hover {
  color: #5972aa;
}

.case_txt {
  flex: 3;
  line-height: 1.4;
  text-align: justify;
}

.case_img {
  display: flex;
  flex: 1;
}

.case_img span {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
}

.case_img img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.case_title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.case_topics {
  color: #666;
  margin-bottom: 0.5em;
}

.case_link {
  background: #3989d7;
  color: #fff;
  display: inline-block;
  margin-top: 0.25em;
  padding: 0.25em 0.5em;
}

.list_case a:hover .case_link {
  background: #5972aa;
}

/*-------------------------------------------*/
/* ホワイトペーパー・カタログ
/*-------------------------------------------*/
.list_wp,
.list_wp > li {
  margin: 0;
}

.list_wp {
  display: block;
  padding: 0;
  line-height: 1.3;
}

.list_wp > li {
  border: 1px solid #ddd;
  display: flex;
  list-style-type: none;
  padding: 1em;
  position: relative;
}

.list_wp > li:not(:last-child) {
  margin-bottom: 2em;
}

.list_wp > li,
.list_wp a,
.wp_linkbtn {
  transition: 0.3s;
}

.list_wp a {
  color: #333;
}

.list_wp a:hover {
  color: #5972aa;
}

a.link_wp {
  display: block;
  position: relative;
}
a.icon-sample {
  background: url(../img/common/icon-sample.png) 50% 100% no-repeat;
  padding-bottom: 2.3rem;
}

.wp_img a.view-larger,
.wp_img a,
.wp_img img {
  display: block;
}

.wp_img img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp_img a.view-larger {
  background: url(../img/c-equipment/icon-big.png) 50% 100% no-repeat;
  padding-bottom: 20px;
}

.wp_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.wp_title span {
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: 1em;
}

.wp_title span::after {
  content: "]";
}

.wp_title span::before {
  content: "[";
}

.wp_list,
.wp_list > li {
  list-style-type: none;
  padding: 0;
  line-height: 1.1;
}

.wp_list {
  margin: 0.5em 0 0 1.5em;
}

.wp_list > li:not(:first-child) {
  margin-top: 0.5em;
}

.wp_list.wp_list_mini > li:not(:first-child) {
  margin-top: 0.25em;
}

.wp_list .wp_sublist {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.wp_sublist li {
  list-style-type: circle;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  width: calc(50% - 1.5em);
}

.wp_date {
  color: #666;
  margin-top: 1em;
}

.wp_linkbtn {
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.5em;
}

.list_wp a .wp_linkbtn {
  background: #3989d7;
}

.list_wp a:hover .wp_linkbtn {
  background: #5972aa;
}

.ct_point {
  list-style-type: disc;
}

.ct_point li {
  margin-left: 2rem;
}

@media screen and (max-width: 959px) {
  .list_wp > li {
    flex-flow: column;
    gap: 2em 0;
  }

  .wp_img {
    align-self: center;
    max-width: calc(170px * 2);
  }

  .wp_list .wp_sublist {
    display: block;
  }

  a.link_wp.cat_txt {
    width: 100%;
  }

  .wp_linkbtn {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 960px) {
  .list_wp > li {
    gap: 0 1em;
  }

  .wp_img {
    width: 210px;
  }

  a.link_wp.cat_txt {
    width: calc(100% - 210px - 2em);
  }

  .wp_linkbtn {
    bottom: .25em;
    position: absolute;
    right: 1em;
  }
}

/*-------------------------------------------*/
/* 紹介動画
/*-------------------------------------------*/
.list_video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.list_video > li {
  display: flex;
  flex-direction: column;
  width: calc(95% / 3);
  height: auto;
  margin-bottom: 1rem;
}

.list_video > li p {
  margin: 0;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (min-width: 960px) {
  .list_st {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em 1em;
  }

  .list_st li {
    width: calc((100% - 4em) / 5);
  }
}

/*-------------------------------------------*/
/* 規格
/*-------------------------------------------*/

table[class$="tbl_corner"] {
  margin-bottom: 5rem;
}

[class^="tbl_corner"] tr:first-of-type th {
  color: #333;
}

.tbl_corner_souchi tr:nth-of-type(2n + 1) {
  background: #f4f4f4;
}

.tbl_corner_souchi tr td ul li.gray {
  color: #8b8b8b;
}

.tbl_corner_souchi .list_standard {
  margin-bottom: 0;
}

/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {
  .list_pickup_cmp .nc_box {
    flex-direction: column;
  }

  .box_limg {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .box_limg img {
    display: none;
  }

  .box_limg div {
    width: 100%;
    margin: 0;
  }

  .list_case a {
    flex-flow: column;
    gap: 1em 0;
  }

  .list_video {
    flex-direction: column;
  }

  .list_video > li {
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 769px) {
}

@media screen and (max-width: 769px) {
  .area_nav {
    flex-flow: column;
    text-align: left;
  }

  .menu_transport_top {
    order: 1;
  }

  .menu_standard {
    order: 2;
  }

  .menu_test {
    order: 3;
  }

  .menu_transportation {
    order: 4;
  }

  .menu_conditions {
    order: 5;
  }

  body[id^="p_pack_standard_"] .menu_submenu {
    order: 3;
  }

  body[id^="p_pack_standard_"] .menu_test {
    order: 4;
  }

  body[id^="p_pack_test_"] .menu_submenu {
    order: 4;
  }

  #p_pack_organ .menu_submenu {
    order: 5;
  }

  #p_pack_conditions .menu_submenu {
    order: 6;
  }

  body[id^="p_pack_standard_"] .menu_transportation,
  body[id^="p_pack_test_"] .menu_transportation {
    order: 5;
  }

  body[id^="p_pack_standard_"] .menu_conditions,
  body[id^="p_pack_test_"] .menu_conditions,
  #p_pack_organ .menu_conditions {
    order: 6;
  }

  .area_nav .menu_submenu a {
    font-weight: normal;
  }

  [class^="tbl_corner"],
  [class^="tbl_corner"] tbody,
  [class^="tbl_corner"] tr,
  [class^="tbl_corner"] td {
    display: block;
  }

  [class^="tbl_corner"] tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }

  [class^="tbl_corner"] td {
    border: none;
  }

  [class^="tbl_corner"] tr td::before {
    display: block;
    font-weight: 700;
  }

  [class^="tbl_corner"] tr td:first-of-type br {
    display: none;
  }
}

/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media screen and (min-width: 770px) {
}

@media screen and (max-width: 959px) {
  .tbl_corner_souchi tr:first-of-type,
  .tbl_souchi_type tr:first-of-type {
    display: block;
  }

  .tbl_corner_souchi th {
    border: none;
  }

  .tbl_souchi_type th {
    border: none;
  }
}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {
  .box_agenda {
    max-width: 90rem;
  }

  .tbl_paidcomp td {
    width: calc(100% / 5);
  }

  .tbl_freecomp tr:first-of-type th:nth-of-type(2n + 1) {
    width: 40%;
  }

  .list_pickup_cmp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list_pickup_cmp > li {
    width: 48%;
  }

  .tbl_souchi_type {
    width: 100%;
    margin-bottom: 2rem;
  }

  .tbl_corner01 tr td:last-of-type {
    width: 70%;
    word-wrap: break-word;
  }

  .type_tbl p {
    margin-left: 1rem;
  }
}

/*-------------------------------------------*/
/*	素材開発の関連装置コーナー
/*-------------------------------------------*/
.corner_menu_material {
  margin-bottom: 4rem;
  padding: 1em 0;
}

.corner_menu_material ul,
.corner_menu_material li,
.corner_menu_material a,
.corner_menu_material .nop {
  display: block;
  position: relative;
}

.corner_menu_material a,
.corner_menu_material .nop {
  border-radius: 10px;
  padding: 0.5em 1em 0.5em 35px;
  z-index: 10;
}

.corner_menu_material a {
  background: #f1f5ff;
  border: 1px solid #2c7bca;
  box-shadow: 0 0 4px #205992;
  color: #3989d7;
  text-decoration: none;
}

.corner_menu_material a,
.manu-icon_mta,
svg {
  transition: all 0.4s;
}

.corner_menu_material .nop {
  background: #fff;
  border: 1px solid #666;
  color: #808080;
}

.corner_menu_material a .manu-icon_mta {
  border-color: #2c7bca;
}

.corner_menu_material .nop .manu-icon_mta {
  border-color: #999;
}

.corner_menu_material a:hover {
  background: #2c7bca;
  box-shadow: 0 0 4px #fff;
  border-color: #f1f5ff;
  color: #fff;
}

.manu-icon_mta {
  align-items: center;
  background: #fff;
  border: 1px solid;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  height: 5rem;
  justify-content: center;
  left: -2.5rem;
  position: absolute;
  top: -0.25em;
  width: 5rem;
}

a:hover .manu-icon_mta {
  background: #f1f5ff;
  box-shadow: 0 0 4px #fff;
}

svg {
  fill: currentColor;
  height: 4rem;
  width: 4rem;
}

.cs3,
a:hover .cs3 {
  fill: none;
}

.cs4 {
  fill: #2c7bca;
}

a:hover .cs4 {
  fill: #205992;
}

#list-company.material-company {
  display: flex;
}

/*もっと見るボタン*/
.more_btnlink {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

.more_btnlink a {
  display: inline-block;
  background-color: #2c7bca;
  border: 1px solid #2c7bca;
  border-radius: 1.3em;
  box-shadow: 0 1px 1px #caddee;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0.6rem 2rem 0.4rem;
  text-align: center;
  text-decoration: none;
}

.more_btnlink a:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .corner_menu_material li {
    margin: 1em 0;
  }

  #list-company.material-company {
    flex-direction: column;
  }

  #list-company.material-company li:not(:first-child) {
    margin-top: 2em;
  }

  #list-company.material-company img {
    display: block;
    max-height: 7rem;
  }

  #list-company.material-company .free img {
    max-height: 4rem;
  }
}

@media screen and (min-width: 770px) {
  .corner_menu_material {
    background-color: #444444;
    background-image: linear-gradient(90deg, #444444 0%, #222222 100%);
    display: flex;
    justify-content: space-between;
    gap: 0 2rem;
    padding: 1em 10px 1em 0;
  }

  .corner_menu_material::after {
    background: url(../img/c-material/main.png) 0 0 no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: calc(100% - (13em + 2rem));
  }

  .corner_menu_material ul {
    padding-left: 50px;
    width: 13em;
  }

  .corner_menu_material li {
    margin: 1rem 0;
  }

  #list-company.material-company {
    flex-wrap: wrap;
    gap: 1em 2em;
  }

  #list-company.material-company li {
    width: calc((100% - 4em) / 3);
  }

  #list-company.material-company span {
    display: flex;
    align-items: center;
    height: 5rem;
  }

  #list-company.material-company img {
    display: block;
    max-height: 5rem;
  }

  #list-company.material-company .free span,
  #list-company.material-company .free img {
    max-height: 3rem;
  }
}

@media screen and (min-width: 960px) {
  .corner_menu_material::after {
    width: calc(100% - (26em + 2rem));
  }

  .corner_menu_material ul {
    padding-left: 50px;
    width: 26em;
  }
}

/*-------------------------------------------*/
/* レオメータと粘度計の違い
/*-------------------------------------------*/

.dif_title {
  border-bottom: dashed 1px #979797;
  border-top: solid 3px #bbb;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.75em;
  padding-bottom: 0.5em;
  padding-top: 2rem;
}

.dif_txt {
  font-size: 1.4rem;
  margin: 0.25em 0.75rem;
}

.dif_ul {
  margin-bottom: 2rem;
}

.dif_item1 {
  width: 30%;
}

.dif_item2 {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .dif_ul {
    flex-direction: column;
  }
  .dif_item1 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .dif_ul {
    display: flex;
  }
}

/*-------------------------------------------*/
/* 一覧の幅調整
/*-------------------------------------------*/

.tbl_paidcomp_vis th:nth-child(1),
.tbl_paidcomp_vis td:nth-child(1) {
  width: 10%;
}
.tbl_paidcomp_vis th:nth-child(2),
.tbl_paidcomp_vis td:nth-child(2) {
  width: 15%;
}
.tbl_paidcomp_vis th:nth-child(3),
td:nth-child(3) {
  width: 40%;
}
.tbl_paidcomp_vis th:nth-child(4) {
  width: 35%;
}
.tbl_paidcomp_vis td:nth-child(4),
.tbl_paidcomp_vis td:nth-child(5) {
  width: 17.5%;
}

.tbl_paidcomp_vis a {
  margin: 0;
  padding: 0;
  width: 100%;
}
.tbl_paidcomp_vis td:nth-child(4) span,
.tbl_paidcomp_vis td:nth-child(5) span {
  margin: 0 0 8px;
}

@media screen and (max-width: 959px) {
  .tbl_paidcomp_vis th:nth-child(1),
  .tbl_paidcomp_vis td:nth-child(1) {
    margin: 0 auto;
    width: 30%;
  }
  .tbl_paidcomp_vis th:nth-child(2),
  .tbl_paidcomp_vis td:nth-child(2) {
    text-align: center;
    width: 98%;
  }
  .tbl_paidcomp_vis th:nth-child(3),
  td:nth-child(3) {
    margin: 0 auto;
    width: 90%;
  }
  .tbl_paidcomp_vis td:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 90%;
  }
  .tbl_paidcomp_vis td:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    width: 90%;
  }
}

/*-------------------------------------------*/
/* お悩みと解決
/*-------------------------------------------*/

.find_group {
  background-color: #F0F8FF;
  margin: 3rem 0;
  padding: 6rem 2rem;
}
.find_problem_vis {
  background-color: #F7F7F7;
  background-position: left bottom;
  background-repeat: no-repeat;
  border: solid 2px #D8D8D8;
  box-shadow: 3px 3px 3px #C5E0F9;
  padding: 3em 0;
}
.find_problem_vis_1 {
  background-image: url(../img/souchi/vis-problem-1.png);
}
.find_problem_vis_2 {
  background-image: url(../img/souchi/vis-problem-2.png);
}
.find_problem_vis_3 {
  background-image: url(../img/souchi/vis-problem-3.png);
}
.find_problem_vis_4 {
  background-image: url(../img/souchi/vis-problem-4.png);
}
.find_problem_vis_5 {
  background-image: url(../img/souchi/vis-problem-5.png);
}
.problem_title {
  border-bottom: solid 2px #D8D8D8;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  width: 90%;
}
.problem_title span {
  font-size: 1.2em;
  font-weight: bold;
}
.problem_txt {
  display: inline-block;
  font-size: .95em;
  max-width: 650px;
}
.arrow {
  margin-bottom: 1rem;
}
.find_solution_vis {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: white;
  border: solid 2px #3989D7;
  box-shadow: 7px 7px 0 #C5E0F9;
  padding: 3em 0;
}
.find_solution_vis_1 {
  background-image: url(../img/souchi/vis-solution-1.png);
}
.find_solution_vis_2 {
  background-image: url(../img/souchi/vis-solution-2.png);
}
.find_solution_vis_3 {
  background-image: url(../img/souchi/vis-solution-3.png);
}
.find_solution_vis_4 {
  background-image: url(../img/souchi/vis-solution-4.png);
}
.find_solution_vis_5 {
  background-image: url(../img/souchi/vis-solution-5.png);
}
.solution_title {
  border-bottom: solid 2px #D8D8D8;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  width: 90%;
}
.solution_title span {
  color: #497FB3;
  font-size: 1.4em;
  font-weight: bold;
}
.solution_txt {
  display: inline-block;
  font-size: .95em;
  max-width: 650px;
}
.solution_txt span {
  font-size: 1.2em;
  font-weight: bold;
}

/* PCより小さい～スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 969px) {
  .find_group {
    width: 100%;
  }
  .problem_txt,.solution_txt {
    font-size: .9em;
    padding: 0 2rem;
  }
}


/*-------------------------------------------*/
/* 課題を解決してくれる企業
/*-------------------------------------------*/

.vis-comp-h3 {
  background-color: #FFE3E9;
  box-shadow: 3px 3px 0 #ccc;
  color: #FF6579;
  font-size: 20px;
  margin-top: 10rem;
  padding: .75rem 0;
}

table[class$="tbl_corner"] {
  margin-bottom: 5rem;
}

[class^="tbl_corner"] tr:first-of-type th {
  color: #333;
}

.tbl_corner_souchi tr:nth-of-type(2n + 1) {
  background: #f4f4f4;
}

.tbl_corner_souchi tr td ul li.gray {
  color: #8b8b8b;
}

.tbl_corner_souchi .list_standard {
  margin-bottom: 0;
}

/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {
  .list_pickup_cmp .nc_box {
    flex-direction: column;
  }

  .box_limg {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .box_limg img {
    display: none;
  }

  .box_limg div {
    width: 100%;
    margin: 0;
  }

  .list_case a {
    flex-flow: column;
    gap: 1em 0;
  }

  .list_video {
    flex-direction: column;
  }

  .list_video > li {
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 769px) {
}

@media screen and (max-width: 769px) {
  .area_nav {
    flex-flow: column;
    text-align: left;
  }

  .menu_transport_top {
    order: 1;
  }

  .menu_standard {
    order: 2;
  }

  .menu_test {
    order: 3;
  }

  .menu_transportation {
    order: 4;
  }

  .menu_conditions {
    order: 5;
  }

  body[id^="p_pack_standard_"] .menu_submenu {
    order: 3;
  }

  body[id^="p_pack_standard_"] .menu_test {
    order: 4;
  }

  body[id^="p_pack_test_"] .menu_submenu {
    order: 4;
  }

  #p_pack_organ .menu_submenu {
    order: 5;
  }

  #p_pack_conditions .menu_submenu {
    order: 6;
  }

  body[id^="p_pack_standard_"] .menu_transportation,
  body[id^="p_pack_test_"] .menu_transportation {
    order: 5;
  }

  body[id^="p_pack_standard_"] .menu_conditions,
  body[id^="p_pack_test_"] .menu_conditions,
  #p_pack_organ .menu_conditions {
    order: 6;
  }

  .area_nav .menu_submenu a {
    font-weight: normal;
  }

  [class^="tbl_corner"],
  [class^="tbl_corner"] tbody,
  [class^="tbl_corner"] tr,
  [class^="tbl_corner"] td {
    display: block;
  }

  [class^="tbl_corner"] tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }

  [class^="tbl_corner"] td {
    border: none;
  }

  [class^="tbl_corner"] tr td::before {
    display: block;
    font-weight: 700;
  }

  [class^="tbl_corner"] tr td:first-of-type br {
    display: none;
  }
}

/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media screen and (min-width: 770px) {
}

@media screen and (max-width: 959px) {
  .tbl_corner_souchi tr:first-of-type,
  .tbl_souchi_type tr:first-of-type {
    display: block;
  }

  .tbl_corner_souchi th {
    border: none;
  }

  .tbl_souchi_type th {
    border: none;
  }
}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {
  .box_agenda {
    max-width: 90rem;
  }

  .tbl_paidcomp td {
    width: calc(100% / 5);
  }

  .tbl_freecomp tr:first-of-type th:nth-of-type(2n + 1) {
    width: 40%;
  }

  .list_pickup_cmp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list_pickup_cmp > li {
    width: 48%;
  }

  .tbl_souchi_type {
    width: 100%;
    margin-bottom: 2rem;
  }

  .tbl_corner01 tr td:last-of-type {
    width: 70%;
    word-wrap: break-word;
  }

  .type_tbl p {
    margin-left: 1rem;
  }
}



/* 対応する装置紹介リニューアル後 */
[class^="tbl_corner_renew"] {
  background-color: white;
}
[class^="tbl_corner_renew"] td {
  border-bottom: solid 1px #e8e8e8;
  box-sizing: border-box;
  text-align: center;
}
[class^="tbl_corner_renew"] td:nth-child(1) {
  border-left: solid 1px #e8e8e8;
}
[class^="tbl_corner_renew"] td:nth-child(5) {
  border-right: solid 1px #e8e8e8;
}
.tbl_paidcomp_vis_renew th:nth-child(2), .tbl_paidcomp_vis_renew td:nth-child(1) {
  font-size: .85em;
  width: 12%;
}
.tbl_paidcomp_vis_renew th:nth-child(2), .tbl_paidcomp_vis_renew td:nth-child(2) {
  width: 30%;
}
.tbl_paidcomp_vis_renew th:nth-child(2), .tbl_paidcomp_vis_renew td:nth-child(3) {
  font-size: .95em;
  width: 25%;
}
.tbl_paidcomp_vis_renew th:nth-child(2), .tbl_paidcomp_vis_renew td:nth-child(4) {
  font-size: .95em;
  width: 18%;
}
.tbl_paidcomp_vis_renew th:nth-child(2), .tbl_paidcomp_vis_renew td:nth-child(5) {
  width: 15%;
}
[class^="tbl_corner"] tr:first-of-type th, .tbl_corner_emcpro tr:nth-of-type(2) th {
  text-align: center;
}
[class^="tbl_corner_renew"] th,
[class^="tbl_corner_renew"] td:nth-child(2) ,
[class^="tbl_corner_renew"] td:nth-child(3),
[class^="tbl_corner_renew"] td:nth-child(4) {
  text-align: left;
}
[class^="tbl_corner_renew"] th {
  text-align: center;
}
.tbl_paidcomp_renew td span {
  border-radius: 25px;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: .95em;
  margin: 0.8rem 0;
  padding: 5px;
  text-align: center;
  height: 25px;
  min-width: 120px;
}
[class^="tbl_corner_renew"] div span {
  text-align: left;
}
[class^="tbl_corner_renew"] div span .type-tag {
    background-color: #fffbec;
    border: solid 1px #3989D7;
    border-radius: 2px;
    color: #3989D7;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    height: 20px;
    min-width: 60px;
}
[class^="tbl_corner_renew"] div .type_group {
  display: block;
  margin: .75rem 0;
}
[class^="tbl_corner_renew"] div .type_group span:nth-child(2) {
  color: #333;
}

.tbl_paidcomp_renew td a .link_btn {
  background-color: #3989D7;
}

.tbl_paidcomp_renew td a .link_btn:hover{
  background-color: white;
  border: solid 1px #3989D7;
  color: #3989D7;
}

.tbl_freecomp_renew tr:first-of-type th:nth-of-type(2n + 1) {
  background: #888;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
}

.tbl_freecomp_renew tr:first-of-type th:nth-of-type(2n) {
  background: #666;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
}

.tbl_freecomp_renew tr:nth-of-type(2n + 1) {
  background: #f4f4f4;
}

.tbl_freecomp_renew td {
  padding: 5px;
}


/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {
  .tbl_paidcomp_renew td span {
    display: block;
    width: 100%;
  }
}

/* pc iPad3より小さい場合
/*-------------------------------------------*/
@media screen and (max-width: 969px) {
  .tbl_paidcomp_renew td span {
    display: block;
    width: 100%;
  }
  [class^="tbl_corner_renew"] div .type_group span:nth-child(2) {
    margin: 0;
    padding: 0 0 0 .5rem;
  }
  .tbl_paidcomp_vis_renew th:nth-child(2),
  .tbl_paidcomp_vis_renew td:nth-child(1) {
    margin: 0 auto;
    width: 50%;
  }
  .tbl_paidcomp_vis_renew td:nth-child(5) {
    margin: 0 auto;
    width: 80%;
  }
  [class^="tbl_corner_renew"] div .type_group {
    display: flex;
  }
  [class^="tbl_corner_renew"] div span .type-tag {
    width: 25%;
  }
  [class^="tbl_corner_renew"] td:nth-child(2) {
    margin: 0 auto;
    text-align: left;
    width: 90%;
  }
  [class^="tbl_corner_renew"] td:nth-child(3) {
    margin: 0 auto;
    text-align: left;
    width: 90%;
  }
  [class^="tbl_corner_renew"] td:nth-child(4) {
    text-align: center;
    width: 90%;
  }
  [class^="tbl_corner_renew"] th
  [class^="tbl_corner_renew"] td:nth-child(2)
  [class^="tbl_corner_renew"] td:nth-child(3), 
  [class^="tbl_corner_renew"] td:nth-child(4) {
    width: 100%;
  }
  [class^="tbl_corner_renew"] td:nth-child(1) {
    border-left: none;
  }
  [class^="tbl_corner_renew"] td {
    border-bottom: none;
  }
  [class^="tbl_corner_renew"] td:nth-child(5) {
    border-right: none;
  }
}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {

}




/*-------------------------------------------*/
/* 用途から装置を探す
/*-------------------------------------------*/

.use_h3_img {
  padding-right: .5rem;
}

.use_choice_block {
  align-items: center;
  border-left: solid 5px #E4E8EC;
  border-right: solid 5px #E4E8EC;
  display: flex;
  flex-direction: column;
  margin: 3rem 0 0;
  padding: 2rem 0;
  width: 100%;
}
.use_choice_title {
  color: #497FB3;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center; 
}
.use_choice_title img {
  padding-right: .5rem;
}
.use_choice_group {
  display: flex;
  justify-content: space-between;
  width: 85%;
}
.choice_ul {
  padding: 1rem 1rem 1rem 0;
}
.choice_li_title {
  font-weight: bold;
  margin-top: 1.5rem;
}



@media screen and (max-width: 769px) {
  .use_choice_group {
    flex-direction: column;
  }
  .choice_ul {
    font-size: 0.85em;
  }
  .choice_li_title {
    font-size: 1.1em;
  }
  .use_choice_img {
    text-align: center;
  }
}




/*-------------------------------------------*/
/* 大学・研究所関連装置情報コーナー【予算申請用カタログ有】
/*-------------------------------------------*/

.univesity_h2 {
  background-color: #497FB3;
  color: white;
  font-size: 2.7rem;
  margin: 6rem 0 2rem!important;
  text-align: center;
}
/* 期間限定キャンペーン */
.campaign_group {
  background-color: #f0f8ff;
  display: flex;
  justify-content: space-around;
  margin: 2rem 0;
  padding: 3rem;
}
.campaign_txt_group {
  padding: 0 1rem;
}
.campaign_attention {
  color: #ee8200;
  font-weight: bold;
}
.campaign_name {
  background-color: #003054;
  color: #fff;
  display: inline-block;
  padding: 1rem 3rem;
}
.campaign_txt {
  color: #333;
  font-size: 1.5rem;
  max-width: 395px;
}
.campaign_company {
  color: #737373;
  font-size: 1.3rem;
}
.campaign_link {

}
.campaign_img {
  display: inline-block;
  height: 180px;
}

/* 予算申請用カタログ一覧 */
.souchi_table_group {
  border-collapse: collapse;
  margin: 2rem 0!important;
  width: 100%;
}
.table_child_title {
  background-color: #FCFCFC;
  border: solid 1px #DCDCDC;
  font-weight: normal!important;
  margin: auto 0!important;
  padding: 0 .5rem 0 .5rem;
  vertical-align: middle;
}
.child_title_group {
  display: inline-block;
  margin: auto 0;
}
.child_title_group p:first-child {
  font-size: 1.6rem;
  font-weight: bold;
}
.child_title_group p {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0!important;
}
.table_child {
  border: solid 1px #DCDCDC;
  font-size: 1rem;
  width: 250px!important;
}
.child_product_txt_group {
  padding: .5rem 1rem;
}
.child_product_group {
  text-align: left;
  text-decoration: none;
}
.child_product_group:hover {
  text-decoration: underline;
}
.child_product_group:hover img {
  opacity: 0.8;
}
.child_product_img_group {
  padding: 1rem 0;
  text-align: center;
}
.child_product_img {
  height: auto;
  height: 100px;
  width: auto;
}
.child_product_tag {
  background-color: #F1A142;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 1px 3px;
}
.child_product_name {
  color: #0000FF;
  font-size: 1.6rem;
  margin: 0!important;
}
.child_product_company {
  color: #737373;
  font-size: 1.2rem;
  margin: 0!important;
}
.child_product_detail {
  font-size: 1.2rem;
}
.child_btn_group {
  text-align: center;
}
.child_dl_btn {
  border: solid 1px #c7c7c7;
  border-bottom: solid 2px #c7c7c7;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: .8rem 1rem;
}
.child_dl_txt {
  color: #0000FF;
  font-size: 1.4rem;
}
.child_dl_img {
  height: auto;
  width: 13px;
}


/* 試験機別で探す */
.table_souchi_group {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3.5rem;
  justify-content: space-between;
  width: 100%;
}
.souchi_child {
  background-color: #F8F8F8;
  border: solid 1px #e9e9e9;
  box-shadow: 1px 1px 2px #BFBFBF;
  width: 280px;
}
.souchi_child_dummy {
  width: 280px;
}
.souchi_child_genre {
  background-color: #2B7BC9;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.souchi_child:hover .souchi_child_genre {
  opacity: .8;
}
.souchi_child_genre::after {
  background-color: #F1A142;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 1px 3px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.souchi_child_genre p {
  color: white;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
.souchi_child_img {
  background-color: white;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.souchi_child_img img {
  max-width: 250px;
  height: 150px;
}
.souchi_child_bottom_group {
  background-color: #F8F8F8;
  padding: 1rem 2rem;
}
.souchi_child_tag_group {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.souchi_child_tag_child {
  background-color: #71AECD;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 10px;
  margin: 0!important;
  padding: 1px 3px;
}
.souchi_child_name {
  color: #333;
  font-size: 1.6rem;
  margin: .5rem 0 0;
}


/* 企業別で探す */
.table_company_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
.company_child {
  border: solid 1px #e4e4e4;
  box-shadow: 1px 1px 2px #BFBFBF;
  padding: 1rem 2rem;
  width: 420px;
}
.company_child_name {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
}
.company_child_img {
  margin: .75rem 0;
  text-align: left;
}
.company_child_img img {
  height: 50px;
}
.company_child_bottom_group {
  
}
.company_child_tag_group {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.company_child_tag_child {
  background-color: #71AECD;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 10px;
  margin: 0!important;
  padding: 1px 3px;
}
.company_child_about {
  color: #333;
  font-size: 1.4rem;
  margin: .5rem 0 0;
}



/* 企業別で探す */
.table_use_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
.use_child {
  padding: 0 1.5rem;
  width: 420px;
}
.use_child_title {
  background-color: #E9F4FF;
  border-left: solid 3px #497FB3;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 1rem 0 1rem .5rem;
  text-align: left;
}
.use_child_about {
  font-size: 1.5rem;
  margin: .5rem 0 1rem;
}
.use_child_img {
  margin: 0;
  text-align: center;
}
.taiou_genre_group {
  
}
.taiou_genre_title {
  background-color: #497FB3;
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .2rem 1rem;
}
.taiou_genre_link {
  font-size: 1.5rem;
  margin: 0!important;
}





/*-------------------------------------------*/
/* 分光分析リニューアル
/*-------------------------------------------*/
[class^="tbl_corner_renew"] tr td:nth-child(3) {
  font-size: 0.9em;
  padding: .75rem;
}

[class^="tbl_corner_renew"] .type_group {
  display: block;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

[class^="tbl_corner_renew"] .type_tag {
  background-color: #c2d7eb;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  height: 20px;
  min-width: 50px;
}

[class^="tbl_corner_renew"] .type_txt {
  font-size: 0.9em;
  margin-top: .25rem !important;
  padding: 0 .25rem 0 .5rem;
}

