/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/


/* ===== RESET [ADDED - 21/03/27]===== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	box-sizing: border-box;
}

li {
	list-style: none;
}

p {
	margin: 0;
}

/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Featured Area
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 85%;
	overflow-x: hidden;
}
html:lang(ja) {
	font-size: 68%;
}
@media screen and (min-width: 782px) {
	html {
		font-size: 92.5%;
	}
	html:lang(ja) {
		font-size: 74%;
	}
}
@media screen and (min-width: 980px) {
	html {
		font-size: 100%;
	}
	html:lang(ja) {
		font-size: 80%;
	}
}

/* Base */
body {
	/*color: #444;
	font-family: "Helvetica", "Arial", sans-serif;
	 font-size: 18px;
	line-height: 1.6; */

	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	/*font-size: 1.6rem;*/
	/* font-weight: 500; */
	font-weight: normal;
	color: #000;
	line-height: 1.7;
	word-wrap: break-word;
}

/*
body:lang(ja) {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
} DELETED [21/03/28] */

::selection {
	background-color: #def;
}

/* DELETED [21/03/28] 
@media screen and (min-width: 782px) {
	body {
		font-size: 19px;
	}
	body:lang(ja) {
		font-size: 16px;
	}
}
@media screen and (min-width: 980px) {
	body {
		font-size: 20px;
	}
	body:lang(ja) {
		font-size: 17px;
	}

}
*/
/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	font-weight: 700;
	line-height: 1.5;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.75rem;
	margin-bottom: 1.5em;
	margin-top: 3em;
}
h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 2.5em;
}
h4 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
h6 {
	font-size: 1rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: #4693f5;
	text-decoration: underline;
	transition: all .15s ease-in-out;
}
a:hover {
	color: #639af6;
}
cite a, cite a {
	text-decoration: none;
}

/* Text */
/*p {
	margin: 0 0 1.8em; // [31/03/28] DELETED
}
 */

 b, strong {
	font-weight: 700;
}
dfn, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
	font-style: normal;
}
code, kbd, tt, var {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background: linear-gradient( transparent 70%, #ffff66 70% );
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
/*	margin: 0 0 1.8em 1.5em; DELETED [21/03/28] */
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0;
}
/*
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.8em 1.5em;
}
 DELETED [21/03/28] */

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin: 0 0 1.8em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border: solid 1px #eee;
	padding: 1em 1.2em;
}
th {
	background-color: #f4f5f6;
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #666;
	margin: 0 0 2em;
	padding: 12px 0 0 44px !important;
	position: relative;
}
blockquote:before {
	color: #ddd;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
blockquote p {
	margin-bottom: 0.8em;
}
blockquote cite {
	font-size: 90%;
}
address {
	margin: 0 0 1.8em;
	font-style: normal;
}
pre {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 2px;
	margin: 1.8em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 90%;
	line-height: 1;
	padding: 1.1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
input[type="file"] {
	margin-top: 0.6em;
}
select {
	border: solid 1px #e6e6e6;
	margin-top: 0.6em;
	padding: 0.6em;
}
textarea {
	max-width: 720px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.8em;
}
.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;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 90%;
	margin-bottom: 1.8em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.hide-blogname .site-title,
.hide-blogdescription .site-description,
.hide-date .posted-on,
.hide-author .byline,
.hide-comments-number .comments-link,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.top-bar-content:before,
.top-bar-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.widget:before,
.widget:after,
.sticky-sidebar:before,
.sticky-sidebar:after,
.site-bottom-content:before,
.site-bottom-content:after {
	content: "";
	display: table;
}
.clear:after,
.top-bar-content:after,
.entry-content:after,
.comment-content:after,
.nav-links:after,
.widget:after,
.sticky-sidebar:after,
.site-bottom-content:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #fff;
}
.top-bar-content,
.main-header-content,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.site-content,
.container-content,
.footer-widget-content,
.site-bottom-content {
	margin-left: auto;
	margin-right: auto;
/*	max-width: 720px;
	padding-left: 20px;
	padding-right: 20px; */
}
.container-content {
	padding-left: 30px;
	padding-right: 30px;
}


/*.site-header {
	border-bottom: solid 1px #eee;
	margin-bottom: 5rem;
}
.main-header {
	padding-bottom: 15px;
	padding-top: 15px;
}*/

.main-header-content {
	position: relative; /* ADDED */
/*	align-items: center;
	display: flex;
	justify-content: space-between; [21/03/28] DELETED */
} 

/* [21/03/28] MODIFIED */
.site-header {
	position: relative;
	height: 105px;
}

.site-header,.main-header {
	background: #144888 url(images/header_bg.png) repeat-x center 0;
	z-index: 100;
}

/*.content-area {
	margin-bottom: 6rem;
} DELETED [21/03/28] */


header .main-header-content .catch {
/*	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
*/

	background: #393939;
	font-size: 0.875em;
	letter-spacing: .07142em;
	line-height: 1.3;
	padding: .158em 0;
	color: #fefefe;
	font-family:  Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',arial, helvetica, sans-serif;
}


header > .container,
.main-header .container.colWrap {
	position: relative;
	min-height: 83px;
}

header.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

header .logo,
.main-header .logo {
	display: flex;
	align-items: center;
	align-content: center;
/*	height: 85px; */
}

header .logo a,
.main-header .logo a {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.3;
	width: 100%;
	height: auto;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

header .bnr_tel,
.main-header .bnr_tel {
	overflow: hidden;
	padding: 3px 0 4px;
	font-size: 0;
}

header .bnr_tel a,
.main-header .bnr_tel a {
	display: inline-block;
	float:right;
}

header .bnr_tel img,
.main-header .btn_tel img {
	display: block;
}


.sidebar-area {
	border-top: solid 1px #eee;
	padding-bottom: 1rem;
	padding-top: 6rem;
}
.page-header {
	margin-bottom: 5rem;
}
.hentry {
	margin-bottom: 7rem;
}
.single .hentry {
	margin-bottom: 5rem;
}
.page .hentry {
	margin-bottom: 0;
}

/*  DELETED [21/03/28] 
.widget {
	margin-bottom: 4rem;
}
.footer-widget-area {
	border-top: solid 1px #eee;
	padding-bottom: 2rem;
	padding-top: 6rem;
}
*/


.site-bottom {
	border-top: solid 1px #eee;
	padding-bottom: 2rem;
	padding-top: 3rem;
}
@media screen and (min-width: 782px) {
	.top-bar-content,
	.main-header-content,
	.home-header-content,
	.jumbotron-content,
	.featured-entry-content,
	.site-content,
	.footer-widget-content,
	.site-bottom-content {
		/*padding-left: 40px;
		padding-right: 40px; */
	}
	/* DELETED [21/03/28]
	.container-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.top-bar-content,
	.main-header-content,
	.home-header-content,
	.site-bottom-content {
		max-width: 1120px;
	}
	.main-header {
		padding-bottom: 35px;
		padding-top: 30px;
	} */
	.top-bar-main,
	.footer-social-link {
		float: left;
	}
	.header-social-link,
	.footer-navigation {
		float: right;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content,
	.three-column .site-content,
	.has-sidebar .site-content,
	.footer-widget-content {
		/* max-width: 1120px; */
	}
	.main-header-content {
		flex-wrap: wrap;
	}
	.has-sidebar .site-content {
		display: flex;
		justify-content: space-between;
	}
	.has-sidebar .content-area {
		width: 64.28%;
	}
	.has-sidebar .sidebar-area {
		border-top: none;
		padding-top: 0;
		width: 26.78%;
	}
	.sticky-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 120px;
	}
	.sticky-sidebar .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 90px;
	}

	/* .footer-widget-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}DELETED [21/03/28]  */

	.footer-widget-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	/* DELETED [21/03/28] 
	.footer-widget {
		box-sizing: border-box;
		width: 25%;
		padding-left: 30px;
		padding-right: 30px;
	}*/
}


/* Header
------------------------------------------------------------ */

/* Top Bar */
.top-bar {
	background-color: #f4f5f6;
	border-bottom: solid 1px #eee;
	line-height: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.top-bar-main {
	color: #888;
	font-size: 80%;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.top-bar-main a {
	color: inherit;
	text-decoration: none;
}
.top-bar-main a:hover {
	color: #111;
}
.top-bar-main li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 16px;
	vertical-align: middle;
}
.top-bar-main li:last-child {
	margin-right: 0;
}
.top-bar-main li:before {
	color: #999;
	display: inline-block;
	font: normal 16px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: relative;
	top: 1px;
	vertical-align: middle;
}
.top-bar-main li.top-bar-main-phone:before {
	content: "\f10b";
	font-size: 170%;
}
.top-bar-main li.top-bar-main-contact:before {
	content: "\f003";
	font-size: 110%;
}
.top-bar-main li.top-bar-main-access:before {
	content: "\f041";
	font-size: 135%;
}
.top-bar .header-social-link {
	display: none;
}
@media screen and (min-width: 782px) {
	.top-bar {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.top-bar-main li {
		margin-right: 24px;
	}
	.top-bar-main li:before {
		margin-right: 8px;
		top: -2px;
	}
	.top-bar .header-social-link {
		display: block;
	}
}

/* Main Header */
.site-branding {
	padding-right: 10px;
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	transform: scale(0.85, 0.85);
	transform-origin: center left;
}
.site-title {
	font-size: 1.75rem;
	margin-bottom: 0;
	margin-top: 0;
}
.site-title a,
.site-title a:hover {
	color: #111;
	text-decoration: none;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
/*	color: #777;
	font-size: 95%;
	margin-bottom: 2px;
	margin-top: 2px; DELETED [21/03/28] */
}

/* DELETED [21/03/28] 
@media screen and (min-width: 782px) {
	.site-branding {
		padding-right: 30px;
	}
	.site-logo img {
		transform: scale(0.925, 0.925);
	}
	.site-description {
		margin-bottom: 6px;
	}
}
@media screen and (min-width: 980px) {
	.site-logo img {
		transform: scale(1, 1);
	}
}
*/

/* Menus
------------------------------------------------------------ */

/* Base */
.main-header-content .main-navigation {
	display: none;
}

/* Main Header Clone */
.main-header-clone {
	background-color: #fff;
	left: 0;
/*	padding-bottom: 12px;
	padding-top: 12px; DELETED [21/03/28] */
	padding-top: 5px; /*  ADDED [21/03/28] */
	padding-bottom: 5px; /*  ADDED [21/03/28] */
	position: fixed;
	top: 0;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transform: translateY(-100%);
	width: 100%;
/*	height: 105px; ADDED [21/03/28] */
	z-index: 100;
}
.main-header-clone-show {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}
.main-header-clone .site-title {
	font-size: 1.5rem;
}
.main-header-clone .main-header-content {
	align-items: center;
}
.main-header-clone .site-logo {
/*	transform: scale(0.9, 0.9);
	transform-origin: center left; DELETED[21/03/28] */
}
.main-header-clone .site-description {
	display: none;
}
.admin-bar .main-header-original .drawer-navigation {
	top: 46px;
}
@media screen and (min-width: 601px) {
	.admin-bar .main-header-clone-show {
		transform: translateY(46px);
	}
}
@media screen and (min-width: 782px) {
	.admin-bar .main-header-original .drawer-navigation {
		top: 32px;
	}
	.admin-bar .main-header-clone-show {
		transform: translateY(32px);
	}
}
@media screen and (min-width: 980px) {
	.main-header-clone {
	/*	padding-bottom: 16px;
		padding-top: 14px;DELETED [21/03/28] */
	}
}

/* Drawer Button */
.drawer-hamburger {
	background-color: transparent;
	box-sizing: content-box;
	display: block;
	margin-right: -5px;
	outline: 0;
	padding: 12px 5px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 21px;
	min-width: 21px;
	z-index: 102;

/* ADDED [21/03/28] */
	position: absolute;
	right: 20px;
	bottom: 16px;
/* end - ADDED [21/03/28] */
}
.drawer-hamburger:hover,
.drawer-hamburger:focus {
	background-color: transparent;
}

.pg_top .site-header .drawer-hamburger {
	bottom: 6px;
}

.main-header.main-header-clone .drawer-hamburger {
    bottom: 6px;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
/*	background-color: #111; */
	background: #fff;/* MODIFIED [21/03/28] */
	height: 2px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 100%;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:before {
	top: -6px;
}
.drawer-hamburger-icon:after {
	top: 6px;
}
.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	background: #111;/* ADDED [21/03/28] */
	top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
	.drawer-hamburger {
		padding: 15px 5px;
	}
	.drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
}

/* Drawer Navigation */
.drawer-overlay {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.drawer-navigation {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 90%;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 75px 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
	transform: translateX(0);
}
@media screen and (min-width: 540px) {
	.drawer-navigation {
		width: 70%;
	}
	.drawer-navigation-content {
		padding: 75px 90px 75px 50px;
	}
}
@media screen and (min-width: 782px) {
	.drawer-navigation {
		width: 55%;
	}
	.drawer-navigation-content {
		padding: 90px 105px 90px 60px;
	}
}

/* Drawer Content */
.drawer-navigation ul {
	list-style: none;
	margin-bottom: 45px;
	margin-left: 0;
}
.drawer-navigation ul li {
	padding-bottom: 12px;
	padding-top: 14px;
	position: relative;
}
.drawer-navigation ul ul {
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 12px;
}
.drawer-navigation ul li li {
	padding-bottom: 10px;
	padding-top: 12px;
}
.drawer-navigation ul li li:last-child {
	padding-bottom: 0;
}
.drawer-navigation a {
	color: inherit;
	text-decoration: none;
}
.drawer-navigation a:hover {
	color: #111;
}
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
	display: inline-block;
	padding-right: 20px;
}
.drawer-navigation .dropdown-toggle {
	background-color: transparent;
	outline: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 7px;
}
.drawer-navigation .dropdown-toggle:after {
	content: "\f107";
	color: #333;
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.drawer-navigation .sub-menu {
	display: none;
}
.drawer-navigation .sub-menu.toggled-on {
	display: block;
}
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
	color: #111;
	font-weight: 700;
}
@media screen and (min-width: 782px) {
	.drawer-navigation .header-social-link {
		display: none;
	}
}

/* Main Navigation (Desktop) */
@media screen and (min-width: 980px) {
	.drawer-hamburger,
	.drawer-overlay,
	.drawer-navigation {
		display: none;
	}
	.main-header-content .main-navigation {
		display: block;
	}
	.main-navigation {
	/*	font-size: 90%;
		line-height: 52px; */
	}
	.main-navigation ul {
	/*	list-style: none;
		margin: 0; */

		/*  ADDED [21/03/28] */
		display: flex;
		justify-content: flex-end;
		/* end - ADDED [21/03/28] */
	}
	.main-navigation a {
/*		color: inherit;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		text-decoration: none; */
		display: block;
		position: relative;
		padding: 0 .6em;
		width: 100%;
		font-size: 14px;
		letter-spacing: .0714em;
		font-family:  Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',arial, helvetica, sans-serif;
		cursor: pointer;
		color: #fefefe;
		font-weight: 700;
		border-radius: 4px;
		text-align: left;
		text-decoration: none;
	}
	.main-navigation a:hover {
		/*color: #111; */
		text-decoration: none;
	}
	.main-navigation li {
		position: relative;

		/* ADDED [21/03/28] */
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		flex: 1 0 auto;
		/* padding: 0 1.2em; */
		padding: 0 .6em;
		/* end - ADDED [21/03/28] */
	}

	/* ADDED [21/03/28] */
	.main-navigation li:before,
	.main-navigation li:last-child:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 1px;
		height: 1em;
		background: #fff;
		transform: translateY(-50%);
	}

	.main-navigation li:last-child:after {
		left: auto;
		right: 0;
	}
	/* end - ADDED [21/03/28] */

	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
	}
	/*
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li:last-child > a,
	.main-navigation ul.menu > li:last-child > a {
		padding-right: 0;
	}*/
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: "\f107";
		display: inline-block;
		font: normal 18px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		margin-left: 8px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		left: -9999px;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 225px;
		z-index: 10;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation div.menu > ul > li:last-child:hover > ul,
	.main-navigation ul.menu > li:last-child:hover > ul {
		left: auto;
		right: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #eee;
		line-height: 1.6;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 30px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: "\f105";
		font: normal 18px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 15px;
		top: 18px;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a {
	/*	color: #111;
		font-weight: 700; DELETED [21/03/28] */
		background: #fff;
		color: #144888;
	}
}

/* Social Link */
.menu a:before {
	color: #bbb;
	display: inline-block;
	font: normal 24px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #888;
}
.widget .menu a:before {
	margin-right: 12px;
}
.profilewidget-link.menu a:before,
.social-link-menu a:before {
	content: '\f0c1';
	margin-left: 0;
	margin-right: 4px;
}
.menu a[href*="behance.net"]:before     { content: "\F1B4"; }
.menu a[href*="deviantart.com"]:before  { content: "\F1BD"; }
.menu a[href*="digg.com"]:before        { content: "\F1A6"; }
.menu a[href*="dribbble.com"]:before    { content: "\F17D"; }
.menu a[href*="dropbox.com"]:before     { content: "\F16B"; }
.menu a[href*="facebook.com"]:before    { content: "\F230"; }
.menu a[href*="flickr.com"]:before      { content: "\F16E"; }
.menu a[href*="foursquare.com"]:before  { content: "\F180"; }
.menu a[href*="plus.google.com"]:before { content: "\F0D5"; }
.menu a[href*="github.com"]:before      { content: "\F09B"; }
.menu a[href*="instagram.com"]:before   { content: "\F16D"; }
.menu a[href*="linkedin.com"]:before    { content: "\F30C"; }
.menu a[href*="medium.com"]:before      { content: "\F23A"; }
.menu a[href*="pinterest.com"]:before   { content: "\F231"; }
.menu a[href*="getpocket.com"]:before   { content: "\F265"; }
.menu a[href*="reddit.com"]:before      { content: "\F1A1"; }
.menu a[href*="skype.com"]:before,
.menu a[href*="skype:"]:before          { content: "\F17E"; }
.menu a[href*="slideshare.net"]:before  { content: "\F1E7"; }
.menu a[href*="snapchat.com"]:before    { content: "\F2AB"; }
.menu a[href*="soundcloud.com"]:before  { content: "\F1BE"; }
.menu a[href*="spotify.com"]:before     { content: "\F1BC"; }
.menu a[href*="stumbleupon.com"]:before { content: "\F1A4"; }
.menu a[href*="tumblr.com"]:before      { content: "\F173"; }
.menu a[href*="twitch.tv"]:before       { content: "\F1E8"; }
.menu a[href*="twitter.com"]:before     { content: "\F099"; }
.menu a[href*="vimeo.com"]:before       { content: "\F27D"; }
.menu a[href*="vk.com"]:before          { content: "\F189"; }
.menu a[href*="wordpress.org"]:before,
.menu a[href*="wordpress.com"]:before   { content: "\F19A"; }
.menu a[href*="yelp.com"]:before        { content: "\F1E9"; }
.menu a[href*="youtube.com"]:before     { content: "\F16A"; }
.menu a[href$="/feed/"]:before          { content: "\F09E"; }

/* Social Link Menu */
.social-link-menu ul {
	list-style: none;
	margin: 0;
}
.social-link-menu li {
	display: inline-block;
	padding-left: 12px;
}
.social-link-menu li:first-child {
	padding-left: 0;
}
.social-link-menu a:before {
	margin-right: 0;
}


/* Featured Area
------------------------------------------------------------ */

/* Jumbotron */
.jumbotron {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.jumbotron-overlay {
	background-color: rgba( 0, 0, 0 , 0.4 );
}
.jumbotron-content {
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}
.jumbotron-title {
	color: #fff;
	font-size: 2.25rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
@media screen and (min-width: 782px) {
	.jumbotron-title {
		font-size: 2.5rem;
	}
	.jumbotron-content {
		padding-bottom: 90px;
		padding-top: 90px;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content {
		padding-bottom: 105px;
		padding-top: 105px;
	}
}

/* Home Header */
.home-header {
	background-color: #333;
	background-position: center;
	background-size: cover;

	max-width: 980px;/* ADDED [21/03/28] */
	margin: 0 auto;/* ADDED [21/03/28] */
}

.home-header-content.visualFrame:before {
	content: "";
	display: block;
	height: 0;
	padding: 33.6734% 0 0;
}

.home-header-overlay {
	/* background-color: rgba( 0, 0, 0 , 0.4 ); */
}

/* DELETED [21/03/28]
.home-header-content {
	padding-bottom: 75px;
	padding-top: 75px;
	text-align: left;
}
.home-header-title {
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
} */

.home-header-text {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 105%;
	margin-top: 28px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.home-header-button {
	font-size: 95%;
}
.home-header-button a {
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
}
a.home-header-button-main {
	background-color: #4693f5;
	margin-right: 16px;
	padding: 12px 25px;
}
a.home-header-button-main:hover {
	color: #fff;
}
a.home-header-button-sub {
	border: solid 2px #fff;
	padding: 10px 23px;
}
a.home-header-button-sub:hover {
	background-color: #fff;
	color: #111;
}

/* DELETED [21/03/28]
@media screen and (min-width: 782px) {
	.home-header-content {
		padding-bottom: 105px;
		padding-top: 105px;
	}
}
@media screen and (min-width: 980px) {
	.home-header-content {
		padding-bottom: 135px;
		padding-top: 135px;
	}
	.home-header-title {
		font-size: 3rem;
	}
}
*/

/* Featured Post */
.featured-post {
	overflow: hidden;
}
.featured-post,
.featured-entry {
	height: 225px;
}
.featured-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.featured-entry-overlay {
	align-items: center;
	background-color: rgba( 0, 0, 0 , 0.4 );
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-entry-content {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
.featured-entry-title {
	color: #fff;
	font-size: 1.75rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-category {
	text-transform: uppercase;
}
.featured-entry-category,
.featured-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	display: none;
	font-size: 90%;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-title a,
.featured-entry-category a,
.featured-entry-date a {
	color: inherit;
	text-decoration: none;
}
.featured-entry-title a:hover,
.featured-entry-category a:hover,
.featured-entry-date a:hover {
	color: #fff;
}
.slick-loading .slick-list {
	background: #fff url('images/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	text-shadow: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: .15s ease-in-out;
}
.slick-prev {
	left: 5px;
	z-index: 9999;
}
[dir='rtl'] .slick-prev {
	right: 5px;
	left: auto;
}
.slick-prev:before {
	content: '\f104';
}
[dir='rtl'] .slick-prev:before {
	content: '\f105';
}
.slick-next {
	right: 5px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 5px;
}
.slick-next:before {
	content: '\f105';
}
[dir='rtl'] .slick-next:before {
	content: '\f104';
}
.slick-dots {
	bottom: 12px;
	list-style: none;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	border-radius: 50%;
	box-shadow: 0px 1px 1px rgba( 255, 255, 255, 0.4 ), 0px 1px 1px rgba( 0, 0, 0, 0.2 ) inset;
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	width: 12px;
}
.slick-dots li button {
	background: #000;
	border: solid 2px #000;
	border-radius: 50%;
	color: transparent;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	outline: none;
	width: 12px;
	opacity: 0.4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	opacity: 0.75;
}
.slick-dots li.slick-active button {
	background: #fff;
	opacity: 0.8;
}
@media screen and (min-width: 601px) {
	.featured-post,
	.featured-entry {
		height: 275px;
	}
	.featured-entry-title {
		font-size: 2.25rem;
	}
	.featured-entry-content {
		padding-left: 70px;
		padding-right: 70px;
	}
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 40px;
	}
	.slick-prev {
		left: 15px;
	}
	[dir='rtl'] .slick-prev {
		right: 15px;
		left: auto;
	}
	.slick-next {
		right: 15px;
	}
	[dir='rtl'] .slick-next {
		right: auto;
		left: 15px;
	}
	.slick-dots {
		bottom: 24px;
	}
	.slick-dots li {
		height: 18px;
		width: 18px;
	}
	.slick-dots li button {
		border: solid 4px #000;
		height: 18px;
		width: 18px;
	}
}
@media screen and (min-width: 782px) {
	.featured-post,
	.featured-entry {
		height: 350px;
	}
	.featured-entry-title {
		font-size: 2.5rem;
		margin-bottom: 12px;
	}
	.featured-entry-category,
	.featured-entry-date {
		display: block;
	}
}
@media screen and (min-width: 980px) {
	.featured-post,
	.featured-entry {
		height: 400px;
	}
}


/* Content
------------------------------------------------------------ */

/* Category */
.cat-links {
	font-size: 90%;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.cat-links a {
	text-decoration: none;
}
.category-sep {
	color: #ccc;
	font-size: 80%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -0.1em;
}

/* Entry Header */
.entry-header {
	margin-bottom: 4rem;
}
.no-sidebar .entry-header {
	text-align: center;
}
.entry-title {
	font-size: 2.25rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 782px) {
	.entry-title {
		font-size: 2.5rem;
	}
}

/* Entry Meta */
.entry-meta {
	color: #999;
	font-size: 90%;
	margin-top: 1rem;
}
.entry-meta a {
	color: inherit;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #666;
}
.comments-sep {
	color: #ccc;
}
.byline a,
.comments-link a {
	border-bottom: solid 1px #ddd;
}

/* Featured Image */
.post-thumbnail {
	margin-bottom: 2rem;
	margin-top: 4rem;
}
.single .post-thumbnail {
	margin-left: -20px;
	margin-right: -20px;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}
@media screen and (min-width: 782px) {
	.single .post-thumbnail {
		margin-left: -40px;
		margin-right: -40px;
	}
}
@media screen and (min-width: 980px) {
	.single .post-thumbnail {
		margin-left: 0;
		margin-right: 0;
	}
	.no-sidebar .post-thumbnail {
		margin-left: -60px;
		margin-right: -60px;
	}
}

/* Entry Content */
.entry-content > *:first-child {
	margin-top: 0;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > br:first-child {/* ADDED [21/03/28] */
    display: none;
}

/* Post Full / Post Summary */
.post-full,
.post-summary {
	margin-bottom: 4rem;
}
.post-full .hentry,
.post-summary .hentry {
	margin-bottom: 4rem;
}
.post-full:after,
.post-summary:after {
	border-bottom: 1px solid #ddd;
	content: "";
	display: block;
	width: 45px;
}
.no-sidebar .post-full:after,
.no-sidebar .post-summary:after {
	margin: auto;
}
a.continue-reading {
	text-transform: uppercase;
}

/* Post Grid */
.two-column .loop-wrapper,
.three-column .loop-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.post-grid .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-grid .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-grid .entry-title {
	font-size: 1.75rem;
}
.post-grid .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-grid .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-grid .entry-title {
		font-size: 1.5rem;
	}
	.post-grid .cat-links,
	.post-grid .entry-meta {
		font-size: 85%;
	}
	.post-grid .entry-summary {
		font-size: 90%;
	}
	.post-grid {
		width: 46%;
		padding-right: 8%;
	}
	.post-grid:nth-child(even) {
		padding-right: 0;
	}
}
@media screen and (min-width: 980px) {
	.three-column .loop-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.three-column .post-grid {
		box-sizing: border-box;
		width: 33.3%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Post List */
.post-list .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-list .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-list .entry-title {
	font-size: 1.75rem;
}
.post-list .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-list .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-list .hentry {
		display: flex;
	}
	.post-list .post-thumbnail {
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 5%;
		flex-basis: 35%;
	}
}

/* Entry Footer */
.tags-links {
	color: #999;
	font-size: 90%;
	margin-top: 4rem;
	text-align: center;
}
.tags-links:before {
	color: #ccc;
	content: "\f02c";
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.tags-links a {
	color: inherit;
	text-decoration: none;
}
.tags-links a:hover {
	color: #666;
}

/* Author Profile */
.author-profile {
	background-color: #f4f5f6;
	margin-top: 4rem;
	padding: 25px;
}
.author-profile-header {
	align-items: center;
	display: flex;
}
.author-profile-avatar {
	flex-shrink: 0;
	width: 60px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-name a {
	color: inherit;
	text-decoration: none;
}
.author-profile-name a:hover {
	color: #111;
}
.author-profile-description {
	font-size: 95%;
	margin-top: 20px;
}
@media screen and (min-width: 540px) {
	.author-profile {
		padding: 45px;
	}
	.author-profile-avatar {
		width: 75px;
		margin-right: 30px;
	}
	.author-profile-description {
		margin-top: 30px;
	}
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #111;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 1rem;
	margin-right: 12px;
	padding: 4px 10px 3px;
	text-transform: uppercase;
}
.featured+.cat-links {
	display: inline-block;
}

/* Archive */
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
	margin-bottom: 5rem;
}

/* 404 */
.error-404 {
	margin-bottom: 10rem;
	margin-top: 10rem;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Quote */
.wp-block-pullquote {
	padding: 12px 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-bottom: 0;
	text-align: left;
}
.wp-block-quote.is-style-large {
	margin-bottom: 2em;
}
.wp-block-quote.is-style-large p {
	font-style: normal;
}
.wp-block-quote.is-style-large cite {
	font-size: 90%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.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%;
}


/* Gutenberg
------------------------------------------------------------ */

/* Base
   This section incorporates code from Atomic Blocks */
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 0.9em;
}
.wp-block-image {
	margin-bottom: 1.8em;
}
.wp-block-image figcaption {
	font-size: 90%;
	margin-top: 1em;
}
.entry-content .wp-block-gallery {
	padding-left: 0;
}
.no-sidebar .alignfull,
.no-sidebar .alignwide {
	width: 100%;
}
@media (max-width: 600px) {
	.no-sidebar .alignfull.wp-block-gallery,
	.no-sidebar .alignwide.wp-block-gallery {
		margin-left: -10px;
		margin-right: -10px;
		width: inherit;
	}
}
.no-sidebar .alignfull img,
.no-sidebar .alignwide img {
	width: 100%;
	display: block;
}
.no-sidebar .alignwide {
	max-width: none;
}
@media (min-width: 782px) {
	.no-sidebar .alignwide {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.no-sidebar .alignwide {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.no-sidebar .alignwide {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}
.no-sidebar .alignfull {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
}
.wp-block-embed {
	margin-bottom: 1.8em;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}
.wp-block-cover {
	margin-bottom: 1.8em;
}
.wp-block-cover-text {
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100%;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.wp-block-media-text__content {
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}
.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Columns */
@media screen and (max-width: 781px) {
	.wp-block-column {
		flex-basis: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.wp-block-column {
	margin-bottom: 2.7em;
	margin-top: 0.9em;
}
.wp-block-column > *:first-child {
	margin-top: 0;
}
.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Latest Posts */
.wp-block-latest-posts {
	border-top: solid 1px #eee;
	list-style: none;
	margin-left: 0;
	padding-top: 1em;
}
.wp-block-latest-posts li {
	border-bottom: solid 1px #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.wp-block-latest-posts a {
	text-decoration: none;
}
.wp-block-latest-posts__post-date {
	margin-top: 0.3em;
}

/* Button */
.wp-block-button a {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a:hover {
	opacity: 0.9;
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px;
}

/* Intro */
.intro {
	color: #777;
	font-size: 120%;
}

/* Sub Header */
.subheader {
	color: #4693f5;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.6em;
	margin-top: 0;
	text-transform: uppercase;
}
.subheader+h1,
.subheader+h2,
.subheader+h3,
.subheader+h4,
.subheader+h5,
.subheader+h6 {
	margin-top: 0;
}

/* Container */
.container-wrapper {
	background-color: #f4f5f6;
	margin-bottom: 6rem;
	margin-top: 6rem;
	padding-bottom: 20px;
	padding-top: 20px;
}
.no-sidebar .container-wrapper {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
	padding-bottom: 6rem;
	padding-top: 6rem;
}
.container-content > *:first-child {
	margin-top: 0;
}
.container-content > *:last-child {
	margin-bottom: 0;
}
.container-content > .wp-block-columns:last-child {
	margin-bottom: -2.7em;
}
.no-sidebar .wp-block-columns + .container-wrapper {
	margin-top: 4rem;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 90%;
	margin-bottom: 3rem;
}
.pagination a {
	color: inherit;
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #eee;
}
.pagination a.page-numbers:hover {
	border-color: #ddd;
	color: #333;
}
.pagination .current {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 90%;
	margin-bottom: 3rem;
	margin-top: 4rem;
}
.page-links .page-numbers {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	color: inherit;
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #eee;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ddd;
	color: #333;
}

/* Post Navigation */
.post-navigation {
	margin-bottom: 3rem;
}
.post-navigation a {
	color: inherit;
	text-decoration: none;
}
.post-navigation a:hover {
	color: #111;
}
.post-navigation .nav-previous {
	margin-bottom: 3rem;
}
.post-nav-title {
	color: #999;
	font-size: 80%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		width: 48%;
		margin-bottom: 0;
	}
	.post-navigation .nav-next {
		float: right;
		width: 48%;
		text-align: right;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 90%;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 4rem;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin-left: 25px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 105%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
	text-decoration: none;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 75px;
}
.bypostauthor > .comment-body .comment-author:after {
	color: #111;
	content: "\f14b";
	display: inline-block;
	font: normal 20px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 95%;
	margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
	text-decoration: none;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 95%;
	text-decoration: none;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	content: "\f0e5";
	display: inline-block;
	font: normal 15px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
}
.comment-respond a:hover {
	color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-size: 95%;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
.form-submit {
	font-size: 105%;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		margin-bottom: 0;
		width: 23%;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 72%;
	}
}


/* Widgets
------------------------------------------------------------ */

/* Base */
/*.widget {
	color: #666;
	font-size: 90%;
} DELETED [21/03/28] */

/* Heading */
.widget-title {
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
	margin-top: 0;
	text-transform: uppercase;
}

/* Link */
.widget a {
	color: inherit;
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.widget a:hover {
/*	color: #111; DELETED [21/03/28] */
}

/* List */
/* DELETED [21/03/28]
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	margin-bottom: 1em;
} 
.widget ul ul {
	margin-left: 1em;
	margin-top: 1em;
}
 */

/* Recent Posts */
.widget_recent_entries li {
	margin-bottom: 1.5em;
}
.widget_recent_entries li a {
	border-bottom: solid 1px #ddd;
}
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li {
	margin-bottom: 1.5em;
}
.widget_recent_comments li a {
	border-bottom: solid 1px #ddd;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.tagcloud a {
	background-color: #f4f5f6;
	border-radius: 3px;
	display: inline-block;
	font-size: 90% !important;
	margin-bottom: 4px;
	padding: 3px 10px;
	text-decoration: none;
	white-space: nowrap;
}
.tagcloud a:hover {
	color: #111;
}

/* Calendar */
.widget_calendar table {
	font-size: 95%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 360px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #f4f5f6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #111;
}
.widget_calendar tfoot td {
	border: none;
	padding-top: 10px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* Menu */
.widget_nav_menu li a {
	border-bottom: none;
}
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-item > a {
/*	color: #111;
	font-weight: 700; */
}

/* RSS */
.widget_rss li {
	margin-bottom: 2em;
}
.widget_rss li a {
	border-bottom: solid 1px #ddd;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 90%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 6px;
	margin-top: 6px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 6px;
}

/* BusinessPress Recent Posts */
.widget_businesspress_recent_posts li {
	margin-bottom: 1.5em;
}
.widget_businesspress_recent_posts li a {
	border-bottom: none;
	display: flex;
}
.recent-posts-thumbnail {
	flex-shrink: 0;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-top: 4px;
	width: 80px;
}
.recent-posts-text .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* BusinessPress Featured Posts */
.featured-widget-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
	display: block;
	height: 180px;
	margin-bottom: 15px;
}
.featured-widget-entry-overlay {
	align-items: center;
	background-color: rgba( 0, 0, 0 ,0.4 );
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-widget-entry-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.featured-widget-entry-title {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 1.5rem;
	margin: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-widget-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	font-size: 85%;
	margin-top: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
a.featured-widget-entry {
	text-decoration: none;
}
a.featured-widget-entry .featured-title {
	transition: 0.15s;
}
a.featured-widget-entry:hover .featured-title {
	color: #fff;
}
@media screen and (min-width: 601px) and (max-width: 979px) {
	.widget_businesspress_featured_posts {
		display: flex;
		flex-wrap: wrap;
	}
	.widget_businesspress_featured_posts .widget-title {
		width: 100%;
	}
	.featured-widget-entry {
		margin-bottom: 4%;
		margin-right: 4%;
		width: 48%;
	}
	.featured-widget-entry:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 782px) {
	.featured-widget-entry {
		margin-bottom: 15px;
	}
	.featured-widget-entry-title {
		font-size: 1.25rem;
	}
}

/* BusinessPress Profile */
.profilewidget-wrapper {
	align-items: center;
	display: flex;
	margin-bottom: 25px;
}
.profilewidget-profile {
	flex-shrink: 0;
	margin-right: 20px;
	width: 75px;
}
.profilewidget-profile img {
	border-radius: 50%;
	width: 75px;
}
.profilewidget-name {
	font-size: 110%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer */
.site-bottom {
	background-color: #f4f5f6;
	color: #aaa;
	text-align: center;
}
.site-bottom a {
	color: #888;
	text-decoration: none;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
/*	color: #111; */
}
.footer-menu {
	line-height: 32px;
}
.footer-navigation ul {
	font-size: 85%;
	list-style: none;
	margin: 0 0 30px 0;
}
.footer-navigation li {
	display: inline-block;
	margin-right: 18px;
}
.footer-navigation li:last-child {
	margin-right: 0;
}
.footer-social-link {
	margin-bottom: 2rem;
}
.site-info {
	font-size: 85%;
}
.site-copyright,
.site-credit {
	margin-bottom: 1rem;
}
.site-credit a {
	display: block;
}
.site-credit a:first-child {
	margin-bottom: 6px;
}
.site-credit-sep {
	color: #ccc;
	display: none;
}
@media screen and (min-width: 601px) {
	.site-credit a,
	.site-credit-sep {
		display: inline-block;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 782px) {
	.site-info {
		clear: right;
		float: right;
		margin-top: 3px;
		text-align: right;
	}
}

/* Back to Top */
.back-to-top {
	background: rgba( 0, 0, 0, 0.1 );
	border-radius: 8px;
	bottom: 20px;
	cursor: pointer;
	display: none;
	height: 45px;
	position: fixed;
	right: 20px;
	width: 45px;
	z-index: 2;
	transition: .15s ease-in-out;
}
.back-to-top:hover {
	background: #111;
}
.back-to-top:before {
	color: #999;
	content: "\f106";
	display: block;
	font: normal 22px/42px FontAwesome;
	text-align: center;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative;
}
.widget_top-posts li:before {
	background-color: #f0f0f0;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 320px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 110%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.8em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-top: 3rem;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 2rem !important;
	margin-top: 0 !important;
	padding-top: 2rem !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	font-size: 1.2rem !important;
	float: none !important;
	letter-spacing: 0.05em;
	margin-bottom: 2rem !important;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 2rem !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 1rem;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 15px !important;
	line-height: 1.8 !important;
	margin-bottom: 12px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: inherit !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 85% !important;
	margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 2rem;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
div.wpcf7-response-output {
	font-size: 95%;
	margin: 2em 0 1em;
	padding: 0.8em 1em;
	border: 2px solid #cf2e2e;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #00d084;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #cf2e2e;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ff6900;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fcb900;
}
span.wpcf7-not-valid-tip {
	color: #cf2e2e;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-header-clone,
	.drawer-hamburger,
	.featured-post,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	.sidebar-area,
	.footer-widget-area,
	.footer-menu,
	.back-to-top {
		display: none !important;
	}
	.main-header-content,
	.site-content {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}


/* ====================================================================
  CUSTOM STYLES
  =====================================================================*/
/* modules */
.tab, .sp {
	display: none;
}

.sp, .sp2 {
	display: none !important;
}

.pc, .pc.tab {
	display: block;
}

.bg {
	background: #f4f4f4;
}

.em {
	color: #ff0000;
}


.f_bold {
	font-weight: bold;
}

.f_normal {
	font-weight: normal;
}

.f_mincho {
	font-family: "Ryumin Pro", serif;
}

.font_s {
	font-size: 14px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-full {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}


/* ===== FORM ===== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
	/* reset */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	font-weight: normal;
	outline: none;
	/* end - reset */
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 100%;
	box-shadow: inset 1px 1px 3px rgba(0,0,0, .1);
}

select {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	padding: 4px;
	border: 1px solid #b5b5b5;
	font-size: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-input-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #aaa;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 4px;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}
/* ===== end - FORM ===== */

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml1em {
	margin-left: 1em !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.clearfix {
	overflow: hidden;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.block-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clr:after {
	content: "";
	display: block;
	clear: both;
}

.hide {
	display: none;
}
.ttl {
	position: relative;
	margin: .9em 0 2.75em;
	padding: .728em 1em .65em 6.25em;
	line-height: 1.3;
	font-size: 1.125em;
	color: #fefeff;
/*	font-family: "Shin Go Pro"; */
	font-weight: normal;
	background: #144888 url(images/ttl_bg.png) no-repeat 1.5em 0;
	background-size: contain;
}

.section .ttl:first-child {
	margin-top: 0;
}

.ttl_m {
	position: relative;
    font-size: 1.25em;
/*	font-size: 1.125em; */
    margin: 1.25em 0 0;
    font-weight: bold;
}

.ttl_m:first-child {
	margin-top: 0;
}

.btn,
input[type="submit"].btn {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1.2em;
	width: 100%;
	max-width: 300px;
	line-height: 1.3;
	font-size: 1.125em;
	font-family: inherit
	font-weight: normal;
	/* letter-spacing: 2px; */
	background: #144888;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

input[type="submit"].btn:hover {
	opacity: .7;
}

.btn_input {
	padding: 0;
	transition: all .3s ease-out;
}

.btn_input input {
	padding: 1.2em;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: normal;
	background: transparent;
	background: #144888;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}


.btn:link,
.btn:hover,
.btn:active,
.btn:visited {
	color: #fff;
	text-decoration: none;
}

  /* flex box */
 @media print, screen and (min-width: 768px) {
	.colWrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.colWrap.rtl {
		flex-direction: row-reverse;
	}

	.colWrap.wrap {
		flex-wrap: wrap;
	}

	.colWrap.boxAlign-left {
		justify-content: flex-start;
	}

	.colWrap.boxAlign-right {
		justify-content: flex-end;
	}

	.colWrap.boxAlign-center {
		justify-content: center;
	}

	.colWrap.mdl > *,
	.colWrap > .mdl:not(.colWrap) {
		display: flex;
		/* flex-wrap: wrap; */
		align-items: center;
		align-content: center;
		justify-content: flex-start;
	}

	/*.colWrap.mdl > * > *,
	.colWrap > .mdl:not(.colWrap) > * {
		width: 100%;
	}*/

	.colWrap.mdl.ct > *,
	.colWrap > .mdl.ct:not(.colWrap) {
		justify-content: center;
	}

	.colWrap.col4 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.colWrap.col4 > * {
		margin: 0 10px 20px;
		width: calc(25% - 20px);
	}

	.colWrap.col2 > * {
		width: 50%;
	}
}

/* table styles */
.commonTbl {
	width: 100%;
	border-collapse: collapse;
}

.commonTbl th,
.commonTbl td {
/*	padding: 10px; */
	padding: 1.2em 2.25em;
	border: 1px solid #ccc;
	line-height: 1.4;
}

.commonTbl th {
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

/* footer */
footer {
	background: #144888;
	color: #fff;
	font-family:  Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',arial, helvetica, sans-serif;
	line-height: 1.4;
}

footer .widget {
	color: #fff;
}

footer a, footer a:hover,
footer .widget a, footer .widget a:hovers {
	color: #fff;
	text-decoration: none;
}

footer .container {
	padding-top: 30px;
	padding-bottom: 25px;
}

footer .info .head {
	margin: 1.25em 0 0;
}

footer .info .catch {
	margin: 0 0 .75em;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fefefe;
}

footer .info .companyName {
	font-size: 1.875em;
	letter-spacing: 0.0666em
}

footer .info .addressFrame {
/*	font-size: .875em; */
	font-size: 14px;
}

footer .info .addressFrame ul {
	margin: 1em 0 0;
}

footer .fnav li a {
	font-size: 12px;
	letter-spacing: 1px;
}


@media print, screen and (min-width: 768px) {
	.footer-widget-wrapper {
		display: flex;
	}

/*	footer .info,
	footer .navi { */
	.footer-widget-1,
	.footer-widget-2 {
		/* width: calc(50% - 20px) !important; */
	}

	.footer-widget-1 {
		width: auto !important;
		flex-grow: 1;
	}

/*	footer .navi { */
	.footer-widget-2 {
		padding-left: 40px;
		width: 440px !important;
	}
}

@media print, screen and (min-width: 500px) {
	.footer-widget-2 {
		display: flex;
		justify-content: space-between;
	}
}

footer .copyright {
	padding: 15px 0;
	font-size: .875em;
	background: #fff;
	color: #000;
	text-align: center;
}

.content,
#content {
/*	margin-top: 153px; 
	margin-top: 120px;*/
	padding-bottom: 40px;
}

#content.active {
	margin-top: -105px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1010px;
}

.container.full {
	max-width: 100%;
	max-width: initial;
}

.container.noPadding {
	padding-left: 0;
	padding-right: 0;
}

.container.wide {
	max-width: 1040px;
}

.container.narrow {
	max-width: 890px;
}

.section {
	overflow: hidden;
	padding: 65px 0;
}

.section:first-of-type {
	padding-top: 50px;
}

.section.visible {
	overflow: visible;
}

.section .article + .article {
/*	margin-top: 65px; */
	margin-top: 3.125em;
}


  /* --------------------------------------------------
  INDEX STYLES
  -------------------------------------------------- */
.pg_top header {
	height: auto;
	background: none;
}

.pg_top header .main-header-content .catch {
/*	position: absolute;
	top: 0;
	left: 0;
	width: 100%; */

	background: #144888;
	display: flex;
	align-items: center;
	align-content: center;
	min-height: 40px;
	font-size: 0.875em;
	font-weight: normal;
	letter-spacing: .0714em;
}

.pg_top header .site-branding {
	display: none;
}

.pg_top .content,
.pg_top #content  {
	padding-bottom: 0;
}

.pg_top .navFrame {
	background: #144888;
	max-width: 980px;
}

.pg_top .gnav {
	margin: 0 auto;
	padding: 5px 0;
	max-width: 700px;
}

.pg_top .gnav .menu > li {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex: 1 0 auto;
	padding: 0 1.2em;
	z-index: 1;
}

.pg_top .gnav .menu > li:before,
.pg_top .gnav .menu > li:last-child:after {
	display: none;
}

.pg_top .gnav .menu > li > a {
	display: block;
    position: relative;
    width: 100%;
	font-size: .875em;
	font-weight: bold;
	letter-spacing: .0714em;
    font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',arial, helvetica, sans-serif;
    cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.pg_top .gnav .menu > li.current:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 3.4375em;
	height: 3.4375em;
	border-radius: 50%;
	background: #144888;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.pg_top .gnav .menu > li.current > a {
	padding: 2.4px 0;
	background: #fff;
	color: #144888;
	border-radius: 3px;
}

.pg_top .ttl_m {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3;
}

.pg_top .article.narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 843px;
}

/* visualSection */
.pg_top .visualSection .visualFrame {
	position:  relative;
}

.pg_top .visualSection .catch {
	position:  absolute;
	bottom: 1em;
	left: calc(1.5em + 30px);
	margin: 0;
/*	width: 100%; */
	font-size: 25px;
	font-size: 2.336vw;
	color: #000;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
		2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,
		3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff,
		4px 4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, -4px -4px 0 #fff,

		1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
		2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff,
		3px 1px 0 #fff, 3px -1px 0 #fff, -3px 1px 0 #fff, -3px -1px 0 #fff,
		4px 1px 0 #fff, 4px -1px 0 #fff, -4px 1px 0 #fff, -4px -1px 0 #fff,

		1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff,
		2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,
		3px 2px 0 #fff, 3px -2px 0 #fff, -3px 2px 0 #fff, -3px -2px 0 #fff,
		4px 2px 0 #fff, 4px -2px 0 #fff, -4px 2px 0 #fff, -4px -2px 0 #fff,

		1px 3px 0 #fff, 1px -3px 0 #fff, -1px 3px 0 #fff, -1px -3px 0 #fff,
		2px 3px 0 #fff, 2px -3px 0 #fff, -2px 3px 0 #fff, -2px -3px 0 #fff,
		3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff,
		4px 3px 0 #fff, 4px -3px 0 #fff, -4px 3px 0 #fff, -4px -3px 0 #fff,

		1px 4px 1px #fff, 1px -4px 1px #fff, -1px 4px 1px #fff, -1px -4px 1px #fff,
		2px 4px 1px #fff, 2px -4px 1px #fff, -2px 4px 1px #fff, -2px -4px 1px #fff,
		3px 4px 1px #fff, 3px -4px 1px #fff, -3px 4px 1px #fff, -3px -4px 1px #fff,
		4px 4px 1px #fff, 4px -4px 1px #fff, -4px 4px 1px #fff, -4px -4px 1px #fff;
	z-index: 1;
}

.pg_top .visualSection .catch br:nth-of-type(2) {
	display: none;
}

@media print, screen and (min-width: 1070px) {
	.pg_top .visualSection .catch {
		font-size: 25px;
	}
}

/* introSection */
.pg_top .introSection .title {
	margin: 0 0 1.25em;
	line-height: 1.4;
	font-size: 1.875em;
	color: #00377f;
/*	font-weight: 500; */
	font-weight: bold;
	text-align: center;
}

/* meritSection */
.pg_top .meritSection {
	padding: 35px 0;
}

.pg_top .meritSection .head {
	margin: 0 auto;
	padding: .2725em 1em;
	max-width: 830px;
	line-height: 1.3;
	font-size: 1.125em;
	background: #144888;
	color: #fffefe;
	font-weight: bold;
	text-align: center;
}

.pg_top .meritSection .meritFrame {
	margin: 30px auto 0;
	padding-top: 30px;
}

.pg_top .meritSection .box {
	counter-increment: idx;
	position: relative;
	background: #fff;
	border: 5px solid #ebebeb;
	text-align: center;
	font-weight: bold;
	min-height: 8.5625em;
	z-index: 1;
}

.pg_top .meritSection .box p:first-of-type {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	padding-top: .5em;
	width: 100%;
	height: 100%;
	font-size: 1.5em;
	line-height: 1.35;
	background: #fff;
	z-index: 1;
}

.pg_top .meritSection .box:before,
.pg_top .meritSection .box:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	border: 5px solid #ebebeb;
	box-sizing: initial;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.pg_top .meritSection .box:after {
	border: 0;
}

.pg_top .meritSection .box p:first-of-type:after {
	content: counter(idx);
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 1.25em;
	background: #4fd1d9;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media print, screen and (min-width: 768px) {
	.pg_top .meritSection .box {
		width: calc(25% - 10px);
	}
}

/* worksSection */
.pg_top .worksSection {
	padding: 45px 0 45px;
}

/* newsSection */
.pg_top .newsSection .newsList {
	margin: 0 auto;
	max-width: 870px;
	border-top: 1px solid #c6c9d3;
}

.pg_top .newsSection li {
	padding: 1.1em 1em;
	line-height: 1.3;
	font-size: .875em;
}

.pg_top .newsSection li + li {
	border-top: 1px solid rgba(198,201,211,.2);
}

.pg_top .newsSection li .cat {
	display: block;
	padding: .201em 0;
	width: 7.5em;
	height: 100%;
	font-size: 0.857em;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}

.pg_top .newsSection li .cat.news {
	background: #ff3d3d;
}

.pg_top .newsSection li .txt {
	display: block;
	margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
	.pg_top .newsSection li .txt {
		flex: 1 1 auto;
		margin: 0;
		max-width: calc(100% - 8em);
	}
}

/* companySection */
	.pg_top .companySection {
/*		padding-top: 170px;
		margin-top: -105px;*/
		padding-top: 158px;
		margin-top: -93px;
}

	.pg_top .companySection .container {
		padding-top: 105px;
		margin-top: -105px;
	}


.pg_top .companySection .commonTbl {
	margin: 2em auto 0;
}

.pg_top .companySection .commonTbl th,
.pg_top .companySection .commonTbl td {
	padding-top: 1.85em;
	padding-bottom: 1.85em;
	font-size: 12px;
	border: 3px solid #f0f0f0;
}

.pg_top .companySection .commonTbl th {
	background: #dbeffa;
	width: 16.25%;
	text-align: center;
}

.pg_top .companySection .commonTbl td {
	padding-left: 10%;
	padding-right: 10%;
}

.pg_top .companySection .commonTbl td .spc {
	padding-left: 2em;
}

.pg_top .companySection .imgFrame {
	margin: 50px auto;
}

.pg_top .companySection .imgFrame .img {
	width: calc(50% - 1.375em);
}

.pg_top .companySection .historyFrame .commonList .tr {
	display: flex;
	justify-content: flex-start;
	border-bottom: 3px solid #f0f0f0;
	padding: 0 3%;
}

.pg_top .companySection .historyFrame .commonList .th,
.pg_top .companySection .historyFrame .commonList .td {
	flex: 1 1 auto;
	padding: 2em;
	font-size: 12px;
}

.pg_top .companySection .historyFrame .commonList .th {
	width: 15%;
	max-width: initial;
	font-weight: normal;
}

.pg_top .companySection .historyFrame .commonList .td {
	width: 75%;
}

/* accessSection */
.pg_top .accessSection .accessFrame p {
	font-size: 12px;
}

.pg_top .accessSection .accessFrame .spc {
	padding-left: 2em;
}

.pg_top .accessSection .accessFrame .head {
	margin: 40px 0 35px;
	width: 140px;
	height: 23px;
	line-height: 24px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: normal;
	background: #3cafdd;
	color: #fff;
	text-align: center;
}

.pg_top .accessSection .mapFrame {
	margin-top: 65px;
}

.pg_top .accessSection .mapFrame .map {
	position: relative;
}

.pg_top .accessSection .mapFrame .map:before {
	content: "";
	display: block;
	height: 0;
	padding: 46.8% 0 0;
}

.pg_top .accessSection .mapFrame .map iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media print, screen and (min-width: 1070px) {
	.pg_top .accessSection .mapFrame .map:before {
		padding: 500px 0 0;
	}
}

/* --------------------------------------------------
  LOWER PAGE STYLES
  -------------------------------------------------- */
.directoryFrame li {
	display: inline;
	padding: 0 .5em 0 0;
	font-size: .85em;
	color: #777;
}

.directoryFrame li a {
	padding: 0 .5em 0 0;
}

/* ---------------------------
  WORKS PAGE STYLES
  ----------------------------*/
.pg_works .worksSection .container {
	padding-top: 105px;
	margin-top: -105px;
}

.pg_works .worksSection .ttl_m {
	margin: 0 0 1em;
	font-size: 1.125em;
	font-weight: normal;
	color: #144888;
}

.pg_works .worksSection .cap {
	margin: 15px 0 0;
	font-size: 12px;
	text-align: center;
}

.pg_works .worksSection .caseFrame .cap {
		margin-top: 10px;
}

.pg_works .worksSection .worksFrame .box {
	margin: 0 0 30px;
	width: calc(50% - 15px);
}

.pg_works .worksSection .caseFrame .box {
	width: calc(20% - 8.5px);
}

@media print, screen and (min-width:768px) {
	.pg_works .worksSection .worksFrame .box {
		width: calc(50% - 29px);
	}

	.pg_works .worksSection .caseFrame .box {
		width: calc(20% - 8.5px);
	}
}

.pg_works .worksSection .caseFrame .case {
	margin-left: 25px;
	position: relative;
	padding-left: 3.75em;
	font-size: 12px;
}

.pg_works .worksSection .caseFrame .case:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -.3em;
	width: 2.0833em;
	height: 2.0833em;
	border-radius: 50%;
	border: 3px solid #144888;
	background: #144888;
	box-shadow: inset 0 0 0 5px #fff;
}

/* navSection */
.pg_works .navSection .colWrap {
	margin: 0 auto 35px;
	max-width: 830px;
}

.pg_works .navSection li {
	overflow: hidden;
	background: url(images/nav_bg.png) no-repeat 0 0;
	background-size: cover;
	border-radius: 8px;
	text-align: center;
}

.pg_works .navSection li a {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.pg_works .navSection li a:hover {
	background: #ff0000;
	opacity: 1;
}

.pg_works .navSection li a:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 20px solid transparent;
	border-left-color: #fff;
    transform-origin: right center;
    transform: translate(50%, 100%) rotate(45deg);
	z-index: 1;
}

@media print, screen and (min-width:500px) {
	.pg_works .navSection li {
		width: calc(25% - 20px);
		max-width: 186px;
		min-height: 166px;
	}
}

/* worksSection */
.pg_works .worksSection {
	padding-bottom: 35px;
}

/* nagareSection */
.pg_works .nagareSection .ttl + p {
	max-width: 860px;
	margin: 0 auto;
}

.pg_works .nagareSection .nagareFrame {
	margin: 30px auto 0;
	padding: 30px 40px;
}

.pg_works .nagareSection .nagareFrame .box {
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
	margin: 0 0 60px;
	padding-left: 170px;
	min-height: 150px;
}

.pg_works .nagareSection .nagareFrame .box:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 140px;
	height: 150px;
	overflow: hidden;
	background: url(images/ico_nagare.png) no-repeat 0 0;
	background-size: 100% auto;
	transform: translateY(-50%);
}

.pg_works .nagareSection .nagareFrame .box:nth-child(2):before {
	background-position-y: -150px;
}

.pg_works .nagareSection .nagareFrame .box:nth-child(3):before {
	background-position-y: -300px;
}

.pg_works .nagareSection .nagareFrame .box:nth-child(4):before {
	background-position-y: -450px;
}

.pg_works .nagareSection .nagareFrame .box:nth-child(5):before {
	background-position-y: -600px;
}

.pg_works .nagareSection .nagareFrame .box:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 30px);
	left: 70px;
	width: 1.75em;
	height: 1.75em;
	background: #144888;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.pg_works .nagareSection .nagareFrame .box .head {
	margin: .3em 0 .85em;
	line-height: 1.3;
	font-size: 1.25em;
	font-weight: bold;
	color: #144888;
}

.pg_works .nagareSection .nagareFrame .box .txt {
	font-size: 14px;
	line-height: 2;
}

.pg_works .nagareSection .nagareFrame .box:last-of-type {
	margin-bottom: 0;
}

.pg_works .nagareSection .nagareFrame .box:last-of-type:after {
	display: none;
}

/* ---------------------------
  RECRUIT PAGE STYLES
  ----------------------------*/
.pg_recruit .msgFrame .title {
	margin: 1.5em auto 3.75em;
}

.pg_recruit .msgFrame p {
	font-size: 1.125em;
}

.pg_recruit .msgFrame .lead {
	margin: 2.5em 0 0;
	font-size: 1.875em;
	line-height: 1.3;
	text-align: center;
}

.pg_recruit .commonTbl {
	margin: 0 auto;
	max-width: 912px;
	font-size: 14px;
}

.pg_recruit .commonTbl th {
	width: 21.1%;
}

.pg_recruit .commonTbl tr:first-child th {
	border-top: 4px solid #be1309;
}

.pg_recruit .commonTbl tr:first-child td {
	border-top: 4px solid #b3b3b3;
}

.pg_recruit .commonTbl td dd + dt {
	margin-top: 1.2em;
}

.pg_recruit .commonTbl td .lst {
	margin-top: 1em;
}

.pg_recruit .commonTbl td .note {
	display: block;
	margin: 1em 0 0;
	padding: .65em 1em .48em;
	max-width: 468px;
	border-radius: 5px;
	background: #4b4b4b;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.pg_recruit .commonTbl td .note:hover {
	opacity: .7;
}

/* ---------------------------
  PRIVACY POLICY PAGE STYLES
  ----------------------------*/
.pg_privacy-policy .txt + .article {
	margin-top: 3.5em;
}

.pg_privacy-policy .article {
	padding-left: 1.75em;
}

/* ---------------------------
  CONTACT PAGE STYLES
  ----------------------------*/
.pg_contact .formTbl {
	margin: 30px auto 3em;
	width: 100%;
	border-top: 0;
	font-size: 14px;
}

.pg_contact .formTbl th,
.pg_contact .formTbl td {
	padding: 15px;
	vertical-align: top;
	border: 0;
}

.pg_contact .formTbl th {
	position: relative;
	padding: 26px 60px 15px 0;
	width: 13em;
	background: transparent;
	text-align: left;
}

.pg_contact .formTbl .hissu {
	display: inline-block;
	position: absolute;
	right: 0;
	padding: .5em;
	width: 3em;
	line-height: 1.1;
	font-size: 1em;
	font-weight: normal;
	color: #ff0000;
	border-radius: 4px;
	background: #d2d2d2;
	font-family:  Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',arial, helvetica, sans-serif;
	text-align: center;
}

.pg_contact .btnFrame {
	margin: 3.125em auto 0;
}

.pg_contact .btnFrame input[type="submit"].btn {
	max-width: 180px;
	padding: .45em;
}

/* --------------------------------------------------
  ********** LESS THAN 980px WIDTH **********
  -------------------------------------------------- */
@media print, screen and (max-width: 980px) {
	body {
		font-size: 15px;
	}

	.pc {
		display: none;
	}

	.tab, .tab.sp, .tab.sp2 {
		display: block !important;
	}

	.commonTbl th,
	.commonTbl td {
		padding: 1em 1.5em;
	}

	/* header */
	header,.site-header {
		/* height: 80px; */
		height: 86px;
	}

	header .main-header-content .catch {
		font-size: 11px;
		padding: 5px 0;
		height: 22px;
	}

	.pg_top header .main-header-content .catch {
		font-size: 11px;
		letter-spacing: .3px;
	}

	header .container,
	.main-header .container {
		padding: 0 25px;
	}

	header > .container, .main-header .container.colWrap {
		min-height: 0;
	}

	header .container.colWrap,
	.site-header .container.colWrap {
		height: auto;
		min-height: 64px;
		padding-right: 60px;
	}

	.main-header-content .container.colWrap {
		padding-right: 60px;
	}

	header .logo,
	.main-header-content .logo {
		position: relative;
		width: 150px;
	}

	header .logo a,
	.main-header-content .logo a {
		width: 100%;
		height: auto;
	}

	header .navFrame,
	.main-header-content .navFrame {
		display: flex;
		align-items: center;
		align-content: center;
		max-width: 360px;
	}

	.gnav {
		position: fixed;
		overflow: hidden;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100vh;
		max-height: 0;
		overflow-y: auto;
		background: rgba(20, 72, 136, .9);
		-webkit-overflow-scrolling: touch;
		-webkit-transition: max-height .3s ease-out;
		transition: max-height .3s ease-out;
		transform: none;
		z-index: 100;
	}

	.gnav nav {
		display: block;
		margin: 0;
		padding: 70px 25px 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		overflow-y: auto;
		background: none;
		border: 0;
	}

	.gnav .menu {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 0;
		max-width: initial;
		height: auto;
	}

	.gnav .menu > li {
		display: block;
		position: relative;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255,  .345);
	}

	.gnav .menu > li:before,
	.gnav .menu > li:last-child:after  {
		display: none;
	}

	.gnav .menu > li > a,
	.gnav .menu > li > span,
	.pg_top .gnav .menu > li > a,
	.pg_top .gnav .menu > li.current > a {
		display: block;
		position: relative;
		padding: 15px 5px 15px 16px;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.3;
		text-decoration: none;
		text-align: left;
	}

	.gnav .menu > li:after,
	.gnav .menu > li:last-child:after,
	.pg_top .gnav .menu > li:last-child:after {
		content: "";
		box-sizing: border-box;
		display: block;
		position: absolute;
		right: 10px;
		top: 21px;
		width: 6px;
		height: 6px;
		border-right: 2px solid #ddd;
		border-top: 2px solid #ddd;
		background: none;
		transform: rotate(45deg);
	}

	.gnav .menu > li:first-child {
		border-top: 0;
	}

	.open {
		max-height: 100vh;
	}

	/* toppage gnav */
	.pg_top .navFrame {
		background: none;
	}

	.pg_top .gnav {
		margin: 0;
		padding: 0;
		max-width: initial;
	}

	.pg_top .gnav .menu > li:before {
		display: none;
	}

	.pg_top .gnav .menu > li.current:before {
		display: none;
	}

	.pg_top .gnav .menu > li.current > a {
		background: none;
		color: #fff;
		border-radius: 0;
	}

	footer {
		font-size: .9em;
	}


	footer .logo_btm {
		display: block;
		width: 13.125em;
	}


	.content {
		/* margin-top: 140px; */
		padding-bottom: 20px;
	}

	.section {
		padding: 45px 0;
	}

	.section:first-of-type {
		padding-top: 35px;
	}

	.section .article + .article {
		/* margin-top: 45px; */
	}

	.container {
		padding: 0 30px;
	}

	.btn.right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}


	/* --------------------------------------------------
	  INDEX STYLES
	  -------------------------------------------------- */
	.pg_top .main-header-content header .catch {
		font-size: 11px;
	}

	 /* visualSection*/
	 .pg_top .visualSection .visualFrame {
	 	padding: 0;
	 }

	 .pg_top .visualSection .visualFrame .catch {
	 	left: 1.5em;
	 	font-size: 2.6vw;
		text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,
			3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff,

			1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
			2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff,
			3px 1px 0 #fff, 3px -1px 0 #fff, -3px 1px 0 #fff, -3px -1px 0 #fff,

			1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,
			3px 2px 0 #fff, 3px -2px 0 #fff, -3px 2px 0 #fff, -3px -2px 0 #fff,

			1px 3px 0 #fff, 1px -3px 0 #fff, -1px 3px 0 #fff, -1px -3px 0 #fff,
			2px 3px 0 #fff, 2px -3px 0 #fff, -2px 3px 0 #fff, -2px -3px 0 #fff,
			3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff,

			1px 3px 1px #fff, 1px -3px 1px #fff, -1px 3px 1px #fff, -1px -3px 1px #fff,
			2px 3px 1px #fff, 2px -3px 1px #fff, -2px 3px 1px #fff, -2px -3px 1px #fff,
			3px 3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, -3px -3px 1px #fff;
	 }

	 /* meritSection*/
	.pg_top .meritSection .meritFrame .box p {
		font-size: 18px;
	}

	 /* companySection*/
	.pg_top .companySection {
/*		padding-top: 131px;
		margin-top: -86px; */
		padding-top: 103px;
		margin-top: -58px;
	}

	.pg_top .companySection .container {
		padding-top: 86px;
		margin-top: -86px;
	}


	 .pg_top .companySection .commonTbl td {
		padding-left: 5%;
		padding-right: 5%;
	}

	/* --------------------------------------------------
	  LOWER PAGE STYLES
	  -------------------------------------------------- */
	.ttl_m {
		font-size: 1.125em;
	}

	/* ---------------------------
	  WORKS PAGE STYLES
	  ----------------------------*/
	.pg_works .worksSection .container {
		padding-top: 86x;
		margin-top: -86px;
	}

	.pg_works .navSection li a {
		font-size: 1.5em;
	}

	/* nagareSection */
	.pg_works .nagareSection .nagareFrame {
		margin: 25px auto 0;
		padding: 20px 25px;
	}

	.pg_works .nagareSection .nagareFrame .box {
		margin: 0 0 40px;
		padding-left: 130px;
		min-height: 120px;
	}

	.pg_works .nagareSection .nagareFrame .box:before {
		width: 112px;
		height: 120px;
	}

	.pg_works .nagareSection .nagareFrame .box:after {
		top: calc(100% + 20px);
		left: 56px;
		width: 1.25em;
		height: 1.25em;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(2):before {
		background-position-y: -120px;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(3):before {
		background-position-y: -240px;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(4):before {
		background-position-y: -360px;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(5):before {
		background-position-y: -480px;
	}

	.pg_works .nagareSection .nagareFrame .box .txt {
		line-height: 1.6;
	}
}


/* *************************************************************
   LESS THAN width 767px
**************************************************************** */
@media print, screen and (max-width: 767px) {
	body {
		font-size: 13px;
	}

	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	body.fixed:before {
		visibility: visible;
		opacity: 0.4;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.pc, .tab, .pc.tab, .pc.sp2, .tab.sp2, sp2 {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sp-mt0 {
		margin-top: 0 !important;
	}

	.sp-mb0 {
		margin-bottom: 0 !important;
	}

	.sp-ml0 {
		margin-left: 0 !important;
	}

	.sp-mr0 {
		margin-right: 0 !important;
	}


	.sp-pt0 {
		padding-top: 0 !important;
	}

	.sp-pb0 {
		padding-bottom: 0 !important;
	}

	.sp-pl0 {
		padding-left: 0 !important;
	}

	.sp-pr0 {
		padding-right: 0 !important;
	}

	.sp-mt5 {
		margin-top: 5px !important;
	}

	.sp-mt10 {
		margin-top: 10px !important;
	}

	.sp-mt15 {
		margin-top: 15px !important;
	}

	.sp-mt20 {
		margin-top: 20px !important;
	}

	.sp-mt25 {
		margin-top: 25px !important;
	}

	.sp-mt30 {
		margin-top: 30px !important;
	}

	.sp-mt35 {
		margin-top: 35px !important;
	}

	.sp-mb5 {
		margin-bottom: 5px !important;
	}
s
	.sp-mb10 {
		margin-bottom: 10px !important;
	}

	.sp-mb15 {
		margin-bottom: 15px !important;
	}

	.sp-mb20 {
		margin-bottom: 20px !important;
	}

	.sp-mb25 {
		margin-bottom: 25px !important;
	}

	.sp-mb30 {
		margin-bottom: 30px !important;
	}

	.sp-mb35 {
		margin-bottom: 35px !important;
	}

	.sp-ml10 {
		margin-left: 10px !important;
	}

	.sp-ml1em {
		margin-left: 1em !important;
	}

	.sp-pt10 {
		padding-top: 10px !important;
	}

	.sp-pt15 {
		padding-top: 15px !important;
	}

	.sp-pt20 {
		padding-top: 20px !important;
	}

	.sp-pt25 {
		padding-top: 25px !important;
	}

	.sp-pt30 {
		padding-top: 30px !important;
	}

	.sp-pb10 {
		padding-bottom: 10px !important;
	}

	.sp-pb15 {
		padding-bottom: 15px !important;
	}

	.sp-pb20 {
		padding-bottom: 20px !important;
	}

	.sp-pb25 {
		padding-bottom: 25px !important;
	}

	.sp-pb30 {
		padding-bottom: 30px !important;
	}


	/* ===== FLEX BOX ===== */
	.sp-colWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.sp-colWrap.sp-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.sp-colWrap.sp-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.sp-colWrap.sp-col-rev {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.sp-colWrap.sp-boxAlign-left {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.sp-colWrap.sp-boxAlign-right {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.sp-colWrap.sp-boxAlign-center {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.sp-colWrap.sp-mdl > *,
	.sp-colWrap > .sp-mdl:not(.sp-colWrap) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.sp-colWrap.sp-mdl.ct > *,
	.sp-colWrap.sp-mdl > .ct,
	.sp-colWrap > .sp-mdl.ct:not(.sp-colWrap) {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.sp-colWrap.sp-col2 > * {
		width: 50%;
	}

	.sp-colWrap.sp-col3 > * {
		width: 33.33%;
	}
	/* ===== end - FLEX BOX ===== */

	table:not(.sp-table) th,
	table:not(.sp-table) td,
	table.tab-table:not(.sp-table) th,
	table.tab-table:not(.sp-table) td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}

	table:not(.sp-table) th {
		padding: 8px 8px 4px;
		font-weight: bold;
		border-bottom: 0;
	}

	table:not(.sp-table) td {
		padding: 15px 1em;
		border-top: 0;
	}

	table.sp-table th,
	table.sp-table td {
		padding: 8px;
		font-weight: normal;
	}

	.sp-text-center {
		text-align: center;
	}

	.sp-text-left {
		text-align: left;
	}

	.sp-text-right {
		text-align: right;
	}

	.sp-block {
		display: block;
	}

	.sp-in-block {
		display: inline-block;
	}

	.sp-inline {
		display: inline;
	}

	.commonTbl {
		border-bottom: 1px solid #ccc;
		font-size: .9em;
	}

	.commonList.list_dot li:before {
		top: calc(.6em + 5px);
		left: 5px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	select,
	textarea {
		padding: 6px;
		border-radius: 4px;
	}

	input[type="text"].sp-max,
	input[type="tel"].sp-max,
	input[type="email"].sp-max,
	select.sp-max,
	textarea.sp-max {
		width: 100%;
	}

	header, .main-header, .site-header {
		/*height: 75px; */
		height: auto;
		/* z-index: 30; */
	}

	header .main-header-content.catch,
	.pg_top header .main-header-content .catch {
		font-size: 10px;
		height: auto;
	}

	header .container,
	.main-header-content .container {
		padding: 0 15px;
	}

	header .container,
	.main-header-content .container.colWrap,
	.pg_top .catch .container {
		padding-right: 50px;
		letter-spacing: 0;
	}

	header .container.colWrap,
	.main-header-content .container.colWrap  {
		min-height: 45px;
		padding-right: 55px;
	}

	.drawer-hamburger,
	.main-header.main-header-clone .drawer-hamburger {
			bottom: 9px;/* ADDED [21/03/28] */
	}

	header .logo,
	.main-header-content .logo {
		width: 100px;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		align-content: center;
	}

	header .navFrame,
	.main-header-content .navFrame {
		/* padding-left: 15px; */
		max-width: 315px;
	}

	.menuBtn, .gnav .closeBtn {
		top: 24px;
	}

	.pageTop {
		width: 40px;
		right: 15px;
		/* bottom: 30px; */
		transform: translateY(50%);
	}

	.pageTop a {
		width: 40px;
		padding: 38px 0 0;
	}

	/* footer */
	footer {
		font-size: 1em;
	}

	/*footer .navi  {*/
	.footer-widget-2 {
		margin-top: 35px;
		max-width: 360px;
	}

	footer .fnav li {
		margin: 0 0 .85em;
	}

	footer .fnav li a {
		font-size: 1em;
		letter-spacing: 0;
	}

	footer .copyright {

	}

	.content {
	/*	margin-top: 55px; */
		padding-bottom: 15px;
	}

	.section {
		padding: 30px 0;
	}

	.section .article + .article {
		margin-top: 35px;
	}

	.container {
		padding: 0 25px;
	}

	.btn, input.btn {
		padding: 16px 10px;
		font-size: 14px;
		letter-spacing: 0;
	}

	.btn_input {
		padding: 0;
	}

	.btn_input input {
		padding: 16px 10px;
	}
	.btn.in-block {
		padding: 16px 15px;
	}


	/* --------------------------------------------------
	  INDEX STYLES
	  -------------------------------------------------- */
	 .pg_top header .main-header-content .catch {
		min-height: 36px;
	}

	/* visualSection */
	 .pg_top .visualSection .visualFrame .catch {
	 	line-height: 1.8;
		text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,

			1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
			2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff,

			1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,

			1px 3px 0 #fff, 1px -3px 0 #fff, -1px 3px 0 #fff, -1px -3px 0 #fff,
			2px 3px 0 #fff, 2px -3px 0 #fff, -2px 3px 0 #fff, -2px -3px 0 #fff,

			1px 3px 0 #fff, 1px -3px 0 #fff, -1px 3px 0 #fff, -1px -3px 0 #fff,
			2px 3px 0 #fff, 2px -3px 0 #fff, -2px 3px 0 #fff, -2px -3px 0 #fff;
	 }

	/* introSection */
	.pg_top .introSection .title {
		font-size: 18px;
	}

	/* meritSection */
	.pg_top .meritSection .head {
		padding: 10px;
		text-align: left;
	}

	.pg_top .meritSection .meritFrame {
		margin: 15px auto 0;
	}

	.pg_top .meritSection .meritFrame .box {
		margin: 0 0 35px;
		min-height: 0;
	}

	.pg_top .meritSection .meritFrame .box:last-child {
		margin-bottom: 0;
	}

	.pg_top .meritSection .meritFrame .box:before,
	.pg_top .meritSection .meritFrame .box:after {
		width: 45px;
		height: 45px;
	}

	.pg_top .meritSection .meritFrame .box p:after {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}

	.pg_top .meritSection .meritFrame .box p {
		min-height: 80px;
		font-size: 15px;
	}

	/* companySection */
	.pg_top .companySection {
		padding-top: 85px;
		margin-top: -55px;
	}

	.pg_top .companySection .container {
		padding-top: 75px;
		margin-top: -75px;
	}

	.pg_top .companySection .commonTbl {
		margin: 15px auto 0;
	}

	.pg_top .companySection .commonTbl th,
	.pg_top .companySection .commonTbl td {
		padding: 10px;
		border-width: 2px;
	}

	.pg_top .companySection .commonTbl th {
		width: 7em;
	}

	.pg_top .companySection .imgFrame {
		margin: 30px 0;
	}

	.pg_top .companySection .imgFrame .img {
		width: calc(50% - 10px);
	}
	
	.pg_top .companySection .historyFrame .commonList .tr {
		display: flex;
		padding: 0;
	}

	.pg_top .companySection .historyFrame .commonList .th,
	.pg_top .companySection .historyFrame .commonList .td {
		padding: 15px 5px;
	}

	.pg_top .companySection .historyFrame .commonList .th {
		width: 8em;
	}

	.pg_top .companySection .historyFrame .commonList .td {
		width: calc(100% - 8em)
	}

	/* accessSection */
	.pg_top .accessSection .accessFrame .head {
		margin: 25px 0 15px;
	}

	.pg_top .accessSection .accessFrame br + .spc {
		padding-left: 0;
	}

	.pg_top .accessSection .mapFrame {
		margin-top: 35px;
	}

	/* --------------------------------------------------
	  LOWER PAGE STYLES
	  -------------------------------------------------- */
	.ttl {
		margin: 0 0 25px;
		padding: 7px;
		padding-left: 4.5em;
		font-size: 1.25em;
		background-position-x: .75em;
	}

	.ttl_m {
		font-size: 1.125em;
	}

	/* ---------------------------
	  WORKS PAGE STYLES
	  ----------------------------*/
	.pg_works .worksSection .container {
		padding-top: 75px;
		margin-top: -75px;
	}

	/* navSection */
	.pg_works .navSection li {
		border-radius: 6px;
		min-height: 120px;
		width: calc(25% - 10px);
	}

	.pg_works .navSection li a {
		line-height: 1.4;
		/* font-size: 1.35em; */
		font-size: 3vw;
	}

	.pg_works .navSection li a:before {
		border: 15px solid transparent;
		border-left-color: #fff;
	}

	.pg_works .worksSection .cap {
		margin: 10px 0 0;
		font-size: 11px;
		text-align: center;
	}


	/* ---------------------------
	  RECRUIT PAGE STYLES
	  ----------------------------*/
	  .pg_recruit .msgFrame .lead {
		margin: 1.5em 0 0;
		font-size: 1.6em;
	  }

	  .pg_recruit .commonTbl tr:first-child td {
	  	border-top: 0;
	  }

	/* ---------------------------
	  PRIVACY POLICY PAGE STYLES
	  ----------------------------*/
	.pg_privacy-policy .txt + .article {
		margin-top: 3.5em;
	}

	.pg_privacy-policy .article {
		padding-left: 0;
	}


	/* ---------------------------
	  CONTACT PAGE STYLES
	  ----------------------------*/
	.pg_contact .formTbl {
		margin: 20px auto 10px;
	}
	.pg_contact .formTbl th,
	.pg_contact .formTbl td {
		padding: 0
	}

	.pg_contact .formTbl td {
		padding: 10px 0 20px;
	}

	.pg_contact .formTbl .hissu {
		padding: 4px;
	}

	.pg_contact .formTbl input,
	.pg_contact .formTbl textarea {
		width: 100%;
	}

	.pg_contact .btnFrame input[type="submit"].btn {
		padding: 15px;
	}
}


@media print, screen and (max-width: 680px) {
	header .main-header-content .catch {
		display: flex;
		align-items: center;
		align-content: center;
		height: 36px;
	}

	.menuBtn, .gnav .closeBtn {
		top: 36px;
	}
}

@media print, screen and (max-width: 499px) {
	.sp2, .pc.sp2, .tab.sp2, .sp.sp2 {
		display: block !important;
	}

	.colWrap.sp2-block,
	.tab-colWrap.sp2-block,
	.sp-colWrap.sp2-block {
		display: block;
	}

	.colWrap.sp2-block > *,
	.tab-colWrap.sp2-block > *,
	.sp-colWrap.sp2-block > * {
		width: 100%;
	}

	/* --------------------------------------------------
	  INDEX PAGE STYLES
	  -------------------------------------------------- */
	/* visualSection */
	 .pg_top .visualSection .visualFrame  {
	 	min-height: 200px;
	 }

	.pg_top .visualSection .catch br:nth-of-type(2) {
		display: inline;
	}

	 .pg_top .visualSection .visualFrame .catch {
	 	/* font-size: 3vw; */
	 	font-size: 16px;
	 	line-height: 1.6;
		/* text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,

			1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
			2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff,

			1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,

			1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff,

			1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff,
			2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff; */
		text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff,-1px 1px 0 #fff, 1px -1px 0 #fff,-1px -1px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, 2px 0 0 #fff, 1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff, 2px 2px 0 #fff,-2px 2px 0 #fff, 2px -2px 0 #fff,-2px -2px 0 #fff;
	 }


	  /* introSection */
	  .pg_top .introSection .title {
	  	font-size: 15px;
	  }

	  /* companySection */
	.pg_top .companySection .commonTbl td .spc {
		padding-left: 0;
	}

	/* --------------------------------------------------
	  LOWER PAGE STYLES
	  -------------------------------------------------- */
	/* ---------------------------
	  WORKS PAGE STYLES
	  ----------------------------*/
	/* navSection */
	.pg_works .navSection .colWrap {
		flex-wrap: wrap;
		margin: 0 0 15px;
	}

	.pg_works .navSection li {
		margin: 0 0 15px;
		width: calc(50% - 7px);
		min-height: 60px;
	}

	.pg_works .navSection li a {
		font-size: 14px;
	}

	.pg_works .navSection li a:before {
		border-width: 10px;
		right: 10px;
		bottom: 10px;
	}

	.pg_works .worksSection {
		padding-bottom: 0;
	}

	.pg_works .worksSection.work03 {
		padding-bottom: 20px;
	}

	.pg_works .worksSection .caseFrame .cap {
			margin-top: 8px;
			font-size: 10px;
			letter-spacing: 0;
			line-height: 1.5;
	}

	.pg_works .worksSection .worksFrame .box {
		width: 100%;
	}

	.pg_works .worksSection .caseFrame .colWrap:after {
		content: "";
		display: block;
		width: calc(33.33% - 8.5px);
	}

	.pg_works .worksSection .caseFrame .box {
		margin: 0 0 20px;
		width: calc(33.33% - 8.5px);
	}

	.pg_works .worksSection .caseFrame .case {
		margin-left: 1em;
		padding-left: 30px;
	}

	.pg_works .worksSection .caseFrame .case:before {
		top: -.1em;
		width: 20px;
		height: 20px;
		box-shadow: inset 0 0 0 4px #fff;
	}


	/* nagareSection */
	.pg_works .nagareSection .nagareFrame {
		margin: 20px auto 0;
		padding: 25px 20px;
	}

	.pg_works .nagareSection .nagareFrame .box {
		display: block;
		margin: 0 auto 60px;
		padding: 0;
		min-height: 0;
		max-width: 320px;
		text-align: center;
	}

	.pg_works .nagareSection .nagareFrame .box:before {
		position: relative;
		margin: 0 auto 20px;
		width: 70px;
		height: 75px;
		transform: none;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(2):before {
		background-position-y: -75px;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(3):before {
		background-position-y: -150px;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(4):before {
		background-position-y: -225px;
	}

	.pg_works .nagareSection .nagareFrame .box:nth-child(5):before {
		background-position-y: -300px;
	}

	.pg_works .nagareSection .nagareFrame .box:after {
		top: calc(100% + 30px);
		left: 50%;
		width: 1.25em;
		height: 1.25em;
	}

	.pg_works .nagareSection .nagareFrame .box .head {
		text-align: center;
	}

	.pg_works .nagareSection .nagareFrame .box .txt {
		display: inline-block;
		margin: 0 auto;
		width: auto;
		font-size: 13px;
		text-align: left;
	}
}


@media print, screen and (max-width: 374px) {
	footer {
		font-size: .85em;
	}

	footer .info .addressFrame {
		font-size: 13px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* visualSection */
	 .pg_top .visualSection .visualFrame .catch {
	/* 	font-size: 2.75vw; */
		font-size: 14px;
	 }
}

