@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.btn {
  display: block;
  text-decoration: none; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC,
.blkC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  background: #e8eae9;
  color: #333;
  font-family: Lucida Grande, verdana, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%; }

@media all and (-ms-high-contrast: none) {
  body, input, textarea {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; } }
input[type="text"], input[type="button"], textarea {
  -webkit-appearance: none; }

a {
  color: #333;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover {
    text-decoration: none; }

p {
  line-height: 1.6; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em; }

.inner {
  max-width: 950px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .inner {
      margin: 0 15px; } }

.btn_cmn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 9px;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #d1d3d2;
  color: #4d4d4d;
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none; }
  .btn_cmn:hover {
    opacity: 0.55; }
  @media only screen and (max-width: 640px) {
    .btn_cmn {
      font-size: 7px;
      font-size: 0.7rem;
      padding: 8px; } }

.breadcrumbs {
  background: rgba(105, 112, 108, 0.1); }
  .breadcrumbs .inner {
    padding: 12px 0; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .breadcrumbs ul li {
      font-size: 9px;
      font-size: 0.9rem; }
      .breadcrumbs ul li:after {
        content: ">";
        font-family: sans-serif;
        margin: 0 12px; }
      .breadcrumbs ul li:last-child:after {
        content: none; }
    @media print {
      .breadcrumbs ul {
        display: block;
        position: relative;
        overflow: hidden; }
        .breadcrumbs ul li {
          float: left; } }
  @media only screen and (max-width: 640px) {
    .breadcrumbs ul li {
      font-size: 6px;
      font-size: 0.6rem; }
      .breadcrumbs ul li:after {
        margin: 0 8px; } }

#pageTop {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px; }
  #pageTop a {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    text-decoration: none;
    font-size: 9px;
    font-size: 0.9rem;
    position: relative;
    display: block;
    text-indent: -9999px;
    width: 56px;
    height: 56px;
    background: #4d4d4d; }
    #pageTop a:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -7px;
      top: 50%;
      margin-top: -4px;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    #pageTop a:hover {
      background: #d1d3d2; }

#header {
  background: #fff; }
  #header .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0; }
  #header h1 {
    font-size: 18px;
    font-size: 1.8rem; }
    #header h1 a {
      text-decoration: none; }
      #header h1 a:hover {
        opacity: 0.55; }
  #header .zaidan {
    font-size: 8px;
    font-size: 0.8rem;
    text-align: right; }
    #header .zaidan a {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 9px;
      font-size: 0.9rem;
      background: #69706c;
      color: #fff;
      display: inline-block;
      margin-top: 10px;
      padding: 8px 12px;
      text-align: center;
      text-decoration: none;
      width: 80px; }
      #header .zaidan a:hover {
        opacity: 0.55; }
  @media print {
    #header .inner {
      display: block;
      position: relative;
      overflow: hidden; }
    #header h1 {
      float: left; }
    #header .zaidan {
      float: right; } }
  @media only screen and (max-width: 640px) {
    #header .inner {
      position: relative; }
    #header h1 {
      margin-top: 8px;
      font-size: 10px;
      font-size: 1rem; }
    #header .zaidan > div {
      position: absolute;
      font-size: 5px;
      font-size: 0.5rem;
      left: 0;
      top: 12px; }
    #header .zaidan a {
      font-size: 7px;
      font-size: 0.7rem;
      margin-top: 0;
      width: 42px; } }

#footer {
  background: #4d4d4d; }
  #footer .inner {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
  #footer p {
    font-size: 7px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6); }
  @media only screen and (max-width: 640px) {
    #footer .inner {
      flex-direction: column; }
      #footer .inner p {
        font-size: 5px;
        font-size: 0.5rem;
        text-align: center; } }

#modal-default .iziModal-content {
  padding: 20px !important;
  box-sizing: border-box; }
  #modal-default .iziModal-content p {
    font-size: 8px;
    font-size: 0.8rem; }
#modal-default .close {
  position: absolute;
  top: 8px;
  right: 8px; }
  #modal-default .close a {
    cursor: pointer; }

.toppage {
  padding: 60px 0; }
  .toppage h2 {
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 4px solid #d1d3d2;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px; }
  .toppage .wrap_btns {
    padding: 24px 0; }
    .toppage .wrap_btns .btn_cmn {
      margin-right: 8px; }
  @media only screen and (max-width: 640px) {
    .toppage {
      padding: 32px 0; }
      .toppage h2 {
        font-size: 10px;
        font-size: 1rem; }
      .toppage .wrap_btns {
        padding: 12px 0 8px; }
        .toppage .wrap_btns .btn_cmn {
          margin-bottom: 4px; } }
  .toppage .comments {
    background: rgba(255, 255, 255, 0.6);
    padding: 28px 40px 28px 64px; }
    .toppage .comments p {
      font-size: 9px;
      font-size: 0.9rem;
      position: relative; }
      .toppage .comments p:before {
        content: "（注）";
        color: #999;
        position: absolute;
        left: -40px; }
    @media only screen and (max-width: 640px) {
      .toppage .comments {
        padding: 16px 20px 16px 36px; }
        .toppage .comments p {
          font-size: 7px;
          font-size: 0.7rem; }
          .toppage .comments p:before {
            left: -32px; } }

.wrap_search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px; }
  .wrap_search .search_box {
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 49%;
    position: relative; }
    .wrap_search .search_box h3 {
      font-size: 15px;
      font-size: 1.5rem;
      background: #4d4d4d;
      color: #fff;
      padding: 24px 0;
      text-align: center; }
      .wrap_search .search_box h3:before {
        background: url(../images/icon_search.png) no-repeat;
        background-size: 22px auto;
        content: "";
        display: inline-block;
        height: 22px;
        margin-right: 8px;
        margin-left: -8px;
        vertical-align: -4px;
        width: 22px; }
      @media only screen and (max-width: 1024px) {
        .wrap_search .search_box h3 {
          font-size: 14px;
          font-size: 1.4rem; } }
    .wrap_search .search_box .inner_search_box {
      font-size: 10px;
      font-size: 1rem;
      display: block;
      padding: 12px 24px 80px; }
      .wrap_search .search_box .inner_search_box > ul:first-of-type {
        border-bottom: 1px solid #e8eae9; }
      .wrap_search .search_box .inner_search_box ul {
        padding: 4px 0; }
        .wrap_search .search_box .inner_search_box ul li {
          margin: 8px 0; }
          .wrap_search .search_box .inner_search_box ul li label {
            cursor: pointer; }
            .wrap_search .search_box .inner_search_box ul li label:hover {
              opacity: 0.55; }
      .wrap_search .search_box .inner_search_box .search_50on {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .wrap_search .search_box .inner_search_box .search_50on ul {
          flex: 1; }
      @media only screen and (max-width: 640px) {
        .wrap_search .search_box .inner_search_box {
          display: none;
          padding: 12px 12px 24px; }
          .wrap_search .search_box .inner_search_box .search_50on {
            display: block; }
            .wrap_search .search_box .inner_search_box .search_50on ul {
              display: inline;
              font-size: 0px;
              font-size: 0rem; }
              .wrap_search .search_box .inner_search_box .search_50on ul li {
                font-size: 0px;
                font-size: 0rem;
                display: inline-block;
                width: 33%; } }
    .wrap_search .search_box .btn_serach {
      bottom: 28px;
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0; }
      .wrap_search .search_box .btn_serach input[type="button"] {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 10px;
        font-size: 1rem;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-family: Lucida Grande, verdana, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        width: 160px; }
        .wrap_search .search_box .btn_serach input[type="button"]:active {
          position: relative; }
        .wrap_search .search_box .btn_serach input[type="button"]:focus {
          position: relative; }
        .wrap_search .search_box .btn_serach input[type="button"]::-moz-focus-inner {
          border: 0; }
        .wrap_search .search_box .btn_serach input[type="button"]:hover {
          opacity: 0.55; }
      @media only screen and (max-width: 640px) {
        .wrap_search .search_box .btn_serach {
          bottom: 0;
          margin-top: 24px;
          position: relative; }
          .wrap_search .search_box .btn_serach input[type="button"] {
            font-size: 12px;
            font-size: 1.2rem;
            width: 100%;
            height: 52px;
            line-height: 52px; } }
    .wrap_search .search_box.type01 h3, .wrap_search .search_box.type01 input[type="button"] {
      background: #32926f; }
    .wrap_search .search_box.type02 h3, .wrap_search .search_box.type02 input[type="button"] {
      background: #f0a82e; }
    .wrap_search .search_box.type03 h3, .wrap_search .search_box.type03 input[type="button"] {
      background: #f17562; }
  @media only screen and (max-width: 640px) {
    .wrap_search {
      flex-direction: column;
      margin-bottom: 16px; }
      .wrap_search .search_box {
        width: 100%;
        margin-bottom: 12px; }
        .wrap_search .search_box h3 {
          font-size: 13px;
          font-size: 1.3rem;
          cursor: pointer; }
      .wrap_search input[type=radio] {
        display: none; }
      .wrap_search label {
        font-size: 9px;
        font-size: 0.9rem;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -ms-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        box-sizing: border-box;
        border: 1px solid #d1d3d2;
        position: relative;
        display: block;
        margin: 0 4px;
        padding: 12px;
        background-color: #fff;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        /*&:after {
        	-webkit-transition: border-color 0.2s linear;
        	transition: border-color 0.2s linear;
        	position: absolute;
        	top: 50%;
        	left: 15px;
        	display: block;
        	margin-top: -10px;
        	width: 16px;
        	height: 16px;
        	border: 2px solid #bbb;
        	border-radius: 6px;
        	content: '';
        }*/
        /*&:before {
        	-webkit-transition: opacity 0.2s linear;
        	transition: opacity 0.2s linear;
        	position: absolute;
        	top: 50%;
        	left: 20px;
        	display: block;
        	margin-top: -5px;
        	width: 10px;
        	height: 10px;
        	border-radius: 50%;
        	background: #000;
        	content: '';
        	opacity: 0;
        	z-index: 11;
        	input[type=radio]:checked + & {
        		opacity: 1;
        	}
        }*/ }
        .wrap_search label:hover {
          background: #4d4d4d;
          color: #fff; }
      .wrap_search input[type=radio]:checked + label {
        background: #4d4d4d;
        border-color: #4d4d4d;
        color: #fff; } }

.list .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 20px; }
  .list .head h2 {
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 8px solid #e8eae9;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 16px; }
  @media print {
    .list .head {
      display: block;
      position: relative;
      overflow: hidden; }
      .list .head h2 {
        float: left; }
      .list .head .btn_cmn {
        float: right; } }
  @media only screen and (max-width: 640px) {
    .list .head {
      padding: 12px 0; }
      .list .head h2 {
        font-size: 10px;
        font-size: 1rem;
        border-left: 6px solid #e8eae9;
        padding-left: 10px; } }
.list .search_noyaku .head h2 {
  border-color: #32926f; }
.list .search_foodname .head h2 {
  border-color: #f0a82e; }
.list .search_foodtype .head h2 {
  border-color: #f17562; }
.list .wrap_list {
  background: #fff;
  border-top: 4px solid #e8eae9;
  margin-bottom: 60px; }
  .list .wrap_list .filter {
    margin-bottom: 20px; }
    .list .wrap_list .filter .btn_cmn {
      font-size: 8px;
      font-size: 0.8rem; }
    @media only screen and (max-width: 640px) {
      .list .wrap_list .filter {
        padding: 0 10px; } }
  .list .wrap_list #view-list {
    padding: 6px 12px;
    border: 1px solid #dfdfdf;
    margin-top: 8px; }
    .list .wrap_list #view-list li {
      font-size: 8px;
      font-size: 0.8rem;
      display: inline-block;
      margin: 8px 2px; }
      .list .wrap_list #view-list li label {
        background: #efefef;
        padding: 6px 8px; }
      .list .wrap_list #view-list li:last-of-type {
        display: block; }
        .list .wrap_list #view-list li:last-of-type .btn {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background: #69706c;
          color: #fff;
          padding: 6px 12px;
          width: 80px; }
.list .list_head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 24px 40px; }
  .list .list_head h3 {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 20px; }
    .list .list_head h3 big {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold; }
  .list .list_head a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    font-size: 0.8rem;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    display: block;
    padding: 8px;
    text-decoration: none; }
    .list .list_head a:hover {
      opacity: 0.55; }
  @media print {
    .list .list_head {
      display: block;
      position: relative;
      overflow: hidden; }
      .list .list_head h3, .list .list_head a {
        float: left; } }
  @media only screen and (max-width: 640px) {
    .list .list_head {
      padding: 10px 12px;
      justify-content: space-between; }
      .list .list_head h3 {
        font-size: 8px;
        font-size: 0.8rem; }
        .list .list_head h3 big {
          font-size: 10px;
          font-size: 1rem; }
      .list .list_head a {
        font-size: 7px;
        font-size: 0.7rem; } }
.list .search_noyaku .wrap_list {
  border-color: #32926f; }
  .list .search_noyaku .wrap_list .list_head {
    background: rgba(50, 146, 111, 0.18); }
    .list .search_noyaku .wrap_list .list_head a {
      background: #32926f; }
.list .search_foodname .wrap_list {
  border-color: #f0a82e; }
  .list .search_foodname .wrap_list .list_head {
    background: rgba(240, 168, 46, 0.18); }
    .list .search_foodname .wrap_list .list_head a {
      background: #f0a82e; }
.list .search_foodtype .wrap_list {
  border-color: #f17562; }
  .list .search_foodtype .wrap_list .list_head {
    background: rgba(241, 117, 98, 0.18); }
    .list .search_foodtype .wrap_list .list_head a {
      background: #f17562; }
.list .list_contents {
  padding: 24px 48px 40px; }
  .list .list_contents .txt_exl-icon {
    font-size: 8px;
    font-size: 0.8rem;
    margin-bottom: 16px; }
  .list .list_contents table {
    width: 100%; }
    .list .list_contents table th {
      font-size: 9px;
      font-size: 0.9rem;
      background: #e8eae9;
      color: #69706c;
      padding: 8px;
      text-align: center; }
    .list .list_contents table tbody tr td {
      font-size: 9px;
      font-size: 0.9rem;
      padding: 12px 16px; }
      .list .list_contents table tbody tr td .dl_xls {
        margin-right: 12px;
        vertical-align: -5px; }
        .list .list_contents table tbody tr td .dl_xls img {
          width: 20px;
          height: auto; }
        .list .list_contents table tbody tr td .dl_xls:hover {
          opacity: .6; }
    .list .list_contents table tbody tr:nth-child(2n) td {
      background: rgba(232, 234, 233, 0.5); }
  @media only screen and (max-width: 640px) {
    .list .list_contents .txt_exl-icon {
      padding: 16px 16px 0;
      font-size: 7px;
      font-size: 0.7rem; }
    .list .list_contents table {
      display: block; }
      .list .list_contents table thead {
        display: none; }
      .list .list_contents table tbody {
        display: block; }
        .list .list_contents table tbody tr {
          border-top: 1px solid #d1d3d2;
          display: block;
          padding: 16px 32px 16px 20px;
          position: relative; }
          .list .list_contents table tbody tr:after {
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 1px solid #4d4d4d;
            border-right: 1px solid #4d4d4d;
            content: "";
            display: block;
            height: 6px;
            margin-top: -3px;
            position: absolute;
            right: 16px;
            top: 50%;
            width: 6px; }
          .list .list_contents table tbody tr td {
            font-size: 7px;
            font-size: 0.7rem;
            background: #fff !important;
            display: block;
            margin-bottom: 2px;
            padding: 0;
            text-align: left !important; }
            .list .list_contents table tbody tr td:nth-child(1) {
              font-size: 9px;
              font-size: 0.9rem;
              font-weight: bold;
              margin-bottom: 8px; }
            .list .list_contents table tbody tr td:nth-child(2):before {
              font-size: 6px;
              font-size: 0.6rem;
              color: #69706c;
              content: "基準値(ppm)：";
              margin-right: 4px; }
            .list .list_contents table tbody tr td:nth-child(3):before {
              font-size: 6px;
              font-size: 0.6rem;
              color: #69706c;
              content: "留意点：";
              margin-right: 4px; }
            .list .list_contents table tbody tr td:nth-child(4):before {
              font-size: 6px;
              font-size: 0.6rem;
              color: #69706c;
              content: "基準値(ppm)(適用期限)：";
              margin-right: 4px; } }
  .list .list_contents ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .list .list_contents ul li {
      font-size: 10px;
      font-size: 1rem;
      margin: 10px 0;
      width: 31%; }
      .list .list_contents ul li .dl_xls {
        margin-right: 10px;
        vertical-align: -5px; }
        .list .list_contents ul li .dl_xls img {
          width: 20px;
          height: auto; }
        .list .list_contents ul li .dl_xls:hover {
          opacity: .6; }
    @media print {
      .list .list_contents ul {
        display: block;
        overflow: hidden;
        position: relative; }
        .list .list_contents ul li {
          float: left;
          width: auto;
          margin: 10px 15px; } }
  @media only screen and (max-width: 640px) {
    .list .list_contents {
      padding: 0; }
      .list .list_contents ul {
        flex-direction: column; }
        .list .list_contents ul li {
          font-size: 8px;
          font-size: 0.8rem;
          border-top: 1px solid #d1d3d2;
          margin: 0;
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .list .list_contents ul li:after {
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 1px solid #4d4d4d;
            border-right: 1px solid #4d4d4d;
            content: "";
            display: block;
            height: 6px;
            margin-top: -3px;
            position: absolute;
            right: 16px;
            top: 50%;
            width: 6px; }
          .list .list_contents ul li a:not(.dl_xls) {
            flex: 1;
            display: block;
            text-decoration: none;
            padding: 16px 32px 16px 20px; }
          .list .list_contents ul li .dl_xls {
            margin-right: 0;
            width: 40px;
            text-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
          .list .list_contents ul li .dl_xls + a {
            padding-left: 0; } }
.list .back_list {
  padding: 20px; }
  .list .back_list a {
    font-size: 8px;
    font-size: 0.8rem;
    padding-left: 16px;
    position: relative; }
    .list .back_list a:before {
      content: "<";
      font-family: sans-serif;
      left: 0;
      margin-top: -6px;
      position: absolute;
      top: 50%; }
  @media only screen and (max-width: 640px) {
    .list .back_list {
      padding: 12px 10px; }
      .list .back_list a {
        font-size: 7px;
        font-size: 0.7rem; } }
.list .item_contents {
  padding: 16px 48px 40px; }
  .list .item_contents .item_info {
    margin-bottom: 20px; }
    .list .item_contents .item_info dl {
      font-size: 8px;
      font-size: 0.8rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 8px; }
      .list .item_contents .item_info dl dt {
        color: #999;
        margin-right: 4px;
        width: 78px; }
      .list .item_contents .item_info dl dd {
        flex: 1;
        line-height: 1.2; }
        .list .item_contents .item_info dl dd.name_item {
          position: relative;
          padding-right: 40px; }
          .list .item_contents .item_info dl dd.name_item .dl_xls {
            position: absolute;
            right: 4px;
            top: -20px;
            text-align: center;
            text-decoration: none; }
            .list .item_contents .item_info dl dd.name_item .dl_xls span {
              display: block;
              font-size: 7px;
              font-size: 0.7rem;
              font-weight: bold; }
              @media only screen and (max-width: 640px) {
                .list .item_contents .item_info dl dd.name_item .dl_xls span {
                  font-size: 6px;
                  font-size: 0.6rem; } }
            .list .item_contents .item_info dl dd.name_item .dl_xls:hover {
              opacity: .6; }
      .list .item_contents .item_info dl:first-of-type {
        align-items: center; }
        .list .item_contents .item_info dl:first-of-type dd strong {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold; }
      .list .item_contents .item_info dl.item_approval dt {
        max-width: 280px;
        width: 50%; }
      .list .item_contents .item_info dl.item_approval .btn_help {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #69706c;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        text-decoration: none;
        padding: 4px;
        margin-left: 4px; }
        .list .item_contents .item_info dl.item_approval .btn_help:hover {
          opacity: 0.55; }
  @media only screen and (max-width: 640px) {
    .list .item_contents {
      padding: 16px 0 0; }
      .list .item_contents .item_info dl {
        padding: 0 10px;
        font-size: 7px;
        font-size: 0.7rem; }
        .list .item_contents .item_info dl dt {
          width: 48px; }
        .list .item_contents .item_info dl dd strong {
          font-size: 11px;
          font-size: 1.1rem; }
        .list .item_contents .item_info dl dd.name_item {
          padding-right: 36px; }
          .list .item_contents .item_info dl dd.name_item .dl_xls {
            right: 0;
            top: -2px; }
            .list .item_contents .item_info dl dd.name_item .dl_xls img {
              width: 28px;
              height: 28px; }
        .list .item_contents .item_info dl.item_approval {
          align-items: inherit;
          flex-direction: column; }
          .list .item_contents .item_info dl.item_approval dt {
            width: inherit; }
          .list .item_contents .item_info dl.item_approval .btn_help {
            font-size: 7px; } }
.list .list_items table {
  width: 100%; }
  .list .list_items table th {
    font-size: 9px;
    font-size: 0.9rem;
    background: #e8eae9;
    color: #69706c;
    padding: 8px;
    text-align: center; }
  .list .list_items table tbody tr {
    cursor: pointer; }
    .list .list_items table tbody tr:hover {
      opacity: 0.55; }
    .list .list_items table tbody tr td {
      font-size: 9px;
      font-size: 0.9rem;
      padding: 12px 16px; }
    .list .list_items table tbody tr:nth-child(2n) td {
      background: rgba(232, 234, 233, 0.5); }
@media only screen and (max-width: 640px) {
  .list .list_items table {
    display: block; }
    .list .list_items table thead {
      display: none; }
    .list .list_items table tbody {
      display: block; }
      .list .list_items table tbody tr {
        border-top: 1px solid #d1d3d2;
        display: block;
        padding: 16px 32px 16px 20px;
        position: relative; }
        .list .list_items table tbody tr:after {
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #4d4d4d;
          border-right: 1px solid #4d4d4d;
          content: "";
          display: block;
          height: 6px;
          margin-top: -3px;
          position: absolute;
          right: 16px;
          top: 50%;
          width: 6px; }
        .list .list_items table tbody tr td {
          font-size: 7px;
          font-size: 0.7rem;
          background: #fff !important;
          display: block;
          margin-bottom: 2px;
          padding: 0;
          text-align: left !important; }
          .list .list_items table tbody tr td:nth-child(1) {
            font-size: 9px;
            font-size: 0.9rem;
            font-weight: bold;
            margin-bottom: 8px; }
          .list .list_items table tbody tr td:nth-child(2):before {
            font-size: 6px;
            font-size: 0.6rem;
            color: #69706c;
            content: "基準値(ppm)：";
            margin-right: 4px; }
          .list .list_items table tbody tr td:nth-child(3):before {
            font-size: 6px;
            font-size: 0.6rem;
            color: #69706c;
            content: "留意点：";
            margin-right: 4px; }
          .list .list_items table tbody tr td:nth-child(4):before {
            font-size: 6px;
            font-size: 0.6rem;
            color: #69706c;
            content: "基準値(ppm)(適用期限)：";
            margin-right: 4px; } }

.iziModal .inner_search_box {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 12px 24px 80px; }
  .iziModal .inner_search_box > ul:first-of-type {
    border-bottom: 1px solid #e8eae9; }
  .iziModal .inner_search_box ul {
    padding: 4px 0; }
    .iziModal .inner_search_box ul li {
      margin: 8px 0; }
      .iziModal .inner_search_box ul li label {
        cursor: pointer; }
        .iziModal .inner_search_box ul li label:hover {
          opacity: 0.55; }
  .iziModal .inner_search_box .search_50on {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .iziModal .inner_search_box .search_50on ul {
      flex: 1; }
  @media only screen and (max-width: 640px) {
    .iziModal .inner_search_box {
      display: block !important;
      padding: 12px 12px 24px; }
      .iziModal .inner_search_box .search_50on {
        display: block; }
        .iziModal .inner_search_box .search_50on ul {
          display: inline;
          font-size: 0px;
          font-size: 0rem; }
          .iziModal .inner_search_box .search_50on ul li {
            font-size: 0px;
            font-size: 0rem;
            display: inline-block;
            width: 33%; } }
.iziModal .btn_serach {
  bottom: 28px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }
  .iziModal .btn_serach input[type="button"] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    font-size: 1rem;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: Lucida Grande, verdana, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    width: 160px; }
    .iziModal .btn_serach input[type="button"]:active {
      position: relative; }
    .iziModal .btn_serach input[type="button"]:focus {
      position: relative; }
    .iziModal .btn_serach input[type="button"]::-moz-focus-inner {
      border: 0; }
    .iziModal .btn_serach input[type="button"]:hover {
      opacity: 0.55; }
  @media only screen and (max-width: 640px) {
    .iziModal .btn_serach {
      bottom: 0;
      margin-top: 24px;
      position: relative; }
      .iziModal .btn_serach input[type="button"] {
        font-size: 12px;
        font-size: 1.2rem;
        width: 100%;
        height: 52px;
        line-height: 52px; } }
.iziModal .type01 h3, .iziModal .type01 input[type="button"] {
  background: #32926f; }
.iziModal .type02 h3, .iziModal .type02 input[type="button"] {
  background: #f0a82e; }
.iziModal .type03 h3, .iziModal .type03 input[type="button"] {
  background: #f17562; }
@media only screen and (max-width: 640px) {
  .iziModal input[type=radio] {
    display: none; }
  .iziModal label {
    font-size: 9px;
    font-size: 0.9rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    box-sizing: border-box;
    border: 1px solid #d1d3d2;
    position: relative;
    display: block;
    margin: 0 4px;
    padding: 12px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
    .iziModal label:hover {
      background: #4d4d4d;
      color: #fff; }
  .iziModal input[type=radio]:checked + label {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff; } }

.toppage .wrap_btns .btn_cmn {
  font-size: 7.5px;
  font-size: 0.75rem;
  padding: 8px 12px; }
.toppage .comments {
  padding: 24px 40px 24px 64px; }
  .toppage .comments p {
    font-size: 8px;
    font-size: 0.8rem; }
    .toppage .comments p:before {
      content: "Note:";
      left: -42px; }

.breadcrumbs ul li {
  font-size: 7px;
  font-size: 0.7rem; }

.list .list_head a {
  font-size: 7px;
  font-size: 0.7rem; }
.list .list_contents ul li {
  font-size: 9px;
  font-size: 0.9rem; }
.list .item_contents .item_info dl dt {
  font-size: 7.5px;
  font-size: 0.75rem;
  max-width: 144px;
  width: 25%; }
@media only screen and (max-width: 640px) {
  .list .item_contents .item_info dl {
    align-items: flex-start !important;
    flex-direction: column;
    margin-bottom: 12px; }
    .list .item_contents .item_info dl dt {
      font-size: 6px;
      font-size: 0.6rem;
      max-width: inherit;
      width: 100%; }
    .list .item_contents .item_info dl dd.name_item {
      width: 100%;
      padding-right: 74px;
      box-sizing: border-box; }
      .list .item_contents .item_info dl dd.name_item .dl_xls span {
        font-size: 5px;
        font-size: 0.5rem; } }
