@charset "utf-8";
#typeC_wrapper a {
  color: #656d73;
  text-decoration: none;
  transition: transform 0.2s;	
}
#typeC_wrapper a, 
#typeC_wrapper a:visited {
  color: #656d73;
  text-decoration: none;
}
#typeC_wrapper a:hover {
  color: #A60034;
  text-decoration: underline;
}
#typeC_wrapper .white_area_outline img, 
#typeC_wrapper .white_area_outline_end img, 
#typeC_wrapper .blue_area_outline img {
  width: 100%;
}
#typeC_wrapper .decoration-on {
  text-decoration: underline;
  /*アンダーライン有り*/
}
#typeC_wrapper .bt_black, 
#typeC_wrapper a.bt_black {
  /*黒ボタン*/
  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;
}
#typeC_wrapper .bt_black:hover, 
#typeC_wrapper a.bt_black:hover {
  color: #FFFFFF;
  background-color: #8B001F;
  text-decoration: none;
  line-height: 100%;
}
#typeC_wrapper .both-hr {
  /*リセット線1px*/
  clear: both;
  height: 1px;
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#typeC_wrapper .font-color-blue72ACDC {
  color: #222222;
  /*ライトブルー*/
}
#typeC_wrapper .font-color-blue005BAC, 
#typeC_wrapper a.font-color-blue005BAC {
  color: #A60034;
  /*ブルーキーカラー*/
}
#typeC_wrapper .font-color-04233C a.font-color-04233C {
  color: #8B001F;
  /*黒に近いリンク*/
}
#typeC_wrapper .font-color-5536BA {
  color: #A60034;
  /*テキストリンク色*/
}
#typeC_wrapper .font-color-black {
  color: #000;
}
#typeC_wrapper .font-color-white {
  color: #fff;
}
#typeC_wrapper .font-color-redBA4448 {
  color: #BA4448;
}
#typeC_wrapper .font-color-redFE0D18 {
  color: #FE0D18;
}
#typeC_wrapper .font-height150 {
  line-height: 150%;
  /*ラインハイト*/
}
#typeC_wrapper .font-height200 {
  line-height: 200%;
  /*ラインハイト*/
}
#typeC_wrapper .font-weight200 {
  font-weight: 200;
  /*フォントウェイト*/
}
#typeC_wrapper .font-weight300 {
  font-weight: 300;
}
#typeC_wrapper .font-weight400 {
  font-weight: 400;
}
#typeC_wrapper .font-weight500 {
  font-weight: 500;
}
#typeC_wrapper .center, 
#typeC_wrapper .txt-center {
  text-align: center;
  /*テキストセンター*/
}
#typeC_wrapper .left {
  text-align: left;
  /*テキスト左*/
}
#typeC_wrapper .right {
  text-align: right;
  /*テキスト右*/
}
#typeC_wrapper .float-left {
  float: left;
  /*フロートレフト*/
}
#typeC_wrapper .float-right {
  float: right;
}
#typeC_wrapper .margin-top0 {
  margin-top: 0px;
  /*マージントップリセット*/
}
#typeC_wrapper .margin-bottom0 {
  margin-bottom: 0px;
  /*マージンボトムリセット*/
}
#typeC_wrapper .margin-right60 {
  margin-right: 60px;
  /*マージンライト*/
}
#typeC_wrapper .margin-center {
  margin-right: auto;
  margin-left: auto;
  /*オブジェクトセンター寄せ*/
}
#typeC_wrapper .circle12::before {
  /*前に青丸*/
  content: '';
  display: inline-block;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #A60034;
  height: 12px;
  width: 12px;
  margin-right: 12px;
}
#typeC_wrapper .disc li {
  /*liにディスク表示*/
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
#typeC_wrapper #move-page-top img {
  height: 12px;
  width: 20px;
  /*共通言語選択*/
}
#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;
}
@media screen and (max-width: 767px) {
  #typeC_wrapper .sp {
    display: inline;
  }
  #typeC_wrapper .sp-block {
    display: block;
  }
  #typeC_wrapper .pad {
    display: inline;
  }
  #typeC_wrapper .pad-nega {
    display: none;
  }
  #typeC_wrapper .pad-block {
    display: block;
  }
  #typeC_wrapper .pc-pad, 
	#typeC_wrapper .pc-pad-block, 
	#typeC_wrapper .pc, 
	#typeC_wrapper .pc-block {
    display: none;
  }
  #typeC_wrapper .alphabet-title80 {
    font-family: "Noto Sans", sans-serif;
    font-size: 56px;
    /*pc80px*/
    font-weight: 200;
    color: #222222;
  }
  #typeC_wrapper h5, #typeC_wrapper h6 {
    font-size: 15px;
    color: #222222;
    font-weight: 500;
    /*pc24px*/
    /*pc20px*/
  }
  #typeC_wrapper .font-size10 {
    font-size: 10px;
    /*フォントサイズ*/
  }
  #typeC_wrapper .font-size14 {
    font-size: 12px;
    /*pc14px*/
  }
  #typeC_wrapper .font-size15 {
    font-size: 13px;
    /*pc15px*/
  }
  #typeC_wrapper .font-size16, 
	#typeC_wrapper .font-size18, 
	#typeC_wrapper .font-size20, 
	#typeC_wrapper .font-size24 {
    font-size: 15px;
    /*pc16px*/
    /*pc18px*/
    /*pc20px*/
    /*pc24px*/
  }
  #typeC_wrapper .font-size32 {
    font-size: 20px;
    /*pc32px*/
  }
  #typeC_wrapper .font-size36 {
    font-size: 36px;
  }
  #typeC_wrapper .font-size40 {
    font-size: 40px;
  }
  #typeC_wrapper .font-size80 {
    font-size: 80px;
  }
  #typeC_wrapper .margin-bottom10 {
    margin-bottom: 10px;
    /*マージンボトム*/
  }
  #typeC_wrapper .margin-bottom22 {
    margin-bottom: 22px;
  }
  #typeC_wrapper .margin-bottom24 {
    margin-bottom: 12px;
    /*pc24px*/
  }
  #typeC_wrapper .margin-bottom26 {
    margin-bottom: 26px;
  }
  #typeC_wrapper .margin-bottom30 {
    margin-bottom: 30px;
  }
  #typeC_wrapper .margin-bottom32 {
    margin-bottom: 32px;
  }
  #typeC_wrapper .margin-bottom34 {
    margin-bottom: 34px;
  }
  #typeC_wrapper .margin-bottom36 {
    margin-bottom: 14px;
    /*pc36px*/
  }
  #typeC_wrapper .margin-bottom40 {
    margin-bottom: 40px;
  }
  #typeC_wrapper .margin-bottom42 {
    margin-bottom: 42px;
  }
  #typeC_wrapper .margin-bottom44 {
    margin-bottom: 28px;
    /*pc44px*/
  }
  #typeC_wrapper .margin-bottom55 {
    margin-bottom: 40px;
    /*pc55px*/
  }
  #typeC_wrapper .margin-bottom60 {
    margin-bottom: 60px;
  }
  #typeC_wrapper .margin-bottom64 {
    margin-bottom: 64px;
  }
  #typeC_wrapper .margin-bottom70 {
    margin-bottom: 70px;
  }
  #typeC_wrapper .margin-bottom80 {
    margin-bottom: 40px;
    /*pc80px*/
  }
  #typeC_wrapper .margin-bottom85 {
    margin-bottom: 85px;
  }
  #typeC_wrapper .margin-bottom100 {
    margin-bottom: 100px;
  }
  #typeC_wrapper .margin-top10 {
    margin-top: 10px;
    /*マージントップ*/
  }
  #typeC_wrapper .margin-top20 {
    margin-top: 14px;
    /*pc20px*/
  }
  #typeC_wrapper .margin-top22 {
    margin-top: 22px;
  }
  #typeC_wrapper .margin-top24 {
    margin-top: 12px;
    /*pc24px*/
  }
  #typeC_wrapper .margin-top32 {
    margin-top: 32px;
  }
  #typeC_wrapper .margin-top36 {
    margin-top: 14px;
    /*pc36px*/
  }
  #typeC_wrapper .margin-top40 {
    margin-top: 40px;
  }
  #typeC_wrapper .margin-top46 {
    margin-top: 46px;
  }
  #typeC_wrapper .margin-top58 {
    margin-top: 58px;
  }
  #typeC_wrapper .margin-top60 {
    margin-top: 60px;
  }
  #typeC_wrapper .margin-top64 {
    margin-top: 64px;
  }
  #typeC_wrapper .margin-top80 {
    margin-top: 40px;
    /*pc80px*/
  }
  #typeC_wrapper .margin-top85 {
    margin-top: 85px;
  }
  #typeC_wrapper .padding-top64 {
    padding-top: 64px;
    /*パディングトップ*/
  }
  #typeC_wrapper .padding-bottom64 {
    padding-bottom: 64px;
    /*ヘッダーエリア---common*/
  }
  #typeC_wrapper #shadow {
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 5;
    position: fixed;
    opacity: 0.5;
    display: none;
  }
  #typeC_wrapper #shadow.show {
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 5;
    position: fixed;
    opacity: 0.5;
    display: block;
  }
  #typeC_wrapper .plus-enzyme, 
	#typeC_wrapper .plus-diagnostic, 
	#typeC_wrapper .plus-faq, 
	#typeC_wrapper .plus-.plus-diagnostic {
    display: inline-block;
    color: #000;
    background-color: #fff;
    position: relative;
    cursor: pointer;
  }
  #typeC_wrapper .plus-enzyme::before, 
	#typeC_wrapper .plus-enzyme::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-diagnostic::before, 
	#typeC_wrapper .plus-diagnostic::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-faq::before, 
	#typeC_wrapper .plus-faq::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-enzyme::after, 
	#typeC_wrapper .plus-diagnostic::after, 
	#typeC_wrapper .plus-faq::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
  }
  #typeC_wrapper .plus-enzyme.show::before, 
	#typeC_wrapper .plus-diagnostic.show::before, 
	#typeC_wrapper .plus-faq.show::before {
    opacity: 0;
  }
  #typeC_wrapper .plus-enzyme.show::after, 
	#typeC_wrapper .plus-diagnostic.show::after, 
	#typeC_wrapper .plus-faq.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #typeC_wrapper .plus-enzyme:hover, 
	#typeC_wrapper .plus-diagnostic:hover, 
	#typeC_wrapper .plus-faq:hover {
    color: #A60034;
  }
  #typeC_wrapper .enzyme-top-plus-sp, 
	#typeC_wrapper .lucica-top-plus-sp, 
	#typeC_wrapper .faq-top-plus-sp {
    display: inline-block;
    color: #000;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    right: 34px;
    top: 29px;
  }
  #typeC_wrapper .enzyme-top-plus-sp::before, 
	#typeC_wrapper .enzyme-top-plus-sp::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .lucica-top-plus-sp::before, 
	#typeC_wrapper .lucica-top-plus-sp::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .faq-top-plus-sp::before, 
	#typeC_wrapper .faq-top-plus-sp::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .enzyme-top-plus-sp::after, 
	#typeC_wrapper .lucica-top-plus-sp::after, 
	#typeC_wrapper .faq-top-plus-sp::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
  }
  #typeC_wrapper .enzyme-top-plus-sp.show::before, 
	#typeC_wrapper .lucica-top-plus-sp.show::before, 
	#typeC_wrapper .faq-top-plus-sp.show::before {
    opacity: 0;
  }
  #typeC_wrapper .enzyme-top-plus-sp.show::after, 
	#typeC_wrapper .lucica-top-plus-sp.show::after, 
	#typeC_wrapper .faq-top-plus-sp.show::after {
    transform: translateY(-50%) rotate(180deg);
    /*SPハンバーガーメニュー*/
  }
  #typeC_wrapper #head-sp-menu-bt {
    width: 22px;
    height: 16px;
    position: relative;
    right: 10%;
    cursor: pointer;
  }
  #typeC_wrapper #head-sp-menu-bt span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #06C;
    left: 0px;
  }
  #typeC_wrapper #head-sp-menu-bt span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt.active {
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt.active span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt.active span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    opacity: 0;
    /* 透明にする */
  }
  #typeC_wrapper #head-sp-menu-bt.active span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    /*transform: translateX(0); */
    /*ハンバーガー動き*/
    /*酵素製品メニュー展開*/
  }
  #typeC_wrapper .sub_menu-txt-top {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 65px;
  }
  #typeC_wrapper .sub_menu-enzyme, 
	#typeC_wrapper .sub_menu-diagnostic, 
	#typeC_wrapper .sub_menu-faq {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: none;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-enzyme::show, 
	#typeC_wrapper .sub_menu-diagnostic::show, 
	#typeC_wrapper .sub_menu-faq::show {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: block;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-inner {
    margin-right: auto;
    padding-left: 26.3%;
  }
  #typeC_wrapper #mainmenu-sp {
    display: none;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 80px;
    right: 0px;
    background-color: #FFF;
    z-index: 60;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 80px;
  }
  #typeC_wrapper #mainmenu-sp.show {
    display: block;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 80px;
    right: 0px;
    background-color: #FFF;
    z-index: 60;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 80px;
  }
  #typeC_wrapper #mainmenu-sp a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-subtxt, 
	#typeC_wrapper #mainmenu-sp .mainmenu-sp-sub2txt {
    font-size: 14px;
    font-weight: 300;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-subtxt a, 
	#typeC_wrapper #mainmenu-sp .mainmenu-sp-sub2txt a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-subtxt {
    padding-left: 18px;
    padding-top: 18px;
    /*8px;*/
    padding-bottom: 8px;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-sub2txt {
    padding-left: 34px;
    padding-top: 18px;
    /*8px;*/
    padding-bottom: 8px;
  }
  #typeC_wrapper .mainmenu-sp-txt {
    padding-top: 20px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    position: relative;
  }
  #typeC_wrapper .mainmenu-sp-txt-another-site {
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #typeC_wrapper a.another-site-b {
    font-size: 14px !important;
    line-height: 100%;
    font-weight: 300 !important;
  }
  #typeC_wrapper a.another-site-b::after {
    content: url("../img/ico-site-b.png");
    margin-left: 5px;
  }
  #typeC_wrapper .mainmenu-sp-subtxt-enzyme, 
	#typeC_wrapper .mainmenu-sp-subtxt-lucica, 
	#typeC_wrapper .mainmenu-sp-subtxt-faq {
    display: none;
    /* .enzyme-top-plus-sp {
     }
     .lucica-top-plus-sp {
     }
     .faq-top-plus-sp {
     } */
    /*サブメニュープラス*/
  }
  #typeC_wrapper .sub_menu-txt {
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu-txt-arrow, 
	#typeC_wrapper .sub_menu-txt-plus {
    text-align: left;
    max-width: 240px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D9D9;
    padding-bottom: 16px;
    padding-top: 0px;
    z-index: 15;
  }
  #typeC_wrapper .sub_menu_plus-01, 
	#typeC_wrapper .sub_menu_plus-02, 
	#typeC_wrapper .sub_menu_plus-03 {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background-color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_plus-01, 
	#typeC_wrapper .sub_menu_plus-02, 
	#typeC_wrapper .sub_menu_plus-03 {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #typeC_wrapper .sub_menu_plus-01::before, 
	#typeC_wrapper .sub_menu_plus-01::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-02::before, 
	#typeC_wrapper .sub_menu_plus-02::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-03::before, 
	#typeC_wrapper .sub_menu_plus-03::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-01::after, 
	#typeC_wrapper .sub_menu_plus-02::after, 
	#typeC_wrapper .sub_menu_plus-03::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  #typeC_wrapper .sub_menu_plus-01.show::before, 
	#typeC_wrapper .sub_menu_plus-02.show::before, 
	#typeC_wrapper .sub_menu_plus-03.show::before {
    opacity: 0;
  }
  #typeC_wrapper .sub_menu_plus-01.show::after, 
	#typeC_wrapper .sub_menu_plus-02.show::after, 
	#typeC_wrapper .sub_menu_plus-03.show::after {
    transform: translateY(-50%) rotate(180deg);
    /*サブメニュークローズ*/
  }
  #typeC_wrapper .close-menu {
    background-color: #eee;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    /*バツ印*/
  }
  #typeC_wrapper .batsu-enzyme, 
	#typeC_wrapper .batsu-diagnostic, 
	#typeC_wrapper .batsu-faq {
    /*display: block;*/
    /*position: relative;*/
    width: 14px;
    height: 14px;
    cursor: pointer;
  }
  #typeC_wrapper .close-menu-txt-enzyme, 
	#typeC_wrapper .close-menu-txt-diagnostic, 
	#typeC_wrapper .close-menu-txt-faq {
    padding-left: 14px;
  }
  #typeC_wrapper .batsu-enzyme::before, 
	#typeC_wrapper .batsu-enzyme::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-diagnostic::before, 
	#typeC_wrapper .batsu-diagnostic::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-faq::before, 
	#typeC_wrapper .batsu-faq::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-enzyme::before, 
	#typeC_wrapper .batsu-diagnostic::before, 
	#typeC_wrapper .batsu-faq::before {
    transform: translate(-50%, 
		-50%) rotate(45deg);
  }
  #typeC_wrapper .batsu-enzyme::after, 
	#typeC_wrapper .batsu-diagnostic::after, 
	#typeC_wrapper .batsu-faq::after {
    transform: translate(-50%, 
		-50%) rotate(-45deg);
    /*丸矢印*/
  }
  #typeC_wrapper .round_arrow {
    position: relative;
  }
  #typeC_wrapper .round_arrow::before {
    /* 背景の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 20px;
    /* 横幅 */
    height: 20px;
    /* 高さ */
    border-radius: 50%;
    /* 角の丸み */
    background: #A60034;
  }
  #typeC_wrapper .round_arrow::after {
    /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  #typeC_wrapper .sub_menu_main_arrow {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_main_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #A60034;
    border-right-color: #A60034;
  }
  #typeC_wrapper .sub_menu_arrow {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 16px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #A60034;
    border-right-color: #A60034;
    /*サブメニューブロック指定*/
  }
  #typeC_wrapper .sub_menu-one, 
	#typeC_wrapper .sub_menu-two {
    width: 240px;
    float: left;
    margin-right: 5.729%;
  }
  #typeC_wrapper .sub_menu-three {
    height: 180px;
    width: 240px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #typeC_wrapper .sub_menu-three-01 {
    width: 240px;
    float: left;
    display: none;
    position: absolute;
    left: 0px;
  }
  #typeC_wrapper .sub_menu-three-01.show {
    width: 240px;
    float: left;
    display: block;
    overflow: hidden;
    left: 0px;
    /*タイトル・パンくずリスト*/
  }
  #typeC_wrapper #title_bread_area_outline {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper #title_bread_area {
    width: 90%;
    max-width: 1260px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 22px;
  }
  :root:lang(en) #typeC_wrapper #title_bread_area h1{
    font-family: "din-2014", sans-serif;
  }
  #typeC_wrapper #title_bread_area h1, 
	#typeC_wrapper #title_bread_area h2 {
    font-size: 24px;
    /*pc36px*/
    line-height: 36px;
    font-weight: 500;
    padding-top: 36px;
    /*pc100px*/
    color: #A60034;
    padding-bottom: 36px;
    /*pc44px*/
  }
  #typeC_wrapper #title_bread_area h1.font-size40 {
    font-size: 24px;
    /*pc40px*/
    line-height: 24px;
    /*pc40px*/
    font-weight: 500;
    padding-top: 50px;
    /*pc100px*/
    color: #A60034;
    padding-bottom: 44px;
  }
  #typeC_wrapper #breadcrumbslist {
    text-align: right;
    display: block;
    width: 100%;
  }
  #typeC_wrapper .blist_link {
    font-size: 14px;
    /*pc16px*/
    font-weight: 400;
    color: #000;
    text-decoration: none;
  }
  #typeC_wrapper .blist_current {
    color: #A60034;
    font-size: 12px;
    /*pc16px*/
    font-weight: 500;
    margin-left: 16px;
    position: relative;
    margin-left: 32px;
  }
  #typeC_wrapper .blist_current::before {
    content: '';
    display: inline-block;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 6px;
    /*pc9px*/
    background-color: #B1B1B1;
    left: -20px;
    /*コンテンツエリア-エリア指定-タイトル指定*/
  }
  #typeC_wrapper .blue_area_outline {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    padding-top: 60px;
  }
  #typeC_wrapper .blue_area_outline_zero {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper .white_area_outline {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 40px;
    /*pc80px*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    padding-bottom: 40px;
    /*pc80px*/
  }
  #typeC_wrapper .white_area_outline_end {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 40px;
    /*pc80px*/
    border-bottom-style: none;
  }
  #typeC_wrapper .contents-outline {
    width: 94%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 65px;
    clear: both;
  }
  #typeC_wrapper .contents-outline-bottom0 {
    width: 94%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  #typeC_wrapper .contents-outline1080 {
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  #typeC_wrapper .section_title {
    /*上線アリタイトル*/
    font-size: 20px;
    /*pc32px*/
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
  }
  #typeC_wrapper .section_title::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
  }
  #typeC_wrapper .contents_txt {
    font-size: 15px;
    line-height: 150%;
    color: #000;
  }
  #typeC_wrapper .contents_txt_b80 {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    margin-bottom: 72px;
    /*pc80px*/
  }
  #typeC_wrapper .contents_left_area {
    float: left;
    width: 100%;
    /*pc56.5934%*/
    max-width: 767px;
    /*pc515px*/
    margin-right: 0px;
    /*pc8.681%*/
    display: block;
  }
  #typeC_wrapper .contents_right_area {
    width: 100%;
    /*pc34.61%*/
    max-width: 767px;
    /*pc315px*/
    float: left;
    display: block;
  }
  #typeC_wrapper .contents_right_area img {
    width: 100%;
    /*フッターナビエリア---common*/
  }
  #typeC_wrapper #move-page-top {
    position: absolute;
    top: -24px;
    right: 5vw;
    /*pc12vw*/
    background-color: #8B001F;
    height: 64px;
    width: 64px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding-top: 23px;
    padding-left: 22px;
    cursor: pointer;
  }
  #typeC_wrapper #move-page-top img {
    position: absolute;
  }
  #typeC_wrapper #footer {
    width: 100%;
    background-color: #8B001F;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    position: relative;
  }
  #typeC_wrapper #footer-navi {
    width: 96%;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #footer-navi a {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
  }
  #typeC_wrapper #footer-navi a:hover {
    text-decoration: underline;
  }
  #typeC_wrapper #footer-navi ul {
    width: 100%;
    /*pc17.44%*/
    float: left;
    margin-right: auto;
    /*pc3.2%*/
    margin-left: auto;
  }
  #typeC_wrapper #footer-navi ul.end {
    margin-right: 0px;
  }
  #typeC_wrapper #footer-navi li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #typeC_wrapper #footer-navi .main-txt {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*12px*/
    margin-left: 0px;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 16px;
    /*14px*/
    padding-left: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    position: relative;
  }
  #typeC_wrapper #footer-navi .normal-txt {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #typeC_wrapper #footer-navi .sub-txt {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
  }
  #typeC_wrapper .footer-enzyme-top, 
	#typeC_wrapper .footer-lucica-top, 
	#typeC_wrapper .footer-faq-top, 
	#typeC_wrapper .footer-contactus-top, 
	#typeC_wrapper .footer-document-top {
    display: none;
  }
  #typeC_wrapper .footer-enzyme-top.show, 
	#typeC_wrapper .footer-lucica-top.show, 
	#typeC_wrapper .footer-faq-top.show, 
	#typeC_wrapper .footer-contactus-top.show, 
	#typeC_wrapper .footer-document-top.show {
    display: block;
  }
  #typeC_wrapper .footer-plus {
    display: inline-block;
    color: #000;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    right: 32px;
    bottom: 22px;
    z-index: 50;
  }
  #typeC_wrapper .footer-plus::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .footer-plus::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
  }
  #typeC_wrapper .footer-plus.show::before {
    opacity: 0;
  }
  #typeC_wrapper .footer-plus.show::after {
    transform: translateY(-50%) rotate(180deg);
    /*重要事項エリア*/
  }
  #typeC_wrapper #important-area {
    width: 96%;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 54px;
    text-align: left;
  }
  #typeC_wrapper #important-area a {
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    margin-right: 24px;
    display: block;
    margin-bottom: 16px;
  }
  #typeC_wrapper #important-area a:hover {
    text-decoration: underline;
    /*コピーライトエリア*/
  }
  #typeC_wrapper #copyright-area {
    /*text-align: right;*/
    font-size: 14px;
    color: #fff;
    float: right;
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 14px;
  }
  #typeC_wrapper a.another-site::after {
    content: url("../img/ico-site.png");
    /*お問い合わせ選択画面・検索画面・言語選択*/
  }
  #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: 90%;
    /*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;*/
    float: right;
    margin-right: 5%;
    margin-top: 10px;
  }
  #typeC_wrapper #searchi-area {
    vertical-align: middle;
    height: 60px;
    position: relative;
  }
}
/*1195px～768px*/
@media screen and (max-width: 1195px) and (min-width: 768px) {
  #typeC_wrapper .sp, 
	#typeC_wrapper .sp-block {
    display: none;
  }
  #typeC_wrapper .pad, 
	#typeC_wrapper .pad-nega {
    display: inline;
  }
  #typeC_wrapper .pad-block {
    display: block;
  }
  #typeC_wrapper .pc-pad {
    display: inline;
  }
  #typeC_wrapper .pc-pad-block {
    display: block;
  }
  #typeC_wrapper .pc, 
	#typeC_wrapper .pc-block {
    display: none;
  }
  #typeC_wrapper .alphabet-title80 {
    font-family: "Noto Sans", sans-serif;
    font-size: 80px;
    font-weight: 200;
    color: #222222;
  }
  #typeC_wrapper h5 {
    font-size: 24px;
    color: #222222;
  }
  #typeC_wrapper h6 {
    font-size: 20px;
    color: #222222;
  }
  #typeC_wrapper .font-size10 {
    font-size: 10px;
    /*フォントサイズ*/
  }
  #typeC_wrapper .font-size14 {
    font-size: 14px;
  }
  #typeC_wrapper .font-size15 {
    font-size: 15px;
  }
  #typeC_wrapper .font-size16 {
    font-size: 16px;
  }
  #typeC_wrapper .font-size18 {
    font-size: 18px;
  }
  #typeC_wrapper .font-size20 {
    font-size: 20px;
  }
  #typeC_wrapper .font-size24 {
    font-size: 24px;
  }
  #typeC_wrapper .font-size32 {
    font-size: 32px;
  }
  #typeC_wrapper .font-size36 {
    font-size: 36px;
  }
  #typeC_wrapper .font-size40 {
    font-size: 40px;
  }
  #typeC_wrapper .font-size80 {
    font-size: 80px;
  }
  #typeC_wrapper .margin-bottom10 {
    margin-bottom: 10px;
    /*マージンボトム*/
  }
  #typeC_wrapper .margin-bottom22 {
    margin-bottom: 22px;
  }
  #typeC_wrapper .margin-bottom24 {
    margin-bottom: 24px;
  }
  #typeC_wrapper .margin-bottom26 {
    margin-bottom: 26px;
  }
  #typeC_wrapper .margin-bottom30 {
    margin-bottom: 30px;
  }
  #typeC_wrapper .margin-bottom32 {
    margin-bottom: 32px;
  }
  #typeC_wrapper .margin-bottom34 {
    margin-bottom: 34px;
  }
  #typeC_wrapper .margin-bottom36 {
    margin-bottom: 36px;
  }
  #typeC_wrapper .margin-bottom40 {
    margin-bottom: 40px;
  }
  #typeC_wrapper .margin-bottom42 {
    margin-bottom: 42px;
  }
  #typeC_wrapper .margin-bottom44 {
    margin-bottom: 44px;
  }
  #typeC_wrapper .margin-bottom55 {
    margin-bottom: 55px;
  }
  #typeC_wrapper .margin-bottom60 {
    margin-bottom: 60px;
  }
  #typeC_wrapper .margin-bottom64 {
    margin-bottom: 64px;
  }
  #typeC_wrapper .margin-bottom70 {
    margin-bottom: 70px;
  }
  #typeC_wrapper .margin-bottom80 {
    margin-bottom: 80px;
  }
  #typeC_wrapper .margin-bottom85 {
    margin-bottom: 85px;
  }
  #typeC_wrapper .margin-bottom100 {
    margin-bottom: 100px;
  }
  #typeC_wrapper .margin-top10 {
    margin-top: 10px;
    /*マージントップ*/
  }
  #typeC_wrapper .margin-top20 {
    margin-top: 20px;
  }
  #typeC_wrapper .margin-top22 {
    margin-top: 22px;
  }
  #typeC_wrapper .margin-top24 {
    margin-top: 24px;
  }
  #typeC_wrapper .margin-top32 {
    margin-top: 32px;
  }
  #typeC_wrapper .margin-top36 {
    margin-top: 36px;
  }
  #typeC_wrapper .margin-top40 {
    margin-top: 40px;
  }
  #typeC_wrapper .margin-top46 {
    margin-top: 46px;
  }
  #typeC_wrapper .margin-top58 {
    margin-top: 58px;
  }
  #typeC_wrapper .margin-top60 {
    margin-top: 60px;
  }
  #typeC_wrapper .margin-top64 {
    margin-top: 64px;
  }
  #typeC_wrapper .margin-top80 {
    margin-top: 80px;
  }
  #typeC_wrapper .margin-top85 {
    margin-top: 85px;
  }
  #typeC_wrapper .padding-top64 {
    padding-top: 64px;
    /*パディングトップ*/
  }
  #typeC_wrapper .padding-bottom64 {
    padding-bottom: 64px;
    /*ヘッダーエリア---common*/
  }
  #typeC_wrapper #shadow {
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 5;
    position: fixed;
    opacity: 0.5;
    display: none;
  }
  #typeC_wrapper #shadow.show {
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 5;
    position: fixed;
    opacity: 0.5;
    display: block;
  }
  #typeC_wrapper .plus-enzyme, 
	#typeC_wrapper .plus-diagnostic, 
	#typeC_wrapper .plus-faq, 
	#typeC_wrapper .plus-.plus-diagnostic {
    display: inline-block;
    color: #000;
    background-color: #fff;
    position: relative;
    cursor: pointer;
  }
  #typeC_wrapper .plus-enzyme::before, 
	#typeC_wrapper .plus-enzyme::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-diagnostic::before, 
	#typeC_wrapper .plus-diagnostic::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-faq::before, 
	#typeC_wrapper .plus-faq::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-enzyme::after, 
	#typeC_wrapper .plus-diagnostic::after, 
	#typeC_wrapper .plus-faq::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
  }
  #typeC_wrapper .plus-enzyme.show::before, 
	#typeC_wrapper .plus-diagnostic.show::before, 
	#typeC_wrapper .plus-faq.show::before {
    opacity: 0;
  }
  #typeC_wrapper .plus-enzyme.show::after, 
	#typeC_wrapper .plus-diagnostic.show::after, 
	#typeC_wrapper .plus-faq.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #typeC_wrapper .plus-enzyme:hover, 
	#typeC_wrapper .plus-diagnostic:hover, 
	#typeC_wrapper .plus-faq:hover {
    color: #A60034;
  }
  #typeC_wrapper .enzyme-top-plus-sp, 
	#typeC_wrapper .lucica-top-plus-sp, 
	#typeC_wrapper .faq-top-plus-sp {
    display: inline-block;
    color: #000;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    right: 34px;
    top: 29px;
  }
  #typeC_wrapper .enzyme-top-plus-sp::before, 
	#typeC_wrapper .enzyme-top-plus-sp::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .lucica-top-plus-sp::before, 
	#typeC_wrapper .lucica-top-plus-sp::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .faq-top-plus-sp::before, 
	#typeC_wrapper .faq-top-plus-sp::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .enzyme-top-plus-sp::after, 
	#typeC_wrapper .lucica-top-plus-sp::after, 
	#typeC_wrapper .faq-top-plus-sp::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
  }
  #typeC_wrapper .enzyme-top-plus-sp.show::before, 
	#typeC_wrapper .lucica-top-plus-sp.show::before, 
	#typeC_wrapper .faq-top-plus-sp.show::before {
    opacity: 0;
  }
  #typeC_wrapper .enzyme-top-plus-sp.show::after, 
	#typeC_wrapper .lucica-top-plus-sp.show::after, 
	#typeC_wrapper .faq-top-plus-sp.show::after {
    transform: translateY(-50%) rotate(180deg);
    /*お問合せボタン*/
    /*SPハンバーガーメニュー*/
  }
  #typeC_wrapper #head-sp-menu-bt {
    width: 22px;
    height: 16px;
    position: relative;
    right: 10%;
    cursor: pointer;
  }
  #typeC_wrapper #head-sp-menu-bt span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #06C;
    left: 0px;
  }
  #typeC_wrapper #head-sp-menu-bt span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt.active {
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt.active span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
    transition-duration: 0.5s;
  }
  #typeC_wrapper #head-sp-menu-bt.active span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    opacity: 0;
    /* 透明にする */
  }
  #typeC_wrapper #head-sp-menu-bt.active span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    /*ハンバーガー動き*/
    /*酵素製品メニュー展開*/
  }
  #typeC_wrapper .sub_menu-txt-top {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 65px;
  }
  #typeC_wrapper .sub_menu-enzyme, 
	#typeC_wrapper .sub_menu-diagnostic, 
	#typeC_wrapper .sub_menu-faq {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: none;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-enzyme::show, 
	#typeC_wrapper .sub_menu-diagnostic::show, 
	#typeC_wrapper .sub_menu-faq::show {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: block;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-inner {
    margin-right: auto;
    padding-left: 26.3%;
  }
  #typeC_wrapper #mainmenu-sp {
    display: none;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 80px;
    right: 0px;
    background-color: #FFF;
    z-index: 60;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp.show {
    display: block;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 80px;
    right: 0px;
    background-color: #FFF;
    z-index: 60;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    /*酵素製品メニュー展開*/
  }
  #typeC_wrapper .sub_menu-txt-top {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 65px;
  }
  #typeC_wrapper .sub_menu-enzyme, 
	#typeC_wrapper .sub_menu-diagnostic, 
	#typeC_wrapper .sub_menu-faq {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: none;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-enzyme::show, 
	#typeC_wrapper .sub_menu-diagnostic::show, 
	#typeC_wrapper .sub_menu-faq::show {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: block;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-inner {
    margin-right: auto;
    padding-left: 26.3%;
  }
  #typeC_wrapper #mainmenu-sp {
    display: none;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 80px;
    right: 0px;
    background-color: #FFF;
    z-index: 60;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 100%;
  }
  #typeC_wrapper #mainmenu-sp.show {
    display: block;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 80px;
    right: 0px;
    background-color: #FFF;
    z-index: 60;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 100%;
  }
  #typeC_wrapper #mainmenu-sp a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-subtxt, 
	#typeC_wrapper #mainmenu-sp .mainmenu-sp-sub2txt {
    font-size: 14px;
    font-weight: 300;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-subtxt a, 
	#typeC_wrapper #mainmenu-sp .mainmenu-sp-sub2txt a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-subtxt {
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #typeC_wrapper #mainmenu-sp .mainmenu-sp-sub2txt {
    padding-left: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #typeC_wrapper .mainmenu-sp-txt {
    padding-top: 20px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    position: relative;
  }
  #typeC_wrapper .mainmenu-sp-txt-another-site {
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #typeC_wrapper a.another-site-b {
    font-size: 14px !important;
    line-height: 100%;
    font-weight: 300 !important;
  }
  #typeC_wrapper a.another-site-b::after {
    content: url("../img/ico-site-b.png");
    margin-left: 5px;
  }
  #typeC_wrapper .mainmenu-sp-subtxt-enzyme, 
	#typeC_wrapper .mainmenu-sp-subtxt-lucica, 
	#typeC_wrapper .mainmenu-sp-subtxt-faq {
    display: none;
    /* .enzyme-top-plus-sp {
     }
     .lucica-top-plus-sp {
     }
     .faq-top-plus-sp {
     } */
    /*サブメニュープラス*/
  }
  #typeC_wrapper .sub_menu-txt {
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu-txt-arrow, 
	#typeC_wrapper .sub_menu-txt-plus {
    text-align: left;
    max-width: 240px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D9D9;
    padding-bottom: 16px;
    padding-top: 0px;
    z-index: 15;
  }
  #typeC_wrapper .sub_menu_plus-01, 
	#typeC_wrapper .sub_menu_plus-02, 
	#typeC_wrapper .sub_menu_plus-03 {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background-color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_plus-01, 
	#typeC_wrapper .sub_menu_plus-02, 
	#typeC_wrapper .sub_menu_plus-03 {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #typeC_wrapper .sub_menu_plus-01::before, 
	#typeC_wrapper .sub_menu_plus-01::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-02::before, 
	#typeC_wrapper .sub_menu_plus-02::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-03::before, 
	#typeC_wrapper .sub_menu_plus-03::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-01::after, 
	#typeC_wrapper .sub_menu_plus-02::after, 
	#typeC_wrapper .sub_menu_plus-03::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  #typeC_wrapper .sub_menu_plus-01.show::before, 
	#typeC_wrapper .sub_menu_plus-02.show::before, 
	#typeC_wrapper .sub_menu_plus-03.show::before {
    opacity: 0;
  }
  #typeC_wrapper .sub_menu_plus-01.show::after, 
	#typeC_wrapper .sub_menu_plus-02.show::after, 
	#typeC_wrapper .sub_menu_plus-03.show::after {
    transform: translateY(-50%) rotate(180deg);
    /*サブメニュークローズ*/
  }
  #typeC_wrapper .close-menu {
    background-color: #eee;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    /*バツ印*/
  }
  #typeC_wrapper .batsu-enzyme, 
	#typeC_wrapper .batsu-diagnostic, 
	#typeC_wrapper .batsu-faq {
    width: 14px;
    height: 14px;
    cursor: pointer;
  }
  #typeC_wrapper .close-menu-txt-enzyme, 
	#typeC_wrapper .close-menu-txt-diagnostic, 
	#typeC_wrapper .close-menu-txt-faq {
    padding-left: 14px;
  }
  #typeC_wrapper .batsu-enzyme::before, 
	#typeC_wrapper .batsu-enzyme::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-diagnostic::before, 
	#typeC_wrapper .batsu-diagnostic::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-faq::before, 
	#typeC_wrapper .batsu-faq::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-enzyme::before, 
	#typeC_wrapper .batsu-diagnostic::before, 
	#typeC_wrapper .batsu-faq::before {
    transform: translate(-50%, 
		-50%) rotate(45deg);
  }
  #typeC_wrapper .batsu-enzyme::after, 
	#typeC_wrapper .batsu-diagnostic::after, 
	#typeC_wrapper .batsu-faq::after {
    transform: translate(-50%, 
		-50%) rotate(-45deg);
    /*丸矢印*/
  }
  #typeC_wrapper .round_arrow {
    position: relative;
  }
  #typeC_wrapper .round_arrow::before {
    /* 背景の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 20px;
    /* 横幅 */
    height: 20px;
    /* 高さ */
    border-radius: 50%;
    /* 角の丸み */
    background: #A60034;
  }
  #typeC_wrapper .round_arrow::after {
    /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  #typeC_wrapper .sub_menu_main_arrow {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_main_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #A60034;
    border-right-color: #A60034;
  }
  #typeC_wrapper .sub_menu_arrow {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 16px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #A60034;
    border-right-color: #A60034;
    /*サブメニューブロック指定*/
  }
  #typeC_wrapper .sub_menu-one, 
	#typeC_wrapper .sub_menu-two {
    width: 240px;
    float: left;
    margin-right: 5.729%;
  }
  #typeC_wrapper .sub_menu-three {
    height: 180px;
    width: 240px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #typeC_wrapper .sub_menu-three-01 {
    width: 240px;
    float: left;
    display: none;
    position: absolute;
    left: 0px;
  }
  #typeC_wrapper .sub_menu-three-01.show {
    width: 240px;
    float: left;
    display: block;
    overflow: hidden;
    left: 0px;
    /*タイトル・パンくずリスト*/
  }
  #typeC_wrapper #title_bread_area_outline {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper #title_bread_area {
    width: 90%;
    max-width: 1260px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
  }
  :root:lang(en) #typeC_wrapper #title_bread_area h1{
    font-family: "din-2014", sans-serif;
  }
  #typeC_wrapper #title_bread_area h1, 
	#typeC_wrapper #title_bread_area h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    padding-top: 100px;
    color: #A60034;
    padding-bottom: 44px;
  }
  #typeC_wrapper #title_bread_area h1.font-size40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    padding-top: 100px;
    color: #A60034;
    padding-bottom: 44px;
  }
  #typeC_wrapper #breadcrumbslist {
    text-align: right;
    display: block;
    width: 100%;
  }
  #typeC_wrapper .blist_link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
  }
  #typeC_wrapper .blist_current {
    color: #A60034;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
    position: relative;
    margin-left: 32px;
  }
  #typeC_wrapper .blist_current::before {
    content: '';
    display: inline-block;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 9px;
    background-color: #B1B1B1;
    left: -20px;
    /*コンテンツエリア-エリア指定-タイトル指定*/
  }
  #typeC_wrapper .blue_area_outline {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    padding-top: 80px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper .blue_area_outline_zero {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper .white_area_outline {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 80px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    padding-bottom: 80px;
  }
  #typeC_wrapper .white_area_outline_end {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 80px;
    border-bottom-style: none;
  }
  #typeC_wrapper .contents-outline {
    width: 90%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 65px;
    clear: both;
  }
  #typeC_wrapper .contents-outline-bottom0 {
    width: 90%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  #typeC_wrapper .contents-outline1080 {
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  #typeC_wrapper .section_title {
    /*上線アリタイトル*/
    font-size: 32px;
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
  }
  #typeC_wrapper .section_title::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
  }
  #typeC_wrapper .contents_txt {
    font-size: 15px;
    line-height: 150%;
    color: #000;
  }
  #typeC_wrapper .contents_txt_b80 {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    margin-bottom: 80px;
  }
  #typeC_wrapper .contents_left_area {
    float: left;
    width: 56.5934%;
    max-width: 515px;
    margin-right: 8.681%;
    display: block;
  }
  #typeC_wrapper .contents_right_area {
    width: 34.61%;
    max-width: 315px;
    float: left;
    display: block;
  }
  #typeC_wrapper .contents_right_area img {
    width: 100%;
    /*フッターナビエリア---common*/
  }
  #typeC_wrapper #move-page-top {
    position: absolute;
    top: -24px;
    right: 12vw;
    background-color: #8B001F;
    height: 64px;
    width: 64px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding-top: 23px;
    padding-left: 22px;
    cursor: pointer;
  }
  #typeC_wrapper #move-page-top img {
    position: absolute;
  }
  #typeC_wrapper #footer {
    width: 100%;
    background-color: #8B001F;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    position: relative;
  }
  #typeC_wrapper #footer-navi {
    width: 96%;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #footer-navi a {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
  }
  #typeC_wrapper #footer-navi a:hover {
    text-decoration: underline;
  }
  #typeC_wrapper #footer-navi ul {
    width: 17.44%;
    float: left;
    margin-right: 3.2%;
  }
  #typeC_wrapper #footer-navi ul.end {
    margin-right: 0px;
  }
  #typeC_wrapper #footer-navi li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #typeC_wrapper #footer-navi .main-txt {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
  }
  #typeC_wrapper #footer-navi .normal-txt {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #typeC_wrapper #footer-navi .sub-txt {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    /*重要事項エリア*/
  }
  #typeC_wrapper #important-area {
    width: 96%;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 54px;
    text-align: left;
  }
  #typeC_wrapper #important-area a {
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    margin-right: 24px;
  }
  #typeC_wrapper #important-area a:hover {
    text-decoration: underline;
    /*コピーライトエリア*/
  }
  #typeC_wrapper #copyright-area {
    font-size: 14px;
    color: #fff;
    float: right;
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 30px;
  }
  #typeC_wrapper a.another-site::after {
    content: url("../img/ico-site.png");
    /*お問い合わせ選択画面・検索画面・言語選択*/
  }
  #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: 80%;
    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 .sp, 
	#typeC_wrapper .sp-block, 
	#typeC_wrapper .pad, 
	#typeC_wrapper .pad-block {
    display: none;
  }
  #typeC_wrapper .pad-nega, 
	#typeC_wrapper .pc-pad {
    display: inline;
  }
  #typeC_wrapper .pc-pad-block {
    display: block;
  }
  #typeC_wrapper .pc {
    display: inline;
  }
  #typeC_wrapper .pc-block {
    display: block;
  }
  #typeC_wrapper .alphabet-title80 {
    font-family: "Noto Sans", sans-serif;
    font-size: 80px;
    font-weight: 200;
    color: #222222;
  }
  #typeC_wrapper h5 {
    font-size: 24px;
    color: #222222;
  }
  #typeC_wrapper h6 {
    font-size: 20px;
    color: #222222;
  }
  #typeC_wrapper .font-size10 {
    font-size: 10px;
    /*フォントサイズ*/
  }
  #typeC_wrapper .font-size14 {
    font-size: 14px;
  }
  #typeC_wrapper .font-size15 {
    font-size: 15px;
  }
  #typeC_wrapper .font-size16 {
    font-size: 16px;
  }
  #typeC_wrapper .font-size18 {
    font-size: 18px;
  }
  #typeC_wrapper .font-size20 {
    font-size: 20px;
  }
  #typeC_wrapper .font-size24 {
    font-size: 24px;
  }
  #typeC_wrapper .font-size32 {
    font-size: 32px;
  }
  #typeC_wrapper .font-size36 {
    font-size: 36px;
  }
  #typeC_wrapper .font-size40 {
    font-size: 40px;
  }
  #typeC_wrapper .font-size80 {
    font-size: 80px;
  }
  #typeC_wrapper .margin-bottom10 {
    margin-bottom: 10px;
    /*マージンボトム*/
  }
  #typeC_wrapper .margin-bottom22 {
    margin-bottom: 22px;
  }
  #typeC_wrapper .margin-bottom24 {
    margin-bottom: 24px;
  }
  #typeC_wrapper .margin-bottom26 {
    margin-bottom: 26px;
  }
  #typeC_wrapper .margin-bottom30 {
    margin-bottom: 30px;
  }
  #typeC_wrapper .margin-bottom32 {
    margin-bottom: 32px;
  }
  #typeC_wrapper .margin-bottom34 {
    margin-bottom: 34px;
  }
  #typeC_wrapper .margin-bottom36 {
    margin-bottom: 36px;
  }
  #typeC_wrapper .margin-bottom40 {
    margin-bottom: 40px;
  }
  #typeC_wrapper .margin-bottom42 {
    margin-bottom: 42px;
  }
  #typeC_wrapper .margin-bottom44 {
    margin-bottom: 44px;
  }
  #typeC_wrapper .margin-bottom55 {
    margin-bottom: 55px;
  }
  #typeC_wrapper .margin-bottom60 {
    margin-bottom: 60px;
  }
  #typeC_wrapper .margin-bottom64 {
    margin-bottom: 64px;
  }
  #typeC_wrapper .margin-bottom70 {
    margin-bottom: 70px;
  }
  #typeC_wrapper .margin-bottom80 {
    margin-bottom: 80px;
  }
  #typeC_wrapper .margin-bottom85 {
    margin-bottom: 85px;
  }
  #typeC_wrapper .margin-bottom100 {
    margin-bottom: 100px;
  }
  #typeC_wrapper .margin-top10 {
    margin-top: 10px;
    /*マージントップ*/
  }
  #typeC_wrapper .margin-top20 {
    margin-top: 20px;
  }
  #typeC_wrapper .margin-top22 {
    margin-top: 22px;
  }
  #typeC_wrapper .margin-top24 {
    margin-top: 24px;
  }
  #typeC_wrapper .margin-top32 {
    margin-top: 32px;
  }
  #typeC_wrapper .margin-top36 {
    margin-top: 36px;
  }
  #typeC_wrapper .margin-top40 {
    margin-top: 40px;
  }
  #typeC_wrapper .margin-top46 {
    margin-top: 46px;
  }
  #typeC_wrapper .margin-top58 {
    margin-top: 58px;
  }
  #typeC_wrapper .margin-top60 {
    margin-top: 60px;
  }
  #typeC_wrapper .margin-top64 {
    margin-top: 64px;
  }
  #typeC_wrapper .margin-top80 {
    margin-top: 80px;
  }
  #typeC_wrapper .margin-top85 {
    margin-top: 85px;
  }
  #typeC_wrapper .padding-top64 {
    padding-top: 64px;
    /*パディングトップ*/
  }
  #typeC_wrapper .padding-bottom64 {
    padding-bottom: 64px;
    /*ヘッダーエリア---common*/
  }
  #typeC_wrapper #shadow-enzyme, 
	#typeC_wrapper #shadow-diagnostic, 
	#typeC_wrapper #shadow-faq {
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 5;
    position: fixed;
    opacity: 0.5;
    display: none;
  }
  #typeC_wrapper #shadow-enzyme.show, 
	#typeC_wrapper #shadow-diagnostic.show, 
	#typeC_wrapper #shadow-faq.show {
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 5;
    position: fixed;
    opacity: 0.5;
    display: block;
  }
  #typeC_wrapper .plus-enzyme, 
	#typeC_wrapper .plus-diagnostic, 
	#typeC_wrapper .plus-faq, 
	#typeC_wrapper .plus-.plus-diagnostic {
    display: inline-block;
    color: #000;
    background-color: #fff;
    position: relative;
    cursor: pointer;
  }
  #typeC_wrapper .plus-enzyme::before, 
	#typeC_wrapper .plus-enzyme::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-diagnostic::before, 
	#typeC_wrapper .plus-diagnostic::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-faq::before, 
	#typeC_wrapper .plus-faq::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  #typeC_wrapper .plus-enzyme::after, 
	#typeC_wrapper .plus-diagnostic::after, 
	#typeC_wrapper .plus-faq::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
  }
  #typeC_wrapper .plus-enzyme.show::before, 
	#typeC_wrapper .plus-diagnostic.show::before, 
	#typeC_wrapper .plus-faq.show::before {
    opacity: 0;
  }
  #typeC_wrapper .plus-enzyme.show::after, 
	#typeC_wrapper .plus-diagnostic.show::after, 
	#typeC_wrapper .plus-faq.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #typeC_wrapper .plus-enzyme:hover, 
	#typeC_wrapper .plus-diagnostic:hover, 
	#typeC_wrapper .plus-faq:hover {
    color: #A60034;
    /*酵素製品メニュー展開*/
  }
  #typeC_wrapper .sub_menu-txt-top {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 65px;
  }
  #typeC_wrapper .sub_menu-enzyme, 
	#typeC_wrapper .sub_menu-diagnostic, 
	#typeC_wrapper .sub_menu-faq {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: none;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-enzyme::show, 
	#typeC_wrapper .sub_menu-diagnostic::show, 
	#typeC_wrapper .sub_menu-faq::show {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    height: 381px;
    z-index: 10;
    padding-top: 68px;
    top: 80px;
    display: block;
    position: fixed;
  }
  #typeC_wrapper .sub_menu-inner {
    margin-right: auto;
    padding-left: 26.3%;
  }
  #typeC_wrapper #mainmenu-sp {
    display: none;
    /*サブメニュープラス*/
  }
  #typeC_wrapper .sub_menu-txt {
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu-txt-arrow, 
	#typeC_wrapper .sub_menu-txt-plus {
    text-align: left;
    max-width: 240px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D9D9;
    padding-bottom: 16px;
    padding-top: 0px;
    z-index: 15;
  }
  #typeC_wrapper .sub_menu_plus-01, 
	#typeC_wrapper .sub_menu_plus-02, 
	#typeC_wrapper .sub_menu_plus-03 {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background-color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_plus-01, 
	#typeC_wrapper .sub_menu_plus-02, 
	#typeC_wrapper .sub_menu_plus-03 {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    padding: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #typeC_wrapper .sub_menu_plus-01::before, 
	#typeC_wrapper .sub_menu_plus-01::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-02::before, 
	#typeC_wrapper .sub_menu_plus-02::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-03::before, 
	#typeC_wrapper .sub_menu_plus-03::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #A60034;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #typeC_wrapper .sub_menu_plus-01::after, 
	#typeC_wrapper .sub_menu_plus-02::after, 
	#typeC_wrapper .sub_menu_plus-03::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  #typeC_wrapper .sub_menu_plus-01.show::before, 
	#typeC_wrapper .sub_menu_plus-02.show::before, 
	#typeC_wrapper .sub_menu_plus-03.show::before {
    opacity: 0;
  }
  #typeC_wrapper .sub_menu_plus-01.show::after, 
	#typeC_wrapper .sub_menu_plus-02.show::after, 
	#typeC_wrapper .sub_menu_plus-03.show::after {
    transform: translateY(-50%) rotate(180deg);
    /*サブメニュークローズ*/
  }
  #typeC_wrapper .close-menu {
    background-color: #eee;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    /*バツ印*/
  }
  #typeC_wrapper .batsu-enzyme, 
	#typeC_wrapper .batsu-diagnostic, 
	#typeC_wrapper .batsu-faq {
    width: 14px;
    height: 14px;
    cursor: pointer;
  }
  #typeC_wrapper .close-menu-txt-enzyme, 
	#typeC_wrapper .close-menu-txt-diagnostic, 
	#typeC_wrapper .close-menu-txt-faq {
    padding-left: 14px;
  }
  #typeC_wrapper .batsu-enzyme::before, 
	#typeC_wrapper .batsu-enzyme::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    /*left: 48%;*/
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-diagnostic::before, 
	#typeC_wrapper .batsu-diagnostic::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    /*left: 48%;*/
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-faq::before, 
	#typeC_wrapper .batsu-faq::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    /*left: 48%;*/
    width: 1px;
    /* 棒の幅（太さ） */
    height: 14px;
    /* 棒の高さ */
    background: #000;
  }
  #typeC_wrapper .batsu-enzyme::before, 
	#typeC_wrapper .batsu-diagnostic::before, 
	#typeC_wrapper .batsu-faq::before {
    transform: translate(-50%, 
		-50%) rotate(45deg);
  }
  #typeC_wrapper .batsu-enzyme::after, 
	#typeC_wrapper .batsu-diagnostic::after, 
	#typeC_wrapper .batsu-faq::after {
    transform: translate(-50%, 
		-50%) rotate(-45deg);
    /*丸矢印*/
  }
  #typeC_wrapper .round_arrow {
    position: relative;
  }
  #typeC_wrapper .round_arrow::before {
    /* 背景の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 20px;
    /* 横幅 */
    height: 20px;
    /* 高さ */
    border-radius: 50%;
    /* 角の丸み */
    background: #A60034;
  }
  #typeC_wrapper .round_arrow::after {
    /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  #typeC_wrapper .sub_menu_main_arrow {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_main_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #A60034;
    border-right-color: #A60034;
  }
  #typeC_wrapper .sub_menu_arrow {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
  }
  #typeC_wrapper .sub_menu_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 16px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #A60034;
    border-right-color: #A60034;
    /*サブメニューブロック指定*/
  }
  #typeC_wrapper .sub_menu-one, 
	#typeC_wrapper .sub_menu-two {
    width: 240px;
    float: left;
    margin-right: 5.729%;
  }
  #typeC_wrapper .sub_menu-three {
    height: 180px;
    width: 240px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #typeC_wrapper .sub_menu-three-01 {
    width: 240px;
    float: left;
    display: none;
    position: absolute;
    left: 0px;
  }
  #typeC_wrapper .sub_menu-three-01.show {
    width: 240px;
    float: left;
    display: block;
    overflow: hidden;
    left: 0px;
    /*タイトル・パンくずリスト*/
  }
  #typeC_wrapper #title_bread_area_outline {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper #title_bread_area {
    width: 90%;
    max-width: 1260px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
  }
  :root:lang(en) #typeC_wrapper #title_bread_area h1{
    font-family: "din-2014", sans-serif;
  }
  #typeC_wrapper #title_bread_area h1, 
	#typeC_wrapper #title_bread_area h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    padding-top: 100px;
    color: #A60034;
    padding-bottom: 44px;
  }
  #typeC_wrapper #title_bread_area h1.font-size40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    padding-top: 100px;
    color: #A60034;
    padding-bottom: 44px;
  }
  #typeC_wrapper #breadcrumbslist {
    text-align: right;
    display: block;
    width: 100%;
  }
  #typeC_wrapper .blist_link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
  }
  #typeC_wrapper .blist_current {
    color: #A60034;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
    position: relative;
    margin-left: 32px;
  }
  #typeC_wrapper .blist_current::before {
    content: '';
    display: inline-block;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 9px;
    background-color: #B1B1B1;
    left: -20px;
    /*コンテンツエリア-エリア指定-タイトル指定*/
  }
  #typeC_wrapper .blue_area_outline {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    padding-top: 80px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper .blue_area_outline_zero {
    width: 100%;
    background-color: #F0F0F0;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
  }
  #typeC_wrapper .white_area_outline {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 80px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
    padding-bottom: 80px;
  }
  #typeC_wrapper .white_area_outline_end {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-top: 80px;
    border-bottom-style: none;
  }
  #typeC_wrapper .contents-outline {
    width: 90%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 65px;
    clear: both;
  }
  #typeC_wrapper .contents-outline-bottom0 {
    width: 90%;
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  #typeC_wrapper .contents-outline1080 {
    width: 90%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  #typeC_wrapper .section_title {
    /*上線アリタイトル*/
    font-size: 32px;
    font-weight: 500;
    color: #A60034;
    position: relative;
    margin-bottom: 46px;
    clear: both;
  }
  #typeC_wrapper .section_title::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 48px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #8B001F;
  }
  #typeC_wrapper .contents_txt {
    font-size: 15px;
    line-height: 150%;
    color: #000;
  }
  #typeC_wrapper .contents_txt_b80 {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    margin-bottom: 80px;
  }
  #typeC_wrapper .contents_left_area {
    float: left;
    width: 56.5934%;
    max-width: 515px;
    margin-right: 8.681%;
    display: block;
  }
  #typeC_wrapper .contents_right_area {
    width: 34.61%;
    max-width: 315px;
    float: left;
    display: block;
  }
  #typeC_wrapper .contents_right_area img {
    width: 100%;
    /*フッターナビエリア---common*/
  }
  #typeC_wrapper #move-page-top {
    position: absolute;
    top: -24px;
    right: 12vw;
    background-color: #8B001F;
    height: 64px;
    width: 64px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding-top: 23px;
    padding-left: 22px;
    cursor: pointer;
  }
  #typeC_wrapper #move-page-top img {
    position: absolute;
  }
  #typeC_wrapper #footer {
    width: 100%;
    background-color: #8B001F;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    position: relative;
  }
  #typeC_wrapper #footer-navi {
    width: 96%;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
  }
  #typeC_wrapper #footer-navi a {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
  }
  #typeC_wrapper #footer-navi a:hover {
    text-decoration: underline;
  }
  #typeC_wrapper #footer-navi ul {
    width: 17.44%;
    float: left;
    margin-right: 3.2%;
  }
  #typeC_wrapper #footer-navi ul.end {
    margin-right: 0px;
  }
  #typeC_wrapper #footer-navi li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #typeC_wrapper #footer-navi .main-txt {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
  }
  #typeC_wrapper #footer-navi .normal-txt {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #typeC_wrapper #footer-navi .sub-txt {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    /*重要事項エリア*/
  }
  #typeC_wrapper #important-area {
    width: 96%;
    max-width: 1148px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 54px;
    text-align: left;
  }
  #typeC_wrapper #important-area a {
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    margin-right: 24px;
  }
  #typeC_wrapper #important-area a:hover {
    text-decoration: underline;
    /*コピーライトエリア*/
  }
  #typeC_wrapper #copyright-area {
    text-align: right;
    font-size: 14px;
    color: #fff;
    float: right;
  }
  #typeC_wrapper a.another-site::after {
    content: url("../img/ico-site.png");
    /*お問い合わせ選択画面・検索画面・言語選択*/
  }
  #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: 90%;
    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 print {
  #typeC_wrapper section {
    border: #aed6e0 1px solid;
  }
  #typeC_wrapper .forsp {
    display: none !important;
  }
  #typeC_wrapper main {
    padding: 0;
  }
}
