/*
Theme Name: DAIKEI (Twenty Twelve)
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
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 {
	line-height: 1;
}
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;
}
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: 20px 0;
	width:100%;
	float:left;
}
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,
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(top, #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,
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(top, #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(top, #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,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	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%;
	margin:10px 0;
}
.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 {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/* border-radius: 3px; */
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}
.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%;
	display: none;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	display: none;
}
.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;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	max-width: 1400px; margin: auto;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

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

/* Page structure */
.site {
	padding: 0;
	background-color: #fff;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 20px 0 0;
}

/* Header */
.site-header {
	position: relative;
	padding: 17px 5px 0 5px;
	/*width:960px;*/ width: 100%;
    /* max-width: 1500px;*/
	height:43px;
	margin:0 auto;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: flex;
	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;
	color: #333;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin: 0;
    float: right;
    width: auto;
    height: 40px;
    min-width: 800px;
    position: relative;
}
.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 {
	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 {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #333;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #333;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Sidebar */
#page-secondary {
	float:left;
	margin:0;
}
#page-secondary img {
	margin:0 0 20px 0;
}
#page-secondary p {
	margin:0 0 10px 0;
	font-size:95%;
}


/* Footer */
footer[role="contentinfo"] {
	clear: both;
	width: 100%;
	margin: 50px 0 0 0;
	background-color:#000;
	padding:0 0 50px 0;
	color:#fff;
	text-align:center;
	font-size:90%;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

.site-info {
	width:100%;
	background-color:#e5e5e5;
	min-height:87px;
	margin:0 0 10px 0;
}
.site-info img {
	/*float:left;*/
	margin:0 10px 0 0;
}

#footer-contents {
	width: 960px;
    width: 100%;
    max-width: 1200px;
    /* height: 87px; */
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

#footer-link a img {margin:30px 5px 0; /**  float:left;*/
}

#footer-contact {
	/*float:right;*/
	margin:21px 0 0 0
}

#pageup a {
	/*float: right;*/
	color:#333;
	text-decoration:none;
	position:absolute; top:-22px; right:5%;
	background-color:#e5e5e5;
	padding:5px 10px;
}

#page-pageup {
	width:100%;
	text-align:right; /*	float:left; */
	margin:0;
}
#page-pageup a {
	text-decoration:none;
	color:#333;
	border:1px solid #ccc;
	padding:2px 5px;
}
#page-pageup a:hover { color:#e20000; }


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

#main {
	width:960px;
	margin:0 auto;	display: flex;
}
#main-page {
	width:960px;
	margin:45px auto 0 auto;
	padding:0 20px;
}

.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;
}
.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;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.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-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	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;
}
.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 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: #333333;
	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 {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


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

.archive-header,
.page-header {
	padding:35px 0;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =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(top, #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;
}
.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-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 {
	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 #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;
}


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

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


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

/* 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;
		width: 100%;
		/* min-width: 1000px; */
	}
	.site-content {
		/*float: left; */
    /* width: 680px; */
    width: 100%;
	}
	.site-content-page {
		float: right;
		width: 678px;
		min-height:600px;
		border:1px solid #ccc;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		/*float: right;*/
		width: 250px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		margin: 0;
		width:280px;
		height:40px;
		float:left;
	}
.site-header h1.site-title{
   position: absolute;
	top: 5px;
    left: 5px;
}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}
	.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: #333;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #e20000;
	}
	.main-navigation li {
		margin: 6px 0;
    padding: 2px 0.85rem;
    position: relative;
    font-size: 0.9rem;
    border-left: 1px solid #c9c9c9;
	}
.main-navigation li:last-child{border-right: 1px solid #c9c9c9;}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.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 {
		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;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#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;
	}
/******} ***/


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0;
		padding: 0;
		margin-top: 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-bottom: 0;
	}
	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;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* 追加 
----------------------------------------------- */ 

#nav-home {
	position:absolute; top:8px; left:0;
}
#topic {
	width:660px;
	min-height:160px;
	padding:38px 10px 0 10px;
	margin:0 0 25px 0;
	float:left;
	    /* background: url(images/topic_title.gif) no-repeat;*/
	border-bottom:#373737 solid 1px;
	position:relative;
}
#topic p {
	float:left;
	width:640px;
	margin:0;
	padding:12px 10px;
	border-bottom:1px dotted #c3c3c3;
	font-size:90%;
	font-weight:bold;
}
#topic .top { margin:0 0 0 30px; }

#topic-more {font-weight: bold; border-bottom: #373737 solid 1px;}
#topic-more a {
	position:absolute; /*top:20px;*/ right:15px;
	font-size: 0.8em;
    font-weight: normal;
	color:#ef7e7e;
	text-decoration:none;
}
#topic-more a:hover {
	color:#a41515;
}

.entry-title {
	font-weight:normal;
	color:#333;
	text-decoration:none;
	text-align: left;
}
.entry-title a {
	color:#903;
	line-height: 1.5;
}
.entry-title a:hover {
	text-decoration:underline;
	color:#e20000;
}

#top-banner {
    width: 680px;	display: flex;
    justify-content: space-around;
}
/*#top-banner .right {
	float:right;
}*/

#text-3 { margin:0; }
#text-3 h3 {
	text-align:center;
	font-size:115%;
	line-height:1em;
	font-weight:bold;
	margin:0;
	color:#000;
}
#text-2 {
	background: url(images/recycling_back.gif) no-repeat;
	width:250px;
	height:140px;
	text-align:center;
	position:relative;
	margin:0 0 20px 0;
}
#text-2 h3 {
	color:#0a8836;
	font-size:220%;
	font-weight:bold;
	position:absolute; top:52px; left:90px;
	margin:0;
	line-height:1em;
}

#text-4 { margin:0 0 0 0; }
#text-4 h3 { margin:5px 0; line-height:100%; }
#text-4 .textwidget { line-height:0; }

#pages-2 h3,
#pages-3 h3,
#pages-4 h3,
#pages-5 h3,
#text-5 h3,
#text-6 h3,
#text-7 h3,
#text-8 h3,
#text-9 h3,
#text-10 h3,
#text-11 h3 {
	width:250px;
	height:90px;
	padding:60px 0 0 0;
	text-align:center;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.2em;
}
#pages-2 h3 { background: url(images/com_catback.jpg) no-repeat; }
#pages-3 h3 { background: url(images/biz_catback.jpg) no-repeat; }
#pages-4 h3 { background: url(images/sdgs_catbk.jpg) no-repeat; }
#pages-5 h3 { background: url(images/rec_catbk.jpg) no-repeat; }
#text-5 h3 { background: url(images/fac_catback.jpg) no-repeat; }
#text-6 h3 { background: url(images/vec_catback.jpg) no-repeat; }
#text-7 h3 { background: url(images/env_catback.jpg) no-repeat; }
#text-8 h3 { background: url(images/con_catback.jpg) no-repeat; }
#text-9 h3 { background: url(images/topi_catback.jpg) no-repeat; }
#text-10 h3 { background: url(images/rec_catbk.jpg) no-repeat; }
#text-11 h3 { background: url(images/sdgs_catbk.jpg) no-repeat; }

#pages-2 li,
#pages-3 li,
#pages-4 li,
#pages-5 li,
#text-5 li,
#text-6 li,
#text-7 li,
#text-8 li,
#text-9 li {
	height:55px;
	border-bottom:1px solid #bfbfbf;
	list-style:none;
	background: url(images/list_item.gif) no-repeat 35px 23px;
	margin:0;
}
#pages-2 li a,
#pages-3 li a,
#pages-4 li a,
#pages-5 li a,
#text-5 li a,
#text-6 li a,
#text-7 li a,
#text-8 li a,
#text-9 li a{
	text-decoration: none;
	padding:15px 0 0 60px;
	height:40px;
	width:190px;
	font-size:105%;
	float:left;
}
#pages-2 li a:hover,
#pages-3 li a:hover,
#pages-4 li a:hover,
#pages-5 li a:hover,
#text-5 li a:hover,
#text-6 li a:hover,
#text-7 li a:hover,
#text-8 li a:hover {
	float:left;
	color:#e20000;
	background: url(images/list_item_on.gif) no-repeat 35px 23px;
}


#post-2, #post-19, #post-21 { /*background: url(images/company_img.jpg) no-repeat;  background-size: contain;***/}
#post-23 {background-image: url(images/kidou_mainback.png);	background-repeat:no-repeat; background-position: top right; margin:0;	zoom: 1;}
#post-23 .archive-header, .page-header { padding-bottom: 4rem; }
/* #post-23 .page-header { display:none; } */
#post-29 { background: right top url(images/environment_img.jpg) no-repeat; zoom: 1; }
#post-109 { background: url(images/contact_img.jpg) no-repeat; zoom: 1; background-position: top right; }

#post-2 .entry-content,
#post-19 .entry-content,
#post-21 .entry-content {
	padding: 30px 2% 40px; /**330px 30px 40px 30px; */
	font-size:87%;
}
#post-23 .entry-content {padding:2rem 2% 0; /*
	padding:260px 30px 40px 30px;
	float:left; */
	font-size:1.1rem;
}
#post-7 .entry-content,
#post-13 .entry-content,
#post-15 .entry-content,
#post-17 .entry-content,
#post-25 .entry-content,
#post-27 .entry-content,
#post-29 .entry-content,
#post-109 .entry-content /*, 
#post-563 .entry-content, *//* 
#post-570 .entry-content */{
	/* padding: 0 2% 40px;*//* 0 30px 40px 30px; */
	font-size:87%; 	/*float:left; */
	margin:0 auto; width:96%; /*618px; */
	position: relative;
}
#post-570 .entry-content{ padding:0 2%;}
#post-25 .entry-content { margin-top:-30px; }
#post-109 .entry-content { text-align:center; }
#post-29 .entry-content h3.slogan { position: absolute;    top: -180px;    left: 21px;	font-family: serif;    line-height: 1.75;}
#post-29 .entry-content .environment_wrap{margin-top: 10rem;    padding: 0 2%;}
#com-summary-table { border-top:1px solid #c9c9ca; }
#com-summary-table p { margin:0 0 5px 0; }
#com-summary-table th {
	border-bottom:1px solid #c9c9ca;
	background-color:#f6f7f7;
	text-align:right;
	padding:5px 20px 5px 10px;
}
#com-summary-table td {
	border-bottom:1px solid #c9c9ca;
	border-top: none;
	padding:5px 0 5px 20px;
	line-height:150%;
}

#com-client-table,
#com-client-table td,
#com-history-table,
#com-history-table td {
	border: none;
	line-height:150%;
	padding-left:20px;
}

#com-client-table .table-topline { border-top:1px solid #777; padding:10px 0 0 30px; }
#com-history-table th {
	border-right:1px solid #777;
	text-align:right;
	padding:0 20px 0 0;
}

.access-info { margin:0 0 20px 0;} /*width:620px;  float:left; *//*
.access-info p { float:left; }
.access-info img { float:right; } */

.main-copy {
	font-family:serif;
	font-size: 0.9rem;
	margin: 0 2% 25px;
}

.gray-belt {
	width:610px;
	background-color:#e7e7e7;
	padding:2px 0 2px 10px;
	margin:0 0 5px 0;
}
.gray-belt .bold { font-weight:bold; font-size:130%;}

#gen-sign {
	width:550px;
	margin:25px auto;
	height:137px;
}
#gen-sign p {
	background: url(images/gen_signback.jpg) no-repeat bottom;
	height:137px;
	width:262px; /*	float:left; */
	text-align:center;
	line-height:150%;
}
#gen-sign p.right { /* float: right; */}

#post-7 .feature,
#post-7 .feature-right,
#post-13 .feature,
#post-13 .feature-right,
#post-29 .feature,
#post-29 .feature-right {
	float:left;
	width:295px;
	margin:20px 0 40px 0;
	min-height:105px;
}
#post-7 .feature-right,
#post-13 .feature-right,
#post-29 .feature-right
 { float:right; }
/*#post-29 .feature-wide { width:620px; } */
.single-feature-wide { width:auto; /*620px;*/ margin:30px 0 0 0; }
#post-29 .red { color:#e20000; }

#post-7 .feature-headline,
#post-7 .feature-headline-b,
#post-13 .feature-headline,
#post-13 .feature-headline-b,
#post-29 .feature-headline,
#post-29 .feature-headline-b {
	border-bottom:1px solid #0e7c23;
	color:#0e7c23;
	font-size:125%;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:0 0 10px 0;
}
#post-7 .feature-headline-b,
#post-13 .feature-headline-b
 { color:#000; border-bottom:#000 1px solid; }

#post-15 .contact,
#post-13 .contact,
#post-7 .contact {
	/* width:620px;
	float:left; */
	text-align:center;
	margin: 1.5rem auto;
}
#post-7 .contact img,
#post-13 .contact img,
#post-15 .contact img,
#post-23 .contact img,
.single-contact img
 { margin:20px 0 0 10px;}

#gen-policy,
#gen-bizimg {
	height:auto; /* 342px;	float:left;	margin:0 0 0 -30px; */
	position: relative;
}
#gen-policy p {position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.5rem;
    font-family: serif;
    color: #444;
	letter-spacing: 0.2em;
}
#gen-bizimg { /*	background: url(images/gen-bizimg.jpg) no-repeat bottom;	width:648px;	padding:0 0 0 30px;	margin-bottom:30px; */}
#gen-bizimg p.cap {
    position: absolute;
    top: 5.15rem;
    left: 0;
    padding: 0 2%;
    font-size: 0.85rem;
    /* font-family: serif; */
    color: #444;
    letter-spacing: 0.1em;
}
.contents.tsumori{width: 90%;    background-color: #e6e6e6;    text-align: center; }
.contents.tsumori h6{	font-size: 1rem;	font-weight: bold; line-height: 1.5;    margin: 1.0rem;}
.contents.tsumori p{ font-size: 1rem;    margin: auto; line-height: 2.25rem;}
.contents.tsumori h5{	font-size: 2.1rem;    font-weight: normal;    font-family: "游ゴシック","Meiryo",sans-serif; margin: 0 auto;    line-height: 2.5rem; }
.contents.tsumori h4{  font-size: 1.5rem;    font-weight: bold;    margin: 0 0 1.1rem;    line-height: 1.25; }


.contents.tsumori h4 span.for_pc{ display:contents; }
.page-subtitle,
.page-subtitle-green {
	width:100%; /*610px; *** 100%にするので↓paddingなし　***/
	padding:0; /* 2px 0 2px 10px; */
	margin:0;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-size:110%; /*	float: left; */
}
.page-subtitle p, .page-maincopy p, 
.page-subtitle-green p {padding: 0.25rem 2%;}
.page-subtitle-green {
	background-color:#0e7c23;
	margin:40px 0 20px 0;
}

.page-maincopy {
	font-family:serif;
	font-size:150%;
	font-weight:bold;
	color:#0e7c23; 
    padding: 0.5rem 0; /*2.5rem 0; */  /*	margin: 20px 0; 	float: left; */
}

#gen-moblink  {
    width: auto;
    /* float: left; */
    padding: 20px;
    font-family: serif;
    font-size: 105%;
    /* border: 1px solid #ccc; */
    border-top: none;
    /* margin: 0 0 40px 0; */
    /* background: url(images/gen_moblink_back.jpg) no-repeat right; */
}
#gen-moblink img { margin:10px 0 0 15px;}

#sanpai-detail {
	background: url(images/sanpai_img.png) no-repeat right;
	width:auto; /*648px;*/
	min-height:420px; 	/* margin:0.1rem 2% 0; */ /* -50px 0 0 0; */ /* 60px 0 0 0; */	/* line-height:140%; */
}
#sanpai-detail ,
.contents ul.cont-box.sanpai 
{margin: 1.25rem 2% 0;}
#sanpai-detail li{
    color: #000;
	text-shadow: 1px 1px 1px #fff;}
#sanpai-detail p {
	margin:20px 0;
}
.contents ul.cont-box.sanpai li{width:300px;}
#sanpai-detail .bold {
	font-weight:bold;
	font-size:105%;
	line-height:200%;
}
.reuse-itemarea { /**	border-left:1px solid #c4dece;	border-right:1px solid #c4dece; ***/
	padding:0 0 5px 20px;
	width: auto;    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.reuse-itemarea.reuse_top{margin-top:15px;}
.reuse-itemarea dl {
	float:left;
	width:139px;
	min-height:110px;
	margin:0 19px 0 0;
	padding:0 0 0 140px;
}
.reuse-itemarea dt {
	color:#137a3b;
	font-size:110%;
}

.item-concrete { background: url(images/sanpai_concrete.gif) no-repeat left top;}
.item-glass { background: url(images/sanpai_glass.gif) no-repeat left top;}
.item-pra { background: url(images/sanpai_pra.gif) no-repeat left top;}
.item-metal { background: url(images/sanpai_metal.gif) no-repeat left top;}
.item-paper { background: url(images/sanpai_paper.gif) no-repeat left top;}
.item-tree { background: url(images/sanpai_tree.gif) no-repeat left top;}
.item-fiber { background: url(images/sanpai_fiber.gif) no-repeat left top;}
.item-gypsum { background: url(images/sanpai_gypsum.gif) no-repeat left top;}

#recy-main {
	background: url(images/recy_mainimg.jpg) no-repeat right;
	width:648px;
	height:350px;
}

.recy-maincopy, .recy-subcopy {
	font-family:"MS Serif", "New York", serif;
	font-size: 1.15rem; /*120%; */ 	line-height:180%;
	font-weight:bold;
}
.recy-subcopy {color:#999999;}
#recy-subimg {
	background: url(images/recy_subimg.jpg) no-repeat;
	text-indent:-99999px;
	height:270px;
	margin:0 0 40px -30px;
}

#post-15 .green {
	font-size:120%;
	font-weight:bold;
	color:#137a3b;
}

#recy-subtitle {
	border-bottom:1px solid #a2a2a2;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 2% 20px; /*40px 0 20px 0; */
	font-size:110%;
}
#recy-lifecapbanner {
	margin:40px auto;
	width:480px;
}
@media screen and (max-width: 480px) {
	#recy-lifecapbanner {	width:100%; }
}
#post-17 table {
	font-size:100%;
	border:none;
	border-top:1px solid #c9c9ca;
	border-right: 1px solid #c9c9ca;
    margin: 10px auto 40px;
    width: 96.25%;
}
#post-17 table th {
	width:200px;
	border-right:1px solid #c9c9ca;
	border-bottom:1px solid #c9c9ca;
	font-weight:normal;
	font-size:100%;
	color:#333;
	vertical-align:middle;
	white-space: nowrap;	min-width: 50px;    padding: 2px 4px;
}
#post-17 table td {
	border-bottom:1px solid #c9c9ca;
	border-top: none;
	text-align:center;
	padding:3px 0;
}

#post-17 .license-table td {
	border-left:1px solid #c9c9ca;
	padding:5px 4px;
	width:20px;
	line-height:110%;
	vertical-align:middle;
}

.table-bgc { background-color:#eeefef; }
#post-17 table .caption {
	border:none;
	text-align:right;
	font-size:90%;
}

.kidou-event {
	clear:both;
	position:relative;
	margin:0 0 60px 0;
	/* float: left; */
    /* width: 620px;*/
}
#post-23 .kidou-tenzin {
	position:absolute; bottom:0; left:320px;
}
#post-23 .headline {
	font-weight: bold;
    font-size: 1.05rem;
    display: inline-block;
    margin: 0 0 1rem 0;
    /* width: 310px; */
    /* float: left; */
}
#post-23 .relic .headline{color: #2960b3; font-size: 1.4rem;}
#post-23 .relic p{margin-bottom:1rem;}
#post-23 #img02 { vertical-align:bottom; }
#post-23 #img03 { position:absolute; top:145px; left:70px; }
#post-23 #img04 { margin:20px 10px 0 70px; }

#post-23 .akinai { height:344px; }
#post-23 .kidou-akinai-cap { position:absolute; bottom:0; left:382px; }

#marason { background: url(images/kidou_img04.jpg) no-repeat right top; }
#marason p { position:relative; }
.marason-cap { /*position:absolute; bottom:0; */}

#relic { background: url(images/kidou_img06.jpg) no-repeat right top; min-height:250px; }
#relic p { margin:20px 0 0 0; width:50%; }
#relic .headline { color:#2960b3; font-size:160%; }


.fac-subtitle {
	background-color:#e6f2e9;
	color:#0e7c23;
	padding:2px 10px;
	margin:30px 0;
	width:96%; /*600px; */
	font-size:110%;
	font-weight:bold; /*	float:left; */
}

#tsumori-table,
#tsumori-allowitem {
	width:300px; /*	float:left; */
	border:none;
	border-top:1px solid #c9c9ca;
	margin:20px 0 0 0;
}
#tsumori-allowitem { /* 	float:right; */
	border-top:none;
	display: flex;
    flex-wrap: wrap;
}
#tsumori-allowitem .item {
	border-top:1px solid #c9c9ca;
	padding:5px 0 0 15px;
	width:135px;	/*float: left; */
	line-height:140%;
}

#tsumori-table th { background-color:#e8e8e8; }
#tsumori-table th,
#tsumori-table td {
	border-bottom:1px solid #c9c9ca;
	border-top:none;
	padding:6px 0 6px 10px;
	line-height:140%;
	text-align:left;
	font-weight:normal;
	color:#333;
}

#facility {
	float:left;
	margin:10px 0;
}
#facility img,
#facility p {
	float:left;
	margin:0 0 20px 0;
}
#facility p { width:100%; }
#facility .right { float:right; }
#facility .half {
	float:left;
	width:295px;
	height:205px;
}

.heavy-blok img,
.heavy-blok p {
	float:left;
	margin:0 0 20px 0;
}
.heavy-blok p {
	width:215px;
	margin:30px 0 0 10px;
}

#owner-table th,
#owner-table td,
#owner-table-right th,
#owner-table-right td {
	border:none;
	font-size:100%;
	font-weight: normal;
	line-height:140%;
	color:#333;
	border-bottom:1px solid #c9c9ca;
}
#owner-table,
#owner-table-right {
	border:none;
	border-top:1px solid #c9c9ca;
	border-right:1px solid #c9c9ca;
	width:290px;
	margin:0 0 0 20px;
	float:left;
}
#owner-table-right {
	border-right:none;
	margin:0;
}
#owner-table th,
#owner-table-right th {
	text-align:left;
	padding:5px 0 5px 40px;
}
#owner-table td,
#owner-table-right td {
	text-align:right;
	padding:5px 40px 5px 0;
}

.veh-box {
	margin:10px 0 20px 0;
	position:relative;
	overflow:hidden;
	width:100%;
}

.titlename {
	/**text-indent:-99999px; ***/ font-family: sans-serif;
	width: 100%; /*    height: 60px; */
    margin: 80px 0 8px 0;
    font-size: 1.75rem;
    line-height: 5.5rem;
    border-bottom: 1px solid #666;
}
/**
.dump { background: url(images/veh_title_3tdump.gif) no-repeat; }
.row { background: url(images/veh_title_2trow.gif) no-repeat; }
.pack2t { background: url(images/veh_title_2tpack.gif) no-repeat; }
.pack { background: url(images/veh_title_4tpack.gif) no-repeat; }
.light { background: url(images/veh_title_light.gif) no-repeat; }
.power { background: url(images/veh_title_4tpower.gif) no-repeat; }
.cont2t { background: url(images/veh_title_2tcont.gif) no-repeat; }
.cont4t { background: url(images/veh_title_4tcont.gif) no-repeat; }
.deep { background: url(images/veh_title_4tdeep.gif) no-repeat; }
.cont10t { background: url(images/veh_title_10tcont.gif) no-repeat; }
.recycle { background: url(images/veh_title_recycle.gif) no-repeat; } ***/

#post-27 .entry-content .contents.vehicles { position:relative;}
#post-27 .mainimg, #post-570 .mainimg { position:absolute; /* top:0; */ right:0; width:418px;}
#post-27 .sideimg { /* float:left; */ margin:125px 0 0 0; }
#post-27 .sideimg.m155 { /* float:left; */ margin:155px 0 0 0; }

#post-27 table {
	border:none;
	border-top:1px solid #c9c9ca;
	width:295px;
	position:absolute; top:320px; right:20px;
}
#post-27 th,
#post-27 td {
	border-top: none;
	border-bottom:1px solid #c9c9ca;
	padding:5px 20px;
	line-height:140%;
	font-size:100%;
	font-weight:normal;
	text-align:left;
}
#post-27 th { background-color:#f6f7f7; }
#post-27 caption {
	text-align:left;
	font-size:90%;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:0;
}

#post-27 .veh-twin-table {
	float:left;
	position:relative; top:0; left:0;
	margin:0 20px 30px 0;
}
#post-27 #veh-cart-table { top:400px; }

#confidential {
	border:1px solid #ccc;
	border-top:5px solid #e20000;
	padding:25px 0; /*	float:left;	margin:0 0 40px 0; */
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 4rem auto;
}
#confidential h2{color: #e20000;    font-size: 1.6rem;    font-family: serif;}
#confidential h3{text-align: center;    font-family: serif;}
#conf-caution {	margin:30px 0; /* 30px 120px;	overflow:hidden; */ }
#conf-caution img{width:50px;}
#conf-caution img,
#conf-caution p { float:left;  line-height:140%;	margin:0 10px 0 0; }
#conf-caution .caution { color:#e20000; }
.conf-feature {
    border-left: 8px solid #7f7f7f;
    padding: 0 10px;
    font-size: 110%;
    /* float: left; */
    margin: 1.5rem 0 0 2rem;
    /* min-width: 150px; */
}

#contact_area .title-underline,
#confidential .title-underline {
	border-bottom:1px solid #666;
	padding:2px 0;
	width:auto; 	/*float:left; */ 	margin:0 2% 19px;
	font-weight:bold;
}

#contact_area { text-align:left; margin:40px 0 0 0;  padding: 0 2%; }
#contact_area .title-underline { margin-left:0; font-size:110%; } /*width:620px; */
#contact_area .text-red { color:#b814be; }

.conf-plant { /*	float:left; */ 	width:280px; 	margin:0 0 0 1rem;
}
.conf-plant img { margin:5px 0 0 0; }
#confidential .blue { color:#1d3497; font-weight:bold; }

#env-iso {
	position:relative;
	width:620px;
	overflow:hidden;
}
#env-iso p { text-align:right; }

#wpcf7-f299-p109-o1 {
	padding:20px 0;
	text-align:left;
}

#mailform-table {
	width:70%;
	margin:10px 0 0 50px;
	border:none;
}
#mailform-table th { text-align:right; padding-right:20px; }
#mailform-table td { border:none; }

#topic-list-table {
	margin:0 30px;
	width:620px;
	border-top:1px solid #ccc;
}
#topic-list-table td,
#topic-list-table th {
	border:none;
	border-bottom:1px solid #ccc;
}
#topic-list-table th { padding:5px 20px 5px 0; }

#single-content {
	padding:20px;
}

.single-entry-header {
	font-size:150%;
	border-bottom:1px solid #666;
	padding:0 0 10px 0;
	margin:20px 0 40px 0;
}

.single-feature-headline {
	border-left:6px solid #0e7c23;
	color:#0e7c23;
	font-size:120%;
	font-weight:bold;
	padding:0 0 2px 15px;
	margin:0 0 10px 0;
}

.single-headline {
	border:1px solid #ccc;
	border-left:5px solid #ccc;
	padding:2px 0 2px 10px;
	width: auto; /*620px;*/
	margin:40px 0 10px 0;
}

.single-btxt {
	font-size:110%;
	font-weight:bold;
}

.single-contact {
	width: auto;
    /* float: left;*/
	text-align:center;
	margin:30px 0;
}

/* add 2020.08.06 */
.mainImg {
	margin: auto;
	max-width: 960px;
}

/* add 2020.11.17 */


/* 固定ページ/company/
-------------------------------------------------------------- */
.entry-content table#company-motto{padding-left:20px;}
.entry-content table#company-motto, .entry-content table#company-motto th{
	border-bottom:none;
	font-size:1.5rem;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	color:#111;
	}
	.entry-content table#company-motto th, .entry-content table#company-motto td{
		border-top: none;
		padding:5px 0;
	}
.sp-page-nav{
	display:none;
}
#post-2 header.page-header, 
#post-19 header.page-header, 
#post-21 header.page-header{
	position:relative;
	padding:0;
}
#post-2 header.page-header h1.entry-title,
#post-19 header.page-header h1.entry-title,
#post-21 header.page-header h1.entry-title{
	position:absolute;
	top: 35px;
	z-index: 1;
}
#post-2 header.page-header::before , #post-19 header.page-header::before {padding-top: 60%;} /*2-会社概要　19-沿革*/
#post-21 header.page-header::before{padding-top: 55%;} /*21-アクセス*/
#post-2 header.page-header::before,
#post-19 header.page-header::before,
#post-21 header.page-header::before{/*スペースを作る*/
  content: ''; 
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/ /*  padding-top: 55%;  画像の幅に対する高さ比率*/
  display: block;
}
#post-2 header.page-header::after,
#post-19 header.page-header::after,
#post-21 header.page-header::after{
	position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
	height: 400px;/*どれだけ大きくなってもはみ出ないであろう高さを指定*/
	background-image:url(images/company_img.jpg);
	background-size: contain;
	background-repeat: no-repeat;
} 
#post-2 .entry-content .motto{width: 80%;    margin: 0 auto 2rem;    font-family: serif;  font-size: 1rem;   font-weight: 600;}
#post-2 .entry-content .motto p{ margin-bottom: 0.5rem;}
#post-563 header.page-header, 
#post-570 header.page-header{
	position:relative;
	padding:0;
}
#post-563 header.page-header h1.entry-title,
#post-570 header.page-header h1.entry-title{
	position:absolute;
	top: 35px;
	z-index: 1;
}
#post-563 header.page-header::before,
#post-570 header.page-header::before{/*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/
  padding-top: 45%;/*画像の幅に対する高さ比率*/
  display: block;
}
#post-563 header.page-header::after,
#post-570 header.page-header::after{
	position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
	height: 300px;/*どれだけ大きくなってもはみ出ないであろう高さを指定*/
	background-image:url(images/contact_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
} 
#post-570 header.page-header::after{background-image:url(images/recruit_img.png);}

#post-7 header.page-header h1.entry-title::after{
	content: '収集運搬業許可　大阪市　第030117号';
    top: 4.3em;
	left: 210px;}
#post-563 header.page-header h1.entry-title::after{
	content: '持続可能な開発目標 への取り組み';
    top: 1.3em;
	left: 150px;}
#post-27 header.page-header h1.entry-title::after{
	content: '全車 大阪府流入車規制適合。\AMCA無線・ドライブレコーダー搭載。';
    top: 4.0em;
    left: 175px;}
#post-7 header.page-header h1.entry-title::after, 
#post-563 header.page-header h1.entry-title::after, 
#post-27 header.page-header h1.entry-title::after{
	font-size: 0.9rem;
    color: #333;
    position: absolute;
    white-space: nowrap;
}

#post-23 header.page-header h2 {
	font-size: 0.9rem;
    font-family: serif;
	line-height: 1.75;
    text-align: left;
    padding-left: 2.5rem;
    top: 115px;
	position: absolute;
}
#post-563 header.page-header h2, #post-570 header.page-header h2{
	font-size: 1.35rem;
    text-align: left;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    top: 160px;
    padding-left: 2.6rem;
}
.sdgs_txt p{padding: 1rem 1.5rem; font-size: 1.15rem;}
.sdgs_txt p.bold{font-weight:600; padding-bottom: 3rem;}
.sdgs_caps h3{padding: 4rem 1.5rem 0; font-size: 1.45rem; color: #0599d9;}

#post-27 ul.recycle_cart{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#post-27 ul.recycle_cart li{
	margin: 6px 6px 0;
}
/* 固定ページ/general/ post-7
-------------------------------------------------------------- */
.gray-belt{width: 95%;
    margin: 0 auto;}

/* メインビジュアル
-------------------------------------------------------------- */
.mainVisualAnimation {
    max-width: 960px;
    margin: 20px auto 0;
	background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
/* 固定ページ/recruit/（＋contents共通パーツ）
-------------------------------------------------------------- */
.entry-content h3.caption{text-align: center;  letter-spacing: 0.25rem; margin: 4rem 0;}
.entry-content .contents{margin:4rem 0;}
.entry-content .contents.nomargintop{margin-top:0;}
.entry-content .contents.center{text-align:center;}
.entry-content .contents.nomargintop{margin-top:-2rem;}
.entry-content .recruit ul,
.entry-content .contents ul{list-style:none; display:flex; align-items:flex-start; justify-content: space-between;}
.entry-content .contents ul.cont-box.rs21{justify-content: center; align-items: baseline; flex-wrap: wrap;}
.entry-content .contents ul.cont-box.rs21_detail{margin:0; justify-content: center;}
.entry-content .contents ul.cont-box.rs21_detail.mob{ border: 1px solid #ccc;  margin: 0.5rem; }
.entry-content .contents ul.cont-box.rs21_detail li{margin: 0 0.5rem 1rem; width: 320px;}
.entry-content .contents#confidential  ul.cont-box.rs21_detail li{margin: 0 0.5rem; width: 290px;}
.entry-content .recruit ul.rec-box li,
.entry-content .contents ul.cont-box li{margin:0;}
.entry-content .contents ul.cont-box li:last-child{/*margin-left:1.5rem;*/}
.entry-content .recruit ul.rec-box p.titlename,
.entry-content .contents ul.cont-box p.titlename{margin:0;  height: auto; line-height: 1.75rem;}
.entry-content .recruit ul.rec-box p.rec_txt,
.entry-content .contents ul.cont-box p.rec_txt{margin:0.45rem;}
.entry-content .recruit ul.rec-box.toi,
.entry-content .contents ul.cont-box.toi{justify-content: space-around; margin: 0 0 4rem;}
.entry-content .recruit p.contact,
.entry-content .contents p.contact{ text-align:center; margin: 0 0 3.5rem;}
.entry-content .contents hr{margin: 0 0 4rem; float: none; }

#confidential ul.cont-box.rs21_detail li {   margin: 0; }

.entry-content .contents ul.cont-box.recycling{justify-content:space-around;}
.entry-content .contents ul.cont-box.recycling li{margin-left:2%; }
.entry-content .contents ul.cont-box.recycling li p{margin-bottom:1.5rem; }
.entry-content .contents ul.cont-box.recycling.order li:last-child p{margin-top: 1.5rem;}

/* 固定ページ/factry/（＋contents共通パーツ）
-------------------------------------------------------------- */
#post-25 .entry-content h2{
	font-size: 1.75rem;
    font-weight: 400;
    font-family: sans-serif;
}
#post-25 .entry-content h3{
	font-size: 1.5rem;
    font-weight: 300;
    font-family: sans-serif;
}
#tsumori-allowitem ul.item{
	display:block;
}
/* #tsumori-allowitem ul.item li:last-child , #tsumori-allowitem ul.item_exp li:first-child { 
	padding-top:1.0rem;
} */
#tsumori-allowitem ul.item.noborder, #tsumori-allowitem ul.item.noborder li:last-child{
	padding-top:0;
}
#tsumori-allowitem ul.item li.indent{padding: 0 0 0 1rem;}
#tsumori-allowitem .item.noborder { 	border-top: none;}
#tsumori-allowitem ul.item_exp{padding: 0 0 0 1.6rem; border-bottom: 1px solid #c9c9ca;}
.entry-content .contents ul.heavy { justify-content: center;}
.entry-content .contents ul.cont-box.arrow li:last-child {position:relative;}
.entry-content .contents ul.cont-box.arrow li:last-child::before {
	content: "▼";
    transform: rotate( -90deg );
    font-size: 2rem;
    color: #666;
    position: absolute;
    top: 40%;
    left: -42px;
}


/* 投稿ページ　60周年/20200315-2/
-------------------------------------------------------------- */
#post-452 .contents .anv60th{ text-align: center; }
#post-452 .contents .anv60th p{ text-align: left;  margin-bottom: 1.2rem; line-height: 2.5; }
#post-452 .contents .anv60th img, #post-452 .contents .anv60th .gallery img{ width:auto; max-width:600px; margin-bottom:2rem;}
#post-452 h2.entry-title{margin:0;}

@media screen and (max-width: 960px) {
	.mainVisualAnimation {
		margin: 50px auto 0;
	}	
}
.mainVisualAnimation img {
    width: 100%;
}
.image {
    position: absolute;
}
.image:hover {
    transform: scale(1.05);
}
.gray {
    transition: 0.3s;
}
.gray:hover {
    filter: grayscale(0);
}
#matsuri {
    width: 8%;
    top: 14%;
    left: 38%;
}
#honsya {
    width: 11%;
    top: 27%;
    left: 35.5%;
}
#tsumori {
    width: 16%;
    top: 47%;
    left: 35%;
}
#truck1r,
#truck1l,
#truck2r,
#truck2l,
#truck3r,
#truck3l {
    width: 15%;
    transform-origin: right bottom;
}
#truck1r {
    top: 33%;
    left: 45%;
}
#truck1l {
    top: 33%;
    left: 62%;
    opacity: 0;
}
#truck2r {
    top: 45%;
    left: 52%;
    opacity: 0;
}
#truck2l {
    top: 45%;
    left: 69%;
}
#truck3r {
    top: 58%;
    left: 39%;
}
#truck3l {
    top: 58%;
    left: 55%;
    opacity: 0;
}
.popup {
    display: none;
}
#truck1r:hover .popup,
#truck1l:hover .popup,
#truck2r:hover .popup,
#truck2l:hover .popup,
#truck3r:hover .popup,
#truck3l:hover .popup {
    border-radius: 200px;
    position: absolute;
    top: -120px;
    left: 15px;
    background: #1e9c58;
    color: #fff;
    font-size: 1.1em;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 10px 0 10px;
    border-color: #1e9c59 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
}
.btnName {
    position: absolute;
    bottom: -21%;
    left: 4%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    width: 79px;
    margin: 0;
}
@media screen and (max-width:500px){
    .btnName {
        bottom: -22%;
        left: -18%;
        font-size: 10px;
    }
}
#loading {
    background: rgb(31, 31, 31);
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    pointer-events: none;
}
#loading > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#loading p:nth-child(1) {
    color: #fff;
    font-size: 70px;
    margin: 0;
    letter-spacing: 0.02em;
}
#loading p:nth-child(2) {
    color: #fff;
    letter-spacing: 0.25em;
}
#l-animation1,
#l-animation2 {
    opacity: 0;
    position: relative;
    top: 40vh;
    transform-origin: center;
}
#l-animation2 {
    top: 25vh;
}
#l-animation2 img {
    width: 200px;
}

/* 追加　SP
-------------------------------------------------------------- */
.for_pc{display:block;}
.for_sp{display:none;}

@media screen and (max-width: 960px) {
	.for_pc, 
	.contents.tsumori h4 span.for_pc {display:none;}
	.for_sp{display:block;}
	img, 
	.site-header,
	.site-info {
		width:100%;
		height:auto;
		display:flex;
	}
	.main-navigation{
		display:none;
	}
	.mainImg{
		margin-top: 58px;
	}
	#main {
    		width: 100%;
    		margin: 0 auto;
    		padding: 0 1%;
		display: block;
	}
	#footer-contents h2 img{
		width:280px;
	}
	#footer-contents #footer-link a img{
		width: 100px;
    margin: 10px 0;
	}
	#footer-contents img.iso{
		width:116px;
	}
	#page.hfeed.site{
		width:100%;
		max-width: 960px;
	}
	#top-banner img{
		width:325px;
		display: block;
		margin: 10px 0;
	}

	#main-page {
		width: 100%;
		padding: 0; /* 0 2% */
	}
	#page-secondary.widget-area {
    display: none;
	}
	#primary.site-content-page{
		/*width: 100%; */
		float: none;
		margin: 0 auto;
		border: none;
		border-top: 1px solid #ccc;
	}
	#primary #post-2 h1.entry-title img{
		width:168px;
	}
	#primary #post-19 h1.entry-title img{
		width:100px;
	}
	#primary #post-21 h1.entry-title img{
		width:160px;
	}
	#primary #post-7 h1.entry-title img{
		width:205px;
	}
	#post-7 header.page-header h1.entry-title::after {top: 6.3em;  left: 27px;}
	#primary #post-13 h1.entry-title img, 
	#primary #post-15 h1.entry-title img, 
	#primary #post-17 h1.entry-title img,
	#primary #post-25 h1.entry-title img{
		width:200px;
	}
	#primary #post-27 h1.entry-title img{
		width:177px;
	}
	#post-27 header.page-header h1.entry-title::after {    white-space: pre;     top: 85px; 		left: 2rem;	     line-height: 1.3;}
	#primary #post-29 h1.entry-title img{
		width:165px;
	}
	#primary #post-109 h1.entry-title img{
		width:162px;
	}
	#primary #post-325 h1.entry-title img{
		width:165px;
	}
	#primary #post-109 .contact_tel{margin: 0 auto;     display: flex;     justify-content: center;}
	#primary #post-109 .contact_tel img{width:262px;}
	
	.scrollable{
	/*overflow: scroll; */
    overflow-y: hidden;
    float: none;
	}
	table#com-summary-table, 
	table#com-client-table, 
	table#company-motto {
		width: 100%;
		white-space: nowrap;
	}
	
	.sp-page-nav{
		display:block;
	}
	.sp-page-nav ul{
		display:flex;
		justify-content: center;
	}
	.sp-page-nav ul li{
		border-right: 0.5px solid #666;
		padding: 0 1em;
		margin: 2em 0;
		font-size: 0.9rem;
	}
	.sp-page-nav ul li:last-child{
		border:none;
	}
	.sp-page-nav ul li a{
		text-decoration: none;
		color:#333;
	}
	.sp-page-nav ul li a:hover{
		color:#e20000;
	}
		/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			/*height: 300px;  window幅で高さを調整↓*/
			background-position: top;
	} 
		#post-563 header.page-header h2  {			top: 50%;	} 
	.sdgs_txt p{padding: 1rem 2%; }
	.sdgs_txt p a {
		font-size: 0.85rem;
	}
	.sdgs_caps h3 {
		padding: 0 1.5rem 0;
	}

		/* recruit ＋共通パーツ sp*/	
	#post-570 header.page-header h2 {			top: 120px;	}
	#post-570 .entry-content .recruit ul.rec-box{margin-top:1.5rem;}
	.entry-content .recruit ul, .entry-content .contents ul {
		flex-wrap:wrap; justify-content: center;  /*display:block; */
	}
	.entry-content .recruit ul.rec-box.toi, .entry-content .contents ul.cont-box.toi { display:block;}
	#sanpai-detail, .contents ul.cont-box.sanpai {    display: block;}
	#sanpai-detail, .contents ul.cont-box.sanpai li {    margin: 0 auto;}
	.entry-content .contents.vehicles ul {		display:block; 	}
	.entry-content .contents ul.cont-box.rs21{
		display:flex;
	}
	.recruit .rec-box.toi img,
	.contents .cont-box.toi img{
		width: 230px;
		margin: 0 auto;
	}
	.entry-content .contents ul.cont-box li:last-child {    margin-top: 2rem; margin-left: 0; 	}
	.entry-content  .contents ul.item_exp li:last-child {   margin-top: 0;}
	.entry-content  .contents ul.cont-box.sanpai li:last-child {    margin: 0 auto;}
	.entry-content .contents ul.cont-box.rs21_detail{margin:0; justify-content: center;}
	.entry-content .contents.tsumori ul.cont-box.rs21_detail{display:block;}
	.entry-content .contents.tsumori ul.cont-box.rs21_detail li img{width:auto; margin:0.5rem auto;}
	.entry-content .contents ul.cont-box.rs21_detail li{margin: 0 0.5rem 1rem; width: auto;}
	.entry-content .contents ul.cont-box.rs21_detail.left-full li {width:100%;}
	.entry-content .contents ul.cont-box.rs21_detail li img.lothanks, .entry-content .contents ul.cont-box.rs21_detail li img.iso {width:289px; margin:0 auto;}
	.entry-content .contents ul.cont-box.rs21_detail li img.sign{width:214px; margin-left:auto;}
	
	/* gen sp*/
	#gen-sign{height:auto; width:100%;}
	#gen-sign ul.cont-box{display: block;}
	#gen-sign ul.cont-box li p{margin: 0 auto;}
	.page-maincopy {font-size: 1.1rem;}
	#gen-bizimg p.cap {top: 4.5rem; font-size: 0.75rem;}
	
		/*ind sp*/
	.entry-content .contents p.sanpai_sp img{width: 289px;    margin: 0 auto;}
		/*recycling sp*/	
	.entry-content .contents ul.cont-box.recycling li{margin:0 2%; }
	.entry-content .contents ul.cont-box.recycling.order li:first-child{order:2;}
	.entry-content .contents ul.cont-box.recycling.order li:last-child{order:1;}
		/*factry sp*/	
	#tsumori-allowitem ul.item li:last-child {
    margin-top: 0;
	}
	.entry-content .recruit ul, .entry-content .contents ul.factory,  .entry-content .contents div.factory{
		display:block; text-align:center;
	}
	.entry-content .recruit ul, .entry-content .contents ul.factory li p img{
		margin: 0 auto;
	}
	.entry-content .recruit ul, .entry-content .contents ul.factory li img {
		width:295px;  margin: 0 auto;
	}
	.entry-content .contents ul.cont-box.arrow li:last-child::before {
    transform: rotate( 0deg );
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
	}
	#owner-table, #owner-table-right{
		margin: 0 auto 0;
		float: none;
		border-right: none;
	}
	#owner-table-right{border-top:none;}
	#tsumori-table, #tsumori-allowitem { text-align:left; margin: 20px auto 0;}
	#post-25 img#tsumori_map, #post-21 img#tsumori_map { 	max-width: 502px;    margin: 0 auto; 	}
		/*vehicles sp*/	
	#post-27 .mainimg {    position: relative;    width: 100%;    max-width: 418px; 	margin: 0 25% 0 auto;	}
	#post-27 .sideimg, #post-27 .sideimg.m155 {    position: relative;    width: 100%;    max-width: 295px;		margin: 0 auto;	}
	#post-27 .cont-box.cart img {    width: 100%;    max-width: 295px;		margin: 0 auto;	}
	#post-27 table {position:relative; top: auto;    right: auto;    margin: 0 auto;}
	#post-27 .veh-twin-table{margin: 0 auto;     float: none;}
	#post-27 #veh-cart-table {    top: auto; }
	
	
	
	/* 投稿ページTOP　sp /topic/
-------------------------------------------------------------- */	
	#topic-list-table {width: 96%;    max-width: 620px;    margin: 0 2%;}
	
	/* 投稿ページ　60周年 sp /20200315-2/
-------------------------------------------------------------- */
	#post-452 .contents .anv60th img, #post-452 .contents .anv60th .gallery img{ width:100%; max-width:600px; margin: 0 auto 2rem;}
	#post-452 .contents .anv60th img.sign{ width:auto; max-width:214px; margin: 0; }
	#post-452 .contents .anv60th p {font-size:1.1rem;}
	
}/*** /960 */
@media screen and (max-width: 768px) {
	#topic {
		width: 96%;
		padding: 38px 0 0;
	}
	#topic .top{
		display: block;
		margin: 0.25em 0;
	}
	#topic p {
		width: auto;
		float: none;
	}
	#top-banner {
    width: 100%;
	}
	#footer-contents {
		width: 100%;
    /* display: block; */
    flex-wrap: wrap;
	}
	#footer-contact {
		margin: 10px 0;
	}
	
	#primary.site-content-page {
		 width: 100%;
	}
	#post-23 {background-image: none;}
	
			/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			height: 300px;  /* window幅で高さを調整↓*/
			background-position: top;
	} 
	
}/*** /768 */

@media screen and (max-width: 649px) {
	#top-banner {
    display: block;
	}
	#post-570 header.page-header h2 {			top: 100px;	}
				/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			height: 240px;  /* window幅で高さを調整↓*/
			background-position: top;
	} 
}/*** /649 */
@media screen and (max-width: 556px) {
	#gen-policy p {font-size: 0.9rem;    top: -10%;}	
	#post-570 header.page-header h2 {		font-size: 1.0rem;	}
				/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			height: 210px;  /* window幅で高さを調整↓*/
			background-position: top;
	} 
}/*** /556 */
@media screen and (max-width: 450px) {
				/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			height: 190px;  /* window幅で高さを調整↓*/
			background-position: top;
	} 
}/*** /450 */
@media screen and (max-width: 414px) {
	/*SDGs */
		#post-563 header.page-header h2 {			font-size: 1.0rem;	} 
	#post-570 header.page-header h2 {			font-size: 0.9rem;	}
	.entry-content h3.caption {
		padding-top: 3rem;
		margin: 3rem auto;
	}
				/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			height: 170px;  /* window幅で高さを調整↓*/
			background-position: top;
	} 
}/*** /414 */
@media screen and (max-width: 350px) {/* SDGs sp*/
		#post-563 header.page-header::after,
		#post-570 header.page-header::after{
			height: 150px;  /* window幅で高さを調整↓*/
			background-position: top;
	} 
}/*** /350 */
