@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 0;
    background: url("../img/top_mainv_l.jpg") center center/auto 100% no-repeat;
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 0 0; } }
    @media (max-width: 768px) {
      .home .main-v {
        background-size: auto 74%; } }
    @media (max-width: 375px) {
      .home .main-v {
        background-size: auto 62%; } }
    .home .main-v .main-v-inner h2 {
      padding: 220px 10px 180px 20px;
      font-size: 250%;
      text-align: center;
      letter-spacing: 6px;
      color: #00a0e9;
      height: auto;
      margin: 0;
      font-weight: bold;
      border-bottom: none; }
      @media (max-width: 768px) {
        .home .main-v .main-v-inner h2 {
          font-size: 200%; } }
      @media (max-width: 375px) {
        .home .main-v .main-v-inner h2 {
          font-size: 180%;
          letter-spacing: 3px; } }
      .home .main-v .main-v-inner h2:before {
        display: none; }
    .home .main-v img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home main {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto; }
  @media (max-width: 768px) {
    .home article {
      margin-top: -50px; } }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home h3 {
    border-bottom: none; }
    .home h3:before {
      display: none; }
  .home a.bluebtn {
    display: inline-block;
    padding: 0.2em 1em 0.1em 1.5em;
    text-decoration: none;
    color: #00a0e9;
    border: solid 1.5px #00a0e9;
    border-radius: 2px;
    transition: .4s;
    position: relative;
    background: #fff;
    line-height: 29px; }
    .home a.bluebtn:hover {
      background: #00a0e9;
      color: white; }
    .home a.bluebtn:after {
      position: relative;
      content: "";
      background: url(../img/listicon.png) center/20px no-repeat;
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin: 0 0 2px 10px; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #00a0e9;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #00a0e9; }
  .home .twt {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .home .twt {
        flex-wrap: wrap; } }
    .home .twt .twt-box {
      width: 48%; }
      @media (max-width: 768px) {
        .home .twt .twt-box {
          width: 100%; } }
      .home .twt .twt-box h3 {
        border-bottom: none;
        margin-bottom: 5px;
        letter-spacing: 0.11em;
        padding-left: 1em; }
  .home .pickup {
    text-align: center;
    padding: 10px;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 50px; }
    @media (max-width: 768px) {
      .home .pickup {
        padding: 0 10px 5px;
        margin-top: 0; } }
    .home .pickup div {
      border: 2px solid red;
      padding: 10px; }
    .home .pickup h3 {
      font-size: 125%;
      margin-top: 10px;
      border-bottom: 1px solid #ccc; }
    .home .pickup p {
      margin-bottom: 5px; }
    .home .pickup .btn a {
      color: red;
      border-color: red;
      padding: 7px 40px; }
      .home .pickup .btn a:hover {
        background: red;
        color: #fff; }
  .home .message {
    text-align: center;
    padding: 40px;
    max-width: 650px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .home .message {
        padding: 0 40px 20px;
        margin-top: 0; } }
    .home .message h3 {
      color: red;
      font-size: 170%;
      letter-spacing: 6px;
      margin-top: 10px; }
    .home .message p {
      text-align: left; }
  .home .comment {
    background: url("../img/top_comment_bg.jpg") center center/cover no-repeat;
    padding: 40px; }
    @media (max-width: 768px) {
      .home .comment {
        padding: 20px 40px 20px;
        margin-top: -50px; } }
    @media (max-width: 375px) {
      .home .comment {
        margin-top: 0; } }
    .home .comment .comment-inner {
      max-width: 650px;
      margin: 0 auto; }
      .home .comment .comment-inner h3 {
        color: red;
        text-align: center;
        font-size: 170%;
        letter-spacing: 6px;
        margin-top: 10px; }
      .home .comment .comment-inner p.sign {
        text-align: right;
        font-size: 80%; }
      .home .comment .comment-inner p.name {
        font-size: 140%;
        text-align: right; }
        .home .comment .comment-inner p.name span {
          font-size: 65%; }
  .home .menu_detail {
    text-align: center;
    padding: 60px 20px;
    max-width: 824px;
    margin: 0 auto; }
    @media (max-width: 425px) {
      .home .menu_detail {
        padding: 30px 20px; } }
    .home .menu_detail .menu_detail-inner {
      overflow: hidden;
      width: 100%;
      text-align: center;
      display: inline-block; }
      .home .menu_detail .menu_detail-inner .syokai {
        background-image: url("../img/top_research_bg.jpg");
        float: left;
        width: 45%;
        margin: 0 2.5%; }
        @media (max-width: 425px) {
          .home .menu_detail .menu_detail-inner .syokai {
            width: 100%;
            margin: 0 0 20px 0; } }
        .home .menu_detail .menu_detail-inner .syokai h3 {
          color: #0071bc;
          font-size: 140%;
          letter-spacing: 3px; }
      .home .menu_detail .menu_detail-inner .toha {
        background-image: url("../img/top_about_bg.jpg");
        float: left;
        width: 45%;
        margin: 0 2.5%; }
        @media (max-width: 425px) {
          .home .menu_detail .menu_detail-inner .toha {
            width: 100%;
            margin: 0; } }
        .home .menu_detail .menu_detail-inner .toha h3 {
          color: #0071bc;
          font-size: 140%;
          letter-spacing: 3px; }
  .home .menu_pickup {
    overflow: hidden;
    text-align: center;
    margin: 0 auto 50px; }
    .home .menu_pickup .rensai {
      background: linear-gradient(180deg, white 40%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0)), url("../img/top_faq_bg.jpg");
      float: left;
      width: 50%;
      min-height: 400px; }
      @media (max-width: 768px) {
        .home .menu_pickup .rensai {
          width: 100%;
          min-height: 200px;
          padding-bottom: 20px; } }
      .home .menu_pickup .rensai h3 {
        background: url(../img/top_faq_icon.png) top center no-repeat;
        padding-top: 90px;
        font-size: 170%;
        letter-spacing: 4px; }
      .home .menu_pickup .rensai p {
        padding: 0 20px;
        margin: 10px auto;
        max-width: 450px; }
    .home .menu_pickup .koe {
      background: linear-gradient(180deg, white 40%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0)), url("../img/top_voice_bg.jpg");
      float: left;
      width: 50%;
      min-height: 400px; }
      @media (max-width: 768px) {
        .home .menu_pickup .koe {
          width: 100%;
          min-height: 200px;
          padding-bottom: 20px; } }
      .home .menu_pickup .koe h3 {
        background: url(../img/top_voice_icon.png) top center no-repeat;
        padding-top: 90px;
        font-size: 170%;
        letter-spacing: 4px; }
      .home .menu_pickup .koe p {
        padding: 0 20px;
        margin: 10px auto;
        max-width: 450px; }
  .home .news {
    margin: 40px auto 0;
    /* アイコン */ }
    .home .news h2 {
      margin: 20px 0;
      text-align: center;
      border-bottom: none;
      background: none;
      padding-top: 0;
      color: #505050; }
      .home .news h2 span {
        font-size: 70%; }
      .home .news h2:before {
        display: none; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 2%;
      width: 46%;
      float: left; }
      @media (max-width: 768px) {
        .home .news li {
          width: 100%; } }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #BF9239; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home .top-banner {
    margin: 100px 0 50px; }
    .home .top-banner a {
      display: block;
      text-align: center;
      max-width: 64%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .home .top-banner a {
          max-width: 90%; } }
  .home .onayami {
    margin: 50px 0;
    text-align: center; }
    .home .onayami h2 {
      border-bottom: none;
      color: #ff777a;
      font-size: 200%;
      font-weight: bold;
      padding-left: 0;
      position: relative;
      display: inline-block;
      padding: 0 45px;
      height: auto; }
      @media (max-width: 540px) {
        .home .onayami h2 {
          font-size: 170%; } }
      .home .onayami h2::before {
        display: none; }
      .home .onayami h2::before, .home .onayami h2::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 44px;
        height: 2px;
        background-color: #ff777a;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg); }
      .home .onayami h2::before {
        left: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg); }
      .home .onayami h2::after {
        right: 0; }
      .home .onayami h2 span {
        font-size: 80%;
        color: #FF0004;
        position: absolute;
        left: -3em;
        top: calc(50% - 1em); }
        @media (max-width: 540px) {
          .home .onayami h2 span {
            left: 0;
            top: -1.5em; } }

/* end .home */
/*-------------------------------------------------------------------------------

  下層ページ共通

  -------------------------------------------------------------------------------*/
.research article h1, .about article h1, .faq article h1, .news article h1, .voice article h1, .archive_research01 article h1 {
  max-width: 1200px;
  height: 324px;
  margin: 0 auto 50px;
  text-align: center;
  padding-top: 150px;
  font-size: 200%;
  letter-spacing: 6px;
  color: #00a0e9; }
.research article section h2, .about article section h2, .faq article section h2, .news article section h2, .voice article section h2, .archive_research01 article section h2 {
  text-align: center;
  padding: 90px 0 8px 0px;
  font-size: 150%;
  color: #00a0e9;
  letter-spacing: 3px;
  text-indent: 3px;
  font-weight: bold;
  border-bottom: none;
  margin: 0px 0 50px 0;
  position: relative;
  display: block;
  height: auto; }
  @media (max-width: 768px) {
    .research article section h2, .about article section h2, .faq article section h2, .news article section h2, .voice article section h2, .archive_research01 article section h2 {
      margin: 0px 0 20px 0; } }
  .research article section h2:before, .about article section h2:before, .faq article section h2:before, .news article section h2:before, .voice article section h2:before, .archive_research01 article section h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: black;
    /*線の色*/
    border-radius: 1px;
    /*線の丸み*/ }
.research article section p, .about article section p, .faq article section p, .news article section p, .voice article section p, .archive_research01 article section p {
  letter-spacing: 0.6px;
  font-size: 105%; }

.itiran {
  display: none; }
  @media (max-width: 960px) {
    .itiran {
      display: block;
      color: #fff;
      font-size: 92%;
      background: #00a0e9;
      border: none;
      border-radius: 0;
      text-align: center;
      position: relative;
      padding: 10px 10px 25px 10px;
      width: calc(100% - 20px);
      margin-bottom: 30px; }
      .itiran:after {
        content: "";
        display: block;
        position: absolute;
        top: 30px;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: 0 0 0 -3px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg); } }

.voice .itiran {
  display: none; }

@media (max-width: 960px) {
  article h1 {
    margin-bottom: 0; } }

/*-------------------------------------------------------------------------------

  研究のご紹介ページ

  -------------------------------------------------------------------------------*/
.research article h1, .archive_research01 article h1 {
  background: url(../img/page_bg01.jpg) center center/cover no-repeat; }
  @media (max-width: 768px) {
    .research article h1, .archive_research01 article h1 {
      background-size: auto 67%;
      margin: 0 0 -30px 0; } }
.research article section h2, .archive_research01 article section h2 {
  background: url(../img/page_icon1.png) top center no-repeat; }
.research article section h3, .archive_research01 article section h3 {
  color: #01a0e9;
  padding: 10px 0;
  font-size: 120%; }
  .research article section h3 span, .archive_research01 article section h3 span {
    color: #505050;
    font-size: 90%;
    line-height: 35px; }
.research article section .unit, .archive_research01 article section .unit {
  overflow: hidden; }
  .research article section .unit .text_l, .archive_research01 article section .unit .text_l {
    float: left;
    width: 50%; }
    @media (max-width: 560px) {
      .research article section .unit .text_l, .archive_research01 article section .unit .text_l {
        width: 100%; } }
  .research article section .unit .unitimg_r, .archive_research01 article section .unit .unitimg_r {
    float: right;
    width: 50%; }
    @media (max-width: 560px) {
      .research article section .unit .unitimg_r, .archive_research01 article section .unit .unitimg_r {
        width: 100%; } }
  .research article section .unit .unitimg_m, .archive_research01 article section .unit .unitimg_m {
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 560px) {
      .research article section .unit .unitimg_m, .archive_research01 article section .unit .unitimg_m {
        width: 100%; }
        .research article section .unit .unitimg_m img, .archive_research01 article section .unit .unitimg_m img {
          padding: 0 10px; } }
  .research article section .unit img, .archive_research01 article section .unit img {
    box-sizing: border-box;
    padding: 0 30px; }
  .research article section .unit ul, .archive_research01 article section .unit ul {
    margin: 0; }

.research article .side-contents .local-nav-list .nav-category:last-of-type {
  background: #c3c3c3; }

/*-------------------------------------------------------------------------------

  血友病とは？ページ

  -------------------------------------------------------------------------------*/
.about article h1 {
  background: url(../img/page_bg02.jpg) center center/cover no-repeat; }
  @media (max-width: 768px) {
    .about article h1 {
      background-size: auto 67%;
      margin: 0 0 -30px 0; } }
.about article section h2 {
  background: url(../img/page_icon2.png) top center no-repeat; }
.about article section h3 time {
  margin-right: 20px; }

/*-------------------------------------------------------------------------------

  血友病Ｑ＆Ａページ

  -------------------------------------------------------------------------------*/
.faq article h1 {
  background: url(../img/page_bg03.jpg) center center/cover no-repeat; }
  @media (max-width: 768px) {
    .faq article h1 {
      background-size: auto 67%;
      margin: 0 0 -30px 0; } }
.faq article section h2 {
  background: url(../img/page_icon3.png) top center no-repeat; }

h3.q_icon {
  padding-left: 3em;
  margin-bottom: 10px;
  line-height: 1.3em; }
  h3.q_icon:before {
    padding: 0 0.6em;
    content: 'Q';
    border-radius: 0.2em;
    background: #01a0e9;
    width: 16px;
    height: 2em;
    color: #fff;
    line-height: 2em;
    font-size: 120%;
    bottom: auto; }

h4.answer {
  text-align: right;
  border-bottom: none;
  margin: 0 0 20px 0; }

h3 + h3.q_icon {
  margin-top: 0px;
  border-bottom: none; }

/*-------------------------------------------------------------------------------

  お知らせページ

  -------------------------------------------------------------------------------*/
.news article h1 {
  background: url(../img/page_bg04.jpg) center center/cover no-repeat; }
  @media (max-width: 768px) {
    .news article h1 {
      background-size: auto 67%;
      margin: 0 0 -30px 0; } }
.news article section h2 {
  background: url(../img/page_icon4.png) top center no-repeat; }
.news article section h3 time {
  margin-right: 20px; }

/*-------------------------------------------------------------------------------

  ご意見ご要望ページ

  -------------------------------------------------------------------------------*/
.voice article h1 {
  background: url(../img/page_bg05.jpg) center center/cover no-repeat; }
  @media (max-width: 768px) {
    .voice article h1 {
      background-size: auto 67%;
      margin: 0 0 -30px 0; } }
.voice article section {
  max-width: 700px;
  margin: 0 auto; }
  .voice article section h2 {
    background: url(../img/page_icon5.png) top center no-repeat; }
  .voice article section textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: 650px;
    margin: 0 auto; }

/*-------------------------------------------------------------------------------

  お問い合わせページ

  -------------------------------------------------------------------------------*/
.contact article section {
  max-width: 700px;
  margin: 0 auto; }
  .contact article section textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: 650px;
    margin: 0 auto; }

/*-------------------------------------------------------------------------------

  サイトマップページ

  -------------------------------------------------------------------------------*/
.sitemap article section {
  max-width: 700px;
  margin: 0 auto; }
  .sitemap article section ul {
    margin: 10px 0; }
    .sitemap article section ul li.level1 {
      display: block;
      position: relative;
      padding: 10px 10px 10px 30px;
      margin: 7px 0 7px 0px;
      font-weight: normal;
      font-size: 120%;
      line-height: 30px;
      background: #f3faff;
      border-radius: 15px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .sitemap article section ul li.level1:before {
        display: none; }
    .sitemap article section ul li.level2 {
      display: block;
      position: relative;
      padding: 10px 0 10px 10px;
      margin: 0px;
      line-height: 30px;
      border-bottom: dashed 1px #A0D5F9;
      background: inherit;
      font-size: 85%; }
      .sitemap article section ul li.level2:before {
        display: none; }
    .sitemap article section ul a {
      color: #505050;
      display: block; }
      .sitemap article section ul a:hover {
        color: #00a0e9; }

/*-------------------------------------------------------------------------------

  検索ページ

  -------------------------------------------------------------------------------*/
article h1 {
  height: 130px;
  margin: 0 auto 50px;
  text-align: center;
  padding-top: 33px;
  font-size: 200%;
  letter-spacing: 6px;
  color: #00a0e9;
  max-width: 1200px; }
  @media (max-width: 768px) {
    article h1 {
      background-size: auto 67%;
      margin: 0 0 0 0;
      padding-top: 40px;
      height: 108px; } }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */

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