/*
Theme Name: Mescoinc New
*/

/* web font
TBUDゴシック R　TBUDGothic R
TBUDゴシック E　TBUDGothic E
UD新ゴ コンデンス90 L　UD Shin Go Conde90 L
新ゴ R Shin Go Regular
UD新ゴ コンデンス90 M　UD Shin Go Conde90 M
新ゴ B Shin Go Bold
リュウミン R-KL　Ryumin Regular KL
リュウミン B-KL　Ryumin Bold KL
A1明朝　A1 Mincho
*/

/* image color
MESCO GREEN
#00881a
*/

/* memo
transform: rotatey(360deg);
*/

/* =Reset
-------------------------------------------------------------- */
* {
	transition: all 1s ease;
}
html {
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family:'TBUDGothic R';
	font-feature-settings:"palt";
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,.wrapper:after,.format-status .entry-header:after {
	clear: both;
}
.clear:before,.clear:after,
.wrapper:before,.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,.page-title,.widget-title,
.entry-content th,.comment-content th {
	/*font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input,select,textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
/*
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
*/
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	width: 90%;
	margin: 0 5%;
	max-width: 90%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-large,img.header-image,img.wp-post-image {
	/*width: 90%;*/
	/*margin: 0 5%;*/
	/*max-width: 90%;*/
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,iframe,object,video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,.comment-content img,
.widget img,img.header-image,
.author-avatar img,img.wp-post-image {
	border-radius: 3px;
	vertical-align: baseline;
	padding: 0 5px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
/*
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
*/

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
}
a {
	outline: none;
	color: #21759b;
	text-decoration: none;
}
a:link {
}
a:active {
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;

}
.site-content {
	margin: 60px auto;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
/*
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
*/

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	background: #4C4D4C;
	clear: both;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem;
}
footer[role="contentinfo"] a,
.btm {
	color: #ffffff;
}
footer[role="contentinfo"] a:hover {
	transition: all 1s ease;
	color: #ffffff;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}
.site-info {
	padding: 0;
}
.foot_nav {
	/*transform: scale(1.1, 1);
	transform-origin: top left;*/
	font-size: 14px;
	font-family:'UD Shin Go Conde90 M';
	font-feature-settings:"palt";
	line-height: 1.2;
	float: left;
}
.foot_nav li {
	padding-bottom: 20px;
}
.col1 {
	width: 30%;
	/*width: calc((100%) - 80px);
	float: left;*/
}
.col2, .col3 {
	width: 30%;
	/*width: calc((100%) - 20px);
	float: left;*/
}
.btm {
	text-align: right;
	clear: both;
	padding-top: 30px;
	font-size: 9px;
}
.president {
	width: 100%;
	clear: both;
}





/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	/*font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;*/
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	/*width: 85%;*/
	max-width: 1515px;
	margin: 0 auto;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0 12px 0;
	margin: 2.4rem 0 1.2rem 0;
	transform: scale(1.1, 1);
	transform-origin: top left;
	font-family:'UD Shin Go Conde90 M';
	font-feature-settings:"palt";
	line-height: 1.5;
}
.entry-content h1,
.comment-content h1 {
	font-size: 41.5px;
	font-size: 4.15rem;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	font-size: 2.0rem;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
.entry-content h5,
.comment-content h5 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.846153846;
}
.obi {
	/*color: white;
	background: #919191;*/
	border: 1px solid #919191;
	border-radius: 5px;
	padding: 3px 6px;
	width: 91%;
	max-width: 1390px;
}
.obi_li {
	/*color: white;*/
	background: #dedede;
	border: 0px solid #919191;
	border-radius: 5px;
	padding: 3px 6px;
	width: 91%;
	max-width: 1390px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #999999;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
	font-size: inherit;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content table p {
	margin:0;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	/* font-size: 12px;
	font-size: 0.857142857rem; */
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding-top: 20px;
	width: 97%;
	max-width: 1050px;
	margin: 0 auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	float: left;
	font-size: 9px;
	position: fixed;
	bottom: 0;
	right: 0;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-top: 48px;
	margin-top: 3.428571429rem;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
	text-align: center;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Custom
----------------------------------------------- */
#page-1,#page-2,#page-3,#page-4,#page-5,#page-6,#page-7,#page-8,#page-9,#page-10 {
	overflow: hidden;
}
/*#page-2,#page-3,#page-4,#page-5,#page-6,#page-7,#page-8,#page-9,*/
#page-10 {
	clear: both;
	margin-bottom: 40px;
	padding: 0 20px;
}
.page-6 {
	width: 100%;
	/*margin-top: 20px;*/
	padding: 0 25px;
	float: left;
}
.page-7 {
	width: 100%;
	/*margin-top: 20px;*/
	padding: 0 10px 10px 10px;
	float: left;
}
.no-shadow {
	box-shadow: none;
}
.dn {
	display: none;
}
.slider {
	object-fit: cover;
	width: auto;
	height: 425px;
	margin: 0 auto;
}
.pipe_mate {
	color: #FF7E79;
}
.engineering {
	color: #0096FF;
}
.exhibits {
	color: #009051;
}
.ir {
	color: #531B93;
}
.information {
	color: #941100;
}
.news {
	
}
.home_wrap {
	margin-top: 20px;
	position: relative;
}
.heading::after.
.home_wrap::after {
	content: '';
	display: block;
	clear: both;
}
.bottomarea {
	background: #E9E8E8;
	padding: 10px 20px;
	margin-top: 20px;
	content: '';
	display: block;
	clear: both;
}
.bottomarea::after {
	content: '';
	display: block;
	clear: both;
}
.head_copy {
	padding: 10px 0;
	width:calc(100% - 0px);
	float: left;
	text-align: center;
}
.catch {
	padding: 10px 0;
	width:calc(100% - 0px);
	font-size: 81%;
	font-family: "UD Shin Go Conde90 L";
	line-height: 1.3;
	float: left;
	text-align: justify;
	margin-right: 10px;
}
.souda_mesco {
	margin: 0 auto;
	text-align: center;
		width: 150px;
}
.souda_mesco img {
	width: 100px;
}
.head_copy > h2 {
	font-family: "Ryumin Bold KL";
	font-size: 18px;
	margin: 0;
}
.head_copy > h2 .fontlarge {
}
.footnavi {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	height: 2em;
	display: block;
	float: left;
}
.topbanner {width: 100%; aspect-ratio: 100 / 28;  margin: 30px 0; position: relative; top: 60px; }
#page-2,#page-3,#page-4,#page-5, .main {
	/* border-top: 1px solid #666; */
	padding: 5px;
}
.left_c_100 {
	border: 0px solid #999;
	width: 100%;
	float: left;
}
.left_c {
	border: 0px solid #999;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	/*padding: 0 20px;*/
}
.right_c {
	border: 0px solid #999;
	width: 100%;
	float: right;
	display: flex;
	justify-content: center;
	margin: 0 0 8px 0;
}
.right_c img {
	border: 1px solid #bbb;
	margin: 0 auto;
	width: 90%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	object-position: 0 -5px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.2);
}
.en {
	color: #333333;
}
.sec {
	font-size: 40px;
	line-height: 1.3;
	transform: scale(1.1, 1);
	transform-origin: top left;
	font-family:'UD Shin Go Conde90 M';
	margin: 0 0 30px 0;
	border-bottom: 1px solid #999999;
}
.page-6 .maincopy {
	font-size: 22px;
	width: 92%;
	margin-bottom: 15px;
	font-family:'Shin Go Bold';
	/*transform: scale(1.1, 1);
	transform-origin: top left;
	font-size: 22px;
	font-family:'UD Shin Go Conde90 M';*/
}
#page-10 .maincopy {
	font-size: 28px;
	font-family:'UD Shin Go Conde90 M';
	line-height: 1.4;
	margin-bottom: 5px;
}
.catchcopy {
	width: 92%;
	margin-bottom: 5px;
	font-size: 15px;
	font-family:'UD Shin Go Conde90 M';
	line-height: 1.2;
}
.subcopy {
	width: 100%;
	/*transform: scale(1.1, 1);
	transform-origin: top left;*/
	font-size: 14px;
	font-family:'Shin Go Regular';
	font-feature-settings:'palt';
	line-height: 1.2;
	text-align: justify;
}
.nowrap {
	white-space: nowrap;
}

/* 一覧を見るボタン */
.newslist {
	width: 100%;
	margin-top: 30px;
}
.linkbtn_m {
}
.linkbtn_m a {
	width: 180px;
	padding: 18px 18px 18px 23px;
	background: #313131;
	border: 1px solid #313131;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	margin: 0 auto;
}
.linkbtn_m a:link,
.linkbtn_m a:visited {
	color: #ffffff;
	background: #313131;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	border-left: 1px solid #313131;
	border-right: 1px solid #ffffff;
}
.linkbtn_m a:active,
.linkbtn_m a:hover {
	color: #313131;
	background: #ffffff;
	border: 1px solid #313131;
}
.linkbtn_m a:link::after {
	content: '〉';
	float: right;
	position: relative;
	right: -15px;
}
.linkbtn_m a:link::before {
	float: right;
	margin-left: 10px;
	padding: 0;
	content: '';
	border-left: 1px solid #eee;
	height: 56px;
	position: relative;
	top: -18px;
	right: 30px;
}
.linkbtn_m a:hover::after {
	transition: all 1s ease;
	/*border-left: 1px solid #313131;*/
}
.linkbtn_m a:hover::before {
	transition: all 1s ease;
	border-left: 1px solid #313131;
	height: 56px;
	position: relative;
	top: -18px;
	right: 30px;
}

/* 詳しく見るボタン */
.linkbtn_l {
	clear: both;
}
.linkbtn_l a {
	/*width: 240px;*/
	padding: 18px 18px 18px 28px;
	background: #313131;
	border: 1px solid #313131;
	border-radius: 5px;
	display: block;
	font-size: .941em;
	margin-top: 20px;
}
.linkbtn_l a:link,
.linkbtn_l a:visited {
	color: #ffffff;
	background: #313131;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	border-left: 1px solid #313131;
	border-right: 1px solid #ffffff;
}
.linkbtn_l a:active,
.linkbtn_l a:hover {
	color: #313131;
	background: #ffffff;
	border: 1px solid #313131;
}
.linkbtn_l a:after {
	content: '〉';
	float: right;
	position: relative;
	right: -20px;
}
.linkbtn_l a:before {
	float: right;
	margin-left: 20px;
	padding: 0;
	content: '';
	border-left: 1px solid #eee;
	height: 58px;
	position: relative;
	top: -18px;
	right: 40px;
}
.linkbtn_l a:hover::after {
	transition: all 1s ease;
	/*border-left: 1px solid #313131;*/
}
.linkbtn_l a:hover::before {
	transition: all 1s ease;
	border-left: 1px solid #313131;
	height: 58px;
	position: relative;
	top: -18px;
	right: 40px;
}

/* リリース一覧ページのナビリンク
----------------------------------------------------------- */
.emm-page {
	position: relative;
	z-index: 10;
	border: 1px solid #aaa;
	float: left;
	width: 40px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	text-align: center;
}

.emm-page2 {
	position: relative;
	z-index: 30;
	border: 1px solid #aaa;
	float: left;
	width: 60px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	text-align: center;
}

.emm-prev,
.emm-next {
	position: relative;
	z-index: 20;
	border: 1px solid #aaa;
	float: left;
	width: 60px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	text-align: center;
}

.headline {
	display:none;
}
.h_eng {
	margin: 0 auto;
	width: 100%;
}
a:link img.ch_en,a:visited img.ch_en {
	padding: 10px;
	height: 90px;
}
a:link img.ch_pi,a:visited img.ch_pi {
	padding: 10px;
	height: 90px;
	position: relative;
	top: 20px;
}
a:link img.ch_ma,a:visited img.ch_ma {
	padding: 10px;
	height: 90px;
}
a:link img.ch_en2,a:visited img.ch_en2 {
	padding: 10px;
	height: 60px;
}
a:link img.ch_pi2,a:visited img.ch_pi2 {
	padding: 10px;
	height: 50px;
	position: relative;
	top: 0px;
}
a:link img.ch_ma2,a:visited img.ch_ma2 {
	padding: 10px;
	height: 60px;
}
a:link img.ch_en,a:visited img.ch_en,a:link img.ch_en2,a:visited img.ch_en2 {
	animation: fuwafuwa1 3s ease-in-out infinite alternate;
	transition: .5s ease-in-out;
}
a:link img.ch_pi,a:visited img.ch_pi,a:link img.ch_pi2,a:visited img.ch_pi2 {
	animation: fuwafuwa2 3s ease-in-out infinite alternate;
	transition: .5s ease-in-out;
}
a:link img.ch_ma,a:visited img.ch_ma,a:link img.ch_ma2,a:visited img.ch_ma2 {
	animation: fuwafuwa3 3s ease-in-out infinite alternate;
	transition: .5s ease-in-out;
}
@keyframes fuwafuwa1 { 0% { transform:translate(0, 0) rotate(-3deg); } 50% { transform:translate(0, -7px) rotate(0deg); } 100% { transform:translate(0, 0) rotate(7deg); } }
@keyframes fuwafuwa2 { 0% { transform:translate(0, 0) rotate(7deg); } 50% { transform:translate(0, -7px) rotate(0deg); } 100% { transform:translate(0, 0) rotate(-7deg); } }
@keyframes fuwafuwa3 { 0% { transform:translate(0, 0) rotate(-10deg); } 50% { transform:translate(0, -7px) rotate(0deg); } 100% { transform:translate(0, 0) rotate(7deg); } }
a:active img.ch_en,a:hover img.ch_en,a:active img.ch_en2,a:hover img.ch_en2 {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
	transform-origin: center center;
	transform: scale(1.2);
}
a:active img.ch_pi,a:hover img.ch_pi,a:active img.ch_pi2,a:hover img.ch_pi2 {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
	transform-origin: bottom center;
	transform: scale(1.2);
}
a:active img.ch_ma,a:hover img.ch_ma,a:active img.ch_ma2,a:hover img.ch_ma2 {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
	transform-origin: center left;
	transform: scale(1.2);
}
.mininav {
	float: right;
	position: relative;
	top: 0;
	z-index: 1;
}
#masthead hgroup h1 a img {
	width: 350px;
}
#page-5 {
	/* background: #E1DFDA !important; */
}
#page-5 .inf{
	margin-bottom: initial;
	width: calc(100% - 10%);
}
.wrap-inf {
	margin: 20px auto;
	max-width: 1050px;
}
.wrap-inf a:link, .wrap-inf a:visited, .wrap-inf a:active, .wrap-inf a:hover {
	color: #fff;
}

.message p {
	text-align: justify;
	/*font-size: 14px;*/
	font-family: TBUDGothic R;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.message strong {
	font-family: TBUDGothic R;
}
.message big {
	font-size: 18px;
	font-family: TBUDGothic R;
}
.message .left_block {
	float: left;
	width: calc(((100% / 3) * 2) + 0px);
}
.message .right_block {
	float: right;
	width: calc(((100% / 3) * 1) - 0px);
}

/* BANNER IMAGES */
.eng-bnr:after      { background: url(/assets/images/__engs.png)      no-repeat center center; }
.pip-bnr:after      { background: url(/assets/images/__pipes.png)     no-repeat center center; }
.mat-bnr:after      { background: url(/assets/images/__materials.png) no-repeat center center; }

/* HOME IMAGES */
.left-top:after     { background: url(/assets/images/__company.png) no-repeat center center; }
.right-top:after    { background: url(/assets/images/__finance.png) no-repeat center center; }
.left-bottom:after  { background: url(/assets/images/__recruit2.png) no-repeat center center; }
.right-bottom:after { background: url(/assets/images/__catalog.png) no-repeat center center; }

/* ENG IMAGES */
.left-en-top:after     { background: url(/assets/images/en-eq.jpg) no-repeat center center; }
.middle-en-top:after   { background: url(/assets/images/en-catalog.jpg) no-repeat center center; }
.right-en-top:after    { background: url(/assets/images/en-blanch2.jpg) no-repeat center center; }

.eng-cate1:after       { background: url(/assets/images/__engs.png)      no-repeat center center; }
.eng-cate2:after       { background: url(/assets/images/__engs2.jpg)      no-repeat center center; }
.eng-cate3:after       { background: url(/assets/images/__engs3.jpg)      no-repeat center center; }
.eng-cate4:after       { background: url(/assets/images/__engs4.png)      no-repeat center center; }


/* ENG bottom
.left-en-bottom:after  { background: url(/assets/images/__company.png) no-repeat center center; }
.middle-en-bottom:after{ background: url(/assets/images/__recruit.png) no-repeat center center; }
.right-en-bottom:after { background: url(/assets/images/__finance.png) no-repeat center center; }*/

/*PIPE IMAGES */
.left-pi-top:after     { background: url(/assets/images/pipes_banner-04-l.jpg) no-repeat center center; }
.middle-pi-top:after   { background: url(/assets/images/pipes_banner-06-l.jpg) no-repeat center center; }
.right-pi-top:after    { background: url(/assets/images/pipes_banner-02-l2.jpg) no-repeat center center; }

.pip-cate1:after       { background: url(/assets/images/pipes_banner-01-l.jpg)      no-repeat center center; }
.pip-cate2:after       { background: url(/assets/images/pipes_banner-02-l.jpg)      no-repeat center center; }
.pip-cate3:after       { background: url(/assets/images/pipes_banner-03-l.jpg)      no-repeat center center; }
.pip-cate4:after       { background: url(/assets/images/pipes_banner-05-l.jpg)      no-repeat center center; }

/* PIPE bottom
.left-pi-bottom:after  { background: url(/assets/images/__company.png) no-repeat center center; }
.middle-pi-bottom:after{ background: url(/assets/images/__recruit.png) no-repeat center center; }
.right-pi-bottom:after { background: url(/assets/images/__finance.png) no-repeat center center; }*/

/* MATE IMAGES */
.left-ma-top:after     { background: url(/assets/images/ma-dataseet.jpg) no-repeat center center; }
.middle-ma-top:after   { background: url(/assets/images/ma-catalog.jpg) no-repeat center center; }
.right-ma-top:after    { background: url(/assets/images/ma-contanct2.jpg) no-repeat center center; }

.mat-cate1:after       { background: url(/assets/images/__mates1.jpg)      no-repeat center center; }
.mat-cate2:after       { background: url(/assets/images/__mates2.jpg)      no-repeat center center; }
.mat-cate3:after       { background: url(/assets/images/__mates3.jpg)      no-repeat center center; }
.mat-cate4:after       { background: url(/assets/images/__mates4.jpg)      no-repeat center center; }

/* MATE bottom
.left-ma-bottom:after     { background: url(/assets/images/__company.png) no-repeat center center; }
.middle-ma-bottom:after  { background: url(/assets/images/__recruit.png) no-repeat center center; }
.right-ma-bottom:after    { background: url(/assets/images/__finance.png) no-repeat center center; }*/

.eng-bnr, .pip-bnr, .mat-bnr,
.eng-cate1, .pip-cate1, .mat-cate1,
.eng-cate2, .pip-cate2, .mat-cate2,
.eng-cate3, .pip-cate3, .mat-cate3,
.eng-cate4, .pip-cate4, .mat-cate4,
.left-top, .right-top, .left-bottom, .right-bottom,
.left-en-top, .middle-en-top, .right-en-top, .left-en-bottom, .middle-en-bottom, .right-en-bottom,
.left-pi-top, .middle-pi-top, .right-pi-top, .left-pi-bottom, .middle-pi-bottom, .right-pi-bottom,
.left-ma-top, .middle-ma-top, .right-ma-top, .left-ma-bottom, .middle-ma-bottom, .right-ma-bottom {
	position: relative;
	overflow: hidden;
	/*width: calc(100% - 40px);*/
	aspect-ratio: 3 / 2;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 10px;
	margin: 10px auto;
}

.eng-bnr:after, .pip-bnr:after, .mat-bnr:after,
.eng-cate1:after, .pip-cate1:after, .mat-cate1:after,
.eng-cate2:after, .pip-cate2:after, .mat-cate2:after,
.eng-cate3:after, .pip-cate3:after, .mat-cate3:after,
.eng-cate4:after, .pip-cate4:after, .mat-cate4:after,
.left-top:after, .right-top:after, .left-bottom:after, .right-bottom:after,
.left-en-top:after, .middle-en-top:after, .right-en-top:after, .left-en-bottom:after, .middle-en-bottom:after, .right-en-bottom:after,
.left-pi-top:after, .middle-pi-top:after, .right-pi-top:after, .left-pi-bottom:after, .middle-pi-bottom:after, .right-pi-bottom:after,
.left-ma-top:after, .middle-ma-top:after, .right-ma-top:after, .left-ma-bottom:after, .middle-ma-bottom:after, .right-ma-bottom:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.eng-bnr:hover:after, .pip-bnr:hover:after, .mat-bnr:hover:after,
.eng-cate1:hover:after, .pip-cate1:hover:after, .mat-cate1:hover:after,
.eng-cate2:hover:after, .pip-cate2:hover:after, .mat-cate2:hover:after,
.eng-cate3:hover:after, .pip-cate3:hover:after, .mat-cate3:hover:after,
.eng-cate4:hover:after, .pip-cate4:hover:after, .mat-cate4:hover:after,
.left-top:hover:after, .right-top:hover:after,
.left-bottom:hover:after, .right-bottom:hover:after,
.left-top:active:after, .right-top:active:after,
.left-bottom:active:after, .right-bottom:active:after,
.left-en-top:hover:after, .middle-en-top:hover:after, .right-en-top:hover:after,
.left-en-bottom:hover:after, .middle-en-bottom:hover:after, .right-en-bottom:hover:after,
.left-pi-top:hover:after, .middle-pi-top:hover:after, .right-pi-top:hover:after,
.left-pi-bottom:hover:after, .middle-pi-bottom:hover:after, .right-pi-bottom:hover:after,
.left-ma-top:hover:after, .middle-ma-top:hover:after, .right-ma-top:hover:after,
.left-ma-bottom:hover:after, .middle-ma-bottom:hover:after, .right-ma-bottom:hover:after,
.left-en-top:active:after, .middle-en-top:active:after, .right-en-top:active:after,
.left-en-bottom:active:after, .middle-en-bottom:active:after, .right-en-bottom:active:after,
.left-pi-top:active:after, .middle-pi-top:active:after, .right-pi-top:active:after,
.left-pi-bottom:active:after, .middle-pi-bottom:active:after, .right-pi-bottom:active:after,
.left-ma-top:active:after, .middle-ma-top:active:after, .right-ma-top:active:after,
.left-ma-bottom:active:after, .middle-ma-bottom:active:after, .right-ma-bottom:active:after {
	opacity: .6;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.eng-bnr a, .pip-bnr a, .mat-bnr a,
.eng-cate1 a, .pip-cate1 a, .mat-cate1 a,
.eng-cate2 a, .pip-cate2 a, .mat-cate2 a,
.eng-cate3 a, .pip-cate3 a, .mat-cate3 a,
.eng-cate4 a, .pip-cate4 a, .mat-cate4 a,
.left-top a, .right-top a,
.left-bottom a, .right-bottom a,
.left-en-top a, .middle-en-top a, .right-en-top a,
.left-en-bottom a, .middle-en-bottom a, .right-en-bottom a,
.left-pi-top a, .middle-pi-top a, .right-pi-top a,
.left-pi-bottom a, .middle-pi-bottom a, .right-pi-bottom a,
.left-ma-top a, .middle-ma-top a, .right-ma-top a,
.left-ma-bottom a, .middle-ma-bottom a, .right-ma-bottom a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-family: 'TBUDGothic E';
	font-size: 15px;
	width: 100%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}
.left-top,.right-top,.left-bottom,.right-bottom {
	width: calc((100% / 1) - 40px);
	float: left;
	margin: 20px;
	/* box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.2); */
}

/* 2x2 */
img.slogan {
	width: 280px;
	position: absolute;
	top: 55px;
	left: -10px;
	z-index: 1;
}
video {
	display: flex;
	object-fit: cover;
	position: relative;
	height: 350px;
	width: 100%;
	top: 0;
	left: 0;
}
.cntct a {
	display: none;
}
.video1 {
	object-position: 50% 95%;
}
.video2 {
	object-position: 50% 25%;
}
.video3 {
	object-position: 50% 65%;
}
.video4 {
	object-position: 50% 50%;
}
.cntct a:link,.cntct a:visited {
	position: relative;
	float: left;
	padding: 5px 10px;
	top: -40px;
	right: 0;
	border-radius: 7px;
	background: #00881a;
	border: 1px solid #00881a;
	color: #fff;
}
.cntct a:active,.cntct a:hover {
	background: #fff;
	color: #00881a;
}
	#page-1 > div:nth-child(4) > div.h_eng > p > a:nth-child(1) > img,
	#page-1 > div:nth-child(4) > div.h_eng > p > a:nth-child(2) > img,
	#page-1 > div:nth-child(4) > div.h_eng > p > a:nth-child(3) > img {
		height: 70px;
	}

.mescochar {
	text-align: center;
}
.right_c img {
	max-width: 600px;
}

.entry-header {
	max-width: 1560px;
	margin: 0 auto;
}
.entry-content tr:nth-child(2n) td {
	background: #f9f9f9;
}
th {
	font-weight: bold;
	padding: 0 5px;
	background: #ededed;
}
.w10,.w15,.w20,.w25,.w30,.w35,.w40,.w50,.w60,.w70,.w75,.w80,w85,.w90,.w100 { padding-right: 5px!important; padding-left : 5px!important; font-size: 83%;}
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w100 { width: 100%; }
.al{ text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.m0a { margin: 0 auto; }
.cw,.cw a { color: #ffffff!important; }
.bd1 { border-radius: 5px; border: 1px solid #999999; }
.mp0 { margin:0!important;padding:0!important; }
#page-top{
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	bottom: 2%;
	right: 2%;
}
.hol90 {
	transform: scale(0.9, 1);
	transform-origin: top left;
	white-space: nowrap;
}
.gmap a {
	color: #ffffff!important;
	background: #2b8847;
	border: 1px solid #2b8847;
	font-weight: bold;
	font-size: 77%;
	padding: 2px 6px;
}
.daihyo_box {
	background: url(/images/daihyo_bg.jpg);
	float: left;
	display: block;
	width: 98%;
	height: 250px;
	border: 0px solid #999999;
	margin: 0;
	padding: 0 20px;
}
.col_4-2-1 {
	width: calc((100% / 1) - 20px);
	float: left;
}
.col_3-1 {
	width: calc((100% / 1) - 20px);
	float: left;
	padding: 20px;
	margin: 5px;
}
.col_2-1 {
	width: calc((100% / 1) - 20px);
	float: left;
	padding: 20px;
	margin: 5px;
}
.col_1-1 {
	width: calc((100% / 1) - 20px);
	float: left;
	padding: 20px;
	margin: 5px;
}
.en_flow {
	width: 100%;
	max-width: 830px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.en_flow_noL,
.en_flow_noR {
	font-size: 18px;
	height: 100%;
}
.en_flow_noL,
.en_flow_noR {
	border-width: 6px;
	border-style: solid;
	transform: scale(1, 1)!important;
	padding: 5px 20px;
	font-weight: bold;
}
.en_flow_noL {
	text-align: center;
	width: 10%;
	border-radius: 30px 0 0 30px;
	float: left;
	border-right: 0px;
}
.en_flow_noR {
	border-left: 0px;
	width: 85%;
	border-radius: 0 30px 30px 0;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
.pi_product {
	float: right;
	width: 40%;
}
.mat_rayshut .entry-content img {
	width: 100%;
}
.maincatch {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	max-width: 1050px;
	padding: 5px;
}
.maincatch .sect {
	font-family:'Shin Go Bold';
	color: #fff;
	font-size: 12px;
}
.maincatch .mainc {
	color: #fff;
	font-family:'Shin Go Bold';
	line-height: 1.3;
	font-size: 18px;
}
.maincatch .subc {
	display: none;
	font-family:'Shin Go Regular';
	color: #fff;
	font-size: 9px;
	line-height: 1.3;
}
.contact input,
.contact textarea,
.contacto_to_engineering input,
.contacto_to_engineering textarea,
.contact_to_pipe input,
.contact_to_pipe textarea,
.contact_to_material input,
.contact_to_material textarea {
	width: 100%;
}
.new_list {
	float: left;
	background: #ff0000;
	color: #ffffff;
	font-size: 70%;
	margin-right: 5px;
	padding: 3px 6px;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}
.nav-previous, .nav-next {
	margin: 0 30px;
	display: inline-block;
	width: calc((100% / 2) - 64px);
}
.youtube {
	float:left;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-right: 8px;
	margin-bottom: 50px;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}


/* リリース一覧ページのナビリンク
----------------------------------------------------------- */
.emm-paginate {
	font-size: 70%;
	margin: 0 auto;
	width: 43rem;
}
.emm-page {
	position: relative;
	z-index: 10;
	border: 1px solid #aaa;
	float: left;
	width: 20px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	text-align: center;
}

.emm-page2 {
	position: relative;
	z-index: 30;
	border: 1px solid #aaa;
	float: left;
	width: 30px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	text-align: center;
}

.emm-prev,
.emm-next {
	position: relative;
	z-index: 20;
	border: 1px solid #aaa;
	float: left;
	width: 30px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	text-align: center;
}
.col_1_3 {
	width: calc((( 100% / 3 ) * 1 ) - 20px );
	float: right;
}
.col_2_3 {
	width: calc((( 100% / 3 ) * 2 ) - 20px );
	float: left;
}
.col_1_3 img {
	width: 80px;
}
#malaysia,
#thai,
#taiwan,
#usa,
#philippines,
#indonesia,
#sapporo,
#sendai,
#hokuriku,
#nagoya,
#osaka,
#hiroshima,
#fukuoka,
#oita,
#tohoku,
#kamioka,
#honsha,
#tokyo,
#kyushu{
    scroll-margin-top: 55px;
}

#project,
#plant,
#sekkei,
#kensetsu,
#sougyou,
#maintenance {
    scroll-margin-top: 55px;
}
.slogan_wrap {
	max-width: 1500px;
	width: 100%;
	height: 0;
	margin: 0 auto;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.entry-header .entry-title {
		/*font-size: 22px;
		font-size: 1.571428571rem;
		font-size: 2.3em;
		line-height: 1.3;*/
		font-size: 30px;
		transform: scale(1.1, 1);
		transform-origin: top left;
		font-family: 'UD Shin Go Conde90 M';
		margin: 0 0 30px 0;
		padding: 0;
		border-bottom: 1px solid #999999;
		max-width: 91%;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	#page-2 {
		position: relative;
	}
	#masthead hgroup h1 a img {
		width: 400px;
	}
	.linkbtn_l a {
		width: 265px;
	}
	#page-2,#page-3,#page-4 {
		width: 33%;
		float: left;
	}
	#page-5, .main {
		padding: 0% 0;
	}
	.pageinnerwrap {
		/*margin: 0 auto;
		max-width:1560px;*/
	}
	.sumik {
		/*border-top: 1px solid #333333;
		padding-top: 60px;*/
	}
	.sec {
		font-size: 45px;
		/*padding-left: 20px;*/
	}
	.cntct a:link,.cntct a:visited {
		padding: 5px 10px;
		top: -60px;
		right: 0;
		float: right;
	}
	a:link img.ch_en,a:visited img.ch_en {
		height: 120px;
	}
	a:link img.ch_pi,a:visited img.ch_pi {
		height: 120px;
	}
	a:link img.ch_ma,a:visited img.ch_ma {
		height: 120px;
	}
	.bottomarea {
		margin-top: 50px;
		padding: 10px 150px;
		content: '';
		display: block;
		clear: both;
	}
	.sec {
		/*transform: scale(1.1, 1);
		transform-origin: top left;
		font-size: 45px;
		font-family:'Shin Go Bold';
		padding-left: 20px;*/
	}
	.page-6 .maincopy {
		width: 99%;
		margin-bottom: 8px;
		/*transform: scale(1.1, 1);
		transform-origin: top left;*/
		font-size: 30px;
		line-height: 1.2;
	}
	.subcopy {
		width: 100%;
		font-family:'UD Shin Go Conde90 L';
		/*transform: scale(1.1, 1);*/
		/*transform-origin: top left;*/
		/*font-size: 20px;*/
		font-feature-settings:'palt';
		line-height: 1.4;
	}
	.left-top, .right-top, .left-bottom, .right-bottom,
	.left-en-top, .middle-en-top, .right-en-top, .left-en-bottom, .middle-en-bottom, .right-en-bottom,
	.left-pi-top, .middle-pi-top, .right-pi-top, .left-pi-bottom, .middle-pi-bottom, .right-pi-bottom,
	.left-ma-top, .middle-ma-top, .right-ma-top, .left-ma-bottom, .middle-ma-bottom, .right-ma-bottom {
		/*width: calc(70% - 60px);*/
	}
	.cntct a:link,.cntct a:visited {
		position: relative;
		float: left;
		padding: 5px 10px;
		top: -40px;
		right: 0;
		border-radius: 7px;
		background: #00881a;
		border: 1px solid #00881a;
		color: #fff;
	}
	.col_4-2-1 {
		width: calc((100% / 2) - 20px);
	}
	.col_3-1 {
		width: calc((100% / 3) - 20px);
	}
	.col_1-1 {
		width: calc((100% / 1) - 40px);
	}
	.president {
		width: initial;
		clear: none;
	}
	.mat_rayshut .entry-content img {
		width: initial;
	}
	.maincatch {
		padding: 20px;
	}
	.new_list {
		margin: 10px 5px 5px 0px;
		padding: 0 6px;
		line-height: 1.8;
	}
	.emm-paginate {
		font-size: initial;
		width: 70rem;
	}
	.emm-page {
		width: 40px;
	}
	.emm-page2 {
		width: 60px;
	}
	.emm-prev,
	.emm-next {
		width: 60px;
	}
	.site-content {
		margin: 60px auto;
	}
	.youtube {
		width: 49%;
	}
	.col_1_3 img {
		width: 170px;
	}
	#malaysia,
	#thai,
	#taiwan,
	#usa,
	#philippines,
	#indonesia,
	#sapporo,
	#sendai,
	#hokuriku,
	#nagoya,
	#osaka,
	#hiroshima,
	#fukuoka,
	#oita,
	#tohoku,
	#kamioka,
	#honsha,
	#tokyo,
	#kyushu{
	    scroll-margin-top: 85px;
	}
	
	#project,
	#plant,
	#sekkei,
	#kensetsu,
	#sougyou,
	#maintenance {
	    scroll-margin-top: 85px;
	}
}

/* Minimum width of 700 pixels. */
@media screen and (min-width: 700px) {
	.page-6 {
		width: calc( 100% / 3 );
	}
	.page-7 {
		width: calc(22.2222% - 10px);
		padding-bottom: 150px;
		aspect-ratio: 3 / 2 !important;
	}
	.page-6 .maincopy {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.left-top,.right-top,.left-bottom,.right-bottom {
		width: calc((100% / 2) - 40px);
		font-size: 80%;
	}
	.en_flow_noL,
	.en_flow_noR {
		font-size: 22px;
	}
	.maincatch .sect, .maincatch .mainc, .maincatch .subc {
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
	}
	.maincatch .sect {
		font-family:'Shin Go Bold';
		color: #fff;
		font-size: 16px;
	}
	.maincatch .mainc {
		color: #fff;
		font-family:'Shin Go Bold';
		line-height: 1.3;
		font-size: 24px;
	}
	.maincatch .subc {
		display: initial;
		font-family:'Shin Go Regular';
		color: #fff;
		font-size: 12px;
		line-height: 1.3;
	}
	.slider {
		max-width: 1500px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		aspect-ratio: 15 / 9.3;
	}
	video {
		top: 0;
	}
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	img.slogan {
		top: 100px;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
	}
	body .site {
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.mescochar {
		width: 100%;
	}
	.sec {
		
	}
	#page-10 .subcopy {
		font-size: 16px;
	}
	.page-6 .maincopy {
		font-size: 20px;
	}
	.catchcopy {
		font-size: 20px;
	}
	.cntct a:link,.cntct a:visited {
		float: right;
		right: 0;
	}
	.left_c {
	}
	.right_c {
		border: 0px solid #999;
		/*width:40%;*/
		float: right;
		display: flex;
		justify-content: center;
	}
	/*.slider {
		height: 400px;
		position: relative;
		top: 100px;
	}*/
	/*video {
		height: 400px;
	}*/
	.left-top,.right-top,.left-bottom,.right-bottom {
		width: calc((100% / 4) - 40px);
	}
	.col_4-2-1 {
		width: calc((100% / 4) - 20px);
	}
	.col_2-1 {
		width: calc((100% / 2) - 20px);
	}
	.w10,.w15,.w20,.w25,.w30,.w40,.w50,.w60,.w70,.w75,.w80,w85,.w90 { font-size: initial;
	}
	/*img.slogan {
		width: 480px;
		position: absolute;
		top: 80px;
		left: -10px;
		z-index: 1;
	}*/
	.maincatch .sect {
		font-family:'Shin Go Bold';
		color: #fff;
		font-size: 20px;
	}
	.maincatch .mainc {
		color: #fff;
		font-family:'Shin Go Bold';
		line-height: 1.3;
		font-size: 28px;
	}
	.maincatch .subc {
		font-family:'Shin Go Regular';
		color: #fff;
		font-size: 16px;
		line-height: 1.3;
	}
	.home_wrap {
		/*margin-top: 120px;*/
		position: relative;
	}
}

/* Minimum height of 1000 pixels. */
@media screen and (min-height: 1000px) {
	.linkbtn_s {
		margin-top: 80px;
	}
	#page-1 > div:nth-child(4) > div.h_eng > p > a:nth-child(1) > img,
	#page-1 > div:nth-child(4) > div.h_eng > p > a:nth-child(2) > img,
	#page-1 > div:nth-child(4) > div.h_eng > p > a:nth-child(3) > img {
		height: 150px;
		width: auto;
	}
}

/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1250px) {
/*
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 20px 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip-path: inset(50%);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip-path: none;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
*/
	.site-content article {
		padding-top: 120px;
	}
	.head_copy,.catch {
		/* width:calc(50% - 0px);
		float: left; */
	}
	.catch {
		/* width: 54%;
		float: left; */
	}
	.souda_mesco img {
		width: 150px;
		/*width: 220px;
		float: right;
		margin-right: 20px;*/
	}

	.head_copy {
		padding: 10px 0;
		width:calc(20% - 0px);
		float: left;
		text-align: left;
	}
	.catch {
		padding: 10px 0;
		width:calc(55% - 0px);
		font-size: 70%;
		font-family: "UD Shin Go Conde90 L";
		line-height: 1.3;
		float: left;
		margin-right: 10px;
	}
	.souda_mesco {
		width: 23%;
		display: inline-block;
		/*margin: 0 30px;*/
	}

	/*.slider {
		height: 425px;
		position: relative;
		top: 90px;
		overflow: hidden;
	}
	video {
		height: 425px;
	}*/
	img.slogan {
		width: 340px;
		position: relative;
		/*top: 100px;
		left: -5px;*/
		z-index: 1;
	}
	.home_wrap {
		/*margin-top: 120px;*/
		margin-bottom: 20px;
	}
	.home_wrap::after {
		content: '';
		display: block;
		clear: both;
	}
	.bottomarea {
		/*padding: 15px 150px 15px 285px;
		padding: 1% 9% 1% 17%;*/
		content: '';
		display: block;
		clear: both;
	}
	a:link img.ch_en,
	a:visited img.ch_en {
		padding: 10px;
		height: 110px;
	}
	a:link img.ch_pi,
	a:visited img.ch_pi {
		padding: 10px;
		height: 100px;
		position: relative;
		top: 20px;
	}
	a:link img.ch_ma,
	a:visited img.ch_ma {
		padding: 10px;
		height: 110px;
	}
	.eng-bnr, .pip-bnr, .mat-bnr,
	.eng-cate1, .pip-cate1, .mat-cate1,
	.eng-cate2, .pip-cate2, .mat-cate2,
	.eng-cate3, .pip-cate3, .mat-cate3,
	.eng-cate4, .pip-cate4, .mat-cate4 {
		/*box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.2);*/
	}
	
	.engineerings .page-6,
	.engineerings .page-6,
	.engineerings .page-6 {
		
	}
	
	.left-en-top, .middle-en-top, .right-en-top,
	.left-en-bottom, .middle-en-bottom, .right-en-bottom,
	.left-pi-top, .middle-pi-top, .right-pi-top,
	.left-pi-bottom, .middle-pi-bottom, .right-pi-bottom,
	.left-ma-top, .middle-ma-top, .right-ma-top,
	.left-ma-bottom, .middle-ma-bottom, .right-ma-bottom {
		/*width: calc((100% / 3) - 60px);
		width: calc((((100% / 3) - 100px) * 2) / 3);
		float: left;
		margin: 30px;
		height: 100%;*/
	}
	.left-en-top a, .middle-en-top a, .right-en-top a,
	.left-en-bottom a, .middle-en-bottom a, .right-en-bottom a,
	.left-pi-top a, .middle-pi-top a, .right-pi-top a,
	.left-pi-bottom a, .middle-pi-bottom a, .right-pi-bottom a,
	.left-ma-top a, .middle-ma-top a, .right-ma-top a,
	.left-ma-bottom a, .middle-ma-bottom a, .right-ma-bottom a {
		font-size: 15px;
	}
	.col1 {
		width: calc((100% / 5) - 75px);
	}
	.col2, .col3 {
		width: calc((100% / 5) - 10px);
	}
	.btm {
		text-align: right;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.linkbtn_l { margin-top: 100px; }
	.page-6 .maincopy {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
		/*padding-left: 20px;
		width: 92%;*/
	}
	.page-6 .maincopy {
		font-family:'Shin Go Bold';
		font-size: 20px;
		margin: 10px 0 5px 0;
		/*transform: scale(1, 1);
		transform-origin: top left;
		font-family:'UD Shin Go Conde90 M';
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: black;*/
	}
	.subcopy {
		font-size: 12px;
		line-height: 1.2;
		width: 97%;
		/*padding-left: 20px;*/
	}
	.page-6 .subcopy {
		/* font-family:'Shin Go Regular'; */
	}
	.newslist {
		width: 40%;
	}
	.bottomarea {
		margin-top: 0px;
		content: '';
		display: block;
		clear: both;
	}
	.site-info {
		/*padding: 10px 105px;*/
		max-width: 1200px;
		margin: 0 auto;
		/*height: 100px;*/
	}
/*}
@media screen and (min-width:1250px) {*/
/*	.maincatch .sect {
		font-family:'Shin Go Bold';
		color: #fff;
		font-size: 32px;
	}
	.maincatch .mainc {
		color: #fff;
		font-family:'Shin Go Bold';
		line-height: 1.3;
		font-size: 48px;
	}
	.maincatch .subc {
		font-family:'Shin Go Regular';
		color: #fff;
		font-size: 24px;
		line-height: 1.3;
	}*/
	.headline {
		display: initial;
		text-align: right;
		font-size: 28px;
		font-family:'UD Shin Go Conde90 M';
		transform: scale(1.1, 1);
		transform-origin: top left;
		padding: 0 40px;
		float: right;
	}
}

* {
	transition: all 1s ease;
}
/*
@media screen and (min-width:1360px) {
	.head_copy {
		padding: 10px 0;
		width:calc(20% - 0px);
		float: left;
		text-align: left;
	}
	.catch {
		padding: 10px 0;
		width:calc(55% - 0px);
		font-size: 70%;
		font-family: "UD Shin Go Conde90 L";
		line-height: 1.3;
		float: left;
		margin-right: 10px;
	}
	.souda_mesco {
		width: 150px;
		display: inline-block;
		margin: 0 30px;
	}
}
*/
/*.パイプニュース 20250731 */
.pn_blk:nth-child(even) {
	background: #eee;
}
.pn_blk {
	padding: 10px;
	border-top: 1px solid #ccc;
}
.pn_blk::after {
	content: '';
	display: block;
	clear: both;
}
.pn_thumb {
	float: left;
}
.pn_thumb img {
	height: 148px!important;
	width: 105px;
	object-fit: cover;
	object-position: top 0 left 0px;
	border: 1px solid #999;
	padding: 0;
}
.pn_copy {
	margin-left: 10px;
	float: left;
}
.pn_copy ul {
	margin: 0 0 0 30px;
}
.pn_copy p {
	margin-bottom: 2px!important;
}


