@charset "UTF-8";
/* //////////////////////////////////

File Name > patches/service/ _page-service-top.scss
ddd
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Library Include
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* //////////////////////////////////

File Name > lib/_variables.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Color
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Base Color
--------------------------------------*/
/* 基本テキストカラー */
/* Link Text Color */
/* 
	Definition Color
--------------------------------------*/
/* 白 */
/* 黒 */
/* 
	Function Color
--------------------------------------*/
/* 翻訳センター アクセントカラー */
/* お問い合わせボタンカラー */
/* 区切り線カラー */
/* 背景カラー */
/* 
	使用不明 Color
--------------------------------------*/
/* Sub Color */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Font
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Width
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Device Break Point
--------------------------------------*/
/* Base Width */
/* //////////////////////////////////

File Name > lib/ _mixins.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	テキストリンク設定
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Definition Color
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Hover Effect
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	HE - Opacity
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Parts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	a タグ Block 化
--------------------------------------*/
/* 
	Text Shadow（1px）
--------------------------------------*/
/* 
	遷移用ARROW（ White）
--------------------------------------*/
/* 
	遷移用ARROW（ Orange：下向き）
--------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Media Query
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	神作成
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 見出しミックスイン */
/* Lib/ _mixin*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Main Visual
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.area-mv {
  background: url(../service/common/img/img-mv.jpg) no-repeat #000000;
  background-position: center bottom;
  background-size: 600px; }
  @media print, screen and (min-width: 768px) {
    .area-mv {
      background-size: cover; } }

.nav-topicpath ul li {
  color: #fff; }
  .nav-topicpath ul li a {
    color: #fff; }

.area-mv-text {
  color: #fff; }

/* リード文-------------------------------------------------------------------------------------------------- */
.lead-txt {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px; }
  @media print, screen and (min-width: 768px) {
    .lead-txt {
      text-align: center; } }
  @media print, screen and (min-width: 960px) {
    .lead-txt {
      margin-bottom: 40px; } }
  .lead-txt strong {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.5; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ラインナップ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.line-up {
  overflow: hidden;
  padding: 20px; }
  @media print, screen and (min-width: 960px) {
    .line-up {
      padding: 0px; } }
  .line-up li {
    margin-bottom: 20px; }
    .line-up li img {
      margin-bottom: 10px; }
    .line-up li h3 {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px; }
      @media print, screen and (max-width: 320px) {
        .line-up li h3 {
          font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .line-up li {
      width: calc((100% - 30px) / 2);
      margin-right: 30px;
      float: left;
      border-top: 4px solid #000;
      padding: 20px 20px 0; }
      .line-up li:last-child {
        margin-right: 0px; }
      .line-up li img {
        margin-bottom: 20px; }
      .line-up li h3 {
        text-align: center;
        margin-bottom: 20px; } }
  @media print, screen and (min-width: 960px) {
    .line-up li {
      width: calc((100% - 40px) / 2);
      margin-right: 40px;
      padding: 40px 40px 0; } }

.line-up .nendo {
  position: relative; }
  .line-up .nendo span {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	取り扱い技術分野
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media print, screen and (min-width: 960px) {
  .list-imgset-left .btn-white-center a {
    margin: 0;
    margin-left: auto; } }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	取り扱い文書
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 一覧ボタン非表示 */
.book-outer .btn-white-center {
  display: none !important; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	local navi
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.local-nav {
  width: 95%;
  margin: 0 auto;
  max-width: 960px; }
  .local-nav ul {
    padding-top: 20px; }
