@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img, object, embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td {
  vertical-align: top;
}
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable, label {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=file] {
  cursor: pointer;
}

button {
  cursor: pointer;
  margin: 0;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button, input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 62px !important;
  }
}
a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .container {
    padding-right: 5.33333%;
    padding-left: 5.33333%;
  }
}
.onlypc {
  display: block;
}

@media (max-width: 768px) {
  .onlypc {
    display: none;
  }
}
.onlysp {
  display: none;
}

@media (max-width: 768px) {
  .onlysp {
    display: block;
  }
}
.content {
  position: relative;
  padding-top: 115px;
}

@media (max-width: 768px) {
  .content {
    padding-top: 60px;
  }
}
.slb-nav {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slb-nav__inner {
  position: relative;
  overflow: hidden;
  min-height: 45px;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}

@media (min-width: 769px) {
  .slb-nav__column {
    display: none;
  }
}
@media (max-width: 768px) {
  .slb-nav__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    padding: 0 5.97015%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slb-nav__logo {
  width: 30.15385%;
  max-width: 98px;
}
.slb-nav__logo a {
  display: block;
  padding-top: 16.32653%;
  background-image: url(/_assets/images/products/slb/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slb-nav__toggle {
  position: relative;
  width: 17px;
  height: 17px;
}
.slb-nav__toggle .ham:hover {
  cursor: pointer;
}
.slb-nav__toggle .ham_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slb-nav__toggle .ham_menu_item {
  width: 100%;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-radius: 1.5px;
  background: #1a3c7b;
}
.slb-nav__toggle .ham_menu_item-top.is-active {
  -webkit-transform: translate(0px, 8px) rotate(45deg);
  transform: translate(0px, 8px) rotate(45deg);
}
.slb-nav__toggle .ham_menu_item-mid.is-active {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  background: transparent;
}
.slb-nav__toggle .ham_menu_item-btm.is-active {
  -webkit-transform: translate(0px, -8px) rotate(-45deg);
  transform: translate(0px, -8px) rotate(-45deg);
}

@media (max-width: 768px) {
  .slb-nav nav {
    overflow: hidden;
    height: 0;
  }
}
@media (min-width: 769px) {
  .slb-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.slb-nav li {
  font-size: 14px;
}
.slb-nav li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #000;
}
.slb-nav li a:before {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1e8da7;
}
.slb-nav li a:hover:before, .slb-nav li a.current:before {
  width: 100%;
}

@media (min-width: 769px) {
  .slb-nav li + li {
    margin-left: 3.5em;
  }
}
@media (max-width: 768px) {
  .slb-nav li + li {
    border-top: 1px solid #999;
  }
}
@media (max-width: 768px) {
  .slb-nav li a {
    padding: 1em 1em 1em 2em;
  }
}
@media (max-width: 768px) {
  .slb-nav li a:hover:before, .slb-nav li a.current:before {
    width: 10px;
    height: 100%;
  }
}
.slb-footnav {
  padding: 20px 0;
  border-top: 1px solid #999;
}
.slb-footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slb-footnav li {
  font-size: 14px;
}
.slb-footnav li:not(:last-child) {
  margin-right: 1.5em;
}
.slb-footnav li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #000;
}
.slb-footnav li a:before {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1e8da7;
}
.slb-footnav li a:hover:before, .slb-footnav li a.current:before {
  width: 100%;
}

@media (min-width: 769px) {
  .slb-footnav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .slb-footnav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .slb-footnav li + li {
    margin-left: 3.5em;
  }
}
@media (max-width: 768px) {
  .slb-footnav li a {
    font-size: 12px;
  }
}
.bg-dot {
  background-color: #f5f5f5;
  background-image: radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 10px 10px;
  background-size: 5px 5px;
}

header h1 {
  font-weight: bold;
}

/*** header ***/
#header {
  position: relative;
  width: 100%;
  height: 118px;
  background-image: url(/common/img/header/header_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0px top;
}

.header-content {
  position: relative;
  width: 940px;
  margin: 0 auto 0 auto;
}

.logo {
  width: 940px;
  height: 64px;
  padding-top: 29px;
}
.logo h1 {
  position: relative;
  top: -10px;
  float: left;
}

.head_nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 256px;
  height: 35px;
  background: url(/common/img/header/head_nav_bg.jpg);
}
.head_nav ul {
  padding-top: 10px;
  padding-left: 25px;
  font-size: 12px;
  color: #fff;
}
.head_nav ul li {
  float: left;
  padding-left: 26px;
  background: url(/common/img/header/la_icon.jpg) no-repeat 15px 5px;
  background-position: 15px 4px\9;
}

.contact_con {
  background: url(/common/img/header/contact_icon.jpg) no-repeat 5px 5px !important;
  background-position: 5px 4px\9  !important;
}

.head_nav ul a {
  font-weight: bold;
  color: #fff;
}
.head_nav ul a:hover {
  text-decoration: underline;
}

.top-nav {
  clear: both;
  width: 940px;
  height: 40px;
}
.top-nav ul li {
  float: left;
  width: 188px;
  height: 40px;
  text-indent: -9999px;
}
.top-nav ul li a {
  float: left;
  width: 188px;
  height: 40px;
  text-indent: -9999px;
}
.top-nav #top_menu_01 a {
  background-image: url(/common/img/header/nav_01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.top-nav #top_menu_02 a {
  background-image: url(/common/img/header/nav_02.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.top-nav #top_menu_03 a {
  background-image: url(/common/img/header/nav_03.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.top-nav #top_menu_04 a {
  background-image: url(/common/img/header/nav_04.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.top-nav #top_menu_05 a {
  background-image: url(/common/img/header/nav_05.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.top-nav ul li a:hover {
  background-position: left bottom !important;
}

.top_menu_on a {
  background-position: left bottom !important;
}

#footer {
  float: left;
  width: 100%;
  height: 36px;
  background-color: #020f31;
}

.footer-content {
  width: 940px;
  margin: 0 auto 0 auto;
}
.footer-content p {
  padding-top: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.footer-content p a {
  font-size: 12px;
  color: #d6d6d6;
}
.footer-content ul {
  overflow: hidden;
}

.content_1 {
  float: left;
}

.content_2 {
  float: left;
  padding-left: 30px;
}

.content_3 {
  float: right;
}

.gongan {
  position: relative;
  top: -5px;
  display: inline-block;
  height: 13px;
  margin: 0px 2px 0 20px;
}

.index .kv {
  max-width: 1280px;
  margin: auto;
  background-color: #eee;
}
.index .kv .video-wrap {
  position: relative;
}
.index .kv .video-wrap .video-btn {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 80px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .index .kv .video-wrap .video-btn {
    width: 35px;
    height: 35px;
    bottom: 40px;
  }
}
.index .kv .video-wrap .video-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index .kv .video-wrap .video-btn:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index .kv .video-wrap .video-btn .icon {
  display: block;
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}
.index .kv .video-wrap .video-btn .icon:before, .index .kv .video-wrap .video-btn .icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.index .kv .video-wrap .video-btn .icon:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1a3c7b;
}
@media (max-width: 768px) {
  .index .kv .video-wrap .video-btn .icon:before {
    width: 50px;
    height: 50px;
  }
}
.index .kv .video-wrap .video-btn .icon:after {
  width: 0;
  height: 0;
  left: 15px;
  color: #fff;
  border-top: 7.5px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 15px solid;
}
@media (max-width: 768px) {
  .index .kv .video-wrap .video-btn .icon:after {
    left: 19px;
  }
}
.index .kv .video-wrap .video-btn.pause .icon:after {
  width: 0;
  height: 0;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 0px solid;
}
@media (max-width: 768px) {
  .index .kv .video-wrap .video-btn.pause .icon:after {
    width: 5px;
    height: 5px;
    left: 15px;
  }
}
.index .kv video {
  width: 100%;
}
@media (max-width: 768px) {
  .index .kv video {
    padding-top: 0;
  }
}
.index .kv1 {
  padding-top: 48.4375%;
  background-image: url(/_assets/images/products/slb/kv_ch.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.index .toplink {
  padding-bottom: 80px;
}
.index .toplink__item:nth-child(even) .toplink__vis {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.index .toplink__item:not(:first-child) {
  margin-top: 60px;
}
.index .toplink__vis {
  width: 61.52344%;
}
.index .toplink__vis figure {
  overflow: hidden;
  background-color: #eee;
  -webkit-box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}
.index .toplink__vis figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.index .toplink__vis figure a {
  position: relative;
  display: block;
  padding-top: 60.31746%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index .toplink__vis figure a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index .toplink__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.index .toplink__txt--inner {
  display: inline-block;
  text-align: left;
}
.index .toplink__ttl span {
  display: block;
}
.index .toplink__ttl--en {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #1e8da7;
}
.index .toplink__ttl--en:before {
  content: "ー";
  margin-right: 0.5em;
}
.index .toplink__ttl--ja {
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.2px;
}
.index .toplink__list li {
  margin-left: 1.3em;
  font-size: 15px;
  line-height: 1.87;
  list-style: disc;
}
.index .toplink__list--inner li {
  display: list-item;
}
.index .toplink__list--inner:first-child {
  margin-right: 20px;
}
.index .toplink__btn {
  margin-top: 30px;
  text-align: center;
}
.index .toplink__btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  padding: 1.7em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: opacity 0.6s ease, color 0.6s ease;
  transition: opacity 0.6s ease, color 0.6s ease;
  letter-spacing: 2.6px;
  color: #304993;
  border: solid 1px #304993;
}
.index .toplink__btn a:hover {
  color: #fff;
  background-color: #304993;
}
.index .top__movie {
  margin-bottom: 6rem;
  margin-top: -4rem;
}
.index .top__movie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .index .top__movie__inner {
    display: block;
  }
}
.index .top__movie__box {
  max-width: 500px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
.index .top__movie--caption {
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
}
.index .top__movie--img a {
  position: relative;
  display: block;
  transition: 0.5s;
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}
.index .top__movie--img a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.index .top__movie--img a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index .top__movie--img a:before, .index .top__movie--img a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.index .top__movie--img a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1a3c7b;
}
.index .top__movie--img a:after {
  width: 0;
  height: 0;
  left: 15px;
  color: #fff;
  border-top: 7.5px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 15px solid;
}
.index .news {
  position: relative;
  padding-top: 65px;
  padding-bottom: 80px;
}
.index .news:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  color: #0e2a7b;
  border-top: 130px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 130px solid;
  border-left: 150px solid;
}
.index .news__ttl span {
  display: block;
}
.index .news__ttl--en {
  margin-bottom: 1.55em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #1e8da7;
}
.index .news__ttl--en:before {
  content: "ー";
  margin-right: 0.5em;
}
.index .news__ttl--ja {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
}
.index .news__list dl {
  padding-bottom: 2em;
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
}
.index .news__list dl + dl {
  margin-top: 2em;
}
.index .news__list dt, .index .news__list dd {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
.index .news__list dt {
  padding-left: 2em;
  width: 100px;
}
.index .news__list dd {
  flex: 1;
}
.index .news__list dd a {
  color: #000;
}
.index .news__list dd a:hover {
  text-decoration: underline;
}
.index .news__btn {
  margin-top: 35px;
  text-align: center;
}
.index .news__btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 1.35em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: opacity 0.6s ease, color 0.6s ease;
  transition: opacity 0.6s ease, color 0.6s ease;
  letter-spacing: 2.6px;
  color: #304993;
  border: solid 1px #304993;
}
.index .news__btn a:hover {
  color: #fff;
  background-color: #304993;
}

@media (max-width: 768px) {
  .index .kv1 {
    padding-top: 117.33333%;
    background-image: url(/_assets/images/products/slb/sp/kv_ch.jpg);
  }
}
@media (max-width: 768px) {
  .index .toplink {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .index .toplink__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .index .toplink__vis {
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .index .toplink__txt--inner {
    display: block;
    width: calc(100% - 45px);
    margin: 25px auto 0;
  }
}
@media (max-width: 768px) {
  .index .toplink__ttl--en {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .index .toplink__ttl--ja {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index .toplink__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .toplink__list ul:not([class]) li:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .index .toplink__list li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    list-style: none;
  }
  .index .toplink__list li:nth-child(2n+1) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .index .toplink__list li:nth-child(2n) {
    -ms-flex-preferred-size: calc(70% - 20px);
    flex-basis: calc(70% - 20px);
  }
  .index .toplink__list li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #304993;
  }
}
@media (max-width: 768px) {
  .index .toplink__btn a {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .index .news {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .index .news:after {
    border-top: 60px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 60px solid;
    border-left: 70px solid;
  }
}
@media (min-width: 769px) {
  .index .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .index .news__ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .index .news__ttl--en {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .index .news__ttl--ja {
    font-size: 21px;
  }
}
@media (min-width: 769px) {
  .index .news__list {
    width: 78.125%;
  }
}
@media (min-width: 769px) {
  .index .news__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .index .news__list dt, .index .news__list dd {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .index .news__list dt {
    margin-bottom: 10px;
    padding-left: 0em;
  }
}
@media (min-width: 769px) {
  .index .news__list dd {
    margin-left: 4.2em;
  }
}
.lower .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  text-align: center;
  color: #fff;
  background-color: #eee;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower .kv__ttl span {
  display: block;
}
.lower .kv__ttl--ja {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.8px;
}
.lower .kv__ttl--en {
  margin-top: 1.8em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2.4px;
}
.lower .sec:nth-child(even) {
  background-color: #f5f5f5;
  background-image: radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 10px 10px;
  background-size: 5px 5px;
}
.lower .sec__ttl {
  text-align: center;
}
.lower .sec__ttl span {
  display: block;
}
.lower .sec__ttl--ja {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 4.8px;
}
.lower .sec__ttl--en {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2.6px;
  color: #1e8da7;
}
.lower .sec__desc {
  margin-top: 2em;
  font-size: 15px;
  text-align: center;
}
.lower .sec__desc > * {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.6px;
  color: #333;
}
.lower .sec__desc > * + * {
  margin-top: 2.2em;
}

@media (max-width: 768px) {
  .lower .kv {
    height: 245px;
  }
}
@media (max-width: 768px) {
  .lower .kv__ttl--ja {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .lower .kv__ttl--en {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .lower .sec__ttl--ja {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .lower .sec__ttl--en {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .lower .sec__desc {
    text-align: left;
  }
}
.about .kv {
  background-image: url(/_assets/images/products/slb/about/kv.jpg);
}
.about .about {
  position: relative;
}
.about .about__movie {
  max-width: 510px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
.about .about__movie--caption {
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
}
.about .about__movie--inner {
  position: relative;
  padding-top: 55.29412%;
  background: url(/_assets/images/products/slb/about/movie_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about__movie--inner a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about .about__movie--inner a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.about .about__movie--inner a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about .about__movie--inner a:before, .about .about__movie--inner a:after {
  content: "";
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .about__movie--inner a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1a3c7b;
}
.about .about__movie--inner a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 7.5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  border-top: 7.5px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 15px solid;
}
.about .development {
  margin-top: -167.5px;
  padding: 240px 0 60px;
}
.about .development__figure {
  margin-top: 30px;
  padding: 20px 6.83594%;
  background-color: #fff;
}
.about .characteristic {
  padding: 70px 0 110px;
}
.about .characteristic__list {
  margin-top: 45px;
}
.about .characteristic__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.82812%;
  padding: 40px 2.92969%;
  text-align: center;
  background-color: #c2cfe7;
}
.about .characteristic__item:nth-child(n+3) {
  margin-top: 23px;
}
.about .characteristic__num {
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1.04px;
  color: #1e8da7;
}
.about .characteristic__num:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: 15px auto;
  background-color: #1e8da8;
}
.about .characteristic__ttl {
  margin-bottom: 0.8em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.04px;
  color: #1a3c7b;
}
.about .characteristic__desc {
  margin-bottom: 2.6em;
  font-size: 15px;
}
.about .characteristic__desc > * {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.about .characteristic__figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}
.about .characteristic__figure figcaption {
  padding: 0.55em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.52px;
}
.about .characteristic__figure figcaption:not([class]) {
  background-color: #dcdcdc;
}
.about .characteristic__figure img {
  padding: 12px;
}
.about .characteristic__figure:first-child {
  margin-right: 20px;
}
.about .characteristic__txt {
  position: relative;
  background-color: #fff;
}
.about .characteristic__txt p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.54;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about .characteristic__slb {
  color: #fff;
  background-color: #1a3c7b;
}
.about .characteristic__btn {
  margin-top: 40px;
}
.about .characteristic__btn a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  padding: 1.75em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: opacity 0.6s ease, color 0.6s ease;
  transition: opacity 0.6s ease, color 0.6s ease;
  text-align: center;
  letter-spacing: 2.6px;
  color: #1a3c7b;
  border: solid 1px;
  background-color: #fff;
}
.about .characteristic__btn a:hover {
  color: #fff;
  background-color: #304993;
}
.about .application {
  padding: 60px 0 80px;
}
.about .application__list {
  margin: 40px 0;
}
.about .application__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about .application__list li + li {
  margin-left: 1.95312%;
}
.about .application__frame {
  padding: 1.65em;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.6px;
  color: #333;
  background-color: #fff;
}
.about .application__frame > * {
  display: inline-block;
  text-align: left;
}
.about .case {
  padding: 80px 0;
}
.about .case__list {
  margin-top: 50px;
}
.about .case__item:not(:first-child) {
  margin-top: 50px;
}
.about .case__item dt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about .case__num span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.about .case__num--en {
  margin-right: 0.5em;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #1e8da7;
}
.about .case__num--en:before {
  content: "ー";
  margin-right: 0.5em;
}
.about .case__num--num {
  font-size: 34px;
  letter-spacing: 1.36px;
  color: #1e8da7;
}
.about .case__ttl {
  margin-top: 0.5em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 5.2px;
  color: #1a3c7b;
}
.about .case__desc {
  margin-bottom: 2em;
  font-size: 15px;
}
.about .case__desc > * {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.6px;
}
.about .case__img {
  padding: 33px 4.88281% 22px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}
.about .case__img.col2 {
  display: flex;
}
.about .case__img.col2 figure {
  width: calc(100% / 2);
}
.about .case__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about .case__top {
    display: block;
  }
}
@media (max-width: 768px) {
  .about .case__top--logo {
    float: right;
    margin-top: -50px;
    width: 29.56522%;
  }
}
.about .case__img--area {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about .case__img--area {
    margin-top: 20px;
  }
}
.about .case__btn {
  margin-top: 40px;
  text-align: center;
}
.about .case__btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  padding: 1.75em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: opacity 0.6s ease, color 0.6s ease;
  transition: opacity 0.6s ease, color 0.6s ease;
  text-align: center;
  letter-spacing: 2.6px;
  color: #1a3c7b;
  border: solid 1px;
  background-color: #fff;
}
.about .case__btn a:hover {
  color: #fff;
  background-color: #304993;
}

@media (max-width: 768px) {
  .about .case__img.col2 {
    display: block;
  }
}
@media (max-width: 768px) {
  .about .case__img.col2 figure {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about .about__movie--caption {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .about .characteristic {
    padding: 40px 0 45px;
  }
}
@media (min-width: 769px) {
  .about .characteristic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .about .characteristic__list > *:nth-child(even) {
    margin-left: 2.34375%;
  }
}
@media (max-width: 768px) {
  .about .characteristic__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 6.83594%;
  }
}
@media (max-width: 768px) {
  .about .characteristic__num {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .about .characteristic__num:after {
    width: 11.5px;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .about .characteristic__ttl {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .about .characteristic__desc > * {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .about .characteristic__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .about .characteristic__figure:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .about .characteristic__txt {
    width: 31.81818%;
    min-height: 190px;
  }
}
@media (max-width: 768px) {
  .about .characteristic__txt p {
    position: initial;
    padding: 25px 45px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .about .characteristic__btn a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .about .characteristic__btn a {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .about .application {
    padding: 50px 0 40px;
  }
}
@media (max-width: 768px) {
  .about .application__list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .about .application__list li {
    width: 30.59701%;
    max-width: 100px;
  }
  .about .application__list li:nth-child(-n+3) {
    margin-bottom: 1.95312%;
  }
}
@media (max-width: 768px) {
  .about .application__frame {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .about .case {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .about .case__list {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .about .case__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .about .case__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .about .case__item dd {
    max-width: 70.11719%;
  }
}
@media (max-width: 768px) {
  .about .case__num--en {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .about .case__num--num {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .about .case__ttl {
    margin-bottom: 1em;
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .about .case__desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about .case__desc > * {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about .case__img {
    padding: 11px 4.88281% 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.3);
    box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.3);
  }
}
@media (min-width: 769px) {
  .about .case__img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .case__img ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .about .case__img ul li:last-of-type {
    margin-bottom: 0;
  }
  .about .case__img ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .about .case__img ul {
    padding: 13px 0 13px;
  }
  .about .case__img ul li + li {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .about .case__btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .about .case__btn a {
    font-size: 12px;
  }
}
.case__leat--text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: justify;
}

.case__text {
  font-size: 1.8rem;
  font-weight: bold;
}
.case__text span {
  font-size: 1.6rem;
  margin-left: 10px;
}

.lineup .kv {
  background-image: url(/_assets/images/products/slb/lineup/kv.jpg);
}
.lineup .sec__ttl {
  margin-bottom: 40px;
}
.lineup .dimensional {
  padding-bottom: 60px;
}
.lineup .dimensional__table {
  max-width: 723px;
  margin: 40px auto 0;
}
.lineup .dimensional__table * {
  padding: 1em 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.8px;
}
.lineup .dimensional__table table {
  width: 100%;
  table-layout: fixed;
}
.lineup .dimensional__table tr {
  background-color: #c2cfe7;
}
.lineup .dimensional__table tr:first-child {
  color: #fff;
  background-color: #1a3c7b;
}
.lineup .dimensional__table tr:not(:first-child) {
  border-bottom: 1px solid #fff;
}
.lineup .dimensional__table tr th:first-child {
  width: 130px;
  color: #fff;
  border-right: 4px double #fff;
  background-color: #1a3c7b;
}
.lineup .dimensional__table tr th:first-of-type {
  border-bottom: 1px solid #fff;
}
.lineup .dimensional__table th:not(:first-child), .lineup .dimensional__table td:not(:first-child) {
  border-left: 1px solid #fff;
}
.lineup .characteristics {
  padding: 60px 0;
}
.lineup .characteristics__figure {
  width: 420px;
  text-align: center;
}
.lineup .characteristics__figure figure {
  padding: 30px 2.63672%;
  background-color: #fff;
}
.lineup .characteristics__figure figcaption {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 1.8px;
}
.lineup .specification {
  padding: 80px 0;
}
.lineup .specification__table {
  width: 100%;
}
.lineup .specification__table table {
  width: 100%;
  table-layout: fixed;
}
.lineup .specification__table table tr th, .lineup .specification__table table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #a8a8a8;
}
.lineup .specification__table table tr:first-of-type th, .lineup .specification__table table tr:first-of-type td {
  padding: 10px 5px;
}
.lineup .specification__table table tr td {
  text-align: center;
}
.lineup .specification__table table tr th {
  width: 18.55469%;
  text-align: left;
  background-color: #f2f2f2;
}
.lineup .specification__table table .non-color th, .lineup .specification__table table .non-color td {
  color: #ea3c28;
  border: none;
  background: none;
}
.lineup .specification__table a {
  font-size: 2em;
  color: #ea3c28;
  outline: none;
}
.lineup .specification__table a:hover .fa-file-pdf {
  opacity: 0.7;
}
.lineup .specification__table .fa-file-pdf {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .lineup .dimensional {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .lineup .dimensional__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .lineup .dimensional__figure {
    width: 48.82812%;
  }
}
@media (max-width: 768px) {
  .lineup .dimensional__figure {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
  }
  .lineup .dimensional__figure:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .lineup .dimensional__table {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .lineup .dimensional__table * {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .lineup .characteristics {
    padding: 40px 0;
  }
}
@media (min-width: 769px) {
  .lineup .characteristics__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .lineup .characteristics__figure {
    width: auto;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .lineup .characteristics__figure figure {
    padding: 23px 5.97015%;
  }
}
@media (max-width: 768px) {
  .lineup .characteristics__figure figcaption {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .lineup .characteristics__figure:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .lineup .characteristics__figure:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .lineup .specification {
    padding: 40px 0 50px;
  }
}
.technicalsupport .kv {
  background-image: url(/_assets/images/products/slb/technicalsupport/kv.jpg);
}
.technicalsupport .support {
  overflow: hidden;
  padding-bottom: 80px;
}
.technicalsupport .support__sec {
  position: relative;
}
.technicalsupport .support__sec:nth-child(odd):before {
  left: 50%;
  margin-left: -18.75%;
}
.technicalsupport .support__sec:nth-child(even):before {
  right: 50%;
  margin-right: -18.75%;
}
.technicalsupport .support__sec:not(:first-child) {
  margin-top: 80px;
}
.technicalsupport .support__sec:nth-child(odd) .support__txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.technicalsupport .support__vis {
  position: relative;
  width: 49.80469%;
}
.technicalsupport .support__vis figure {
  position: relative;
  padding-top: 60.31746%;
  background-color: #dcdcdc;
  -webkit-box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}
.technicalsupport .support__vis figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.technicalsupport .support__txt {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.technicalsupport .support__txt--inner {
  display: inline-block;
  text-align: left;
}
.technicalsupport .support__num span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.technicalsupport .support__num--en {
  margin-right: 0.5em;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2.4px;
  color: #1e8da7;
}
.technicalsupport .support__num--en:before {
  content: "ー";
  margin-right: 0.5em;
}
.technicalsupport .support__num--num {
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 1.36px;
  color: #1e8da7;
}
.technicalsupport .support__ttl {
  margin-top: 0.3em;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 6.4px;
  color: #1a3c7b;
}
.technicalsupport .support__link {
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-size: 15px;
}
.technicalsupport .support__link a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.87;
  text-decoration: underline;
  letter-spacing: 1.5px;
  color: #000;
}
.technicalsupport .support__link a:hover {
  text-decoration: none;
}
.technicalsupport .support__list li {
  margin-bottom: 0.3em;
  margin-left: 1.3em;
  font-size: 15px;
  line-height: 1.57;
  list-style: disc;
}
.technicalsupport .support__list li span {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .technicalsupport .support {
    padding-bottom: 130px;
  }
}
@media (min-width: 769px) {
  .technicalsupport .support__sec:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c2cfe7;
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__sec:not(:first-child) {
    margin-top: 120px;
  }
}
@media (min-width: 769px) {
  .technicalsupport .support__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__vis {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 79.10448%;
    max-width: 265px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 40px 4.47761% 110px;
    background-color: #c2cfe7;
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__num--en {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__num--num {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__ttl {
    font-size: 23px;
  }
}
@media (min-width: 769px) {
  .technicalsupport .support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .technicalsupport .support__list ul + ul {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .technicalsupport .support__list li {
    font-size: 13px;
  }
}
.faq .kv {
  background-image: url(/_assets/images/products/slb/faq/kv.jpg);
}
.faq .faq {
  padding-bottom: 80px;
}
.faq .faq__item {
  padding: 0 1.95312%;
  border: solid 1px #304993;
  background-color: #fff;
}
.faq .faq__item:not(:first-child) {
  margin-top: 30px;
}
.faq .faq__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq .faq__item dt {
  min-width: 45px;
  min-height: 45px;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}
.faq .faq__q {
  position: relative;
  padding-right: 8.20312%;
  cursor: pointer;
}
.faq .faq__q dt {
  color: #fff;
  background-color: #304993;
}
.faq .faq__q dd {
  margin-left: 1.2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.64px;
  color: #304993;
}
.faq .faq__q.active .faq__toggle:before {
  width: 0;
}
.faq .faq__a {
  position: relative;
  overflow: hidden;
  height: 0;
}
.faq .faq__a dl {
  position: relative;
  border-top: 1px solid #787878;
}
.faq .faq__a dt {
  color: #304993;
}
.faq .faq__a dd {
  margin-left: 1.5em;
  font-size: 14px;
}
.faq .faq__a dd p {
  font-weight: normal;
  line-height: 1.64;
  letter-spacing: 0.56px;
  color: #333;
}
.faq .faq__a dd a {
  text-decoration: underline;
  color: #304993;
}
.faq .faq__a dd a:hover {
  text-decoration: none;
}
.faq .faq__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #304993;
}
.faq .faq__toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #304993;
}

@media (max-width: 768px) {
  .faq .faq {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .faq .faq__item {
    padding: 0 3.07692%;
  }
}
@media (max-width: 768px) {
  .faq .faq__item dl {
    padding: 15px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .faq .faq__item dt {
    min-width: 33px;
    min-height: 33px;
    font-size: 19px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .faq .faq__q dd {
    margin-top: 0.4em;
    margin-left: 0.6em;
  }
}
@media (min-width: 769px) {
  .faq .faq__a {
    padding-right: 8.20312%;
  }
}
@media (max-width: 768px) {
  .faq .faq__a dl:before, .faq .faq__a dl:after {
    content: "";
    position: absolute;
    top: -2px;
    display: block;
    width: 5px;
    height: 3px;
    background-color: #fff;
  }
  .faq .faq__a dl:before {
    left: 0;
  }
  .faq .faq__a dl:after {
    right: 0;
  }
}
@media (max-width: 768px) {
  .faq .faq__a dd {
    margin-left: 1em;
  }
}
@media (max-width: 768px) {
  .faq .faq__toggle {
    width: 20px;
    height: 1px;
  }
}
.about .test__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about .test__movie--col:nth-child(2) .test__movie--col--inner {
  background: url(/_assets/images/products/slb/about/movie_thumb_nail_penetration.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about .test__movie--col--caption {
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
}
.about .test__movie--col--inner {
  position: relative;
  padding-top: 74%;
  background: url(/_assets/images/products/slb/about/movie_thumb_crush.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about .test__movie--col--inner a {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.about .test__movie--col--inner a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.about .test__movie--col--inner a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about .test__movie--col--inner a:before, .about .test__movie--col--inner a:after {
  content: '';
  display: block;
  -webkit-transition: .5s;
  transition: 0.5s;
}
.about .test__movie--col--inner a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1a3c7b;
}
.about .test__movie--col--inner a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 7.5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  border-top: 7.5px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 15px solid;
}

@media (max-width: 768px) {
  .about .test__movie {
    display: block;
  }
}
@media (min-width: 769px) {
  .about .test__movie--col {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 769px) {
  .about .test__movie--col:nth-child(even) {
    margin-left: 2.34375%;
  }
}
@media (max-width: 768px) {
  .about .test__movie--col--inner {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 74%;
  }
}
.linenup-pdf {
  background-color: #f5f5f5;
  background-image: radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 10px 10px;
  background-size: 5px 5px;
  padding: 60px 0;
}
.linenup-pdf_text {
  letter-spacing: 0.6px;
  text-align: center;
  color: #1e8da7;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .linenup-pdf_text {
    font-size: 1.4rem;
  }
}
.linenup-pdf_text h4 {
  font-weight: bold;
}
.linenup-pdf_body {
  width: 58.59375%;
  margin: 0 auto;
  padding: 30px;
  background: url(/_assets/images/products/slb/lineup/pdf-bg.png) no-repeat top left/100% 100%;
}
@media (max-width: 768px) {
  .linenup-pdf_body {
    width: calc(100% - 30px);
    padding: 15px;
  }
}
.linenup-pdf_body-top {
  display: flex;
  justify-content: space-between;
  padding-right: 0px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .linenup-pdf_body-top {
    padding-right: 0px;
  }
}
.linenup-pdf_body-title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #333;
}
.linenup-pdf_body-date {
  margin-top: -15px;
}
.linenup-pdf_body-lists ul li a {
  color: #1e8da7;
  font-weight: bold;
}
.linenup-pdf_body-all a {
  color: #1e8da7;
  font-weight: bold;
}

.transport .kv {
  background-image: url(/_assets/images/products/slb/transport/kv.jpg);
}
.transport .sec {
  padding: 60px 0 60px;
}
.transport .sec__ttl {
  margin-bottom: 40px;
}
.transport .sec__top {
  margin-bottom: 40px;
}
.transport .sec__list {
  padding-left: 1em;
  text-indent: -1em;
}
.transport .box-shadow {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 #7d7d7d;
  box-shadow: 0 0 20px 0 #7d7d7d;
  margin-bottom: 40px;
}
.transport .sec__transport--table {
  width: 100%;
  margin-bottom: 40px;
}
.transport .sec__transport--table table {
  width: 100%;
  table-layout: fixed;
}
.transport .sec__transport--table table tr th, .transport .sec__transport--table table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #a8a8a8;
}
.transport .sec__transport--table table tr:first-of-type th, .transport .sec__transport--table table tr:first-of-type td {
  padding: 10px 5px;
}
.transport .sec__transport--table table tr td {
  text-align: center;
}
.transport .sec__transport--table table tr td:first-of-type {
  background-color: #f2f2f2;
}
.transport .sec__transport--table table tr th {
  width: 18.55469%;
  text-align: center;
  background-color: #f2f2f2;
}
.transport .sec__transport--table table tr th:first-of-type {
  width: 10%;
}
.transport .sec__transport--table a {
  font-size: 2em;
  color: #ea3c28;
  outline: none;
}
.transport .sec__transport--table a:hover .fa-file-pdf {
  opacity: 0.7;
}
.transport .sec__transport--table .fa-file-pdf {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.transport .sec__btn {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.transport .sec__btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 240px;
  padding: 1.7em 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: opacity 0.6s ease, color 0.6s ease;
  transition: opacity 0.6s ease, color 0.6s ease;
  letter-spacing: 2.6px;
  color: #304993;
  border: solid 1px #304993;
}
.transport .sec__btn a:hover {
  color: #fff;
  background-color: #304993;
}
.transport .txt-center {
  text-align: center;
}

.referencenote .kv {
  background-image: url(/_assets/images/products/slb/referencenote/kv.jpg);
}
.referencenote__block {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .referencenote__block .faq__a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.referencenote__block .faq__q .referencenote__ttl {
  display: flex;
  align-items: center;
  padding: 15px 0 20px;
}
.referencenote__block .faq__q .referencenote__ttl p {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
}
.referencenote__wrap {
  border-top: 1px solid #a8a8a8;
  padding-top: 30px;
}
.referencenote__box {
  margin-bottom: 30px;
}
.referencenote .contact {
  background-color: #f5f5f5;
  background-image: radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#e8e8e8 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 10px 10px;
  background-size: 5px 5px;
  padding: 60px 0;
  text-align: center;
}
.referencenote .contact .sec__btn {
  margin: 0 auto;
}
.referencenote .contact__link {
  background: #fff;
}
.referencenote .contact__box {
  text-align: center;
}
.referencenote__table {
  width: 100%;
  display: flex;
  border: 1px solid #a8a8a8;
}
@media (max-width: 768px) {
  .referencenote__table {
    display: block;
  }
}
.referencenote__table--ttl {
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px 5px;
}
.referencenote__table--ttl:first-of-type {
  border-right: 1px solid #a8a8a8;
}
@media (max-width: 768px) {
  .referencenote__table--ttl:first-of-type {
    border-right: none;
  }
}
.referencenote__table--detail {
  display: flex;
  flex-wrap: wrap;
}
.referencenote__table--detail .ttl {
  background-color: #f2f2f2;
  width: 50%;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #a8a8a8;
  padding: 10px 5px;
  border-right: 1px solid #a8a8a8;
}
.referencenote__table--detail .cont {
  flex: 1;
  text-align: center;
  border-top: 1px solid #a8a8a8;
  padding: 10px 5px;
  border-right: 1px solid #a8a8a8;
}
@media (max-width: 768px) {
  .referencenote__table--detail .cont {
    border-right: none;
  }
}
.referencenote__table--left {
  width: 360px;
}
@media (max-width: 768px) {
  .referencenote__table--left {
    width: 100%;
  }
}
.referencenote__table--right {
  flex: 1;
  text-align: center;
}
.referencenote__table--right .referencenote__table--ttl {
  border-bottom: 1px solid #a8a8a8;
  border-right: none;
}
@media (max-width: 768px) {
  .referencenote__table--right .referencenote__table--ttl {
    border-top: 1px solid #a8a8a8;
  }
}
.referencenote__table .sec__transport--table {
  margin-bottom: 0;
}
.referencenote__table--img {
  margin-top: 30px;
}
.referencenote__table--img.img01 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .referencenote__table--img.img01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.referencenote__table--img.img02 {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .referencenote__table--img.img02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.referencenote__table--img.img03 {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .referencenote__table--img.img03 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.referencenote__table--img.img04 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .referencenote__table--img.img04 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 5px;
  }
}

/*# sourceMappingURL=../sourcemaps/style_ch.css.map */
/*# sourceMappingURL=style_ch.css.map */
