@charset "UTF-8";
/*
Theme Name: kop-lens2025
Theme URI: 
Author: ANESTA co.,ltd.
Author URI: 
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! 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 {
  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 */ /* 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;
  font-size: 16px;
  font-size: 1.6rem;
}

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;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 130px;
}

/*
 * クリアフィックス
 */
.cfix:after {
  clear: both;
  content: "";
  display: block;
}

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

/*
 * サブナビ
 */
.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: 1.6rem;
}
article .contents .list_type1 {
  margin: 20px 0;
}
article .contents .list_type1 li {
  font-size: 1.6rem;
  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: 2rem;
  padding: 0 0 0px 0;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px;
}
article .article_title .to a {
  font-size: 1.4rem;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 3px;
  padding-left: 20px;
  background: url(images/common/icn_arw02.png) no-repeat left center;
  color: #333;
}

/*
 * カラム
 */
.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: 320px;
  }
  .belt {
    width: 100%;
  }
  article .article_title {
    margin-left: 10px;
    margin-right: 10px;
  }
  /*
  * カラム
  */
  .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;
  }
}
/*
 * 共通ナビのための上部マージン
 */
body {
  padding-top: 112px !important;
}

@media all and (max-width: 979px) {
  body {
    padding-top: 50px !important;
  }
}
.local-nav {
  background: #000;
}
.local-nav ul li {
  float: left;
  width: 160px;
  position: relative;
  text-align: center;
}
.local-nav ul li a {
  color: #FFF;
  display: block;
  font-size: 1.3rem;
  height: 39px;
  line-height: 37px;
  text-decoration: none;
}
.local-nav ul li a:hover {
  opacity: 0.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;
}

@media all and (max-width: 540px) {
  .local-nav {
    background: #333;
  }
  .local-nav ul li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #222;
  }
  .local-nav ul li:before {
    background: #666;
    content: "";
  }
  .local-nav ul li:nth-child(2n+1):before {
    display: none;
  }
}
.visual {
  background-color: #000;
}
.visual .visual__in {
  margin: 0 auto;
  width: 960px;
}
.visual--top {
  background: #000;
  height: 350px;
  position: relative;
}
.visual--top .visual--top__button {
  margin: 0 0 0 -480px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  z-index: 100;
  height: 5px;
}
.visual--top .visual--top__button .button__left, .visual--top .visual--top__button .button__right {
  position: absolute;
  top: 0;
}
.visual--top .visual--top__button .button__left {
  background: none;
  left: -74px;
  left: 1014px;
}
.visual--top .visual--top__button .button__right {
  background: none;
  left: -74px;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide a {
  text-align: center;
}

@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;
  }
}
.breadcrumb li {
  color: #111;
  float: left;
  font-size: 1.2rem;
  margin-top: 11px;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.5em;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  color: #111;
}

.products-detail .detail_block h2 {
  border-bottom: 2px solid #000;
  color: #464646;
  font-size: 2rem;
  padding: 0 0 0px 0;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px;
}
.products-detail .detail_block h2 .red_caption {
  color: #C00;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #C00;
  margin-left: 15px;
  padding: 1px 10px;
  line-height: 1.1;
  vertical-align: middle;
}
.products-detail .detail_block ul.half_box {
  overflow: hidden;
}
.products-detail .detail_block ul.half_box li {
  display: block;
  width: 450px;
  padding: 10px;
  float: left;
}
.products-detail .detail_block .bt_option {
  font-size: 1.6rem;
  padding-left: 25px;
  background: url(images/common/icn_arw02.png) no-repeat left center;
  display: inline-block;
  color: #333;
  margin-right: 30px;
}
.products-detail .detail_block .bt_option:hover {
  opacity: 0.7;
}
.products-detail .products-detail__list ul {
  padding-top: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}
.products-detail .products-detail__list ul li {
  float: left;
  display: block;
  height: 65px;
  width: 110px;
  padding-left: 80px;
  padding-top: 25px;
  margin-bottom: 10px;
  position: relative;
  border-right: 1px solid #dcdcdc;
  box-sizing: content-box;
}
.products-detail .products-detail__list ul li .p_name {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
}
.products-detail .products-detail__list ul li .new {
  background: #e60012;
  border: 1px solid #e60012;
  padding: 1px 3px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 100%;
  margin-right: 5px;
}
.products-detail .products-detail__list ul li a {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.products-detail .products-detail__list ul li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.products-detail .products-detail__list ul li img {
  position: absolute;
  top: 0;
  left: 5px;
}
.products-detail .products-detail__list ul li:nth-child(5n) {
  border-right: none;
}
.products-detail .feature_list,
.products-detail .feature_list2 {
  margin: 20px 0;
}
.products-detail .feature_list li,
.products-detail .feature_list2 li {
  font-size: 1.8rem;
  background: url(images/common/icn_chk01.png) no-repeat left 5px;
  padding-left: 35px;
  padding-bottom: 5px;
}
.products-detail .feature_list2 {
  margin: 0 0 10px 0;
}
.products-detail .products-detail__feature {
  margin-top: 20px;
  padding-bottom: 40px;
}
.products-detail .products-detail__feature .read_txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.products-detail .products-detail__feature .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.products-detail .products-detail__feature .cap {
  font-size: 1.4rem;
}
.products-detail .products-detail__feature .caption {
  font-size: 13px;
  line-height: 0.8;
}
.products-detail .products-detail__feature .red {
  font-size: 1.6rem;
  padding: 1rem;
  line-height: 1.5;
  color: #CC0000;
}
.products-detail .products-detail__feature h3 {
  color: #083388;
  font-size: 1.8rem;
  font-weight: bold;
}
.products-detail .products-detail__feature h4 {
  font-size: 1.4rem;
}
.products-detail .products-detail__feature .feature_figs .title_type1 {
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 30px;
}
.products-detail .products-detail__feature .feature_figs .sub_title1 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.products-detail .products-detail__feature .feature_figs li img {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 300px;
}
.products-detail .products-detail__lineup {
  margin-top: 54px;
}
.products-detail .products-detail__lineup .bt_all_spec {
  font-size: 1.6rem;
  padding-left: 25px;
  background: url(images/common/icn_arw02.png) no-repeat left center;
  display: inline-block;
  color: #333;
}
.products-detail .products-detail__lineup .text {
  font-size: 1.6rem;
}
.products-detail .products-detail__lineup .red {
  font-size: 1.4rem;
  color: #CC0000;
}
.products-detail .products-detail__lineup .pro_category {
  font-size: 1.6rem;
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
}
.products-detail .products-detail__lineup .pro_category .new {
  margin-right: 10px;
}
.products-detail .products-detail__lineup .pro {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.products-detail .products-detail__lineup .pro .lense_img {
  float: left;
  width: 450px;
}
.products-detail .products-detail__lineup .pro .lense_img .proimg {
  text-align: center;
  position: relative;
}
.products-detail .products-detail__lineup .pro .lense_img .proimg .main_ss {
  display: block;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 30px;
  background: #795F79;
  color: #fffcaa;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 7px;
  border: 3px double #795F79;
  font-family: "Roboto Condensed", sans-serif;
}
.products-detail .products-detail__lineup .pro .lense_img .bt_option {
  display: block;
  width: 240px;
  margin: auto;
}
.products-detail .products-detail__lineup .pro .lense_img .dl {
  display: flex;
  flex-flow: row wrap;
}
.products-detail .products-detail__lineup .pro .lense_img .dl .dl_pdf, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_3d, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_manual {
  margin: 0 5px;
}
.products-detail .products-detail__lineup .pro .lense_img .dl .dl_pdf a, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_3d a, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_manual a {
  display: block;
  width: 200px;
  background: #c00;
  color: #fff;
  text-align: center;
  margin: auto;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 4px;
}
.products-detail .products-detail__lineup .pro .lense_img .dl .dl_pdf a:hover, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_3d a:hover, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_manual a:hover {
  opacity: 0.8;
}
.products-detail .products-detail__lineup .pro .lense_img .dl .dl_pdf span a, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_3d span a, .products-detail .products-detail__lineup .pro .lense_img .dl .dl_manual span a {
  font-size: 12px;
  background: #339796;
}
.products-detail .products-detail__lineup .pro .tbl_img .pdf_dl {
  position: absolute;
  display: block;
  width: 61px;
  height: 61px;
  top: 100px;
  left: 360px;
  background: url(images/products/icn_gaikan.png) no-repeat;
  text-indent: -9999px;
}
.products-detail .products-detail__lineup .pro .tbl_img .pdf_dlhover {
  opacity: 0.7;
}
.products-detail .products-detail__lineup .pro .tbl_img .pdf_dl2 {
  position: absolute;
  display: block;
  width: 61px;
  height: 61px;
  top: 100px;
  left: 20px;
  background: url(images/products/icn_gaikan.png) no-repeat;
  text-indent: -9999px;
}
.products-detail .products-detail__lineup .pro .tbl_img .pdf_dl2hover {
  opacity: 0.7;
}
.products-detail .products-detail__lineup .pro .tbl_img table {
  width: 500px;
  border-collapse: collapse;
  margin-top: 10px;
}
.products-detail .products-detail__lineup .pro .tbl_img table th,
.products-detail .products-detail__lineup .pro .tbl_img table td {
  font-weight: normal;
  border: 1px solid #dcdcdc;
  font-size: 1.4rem;
  padding: 0px 5px 0px 15px;
  text-align: left;
  line-height: 1.5;
}
.products-detail .products-detail__lineup .pro .tbl_img table th a,
.products-detail .products-detail__lineup .pro .tbl_img table td a {
  color: #333;
}
.products-detail .products-detail__lineup .pro .tbl_img table th.small_txt,
.products-detail .products-detail__lineup .pro .tbl_img table td.small_txt {
  font-size: 1.1rem;
}
.products-detail .products-detail__lineup h3 {
  color: #464646;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 41px;
  padding-left: 20px;
  position: relative;
}
.products-detail .products-detail__lineup h3 .new {
  background: #e60012;
  border: 1px solid #e60012;
  padding: 0 3px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  line-height: 100%;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: text-top;
}

#spec .products h2, #closeup_ring .products h2 {
  margin-top: 50px;
  font-size: 2.2rem;
}
#spec .products h2 a, #closeup_ring .products h2 a {
  color: #333;
  text-decoration: none;
}
#spec .products td.prod, #closeup_ring .products td.prod {
  text-align: left;
}
#spec .products .new, #closeup_ring .products .new {
  background: #e60012;
  border: 1px solid #e60012;
  padding: 1px 3px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 100%;
  margin-right: 5px;
  font-size: 10px;
  margin-left: 5px;
}
#spec .products .text, #closeup_ring .products .text {
  font-size: 1.4rem;
}
#spec .products .ring_img, #closeup_ring .products .ring_img {
  background: #ebeaea;
  overflow: hidden;
  padding: 15px;
}
#spec .products .ring_img h3, #closeup_ring .products .ring_img h3 {
  font-size: 1.6rem;
}
#spec .products .ring_img p, #closeup_ring .products .ring_img p {
  font-size: 1.3rem;
  width: 58%;
  float: left;
}
#spec .products .ring_img .img, #closeup_ring .products .ring_img .img {
  float: right;
  width: 40%;
}
#spec .products .ring_img .img img, #closeup_ring .products .ring_img .img img {
  width: 100%;
}
#spec .products #rings_article, #closeup_ring .products #rings_article {
  padding-top: 150px;
}

.spec_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.spec_table th {
  border: 1px solid #dcdcdc;
  background: #555555;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
.spec_table td {
  border: 1px solid #dcdcdc;
  font-size: 1.4rem;
  padding: 0px 5px;
  text-align: center;
  line-height: 1.6;
}
.spec_table td a {
  color: #333;
}

@media all and (max-width: 540px) {
  img {
    max-width: 100%;
  }
  .products-detail .detail_block {
    margin-left: 10px;
    margin-right: 10px;
    width: 96%;
    margin: auto;
    padding: 0;
  }
  .products-detail .detail_block ul.half_box {
    overflow: hidden;
  }
  .products-detail .detail_block ul.half_box li {
    display: block;
    width: 100%;
    padding: 0px;
    float: none;
  }
  .products-detail #feature,
  .products-detail #spec,
  .products-detail #lineup {
    margin-left: 10px;
    margin-right: 10px;
    width: 96%;
    padding: 0;
  }
  .products-detail .products-detail__list ul li {
    width: 28%;
    padding-left: 20%;
    border-right: none;
  }
  .products-detail .products-detail__list ul li:nth-child(5n) {
    border-right: 1px solid #dcdcdc;
    border-right: none;
  }
  .products-detail .products-detail__list ul li img {
    width: 50px;
    height: 65px;
  }
  .products-detail .products-detail__feature {
    margin-top: 20px;
  }
  .products-detail .products-detail__feature .read_txt {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-detail .products-detail__feature .feature_list {
    margin: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-detail .products-detail__lineup .pro .lense_img {
    float: none;
    width: 100%;
  }
  .products-detail .products-detail__lineup .pro .tbl_img .pdf_dl {
    left: auto;
    right: 10px;
  }
  .products-detail .products-detail__lineup .pro .tbl_img .pdf_dl2 {
    left: 10px;
    right: auto;
  }
  .products-detail .products-detail__lineup .pro .tbl_img table {
    width: 100%;
  }
  .table_wrap {
    overflow: scroll;
    width: 100%;
  }
  .table_wrap .smp {
    font-size: 1.3rem;
  }
  .spec_all #spec_base,
  .spec_all #ring_base {
    margin-left: 10px;
    margin-right: 10px;
    width: 96%;
    padding: 0;
  }
  .spec_all .ring_img {
    padding: 15px;
  }
  .spec_all .ring_img p {
    width: 100%;
    float: none;
  }
  .spec_all .ring_img .img {
    float: none;
    width: 100%;
  }
}
.pro .icon,
#icon_ex {
  display: block;
  width: 300px;
  margin: auto;
}
.pro .icon li,
.pro .icon span,
.pro .icon div,
#icon_ex li,
#icon_ex span,
#icon_ex div {
  display: inline-block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
.pro .icon li.sq,
.pro .icon span.sq,
.pro .icon div.sq,
#icon_ex li.sq,
#icon_ex span.sq,
#icon_ex div.sq {
  background: #666;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px;
  min-width: 20px;
  font-weight: bold;
  color: #fffcaa;
  vertical-align: top;
  margin-top: 5px;
}
.pro .icon li.sq.ss,
.pro .icon span.sq.ss,
.pro .icon div.sq.ss,
#icon_ex li.sq.ss,
#icon_ex span.sq.ss,
#icon_ex div.sq.ss {
  background: #795F79;
}
.pro .icon li.sq.focal_length,
.pro .icon span.sq.focal_length,
.pro .icon div.sq.focal_length,
#icon_ex li.sq.focal_length,
#icon_ex span.sq.focal_length,
#icon_ex div.sq.focal_length {
  background: #197189;
}
.pro .icon li.sq.zmkahen,
.pro .icon span.sq.zmkahen,
.pro .icon div.sq.zmkahen,
#icon_ex li.sq.zmkahen,
#icon_ex span.sq.zmkahen,
#icon_ex div.sq.zmkahen {
  background: #47403C;
}
.pro .icon li .sph,
.pro .icon span .sph,
.pro .icon div .sph,
#icon_ex li .sph,
#icon_ex span .sph,
#icon_ex div .sph {
  background: #666;
  font-size: 14px;
  display: block;
  border-radius: 22px/10px;
  color: #fff;
  background: #666;
  font-weight: bold;
  color: #fff;
  padding: 5px 8px;
  min-width: 28px;
  margin-top: 5px;
}
.pro .icon li .txt,
.pro .icon span .txt,
.pro .icon div .txt,
#icon_ex li .txt,
#icon_ex span .txt,
#icon_ex div .txt {
  font-size: 9px;
  color: #666;
  display: block;
  padding-top: 2px;
}

#cboxContent #icon_ex {
  clear: both;
  margin: 5px auto;
  width: 645px;
  min-width: 645px;
  overflow: hidden;
}
#cboxContent #icon_ex ul {
  display: flex;
  flex-flow: row wrap;
}
#cboxContent #icon_ex ul li {
  font-size: 10px;
  padding: 10px 10px;
  width: 33.3%;
  box-sizing: border-box;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
#cboxContent #icon_ex ul li .sq {
  width: 45px;
  height: 18px;
}
#cboxContent #icon_ex ul li .desc {
  text-align: left;
}
#cboxContent #icon_ex ul li div {
  box-sizing: border-box;
  width: 75px;
}
#cboxContent #icon_ex ul li div .sph {
  margin: 5px auto 0 auto;
}
#cboxContent #icon_ex ul li div.short .sph {
  width: 30px;
}
#cboxContent #icon_ex ul li div.medium .sph {
  width: 45px;
}
#cboxContent #icon_ex ul li .desc {
  padding-left: 10px;
}

/*
#icon_ex_page{
  width: 700px;
  height: 900px;
  overflow: hidden;
}
#cboxContent {
  .clear_both {
    clear: both;
  }
  #icon_ex{
    margin: 5px auto;
    width: 645px;
    min-width: 645px;
    height: 900px;
    overflow: hidden;
    //width: auto;
    ul{
      //display: flex;
      //flex-flow: row wrap;
      overflow: hidden;
      li {
        display: block;
        float: left;
        font-size: 10px;
        margin: 0 10px 10px 0;
        width: 200px;
        height: 60px;
        line-height: 1.4;
      }
    }
  }
}
*/
@media all and (max-width: 540px) {
  #cboxContent #icon_ex {
    width: 320px;
    min-width: 320px;
  }
}
.important_topics {
  position: relative;
  width: 960px;
  margin: 10px auto;
  overflow: hidden;
}
.important_topics h2 {
  position: absolute;
  width: 140px;
  height: 80px;
  background: #484848;
  color: #dcdcdc;
  font-size: 1.6rem;
  padding-top: 40px;
  text-align: center;
  font-weight: normal;
}
.important_topics .topics {
  margin: 10px auto 0;
  padding-left: 160px;
  min-height: 100px;
}
.important_topics .topics li {
  margin: 10px 0 0;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.important_topics .topics li:first-child {
  margin: 0;
}
.important_topics .topics .date {
  color: #333333;
  float: left;
  font-size: 1.3rem;
  width: 100px;
  font-weight: bold;
}
.important_topics .topics .text {
  background: url(images/common/icn_ex01.png) no-repeat left 3px;
  float: left;
  font-size: 1.5rem;
  margin-left: 18px;
  padding-left: 20px;
  width: 650px;
}
.important_topics .topics .text a {
  color: #333;
  text-decoration: none;
}
.important_topics .topics .text a:hover {
  text-decoration: underline;
}
.important_topics .topics .sub_text {
  color: #666;
  font-size: 1.3rem;
  display: block;
  padding-left: 130px;
}

@media all and (max-width: 540px) {
  .important_topics {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
  }
  .important_topics h2 {
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .important_topics .topics {
    margin: 10px auto 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .important_topics .topics li {
    margin: 10px 0 0;
    line-height: 1.5;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
  }
  .important_topics .topics .date {
    float: none;
    width: 100%;
  }
  .important_topics .topics .text {
    background: url(images/common/icn_ex01.png) no-repeat left center;
    float: left;
    font-size: 1.5rem;
    margin-left: 10px;
    padding-left: 20px;
    width: 90%;
  }
  .important_topics .topics .text a {
    color: #333;
    text-decoration: none;
  }
  .important_topics .topics .text a:hover {
    text-decoration: underline;
  }
  .important_topics .topics .sub_text {
    padding: 10px 0px 30px 0;
  }
}
.arrival {
  margin: 26px 0 0;
}
.arrival .arrival__unit-wrap {
  margin-top: 10px;
  display: flex;
}
.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: 190px 12px 20px;
}
.arrival .unit__featured {
  line-height: 1;
}
.arrival .unit__featured h2 {
  padding: 15px 10px 10px 10px;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  color: #800;
}
.arrival .unit__featured img {
  display: block;
  position: absolute;
  top: 60px;
  left: 10px;
  margin: auto;
}
.arrival .unit__title {
  color: #B8B8B8;
  font-size: 1.2rem;
  line-height: 1.5;
}
.arrival .unit__category {
  color: #333;
  color: #800;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: bold;
}
.arrival .unit__category span {
  font-size: 1.1rem;
}
.arrival .unit .on_sale {
  font-size: 1.2rem;
  color: #083388;
  display: inline-block;
  line-height: 100%;
  border: 1px solid #083388;
  padding: 1px 3px;
  margin: 15px 0;
}
.arrival .unit__description {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 15px;
  list-style: inside disc;
  list-style-position: outside;
  margin-left: 12px;
}

@media all and (max-width: 540px) {
  .arrival .arrival__unit-wrap {
    flex-flow: column;
  }
  .arrival .arrival__unit {
    border: 1px solid #DDD;
    float: none;
    margin-bottom: 0px;
    padding-bottom: 1px;
    width: 98%;
    margin: 0 auto;
  }
  .arrival .arrival__unit:nth-child(3n+1) {
    margin-left: auto;
    border-left: 1px solid #DDD;
  }
  .arrival .unit__text {
    padding: 190px 12px 20px;
  }
  .arrival .unit__featured {
    line-height: 1;
  }
  .arrival .unit__featured img {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
.products {
  margin: 30px 0 0;
}
.products .category_title {
  color: #eee;
  font-size: 1.8rem;
  padding: 5px 5px 3px 10px;
  background: #464646;
  line-height: 140%;
  font-weight: bold;
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  clear: both;
}
.products .products__unit-wrap {
  margin-top: 10px;
  overflow: hidden;
}
.products .products__unit {
  border-bottom: 1px solid #DDD;
  float: left;
  vertical-align: top;
  margin-bottom: 0px;
  padding-bottom: 1px;
  margin-left: 0px;
  width: 470px;
  min-height: 120px;
  position: relative;
}
.products .products__unit:nth-child(2n+1) {
  margin-right: 20px;
}
.products .unit {
  position: relative;
}
.products .unit a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  text-decoration: none;
  word-wrap: break-word;
}
.products .unit a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.products .unit img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 110px;
  background: #999;
}
.products .unit__text {
  padding: 20px 12px 20px 90px;
  line-height: 1;
}
.products .unit__text .product_type,
.products .unit__text .new {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 100%;
  border: 1px solid #083388;
  padding: 1px 3px;
  margin-right: 5px;
}
.products .unit__text .product_type {
  color: #083388;
}
.products .unit__text .product_type.ss {
  color: #fff;
  background: #795F79;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  min-width: 24px;
  border: none;
}
.products .unit__text .product_type.mp {
  background: #B68763;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 3px 5px;
}
.products .unit__text .new {
  background: #e60012;
  border: 1px solid #e60012;
  padding: 1px 5px;
  letter-spacing: 3px;
  color: #fff;
}
.products .unit__title {
  color: #B8B8B8;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 15px 10px 3px 0px;
  color: #333;
  font-size: 1.5rem;
}
.products .unit__category {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: normal;
}
.products .unit__category span {
  font-size: 1.2rem;
}
.products .unit__category .on_sale {
  font-size: 1.1rem;
  color: #083388;
  display: inline-block;
  line-height: 100%;
  border: 1px solid #083388;
  padding: 1px 3px;
}
.products .fl_title {
  background: #ccc;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding-left: 2rem;
}

.lensmap_table {
  border-collapse: collapse;
  border: 1px solid #999;
}
.lensmap_table th, .lensmap_table td {
  padding: 2px 4px;
  font-size: 14px;
}
.lensmap_table th {
  border: 1px solid #fff;
  background: #555;
  color: #fff;
  font-weight: normal;
}
.lensmap_table:last-child {
  border-bottom: 1px solid #999;
}
.lensmap_table th.sps_ttl {
  width: 60px;
  font-size: 12px;
  background: #eee;
  color: #333;
  border-left: none;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #eee;
  border-right: 1px solid #999;
}
.lensmap_table th.coating {
  background: #ccc;
  color: #333;
  border-top: 1px solid #999;
}
.lensmap_table th.aspheric {
  background: #ccc;
  color: #333;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.lensmap_table th.ss_title {
  border-top: 1px solid #999;
}
.lensmap_table tr.sps th {
  text-align: right;
  font-weight: normal;
  background: #fff;
  color: #333;
  border: 1px dotted #fff;
  border-right: 1px solid #999;
}
.lensmap_table tr.sps td {
  padding: 0;
  text-align: center;
}
.lensmap_table tr.sps td.color {
  background: #c66;
  min-height: 30px;
}
.lensmap_table tr.sps td.color a {
  text-decoration: none;
  color: #000;
}
.lensmap_table tr.sps td.color a:hover {
  text-decoration: underline;
}
.lensmap_table tr.sps td.coating {
  border: 1px dotted #fff;
  border-left: 1px solid #999;
  font-size: 11px;
}
.lensmap_table tr.sps td.aspheric {
  border: 1px dotted #fff;
}
.lensmap_table tr.sps td.aspheric .ex {
  display: block;
  font-size: 11px;
}
.lensmap_table tr.sps#sps_jc10m td.color {
  background: #ff4444;
}
.lensmap_table tr.sps#sps_jc5m2 td.color {
  background: #ee6600;
}
.lensmap_table tr.sps#sps_fc td.color {
  background: #ee8800;
}
.lensmap_table tr.sps#sps_jc3m2 td.color {
  background: #ffaa66;
}
.lensmap_table tr.sps#sps_sc td.color {
  background: #ff9933;
}
.lensmap_table tr.sps#sps_xc2 td.color {
  background: #ffcc00;
}
.lensmap_table tr.sps#sps_hc td.color {
  background: #ffdd66;
}
.lensmap_table tr.sps#sps_jc1m td.color {
  background: #95ab40;
}
.lensmap_table tr.sps#sps_nc1m td.color {
  background: #63bb46;
}
.lensmap_table tr.sps#sps_nc1l td.color {
  background: #83c795;
}
.lensmap_table tr.sps#sps_jc td.color {
  background: #89d0bc;
}
.lensmap_table tr.sps#sps_vm td.color {
  background: #417ff4;
}
.lensmap_table tr.ss th {
  width: 12%;
}

@media all and (max-width: 540px) {
  .products .products__unit {
    float: none;
    width: 100%;
    min-height: 120px;
  }
  .products .products__unit:nth-child(2n+1) {
    margin-right: 20px;
  }
  .lensmap_table th, .lensmap_table td {
    padding: 2px 2px;
    font-size: 12px;
  }
  .lensmap_table th.sps_ttl {
    font-size: 10px;
  }
}
.lens_map_fig_wrap {
  margin-bottom: 30px;
}
.lens_map_fig_wrap .lens_map_fig {
  position: relative;
}
.lens_map_fig_wrap img {
  max-width: 100%;
}
.lens_map_fig_wrap .prd_link_list li a {
  min-width: 10px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  height: 5.1%;
  overflow: hidden;
  text-indent: -999px;
  opacity: 0;
}
.lens_map_fig_wrap .prd_link_list li a:hover {
  opacity: 1;
}

@media all and (max-width: 540px) {
  .lens_map_fig_wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .lens_map_fig_wrap .lens_map_fig {
    width: 600px;
    margin: 20px;
  }
  .lens_map_fig_wrap img {
    max-width: 100%;
  }
}
.info {
  margin: 30px 0 0;
}
.info ul {
  margin: 16px 0 0;
  padding-bottom: 30px;
}
.info li {
  border-bottom: 1px dotted #DDD;
  padding: 14px 0 10px 4px;
  position: relative;
}
.info .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 {
  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 .text {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0px 0 0 40px;
  display: inline-block;
  padding-left: 180px;
  font-weight: bold;
}
.info .text a {
  color: #525252;
  text-decoration: none;
}
.info .text a:hover {
  text-decoration: underline;
}
.info .sub_text {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  padding-left: 220px;
}
.info .label-a,
.info .label-event,
.info .label-event_e {
  background-color: #083388;
}
.info .label-b,
.info .label-post,
.info .label-news_e {
  background-color: #00b1b8;
}

@media all and (max-width: 540px) {
  .info ul li {
    padding: 10px 10px 10px 4px;
  }
  .info ul li .text {
    padding: 30px 0px 10px 0px;
  }
  .info ul li .sub_text {
    padding: 10px 0px 10px 0px;
  }
}
#examples .example_list {
  padding-bottom: 4rem;
  padding-top: 2rem;
}
#examples .example_list > li {
  margin-bottom: 5rem;
}
#examples .example_list > li .inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
#examples .example_list > li:nth-child(2n) .inner {
  flex-flow: row;
}
#examples .example_list > li .txt {
  width: 70%;
  padding-top: 2rem;
}
#examples .example_list > li .txt h2 {
  margin-bottom: 2rem;
  border-bottom: 2px dotted #999;
}
#examples .example_list > li .txt .summary {
  line-height: 1.8;
}
#examples .example_list > li .txt .bt_detail {
  text-align: right;
  padding-top: 1rem;
}
#examples .example_list > li .txt .bt_detail a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2rem 1.6rem;
  padding-left: 40px;
  background: #000 url(images/common/arrow_right1.png) no-repeat left 10px center;
  background-size: 18px;
  border-radius: 4px;
  color: #fff;
}
#examples .example_list > li .txt .bt_detail a:hover {
  background: #000 url(images/common/arrow_right1.png) no-repeat left 14px center;
  background-size: 18px;
  transition: all 0.3s;
}
#examples .example_list > li .img {
  width: 26%;
}
#examples .example_list > li .img img {
  display: block;
  max-width: 100%;
}
#examples .example_list > li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.single-example article.example_detail {
  padding-bottom: 5rem;
}
.single-example article.example_detail h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
  background: #333;
  color: #fff;
  padding-left: 2rem;
  border-radius: 4px;
}
.single-example article.example_detail p {
  line-height: 1.8;
}
.single-example article.example_detail .recommend {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.single-example article.example_detail .recommend .img {
  width: 38%;
}
.single-example article.example_detail .recommend .img img {
  width: 100%;
  height: auto;
}
.single-example article.example_detail .recommend .txt {
  width: 58%;
}
.single-example article.example_detail .recommend .recom_feature_list .type {
  display: inline-block;
  font-size: 16px;
  background: #795F79;
  color: #fffcaa;
  font-weight: bold;
  border-radius: 6px;
  padding: 3px 7px;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 1rem;
}
.single-example article.example_detail .recommend .feature {
  margin-top: 1rem;
}
.single-example article.example_detail .recommend .name {
  font-size: 3rem;
}
.single-example article.example_detail .recommend .name a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #333;
}
#examples .bt_detail,
.single-example .bt_detail {
  text-align: right;
  padding-top: 1rem;
}
#examples .bt_detail a,
.single-example .bt_detail a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2rem 1.6rem;
  padding-left: 40px;
  background: #000 url(images/common/arrow_right1.png) no-repeat left 10px center;
  background-size: 18px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
#examples .bt_detail a:hover,
.single-example .bt_detail a:hover {
  background: #000 url(images/common/arrow_right1.png) no-repeat left 14px center;
  background-size: 18px;
  transition: all 0.3s;
}

@media all and (max-width: 540px) {
  #examples .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  #examples .example_list {
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
  #examples .example_list > li .txt {
    padding-top: 0;
  }
  .single-example article.example_detail .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .single-example article.example_detail .recommend {
    flex-flow: column;
  }
  .single-example article.example_detail .recommend .img {
    width: auto;
  }
  .single-example article.example_detail .recommend .txt {
    width: auto;
  }
  .single-example article.example_detail .recommend .name {
    font-size: 2.4rem;
  }
}
#consultation p {
  line-height: 1.8;
}
#consultation .mv {
  background: #f3ebe3;
  text-align: center;
}
#consultation .mv img {
  max-width: 1200px;
  width: 100%;
}
#consultation .summary {
  max-width: 740px;
  margin: auto;
  padding: 30px 10px 40px 10px;
  font-size: 2rem;
}
#consultation .features {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
#consultation .features > li {
  width: 30%;
}
#consultation .features > li h3 {
  background: #dfdfdf;
  color: #03c;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
#consultation article h2 {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
#consultation .step {
  padding-bottom: 30px;
}
#consultation .step > li .txt {
  background: #03c;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#consultation .step > li .dwn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #0033cc transparent transparent transparent;
  margin: auto;
}
#consultation #consultation_form {
  padding-bottom: 50px;
}
#consultation #consultation_form dt {
  font-size: 2.2rem;
}
#consultation #consultation_form dt .req {
  color: #cc0000;
  font-size: 1.4rem;
  vertical-align: super;
  background: #900;
  color: #fff;
  padding: 3px 12px;
}
#consultation #consultation_form dd {
  margin: 0;
  padding-bottom: 33px;
}
#consultation #consultation_form .mw_wp_form form input[type=text],
#consultation #consultation_form .mw_wp_form form input[type=email] {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  font-size: 1.6rem;
  margin-top: 1rem;
  padding: 0.7rem;
  width: 100%;
  box-sizing: border-box;
}
#consultation #consultation_form .mw_wp_form form .mwform-tel-field input[type=text] {
  width: auto;
}
#consultation #consultation_form .mw_wp_form input[type=submit] {
  background: #03c;
  border: 0 none;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem;
  margin: auto;
  margin-top: 2rem;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
#consultation #consultation_form .mw_wp_form form textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 0.5rem;
  white-space: pre;
  width: 95%;
  resize: none;
  min-width: 280px;
  height: 8em;
}
#consultation #consultation_form .mw_wp_form form select {
  font-size: 1.4rem;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  height: 4rem;
  color: #333;
  max-width: 510px;
  margin-top: 1rem;
}
#consultation #consultation_form .mw_wp_form form input[type=number] {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  font-size: 1.6rem;
  margin-top: 1rem;
  padding: 0.7rem;
  box-sizing: border-box;
}
#consultation #consultation_form .submit-area .submit-btn {
  margin-bottom: 2em;
  text-align: center;
  margin: auto;
}
#consultation #consultation_form .mw_wp_form form .submit-area .submit-btn input {
  background: #444;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 20px 50px;
  margin: auto;
  text-align: center;
}
#consultation #consultation_form .mw_wp_form form.mw_wp_form mw_wp_form_complete p {
  text-align: center;
}
#consultation #consultation_form .mw_wp_form_confirm form .form_list dd {
  background: #eef;
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
#consultation #consultation_form .mw_wp_form form .submit-area .submit-btn input {
  background: #00aeb9;
  font-size: 1.8rem;
  border-radius: 100px;
  line-height: 1;
  width: 70%;
  min-width: 200px;
}

@media all and (max-width: 540px) {
  #consultation .summary {
    font-size: 1.6rem;
    padding: 20px 20px 30px 20px;
  }
  #consultation .features {
    flex-flow: column;
    padding: 2rem;
  }
  #consultation .features > li {
    width: auto;
    margin-bottom: 2rem;
  }
  #consultation .features > li h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  #consultation article h2 {
    font-size: 2.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #consultation .step {
    padding: 1rem;
    padding-bottom: 30px;
  }
  #consultation .step > li .txt {
    padding: 1rem;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #consultation #consultation_form {
    padding: 1rem;
    padding-bottom: 40px;
  }
  #consultation #consultation_form dt {
    font-size: 1.8rem;
  }
  #consultation #consultation_form dt .req {
    font-size: 1.2rem;
  }
  #consultation #consultation_form dd {
    margin: 0;
    padding-bottom: 2rem;
  }
  #consultation #consultation_form .mw_wp_form form .submit-area .submit-btn input {
    font-size: 1.6rem;
  }
}
.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: #666;
}
.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,
.info_archive .info_list li .label-event_e {
  background-color: #083388;
}
.info_archive .info_list li .label-b,
.info_archive .info_list li .label-post,
.info_archive .info_list li .label-news_e {
  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 {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
  margin: 6px 0 0 0px;
  line-height: 1.5;
}
.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: 27%;
  }
  .info_archive .info_list li .news_archive__right {
    padding-left: 30%;
  }
  .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;
  }
}
.technology_article {
  margin-top: 30px;
}
.technology_article .contents {
  padding-left: 260px;
}
.technology_article .contents .text {
  font-size: 1.6rem;
}
.technology_article .contents h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
}
.technology_article .contents .fig_box {
  text-align: center;
  padding: 20px 0;
  margin: 10px 0;
}
.technology_article .contents .text_refer {
  background: #efefef;
  padding-left: 1rem;
  border-top: 1px solid #666;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.technology_article .contents .feature_list {
  margin: 20px 0;
}
.technology_article .contents .feature_list li {
  font-size: 1.8rem;
  background: url(images/common/icn_chk01.png) no-repeat left center;
  padding-left: 35px;
}
.technology_article .contents ul.half_box {
  overflow: hidden;
}
.technology_article .contents ul.half_box li {
  display: block;
  width: 450px;
  padding: 10px;
  float: left;
}
.technology_article .contents .bt_option {
  font-size: 1.6rem;
  padding-left: 25px;
  background: url(images/common/icn_arw02.png) no-repeat left center;
  display: inline-block;
  color: #333;
  margin-right: 30px;
}
.technology_article .contents .bt_option:hover {
  opacity: 0.7;
}
.technology_article#development .contents .feature_list {
  background: url(images/technology/pic_01.gif) no-repeat right bottom;
  background-size: contain;
}
.technology_article#development .contents .fig_box2 {
  text-align: left;
  background: url(images/technology/photo_planning01.jpg) no-repeat right 35px;
}
.technology_article#processing .photo_list ul {
  overflow: hidden;
}
.technology_article#processing .photo_list ul li {
  width: 32%;
  float: left;
  font-size: 1.4rem;
}

@media all and (max-width: 540px) {
  .technology_article .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .technology_article .contents .text {
    font-size: 1.6rem;
  }
  .technology_article .contents .feature_list {
    margin: 20px 0;
  }
  .technology_article#development .contents .feature_list {
    background: url(images/technology/pic_01.gif) no-repeat left bottom;
    padding-bottom: 100px;
  }
  .technology_article#development .contents .fig_box {
    text-align: left;
    background: none;
  }
  .technology_article#processing .photo_list ul {
    overflow: hidden;
  }
  .technology_article#processing .photo_list ul li {
    width: 48%;
    float: left;
  }
}
.page_movie {
  margin-top: 30px;
}
.page_movie .contents {
  padding-left: 260px;
}
.page_movie .contents .text {
  font-size: 1.6rem;
}
.page_movie .join_area {
  background: #f6f6f6;
  padding: 30px;
}
.page_movie .bt_join {
  display: inline-block;
  padding: 10px 25px;
  background: #333;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

@media all and (max-width: 540px) {
  .page_movie .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .page_movie .contents .text {
    font-size: 1.6rem;
  }
}
#catalog_download .contents {
  padding-left: 0;
}
#catalog_download .catalog_dl .catalog {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
#catalog_download .catalog_dl .catalog img {
  max-width: 320px;
  height: auto;
  border: 1px solid #ccc;
  display: block;
  margin: auto;
}
#catalog_download .catalog_dl .catalog .bt_login a {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  background: #9C0002;
  margin-top: 30px;
  border-radius: 10px;
  text-decoration: none;
  min-width: 160px;
}
#catalog_download .catalog_dl .catalog .attention {
  font-size: 1.3rem;
  padding-top: 5px;
  color: #555;
}
#catalog_download .catalog_dl .catalog .txt {
  font-size: 1.4rem;
  padding-top: 5px;
  color: #000;
  padding-top: 20px;
}

@media all and (max-width: 540px) {
  #catalog_download .catalog_dl .catalog img {
    max-width: 90%;
  }
}
#contact .read_text,
#contact .text,
#demo .read_text,
#demo .text {
  font-size: 1.4rem;
}
#contact .red,
#demo .red {
  color: #c00;
}
#contact address,
#demo address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 10px;
  padding: 25px;
  background: #efefef;
  display: block;
}
#contact #form_area,
#demo #form_area {
  width: 90%;
  margin: auto;
}
#contact #form_area table,
#demo #form_area table {
  border: 1px solid #666;
  border-collapse: collapse;
  width: 100%;
}
#contact #form_area table td,
#demo #form_area table td {
  border: 1px solid #666;
  font-size: 1.4rem;
  padding: 8px 10px;
  overflow: hidden;
}
#contact #form_area table td .data_name,
#demo #form_area table td .data_name {
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}
#contact #form_area table td .half_box,
#demo #form_area table td .half_box {
  display: inline-block;
  width: 45%;
  margin-right: 15px;
}
#contact #form_area table td .half_box input[type=text],
#demo #form_area table td .half_box input[type=text] {
  width: 70%;
}
#contact #form_area table td textarea,
#demo #form_area table td textarea {
  min-width: 550px;
  max-width: 550px;
}
#contact #form_area table td.ttl,
#demo #form_area table td.ttl {
  width: 240px;
  background: #555;
  color: #dcdcdc;
  background: #ddd;
  color: 333;
  font-weight: normal;
  color: #333333;
}
#contact #form_area .bttn_area,
#demo #form_area .bttn_area {
  text-align: center;
}
#contact #form_area .bttn_area input[type=submit],
#contact #form_area .bttn_area input[type=reset],
#demo #form_area .bttn_area input[type=submit],
#demo #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,
#demo .annotation {
  padding: 50px 0 100px 0;
  line-height: 2;
}
#contact .thanks,
#demo .thanks {
  padding: 200px 0 100px 0;
}
#contact .thanks .message,
#demo .thanks .message {
  font-size: 28px;
  font-weight: bold;
}
#contact .confirm,
#demo .confirm {
  padding: 30px 0 20px 0;
}

#demo .demo_application .att_ttl {
  margin-top: 30px;
  font-size: 1.4rem;
  padding-left: 5%;
}
#demo .demo_application .att_list {
  padding-left: 5%;
  margin-right: 5%;
}
#demo .demo_application .att_list li {
  font-size: 1.3rem;
  padding-left: 20px;
  background: url(images/common/icn_arw02.png) no-repeat left center;
}
#demo address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 10px;
  padding: 25px;
  background: #efefef;
  display: block;
}

h2.type_1 {
  background: #ccc;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  padding-left: 2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

#membership-join .member_join .terms_conditions_area {
  height: 300px;
  overflow-y: scroll;
  padding: 25px;
  padding-top: 10px;
  margin: 20px;
  border: 1px solid #ccc;
  background: #efefef;
}
#membership-join .member_join .terms_conditions_area h3 {
  font-size: 16px;
  margin-top: 20px;
}
#membership-join .member_join .terms_conditions_area ul {
  font-size: 13px;
  padding-left: 20px;
}
#membership-join .member_join .acceptance {
  padding-bottom: 50px;
  padding-top: 30px;
  max-width: 400px;
  margin: auto;
}
#membership-join .member_join .acceptance .check {
  text-align: center;
}
#membership-join .member_join .acceptance .to_regist {
  padding-top: 30px;
  height: 50px;
}
#membership-join .member_join .acceptance .to_regist a {
  display: block;
  margin: auto;
  background: #333;
  border-radius: 6px;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: none;
}

.input_rules {
  background: #ebeaea;
  overflow: hidden;
  padding: 15px;
  font-size: 13px;
}

.swpm-registration-membership-level-row {
  display: none;
}

@media all and (max-width: 540px) {
  #contact #form_area table td, #demo #form_area table td {
    width: 70%;
    box-sizing: border-box;
  }
  #contact #form_area table td input, #demo #form_area table td input {
    display: block;
  }
  #contact #form_area table td input[type=checkbox], #demo #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], #demo #form_area table td input[type=text],
  #demo #form_area table td input[type=tel],
  #demo #form_area table td input[type=email] {
    width: 100%;
  }
  #contact #form_area table td input.tel, #demo #form_area table td input.tel {
    width: auto;
    display: inline;
  }
  #contact #form_area table td textarea, #demo #form_area table td textarea {
    max-width: 300px;
    min-width: 200px;
    width: 100%;
  }
  #contact #form_area table td .half_box, #demo #form_area table td .half_box {
    display: block;
    width: 90%;
    margin-right: 15px;
  }
  #contact #form_area table td .half_box input[type=text], #demo #form_area table td .half_box input[type=text] {
    width: auto;
  }
  #contact #form_area table td.ttl, #demo #form_area table td.ttl {
    width: 30%;
    box-sizing: border-box;
    background: #555;
    color: #dcdcdc;
  }
  #contact .annotation, #demo .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, #demo .thanks {
    padding: 50px 0 50px 0;
  }
  #contact .thanks .message, #demo .thanks .message {
    font-size: 18px;
    font-weight: bold;
  }
  #contact .confirm, #demo .confirm {
    padding: 20px 0 20px 0;
  }
  #demo .demo_application {
    margin: 0 10px;
  }
}
.sitemap .page_list {
  overflow: hidden;
  padding-left: 260px;
  padding-bottom: 50px;
}
.sitemap .page_list li {
  border-bottom: 1px dotted #999;
  font-size: 1.6rem;
  padding-left: 30px;
}
.sitemap .page_list li a {
  color: #333;
  text-decoration: none;
}
.sitemap .page_list li a:hover {
  color: #999;
}
.sitemap .page_list li ul {
  padding-left: 50px;
}
.sitemap .page_list li ul li {
  border-bottom: 1px dotted #999;
  padding-left: 30px;
  background: url(images/common/icn_arw03.gif) no-repeat 10px center;
  background-size: 5px;
}
.sitemap .page_list li ul li:last-child {
  border: none;
}
.sitemap .column__title {
  border-bottom: 1px solid #333;
  margin-top: 30px;
  border-left: 3px solid #333;
  padding-left: 10px;
}
.sitemap .column__title a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.sitemap .category_title {
  font-size: 16px;
  clear: both;
  border-bottom: 1px dotted #ccc;
  padding-top: 20px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.sitemap .products__unit-wrap {
  padding-left: 20px;
}
.sitemap .products__unit-wrap li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.sitemap .products__unit-wrap li img {
  display: none;
}
.sitemap .products__unit-wrap li .unit__text .product_type,
.sitemap .products__unit-wrap li .unit__text .unit__title,
.sitemap .products__unit-wrap li .unit__text .new {
  display: none;
}
.sitemap .products__unit-wrap li .unit__text .unit__category {
  color: #333;
  font-size: 14px;
}
.sitemap .products__unit-wrap li a {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.sitemap .products__unit-wrap li a:hover {
  background: rgba(72, 72, 72, 0.2);
}

@media all and (max-width: 540px) {
  .sitemap .page_list {
    padding-left: 20px;
    padding-bottom: 50px;
    margin-right: 15px;
  }
  .sitemap .page_list li {
    padding-left: 30px;
  }
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner {
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 20px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner input[type=text],
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner input[type=password] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 240px;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner .swpm-username-label {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner .swpm-remember-me {
  padding-bottom: 10px;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner .swpm-remember-me .swpm-rember-label {
  color: #666;
  font-size: 14px;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner .swpm-login-submit input {
  padding: 20px 60px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border-style: none;
  margin: auto;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner .swpm-forgot-pass-link {
  font-size: 12px;
  color: #666;
}
.swpm-login-widget-form #swpm-login-form .swpm-login-form-inner .swpm-join-us-link {
  font-size: 12px;
  color: #666;
}

.swpm-registration-widget-form #swpm-registration-form {
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 100px;
}
.swpm-registration-widget-form #swpm-registration-form table td {
  padding: 10px;
}
.swpm-registration-widget-form #swpm-registration-form table td:nth-child(odd) {
  font-size: 13px;
  min-width: 120px;
  text-align: left;
}
.swpm-registration-widget-form #swpm-registration-form table td input[type=text],
.swpm-registration-widget-form #swpm-registration-form table td input[type=password] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.swpm-registration-widget-form #swpm-registration-form .swpm-registration-submit-section input {
  padding: 20px 60px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border-style: none;
  margin: auto;
  margin-top: 50px;
}

.swpm-fieldset .swpm-form-builder-error {
  color: red;
}

#swpm-form-1.swpm-form-builder-container .swpm-fieldset {
  max-width: 640px;
  margin: 15px auto;
}
#swpm-form-1.swpm-form-builder-container .swpm-item-submit input {
  padding: 20px 60px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border-style: none;
  margin: auto;
}

.page_after_registration .contents {
  margin-bottom: 100px;
}
.page_after_registration .contents .thanks {
  background: #fff6ee;
  padding: 30px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page_after_registration .contents h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page_after_registration .contents .attention {
  color: crimson;
  font-size: 1.4rem;
}

@media all and (max-width: 540px) {
  .page_after_registration .contents {
    padding-left: 20px;
    padding-right: 10px;
  }
  .page_after_registration .contents .text {
    font-size: 1.6rem;
  }
}
.lensselector_form_section input[type=text] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #fff;
  width: 140px;
  border: 1px solid #ccc;
  margin: 0 10px 5px 0;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.lensselector_form_section h2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.lensselector_form_section h3 {
  font-size: 14px;
}
.lensselector_form_section p {
  font-size: 13px;
}
.lensselector_form_section .sensor_size_area select, .lensselector_form_section .maker_area select {
  height: 30px;
  background: #fff;
  margin-right: 10px;
}
.lensselector_form_section .maker_area {
  padding-bottom: 2rem;
}
.lensselector_form_section .mode_tab_section {
  margin-bottom: -1px;
}
.lensselector_form_section .mode_tab_section .mode_tab_list {
  display: flex;
  flex-flow: row;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li {
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border: 1px solid #999;
  border-bottom: none;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li span {
  display: block;
  padding: 1rem;
  padding-top: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li span img {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li#from_sensor, .lensselector_form_section .mode_tab_section .mode_tab_list li#from_input {
  background: #ccc;
  color: #666;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #999;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li#from_sensor.active, .lensselector_form_section .mode_tab_section .mode_tab_list li#from_input.active {
  background: #efefef;
  color: #000;
  border-bottom: none;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li#from_sensor.active span img, .lensselector_form_section .mode_tab_section .mode_tab_list li#from_input.active span img {
  opacity: 0.9;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li#from_sensor {
  margin-right: 2px;
}
.lensselector_form_section .mode_tab_section .mode_tab_list li#from_input {
  margin-left: 2px;
}
.lensselector_form_section .sensor_section {
  background: #efefef;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #999;
}
.lensselector_form_section .sensor_section .maker_area {
  display: flex;
  padding-top: 2px;
}
.lensselector_form_section .sensor_section .maker_area .right {
  padding-left: 20px;
}
.lensselector_form_section .sensor_section .maker_area .right .step img {
  width: 20px;
  height: 20px;
}
.lensselector_form_section .sensor_section .maker_area .right .step span {
  font-size: 1.2rem;
  background: #fff;
  color: #999;
  border-radius: 4px;
  padding: 0.8rem 2rem;
  margin-right: 5px;
  margin-left: 5px;
}
.lensselector_form_section .sensor_section .sensor_size_area .size_area {
  display: flex;
  padding-top: 2px;
}
.lensselector_form_section .sensor_section .sensor_size_area .size_area .right {
  padding-left: 20px;
}
.lensselector_form_section .sensor_section .sensor_size_area .size_area .right .step img {
  width: 20px;
  height: 20px;
}
.lensselector_form_section .sensor_section .sensor_size_area .size_area .right .step span {
  font-size: 1.2rem;
  background: #fff;
  color: #999;
  border-radius: 4px;
  padding: 0.8rem 2rem;
  margin-right: 5px;
  margin-left: 5px;
}
.lensselector_form_section .sensor_section .sensors_table_wrap {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.lensselector_form_section .sensor_section #sensors, .lensselector_form_section .sensor_section #sensors_head {
  width: 100%;
  box-sizing: border-box;
}
.lensselector_form_section .sensor_section #sensors th, .lensselector_form_section .sensor_section #sensors td, .lensselector_form_section .sensor_section #sensors_head th, .lensselector_form_section .sensor_section #sensors_head td {
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
.lensselector_form_section .sensor_section #sensors th.dammy, .lensselector_form_section .sensor_section #sensors td.dammy, .lensselector_form_section .sensor_section #sensors_head th.dammy, .lensselector_form_section .sensor_section #sensors_head td.dammy {
  background: #ccc;
  color: #666;
}
.lensselector_form_section .sensor_section #sensors th, .lensselector_form_section .sensor_section #sensors_head th {
  font-weight: bold;
  border-bottom: 1px dotted #999;
}
.lensselector_form_section .sensor_section #sensors .name, .lensselector_form_section .sensor_section #sensors_head .name {
  width: 16%;
}
.lensselector_form_section .sensor_section #sensors .type, .lensselector_form_section .sensor_section #sensors_head .type {
  width: 16%;
}
.lensselector_form_section .sensor_section #sensors .d, .lensselector_form_section .sensor_section #sensors_head .d {
  width: 16%;
}
.lensselector_form_section .sensor_section #sensors .dmm, .lensselector_form_section .sensor_section #sensors_head .dmm {
  width: 16%;
}
.lensselector_form_section .sensor_section #sensors .pixelsize, .lensselector_form_section .sensor_section #sensors_head .pixelsize {
  width: 16%;
}
.lensselector_form_section .sensor_section #sensors .resolution, .lensselector_form_section .sensor_section #sensors_head .resolution {
  width: 16%;
}
.lensselector_form_section .sensor_section #sensors td.name, .lensselector_form_section .sensor_section #sensors_head td.name {
  position: relative;
  background: none;
}
.lensselector_form_section .sensor_section #sensors td.name a, .lensselector_form_section .sensor_section #sensors_head td.name a {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 100%;
}
.lensselector_form_section .sensor_section #sensors td.name a:hover, .lensselector_form_section .sensor_section #sensors_head td.name a:hover {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.lensselector_form_section .sensor_section #sensors td.name a.selected, .lensselector_form_section .sensor_section #sensors_head td.name a.selected {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #f90;
  box-sizing: border-box;
}
.lensselector_form_section .sensor_section #sensors td, .lensselector_form_section .sensor_section #sensors_head td {
  border-bottom: 1px dotted #999;
  padding: 10px;
}
.lensselector_form_section .sensor_section #sensors td input[type=text], .lensselector_form_section .sensor_section #sensors_head td input[type=text] {
  width: 140px;
}
.lensselector_form_section .sensor_section #sensors td.calc_result, .lensselector_form_section .sensor_section #sensors_head td.calc_result {
  height: 30px;
}
.lensselector_form_section .sensor_section #sensors td .bt_set_value, .lensselector_form_section .sensor_section #sensors_head td .bt_set_value {
  display: block;
  margin: 20px auto;
  width: 240px;
  background: #600;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.lensselector_form_section .sensor_section #sensors td .bt_set_value:hover, .lensselector_form_section .sensor_section #sensors_head td .bt_set_value:hover {
  opacity: 0.7;
}
.lensselector_form_section .hvwd_section .section_inner {
  display: flex;
  flex-flow: row wrap;
  font-size: 1.4rem;
}
.lensselector_form_section .hvwd_section .section_inner .left {
  width: 60%;
  display: flex;
  flex-flow: row wrap;
}
.lensselector_form_section .hvwd_section .section_inner .right {
  width: 40%;
}
.lensselector_form_section .hvwd_section .section_inner .right img {
  width: 100%;
}
.lensselector_form_section .hvwd_section .section_inner input[type=text] {
  width: 100px;
}
.lensselector_form_section .hvwd_section .section_inner .view_area, .lensselector_form_section .hvwd_section .section_inner .wd_area, .lensselector_form_section .hvwd_section .section_inner .focal_length_area {
  padding: 1rem;
  box-sizing: border-box;
}
.lensselector_form_section .hvwd_section .section_inner .view_area h3, .lensselector_form_section .hvwd_section .section_inner .wd_area h3, .lensselector_form_section .hvwd_section .section_inner .focal_length_area h3 {
  border-bottom: 3px solid #ccc;
  margin-bottom: 1rem;
}
.lensselector_form_section .hvwd_section .section_inner .view_area {
  width: 100%;
}
.lensselector_form_section .hvwd_section .section_inner .view_area .h, .lensselector_form_section .hvwd_section .section_inner .view_area .v {
  display: inline-block;
}
.lensselector_form_section .hvwd_section .section_inner .wd_area {
  width: 50%;
}
.lensselector_form_section .hvwd_section .section_inner .focal_length_area {
  width: 50%;
  background: #efefef;
}
.result_section {
  background: #fff;
}
.result_section #condition {
  margin-bottom: 30px;
  background: #eee;
  color: #999;
  font-size: 12px;
}
.result_section .result_table_wrapper {
  max-height: 500px;
  min-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.result_section #result_table, .result_section #result_head {
  width: 100%;
  box-sizing: border-box;
}
.result_section #result_table th, .result_section #result_table td, .result_section #result_head th, .result_section #result_head td {
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
.result_section #result_table th.dammy, .result_section #result_table td.dammy, .result_section #result_head th.dammy, .result_section #result_head td.dammy {
  background: #ccc;
  color: #666;
}
.result_section #result_table th, .result_section #result_head th {
  font-weight: bold;
  border-bottom: 3px double #ccc;
}
.result_section #result_table .name, .result_section #result_head .name {
  width: 100px;
}
.result_section #result_table td.name, .result_section #result_head td.name {
  position: relative;
  background: none;
}
.result_section #result_table td.name a, .result_section #result_head td.name a {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 100%;
  padding-top: 8px;
  box-sizing: border-box;
}
.result_section #result_table td.name a:hover, .result_section #result_head td.name a:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.result_section #result_table td.name a.selected, .result_section #result_head td.name a.selected {
  background-color: #ff0000;
  mix-blend-mode: multiply;
}
.result_section #result_table td, .result_section #result_head td {
  border-bottom: 1px dotted #999;
  padding: 10px;
}
.result_section #result_table td input[type=text], .result_section #result_head td input[type=text] {
  width: 140px;
}
.result_section #result_table td.calc_result, .result_section #result_head td.calc_result {
  height: 30px;
}
.result_section #result_table td .bt_set_value, .result_section #result_head td .bt_set_value {
  display: block;
  margin: 20px auto;
  width: 240px;
  background: #600;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.result_section #result_table td .bt_set_value:hover, .result_section #result_head td .bt_set_value:hover {
  opacity: 0.7;
}

.lensselector_result_table {
  width: 100%;
}
.lensselector_result_table th, .lensselector_result_table td {
  border-bottom: 1px dotted #aaa;
}
.lensselector_result_table th {
  background: #eee;
  text-align: center;
  padding: 8px;
}
.lensselector_result_table td {
  padding: 5px 2px;
}
.lensselector_result_table td.prd_fl {
  text-align: center;
}
.lensselector_result_table td.prd_fl .mp {
  display: inline-block;
  background: #B68763;
  border-radius: 4px;
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.lensselector_result_table td.mp {
  text-align: center;
}
.lensselector_result_table td.prd_dia {
  text-align: center;
}
.lensselector_result_table td.prd_fr {
  text-align: center;
}
.lensselector_result_table td.prd_mount {
  text-align: center;
}
.lensselector_result_table td.prd_gaikei {
  text-align: center;
}
.lensselector_result_table td.prd_ss {
  text-align: center;
}
.lensselector_result_table td.prd_ss .max_ss {
  display: inline-block;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 18px;
  font-weight: bold;
  background: #795F79;
  color: #fffcaa;
  font-family: "Roboto Condensed", sans-serif;
}

@media all and (max-width: 540px) {
  #lens_selector .belt {
    width: 960px;
  }
  .lensselector_form_section .lensselector_form .calc_fl_section .fl_input_fig .fl_fig {
    display: none;
  }
}
#closeup_ring article h2 {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  margin-top: 30px;
}
#closeup_ring article h2 a {
  color: #333;
  text-decoration: none;
}

.products-detail #feature2.detail_block .title_center {
  text-align: center;
  font-size: 2.8rem;
  color: #000;
  margin: 40px 0 40px 0;
}
.products-detail #feature2.detail_block .center {
  text-align: center;
}
.products-detail #feature2.detail_block .title_round {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #5a6;
  padding: 3px 30px;
  color: #333;
  margin-bottom: 40px;
}
.products-detail #feature2.detail_block img {
  max-width: 100%;
  height: auto;
}
.products-detail #feature2.detail_block .app_example .feature2_list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.products-detail #feature2.detail_block .app_example .feature2_list > li {
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
}
.products-detail #feature2.detail_block .app_example .feature2_list > li h4 {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  padding: 4px 18px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.products-detail #feature2.detail_block .app_example .feature2_list > li p {
  font-size: 14px;
  min-height: 50px;
}
.products-detail #feature2.detail_block .issues_list,
.products-detail #feature2.detail_block .solution_list {
  display: flex;
  flex-flow: column;
}
.products-detail #feature2.detail_block .issues_list > li,
.products-detail #feature2.detail_block .solution_list > li {
  box-sizing: border-box;
  padding: 20px;
  margin: 3px;
}
.products-detail #feature2.detail_block .issues_list > li h4,
.products-detail #feature2.detail_block .solution_list > li h4 {
  font-size: 1.8rem;
  color: #222;
  padding: 4px 0px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.products-detail #feature2.detail_block .issues_list > li > ul,
.products-detail #feature2.detail_block .solution_list > li > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.products-detail #feature2.detail_block .issues_list > li > ul li,
.products-detail #feature2.detail_block .solution_list > li > ul li {
  width: 48%;
  box-sizing: border-box;
  padding: 0 0px;
}
.products-detail #feature2.detail_block .issues_list > li {
  border: 1px solid #5a6;
}
.products-detail #feature2.detail_block .issues_list > li h4 {
  color: #000;
  margin-top: 0;
  text-align: center;
}
.products-detail #feature2.detail_block .issues_list > li p {
  margin-bottom: 20px;
}
.products-detail #feature2.detail_block .about_risk {
  text-align: center;
  font-size: 2rem;
  margin: 30px 0;
}
.products-detail #feature2.detail_block .arrow {
  text-align: center;
}
.products-detail #feature2.detail_block .solution_list > li {
  padding: 5px;
}
.products-detail #feature2.detail_block .solution_list > li h4 {
  background: none;
  padding: 0;
  text-align: center;
}
.products-detail #feature2.detail_block .solution_list > li h4 .issue, .products-detail #feature2.detail_block .solution_list > li h4 .solution {
  display: block;
  font-size: 1.6rem;
  padding: 4px 18px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}
.products-detail #feature2.detail_block .solution_list > li h4 .issue {
  border: 1px solid #5a6;
}
.products-detail #feature2.detail_block .solution_list > li > .solution {
  border: 1px solid #d50;
  padding: 20px;
}
.products-detail #feature2.detail_block .solution_list > li > .solution h4 {
  background: #d50;
  color: #fff;
  margin-top: 10px;
  font-size: 2.4rem;
}
.products-detail #feature2.detail_block .result .data {
  max-width: 800px;
  margin: auto;
}

@media all and (max-width: 540px) {
  .products-detail #feature2.detail_block .title_center {
    font-size: 2.2rem;
    margin: 30px 0 20px 0;
  }
  .products-detail #feature2.detail_block .title_round {
    padding: 3px 20px;
  }
  .products-detail #feature2.detail_block img {
    display: block;
    margin: auto;
  }
  .products-detail #feature2.detail_block .app_example .feature2_list {
    margin-bottom: 30px;
  }
  .products-detail #feature2.detail_block .app_example .feature2_list > li {
    width: 50%;
  }
  .products-detail #feature2.detail_block .app_example .feature2_list > li h4 {
    font-size: 1.6rem;
    padding: 4px 6px;
    margin-bottom: 0px;
  }
  .products-detail #feature2.detail_block .app_example .feature2_list > li p {
    font-size: 13px;
    min-height: 50px;
  }
  .products-detail #feature2.detail_block .issues_list,
  .products-detail #feature2.detail_block .solution_list {
    flex-flow: column;
  }
  .products-detail #feature2.detail_block .issues_list > li,
  .products-detail #feature2.detail_block .solution_list > li {
    width: auto;
    padding: 10px;
    margin: 5px;
  }
  .products-detail #feature2.detail_block .issues_list > li h4,
  .products-detail #feature2.detail_block .solution_list > li h4 {
    font-size: 1.6rem;
    padding: 4px 0px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .products-detail #feature2.detail_block .issues_list > li {
    border: 1px solid #5a6;
  }
  .products-detail #feature2.detail_block .issues_list > li p {
    font-size: 13px;
  }
  .products-detail #feature2.detail_block .about_risk {
    font-size: 1.8rem;
    margin: 30px 0;
  }
  .products-detail #feature2.detail_block .solution_list > li h4 .issue, .products-detail #feature2.detail_block .solution_list > li h4 .solution {
    font-size: 1.6rem;
    padding: 4px 18px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .products-detail #feature2.detail_block .solution_list > li p {
    font-size: 13px;
  }
  .products-detail #feature2.detail_block .result .data {
    max-width: 800px;
    margin: auto;
  }
  .products-detail #feature2.detail_block iframe {
    width: 100%;
  }
}
.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: 0.7;
}

@media all and (max-width: 540px) {
  .pagetop {
    right: 10px;
    bottom: 60px;
  }
}
.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;
}
.eng #development.technology_article .contents .fig_box2 {
  background: url(../e/images/technology/img_planning01.png) no-repeat;
  background: none;
}/*# sourceMappingURL=style.css.map */