@charset "UTF-8";

/* ------------------------------------------------
  カラー color
------------------------------------------------ */

/* #5eab81  和研薬RED */


/* ------------------------------------------------
  詳細ページ
------------------------------------------------ */

main .result input[type=text],
main .result input[type=button],
main .result input[type=submit],
main .result button,
main .result select {
  position: relative;
  box-sizing: border-box;
  padding:.3em;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: .3em;
  line-height: 1em;
  vertical-align: middle;
}

main .result input[type=button],
main .result input[type=submit],
main .result button {
  cursor: pointer;
}

/*
main a.btn,
main a.btn {
  display: inline-block;
  background-color: #fff;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  font-size: 90%;
  text-decoration: none;
}

main a.btn i,
main a.btn i {
  margin-right: 0.25em;
}

main a.btn:hover,
main a.btn:hover {
  background-color: #eee;
}
*/

/*
main .cat-list ul li {
  color: #999;
}

main .cat-list ul li span {
  color: #666;
}

main .cat-list ul li a {
  display: inline-block;
  padding: 0.25em;
  margin-bottom: 0.25em;
  font-size: 78%;
}

main .cat-list > span {
  display: inline-block;
  padding: 0.25em;
  margin-bottom: 0.25em;
  background-color: #666;
  font-size: 78%;
  color: #fff;
}
*/

main .result-title {
  overflow: hidden;
  border-bottom: 5px solid;
  margin-bottom: 0.5em;
  vertical-align: middle;
}

main .result-title .breadcrumbs {
  margin-top: 1em;
}

main .result-title .catnum {
  right: 0;
  bottom: -35%;
  font-size: 5em;
}

main .result-title .cat-list {
  padding: 1.75em 0 0.5em;
}

@media screen and (max-width:640px) {
}/*end @media(max-width:640px)*/

/*
main .result-title .cat-list ul li a {
 font-size: inherit; 
}
*/

main .result .num-items {
  font-size: 1.2em;
}

main .result .num-items em {
  margin-right: 0.25em;
  color: #5eab81;
}

main .result table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  font-size: 92%;
}

main .result table.bordered th, 
main .result table.bordered td {
  border: none;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0.35em 0.5em 0.15em;
  vertical-align: middle;
  line-height: 1.25;
}

main .result table.bordered thead th {
  padding: 0.2em;
  background-color: #ededed;
  font-size: 90%;
  line-height: 1.2;
}

main .result table.bordered tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}

main .result table.bordered tbody tr:hover td {
  background-color: #dedede !important;
}

main .result table.bordered tr td.photo {
  position: relative;
//  width: 90px;
  width: 150px;
  height: 90px;
  text-align: center;
  vertical-align: top;
  padding-top: 10px;
}

main .result table.bordered tr td.photo img {
  max-height: 90px;
}

/*
main .result table.bordered tr td.photo div.camp:after {
  position: absolute;
  top: -0.5em;
  left: -0.25em;
  display: block;
  margin-bottom: 0.1em;
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  color: #5eab81;
}
*/
main .result table.bordered tr td.camp:after {
  position: absolute;
  top: 0em;
  left: 0em;
  display: block;
  margin-bottom: 0.1em;
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  color: #5eab81;
}

main .result table.bordered tr td.price {
//  text-align: center;
  text-align: right;
}

main .result table.bordered tr td.price span {
//  display: inline-block;
  width: 9em;
  text-align: right;
}

main .result table.bordered tr td.comp {
  width: 3em;
}

main .result table.bordered tr td.inq {
  width: 6em;
}

main .result table.bordered td.comp,
main .result table.bordered td.inq {
  font-size: inherit;
  text-align: center;
}

main .result table.bordered button {
  padding: 0;
  font-size: 2em;
  background-color: transparent;
  border: none;
  line-height: 1em;
  vertical-align: middle;
  z-index: 3;
}

main .result table.bordered td.comp button:hover {
  color: #333366;
}

main .result table.bordered td.inq button:hover {
  color: #5eab81;
}

main .result .key-focus {
  padding: 0.25em 0 0.75em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  display: block;
}

main .result .key-focus span {
  display: inline-block;
/*
  border: 1px solid;
  background-color: #fff;
*/
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  margin-top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  font-size: 90%;
}

main .result .key-focus span.current {
/*  color: #fff;*/
  font-weight: bold;
}

main .result .key-focus span a {
  text-decoration: none;
}

main .result td.item .key-focus span {
  white-space: normal;
}


/* ------------------------------------------------
  和研薬カラー設定 cat_wkn
  ここから
------------------------------------------------ */

main .result .result-title.cat_wkn {
  overflow: hidden;
  border-bottom: 5px solid #5eab81;
  margin-bottom: 0.5em;
  vertical-align: middle;
}

main .result .key-focus.cat_wkn span {
  display: inline-block;
  border: 1px solid #5eab81;
  background-color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  margin-top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  color: #5eab81;
  font-size: 90%;
}/*和研薬 検索結果*/

main .result .key-focus.cat_wkn span.current {
  background-color: #5eab81;
}/*和研薬 検索結果*/

main .result .key-focus.cat_wkn span.current a {
  color: #fff;
}/*和研薬 検索結果*/

main .result .key-focus.cat_wkn.border-box {
  margin-top: 1.5em;
  padding: 0.25em 0 0;
  border-color: #ccc;
  border-radius: 0.5em;
  overflow: hidden;
}/*和研薬 検索結果*/

main .result .key-focus.cat_wkn.border-box.disable {
  height: 1px;
  overflow: hidden;
  border: none;
}/*和研薬 検索結果*/

main .result .key-focus-title {
  margin: 0 auto -2em;
  padding-left: 1em;
  background-color: #fff;
  width: 45%;
  text-align: center;
  z-index: 2;
}/*和研薬 検索結果 性能キーワード絞り込み*/

@media screen and (max-width:640px) {
  
  main .result .key-focus-title {
    width: 65%;
  }/*和研薬 検索結果 性能キーワード絞り込み*/
  
}/*end @media(max-width:640px)*/

main .result .key-focus-box.min {
  height: 2.4em;
  overflow: hidden;
}/*和研薬 検索結果*/

main .result .key-focus-box .res-flex > div {
  width: auto !important;
  margin-bottom: 0.5em;
}/*和研薬 検索結果*/

@media screen and (max-width:640px) {
  
  main .result .key-focus-box .res-flex > div {
    margin-bottom: 0.25em;
  }/*和研薬 検索結果*/
  
}/*end @media(max-width:640px)*/


main .result .key-focus-box.min:after {
  content: '';
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  margin-bottom: 0;
  padding-top: 1em;
  z-index: 2;
}/*和研薬 検索結果*/

main .result .btn-toggle-key-focus {
  width: 1.25em;
  height: 1.2em;
  background-color: #fff;
  vertical-align: middle;
  margin-top: -0.2em;
}/*和研薬 検索結果*/

main .result .btn-toggle-key-focus i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  font-size: 1.2em;
  cursor: pointer;
}/*和研薬 検索結果*/

main .result .btn-toggle-key-focus i:hover {
  color: #666;
}/*和研薬 検索結果*/

main .result .btn-toggle-key-more {
  position: absolute;
  bottom: 0.5em;
  z-index: 2;
  padding: 0.25em;
  background-color: #fff;
}/*和研薬 検索結果*/

main .result .btn-toggle-key-more i {
/*
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  font-size: 1.2em;
  cursor: pointer;
*/
}/*和研薬 検索結果*/

main .result .btn-toggle-key-more:hover i {
  color: #666;
}/*和研薬 検索結果*/

/* ------------------------------------------------
  和研薬カラー設定 cat_wkn
  ここまで
------------------------------------------------ */


main .result table .key-focus {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}

main .result .btn-print {
  position: absolute;
  top: 0;
  right: 0;
}

main .result .btn-print a {
  display: inline-block;
  background-color: #fff;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  border-radius: .3em;
  font-size: 90%;
  text-decoration: none;
  cursor: pointer;
}

main .result .btn-print a:hover {
  background-color: #eee;
}

main .result .btn-inq {
  width: 12em;
  min-height: 2.5em;
  background-color: #5eab81;
  margin: 0 5px;
  border: 1px solid #5eab81;
  border-radius: .3em;
  color: #fff;
  cursor: pointer;
}

main .result .btn-camp,
main .result .btn-seminar {
  width: 12em;
  min-height: 2.5em;
  background-color: #ffffcc;
  margin: 0 5px;
  border: 1px solid #5eab81;
  border-radius: .3em;
  color: #5eab81;
  cursor: pointer;
}

@media screen and (max-width:640px) {
  
  main .result .btn-inq {
    width: calc(80% - 20px);
  }
  
  main .result .btn-inq + div {
    display: flex;
    justify-content: space-between;
    width: calc(80% - 10px);
    margin: 0 auto;
  }

}/*end @media(max-width:640px)*/

main .note-double {
  border: 3px double #ccc;
  padding: 10px 10px 0.4em;
}
