@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: CONDENSEicon;
  src: url(../font/CONDENSEicon);
  /* IE9 Compat Modes */
  src: url(../font/CONDENSEicon.eot#iefix) format("embedded-opentype"), url(../font/CONDENSEicon.woff) format("woff"), url(../font/CONDENSEicon.ttf) format("truetype"), url(../font/CONDENSEicon.otf); }
/*============================
fonts
============================*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*============================
#共通
============================*/
@media screen and (max-width: 750px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block; } }

.xs {
  display: none; }
  @media screen and (max-width: 400px) {
    .xs {
      display: block; } }

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%; }

/*============================
Linkedin Guideline
============================*/
.block_social_media {
  width: 960px;
  margin: 0 auto 30px auto;
  text-align: right; }
  @media screen and (max-width: 970px) {
    .block_social_media {
      width: 90%; } }
  .block_social_media .social_media_container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .block_social_media .social_media_container .sns_title {
      margin-right: 15px;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: normal; }
    .block_social_media .social_media_container .linkedin_icon {
      margin-bottom: -5px; }
  .block_social_media .sns_guideline {
    margin-top: 5px;
    font-size: 12px; }

/*============================
cookie_policy
============================*/
.cookie_policy {
  display: none;
  position: fixed;
  z-index: 999;
  background: #333;
  opacity: 0.8;
  color: #FFF;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 2rem 2rem 1.5rem 2rem;
  box-sizing: border-box; }
  @media screen and (max-width: 1100px) {
    .cookie_policy {
      font-size: 12px;
      line-height: 1.6; } }
  .cookie_policy a {
    color: #FFF;
    text-decoration: underline; }
  .cookie_policy #cookie_close {
    position: absolute;
    right: 1%;
    top: 0;
    font-size: 34px;
    cursor: pointer; }

/*============================
#枠組み　レスポンシブ
============================*/
#wrap {
  overflow: hidden;
  min-width: 960px; }
  @media screen and (max-width: 750px) {
    #wrap {
      min-width: initial;
      width: 100%; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #wrap {
      min-width: initial;
      width: 100%; } }

#wrap #header {
  z-index: 5000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden !important; }
  @media screen and (max-width: 750px) {
    #wrap #header {
      width: 100%;
      max-height: 100vh;
      margin: 0; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #wrap #header {
      width: 100%;
      margin: 0; } }

#wrap #header #headerTop {
  width: 100%;
  padding-top: 0;
  background: url(../img/common/bg_02.png) 0 0 repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055); }
  @media screen and (max-width: 750px) {
    #wrap #header #headerTop {
      padding-top: 0;
      position: relative; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #wrap #header #headerTop {
      padding-top: 0;
      position: relative; } }

#wrap #header.short #headerTop {
  padding: 15px 0 14px 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055); }
  @media screen and (max-width: 750px) {
    #wrap #header.short #headerTop {
      padding-top: 0;
      position: relative; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #wrap #header.short #headerTop {
      padding-top: 0;
      position: relative; } }

#wrap #header #headerBottom {
  position: relative;
  display: block;
  width: 100%;
  background: url(../img/common/bg_01.png) 0 0 repeat;
  *zoom: 1;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 0 0px;
  -moz-transform-origin: 50% 0 0px;
  transform-origin: 50% 0 0px;
  -webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg);
  height: 0; }
  #wrap #header #headerBottom #subnavi01, #wrap #header #headerBottom #subnavi02, #wrap #header #headerBottom #subnavi03#subnavi04, #wrap #header #headerBottom #subnavi05 {
    background: url(../img/common/bg_01.png) 0 0 repeat; }

/*============================
#ヘッダー詳細設定
============================*/
#header #headerTop #fixed_header .logo {
  text-align: center;
  font-size: 1px;
  line-height: 0;
  width: 20%;
  margin: 27px auto 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 750px) {
    #header #headerTop #fixed_header .logo {
      text-align: left;
      padding: 8px 14px;
      margin: 0; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header #headerTop #fixed_header .logo {
      text-align: left;
      padding: 8px 14px;
      margin: 0; } }
  #header #headerTop #fixed_header .logo img {
    height: 69px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media screen and (max-width: 750px) {
      #header #headerTop #fixed_header .logo img {
        height: 26px; } }
    @media screen and (min-width: 750px) and (max-width: 1100px) {
      #header #headerTop #fixed_header .logo img {
        height: 26px; } }
#header #headerTop #fixed_header .item00 {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: 163px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 177px; }
  @media screen and (max-width: 1100px) {
    #header #headerTop #fixed_header .item00 {
      position: initial;
      display: none;
      width: 100%;
      margin: 0;
      -webkit-transition: none;
      -moz-transition: noen;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
      background-color: rgba(210, 237, 221, 0.9); }
      #header #headerTop #fixed_header .item00 > div {
        width: 80%;
        padding: 20px;
        margin: 0 auto; } }
#header #headerTop #fixed_header .item01 {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: 430px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; }
  @media screen and (max-width: 1100px) {
    #header #headerTop #fixed_header .item01 {
      display: none; } }
  #header #headerTop #fixed_header .item01.header-sp_mode {
    display: none; }
    #header #headerTop #fixed_header .item01.header-sp_mode a {
      border: 1px solid #d8edea;
      padding: 4px 8px;
      text-decoration: none;
      letter-spacing: normal; }
    #header #headerTop #fixed_header .item01.header-sp_mode .sp_gr {
      margin-right: 2px; }
    @media screen and (max-width: 1100px) {
      #header #headerTop #fixed_header .item01.header-sp_mode {
        position: fixed;
        display: inline-block;
        margin-left: 0;
        left: initial;
        right: 98px;
        width: 180px;
        top: 13px;
        text-align: center; }
        #header #headerTop #fixed_header .item01.header-sp_mode > span.min-sp {
          display: none; }
        #header #headerTop #fixed_header .item01.header-sp_mode a {
          padding: 4px 5px; } }
#header #headerTop #fixed_header .item05 {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: 347px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; }
  @media screen and (max-width: 1100px) {
    #header #headerTop #fixed_header .item05 {
      display: none; } }
  @media screen and (max-width: 750px) {
    #header #headerTop #fixed_header .item05 {
      display: none; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header #headerTop #fixed_header .item05 {
      display: none; } }
  #header #headerTop #fixed_header .item05 a:hover {
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60); }
#header #headerTop #fixed_header .item02 {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media screen and (max-width: 1100px) {
    #header #headerTop #fixed_header .item02 {
      display: none; } }
  #header #headerTop #fixed_header .item02 .L {
    width: 177px; }
  #header #headerTop #fixed_header .item02 .contact {
    font-size: 14px;
    margin-top: 5px; }
    #header #headerTop #fixed_header .item02 .contact a {
      color: #000; }
      #header #headerTop #fixed_header .item02 .contact a:before {
        content: "\025b6";
        color: #00893F; }
      #header #headerTop #fixed_header .item02 .contact a:hover {
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=60); }
  #header #headerTop #fixed_header .item02 span {
    font-size: 10px; }
#header #headerTop #fixed_header .item03 {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: 430px;
  display: none; }
  @media screen and (max-width: 750px) {
    #header #headerTop #fixed_header .item03 {
      display: block;
      position: absolute;
      top: 0;
      left: auto;
      right: 50px;
      background-color: #d2eddd;
      width: 50px;
      height: 42px;
      margin: 0;
      text-align: center;
      cursor: pointer; }
      #header #headerTop #fixed_header .item03 > span.header-search {
        margin: 8%;
        font-size: 2.0rem;
        color: #0f7930; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header #headerTop #fixed_header .item03 {
      display: block;
      position: absolute;
      top: 0;
      left: auto;
      right: 50px;
      background-color: #d2eddd;
      width: 50px;
      height: 42px;
      margin: 0;
      text-align: center;
      cursor: pointer; }
      #header #headerTop #fixed_header .item03 > span.header-search {
        margin: 8%;
        font-size: 2.0rem;
        color: #0f7930; } }
#header #headerTop #fixed_header .item04 {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: 430px;
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 750px) {
    #header #headerTop #fixed_header .item04 {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      background-color: #0f7930;
      width: 50px;
      height: 42px;
      margin: 0;
      text-align: center; }
      #header #headerTop #fixed_header .item04 > span.header-menu {
        margin: 8%;
        font-size: 2.0rem;
        color: #FFFFFF; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header #headerTop #fixed_header .item04 {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      background-color: #0f7930;
      width: 50px;
      height: 42px;
      margin: 0;
      text-align: center; }
      #header #headerTop #fixed_header .item04 > span.header-menu {
        margin: 8%;
        font-size: 2.0rem;
        color: #FFFFFF; } }
#header #headerTop .header-sp_mode {
  display: none; }
  @media screen and (max-width: 750px) {
    #header #headerTop .header-sp_mode {
      display: initial; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header #headerTop .header-sp_mode {
      display: initial; } }
#header #headerTop #sp-gnavi {
  width: 100%;
  display: none;
  z-index: 15000;
  overflow-y: auto;
  overflow-x: hidden; }
  #header #headerTop #sp-gnavi > ul {
    display: none; }
  #header #headerTop #sp-gnavi > span {
    display: none;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
    background-color: rgba(15, 121, 48, 0.9);
    padding: 10px 0; }
  #header #headerTop #sp-gnavi > li {
    cursor: pointer;
    padding: 10px 0;
    display: none; }
  #header #headerTop #sp-gnavi > a {
    display: none; }
  @media screen and (max-width: 750px) {
    #header #headerTop #sp-gnavi > span {
      display: inline-block;
      padding: 16px 0;
      padding-left: 20px;
      width: 100%;
      border-bottom: 1px solid #fff; }
      #header #headerTop #sp-gnavi > span > span.open-close {
        position: relative;
        float: right;
        font-size: 2.0rem;
        vertical-align: top;
        right: 36px;
        line-height: 14px; }
    #header #headerTop #sp-gnavi > span:last-child {
      border-bottom: none; }
    #header #headerTop #sp-gnavi > ul {
      display: none;
      background-color: rgba(212, 238, 223, 0.9); }
      #header #headerTop #sp-gnavi > ul > a {
        color: #000000; }
        #header #headerTop #sp-gnavi > ul > a > li {
          padding: 16px 0;
          padding-left: 30px;
          border-bottom: 1px solid #aaa; }
          #header #headerTop #sp-gnavi > ul > a > li > span > span.horizontal-line {
            font-size: 0.8rem;
            line-height: 14px;
            vertical-align: middle;
            margin-right: 20px; }
          #header #headerTop #sp-gnavi > ul > a > li > span > span.arrow-right {
            position: relative;
            float: right;
            display: inline-flex;
            font-size: 2.0rem;
            vertical-align: top;
            right: 16px;
            line-height: 14px;
            color: #0f7930; }
          #header #headerTop #sp-gnavi > ul > a > li > span > span > img {
            position: absolute;
            right: 26px;
            line-height: 14px;
            color: #0f7930;
            width: 20px; }
    #header #headerTop #sp-gnavi > ul > li {
      padding: 16px 0;
      width: 100%;
      border-bottom: 1px solid #aaa;
      cursor: pointer; }
      #header #headerTop #sp-gnavi > ul > li > span > span.drop {
        position: relative;
        float: right;
        display: inline-flex;
        font-size: 2.0rem;
        vertical-align: top;
        right: 16px;
        line-height: 14px;
        color: #0f7930; }
      #header #headerTop #sp-gnavi > ul > li > span > span.horizontal-line {
        font-size: 0.8rem;
        line-height: 14px;
        vertical-align: middle;
        margin-right: 20px; }
      #header #headerTop #sp-gnavi > ul > li > span > a span > img {
        position: relative;
        float: right;
        height: 1.0rem;
        vertical-align: middle;
        right: 30px; }
    #header #headerTop #sp-gnavi > ul > ul {
      background-color: rgba(255, 255, 255, 0.6); }
    #header #headerTop #sp-gnavi > ul > ul > a > li {
      padding: 16px 0;
      padding-left: 60px;
      border-bottom: 1px solid #aaa; }
      #header #headerTop #sp-gnavi > ul > ul > a > li > span > img {
        position: relative;
        float: right;
        right: 22px;
        line-height: 14px;
        color: #0f7930;
        width: 20px; }
      #header #headerTop #sp-gnavi > ul > ul > a > li > span.horizontal-line {
        font-size: 0.8rem;
        line-height: 14px;
        vertical-align: middle;
        margin-right: 20px; }
    #header #headerTop #sp-gnavi > ul > ul > a {
      color: #000000; }
    #header #headerTop #sp-gnavi > ul > li > span {
      padding-left: 40px; }
      #header #headerTop #sp-gnavi > ul > li > span > a {
        color: #000000; }
    #header #headerTop #sp-gnavi > a {
      color: #ffffff;
      display: block;
      width: 100%; }
      #header #headerTop #sp-gnavi > a > span {
        display: block;
        width: 100%;
        cursor: pointer;
        color: #ffffff;
        background-color: rgba(15, 121, 48, 0.9);
        padding: 16px 0;
        padding-left: 20px;
        border-bottom: 1px solid #fff; }
        #header #headerTop #sp-gnavi > a > span.notice-color {
          background-color: rgba(17, 167, 64, 0.9); }
        #header #headerTop #sp-gnavi > a > span > span.arrow-right {
          position: relative;
          float: right;
          display: inline-flex;
          font-size: 2.0rem;
          vertical-align: top;
          right: 34px;
          line-height: 14px;
          color: #ffffff; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header #headerTop #sp-gnavi > span {
      display: inline-block;
      padding: 16px 0;
      padding-left: 20px;
      width: 100%;
      border-bottom: 1px solid #fff; }
      #header #headerTop #sp-gnavi > span > span.open-close {
        position: relative;
        float: right;
        font-size: 2.0rem;
        vertical-align: top;
        right: 36px;
        line-height: 14px; }
    #header #headerTop #sp-gnavi > span:last-child {
      border-bottom: none; }
    #header #headerTop #sp-gnavi > ul {
      display: none;
      background-color: rgba(212, 238, 223, 0.9);
      width: 100%;
      height: 100%; }
      #header #headerTop #sp-gnavi > ul > a {
        color: #000000; }
        #header #headerTop #sp-gnavi > ul > a > li {
          padding: 16px 0;
          padding-left: 40px;
          border-bottom: 1px solid #aaa; }
          #header #headerTop #sp-gnavi > ul > a > li > span > span.horizontal-line {
            font-size: 0.8rem;
            line-height: 14px;
            vertical-align: middle;
            margin-right: 20px; }
          #header #headerTop #sp-gnavi > ul > a > li > span > span.arrow-right {
            position: relative;
            float: right;
            display: inline-flex;
            font-size: 2.0rem;
            vertical-align: top;
            right: 16px;
            line-height: 14px;
            color: #0f7930; }
          #header #headerTop #sp-gnavi > ul > a > li > span > span > img {
            position: absolute;
            right: 26px;
            line-height: 14px;
            color: #0f7930;
            width: 20px; }
    #header #headerTop #sp-gnavi > ul > li {
      padding: 16px 0;
      width: 100%;
      border-bottom: 1px solid #aaa;
      cursor: pointer; }
      #header #headerTop #sp-gnavi > ul > li > span > span.drop {
        position: relative;
        float: right;
        display: inline-flex;
        font-size: 2.0rem;
        vertical-align: top;
        right: 16px;
        line-height: 14px;
        color: #0f7930; }
      #header #headerTop #sp-gnavi > ul > li > span > span.horizontal-line {
        font-size: 0.8rem;
        line-height: 14px;
        vertical-align: middle;
        margin-right: 20px; }
      #header #headerTop #sp-gnavi > ul > li > span > a span > img {
        position: relative;
        float: right;
        height: 1.0rem;
        vertical-align: middle;
        right: 30px; }
    #header #headerTop #sp-gnavi > ul > ul {
      background-color: rgba(255, 255, 255, 0.6); }
    #header #headerTop #sp-gnavi > ul > ul > a > li {
      padding: 16px 0;
      padding-left: 60px;
      border-bottom: 1px solid #aaa; }
      #header #headerTop #sp-gnavi > ul > ul > a > li > span > img {
        position: relative;
        float: right;
        right: 22px;
        line-height: 14px;
        color: #0f7930;
        width: 20px; }
      #header #headerTop #sp-gnavi > ul > ul > a > li > span.horizontal-line {
        font-size: 0.8rem;
        line-height: 14px;
        vertical-align: middle;
        margin-right: 20px; }
    #header #headerTop #sp-gnavi > ul > ul > a {
      color: #000000; }
    #header #headerTop #sp-gnavi > ul > li > span {
      padding-left: 40px; }
      #header #headerTop #sp-gnavi > ul > li > span > a {
        color: #000000; }
    #header #headerTop #sp-gnavi > a {
      color: #ffffff;
      display: block;
      width: 100%; }
      #header #headerTop #sp-gnavi > a > span {
        display: block;
        width: 100%;
        cursor: pointer;
        color: #ffffff;
        background-color: rgba(15, 121, 48, 0.9);
        padding: 16px 0;
        padding-left: 20px;
        border-bottom: 1px solid #fff; }
        #header #headerTop #sp-gnavi > a > span > span.arrow-right {
          position: relative;
          float: right;
          display: inline-flex;
          font-size: 2.0rem;
          vertical-align: top;
          right: 34px;
          line-height: 14px;
          color: #ffffff; } }

#header.short #headerTop #fixed_header .logo {
  margin: 0 auto 14px; }
  @media screen and (max-width: 750px) {
    #header.short #headerTop #fixed_header .logo {
      margin: 0;
      text-align: left;
      padding: 8px 14px; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #header.short #headerTop #fixed_header .logo {
      margin: 0;
      text-align: left;
      padding: 8px 14px; } }
  #header.short #headerTop #fixed_header .logo img {
    height: 39px;
    width: auto; }
    @media screen and (max-width: 750px) {
      #header.short #headerTop #fixed_header .logo img {
        height: 26px; } }
    @media screen and (min-width: 750px) and (max-width: 1100px) {
      #header.short #headerTop #fixed_header .logo img {
        height: 26px; } }
#header.short #headerTop #fixed_header .item00 {
  top: -30px;
  opacity: 0;
  filter: alpha(opacity=0); }
  @media screen and (max-width: 1100px) {
    #header.short #headerTop #fixed_header .item00 {
      opacity: 1;
      filter: alpha(opacity=1); } }
#header.short #headerTop #fixed_header .item01, #header.short #headerTop #fixed_header .item05 {
  top: -30px;
  opacity: 0;
  filter: alpha(opacity=0); }

/* 1120px未満 ナビゲーションが改行されたとき */
@media screen and (max-width: 1120px) {
  #wrap #header #gnavi li {
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
    font-size: 100%;
    margin-right: 20px; }

  #sp-gnavi {
    display: none; } }
/* グロナビ二行になったら矢印消す */
@media screen and (max-width: 1120px) {
  #wrap #header .arrow {
    display: none; }

  #sp-gnavi {
    display: none; } }
/* Makabe追加 初期表示でサブナビが開く */
body.cat01 #wrap #header #headerBottom,
body.cat04 #wrap #header #headerBottom,
body.cat05 #wrap #header #headerBottom,
#wrap #header.hover.hover01 #headerBottom,
#wrap #header.hover.hover04 #headerBottom,
#wrap #header.hover.hover05 #headerBottom {
  height: 150px; }
  @media screen and (max-width: 1100px) {
    body.cat01 #wrap #header #headerBottom,
    body.cat04 #wrap #header #headerBottom,
    body.cat05 #wrap #header #headerBottom,
    #wrap #header.hover.hover01 #headerBottom,
    #wrap #header.hover.hover04 #headerBottom,
    #wrap #header.hover.hover05 #headerBottom {
      height: 0; } }

#header #headerBottom {
  /*#subnavi02 {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    padding-top: 13px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }*/ }
  #header #headerBottom #subnavi01 {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    padding-top: 13px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #header #headerBottom #subnavi04 {
    background: url("../img/common/bg_01.png");
    /* サブナビ2行用 */
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    padding-top: 13px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #header #headerBottom #subnavi05 {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    padding-top: 13px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body #wrap #header {
  	/*&.hover02{
  		#headerBottom #subnavi02{
  			left: 0;
  			opacity:1;
    			filter: alpha(opacity=100);
  		}
  		.arrow {
  		  opacity: 1;
  		  filter: alpha(opacity=100);
  		  position: absolute;
  		  top: 0;
  		  left: 50%;
  		  margin-left:-130px;
  		}
  	}*/ }
  body #wrap #header.hover01 #headerBottom, body #wrap #header.hover02 #headerBottom, body #wrap #header.hover03 #headerBottom, body #wrap #header.hover04 #headerBottom, body #wrap #header.hover05 #headerBottom {
    /*height: 150px;*/
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg); }
    body #wrap #header.hover01 #headerBottom nav, body #wrap #header.hover02 #headerBottom nav, body #wrap #header.hover03 #headerBottom nav, body #wrap #header.hover04 #headerBottom nav, body #wrap #header.hover05 #headerBottom nav {
      left: -9999px;
      opacity: 0;
      filter: alpha(opacity=0); }
  body #wrap #header.hover01 #headerBottom #subnavi01 {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  body #wrap #header.hover01 .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -335px; }
  body #wrap #header.hover04 #headerBottom #subnavi04 {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  body #wrap #header.hover04 .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 170px; }
  body #wrap #header.hover05 #headerBottom #subnavi05 {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  body #wrap #header.hover05 .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 330px; }

#wrap #wrap #gnavi a.current,
#wrap a.parentsLink {
  color: #00893f !important; }

#wrap #wrap #header #headerBottom a.current,
#wrap #wrap #header #headerBottom a.current {
  color: #00893f !important; }

#wrap .rightimg {
  background: url(../img/common/rightwing03.png) 0 0 no-repeat;
  width: 1249px;
  height: 963px;
  position: absolute;
  top: -396px;
  right: 50%;
  margin-right: -1728px;
  z-index: 100; }

#wrap .iconBlank {
  background: url(../img/common/icon_02.png) 100% 50% no-repeat;
  padding-right: 15px; }

html.csstransforms #wrap .leftimg {
  background: none;
  width: 1126px;
  height: 2404px;
  position: absolute;
  top: -443px;
  left: 50%;
  margin-left: -2010px;
  background-color: #fff;
  border-right: 1px solid #01893f;
  z-index: 6000;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg); }

html.no-csstransforms #wrap .leftimg {
  display: none; }

html.no-csstransforms #wrap .rightimg {
  background: url(../img/common/rightwing03.png) 0 0 no-repeat;
  width: 1249px;
  height: 963px;
  position: absolute;
  top: -396px;
  right: 50%;
  margin-right: -1728px;
  z-index: 100; }

/*============================
css animation
============================*/
/*
#wrap #header #headerBottom {
  position: relative;
  display: block;
  *zoom: 1;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 0 0px;
  -moz-transform-origin: 50% 0 0px;
  transform-origin: 50% 0 0px;
  -webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg);
}

#wrap #header #headerBottom:before,
#wrap #header #headerBottom:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrap #header #headerBottom:after {
  clear: both;
}
*/
/*タイトル*/
#ttlHead {
  background: #f3f9f4;
  height: 110px;
  padding-top: 57px;
  margin-top: -40px; }
  @media screen and (max-width: 1100px) {
    #ttlHead {
      padding-top: 0;
      margin-top: 0; } }
  #ttlHead h1 {
    width: 870px;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      #ttlHead h1 {
        width: 90%;
        padding-top: 30px; } }
  @media screen and (max-width: 750px) {
    #ttlHead .sp {
      width: 90%;
      margin: 0 auto;
      color: #1e7930;
      font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
      font-weight: bold; }
      #ttlHead .sp .title-ja {
        font-size: 18px;
        padding-top: 0.5rem; }
      #ttlHead .sp .title-en {
        /*font-size: 10px;
        padding-top: 0.3rem;
        font-style: italic;*/
        font-size: 22px;
        padding-top: 0.5rem; } }

/*パンくず*/
#pankuzu {
  background: #FBFBFB;
  z-index: 1000; }

#pankuzu.type01 {
  margin-bottom: 72px; }
  @media screen and (max-width: 1170px) {
    #pankuzu.type01 {
      margin-bottom: 40px; } }

#pankuzu p {
  width: 870px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 12px; }
  @media screen and (max-width: 1170px) {
    #pankuzu p {
      width: 90%;
      height: auto;
      line-height: 2;
      padding: 0.5rem 0; } }
  @media screen and (max-width: 750px) {
    #pankuzu p {
      font-size: 10px; } }

#pankuzu p a {
  color: #01893f;
  font-size: 12px; }
  @media screen and (max-width: 750px) {
    #pankuzu p a {
      font-size: 10px; } }

#pankuzu p span.alpha {
  margin: 0 7px;
  display: inline-block;
  background: url(../img/common/ic_pankuzu.gif) no-repeat;
  line-height: 1;
  text-indent: -9999px;
  width: 5px;
  height: 14px; }

#mainImage {
  height: 450px;
  padding-top: 146px;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    #mainImage {
      padding-top: 0; } }

/*共通カラム割*/
h2.midashi {
  border-bottom: 1px solid #b2dbc5;
  font-size: 22px;
  line-height: 2em;
  margin-bottom: 20px; }

#contentsWraper {
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 1100px) {
    #contentsWraper {
      padding-top: 42px;
      width: 100%; } }

.case01 {
  width: 870px;
  margin: 0 auto; }
  @media screen and (max-width: 970px) {
    .case01 {
      width: 90%; } }

.case02 {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 970px) {
    .case02 {
      width: 90%; } }

footer {
  clear: both;
  height: 200px;
  padding-top: 74px;
  padding-bottom: 74px;
  border-top: solid #f1f1f1 1px; }
  footer ul {
    margin: 0 auto 50px;
    width: 500px; }
    @media screen and (max-width: 750px) {
      footer ul {
        margin: 0 auto;
        text-align: center;
        width: 90%; } }
    footer ul li {
      float: left;
      line-height: 1.8;
      border-right: 1px solid #cce7d9;
      padding: 0 10px; }
      @media screen and (max-width: 750px) {
        footer ul li {
          display: inline-block;
          float: none;
          padding: 0 4%;
          margin: 1% auto; } }
      footer ul li.lastChild {
        border-right: none; }
      footer ul li a {
        font-size: 12px; }
  footer p#copyright {
    clear: both;
    text-align: center;
    color: #888;
    margin: 80px auto 0; }
    @media screen and (max-width: 750px) {
      footer p#copyright {
        margin: 0 auto 80px;
        top: 10%;
        width: 80%; }
        footer p#copyright img {
          height: auto;
          width: 100%; } }
    @media screen and (min-width: 750px) and (max-width: 1100px) {
      footer p#copyright {
        margin: 0% auto;
        top: 10%; } }

/*モーダルウィンドウ*/
#overLayer,
#overLayer02,
#overLayer03 {
  width: 556px;
  margin: 0;
  padding: 50px;
  background: #fff;
  z-index: 200000;
  color: #000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%; }
  @media screen and (max-width: 1100px) {
    #overLayer,
    #overLayer02,
    #overLayer03 {
      width: 90% !important;
      padding: 2rem;
      margin-left: -45%;
      box-sizing: border-box; } }

#overLayer small,
#overLayer02 small,
#overLayer03 small {
  font-size: 14px; }

#overLayer small span,
#overLayer02 small span,
#overLayer03 small span {
  font-size: 14px; }

#overLayer div,
#overLayer02 div,
#overLayer03 div {
  height: 325px;
  overflow-x: hidden; }
  @media screen and (max-width: 750px) {
    #overLayer div,
    #overLayer02 div,
    #overLayer03 div {
      height: auto; } }

#overLayer p,
#overLayer02 p,
#overLayer03 p {
  margin-bottom: 15px;
  line-height: 1.5; }

#overLayer p.font22,
#overLayer02 p.font22,
#overLayer03 p.font22 {
  color: #01893f;
  margin-bottom: 10px !important;
  font-size: 22px;
  padding: 0 !important;
  border-bottom: 1px dotted #01893f; }

#overLayer dt,
#overLayer02 dt,
#overLayer03 dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4; }

#overLayer dd,
#overLayer02 dd,
#overLayer03 dd {
  margin-bottom: 1.3em;
  line-height: 1.5;
  text-align: justify;
  text-justify: distribute; }

.button-link {
  color: #00f;
  text-decoration: underline; }

.button-link:hover {
  cursor: pointer;
  color: #f00; }

.modal-close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0; }

#glayLayer {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../img/common/bg_modal.png);
  display: none; }

a.modal-open,
a.modal-open02,
a.modal-open03 {
  color: #1e96d2;
  text-decoration: underline; }

a.modal-open.black,
a.modal-open02.black,
a.modal-open03.black {
  color: #333 !important;
  text-decoration: none; }

a.modal-open.black span,
a.modal-open02.black span,
a.modal-open03.black span {
  color: #333 !important; }

/*戻るボタン*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 1;
  transition: opacity .3s, visibility .3s;
  visibility: visible; }

#page_top.page_top_hidden {
  opacity: 0;
  visibility: hidden; }

#page_top a {
  text-decoration: none;
  width: 70px; }

#page_top a:hover {
  text-decoration: none; }

span.blankwindow {
  margin-left: 4px; }

#wrap #header #gnavi a.current {
  /*color: #00893f !important;*/
  color: #fff !important;
  font-weight: bold; }

#wrap #header #gnavi a.parentsLink {
  /*color: #00893f !important;*/
  color: #fff !important; }

/*カスタム検索*/
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
  width: 177px; }

header .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px; }

header table.gsc-search-box td.gsc-input {
  padding-right: 0px;
  font-size: 12px; }

header .cse .gsc-search-button input.gsc-search-button-v2,
header input.gsc-search-button-v2 {
  height: 14px;
  margin-top: 0px;
  min-width: 13px;
  padding: 3px 8px 4px;
  width: 13px; }

header .cse .gsc-search-button {
  width: 50px;
  margin-top: 1px; }

#cse-search-box input[type="submit"] {
  border-radius: 0 5px 5px 0;
  color: #FFFFFF;
  float: right;
  height: 31px;
  margin-left: 0 !important;
  width: 40px; }

#gsc-iw-id1 {
  margin-top: -3px;
  height: 21px; }

#gs_tti50 input {
  font-size: 12px;
  size: 14;
  margin-top: -3px;
  line-height: 1.2; }

header.gsib_b {
  width: 120px; }

header .gsib_a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px !important;
  width: 120px; }
  @media screen and (max-width: 750px) {
    header .gsib_a {
      width: 100%; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    header .gsib_a {
      width: 100%; } }

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  background-color: #99D0B2 !important;
  background-image: none;
  border-color: #99D0B2 !important;
  filter: none; }

/*============================
unique header
============================*/
body.cat01 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat01 #wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0; }

body.cat02 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/*body.cat02 #wrap #header #subnavi01 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}*/
body.cat02 #wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0; }

body.cat03 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  /* サブナビ削除 */
  /*-webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg);*/ }

/*body.cat03 #wrap #header #subnavi05 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}*/
body.cat03 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -190px;
  /* サブナビ削除 */
  /*opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;*/ }

body.cat04 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/*body.cat04 #wrap #header #subnavi02 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}*/
body.cat04 #wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0; }

body.cat05 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/*body.cat05 #wrap #header #subnavi02 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}*/
body.cat05 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 330px; }

body.cat06 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/*body.cat06 #wrap #header #subnavi03 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}*/
body.cat06 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 500px; }

body.cat07 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/*body.cat07 #wrap #header #subnavi04 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}*/
body.cat07 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 355px; }

/* サブナビドロップダウンメニュー */
#wrap #header #headerBottom li#b02 {
  cursor: pointer; }

#wrap #header #headerBottom li > ul.sub_in {
  position: absolute;
  float: none;
  left: 0;
  padding-left: 0;
  z-index: 100;
  color: #333; }

#wrap #header #headerBottom li > ul.sub_in > li {
  width: 220px;
  text-align: center;
  height: auto;
  background: #fff;
  top: -30px;
  margin-right: 0;
  left: 0;
  display: block;
  float: none;
  font-size: 80%;
  line-height: 1.3;
  border-bottom: 1px solid #EAEAEA; }

/* header.shortの時は文字サイズ変更 */
#wrap #header.short #headerBottom li > ul.sub_in > li {
  font-size: 90%; }

#wrap #header #headerBottom li > ul.sub_in > li:last-child {
  border-bottom: 0; }

#wrap #header #headerBottom li > ul.sub_in > li a {
  display: block;
  text-align: center;
  /*color: #00893f !important;*/
  padding: 10px 15px;
  height: auto; }

/*E.Makabe追加 START*/
body #wrap #header #subnavi02 #b02_subin,
body #wrap #header #subnavi02 #b02 #b02_subin {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  top: 0;
  width: 220px; }

body #wrap #header #subnavi02 #b02.hover #b02_subin {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  top: 26px; }

/*E.Makabe追加 END*/
/* Gnaviのみ */
nav#gnavi {
  background: #01893f;
  padding: 8px 0 14px 0; }
  @media screen and (max-width: 750px) {
    nav#gnavi {
      display: none; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    nav#gnavi {
      display: none; } }

#wrap #header #gnavi a {
  color: #fff !important;
  /*background:url(../img/top/icon_01_white.png) 100% 100% no-repeat;*/ }

#wrap #header #headerTop {
  padding-bottom: 0; }

#wrap #header.short #headerTop {
  padding-bottom: 0; }

#header.short nav#gnavi {
  background: #01893f;
  padding: 8px 0 14px 0; }

@media screen and (max-width: 750px) {
  body {
    min-width: initial; }

  #topImage {
    padding-top: 0; } }
@media screen and (min-width: 750px) and (max-width: 1100px) {
  body {
    min-width: initial; }

  #topImage {
    padding-top: 0; } }
/*ニュース*/
#yearNav {
  line-height: 1;
  border: 1px solid #cce7d9;
  width: 100px;
  margin: 0 0 10px 0; }

.select-wrap {
  outline: none;
  cursor: pointer !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #cce7d9;
  width: 100px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  color: #333;
  background: url(../img/news/ic_arrow.png) no-repeat 70px center; }

.select-wrapa:active input[type="select"]::-moz-focus-inner,
.select-wrapa:active input[type="button"]::-moz-focus-inner,
.select-wrapa:active input[type="reset"]::-moz-focus-inner,
.select-wrapa:active input[type="submit"]::-moz-focus-inner {
  border: 0px;
  outline: none; }

.select-wrap:hover {
  background: #e5f2eb url(../img/news/ic_arrow.png) no-repeat 70px center; }

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  margin: 0;
  padding: 11px 60px 12px 11px;
  background: transparent;
  border: 0;
  line-height: 1.5;
  border: none;
  cursor: pointer !important;
  outline: none; }

.select-wrap select:active {
  border: none;
  outline: none; }

.select-wrap select option {
  background: #fff; }

.entypo-down-open-mini:before {
  z-index: 1; }

.listInner {
  display: table;
  border: 1px solid #CCE7D9;
  color: #00893F;
  line-height: 21px;
  vertical-align: middle;
  margin-bottom: 5px;
  overflow: hidden; }

.listInner a {
  padding: 7px 15px 7px;
  display: block;
  background: #ffffff url(../img/news/bg_arrow.png) bottom right no-repeat; }

.listInner a:hover {
  background: #e5f2eb url(../img/news/bg_arrow.png) bottom right no-repeat;
  text-decoration: none; }

.listInner span.pdfBtn {
  margin-left: 6px; }

.listInner span.pdfBtn img {
  vertical-align: text-bottom; }

.listInner .post {
  display: table-cell;
  vertical-align: middle;
  width: 780px;
  padding-left: 10px;
  font-size: 13px; }

.listInner p.date {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  width: 90px;
  margin-right: 10px;
  height: 100%; }

.listInner p.categ {
  width: 52px;
  display: table-cell;
  vertical-align: middle; }

.listInner p.categ span {
  display: block;
  width: 52px;
  height: 21px;
  text-indent: -9999px; }

.listInner p.categ span.other {
  background: url(../img/news/ic_other.png) no-repeat; }

.listInner p.categ span.ir {
  background: url(../img/news/ic_ir.png) no-repeat; }

/* 20150615 決算情報カテゴリ追加 */
.listInner p.categ span.closing {
  background: url(../img/news/ic_settleinfo.png) no-repeat; }

.listInner p.categ span.houkoku {
  background: url(../img/news/ic_result.png) no-repeat; }

.listInner p.categ span.temp {
  background: url(../img/medical/ic_txt.gif) no-repeat; }

.listInner p.categ span.use {
  background: url(../img/medical/ic_use.gif) no-repeat; }

.listInner p.categ span.change {
  background: url(../img/medical/ic_change.gif) no-repeat; }

.listInner p.categ span.stop {
  background: url(../img/medical/ic_stop.gif) no-repeat; }

.listInner p.categ span.hatsubai {
  background: url(../img/medical/ic_new.gif) no-repeat; }

.listInner p.categ span.kankei {
  background: url(../img/news/ic_kankei.png) no-repeat; }

.listInner p.categ span.renew {
  background: url(../img/news/ic_renew.png) no-repeat; }

.listInner p.categ span.med {
  background: url(../img/news/ic_med.png) no-repeat; }

/* 英語版カテゴリ追加 START */
.listInner p.categ span.en_ir_info {
  background: url(../img/en/ir/news/ic_ir.png) no-repeat; }

.listInner p.categ span.en_financial_info {
  background: url(../img/en/ir/news/ic_settleinfo.png) no-repeat; }

.listInner p.categ span.en_other {
  background: url(../img/en/ir/news/ic_other.png) no-repeat; }

/* 英語版カテゴリ追加 END */
html.no-csstransitions #wrap #header #headerBottom,
html.no-csstransitions #wrap #header #headerBottom.close,
html.no-csstransitions #wrap #header.cat01 #headerBottom {
  height: 0; }

/* 06を追加 */
html.no-csstransitions #wrap #header.cat01 #headerBottom,
html.no-csstransitions #wrap #header.cat02 #headerBottom,
html.no-csstransitions #wrap #header.cat03 #headerBottom,
html.no-csstransitions #wrap #header.cat04 #headerBottom,
html.no-csstransitions #wrap #header.cat05 #headerBottom,
html.no-csstransitions #wrap #header.cat06 #headerBottom,
html.no-csstransitions #wrap #header.cat07 #headerBottom,
html.no-csstransitions #wrap #header.hover01 #headerBottom,
html.no-csstransitions #wrap #header.hover02 #headerBottom,
html.no-csstransitions #wrap #header.hover03 #headerBottom,
html.no-csstransitions #wrap #header.hover04 #headerBottom,
html.no-csstransitions #wrap #header.hover05 #headerBottom,
html.no-csstransitions #wrap #header.hover06 #headerBottom,
html.no-csstransitions #wrap #header.hover07 #headerBottom {
  height: 60px; }

/* 06を追加 */
html.no-csstransitions #wrap #header.short.cat01 #headerBottom,
html.no-csstransitions #wrap #header.short.cat02 #headerBottom,
html.no-csstransitions #wrap #header.short.cat03 #headerBottom,
html.no-csstransitions #wrap #header.short.cat04 #headerBottom,
html.no-csstransitions #wrap #header.short.cat05 #headerBottom,
html.no-csstransitions #wrap #header.short.cat06 #headerBottom,
html.no-csstransitions #wrap #header.short.cat07 #headerBottom,
html.no-csstransitions #wrap #header.short.hover01 #headerBottom,
html.no-csstransitions #wrap #header.short.hover02 #headerBottom,
html.no-csstransitions #wrap #header.short.hover03 #headerBottom,
html.no-csstransitions #wrap #header.short.hover04 #headerBottom,
html.no-csstransitions #wrap #header.short.hover05 #headerBottom,
html.no-csstransitions #wrap #header.short.hover06 #headerBottom,
html.no-csstransitions #wrap #header.short.hover07 #headerBottom {
  height: 60px; }

/* 02-04を追加 */
html.no-csstransitions #wrap #header.hover04 #headerBottom,
html.no-csstransitions #wrap #header.short.hover04 #headerBottom,
html.no-csstransitions #wrap #header.hover05 #headerBottom,
html.no-csstransitions #wrap #header.short.hover05 #headerBottom {
  height: 0; }

/*共通*/
/*ボタン*/
.botton01 {
  height: 35px;
  border: 1px solid #CCE7D9 !important;
  text-align: center;
  margin: 0 auto 50px; }

.botton01.closeBtn a {
  background: #ffffff url(../img/biopharmaceutical/product/bt_close.png) no-repeat 220px 2px; }

.botton01.closeBtn a:hover {
  background: #e5f2eb url(../img/biopharmaceutical/product/bt_close.png) no-repeat 220px 2px;
  text-decoration: none; }

.botton01 a {
  display: block;
  background: #ffffff url(../img/common/arrow03.png) bottom right no-repeat;
  color: #333;
  height: 100%;
  font-size: 13px; }

.botton01 a:hover {
  background: #e5f2eb url(../img/common/arrow03.png) bottom right no-repeat;
  text-decoration: none; }

.botton01 a span {
  line-height: 36px;
  /*margin-left:-9px;*/
  font-size: 13px; }

.botton01 a span img {
  margin-right: 5px; }

.botton02 {
  padding: 4px;
  border: 1px solid #D8EDE2;
  background: #ffffff url(../img/top/bg_breen.gif) -1px -1px no-repeat;
  line-height: 0; }

.botton02:hover {
  background: #fff;
  border: 5px solid #00893F;
  padding: 0; }

/*テーブル*/
table.set01 {
  border: #cccccc 1px solid; }

table.set01 tr th.heading {
  background: #01893f !important;
  color: #fff;
  border-bottom: #ccc solid 1px; }

table.set01 tr th {
  padding: 15px 5px 16px 20px;
  font-weight: bold;
  border-bottom: #ccc solid 1px; }

table.set01 tr th.heading {
  border-left: 1px solid #ccc; }

table.set01 tr td {
  padding: 15px 20px 15px 20px;
  border-bottom: #ccc solid 1px;
  border-left: 1px solid #ccc; }

table.set01 tr.odd {
  background: #f0f0f0; }

body #wrap #header.hover01 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -335px; }

body #wrap #header.hover05 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 330px; }

html.ie8 body #wrap #header.hover01 .arrow {
  margin-left: -335px; }

body #wrap #header.hover06 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 360px; }

html.ie8 body #wrap #header.hover04 .arrow {
  margin-left: 180px; }

@media screen and (min-width: 1100px) {
  #wrap #header .item00 {
    padding-top: 3px;
    font-size: 14px;
    margin-left: 140px !important; } }
/* ===== Google検索 崩れ対策（重要） ===== */
/* Google CSS の vertical-align 指定を打ち消す */
.item00 table.gsc-search-box td {
  vertical-align: baseline !important; }

/* 入力欄のズレ対策 */
#wrap #header .item00 .gsib_a {
  background-position: left 0 !important;
  padding-left: 28px !important;
  width: 125px !important; }
  @media screen and (max-width: 1100px) {
    #wrap #header .item00 .gsib_a {
      width: inherit !important; } }

form.gsc-search-box {
  margin: 0 !important; }

.gsib_b, .gscb_a {
  height: 15px !important;
  width: 35px !important;
  text-align: right; }

@media screen and (min-width: 1100px) {
  #gs_st50 {
    max-width: 50px; }

  .gsib_b {
    max-width: 50px; }

  .gsst_b {
    text-align: right; } }
