@charset "UTF-8";
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Project
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 2.67vw; } }

body {
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px), print {
    body {
      line-height: 1.5;
      min-width: 1140px; } }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.75;
      font-size: 130%; }
      body * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

body.font-zoom {
  font-size: 16px; }

#main {
  display: block; }

/* link
   ========================================================================== */
a {
  color: #013192;
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

a:hover {
  color: #013192;
  text-decoration: none;
  opacity: 0.7; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 71.4285714286%; }

.text11 {
  font-size: 78.5714285714%; }

.text12 {
  font-size: 85.7142857143%; }

.text13 {
  font-size: 92.8571428571%; }

.text14 {
  font-size: 100%; }

.text15 {
  font-size: 107.1428571429%; }

.text16 {
  font-size: 114.2857142857%; }

.text17 {
  font-size: 121.4285714286%; }

.text18 {
  font-size: 128.5714285714%; }

.text19 {
  font-size: 135.7142857143%; }

.text20 {
  font-size: 142.8571428571%; }

.text21 {
  font-size: 150%; }

.text22 {
  font-size: 157.1428571429%; }

.text23 {
  font-size: 164.2857142857%; }

.text24 {
  font-size: 171.4285714286%; }

.text25 {
  font-size: 178.5714285714%; }

.text26 {
  font-size: 185.7142857143%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  img {
    height: auto;
    max-width: 100%; } }

table th img,
table td img {
  vertical-align: middle; }

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; } }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
section:after,
.clearfix:after,
.fbox:after,
#contents:after,
#column:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
section,
.clearfix,
.fbox,
#contents,
#column,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html section,
* html .clearfix,
* html .fbox,
* html #contents,
* html #column,
* html .item-wrap {
  height: 1%; }

section,
.clearfix,
.fbox,
#contents,
#column,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

.img_r {
  float: right;
  margin: 0 0 15px 15px; }

.img_l {
  float: left;
  margin: 0 15px 15px 0; }

.img_l + .img_r {
  margin-left: 0; }

.img_r + .img_l {
  margin-right: 0; }

.img_l .caption,
.img_r .caption {
  text-align: center;
  margin-top: 5px;
  font-size: 92.8571428571%; }

.float_text {
  overflow: hidden; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .sp-float-none {
    float: none;
    margin: 0 0 5.33vw; } }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }
  @media screen and (max-width: 767px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media screen and (max-width: 767px) {
    .mt5 {
      margin-top: 1.33vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 767px) {
    .mt10 {
      margin-top: 2.67vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media screen and (max-width: 767px) {
    .mt15 {
      margin-top: 4vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 767px) {
    .mt20 {
      margin-top: 5.33vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media screen and (max-width: 767px) {
    .mt25 {
      margin-top: 6.67vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media screen and (max-width: 767px) {
    .mt30 {
      margin-top: 8vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media screen and (max-width: 767px) {
    .mt35 {
      margin-top: 9.33vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .mt40 {
      margin-top: 10.67vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media screen and (max-width: 767px) {
    .mt45 {
      margin-top: 12vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .mt50 {
      margin-top: 13.33vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media screen and (max-width: 767px) {
    .mt55 {
      margin-top: 14.67vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media screen and (max-width: 767px) {
    .mt60 {
      margin-top: 16vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 767px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 767px) {
    .mb5 {
      margin-bottom: 1.33vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    .mb10 {
      margin-bottom: 2.67vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 767px) {
    .mb15 {
      margin-bottom: 4vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .mb20 {
      margin-bottom: 5.33vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 767px) {
    .mb25 {
      margin-bottom: 6.67vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 767px) {
    .mb30 {
      margin-bottom: 8vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media screen and (max-width: 767px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media screen and (max-width: 767px) {
    .mr5 {
      margin-right: 1.33vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media screen and (max-width: 767px) {
    .mr10 {
      margin-right: 2.67vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media screen and (max-width: 767px) {
    .mr15 {
      margin-right: 4vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media screen and (max-width: 767px) {
    .mr20 {
      margin-right: 5.33vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media screen and (max-width: 767px) {
    .ml0 {
      margin-left: 0vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media screen and (max-width: 767px) {
    .ml5 {
      margin-left: 1.33vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media screen and (max-width: 767px) {
    .ml10 {
      margin-left: 2.67vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media screen and (max-width: 767px) {
    .ml15 {
      margin-left: 4vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media screen and (max-width: 767px) {
    .ml20 {
      margin-left: 5.33vw !important; } }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

@media screen and (min-width: 768px), print {
  .pc-pdg {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 5.33vw;
    padding-right: 5.33vw; } }

/* text-align
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l,
.th-l th,
.td-l td {
  text-align: left !important; }

@media screen and (max-width: 767px) {
  .sp-text-c {
    text-align: center; } }

/* display
   ========================================================================== */
.block {
  display: block; }

@media screen and (max-width: 767px) {
  #topicpath {
    display: none; } }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
#contents {
  width: 1084px;
  margin: 0 auto 40px auto; }

#column {
  position: relative; }

/*#column:before{
	position:absolute;
	left:800px;
	top:0;
	height:100%;
	width:1px;
	background:#D3D3D3;
	content:"";
}*/
#column:before {
  position: absolute;
  left: 808px;
  top: 24px;
  height: 98%;
  width: 1px;
  background: #D3D3D3;
  content: ""; }

#column.reversed:before {
  left: 292px; }

#main {
  float: left;
  width: 770px;
  position: relative; }

#side {
  float: right;
  width: 260px;
  position: relative; }

#column.reversed #main {
  float: right; }

#column.reversed #side {
  float: left; }

@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
    margin: 0 auto;
    padding: 6.67vw 0 10.67vw; }
  #column:before {
    display: none; }
  #main,
  #side {
    float: none;
    width: 100%; }
  #column.reversed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #column.reversed #side {
      padding: 0 5.33vw; }
    #column.reversed #main {
      padding: 0 2.67vw 13.33vw; }
  #column:before {
    display: none; } }

/* header
   ========================================================================== */
.head-wrap {
  position: relative; }
  .head-wrap:before {
    background: url(img/gnav_bg.png) repeat-x left center;
    background-size: 20px auto;
    content: '';
    display: block;
    height: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

header {
  width: 1140px;
  height: 126px;
  margin: 0 auto;
  position: relative; }

#head-ci {
  padding: 24px 0 16px 20px; }

#head-menu {
  position: absolute;
  right: 40px;
  top: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#head-menu li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  font-size: 85.71429%; }

#head-menu li:first-child {
  margin-left: 0;
  border-right: 1px #ccc solid;
  padding-right: 20px; }

#head-menu li {
  /* padding-left: 20px;*/
  display: block;
  line-height: 20px;
  color: #000;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-decoration: none; }

#head-menu .menu1 a {
  background-image: url(img/h_menu1.png); }

#head-menu .fa-line{
	color: #009973;
}
#head-menu .fa-linkedin{
	color: #0a66c2;
}

/* #head-menu .menu2 {
  background-image: url(img/h_menu2.png); }*/

#head-menu .menu3 a {
  background-image: url(img/h_menu3.png); }

#head-menu .menu4 a {
  background-image: url(img/h_menu4.png); }

#head-menu .menu5 {
  background-image: url(img/h_menu5.png); }

#head-menu .menu6 {
  background-image: url(img/h_menu6.png);
  pointer-events: none; }

#head-menu .menu7 {
  background-image: url(img/h_menu7.png);
  pointer-events: auto; }
  #head-menu .menu7 p.last {
    font-size: 104%;
    text-align: justify;
    text-justify: inter-ideograph; }
  #head-menu .menu7 span {
    font-size: 22px;
    font-size: 157.14286%;
    color: #009973;
    font-weight: bold; }

　 #head-menu .menu8 {
  background-image: url(img/h_menu8.png); }

#head-menu .menu2 a {
  color: #000; }

.head-contact-tel {
  position: absolute;
  right: 187px;
  top: 20px; }

.head-contact-form {
  position: absolute;
  right: 0;
  top: 13px; }

@media screen and (max-width: 767px) {
  .head-wrap {
    background-color: #FFF; }
    .head-wrap:before {
      display: none; }
    .head-wrap a:hover {
      opacity: 1; }
  header {
    border-bottom: 1px solid #bfbfbf;
    width: 100%;
    height: auto;
    min-height: 15.47vw;
    position: relative;
    z-index: 5; }
  #head-ci {
    padding: 3.73vw 0 3.73vw 4vw;
    width: 45.6vw; }
  .head-nav-wrap {
    display: none; }
  #head-menu {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    width: 100%;
    display: block; }
  #head-menu li {
    border-bottom: 1px solid #ccc;
    float: none;
    font-size: 4.27vw;
    margin-left: 0; }
    #head-menu li:last-child {
      border-bottom: none; }
    #head-menu li:first-child {
      border-right: none; }
  #head-menu li {
    background-size: 6.67vw 6.67vw;
    background-position: 3.2vw center;
    padding: 5.33vw 0 5.33vw 12.53vw;
    line-height: 1; }
  #head-menu .menu7 {
    padding-left: 13.33vw;
    background-size: 8vw 8vw; }
    #head-menu .menu7 .first {
      margin-bottom: 10px; }
  #head-menu .menu6 a, #head-menu .menu7 a {
    text-decoration: none; }
  #head-menu .contact {
    padding-left: 0;
    text-align: center; }
    #head-menu .contact img {
      width: 80%; }
  .head-contact {
    display: none; }
  .head-contact-sp {
    position: absolute;
    right: 17.33vw;
    top: 0;
    height: 15.47vw;
    width: 17.33vw; }
    .head-contact-sp img {
      height: auto;
      width: 100%; }
  #btn-sp-menu {
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    height: 15.47vw;
    width: 17.33vw; }
  #js-panel-btn {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    text-align: center; }
    #js-panel-btn:after {
      content: '';
      display: block;
      background: url(img/sp_haad_menu.png) no-repeat center top;
      background-size: 9.6vw auto;
      left: 50%;
      line-height: 1;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      text-align: center;
      width: 9.6vw;
      height: 2.13vw;
      bottom: 2.67vw; }
  #panel-btn-icon {
    display: block;
    position: relative;
    height: 2px;
    margin: 0;
    background: #FFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    vertical-align: middle;
    top: 5.33vw;
    left: 5.33vw;
    width: 6.67vw; }
  #panel-btn-icon:before,
  #panel-btn-icon:after {
    display: block;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  #panel-btn-icon:before {
    margin-top: -2.13vw; }
  #panel-btn-icon:after {
    margin-top: 1.6vw; }
  #js-panel-btn.close #panel-btn-icon {
    background: transparent; }
  #js-panel-btn.close #panel-btn-icon:before,
  #js-panel-btn.close #panel-btn-icon:after {
    margin-top: 0; }
  #js-panel-btn.close #panel-btn-icon:before {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  #js-panel-btn.close #panel-btn-icon:after {
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg); }
  #js-panel-btn.close:after {
    background: url(img/sp_haad_close.png) no-repeat center top;
    background-size: 9.6vw auto; } }

/* lang */
#lang {
  position: absolute;
  right: 140px;
  top: 27px; }

#lang li {
  font-size: 11px;
  float: left; }

#lang li a {
  display: block;
  color: #333;
  text-decoration: none;
  border-style: solid;
  border-color: #CCCCCC;
  text-align: center;
  cursor: pointer;
  border-width: 1px 0;
  display: block;
  padding: 4px 11px;
  background: -webkit-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -o-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -ms-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -moz-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E7E7E7));
  -webkit-box-shadow: 0px 0px 1px white inset;
  box-shadow: 0px 0px 1px white inset; }

#lang li:first-child a {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px; }

#lang li:last-child a {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0; }

#lang .ja a,
#lang li a:hover {
  color: #fff;
  opacity: 1;
  background: #009F71;
  border-color: #009F71;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px; }

/* font */
#font {
  position: absolute;
  right: 0;
  top: 27px; }

#font li {
  font-size: 11px;
  float: left;
  border-style: solid;
  border-color: #CCCCCC;
  text-align: center;
  cursor: pointer;
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: block;
  padding: 4px 11px;
  background: -webkit-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -o-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -ms-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -moz-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E7E7E7));
  -webkit-box-shadow: 0px 0px 1px white inset;
  box-shadow: 0px 0px 1px white inset; }

#font li:first-child {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px; }

#font li:last-child {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  padding: 2.5px 11px; }

#font .on,
#font li:hover {
  color: #fff;
  background: #009F71;
  border-color: #009F71;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px; }

#font li a {
  color: #333;
  text-decoration: none; }

#font .ja a,
#font li a:hover {
  color: #fff; }

@media screen and (max-width: 767px) {
  #lang,
  #font {
    display: none; } }

/* navigation
   ========================================================================== */
#g_nav {
  padding-top: 1px;
  position: absolute;
  left: 0;
  bottom: 1px; }

#g_nav ul {
  width: 1100px;
  margin: 0 auto;
  background: url(img/gnav_border.png) no-repeat left center;
  background-size: auto 34px;
  padding-left: 2px;
  height: 44px; }
  @media screen and (min-width: 768px), print {
    #g_nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

#g_nav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: url(img/gnav_border.png) no-repeat right center;
  background-size: auto 34px;
  padding-right: 2px;
  width: 33.33333%;
  font-size: 17px;
  font-size: 121.42857%;
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600; }

#g_nav li a {
  color: #FFF;
  display: block;
  text-align: center;
  text-decoration: none; }
  #g_nav li a:hover, #g_nav li a:visited {
    color: #FFF; }

#g_nav li a:hover,
.company-p #g_nav #g_nav01 a,
.products-p #g_nav #g_nav02 a,
.technology-p #g_nav #g_nav03 a,
.business-p #g_nav #g_nav04 a,
.contact-p #g_nav #g_nav05 a,
.download-p #g_nav #g_nav06 a,
.technology-p #g_nav #g_nav07 a {
  background: url(img/gnav_hover.png) repeat-x left center;
  background-size: 178px auto;
  opacity: 1; }

.business-p #g_nav #g_nav01 a {
  background: none; }

.business-p #g_nav #g_nav01 a:hover {
  background: url(img/gnav_hover.png) repeat-x left top; }

#g_nav li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 767px) {
  #g_nav {
    padding-top: 0;
    position: relative;
    bottom: auto; }
  #g_nav ul {
    width: 100%;
    background: #000;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    height: auto; }
  #g_nav li {
    border-bottom: 2px solid #404040;
    font-size: 4.53vw;
    float: none;
    background: none;
    line-height: 1;
    padding-right: 0;
    width: 100%; }
    #g_nav li:last-child {
      border-bottom: none; }
    #g_nav li a {
      position: relative; }
      #g_nav li a:after {
        background: url(/common/css/img/icon_arrow02.png) no-repeat left top;
        background-size: 7px 12px;
        content: '';
        display: block;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 7px; }
  #g_nav li a:hover,
  .company-p #g_nav #g_nav01 a,
  .products-p #g_nav #g_nav02 a,
  .technology-p #g_nav #g_nav03 a,
  .business-p #g_nav #g_nav04 a,
  .contact-p #g_nav #g_nav05 a,
  .download-p #g_nav #g_nav06 a,
  .technology-p #g_nav #g_nav07 a {
    background: none; }
  .business-p #g_nav #g_nav01 a:hover {
    background: none; }
  #g_nav li span {
    display: block;
    height: auto;
    text-align: left;
    padding-bottom: 5.33vw;
    padding-top: 5.33vw; } }

/* main
   ========================================================================== */
section.default {
  border-bottom: 1px solid #E5E5E5;
  padding: 0 15px 15px 15px;
  margin-bottom: 20px;
  position: relative; }

section.default:last-child,
section.default.end {
  border-bottom: 0;
  padding-bottom: 0; }

section.default .child {
  margin: 30px 0; }

section.default .child:after {
  content: "";
  display: block;
  clear: both; }

.section-title {
  font-size: 142.8571428571%;
  background: url(../../products/css/img/section_title.jpg) left no-repeat;
  margin: 0 0 12px 5px;
  padding-left: 15px; }

.section-title2 {
  color: #009973;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 128.5714285714%;
  border-bottom: 1px solid #009973; }

section.default p {
  margin-bottom: 1.6em; }

@media screen and (max-width: 767px) {
  section.default {
    padding: 0 5.33vw 4vw;
    margin-bottom: 9.33vw; }
    section.default .default {
      padding: 0; }
  section.default:last-child,
  section.default.end {
    border-bottom: 0;
    padding-bottom: 0; }
  section.default .child {
    margin: 4vw 0; }
  .section-title {
    background-repeat: repeat-y;
    font-size: 4.8vw;
    margin: 0 0 4vw 0;
    padding-left: 4vw;
    background-size: 1.33vw; }
  .section-title2 {
    color: #009973;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 128.5714285714%;
    border-bottom: 1px solid #009973; }
  section.default p {
    margin-bottom: 1.6em; } }

/* side
   ========================================================================== */
.side_menu {
  width: 240px;
  margin: 0 auto 25px; }

.side_menu h3 {
  background: url("../../products/css/img/side_category_head.jpg") top repeat-x;
  text-align: center;
  font-size: 128.5714285714%;
  line-height: 51px;
  color: #fff; }

.side_menu > ul {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #CCCCCC; }

.side_menu > ul li {
  background: -webkit-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -o-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -ms-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -moz-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E7E7E7));
  border-bottom: 1px solid #ccc; }

.side_menu > ul li a {
  display: block;
  padding: 14px 40px 14px 20px;
  background: url("img/side_arrow.png") 218px center no-repeat;
  cursor: pointer;
  color: #000;
  text-decoration: none; }

#company-business-p .side_menu .li2 a,
#company-division-p .side_menu .li5 a,
#company-environment-p .side_menu .li6 a,
#company-history-p .side_menu .li3 a,
#company-iso-p .side_menu .li7 a,
#company-location-p .side_menu .li4 a,
#company-outline-p .side_menu .li1 a,
#download-cad-p .side_menu .li2 a,
#download-catalog-p .side_menu .li1 a,
#download-manual-p .side_menu .li3 a,
.side_menu > ul li a.current,
.side_menu li a:hover {
  opacity: 1;
  background: #009A6D;
  color: #fff; }

.division-p .side_menu .li5,
.interview-p .side_menu .li5 {
  display: none; }

.side_menu .category1 {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  display: none; }

.division-p .side_menu .category1,
.interview-p .side_menu .category1 {
  display: block; }

.side_menu .category1_name {
  background: -webkit-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -o-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -ms-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -moz-linear-gradient(top, #FEFEFE, #E7E7E7);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E7E7E7));
  border-bottom: 1px solid #ccc; }

.side_menu .category1:first-child .category1_name {
  border-top-width: 0; }

.side_menu .category1_name span {
  display: block;
  padding: 15px 40px 15px 20px;
  background: url("../../products/css/img/side_category1_open.png") 204px center no-repeat;
  cursor: pointer; }

.side_menu .category1_name span.open {
  background-image: url("../../products/css/img/side_category1_close.png"); }

.side_menu .category2 {
  background: #F9F9F9;
  padding: 10px;
  font-size: 92.8571428571%;
  border-bottom: 1px solid #ccc;
  display: none; }

.side_menu .category1.open .category2 {
  display: block; }

.side_menu .category2_name span {
  background: url("../../products/css/img/side_category2_open.png") 201px center no-repeat;
  padding: 0 25px 0 8px;
  display: block;
  cursor: pointer; }

.side_menu .category2_name span.open {
  background-image: url("../../products/css/img/side_category2_close.png"); }

.side_menu .category2 ul {
  background: #fff;
  margin-top: 10px;
  display: none;
  border: 1px solid #E5E5E5;
  margin: 8px 0 0; }

.side_menu .category2.open ul {
  display: block; }

.side_menu .category2 li {
  border-bottom: 1px solid #E5E5E5; }

.side_menu .category2 li:last-child {
  border-bottom: 0; }

.side_menu .category2 li a {
  display: block;
  color: #000;
  padding: 8px 10px;
  text-decoration: none;
  background: url("img/icon_arrow.png") 203px center no-repeat; }

.side_menu .category2 li a.current,
.side_menu .category2 li a:hover {
  color: #009973; }

/* download */
.side_download_list {
  margin: 0 10px 15px; }

.side_download_list li {
  border: 1px solid #ccc;
  margin-bottom: 10px; }

.side_download_list li a {
  border: 1px solid #FFF;
  display: block;
  color: #333;
  position: relative;
  padding: 14px 10px 14px 13px;
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), color-stop(30%, #e5e5e5), to(white));
  background: -webkit-linear-gradient(bottom, #cccccc 0%, #e5e5e5 30%, white 100%);
  background: -o-linear-gradient(bottom, #cccccc 0%, #e5e5e5 30%, white 100%);
  background: linear-gradient(to top, #cccccc 0%, #e5e5e5 30%, white 100%);
  text-decoration: none;
  font-size: 114.2857142857%; }

.side_download_list li a:before {
  background: url("/common/css/img/icon_arrow.png") center no-repeat;
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-right: 5px; }

.side_download .gentei {
  font-size: 92.8571428571%;
  margin: 0 18px 5px; }

.side_download .link {
  font-size: 107.1428571429%;
  margin: 0 18px 10px; }

.side_download_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 15px; }
  .side_download_member li {
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px; }
    .side_download_member li:last-child {
      margin-right: 0; }
  .side_download_member a {
    background: #009973;
    color: #FFF;
    display: block;
    font-size: 92.85%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-bottom: 13px;
    padding-top: 13px;
    position: relative; }
    .side_download_member a:before {
      background: url("/common/css/img/icon_arrow02.png") no-repeat left top;
      background-size: 7px 12px;
      content: '';
      display: block;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 7px; }
    .side_download_member a:hover {
      opacity: 0.75; }

/* download */
.side_download {
  background: url(/common/css/img/border.jpg) bottom repeat-x;
  padding-bottom: 25px;
  margin-bottom: 28px; }

.side_download h3 {
  margin-bottom: 25px; }

.side_download p {
  margin: 0 0px 15px 0px;
  text-align: center; }

.side_download ul {
  margin: 0 10px 15px 10px; }

.side_download li {
  border: 1px solid #D3D3D3;
  margin-bottom: 10px; }

.side_download li a {
  display: block;
  color: #333;
  position: relative;
  padding: 14px 10px 14px 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(15%, #ffffff), color-stop(15%, #ffffff), to(#D1D1D1));
  background: -webkit-linear-gradient(top, #ffffff, #ffffff 15%, #ffffff 15%, #D1D1D1);
  background: -o-linear-gradient(top, #ffffff, #ffffff 15%, #ffffff 15%, #D1D1D1);
  background: linear-gradient(to bottom, #ffffff, #ffffff 15%, #ffffff 15%, #D1D1D1);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #EBEBEB;
  text-decoration: none;
  font-size: 114.2857142857%; }

.side_download li a:before {
  background: url(/common/css/img/icon_arrow.png) center no-repeat;
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-right: 5px; }

.side_download .gentei {
  font-size: 92.8571428571%;
  margin: 0 18px 5px 18px; }

.side_download .link {
  font-size: 107.1428571429%;
  margin: 0 18px 10px 18px; }

@media screen and (max-width: 767px) {
  .side_soudan_top {
    display: none !important; }
  .side_menu {
    width: 100%;
    margin: 0;
    padding-top: 5.87vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw; }
  .side_menu > ul li a {
    padding: 3.73vw 10.67vw 3.73vw 5.33vw;
    background: url("img/side_arrow.png") 95% center no-repeat; }
  .side_menu .category1_name span {
    padding: 4vw 10.67vw 4vw 5.33vw;
    background: url(../../products/css/img/side_category1_open.png) 78.67vw center no-repeat;
    background-size: 6.4vw auto; }
  .side_menu .category1_name span.open {
    background-image: url("../../products/css/img/side_category1_close.png"); }
  .side_menu .category2_name span {
    background: url(../../products/css/img/side_category2_open.png) 77.6vw center no-repeat;
    padding: 0 6.67vw 0 2.13vw; }
  .side_menu .category2_name span.open {
    background-image: url("../../products/css/img/side_category2_close.png"); }
  .side_menu .category2 li a {
    padding: 2.13vw 8vw 2.13vw 2.67vw;
    background: url("img/icon_arrow.png") 77.6vw center no-repeat; } }

/* footer
   ========================================================================== */
@media screen and (min-width: 768px), print {
  #pagetop {
    display: none; } }

@media screen and (max-width: 767px) {
  #pagetop {
    margin-left: auto;
    margin-bottom: 4vw;
    bottom: 4vw;
    right: 4vw;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 10;
    height: 11.73vw;
    width: 11.73vw;
    position: fixed; }
    #pagetop:not(.-visible) {
      opacity: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    #pagetop a {
      background-color: #009973;
      border-radius: 5.87vw;
      display: block;
      position: relative;
      text-align: center;
      text-decoration: none;
      height: 100%;
      width: 100%; }
    #pagetop span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #pagetop span::before {
        background: url(img/icon_arrow02.png) no-repeat left top;
        background-size: 1.87vw 3.2vw;
        content: '';
        display: block;
        height: 3.2vw;
        width: 1.87vw;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); } }

footer {
  border-top: 1px solid #CCCCCC;
  background: #F5F5F5;
  padding: 55px 0; }

footer a {
  color: #000; }

footer .inner {
  width: 1120px;
  margin: 0 auto; }

footer #f_info {
  float: left;
  width: 320px;
  margin-bottom: 20px; }

footer #f_sitemap {
  float: right;
  width: 768px;
  margin-bottom: 20px; }

/* info */
footer #f_info .copy {
  margin-bottom: 35px;
  font-size: 107.1428571429%; }

footer #f_info .logo {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative; }

footer #f_info .logo:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  background: #ccc;
  border-bottom: 1px solid #fff; }

footer #f_info .address {
  margin-bottom: 17px; }

/* sitemap */
footer #f_sitemap .group {
  float: left; }

footer #f_sitemap .group1 {
  /*width:378px;*/
  width: 278px;
  margin-right: 20px; }

footer #f_sitemap .group2 {
  /*width:150px;*/
  width: 140px;
  margin-right: 20px;}

footer #f_sitemap .group3 {
  width: 110px;
  float:left;
  margin-right:20px; }

footer #f_sitemap .group4 {
  width: 160px;
  float:left; }

footer #f_sitemap .label {
  position: relative;
  font-size: 114.2857142857%;
  padding: 0 0 8px 8px;
  margin-bottom: 10px; }

footer #f_sitemap .label:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  background: #ccc;
  border-bottom: 1px solid #fff; }

footer #f_sitemap ul {
  margin-left: 8px;
  margin-bottom: 20px; }

footer #f_sitemap .group1 .child {
  float: left; }

footer #f_sitemap .group1 .child1 {
  width: 125px;
  margin-right: 3px; }

footer #f_sitemap .group1 .child2 {
  width: 145px; }

footer #f_sitemap .group1 .child3 {
  width: 100px;
  float: right; }

footer #f_sitemap .sublabel {
  margin-left: 8px;
  margin-bottom: 10px; }

#copyright {
  clear: both; }

@media screen and (max-width: 767px) {
  footer {
    padding: 6.67vw 0 3.2vw; }
  footer .inner {
    width: 100%; }
  footer #f_info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  footer #f_info .copy {
    font-size: 3.2vw;
    margin-bottom: 4vw; }
  footer #f_info .logo {
    padding-bottom: 5.33vw;
    margin-bottom: 6.67vw; }
  footer #f_info .address {
    font-size: 3.2vw;
    margin-bottom: 5.07vw; }
  footer #f_info .link {
    font-size: 3.2vw; }
  #copyright {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 10.67vw; }
  .footer-download {
    background: #f5f5f5;
    padding-bottom: 6.67vw;
    padding-top: 5.6vw;
    margin-bottom: 0; }
  .footer-download p {
    font-size: 3.73vw;
    margin-bottom: 3.73vw;
    text-align: center; }
  .side_download_list {
    margin: 0 0 6.67vw 0; }
  .side_download_list li {
    border: none;
    margin-bottom: 3.2vw; }
    .side_download_list li:last-child {
      margin-bottom: 0; }
  .side_download_list li a {
    border: 1px solid #ccc;
    padding: 2.93vw 5.33vw; }
  .side_download_list li a:before {
    background-size: cover;
    width: 1.87vw;
    height: 3.2vw;
    margin-right: 4.27vw; }
  .side_download .gentei {
    font-size: 3.47vw;
    margin: 0; }
  .side_download .link {
    font-size: 107.1428571429%;
    margin: 0 18px 10px 18px; }
  .side_download_member {
    display: block;
    margin: 2.67vw 0 0; }
    .side_download_member li {
      margin-bottom: 4vw;
      margin-right: 0; }
      .side_download_member li:last-child {
        margin-bottom: 0; }
    .side_download_member a {
      font-size: 3.73vw;
      padding-bottom: 2.67vw;
      padding-top: 2.67vw; }
      .side_download_member a:before {
        height: 3.2vw;
        left: 4vw;
        width: 1.87vw; }
  .footer-contact {
    padding-bottom: 6.13vw;
    padding-top: 6.4vw;
    text-align: center; }
  .footer-contact-info {
    background: url(/common/css/img/footer_icon_tel.png) no-repeat left center;
    background-size: 8vw auto;
    display: inline-block;
    margin-bottom: 3.47vw;
    padding: 1.87vw 0 1.87vw 10.93vw; }
    .footer-contact-info li {
      text-align: left;
      line-height: 1;
      margin-bottom: 1.33vw; }
      .footer-contact-info li:last-child {
        margin-bottom: 0; }
  .footer-contact-tel {
    font-size: 6.4vw;
    font-weight: bold; }
    .footer-contact-tel a,
    .footer-contact-tel a:visited {
      color: #009973;
      text-decoration: none; }
  .footer-contact-hours {
    font-size: 3.2vw; }
  .footer-contact-btn {
    font-size: 4.27vw;
    font-weight: bold;
    line-height: 1; }
    .footer-contact-btn a {
      background-color: #009973;
      color: #FFF;
      display: block;
      text-decoration: none;
      padding-bottom: 3.47vw;
      padding-top: 3.47vw; }
      .footer-contact-btn a:before {
        background: url(/common/css/img/footer_icon_contact.png) no-repeat left top;
        background-size: cover;
        content: '';
        display: inline-block;
        height: 6.13vw;
        width: 6.4vw;
        margin-right: 2.4vw;
        position: relative;
        top: -1px;
        vertical-align: middle; }
  #chatplusview {
    display: none; } }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* センターボックス */
.box-center {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .box-center {
      margin-left: auto;
      margin-right: auto;
      max-width: 1280px;
      padding-left: 40px;
      padding-right: 40px; } }

/* 横並びボックス */
@media screen and (min-width: 768px), print {
  .box-col2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px; }
    .box-col2 > * {
      margin: 40px 20px 0 0;
      width: 50%; }
      .box-col2 > *:nth-child(2n) {
        margin-right: -20px; }
      .box-col2 > *:nth-child(-n+2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2 > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px; }
    .box-col3 > * {
      margin: 40px 20px 0 0;
      width: 33.33333%; }
      .box-col3 > *:nth-child(3n) {
        margin-right: -40px; }
      .box-col3 > *:nth-child(-n+3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3 > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col4 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px; }
    .box-col4 > * {
      margin: 40px 20px 0 0;
      width: 25%; }
      .box-col4 > *:nth-child(4n) {
        margin-right: -60px; }
      .box-col4 > *:nth-child(-n+4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4 > * + * {
    margin-top: 4vw; } }

/* 画像・テキスト 横配置 */
@media screen and (min-width: 768px), print {
  .box-img-l,
  .box-img-r {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
    .box-img-l .box-text,
    .box-img-r .box-text {
      -webkit-flex: 1;
      -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1; }
    .box-img-l.row-reverse,
    .box-img-r.row-reverse {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse; } }

@media screen and (max-width: 767px) {
  .box-img-l .box-img + .box-text,
  .box-img-l .box-text + .box-img,
  .box-img-r .box-img + .box-text,
  .box-img-r .box-text + .box-img {
    margin-top: 5.33vw; }
  .box-img-l .box-img img,
  .box-img-r .box-img img {
    height: auto;
    width: 100%; } }

@media screen and (min-width: 768px), print {
  .box-img-l .box-img {
    padding-right: 40px; } }

@media screen and (min-width: 768px), print {
  .box-img-r .box-img {
    padding-left: 40px; } }

/* ボタン
   ========================================================================== */
/* ボタンの基本スタイル */
.btn01 {
  display: inline-block;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* スタイル別クラス */
.btn01 {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 128.57143%; }
  .btn01:hover {
    background-color: #fff;
    color: #666; }
  @media screen and (max-width: 767px) {
    .btn01 {
      padding: 2.67vw 5.33vw; } }

/* ボタンレイアウト */
.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0; }
  .btn-list li {
    padding: 0 10px;
    width: 40%; }
    .btn-list li:nth-child(n+3) {
      margin-top: 20px; }
    .btn-list li .btn01 {
      min-width: 100%;
      width: 100%; }
  @media screen and (max-width: 767px) {
    .btn-list {
      display: block;
      margin: 10.67vw 0; }
      .btn-list li {
        padding: 0;
        width: 100%; }
        .btn-list li + li {
          margin-top: 5.33vw !important; } }

/* link */
.button_link {
  border: 1px solid #CCCCCC;
  font-size: 114.2857142857%;
  margin: 0 auto 20px auto;
  width: 334px;
  position: relative; }

.button_link a {
  display: block;
  border: 1px solid #fff;
  border-bottom-color: #E2E2E2;
  background: -webkit-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -o-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -ms-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -moz-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#D5D5D5));
  line-height: 48px;
  padding: 0 40px;
  text-align: center;
  color: #000;
  text-decoration: none; }

.button_link a:after {
  background: url(img/icon_arrow.png) left no-repeat;
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -5px; }

.button_link a.after:after {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 15px; }

/* back */
.button_back {
  border: 1px solid #CCCCCC;
  font-size: 114.2857142857%;
  margin-bottom: 20px; }

.button_back a {
  display: block;
  border: 1px solid #fff;
  border-bottom-color: #E2E2E2;
  background: -webkit-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -o-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -ms-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -moz-linear-gradient(top, #FEFEFE, #D5D5D5);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#D5D5D5));
  padding: 10px;
  text-align: center;
  color: #000;
  text-decoration: none; }

.button_back a:before {
  background: url(img/icon_arrow_reverse.png) left no-repeat;
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-right: 10px; }

/* フォーム
   ========================================================================== */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #666; }

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #666; }

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #666; }

form input::-ms-clear {
  visibility: hidden; }

form input::-ms-reveal {
  visibility: hidden; }

form select::-ms-expand {
  background-color: transparent;
  border: 0; }

form textarea {
  resize: vertical; }

/* フォームアイテム
   ----------------------------------------------------------------------- */
.form-item, .form-btn a,
.form-btn button,
.form-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-item {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #000;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  line-height: 1.5;
  min-height: 46px;
  padding: 9px 13px 8px;
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 100%;
  font-size: 16px;
  font-size: 114.28571%; }
  .form-item:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 767px) {
    .form-item {
      border-radius: 1.07vw;
      min-height: 12.27vw;
      padding: 2.4vw 3.47vw 2.13vw; } }

select.form-item {
  background-size: 30px 46px;
  padding-right: 30px !important; }
  @media screen and (max-width: 767px) {
    select.form-item {
      background-size: 8vw 12.27vw;
      padding-right: 8vw !important; } }

.form-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem; }
  .form-inline:last-child {
    margin-right: 0; }
  .form-inline label {
    display: inline-block;
    padding-left: .25rem; }

/* フォームボタン
   ----------------------------------------------------------------------- */
.form-btn {
  text-align: center; }
  .form-btn a,
  .form-btn button,
  .form-btn input {
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    width: 100%; }
  @media screen and (min-width: 768px), print {
    .form-btn {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
      margin: 60px auto; }
      .form-btn li {
        padding: 0 10px;
        width: 40%; } }
  @media screen and (max-width: 767px) {
    .form-btn {
      margin: 16vw auto; }
      .form-btn li + li {
        margin-top: 5.33vw; } }

/* 入力フィールド
   ----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #contents input[type=text] {
    border: 1px solid #ccc;
    font-size: 4.27vw;
    padding: 1.33vw 2.67vw; } }

/* アイコン
   ========================================================================== */
/*

icomoonを使用する場合はコメントアウトを外してください

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/icomoon.eot?n6dhp8');
  src: url('fonts/icomoon.eot?n6dhp8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?n6dhp8') format('truetype'),
    url('fonts/icomoon.woff?n6dhp8') format('woff'),
    url('fonts/icomoon.svg?n6dhp8#icomoon') format('svg');
}

[class*=" icon-"],
[class^="icon-"] {
  &::before {
    color: $color-link;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

*/
/* リンク
   ========================================================================== */
/* 新規ウィンドウ */
/* PDF */
/*
===== page_link =====
*/
.page_link {
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding: 20px 0 10px 1px; }

.page_link ul {
  zoom: 1; }

.page_link ul:after {
  content: "";
  display: block;
  clear: both; }

.page_link li {
  float: left;
  width: 158px;
  margin: 0 0 10px 19px;
  border: 1px solid #CCCCCC;
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), color-stop(30%, #e5e5e5), to(white));
  background: -webkit-linear-gradient(bottom, #cccccc 0%, #e5e5e5 30%, white 100%);
  background: -o-linear-gradient(bottom, #cccccc 0%, #e5e5e5 30%, white 100%);
  background: linear-gradient(to top, #cccccc 0%, #e5e5e5 30%, white 100%); }

.page_link li:nth-child(4n+1) {
  clear: both; }

.page_link li a {
  display: block;
  color: #000;
  position: relative;
  padding: 3px 0 3px 25px;
  background: url("img/page_link_arrow.png") 10px center no-repeat;
  text-decoration: none; }

/* ver2 */
.page_link2 {
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding: 20px 0 10px 10px; }

.page_link2 ul {
  zoom: 1; }

.page_link2 ul:after {
  content: "";
  display: block;
  clear: both; }

.page_link2 li {
  float: left;
  font-size: 92.8571428571%;
  width: 130px;
  margin: 0 0 5px 5px; }

.page_link2 li:nth-child(5n+1) {
  clear: both; }

.page_link2 li a {
  display: block;
  color: #000;
  position: relative;
  padding: 3px 0 3px 25px;
  background: url("img/page_link_arrow.png") 10px center no-repeat;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .page_link {
    margin-bottom: 5.33vw;
    padding: 4vw; }
    .page_link ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page_link ul li {
        font-size: 3.2vw;
        line-height: 1.25;
        margin: 2.13vw 0 0 0;
        min-height: inherit !important;
        width: 49%; }
        .page_link ul li:nth-child(-n + 2) {
          margin-top: 0; }
        .page_link ul li a {
          display: block;
          color: #000;
          position: relative;
          padding: 3.2vw 0.8vw 3.2vw 6.4vw;
          background: url("img/page_link_arrow.png") 1.87vw center no-repeat;
          background-size: 2.13vw; }
  /* ver2 */
  .page_link2 {
    margin-bottom: 5.33vw;
    padding: 3.2vw 2.67vw; }
    .page_link2 li {
      width: auto;
      margin: 0.53vw 1.33vw 0 0; }
      .page_link2 li:nth-child(5n+1) {
        clear: none; }
      .page_link2 li a {
        padding: 0.8vw 0 0.8vw 6.67vw;
        background: url("img/page_link_arrow.png") 2.67vw center no-repeat;
        background-size: 2.67vw; } }

/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em; }
  .list-disc li {
    list-style-type: disc;
    margin-bottom: 10px; }
    .list-disc li:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .list-disc li {
      margin-bottom: 2.67vw; } }

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em; }
  .list-decimal li {
    list-style-type: decimal;
    margin-bottom: 10px; }
    .list-decimal li:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .list-decimal li {
      margin-bottom: 2.67vw; } }

/* ページャー
   ========================================================================== */
.pagination {
  background: #F9F9F9;
  padding: 12px 17px;
  margin-bottom: 10px;
  position: relative; }

.pagination .hit {
  font-size: 92.8571428571%; }

.pagination .pager {
  position: absolute;
  right: 17px;
  top: 7px; }

.pagination .pager .prev,
.pagination .pager ul,
.pagination .pager li,
.pagination .pager .next {
  float: left;
  margin-left: 1px; }

.pagination .pager li {
  width: 28px; }

.pagination .pager a {
  border: 1px solid #CCCCCC;
  display: block;
  line-height: 28px;
  color: #000;
  background: #fff;
  text-align: center;
  text-decoration: none; }

.pagination .pager span.current {
  border: 1px solid #CCCCCC;
  display: block;
  line-height: 28px;
  color: #000;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #4D4D4D;
  opacity: 1; }

.pagination .pager .prev a {
  padding: 0 10px; }

.pagination .pager .prev a:before {
  content: "";
  background-image: url(../../products/css/img/pager_prev.png);
  width: 7px;
  height: 10px;
  margin-right: 4px;
  display: inline-block; }

.pagination .pager .next a {
  padding: 0 10px; }

.pagination .pager .next a:after {
  content: "";
  background-image: url(../../products/css/img/pager_next.png);
  width: 7px;
  height: 10px;
  margin-left: 4px;
  display: inline-block; }

/* テーブル
   ========================================================================== */
.width10 {
  width: 10% !important; }

.width15 {
  width: 15% !important; }

.width20 {
  width: 20% !important; }

.width25 {
  width: 25% !important; }

.width30 {
  width: 30% !important; }

.width35 {
  width: 35% !important; }

.width40 {
  width: 40% !important; }

.width45 {
  width: 45% !important; }

.width50 {
  width: 50% !important; }

.width55 {
  width: 55% !important; }

.width60 {
  width: 60% !important; }

.width65 {
  width: 65% !important; }

.width70 {
  width: 70% !important; }

.width75 {
  width: 75% !important; }

.width80 {
  width: 80% !important; }

.width85 {
  width: 85% !important; }

.width90 {
  width: 90% !important; }

.width95 {
  width: 95% !important; }

.width100 {
  width: 100% !important; }

.table {
  margin-bottom: 10px; }

.table th,
.table td {
  padding: 5px 15px; }

.table table th {
  border: 1px solid #39AC90 !important; }

.table th {
  background: #009973;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #39AC90; }

.table .bg2 {
  background: #F9F9F9;
  color: #000; }

.table td {
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #E5E5E5; }

.table table td {
  border: 1px solid #E5E5E5 !important; }

.table .empty {
  border: 0; }

.table table {
  margin-bottom: 5px; }

.table td th,
.table td td {
  border: 0;
  padding: 0 10px 5px 0; }

.table-normal td {
  padding: 0 10px 5px 0; }

.table-normal td img {
  vertical-align: middle; }

.td-middle td,
.th-middle th {
  vertical-align: middle; }

.table table.table1 td {
  border: none !important; }

@media screen and (max-width: 767px) {
  .table {
    margin-bottom: 2.67vw; }
  .table th,
  .table td {
    padding: 1.33vw 2.67vw;
    word-break: break-all; }
  .table table {
    margin-bottom: 1.33vw; }
  .table td th,
  .table td td {
    border: 0;
    padding: 0 2.67vw 1.33vw 0; }
  .table-normal td {
    padding: 0 2.67vw 1.33vw 0; } }

/* scrollバー付きのtable */
@media screen and (max-width: 767px) {
  .tbl-scroll-inner {
    overflow-x: auto;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    position: relative; }
    .tbl-scroll-inner table {
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
      .tbl-scroll-inner table th {
        white-space: nowrap; }
  .tbl-scroll-inner::-webkit-scrollbar {
    height: 10px; }
  .tbl-scroll-inner::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee; }
  .tbl-scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bbb; } }

/* タイトル
   ========================================================================== */
.pagetitle {
  font-size: 200%;
  border-bottom: 4px solid #009973;
  padding: 0 15px 5px 15px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .pagetitle {
    font-size: 5.33vw;
    border-bottom: 0.53vw solid #009973;
    padding: 0 0 1.6vw 2.67vw;
    margin: 0 2.67vw 5.33vw; } }

/* パンくずリスト
   ========================================================================== */
#topicpath {
  background: #F5F5F5;
  height: 35px;
  margin-bottom: 40px; }

#topicpath ul {
  margin: 0 auto;
  width: 1050px; }

#topicpath li {
  float: left;
  line-height: 35px;
  background: url(img/topicpath_arrow.png) right no-repeat;
  padding-right: 18px;
  margin-right: 10px; }

#topicpath li:last-child {
  background: none; }

#topicpath li img {
  vertical-align: middle;
  position: relative;
  top: -3px; }

#topicpath li a {
  color: #000;
  text-decoration: none; }

/* Webフォント
   ========================================================================== */
/* その他パーツ
   ========================================================================== */
/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none; } }

/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%; }

img.img-ofi-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

img.img-ofi-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

/* sticky */
.sticky {
  position: -webkit-sticky;
  position: sticky; }
  .sticky.sticky-fixed.is-sticky {
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
    margin-top: 0 !important; }
  .sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
    margin-bottom: 0 !important; }
  .sticky.sticky-fixed.is-absolute {
    position: absolute; }

/* indent */
.indent {
  margin-left: 1em;
  text-indent: -1em; }

/* ==========================================================================
   05. Project
   ========================================================================== */
/* contact
   ========================================================================== */
#index_contact {
  border: 0; }

#index_contact.module_contact {
  background: #F9F9F9;
  border-top: 4px solid #009973; }

#index_contact.module_contact .group .inner {
  background: #FFFFFF; }

#index_contact.module_contact .group {
  width: 520px; }

#index_contact h2 {
  display: block;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 142.857%; }

#index_contact .group {
  width: 514px;
  float: left; }

#index_contact .group:last-child {
  float: right; }

#index_contact .group .inner {
  background: #F9F9F9;
  padding-bottom: 1px;
  margin-bottom: 20px; }

#index_contact .group h3 {
  text-align: center;
  background: #009973;
  color: #fff;
  font-size: 128.5714285714%;
  line-height: 50px;
  margin-bottom: 25px; }

#index_contact .group .img {
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle; }

#index_contact .group .inner p {
  display: table-cell;
  padding-right: 40px;
  vertical-align: middle; }

#index_contact .group.table-non .inner p {
  display: block;
  vertical-align: middle; }

#index_contact .group.table-non .inner p,
#index_contact .group.table-non .inner table {
  margin: 0 40px; }

#index_contact .group .button {
  width: 320px;
  margin: 23px auto 25px auto;
  border: 1px solid #CCCCCC;
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), color-stop(30%, #e5e5e5), to(white));
  background: -webkit-linear-gradient(bottom, #cccccc 0%, #e5e5e5 30%, white 100%);
  background: -o-linear-gradient(bottom, #cccccc 0%, #e5e5e5 30%, white 100%);
  background: linear-gradient(to top, #cccccc 0%, #e5e5e5 30%, white 100%); }

#index_contact .group .button a {
  display: block;
  color: #000;
  position: relative;
  padding: 15px 0px;
  text-decoration: none;
  text-align: center;
  font-size: 114.2857142857%; }

#index_contact .group .button a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px; }

#index_contact .group .button a:after {
  content: "";
  background-image: url(../../common/css/img/icon_arrow.png);
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 10px; }

#index_contact .group .page_link {
  border: none;
  margin-bottom: 20px;
  padding: 0;
  margin: 0 0 0 40px; }

#index_contact .group .page_link li {
  width: 204px;
  margin: 0 20px 10px 0; }

#index_contact .group .page_link li:nth-child(even) {
  margin-right: 0; }

#index_contact .group .page_link li a {
  background: url("../../common/css/img/icon_arrow.png") 95% center no-repeat;
  padding: 3px 0 3px 10px; }

#index_contact .notes {
  font-size: 85.7142857143%; }

#index_contact .notes li {
  text-indent: -1em;
  margin-left: 1em; }

@media screen and (max-width: 767px) {
  #index_contact {
    border: 0; }
    #index_contact.module_contact {
      background: #F9F9F9;
      border-top: 4px solid #009973;
      padding-bottom: 5.33vw; }
      #index_contact.module_contact .group {
        width: auto; }
        #index_contact.module_contact .group .inner {
          background: #FFFFFF; }
    #index_contact h2 {
      padding-top: 5.33vw;
      margin-bottom: 5.33vw; }
    #index_contact .group {
      width: auto;
      float: none; }
      #index_contact .group:last-child {
        float: none; }
      #index_contact .group .inner {
        margin-bottom: 5.33vw;
        padding-bottom: 5.33vw;
        height: auto; }
        #index_contact .group .inner > .last {
          padding: 0 !important; }
      #index_contact .group h3 {
        line-height: 13.33vw;
        margin-bottom: 6.67vw; }
      #index_contact .group .img {
        padding: 0 1.33vw 0 5.33vw;
        /*display: block;
				text-align: center;*/
        width: 25%;
        margin-bottom: 4vw; }
        #index_contact .group .img img {
          width: 16vw; }
      #index_contact .group .inner p {
        /*display: block;*/
        padding: 0 4vw; }
      #index_contact .group .button {
        width: 85.33vw !important;
        margin: 3.2vw auto 0 !important; }
        #index_contact .group .button a {
          padding: 2.67vw 0 !important;
          display: block; }
          #index_contact .group .button a:before {
            width: 4.27vw;
            height: 0.27vw; }
          #index_contact .group .button a:after {
            width: 1.6vw;
            height: 2.67vw;
            margin-left: 2.67vw;
            background-repeat: no-repeat;
            background-size: 100%; }
        #index_contact .group .button.button + .button {
          margin-top: 4vw !important; }
  #index_contact .group.table-non .inner {
    padding-bottom: 2.67vw; }
    #index_contact .group.table-non .inner p {
      display: block;
      margin: 0;
      padding-right: 4vw !important;
      padding-left: 4vw !important;
      margin-top: 2.67vw; }
  #index_contact .group.table-non .table {
    margin-right: 4vw !important;
    margin-left: 4vw !important; }
  #index_contact .group.table-non .page_link {
    margin-right: 4vw !important;
    margin-left: 4vw !important; }
    #index_contact .group.table-non .page_link li {
      margin: 2.13vw 0 0 0;
      width: 49%; }
      #index_contact .group.table-non .page_link li a {
        padding: 3.2vw 0.8vw 3.2vw 6.4vw; } }

/* news
   ========================================================================== */
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-list dt {
  width: 27%; }

.news-list dt img {
  margin-left: 5px; }

.news-list dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  width: 73%; }

.news-list .cat a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  font-size: 92.8571428571%;
  color: #000;
  text-decoration: none;
  margin-right: 5px;
  width: 70px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .news-list {
    display: block; }
  .news-list dt {
    float: none;
    font-size: 3.47vw;
    margin-right: 0;
    width: 100%; }
  .news-list dt .cat {
    display: inline-block;
    position: relative;
    top: -1px; }
  .news-list dt img {
    margin-left: 1.6vw;
    height: auto;
    width: 17.33vw;
    vertical-align: middle; }
  .news-list dd {
    font-size: 3.73vw;
    line-height: 1.5;
    margin-bottom: 4.53vw;
    padding-left: 0;
    text-indent: 0;
    width: 100%; }
    .news-list dd:last-child {
      margin-bottom: 0; } }

/* 404
   ========================================================================== */
#utility-404-p .default {
  width: 900px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 767px) {
    #utility-404-p .default {
      width: 100%;
      margin: 0 auto 8vw; } }
