@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-size: 62.5%; }
  html * {
    box-sizing: border-box; }

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

img {
  max-width: 100%; }

/*
**:::::::  common style   :::::::
*/
@media (min-width: 767px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; } }
@media (max-width: 767px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop2.png);
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: -50px;
    text-indent: -9999px;
    outline: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; } }
a {
  text-decoration: none;
  color: #575151;
  outline: none;
  font-weight: bold; }

a:hover {
  color: #1d84c6; }

.wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1120px) {
    .wrap {
      width: 90%;
      max-width: 1120px; } }
  @media (max-width: 1120px) {
    .wrap {
      width: 92%; } }

#header {
  background-color: transparent;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  height: 86px;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative; }
  @media (max-width: 767px) {
    #header {
      height: 60px;
      background-color: #fff; } }
  #header #header_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 86px;
    background-color: #fff; }
    @media (min-width: 767px) {
      #header #header_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 767px) {
      #header #header_inner {
        height: 60px;
        padding: 0 15px; } }
    @media (max-width: 1120px) {
      #header #header_inner:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0;
        clear: both; } }
  #header.fixed {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px #ddd solid; }
    @media (max-width: 767px) {
      #header.fixed {
        height: 60px;
        background: black; } }
    #header.fixed #header_inner {
      height: 86px; }
      @media (max-width: 767px) {
        #header.fixed #header_inner {
          height: 60px; } }

#main {
  height: 100%; }
  @media (max-width: 1120px) {
    #main {
      padding-top: 60px; } }

#logo {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 767px) {
    #logo {
      width: 140px;
      margin-left: 30px; }
      #logo img {
        max-width: 100%; } }
  @media (max-width: 767px) {
    #logo {
      width: 120px;
      padding: 6px 0 0 0px;
      position: relative;
      z-index: 4; } }

@media (min-width: 767px) {
  .fixed #logo {
    width: 130px;
    padding-top: 0px; } }
@media (max-width: 767px) {
  .fixed #logo {
    width: 110px; } }

@media (min-width: 1120px) {
  #global_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 43px;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-right: 30px; } }
@media (max-width: 1120px) {
  #global_navi {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #161616;
    overflow: auto;
    z-index: 3; } }
@media (min-width: 767px) and (max-width: 1120px) {
  #global_navi {
    width: 400px;
    right: -400px; } }
@media (max-width: 767px) {
  #global_navi {
    width: 100%;
    left: 100%; } }

@media (min-width: 767px) and (max-width: 1120px) {
  .opened #global_navi {
    right: 0; } }
@media (max-width: 767px) {
  .opened #global_navi {
    left: 0; } }

@media (min-width: 1120px) {
  #navi_ul {
    height: 43px;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
@media (max-width: 1120px) {
  #navi_ul {
    text-align: center;
    position: absolute;
    top: 80px;
    left: 4%;
    width: 92%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767px) {
  #navi_ul {
    background-color: #fff; } }

@media (min-width: 1120px) {
  #navi_ul > li {
    float: left;
    font-size: 14px;
    vertical-align: middle; } }

@media (min-width: 1120px) {
  #navi_ul > li:last-child .header-nav-item::after {
    background-color: transparent; } }

.header-nav-item {
  text-decoration: none; }
  @media (min-width: 1120px) {
    .header-nav-item {
      position: relative;
      height: 43px;
      padding: 0 15px;
      color: #1b1b1b;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .header-nav-item {
      color: #fff;
      border-bottom: 1px #777 solid;
      padding: 13px 0;
      display: flex;
      width: 100%;
      text-align: left;
      align-items: center;
      padding: 13px 15px; } }
  @media (max-width: 767px) {
    .header-nav-item {
      background-color: #fff;
      color: #444;
      border-bottom: 1px #777 solid;
      text-align: left;
      padding: 8px 12px;
      display: flex;
      align-items: center;
      width: 100%;
      line-height: 1.3; } }
  .header-nav-item.header-nav-contact {
    position: relative;
    background-color: #262626;
    transition: all .3s ease;
    color: #fff;
    border-radius: 50px; }
    @media (min-width: 767px) and (max-width: 1120px) {
      .header-nav-item.header-nav-contact {
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .header-nav-item.header-nav-contact {
        width: 90%;
        margin: 15px auto; } }
    .header-nav-item.header-nav-contact:hover {
      background-color: #494242; }
    @media (min-width: 1120px) {
      .header-nav-item.header-nav-contact {
        width: 165px;
        margin-left: 20px; } }
    .header-nav-item.header-nav-contact i {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px; }

@media (min-width: 767px) {
  .header-nav-item:hover {
    color: #de9a34; } }

@media (min-width: 767px) {
  li.toggle:hover {
    color: #de9a34; } }

@media (min-width: 767px) {
  li.toggle:hover .header-nav-item {
    color: #de9a34; } }

@media (min-width: 767px) {
  li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1; } }

@media (min-width: 1120px) {
  .megamenu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.9); } }
@media (min-width: 1120px) {
  .megamenu .menu_inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    justify-content: center; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .megamenu .menu_inner {
    padding: 12px 20px;
    border-bottom: 1px #777 solid; } }
@media (max-width: 767px) {
  .megamenu .menu_inner {
    padding: 8px 12px;
    border-bottom: 1px #777 solid; } }
@media (min-width: 1120px) {
  .megamenu .menu_inner li a {
    color: #fff;
    display: block;
    padding: 0 15px; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .megamenu .menu_inner li a {
    display: block;
    color: #fff;
    text-align: left; } }
@media (max-width: 767px) {
  .megamenu .menu_inner li a {
    display: block;
    text-align: left; } }

@media (min-width: 1120px) {
  .pc_only {
    display: inherit; } }
@media (max-width: 1120px) {
  .pc_only {
    display: none; } }

@media (max-width: 767px) {
  .sp_only {
    display: inherit; } }
@media (min-width: 767px) {
  .sp_only {
    display: none; } }

@media (min-width: 1120px) {
  .menuBtn {
    display: none; } }
@media (max-width: 1120px) {
  .menuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    background: #161616;
    z-index: 4; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .menuBtn {
    width: 86px;
    height: 86px;
    cursor: pointer;
    transition: all .3s ease; } }
@media (max-width: 767px) {
  .menuBtn {
    width: 60px;
    height: 60px; } }

@media (min-width: 767px) and (max-width: 1120px) {
  .fixed .menuBtn {
    height: 86px; } }

@media (max-width: 1120px) {
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 4; } }
@media (min-width: 767px) and (max-width: 1120px) {
  #nav-open {
    left: 30px; } }
@media (max-width: 767px) {
  #nav-open {
    left: 21px; } }

@media (max-width: 1120px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); } }
@media (min-width: 767px) and (max-width: 1120px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    height: 3px;
    width: 30px;
    border-radius: 5px; } }
@media (max-width: 767px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    height: 2px;
    width: 20px;
    border-radius: 3px; } }

@media (min-width: 767px) and (max-width: 1120px) {
  #nav-open span:before {
    bottom: -11px; } }
@media (max-width: 767px) {
  #nav-open span:before {
    bottom: -8px; } }

@media (min-width: 767px) and (max-width: 1120px) {
  #nav-open span:after {
    bottom: -22px; } }
@media (max-width: 767px) {
  #nav-open span:after {
    bottom: -16px; } }

@media (max-width: 1120px) {
  .menu-open #nav-open span {
    background-color: transparent; } }

@media (max-width: 1120px) {
  .menu-open #nav-open span::before,
  .menu-open #nav-open span::after {
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    content: ''; } }

@media (max-width: 1120px) {
  .opened .menu-open #nav-open span::before,
  .opened .menu-open #nav-open span::after,
  .fixed .menu-open #nav-open span::before,
  .fixed .menu-open #nav-open span::after {
    background-color: #fff; } }

.menu-open #nav-open span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-open #nav-open span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#footer {
  box-sizing: border-box;
  background-color: #1b1b1b;
  padding: 130px 0 0;
  width: 100%; }
  @media (min-width: 767px) and (max-width: 1120px) {
    #footer {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    #footer {
      padding: 40px 0 0;
      text-align: center; } }

.footer_inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .footer_inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }

.foot_info {
  width: 210px; }
  .foot_info .foot_logo {
    display: block;
    width: 210px; }
    @media (max-width: 767px) {
      .foot_info .foot_logo {
        margin: 0 auto 20px; } }
  .foot_info .foot_name {
    color: #ddd;
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 1.55; }

.foot_links {
  display: block;
  width: 120px; }
  @media (min-width: 767px) {
    .foot_links {
      margin: 0 auto 0 60px; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .foot_links {
      margin: 0 auto 0 24px; } }
  @media (max-width: 767px) {
    .foot_links {
      margin: 20px auto 0; } }
  .foot_links .emidas {
    display: block;
    margin-top: 20px; }

.footMenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (min-width: 767px) and (max-width: 1120px) {
    .footMenu {
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .footMenu {
      display: none; } }

.foot_nav {
  width: 180px; }
  @media (min-width: 767px) and (max-width: 1120px) {
    .foot_nav {
      width: 100px; } }
  .foot_nav .foot_nav_tit {
    color: #fff;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px; }
  .foot_nav a {
    display: block;
    color: #b5b5b5;
    font-size: 1.3rem;
    font-weight: normal; }
    .foot_nav a:hover {
      text-decoration: underline; }

.footer_under {
  text-align: center;
  padding: 30px 0; }
  .footer_under nav {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer_under nav a {
      display: block;
      padding: 0 15px;
      color: #b5b5b5;
      font-weight: normal;
      font-size: 1.4rem;
      position: relative; }
      .footer_under nav a:hover {
        text-decoration: underline; }
      .footer_under nav a:not(:last-child)::after {
        display: block;
        content: "";
        background-color: #b5b5b5;
        width: 1px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 7px; }

.copyright {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #b5b5b5; }
  @media (min-width: 1120px) {
    .copyright {
      margin-top: 20px; } }

.bottom_contact {
  background-color: #07c86b;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (min-width: 1120px) {
    .bottom_contact {
      padding: 30px 50px;
      transform: translateY(70px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .bottom_contact {
      padding: 20px 4%; } }
  @media (max-width: 767px) {
    .bottom_contact {
      padding: 30px 7.5%; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .bottom_contact .bottom_contact_left {
      text-align: center; } }
  .bottom_contact .bottom_contact_tel {
    text-align: center; }
    .bottom_contact .bottom_contact_tel .tel {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 3rem;
      font-weight: 700;
      border-bottom: 1px #333 solid; }
      .bottom_contact .bottom_contact_tel .tel .icon_tel {
        width: 36px;
        margin-right: 6px; }
    .bottom_contact .bottom_contact_tel .tel_time {
      font-size: 1.2rem;
      margin-top: 8px; }
  .bottom_contact .bottom_contact_btn {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    width: 240px;
    text-align: center;
    display: block;
    line-height: 65px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .bottom_contact .bottom_contact_btn {
        box-shadow: inset 0 0 0 2px #fff; }
        .bottom_contact .bottom_contact_btn:hover {
          background-color: #fff;
          color: #07c86b; } }
    @media (min-width: 767px) and (max-width: 1120px) {
      .bottom_contact .bottom_contact_btn {
        width: 400px;
        margin: 24px auto 0; } }
    @media (max-width: 767px) {
      .bottom_contact .bottom_contact_btn {
        width: 298px;
        margin: 15px auto 0;
        font-size: 1.6rem;
        border: 2px #fff solid; } }
    .bottom_contact .bottom_contact_btn i {
      margin-right: 5px;
      font-size: 2rem; }
  .bottom_contact .bc_title {
    font-size: 2.1rem;
    font-weight: bold; }
    @media (min-width: 767px) and (max-width: 1120px) {
      .bottom_contact .bc_title {
        font-size: 1.9rem; } }
    @media (max-width: 767px) {
      .bottom_contact .bc_title {
        font-size: 1.8rem;
        line-height: 1.65; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .bottom_contact .bc_bottom {
      padding-right: 40px; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .bottom_contact .bc_bottom br {
      display: none; } }

/**************
タイトル・ボタン
**************/
.center_title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .center_title {
      font-size: 1.8rem;
      overflow: hidden; } }
  .center_title .title {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1; }
    @media (max-width: 767px) {
      .center_title .title {
        padding-left: 20px;
        padding-right: 20px; } }
    .center_title .title::before, .center_title .title::after {
      content: "";
      width: 276px;
      height: 1px;
      position: absolute;
      top: 50%; }
      @media (max-width: 767px) {
        .center_title .title::before, .center_title .title::after {
          width: 56px; } }
    .center_title .title::before {
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      background-image: -webkit-linear-gradient(left, #00a73c 0%, #00a73c 50px, #00225b 50px, #00225b 100%);
      background-image: -o-linear-gradient(left, #00a73c 0%, #00a73c 50px, #00225b 50px, #00225b 100%);
      background-image: linear-gradient(to right, #00a73c 0%, #00a73c 50px, #00225b 50px, #00225b 100%); }
    .center_title .title::after {
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      background-image: -webkit-linear-gradient(right, #00a73c 0%, #00a73c 50px, #00225b 50px, #00225b 100%);
      background-image: -o-linear-gradient(right, #00a73c 0%, #00a73c 50px, #00225b 50px, #00225b 100%);
      background-image: linear-gradient(to left, #00a73c 0%, #00a73c 50px, #00225b 50px, #00225b 100%); }

.big-title {
  text-align: center;
  margin-bottom: 25px; }
  .big-title .eng {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .big-title .eng {
        font-size: 2.5rem; } }
  .big-title .jp {
    font-size: 1.6rem;
    font-weight: bold;
    color: #777; }
  .big-title-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px; }
    .big-title-row .eng {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 3rem;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 767px) {
        .big-title-row .eng {
          font-size: 2.5rem; } }
    .big-title-row .jp {
      font-size: 1.8rem;
      font-weight: bold;
      margin-left: 15px;
      color: #777; }
      .big-title-row .jp::before {
        content: "/";
        font-size: 2rem;
        color: #777;
        margin-right: 15px; }
        @media (max-width: 767px) {
          .big-title-row .jp::before {
            font-size: 1.7rem; } }

.title1, .single_content h1 {
  font-size: 2.5rem;
  position: relative;
  background-color: #eee;
  padding: 10px 15px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title1, .single_content h1 {
      margin-bottom: 20px;
      font-size: 1.8rem;
      line-height: 1.65; } }
  .title1::after, .single_content h1::after {
    content: '';
    background-color: #00479d;
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

.title2 {
  font-size: 2rem;
  background-color: #e4f2f6;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title2 {
      font-size: 1.75rem;
      margin-bottom: 20px; } }

.title3 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px #ccc solid; }
  @media (max-width: 767px) {
    .title3 {
      font-size: 1.9rem;
      margin-bottom: 18px; } }
  .title3::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #00479d;
    margin-right: 13px;
    position: relative;
    top: 7px; }
    @media (max-width: 767px) {
      .title3::before {
        top: 8px;
        height: 28px; } }

.title4 {
  background-color: #f3f3f3;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.7rem;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .title4 {
      font-size: 1.6rem; } }

.title5 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .title5 {
      font-size: 1.9rem; } }
  .title5::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #00479d;
    margin-right: 13px;
    position: relative;
    top: 7px; }
    @media (max-width: 767px) {
      .title5::before {
        top: 8px;
        height: 28px; } }

.title6 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666; }
  .title6::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00479d;
    margin-right: 5px;
    position: relative;
    top: 1px; }

.btn {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none; }
  .btn.btn-block {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (max-width: 767px) {
      .btn.btn-block {
        width: 100%; } }

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto; }

.middlewrap {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.page_section {
  padding: 50px 0 100px; }
  @media (max-width: 767px) {
    .page_section {
      padding: 25px 0 50px; } }
  .page_section__gray {
    background-color: #f3f3f3; }

.big_section {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .big_section {
      padding-top: 25px; } }

.btn-s1 {
  color: #333;
  font-size: 1.6rem;
  padding: 12px 25px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border: 2px #333 solid;
  border-radius: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-decoration: none;
  transition: all .3s ease; }
  @media (min-width: 767px) {
    .btn-s1 {
      width: 250px; } }
  @media (max-width: 767px) {
    .btn-s1 {
      padding: 10px 30px; } }
  .btn-s1:hover {
    background-color: #333;
    color: #fff; }
  .btn-s1 i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    @media (max-width: 767px) {
      .btn-s1 i {
        margin-top: -7px; } }

.btn-black {
  color: #fff;
  font-size: 2rem;
  padding: 25px;
  background-color: #222;
  position: relative;
  text-align: center;
  border: 2px #222 solid;
  border-radius: 80px;
  display: block;
  text-decoration: none;
  transition: all .3s ease; }
  @media (min-width: 1120px) {
    .btn-black {
      width: 450px; } }
  @media (max-width: 1120px) {
    .btn-black {
      width: 46%; } }
  @media (max-width: 767px) {
    .btn-black {
      font-size: 1.3rem;
      padding: 10px 20px; } }
  .btn-black:hover {
    background-color: #333;
    color: #fff; }
  .btn-black .font-s {
    color: #fff; }
  .btn-black i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    @media (max-width: 767px) {
      .btn-black i {
        margin-top: -7px; } }

@media (min-width: 1120px) {
  .top_buttons {
    width: 1100px;
    margin: 50px auto 0; } }
@media (min-width: 767px) {
  .top_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 1120px) {
  .top_buttons {
    width: 100%;
    margin: 30px auto 0; } }
@media (min-width: 1120px) {
  .top_buttons .btn-black {
    width: 350px; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .top_buttons .btn-black {
    width: 32%;
    font-size: 1.6rem; } }
@media (max-width: 767px) {
  .top_buttons .btn-black {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 10px;
    display: block; } }

/**************
HOME
**************/
#mainVisual {
  width: 100%;
  display: block;
  position: relative; }
  #mainVisual .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 2; }
    #mainVisual .inner img {
      display: block; }
      #mainVisual .inner img.main_eng {
        opacity: 0;
        width: 70%;
        padding-left: 6%;
        animation: fadeIn .3s ease .5s forwards;
        max-width: 800px; }
    #mainVisual .inner .main_jp {
      opacity: 0;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
      font-size: 3rem;
      padding-left: 6%;
      color: #fff;
      font-weight: normal;
      margin-top: 40px;
      animation: fadeIn .3s ease 1s forwards; }
      @media (max-width: 767px) {
        #mainVisual .inner .main_jp {
          font-size: 1.8rem;
          margin-top: 20px; } }

.main_bg {
  width: 100%; }

@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
@keyframes animate-content {
  0% {
    visibility: hidden; }
  49% {
    visibility: hidden; }
  50% {
    visibility: visible; }
  to {
    visibility: visible; } }
.top_section01 {
  background: url(../images/top/top_bg_img.jpg) no-repeat right top #fff;
  background-size: contain;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .top_section01 {
      padding: 40px 0; } }

.top_about_tit {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase; }

.top_about_jp {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 2rem;
  line-height: 1.5;
  margin: 24px 0; }
  @media (max-width: 767px) {
    .top_about_jp {
      margin: 12px 0; } }

.btn-green {
  background-color: #07c86b;
  width: 220px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  transition: opacity ease .3s;
  border-radius: 50px; }
  .btn-green:hover {
    opacity: .8;
    color: #fff; }
  .btn-green i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px; }
  .text-center .btn-green {
    margin-left: auto;
    margin-right: auto; }

.top_title02 {
  margin-top: 50px; }
  @media (min-width: 767px) {
    .top_title02 {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  @media (min-width: 767px) {
    .top_title02 .top_title02_inner {
      margin-right: 50px; } }
  .top_title02 .top_title02_inner h2 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1; }
  @media (max-width: 767px) {
    .top_title02 .btn-green {
      margin-top: 20px; } }

.top_block01 {
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (min-width: 1120px) {
    .top_block01 {
      padding: 30px 45px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .top_block01 {
      display: block;
      padding: 32px; } }
  @media (max-width: 767px) {
    .top_block01 {
      display: block;
      padding: 20px; } }
  @media (min-width: 767px) {
    .top_block01:hover {
      transform: scale(1.03); } }
  .top_block01 p {
    font-weight: normal; }

@media (min-width: 1120px) {
  .top_block01_tit {
    width: 380px; } }

.block_title {
  border-left: 7px #22ac38 solid;
  padding: 5px 0 0 13px;
  font-size: 1.9rem;
  margin-bottom: 22px; }

@media (min-width: 767px) {
  .top_block01_imgs {
    display: flex;
    justify-content: space-between; } }
@media (min-width: 1120px) {
  .top_block01_imgs {
    width: calc(100% - 400px); } }
@media (min-width: 767px) and (max-width: 1120px) {
  .top_block01_imgs {
    margin-top: 24px; } }
@media (min-width: 767px) {
  .top_block01_imgs .item {
    width: 32%; } }
@media (max-width: 767px) {
  .top_block01_imgs .item {
    width: 100%;
    margin-top: 10px; } }
.top_block01_imgs .item p {
  font-size: 1.3rem;
  text-align: center; }

@media (min-width: 767px) {
  .top_block02 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .top_block02 {
    margin-top: 32px; } }

.top_block02_mini {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (min-width: 767px) {
    .top_block02_mini {
      width: 48%; } }
  @media (min-width: 1120px) {
    .top_block02_mini {
      display: flex;
      justify-content: space-between;
      padding: 30px 45px; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .top_block02_mini {
      padding: 32px; } }
  @media (max-width: 767px) {
    .top_block02_mini {
      display: block;
      width: 100%;
      padding: 20px;
      margin-top: 25px; } }
  @media (min-width: 1120px) {
    .top_block02_mini .top_block02_tit {
      width: 50%; } }
  @media (min-width: 1120px) {
    .top_block02_mini .img {
      width: 40%; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    .top_block02_mini .img {
      margin-top: 24px; } }
  .top_block02_mini .img p {
    font-size: 1.3rem;
    text-align: center; }
  @media (min-width: 767px) {
    .top_block02_mini:hover {
      transform: scale(1.03); } }
  .top_block02_mini p {
    font-weight: normal; }

.top_news {
  width: 92%;
  max-width: 800px;
  margin: 0 auto; }
  .top_news .big-title {
    text-align: center; }
  .top_news .viewmore {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px; }
    .top_news .viewmore .arrow_blue {
      width: 10px;
      height: 13px;
      display: block;
      margin-left: 10px; }

.top_news_archs {
  max-height: 600px;
  overflow-y: auto; }

.news_item {
  padding: 18px 0;
  border-bottom: 1px #ccc solid; }
  @media (min-width: 767px) {
    .news_item {
      display: flex;
      width: 100%; } }
  .news_item .date {
    width: 120px; }
  .news_item .cats {
    width: 100px;
    padding-top: 3px; }
    .news_item .cats span {
      background-color: #1e97cc;
      color: #fff;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
  @media (min-width: 767px) {
    .news_item .inner {
      width: calc(100% - 250px);
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .news_item .inner {
      margin-top: 8px; } }

@media (min-width: 1120px) {
  .recruit_section {
    margin-top: 70px; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .recruit_section {
    margin: 32px auto; } }
@media (max-width: 767px) {
  .recruit_section {
    padding: 25px 0; } }

.recruit_bnr {
  transition: opacity .3s ease; }
  .recruit_bnr:hover {
    opacity: .8; }

/**************
下層共通
**************/
#pageTitle {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/title/title_bg.jpg) no-repeat center;
  background-size: cover;
  height: 260px; }
  @media (max-width: 1120px) {
    #pageTitle {
      height: 250px; } }
  @media (max-width: 767px) {
    #pageTitle {
      height: 140px; } }
  #pageTitle .title_inner {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #pageTitle .title_inner::after {
      content: "";
      position: absolute;
      background-color: #111;
      position: absolute;
      top: 0;
      z-index: -10;
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      animation: title_animation01 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
      width: 100%; }
      @media (min-width: 1120px) {
        #pageTitle .title_inner::after {
          height: 260px; } }
      @media (min-width: 767px) and (max-width: 1120px) {
        #pageTitle .title_inner::after {
          height: 250px; } }
      @media (max-width: 767px) {
        #pageTitle .title_inner::after {
          height: 140px; } }
    #pageTitle .title_inner h1 {
      color: #1b1b1b;
      font-size: 4rem;
      margin-top: 10px;
      opacity: 0;
      animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
      font-weight: 900; }
      @media (min-width: 767px) and (max-width: 1120px) {
        #pageTitle .title_inner h1 {
          font-size: 3rem; } }
      @media (max-width: 767px) {
        #pageTitle .title_inner h1 {
          margin-top: 0;
          font-size: 2.1rem; } }
    #pageTitle .title_inner .eng_title {
      color: #1b1b1b;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      opacity: 0;
      animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
      line-height: 1;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #pageTitle .title_inner .eng_title {
          letter-spacing: 0;
          font-size: 1.3rem; } }

@keyframes title_animation01 {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(100vw); } }
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.breadcrumbs {
  background-color: #f3f3f3;
  padding: 5px 0;
  font-size: 12px;
  box-sizing: border-box; }
  @media (max-width: 1120px) {
    .breadcrumbs {
      margin-bottom: 5px; } }
  .breadcrumbs .wrap {
    width: 90%; }

.sq1 {
  padding-left: 15px;
  position: relative;
  font-weight: bold; }
  .sq1::before {
    width: 10px;
    height: 10px;
    background-color: #d2db1d;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px; }

.list-disc {
  margin-left: 15px; }
  .list-disc li {
    list-style: disc; }
    .list-disc li b {
      display: inline-block;
      margin-right: 10px; }

.flex_content {
  width: 100%; }
  @media (min-width: 767px) {
    .flex_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      align-items: flex-start; }
      .flex_content__reverse {
        flex-direction: row-reverse; }
      .flex_content.start {
        align-items: flex-start; } }
  @media (min-width: 767px) {
    .flex_content .flex_img {
      width: 48%; } }
  @media (min-width: 767px) {
    .flex_content .flex_text {
      width: 47%;
      line-height: 2;
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .flex_content .flex_text {
      margin-top: 20px; } }

.anchor {
  padding-top: 100px;
  margin-top: -100px; }
  @media (max-width: 767px) {
    .anchor {
      padding-top: 80px;
      margin-top: -80px; } }

.sp-scroll {
  width: 100%;
  overflow-x: auto; }

.underconst {
  background-color: #d2db1d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 50px auto;
  padding: 80px 0; }

.borderBox {
  border: 1px #ccc solid;
  border-bottom-width: 3px;
  background-color: #fff;
  padding: 30px 40px; }
  @media (max-width: 767px) {
    .borderBox {
      padding: 18px; } }

.bg-gray {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 4px; }

/**************
当社の強み
**************/
@media (min-width: 767px) {
  .str_text {
    text-align: center;
    letter-spacing: 1px; } }

.str_images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }
  .str_images img {
    display: block;
    opacity: 0; }
  .str_images.moved img {
    animation: fadeIn .3s ease forwards;
    width: 38%; }
    .str_images.moved img:nth-child(2) {
      animation: fadeIn .3s ease .3s forwards;
      width: 45%; }

.str_images02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }
  .str_images02 img {
    display: block;
    opacity: 0;
    width: 45%; }
  .str_images02.moved img {
    animation: fadeIn .3s ease forwards; }
    .str_images02.moved img:nth-child(2) {
      animation: fadeIn .3s ease .3s forwards; }

@media (min-width: 767px) {
  .str_two {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px; } }
.str_two .box {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 20px 20px 30px; }
  @media (min-width: 767px) {
    .str_two .box {
      width: 48%; } }
  .str_two .box h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 10px; }
    @media (min-width: 767px) {
      .str_two .box h3 {
        text-align: center; } }

.borderText {
  background-color: #e9ffeb;
  color: #00a73c;
  border: 2px #00a73c solid;
  padding: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }

.linedList dt {
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
  padding: 5px;
  background-color: #eee;
  font-weight: bold; }
.linedList dd {
  padding: 10px 0 15px; }

.bottom_buttons {
  display: flex;
  width: 90%;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .bottom_buttons {
      padding-bottom: 40px; } }
  .bottom_buttons a {
    display: block;
    background-color: #00a73c;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 48%;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease; }
    .bottom_buttons a:hover {
      opacity: .8; }
    .bottom_buttons a i {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px; }

.str_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .str_content {
      flex-direction: column; } }
  @media (min-width: 767px) {
    .str_content .str_p {
      width: 45%; } }
  @media (min-width: 767px) {
    .str_content .str_side {
      width: 50%; } }
  @media (max-width: 767px) {
    .str_content .str_side {
      margin-top: 20px; } }

/**************
加工事例
**************/
.bg_img_title {
  width: 100%;
  position: relative; }
  .bg_img_title .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .bg_img_title .inner .big-title {
      transform: translateY(-50px); }
      @media (max-width: 767px) {
        .bg_img_title .inner .big-title {
          transform: translateY(-5px); } }

@media (max-width: 767px) {
  .tec_list {
    margin-bottom: 40px; } }
.tec_list li {
  padding: 20px;
  border-bottom: 1px #ddd solid; }
  .tec_list li:first-child {
    border-top: 1px #ddd solid; }
  .tec_list li:nth-child(odd) {
    background-color: #f3f3f3; }
  .tec_list li:nth-child(even) {
    background-color: #fef7f9; }
  .tec_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .tec_list li a {
        align-items: flex-start; } }
    .tec_list li a:hover {
      transform: scale(1.05); }
    .tec_list li a img {
      width: 30%; }
    .tec_list li a .inner {
      width: 65%; }
      .tec_list li a .inner h3 {
        font-size: 120%;
        margin-bottom: 15px;
        color: #222; }
        @media (max-width: 767px) {
          .tec_list li a .inner h3 {
            margin-bottom: 5px; } }
      .tec_list li a .inner p {
        font-weight: normal; }
        @media (max-width: 767px) {
          .tec_list li a .inner p {
            font-size: 1.3rem; } }

@media (min-width: 767px) {
  .sub_text {
    text-align: center;
    font-size: 1.6rem; } }

.full_width_img {
  width: 100%;
  display: block; }

/**************
会社概要
**************/
@media (min-width: 767px) {
  .ov_frame {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

@media (min-width: 767px) {
  .overview {
    width: 55%; } }
.overview th {
  text-align: left;
  font-weight: normal; }
  @media (min-width: 767px) {
    .overview th {
      width: 200px;
      border-bottom: 1px #00479d solid;
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .overview th {
      display: block;
      width: 100%;
      padding: 5px;
      background-color: #f3f3f3; } }
@media (min-width: 767px) {
  .overview td {
    padding: 20px 0;
    border-bottom: 1px #ccc solid; } }
@media (max-width: 767px) {
  .overview td {
    display: block;
    width: 100%;
    padding: 5px 0 10px; } }

@media (min-width: 767px) {
  .company_img01 {
    width: 40%; } }
@media (max-width: 767px) {
  .company_img01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px; } }
.company_img01 img {
  display: block; }
  @media (min-width: 767px) {
    .company_img01 img {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .company_img01 img {
      width: 49%; } }

.history {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .history tr th {
    padding: 12px 0;
    vertical-align: top;
    width: 15%;
    color: #666;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px #333 dashed; }
    @media (max-width: 767px) {
      .history tr th {
        width: 100%;
        display: block;
        border-bottom: 0;
        font-size: 14px;
        padding: 10px 0 0; } }
  .history tr td {
    vertical-align: top; }
    @media (min-width: 767px) {
      .history tr td {
        padding: 12px 0;
        border-bottom: 1px #333 dashed; } }
    @media (max-width: 767px) {
      .history tr td {
        font-size: 14px; }
        .history tr td:first-child {
          display: inline-block;
          color: #666;
          font-weight: bold; }
        .history tr td:nth-child(2) {
          display: inline-block;
          color: #666;
          font-weight: bold; }
        .history tr td:last-child {
          display: block;
          width: 100%;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px #333 dashed; } }

.gmap {
  width: 100%; }
  .gmap iframe {
    width: 100%; }

/**************
製品紹介
**************/
.imgList {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; }
  .imgList li {
    margin-bottom: 20px; }
    @media (min-width: 1120px) {
      .imgList li {
        width: 32%;
        margin-right: 2%; }
        .imgList li:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 767px) and (max-width: 1120px) {
      .imgList li {
        width: 49%; }
        .imgList li:nth-child(odd) {
          margin-right: 2%; } }
    @media (max-width: 767px) {
      .imgList li {
        width: 100%; } }
    .imgList li .caption {
      text-align: center;
      margin-top: 3px;
      font-size: 1.3rem; }
    .imgList li .p_type {
      background-color: #62a9b5;
      padding: 1px 12px;
      text-align: center;
      margin: 12px 0 0;
      display: inline-block;
      font-weight: bold;
      color: #fff;
      border-radius: 4px; }

.imgListTwo {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 767px) {
    .imgListTwo {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start; } }
  @media (min-width: 767px) {
    .imgListTwo li {
      width: 48%;
      height: auto;
      margin-bottom: 30px; }
      .imgListTwo li:nth-child(odd) {
        margin-right: 4%; } }
  @media (max-width: 767px) {
    .imgListTwo li {
      width: 100%;
      margin-bottom: 20px; } }
  .imgListTwo li .caption {
    text-align: center;
    margin-top: 3px;
    font-size: 1.3rem; }
  .imgListTwo li a {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .imgListTwo li a:hover {
      opacity: 0.8; }

.p_table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .p_table {
      font-size: 1.2rem; } }

.p_table th {
  width: 90px;
  padding: 5px 0;
  border: 1px #ddd solid;
  text-align: center;
  background-color: #f3f3f3; }
  @media (max-width: 767px) {
    .p_table th {
      padding: 3px;
      width: 80px; } }

.p_table td {
  padding: 5px;
  border: 1px #ddd solid; }
  @media (max-width: 1120px) {
    .p_table td {
      padding: 3px 5px; } }

/**************
設備一覧
**************/
.equip {
  width: 100%; }
  @media (max-width: 767px) {
    .equip {
      width: 800px; } }
  .equip thead th {
    background-color: #eee;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid; }
    @media (max-width: 767px) {
      .equip thead th {
        font-size: 1.2rem; } }
  .equip tbody tr td {
    background-color: #fff;
    padding: 5px;
    border: 1px #ddd solid; }
    @media (max-width: 767px) {
      .equip tbody tr td {
        font-size: 1.2rem; } }

/**************
採用情報
**************/
.rec_top_img {
  width: 100%;
  display: block;
  margin-bottom: 40px; }

@media (min-width: 767px) {
  .rec_message {
    text-align: center; } }

.table-s1 {
  width: 100%; }
  .table-s1 tr th {
    padding: 10px;
    text-align: left; }
    @media (min-width: 767px) {
      .table-s1 tr th {
        width: 150px; } }
    @media (max-width: 767px) {
      .table-s1 tr th {
        width: 80px;
        padding: 6px;
        font-size: 1.3rem; } }
  .table-s1 tr td {
    padding: 10px; }
    @media (max-width: 767px) {
      .table-s1 tr td {
        padding: 6px;
        font-size: 1.3rem; } }
  @media (min-width: 767px) {
    .table-s1 tr:nth-child(even) th, .table-s1 tr:nth-child(even) td {
      background-color: #e3fff0; } }

.rec_about_column {
  width: 100%; }
  @media (min-width: 767px) {
    .rec_about_column {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  @media (min-width: 767px) {
    .rec_about_column .rec_img01 {
      width: 300px; } }
  @media (min-width: 767px) {
    .rec_about_column .inner {
      width: calc(100% - 340px); } }
  @media (max-width: 767px) {
    .rec_about_column .inner {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .rec_about_column .inner .box_title {
      display: block;
      text-align: center; } }

.box_title {
  border: 2px #00a73c solid;
  padding: 8px 20px;
  color: #00a73c;
  background-color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px; }

.check_list li {
  padding-left: 25px;
  position: relative;
  font-size: 104%;
  color: #565656; }
  .check_list li:not(:last-child) {
    margin-bottom: 8px; }
  .check_list li::before {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background: url(../images/common/icon_check.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; }

.accordion dt {
  background: url(../images/page/icon_q.png) no-repeat 10px 19px;
  background-size: 30px 30px;
  border-bottom: 1px solid #ededed;
  padding: 22px 50px 22px 50px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #565656; }
  .accordion dt:first-child {
    border-top: 1px solid #ededed; }
  .accordion dt::after {
    content: "";
    background: url(../images/page/icon_plus.png);
    display: block;
    position: absolute;
    top: 21px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-size: cover; }
  .accordion dt.active {
    background: url(../images/page/icon_q.png) #f9f9f9 no-repeat 10px 19px;
    background-size: 30px 30px; }
    .accordion dt.active::after {
      background: url(../images/page/icon_minus.png);
      background-size: cover; }
.accordion dd {
  background: url(../images/page/icon_a.png) no-repeat 10px 19px;
  background-size: 30px 30px;
  display: none;
  line-height: 1.6;
  padding: 20px 10px 18px 50px;
  border-bottom: 1px solid #ededed; }

/**************
品質管理
**************/
.fill_imgs {
  display: flex;
  width: 100%;
  height: 340px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .fill_imgs {
      height: 180px; } }
  .fill_imgs .fill_item {
    width: 50%;
    height: 100%;
    position: relative; }
    .fill_imgs .fill_item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.two_imgs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  .two_imgs img {
    width: 48%;
    display: block; }

/**************
お問い合わせ
**************/
@media (min-width: 767px) {
  .conta_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.conta_box .box {
  border: 5px #eee solid;
  padding: 20px;
  text-align: center; }
  @media (min-width: 767px) {
    .conta_box .box {
      width: 48%;
      display: flex;
      height: 170px;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  .conta_box .box h4 {
    color: #00479d; }
  .conta_box .box .num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 700; }

.contact_table {
  width: 100%; }
  .contact_table tr th {
    border-top: 1px solid #d3d3d3;
    padding: 18px 40px 18px 0;
    width: 32%;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 1120px) {
      .contact_table tr th {
        display: block;
        padding: 10px 0 0;
        width: 100%;
        text-align: left; } }
    .contact_table tr th .hissu_cell {
      position: relative; }
      .contact_table tr th .hissu_cell .hissu {
        background: #e64949;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 4px 11px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px; }
        @media (max-width: 1120px) {
          .contact_table tr th .hissu_cell .hissu {
            padding: 0 7px 1px; } }
  .contact_table tr td {
    padding: 18px 0;
    border-top: 1px solid #d3d3d3;
    width: 68%; }
    @media (max-width: 1120px) {
      .contact_table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 15px;
        border-top: 0; } }
  .contact_table tr:last-child th, .contact_table tr:last-child td {
    border-bottom: 1px solid #d3d3d3; }

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .contact_table tr th {
    width: 300px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1120px) {
    .contact_table tr th {
      width: 100%;
      text-align: left; } }
@media all and (-ms-high-contrast: none) {
  .contact_table tr td {
    width: 700px; } }
input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c-input, .c-select, .c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-transition: background-color 100ms, border-color 100ms;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box; }

.c-input {
  height: 40px;
  padding: 2px 10px; }
  @media (max-width: 1120px) {
    .c-input {
      height: auto;
      padding: 8px 4%;
      box-sizing: border-box; } }

.c-radio-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
    .c-radio-list {
      max-width: 680px; } }
  .c-radio-list__item {
    margin: 0 0 5px 0; }
    @media all and (-ms-high-contrast: none) {
      .c-radio-list__item {
        float: left; } }
    @media (max-width: 1120px) {
      .c-radio-list__item {
        text-align: left; } }
    .c-radio-list__item label {
      cursor: pointer;
      margin-right: 20px; }
      @media (max-width: 1120px) {
        .c-radio-list__item label {
          margin-right: 10px; } }

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px; }
  @media (max-width: 1120px) {
    .c-textarea {
      box-sizing: border-box;
      width: 100%;
      height: 120px; } }

.form-btn {
  margin-top: 30px;
  text-align: center; }

.c-submit, .c-confirm, .c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer; }
  @media (min-width: 1120px) {
    .c-submit, .c-confirm, .c-back {
      transition: all 0.3s ease 0s; } }
  @media (max-width: 1120px) {
    .c-submit, .c-confirm, .c-back {
      width: 48%;
      padding: 15px 0; } }

.c-submit {
  border: 2px #00479d solid;
  color: #fff;
  background-color: #00479d;
  font-weight: bold;
  font-size: 1.8rem; }

.c-submit:hover {
  opacity: .8; }

.c-confirm, .c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff; }

.c-confirm:hover, .c-back:hover {
  background-color: #eee; }

.privacy {
  margin-top: 80px; }

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px; }
  .privacyCheck p {
    font-size: 12px;
    margin: 10px 0 20px; }

.btn-confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-confirm.hoverOn {
    border: 1px solid #5d3fff;
    background-color: #fff;
    color: #5d3fff;
    cursor: pointer; }

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px; }
  @media (max-width: 1120px) {
    .btns .btn {
      font-size: 18px;
      width: 90%;
      margin: 0 auto 20px; } }

a.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888; }
  a.btn-conta:hover {
    background-color: #555;
    border-bottom: 3px solid #999; }

.btns .btn-primary {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b; }
  .btns .btn-primary::hover {
    background-color: #a2d400;
    border-color: #a2d400; }

.btn-info {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691; }
  .btn-info::hover {
    background-color: #2fccdc;
    border-bottom: 3px solid #1d8691;
    border-color: #2fccdc #2fccdc #2fccdc; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%; }

.c-radio, .c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -.1em; }

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px; }

/**************
サイトマップ
**************/
.sitemap {
  width: 100%; }
  @media (min-width: 767px) {
    .sitemap {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap; } }
  .sitemap .box {
    padding: 24px;
    border: 2px #ddd solid;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 24px; }
    @media (min-width: 767px) {
      .sitemap .box {
        width: 48%;
        height: 200px; }
        .sitemap .box:nth-child(odd) {
          margin-right: 4%; } }
    .sitemap .box .sitemap_tit {
      font-size: 1.7rem;
      font-weight: bold;
      color: #777;
      border-bottom: 1px #ddd solid;
      margin-bottom: 8px;
      padding-bottom: 8px; }
    .sitemap .box a {
      display: block;
      color: #2ea19a;
      font-weight: normal; }
      .sitemap .box a:hover {
        text-decoration: underline; }

/**************
新着情報
**************/
@media (min-width: 767px) {
  .leftColumn {
    width: 73%; } }
@media (max-width: 767px) {
  .leftColumn {
    margin-bottom: 40px; } }

@media (min-width: 767px) {
  .rightColumn {
    width: 23%; } }

.single_title {
  font-size: 2.4rem;
  border-bottom: 1px #333 solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .single_title {
      font-size: 1.6rem; } }

.post_data {
  margin-bottom: 30px; }
  .post_data p {
    display: inline-block;
    background-color: #eee;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 3px; }
    .post_data p:last-child {
      margin-right: 0; }
    .post_data p a {
      color: #777; }
      .post_data p a:hover {
        color: #27b3bb; }

.single_content img {
  max-width: 100% !important;
  height: auto; }
.single_content .auto {
  margin: 15px 0; }
.single_content h1:first-of-type {
  margin-top: 0; }
@media (max-width: 767px) {
  .single_content h1 {
    font-size: 2.1rem;
    margin: 30px 0 12px; } }
.single_content h2 {
  font-size: 2.2rem;
  color: #444;
  font-weight: 700 !important;
  margin: 60px 0 34px;
  border-bottom: 1px solid #666;
  line-height: 1.5;
  padding-bottom: 1rem; }
  .single_content h2:first-of-type {
    margin-top: 0; }
  @media (max-width: 767px) {
    .single_content h2 {
      font-size: 1.9rem;
      margin: 30px 0 12px; } }
.single_content h3 {
  font-size: 2rem;
  color: #444;
  margin: 40px 0 25px;
  font-weight: 700 !important;
  padding: 1rem;
  background-color: #efeef3;
  border-radius: 4px; }
  .single_content h3:first-of-type {
    margin-top: 0; }
  @media (max-width: 767px) {
    .single_content h3 {
      font-size: 1.8rem;
      margin: 20px 0 10px; } }
.single_content h4 {
  font-size: 1.8rem;
  border-bottom: solid 1px #555;
  border-top: solid 1px #555;
  padding: 13px;
  margin: 15px 0; }
  @media (max-width: 767px) {
    .single_content h4 {
      font-size: 1.7rem;
      padding: 10px; } }
.single_content h5 {
  font-size: 1.6rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .single_content h5 {
      font-size: 1.6rem;
      margin-bottom: 10px; } }
  .single_content h5::before {
    background: #3875a1;
    width: 5px;
    height: 24px;
    display: block;
    content: '';
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 5px; }
.single_content h6 {
  background-color: #eee;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .single_content h6 {
      font-size: 1.6rem;
      margin-bottom: 10px; } }
  .single_content h6::before {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #07afbf;
    content: '';
    display: block; }
.single_content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%; }
  .single_content table th, .single_content table td {
    vertical-align: middle;
    padding: 15px 10px;
    border: 1px solid #ddd;
    margin: 0; }
  .single_content table th {
    text-align: center;
    background: #eee;
    font-weight: bold; }
.single_content blockquote {
  position: relative;
  box-sizing: border-box;
  padding: 45px 20px 45px 30px;
  margin: 0 0 30px;
  font-weight: 400;
  color: #444;
  background-color: #f3f3f3;
  border: 1px #ddd solid; }
  @media (max-width: 767px) {
    .single_content blockquote {
      padding: 20px 5%; } }
.single_content pre {
  padding: 20px;
  margin: 20px;
  background: #eee;
  border-radius: 5px;
  font-size: 1.5rem;
  white-space: pre-line; }
.single_content code {
  word-wrap: break-word;
  font-size: 1.5rem; }
.single_content .word-set {
  display: inline-table;
  position: relative;
  vertical-align: baseline;
  white-space: initial; }
.single_content .aligncenter {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }
.single_content .alignright {
  display: inline-block;
  margin-left: auto;
  margin-right: 0; }
.single_content img {
  height: auto; }
.single_content ul {
  list-style: inherit; }
  .single_content ul li {
    list-style-type: inherit;
    list-style-position: inside; }
.single_content ol {
  list-style: inherit; }
  .single_content ol li {
    list-style-type: decimal;
    list-style-position: inside; }

.single_bottom {
  margin-top: 50px;
  border-top: 1px #ddd solid;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .single_bottom {
      margin-top: 25px;
      padding-top: 15px; } }

.single_cat_tag span {
  background-color: #bbb;
  display: inline-block;
  margin-right: 2px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 10px; }

.side_title {
  background-color: #00479d;
  padding: 8px;
  color: #fff; }

.side_list li a {
  border-bottom: 1px #ccc solid;
  display: block;
  padding: 8px;
  color: #666;
  background-color: #fff; }
  @media (min-width: 767px) {
    .side_list li a {
      transition: all .3s ease; }
      .side_list li a:hover {
        background-color: #f3f3f3; } }
  .side_list li a i {
    margin-right: 4px; }

.single_info {
  padding-bottom: 16px;
  border-bottom: #ddd 1px solid;
  margin-bottom: 24px; }
  @media (min-width: 767px) {
    .single_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      align-items: flex-start;
      justify-content: space-between; } }
  .single_info .date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #666; }

@media (min-width: 767px) {
  .cat_tag {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-end;
    justify-content: flex-end; } }
@media (max-width: 767px) {
  .cat_tag {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; } }
.cat_tag span {
  border: 1px #00479d solid;
  color: #00479d;
  display: inline-block;
  padding: 1px 10px;
  font-size: 1.3rem;
  background-color: #fff;
  line-height: 1.5; }

/* ------------
PAGENATION
------------- */
.wp-pagenavi {
  padding: 12px 5px;
  background: #F3F3F3;
  border-radius: 4px;
  font-size: 100%;
  text-align: center;
  border: 1px #DDD solid;
  margin-top: 30px; }

.all_seminar .wp-pagenavi {
  margin: 0 auto; }

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 5px 7px !important;
  border-radius: 3px; }

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  background: #FFF; }

.wp-pagenavi .current {
  background: #1eb0d6;
  color: #FFF; }

/* Tags */
.emidas-tag {
  position: absolute;
  left: 0;
  top: 0; }

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