@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * normalize-adjust
 */
html {
  font-size: 62.5%;
  /* 10px */
}

/* 最少幅 */
/* body {
  min-width: 960px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

#lineup-font-size-sampler {
  display: none;
}

/*
 * クリアフィックス
 */
.cfix:after, .column:after, .header .header__top:after, .header .nav:after, .local-nav ul:after, .visual--top .visual--top__frame:after, .visual--top .visual--top__nav:after, .company_info #news_container li:after, .arrival:after, .footer .footer__upper:after, .footer .footer__lower:after, .footer .lower__uppeer:after {
  clear: both;
  content: "";
  display: block;
}

/*
 * ベルト
 */
.belt {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

/*
 * カスタマイズボタン
 */
.bt_customize {
  display: block;
  font-size: 240%;
  color: #FFF;
  font-weight: bold;
  height: 60px;
  padding: 15px 20px;
  background: #083388 url(../images/technology/img_bt_customize.png) no-repeat 500px center;
  line-height: 1.2;
  position: relative;
  border: 1px solid #083388;
  margin: 50px 0;
}

.bt_customize .click_this {
  display: inline-block;
  height: 100%;
  background: #fff;
  font-size: 80%;
  width: 250px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #083388;
  text-align: center;
  line-height: 90px;
}

.bt_customize a {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bt_customize a:hover {
  background: rgba(255, 255, 255, 0.4);
}

/*
 * サブナビ
 */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/*
 * アーティクルタイトル
 */
article {
  margin: 25px 0 20px 0;
}

article .contents {
  padding: 0;
  padding-left: 260px;
}

article .contents .text {
  font-size: 160%;
}

article .contents .list_type1 {
  margin: 20px 0;
}

article .contents .list_type1 li {
  font-size: 160%;
  background: url(../images/common/icn_chk01.png) no-repeat left center;
  padding-left: 35px;
}

article .article_title {
  border-bottom: 2px solid #000;
  color: #464646;
  font-size: 200%;
  padding: 0 0 0px 0;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px;
}

article .article_title .to a {
  background: rgba(0, 0, 0, 0) url("../images/common/icn_arw02.png") no-repeat scroll left center;
  color: #333;
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 20px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 3px;
}

/*
 * カラム
 */
.column__left {
  float: left;
  width: 710px;
}

.column__right {
  float: right;
  width: 220px;
}

.smp {
  display: none;
}

.pc {
  display: inherit;
}

/*
 * リスト
 */
ul.alphabet_list {
  list-style: upper-alpha outside;
  margin-left: 24px;
}

ul.circle_list {
  list-style: circle outside;
  margin-left: 24px;
}

ul.decimal_list {
  list-style: decimal outside;
  margin-left: 24px;
}

/*
 * モーダルウィンドウ
 */
#lean_overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
}

.modal {
  display: none;
  width: 500px;
  padding: 10px 20px;
  background: #FFF;
}

/*
 * 横幅超過要素
 */
.scrollx_element {
  overflow-x: auto;
}

/*
 * 注釈
 */
.note {
  font-size: 1.2rem;
  font-weight: normal;
  color: #999;
  padding-bottom: 10px;
}

@media all and (max-width: 540px) {
  body {
    min-width: 300px;
  }
  .belt {
    width: 100%;
  }
  article .article_title {
    margin-left: 10px;
    margin-right: 10px;
  }
  img {
    max-width: 100%;
  }
  /*
	 * カラム
	 */
  .column__left {
    float: none;
    width: 96%;
    margin: 10px auto;
  }
  .column__right {
    float: none;
    width: 96%;
    margin: 10px auto;
    padding: 2px 0;
  }
  .smp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  /*
	 * カスタマイズボタン
	 */
  .bt_customize {
    font-size: 160%;
    height: 60px;
    padding: 15px 20px;
    margin: 20px 0;
  }
  .bt_customize p {
    width: 160px;
  }
  .bt_customize .click_this {
    font-size: 80%;
    width: 120px;
  }
}

.header {
  background-color: #000;
  border-bottom: 1px solid #333;
  padding: 15px 0 0px;
  width: 100%;
}

.header .header__logo {
  float: left;
  width: 333px;
}

.header .header__link {
  float: right;
}

.header .header__nav {
  margin: 10px 0 0;
}

.header .logo__kowa {
  float: left;
  margin: 10px 0 0 1px;
  width: 70px;
}

.header .logo__kougaku {
  float: left;
  margin: 0 0 0 15px;
  width: 247px;
}

.header .logo a:hover {
  opacity: .8;
}

.header .link {
  margin: 0px 0 0;
}

.header .link li {
  float: right;
  font-size: 110%;
  margin: 0 0 0 10px;
  padding: 0 0 0 8px;
}

.header .link li a {
  color: #FFF;
  text-decoration: none;
}

.header .link li a:hover {
  text-decoration: underline;
}

.header .link li a.left_border:after {
  content: "|";
  color: #666;
}

.header .nav {
  width: 720px;
  margin: auto;
}

.header .nav a {
  border-bottom: 3px solid #888;
  color: #FFF;
  display: block;
  float: left;
  font-size: 150%;
  height: 36px;
  line-height: 37px;
  margin: 0 3px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 234px;
  padding: 20px 0 0 0;
}

.header .nav a:hover {
  border-color: #e60012;
}

.header .nav .act {
  border-color: #e60012;
}

#smp_nav {
  display: none;
}

@media all and (max-width: 540px) {
  .header {
    height: 50px;
  }
  .header .header__logo {
    width: 100%;
  }
  .header .logo {
    margin: 0;
  }
  .header .logo__kowa {
    width: 150px;
  }
  .header .logo__kowa img {
    width: 150px;
    vertical-align: top;
  }
  .header .logo__sitename {
    margin: 0 0 0 5px;
    width: 150px;
    padding: 0;
    padding: 0px 0 0 0;
    font-size: 10px;
    line-height: .5;
    left: 150px;
    height: 20px;
  }
  .header .logo__sitename a {
    padding: 0;
  }
  .header .logo__sitename img {
    height: 20px;
    margin: 0;
    padding: 0;
  }
  .header .header__link {
    display: none;
  }
  .header .nav {
    display: none;
    width: 100%;
    z-index: 300;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
  }
  .header .nav a {
    border-bottom: 2px solid #888;
    float: none;
    font-size: 1.5rem;
    height: 36px;
    line-height: 37px;
    margin: 0 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .header .nav .act {
    border-color: #e60012;
  }
  .header #smp_nav {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
  }
  .spc2 .header .nav {
    display: block;
  }
}

@media print {
  .header #smp_nav {
    display: none;
  }
}

.local-nav {
  background: #000;
}

.local-nav ul li {
  float: left;
  position: relative;
  text-align: center;
}

.local-nav ul li a {
  color: #FFF;
  display: block;
  font-size: 130%;
  height: 39px;
  line-height: 37px;
  text-decoration: none;
}

.local-nav ul li a:hover {
  opacity: .7;
}

.local-nav ul li:before {
  background: #999;
  content: "";
  height: 25px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
}

.local-nav ul li:first-child:before {
  display: none;
}

.local-nav ul li:nth-child(1) {
  width: 160px;
}

.local-nav ul li:nth-child(2) {
  width: 160px;
}

.local-nav ul li:nth-child(3) {
  width: 160px;
}

.local-nav ul li:nth-child(4) {
  width: 160px;
}

.local-nav ul li:nth-child(5) {
  width: 160px;
}

.local-nav ul li:nth-child(6) {
  width: 160px;
}

@media all and (max-width: 540px) {
  .local-nav {
    display: none;
  }
}

.visual {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  height: 270px;
}

.visual .visual__in {
  height: 270px;
  margin: 0 auto;
  width: 960px;
}

.visual--top {
  height: 470px;
}

.visual--top .visual--top__in {
  height: 470px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.visual--top .visual--top__frame li {
  float: left;
  height: 264px;
  width: 960px;
}

.visual--top .visual--top__nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.visual--top .visual--top__nav li {
  background: url(../images/common/icn_circle01.png) no-repeat;
  cursor: pointer;
  float: left;
  height: 15px;
  margin: 0 2px;
  position: relative;
  left: -50%;
  width: 16px;
}

.visual--top .visual--top__nav .act {
  background-position: 0 -15px;
}

@media all and (max-width: 540px) {
  .visual {
    width: 100%;
    height: auto;
  }
  .visual .visual__in {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .visual .visual__in img {
    max-width: 520px;
    width: 100%;
    height: auto;
  }
  .visual--top {
    height: auto;
  }
  .swiper-slide {
    text-align: center;
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
}

@media print {
  .visual {
    display: none;
  }
}

.company .company__section {
  margin-top: 20px;
}

.company .company__section .contents {
  padding-left: 260px;
}

.company .company__section .contents .text {
  font-size: 160%;
}

.company #overview ul,
.company #history ul {
  overflow: hidden;
  font-size: 160%;
  margin: 30px 0 70px 0;
  line-height: 1.6;
}

.company #overview ul li,
.company #history ul li {
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  padding: 10px 0;
}

.company #overview ul li h2,
.company #history ul li h2 {
  font-size: 100%;
  font-weight: bold;
  float: left;
}

.company #overview ul li h3,
.company #history ul li h3 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 20px;
}

.company #overview ul li .data,
.company #history ul li .data {
  padding-left: 120px;
}

.company #message .contents {
  margin: 30px 0 40px 0;
}

.company #message .contents p {
  line-height: 1.4;
}

.company #message .contents .signature {
  height: 40px;
  text-indent: -9999px;
  background: url(../images/company/signature.png) no-repeat right;
  margin-top: 30px;
}

.company #access {
  overflow: hidden;
  margin: 30px 0 70px 0;
  line-height: 1.6;
}

.company #access .map {
  height: 400px;
  background: #333;
}

.company #access h2 {
  font-size: 160%;
  font-weight: bold;
}

.company #access h2.class {
  background: #333;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 6px;
  margin-top: 3rem;
}

.company #access .domestic_list {
  margin-top: 40px;
}

.company #access .domestic_list li {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.company #access .domestic_list li .address {
  width: 340px;
  float: left;
}

.company #access .domestic_list li iframe {
  width: 340px;
  float: right;
}

.company #access .overseas_list p {
  font-size: 14px;
}

.company #access .overseas_list h2 {
  border-bottom: 1px solid #666;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 18px;
}

.company #access .overseas_list h3 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.company #access .overseas_list .base_list dt {
  padding-left: 24px;
  background: url(../images/company/icon_point.png) no-repeat left center/20px;
}

.company #access .overseas_list .base_list dd {
  font-size: 14px;
  padding-left: 22px;
  margin-left: 0;
}

.company #access .overseas_list .contact {
  font-size: 14px;
  padding: 10px 22px 20px;
  margin-top: 30px;
  background: #f6f6f6;
}

.company #access .overseas_list .contact h4 {
  display: inline-block;
  background: #666;
  color: #ccc;
  font-size: 11px;
  padding: 2px 16px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.company #access .overseas_list .contact p {
  margin-left: 10px;
}

.company #access .data {
  font-size: 160%;
}

.company#privacy .contents dl {
  margin-top: 5rem;
  padding-bottom: 3rem;
}

.company#privacy .contents dl dt {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px dotted #999;
  padding-left: 1rem;
}

.company#privacy .contents dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
}

.company#privacy .contents dl dd ul {
  margin-left: 2rem;
}

.company#privacy .contents .sign {
  text-align: right;
  padding-bottom: 3rem;
}

@media all and (max-width: 540px) {
  .company .company__section .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .company .company__section .contents .text {
    font-size: 1.6rem;
  }
  .company .company__section .contents .feature_list {
    margin: 20px 0;
  }
  .company .company__section#development .contents .feature_list {
    background: url(../images/technology/pic_01.gif) no-repeat left bottom;
    padding-bottom: 100px;
  }
  .company .company__section#development .contents .fig_box {
    text-align: left;
    background: none;
  }
  .company .company__section#processing .photo_list ul {
    overflow: hidden;
  }
  .company .company__section#processing .photo_list ul li {
    width: 48%;
    float: left;
  }
  .company #access {
    margin: 30px 0 30px 0;
  }
  .company #access .access_list li .address {
    float: none;
  }
  .company #access .access_list li .address .data {
    height: auto;
    width: 280px;
  }
  .company #access .access_list li .address iframe {
    width: 300px;
  }
  .company #overview ul li h2,
  .company #history ul li h2 {
    float: none;
  }
  .company #overview ul li .data,
  .company #history ul li .data {
    padding-left: 0px;
  }
  .company#privacy .contents dd {
    margin-left: 1rem;
  }
}

.recruit .recruit__section {
  margin-top: 20px;
}

.recruit .recruit__section .contents {
  padding-left: 260px;
}

.recruit .recruit__section .contents .text {
  font-size: 160%;
}

.recruit #new_graduate .contents,
.recruit #mid_career .contents {
  padding-bottom: 30px;
}

.recruit #new_graduate .contents .bt_type1,
.recruit #mid_career .contents .bt_type1 {
  margin-top: 20px;
}

.recruit #new_graduate .contents .bt_type1 a,
.recruit #mid_career .contents .bt_type1 a {
  background: #339;
  border: 1px solid #666;
  border-radius: 4px;
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  padding: 1rem;
  color: #fff;
}

.recruit #new_graduate .contents .bt_type1 a:hover,
.recruit #mid_career .contents .bt_type1 a:hover {
  opacity: .8;
}

.recruit #new_graduate h2,
.recruit #mid_career h2 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.recruit #new_graduate h2.prf_title,
.recruit #mid_career h2.prf_title {
  background: #333;
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  padding: 4px 12px;
}

.recruit .profession_area {
  font-size: 16px;
  padding: 20px;
  background: #f6f6ff;
  border-radius: 6px;
}

.recruit .profession_area .profession_list {
  padding-left: 20px;
}

.recruit .profession_area li a {
  color: #336;
  text-decoration: none;
}

.recruit table {
  font-size: 14px;
}

.recruit table th, .recruit table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
}

.recruit table th {
  background: #eee;
  text-align: center;
  min-width: 120px;
}

.recruit table td h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

@media all and (max-width: 540px) {
  .recruit .recruit__section .contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit table {
    font-size: 13px;
  }
  .recruit table th, .recruit table td {
    padding: 5px 5px;
  }
  .recruit table th {
    min-width: 80px;
  }
}

.technology .section_title {
  border: none;
  background: none;
  border-bottom: 2px solid #000;
  color: #464646;
  font-size: 200%;
  font-weight: bold;
  padding: 0 0 0px 0;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.technology .technology__section {
  margin-top: 20px;
}

.technology .technology__section .contents {
  padding-left: 260px;
}

.technology .technology__section .contents .text {
  font-size: 160%;
}

.technology .technology__section .contents h2 {
  font-size: 160%;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
}

.technology .technology__section .contents .fig_box {
  text-align: center;
  padding: 20px 0;
  margin: 10px 0;
}

.technology .technology__section .contents .feature_list {
  margin: 20px 0;
}

.technology .technology__section .contents .feature_list li {
  font-size: 180%;
  background: url(../images/common/icn_chk01.png) no-repeat left center;
  padding-left: 35px;
}

.technology .technology__section .contents ul.half_box {
  overflow: hidden;
}

.technology .technology__section .contents ul.half_box li {
  display: block;
  width: 450px;
  padding: 10px;
  float: left;
}

.technology .technology__section .contents .bt_option {
  font-size: 160%;
  padding-left: 25px;
  background: url(../images/common/icn_arw02.png) no-repeat left center;
  display: inline-block;
  color: #333;
  margin-right: 30px;
}

.technology .technology__section .contents .bt_option:hover {
  opacity: .7;
}

@media all and (max-width: 540px) {
  .technology .technology__section .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .technology .technology__section .contents .text {
    font-size: 1.6rem;
  }
  .technology .technology__section .contents .feature_list {
    margin: 20px 0;
  }
  .technology .technology__section#development .contents .feature_list {
    background: url(../images/technology/pic_01.gif) no-repeat left bottom;
    padding-bottom: 30px;
  }
  .technology .technology__section#development .contents .fig_box {
    text-align: left;
    background: none;
  }
  .technology .technology__section#processing .photo_list ul {
    overflow: hidden;
  }
  .technology .technology__section#processing .photo_list ul li {
    width: 48%;
    float: left;
  }
  .technology #access {
    margin: 30px 0 30px 0;
  }
  .technology #access .access_list li .address {
    float: none;
  }
  .technology #access .access_list li .address .data {
    height: auto;
    width: 280px;
  }
  .technology #access .access_list li .address iframe {
    width: 300px;
  }
  .technology #overview ul li h2,
  .technology #history ul li h2 {
    float: none;
  }
  .technology #overview ul li .data,
  .technology #history ul li .data {
    padding-left: 0px;
  }
}

.contact .contact__section {
  margin-bottom: 20px;
  padding: 2rem 0 2rem 0;
}

.contact .contact__section h2 {
  font-size: 2.4rem;
}

.contact .contact__section dl {
  overflow: hidden;
}

.contact .contact__section dl dt {
  font-size: 1.3rem;
  float: left;
  width: 100px;
  clear: left;
  background: #274371;
  color: #fff;
  margin-bottom: .5rem;
  text-align: center;
  padding: 2px 0;
}

.contact .contact__section dl dd {
  float: left;
  font-size: 1.4rem;
  padding: 2px 0;
  margin-left: 1rem;
  border-bottom: 1px dotted #999;
  width: 580px;
}

.contact .mw_wp_form_complete {
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
  line-height: 2;
}

@media all and (max-width: 540px) {
  .contact .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .contact .contact__section {
    margin-bottom: 20px;
  }
  .contact .contact__section dl dt {
    float: none;
    width: 100%;
    border: none;
  }
  .contact .contact__section dl dd {
    float: none;
    width: 100%;
    border: none;
  }
}

.contact .read_text {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.contact .read_text,
.contact .text {
  font-size: 1.4rem;
}

.contact select {
  padding: 6px 10px;
}

.contact .red {
  color: #c00;
}

.contact .req {
  display: inline-block;
  background: #c00;
  margin-left: 5px;
  color: #fff;
  line-height: 1.4;
  font-size: 11px;
  padding: 0 7px;
}

.contact address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 10px;
  padding: 25px;
  background: #efefef;
  display: block;
}

.contact #form_area {
  width: 90%;
  margin: auto;
}

.contact #form_area table {
  border: 1px solid #666;
  border-collapse: collapse;
  width: 100%;
}

.contact #form_area table th, .contact #form_area table td {
  border: 1px solid #666;
  font-size: 1.4rem;
  padding: 8px 10px;
  overflow: hidden;
}

.contact #form_area table th .data_name, .contact #form_area table td .data_name {
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.contact #form_area table th .half_box, .contact #form_area table td .half_box {
  display: inline-block;
  width: 45%;
  margin-right: 15px;
}

.contact #form_area table th .half_box input[type="text"], .contact #form_area table td .half_box input[type="text"] {
  width: 70%;
}

.contact #form_area table th textarea, .contact #form_area table td textarea {
  min-width: 550px;
  max-width: 550px;
}

.contact #form_area table th {
  width: 240px;
  background: #555;
  color: #dcdcdc;
  background: #ddd;
  color: 333;
  font-weight: normal;
  color: #333333;
}

.contact #form_area .note {
  font-size: 12px;
  color: #999;
}

.contact #form_area .bttn_area {
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact #form_area .bttn_area p {
  display: flex;
}

.contact #form_area .bttn_area input[type="submit"],
.contact #form_area .bttn_area input[type="reset"] {
  padding: 15px 40px;
  font-size: 1.4rem;
  background-color: #ddd;
  color: #333;
  border: 1px solid #999;
  margin: 15px 10px;
}

.contact .annotation {
  padding: 50px 0 100px 0;
  line-height: 2;
}

.contact .thanks {
  padding: 200px 0 100px 0;
}

.contact .thanks .message {
  font-size: 28px;
  font-weight: bold;
}

.contact .confirm {
  padding: 30px 0 20px 0;
}

.contact .mw_wp_form_confirm .note {
  display: none;
}

@media all and (max-width: 540px) {
  .contact #form_area table td {
    width: 70%;
    box-sizing: border-box;
  }
  .contact #form_area table td input {
    display: block;
  }
  .contact #form_area table td input[type="checkbox"] {
    display: inline;
  }
  .contact #form_area table td input[type="text"],
  .contact #form_area table td input[type="tel"],
  .contact #form_area table td input[type="email"] {
    width: 100%;
  }
  .contact #form_area table td input.tel {
    width: auto;
    display: inline;
  }
  .contact #form_area table td textarea {
    max-width: 300px;
    min-width: 200px;
    width: 100%;
  }
  .contact #form_area table td .half_box {
    display: block;
    width: 90%;
    margin-right: 15px;
  }
  .contact #form_area table td .half_box input[type="text"] {
    width: auto;
  }
  .contact #form_area table th {
    width: 30%;
    box-sizing: border-box;
    background: #555;
    color: #dcdcdc;
  }
  .contact .annotation {
    padding: 20px 0 40px 0;
    line-height: 2;
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contact .thanks {
    padding: 50px 0 50px 0;
  }
  .contact .thanks .message {
    font-size: 18px;
    font-weight: bold;
  }
  .contact .confirm {
    padding: 20px 0 20px 0;
  }
}

.company_info {
  position: relative;
  width: 960px;
  margin: 10px auto;
  overflow: hidden;
  min-height: 200px;
}

.company_info h1 {
  position: absolute;
  width: 140px;
  height: 80px;
  background: #484848;
  color: #dcdcdc;
  font-size: 1.6rem;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
}

.company_info h1 .to {
  position: absolute;
  display: block;
  bottom: -30px;
}

.company_info h1 .to a {
  background: rgba(0, 0, 0, 0) url("../images/common/icn_arw02.png") no-repeat scroll left center;
  color: #333;
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  padding-left: 20px;
}

.company_info #news_container {
  margin: 10px auto 0;
  padding-left: 160px;
  min-height: 100px;
}

.company_info #news_container li {
  margin: 10px 0 0;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.company_info #news_container li:first-child {
  margin: 0;
}

.company_info #news_container .date {
  color: #333333;
  float: left;
  font-size: 1.3rem;
  width: 100px;
  font-weight: bold;
}

.company_info #news_container .label {
  display: none;
}

.company_info #news_container .text {
  float: left;
  font-size: 1.5rem;
  margin-left: 18px;
  padding-left: 20px;
  width: 650px;
}

.company_info #news_container .text a {
  color: #333;
  text-decoration: none;
}

.company_info #news_container .text a:hover {
  text-decoration: underline;
}

.company_info #news_container .important .text {
  background: url(../images/common/icn_ex01.png) no-repeat left 3px;
}

.company_info #news_container .sub_text {
  color: #666;
  font-size: 1.3rem;
  display: block;
  padding-left: 130px;
}

@media all and (max-width: 540px) {
  .company_info {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
  }
  .company_info h1 {
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 30px;
  }
  .company_info h1 .to {
    right: 15px;
  }
  .company_info #news_container {
    margin: 10px auto 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .company_info #news_container li {
    margin: 10px 0 0;
    line-height: 1.5;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
  }
  .company_info #news_container .date {
    float: none;
    width: 100%;
  }
  .company_info #news_container .text {
    width: 98%;
    float: left;
    font-size: 1.5rem;
    margin-left: 0px;
    padding-left: 20px;
  }
  .company_info #news_container .text a {
    color: #333;
    text-decoration: none;
  }
  .company_info #news_container .text a:hover {
    text-decoration: underline;
  }
  .company_info #news_container .sub_text {
    padding: 10px 0px 30px 0;
  }
}

.arrival {
  margin: 26px 0 0;
}

.arrival .bels {
  overflow: hidden;
}

.arrival .arrival__unit-wrap {
  margin-top: 10px;
}

.arrival .arrival__unit {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  float: left;
  vertical-align: top;
  margin-bottom: 0px;
  padding-bottom: 1px;
  margin-left: 0px;
  width: 318px;
}

.arrival .arrival__unit:nth-child(3n + 1) {
  margin-left: 0;
  border-left: 1px solid #DDD;
}

.arrival .unit a {
  display: block;
  line-height: 1.5;
  height: 100%;
  text-decoration: none;
  word-wrap: break-word;
  position: relative;
}

.arrival .unit__text {
  padding: 200px 12px 20px;
}

.arrival .unit__featured {
  line-height: 1;
}

.arrival .unit__featured h2 {
  padding: 15px 10px 10px 10px;
  color: #333;
  font-size: 180%;
  position: absolute;
  top: 0;
}

.arrival .unit__featured img {
  display: block;
  position: absolute;
  top: 60px;
  left: 10px;
  right: auto;
  margin: auto;
}

.arrival .unit__title {
  color: #B8B8B8;
  font-size: 180%;
  line-height: 1.5;
}

.arrival .unit__category {
  color: #333;
  font-size: 150%;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: bold;
}

.arrival .unit__category span {
  font-size: 82.3529%;
}

.arrival .unit .on_sale {
  font-size: 110%;
  color: #083388;
  display: inline-block;
  line-height: 100%;
  border: 1px solid #083388;
  padding: 0 3px;
}

.arrival .unit__description {
  color: #333;
  font-size: 140%;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 5px;
  list-style: inside disc;
}

@media all and (max-width: 540px) {
  .arrival .arrival__unit {
    width: 100%;
    border-left: none;
    border-right: none;
    width: 100%;
  }
  .arrival .arrival__unit:nth-child(3n + 1) {
    margin-left: 0;
    border-left: none;
  }
  .arrival .unit img {
    left: 0;
    right: 0;
    max-width: 300px;
  }
  .arrival .unit__text {
    padding: 200px 10px 10px 10px;
  }
}

.products .products__title {
  border-bottom: 2px solid #000;
  color: #464646;
  font-size: 200%;
  padding: 0 0 0px 0;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 0px;
}

.info,
.info_collection {
  margin: 30px 0 0;
}

.info ul,
.info_collection ul {
  margin: 16px 0 0;
  padding-bottom: 30px;
}

.info li,
.info_collection li {
  border-bottom: 1px dotted #DDD;
  padding: 14px 0 10px 4px;
  position: relative;
}

.info .date,
.info_collection .date {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 0 0 10px;
  font-weight: bold;
  display: block;
  top: 15px;
  position: absolute;
  width: 250px;
}

.info .date .label,
.info_collection .date .label {
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 30px;
  padding: 2px 0;
  text-align: center;
  width: 80px;
  font-weight: normal;
  position: absolute;
  left: 70px;
}

.info .date .site_name,
.info_collection .date .site_name {
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 30px;
  padding: 2px 0;
  text-align: center;
  width: 120px;
  font-weight: normal;
  position: absolute;
  left: 160px;
  background: #666;
}

.info .text,
.info_collection .text {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0px 0 0 40px;
  display: inline-block;
  padding-left: 180px;
}

.info .text a,
.info_collection .text a {
  color: #525252;
  text-decoration: none;
}

.info .text a:hover,
.info_collection .text a:hover {
  text-decoration: underline;
}

.info .important .text,
.info_collection .important .text {
  background: url(../images/common/icn_ex01.png) no-repeat 160px 3px;
}

.info .sub_text,
.info_collection .sub_text {
  color: #666;
  font-size: 1.3rem;
  display: block;
  padding-left: 180px;
}

.info .label-a,
.info .label-event,
.info_collection .label-a,
.info_collection .label-event {
  background-color: #083388;
}

.info .label-b,
.info .label-post,
.info_collection .label-b,
.info_collection .label-post {
  background-color: #00b1b8;
}

.info_collection .text {
  margin: 0px 0 0 40px;
  padding-left: 300px;
}

@media all and (max-width: 540px) {
  .info ul li,
  .info_collection ul li {
    padding: 10px 10px 10px 4px;
  }
  .info ul li .text,
  .info_collection ul li .text {
    padding: 30px 0px 10px 20px;
    margin: 0px 0 0 0px;
    overflow-wrap: anywhere;
  }
  .info ul li .sub_text,
  .info_collection ul li .sub_text {
    padding: 10px 0px 10px 0px;
  }
  .info .important .text,
  .info_collection .important .text {
    background: url(../images/common/icn_ex01.png) no-repeat 5px 32px;
  }
}

.info_archive {
  margin: 30px 0 0;
  overflow: hidden;
}

.info_archive .info_list {
  margin: 16px 0 0;
  overflow: auto;
}

.info_archive .info_list li {
  border-bottom: 1px dotted #DDD;
  padding: 10px 0 10px 4px;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: hidden;
}

.info_archive .info_list li:last-child {
  border-bottom: none;
}

.info_archive .info_list li .news_archive__left {
  float: left;
  min-height: 80px;
  width: 240px;
}

.info_archive .info_list li .news_archive__right {
  padding-left: 240px;
}

.info_archive .info_list li h2 {
  font-size: 1.8rem;
}

.info_archive .info_list li h2 .sub_text {
  font-size: 1.4rem;
  color: #999;
}

.info_archive .info_list li .detail {
  overflow: hidden;
}

.info_archive .info_list li .detail dt, .info_archive .info_list li .detail dd {
  display: block;
  font-size: 1.4rem;
}

.info_archive .info_list li .detail dt {
  width: 70px;
  float: left;
  font-weight: bold;
}

.info_archive .info_list li .detail dd.url {
  font-size: 12px;
}

.info_archive .info_list li img {
  position: absolute;
  top: 35px;
  left: 10px;
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
}

.info_archive .info_list li .date {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 0 0 0px;
  font-weight: bold;
  display: inline-block;
  top: 0;
  position: relative;
  width: 100px;
}

.info_archive .info_list li .label {
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  margin-left: 0px;
  margin-top: 10px;
  padding: 2px 0;
  text-align: center;
  width: 80px;
  font-weight: normal;
}

.info_archive .info_list li .label.important {
  background: #ff0000;
}

.info_archive .info_list li .label-a,
.info_archive .info_list li .label-event {
  background-color: #083388;
}

.info_archive .info_list li .label-b,
.info_archive .info_list li .label-post {
  background-color: #00b1b8;
}

.info_archive .info_list li .text {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 6px 0 0 0px;
  display: block;
  padding-left: 0px;
}

.info_archive .info_list li .text a {
  color: #525252;
  text-decoration: none;
}

.info_archive .info_list li .text a:hover {
  text-decoration: underline;
}

.info_archive .info_list li .sub_text {
  font-size: 1.2rem;
  color: #666;
}

.info_archive .wp-pagenavi {
  color: #484848;
  font-size: 1.2rem;
  line-height: 2em;
  margin: 1em auto;
  text-align: center;
}

.info_archive .wp-pagenavi .current {
  background: #484848 none repeat scroll 0 0;
  border-color: #000;
  color: #fff !important;
}

.info_archive .wp-pagenavi .page-numbers, .info_archive .wp-pagenavi .current {
  border: none;
  color: #484848;
  padding: 0.2em 0.8em;
}

.info_archive .wp-pagenavi a, .info_archive .wp-pagenavi span {
  display: inline-block;
  margin: 0 0.5em;
  border: none;
  text-decoration: none;
  color: #484848;
}

.info_archive .wp-pagenavi a:visited {
  color: #484848;
}

.info_archive .side-archive {
  background: #f0f0f0 none repeat scroll 0 0;
}

.info_archive .side-archive h1 {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font-size: 1.4rem;
  margin: 10px 10px 0;
  padding: 15px 8px;
}

.info_archive .side-archive ul {
  background: #fff none repeat scroll 0 0;
  margin: 0 10px 10px;
}

.info_archive .side-archive ul li {
  border-bottom: medium none;
  border-top: 1px solid #f0f0f0;
  color: #333;
  padding: 0;
}

.info_archive .side-archive ul li a {
  background: rgba(0, 0, 0, 0) url("../images/common/icn_arw02.png") no-repeat scroll 8px center;
  color: #333;
  display: block;
  font-size: 1.2rem;
  padding: 15px 8px 15px 28px;
  text-decoration: none;
}

.info_archive .side-archive ul li a:hover {
  text-decoration: underline;
}

.info_detail {
  padding-bottom: 100px;
}

.info_detail h1 {
  text-align: center;
  padding: 20px 30px 40px;
  font-size: 2.2rem;
}

.info_detail .column__left {
  font-size: 1.6rem;
  padding-top: 50px;
  padding-left: 200px;
  color: #333;
}

.info_detail .official_header p {
  font-size: 78%;
  text-align: right;
}

.info_detail p {
  margin-bottom: 20px;
}

.info_detail .official_header {
  background: rgba(0, 0, 0, 0) url("../images/common/logo.gif") no-repeat scroll 0 center;
  min-height: 30px;
  width: 100%;
}

@media all and (max-width: 540px) {
  .info_archive .info_list {
    margin: 16px 0 0;
    overflow: auto;
  }
  .info_archive .info_list li {
    padding: 10px 0 20px 10px;
    margin-left: 10px;
    overflow: hidden;
  }
  .info_archive .info_list li:last-child {
    border-bottom: none;
  }
  .info_archive .info_list li .news_archive__left {
    min-height: 80px;
    width: 120px;
  }
  .info_archive .info_list li .news_archive__right {
    padding-left: 120px;
  }
  .info_archive .info_list li .detail dt {
    clear: left;
    margin: 0;
    width: 50px;
  }
  .info_archive .info_list li .detail dd {
    float: left;
  }
  .info_archive .info_list li p.img img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    width: auto;
    max-width: 90%;
    padding-bottom: 10px;
    top: 0;
    left: 0;
  }
  .info_archive .info_list li img {
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
  }
  .info_archive .info_list li .date {
    width: 100px;
    display: inline-block;
    position: relative;
    padding-left: 0px;
    top: 0;
  }
  .info_archive .info_list li .label {
    display: inline-block;
  }
  .info_archive .info_list li .label.important {
    background: #ff0000;
  }
  .info_archive .info_list li .text,
  .info_archive .info_list li .sub_text {
    padding-left: 0px;
  }
  .info_archive .info_list li .label-a {
    background-color: #083388;
  }
  .info_archive .info_list li .label-b {
    background-color: #00b1b8;
  }
  .info_detail {
    padding-bottom: 100px;
  }
  .info_detail .column__left {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-left: 0px;
  }
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  height: 50px;
  width: 50px;
}

.pagetop a {
  display: block;
  line-height: 1;
  height: 50px;
  width: 50px;
}

.pagetop a:hover {
  opacity: .7;
}

@media all and (max-width: 540px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.error .article_404 {
  font-size: 1.6rem;
  margin-bottom: 140px;
  padding-top: 50px;
}

.error .article_404 .err {
  color: #cfcfcf;
  font-size: 66px;
  font-family: serif;
}

.error .article_404 h1 {
  font-size: 2.2rem;
  margin: 2rem 0 3rem 0;
  border-bottom: 1px solid #333;
}

.error .article_404 .message_section h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 4rem;
}

@media all and (max-width: 540px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.footer {
  margin-top: 20px;
}

.footer .footer__upper {
  background-color: #484848;
  color: #fff;
  padding: 30px 0;
}

.footer .footer__lower {
  background-color: #000;
  padding: 15px 0;
}

.footer .upper .prd_area {
  width: 160px;
  overflow: hidden;
}

.footer .upper__column {
  float: left;
  padding: 0;
}

.footer .upper__column h3 {
  font-size: 110%;
  margin: 5px 0 0px 0;
  font-weight: normal;
}

.footer .upper__column li a {
  color: #fff;
}

.footer .upper__column li a:hover {
  text-decoration: underline;
}

.footer .upper__column1 {
  width: 160px;
}

.footer .upper__column2 {
  width: 150px;
}

.footer .upper__column2 li {
  margin-bottom: 5px;
}

.footer .upper__column2 .column__title {
  margin-bottom: 20px;
}

.footer .upper__column3 {
  float: right;
  width: 580px;
  border-left: 1px solid #888;
  padding-left: 30px;
}

.footer .upper .column {
  line-height: 2;
}

.footer .upper .column a {
  margin: 0;
  padding: 0;
}

.footer .upper .column__title {
  color: #FFF;
  font-size: 130%;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.footer .upper .column__title a {
  color: #fff;
  text-decoration: none;
}

.footer .upper .column__category {
  color: #111;
  font-size: 110%;
}

.footer .upper .column__category a {
  color: #111;
}

.footer .upper .column__bnr {
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}

.footer .upper .column__bnr:first-child {
  margin-top: 0;
}

.footer .upper .column__bnr:child(3n) {
  margin-right: 0;
}

.footer .upper .column li {
  background: url(../images/common/icn_arw01.png) no-repeat left 8px;
  color: #111;
  font-size: 110%;
  padding-left: 8px;
}

.footer .upper .column li a {
  color: #fff;
}

.footer .upper .column a {
  text-decoration: none;
}

.footer .upper .column a:hover {
  text-decoration: underline;
}

.footer .lower a {
  color: #FFF;
  text-decoration: none;
}

.footer .lower a:hover {
  text-decoration: underline;
}

.footer .lower__link1 li {
  font-size: 130%;
  float: left;
}

.footer .lower__link1 li:before {
  color: #FFF;
  content: "|";
  padding: 0 1em;
}

.footer .lower__link1 li:first-child:before {
  content: "";
  padding: 0;
}

.footer .lower__link2 {
  margin: 2px 0 0;
}

.footer .lower__link2 li {
  background: url(../images/common/icn_arw01.png) no-repeat left center;
  float: right;
  font-size: 110%;
  margin: 0 0 0 15px;
  padding: 0 0 0 8px;
}

.footer .copyright {
  color: #888;
  font-size: 120%;
  padding-top: 4px;
  text-align: right;
}

@media all and (max-width: 540px) {
  .footer .upper .prd_area {
    display: none;
  }
  .footer .upper__column1 {
    display: none;
    float: left;
  }
  .footer .upper__column2 {
    width: 120px;
    float: left;
    padding-left: 10px;
  }
  .footer .upper__column3 {
    position: relative;
    width: 140px;
    margin-left: 10px;
    float: right;
    padding-left: 10px;
    border-left: none;
    margin-right: 10px;
  }
  .footer .upper__column3 img {
    width: 140px;
  }
  .footer .lower__link1 li {
    float: none;
  }
  .footer .lower__link1 li:before {
    content: "";
    padding: 0 1em;
  }
  .footer .lower__link1 li:first-child:before {
    content: "";
    padding: 0 1em;
  }
  .footer .lower__link2 {
    margin: 2px 0 0;
    width: 290px;
    margin: auto;
  }
  .footer .lower__link2 li {
    background: url(../images/common/icn_arw01.png) no-repeat left center;
    float: right;
    font-size: 1.1rem;
    margin: 0 0 0 15px;
    padding: 0 0 0 8px;
  }
  .footer .copyright {
    text-align: center;
  }
}
