@charset "UTF-8";
/**
 * 01. Type C
 *
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
@media screen and (min-width: 768px) {
  #wrapper {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 944px;
    padding: 0 40px; } }
/* ==========================================================================
   header
   ========================================================================== */
@media screen and (min-width: 768px) {
  header {
    height: 143px;
    position: relative; }

  .head-inner {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 944px;
    padding: 0 40px;
    display: block; }
    .head-inner:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

  .head-ttl-wrap {
    box-sizing: border-box;
    float: left;
    height: 96px;
    padding-left: 141px;
    position: relative;
    width: 60%;
    letter-spacing: -.40em; }

  .head-logo {
    background: url(/special/css/img/type_b/bg_head_logo.png) no-repeat left top;
    display: inline-block;
    padding-right: 21px;
    vertical-align: middle;
    height: 33px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 30px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1; }

  .head-ttl {
    line-height: 1.2;
    vertical-align: middle;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Roboto Condensed', 'リュウミン R-KL';
    letter-spacing: 0.25em;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .head-ttl {
      letter-spacing: 0.1em; } }
@media screen and (min-width: 768px) {
    .head-ttl a {
      color: #212324 !important;
      display: block; }

  .head-cont-inner {
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 24px; }

  .head-labo-list-btn {
    display: inline-block;
    vertical-align: middle; }

  .head-share {
    display: inline-block;
    padding-left: 48px;
    vertical-align: middle; } }
@media screen and (max-width: 767px) {
  .head-ttl-wrap {
    border-bottom: 1px solid #e6e6e6; }

  .head-logo {
    background: url(/special/css/img/type_b/bg_head_logo_sp.png) no-repeat left top;
    background-size: 100% auto; }

  .head-ttl a {
    color: #212324; } }
/* gnav
   ========================================================================== */
@media screen and (min-width: 768px) {
  .head-gnav-wrap {
    background-color: #f2f2f2;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 48px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

  .head-gnav {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 944px;
    padding: 0 40px;
    display: block; }
    .head-gnav:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .head-gnav > li {
      float: left;
      height: 47px;
      position: relative; }
      .head-gnav > li:first-child.active span,
      .head-gnav > li:first-child a {
        padding-left: 0; }
    .head-gnav .activeParent .gnav-parent-item a,
    .head-gnav .activeParent > a,
    .head-gnav .active > span {
      color: #009d42; }
    .head-gnav .active span,
    .head-gnav a {
      box-sizing: border-box;
      display: block;
      padding: 12px 24px;
      height: 100%; }

  .gnav-parent-item {
    height: 100%; }

  .gnav-child {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(6, 0, 1, 0.15);
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 10000; }
    .gnav-child .active span,
    .gnav-child a {
      line-height: 1;
      white-space: nowrap; }
    .gnav-child a:hover {
      background-color: #f2f2f2; } }
/* ==========================================================================
   contents
   ========================================================================== */
/* メインエリア ヘッダー
   ========================================================================== */
@media screen and (min-width: 768px) {
  .main-head {
    display: none;
    overflow: hidden; }

  .main-under .main-head {
    display: block; }
  .main-under .main-head-inner {
    height: 196px;
    position: relative; }
  .main-under .main-head-ttl-wrap {
    width: 100%;
    font-family: 'Roboto Condensed', 'リュウミン R-KL';
    display: block;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .main-under .main-head-ttl-wrap:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .main-under .main-head-ttl {
    color: #212324;
    line-height: 1.2;
    float: right;
    letter-spacing: .15em;
    width: 72.5%;
    font-size: 45px;
    font-size: 4.5rem; }
  .main-under .main-head-ttl-cat {
    color: #009d42;
    padding-top: 16px;
    position: absolute;
    left: 0;
    width: 20.83333%;
    font-size: 16px;
    font-size: 1.6rem; }

  .main-head-ttl {
    position: relative; }

  .main-head-ttl-sub {
    position: absolute;
    left: 0;
    top: -2em;
    letter-spacing: 0.1em; }

  .main-head-ttl-update {
    position: absolute;
    left: 0;
    bottom: -2em;
    letter-spacing: 0.1em; }

  .main-head-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  #main-head-blog-open-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
/* メインエリア　コンテンツ
   ========================================================================== */
@media screen and (min-width: 768px) {
  .main-cont-lead {
    height: 196px;
    display: block; }
    .main-cont-lead:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

  .main-cont-lead-inner {
    float: right;
    height: 100%;
    width: 870px; }
    .main-cont-lead-inner span {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
/* メインエリア　ブロック
   ========================================================================== */
@media screen and (min-width: 768px) {
  .main-block {
    position: relative;
    display: block; }
    .main-block:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .main-block:nth-of-type(1) {
      margin-top: 0; }
    .main-block h2:first-child {
      box-sizing: border-box;
      padding-bottom: 0;
      margin-right: -79.16667%;
      padding-right: 79.16667%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .main-block h2:first-child span {
        border-top: 1px solid #e6e6e6;
        display: block;
        padding-top: 40px; }

  .main-block-ttl {
    box-sizing: border-box;
    float: left;
    margin-right: -79.16667%;
    padding-right: 79.16667%;
    width: 100%; }
    .main-block-ttl h2:first-child {
      position: static;
      padding-right: 0;
      margin-right: 0; }

  .main-block-ttl + .main-block-inner h2:first-child {
    position: static;
    padding-right: 0;
    margin-right: 0; }

  .main-block-ttl-btn {
    padding-top: 24px; }

  .main-block-inner {
    border-top: 1px dotted #e6e6e6;
    float: right;
    padding-top: 40px;
    width: 72.5%; } }
/* タイトル
   ========================================================================== */
@media screen and (min-width: 768px) {
  .ve-area h2,
  .sttl01 {
    color: #212324;
    padding-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', 'リュウミン R-KL'; } }
/* お知らせ・トピックス
   ========================================================================== */
@media screen and (min-width: 768px) {
  .main-news-under .main-head {
    display: none; }
  .main-news-under .main-block h2 span,
  .main-news-under .main-block-inner {
    border-top: none;
    padding-top: 80px; }
  .main-news-under .news-ttl {
    margin-bottom: 32px; } }
@media screen and (max-width: 767px) {
  .main-news-under .news-img-list {
    margin-bottom: 32px; } }
/* ==========================================================================
   footer
   ========================================================================== */

/*# sourceMappingURL=type_b.css.map */
