/*============================================================
  search.css - 化学物質検索ページ専用スタイル
  lwr.css / common.css から抽出
============================================================*/

.sec2Col .main2col.full2 {
    padding-top: 20px;
    padding-bottom: 100px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.pulldown {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1025px) {
    .sec2Col .main2col.full,
	.sec2Col .main2col.full2{
        padding-top: 0px;
        padding-bottom: 100px;
        width: 100%;
        margin: 0 auto;
    }
	
	body.sitemap .main_title1 {
    font-size: 1.1rem;
}
	
	.sec2Col.style2 {
	margin-top:40px;
}
	
	 .pulldown {
    margin-top: 10px;
    justify-content: center;
  }

	
}

.smallipopHorizontal.main em{
	font-style:normal;
	color:#333333;
	display: block;
}

/* ================================
   From lwr.css
   ================================ */

.c-select-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 9px;
	margin-bottom: 20px;
}

.c-select-1 .showAll{
	display: flex;
	    gap: 10px;
    margin-right: 20px;
	align-items: center;
}

.c-select-1 .showAll span{
	font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625;
}

.c-select-1 .showAll input[type="checkbox"] {
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  opacity: 1 !important;
  position: static !important;
  width: 20px !important;
  height: 20px !important;
	
}

.c-select-1 .showAll input[type="checkbox"] {
  accent-color: #EB9A01;
}

.c-select-1__desc {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625;
}

.c-select-1__wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 3px;
    width: 188px;
    height: 40px;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
}

.c-select-1__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 32px;
    display: block;
    width: 1px;
    height: calc(100% - 3px);
    background-color: #e1e1e1;
}

.c-select-1__wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.65em;
    transform: translateY(-50%);
    display: inline-block;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #212121 transparent transparent transparent;
    pointer-events: none;
}

.c-select-1__wrap.style2 .c-select-1__contents {
    font-size: 0.875rem;
}

.c-select-1__contents {
        display: flex;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0.5em;
    color: #212121;
    background-color: #fff;
    cursor: pointer;
    align-items: center;
}

@media (max-width: 767px) {
  .showAll {
      display: none!important;
    }

  .c-select-1{
  		display: block!important;
  	}
}

sup.r2 {
  color: #333333;
  font-size: 0.8rem;
  vertical-align: top;
  font-weight: normal;
  top: -5px;
  position: relative;
}

sup.r2.gr {
  color: #51AE97;
}

sup.r2.bl {
  color: #007cf9;
}

body.search .tableScroll_lwr {
  overflow: visible;
}

.tableScroll_lwr {
  position: relative;
  margin: 0px;
}

table.scrollTable_lwr {
  margin: 0 auto;
  width: 100%;
  font-size: 1.1rem;
  _border: solid 1px #cfcfcf;
  _table-layout: fixed;
  line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  .tableScroll_lwr {
      overflow-x: auto; /* 横スクロール強制 */
    }

  .tableScroll_lwr table {
      _width: 1250px; /* 1200pxより大きい固定幅 */
      _min-width: 1250px;
    }
}

table.scrollTable_lwr.mb {
  margin-bottom: 50px;
}

table.scrollTable_lwr td {
  border: solid 1px #cfcfcf;
  padding: 20px;
  vertical-align: middle;
}

table.scrollTable_lwr th {
  border: solid 1px #767676;
  vertical-align: middle;
  background: #EDF4FA !important;
  overflow-wrap: break-word;
  font-weight: normal;
  padding: 12px 15px;
}

table.scrollTable_lwr th.tc {
  text-align: center;
}

table.scrollTable_lwr tr.bodernone th {
  background: #fff !important;
  border-left: none !important;
}

table.scrollTable_lwr tr.bodernone th, table.scrollTable_lwr tr.bodernone td {
  border-right: none !important;
  border-left: none !important;
}

table.scrollTable_lwr thead th {
  text-align: center;
}

table.scrollTable_lwr thead th.tleft {
  text-align: left;
}

table.scrollTable_lwr td {
  position: relative;
  border-top: solid 1px #cfcfcf;
  background: #fff;
  text-align: center;
}

table.scrollTable_lwr.tl td {
  text-align: left;
}

table.scrollTable_lwr td.tl {
  text-align: left;
}

table.scrollTable_lwr th.cell01 {
  width: 260px;
}

table.scrollTable_lwr th.bgray {
  background: #F7F7F7 !important;
}

table.scrollTable_lwr th.cell02 {
  text-align: center;
}

table.scrollTable_lwr th.cell02 span {
  font-size: 1rem;
  display: block;
}

table.scrollTable_lwr td span.downArrow {
  position: absolute;
  background: url("../images/down_Arrow.png") right top no-repeat;
  width: 29px;
  height: 30px;
  right: 0px;
  top: -13px;
}

table.scrollTable_lwr td.downArrow2 {
  background: url("../images/down_Arrow2.png") center center no-repeat;
  width: 45px;
  height: 27px;
}

.tableScroll_lwr .t_Title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.3rem;
}

.tableScroll_lwr .notes {
  margin-top: 10px;
  font-size: 1rem;
  float: right;
}

.u-table1__td {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  gap: 20px;
}

.boxWrap-Out.style2 table.scrollTable_lwr {
  font-size: 1rem;
}

.boxWrap-Out.style2 table.scrollTable_lwr .tooltip{
	text-align: left;
}

.boxWrap-Out.style2 table.scrollTable_lwr a {
  font-size: 1rem;
}

.boxWrap-Out.style2 table.scrollTable_lwr th {
  font-weight: bold;
  padding: 7px;
}

.boxWrap-Out.style2 table.scrollTable_lwr td {
  padding: 7px;
  text-align: left;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+1) td, .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+2) td {
  background: #fff;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+3) td, .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+4) td {
  background: #FAFCFF;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+1) td:nth-child(2), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+1) td:nth-child(4), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+1) td:nth-child(5), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+1) td:nth-child(6), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+1) td:nth-child(7) {
  border-bottom: solid 1px #767676 !important;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(4n+2) td {
  border-bottom: solid 1px #767676 !important;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) td:nth-child(2), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) td:nth-child(4), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) td:nth-child(5), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) td:nth-child(6), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) td:nth-child(7) {
  border-bottom: solid 1px #767676 !important;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+2) td {
  border-bottom: solid 1px #767676 !important;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) th:nth-child(2), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) th:nth-child(4), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) th:nth-child(5), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) th:nth-child(6), .boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+1) th:nth-child(7) {
  border-bottom: solid 1px #767676 !important;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr:nth-child(2n+2) th {
  border-bottom: solid 1px #767676 !important;
}

.boxWrap-Out.style2 table.scrollTable_lwr td span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr.set td:first-child,
.boxWrap-Out.style2 table.scrollTable_lwr tr.set-inner td:first-child{
	border-left:solid 4px #eb9a01
}

.boxWrap-Out.style2 table.scrollTable_lwr tr.set td{
	background: #ffebc6
}

.boxWrap-Out.style2 table.scrollTable_lwr tr.set td em{
	font-weight: bold;
	font-style: normal;
}

.boxWrap-Out.style2 table.scrollTable_lwr tr.set-inner td{
	background: #fef9f0
}

.wskLabel {
  cursor: pointer;
  font-size: 1.1rem;
  display: block;
  overflow: hidden;
  padding-top: 14px;
  position: relative;
  min-height: 40px;
}

.wskLabel span {
  margin-top: -2px;
}

.wskCheckbox {
  border: 1px solid #401C00;
  border-radius: 3px;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 22px;
  margin: 0 15px 20px 20px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.wskCheckbox.checked {
  border-left: 5px solid #EB9A00;
  border-bottom: 8px solid #EB9A00;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-58deg) scaleY(0.5);
  -moz-transform: rotate(-58deg) scaleY(0.5);
  -ms-transform: rotate(-58deg) scaleY(0.5);
  -o-transform: rotate(-58deg) scaleY(0.5);
  transform: rotate(-58deg) scaleY(0.5);
}

input[type='checkbox'].wskCheckbox {
  display: none;
}

.u-checkbox1 {
  border: solid 1px #ddd;
  border-radius: 2em;
  padding-right: 20px;
  background: #f7f7f7;
}

.u-checkbox1:hover {
  border: solid 1px #EB9A01;
}

input[type='checkbox'].wskCheckbox {
  display: none;
}

.wskLabel::before {
  content: '';
  border: 1px solid #401C00;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 22px;
  margin: 0 15px 16px 20px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 22px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

input[type='checkbox'].wskCheckbox:checked + .wskLabel::before {
  border-left: 5px solid #EB9A00;
  border-bottom: 8px solid #EB9A00;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: transparent;
  -webkit-transform: rotate(-58deg) scaleY(0.5);
  -moz-transform: rotate(-58deg) scaleY(0.5);
  -ms-transform: rotate(-58deg) scaleY(0.5);
  -o-transform: rotate(-58deg) scaleY(0.5);
  transform: rotate(-58deg) scaleY(0.5);
}

.wskLabel .nnt {
  margin-left: 0px; /* チェックボックス分のマージン */
  display: inline-block;
}

.mark {
  background: #fcd9e6;
  padding: 0px 5px;
  font-style: normal;
}

.mark2 {
  background: #fff374;
  padding: 0px 5px;
  font-style: normal;
}

.w_Wrap {
  border-radius: 10px;
  background: #fff;
  padding: 25px 50px 25px 25px;
  margin-bottom: 40px;
  display: inline-block;
}

.w_Wrap.style2 {
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 30px;
}

.w_Wrap.this {
  display: block;
}

.w_Wrap.bg_br {
  background: #f8f6f1;
}

.w_Wrap.bg_none {
  background: none;
  padding: 25px 0px 0px 0px;
}

.w_Wrap.bg_none1 {
  background: none;
  padding: 25px 50px 30px 25px;
}

.w_Wrap.bg_none2 {
  background: none;
  padding: 0px 0px 30px 0px;
}

.w_Wrap.bg_none3 {
  background: none;
  padding: 0px 50px 60px 25px;
  font-size: 1.4rem;
}

.w_Wrap.bg_none4 {
  background: none;
  padding: 0px;
}

.w_Wrap.bg_none5 {
  background: none;
  padding: 0px 0px 30px 0px;
  _margin: 10px auto 0;
  max-width: 1100px;
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}

.w_Wrap ol, .w_Wrap ul {
  padding-left: 10px;
  margin-left: 20px;
}

.w_Wrap ol.indent, .w_Wrap ul.indent {
  margin-left: 0px;
}

.w_Wrap ol.indent2, .w_Wrap ul.indent2 {
  margin: 10px 0 0 36px;
}

.w_Wrap ol.indent2 li, .w_Wrap ul.indent2 li {
  margin-bottom: 10px;
}

.w_Wrap ol.indent li:first-child, .w_Wrap ul.indent li:first-child {
  list-style: none;
}

.w_Wrap ol.indent li:nth-child(2n), .w_Wrap ul.indent li:nth-child(2n) {
  padding-left: 10px;
  margin-left: 40px;
}

.w_Wrap ol.indent.list_r li:nth-child(2n), .w_Wrap ul.indent.list_r li:nth-child(2n) {
  padding-left: 0px;
  margin-left: 40px;
}

.w_Wrap ol li {
  list-style: disc;
  margin-bottom: 15px;
  line-height: 1.5em;
  _padding-left: 2em;
  _text-indent: -2em;
  font-size: 1.1rem;
}

.w_Wrap ul.int li, .w_Wrap ol.int li {
  padding-left: 2em;
  text-indent: -2em;
}

.w_Wrap ul.int li.noint, .w_Wrap ol.int li.noint {
  padding-left: 1em;
  text-indent: -1em;
}

.w_Wrap ol.int-style2, .w_Wrap ul.int-style2 {
  padding-left: 10px;
  margin: 20px 0;
}

.w_Wrap ul.int-style2 li, .w_Wrap ol.int-style2 li {
  padding-left: 2em;
  text-indent: -2em;
  margin-top: 10px;
}

.w_Wrap ol.int-style2 li span, .w_Wrap ul.int-style2 li span {
  background: #333 !important;
  color: #fff !important;
}

@media only screen and (max-width: 580px) {
  .w_Wrap.bg_none5 {
      background: none;
      padding: 0px 0px 30px 0px;
      margin: 0px auto 0;
      max-width: auto;
      width: calc(100% - 20px);
      text-align: left;
    }

  .wskLabel {
      padding-top: 0px;
  	  display: flex;
      align-items: center;
    }

  .u-checkbox1 {
      padding-right: 0px;
    }

  .wskLabel::before {
      width: 18px;
      height: 18px;
      margin: 9px 15px 0px 10px;
    }

  input[type="checkbox"].wskCheckbox:checked + .wskLabel::before {
      top: -6px !important;
      left: 0px;
    }

  .wskLabel span.nnt {
      margin-top: 0px;
      display: block;
      font-size: 14px;
    }

  .wskLabel span {
      margin-top: 5px;
    }
}

.w_Wrap ul.risk li, .w_Wrap ol.risk li {
  float: left;
  margin: 0 10px 15px 0;
}

.w_Wrap ul li {
  list-style: disc;
  margin-bottom: 8px !important;
  line-height: 1.5em;
  font-size: 1.1rem !important;
}

.w_Wrap ol.li_none, .w_Wrap ul.li_none {
  margin-left: 0px;
}

.w_Wrap ol.li_none li, .w_Wrap ul.li_none li {
  list-style: none;
}

.w_Wrap ol li.li_disc, .w_Wrap ul li.li_disc {
  list-style: disc !important;
  padding-left: 0em;
  text-indent: 0em;
}

.w_Wrap ol li:last-child, .w_Wrap ul li:last-child {
  margin-bottom: 0px;
}

.w_Wrap ol.li_none li span, .w_Wrap ul.li_none li span {
  border-radius: 2em;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  background: #21B4C5;
  display: inline-block;
  margin-right: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

body.try .w_Wrap ol.li_none li span, body.try .w_Wrap ul.li_none li span {
  background: #EB9A01;
}

body.try2 .w_Wrap ol.li_none li span, body.try2 .w_Wrap ul.li_none li span {
  background: #d7c71a;
}

body.history .boxWrap-Out {
  background: #e0e0e0;
}

body.history .w_Wrap.bg_none2 {
  background: none;
}

.boxWrap-Out {
  border-radius: 20px;
  background: #f8f6f1;
  padding: 40px;
}

.boxWrap-Out.style2 {
  padding: 0;
  background: none;
}

.boxWrap-Out.style2 p.notes2 {
  width: calc(100% - 25px);
}

.boxWrap-Out.style2.action {
  padding: 0;
  background: none;
  margin-top: 30px;
}

.boxWrap-Out.style2.action .search_tit {
  margin: 30px 0 14px;
  font-size: 1.6em;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #ff0000;
}

.boxWrap-Out.style2.action .search_tit:before {
  margin-right: 1rem;
}

.boxWrap-Out.style2.action .search_tit:after {
  margin-left: 1rem;
}

.boxWrap-Out.style2.action .search_tit:before, .boxWrap-Out.style2.action .search_tit:after {
  border-top: 1px solid;
  content: '';
  flex-grow: 1;
}

.boxWrap-Out.style2.action span.notes {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.boxWrap-Out.style2.action span.notes i {
  font-style: normal;
  color: #e4017f;
  margin-right: 5px;
}

.boxWrap-Out.flowCart {
  background: #f8f6f1 url(../images/bg_roop.png) repeat top left/auto;
}

body.s3_1 .boxWrap-Out.box01 {
  border-radius: 20px;
  padding: 40px;
  min-height: 280px;
  background: #f8f6f1 url("../images/step3-1_1.png") right bottom no-repeat;
}

body.s3_1 .boxWrap-Out.box02 {
  border-radius: 20px;
  padding: 40px;
  min-height: 280px;
  background: #f8f6f1 url("../images/step3-1_2.png") right bottom no-repeat;
}

@media only screen and (max-width: 580px) {
  .boxWrap-Out.style2.action {
      margin-top: 20px;
    }

  .boxWrap-Out.style2.action span.notes {
      margin-left: 10px;
    }
}

.grayboxbody .txtbox.img_R .w_Wrap, .txtbox.img_R .w_Wrap {
  width: 79%;
}

.grayboxbody .txtbox.img_R.style2, .grayboxbody .txtbox.img_R.style2 .w_Wrap, .txtbox.img_R.style2, .txtbox.img_R.style2 .w_Wrap {
  width: 100%;
}

.search_wrap .w_Wrap.bg_none2 {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 580px) {
  .search_wrap .w_Wrap.bg_none2 {
      width: 100%;
      margin: 0;
    }

  .w_Wrap {
      margin-bottom: 20px;
    }
}

body.s3_2 table.scrollTable_lwr {
  table-layout: inherit;
}

body.s3_2 table.scrollTable_lwr th.bgray, body.s3_2 table.scrollTable_lwr td.tate {
  width: 40px;
  height: auto !important;
  padding: 0;
  text-align: center;
}

body.s3_2 table.scrollTable_lwr td.tate {
  background: #d0e4f5 !important;
}

body.s3_2 table.scrollTable_lwr th.space {
  text-align: center;
  width: calc(40% - 40px);
  background: #d0e4f5 !important;
}

body.s3_2 table.scrollTable_lwr th.remarks {
  text-align: center;
  width: 60%;
  background: #d0e4f5 !important;
}

body.s3_2 table.scrollTable_lwr td.tate span {
  writing-mode: vertical-rl;
  white-space: pre;
  vertical-align: center;
}

body.s3_2 table.scrollTable_lwr td {
  text-align: left;
}

body.s3_2 table.scrollTable_lwr td.technique {
  background: #edf4fa;
}

@media only screen and (max-width: 1025px) {
	
	.main_title2 {
        font-size: 1.2rem;
        padding-left: 34px;
        line-height: 1.2em;
        letter-spacing: -2px;
        margin: 0 auto 20px;
        font-weight: bold;
        width: calc(100% - 20px);
		_overflow: hidden;
    }
    .main_title2::before {
        content: '';
        position: absolute;
        background: url("../images/svg/ico_grass.svg") left center no-repeat;
        background-size: 70% auto;
        width: 37px;
        height: 40px;
        left: 0;
        top: -6px;
    }
	
	.boxWrap-Out.style2.action {
      margin-top: 20px;
    }
	
  .boxWrap-Out, .boxWrap-Out.style2 {
      position: relative;
      border-radius: 0px;
      background: #f8f6f1;
      padding: 20px;
      margin-top: 20px;
    }

  .u-table1__td {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0px;
      /*position: absolute;
          top: 50px;
          left: -5px;
          right: 0;*/
      margin: 0px auto 20px;
      width: calc(100% - 10px);
    }

  .u-checkbox1 {
      width: calc(100% / 3);
      margin: 0 7px;
      border-radius: 3px;
    }

  .u-checkbox1:first-child {
      width: 40%;
    }

  body.s3_1 .boxWrap-Out.box01, body.s3_1 .boxWrap-Out.box02 {
      width: calc(100% - 20px);
      margin: 0 auto;
    }
}

@media only screen and (max-width: 1025px) {
  .u-table1__td {
      flex-wrap: wrap;
	  position: static;
    }

  .u-table1__td .u-checkbox1 {
      width: 40%;
  	  margin-bottom: 15px;
    }

  .tableScroll_lwr2 {
      _position: relative;
      _margin: 0px;
      display: block;
      overflow: auto;
      padding-left: 20px;
      -webkit-overflow-scrolling: touch;
    }

  body.search .tableScroll_lwr {
      overflow: auto;
    }

  .tableScroll_lwr2::-webkit-scrollbar {
      width: 10px; /* スクロールバーの幅 */
      height: 10px; /* スクロールバーの高さ */
    }

  .tableScroll_lwr2::-webkit-scrollbar-track {
      background: #f1f1f1; /* スクロールバーの背景色 */
      border-radius: 5px; /* 角丸にする */
    }

  .tableScroll_lwr2::-webkit-scrollbar-thumb {
      background: #888; /* スクロールバーの操作部分の背景色 */
      border-radius: 5px; /* 角丸にする */
    }

  .tableScroll_lwr2::-webkit-scrollbar-thumb:hover {
      background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
    }

  .tableScroll_lwr table {
      /* width: 800px; を削除 */
      width: 100%; /* 通常時は100%幅 */
      min-width: 800px; /* 最小幅を保持 */
    }

  .tableScroll_lwr table.w500 {
      width: 500px;
    }

  .w_Wrap.bg_none2 {
      background: none;
      padding: 0px 0px 30px 0px;
    }

  .grayboxbody .txtbox.img_R .w_Wrap {
      width: 100%;
    }

  .w_Wrap {
      padding: 15px 10px 15px 10px;
      width: 100%;
    }

  .w_Wrap ol li {
      font-size: 1.1rem;
      margin-bottom: 10px;
      padding-left: 0em;
      text-indent: 0em;
    }

  .w_Wrap ul li {
      margin-bottom: 5px !important;
      line-height: 1.3em;
      font-size: 1.1rem !important;
    }

  .w_Wrap.bg_none {
      background: none;
      padding: 25px 10px 0px 10px;
    }

  table.scrollTable_lwr {
      font-size: 1rem;
    }

  table.scrollTable_lwr.mb {
      margin-bottom: 20px;
    }

  table.scrollTable_lwr th, table.scrollTable_lwr td {
      padding: 12px;
      text-align: left;
    }

  table.scrollTable_lwr.tbl3-1 {
      width: 1200px;
    }

  body.s3_1 .boxWrap-Out.box01, body.s3_1 .boxWrap-Out.box02 {
      width: 100%;
      margin: 0 auto;
      border-radius: 0px;
      background-size: 27% auto;
      min-height: auto;
      padding: 20px;
    }

  .w_Wrap.bg_none3 {
      background: none;
      padding: 0px 0px 30px 25px;
      font-size: 1.4rem;
    }
}

.search_wrap .form_wrap {
  margin-bottom: 40px;
}

@media only screen and (max-width: 580px) {
  .search_wrap .form_wrap {
      margin-bottom: 20px;
    }

  .search_wrap {
      width: calc(100% - 20px);
      margin: 0 auto;
    }

  .search_wrap .w_Wrap ul li, .search_wrap .w_Wrap ul li a {
      font-size: 1rem !important;
      line-height: 1.3;
    }
}


/* ================================
   From common.css
   ================================ */

body.try2 .w_Wrap ol.li_none li span,
body.try2 .w_Wrap ul.li_none li span {
    background: #d7c71a;
}

a.blank,
a.pdf,
a.top,
a.xls{
    position: relative;
	text-decoration: none !important;
}

a.blank:hover,
a.pdf:hover,
a.top:hover,
a.xls:hover {
	text-decoration: underline!important;
}

.sectionBlock-3 a.blank:hover,
.backnumber a.blank:hover {
    _text-decoration: none !important;
}

a.blank:after {
    content: '';
    background: url("../images/svg/ico_blank.svg") right center no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

a.blank.tl:after {
    top: 9px;
}

@media only screen and (max-width: 580px) {
  .w_Wrap.cateBox.bg_none2 {
          background: none;
          padding: 0px 0px 0px 0px;
      }
}

.form_wrap {}

.search_container {
    position: relative;
    box-sizing: border-box;
}

.search_container input[type="text"] {
    border: none;
    height: 1.8em;
    padding: 0 100px 0 64px;
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
	line-height: 1;
}

.search_container input[type="text"]::placeholder {
    color: #1c1a10;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container {
    border: 5px solid #f8f6f1;
    padding: 3px 5px;
    border-radius: 2em;
    width: 490px;
    overflow: hidden;
    height: 68px;
    display: flex;
    align-items: center;
    -moz-box-shadow: 0px 0px 0px 1px rgba(232, 230, 225, 1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(232, 230, 225, 1);
    -ms-box-shadow: 0px 0px 0px 1px rgba(232, 230, 225, 1);
    box-shadow: 0px 0px 0px 1px rgba(232, 230, 225, 1);
    background: #fff;
	z-index: 0;
}

.search_container.long {
    width: 80%;
    margin: 0 auto;
}

.search_container input[type="submit"] {
    cursor: pointer;
    background: #1c1a10;
    color: #fff;
    position: absolute;
    width: 90px;
    height: 48px;
	top: 6px;
    right: 6px;
    outline: none;
    border-radius: 2em;
    text-align: center;
}

body.s1_3 .search_container input[type="submit"] {
	top: -8px;
    right: 1px;
}

body.s1_3 .search_container input.off[type="submit"] {
	background: #8D8C87;
	cursor: default;
}

.search_container ::-webkit-input-placeholder {
    color: #3879D9;
}

.search_container .icon {
    position: absolute;
    border-radius: 2em;
    width: 68px;
    height: 68px;
    border: 5px solid #f8f6f1;
    background: #fff url("../images/icon_search.png") center center no-repeat;
    background-size: 24px auto;
    top: -5px;
    left: -5px;
}

.inputDiv {
 position: relative;
	width:100%;
}

@media only screen and (max-width: 768px) {
  .form_wrap {
          order: 1;
          display: flex;
          justify-content: center;
      }
	
	#placeholder {
    top: 8px;
    left: 51px;
    font-size: 0.8em;
  }

  .search_container {
          width: 100% !important;
          height: 50px;
	  box-sizing: border-box;
      }

  .search_container .icon {
          width: 50px;
          height: 50px;
          background-size: 18px auto;
      }

  .search_container input[type="text"] {
          padding: 0 60px 0 48px;
	  height: 50px;          /* emではなくpx固定 */
    line-height: 50px;     /* heightと揃える */
    font-size: 16px;       /* iOS自動ズーム防止（16px以上必須） */
    box-sizing: border-box
      }

  .search_container input[type="submit"] {
          width: 50px;
          height: 36px;
          font-size: 0.9rem;
  		top: 2px;
    right: 5px;
      }

  body.s1_3 .search_container input[type="submit"] {
  		top: 7px;
      right: 0px;
	  position: absolute;
    z-index: 2;
  	}
}

.mark {
    background: #fcd9e6;
    padding: 3px 5px;
    font-style: normal;
}

.disp_pc {
    display: block!important;
}

br.disp_pc {
    display: inline;
}

.disp_sp {
    display: none!important;
}

@media only screen and (max-width: 1025px) {
  .mark {
          background: #fcd9e6;
          padding: 0px 5px!important;
          line-height: 1em;
      }

  .disp_pc {
          display: none!important;
      }

  br.disp_pc {
          display: none;
      }

  .disp_sp {
          display: block!important;
      }
}

/* ================================
   thead固定（検索ページ専用）
   581px以上でのみ有効、580px以下は横スクロール優先
   ================================ */

@media only screen and (min-width: 1025px) {
  body.search .tableScroll_lwr {
    overflow: visible !important;
  }
  body.search .scrollTable_lwr thead {
    position: sticky;
    top: 0;
    z-index: 100;
  }

	
	body.search .scrollTable_lwr thead.is-stuck th {
		position: relative;
    font-size: 0.8rem;
		line-height: 1.4;
		        border: none;
        box-shadow: inset 0 -1px 0 #767676, inset -1px 0 0 #767676;
  }

	body.search .scrollTable_lwr thead.is-stuck th.first::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background: #767676;
}
	
	body.search .scrollTable_lwr thead.is-stuck th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #EDF4FA;
  z-index: -1;
}
	
	
	body.search .scrollTable_lwr thead.is-stuck th.w-13 br{
		display: none;
	}
	
	body.search .scrollTable_lwr thead.is-stuck th span{
		display: inline-block
	}
	
	body.search .scrollTable_lwr thead.is-stuck th .smallipopHorizontal.main em{
	display: inline-block
}
	
}

@media only screen and (max-width: 580px) {
  body.search .scrollTable_lwr thead {
    position: static;
  }
}


.boxWrap-Out.style2 table.scrollTable_lwr td a.icn_top:before{
	content: '';
	background: url("../images/icn_beker.png")left center no-repeat;
	width:18px;
	height:18px;
	display: inline-block;
	top: 3px;
	left: -6px;
    position: relative;
}

.boxWrap-Out.style2 table.scrollTable_lwr td a.icn_bottom:before{
	content: '';
	background: url("../images/icn_flasco.png")left center no-repeat;
	width:18px;
	height:20px;
	display: inline-block;
	top: 3px;
	left: -6px;
    position: relative;
}

