@charset "UTF-8";
/* patches/ _page-patent-quality.scss 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
page-patent-quality用css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Lib */
/* //////////////////////////////////

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*/
.isms {
  width: 90%;
  margin: 0 auto; }
  @media print, screen and (min-width: 960px) {
    .isms {
      width: 100%; } }
  @media print, screen and (min-width: 960px) {
    .isms dl {
      width: 500px; } }

/* 仮想デスクトップシステム------------------------------------------------------------------------------------------------- */
.desktopsystem h3 {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px; }

.desktopsystem p {
  letter-spacing: 1px;
  text-align: left;
  font-size: 14px;
  margin: 0 auto 20px; }
  @media print, screen and (min-width: 960px) {
    .desktopsystem p {
      text-align: center; } }

.desktopsystem h4 {
  margin-bottom: 10px; }

.desktopsystem img {
  width: 90%;
  display: block;
  margin: 0 auto; }
  @media print, screen and (min-width: 960px) {
    .desktopsystem img {
      width: 940px; } }

.desktopsystem ol {
  padding-left: 19px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px; }
  @media print, screen and (min-width: 960px) {
    .desktopsystem ol {
      padding-bottom: 40px;
      width: 570px; } }

.desktopsystem li {
  list-style-type: decimal;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.8; }
  @media print, screen and (max-width: 320px) {
    .desktopsystem li .br-sp {
      display: none; } }
  @media print, screen and (min-width: 960px) {
    .desktopsystem li {
      margin-bottom: 0; } }
