/*!
Theme Name: Lineworks
Theme URI: http://underscores.me/
Author: Lineworks
Author URI: https://line.worksmobile.com/kr/
Description: Theme for lineworks
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lineworks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Lineworks is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
*{align-items:inherit !important;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*기능 템플릿*/
	/*bs-service__label*/
	.bs-service__head:after{content:""; position:absolute;display:inline-block; width:40px;height:0px; left:0px; bottom:0px;border-bottom:1px solid #a1a1a1;}
	.bs-service__label{display:inline-block; margin-left:20px; vertical-align:middle; }
	.bm-service__label-basic,
	.bm-service__label-lite,
	.bm-service__label-premiere,
	.bs-service__label-basic,
	.bs-service__label-lite,
	.bs-service__label-premiere{display:inline-block; line-height:22px; width:70px; height:20px; box-sizing:border-box; border-radius:2px; text-align:center; color:#fff; font-weight:700; font-size:12px;}
	.bs-service__label>span{margin-right:6px;}
	.bs-service__label-lite:before{content:"Lite";width:100%;}
	.bs-service__label-lite{background-color:#f3b300;}
	.bs-service__label-basic{background-color:#00c73c;}
	.bs-service__label-basic:before{content:"Basic"; width:100%;}
	.bs-service__label-premiere:before{content:"Premium"; width:100%;}
	.bs-service__label-premiere{background-color:#796dd7;}

	@media screen and (max-width: 767px){
        .bs-service__head:after{display:none;}
        .bs-service__head .elementor-widget-container{margin-bottom:0 !important;padding-bottom:15px !important;}
        .bs-service__label:after{content:"";display:block; width:40px;height:0px;margin-top:30px;margin-bottom:10px;left:0px; bottom:0px;border-bottom:1px solid #a1a1a1;}
		.bs-service__label{width:100%;margin-left:0px; margin-bottom:20px;}
		.bs-service__list-head{margin:0 auto; max-width:290px;}
		.w-384{max-width:100% !important;}
		.elementor-18 .elementor-element.elementor-element-2a3062f6 > .elementor-widget-container{ padding:0px !important;}
		.dbox-1{height:70px !important; position:relative;}
		.dbox-text{position:absolute;}
	}


	/*bs-service__list-head*/
	.bs-service__list-head{ font-weight:400; height:32px; color:#3a3a3a; line-height:1.4; font-size:14px;}
	.bs-service__list-number{font-size:14px; font-weight:700; display:inline-block; text-align:center; color:#fff; background-color:#4a4a4a; width:22px; height:22px; line-height:22px; border-radius:11px; box-sizing:border-box;margin-right:6px; padding-left:1px; margin-bottom:12px; }
	.green{color:#00c73c;}
	.bs-trial__button>a{width:316px; height:56px; margin-top:50px;}
	.bs-trial__button a:after{content:""; display:inline-block;width:10px;height:20px; vertical-align:middle; margin-left:8px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAAjklEQVQokY3SzQkCMRBA4eeCdhDBFrxbgGc7sjav3hR02S6swIvPgwloNj8ODGTgI5MMs1DPwBI4AA8qMQArYAecgFCDqEEd/cQ91uSZDl38XTRx3qKKZ2/J8JhwCeb4pm5qEHWrviI+tm6cIprU8A9a1349Q6U5/rQrzbGJEuyiBC89pDIAT+AK7Fv7+AZSQNJ1n8KkyQAAAABJRU5ErkJggg==") no-repeat 0 0; }


.box_content01 .ttl_sty4ch{margin:20px 0 43px 0px;}
.box_content01 .ttl_sty4{font-size:18px; line-height:48px;}
.black_line.rtoff{margin-right:7px;}
.black_line{display:inline-block; width:8px; line-height:0px; border:1px solid #333; margin-bottom:5px;}
.black_line.lfoff{margin-left:7px;}

/* 엘리멘토리셋*/
.elementor-section.elementor-section-boxed > .elementor-container{max-width:980px !important;}


li#menu-item-812 {
    font-weight: bold;
}

/* PR CSS Start */
h2.heading-title-pr {
    font-size: 28px;
    margin-top: 42px;
    margin-bottom: 16px;
}
.pt-15 {
    padding-top: 15px !important;
}
.portfolio-list-pr {
    width: 100%;
    padding: 70px 0 0px;
}
.portfolio-list-pr.pr .case-list li .pr-thumb {
    position: relative;
    overflow: hidden;
    width: 309px;
    height: 140px;
    border: 1px solid #ddd;
}
.portfolio-list-pr.pr .case-list li .pr-thumb .cont {
    min-height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.portfolio-list-pr.pr .case-list li .pr-thumb .cont img {
    width: 313px;
    height: 140px;
}
.portfolio-list-pr.pr .case-list li .content {
    padding: 12px 0px;
}
.portfolio-list-pr.pr .case-list li {
    height: 260px;
    border: none;
}
.portfolio-list-pr .case-list li {
    display: inline-block;
	position: relative;
	margin-right: 25px;
    width: 30%;
    height: 360px;
    margin-bottom: 32px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.portfolio-list-pr .case-list li .content {
    position: relative;
    width: 100%;
    min-height: 164px;
    padding: 20px;
}
.portfolio-list-pr.pr .case-list li .content .preview {
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 14px;
}
.portfolio-list-pr .case-list li .content p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    height: 64px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.portfolio-list-pr.pr .case-list li .content .meta {
    font-size: 12px;
    color: #8c8c8c;
}
.portfolio-list-pr.pr .case-list li .content .meta em:first-child:before {
    content: "";
}
.portfolio-list-pr.pr .case-list li .content .meta em:before {
    content: "|";
    color: #8c8c8c;
    margin-right: 6px;
    padding-left: 6px;
}
.cases-view-pr {
    margin-top: 40px;
}
.cases-view-pr h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
}
.meta-pr {
    font-size: 14.4px;
    color: #737373;
    margin-top: 14.4px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.meta-pr span:first-child:before {
    content: "";
}
.meta-pr span:before {
    content: "|";
    color: #8c8c8c;
    margin-right: 6px;
    padding-left: 6px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.content-area .pr-content {
	max-width: 980px;
    line-height: 1.5;
    color: #4c4c4c;
}

.pr-content {
    padding-bottom: 32.4px;
    border-bottom: 1px solid #ddd;
}
.content-area .pr-content h2 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 2em;
    font-weight: 400;
    box-sizing: border-box;
    color: #333;
}
.content-area .pr-content p {
    font-size: 12px;
    margin: 0 0 1.5em;
    line-height: 1.8;
}
.content-area .pr-content .aligncenter {
	display: block;
    margin: 0 auto 1em;
    max-width: 100%;
}
.content-area .pr-content img {
	display: block;
    max-width: 100%;
    margin: 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-area .pr-content>p:after{    
	content: "";
    display: block;
    clear: both;
}
.content-area .pr-content div {
    font-size: 12px;
}
.content-area .pr-content h5 {
    font-size: 13px;
    margin: 0 0 1em;
    clear: none;
}
.content-area .pr-content dl, .content-area .pr-content ol, .content-area .pr-content ul {
    box-sizing: border-box;
    text-indent: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.moblie-more-button{
	display:none;
}
@media only screen and (min-width: 980px){
	.content-area .pr-content h2 {
		font-size: 22px;
	}
	.content-area .pr-content p {
		font-size: 16px;
	}
	.content-area .pr-content div {
		font-size: 16px;
	}
	.content-area .pr-content h5 {
		font-size: 16px;
	}
	.content-area .pr-content dl, .content-area .pr-content ol, .content-area .pr-content ul {
		font-size: 16px;
	}
}
@media only screen and (min-width: 640px){
	.content-area .pr-content h2 {
    	font-size: 22px;
	}
	.content-area .pr-content p {
		font-size: 16px;
	}
	.content-area .pr-content div {
		font-size: 16px;
	}
	.content-area .pr-content h5 {
		font-size: 16px;
	}
	.content-area .pr-content dl, .content-area .pr-content ol, .content-area .pr-content ul {
		font-size: 16px;
	}
}
@media (max-width: 978px) and (min-width: 768px) {
	h2.heading-title-pr {
		padding-left: 20px;
		padding-right: 20px;
	}
	.portfolio-list-pr {
		width: 100%;
		padding: 70px 20px 0px 20px;
	}
	.portfolio-list-pr.pr .case-list {
		display: block;
		padding-right: 20px;
	}
	/* .case-list {
		display: flex;
		margin-top: 40px;
	} */
	.portfolio-list-pr.pr .case-list li {
		display: inline-block;
		position: relative;
		margin-right: 15px;
		margin-bottom: 4px;
	}
	.portfolio-list-pr.pr .case-list li .pr-thumb {
   	 	width: 100%;
	}
	.portfolio-list-pr.pr .case-list li .content {
		border: 1px solid #ddd;
		border-top: 0px;
		padding: 5px;
		min-height: inherit;
	}
}
@media only screen and (max-width: 767px) {
	.paging {
		display: none;
	}
	.moblie-more-button{
		position:relative;
		display:block; 
		text-align:center;
		margin-left:20px; 
		margin-right:20px; 
		margin-top:23px; 
		margin-bottom:23px;
	}
	.moblie-more-button .button{
		border:1px solid #c5c5c5; 
		padding:7px; 
		width:100%;
	}
	.moblie-more-button .button a{
		color:#8c8c8c; 
		font-size:11px; 
		line-height:17px;
	}
	h2.pr-m-title {
		font-size: 18.75px;
		line-height: 28.1px;
		font-weight: 700;
	}
	.title-padding {
		padding-left: 20px;
		padding-right: 20px;
	}
	.meta-pr {
		font-size: 11.7px;
	}
	.pr-content {
		padding-top: 0px;
		padding-bottom: 17.5px;
		margin-bottom: 17.5px;
	}

	h2.heading-title-pr {
		padding-left: 20px;
		padding-right: 20px;
	}
	.portfolio-list-pr.pr {
		padding-left: 20px;
		padding-right: 20px;
	}
	.portfolio-list-pr.pr .case-list li {
		width: 100%;
		min-height: 250px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.portfolio-list-pr.pr .case-list li .pr-thumb {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #ddd;
	}
	.portfolio-list-pr.pr .case-list li .pr-thumb .cont {
		bordeR: 0px;
		height: 134px;
	}
	.portfolio-list-pr.pr .case-list li .pr-thumb .cont img {
		width: 313px;
		height: 140px;
	}
	.portfolio-list-pr.pr .case-list li .content {
    	padding: 10px 12px 0px;
	}
}
@media only screen and (max-width: 440px) {
	.portfolio-list-pr.pr .case-list li .pr-thumb .cont img {
		width: 100%;
		height: 140px;
	}
}
/* PR  CSS Start */
/* temp case, pr, blog, guide view*/
.content-area .pr-content,.content-area article.type-cases .entry-content,.type-blog .blog-content,.type-guide .blog-content-box,.type-notice .entry-content,.type-update-info .blog-content{color:#6a6a6a;line-height:1.85;max-width:980px}.content-area .pr-content>*,.content-area article.type-cases .entry-content>*,.type-blog .blog-content>*,.type-guide .blog-content-box>*,.type-notice .entry-content>*,.type-update-info .blog-content>*{max-width:100%}.content-area .pr-content>p:after,.content-area article.type-cases .entry-content>p:after,.type-blog .blog-content>p:after,.type-guide .blog-content-box>p:after,.type-notice .entry-content>p:after,.type-update-info .blog-content>p:after{content:"";display:block;clear:both}.content-area .pr-content img,.content-area article.type-cases .entry-content img,.type-blog .blog-content img,.type-guide .blog-content-box img,.type-notice .entry-content img,.type-update-info .blog-content img{display:block;max-width:100%;margin:0}.content-area .pr-content a,.content-area article.type-cases .entry-content a,.type-blog .blog-content a,.type-guide .blog-content-box a,.type-notice .entry-content a,.type-update-info .blog-content a{text-decoration:underline;word-break:break-all}.content-area .pr-content a,.content-area .pr-content a:hover,.content-area .pr-content a:link,.content-area .pr-content a:visited,.content-area article.type-cases .entry-content a,.content-area article.type-cases .entry-content a:hover,.content-area article.type-cases .entry-content a:link,.content-area article.type-cases .entry-content a:visited,.type-blog .blog-content a,.type-blog .blog-content a:hover,.type-blog .blog-content a:link,.type-blog .blog-content a:visited,.type-guide .blog-content-box a,.type-guide .blog-content-box a:hover,.type-guide .blog-content-box a:link,.type-guide .blog-content-box a:visited,.type-notice .entry-content a,.type-notice .entry-content a:hover,.type-notice .entry-content a:link,.type-notice .entry-content a:visited,.type-update-info .blog-content a,.type-update-info .blog-content a:hover,.type-update-info .blog-content a:link,.type-update-info .blog-content a:visited{color:#157efb}.content-area .pr-content>dl,.content-area .pr-content>ol,.content-area .pr-content>table,.content-area .pr-content>ul,.content-area article.type-cases .entry-content>dl,.content-area article.type-cases .entry-content>ol,.content-area article.type-cases .entry-content>table,.content-area article.type-cases .entry-content>ul,.type-blog .blog-content>dl,.type-blog .blog-content>ol,.type-blog .blog-content>table,.type-blog .blog-content>ul,.type-guide .blog-content-box>dl,.type-guide .blog-content-box>ol,.type-guide .blog-content-box>table,.type-guide .blog-content-box>ul,.type-notice .entry-content>dl,.type-notice .entry-content>ol,.type-notice .entry-content>table,.type-notice .entry-content>ul,.type-update-info .blog-content>dl,.type-update-info .blog-content>ol,.type-update-info .blog-content>table,.type-update-info .blog-content>ul{font-size:11px}@media only screen and (min-width:768px){.content-area .pr-content>dl,.content-area .pr-content>ol,.content-area .pr-content>table,.content-area .pr-content>ul,.content-area article.type-cases .entry-content>dl,.content-area article.type-cases .entry-content>ol,.content-area article.type-cases .entry-content>table,.content-area article.type-cases .entry-content>ul,.type-blog .blog-content>dl,.type-blog .blog-content>ol,.type-blog .blog-content>table,.type-blog .blog-content>ul,.type-guide .blog-content-box>dl,.type-guide .blog-content-box>ol,.type-guide .blog-content-box>table,.type-guide .blog-content-box>ul,.type-notice .entry-content>dl,.type-notice .entry-content>ol,.type-notice .entry-content>table,.type-notice .entry-content>ul,.type-update-info .blog-content>dl,.type-update-info .blog-content>ol,.type-update-info .blog-content>table,.type-update-info .blog-content>ul{font-size:14px}}.content-area .pr-content ol,.content-area .pr-content ul,.content-area article.type-cases .entry-content ol,.content-area article.type-cases .entry-content ul,.type-blog .blog-content ol,.type-blog .blog-content ul,.type-guide .blog-content-box ol,.type-guide .blog-content-box ul,.type-notice .entry-content ol,.type-notice .entry-content ul,.type-update-info .blog-content ol,.type-update-info .blog-content ul{margin-left:.5em}@media only screen and (min-width:768px){.content-area .pr-content ol,.content-area .pr-content ul,.content-area article.type-cases .entry-content ol,.content-area article.type-cases .entry-content ul,.type-blog .blog-content ol,.type-blog .blog-content ul,.type-guide .blog-content-box ol,.type-guide .blog-content-box ul,.type-notice .entry-content ol,.type-notice .entry-content ul,.type-update-info .blog-content ol,.type-update-info .blog-content ul{margin-left:1em}}.content-area .pr-content>ol,.content-area .pr-content>ul,.content-area article.type-cases .entry-content>ol,.content-area article.type-cases .entry-content>ul,.type-blog .blog-content>ol,.type-blog .blog-content>ul,.type-guide .blog-content-box>ol,.type-guide .blog-content-box>ul,.type-notice .entry-content>ol,.type-notice .entry-content>ul,.type-update-info .blog-content>ol,.type-update-info .blog-content>ul{margin-left:1em}@media only screen and (min-width:768px){.content-area .pr-content>ol,.content-area .pr-content>ul,.content-area article.type-cases .entry-content>ol,.content-area article.type-cases .entry-content>ul,.type-blog .blog-content>ol,.type-blog .blog-content>ul,.type-guide .blog-content-box>ol,.type-guide .blog-content-box>ul,.type-notice .entry-content>ol,.type-notice .entry-content>ul,.type-update-info .blog-content>ol,.type-update-info .blog-content>ul{margin-left:1em}}.content-area .pr-content ul,.content-area article.type-cases .entry-content ul,.type-blog .blog-content ul,.type-guide .blog-content-box ul,.type-notice .entry-content ul,.type-update-info .blog-content ul{list-style:disc}.content-area .pr-content ul ul,.content-area article.type-cases .entry-content ul ul,.type-blog .blog-content ul ul,.type-guide .blog-content-box ul ul,.type-notice .entry-content ul ul,.type-update-info .blog-content ul ul{list-style:circle}.content-area .pr-content ul ul ul,.content-area article.type-cases .entry-content ul ul ul,.type-blog .blog-content ul ul ul,.type-guide .blog-content-box ul ul ul,.type-notice .entry-content ul ul ul,.type-update-info .blog-content ul ul ul{list-style:square}.content-area .pr-content ol,.content-area article.type-cases .entry-content ol,.type-blog .blog-content ol,.type-guide .blog-content-box ol,.type-notice .entry-content ol,.type-update-info .blog-content ol{list-style:decimal}.content-area .pr-content ol ol,.content-area article.type-cases .entry-content ol ol,.type-blog .blog-content ol ol,.type-guide .blog-content-box ol ol,.type-notice .entry-content ol ol,.type-update-info .blog-content ol ol{list-style:decimal-leading-zero}.content-area .pr-content li,.content-area article.type-cases .entry-content li,.type-blog .blog-content li,.type-guide .blog-content-box li,.type-notice .entry-content li,.type-update-info .blog-content li{list-style:inherit;margin-left:.5em}@media only screen and (min-width:768px){.content-area .pr-content li,.content-area article.type-cases .entry-content li,.type-blog .blog-content li,.type-guide .blog-content-box li,.type-notice .entry-content li,.type-update-info .blog-content li{margin-left:1em}}.content-area .pr-content table,.content-area article.type-cases .entry-content table,.type-blog .blog-content table,.type-guide .blog-content-box table,.type-notice .entry-content table,.type-update-info .blog-content table{border-collapse:collapse}.content-area .pr-content blockquote,.content-area article.type-cases .entry-content blockquote,.type-blog .blog-content blockquote,.type-guide .blog-content-box blockquote,.type-notice .entry-content blockquote,.type-update-info .blog-content blockquote{clear:both;position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#efefef;padding:1em 2em;margin:1em 0;border-radius:.5em}.content-area .pr-content blockquote p,.content-area article.type-cases .entry-content blockquote p,.type-blog .blog-content blockquote p,.type-guide .blog-content-box blockquote p,.type-notice .entry-content blockquote p,.type-update-info .blog-content blockquote p{margin:1em 0}.content-area .pr-content .youtube,.content-area article.type-cases .entry-content .youtube,.type-blog .blog-content .youtube,.type-guide .blog-content-box .youtube,.type-notice .entry-content .youtube,.type-update-info .blog-content .youtube{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.content-area .pr-content .youtube iframe,.content-area article.type-cases .entry-content .youtube iframe,.type-blog .blog-content .youtube iframe,.type-guide .blog-content-box .youtube iframe,.type-notice .entry-content .youtube iframe,.type-update-info .blog-content .youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.content-area .pr-content .alignleft,.content-area article.type-cases .entry-content .alignleft,.type-blog .blog-content .alignleft,.type-guide .blog-content-box .alignleft,.type-notice .entry-content .alignleft,.type-update-info .blog-content .alignleft{max-width:100%;display:block;float:none;margin:0 auto 1em}@media only screen and (min-width:768px){.content-area .pr-content .alignleft,.content-area article.type-cases .entry-content .alignleft,.type-blog .blog-content .alignleft,.type-guide .blog-content-box .alignleft,.type-notice .entry-content .alignleft,.type-update-info .blog-content .alignleft{float:left;margin-right:30px}}.content-area .pr-content .alignright,.content-area article.type-cases .entry-content .alignright,.type-blog .blog-content .alignright,.type-guide .blog-content-box .alignright,.type-notice .entry-content .alignright,.type-update-info .blog-content .alignright{max-width:100%;display:block;float:none;margin:0 auto 1em}@media only screen and (min-width:768px){.content-area .pr-content .alignright,.content-area article.type-cases .entry-content .alignright,.type-blog .blog-content .alignright,.type-guide .blog-content-box .alignright,.type-notice .entry-content .alignright,.type-update-info .blog-content .alignright{float:right;margin-left:30px}}.content-area .pr-content .aligncenter,.content-area article.type-cases .entry-content .aligncenter,.type-blog .blog-content .aligncenter,.type-guide .blog-content-box .aligncenter,.type-notice .entry-content .aligncenter,.type-update-info .blog-content .aligncenter{display:block;margin:0 auto 1em;max-width:100%}.content-area .error404.pr-content img,.content-area article.type-cases .error404.entry-content img,.type-blog .error404.blog-content img,.type-guide .error404.blog-content-box img,.type-notice .error404.entry-content img,.type-update-info .error404.blog-content img{width:135px!important}@media only screen and (min-width:768px){.content-area .error404.pr-content img,.content-area article.type-cases .error404.entry-content img,.type-blog .error404.blog-content img,.type-guide .error404.blog-content-box img,.type-notice .error404.entry-content img,.type-update-info .error404.blog-content img{width:270px}}.content-area .error404.pr-content p,.content-area article.type-cases .error404.entry-content p,.type-blog .error404.blog-content p,.type-guide .error404.blog-content-box p,.type-notice .error404.entry-content p,.type-update-info .error404.blog-content p{font-size:11px}@media only screen and (min-width:768px){.content-area .error404.pr-content p,.content-area article.type-cases .error404.entry-content p,.type-blog .error404.blog-content p,.type-guide .error404.blog-content-box p,.type-notice .error404.entry-content p,.type-update-info .error404.blog-content p{font-size:14em}}.content-area .pr-content .table,.content-area article.type-cases .entry-content .table,.type-blog .blog-content .table,.type-guide .blog-content-box .table,.type-notice .entry-content .table,.type-update-info .blog-content .table{width:100%;overflow-x:scroll;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box}.content-area .pr-content figure .alignleft,.content-area .pr-content figure .alignright,.content-area article.type-cases .entry-content figure .alignleft,.content-area article.type-cases .entry-content figure .alignright,.type-blog .blog-content figure .alignleft,.type-blog .blog-content figure .alignright,.type-guide .blog-content-box figure .alignleft,.type-guide .blog-content-box figure .alignright,.type-notice .entry-content figure .alignleft,.type-notice .entry-content figure .alignright,.type-update-info .blog-content figure .alignleft,.type-update-info .blog-content figure .alignright{float:none;margin-left:0}.content-area .pr-content figure.flex,.content-area article.type-cases .entry-content figure.flex,.type-blog .blog-content figure.flex,.type-guide .blog-content-box figure.flex,.type-notice .entry-content figure.flex,.type-update-info .blog-content figure.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.content-area .pr-content figure.flex,.content-area article.type-cases .entry-content figure.flex,.type-blog .blog-content figure.flex,.type-guide .blog-content-box figure.flex,.type-notice .entry-content figure.flex,.type-update-info .blog-content figure.flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.content-area .pr-content figure.flex>img:nth-child(n+2),.content-area article.type-cases .entry-content figure.flex>img:nth-child(n+2),.type-blog .blog-content figure.flex>img:nth-child(n+2),.type-guide .blog-content-box figure.flex>img:nth-child(n+2),.type-notice .entry-content figure.flex>img:nth-child(n+2),.type-update-info .blog-content figure.flex>img:nth-child(n+2){magrin:20px 0 0}@media only screen and (min-width:768px){.content-area .pr-content figure.flex>img:nth-child(n+2),.content-area article.type-cases .entry-content figure.flex>img:nth-child(n+2),.type-blog .blog-content figure.flex>img:nth-child(n+2),.type-guide .blog-content-box figure.flex>img:nth-child(n+2),.type-notice .entry-content figure.flex>img:nth-child(n+2),.type-update-info .blog-content figure.flex>img:nth-child(n+2){margin:0 0 0 20px}}.content-area .pr-content figure.center,.content-area article.type-cases .entry-content figure.center,.type-blog .blog-content figure.center,.type-guide .blog-content-box figure.center,.type-notice .entry-content figure.center,.type-update-info .blog-content figure.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-area .pr-content figure figcaption,.content-area article.type-cases .entry-content figure figcaption,.type-blog .blog-content figure figcaption,.type-guide .blog-content-box figure figcaption,.type-notice .entry-content figure figcaption,.type-update-info .blog-content figure figcaption{font-size:10px;height:auto;line-height:1.5;text-indent:0}@media only screen and (min-width:640px){.content-area .pr-content figure figcaption,.content-area article.type-cases .entry-content figure figcaption,.type-blog .blog-content figure figcaption,.type-guide .blog-content-box figure figcaption,.type-notice .entry-content figure figcaption,.type-update-info .blog-content figure figcaption{font-size:12px}}@media only screen and (min-width:980px){.content-area .pr-content figure figcaption,.content-area article.type-cases .entry-content figure figcaption,.type-blog .blog-content figure figcaption,.type-guide .blog-content-box figure figcaption,.type-notice .entry-content figure figcaption,.type-update-info .blog-content figure figcaption{font-size:12px}}body{font-family:meiryo,Hiragino,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",Arial,sans-serif;font-size:.75rem}.content-area article.type-cases{line-height:1.5}.content-area article.type-cases .entry-content{padding-top:0}.content-area article.type-cases .cases-card{margin-bottom:2em}@media only screen and (min-width:768px){.content-area article.type-cases .cases-card{margin-bottom:40px}}.content-area article.type-cases .cases-card .company-alt div.info-box{padding:0}.content-area article.type-cases .cases-card .company-alt p.img-box img{width:auto;max-width:140px;max-height:60px}@media only screen and (min-width:768px){.content-area article.type-cases .cases-card .company-alt p.img-box img{max-width:280px;max-height:120px}}.content-area article.type-cases .cases-card .company-alt div.info-box ul li{white-space:nowrap;font-size:10px}@media only screen and (min-width:768px){.content-area article.type-cases .cases-card .company-alt div.info-box ul li{font-size:12px}}.content-area article.type-cases .cases-video{margin:0;padding:0;margin-bottom:2em}@media only screen and (min-width:768px){.content-area article.type-cases .cases-video{margin-bottom:40px}}.content-area article.type-cases h2{font-size:20px}@media only screen and (min-width:640px){.content-area article.type-cases h2{font-size:30px}}@media only screen and (min-width:980px){.content-area article.type-cases h2{font-size:30px}}.content-area article.type-cases h3{font-size:15px;font-weight:400;line-height:1.8;color:#4c4c4c;margin:0 0 2em}@media only screen and (min-width:640px){.content-area article.type-cases h3{font-size:18px}}@media only screen and (min-width:980px){.content-area article.type-cases h3{font-size:18px}}.content-area article.type-cases h4{font-size:14px;color:#00c73c;margin:2em 0 1em;clear:both}@media only screen and (min-width:640px){.content-area article.type-cases h4{font-size:18px}}@media only screen and (min-width:980px){.content-area article.type-cases h4{font-size:18px}}.content-area article.type-cases h4.extra{font-size:18px;color:#333;font-weight:400}@media only screen and (min-width:640px){.content-area article.type-cases h4.extra{font-size:26px}}@media only screen and (min-width:980px){.content-area article.type-cases h4.extra{font-size:26px}}.content-area article.type-cases h5{font-size:13px;color:#4c4c4c;clear:none}@media only screen and (min-width:640px){.content-area article.type-cases h5{font-size:16px}}@media only screen and (min-width:980px){.content-area article.type-cases h5{font-size:16px}}.content-area article.type-cases h6{clear:none}.content-area article.type-cases p{font-size:12px;color:#6a6a6a;margin:0;margin-bottom:2em;line-height:30px}@media only screen and (min-width:640px){.content-area article.type-cases p{font-size:16px}}@media only screen and (min-width:980px){.content-area article.type-cases p{font-size:16px}}.content-area article.type-cases b,.content-area article.type-cases em{color:#333;font-weight:700;font-style:normal}.content-area article.type-cases div{clear:both}.content-area article.type-cases figure{margin:0 auto 2em}.content-area article.type-cases figure.left{display:block}@media only screen and (min-width:768px){.content-area article.type-cases figure.left{max-width:460px;float:left;margin-right:24px;margin-bottom:24px}}.content-area article.type-cases figure.right{display:block}@media only screen and (min-width:768px){.content-area article.type-cases figure.right{max-width:460px;float:right;margin-left:24px;margin-bottom:24px}}.content-area article.type-cases .figure{margin:0 auto 3em}.content-area article.type-cases .figure .alignleft,.content-area article.type-cases .figure .alignright,.content-area article.type-cases .figure .mceTemp,.content-area article.type-cases .figure figure{margin:0;float:none}.content-area article.type-cases .figure .mceTemp:nth-child(n+2),.content-area article.type-cases .figure>img:nth-child(n+2),.content-area article.type-cases .figure figure:nth-child(n+2){margin-top:20px}@media only screen and (min-width:768px){.content-area article.type-cases .figure .mceTemp:nth-child(n+2),.content-area article.type-cases .figure>img:nth-child(n+2),.content-area article.type-cases .figure figure:nth-child(n+2){margin-top:0;margin-left:20px}}.content-area article.type-cases .figure+figure,.content-area article.type-cases .figure-caption{margin:-2em 0 3em}.content-area article.type-cases .btn_register{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#00c73c;border:1px solid #00ad34;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff!important;text-decoration:none!important;padding:1em 2em .8em;line-height:1.5;min-width:100%;min-height:16vw;font-size:13px}@media only screen and (min-width:768px){.content-area article.type-cases .btn_register{min-width:320px;min-height:60px;font-size:18px}}.content-area article.type-cases .btn_end{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#989898;border:1px solid #6c6c6c;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff!important;text-decoration:none!important;padding:1em 2em .8em;line-height:1.5;min-width:100%;min-height:16vw;font-size:13px}@media only screen and (min-width:768px){.content-area article.type-cases .btn_end{min-width:320px;min-height:60px;font-size:18px}}.content-area article.type-cases .flowsteps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;font-size:1rem}.content-area article.type-cases .flowsteps,.content-area article.type-cases .flowsteps .step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin-left:0}.content-area article.type-cases .flowsteps .step{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:3em}@media only screen and (min-width:768px){.content-area article.type-cases .flowsteps .step{padding-bottom:48px}}.content-area article.type-cases .flowsteps .step:last-child{padding-bottom:0}.content-area article.type-cases .flowsteps .step:last-child .description:before{display:none}.content-area article.type-cases .flowsteps .icon{-ms-flex-negative:0;flex-shrink:0;z-index:1;width:11.25vw;height:11.25vw;margin-right:4.375vw}@media only screen and (min-width:768px){.content-area article.type-cases .flowsteps .icon{width:56px;height:56px;margin-right:20px}}.content-area article.type-cases .flowsteps .icon img{width:100%;height:100%}.content-area article.type-cases .flowsteps .description{width:100%;position:relative}.content-area article.type-cases .flowsteps .description h4{margin:0;line-height:1.5;color:#333;font-size:1.4em}@media only screen and (min-width:768px){.content-area article.type-cases .flowsteps .description h4{font-size:20px}}.content-area article.type-cases .flowsteps .description p{color:#737373;line-height:1.5;margin:0;font-size:12px}@media only screen and (min-width:768px){.content-area article.type-cases .flowsteps .description p{font-size:14em}}.content-area article.type-cases .flowsteps .description em{text-decoration:underline;font-weight:700}.content-area article.type-cases .flowsteps .description a{display:inline-block;text-decoration:underline;color:#157efb}.content-area article.type-cases .flowsteps .description:before{content:"";position:absolute;display:inline-block;border-left:1px solid #00c73c;height:100%;top:10vw;left:-10vw}@media only screen and (min-width:768px){.content-area article.type-cases .flowsteps .description:before{top:56px;left:-48px}}.content-area article.type-cases .mceTemp,.content-area article.type-cases figure{max-width:100%}.content-area article.type-cases .mceTemp img,.content-area article.type-cases figure img{margin:0;max-width:100%}.content-area article.type-cases .mceTemp .wp-caption-dd,.content-area article.type-cases .mceTemp figcaption,.content-area article.type-cases figure .wp-caption-dd,.content-area article.type-cases figure figcaption{height:auto;text-align:center;color:#8c8c8c;line-height:1.5;font-size:11px;margin-top:.5em}@media only screen and (min-width:640px){.content-area article.type-cases .mceTemp .wp-caption-dd,.content-area article.type-cases .mceTemp figcaption,.content-area article.type-cases figure .wp-caption-dd,.content-area article.type-cases figure figcaption{font-size:12px}}@media only screen and (min-width:980px){.content-area article.type-cases .mceTemp .wp-caption-dd,.content-area article.type-cases .mceTemp figcaption,.content-area article.type-cases figure .wp-caption-dd,.content-area article.type-cases figure figcaption{font-size:12px}}@media only screen and (min-width:768px){.content-area article.type-cases .mceTemp .wp-caption-dd,.content-area article.type-cases .mceTemp figcaption,.content-area article.type-cases figure .wp-caption-dd,.content-area article.type-cases figure figcaption{margin-top:6px}}.content-area article.type-cases .figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.content-area article.type-cases .figure{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.content-area article.type-cases .figure figure{margin:0}.content-area article.type-cases .figure.image-border img,.content-area article.type-cases .figure img.image-border{border:1px solid #ddd}.content-area article.type-cases .figure .mceTemp:nth-child(n+2),.content-area article.type-cases .figure>figure:nth-child(n+2){margin-top:20px}@media only screen and (min-width:768px){.content-area article.type-cases .figure .mceTemp:nth-child(n+2),.content-area article.type-cases .figure>figure:nth-child(n+2){margin-top:0;margin-left:20px}}.content-area .pr-content{line-height:1.5;color:#4c4c4c}.content-area .pr-content h2{font-size:18px;padding:0;margin:0 0 2em;font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333}@media only screen and (min-width:640px){.content-area .pr-content h2{font-size:22px}}@media only screen and (min-width:980px){.content-area .pr-content h2{font-size:22px}}.content-area .pr-content h3{font-size:15px;font-weight:400;line-height:1.8;color:#4c4c4c;margin:0 0 2em}@media only screen and (min-width:640px){.content-area .pr-content h3{font-size:18px}}@media only screen and (min-width:980px){.content-area .pr-content h3{font-size:18px}}.content-area .pr-content h4{font-size:14px;text-align:center;border-top:1px solid #4c4c4c;border-bottom:1px solid #4c4c4c;line-height:2;margin-bottom:1em}@media only screen and (min-width:640px){.content-area .pr-content h4{font-size:18px}}@media only screen and (min-width:980px){.content-area .pr-content h4{font-size:18px}}.content-area .pr-content h5{font-size:13px;margin:0 0 1em;clear:none}@media only screen and (min-width:640px){.content-area .pr-content h5{font-size:16px}}@media only screen and (min-width:980px){.content-area .pr-content h5{font-size:16px}}.content-area .pr-content h6{font-size:13px;margin:0 0 1em;clear:none}@media only screen and (min-width:640px){.content-area .pr-content h6{font-size:16px}}@media only screen and (min-width:980px){.content-area .pr-content h6{font-size:16px}}.content-area .pr-content p{font-size:12px;margin:0 0 1.5em;line-height:1.8}@media only screen and (min-width:640px){.content-area .pr-content p{font-size:16px}}@media only screen and (min-width:980px){.content-area .pr-content p{font-size:16px}}.content-area .pr-content div{font-size:12px}@media only screen and (min-width:640px){.content-area .pr-content div{font-size:16px}}@media only screen and (min-width:980px){.content-area .pr-content div{font-size:16px}}.content-area .pr-content em{color:#4c4c4c;font-weight:700}.content-area .pr-content .mceTemp,.content-area .pr-content figure{margin:0 0 2em}.content-area .pr-content .mceTemp.left,.content-area .pr-content figure.left{display:block}@media only screen and (min-width:768px){.content-area .pr-content .mceTemp.left,.content-area .pr-content figure.left{max-width:460px;float:left;margin-right:24px;margin-bottom:24px}}.content-area .pr-content .mceTemp.right,.content-area .pr-content figure.right{display:block}@media only screen and (min-width:768px){.content-area .pr-content .mceTemp.right,.content-area .pr-content figure.right{max-width:460px;float:right;margin-left:24px;margin-bottom:24px}}.content-area .pr-content .mceTemp .wide,.content-area .pr-content figure .wide{margin:0 auto}.content-area .pr-content .mceTemp img,.content-area .pr-content figure img{margin:0 auto;max-width:100%;display:block}.content-area .pr-content .mceTemp .wp-caption,.content-area .pr-content .mceTemp figcaption,.content-area .pr-content figure .wp-caption,.content-area .pr-content figure figcaption{height:auto;color:#8c8c8c;line-height:1.5;text-indent:0;font-size:11px;margin-top:.5em}@media only screen and (min-width:640px){.content-area .pr-content .mceTemp .wp-caption,.content-area .pr-content .mceTemp figcaption,.content-area .pr-content figure .wp-caption,.content-area .pr-content figure figcaption{font-size:12px}}@media only screen and (min-width:980px){.content-area .pr-content .mceTemp .wp-caption,.content-area .pr-content .mceTemp figcaption,.content-area .pr-content figure .wp-caption,.content-area .pr-content figure figcaption{font-size:12px}}@media only screen and (min-width:768px){.content-area .pr-content .mceTemp .wp-caption,.content-area .pr-content .mceTemp figcaption,.content-area .pr-content figure .wp-caption,.content-area .pr-content figure figcaption{margin-top:6px}}.content-area .pr-content .mceTemp .wp-caption-dd,.content-area .pr-content .mceTemp .wp-caption.aligncenter,.content-area .pr-content .mceTemp figcaption,.content-area .pr-content figure .wp-caption-dd,.content-area .pr-content figure .wp-caption.aligncenter,.content-area .pr-content figure figcaption{text-align:center}.content-area .pr-content .mceTemp .aligncenter{margin:0 auto}.content-area .pr-content .figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.content-area .pr-content .figure{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.content-area .pr-content .figure .mceTemp:nth-child(n+2),.content-area .pr-content .figure>figure:nth-child(n+2){margin-top:20px}@media only screen and (min-width:768px){.content-area .pr-content .figure .mceTemp:nth-child(n+2),.content-area .pr-content .figure>figure:nth-child(n+2){margin-top:0;margin-left:30px}}.content-area .pr-content blockquote{margin:0 auto 2em}.content-area .pr-content blockquote p{margin:1em 0}.content-area .pr-content dl,.content-area .pr-content ol,.content-area .pr-content ul{-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:0;list-style:none;margin:0;padding:0;font-size:12px;line-height:1.8;margin-bottom:1em}@media only screen and (min-width:640px){.content-area .pr-content dl,.content-area .pr-content ol,.content-area .pr-content ul{font-size:16px}}@media only screen and (min-width:980px){.content-area .pr-content dl,.content-area .pr-content ol,.content-area .pr-content ul{font-size:16px}}.content-area .pr-content dl li,.content-area .pr-content ol li,.content-area .pr-content ul li{line-height:inherit;padding-left:1em;text-indent:-1em;margin-bottom:.5em}.content-area .pr-content dt{text-decoration:underline;line-height:inherit}.content-area .pr-content dd{margin-left:1em;margin-bottom:.5em;text-indent:0;line-height:inherit;font-weight:400}.content-area .pr-content dd li,.content-area .pr-content dd p,.content-area .pr-content dd ul{text-indent:0}.content-area .pr-content dd li{padding-left:.5em}.content-area .pr-content dd li:before{content:"-";text-indent:-.5em;display:inline-block}.content-area .pr-content .company dt{text-decoration:none;font-weight:400}.content-area .pr-content .company dd{margin-left:5em;margin-top:-2em}.content-area .pr-content .company dd li{padding-left:0}.content-area .pr-content .company dd li:before{content:""}@media only screen and (min-width:768px){.content-area .pr-content .company dd{margin-left:8em}}.content-area .pr-content .company.sep dd:before{content:":";display:inline-block;margin-right:1em}.content-area .pr-content .overview dt{text-decoration:underline}@media only screen and (min-width:768px){.content-area .pr-content .overview dt{text-decoration:none}}@media only screen and (min-width:768px){.content-area .pr-content .overview dd{margin-left:10em;margin-top:-2em}}@media only screen and (min-width:768px){.content-area .pr-content .overview dd:before{content:":";display:inline-block;margin-left:-1.5em;margin-right:1em}}.content-area .pr-content .overview dd li{padding-left:0}.content-area .pr-content .overview dd li:before{content:""}.content-area .pr-content .default dt{text-decoration:underline}@media only screen and (min-width:768px){.content-area .pr-content .default dt{text-decoration:none}}@media only screen and (min-width:768px){.content-area .pr-content .default dd{margin-left:10em;margin-top:-2em}}.content-area .pr-content .default dd li{padding-left:0}.content-area .pr-content .default dd li:before{content:""}@media only screen and (min-width:768px){.content-area .pr-content .default dd li:before{display:inline-block;margin-left:-1.5em;margin-right:1em}}.content-area .pr-content .graph figure img{max-width:100%}.content-area .pr-content .nametag{position:relative;display:block}@media only screen and (min-width:768px){.content-area .pr-content .nametag{display:inline-block;width:11em;marign-right:1em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.content-area .pr-content .nametag:after{content:"\FF1A";position:absolute;right:0;top:0;height:100%;width:1em}.content-area .pr-content .annotation,.content-area .pr-content .ws-pr__annotation{-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c8c8c;border:1px solid #ddd;padding:2em;margin:1em auto 2em}.content-area .pr-content .annotation div,.content-area .pr-content .ws-pr__annotation div{font-size:10px}@media only screen and (min-width:640px){.content-area .pr-content .annotation div,.content-area .pr-content .ws-pr__annotation div{font-size:12px}}@media only screen and (min-width:980px){.content-area .pr-content .annotation div,.content-area .pr-content .ws-pr__annotation div{font-size:12px}}@media only screen and (min-width:768px){.content-area .pr-content .column2{-webkit-column-count:2;column-count:2;margin-bottom:0}}.type-blog .blog-content{font-size:12px;color:#333}@media only screen and (min-width:640px){.type-blog .blog-content{font-size:14px}}@media only screen and (min-width:980px){.type-blog .blog-content{font-size:14px}}.type-blog .blog-content>h1{font-size:20px}@media only screen and (min-width:640px){.type-blog .blog-content>h1{font-size:28px}}@media only screen and (min-width:980px){.type-blog .blog-content>h1{font-size:28px}}.type-blog .blog-content>h2{font-size:18px;margin:.5em 0}@media only screen and (min-width:640px){.type-blog .blog-content>h2{font-size:24px}}@media only screen and (min-width:980px){.type-blog .blog-content>h2{font-size:24px}}.type-blog .blog-content>h3{font-size:16px;margin:.5em 0}@media only screen and (min-width:640px){.type-blog .blog-content>h3{font-size:20px}}@media only screen and (min-width:980px){.type-blog .blog-content>h3{font-size:20px}}.type-blog .blog-content>h4{font-size:15px;margin:.5em 0}@media only screen and (min-width:640px){.type-blog .blog-content>h4{font-size:18px}}@media only screen and (min-width:980px){.type-blog .blog-content>h4{font-size:18px}}.type-blog .blog-content>h5{font-size:14px;margin:.5em 0}@media only screen and (min-width:640px){.type-blog .blog-content>h5{font-size:16px}}@media only screen and (min-width:980px){.type-blog .blog-content>h5{font-size:16px}}.type-blog .blog-content>h6{font-size:12px;margin:.5em 0}@media only screen and (min-width:640px){.type-blog .blog-content>h6{font-size:14px}}@media only screen and (min-width:980px){.type-blog .blog-content>h6{font-size:14px}}.type-blog .blog-content p{font-size:12px;margin:.5em 0}@media only screen and (min-width:640px){.type-blog .blog-content p{font-size:14px}}@media only screen and (min-width:980px){.type-blog .blog-content p{font-size:14px}}.type-blog .blog-content p+p{margin-top:1em}.type-blog .blog-content blockquote>p{margin:.5em 0}.type-blog .blog-content figure figcaption{font-size:10px;height:auto;line-height:1.5;text-indent:0;color:#6a6a6a}@media only screen and (min-width:640px){.type-blog .blog-content figure figcaption{font-size:12px}}@media only screen and (min-width:980px){.type-blog .blog-content figure figcaption{font-size:12px}}.type-guide .blog-content-box{font-size:setFontSize(12px,16px);color:#333}.type-guide .blog-content-box>h1{font-size:24px}@media only screen and (min-width:640px){.type-guide .blog-content-box>h1{font-size:28px}}@media only screen and (min-width:980px){.type-guide .blog-content-box>h1{font-size:28px}}.type-guide .blog-content-box>h2{font-size:20px;margin:.5em 0}@media only screen and (min-width:640px){.type-guide .blog-content-box>h2{font-size:24px}}@media only screen and (min-width:980px){.type-guide .blog-content-box>h2{font-size:24px}}.type-guide .blog-content-box>h3{font-size:18px;margin:.5em 0}@media only screen and (min-width:640px){.type-guide .blog-content-box>h3{font-size:20px}}@media only screen and (min-width:980px){.type-guide .blog-content-box>h3{font-size:20px}}.type-guide .blog-content-box>h4{font-size:16px;margin:.5em 0}@media only screen and (min-width:640px){.type-guide .blog-content-box>h4{font-size:18px}}@media only screen and (min-width:980px){.type-guide .blog-content-box>h4{font-size:18px}}.type-guide .blog-content-box>h5{font-size:14px;margin:.5em 0}@media only screen and (min-width:640px){.type-guide .blog-content-box>h5{font-size:17px}}@media only screen and (min-width:980px){.type-guide .blog-content-box>h5{font-size:17px}}.type-guide .blog-content-box>h6{font-size:12px;margin:.5em 0}@media only screen and (min-width:640px){.type-guide .blog-content-box>h6{font-size:16px}}@media only screen and (min-width:980px){.type-guide .blog-content-box>h6{font-size:16px}}.type-guide .blog-content-box p{font-size:12px;margin:.5em 0}@media only screen and (min-width:640px){.type-guide .blog-content-box p{font-size:16px}}@media only screen and (min-width:980px){.type-guide .blog-content-box p{font-size:16px}}.type-guide .blog-content-box p+p{margin-top:1em}.type-guide .blog-content-box blockquote>p{margin:.5em 0}.type-update-info .blog-content{font-size:10px}@media only screen and (min-width:640px){.type-update-info .blog-content{font-size:12px}}@media only screen and (min-width:980px){.type-update-info .blog-content{font-size:12px}}.type-update-info .blog-content .div1{margin-bottom:50px}.type-update-info .blog-content .div2{width:120px;height:25px;border:1px solid #e0e0e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.type-update-info .blog-content .div3{margin:5px 0 15px}.type-update-info .blog-content h2{color:#00c710;font-size:160%;height:30px}.type-update-info .blog-content h3{color:#4d4d4d;font-size:140%;margin-top:25px}.type-update-info .blog-content p{color:#848484;font-size:100%}.type-update-info .blog-content .p1,.type-update-info .blog-content .p2{color:#848484;font-size:110%;font-weight:700}.type-update-info .blog-content table{width:auto}.type-notice .entry-content>h1{font-size:1.8em}@media only screen and (min-width:640px){.type-notice .entry-content>h1{font-size:1.8em}}@media only screen and (min-width:980px){.type-notice .entry-content>h1{font-size:1.8em}}.type-notice .entry-content>h2{font-size:1.7em;margin:.5em 0}@media only screen and (min-width:640px){.type-notice .entry-content>h2{font-size:1.7em}}@media only screen and (min-width:980px){.type-notice .entry-content>h2{font-size:1.7em}}.type-notice .entry-content>h3{font-size:1.6em;margin:.5em 0}@media only screen and (min-width:640px){.type-notice .entry-content>h3{font-size:1.6em}}@media only screen and (min-width:980px){.type-notice .entry-content>h3{font-size:1.6em}}.type-notice .entry-content>h4{font-size:1.5em;margin:.5em 0}@media only screen and (min-width:640px){.type-notice .entry-content>h4{font-size:1.5em}}@media only screen and (min-width:980px){.type-notice .entry-content>h4{font-size:1.5em}}.type-notice .entry-content>h5{font-size:1.4em;margin:.5em 0}@media only screen and (min-width:640px){.type-notice .entry-content>h5{font-size:1.4em}}@media only screen and (min-width:980px){.type-notice .entry-content>h5{font-size:1.4em}}.type-notice .entry-content>h6{font-size:1.3em;margin:.5em 0}@media only screen and (min-width:640px){.type-notice .entry-content>h6{font-size:1.3em}}@media only screen and (min-width:980px){.type-notice .entry-content>h6{font-size:1.3em}}

@media screen and (min-width: 980px) {
	.content-area article.type-cases .cases-card .company-alt div.info-box ul li:last-child {
		margin-bottom: 0px; 
	}
}

/* Customized article style for blog */
.type-blog .blog-content .underline{text-decoration:underline}.type-blog .blog-content h1.bar{border-left-width:8px}.type-blog .blog-content h2.bar{border-left-width:7px}.type-blog .blog-content h3.bar{border-left-width:6px}.type-blog .blog-content h4.bar{border-left-width:5px}.type-blog .blog-content .bar{border-left-width:4px;border-left-style:solid;padding-left:10px}.type-blog .blog-content .bar.red{border-color:red}.type-blog .blog-content .bar.lw-green{border-color:#00c73c}.type-blog .blog-content mark{background-color:#ffee4e}.type-blog .blog-content mark.half{background:-webkit-gradient(linear,left top,left bottom,color-stop(35%,transparent),to(#ffee4e));background:linear-gradient(transparent 35%,#ffee4e)}.type-blog .blog-content blockquote.bg-red{background-color:#ffc8c8}.type-blog .blog-content blockquote.bg-yellow{background-color:#ffffc8}.type-blog .blog-content blockquote.bg-green{background-color:#c8ffc8}.type-blog .blog-content blockquote.bg-blue{background-color:#c8ffff}