@import url(https://fonts.googleapis.com/css?family=Lato:200,300,400,600,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Caveat');

body {
    font-family: "Noto Sans Japanese",Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

.uk-container {
    box-sizing: border-box;
    max-width: 1000px;
    padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans Japanese",Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
  YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* font-color
 ========================================================================== */
.uk-link, a {
    color: #59aa18;
}

a:hover img {
    opacity: 0.8;
}


/* font-size
 ========================================================================== */
.f70 {
    font-size: 70%;
}
.f80 {
    font-size: 80%;
}
.f90 {
    font-size: 90%;
}
.f120 {
    font-size: 120%;
}
.f150 {
    font-size: 150%;
}
.txt-ll{
  font-size: 35px;
}
.txt-l{
  font-size: 24px;
}
.txt-m{
  font-size: 14px;
}
.txt-s{
  font-size: 12px;
}
@media (max-width: 480px) {
  .txt-ll{
    font-size: 18px;
    line-height: 24px;
  }
  .txt-l{
    font-size: 15px;
  }
  .txt-m{
    font-size: 12px;
  }
  .txt-s{
    font-size: 10px;
  }
}


/* margin
 ========================================================================== */
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb60{
    margin-bottom: 60px!important;
}
.mb70{
    margin-bottom: 70px!important;
}
.mb80{
    margin-bottom: 80px!important;
}
.mb15em{
    margin-bottom: 1.5em!important;;
}

/* line-height
 ========================================================================== */
 .lh15{
     line-height: 1.5;
 }
 .lh18{
     line-height: 1.8;
 }
 .lh20{
     line-height: 2;
 }
 .lh25{
     line-height: 2.5;
 }


 /* letter-spacing
  ========================================================================== */
  @media (min-width: 980px) {

  .ls3{
      letter-spacing: 3px;
  }
  .ls5{
      letter-spacing: 5px;
  }
  }

  /* --- 改行　--- */
  @media (min-width: 481px) {
    br.uk-visible-ss{
      display: none;
    }
  }

  /* --- スマホ縦　非表示　--- */
  @media (max-width: 480px) {
    .uk-hidden-ss{
      display: none;
    }
  }

  /* --- スマホ縦のみ表示　--- */
  @media (min-width: 481px) {
    .uk-visible-ss{
      display: none;
    }
  }
     
          
/* ヘッダー
 ========================================================================== */
header{
    width: 100%;
    height: 70px;
    background: #2c2d9b;
}

header .space{
  height: 1px;
}

header .uk-container{
  padding: 0;
}
@media (max-width: 767px) {
  header{
      height: 60px;
  }
  header .uk-float-left{
    width: 80%;
  }
}

/* ---- ヘッダー固定時　--- */
header .uk-active{
  background: #2c2d9b;
}

/* --------- h1ロゴ　--------- */
h1{
height: 50px;
width: auto;
padding: 10px;
margin: 0;
line-height: 1.0;
}
h1 a{
display: block;
}
h1 img{
height: 30px;
width: auto;
}
@media (max-width: 767px) {
  h1{
  height: 40px;
  padding: 10px 0px 10px 10px;
  }
  h1 img{
  height: 30px;
  }
}

 /* --------- グローバルナビ --------- */

#gnav{
}
@media (max-width: 1039px) {
  #gnav{
    padding-left: 2%;
  }
}
.uk-navbar-nav > li > a {
    height: 70px;
    margin: 0;
    padding: 0 10px;
    border: none;
    text-shadow: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer!important;
    line-height: 70px;
}
@media (max-width: 1219px) {
  .uk-navbar-nav > li > a {
    padding: 0 5px;
  }
}

.home img {
    width: 22px;
}

#gnav .btn {
  margin-left: 20px;
}

#gnav .btn a {
  background: #0088ff;
}


/* --- ナビ（ホバー時） ---- */
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus,.uk-navbar-nav>li.active>a {
    background-color: none;
    outline: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid #fff;
    box-shadow: none;
    transition: all 0.1s ease;
}


/* --- スマホメニュー　toggle ---- */
.uk-navbar-toggle {
  font-size: 40px;
  height: 60px;
  color: #413f68;
  text-decoration: none;
  padding: 10px;
  width: 60px;
  float: right;
  text-align: center;
}
.uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
}
.uk-navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    color: #fff;
    text-shadow: none;
}
@media (max-width: 767px) {
  .uk-navbar-toggle {
  }
}

/* ----ナビメニュー ---- */
.uk-offcanvas-bar {
  background: #263046;
  color: #fff;
}
.uk-nav-offcanvas ::selection {
     background: none;
}
.uk-nav-offcanvas{
  background: #263046;
}
.uk-nav-offcanvas>li:first-child>a ,ul.uk-nav-sub li:first-child a{
  border-top: none;
}
.uk-nav-offcanvas>li>a {
  color: #fff;
  padding: 25px;
  border-top: 1px solid #1e2538;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.uk-nav-offcanvas>li>a:after {
    content: "\f105";
    font-family: FontAwesome;
    vertical-align: middle;
    float: right;
}
.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
    background: #263046;
}

.uk-nav-offcanvas .btnsp a {
  background: #084669;
}


/* フッター
========================================================================== */
footer {
  background: #2c2d9b;
}
@media (max-width: 1019px) {
  footer .uk-container{
    padding: 0 20px;
  }
}

 /* --------- フッターナビ --------- */
footer .ft-nav{
  padding: 45px 0;
}
footer .ft-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .ft-nav ul li{
  margin: 5px 0;
}
footer .ft-nav ul li a{
  font-size: 12px;
  color: #fff;
  font-weight: 200;
}
footer .ft-nav ul.child{
  padding-left: 2em;
}
@media (max-width: 767px) {
  footer .ft-nav ul.child li{
    float: left;
    margin-right: 30px;
  }
}

 /* --------- copyright --------- */
footer #copyright{
  background: #000000;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 480px) {
  footer #copyright .uk-vertical-align-middle{
      text-align: center;
  }
}


/* トップ共通
========================================================================== */

/* --- h2見出し --- */
h2.ttl-01{
  text-align: center;
  color: #000;
  font-size: 36px;
  margin-bottom: 60px;
  padding-top: 60px;
  font-weight: 100;
}
h2.ttl-01 span{
  color: #2c2d9b;
  font-size: 18px;
  font-weight: bold;
  display: block;
  position: relative;
  margin-top: 30px;
  font-family: 'Barlow Condensed', sans-serif;
}
h2.ttl-01 span:before{
  content: "";
  border-top: 7px solid #e5e5e5;
  width: 100px;
  position: absolute;
  top: -15px;
  left:0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h2.ttl-01{
    font-size: 25px;
    margin-bottom: 50px;
  }
  h2.ttl-01:after{
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  h2.ttl-01{
    font-size: 20px;
    margin-bottom: 30px;
  }
  h2.ttl-01:after{
    bottom: -10px;
    width: 80px;
    border-bottom: 5px solid #d3d3ed;
  }
}


/* 空の部分
 ========================================================================== */
.bg-sky{

}
@media (max-width: 767px) {
  .bg-sky{
    background-size: 100%,auto;
  }
}
/* sky1 ===================== */

.sky1{
  text-align: center;
  height: 85vh;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3235a0), color-stop(0.00, #2c2d9b));
  background: -webkit-linear-gradient(#2c2d9b, #3235a0);
  background: -moz-linear-gradient(#2c2d9b, #3235a0);
  background: -o-linear-gradient(#2c2d9b, #3235a0);
  background: -ms-linear-gradient(#2c2d9b, #3235a0);
  background: linear-gradient(#2c2d9b, #3235a0);

}
/* --------- テキスト --------- */
.sky1 h2{
  position:absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: normal;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
  white-space: pre;
}
@media (max-width: 480px) {
  .sky1 h2{
    font-size: 16px;
  }
}

/* .sky2 ===================== */
.sky2{
  text-align: left;
  background: url(../../images/bg_sky2_left.jpg) repeat-x;
}
@media (max-width: 480px) {
  .sky2 .sky{
    width: 500px;
  }
}

/* .sky3 ===================== */
.sky3{
  position: relative;
  text-align: left;
  background: url(../../images/bg_sky3_left.jpg) repeat-x;
}
/* --------- テキスト --------- */
.sky3 .text{
  position:absolute;
  width: 500px;
  text-align: left;
  z-index: 1;
  top: 15%;
  right: 5%;
  margin: 0;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
}
.sky3 .text h2 img{
  height: 130px;
  margin-top: 50px;
}
@media (max-width: 959px) {
  .sky3 .text{
    top: 0;
    width: 50%;
    text-shadow:2px 2px 3px #33587d;
  }
}
@media (max-width: 767px) {
  .sky3 .text{
    width: 50%;
    top: 10%;
    right: 5%;
    font-size: 12px;
  }
  .sky3 .text h2 img{
    height: 80px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .sky3 .text{
    width: 90%;
    top: 0;

  }
  .sky3 .text h2 img{
    height: 50px;
  }
}


/* 社長のメッセージ
========================================================================== */
.messageArea{

}
/* 写真（左側） */
.messageArea .photo{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dce7eb), color-stop(0.15, #dae4ea));
  background: -webkit-linear-gradient(top, #dae4ea 15%, #dce7eb 100%);
  background: -moz-linear-gradient(top, #dae4ea 15%, #dce7eb 100%);
  background: -o-linear-gradient(top, #dae4ea 15%, #dce7eb 100%);
  background: -ms-linear-gradient(top, #dae4ea 15%, #dce7eb 100%);
  background: linear-gradient(to bottom, #dae4ea 15%, #dce7eb 100%);
  position: relative;
}
.messageArea .photo .img{
  position: absolute;
  bottom: 0;
  height: auto;
  width: 70%;
  max-width: 490px;
  max-height: 515px;
}
.messageArea .photo .name{
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
}
.messageArea .photo .name span{
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1219px) {
  .messageArea .photo{
    height: 500px;
  }
  .messageArea .photo .img{
    height: 480px;
    width: auto;
    left: 10%;
  }
  .messageArea .photo .name{
    right: 10%;
    font-size: 22px;
  }
  .messageArea .photo .name span{
    font-size: 34px;
  }

}
@media (max-width: 767px) {
  .messageArea .photo .name{
    right: 6%;
    bottom: auto;
    top: 50px;
  }
}
@media (max-width: 480px) {
  .messageArea .photo{
    height: 300px;
  }
  .messageArea .photo .img{
    height: 263px;
    width: auto;
    left: 0;
  }
  .messageArea .photo .name{
    right: 10px;
    top: auto;
    bottom: 10px;
    font-size: 12px;
  }
  .messageArea .photo .name span{
    font-size: 20px;
  }
}
/* メッセージ（右側） */
.messageArea .text{
  background: #2c2d9b;
  padding: 60px;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.messageArea .text:before{
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 30px 0;
  border-color: transparent #2c2e9b transparent transparent;
}
@media (max-width: 1219px) {
  .messageArea .text:before{
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    border-width: 0px 30px 50px 30px;
    border-color: transparent transparent #2c2e9b transparent;
    margin: 0 auto;
  }
}
.messageArea .text h3{
  color: #fff;
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
  border-bottom: 1px solid #00ccff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.messageArea .text h3 span{
  font-size: 30px;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .messageArea .text{
    padding: 30px 20px 30px 45px;
  }
  .messageArea .text h3{
    font-size: 16px;
  }
  .messageArea .text h3 span{
    font-size: 22px;
  }
}


/* お知らせ
========================================================================== */
.newsArea .container-wide{
  width: 95%;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .newsArea .container-wide{
    margin: 30px auto;
  }
}
.newsArea a{
  text-decoration: none;
  color: #333;
}
.newsArea .newsbox{
  border-top: 3px solid #29354d;
  max-width: 285px;
  margin: 0 auto 45px auto;
}
.newsArea .newsbox .date{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  display: inline-block;
}
.newsArea a .newsbox .date{
  color: #666;
  font-weight: bold;
}
.newsArea .newsbox .date span{
  font-size: 20px;
}
.newsArea .newsbox .cate{
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #ccc;
  color: #666;
  font-weight: 200;
}
.newsArea a .newsbox .cate{
  color: #666;
}
@media (max-width: 1219px) {
  .newsArea .newsbox .date{
    font-size: 20px;
  }
  .newsArea .newsbox .date span{
    font-size: 14px;
  }
  .newsArea .newsbox .cate{
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .newsArea .newsbox .date{
    font-size: 22px;
  }
  .newsArea .newsbox .date span{
    font-size: 16px;
  }
  .newsArea .newsbox .cate{
    font-size: 14px;
  }
}


/* 万協製薬について
========================================================================== */
.aboutArea{
  background: url(../../images/bg_about.jpg) no-repeat #e6e6e6;
  background-size: cover;
  color: #fff;
  position: relative;
}
/* --- 下部背景グレー --- */
.aboutArea .bg-gray{
  background: #e6e6e6;
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* --- h3見出し --- */
.aboutArea h2{
  color: #fff;
}
.aboutArea h2 span{
  color: #00ccff;
}
.aboutArea h2 span:before{
  opacity: 0.5;
}
.aboutArea .uk-grid{
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .aboutArea .uk-grid{
    margin-top: 30px;
  }
  .aboutArea .uk-container{
    padding: 0 5%;
  }
}
@media (max-width: 480px) {
}

.aboutArea a{
  text-decoration: none;
  color: #333;
}
.aboutArea a:hover .box img{
  opacity: 1.0;
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
  -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

.aboutArea .box{
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
.aboutArea .box h3{
  background: #fff;
  margin: 0;
  padding: 30px 0;
  margin-top: -1px;
  font-size: 18px;
  font-weight: 400;
}
.aboutArea .box h3 span{
  font-size: 12px;
  font-weight: normal;
  color: #3399ff;
  display: block;
}
@media (max-width: 767px) {
  .aboutArea .box h3{
    padding: 15px 0;
    font-size: 15px;
  }
  .aboutArea .box h3 span{
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .aboutArea .box{
    margin-bottom: 35px;
  }
  .aboutArea .box h3{
    font-size: 16px;
  }
  .aboutArea .box h3 span{
    font-size: 12px;
  }
}


/* 採用情報
========================================================================== */
.recruitArea{
  background: #e6e6e6;
  padding-top: 60px;
  position: relative;
}
.recruitArea h2 span:before{
  border-color: #b8b8b8;
}

@media (max-width: 767px) {
  .recruitArea{
    padding-top: 0px;
  }
}
/* --- 人物イメージ --- */
.recruitArea .img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 767px) {
  .recruitArea .img{
    width: 85%;
  }
}
@media (max-width: 480px) {
  .recruitArea .img{
    width: 95%;
  }
}

/* --- ボタン --- */
.recruitArea .btn{
  text-align: center;
}
.recruitArea .btn a{
  display: inline-block;
  background: #2c2d9b;
  color: #fff;
  margin-top: 50px;
  padding: 15px 60px;
  font-size: 24px;
  font-weight: 100;
  border-radius: 20px;
  transition: all 0.5s ease;
  position: relative;
}
.recruitArea .btn a:hover{
  text-decoration: none;
  background:#00ccff;
    transition: all 0.5s ease;
}
.recruitArea .btn a:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}

/* --- カルーセル --- */
.recruitArea .uk-slidenav-position{
  padding: 60px 0 15% 0;
}
.recruitArea .uk-slider{
}

.recruitArea .uk-slider li{
  padding-left: 30px;
}
.recruitArea .uk-slider li img{
  border: 3px solid #fff;
}
@media (max-width: 480px) {
  .recruitArea .uk-slidenav-position{
    padding: 30px 0 15% 0;
  }
}


/* バナーエリア
========================================================================== */
.bnrArea{
  padding: 60px 0;
}
.bnrArea2clm {
  display: flex;
}
@media (max-width: 767px) {
  .bnrArea2clm {
    display: block;
  }
}
.bnrArea2clm-L {
  width: calc(50% - 16px);
  margin-right: 16px;
}
.bnrArea2clm-R {
  width: 50%;
}
@media (max-width: 767px) {
  .bnrArea2clm-L {
    width: 100%;
    margin-bottom: 10px;
  }
  .bnrArea2clm-R {
    width: 100%;
  }
}

.bnrArea ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnrArea ul li{
  width: calc(50% - 8px);
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .bnrArea ul li{
    width: 50%;
  }
  .bnrArea ul li:nth-child(odd){
    text-align: right;
  }
  .bnrArea ul li:nth-child(even){
    text-align: left;
  }
}
@media (max-width: 480px) {
  .bnrArea ul li{
    width: 100%;
    text-align: center!important;
    margin-bottom: 10px;
  }
}


/* ==========================================================================
 下層ページ
 ========================================================================== */

/*下層ページ共通
========================================================================== */

.page{
  padding-bottom: 50px;
}
.page section{
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page section{
    padding: 20px 0;
  }
}
/* --- コンテンツ --- */
@media (max-width: 1039px) {
  .uk-container.contents {
      padding: 0px 20px;
  }
}

/* --- ページタイトル --- */
.titleArea {
  position: relative;
}
/* --- ページタイトル背景_下層 --- */
.titleBack {
    height: 250px!important;
    background: url(../images/title_bg.jpg) no-repeat top;
    background-attachment: fixed!important;
    background-size: contain!important;
    position: relative!important;
}
/* --- ページタイトル背景_index --- */
.index .titleBack{
     height: 450px!important;
     background-size: cover!important;
 }
@media (max-width: 959px) {
  .titleBack {
      background-size: 130%!important;
  }
}
@media (max-width: 767px) {
  .titleBack,
  .index .titleBack {
      height: 250px!important;
      background-size: cover!important;
  }
}
@media (max-width: 480px) {
  .titleBack,
  .index .titleBack {
    height: 200px!important;
   background-size: 150%;
  }
}

/* --- ページタイトル --- */
.titleText{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 250px!important;
  text-align: center;
}
.index .titleText{
  height: 450px!important;
}
.titleText h2{
  color: #333;
  background: rgba(255,255,255,.9);
  padding: 30px 60px;
  font-size: 40px;
  text-align: center;
  font-weight: 100;
  margin: 0;
}
.titleText h2 span {
    color: #2c2d9b;
    font-size: 18px;
    font-weight: bold;
    display: block;
    position: relative;
    margin-top: 0px;
    font-family: 'Barlow Condensed', sans-serif;
}
@media (max-width: 767px) {
  .titleText,
  .index .titleText{
      height: 250px!important;
  }
  .titleText h2{
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .titleText,
  .index .titleText {
     height: 200px!important;
   }
  .titleText h2{
   padding: 20px;
   margin: 0 20px;
 }
}

/* --- パンくずナビ --- */
.breadcrumb{
  background: #f5f5f5;

}
.uk-breadcrumb{
  margin: 0;
  padding: 5px 20px;
}
.uk-breadcrumb li{
  font-size: 12px;
}


/* --- h3見出し01 --- */
h3.ttl-01,
h3.ttl-01_2l{
  text-align: center;
  color: #000;
  font-size: 36px;
  margin-bottom: 60px;
  padding-top: 60px;
  font-weight: 100;
  position: relative;
  display: inline-block;
  width: 100%;
}
h3.ttl-01:after{
  content: "";
  border-bottom: 7px solid #e5e5e5;
  width: 100px;
  position: absolute;
  bottom: -0.5em;
  left:0;
  right: 0;
  margin: 0 auto;
}
h3.ttl-01_2l:after{
  content: "";
  border-bottom: 7px solid #e5e5e5;
  width: 100px;
  position: absolute;
  bottom: -0.5em;
  left:0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h3.ttl-01,
  h3.ttl-01_2l{
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  h3.ttl-01,
  h3.ttl-01_2l{
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  h3.ttl-01:after{
    width: 80px;
  }
  h3.ttl-01_2l:after{
    width: 80px;
  }
}

/* --- h3見出し02（青文字） --- */
h3.ttl-02{
   font-size: 24px;
   color: #252c9a;
   font-weight: 500;
   line-height: 1.0;
 }
h3.ttl-02 span{
   font-size: 20px;
   background: #252c9a;
   color: #fff;
   padding: 3px 10px;
   text-align: center;
   margin-right: 5px;
   font-family: 'Barlow Condensed', sans-serif;
   font-weight: bold;
 }
@media (max-width: 767px) {
  h3.ttl-02{
     font-size: 20px;
   }
 }

/* --- h3見出し03（01の左揃えバージョン） --- */
h3.ttl-03{
  color: #000;
  font-size: 36px;
  padding-top: 60px;
  font-weight: 100;
  position: relative;
  display: inline-block;
  width: 100%;
}
h3.ttl-03:after{
  content: "";
  border-bottom: 7px solid #e5e5e5;
  width: 100px;
  position: absolute;
  bottom: -20px;
  left:0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h3.ttl-03{
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  h3.ttl-03{
    font-size: 20px;
  }
  h3.ttl-03:after{
    width: 80px;
  }
}

/* --- indexページ（第一インデックス） --- */
.page.index .sec01 .lead{
  margin: 50px 0;
}
@media (max-width: 767px) {
  .page.index .sec01 .lead{
    text-align: left!important;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .page.index .sec01 .lead{
    text-align: left!important;
    margin: 0;
  }
}
.page.index .sec01 a{
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.page.index .sec01 .box figure{
  height: 200px;
}
.page.index .sec01 a:hover .box img{
  opacity: 1.0;
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
  -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   transition: all 0.5s ease;
}

.page.index .sec01 .box{
  text-align: center;
  max-width: 310px;
  margin: 30px auto;

}
.page.index .sec01 .box h3{
  background: #2c2d9b;
  color: #fff;
  margin: 0;
  padding: 20px 0;
  margin-top: -1px;
  font-size: 18px;
  font-weight: 400;
}
.page.index .sec01 a:hover .box h3{
  background: #00ccff;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .page.index .sec01 .box h3{
    padding: 15px 0;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .page.index .sec01 .box{
    margin-bottom: 35px;
  }
  .page.index .sec01 .box h3{
    font-size: 16px;
  }
}

/* --- index2ページ（第二インデックス） --- */
.page.index2 .sec01 .lead{
  margin: 50px 0;
}
@media (max-width: 767px) {
.page.index2 .sec01 .lead{
    text-align: left!important;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .page.page.index2 .sec01 .lead{
    text-align: left!important;
    margin: 0px 0px 20px 0px;
  }
}


.page.index2 .sec01 a{
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.page.index2 .sec01 a .box figure{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
   height: 150px;
}

.page.index2 .sec01 a:hover .box img{
  opacity: 1.0;
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
  -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   transition: all 0.5s ease;
}

.page.index2 .sec01 .box{
  text-align: center;
  margin: 20px auto;
  box-shadow:1px 2px 8px 1px rgba(0,0,0,0.2);
  border-radius: 5px;
  max-width: 320px;
}
.page.index2 .sec01 .box h3{
  color: #2c2d9b;
  margin: 0 5px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.page.index2 .sec01 .box h3:before{
  content: "\f0a9";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}
.page.index2 .sec01 a:hover .box h3{
  transition: all 0.5s ease;
  color: #2196f3;
}

 /* --- 背景あり リンクボタン --- */
.Listbtn.bg{
  padding: 40px 80px 20px 80px;
  background: #f9f8f3;
  border-radius: 20px;
  display: inline-block;
}
.Listbtn.bg ul.list01{
  list-style: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  padding: 0;
}
.Listbtn.bg ul.list01 li{
    margin: 10px 0 20px 0;
}
.Listbtn.bg ul.list01 li a{
  background: #fff;
  padding: 10px 40px 10px 50px;
  border-radius: 10px;
  color: #333;
  display: block;
  transition: all 0.5s ease;
  border: 1px solid #efefef;
  position: relative;
}
.Listbtn.bg ul.list01 li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  color: #999;
}
.Listbtn.bg ul.list01 li a:hover{
  background: #e4e4e4;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
.Listbtn.bg{
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 480px) {
.Listbtn.bg ul.list01 li a{
    font-size: 14px;
    padding: 5px 20px;
  }
.Listbtn .bg ul.list01 li a:after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/* ==========================================================================
 医薬関係者の皆さま
 ========================================================================== */

 /*indexページ
  ========================================================================== */
 /* --- ページタイトル背景 --- */
.medical .titleBack{
    background: url(../../medical/images/bg_medical.jpg) no-repeat left top;
}
@media (max-width: 959px) {
  .medical .titleBack {
      background-position: 80% top;
  }
}
@media (max-width: 767px) {
  .titleBack,
  .index .titleBack {
      background-position: 60%;
  }
}
@media (max-width: 480px) {
  .medical .titleBack,
  .medical.index .titleBack {
   background-position: 80% 0;
  }
}
/*製造受託サービス
 ========================================================================== */

 /* -----------sec01 ---*/
 #oem .sec01{
   background: url(../../images/bg_about.jpg) no-repeat #e6e6e6;
   background-size: cover;
   padding-bottom: 80px;
   position: relative;
}

#oem .sec01 .uk-container{
  background:#fff;
  padding: 40px;
  border-radius: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #oem .sec01 .uk-container{
    margin: 0 20px;
    font-size: 12px;
  }
  #oem .sec01 .uk-container .uk-grid img{
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #oem .sec01 .uk-container{
    padding: 40px 20px;
  }

}

 /*h3見出し調整*/
#oem h3.ttl-01{
   color: #fff;
}


/*lead*/
#oem .lead{
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  #oem .lead{
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  #oem .lead{
    font-size: 12px;
    padding: 0 20px;
    text-align: left!important;
  }
}

/*--------　製造の流れ ----*/
/*モーダルのボタン*/
#oem .btn{
  margin: 80px auto;
}
#oem .btn ul{
  list-style: none;
}
#oem .btn li{
  width: 50%;
  float: left;
}
#oem .btn li a{
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  display: block;
  margin: 0 10px;
  text-align: center;
  font-size: 24px;
  color: #2c2e9a;
  border: 1px solid #2c2e9a;
}
#oem .btn li a:hover{
  background: #eef3fe;
  text-decoration: none;
  transition: all 0.5s ease;
}
#oem .btn li .img-s{
  height: 60px;
  margin-right: 10px;
}

@media (max-width: 950px) {
  #oem .btn li a{
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #oem .btn li{
    width: 100%;
    margin: 10px 0
  }
}
@media (max-width: 480px) {
#oem .btn{
  margin: 10px auto;
}
#oem .btn li a{
    font-size: 16px;
  }
}

/*モーダルの中身*/
#oem .uk-modal-dialog{
  width: 750px;
}
#oem .uk-modal-dialog h3{
  text-align: center;
  font-size: 20px;
  color:#2c2e9a;
  font-weight: bold;
  border-bottom: 1px solid #2c2e9a;
  padding: 10px 0;
  margin-bottom: 20px;
}
#oem .uk-modal-dialog h3 span{
  font-size: 30px;
}
#oem .uk-modal-dialog .lead{
  text-align: center;
  font-size: 16px;
  color:#333;
}
#oem .uk-modal-dialog .svg-wrapper {
    position: relative;
    width: 100%;
    padding-top: 126%; /* SVG高さ / SVG幅 * 100 */
    margin: 0 auto;
}
#oem .uk-modal-dialog .svg-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
  #oem .uk-modal-dialog h3{
    font-size: 18px;
  }
  #oem .uk-modal-dialog h3 span{
    font-size: 24px;
  }
  #oem .uk-modal-dialog .lead{
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #oem .uk-modal-dialog h3{
    font-size: 16px;
  }
  #oem .uk-modal-dialog h3 span{
    font-size: 20px;
  }
  #oem .uk-modal-dialog .lead{
    font-size: 12px;
    text-align: center!important;
  }
}

/* -----sec02 ------*/
#oem .sec02{
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #oem .sec02{
    font-size: 14px;
  }
}
/* 見出し */
#oem .sec02 h4{
  font-size: 24px;
  color: #2b2d9a;
  border-bottom: 1px solid #2b2d9a;
  margin-bottom:20px;
}
#oem .sec02 h5{
  font-size: 18px;
  text-indent: -10px;
}

/* list */
#oem .sec02 ul{
  list-style: none;
  margin-bottom: 50px;
  padding: 0px 5px 5px 5px;
}
#oem .sec02 ul li{
  margin: 10px 0 ;
}
#oem .sec02 ul li:before{
  content: "\f14a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 480px) {
#oem .sec02 ul{
  margin-bottom: 20px;
}
#oem .sec02 ul li{
  margin: 0px;
}
}

/* table */
#oem .sec02 table{
  border: 1px solid #E5E5E5;
  border-bottom: 0px;
  border-right: 0px;
}
#oem .sec02 table th{
  background: #E5E5E5;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
}
#oem .sec02 table td{
  border-right: 1px solid #E5E5E5;
  vertical-align: middle;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #oem .sec02 table{
    font-size: 12px;
  }
}
@media (max-width: 480px) {
#oem .sec02 table td{
  padding: 5px;
}
}

/*試験・品質管理体制について
 ========================================================================== */

/* 見出し */
#quality .sec01 h4{
  font-size: 24px;
  color: #2b2d9a;
  border-bottom: 1px solid #2b2d9a;
  margin-bottom:20px;
}
@media (max-width: 767px) {
#quality .sec01 h4{
    font-size: 18px;
}
}
#quality .sec01 h5{
  font-size: 18px;
  text-indent: -10px;
}


/*研究開発、試験・研究部門
 ========================================================================== */

 #api .sec01 {
     background:url(../../medical/images/bg_api_sec01.jpg) repeat;
     padding-bottom: 0px;
     position: relative;
 }
 #api .sec01:after{
     content:url(../../medical/images/bg_api_sec01_after.png);
     width: 83px;
     height: 33px;
     position: absolute;
     bottom: -33px;
     margin: auto;
     left: 0;
     right: 0;
 }
 #api .sec01 h3{
     color:#fff;
     font-size: 40px;
     text-align: center;
 }
 #api .sec01 h3 span{
     color:#fff300;
     font-size: 50px;
     display: block;
 }
 #api .sec01 .svg-wrapper {
     position: relative;
     width: 50%;
     padding-top: 25%; /* SVG高さ / SVG幅 * 100 */
     margin: 0 auto;
 }
 #api .sec01 .svg-wrapper img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 #api .sec01 .uk-text-center{
     position: relative;
     max-width: 1000px;
     margin: 0 auto;
     padding-bottom: 50px;
 }
 #api .sec01 .uk-text-center .img01{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 20%;
 }
 #api .sec01 .uk-text-center .img02{
     position: absolute;
     bottom: 0;
     right: 0;
     width: 20%;
 }
 @media (max-width: 767px) {
   #api .sec01 h3{
       font-size: 30px;
   }
   #api .sec01 h3 span{
       font-size: 40px;
   }
   #api .sec01 .svg-wrapper {
       width: 60%;
   }
   #api .sec01 .uk-text-center{
       padding-bottom: 20px;
   }
}
@media (max-width: 480px) {
  #api .sec01 h3{
      font-size: 20px;
  }
  #api .sec01 h3 span{
      font-size: 30px;
  }
}

 /*お任せください！！ */
 #api .sec02 h3{
     font-size: 30px;
     color:#232377;
     font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
     margin: 50px 0;
     font-weight: bold;
 }
 #api .sec02 h3 span{
     font-size: 40px;
     color:#ea364d;
     background: linear-gradient(transparent 60%, #ffff66 40%);
     padding: 0 10px;
 }

 #api .sec02 .uk-grid{
     width: 80%;
     margin: 0 auto;
 }

 #api .sec02 .uk-grid .box{
     max-width: 320px;
     margin: 30px auto;
     text-align: center;
 }
 #api .sec02 .uk-grid .box .text{
     font-size: 20px;
     font-weight: bold;
     margin-top: 30px;
     line-height: 1.5;
 }
 @media (max-width: 767px) {
   #api .sec02 h3{
       font-size: 20px;
       margin-bottom: 20px;
   }
   #api .sec02 h3 span{
       font-size: 30px;
       padding: 0 5px;
   }
   #api .sec02 .uk-grid{
       width: 100%;
   }
   #api .sec02 .uk-grid .box .text{
       font-size: 16px;
   }
   #api .sec02 .uk-grid .box img{
       max-width: 200px;
   }
  }
  @media (max-width: 480px) {
    #api .sec02 h3{
        font-size: 16px;
    }
    #api .sec02 h3 span{
        font-size: 22px;
    }
    #api .sec02 .box{
        padding: 0;
    }
    #api .sec02 .uk-grid .box .text{
        margin-top: 10px;
    }
   }
 /*お問い合わせ */
 #api .contact{
   background: #f9f9f9;
   border: 1px solid #ccc;
   border-radius: 10px;
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 50px;
  margin-bottom: 20px;
  text-align: center;
 }
 #api .contact h3{
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 30px;
 }
 #api .contact h3 span{
   font-size: 16px;
   display: inline-block;
   background: #ed5d6f;
   color: #fff;
   padding: 3px 60px;
   margin: 5px 0;
   border-radius: 30px;
   -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
 }
 #api .contact .number{
   font-size: 30px;
   color: #242b99;
   font-weight: bold;
 }
 #api .contact .number span{
   display: inline-block;
   margin: 0 15px;
 }
 #api .contact .number span.tel:before{
   content: "\f095";
   font-family: FontAwesome;
   display: inline-block;
   margin-right: 5px;
 }
 #api .contact .number span.fax:before{
   content: "\f1ac";
   font-family: FontAwesome;
   display: inline-block;
   margin-right: 5px;
 }
 #api .contact .btn a{
   background: #2c2d9b;
   color: #fff;
   padding: 10px 50px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   text-align: center;
   line-height: 1.5;
   position: relative;
   display: inline-block;
   margin-top: 20px;
   font-size: 20px;
 }
 #api .contact .btn a:hover{
  text-decoration: none;
  background: #00ccff;
  transition: all 0.5s ease;
 }
 #api .contact .btn a:after{
   content: "\f105";
   font-family: FontAwesome;
   position: absolute;
   right: 15px;
   transform: translateY(-50%) translateX(-50%);
   -webkit- transform: translateY(-50%) translateX(-50%);
   color: #fff;
   top: 50%;
   font-size: 20px;
 }
 @media (max-width: 767px) {
   #api .contact{
    padding: 20px;
   }
   #api .contact .number span{
     margin: 10px 15px;
   }
   @media (max-width: 480px) {
     #api .contact h3{
      font-size: 16px;
     }
     #api .contact h3 span{
      padding: 3px 40px;
     }
     #api .contact .btn a{
      font-size: 14px;
      padding: 10px;
      display: block;
     }
    }
}
/*研究開発、試験・研究部門
  ========================================================================== */
#research .uk-grid{
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  #research section{
    width: auto;
  }
  #research .img{
    margin: 30px auto;
    width: 70%;
  }
  #research .text{
    margin: 0 auto;
    width: 70%;
  }
 }
@media (max-width: 480px) {
  #research .img{
    width: 100%;
  }
  #research .text{
    width: 100%;
  }
}
#research section p{
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 35px 0;
}

/*主要取引先と提携関係
 ========================================================================== */
#partner .contents{
  padding: 80px 0 40px 0;
 }
#partner section{
 width: 700px;
 margin: 0 auto;
 padding: 30px 0;
 position: relative;
}
#partner section p{
  line-height: 1.8;
}
#partner section .tag{
position: absolute;
top: 20px;
right: 0;
color: #333;
background: #efefef;
padding: 5px 30px;
margin: 0 0 15px 0;
font-size: 16px;
}
#partner h3{
}
@media (max-width: 767px) {
  #partner .contents{
    padding: 40px 0 20px 0;
   }
  #partner section{
    width: 90%;
  }
  #partner section .tag{
  position: relative;
  top: 0;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  }
 }
/* list */
#partner .sec02 ul{
  list-style: none;
  margin-bottom: 50px;
  padding: 0px 5px 5px 5px;
}
#partner .sec02 ul li{
  margin: 10px 0 ;
}
#partner .sec02 ul li:before{
  content: "\f14a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 8px;
}

/* ==========================================================================
一般の皆さま
========================================================================== */

.general .titleBack{
    height: 250px;
    background: url(../../general/images/bg_general.jpg) no-repeat top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

/*お客様相談室
 ========================================================================== */

/*  よくある質問（list） ============================ */

/*  sec01 */
#faqlist .lead{
  margin: 50px 0 50px 0;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #faqlist .lead{
    margin: 50px 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #faqlist .lead{
    font-size: 14px;
  }
}

#faqlist .sec01{
  margin: 0;
  background:url(../../medical/images/bg_api_sec01.jpg) repeat;
}
#faqlist .sec01 .box{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
#faqlist .sec01 a:hover .box{
  background: #e2f9ff;
}
#faqlist .sec01 .box h3{
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#faqlist .sec01 a:hover{
  text-decoration: none;
}
#faqlist .sec01 a:hover h3{
  color: #2c2d9b;
}
@media (max-width: 767px) {
  #faqlist .sec01 .box{
    height: 60px;
    margin-bottom: 15px;
  }
  #faqlist .sec01 .box .img{
    float: left;
    width: 60px;
    box-sizing: border-box;
    margin: 0 10px;
  }
  #faqlist .sec01 .box h3{
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box;
  }
}

/*  sec02 */
#faqlist .sec02{
}

#faqlist .question{
  width: 80%;
  margin: 0 auto;
}
#faqlist .question h4{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.0;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  z-index: 1;
  color: #2c2d9b;
}
#faqlist .question .h4{
  position: relative;
  margin: 100px 0 30px 0;
  /*padding-top: 100px;*/

}
#faqlist .question .h4:after{
  background: #ccc;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
}
#faqlist .question h5{
  text-align: left;
  background: #efefef;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 5px;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}
#faqlist .question ul{
  padding: 0;
  list-style: none;
}
#faqlist .question ul li{
  text-align: left;
  margin: 10px 0;
  padding: 15px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
#faqlist .question ul li:before{
  content: "\f059";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  top: 17px;
  color: #2c2d9b;
}
#faqlist .question ul li a{
  font-size: 16px;
  padding-left: 25px;
  display: inline-block;
  color: #000;
}
@media (max-width: 767px) {
  #faqlist .question .h4{
    margin-top:50px;
    margin-bottom:20px;
  }
  #faqlist .question h4{
    font-size: 18px;
  }
  #faqlist .question ul li a{
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #faqlist .question{
    width: 100%;
  }
}
/*  アンカーリンクの位置調整 */
#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08,#anc09,{
    margin-top: -100px;
    padding-top: 100px;    
}

/*  よくある質問（detail） ============================ */

/*  sec01 */
#faqdetail .sec01{
  padding: 0;
}
#faqdetail .sec01 h3{
  margin-bottom: 50px;
}
#faqdetail h4{
  color: #2c2f99;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
#faqdetail h4:before{
  content: "\f059";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 40px;
  color: #2c2d9b;
}
#faqdetail .tag{
  background: #efefef;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 5px;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}
#faqdetail article{
  position: relative;
  padding-left: 50px;
  margin: 50px 0;
  font-size: 16px;
  line-height: 1.8;
}
#faqdetail article:before{
  content: url(../../general/customer/images/icon_a.svg);
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #faqdetail h4{
    font-size: 18px;
    padding-left: 30px;
  }
  #faqdetail h4:before{
    font-size: 25px;
    top: 0;
  }
  #faqdetail article{
    padding-left: 30px;
    font-size: 14px;
  }
  #faqdetail article:before{
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  #faqdetail article img.uk-float-left{
    width: 40%;
  }
}

/*  sideNavi */
#faqdetail #sideNavi h3{
  font-size: 14px;
  padding: 10px 0!important;
  font-weight: bold;
}

#faqdetail #sideNavi ul li{
  font-size: 12px;
}
@media (max-width: 950px) {
  #faqdetail #sideNavi{
    margin: 0 20px;
  }
}

/*  お客様相談室 ============================ */
#customer .lead{
  margin: 50px 0 50px 0;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #customer .lead{
    margin: 50px 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #customer .lead{
    font-size: 14px;
    text-align: left!important;
     margin: 0px;
  }
}

/* 図 */
#customer .customerimgBg{
  margin: 0;
  background:url(../../medical/images/bg_api_sec01.jpg) repeat;
}
#customer .sec01 .lead{
  color: #fff;
}
#customer .sec01 .svg-wrapper {
    position: relative;
    width: 100%;
    padding-top: 36.666%; /* SVG高さ / SVG幅 * 100 */
}
#customer .sec01 .svg-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*  改善事例 （list）============================ */
#caselist .lead{
  margin: 50px 0 50px 0;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #caselist .lead{
    margin: 50px 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #caselist .lead{
    font-size: 14px;
    text-align: left!important;
  }
}

/* 図 */
#caselist .sec01{
  margin: 0;
  background:url(../../medical/images/bg_api_sec01.jpg) repeat;
}
#caselist .sec01 .lead{
  color: #fff;
}
#caselist .sec01 .svg-wrapper {
    position: relative;
    width: 100%;
    padding-top: 36.666%; /* SVG高さ / SVG幅 * 100 */
}
#caselist .sec01 .svg-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 事例一覧 */
#caselist section.itembox{
  text-align: left;
  max-width: 280px;
  margin: 0 auto 50px auto !important;
}

#caselist  section.itembox .img{
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
#caselist .itembox .img img{
  padding: 15px;
}
#caselist .itembox .img .uk-overlay-panel{
  font-weight: 100;
  font-size: 18px;
}
#caselist .itembox .img .uk-overlay-panel:after{
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
#caselist .itembox .img .uk-overlay-background{
  background: rgba(44,47,153,.9);
  z-index: 2;
}
#caselist .itembox .uk-overlay{
  position: relative;
}
#caselist .itembox .uk-overlay .number{
  position: absolute;
  left: 0;
  top: 0;
  background: #2c2f99;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  z-index: 1;
  font-size: 24px;
  font-weight: 100;
  margin: 0;
  text-align: center;
  line-height: 1.0;
  font-family: 'Barlow Condensed', sans-serif;
}
#caselist .itembox .uk-overlay .number span{
  font-size: 14px;
  display: block;
}
#caselist .itembox h4{
  font-weight: bold;
  margin: 5px 0;
}
#caselist .itembox p{
  font-size: 12px;
  overflow: hidden;
  position: relative;
  margin: 5px 0;
}
@media (max-width: 767px) {
  #caselist .itembox{
    margin-bottom: 20px;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 30px 0 !important;
  }
  #caselist .itembox h4{
    margin-top: 0px;
  }
  #caselist .itembox .img{
    float: left;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #caselist .itembox .img .uk-overlay-panel{
    font-size: 12px;
  }
  #caselist .itembox .uk-overlay .number{
    font-size: 12px;
    padding: 5px;
  }
  #caselist .itembox .uk-overlay .number span{
    font-size: 10px;
  }
  #caselist .itembox .more{
    margin: 15px 0;
  }
  #caselist .itembox .more a{
    border: 1px solid #2c2f99;
    color:#2c2f99;
    padding: 5px 30px;
  }
}
@media (max-width: 480px) {
  #caselist .itembox .img{
    width: 35%;
  }
  #caselist .itembox .more{
    margin-left:37%;
  }
}

/*  改善事例（detail） ============================ */

/*  sec01 */
#casedetail .sec01{
  padding: 0;
}
#casedetail .sec01 h3{
  margin-bottom: 50px;
}
#casedetail h4{
  color: #2c2f99;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
#casedetail h4:before{
  content: "\f086";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 40px;
  color: #2c2d9b;
}
#casedetail .tag{
  background: #efefef;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 5px;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}
#casedetail article{
  position: relative;
  margin: 50px 0;
  font-size: 16px;
  line-height: 1.8;
}
#casedetail article .hukidashi{
  background: #8bc34a;
  color: #fff;
  padding: 0px 40px;
  display: inline-block;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}
#casedetail article .hukidashi:before{
  content: "\f0eb";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 25px;
  margin-right: 5px;
  font-weight: normal;
}
#casedetail article .hukidashi:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0px;
  right: 0;
  margin: auto;
  bottom: -15px;
  border-top: 15px solid #8bc34a;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#casedetail article span.marker {
    background: linear-gradient(transparent 60%, #ffff66 40%);
    padding: 0;
    font-weight: bold;
}
@media (max-width: 767px) {
  #casedetail h4{
    font-size: 18px;
    padding-left: 30px;
  }
  #casedetail h4:before{
    font-size: 25px;
    top: 0;
  }
  #casedetail article{
    font-size: 14px;
  }
  #casedetail article .hukidashi{
    font-size: 16px;
  }
  #casedetail article .hukidashi:before{
    font-size: 20px;
  }
}
@media (max-width: 480px) {
}

/*  sideNavi */
#casedetail #sideNavi h3{
  font-size: 14px;
  padding: 10px 0!important;
  font-weight: bold;
}

#casedetail #sideNavi ul li{
  font-size: 12px;
}
@media (max-width: 950px) {
  #casedetail #sideNavi{
    margin: 0 20px;
  }
}

/*商品情報
 ========================================================================== */

 /*  商品情報_indexページ ============================ */
 #productindex .titleBack{
    height: 250px;
    background: url(../../general/images/bg_general.jpg) no-repeat top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
#productindex .sec01 .lead{
  margin: 50px 0;
}

#productindex .catList {
}
#productindex .catList li {
  text-align: left;
  margin-bottom: 10px;
}
#productindex .catList li a {
  color: #fff;
}

@media (max-width: 767px) {
  #productindex .sec01 .lead{
    text-align: left!important;
    margin-bottom: 0;
  }
}
#productindex .sec01 .uk-grid.list{
  margin-top: 80px;
  margin-bottom: 20px;
}
 #productindex .sec01 .box img{
   padding: 30px;
   border: 1px solid #ccc;
 }

 #productindex .sec01 .box{
   text-align: center;
   max-width: 280px;
   margin: 0 auto;
 }
 #productindex .sec01 .box .text{
   background: #2196f3;
   color: #fff;
   margin: 0;
   padding: 30px 0;
   margin-top: -1px;
   font-size: 18px;
   font-weight: 400;
   cursor: pointer;
 }
 #productindex .sec01 .uk-open .text{
   background: #2c2f99;
   text-align: center!important;
   position: relative;
       transition: all 0.5s ease;
 }
 #productindex .sec01 .uk-open .text:after{
   content: "";
   position: absolute;
   bottom: -20px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 20px 20px 20px;
   border-color: transparent transparent #2c2f99 transparent;
 }
 @media (max-width: 767px) {
   #productindex .sec01 .box .text{
     padding: 15px 0;
     font-size: 15px;
   }
 }
 @media (max-width: 480px) {
   #productindex .sec01 .box{
     margin-bottom: 35px;
   }
   #productindex .sec01 .box .text{
     font-size: 16px;
   }
 }

 /* メガメニュー */
 .uk-dropdown {
    padding: 30px;
    background: #2c2f99;
    font-size: 1rem;
    vertical-align: top;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin:20px auto;
    box-sizing: border-box;
}
.uk-dropdown .uk-grid{
   max-width: 1000px;
   margin: 0 auto!important;
}
.uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*=uk-width-]:nth-child(n+2) {
    border-left: none;
}
.uk-nav-dropdown>li{
  text-align: left;
  padding: 5px 0;
}
.uk-nav-dropdown>li>a{
  color: #fff;
}
.uk-nav-dropdown>li>a:focus, .uk-nav-dropdown>li>a:hover {
    background: #2c2f99;
    color: #00ccff;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
  #productindex .sec01 .list{
    text-align: center;
  }
  #productindex .sec01 .box{
    position: relative;
  }
  .uk-dropdown {
    margin-left: 0;
 }
}
 /* キーワード検索 */
#productindex .keyword{
  background: #eef3fe;
  padding: 40px 70px;
  border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
}
#productindex .keyword h4{
  font-weight: bold;
}
#productindex .keyword input{
  width: 70%;
  padding: 10px 40px;
  font-size: 14px;
  box-sizing: border-box;
}
#productindex .keyword .form{
  position:relative;
}
#productindex .keyword .form:before{
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #2c2e9a;
  font-size: 20px;
}
#productindex .keyword button{
  background: #2c2e9a;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border: none;
  margin-left: 5px;
  text-align: center;
  width: 25%;
}
#productindex .keyword button:hover{
  background: #2296f3;
  transition: all 0.5s ease;
  cursor: pointer;
}
#productindex .keyword button:focus{
  outline: none;
}
@media (max-width: 767px) {
  #productindex .keyword{
    padding: 30px;
  }
  #productindex .keyword input{
    width: 100%;
    box-sizing: border-box;
  }
  #productindex .keyword button{
    margin-top: 15px;
    margin-left: 0;
  }
}

/* 販売店に関して */
#productindex .shop{
  margin-top: 50px;
}
/* 写真（左側） */
#productindex .shop .photo{
  background: url(../../product/images/img_index_sec02.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1219px) {
  #productindex .shop .photo{
    height: 500px;
  }
}
@media (max-width: 480px) {
  #productindex .shop .photo{
    height: 300px;
  }
}
/* メッセージ（右側） */
#productindex .shop .text{
  background: #2296f3;
  padding: 60px;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}
#productindex .shop .text h3{
  color: #fff;
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.0;
}
@media (max-width: 767px) {
  #productindex .shop .text{
    padding: 30px 20px 30px 45px;
  }
  #productindex .shop .text h3{
    font-size: 22px;
  }
}
#productindex .shop .svg-wrapper {
    position: relative;
    width: 100%;
    padding-top: 33%; /* SVG高さ / SVG幅 * 100 */
}
#productindex .shop .svg-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#productindex .shop .btn {
  background: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
#productindex .shop .btn:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #2296f3;
  top: 50%;
  font-size: 20px;
}
#productindex .shop .btn a{
  color: #2296f3;
  font-size: 20px;
}
#productindex .shop .btn:hover {
  background: #2c2d9b;
  transition: all 0.5s ease;
  cursor: pointer;
}
#productindex .shop .btn:hover::after{
  color: #fff;
  transition: all 0.5s ease;
}
#productindex .shop .btn:hover a{
  text-decoration: none;
  transition: all 0.5s ease;
  color: #fff;
}
#productindex .shop .btn span{
  font-size: 13px;
  display: block;
}



/* お問い合わせボタンの背景を白に */
#productindex .btnArea{
  background: #fff!important;
}

 /*  商品情報_一覧ページ ============================ */

/* 絞り込み&キーワード検索 */
#productlist .searchbox{
  margin: 50px 0 80px 0;
}
#productlist .searchbox ul{
  list-style: none;
}
#productlist .searchbox h4{
  font-weight: bold;
}
#productlist .searchbox .bd-r{
  border-right: 1px solid #cbdcec;
}
@media (max-width: 767px) {
  #productlist .searchbox .bd-r{
    border-right: none;
  }
}
/* 絞り込み */
#productlist .searchbox .filter{
  background: #eef3fe;
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  margin-left: 0;
}
#productlist .searchbox .filter h4:before{
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}
#productlist .searchbox .filter ul{
  padding: 0;
}
#productlist .searchbox .filter ul li{
  float: left;
  margin: 0 20px 10px 0;
}
#productlist .searchbox .filter input{
  margin-right: 5px;
}

@media (min-width: 768px){
.display_selectedItem {
    display: none;
  }
.select_box {
      display: block!important;
  }
}
@media (max-width: 767px) {
  #productlist .searchbox .filter{
    padding-left: 0px;
  }
  #productlist .searchbox .filter input{
    display: none;
  }
  .display_selectedItem {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 70px 0 15px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 18px;
    position: relative;
    line-height: 50px;
    width: 100%;
  }
  .display_selectedItem:after {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    font-size: 30px;
    line-height: 50px;
  }
  .select_box {
    background: #fff;
    margin: 0;
    border: 1px solid #ccc;
    border-top: 0;
  }
  ul.select_box li.active{
    color: #fff;
    background:#2c2e9a!important;
  }
  #productlist .searchbox .filter ul li {
    float: none;
    padding: 10px;
    margin: 0;
  }
}
/* キーワード */
#productlist .searchbox .keyword{
  background: #dfe7fb;
  padding: 30px 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}
#productlist .searchbox .keyword input{
  width: 70%;
  padding: 10px 30px;
  font-size: 14px;
}
#productlist .searchbox .keyword .form{
  position:relative;
}
#productlist .searchbox .keyword .form:before{
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #2c2e9a;
}
#productlist .searchbox .keyword button{
  background: #2c2e9a;
  color: #fff;
  padding: 10px 50px;
  font-size: 14px;
  border: none;
  margin-left: 5px;
}
#productlist .searchbox .keyword button:hover{
  background: #009dd8;
  transition: all 0.5s ease;
}
#productlist .searchbox .keyword button:focus{
  outline: none;
}
@media (max-width: 767px) {
  #productlist .searchbox .keyword{
    padding: 30px;
  }
  #productlist .searchbox .keyword input{
    width: 100%;
    box-sizing: border-box;
  }
  #productlist .searchbox .keyword button{
    margin-top: 15px;
    margin-left: 0;
  }
}

/* 商品一覧 */
#productlist .itembox {
  margin-top: 0px !important;
  padding: 0px !important;
  margin-bottom: 50px;
}
#productlist .itembox .img {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
#productlist .itembox .img img {
  padding: 15px;
  width: auto;
  margin: 0 auto;
  height: 100%;
/*   max-width: 100%; */
  max-height: 100%;
}
#productlist .itembox .img .uk-overlay {
  width: 100%;
  height: 100%;
}
#productlist .itembox .img .uk-overlay-panel{
  font-weight: 100;
  font-size: 18px;
}
#productlist .itembox .img .uk-overlay-panel:after{
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
#productlist .itembox .img .uk-overlay-background{
  background: rgba(44,47,153,.9);
}
#productlist .itembox h4{
  font-weight: bold;
  margin: 5px 0;
}
#productlist .itembox p{
  font-size: 12px;
  overflow: hidden;
  position: relative;
  margin: 5px 0;
}
#productlist .itembox ul,
#productlist .itembox ol{
  font-size: 12px;
  margin: 5px 0;
  padding-left: 1.5em;
  overflow: hidden;
}
.itembox a .text p,
#productlist .itembox ul,
#productlist .itembox ol{
  color: #333;
}
.itembox a:hover{
  text-decoration: none;
}
.itembox a:hover h4{
  color: rgba(33,150,243,1);;
}
@media (max-width: 767px) {
  #productlist .itembox {
    margin-bottom: 20px !important;
  }
  #productlist .itembox h4{
    margin-top: 0px;
  }
  #productlist .itembox .img{
    float: left;
/*   width: 22%;  */
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #productlist .itembox .img .uk-overlay-panel{
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #productlist .itembox .img{
    width: 30%;
    height: inherit;
    overflow: hidden;
    text-align: center;
  }
  #productlist .itembox .img img{
    height: auto;
  }
}

/* pagenation */
.uk-pagination>li>a,
.uk-pagination>li>span{
  border-radius: 0;
  background: #fff;
  border: 1px solid #2c2e9a;
  color: #2c2e9a;
  padding: 10px;
}
.uk-pagination>li.uk-active>span{
  background: #2c2e9a;
}
.uk-pagination>li.uk-active>span:hover{
  background: #2c2e9a;
  border: 1px solid #2c2e9a;
  transition: all 0.5s ease;
}
.uk-pagination>li>a:hover,
.uk-pagination>li>span:hover{
  background: #009dd8;
  border: 1px solid #009dd8;
  color: #fff;
  transition: all 0.5s ease;
  text-shadow: none;
}
.uk-pagination>.uk-disabled>span:hover {
    background-color: #fafafa;
    color: #999;
    border: 1px solid rgba(0,0,0,.2);
    text-shadow: 0 1px 0 #fff;
}


/*  商品情報_詳細ページ ============================ */
#product {
}
#product #mainCntsBlock section {
}
#product #mainCntsBlock section  h4 {
  font-size: 24px;
  color: #2b2d9a;
  border-bottom: 1px solid #2b2d9a;
}
#product #mainCntsBlock #prductPht {
   margin-bottom: 10px; 
   text-align: center;
}
#product #mainCntsBlock #prductPht img {
   
}
#product #mainCntsBlock #productLabel {
  display: inline-block;
  color: #1a89d0;
  border: 1px solid #1a89d0;
  padding: 5px;
}
#product #mainCntsBlock .productDoc {
}
#product #mainCntsBlock .productDoc a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
#product #mainCntsBlock .productDoc a:hover {
  background-color: #f6f6f6;
}
#product #mainCntsBlock .productDoc a i {
  color: #cc0000;
  margin-right: 10px;
}

#product section table {
	width: 90%;
	margin: auto;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-collapse: collapse;
}
#product section table th {
	width: 25%;
	background: #f8f8f8;
	padding: 15px 20px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #E5E5E5;
}
#product section table td {
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #E5E5E5;
}

/*サイドバー
 ========================================================================== */
#sideBar {
  padding-top: 60px;
}
/* サイドバーナビゲーション */
#sideBar #sideNavi {
  background-color: #eff3fe;
  box-sizing: border-box;
  padding: 20px 30px;
  border-radius: 10px;
}
#sideBar #sideNavi h3 {
  color: #2b2d9a;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #abb8dc;
}
#sideBar #sideNavi ul {
  padding-left: 0px;
}
#sideBar #sideNavi ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #abb8dc;
}
#sideBar #sideNavi ul li a {
  display: block;
  color: #333;
}

/* ==========================================================================
 万協製薬について
 ========================================================================== */

 /*indexページ
  ========================================================================== */
 /* --- ページタイトル背景 --- */
.about .titleBack{
    background: url(../../about/images/bg_about.jpg) no-repeat top center;
}

/*会社概要
 ========================================================================== */
 #company table{
   font-size: 16px;
 }
 #company table th,
 #company table td{
   padding: 15px 20px;
   text-align: left;
 }

/* --- 会社概要 --- */
#company .sec01 table th{
  white-space: nowrap;
}
#company .sec01 table{
  width: auto;
  display: inline-block;
}
#company .sec01 table span.f80{
  color: #999;
}
#company .sec01 table ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
#company .sec01 table ol{
  padding-left: 1em;
  margin: 0;
}
@media (max-width: 480px) {
  #company .sec01 table th,
  #company .sec01 table td{
    display: list-item;
    list-style: none;
  }
  #company .sec01 table th{
    border: none;
    padding-bottom: 0;
  }
  #company .sec01 table td{
    padding-top: 5px;
    font-size: 14px;
  }

}
/* --- 事業構成 --- */
#company .sec02 table{
  display: inline-block;
  width: auto;
}
#company .sec02 table{
  border: 1px solid #E5E5E5;
  border-bottom: 0px;
  border-right: 0px;
}
#company .sec02 table th{
  background: #E5E5E5;
  border-right: 1px solid #ccc;
}
#company .sec02 table td{
  border-right: 1px solid #E5E5E5;
  vertical-align: middle;
}
#company .sec02 table tr th:last-child{
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 480px) {
  #company .sec02 table td{
    font-size: 14px;
  }
}
/* --- 沿革 --- */
#company .sec04 img{
  margin-right: 25px;
  margin-bottom: 25px;
}

/* --- ボタン --- */
.btnArea{
  font-size: 18px;
  line-height: 1.5;
  padding: 80px 0;
  background: #f5f5f5;
}
.btnArea span{
  font-size: 22px;
  color: #2c2d9b;
}
.btnArea .btn{
  text-align: center;
  line-height: 1.0;
}
.btnArea .btn a{
  display: inline-block;
  background: #2c2d9b;
  color: #fff;
  margin-top: 20px;
  padding: 15px 60px;
  font-size: 24px;
  font-weight: 100;
  border-radius: 20px;
  transition: all 0.5s ease;
  position: relative;
}
.btnArea .btn a:hover{
  text-decoration: none;
  background:#00ccff;
    transition: all 0.5s ease;
}
.btnArea .btn a:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
@media (max-width: 767px) {
  .btnArea{
    padding: 40px 0;
    font-size: 14px;
  }
  .btnArea span{
    font-size: 18px;
  }
  .btnArea .btn a{
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .btnArea{
    font-size: 12px;
  }
  .btnArea span{
    font-size: 16px;
  }
  .btnArea .btn a{
    font-size: 16px;
    padding: 15px;
    display: block;
    margin: 0 20px;
  }
  .btnArea .btn a:after{
    top: 35%;
  }
}
/*製造設備紹介
========================================================================== */
/*リード文 */
#eqpt .lead{
margin: 50px 0;
font-size: 20px;
line-height: 1.8;
}
/*h4見出し */
#eqpt h4,
#csr h4 {
font-size: 24px;
margin: 20px 0 0;
color: #2b2d9a;
margin-top: 60px;
font-weight: bold;
border-left: 5px solid #2b2d9a;
padding-left: 6px;
line-height: 1.0;
}
@media (max-width: 767px) {
#eqpt .lead{
text-align: left!important;
}
}
@media (max-width: 480px) {
#eqpt .lead{
text-align: left!important;
font-size: 14px;
margin: 30px 0;
}
}
@media (max-width: 340px) {
#eqpt .lead{
font-size: 12px;
}
}
/*写真 */
#eqpt .uk-grid .box,
#csr .uk-grid .box{
margin: 30px 0;
line-height: 1.5;
}
/*〈主な設備〉 */
#eqpt .setsubi{
margin: 30px 0 80px 0;
}
#eqpt .setsubi h5 {
font-size: 18px;
font-weight: bold;
}
#eqpt .setsubi ul{
font-size: 14px;
}
#eqpt .setsubi ul li{
padding: 10px;
}
#eqpt .setsubi ul li:before{
content:"・";
display:inline-block;
}
@media (max-width: 767px) {
#eqpt .setsubi ul{
font-size: 14px;
}
.uk-list-striped.bd-none>li:first-child {
border-top: none;
}
.uk-list-striped.striped2>li:nth-of-type(even) {
background: #fafafa!important;
}
.uk-list-striped.striped2>li:nth-of-type(odd) {
background: #fff!important;
}
}
/*各設備へのリンク */
#eqpt .link{
text-align: center;
}
#eqpt .link ul{
list-style: none;
margin: 20px 0 0;
padding: 0;
}
#eqpt .link ul li{
float: left;
width: 33%;
}
#eqpt .link ul li a{
background: #fff;
color: #2c2e9a;
border: 1px solid #2c2e9a;
padding: 10px 30px;
font-size: 16px;
display: block;
margin: 10px 5px;
}
#eqpt .link ul li a:hover,
#eqpt .link ul li.active a{
text-decoration: none;
background: #2c2e9a;
color: #fff;
transition: all 0.1s ease;
}
@media (max-width: 959px) {
#eqpt .link ul li{
width: 48%;
margin: 10px 1%;
box-sizing: border-box;
}
#eqpt .link ul li a{
width: 100%;
box-sizing: border-box;
margin: 0;
}
}
@media (max-width: 480px) {
#eqpt .link ul li{
width: 100%;
margin: 10px 0;
font-size: 14px;
}
}

/*ライン
========================================================================== */
/*  sec01 */
#linelist .lead{
  margin: 50px 0 50px 0;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #linelist .lead{
    margin: 50px 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #linelist .lead{
    font-size: 14px;
  }
}
#linelist .sec01{
  margin: 0;
  background:url(../../about/equipment/images/eqpt07/bg_line_sec01.jpg) repeat;
}
#linelist .sec01 .box{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
#linelist .sec01 .box .img{

}
#linelist .sec01 a:hover .box{
  background: #d0ddff;
}
#linelist .sec01 .box h3{
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#linelist .sec01 a:hover{
  text-decoration: none;
}
#linelist .sec01 a:hover h3{
  color: #2c2d9b;
}
@media (max-width: 767px) {
  #linelist .sec01 .box{
    height: 60px;
    margin-bottom: 15px;
  }
  #linelist .sec01 .box .img{
    float: left;
    width: 60px;
    box-sizing: border-box;
    margin: 0 10px;
  }
  #linelist .sec01 .box h3{
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
  }
}

/*マルチステップ */
#linelist .cd-multi-steps {
  max-width: 1000px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #2c2e9a;
  border-radius: .25em;
}
#linelist .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
#linelist .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
#linelist .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  font-family: FontAwesome;
  content: '\00bb';
  font-size: 2rem;
  margin: 0 .6em;
  color: #ffffff;
}
#linelist .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
#linelist .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
 #linelist .cd-multi-steps {
    padding: 0 1.2em;
  }
  #linelist .cd-multi-steps li {
    margin: 1.2em 0;
  }
  #linelist .cd-multi-steps li::after {
    margin: 0 1em;
  }
  #linelist .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
  #linelist .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    /*text-align: center;*/
  }
  #linelist .cd-multi-steps li {
    position: relative;
    /*float: none;*/
    margin: 0.4em 10px 0.4em 0;
  }
  #linelist .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  #linelist .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: "\f27a";
    font-family: FontAwesome;
    height: 4px;
    background: #2c2e9a;
    /* reset style */
    margin: 0;
  }
  #linelist .cd-multi-steps li > *{
    position: relative;
    color: #ffffff;
  }
  #linelist .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  #linelist .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #2c2e9a;
  }

}

/*各ラインへのリンク */
#linelist .link{
text-align: center;
}
#linelist .link ul{
list-style: none;
margin: 20px 0 0;
padding: 0;
}
#linelist .link ul li{
float: left;
width: 24%;
}
#linelist .link ul li a{
background: #fff;
color: #2c2e9a;
border: 1px solid #2c2e9a;
padding: 10px 30px;
font-size: 16px;
display: block;
margin: 10px 5px;
}
#linelist .link ul li a:hover,
#linelist .link ul li.active a{
text-decoration: none;
background: #2c2e9a;
color: #fff;
transition: all 0.1s ease;
}
@media (max-width: 959px) {
#linelist .link ul li{
width: 48%;
margin: 10px 1%;
box-sizing: border-box;
}
#linelist .link ul li a{
width: 100%;
box-sizing: border-box;
margin: 0;
}
}
@media (max-width: 480px) {
#linelist .link ul li{
width: 100%;
margin: 10px 0;
font-size: 14px;
}
}

/*ライン工程一覧
========================================================================== */
.step a{
    text-decoration: none!important;
    cursor: auto;
}

/*クレド
========================================================================== */
/*リード文 */
#credot section{
  padding: 0;
}
#credo .lead{
margin: 50px 0;
/*font-size: 20px;
line-height: 1.8;*/
}
/*h4見出し */
#credo h4 {
font-size: 24px;
margin: 20px 0 0;
color: #2b2d9a;
margin-top: 60px;
font-weight: bold;
border-left: 5px solid #2b2d9a;
padding-left: 6px;
line-height: 1.0;
}
@media (max-width: 480px) {
#credo .lead{
font-size: 14px;
margin: 30px 0;
}
}
@media (max-width: 340px) {
#credo .lead{
font-size: 12px;
}
}
/*list */

#credot .sec01{
text-align: center;
}
#credo .sec01 .bg{
  padding: 40px 80px 20px 50px;
  margin: 10px 0;
  background: #2c2d9b;
  border-radius: 20px;
}
#credot ul.list01{
  display: inline-block;
  text-align: left;
  font-size: 20px;
}
#credo ul.list01 li{
    margin: 10px 0 20px 0;
    list-style: none;
    text-align: center;
    font-size: 20px;
}
#credo ul.list01 li a{
  background: #fff;
  padding: 10px 40px 10px 50px;
  border-radius: 10px;
  color: #2c2d9b;
  font-weight: bold;
  display: block;
  transition: all 0.5s ease;
  border: 1px solid #efefef;
  position: relative;
}
#credo ul.list01 li a:after {
  content: "\f063";
  font-family: FontAwesome;
  position: absolute;
  right: 50%;
  bottom: -20px;
  color: #999;
}
#credo ul.list01 li.end a:after {
  content: none;
}
#credo ul.list01 li a:hover{
  background:#2c2d9b;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #credo .sec01 .bg{
    padding: 20px 30px 10px 0px;
  }
}
@media (max-width: 480px) {
  #credo .sec01 p{
     text-align: left;
  }
  #credo ul.list01 li a{
    font-size: 14px;
    padding: 5px 20px;
  }
  #credo .sec01 :current(div)ul.list01 li a:after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/*フィロソフィー */
#credo dl.filoDl dt{
font-size: 24px;
margin: 20px 0 0;
color: #2b2d9a;
margin-top: 60px;
font-weight: bold;
padding-left: 2em;
line-height: 1.2;
text-indent: -2em
}
#credo dl.filoDl dd{
font-size: 16px;
margin: 20px;
padding-left: 30px;
line-height: 1.6;
}

/* ７つの行動指針　－ウルトラセブン－*/
/* ミッション*/
#credo ol,
#credo ul .mission
{
width: auto;
display: inline-block; 
}
#credo ol li,
#credo .mission li
{
font-size: 24px;
margin: 20px 0 0;
color: #2b2d9a;
margin-top: 40px;
font-weight: bold;
padding-left: 6px;
line-height: 1.2;
text-align: left;  
}
@media (max-width: 767px) {
#credo ol li,
#credo .mission li
{
font-size: 18px;
margin: 10px 0 0;
margin-top: 20px;;  
}  
    
}


/*CSR
 ========================================================================== */

 /* 社内イベント、環境啓蒙活動-----------------------  */
 #event h3,
 #csr h3{
   margin-bottom: 60px;
 }
 #event h3 span{
   font-size: 85%;
 }
 #event section,
 #csr section{
   border-bottom: 1px solid #2c2d9b;
   padding: 0 15px 60px;
 }
 #event section.sec03,
  #csr section.sec02{
   border-bottom: none;
 }
 #event .text,
#csr .text{
   line-height: 1.8;
   font-size: 16px;
 }
 @media (max-width: 767px) {
   #event .img,
   #csr .img{
     margin-bottom: 20px;
   }
   #event .text,
   #csr .text{
     font-size: 14px;
   }
}
@media (max-width: 480px) {
  #event h3 span{
    display: block;
    margin-top: 30px;
  }
}

/* 環境啓蒙活動-----------------------  */

/* 画像のスタイル  */

#csr .img figure{
  width: 300px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#csr .img figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #csr .img{
    text-align: center;
  }
  #csr .img figure{
    width: 100%;
    margin: 0 auto;
  }
}
/* テキストのスタイル  */
#csr .text h4{
  color: #2c2d9b;
  font-weight: bold;
  font-size: 20px;
}
#csr .text .date{
  color: #666;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.0;
}

/*プチコミファミリー
 ========================================================================== */

/* sec01 -------------- */

/*紹介文 */
#family .sec01 .lead{
  margin: 30px 15px;
  line-height: 1.8;
}
#family .sec02{
  padding-top: 30px;
}
@media (max-width: 480px) {
  #family .sec01 .lead{
    font-size: 12px;
  }
}

/* sec02 -------------- */

/*青背景 */
#family .sec02 .bg-blue{
  background: #eff3fe;
  margin: 30px 15px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 480px) {
  #family .sec02 .bg-blue{
    padding: 20px;
    border-radius: 10px;
  }
}

/*見出し（Petite Comi Family's Voice） */
#family .sec02 h3{
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
  color: #2c2d9b;
}
#family .sec02 h3:before{
  content: "|";
  transform:skew(30deg,0deg);
  display: inline-block;
  margin-right: 10px;
}
#family .sec02 h3:after{
  content: "|";
  transform:skew(-15deg,0deg);
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 480px) {
  #family .sec02 h3{
    top: -20px;
    font-size: 30px;
  }
  #family .sec02 h3:before{
    margin-right: 5px;
  }
  #family .sec02 h3:after{
    margin-left: 5px;
  }
}

/*lead */
#family .sec02 .lead{
  margin: 30px 0 50px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 480px) {
  #family .sec02 .lead{
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

/*各イベント（白背景） */
#family .list{
  background: #fff;
  padding: 30px;
  position: relative;
  margin: 50px 0 15px;
}
@media (max-width: 480px) {
  #family .list{
    padding: 15px;
    margin: 50px 0 15px;
  }
}
/*画像 */
#family .list .img{
  margin: 10px auto;
}
@media (max-width: 767px) {
  #family .list .img{
    width: 60%;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  /*画像 */
  #family .list .img{
    width: 100%;
  }
}
/*見出し（青背景、白文字） */
#family .list h4{
  position: absolute;
  left: -10px;
  top: -20px;
  color: #fff;
  background: #2c2d9b;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.0;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  z-index: 1;
}
@media (max-width: 480px) {
  #family .list h4{
    font-size: 18px;
    padding: 8px 30px;
  }
}
/*見出し（参加者の声） */
#family .list h5{
  color: #2c2d9b;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #2c2d9b;
}
@media (max-width: 480px) {
  #family .list h5{
    font-size: 16px;
  }
}

/*テキスト（参加者の声） */
#family .list p.voice{
  position: relative;
  padding-left: 25px;
}
#family .list p.voice:before{
  content: "\f27a";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 18px;
  color: #04cee8;
  transform: scale(-1, 1);
}
@media (max-width: 480px) {
  #family .list p.voice{
    font-size: 12px;
    line-height: 1.5;
  }
  #family .list p.voice:before{
    top: -5px;
  }
}

/*メディア掲載
 ========================================================================== */

/*  main */
#media #mainCntsBlock h3{
  margin-bottom: 50px;
}
#media #mainCntsBlock .post{
  border-bottom: 1px solid #ccc;
  padding: 15px 0 40px;
  margin: 0 0 30px;
}
#media #mainCntsBlock .post .img{
  text-align: center;
}
#media #mainCntsBlock .post .date{
  color: #666;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
}
#media #mainCntsBlock .post .title{
  color: #2c2d9b;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #media #mainCntsBlock .post{
    max-width: 90%;
    margin: 0 auto;
  }
}

/*  sideNavi */
#media #sideNavi{
  margin-top: 60px;
}
#media #sideNavi h3{
  padding: 10px 0!important;
  font-weight: bold;
}

@media (max-width: 950px) {
  #media #sideNavi{
    margin: 0 20px;
  }
}

/*ベンチマーク掲載
 ========================================================================== */

/*  main */
#benchmark #mainCntsBlock h3{
  margin-bottom: 50px;
}
#benchmark #mainCntsBlock h5 {
    text-align: left;
    background: #2c2d9b;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
#benchmark #mainCntsBlock .post{
  border-bottom: 1px solid #ccc;
  padding: 15px 0 40px;
  margin: 0 0 30px;
}
#benchmark #mainCntsBlock .post .img{
  text-align: center;
}
#benchmark #mainCntsBlock .post .date{
  color: #666;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
}
#benchmark #mainCntsBlock .post .title{
  color: #2c2d9b;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #benchmark #mainCntsBlock .post{
    max-width: 90%;
    margin: 0 auto;
  }
  #benchmark #mainCntsBlock .text{
    margin-top: 5px;
  }  
}

/*  sideNavi */
#benchmark #sideNavi{
  margin-top: 60px;
}
#benchmark #sideNavi h3{
  padding: 10px 0!important;
  font-weight: bold;
}

@media (max-width: 950px) {
  #benchmark #sideNavi{
    margin: 0 20px;
  }
}
/*講演会掲載
 ========================================================================== */

/*  main */
#lecture #mainCntsBlock h3{
  margin-bottom: 50px;
}
#lecture #mainCntsBlock h5 {
    text-align: left;
    background: #2c2d9b;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 0　0 10px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
#lecture #mainCntsBlock .post{
  border-bottom: 1px solid #ccc;
  padding: 15px 0 40px;
  margin: 0 0 30px;
}
#lecture #mainCntsBlock .post .img{
  text-align: center;
}
#lecture #mainCntsBlock .post .date{
  color: #666;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
}
#lecture #mainCntsBlock .post .title{
  color: #2c2d9b;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #lecture #mainCntsBlock .post{
    max-width: 90%;
    margin: 0 auto;
  }
}

/*  sideNavi */
#lecture #sideNavi{
  margin-top: 60px;
}
#lecture #sideNavi h3{
  padding: 10px 0!important;
  font-weight: bold;
}

@media (max-width: 950px) {
  #lecture #sideNavi{
    margin: 0 20px;
  }
}

/*グループ会社
 ========================================================================== */

/*  main */
#group #mainCntsBlock h3{
  margin-bottom: 50px;
}



/*アクセス
 ========================================================================== */
/*------ 見出し -- */
#access h3{
 margin-bottom: 60px;
}
#access h4{
  color: #2c2d9b;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}
#access h4.ad{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #2c2d9b;
}
#access h4:before{
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
#access h4.ad:before{
  content: "\f041";
}
#access h4.train:before{
  content: "\f238";
}
#access h4.car:before{
  content: "\f1b9";
}

/*------ googlemap -- */
#access #map_canvas1,
#access #map_canvas2{
  height: 350px;
}
@media (max-width: 767px) {
  #access #map_canvas1,
  #access #map_canvas2{
    height: 300px;
  }
}


/*------ 青文字 -- */
#access .map .blue{
  color: #2c2d9b;
  font-size: 90%;
}

/*------ list -- */
#access .map .uk-list li{
  text-indent: -10px;
  margin-left: 25px;
  margin-bottom: 15px;
}
#access .map .uk-list li:before{
  content: "\f14a";
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #access .map h4{
    margin-top: 30px;
  }
  #access .image img{
    margin-bottom: 30px;
  }
}

/* ==========================================================================
 経営品質活動
 ========================================================================== */

 /*indexページ
  ========================================================================== */
 /* --- ページタイトル背景 --- */
 .management .titleBack{
    background: url(../../management/images/bg_management.jpg) no-repeat top;
 }


 #management .lead{
   text-align: center;
 }
@media (max-width: 767px) {
  #management .lead{
    text-align: left;
  }
}
#management section{
  padding: 0;
}
#management .sec01{
   text-align: center;
}
#management ul.list01{
  list-style: none;
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 30px 0;
}
#management ul.list01 li{
  margin: 30px 0;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
   "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif;
  letter-spacing: 1.5px;
  font-size: 20px;
  color: #6d5a25;
}
#management ul.list01 li a{
  color: #6d5a25;
}
#management ul.list01 li a:after{
  content: url(../images/restore.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
}
#management ul.list01 li:before {
    content: "\f02e";
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 767px) {
  #management ul.list01{
    margin: 15px 0;
  }
  #management ul.list01 li{
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #management ul.list01 li{
    text-indent:-0.6em;
    padding-left: 2em;
    letter-spacing: 0;
  }
  #management ul.list01 li a:after{
    margin-left: 5px;
  }
}
#management .sec02{
   text-align: center;
}
#management .sec02 .bg{
  padding: 40px 80px 20px 80px;
  margin: 10px 0;
  background: #f9f8f3;
  border-radius: 20px;
  display: inline-block;
}
#management ul.list02{
  list-style: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  padding: 0;
}
#management ul.list02 li{
    margin: 10px 0 20px 0;
}
#management ul.list02 li a{
  background: #fff;
  padding: 10px 40px 10px 50px;
  border-radius: 10px;
  color: #333;
  display: block;
  transition: all 0.5s ease;
  border: 1px solid #efefef;
  position: relative;
}
#management ul.list02 li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  color: #999;
}
#management ul.list02 li a:hover{
  background: #e4e4e4;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #management .sec02 .bg{
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 480px) {
  #management .sec02 p{
     text-align: left;
  }
  #management ul.list02 li a{
    font-size: 14px;
    padding: 5px 20px;
  }
  #management ul.list02 li a:after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/*下層ページ
 ========================================================================== */
#managementPage section{
  text-align: left;
  line-height: 1.8;
}
#managementPage section p{
  margin: 15px 0 40px 0;
  padding-left: 10px;
}

/* 各種見出し */
#managementPage h3 span{
  font-size: 90%;
  display: block;
  margin-top: 50px;
  color: rgb(109, 90, 37);
}
#managementPage h3 span:before {
    content: "\f02e";
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}
#managementPage h3:after{
  top: 125px;
}
@media (max-width: 350px) {
  #managementPage h3{
    font-size: 18px;
  }
}
#managementPage section h4{
  font-size: 18px;
  font-weight: bold;
  margin-top: 80px;
}
#managementPage section h5{
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
#managementPage section h6{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* list */
#managementPage section ul{
  padding-left: 10px;
  margin-bottom: 40px;
}
#managementPage section ul li{
  padding: 10px 0;
}

/* table */
#managementPage section .uk-table{
  border-top:1px solid #E5E5E5;
  border-left:1px solid #E5E5E5;
  width: 95%;
  margin: 10px auto;
}
#managementPage section .uk-table th,
#managementPage section .uk-table td{
  border-bottom:1px solid #E5E5E5;
  border-right:1px solid #E5E5E5;
  padding: 10px 20px;
}

/* PDFへのリンクボタン */
#managementPage section .btn a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 50px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
#managementPage section .btn a:hover {
    text-decoration: none;
    background: #f5f5f5;
    transition: all 0.5s ease;
}
#managementPage section .btn a i {
    color: #cc0000;
    margin-right: 10px;
}
@media (max-width: 767px) {
  #managementPage section .btn a {
      padding: 10px;
      font-size: 14px;
    }
}

/* 2009年　お買い求めは・・・ */
#managementPage section .buy{
  background: #f5f5f5;
  padding: 15px 25px;
  border-radius: 10px;
}
#managementPage section .buy strong{
  display: block;
  color: #2c2d9b;
  font-size: 16px;
}
#managementPage section .buy p{
  margin: 5px 0 15px 0;
  padding: 0;
}
#managementPage section .buy a{
  background: #2c2d9b;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
}
#managementPage section .buy a:hover{
  background: #00ccff;
  text-decoration: none;
  transition: all 0.5s ease;
}
#managementPage section .buy a:before{
  content: "\f105";
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}


/* ==========================================================================
 採用情報
 ========================================================================== */

 /*indexページ
  ========================================================================== */
 /* --- ページタイトル背景 --- */
.recruit .titleBack{
    background: url(../../recruit/images/bg_recruit.jpg) no-repeat top center;
}

#recruit.index .box h3{
    margin: 0!important;
}

#recruit.index .sec01 {
  margin: 0px auto !important;
  padding: 50px 0px 0px 0px;
}

#recruit.index .sec02 {
  margin: 0px auto !important;
}
#recruit.index .sec02 h3.ttl-01 {
  margin: 0px auto 75px auto !important;
}
@media (max-width: 480px) {
  #recruit.index .sec02 {
    margin-bottom: 50px !important;
  }
  #recruit.index .sec02 h3.ttl-01 {
    margin: 0px auto 50px auto !important;
  }
  #recruit.index .sec02 .pamphlet {
    text-align: center;
    margin-bottom: 20px;
  }
  #recruit.index .sec02 .pamphlet img {
    width: 65%;
    height: auto;
  }
}
#recruit.index .sec02 h4 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 25px;
}
#recruit.index .sec02 h4:before {
  content: '';
  display: none;
}
#recruit.index .sec02 .btnBox {
  margin-top: 50px;
}
#recruit.index .sec02 .btnBox a {
  display: inline-block;
  padding: 15px 50px;
  border: 1px solid #252c9a;
  border-radius: 50px;
  color: #252c9a;
}
@media (max-width: 480px) {
  #recruit.index .sec02 .btnBox {
    margin-top: 15px;
    text-align: center;
  }
  #recruit.index .sec02 .btnBox a {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #252c9a;
    border-radius: 50px;
    color: #252c9a;
  }
}

#recruit.index .sec03 {
  margin: 0px;
  padding: 0px;
  aspect-ratio: 16 / 9;
}
#recruit.index .sec03 iframe {
  width: 100%;
  height: 100%;
}

#recruit.index .sec04 h3.ttl-01 {
  margin: 0px auto 75px auto !important;
}
@media (max-width: 480px) {
  #recruit.index .sec04 {
    margin: 20px auto 0px auto !important;
  }
  #recruit.index .sec04 h3.ttl-01 {
    margin: 0px auto 35px auto !important;
  }
  #recruit.index .sec04 .pht {
    text-align: center;
    padding-top: 25px;
  }
  #recruit.index .sec04 .pht img {
    width: 80%;
    height: auto;
  }
}


/* --- アンカーリンク --- */
.anchor{
  text-align: center;
}
.anchor ul{
  list-style: none;
  margin: 30px 0;
  display: inline-block;
  padding: 0;
}
.anchor ul li{
  float: left;
  margin: 10px 5px;
}
.anchor ul li a{
  background: #fff;
  color: #2c2e9a;
  border: 1px solid #2c2e9a;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
}
.anchor ul li a:hover{
  text-decoration: none;
  background: #2c2e9a;
  color: #fff;
  transition: all 0.1s ease;
}
@media (max-width: 959px) {
  .anchor ul li{
    width: 48%;
    margin: 10px 1%;
    box-sizing: border-box;
  }
  .anchor ul li a{
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .anchor ul li{
    width: 100%;
    margin: 0px;
    margin-top: 10px;
  }
}
 #recruit h3{
    margin-bottom: 40px;
    margin-top :50px;
  }

 #recruit h4{
    font-size: 24px;
    color: #252c9a;
    font-weight: 500;
    line-height: 1.0;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
  #recruit h4 span{
    background: #fff;
    padding: 10px 20px;
   }
  #recruit h4:before{
    content: "";
    background: #252c9a;
    width: 80%;
    height: 1px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
   }

 @media (max-width: 767px) {
   #recruit h4{
      font-size: 20px;
    }
  }
  @media (max-width: 480px) {
    #recruit h4{
       margin-bottom: 20px;
     }
   }

  /* --- table --- */
  #recruit table{
    width: 80%;
    margin: 20px auto;
  }
  #recruit table{
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-right: 0px;
  }
  #recruit table th,#recruit table td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
  }
  #recruit table th{
    background: #efefef;
    white-space: nowrap;
  }
  #recruit table td{
    vertical-align: middle;
    text-align: left;
  }
  @media (max-width: 480px) {
    #recruit table{
      width: 100%;
      margin-top: 0;
    }
    #recruit table tr{
      display: block;
    }
    #recruit table th,#recruit table td{
      padding: 10px;
      font-size: 14px;
      display: list-item;
      border-bottom: none;
      list-style: none;
    }
    #recruit table td{
      border-bottom: 1px solid #ccc;
    }
  }

/* ==========================================================================
  お問い合わせ
 ========================================================================== */

/*indexページ
========================================================================== */
/* --- ページタイトル背景 --- */
.contact .titleBack{
   background: url(../../contact/images/bg_contact.jpg) no-repeat top center;
}

/* --- プライバシーポリシーへのリンク --- */

#contact .lead{
   border: 1px solid #ccc;
   margin-top: 100px;
   padding: 30px 50px;
   font-size: 16px;
   line-height: 1.8;
   text-align: center;
   margin: 50px 0 0 0;
}
#contact .lead .btn a{
  display: block;
  background: #2c2d9b;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 100;
  border-radius: 5px;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
  width: 100%;
}
#contact .lead .btn a:hover{
  text-decoration: none;
  background:#00ccff;
    transition: all 0.5s ease;
}
#contact .lead .btn a:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
#contact .saleslead{
  margin: 50px 0 50px 0;
  /*font-size: 18px;*/
  line-height: 1.5; 
}

@media (max-width: 767px) {
  #contact .lead{
    font-size: 13px;
    padding: 30px;
    text-align: center;
  }
  #contact .lead .uk-vertical-align:before {
    content: none;
  }
  #contact .lead .uk-vertical-align-middle{
    display: block;
  }
  #contact .lead .btn a{
    margin-top: 20px;
    padding: 5px 60px;
    display: inline-block;
    width: auto;
  }
  #contact .saleslead{
    margin: 50px 0;
     /*font-size: 15px;*/
    text-align: center;
  }
}
@media (max-width: 480px) {
  #contact .lead{
    font-size: 13px;
    padding: 30px;
    text-align: left;
  }
  #contact .lead .btn a{
    margin-top: 20px;
    padding: 5px;
    display: block;
  }
  #contact .salesleadd{
     /*font-size: 14px;*/
    text-align: left!important;
  }
}

/* --- sec01 --- */
#contact .contactbox{
  background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    box-sizing: border-box;
}
#contact .contactbox p{
   font-size: 14px;
   margin: 0;
}

#contact .bd-r {
    border-right: 1px solid #ccc;
}
#contact h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    padding: 3px 30px;
    margin: 5px 0 20px 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#contact h4.gray {
    background: #999;
    
}
#contact h4.pink {
    background: #ed5d6f;
}
#contact .contactbox .cnts{
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  display: inline-block;
}
/*↓追加 20180618*/
#contact .bd-u{
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding-bottom: 20px;
}

/*↑追加 20180618*/
#contact .contactbox span.tel{
  font-size: 48px;
  color: #242b99;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}
/*↓追加 20180618*/
#contact .contactbox span.tel2{
font-size: 25px;
color: #242b99;
font-weight: bold;
display: block;
margin: 5px 0;
}
/*↑追加 20180618*/
#contact .contactbox .tel:before,
#contact .contactbox .tel2:before /*追加 20180618*/
{
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 950px) {
  #contact .contactbox span.tel,
  #contact .contactbox span.tel2/*追加 20180618*/
  {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #contact .bd-r {
      border-right:none;
      border-bottom: 1px solid #ccc;
  }
  #contact h4 {
      font-size: 16px;
  }
  #contact .contactbox .uk-grid{
    margin: 0;
  }
  #contact .contactbox .cnts{
    text-align: center;
    padding: 15px 0;
  }
  #contact .contactbox .uk-grid>* {
    padding-left: 0;
  }
  #contact .contactbox span.tel,
  #contact .contactbox span.tel2/*追加 20180618*/
  {
    font-size: 20px;
  }
  #contact .contactbox span.tel a,
  #contact .contactbox span.tel2 a/*追加 20180618*/
  {
    color: #242b99;
  }
   /*↓追加 20181004*/ 
  #contact .contactbox .btn a{
    margin-top: 20px;
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    letter-spacing: -0.5px;
  } 
   /*↑追加 20181004*/ 
}
/*↓追加 20181004*/
#contact .contactbox .btn a{
  display: block;
  background: #2c2d9b;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 100;
  border-radius: 5px;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
}
#contact .contactbox  .btn a:hover{
  text-decoration: none;
  background:#00ccff;
    transition: all 0.5s ease;
}
#contact .contactbox  .btn a:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
/**↑追加 20181004*/

/* --- sec02（フォームからのお問い合わせ） --- */
#contact .sec02{
  padding-top: 0;
}
/* --- 共通 --- */
#contact .formbox{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}
#contact .formbox h4{
  padding: 3px 60px;
}
#contact .formbox .cnts{
  display: inline-block;
}
#contact .formbox ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#contact .formbox ul li{
  font-size: 16px;
  font-weight: 300;
}
#contact .formbox ul li:before{
  content: "\f14a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
#contact .formbox .btn{
  text-align: center;
}
#contact .formbox .btn a{
  display: block;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
#contact .formbox .btn a span{
  font-size: 12px;
  display: block;
}
#contact .formbox .btn a:hover{
  text-decoration: none;
  transition: all 0.5s ease;
  color: #fff!important;
}
#contact .formbox .btn a:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  top: 50%;
}
@media (max-width: 950px) {
  #contact .formbox ul li{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #contact .formbox{
    width: 60%;
    margin: 20px auto;
  }
  #contact .formbox .cnts{
    width: 100%!important;
    text-align: center;
  }
  #contact .formbox ul{
    display: inline-block;
  }
  #contact .formbox ul li{
    text-indent: -0.8em;
    padding-left: 2em;
  }
}
@media (max-width: 480px) {
  #contact .sec02 h3:after{
    top: 130px;
  }
  #contact .formbox{
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
  }
  #contact .formbox ul li{
    font-size: 13px;
  }
}

/* --- 一般消費者様 --- */
#contact .formbox.ippan{
  background: #f3f7ee;
  border: 1px solid #c4cec4;
}

#contact .formbox.ippan .cnts{
  width: 50%;
  margin: 0 auto;
}

#contact .formbox.ippan ul li{
  float: left;
  margin: 5px 25px;
  color: #4CAF50;
}
#contact .formbox.ippan h4 {
    background: #4CAF50;
}
#contact .formbox.ippan .btn a{
  background: #fff;
  border: 1px solid #4caf4f;
  color: #4caf4f;
  width: 100%;
}
#contact .formbox.ippan .btn a:hover{
  background:#4caf4f;
}
@media (max-width: 480px) {
  #contact .formbox.ippan ul{
    text-align: left;
  }
  #contact .formbox.ippan ul li{
    float: none;
    text-align: left;
  }
}

/* --- 企業団体様 --- */
#contact .formbox.kigyou{
  background: #f4f8fb;
  border: 1px solid #c4cec4
}
/* 縦線 */
#contact .formbox.kigyou .uk-grid{
  position: relative;
}
#contact .formbox.kigyou .uk-grid:after{
  content:"";
  border-right: 1px solid #b2bae4;
  position: absolute;
  left: 52%;
  height: 100%;
}

#contact .formbox.kigyou ul li{
  margin: 5px 0;
  color: #3f51b5;
}
#contact .formbox.kigyou .cnts{
  text-align: left;
  display: block;
  width: 80%;
  margin: 0 auto;
}
#contact .formbox.kigyou h4 {
    background: #3f51b5;
}
#contact .formbox.kigyou .btn{
  text-align: left;
}
#contact .formbox.kigyou .btn a{
  background: #ffffff;
  border: 1px solid #3f51b5;
  color: #3f51b5;
  max-width: 100%
}
#contact .formbox.kigyou .btn a:hover{
  background:#3f51b5;
}
@media (max-width: 950px) {
  #contact .formbox.kigyou .cnts{
    width: 90%;
  }
}
@media (max-width: 767px) {
  #contact .formbox.kigyou .cnts{
    margin: 20px auto 40px auto;
  }
  #contact .formbox.kigyou .cnts{
    text-align: center;
  }
  #contact .formbox.kigyou .cnts ul{
    text-align: left;
  }
  /* 縦線を横線に */
  #contact .formbox.kigyou .uk-grid:after{
    border-right: none;
    border-bottom: 1px solid #b2bae4;
    height: 1px;
    top: 50%;
    left: 25px;
    width: 95%;
    text-align: center;
  }
}

/*フォームページ
========================================================================== */
#contact.form h3 span{
  font-size: 18px;
  display: block;
}
#contact.form h3:after{
  top: 150px;
}

#contact.form .uk-table th,
#contact.form .uk-table td{
  padding: 20px;
  box-sizing: border-box;
  border-color: #ccc;
}
#contact.form .uk-table th{
  vertical-align: top;
  color:#2c2d9b;
}
#contact.form .uk-table td{
  vertical-align: middle;
}
#contact.form input{
  margin: 5px 0;
}
#contact.form input[type=radio]{
  margin-left: 10px;
}
#contact.form th span.f90{
  font-weight: normal;
  margin-left: -5px;
}
#contact.form span.req{
  color: #fff;
  background: #e91e63;
  padding: 2px;
  margin-top: 6px;
  font-size: 12px;
  display: block;
  width: 4em;
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
}

#contact.form form .btnSubmit {
  text-align: center;
  margin:50px 0;
}

#contact.form form .btnSubmit input{
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
  box-sizing: border-box;
  border:1px solid #2c2d9b;
  color: #2c2d9b;
  display: inline-block;
  padding: 10px 60px;
}

@media (max-width: 767px) {
  #contact.form .uk-table tr{
        display: block;
    }
  #contact.form .uk-table th,
  #contact.form .uk-table td{
        display: list-item;
        list-style: none;
  }
  #contact.form .uk-table th{
    border: none;
    padding: 15px 0 5px 0;
  }
  #contact.form .uk-table td{
    padding: 5px 0 15px 0;
  }
  #contact.form span.req{
    display: inline-block;
    margin-left: 10px;
  }
  .uk-form-width-large{
    width:100%;
  }
}
@media (max-width: 480px) {
  #contact.form h3:after{
    top: 130px;
  }
  #contact.form h3 span{
    font-size: 12px;
  }
}

/* --- 販売店に関するお問い合わせ --- */
#contact .contactList dl{
  width: auto;
  font-size: 16px;
}
#contact .contactList dl{
  border-bottom: 1px solid #E5E5E5;
}
#contact .contactList dt,
#contact .contactList dd{
  /*border-right: 1px solid #E5E5E5;*/
  vertical-align: middle;
  padding: 20px;
}
#contact .contactList dt{
    width: 300px;
}
#contact .contactList dd span.tel {
    font-size: 1.2em;
    margin: 30px;
}

@media (max-width: 480px) {
  #contact .contactList dd{
    font-size: 14px;
  }
}
/*  アンカーリンクの位置調整 */

#aguro,
#asgen,
#zenel,
#noechi,
#bigbit,
#hoyu,
#okudaseiyaku,
#herbejours,
#keisei,
#product-innovation,
#medicine-plus,
#omibh,
#tokujun,
#kyoto-health,
#kyowa-ci_01,
#kyowa-ci_02,
#shigaken-pharm,
#kobayashi-yk,
#shinshin-yakuhin,
#jintan,
#kawamoto-sangyo,
#daigen,
#chugai-iyaku,
#amano-shouji,
#towaseiyaku,#nippo-yakuhin,
#hinoyakuhin,
#ibro,
#wakunaga {
margin-top: -100px;
padding-top: 100px;
}


/* ==========================================================================
 プライバシーポリシー
 ========================================================================== */
 #privacy h3{
   margin: 50px 0 0 0;
 }
 #privacy section{
   width: 700px;
   margin: 0 auto;
 }
 @media (max-width: 767px) {
   #privacy section{
     width: auto;
   }
  }
 #privacy section p{
   font-size: 16px;
   line-height: 1.5;
   margin: 10px 0;
 }


/* ==========================================================================
 更新コンテンツ（メディア掲載・講演会・ベンチマーク）
 ========================================================================== */
#info{
}
#info article {
	margin-bottom: 150px;
}
#info article .ttl-03  {
}
#info article .catchImg {
	margin-bottom: 50px;
}

.page article h4.year {
	font-weight: bold;
	border: 1px solid #aab8dc;
	padding: 7px;
}
