@charset "UTF-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
  color: #444;
}

body {
  font-family: Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 160%;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ==========================================================================

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  &:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  &.focusable {
    &:active,
    &:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto;
    }
  }
}

.invisible {
  visibility: hidden;
}

.clearfix {
  &:before {
    content: " ";
    display: table;
  }
  &:after {
    content: " ";
    display: table;
    clear: both;
  }
  *zoom: 1;
}
*/
/* ==========================================================================
   Print styles
   ==========================================================================

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    // Black prints faster: h5bp.com/s
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
    &:visited {
      text-decoration: underline;
    }
    &[href]:after {
      content: " (" attr(href) ")";
    }
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
   // Don't show links for images, or javascript/internal links
  .ir a:after {
    content: "";
  }
  a {
    &[href^="javascript:"]:after, &[href^="#"]:after {
      content: "";
    }
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    // h5bp.com/t
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
*/
a {
  color: #0060b5;
}
a:visited {
  color: #0060b5;
}
a:hover {
  color: #0060b5;
}
a:active {
  color: #0060b5;
}

body {
  min-width: 1010px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 160%;
}

.hol-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hol-nav:after {
  content: "";
  clear: both;
  display: block;
}
.hol-nav li {
  float: left;
}

.inner {
  display: table;
  width: 980px;
  margin: 0 auto 0;
}
.inner .inner-cell {
  display: table-cell;
}
.inner .inner-cell.three {
  width: 326.66667px;
}
.inner .inner-cell.six {
  width: 163.33333px;
}

.hidetext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.img-left {
  float: left;
  margin-right: 20px;
}

.img-right {
  float: right;
  margin-left: 20px;
}

a[href$=".pdf"] {
  padding: 3px 30px 0 0;
  background: url(../img/main/icon_pdf.png) no-repeat right center;
}
a[href$=".pdf"].noicon {
  padding: 0;
  background: none;
}

/*
汎用のラベル色設定

【ラベル】
お知らせ：notice
更新情報：update
製品情報：product
イベント：event
トピックス：topics
レポート：report

*/
.label {
  display: inline-block;
  margin: 0 10px;
  padding: 3px 4px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  border-radius: 3px;
}
.label.notice {
  background-color: #f04444;
  border: 1px solid #bc0e0e;
}
.label.update {
  background-color: #a269cf;
  border: 1px solid #62289c;
}
.label.product {
  background-color: #0078c5;
  border: 1px solid #0058ad;
}
.label.event {
  background-color: #6fc13d;
  border: 1px solid #3d931e;
}
.label.topics {
  background-color: #ff9d00;
  border: 1px solid #c87100;
}
.label.report {
  background-color: #fd6b8d;
  border: 1px solid #c54a73l;
}
.label.information {
  background-color: #f04444;
  border: 1px solid #bc0e0e;
}
.label.other {
  background-color: #919191;
  border: 1px solid #646464;
}

.site-header {
  width: 100%;
  background-color: #0078c5;
}
.site-header .inner {
  padding-top: 13px;
  padding-bottom: 13px;
}
.site-header .inner .logo,
.site-header .inner .select-language,
.site-header .inner .inquiry {
  vertical-align: middle;
}
.site-header .inner .logo {
  width: 225px;
  line-height: 1em;
}
.site-header .inner .select-language {
  margin: 0;
  padding: 0 18px;
  list-style-type: none;
  text-align: right;
}
.site-header .inner .select-language li {
  display: inline;
  padding: 0 2px;
  color: #fff;
}
.site-header .inner .inquiry {
  width: 208px;
}
.site-header .inner .inquiry .link_button {
  margin: 0;
}
.site-header .inner .inquiry .link_button a {
  width: auto;
  padding: 10px 5px;
}

.header-nav {
  width: 100%;
  background-color: #48525b;
  border-top: 1px solid #505961;
  border-bottom: 1px solid #505961;
}
.header-nav .inner {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-nav .inner .breadcrumb,
.header-nav .inner .login_button,
.header-nav .inner .search {
  vertical-align: middle;
}
.header-nav .inner .breadcrumb li {
  padding-right: 0.5em;
  font-size: 0.9em;
  color: #fff;
}
.header-nav .inner .breadcrumb li:after {
  content: " >";
}
.header-nav .inner .breadcrumb li:last-child:after {
  content: "";
}
.header-nav .inner .breadcrumb li a,
.header-nav .inner .breadcrumb li a:visited {
  color: #fff;
  text-decoration: none;
}
.header-nav .inner .login_button {
  width: 100px;
  padding: 0 10px;
}
.header-nav .inner .search {
  width: 210px;
}
.header-nav .inner .search dl {
  position: relative;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
}
.header-nav .inner .search dl dt {
  margin-right: 25px;
  padding: 5px 0 5px 5px;
}
.header-nav .inner .search dl dt input {
  width: 100%;
  background: none;
  border: none;
}
.header-nav .inner .search dl dd {
  position: absolute;
  top: 0;
  right: 0;
}
.header-nav .inner .search dl dd button {
  display: block;
  padding: 10px;
  background: none;
  border: none;
}
.header-nav .inner .search dl dd button span {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/header/icon_search.png") no-repeat center center;
}

.top-page .bottom-link {
  background-color: #fff;
}

.top-menu {
  position: relative;
}
.top-menu:after {
  content: "";
  clear: both;
  display: block;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -1; */
  width: 100%;
  height: 306px;
  overflow: hidden;
}

.bx-viewport {
  overflow: visible !important;
  width: 1026px !important;
}

.slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide {
  width: 980px !important;
  margin: 0;
  padding: 0;
}

.top-contents {
  width: 100%;
  height: 306px;
}
.top-contents .top-inner {
  width: 318px;
  height: 306px;
  margin: 0 auto;
  position: relative;
  left: -375px;
}
.top-contents .top-inner:after {
  content: "";
  clear: both;
  display: block;
}
.top-contents .top-inner .arrow-left,
.top-contents .top-inner .arrow-right {
  width: 42px;
  height: 306px;
}
.top-contents .top-inner .arrow-left a,
.top-contents .top-inner .arrow-right a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top-contents .top-inner .arrow-right {
  position: absolute;
  left: 1022px;
}
.top-contents .top-inner .arrow-left {
  float: left;
  background: url("../img/top/bg_arrow_left.png") no-repeat left center;
}
.top-contents .top-inner .arrow-right {
  float: right;
  background: url("../img/top/bg_arrow_right.png") no-repeat right center;
}
.top-contents .top-inner .top-menu {
  margin-left: 42px;
  margin-right: 42px;
  width: 276px;
}
.top-contents .top-inner .top-menu:after {
  content: "";
  clear: both;
  display: block;
}
.top-contents .top-inner .top-menu .top-nav {
  float: left;
}

.title-pager {
  margin: 15px 0 25px;
  text-align: center;
}
.title-pager a {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  text-decoration: none;
  background: url("../img/top/pager_dot.png") no-repeat center center;
}
.title-pager a.active {
  background-image: url("../img/top/pager_active.png");
}

.middle-menu {
  margin-bottom: 40px;
}
.middle-menu .news-area {
  width: 470px;
  padding-right: 40px;
}
.middle-menu .news-area article.topics {
  padding: 15px 5px;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}
.middle-menu .news-area article.topics:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.middle-menu .news-area article.topics:nth-child(even) {
  background-color: #f3f3f3;
}
.middle-menu .news-area article.topics .image {
  margin: 0;
  float: left;
}
.middle-menu .news-area article.topics .image img {
  border: 1px solid #dcdcdc;
}
.middle-menu .news-area article.topics .image a:hover img {
  opacity: 0.7;
}
.middle-menu .news-area article.topics .textarea {
  margin-left: 95px;
}
.middle-menu .news-area article.topics .textarea .date {
  display: inline-block;
  margin: 0;
  font-size: 0.8em;
}
.middle-menu .news-area article.topics .textarea .date a {
  color: #666;
  text-decoration: none;
}
.middle-menu .news-area article.topics .textarea h1 {
  margin: 0.2em 0 0.3em;
  font-size: 1em;
  font-weight: normal;
}
.middle-menu .news-area article.topics .textarea h1 a {
  color: #444;
  text-decoration: none;
}
.middle-menu .news-area article.topics .textarea .caption {
  margin: 0;
  font-size: 0.8em;
  line-height: 120%;
}
.middle-menu .news-area article.topics .textarea .caption a {
  color: #444;
  text-decoration: none;
}
.middle-menu .direct-menu {
  width: 470px;
}
.middle-menu .direct-menu .howto {
  padding: 22px 0 22px 95px;
  color: #fff;
  background: #0078c5;
  position: relative;
}
.middle-menu .direct-menu .howto h1 {
  margin: 0;
  font-size: 1.15em;
}
.middle-menu .direct-menu .howto img {
  position: absolute;
  left: 26px;
  top: 30px;
}
.middle-menu .direct-menu .howto p {
  margin: 0.5em 0;
  font-size: 0.85em;
}
.middle-menu .direct-menu .howto ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.middle-menu .direct-menu .howto ul:after {
  content: "";
  clear: both;
  display: block;
}
.middle-menu .direct-menu .howto ul li {
  float: left;
  width: 185px;
  margin-top: 0.3em;
}
.middle-menu .direct-menu .howto ul li a {
  display: block;
  width: 155px;
  text-decoration: none;
  color: #fff;
  background: url("../img/indicator/arrow_next.png") no-repeat right center;
}
.middle-menu .direct-menu .direct-link {
  display: table;
  margin: 1px 0 0 0;
  padding: 0;
}
.middle-menu .direct-menu .direct-link li {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  background-color: #0088ce;
  border-right: 1px solid #fff;
}
.middle-menu .direct-menu .direct-link li a {
  display: block;
  width: 146px;
  height: 87px;
  padding: 10px 5px;
  font-size: 0.85em;
  text-decoration: none;
  color: #fff;
  background: url("../img/indicator/arrow_next.png") no-repeat 140px 70px;
}
.middle-menu .direct-menu .direct-link li:last-child {
  border: none;
}
.middle-menu .direct-menu .physical {
  margin: 5px 0 0 0;
  padding: 5px 15px;
  font-size: 0.85em;
  background-color: #f3f3f3;
  border: 1px solid #c5c5c5;
}

.products-menu {
  position: relative;
  width: 100%;
  background: url("../img/top/bg_products.png") no-repeat center center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 30px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 30px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 30px inset;
}
.products-menu .products-label {
  width: 980px;
  margin: 0 auto 0;
  padding-top: 25px;
  padding-bottom: 20px;
}
.products-menu .products-label p {
  padding: 0 30px;
}
.products-menu .inner {
  width: 920px;
  padding-bottom: 55px;
}
.products-menu .inner .inner-cell {
  width: 184px;
}
.products-menu a img {
  display: block;
  margin: auto;
}
.products-menu a:hover img {
  opacity: 0.7;
}
.products-menu .bg-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: url("../img/footer/bg_bottomlink_top.png") no-repeat center center;
}

.contents-area {
  background: url("../img/main/onecolumn.png") no-repeat top center;
  position: relative;
  padding: 0 0 90px 0;
  width: 100%;
}
.contents-area .page-title h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contents-area.ja_news {
  background: url("../img/main/news.png") no-repeat top center;
}
.contents-area.en_news {
  background: url("../img/main/news_en.png") no-repeat top center;
}
.contents-area.ja_company {
  background: url("../img/main/company.png") no-repeat top center;
}
.contents-area.en_company {
  background: url("../img/main/company_en.png") no-repeat top center;
}
.contents-area.ja_surface_analysis {
  background: url("../img/main/surface_analysis.png") no-repeat top center;
}
.contents-area.en_surface_analysis {
  background: url("../img/main/surface_analysis_en.png") no-repeat top center;
}
.contents-area.ja_products {
  background: url("../img/main/products.png") no-repeat top center;
}
.contents-area.en_products {
  background: url("../img/main/products_en.png") no-repeat top center;
}
.contents-area.ja_club_phi {
  background: url("../img/main/club_phi.png") no-repeat top center;
}
.contents-area.en_club_phi {
  background: url("../img/main/club_phi_en.png") no-repeat top center;
}
.contents-area.ja_events {
  background: url("../img/main/events.png") no-repeat top center;
}
.contents-area.en_events {
  background: url("../img/main/events_en.png") no-repeat top center;
}
.contents-area.ja_applications {
  background: url("../img/main/applications.png") no-repeat top center;
}
.contents-area.en_applications {
  background: url("../img/main/applications_en.png") no-repeat top center;
}
.contents-area.ja_privacy_policy .page-title h1 {
  margin: 0;
  padding: 50px 0 0;
  font-weight: normal;
  color: #0078c5;
  overflow: visible;
  text-indent: 0;
}
.contents-area.en_privacy_policy .page-title h1 {
  margin: 0;
  padding: 50px 0 0;
  font-weight: normal;
  color: #0078c5;
  overflow: visible;
  text-indent: 0;
}
.contents-area.onecolumn {
  background: url("../img/main/onecolumn.png") no-repeat top center;
}
.contents-area.onecolumn .page-title h1 {
  margin: 0;
  padding: 50px 0 0;
  overflow: visible;
  font-weight: normal;
  text-indent: 0;
  white-space: normal;
  color: #0078c5;
}
.contents-area .bg-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: url("../img/footer/bg_bottomlink.png") repeat-x center center;
}
.contents-area .contents-area-inner {
  width: 980px;
  margin: 0 auto 0;
}
.contents-area .contents-area-inner:after {
  content: "";
  clear: both;
  display: block;
}
.contents-area .contents-area-inner .main {
  float: right;
  width: 673px;
}
.contents-area .contents-area-inner .main .page-title {
  height: 144px;
}
.contents-area .contents-area-inner .main .main_summary {
  margin: 2em 0;
}
.contents-area .contents-area-inner .main .article_set {
  overflow: hidden;
}
.contents-area .contents-area-inner .side {
  width: 277px;
  float: left;
}

.product-name {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.product-name h1 {
  margin: 0.5em 0 1em;
  font-size: 2.15em;
  font-weight: normal;
  line-height: 1em;
}
.product-name h2 {
  margin: 2em 0 0.5em;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1em;
}

.products-summary {
  margin: 3em 0;
}
.products-summary .products-summary-header {
  position: relative;
}
.products-summary .products-summary-header h1.title {
  position: relative;
  z-index: -2;
  font-size: 1.8em;
  color: #0075c1;
  font-weight: normal;
  border-bottom: 2px solid #0075c1;
}
.products-summary .products-summary-header p.icon {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -40px;
  margin: 0;
}
.products-summary .products-summary-header p.caption {
  position: relative;
  z-index: 0;
  margin-right: 45px;
}
.products-summary h2 {
  font-size: 1.3em;
  font-weight: normal;
}
.products-summary .products-img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.products-summary .products-caption {
  font-size: 0.85em;
}
.products-summary .products-link {
  text-align: right;
}
.products-summary .products-linklist {
  padding: 1em 1em 1em 2.5em;
  background-color: #e9e9e9;
  list-style-image: url("../img/indicator/ul_link.png");
}
.products-summary .products-textlist dt {
  font-size: 1.1em;
  font-weight: bold;
}
.products-summary .products-textlist dt a {
  color: #0060b5;
  text-decoration: none;
}
.products-summary .products-textlist dd {
  margin: 0;
  font-size: 0.85em;
}
.products-summary .text-right h2 {
  margin: 0;
  line-height: 1em;
}
.products-summary .text-right p.products-caption {
  margin: 0.5em;
}

.main-contents h1 {
  font-size: 1.7em;
  color: #0075c1;
  font-weight: normal;
}
.main-contents h1.info-title {
  color: #444;
  border-bottom: 1px solid #dcdcdc;
}
.main-contents h2 {
  font-size: 1.7em;
  color: #0075c1;
  font-weight: normal;
}
.main-contents h3 {
  font-size: 1.25em;
  padding-left: 0.5em;
  border-left: 5px solid #0078c5;
}
.main-contents h4 {
  font-size: 1.35em;
  font-weight: normal;
}
.main-contents ul,
.main-contents ol {
  padding: 0 0 0 1em;
}
.main-contents blockquote {
  margin: 1em 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 1px solid #82898f;
}
.main-contents table {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.main-contents table tr:nth-child(odd) {
  background-color: #e5f1f9;
}
.main-contents table tr th,
.main-contents table tr td {
  padding: 15px;
  font-size: 0.95em;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.main-contents table tr th {
  font-weight: normal;
  white-space: nowrap;
}

.for-members {
  margin: 15px 0;
  padding: 30px;
  background-color: #e5f1f9;
}
.for-members header h1 {
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  color: #0075c1;
  border-bottom: 2px solid #0075c1;
}
.for-members header p {
  font-size: 0.95em;
}
.for-members h2 {
  font-size: 1em;
}
.for-members ul {
  padding-left: 1.5em;
  list-style-image: url("../img/indicator/ul_link.png");
}

.members-contents {
  margin: 15px 0;
  padding: 30px;
  background-color: #e5f1f9;
}

.faq-search input[type="text"] {
  width: 228px;
  height: 24px;
  border: 1px solid #787878;
}
.faq-search input[type="submit"] {
  padding: 5px 10px;
  color: #fff;
  background-color: #0060b5;
  border: 1px solid #004ea5;
  border-radius: 5px;
}

/* ナビレイアウト */
.sidemenu {
  width: 276px;
  margin: 0;
  padding: 0;
  /* ナビアイコン */
}
.sidemenu:after {
  content: "";
  clear: both;
  display: block;
}
.sidemenu li {
  list-style: none;
  width: 138px;
  height: 102px;
  float: left;
}
.sidemenu .button {
  display: inline-block;
  width: 138px;
  height: 102px;
  text-align: center;
  text-decoration: none;
  line-height: 102px;
  outline: none;
  position: relative;
  -webkit-perspective: 99999px;
  perspective: 99999px;
  /*回転制御*/
}
.sidemenu .button:before, .sidemenu .button:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sidemenu .button, .sidemenu .button:before, .sidemenu .button:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.sidemenu .button span {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s;
  transition: all 1s;
  /* pointer-events: none;*/
}
.sidemenu .button span:nth-child(1) {
  /*通常時画像*/
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: 50% 50% -69px;
  -moz-transform-origin: 50% 50% -69px;
  transform-origin: 50% 50% -69px;
  z-index: 100;
}
.sidemenu .button span:nth-child(2) {
  /*マウスオン画像*/
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: 50% 50% -69px;
  -moz-transform-origin: 50% 50% -69px;
  transform-origin: 50% 50% -69px;
  z-index: 70;
}
.sidemenu .button span:nth-child(3) {
  /*回転後画像*/
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 50% 50% -69px;
  -moz-transform-origin: 50% 50% -69px;
  transform-origin: 50% 50% -69px;
  z-index: 50;
}
.sidemenu .button:hover span:nth-child(1), .sidemenu .button.current span:nth-child(1) {
  -sand-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: 50;
}
.sidemenu .button:hover span:nth-child(2), .sidemenu .button.current span:nth-child(2) {
  -sand-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: 70;
}
.sidemenu .button:hover span:nth-child(3), .sidemenu .button.current span:nth-child(3) {
  -sand-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 100;
}

.box-shadow .sidemenu {
  padding-bottom: 35px;
  background: url("../img/main/bg_shadow.png") no-repeat center bottom;
}

/*
ドロップシャドウ設定
*/
.link_box_shadow {
  padding-bottom: 35px;
  background: url("../img/main/bg_shadow.png") no-repeat center bottom;
}

/*
.sidemenu {
    @include kojikafix;
    width: 277px;
    margin: 0;
    padding: 0;
    li {
        float: left;
        width: 138px;
        height: 100px;
        background-color: $navColor;
        border-bottom: 1px solid $navLine;
        &:nth-child(odd) {
            border-right: 1px solid $navLine;
        }
        &:nth-child(5),
        &:nth-child(6) {
            border-bottom: none;
        }
        a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            &:hover,
            &.active {
                box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 81px 0px inset;
                -webkit-box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 81px 0px inset;
                -moz-box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 81px 0px inset;
            }
            img {
                margin-top: 24px;
            }
        }
    }
}
*/
.list-nav {
  margin: 20px 0;
}
.list-nav h1 {
  margin: 0;
  padding: 25px;
  font-size: 1.15em;
  font-weight: normal;
  color: #fff;
  background-color: #48525b;
  border-bottom: 1px solid #ccc;
}
.list-nav h2 {
  margin: 0;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: normal;
  color: #fff;
  background-color: #7b7b7b;
}
.list-nav ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.list-nav ul li {
  border-bottom: 1px solid #ccc;
}
.list-nav ul li:last-child {
  border-bottom: none;
}
.list-nav ul li a {
  display: block;
  padding: 20px 25px;
  color: #444;
  text-decoration: none;
}

.side-box h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}
.side-box p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.side-box ul {
  padding-left: 1.5em;
  list-style-image: url("../img/indicator/ul_link.png");
}
.side-box.box-color {
  padding: 10px;
  background-color: #e5f1f9;
  border: 1px solid #d6e9f5;
}

.bottom-link {
  width: 100%;
  padding: 40px 0 20px;
  background-color: #f3f3f3;
}
.bottom-link .bottom-link-box {
  border-left: 1px solid #d8d8d8;
  text-align: center;
}
.bottom-link .bottom-link-box:last-child {
  border-right: 1px solid #d8d8d8;
}
.bottom-link .bottom-link-box .title {
  font-size: 1.25em;
  padding-bottom: 4px;
}
.bottom-link .bottom-link-box .text {
  width: 252px;
  margin: 10px auto;
  font-size: 0.85em;
}
.bottom-link .bottom-link-box .link {
  padding-right: 22px;
  font-size: 0.85em;
  text-decoration: none;
  color: #444;
  background: url("../img/indicator/bottom_link.png") no-repeat right center;
}

.footer-sitemap {
  width: 100%;
  padding: 40px 0 30px;
  background-color: #d7d7d7;
  border-top: 1px solid #b5b5b5;
}
.footer-sitemap .sitemap-label {
  width: 980px;
  margin: 0 auto 0;
}
.footer-sitemap .sitemap-label p {
  margin-bottom: 35px;
  text-align: center;
  background: url("../img/footer/bg_sitemap_header.png") repeat-x center 13px;
}
.footer-sitemap .sitemap-box {
  border-left: 1px solid #c1c1c1;
  padding: 12px 10px 25px 10px;
}
.footer-sitemap .sitemap-box:last-child {
  border-right: 1px solid #c1c1c1;
}
.footer-sitemap .sitemap-box p {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.footer-sitemap .sitemap-box p a {
  color: #444;
  text-decoration: none;
}
.footer-sitemap .sitemap-box ul {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}
.footer-sitemap .sitemap-box ul li {
  margin: 10px 0;
  background: url("../img/footer/bg_sitemap_list.png") no-repeat right center;
}
.footer-sitemap .sitemap-box ul li a {
  color: #444;
  text-decoration: none;
}

.site-footer {
  width: 100%;
  padding: 20px 0;
  background-color: #005e9d;
}
.site-footer .copyright .footer-logo {
  margin: 0;
  line-height: 1em;
}
.site-footer .copyright .footer-copy {
  margin: 0;
  font-size: 0.8em;
  color: #fff;
}
.site-footer .site-link {
  vertical-align: bottom;
}
.site-footer .site-link ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.site-footer .site-link ul li {
  display: inline;
  margin-left: 20px;
  padding-left: 25px;
  background: url("../img/footer/indi_site.png") no-repeat left center;
}
.site-footer .site-link ul li a {
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

.tmp-layout {
  display: table;
}
.tmp-layout .tmp-layout-inner {
  display: table-cell;
}
.tmp-layout .two {
  width: 336.5px;
  padding-right: 20px;
}
.tmp-layout .two:nth-child(2) {
  padding-right: 0;
}
.tmp-layout .three {
  width: 224.33333px;
  padding-right: 20px;
}
.tmp-layout .three:nth-child(3) {
  padding-right: 0;
}

.members-contents .tmp-layout .tmp-layout-inner.two {
  width: 306.5px;
  padding-right: 0;
}

.map {
  height: 250px;
}

/*
01 記事セット:article_set

記事ブロック用

*/
.article_set h1 {
  font-size: 2em;
  color: #444;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
}
.article_set h1.title {
  font-size: 1.8em;
  color: #0075c1;
  font-weight: normal;
  border-bottom: 2px solid #0075c1;
}
.article_set h2 {
  font-size: 1.7em;
  color: #0075c1;
  font-weight: normal;
}
.article_set h3 {
  font-size: 1.25em;
  padding-left: 0.5em;
  border-left: 5px solid #0078c5;
}
.article_set h4 {
  font-size: 1.35em;
  font-weight: normal;
}
.article_set ul {
  padding: 0 0 0 2em;
}
.article_set ol {
  padding: 0 0 0 2.5em;
}
.article_set blockquote {
  margin: 1em 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 1px solid #82898f;
}
.article_set table {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.article_set table tr:nth-child(odd) {
  background-color: #e5f1f9;
}
.article_set table tr th,
.article_set table tr td {
  padding: 15px;
  font-size: 0.95em;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.article_set table tr th {
  font-weight: normal;
  white-space: nowrap;
}

/*
02 リンクボタン:link_button
<p class="link_button"><a href="#">リンク名</a></p>

【ページ送り】
なし：（クラスなし）
送り(>)：indi_next
戻り(<)：indi_prev

【色】
青：（クラスなし）
グレー：button_glay

【テキスト位置】
センター揃え：（クラスなし）
左揃え：text_left
右揃え：text_right

*/
.link_button a {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 15px 30px;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0058ad;
  border-radius: 5px;
}
.link_button a:hover {
  background-color: #0078c5;
}
.link_button.indi_next a {
  background-image: url("../img/indicator/arrow_next.png");
  background-position: 225px center;
  background-repeat: no-repeat;
}
.link_button.indi_prev a {
  background-image: url("../img/indicator/arrow_prev.png");
  background-position: 10px center;
  background-repeat: no-repeat;
}
.link_button.button_glay a {
  background-color: #48525b;
}
.link_button.button_glay a:hover {
  background-color: #82898f;
}
.link_button.button_orange a {
  background-color: #ff9c00;
}
.link_button.button_orange a:hover {
  background-color: #ffb74a;
}
.link_button.text_left a {
  text-align: left;
}
.link_button.text_right a {
  text-align: right;
}

/*
ヘッダーのログインボタン

02から流用
*/
.login_button a {
  display: block;
  margin: 0 auto;
  padding: 5px 0 5px 16px;
  font-size: 0.85em;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background: #82898f url("../img/header/icon_login.png") no-repeat 85% 50%;
  border-radius: 5px;
}
.login_button a:hover {
  background-color: #d7d7d7;
}
.login_button a.logout {
  background-image: url("../img/header/icon_logout.png");
  background-position: 8% 50%;
  padding-left: 32px;
}

/*
04 1段階サイドナビ:oneclass_sidenav
<nav class="oneclass_sidenav">
    <h1><a href="#">上位カテゴリ</a></h1>
    <ul>
        <li><a href="#">下位ページ</a></li>
        <li class="current"><a href="#">下位ページ</a></li>
    </ul>
</nav>

*/
.oneclass_sidenav {
  margin: -15px 0 15px;
  padding-bottom: 35px;
  background: url("../img/main/bg_shadow.png") no-repeat center bottom;
}
.oneclass_sidenav h1 {
  margin: 0;
  padding: 25px;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #48525b;
  border-bottom: 1px solid #ccc;
}
.oneclass_sidenav a {
  color: #fff;
  text-decoration: none;
}
.oneclass_sidenav ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.oneclass_sidenav ul li a {
  display: block;
  padding: 20px 25px;
  color: #444;
  text-decoration: none;
  background: url("../img/indicator/arrow_sidenav.png") no-repeat 253px center;
  border: 1px solid #ccc;
  border-top: none;
}
.oneclass_sidenav ul li a:hover {
  background-color: #e5f1f9;
}
.oneclass_sidenav ul li a.current {
  position: relative;
  margin-right: -10px;
  padding-right: 30px;
  color: #fff;
  background-color: #0078c5;
  background-image: none;
  border: 1px solid #0061b6;
}
.oneclass_sidenav ul li a.current:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #1f3854;
  border-left: 5px solid #1f3854;
}

/*
05 2段階サイドナビ:twoclass_sidenav
<nav class="twoclass_sidenav">
    <h1><a href="#">上位カテゴリ</a></h1>
    <h2><a href="#">サブカテゴリ</a></h2>
    <ul>
        <li><a href="#">下位ページ</a></li>
        <li class="current"><a href="#">下位ページ</a></li>
    </ul>
</nav>

*/
.twoclass_sidenav {
  margin: -15px 0 15px;
  padding-bottom: 35px;
  background: url("../img/main/bg_shadow.png") no-repeat center bottom;
}
.twoclass_sidenav h1 {
  margin: 0;
  padding: 25px;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #48525b;
  border-bottom: 1px solid #ccc;
}
.twoclass_sidenav a {
  color: #fff;
  text-decoration: none;
}
.twoclass_sidenav h2 {
  margin: 0;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: normal;
  color: #fff;
  background-color: #7b7b7b;
  border-bottom: 1px solid #ccc;
}
.twoclass_sidenav h2 a {
  color: #fff;
  text-decoration: none;
}
.twoclass_sidenav ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.twoclass_sidenav ul li a {
  display: block;
  padding: 20px 25px;
  color: #444;
  text-decoration: none;
  background: url("../img/indicator/arrow_sidenav.png") no-repeat 253px center;
  border: 1px solid #ccc;
  border-top: none;
}
.twoclass_sidenav ul li a:hover {
  background-color: #e5f1f9;
}
.twoclass_sidenav ul li a.current {
  position: relative;
  margin-right: -10px;
  padding-right: 30px;
  color: #fff;
  background-color: #0078c5;
  background-image: none;
  border: 1px solid #0061b6;
}
.twoclass_sidenav ul li a.current:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #1f3854;
  border-left: 5px solid #1f3854;
}

/*
06 バナー:banner_box
<aside class="banner_box">
    <a href="#"><img src="img/dummy/banner.png" alt="バナー画像" /></a>
    <h1><a href="#">見出し</a></h1>
    <p><a href="#"リード文</a></p>
</aside>

*/
.banner_box h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}
.banner_box p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.banner_box a:hover img {
  opacity: 0.7;
}
.banner_box h1 a,
.banner_box p a {
  color: #444;
  text-decoration: none;
}

/*
07 リンクボックス:link_box
<aside class="link_box">
    <a href="#"><img src="img/dummy/banner.png" alt="バナー画像" /></a>
    <h1><a href="#">見出し</a></h1>
    <p><a href="#"リード文</a></p>
    <ul>
        <li><a href="#">リンクテキスト</a></li>
    </ul>
</aside>

*/
.link_box {
  padding: 10px;
  background-color: #e5f1f9;
  border: 1px solid #d6e9f5;
}
.link_box h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}
.link_box p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.link_box a:hover img {
  opacity: 0.7;
}
.link_box ul {
  padding-left: 1.5em;
  list-style-image: url("../img/indicator/ul_link.png");
}
.link_box h1 a,
.link_box p a {
  color: #444;
  text-decoration: none;
}

/*
08 汎用カテゴリメニュー:category_menu
<article class="category_menu">
    <p class="image"><a href="#"><img src="http://placehold.jp/324x94.png" alt="画像" /></a></p>
    <h1><a href="#">タイトル</a></h1>
    <p class="caption">説明</p>
    <p class="link"><a href="#">リンク先</a></p>
</article>

*/
.category_menu .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #dcdcdc;
}
.category_menu h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.category_menu h1 a {
  text-decoration: none;
  color: black;
}
.category_menu .caption {
  font-size: 0.85em;
}
.category_menu .link {
  text-align: right;
}
.category_menu .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}
.category_menu.small {
  margin: 10px 0;
  padding: 10px;
  background-color: #eee;
}
.category_menu.small h1,
.category_menu.small .link {
  margin: 0;
}
.category_menu.small .caption {
  font-size: 0.8em;
}

/*
09 汎用リードエリア:general_read

<section class="general_lead">
    <p class="date">日付<span class="product">ラベル</span></p>
    <p class="copy">キャッチコピー</p>
    <h1>タイトル</h1>
    <p class="caption">リードテキスト</p>
</section>

*/
.general_lead h1 {
  margin-top: 5px;
  padding-bottom: 15px;
  font-size: 2em;
  color: #444;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
}
.general_lead .date {
  color: #0075c1;
}
.general_lead .copy {
  margin-bottom: 5px;
}

/*
10 表面分析情報メニュー:info_menu
<article class="info_menu">
    <p class="image"><a href="#"><img src="http://placehold.jp/324x94.png" alt="画像" /></a></p>
    <h1><a href="">タイトル</a></h1>
    <p class="caption">説明</p>
    <p class="link"><a href="#">URL</a></p>
</article>

*/
.info_menu .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #dcdcdc;
}
.info_menu .image a:hover img {
  opacity: 0.7;
}
.info_menu h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.info_menu h1 a {
  text-decoration: none;
  color: black;
}
.info_menu .caption {
  font-size: 0.85em;
}
.info_menu .link {
  text-align: right;
}
.info_menu .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
11 記事ヘッドライン:article_headline

<article class="article_headline">
    <p class="image"><img src="http://placehold.jp/263x188.png" alt="画像" /></p>
    <div class="textarea">
        <p class="date">日時</p>
        <h1>タイトル</h1>
        <p class="caption">説明</p>
        <p class="link"><a href="#">URL</a></p>
    </div>
</article>

*/
.article_headline {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.article_headline:after {
  content: "";
  clear: both;
  display: block;
}
.article_headline .image {
  float: left;
}
.article_headline .image img {
  border: 1px solid #dcdcdc;
}
.article_headline .image img:hover {
  opacity: 0.7;
}
.article_headline .textarea {
  margin-left: 285px;
}
.article_headline .textarea .date {
  color: #0075c1;
}
.article_headline .textarea h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.article_headline .textarea .caption {
  font-size: 0.85em;
}
.article_headline .textarea .link {
  text-align: right;
}
.article_headline .textarea .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
12 表面分析情報トピックス:info_topics

<article class="info_topics">
    <p class="image"><img src="http://placehold.jp/209x94.png" alt="画像" /></p>
    <div class="textarea">
        <p class="date">日時</p>
        <h1>タイトル</h1>
        <p class="caption">説明</p>
        <p class="link"><a href="#">URL</a></p>
    </div>
</article>

*/
.info_topics {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.info_topics:after {
  content: "";
  clear: both;
  display: block;
}
.info_topics .image {
  float: left;
}
.info_topics .image img {
  border: 1px solid #dcdcdc;
}
.info_topics .image img:hover {
  opacity: 0.7;
}
.info_topics .textarea {
  margin-left: 200px;
}
.info_topics .textarea .date {
  color: #0075c1;
}
.info_topics .textarea h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.info_topics .textarea .caption {
  font-size: 0.85em;
}
.info_topics .textarea .link {
  text-align: right;
}
.info_topics .textarea .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
13 イベント一覧:event_list

<article class="event_list">
    <div class="images">
        <img src="http://placehold.jp/130x130.png" alt="画像" />
        <p class="event-label planned">ラベル</p>
    </div>
    <div class="textarea">
        <h1>タイトル</h1>
        <dl>
            <dt>日時</dt>
            <dd>開催日時</dd>
            <dt>会場</dt>
            <dd>開催場</dd>
            <dt>対象</dt>
            <dd>対象ユーザー</dd>
        </di>
        <p class="caption">説明</p>
        <p class="link"><a href="#">リンク先</a></p>
    </div>
</article>

【ラベル】
出展予定 : .planned
開催予定 : .scheduled
申込受付中 : .accepting
受付終了 : .accepted
開催終了 : .exit

*/
.event_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.event_list:after {
  content: "";
  clear: both;
  display: block;
}
.event_list .image {
  float: left;
}
.event_list .image img:hover {
  opacity: 0.7;
}
.event_list .image .event-label {
  width: 128px;
  height: 23px;
  margin: 0;
  color: #fff;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.event_list .image .event-label.planned {
  background-color: #f19300;
  border-color: #e88e00;
}
.event_list .image .event-label.scheduled {
  background-color: #4ec406;
  border-color: #41b804;
}
.event_list .image .event-label.accepting {
  background-color: #ec3d7b;
  border-color: #d22e68;
}
.event_list .image .event-label.accepted {
  background-color: #48525b;
  border-color: #444a58;
}
.event_list .image .event-label.exit {
  background-color: #000;
  border-color: #000;
}
.event_list .textarea {
  float: right;
  width: 523px;
}
.event_list .textarea h1 {
  margin-top: 0;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: normal;
}
.event_list .textarea dl:after {
  content: "";
  clear: both;
  display: block;
}
.event_list .textarea dl dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.event_list .textarea dl dt:after {
  content: "：";
  font-weight: bold;
}
.event_list .textarea dl dd {
  float: left;
  margin: 0;
}
.event_list .textarea .caption {
  font-size: 0.85em;
}
.event_list .textarea .link {
  text-align: right;
}
.event_list .textarea .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
15 製品メニュー（大）:productmenu_large
<article class="productmenu_large">
    <a class="img-box" href="#"><img src="" alt="サムネイル画像" /><span>NEW</span></a>
    <h1><a href="#">製品名</a></h1>
    <p class="caption">説明</p>
    <p class="link"><a href="#">リンク先</a></p>
</article>

*/
.productmenu_large .img-box {
  display: inline-block;
  position: relative;
}
.productmenu_large .img-box img {
  border: 1px solid #dcdcdc;
}
.productmenu_large .img-box img:hover {
  opacity: 0.7;
}
.productmenu_large .img-box span {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background-color: #0088ce;
  border: 1px solid #0075c1;
  border-radius: 3px;
}
.productmenu_large h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.productmenu_large h1 a {
  color: #444;
  text-decoration: none;
}
.productmenu_large .caption {
  font-size: 0.85em;
}
.productmenu_large .link {
  text-align: right;
}
.productmenu_large .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
16 製品メニュー（中）:productmenu_medium
<article class="productmenu_medium">
    <div class="img-left"><img src="" alt="サムネイル画像" /><span>NEW</span></div>
    <div class="text-right">
        <h1>製品名</h1>
        <p class="caption">説明</p>
        <p class="link"><a href="#">リンク先</a></p>
    </div>
</article>

*/
.productmenu_medium:after {
  content: "";
  clear: both;
  display: block;
}
.productmenu_medium .img-left {
  position: relative;
}
.productmenu_medium .img-left img {
  border: 1px solid #dcdcdc;
}
.productmenu_medium .img-left img:hover {
  opacity: 0.7;
}
.productmenu_medium .img-left span {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background-color: #0088ce;
  border: 1px solid #0075c1;
  border-radius: 3px;
}
.productmenu_medium .text-right h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.productmenu_medium .text-right h1 a {
  color: #444;
  text-decoration: none;
}
.productmenu_medium .text-right .caption {
  margin: 0.5em;
}
.productmenu_medium .link {
  text-align: right;
}
.productmenu_medium .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
17 製品メニュー（小）:productmenu_small
<ul class="productmenu_small">
    <li><a href="#">製品名</a><span>NEW</span></li>
</ul>

*/
.productmenu_small {
  padding: 1em 1em 1em 2.5em;
  background-color: #e9e9e9;
  list-style-image: url("../img/indicator/ul_link.png");
}
.productmenu_small li span {
  display: inline-block;
  margin: 0 10px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background-color: #0088ce;
  border: 1px solid #0075c1;
  border-radius: 3px;
}

/*
18 製品メニュー（その他）:productmenu_other
<dl class="productmenu_other">
   <dt>製品名</dt>
   <dd>説明</dd>
</dl>

*/
.productmenu_other dt {
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: bold;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}
.productmenu_other dt a {
  color: #0060b5;
  text-decoration: none;
}
.productmenu_other dd {
  margin: 0 0 2em 0;
  font-size: 0.85em;
}

/*
19 製品ページリードエリア:product_lead

<section class="product_lead">
    <header>
        <div class="title">
            <h2>走査型オージェ電子分光分析装置</h2>
            <h1>PHI710<span>NEW</span></h1>
        </div>
        <div class="icon"><img src="img/main/icon_tof-sims.png" alt="" /></div>
    </header>
    <img class="img-left" src="http://placehold.jp/335x230.png" alt="" />
    <h1>真のナノメートルレベルでの微小部オージェ分析を実現</h1>
    <p>ダミーテキストです。</p>
</section>

*/
.product_lead {
  overflow: hidden;
}
.product_lead header {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.product_lead header:after {
  content: "";
  clear: both;
  display: block;
}
.product_lead header .title {
  float: left;
}
.product_lead header .title h1 {
  margin: 0 0 0.5em;
  font-size: 2.15em;
  font-weight: normal;
  line-height: 1em;
  color: #444;
}
.product_lead header .title h1 span {
  display: inline-block;
  margin: 0 10px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 11px;
  vertical-align: super;
  color: #fff;
  background-color: #0088ce;
  border: 1px solid #0075c1;
  border-radius: 3px;
}
.product_lead header .title h2 {
  margin: 1.5em 0 0.5em;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1em;
  color: #0075c1;
}
.product_lead header .icon {
  float: right;
  margin-top: 2em;
}
.product_lead h1 {
  font-size: 1.7em;
  color: #0075c1;
  font-weight: normal;
}

/*
20 製品ページ会員向け情報:product_usermenu
<section class="product_usermenu">
    <header>
        <h1>タイトル</h1>
        <p>説明テキスト</p>
    </header>
    <h2>カタログタイトル</h2>
    <ul>
        <li><a href="#"><img src="" alt="サムネイル画像" /></a></li>
        <li><a href="#">カタログファイル</a></li>
    </ul>
    <h2>アプリケーションタイトル/h2>
    <ul>
        <li><a href="dummy.pdf">アプリケーション</a></li>
    </ul>
    <p class="link"><a href="#">アプリケーション一覧</a></p>
</section>

*/
.product_usermenu {
  margin: 15px 0;
}
.product_usermenu .product_usermenu_box {
  padding: 30px;
  background-color: #e5f1f9;
  border: 1px solid #ddedf7;
  border-radius: 5px;
}
.product_usermenu .product_usermenu_box header h1 {
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  color: #0075c1;
  border-bottom: 2px solid #0075c1;
}
.product_usermenu .product_usermenu_box header p {
  font-size: 0.95em;
}
.product_usermenu .product_usermenu_box h2 {
  font-size: 1em;
}
.product_usermenu .product_usermenu_box ul {
  padding-left: 1.5em;
  list-style-image: url("../img/indicator/ul_link.png");
}
.product_usermenu .product_usermenu_box .product-box:after {
  content: "";
  clear: both;
  display: block;
}
.product_usermenu .product_usermenu_box .product-box .image {
  float: left;
}
.product_usermenu .product_usermenu_box .product-box .text {
  float: left;
}
.product_usermenu .product_usermenu_box .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}
.product_usermenu .product_usermenu_login:after {
  content: "";
  clear: both;
  display: block;
}
.product_usermenu .product_usermenu_login .text {
  float: left;
  font-size: 0.85em;
}
.product_usermenu .product_usermenu_login .regist_button2 {
  float: right;
}

/*
21 ダウンロードメニュー:download_menu
<section class="download_menu">
    <header>
        <a href="#">
            <p><img src="http://placehold.jp/40x40.png" alt="アイコン" /></p>
            <h1>タイトル</h1>
        </a>
    </header>
    <p class="caption">説明</p>
</section>

*/
.download_menu {
  width: 290px;
  margin: 0 auto;
}
.download_menu header {
  display: table;
  width: 290px;
  height: 90px;
  margin: 0;
  background: #0078c5 url("../img/indicator/indi_download.png") no-repeat 270px center;
}
.download_menu header a {
  text-decoration: none;
}
.download_menu header p {
  display: table-cell;
  width: 40px;
  padding: 25px 15px 25px 20px;
}
.download_menu header h1 {
  display: table-cell;
  padding: 0 18px 0 0;
  font-size: 1em;
  vertical-align: middle;
  color: #fff;
}
.download_menu header:hover {
  background-color: #3393d1;
}

/*
22 ダウンロードリスト:download_list
<section class="download_menu">
    <header>
        <p><img src="http://placehold.jp/40x40.png" alt="アイコン" /></p>
        <h1>タイトル</h1>
    </header>
    <p class="caption">説明</p>
</section>

*/
.download_list h2 {
  font-size: 1.7em;
  color: #0075c1;
  font-weight: normal;
}
.download_list table {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.download_list table tr:nth-child(odd) {
  background-color: #e5f1f9;
}
.download_list table tr th,
.download_list table tr td {
  padding: 15px;
  font-size: 0.95em;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.download_list table tr .download {
  width: 50px;
  text-align: center;
}
.download_list table tr th {
  font-weight: normal;
}
.download_list table tr th h1 {
  font-size: 1em;
}
.download_list table tr th h1 a {
  color: #444;
  text-decoration: none;
}
.download_list table tr th h1 span {
  display: inline-block;
  margin: 0 10px;
  padding: 3px 5px;
  font-size: 0.75em;
  line-height: 0.75em;
  color: #fff;
  background-color: #0088ce;
  border: 1px solid #0075c1;
  border-radius: 5px;
}
.download_list table tr td {
  vertical-align: middle;
}

/*
23 ニュース一覧:news_list
<section class="news_list">
    <article>
        <p class="date">日付</p>
        <p class="labels"><span class="label ">ラベル<span></p>
        <h1><a href="#">タイトル</a></h1>
    </article>
</section>

*/
.news_list {
  width: 100%;
  margin: 30px 0;
}
.news_list article {
  width: 100%;
  display: table;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
}
.news_list article:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.news_list article:nth-child(odd) {
  background-color: #f7f7f7;
}
.news_list article .date,
.news_list article .labels,
.news_list article h1 {
  display: table-cell;
}
.news_list article .date {
  width: 95px;
  padding-left: 15px;
  color: #0075c1;
}
.news_list article .labels {
  width: 85px;
}
.news_list article h1 {
  font-size: 1em;
  font-weight: normal;
}

/*
24 イベントレポート一覧:eventreport_list
※12:info_topicsからほぼ流用

<article class="eventreport_list">
    <p class="image"><img src="http://placehold.jp/209x94.png" alt="画像" /></p>
    <div class="textarea">
        <p class="date">日時</p>
        <h1>タイトル</h1>
        <p class="caption">説明</p>
        <p class="link"><a href="#">URL</a></p>
    </div>
</article>

*/
.eventreport_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.eventreport_list:after {
  content: "";
  clear: both;
  display: block;
}
.eventreport_list .image {
  float: left;
}
.eventreport_list .image img {
  border: 1px solid #dcdcdc;
}
.eventreport_list .image img:hover {
  opacity: 0.7;
}
.eventreport_list .textarea {
  margin-left: 200px;
}
.eventreport_list .textarea .date {
  color: #0075c1;
}
.eventreport_list .textarea h1 {
  font-size: 1.3em;
  font-weight: normal;
}
.eventreport_list .textarea .caption {
  font-size: 0.85em;
}
.eventreport_list .textarea .link {
  text-align: right;
}
.eventreport_list .textarea .link a {
  padding-left: 12px;
  background: url("../img/indicator/arrow_readmore.png") no-repeat left center;
}

/*
イベントレポートのページネーション:eventreport_pager

<nav class="eventreport_pager">
    <ol>
        <li><a href="#">&lt;</a></li>
        <li><a href="#">1</a></li>
        <li><a href="#">2</a></li>
        <li><a href="#">3</a></li>
        <li><a href="#">4</a></li>
        <li><a href="#">5</a></li>
        <li><a href="#">10</a></li>
        <li><a href="#">&gt;</a></li>
    </ol>
</nav>

*/
.eventreport_pager {
  position: relative;
  overflow: hidden;
}
.eventreport_pager ol {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
.eventreport_pager ol:after {
  content: "";
  clear: both;
  display: block;
}
.eventreport_pager ol li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 10px;
}
.eventreport_pager ol li.ccm-pagination-ellipses a {
  color: #fff;
  background-color: #0078c5;
}
.eventreport_pager ol li a {
  display: block;
  width: 24px;
  padding: 1px 0;
  text-align: center;
  text-decoration: none;
  color: #8c8c8c;
  border: 1px solid #969696;
}
.eventreport_pager ol li a:hover {
  color: #fff;
  background-color: #0078c5;
}
.eventreport_pager ol li a.prev, .eventreport_pager ol li a.more, .eventreport_pager ol li a.next {
  border: none;
}

/*
26 トラブルシューティング一覧:faq_list

<ul class="faq_list">
    <li><a href="#">タイトル</a></li>
</ul>

*/
.faq_list {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
.faq_list li {
  padding: 15px 0 15px 35px;
  background: url("../img/indicator/faq_list.png") no-repeat 15px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.faq_list li:last-child {
  border-bottom: none;
}

/*
27 関連情報:related_info


*/
.related_info {
  margin: 15px 0;
  padding: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.related_info h1 {
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  color: #0075c1;
  border-bottom: 2px solid #0075c1;
}
.related_info h2 {
  font-size: 1em;
}
.related_info h3 {
  font-size: 1em;
  padding-left: 0.5em;
  border-left: 5px solid #0078c5;
}
.related_info h4 {
  font-size: 1em;
  font-weight: normal;
}
.related_info ol {
  padding: 0 0 0 1em;
}
.related_info blockquote {
  margin: 1em 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 1px solid #82898f;
}
.related_info table {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.related_info table tr:nth-child(odd) {
  background-color: #e5f1f9;
}
.related_info table tr th,
.related_info table tr td {
  padding: 15px;
  font-size: 0.95em;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.related_info table tr th {
  font-weight: normal;
  white-space: nowrap;
}
.related_info p {
  font-size: 0.95em;
}
.related_info ul {
  padding-left: 1.5em;
  list-style-image: url("../img/indicator/ul_link.png");
}

/*
37 製品メニュータイトル:productmenu_title
<div class="productmenu_title">
    <h1 class="title">大見出し</h1>
    <p class="icon"><img src="" alt="アイコン" /></p>
    <p class="caption">リード文</p>
</div>

*/
.productmenu_title {
  margin: 3em 0 1em;
  position: relative;
}
.productmenu_title .title {
  position: relative;
  z-index: -2;
  font-size: 1.8em;
  color: #0075c1;
  font-weight: normal;
  border-bottom: 2px solid #0075c1;
}
.productmenu_title .icon {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -40px;
  margin: 0;
}
.productmenu_title .caption {
  position: relative;
  z-index: 0;
  margin-right: 45px;
}

/*
38 新規会員登録ボタン:regist_button
<p class="regist_button"><a href="#">URL</a></p>

*/
.regist_button a {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #48525b;
  background: url("../img/main/icon_regist.png") no-repeat 60px center;
  border: 1px solid #48525b;
  border-radius: 5px;
}
.regist_button a:hover {
  background-color: #7f868c;
}

/*
38 の色違いバージョン
https://github.com/loftwork/phi-coding/issues/4 参照
<p class="regist_button2"><a href="#">URL</a></p>

*/
.regist_button2 a {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #48525b url("../img/main/icon_regist_2.png") no-repeat 60px center;
  border-radius: 5px;
}
.regist_button2 a:hover {
  background-color: #82898f;
}

.contents-area .inner input[type=text],
.contents-area .inner textarea {
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
}
.contents-area .inner .page-title {
  height: 144px;
}
.contents-area .inner .privacy-policy {
  margin: 30px 0;
  border: 1px solid #d4d4d4;
}
.contents-area .inner .privacy-policy dt {
  padding: 15px 20px;
  font-weight: bold;
  background-color: #eeeeee;
  border-bottom: 1px solid #d4d4d4;
}
.contents-area .inner .privacy-policy dd {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.contents-area .inner .privacy-policy dd:last-child {
  border-bottom: none;
}
.contents-area .inner .buttons .formBlockSubmitButton {
  display: block;
  width: 250px;
  margin: 1em auto;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #48525b;
  border: none;
  border-radius: 5px;
}
.contents-area .inner .buttons .formBlockSubmitButton:hover {
  background-color: #7f868c;
}
.contents-area .inner .inquiry-table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #d4d4d4;
}
.contents-area .inner .inquiry-table tr:nth-child(odd) {
  background-color: #e5f1f9;
}
.contents-area .inner .inquiry-table tr th,
.contents-area .inner .inquiry-table tr td {
  padding: 20px 0;
}
.contents-area .inner .inquiry-table tr th {
  width: 315px;
  text-align: right;
  vertical-align: top;
}
.contents-area .inner .inquiry-table tr th.not-required {
  padding-right: 46px;
}
.contents-area .inner .inquiry-table tr th.select-products {
  text-align: center;
}
.contents-area .inner .inquiry-table tr td {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 200px;
}
.contents-area .inner .inquiry-table tr td .required {
  margin-left: 10px;
  padding: 0 5px;
  font-size: 0.9em;
  color: #fff;
  background-color: #0078c5;
  border-radius: 5px;
}
.contents-area .inner .inquiry-table tr td input[type="text"] {
  margin: 3px 3px 0 0;
  width: 228px;
}
.contents-area .inner .inquiry-table tr td input[type="text"].code {
  width: 108px;
}
.contents-area .inner .inquiry-table tr td input[type="email"] {
  margin: 3px 3px 0 0;
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
}
.contents-area .inner .inquiry-table tr td input[type="tel"],
.contents-area .inner .inquiry-table tr td input[type="url"],
.contents-area .inner .inquiry-table tr td input[type="time"],
.contents-area .inner .inquiry-table tr td input[type="password"] {
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
}
.contents-area .inner .inquiry-table tr td textarea.address {
  width: 438px;
  height: 48px;
}
.contents-area .inner .inquiry-table tr td textarea.summary {
  width: 328px;
  height: 228px;
}
.contents-area .inner .inquiry-table tr td textarea.question {
  width: 448px;
  height: 78px;
}
.contents-area .inner .register {
  margin: 30px 0;
  border: 1px solid #d4d4d4;
}
.contents-area .inner .register dt {
  padding: 10px 20px;
  font-weight: bold;
  background-color: #e5f1f9;
  border-bottom: 1px solid #d4d4d4;
}
.contents-area .inner .register dt.agreement {
  font-size: 1.25em;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  background-color: #0078c5;
}
.contents-area .inner .register dd {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.contents-area .inner .register dd:last-child {
  border-bottom: none;
}
.contents-area .inner .register dd.registration-table {
  display: table;
}
.contents-area .inner .register dd.registration-table .registration-box {
  display: table-cell;
  width: 489px;
  font-size: 0.85em;
}
.contents-area .inner .register dd.registration-table .registration-button {
  display: table-cell;
  width: 489px;
  vertical-align: middle;
}
.contents-area .inner .register dd .registration-text {
  font-size: 0.85em;
}
.contents-area .inner .register dd .submit-button {
  display: block;
  width: 250px;
  margin: 1em auto;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #48525b;
  border: none;
  border-radius: 5px;
}
.contents-area .inner .register dd .submit-button:hover {
  background-color: #82898f;
}
.contents-area .inner .register dd.license {
  padding: 20px 60px;
}
.contents-area .inner .register dd.license .license-text {
  width: 100%;
  height: 228px;
  padding: 20px;
  overflow-x: scroll;
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
}
.contents-area .inner .register dd.license .license-text ol {
  padding-left: 2em;
}
.contents-area .inner .register dd.license .license-text ol li {
  margin: 1em 0;
}
.contents-area .inner .register dd .check-category {
  margin: 1em 0 2em;
  padding: 0;
  list-style-type: none;
}
.contents-area .inner .register dd .check-category li {
  display: inline;
  margin: 0 80px 0 25px;
}
.contents-area .inner .register dd table {
  width: 100%;
  margin: 20px 0;
}
.contents-area .inner .register dd table tr th,
.contents-area .inner .register dd table tr td {
  padding: 20px 0;
}
.contents-area .inner .register dd table tr th input[type="password"],
.contents-area .inner .register dd table tr td input[type="password"] {
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
}
.contents-area .inner .register dd table tr th {
  width: 215px;
  text-align: right;
  vertical-align: top;
}
.contents-area .inner .register dd table tr th .required,
.contents-area .inner .register dt .required {
  margin-left: 10px;
  padding: 1px 5px;
  font-size: 0.8em;
  font-weight: normal;
  color: #fff;
  background-color: #0078c5;
  border-radius: 3px;
}
.contents-area .inner .register dd table tr th.not-required {
  width: 169px;
  padding-right: 46px;
}
.contents-area .inner .register dd table tr th.select-products {
  text-align: center;
}
.contents-area .inner .register dd table tr td {
  padding-left: 30px;
  padding-right: 160px;
}
.contents-area .inner .register dd table tr td input[type="text"] {
  width: 250px;
}
.contents-area .inner .register dd table tr td input[type="text"].code {
  width: 108px;
}
.contents-area .inner .register dd table tr td textarea.address {
  width: 438px;
  height: 48px;
}
.contents-area .inner .register dd table tr td textarea.summary {
  width: 328px;
  height: 228px;
}
.contents-area .inner .register dd table tr td textarea.question {
  width: 448px;
  height: 78px;
}
.contents-area .inner .register dd table tr td.reset-password .submit-button {
  margin: 0;
}
.contents-area .inner .register dd table tr td .forgot-password {
  display: inline-block;
  margin: 0 1em;
  font-size: 0.85em;
}
.contents-area .inner .register dd table tr td .check-login {
  display: inline-block;
  margin: 1em 0;
  font-size: 0.85em;
}
.contents-area .inner .register dd table tr td .check-login input[type="checkbox"] {
  padding-left: 1em;
}

#toTop {
  position: fixed;
  margin: 0;
  bottom: 20px;
  right: 20px;
}
#toTop a {
  display: block;
  width: 45px;
  height: 45px;
  background: #48525B url("../img/footer/totop.png") no-repeat center center;
  border-radius: 5px;
}
#toTop a:hover {
  background-color: #82898F;
}

/*# sourceMappingURL=default.css.map */

/* ---------------------------------------------
*   gdpr-area
--------------------------------------------- */
.gdpr-area {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    font-size: 0.8rem;
}

.gdpr-area.js-read {
    display: none !important;
}

.gdpr-area__container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    width: 1080px;
}

.gdpr-area__container {
  width: 1080px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gdpr-area__txt {
    color: #fff;
    margin: 0;
    width: 980px;
}

.gdpr-area__txt-link {
    color: #fff;
    text-decoration: underline;
}
.gdpr-area__txt-link:hover {
  color: #fff;
  text-decoration: none;
}
.gdpr-area__txt-link:visited {
  color: #fff;
  text-decoration: none;
}

.gdpr-area__btn-close {
  background-color: #fff;
  color: #000;
  padding: 7px 10px;
  display: block;
  width: 60px;
  height: 20px;
  text-align: center;
    /*position: absolute;
    top: 15px;
    right: 0;
    overflow: hidden;
    padding-top: 18px;
    width: 18px;
    height: 0;
    background-color: #999;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;*/

}

.gdpr-area__btn-close:hover {
  opacity: 0.8;
}

/*.gdpr-area__btn-close:before, .gdpr-area__btn-close:after {
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    content: "";
}

.gdpr-area__btn-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gdpr-area__btn-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
