@charset "UTF-8";
/*
Theme Name: 株式会社アキュレイト
Theme URI:
Description: 株式会社アキュレイト
Author: densuke
Author URI: http://dnsk.jp/
*/
/*コンテンツwidth*/
/*よく使う色*/
/*ボーダー*/
/*リンクのhover効果*/
/*opacity*/
/*fade animation*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
html {
  color: #333;
  background: #FFF;
  width: 100%;
  height: 100%;
  line-height: 150%;
  font-size: 6.25%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
  html.chrome {
    font-weight: 500; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  padding: 0;
  margin: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

.chrome address, .chrome caption, .chrome cite, .chrome code, .chrome dfn, .chrome em, .chrome th, .chrome var {
  font-weight: 500; }

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/*
.chrome {
    h1,h2,h3,h4,h5,h6{
        font-weight: 500;
    }
}
*/
/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none; }

table {
  border-collapse: collapse; }

th, td {
  padding: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
/*a img:hover{
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
}*/
a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

a:active {
  color: #999;
  text-decoration: none; }

/*-----------------------------------------------------------------
zoom
-----------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1200px) and (min-resolution: 1.5dppx) {
  body.chrome {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/ } }
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1200px) and (min-resolution: 2dppx) {
  body.chrome {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/ } }
@media screen and (max-width: 1200px) {
  body.iphone.chrome,
  body.android.chrome {
    zoom: 1;
    -moz-transform: scale(1, 1); } }
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  font-size: 14rem;
  -webkit-text-size-adjust: 100%;
  line-height: 150%; }

#wrapper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  /*overflow: hidden;*/
  /*overflow-x: scroll;*/ }

.load #wrapper {
  /*ページ読み込み時のチラツキ防止*/
  display: none; }

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
header .inner {
  width: 1200px;
  margin: 0 auto; }
  header .inner h1 {
    font-size: 13rem;
    text-align: right; }
  header .inner #top {
    overflow: hidden;
    margin: 20px 0; }
    header .inner #top .left {
      float: left;
      width: 414px; }
    header .inner #top .right {
      overflow: hidden;
      float: right;
      width: 610px; }
      header .inner #top .right .search {
        float: left; }
        header .inner #top .right .search input {
          width: 370px;
          height: 40px;
          padding: 0 0 0 10px;
          line-height: 40px;
          border-style: none;
          outline: 0; }
          header .inner #top .right .search input::placeholder {
            color: #ccc; }
        header .inner #top .right .search #s {
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          border-left: 1px solid #ccc;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          -webkit-border-top-left-radius: 20px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-top-left-radius: 20px;
          -moz-border-bottom-left-radius: 20px; }
        header .inner #top .right .search button {
          background: none;
          border: none;
          margin-left: -3px;
          padding: 0;
          line-height: 42px;
          outline: 0;
          cursor: pointer; }
          header .inner #top .right .search button:hover:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      header .inner #top .right .switch_lang {
        float: right; }
        header .inner #top .right .switch_lang ul {
          margin-top: 6px; }
          header .inner #top .right .switch_lang ul li {
            float: left; }
            header .inner #top .right .switch_lang ul li a {
              display: block;
              width: 80px;
              height: 28px;
              background: #eee;
              line-height: 28px;
              font-size: 13rem;
              color: #333;
              text-align: center; }
              header .inner #top .right .switch_lang ul li a:hover:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
          header .inner #top .right .switch_lang ul .active {
            background: #023894;
            color: #fff; }
            header .inner #top .right .switch_lang ul .active:hover:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
header nav {
  width: 100%;
  height: 65px;
  background: url(../img/common/nav_bg.png) repeat-x; }
  header nav ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto; }
    header nav ul li {
      float: left; }
      header nav ul li a {
        display: block;
        height: 65px; }

/*-----------------------------------------------------------------
header:english
-----------------------------------------------------------------*/
header nav ul li.eng_contact {
  padding: 0 0 0 5px;
  background: url(img/common/nav_bg02.png) 0 0 no-repeat;
  float: right; }

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  width: 100%; }
  footer #contact {
    background: #eee; }
    footer #contact .top {
      overflow: hidden;
      width: 1200px;
      margin: 0 auto;
      padding: 50px 0 40px;
      background: url(../img/common/ruler_bg.png) 0 bottom no-repeat; }
      footer #contact .top ul {
        width: 860px;
        margin: 0 auto; }
        footer #contact .top ul li {
          float: left;
          width: 400px;
          height: 80px;
          margin: 0 15px; }
          footer #contact .top ul li a:hover:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    footer #contact .under {
      overflow: hidden;
      width: 1200px;
      margin: 40px auto 0; }
      footer #contact .under .item_top {
        float: left;
        width: 1200px;
        margin-bottom: 30px; }
      footer #contact .under .item_bottom {
        clear: both;
        width: 800px;
        height: 130px;
        margin: 0 auto 60px; }
      footer #contact .under .item {
        float: left;
        width: 370px;
        height: 130px;
        margin: 0 15px;
        background: #fff;
        border-left: 5px solid #023894; }
        footer #contact .under .item .title {
          font-weight: bold;
          margin: 20px 0 5px 20px; }
        footer #contact .under .item .address {
          margin-left: 20px; }
          footer #contact .under .item .address a {
            color: #023894; }
            footer #contact .under .item .address a:hover:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
  footer #site_menu {
    overflow: hidden;
    width: 1200px;
    margin: 40px auto; }
    footer #site_menu .left {
      float: left;
      width: 343px; }
      footer #site_menu .left img {
        margin-top: 25px; }
    footer #site_menu .right {
      float: left;
      width: 857px; }
      footer #site_menu .right dl {
        float: left;
        margin-left: 35px; }
        footer #site_menu .right dl dt {
          margin-bottom: 2px;
          padding-left: 10px;
          background: url(../img/common/footer_menu_arrow.png) 0 6px no-repeat; }
        footer #site_menu .right dl dd {
          margin-bottom: 2px;
          padding-left: 10px; }
  footer #copyright {
    border-top: 1px solid #ccc; }
    footer #copyright .inner {
      overflow: hidden;
      width: 1200px;
      margin: 0 auto;
      padding-top: 5px; }
      footer #copyright .inner .copyright {
        float: left;
        width: 290px;
        margin-top: 5px; }
      footer #copyright .inner .extra {
        float: right;
        width: 600px; }
        footer #copyright .inner .extra ul {
          text-align: right;
          font-size: 12rem; }
          footer #copyright .inner .extra ul li {
            display: inline;
            margin-right: 5px;
            padding-right: 8px;
            border-right: 1px solid #ccc; }
            footer #copyright .inner .extra ul li:last-child {
              border: none; }

#pagetop {
  width: 50px;
  height: 50px;
  right: 80px;
  bottom: 80px;
  position: fixed;
  z-index: 998; }
  #pagetop:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

/*-----------------------------------------------------------------
footer:english
-----------------------------------------------------------------*/
footer.eng #contact .top {
  background: none; }
  footer.eng #contact .top ul li {
    float: none;
    width: 600px;
    height: 80px;
    margin: 0 auto; }
footer.eng #site_menu {
  width: 600px; }
  footer.eng #site_menu .left {
    float: left;
    width: 180px; }
    footer.eng #site_menu .left img {
      margin-top: 0px; }
  footer.eng #site_menu .right {
    float: left;
    width: 420px; }
    footer.eng #site_menu .right ul {
      padding-top: 5px;
      overflow: hidden; }
      footer.eng #site_menu .right ul li {
        margin-left: 30px;
        float: left;
        display: inline;
        padding-left: 10px;
        background: url(img/common/footer_menu_arrow.png) 0 6px no-repeat; }
footer.eng #copyright .inner .copyright {
  float: none;
  width: 290px;
  margin: 5px auto 0 auto; }

/*-----------------------------------------------------------------
border-animation button
-----------------------------------------------------------------*/
.btn_area {
  margin-bottom: 60px;
  text-align: center; }
  .btn_area a {
    color: #023894;
    background: url(../img/common/arrow_blue.png) 95% 20px no-repeat; }
    .btn_area a:hover {
      color: #ccc;
      background: url(../img/common/arrow_ccc.png) 95% 20px no-repeat; }
  .btn_area .btn {
    position: relative;
    display: inline-block;
    padding: 1.2em 6em;
    border: 1px solid #023894;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 0.2s; }
    .btn_area .btn:before, .btn_area .btn:after {
      position: absolute;
      z-index: 2;
      content: '';
      width: 0;
      height: 0;
      border: 1px solid transparent; }
    .btn_area .btn:before {
      top: -1px;
      left: -1px; }
    .btn_area .btn:after {
      bottom: -1px;
      right: -1px; }
    .btn_area .btn:hover:before, .btn_area .btn:hover:after {
      width: 100%;
      height: 100%; }
    .btn_area .btn:hover:before {
      border-bottom-color: #ccc;
      border-left-color: #ccc;
      transition: height 0.2s, width 0.2s 0.2s; }
    .btn_area .btn:hover:after {
      border-top-color: #ccc;
      border-right-color: #ccc;
      transition: height 0.2s, width 0.2s 0.2s; }