@charset "utf-8";
:root:lang(en) #typeC_wrapper #emzyme_title h1 {
  font-family: "din-2014", sans-serif;
}
#typeC_wrapper sup, #typeC_wrapper sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  /* _vertical-align: bottom; */
  position: relative;
}
#typeC_wrapper sup {
  bottom: 1ex;
}
#typeC_wrapper sub {
  top: 0.5ex;
}
#typeC_wrapper a {
  text-decoration: none;
}
#typeC_wrapper a:visited {
  text-decoration: none;
}
#typeC_wrapper a:hover {
  color: #A60034;
  text-decoration: underline;
}
#typeC_wrapper .rmark {
  font-size: xx-small;
  vertical-align: super;
}
#typeC_wrapper .pdf-download-1 {
  padding-top: 56px;
  /*pc80px*/
  padding-bottom: 60px;
  /*pc85px;*/
  text-align: center;
  width: 100%;
  position: relative;
  height: 215px;
  display: block;
}
#typeC_wrapper .pdf-download-1 a {
  background-color: #FFFFFF;
  text-align: center;
  border: 2px solid #8B001F;
  transition: 0.2s;
  line-height: 100%;
  color: #8B001F;
  text-decoration: none;
  height: 50px;
  width: 280px;
  display: block;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 14px;
  margin-right: 20px;
  margin-left: 20px;
  position: absolute;
  left: calc(50% - 160px);
}
#typeC_wrapper .pdf-download-2 a {
  background-color: #FFFFFF;
  text-align: center;
  border: 2px solid #8B001F;
  transition: 0.2s;
  line-height: 100%;
  color: #8B001F;
  text-decoration: none;
  height: 50px;
  width: 280px;
  display: block;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 14px;
  margin-right: 20px;
  margin-left: 20px;
  position: absolute;
  left: calc(50% - 320px);
}
#typeC_wrapper .pdf-download-3 a {
  background-color: #FFFFFF;
  text-align: center;
  border: 2px solid #8B001F;
  transition: 0.2s;
  line-height: 100%;
  color: #8B001F;
  text-decoration: none;
  height: 50px;
  width: 280px;
  display: block;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 14px;
  margin-right: 20px;
  margin-left: 20px;
  position: absolute;
  left: calc(50% - 480px);
}
#typeC_wrapper .download-footer {
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
  color: #FFF;
}
#typeC_wrapper .pdf-download-1 a:hover, #typeC_wrapper .pdf-download-2 a:hover, #typeC_wrapper .pdf-download-3 a:hover, #typeC_wrapper .pdf-download-footer a:hover {
  color: #FFFFFF;
  background-color: #8B001F;
  text-decoration: none;
  line-height: 100%;
}
#typeC_wrapper .oval {
  text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #B1B1B1;
  clear: both;
  padding-top: 36px;
  padding-bottom: 32px;
  margin-bottom: 56px;
  width: 100%;
}
#typeC_wrapper .oval table {
  margin-right: auto;
  margin-left: auto;
}
#typeC_wrapper #enzymelist .oval table th, #typeC_wrapper #enzymelist .oval table td {
  padding: 3px;
}
#typeC_wrapper th {
  text-align: center;
}
#typeC_wrapper table td {
  vertical-align: top;
}
#typeC_wrapper #enzymelist table td, #typeC_wrapper #enzymelist table th {
  padding: 12px;
}
#typeC_wrapper .list-separator {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #typeC_wrapper #title_bread_area_outline_list {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*padding-bottom: 40px;*/
  }
  #typeC_wrapper .contents_dtl {
    width: 47.4%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #enzymelist {
    display: block;
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #enzymelist h2 {
    font-weight: 400;
    font-size: 28px;
  }
  #typeC_wrapper #enzymelist h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #typeC_wrapper #enzymelist h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #typeC_wrapper #enzymelist h5.disc {
    font-size: 15px;
    font-weight: 400;
    color: #A60034;
    margin-bottom: 20px;
    position: relative;
    left: 12px;
    width: calc(100% - 12px);
  }
  #typeC_wrapper #enzymelist h5.disc::before {
    content: "";
    position: absolute;
    left: -12px;
    height: 8px;
    width: 8px;
    background-color: #A60034;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 6px;
  }
  #typeC_wrapper #enzymelist h5.no-one, #typeC_wrapper #enzymelist h5.no-two, #typeC_wrapper #enzymelist h5.no-three, #typeC_wrapper #enzymelist h5.no-four, #typeC_wrapper #enzymelist h5.no-five {
    font-size: 15px;
    font-weight: 500;
    color: #A60034;
    margin-bottom: 20px;
    position: relative;
    left: 24px;
  }
  #typeC_wrapper #enzymelist h5.no-one::before {
    content: "Ⅰ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-two::before {
    content: "Ⅱ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-three::before {
    content: "Ⅲ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-four::before {
    content: "Ⅳ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-five::before {
    content: "Ⅴ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist .table-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
    text-indent: 0em !important;
  }
  #typeC_wrapper #enzymelist .fig-title {
    font-size: 15px;
    font-weight: 500;
    color: #A60034;
    margin-bottom: 10px;
    text-indent: 0em !important;
    /*font-size: 0.9em;*/
  }
  #typeC_wrapper #enzymelist .left-area {
    display: block;
    float: left;
    width: 100%;
    /*pc46.296%*/
    margin-right: 0px;
    /*pc 7.4%*/
    margin-bottom: 14px;
  }
  #typeC_wrapper #enzymelist .right-area {
    display: block;
    float: left;
    width: 100%;
    /*pc46.296%*/
  }
  #typeC_wrapper #enzymelist .left-area table, #typeC_wrapper #enzymelist .right-area table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B1;
    border-left-color: #B1B1B1;
  }
  #typeC_wrapper #enzymelist .left-area th, #typeC_wrapper #enzymelist .right-area th {
    font-weight: 500;
    color: #FFF;
    background-color: #A60034;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B1B1B1;
    border-bottom-color: #B1B1B1;
    text-align: center;
  }
  #typeC_wrapper #enzymelist .left-area td, #typeC_wrapper #enzymelist .right-area td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B1B1B1;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper #enzymelist .left-area p, #typeC_wrapper #enzymelist .right-area p {
    text-indent: 1em;
  }
  #typeC_wrapper #enzymelist .left-area p.cap, #typeC_wrapper #enzymelist .right-area p.cap {
    padding-left: 1em;
    text-indent: -3em;
    /*製品カタログ内調整*/
  }
  #typeC_wrapper .fig3 {
    display: block;
    float: left;
    width: 100%;
    /*pc30%*/
    margin-right: 0px;
    /*pc1.5%*/
    margin-left: 0px;
    /*pc1.5%*/
    text-align: left;
  }
  #typeC_wrapper .fig4 {
    display: block;
    float: left;
    width: 100%;
    /*pc45%*/
    margin-right: 0px;
    /*pc2.5%*/
    margin-left: 0px;
    /*pc2.5%*/
    text-align: left;
  }
  #typeC_wrapper .fig4 img {
    width: 100%;
  }
  #typeC_wrapper .fig3 img {
    width: 100%;
  }
  #typeC_wrapper .fig-dtl {
    display: block;
    padding-bottom: 20px;
    line-height: 150%;
  }
  #typeC_wrapper #enzymelist td.w5p, #typeC_wrapper #enzymelist th.w5p {
    width: 5%;
  }
  #typeC_wrapper #enzymelist td.w10p, #typeC_wrapper #enzymelist th.w10p {
    width: 10%;
  }
  #typeC_wrapper #enzymelist td.w20p, #typeC_wrapper #enzymelist th.w20p {
    width: 20%;
  }
  #typeC_wrapper #enzymelist td.w25p, #typeC_wrapper #enzymelist th.w25p {
    width: 25%;
  }
  #typeC_wrapper #enzymelist td.w30p, #typeC_wrapper #enzymelist th.w30p {
    width: 30%;
  }
  #typeC_wrapper #enzymelist td.w40p, #typeC_wrapper #enzymelist th.w40p {
    width: 40%;
  }
  #typeC_wrapper #enzymelist td.w50p, #typeC_wrapper #enzymelist th.w50p {
    width: 50%;
  }
  #typeC_wrapper #enzymelist td.w60p, #typeC_wrapper #enzymelist th.w60p {
    width: 60%;
  }
  #typeC_wrapper #enzymelist td.w70p, #typeC_wrapper #enzymelist th.w70p {
    width: 70%;
  }
  #typeC_wrapper #enzymelist td.w80p, #typeC_wrapper #enzymelist th.w80p {
    width: 80%;
  }
  #typeC_wrapper #enzymelist td.w90p, #typeC_wrapper #enzymelist th.w90p {
    width: 90%;
  }
  #typeC_wrapper #enzymelist td.w100p, #typeC_wrapper #enzymelist th.w100p {
    width: 100%;
  }
  #typeC_wrapper #enzymelist .float-one-area {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*width指定*/
  }
  #typeC_wrapper .product-title {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
  }
  #typeC_wrapper .product-title-left {
    display: block;
    /*float: left;*/
    width: 100%;
    /*pc50%*/
  }
  #typeC_wrapper .product-title-right {
    display: block;
    /*float: right;*/
    width: 100%;
    /*pc50%*/
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #typeC_wrapper .product-no {
    border: 1px solid #666;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    margin-left: 16px;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  #typeC_wrapper .tekigou {
    margin-left: 0px;
    /*pc16px*/
    position: relative;
    padding-right: 30px;
    display: block;
    margin-top: 20px;
  }
  #typeC_wrapper .tekigou::after {
    content: url(../img/tekigou-ico.png);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    padding-left: 10px;
  }
  #typeC_wrapper #emzyme_title {
    text-align: center;
    background-color: #F0F0F0;
    border: 1px solid #B1B1B1;
    clear: both;
    padding-top: 66px;
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
  #typeC_wrapper #emzyme_title h1 {
    font-size: 28px;
    font-weight: 500;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 38px;
    margin-left: 0px;
  }
  #typeC_wrapper #emzyme_title h2 {
    font-size: 15px;
    font-weight: 300;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
    margin-left: 0px;
    line-height: 200%;
  }
  #typeC_wrapper #emzyme_title h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
  }
  #typeC_wrapper .underline dt.td-one, #typeC_wrapper .underline dd.td-two {
    box-sizing: border-box;
  }
  #typeC_wrapper .underline dt.td-two {
    display: flex;
    align-items: center;
    width: 30%;
  }
  #typeC_wrapper #enzymelist .underline {
    /*border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #B1B1B1;*/
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 4px;
    /*14px*/
    /*padding-bottom: 16px;*/
    background-color: #ffffff;
    /******/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #typeC_wrapper #enzymelist .underline .td-one {
    width: 30%;
    /*pc21.5%*/
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
    background-color: #8B001F;
    color: #fff;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #typeC_wrapper #enzymelist .underline .td-two-l {
    width: 70%;
    /*pc78.5%*/
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #typeC_wrapper #enzymelist .underline .td-two {
    width: 70%;
    /*pc71%*/
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #typeC_wrapper #enzymelist .underline .td-three {
    /*width: 7.5%;*/
    margin: 0px;
    padding: 0px;
    display: block;
    /*float: left;*/
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist h4.enzyme-subtitle {
    font-size: 24px;
    font-weight: 500;
  }
  #typeC_wrapper #enzymelist .no-border table {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
  }
  #typeC_wrapper #enzymelist .no-border table th, #typeC_wrapper #enzymelist .no-border table tr, #typeC_wrapper #enzymelist .no-border table td {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
    /*製品リストタブ部*/
    /********************************************************************/
  }
  #typeC_wrapper .contents-outline-tab {
    position: relative;
  }
  #typeC_wrapper .contents-inner-tab {
    width: 100%;
    background: #fff;
    /* メニューの背景色 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロール */
  }
  #typeC_wrapper .contents-inner-tab ul {
    max-width: 510px;
    /* メニューの最大幅 */
    min-width: 510px;
    /* メニューの最小幅 */
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    list-style: none;
    padding-right: 2px;
    /* 右側の固定分余白を空ける */
    padding-left: 2px;
    /* 左側の固定分余白を空ける */
  }
  #typeC_wrapper .contents-inner-tab ul li {
    float: left;
    /*width: 110px;*/
    /* メニューの個別の幅 */
    text-align: center;
    margin-right: 2px;
  }
  #typeC_wrapper .contents-inner-tab ul li:hover {
    background: #8B001F;
    /* マウスホバー時の背景色 */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #typeC_wrapper .contents-inner-tab ul li a {
    display: inline-block;
    color: #808080;
    /* メニューの文字色 */
    text-decoration: none;
  }
  #typeC_wrapper .contents-outline-tab .enzyme-tab-current {
    color: #FFF;
    /********************************************************************/
  }
  #typeC_wrapper #white_area_outline-tab {
    padding: 0px;
    width: 100%;
    /*	border-bottom-width: 2px;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: solid;
     border-left-style: none;
     border-bottom-color: #8B001F;*/
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #typeC_wrapper .contents-outline-tab {
    /*width: 506px;*/
    white-space: nowrap;
    overflow-x: auto;
    /*.contents-inner-tab .scroll-tab {
     width: 546px;
     display: block;
     overflow-x: auto;
     white-space: nowrap;
     overflow-x: scroll;
     }*/
  }
  #typeC_wrapper .contents-inner-tab {
    /*width: 546px;1080px*/
    /*margin-right: auto;
     margin-left: auto;*/
    /*white-space: nowrap;
     height: 50px;
     -webkit-overflow-scrolling: touch;*/
  }
  #typeC_wrapper a.enzyme-tab {
    font-size: 16px;
    color: #808080;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #808080;
    border-right-color: #808080;
    border-left-color: #808080;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 50px;
    width: auto;
    /*240px*/
    float: left;
    text-align: center;
    padding-top: 17px;
    line-height: 16px;
    /*margin-right: 2px;*/
    /*17px*/
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
  }
  #typeC_wrapper a.enzyme-tab-current {
    font-size: 16px;
    color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #8B001F;
    border-right-color: #8B001F;
    border-left-color: #8B001F;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 50px;
    width: auto;
    /*240px*/
    float: left;
    text-align: center;
    padding-top: 17px;
    line-height: 16px;
    /*margin-right: 2px;*/
    /*17px*/
    text-decoration: none;
    background-color: #8B001F;
    padding-right: 12px;
    padding-left: 12px;
  }
  #typeC_wrapper a.enzyme-tab:hover, #typeC_wrapper a.enzyme-tab-current:hover {
    font-size: 16px;
    color: #FFF;
    background-color: #8B001F;
    text-decoration: none;
  }
  #typeC_wrapper .enzyme-tab-hr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #8B001F;
    /*リストコントロール*/
  }
  #typeC_wrapper #backNumList {
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  #typeC_wrapper #enzymelist .principle-table {
    /*Assayテーブル囲み-no-borderエリア*/
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #F0F0F0;
    border: 1px solid #B1B1B1;
    padding-right: 38px;
    padding-left: 38px;
  }
  #typeC_wrapper #enzymelist .no-border li {
    font-size: 15px;
    line-height: 150%;
    /*enzymeリスト一覧*/
  }
  #typeC_wrapper #enzyme-list-outline {
    /*固有エリア*/
    width: 90%;
    max-width: 1080px;
    padding-top: 57px;
    padding-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper .blue_area_outline_enzyme {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    padding-bottom: 56px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*dl.enzyme-group-title {
     display: none;
     height: 0px;
     }*/
  }
  #typeC_wrapper dl.enzyme-group {
    width: 100%;
    /*height: 240px;*/
    margin-top: 10px;
    padding-bottom: 22px;
    /*border-bottom-width: 1px;
     border-bottom-style: dotted;
     border-bottom-color: #999;*/
    clear: both;
    display: table;
    margin-bottom: 10px;
  }
  #typeC_wrapper dl.enzyme-group dt, #typeC_wrapper dl.enzyme-group dd {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 4px;
    float: left;
  }
  #typeC_wrapper span.list-item, #typeC_wrapper span.list-dtl-txt {
    box-sizing: border-box;
  }
  #typeC_wrapper .list-item {
    background-color: #8B001F;
    color: #fff;
    font-size: 14px;
    /*height: 34px;*/
    width: 35%;
    float: left;
    /*margin-bottom: 2px;*/
    padding-top: 8px;
    padding-right: 1%;
    padding-bottom: 8px;
    padding-left: 1%;
  }
  #typeC_wrapper .list-dtl-txt {
    background-color: #ffffff;
    width: 65%;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    float: left;
    /*height: 34px;*/
    font-size: 14px;
  }
  #typeC_wrapper dl.enzyme-group-title {
    width: 100%;
    height: 60px;
    margin-top: 25px;
    padding-bottom: 22px;
    border-bottom-width: none;
    border-bottom-style: none;
    border-bottom-color: none;
    clear: both;
  }
  #typeC_wrapper dd.enzymelist02 a {
    border: 1px solid #666;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*リスト内タイトル*/
  }
  #typeC_wrapper .section_title-enzyme {
    font-size: 20px;
    /*32px*/
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
    margin-top: 50px;
  }
  #typeC_wrapper .section_title-enzyme::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
    /*サーチボタン装飾*/
  }
  #typeC_wrapper #search-list-bt .bt-detail {
    /*ボタンエリア*/
    width: 100%;
    text-align: center;
    padding-top: 0px;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a {
    /*アルファベット*/
    font-size: 18px;
    padding-top: 19px;
    /*padding-right: 20px;*/
    padding-bottom: 19px;
    /*padding-left: 20px;*/
    text-decoration: none;
    border: 1px solid #444;
    color: #000;
    margin: 2px;
    float: left;
    height: 56px;
    width: 40px;
    line-height: 18px;
    font-weight: 500;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.enzyme-function {
    /*機能別*/
    font-size: 18px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    text-decoration: none;
    border: 1px solid #444;
    color: #000;
    margin: 2px;
    float: left;
    width: auto;
    height: auto;
    line-height: 18px;
    font-weight: 500;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: block;
    text-align: left;
  }
  #typeC_wrapper #search-list-bt .bt-detail a:hover {
    /*固有エリア*/
    text-decoration: none;
    background-color: #A60034;
    color: #FFF;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.active {
    /*固有エリア*/
    background-color: #A60034;
    color: #FFF;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.pdf {
    /*固有エリア*/
    background-image: url(../img/ico_pdf.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 24px;
    /*リスト装飾*/
  }
  #typeC_wrapper .enzyme-group dt {
    width: 100%;
    /*42.4%*/
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper .enzyme-group dd.title, #typeC_wrapper .enzyme-group dt.title {
    font-weight: 500;
  }
  #typeC_wrapper .enzyme-group .enzymelist01 {
    width: 100%;
    /*16.8%*/
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist02 {
    width: 100%;
    /*14.1%*/
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist03 {
    width: 100%;
    /*17.6%*/
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist04 {
    width: 100%;
    /*9.1%*/
    float: left;
    /*お問い合わせ選択画面・検索画面・言語選択*/
  }
  #typeC_wrapper #contact-choice-outline, #typeC_wrapper #search-outline, #typeC_wrapper #language-outline {
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 74px;
    padding-bottom: 96px;
    height: auto;
  }
  #typeC_wrapper #contact-choice, #typeC_wrapper #search, #typeC_wrapper #language {
    width: 88.86%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #contact-choice li a, #typeC_wrapper #search li a, #typeC_wrapper #language li a {
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 20px;
  }
  #typeC_wrapper #contact-choice a:hover, #typeC_wrapper #search a:hover, #typeC_wrapper #language a:hover {
    text-decoration: underline;
  }
  #typeC_wrapper #contact-choice ul, #typeC_wrapper #search ul, #typeC_wrapper #language ul {
    margin: 0px;
    padding: 0px;
  }
  #typeC_wrapper #contact-choice li, #typeC_wrapper #language li {
    padding-bottom: 0px;
    margin-top: 22px;
    font-size: 0.9em;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px solid #bbb;
  }
  #typeC_wrapper #search li {
    padding-bottom: 0px;
    margin-top: 22px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px none #bbb;
  }
  #typeC_wrapper #search input[type="text"] {
    font-size: 30px;
    line-height: 30px;
    width: 60%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #999;
    margin-right: 10px;
    height: 50px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #typeC_wrapper #search input[type="image"] {
    background-color: #999;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
  }
  #typeC_wrapper #searchi-area {
    vertical-align: middle;
    height: 60px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1196px) {
  /* PCサイズでの指定 */
  #typeC_wrapper .contents-inner-tab ul {
    padding: 0;
  }
  #typeC_wrapper .contents-inner-tab ul li {
    width: 23%;
    /* メニューの個別の幅 */
  }
}
/*1195px～768px*/
@media screen and (max-width: 1195px) and (min-width: 768px) {
  #typeC_wrapper #title_bread_area_outline_list {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*padding-bottom: 60px;*/
  }
  #typeC_wrapper .contents_dtl {
    width: 47.4%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #enzymelist {
    display: block;
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #enzymelist h2 {
    font-weight: 400;
    font-size: 28px;
  }
  #typeC_wrapper #enzymelist h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #typeC_wrapper #enzymelist h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #typeC_wrapper #enzymelist h5.disc {
    font-size: 15px;
    font-weight: 400;
    color: #A60034;
    margin-bottom: 20px;
    position: relative;
    left: 12px;
    width: calc(100% - 12px);
  }
  #typeC_wrapper #enzymelist h5.disc::before {
    content: "";
    position: absolute;
    left: -12px;
    height: 8px;
    width: 8px;
    background-color: #A60034;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 6px;
  }
  #typeC_wrapper #enzymelist h5.no-one, #typeC_wrapper #enzymelist h5.no-two, #typeC_wrapper #enzymelist h5.no-three, #typeC_wrapper #enzymelist h5.no-four, #typeC_wrapper #enzymelist h5.no-five {
    font-size: 15px;
    font-weight: 500;
    color: #A60034;
    margin-bottom: 20px;
    position: relative;
    left: 24px;
  }
  #typeC_wrapper #enzymelist h5.no-one::before {
    content: "Ⅰ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-two::before {
    content: "Ⅱ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-three::before {
    content: "Ⅲ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-four::before {
    content: "Ⅳ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-five::before {
    content: "Ⅴ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist .table-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
    text-indent: 0em !important;
  }
  #typeC_wrapper #enzymelist .fig-title {
    font-size: 15px;
    font-weight: 500;
    color: #A60034;
    margin-bottom: 10px;
    text-indent: 0em !important;
    /*font-size: 0.9em;*/
  }
  #typeC_wrapper #enzymelist .left-area {
    display: block;
    float: left;
    width: 46.296%;
    margin-right: 7.4%;
  }
  #typeC_wrapper #enzymelist .right-area {
    display: block;
    float: left;
    width: 46.296%;
  }
  #typeC_wrapper #enzymelist .left-area table, #typeC_wrapper #enzymelist .right-area table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B1;
    border-left-color: #B1B1B1;
  }
  #typeC_wrapper #enzymelist .left-area th, #typeC_wrapper #enzymelist .right-area th {
    font-weight: 500;
    color: #FFF;
    background-color: #A60034;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B1B1B1;
    border-bottom-color: #B1B1B1;
    text-align: center;
  }
  #typeC_wrapper #enzymelist .left-area td, #typeC_wrapper #enzymelist .right-area td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B1B1B1;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper #enzymelist .left-area p, #typeC_wrapper #enzymelist .right-area p {
    text-indent: 1em;
  }
  #typeC_wrapper #enzymelist .left-area p.cap, #typeC_wrapper #enzymelist .right-area p.cap {
    padding-left: 1em;
    text-indent: -3em;
    /*製品カタログ内調整*/
  }
  #typeC_wrapper .fig3 {
    display: block;
    float: left;
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    text-align: left;
  }
  #typeC_wrapper .fig4 {
    display: block;
    float: left;
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    text-align: left;
  }
  #typeC_wrapper .fig4 img {
    width: 100%;
  }
  #typeC_wrapper .fig3 img {
    width: 100%;
  }
  #typeC_wrapper .fig-dtl {
    display: block;
    padding-bottom: 20px;
    line-height: 150%;
  }
  #typeC_wrapper #enzymelist td.w5p, #typeC_wrapper #enzymelist th.w5p {
    width: 5%;
  }
  #typeC_wrapper #enzymelist td.w10p, #typeC_wrapper #enzymelist th.w10p {
    width: 10%;
  }
  #typeC_wrapper #enzymelist td.w20p, #typeC_wrapper #enzymelist th.w20p {
    width: 20%;
  }
  #typeC_wrapper #enzymelist td.w25p, #typeC_wrapper #enzymelist th.w25p {
    width: 25%;
  }
  #typeC_wrapper #enzymelist td.w30p, #typeC_wrapper #enzymelist th.w30p {
    width: 30%;
  }
  #typeC_wrapper #enzymelist td.w40p, #typeC_wrapper #enzymelist th.w40p {
    width: 40%;
  }
  #typeC_wrapper #enzymelist td.w50p, #typeC_wrapper #enzymelist th.w50p {
    width: 50%;
  }
  #typeC_wrapper #enzymelist td.w60p, #typeC_wrapper #enzymelist th.w60p {
    width: 60%;
  }
  #typeC_wrapper #enzymelist td.w70p, #typeC_wrapper #enzymelist th.w70p {
    width: 70%;
  }
  #typeC_wrapper #enzymelist td.w80p, #typeC_wrapper #enzymelist th.w80p {
    width: 80%;
  }
  #typeC_wrapper #enzymelist td.w90p, #typeC_wrapper #enzymelist th.w90p {
    width: 90%;
  }
  #typeC_wrapper #enzymelist td.w100p, #typeC_wrapper #enzymelist th.w100p {
    width: 100%;
  }
  #typeC_wrapper #enzymelist .float-one-area {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*width指定*/
  }
  #typeC_wrapper .product-title {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
  }
  #typeC_wrapper .product-title-left {
    display: block;
    float: left;
    width: 50%;
  }
  #typeC_wrapper .product-title-right {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
  }
  #typeC_wrapper .product-no {
    border: 1px solid #666;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    margin-left: 16px;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  #typeC_wrapper .tekigou {
    margin-left: 16px;
    position: relative;
    padding-right: 30px;
  }
  #typeC_wrapper .tekigou::after {
    content: url(../img/tekigou-ico.png);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    padding-left: 10px;
  }
  #typeC_wrapper #emzyme_title {
    text-align: center;
    background-color: #F0F0F0;
    border: 1px solid #B1B1B1;
    clear: both;
    padding-top: 66px;
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
  #typeC_wrapper #emzyme_title h1 {
    font-size: 28px;
    font-weight: 500;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 38px;
    margin-left: 0px;
  }
  #typeC_wrapper #emzyme_title h2 {
    font-size: 15px;
    font-weight: 300;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
    margin-left: 0px;
    line-height: 200%;
  }
  #typeC_wrapper #emzyme_title h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
  }
  #typeC_wrapper #enzymelist .underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 14px;
    padding-bottom: 16px;
  }
  #typeC_wrapper #enzymelist .underline .td-one {
    width: 30%;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist .underline .td-two-l, #typeC_wrapper #enzymelist .underline .td-two {
    width: 70%;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist .underline .td-three {
    /*width: 7.5%;*/
    margin: 0px;
    padding: 0px;
    display: block;
    float: right;
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist h4.enzyme-subtitle {
    font-size: 24px;
    font-weight: 500;
  }
  #typeC_wrapper #enzymelist .no-border table {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
  }
  #typeC_wrapper #enzymelist .no-border table th, #typeC_wrapper #enzymelist .no-border table tr, #typeC_wrapper #enzymelist .no-border table td {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
    /*製品リストタブ部*/
  }
  #typeC_wrapper #white_area_outline-tab {
    padding: 0px;
    width: 100%;
    /*	border-bottom-width: 2px;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: solid;
     border-left-style: none;
     border-bottom-color: #8B001F;*/
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #typeC_wrapper .contents-inner-tab {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper .contents-inner-tab ul {
    width: 908px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper a.enzyme-tab {
    font-size: 16px;
    color: #808080;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #808080;
    border-right-color: #808080;
    border-left-color: #808080;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 50px;
    width: 210px;
    /*240px;*/
    float: left;
    text-align: center;
    padding-top: 17px;
    line-height: 16px;
    margin-right: 17px;
    text-decoration: none;
  }
  #typeC_wrapper a.enzyme-tab-current {
    font-size: 16px;
    color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #8B001F;
    border-right-color: #8B001F;
    border-left-color: #8B001F;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 50px;
    width: 210px;
    /*240px;*/
    float: left;
    text-align: center;
    padding-top: 17px;
    line-height: 16px;
    margin-right: 17px;
    text-decoration: none;
    background-color: #8B001F;
  }
  #typeC_wrapper a.enzyme-tab:hover, #typeC_wrapper a.enzyme-tab-current:hover {
    font-size: 16px;
    color: #FFF;
    background-color: #8B001F;
    text-decoration: none;
  }
  #typeC_wrapper .enzyme-tab-hr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #8B001F;
    /*リストコントロール*/
  }
  #typeC_wrapper #backNumList {
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  #typeC_wrapper #enzymelist .principle-table {
    /*Assayテーブル囲み-no-borderエリア*/
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #F0F0F0;
    border: 1px solid #B1B1B1;
    padding-right: 38px;
    padding-left: 38px;
  }
  #typeC_wrapper #enzymelist .no-border li {
    font-size: 15px;
    line-height: 150%;
    /*enzymeリスト一覧*/
  }
  #typeC_wrapper #enzyme-list-outline {
    /*固有エリア*/
    width: 90%;
    max-width: 1080px;
    padding-top: 57px;
    padding-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper .blue_area_outline_enzyme {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    padding-bottom: 56px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper dl.enzyme-group {
    width: 100%;
    /*height: 60px;*/
    margin-top: 25px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-top: 22px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    clear: both;
  }
  #typeC_wrapper dl.enzyme-group-title {
    width: 100%;
    height: 60px;
    margin-top: 25px;
    padding-bottom: 22px;
    border-bottom-width: none;
    border-bottom-style: none;
    border-bottom-color: none;
    clear: both;
  }
  #typeC_wrapper dd.enzymelist02 a {
    border: 1px solid #666;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*リスト内タイトル*/
  }
  #typeC_wrapper .section_title-enzyme {
    font-size: 32px;
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 20px;
    /*46px;*/
    clear: both;
    /*margin-top: 100px;*/
  }
  #typeC_wrapper .section_title-enzyme::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
  }
  #typeC_wrapper .enzyme-group-title table {
    width: 100%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title00 {
    width: 40%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title01 {
    width: 16.8%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title02 {
    width: 14.1%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title03 {
    width: 17.6%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title04 {
    width: 11.1%;
    text-align: center;
    /*リスト一覧用タイトル*/
  }
  #typeC_wrapper .section_title-enzyme-list {
    font-size: 32px;
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  #typeC_wrapper .section_title-enzyme-list::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
    /*.enzyme-list-title {
     margin: 0px;
     padding: 0px;
     width: 100%;
     display: block;
     }*/
  }
  #typeC_wrapper #enztme-list-bt-area {
    margin-bottom: 76px;
  }
  #typeC_wrapper .enzyme-group dt.title, #typeC_wrapper .enzyme-group dd.title {
    font-size: 18px;
  }
  #typeC_wrapper .list-title-enzyme {
    font-size: 24px;
    font-weight: 500;
    /*サーチボタン装飾*/
  }
  #typeC_wrapper #search-list-bt .bt-detail {
    /*ボタンエリア*/
    width: 100%;
    text-align: center;
    padding-top: 0px;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a {
    /*アルファベット*/
    font-size: 18px;
    padding-top: 19px;
    /*padding-right: 20px;*/
    padding-bottom: 19px;
    /*padding-left: 20px;*/
    text-decoration: none;
    border: 1px solid #444;
    color: #000;
    margin: 2px;
    float: left;
    height: 56px;
    width: 40px;
    line-height: 18px;
    font-weight: 500;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.enzyme-function {
    /*機能別*/
    font-size: 18px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    text-decoration: none;
    border: 1px solid #444;
    color: #000;
    margin: 2px;
    float: left;
    width: auto;
    height: auto;
    line-height: 18px;
    font-weight: 500;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a:hover {
    /*固有エリア*/
    text-decoration: none;
    background-color: #A60034;
    color: #FFF;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.active {
    /*固有エリア*/
    background-color: #A60034;
    color: #FFF;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.pdf {
    /*固有エリア*/
    background-image: url(../img/ico_pdf.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 24px;
    /*リスト装飾*/
  }
  #typeC_wrapper .enzyme-group dt {
    width: 40.4%;
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper .enzyme-group dd.title, #typeC_wrapper .enzyme-group dt.title {
    font-weight: 500;
  }
  #typeC_wrapper .enzyme-group .enzymelist01 {
    width: 16.8%;
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist02 {
    width: 14.1%;
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist03 {
    width: 17.6%;
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist04 {
    width: 11.1%;
    float: left;
    text-align: center;
    /*お問い合わせ選択画面・検索画面・言語選択*/
  }
  #typeC_wrapper #contact-choice-outline, #typeC_wrapper #search-outline, #typeC_wrapper #language-outline {
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 74px;
    padding-bottom: 96px;
    height: auto;
  }
  #typeC_wrapper #contact-choice, #typeC_wrapper #search, #typeC_wrapper #language {
    width: 88.86%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #contact-choice li a, #typeC_wrapper #search li a, #typeC_wrapper #language li a {
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 20px;
  }
  #typeC_wrapper #contact-choice a:hover, #typeC_wrapper #search a:hover, #typeC_wrapper #language a:hover {
    text-decoration: underline;
  }
  #typeC_wrapper #contact-choice ul, #typeC_wrapper #search ul, #typeC_wrapper #language ul {
    margin: 0px;
    padding: 0px;
  }
  #typeC_wrapper #contact-choice li, #typeC_wrapper #language li {
    padding-bottom: 0px;
    margin-top: 22px;
    font-size: 0.9em;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px solid #bbb;
  }
  #typeC_wrapper #search li {
    padding-bottom: 0px;
    margin-top: 22px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px none #bbb;
  }
  #typeC_wrapper #search input[type="text"] {
    font-size: 30px;
    line-height: 30px;
    width: 60%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #999;
    margin-right: 10px;
    height: 50px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #typeC_wrapper #search input[type="image"] {
    background-color: #999;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
  }
  #typeC_wrapper #searchi-area {
    vertical-align: middle;
    height: 60px;
    position: relative;
  }
}
/*1196px以上*/
@media screen and (min-width: 1196px) {
  #typeC_wrapper #title_bread_area_outline_list {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*padding-bottom: 40px;*/
  }
  #typeC_wrapper .contents_dtl {
    width: 47.4%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #enzymelist {
    display: block;
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #enzymelist h2 {
    font-weight: 400;
    font-size: 28px;
  }
  #typeC_wrapper #enzymelist h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #typeC_wrapper #enzymelist h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #typeC_wrapper #enzymelist h5.disc {
    font-size: 15px;
    font-weight: 400;
    color: #A60034;
    margin-bottom: 20px;
    position: relative;
    left: 12px;
    width: calc(100% - 12px);
  }
  #typeC_wrapper #enzymelist h5.disc::before {
    content: "";
    position: absolute;
    left: -12px;
    height: 8px;
    width: 8px;
    background-color: #A60034;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 6px;
  }
  #typeC_wrapper #enzymelist h5.no-one, #typeC_wrapper #enzymelist h5.no-two, #typeC_wrapper #enzymelist h5.no-three, #typeC_wrapper #enzymelist h5.no-four, #typeC_wrapper #enzymelist h5.no-five {
    font-size: 15px;
    font-weight: 500;
    color: #A60034;
    margin-bottom: 20px;
    position: relative;
    left: 24px;
  }
  #typeC_wrapper #enzymelist h5.no-one::before {
    content: "Ⅰ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-two::before {
    content: "Ⅱ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-three::before {
    content: "Ⅲ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-four::before {
    content: "Ⅳ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist h5.no-five::before {
    content: "Ⅴ.";
    position: absolute;
    left: -24px;
  }
  #typeC_wrapper #enzymelist .table-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
    text-indent: 0em !important;
  }
  #typeC_wrapper #enzymelist .fig-title {
    font-size: 15px;
    font-weight: 500;
    color: #A60034;
    margin-bottom: 10px;
    text-indent: 0em !important;
    /*font-size: 0.9em;*/
  }
  #typeC_wrapper #enzymelist .left-area {
    display: block;
    float: left;
    width: 46.296%;
    margin-right: 7.4%;
  }
  #typeC_wrapper #enzymelist .right-area {
    display: block;
    float: left;
    width: 46.296%;
  }
  #typeC_wrapper #enzymelist .left-area table, #typeC_wrapper #enzymelist .right-area table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #B1B1B1;
    border-left-color: #B1B1B1;
  }
  #typeC_wrapper #enzymelist .left-area th, #typeC_wrapper #enzymelist .right-area th {
    font-weight: 500;
    color: #FFF;
    background-color: #A60034;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B1B1B1;
    border-bottom-color: #B1B1B1;
    text-align: center;
  }
  #typeC_wrapper #enzymelist .left-area td, #typeC_wrapper #enzymelist .right-area td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B1B1B1;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper #enzymelist .left-area p, #typeC_wrapper #enzymelist .right-area p {
    text-indent: 1em;
  }
  #typeC_wrapper #enzymelist .left-area p.cap, #typeC_wrapper #enzymelist .right-area p.cap {
    padding-left: 1em;
    text-indent: -3em;
    /*製品カタログ内調整*/
  }
  #typeC_wrapper .fig3 {
    display: block;
    float: left;
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    text-align: left;
  }
  #typeC_wrapper .fig4 {
    display: block;
    float: left;
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    text-align: left;
  }
  #typeC_wrapper .fig4 img {
    width: 100%;
  }
  #typeC_wrapper .fig3 img {
    width: 100%;
  }
  #typeC_wrapper .fig-dtl {
    display: block;
    padding-bottom: 20px;
    line-height: 150%;
  }
  #typeC_wrapper #enzymelist td.w5p, #typeC_wrapper #enzymelist th.w5p {
    width: 5%;
  }
  #typeC_wrapper #enzymelist td.w10p, #typeC_wrapper #enzymelist th.w10p {
    width: 10%;
  }
  #typeC_wrapper #enzymelist td.w20p, #typeC_wrapper #enzymelist th.w20p {
    width: 20%;
  }
  #typeC_wrapper #enzymelist td.w25p, #typeC_wrapper #enzymelist th.w25p {
    width: 25%;
  }
  #typeC_wrapper #enzymelist td.w30p, #typeC_wrapper #enzymelist th.w30p {
    width: 30%;
  }
  #typeC_wrapper #enzymelist td.w40p, #typeC_wrapper #enzymelist th.w40p {
    width: 40%;
  }
  #typeC_wrapper #enzymelist td.w50p, #typeC_wrapper #enzymelist th.w50p {
    width: 50%;
  }
  #typeC_wrapper #enzymelist td.w60p, #typeC_wrapper #enzymelist th.w60p {
    width: 60%;
  }
  #typeC_wrapper #enzymelist td.w70p, #typeC_wrapper #enzymelist th.w70p {
    width: 70%;
  }
  #typeC_wrapper #enzymelist td.w80p, #typeC_wrapper #enzymelist th.w80p {
    width: 80%;
  }
  #typeC_wrapper #enzymelist td.w90p, #typeC_wrapper #enzymelist th.w90p {
    width: 90%;
  }
  #typeC_wrapper #enzymelist td.w100p, #typeC_wrapper #enzymelist th.w100p {
    width: 100%;
  }
  #typeC_wrapper #enzymelist .float-one-area {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    /*width指定*/
  }
  #typeC_wrapper .product-title {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
  }
  #typeC_wrapper .product-title-left {
    display: block;
    float: left;
    width: 50%;
  }
  #typeC_wrapper .product-title-right {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
  }
  #typeC_wrapper .product-no {
    border: 1px solid #666;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    margin-left: 16px;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  #typeC_wrapper .tekigou {
    margin-left: 16px;
    position: relative;
    padding-right: 30px;
  }
  #typeC_wrapper .tekigou::after {
    content: url(../img/tekigou-ico.png);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    padding-left: 10px;
  }
  #typeC_wrapper #emzyme_title {
    text-align: center;
    background-color: #F0F0F0;
    border: 1px solid #B1B1B1;
    clear: both;
    padding-top: 66px;
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
  #typeC_wrapper #emzyme_title h1 {
    font-size: 28px;
    font-weight: 500;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 38px;
    margin-left: 0px;
  }
  #typeC_wrapper #emzyme_title h2 {
    font-size: 15px;
    font-weight: 300;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
    margin-left: 0px;
    line-height: 200%;
  }
  #typeC_wrapper #emzyme_title h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
  }
  #typeC_wrapper #enzymelist .underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 14px;
    padding-bottom: 16px;
  }
  #typeC_wrapper #enzymelist .underline .td-one {
    width: 30%;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist .underline .td-two-l, #typeC_wrapper #enzymelist .underline .td-two {
    width: 70%;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist .underline .td-three {
    /*width: 7.5%;*/
    margin: 0px;
    padding: 0px;
    display: block;
    float: right;
    font-weight: 300;
  }
  #typeC_wrapper #enzymelist h4.enzyme-subtitle {
    font-size: 24px;
    font-weight: 500;
  }
  #typeC_wrapper #enzymelist .no-border table {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
  }
  #typeC_wrapper #enzymelist .no-border table th, #typeC_wrapper #enzymelist .no-border table tr, #typeC_wrapper #enzymelist .no-border table td {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
    /*製品リストタブ部*/
  }
  #typeC_wrapper #white_area_outline-tab {
    padding: 0px;
    width: 100%;
    /*	border-bottom-width: 2px;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: solid;
     border-left-style: none;
     border-bottom-color: #8B001F;*/
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #typeC_wrapper .contents-inner-tab {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper a.enzyme-tab {
    font-size: 16px;
    color: #808080;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #808080;
    border-right-color: #808080;
    border-left-color: #808080;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 50px;
    width: 240px;
    float: left;
    text-align: center;
    padding-top: 17px;
    line-height: 16px;
    margin-right: 17px;
    text-decoration: none;
  }
  #typeC_wrapper a.enzyme-tab-current {
    font-size: 16px;
    color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #8B001F;
    border-right-color: #8B001F;
    border-left-color: #8B001F;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    height: 50px;
    width: 240px;
    float: left;
    text-align: center;
    padding-top: 17px;
    line-height: 16px;
    margin-right: 17px;
    text-decoration: none;
    background-color: #8B001F;
  }
  #typeC_wrapper a.enzyme-tab:hover, #typeC_wrapper a.enzyme-tab-current:hover {
    font-size: 16px;
    color: #FFF;
    background-color: #8B001F;
    text-decoration: none;
  }
  #typeC_wrapper .enzyme-tab-hr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #8B001F;
    /*リストコントロール*/
  }
  #typeC_wrapper #backNumList {
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  #typeC_wrapper #enzymelist .principle-table {
    /*Assayテーブル囲み-no-borderエリア*/
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #F0F0F0;
    border: 1px solid #B1B1B1;
    padding-right: 38px;
    padding-left: 38px;
  }
  #typeC_wrapper #enzymelist .no-border li {
    font-size: 15px;
    line-height: 150%;
    /*enzymeリスト一覧*/
  }
  #typeC_wrapper #enzyme-list-outline {
    /*固有エリア*/
    width: 90%;
    max-width: 1080px;
    padding-top: 57px;
    padding-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper .blue_area_outline_enzyme {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    padding-bottom: 56px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper dl.enzyme-group, #typeC_wrapper table.enzyme-group {
    width: 100%;
    /*height: 60px;*/
    margin-top: 25px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    clear: both;
  }
  #typeC_wrapper dl.enzyme-group-title, #typeC_wrapper div.enzyme-group-title {
    width: 100%;
    /*height: 60px;*/
    margin-top: 25px;
    padding-bottom: 22px;
    border-bottom-width: none;
    border-bottom-style: none;
    border-bottom-color: none;
    clear: both;
  }
  #typeC_wrapper dd.enzymelist02 a, #typeC_wrapper td.enzymelist02 a {
    border: 1px solid #666;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*リスト内タイトル*/
  }
  #typeC_wrapper .section_title-enzyme {
    font-size: 32px;
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
    /*margin-top: 100px;*/
  }
  #typeC_wrapper .section_title-enzyme::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
  }
  #typeC_wrapper .enzyme-group-title table {
    width: 100%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title00 {
    width: 42%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title01 {
    width: 16.8%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title02 {
    width: 14.1%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title03 {
    width: 17.7%;
  }
  #typeC_wrapper .enzyme-group-title table .enzymelist-title04 {
    width: 11.1%;
    text-align: center;
    /*リスト一覧用タイトル*/
  }
  #typeC_wrapper .section_title-enzyme-list {
    font-size: 32px;
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  #typeC_wrapper .section_title-enzyme-list::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
    /*.enzyme-list-title {
     margin: 0px;
     padding: 0px;
     width: 100%;
     display: block;
     }*/
  }
  #typeC_wrapper #enztme-list-bt-area {
    margin-bottom: 76px;
  }
  #typeC_wrapper .enzyme-group dt.title, #typeC_wrapper .enzyme-group dd.title {
    font-size: 18px;
  }
  #typeC_wrapper .list-title-enzyme {
    font-size: 24px;
    font-weight: 500;
    /*サーチボタン装飾*/
  }
  #typeC_wrapper #search-list-bt .bt-detail {
    /*ボタンエリア*/
    width: 100%;
    text-align: center;
    padding-top: 0px;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a {
    /*アルファベット*/
    font-size: 18px;
    padding-top: 19px;
    /*padding-right: 20px;*/
    padding-bottom: 19px;
    /*padding-left: 20px;*/
    text-decoration: none;
    border: 1px solid #444;
    color: #000;
    margin: 2px;
    float: left;
    height: 56px;
    width: 40px;
    line-height: 18px;
    font-weight: 500;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.enzyme-function {
    /*機能別*/
    font-size: 18px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    text-decoration: none;
    border: 1px solid #444;
    color: #000;
    margin: 2px;
    float: left;
    width: auto;
    height: auto;
    line-height: 18px;
    font-weight: 500;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  #typeC_wrapper #search-list-bt .bt-detail a:hover {
    /*固有エリア*/
    text-decoration: none;
    background-color: #A60034;
    color: #FFF;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.active {
    /*固有エリア*/
    background-color: #A60034;
    color: #FFF;
  }
  #typeC_wrapper #search-list-bt .bt-detail a.pdf {
    /*固有エリア*/
    background-image: url(../img/ico_pdf.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 24px;
    /*リスト装飾*/
  }
  #typeC_wrapper .enzyme-group dt, #typeC_wrapper .enzyme-group td {
    width: 40.4%;
    float: left;
    font-weight: 300;
  }
  #typeC_wrapper .enzyme-group dd.title, #typeC_wrapper .enzyme-group dt.title, #typeC_wrapper .enzyme-group td.title {
    font-weight: 500;
  }
  #typeC_wrapper .enzyme-group .enzymelist01 {
    width: 16.8%;
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist02 {
    width: 14.1%;
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist03 {
    width: 17.6%;
    float: left;
  }
  #typeC_wrapper .enzyme-group .enzymelist04 {
    width: 11.1%;
    float: left;
    text-align: center;
    /*お問い合わせ選択画面・検索画面・言語選択*/
  }
  #typeC_wrapper #contact-choice-outline, #typeC_wrapper #search-outline, #typeC_wrapper #language-outline {
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 74px;
    padding-bottom: 96px;
    height: auto;
  }
  #typeC_wrapper #contact-choice, #typeC_wrapper #search, #typeC_wrapper #language {
    width: 88.86%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #contact-choice li a, #typeC_wrapper #search li a, #typeC_wrapper #language li a {
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 20px;
  }
  #typeC_wrapper #contact-choice a:hover, #typeC_wrapper #search a:hover, #typeC_wrapper #language a:hover {
    text-decoration: underline;
  }
  #typeC_wrapper #contact-choice ul, #typeC_wrapper #search ul, #typeC_wrapper #language ul {
    margin: 0px;
    padding: 0px;
  }
  #typeC_wrapper #contact-choice li, #typeC_wrapper #language li {
    padding-bottom: 0px;
    margin-top: 22px;
    font-size: 0.9em;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px solid #bbb;
  }
  #typeC_wrapper #search li {
    padding-bottom: 0px;
    margin-top: 22px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px none #bbb;
  }
  #typeC_wrapper #search input[type="text"] {
    font-size: 30px;
    line-height: 30px;
    width: 60%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #999;
    margin-right: 10px;
    height: 50px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #typeC_wrapper #search input[type="image"] {
    background-color: #999;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
  }
  #typeC_wrapper #searchi-area {
    vertical-align: middle;
    height: 60px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #typeC_wrapper #rireki .bt-detail a.txt-index {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 5%;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #typeC_wrapper #rireki .bt-detail a.txt-index {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 2%;
  }
}
@media screen and (max-width: 1259px) and (min-width: 960px) {
  #typeC_wrapper #rireki .bt-detail a.txt-index {
    padding-right: 0.5%;
    padding-left: 0.5%;
  }
}
@media screen and (min-width: 1260px) {
  #typeC_wrapper #rireki .bt-detail a.txt-index {
    padding-right: 0.5%;
    padding-left: 0.5%;
  }
}
