@charset "utf-8";
/*
Theme Name: 住宅ケンコウ社のテーマ
Theme URI: http://www.j-kenkousha.co.jp
Author: TomTak Corporation
Author URI: http://tomtak.com/
Description: 住宅ケンコウ社様向けのテーマです。
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, 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, 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;
}

html,body{
	height:100%!important;
}

body {
	line-height: 1;
	/*background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/08/b001.gif);*/
}
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;*/
	outline: none;
}
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;
}

::selection{
	background-color:rgba(0,166,108,0.6);
}
::-moz-selection{
	background:rgba(0,166,108,0.6);
}
/* 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(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,
.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(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%;*/
}
.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%;
}
.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;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
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);
	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: auto !important;
	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 {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.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 {
	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: #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"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.menu-main-container{
}

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

/*
#main{
	max-width: 960px;
	background:#fff;
	/*position: relative;*/
	/*top:-30px;*/
}

div.width650box{
	width:650px;
	margin:0px auto 0px auto;
}
*/

.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;
	font-family:'游ゴシック', 'メイリオ';
	position: relative;
}
.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 {
	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 {
	xmargin: 0 0 24px;
	xmargin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	xmargin: 0 0 24px;
	xmargin: 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: #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 {
	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 {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.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(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
-------------------------------------------------------------- */

/* 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;
		max-width: 960px;
		max-width: 68.571428571rem;
		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;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		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: #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 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.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: inherit;
		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;
	}

	.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 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	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;
	}

	.entry-header .entry-title,
	.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;
	}
}


/* =original
--------------------------------------------------------------

/* --- 全体部分 --- */
body {
	padding:0 !important;
	font-family:'A-OTF 中ゴシックBBB Pr6N',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body .site {
	box-shadow:none;
	background:none;
	padding: 0;
	margin: 0;
	max-width: 100%;
}


/* --- リンク部分 000 --- */
.breadcrumbs a,
.footer-sitemap-area a,
.site-header a,
.widget-area a{
	text-decoration:none;
	color: #777 !important;
}
.breadcrumbs a:hover,
.footer-sitemap-area a:hover,
.site-header a:hover,
.widget-area a:hover{
	color: #aaa !important;
}
a {
	text-decoration:none;
	outline: none;
}
.site-content a {
	color: #2C80A4;
}
.site-content a:hover {
	color: #004080;
}
.home .site-content a {
	color: #fff !important;
}
.home .site-content a:hover {
	color: #eee !important;
}

/* 画像基本 */
.site-content img,
.widget-area img,
.entry-content img{
	box-shadow:none;
	border-radius: 0;
	vertical-align: bottom;
}

/* --- 回り込み解除 --- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* --- 基本枠再形成 --- */
#page{
	max-width: 100%;
	padding:0;
}
body.page{
	/*background:#eee!important;*/
	margin:0 !important;
}

/* --- ヘッダー --- */

.site-header{
	margin:0;
	padding:0;
}
.header-base{
	margin:0;
	padding:0;
	/*background: rgba(0, 0, 0, 0.4);*/
}
.home .header-base{
	border:0;
}
.header-area{
	margin:0;
	padding:0;
	width: 20%;
	float:left;
}
.header-area img{
	width:100%;
	height:auto;
	box-shadow:none;
	margin: 20px;
	border-radius: 0;
	vertical-align: bottom;
}
.home .header-area{
	display:none;
}

/* --- ヘッドイメージ --- */

.headimage{
	margin-top:20px;
	width:100%;
	height:500px;
	position: relative;
  opacity: 0;
}
/* .headimage.ct-company{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2018/01/ct-company2.png) !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
	opacity: 0;
} */

.headimage.ct-company{
	height: 500px;
}

.headimage.ct-company::before {
	/* comment out 2022-08-21 R.Uoya */
	/* background:url('https://www.j-kenkousha.co.jp/wp-content/2018/01/ct-company2.png') no-repeat 0px; */
	background:url('https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-company2.png') no-repeat 0px;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	content: "";
}


.page-id-1157 .headimage.ct-company:before{
	/* comment out 2022-08-21 R.Uoya */
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/12/ct-company1.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-company1.jpg) !important;
}

.page-id-44 .headimage.ct-company:before{
	/* comment out 2022-08-21 R.Uoya */
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/12/ct-company3.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-company3.jpg) !important;
}

.headimage.ct-contact{
	height: 500px;
}

.headimage.ct-contact:before{
		/* comment out 2022-08-21 R.Uoya */
		/* background:url('https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/11/ct-contact.jpg') no-repeat 0px; */
		background:url('https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-contact.jpg') no-repeat 0px;
		background-size: cover;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 500px;
		content: "";
}



.headimage.ct-business{
	height: 500px;
}

.headimage.ct-business:before{
	/* background:url('https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/11/ct-business.jpg') no-repeat 0px; */
	background:url('https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business.jpg') no-repeat 0px;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	content: "";
}


.page-id-791 .headimage.ct-business:before{
	/* comment out 2022-08-21 R.Uoya */
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/12/ct-business2.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business2.jpg) !important;
}
.page-id-793 .headimage.ct-business:before{
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/12/ct-business1.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business1.jpg) !important;
}
.page-id-795 .headimage.ct-business:before{
	/* comment out 2022-08-21 R.Uoya */
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/12/ct-business3.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business3.jpg) !important;
}
.page-id-1349 .headimage.ct-business:before{
	/* comment out 2022-08-21 R.Uoya */
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2018/01/ct-business4.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business4.jpg) !important;
}
.page-id-6325 .headimage.ct-business:before{
	/* comment out 2022-08-21 R.Uoya */
	/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2018/01/ct-business4.jpg) !important; */
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business5.jpg) !important;
}

.headimage.ct-news{
	height: 500px;
}

.headimage.ct-news:before{
	/* background:url('https://www.j-kenkousha.co.jp/wp-content/uploads/2017/11/ct-news.jpg') no-repeat 0px; */
	background:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-news.jpg)no-repeat 0px;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	content: "";
}

.headimage.ct-recruit:before{
	background:url('https://www.j-kenkousha.co.jp/wp-content/uploads/2018/03/header_rec.png') no-repeat 0px;
	background:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/header_rec.png)no-repeat 0px;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	content: "";
}


.menu-side1-container *{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.side-menu-box{
	padding-top:5px;
	width:100%;
	position: absolute;
	bottom:0;
	background-color: rgba(255,255,255,0.5);
}

.side-menu-box ul{
	letter-spacing: -.4em;
	max-width:960px;
	margin:0 auto;
}
.side-menu-box ul li{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
	letter-spacing: normal;
	text-align:center;
	width:33.3%;
	display:inline-block;
}
.page-id-36 .side-menu-box ul li,
.page-id-864 .side-menu-box ul li{
	width:50%;
}

.page-id-8 .side-menu-box ul li,
.page-id-791 .side-menu-box ul li,
.page-id-793 .side-menu-box ul li,
.page-id-795 .side-menu-box ul li,
.page-id-1349 .side-menu-box ul li,
.page-id-6325 .side-menu-box ul li{
	width:20%;
}


.side-menu-box ul li a{
	display:block;
	padding:18px 0;
	/*color:#008C5B !important;*/
	color:#333 !important;
	font-size:15px;
	font-weight:bold;
	font-family: "Sawarabi Gothic";
}
.side-menu-box ul li:hover{
	background-color: rgba(255,255,255,0.5);
}
.side-menu-box ul li.current-menu-item{
	background-color: rgba(255,255,255,1);
}


/* --- メニュー --- */

.menu-area{
	display:none !important;
}

.menu-area{
	margin:0;
	padding:0;
	width:65%;
	float:right !important;
}

.responsive-menu-inner{
	background-color=blue;
}
.responsive-menu-inner .background--light {
	background-color: #000 !important;
}
.responsive-menu-inner .background--dark {
	background-color: #fff !important;
}

.responsive-menu-open div#responsive-menu-container{
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,0.31);
	-moz-box-shadow: -5px 0 5px rgba(0,0,0,0.31);
	box-shadow: -5px 0 5px rgba(0,0,0,0.31);
}

ul#responsive-menu li a{
	background-repeat: no-repeat !important;
	background-position: 10px center !important;
	background-size: auto 22px !important;
	padding-left:35px !important;
}

ul#responsive-menu li#responsive-menu-item-32 a{
	/* background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn1c.png); */
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/menu-btn1c.png);
}
ul#responsive-menu li#responsive-menu-item-895 a{
	/* background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn2c.png); */
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/menu-btn2c.png);
}
ul#responsive-menu li#responsive-menu-item-33 a{
	/* background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn3c.png); */
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/menu-btn3c.png);
}
ul#responsive-menu li#responsive-menu-item-35 a{
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn6c.png);
}

ul#responsive-menu li#responsive-menu-item-1503 a{
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2018/03/menu-btn6.png);
}

ul#responsive-menu li#responsive-menu-item-38 a{
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn5c.png);
}



ul#responsive-menu li ul li a{
	background-image:none !important;
}


.responsive-menu-subarrow{
	font-size:9px;
}

.responsive-menu-subarrow-active,
.responsive-menu-subarrow{
	background:none !important;
}

a.responsive-menu-item-link:active{
	border:0 !important;
}

button#responsive-menu-button{
	box-shadow:none !important;
}

/* コンテンツ */


footer,
.menu-main-container,
.wrapper{
	display:none;
}

.wrapper{
	margin:0 auto;
	max-width:960px;
	padding: 0 10px;
}
.home .wrapper{
	margin:0 auto;
	max-width:100%;
	padding: 0;
}
.site-content article {
	border-bottom: 0;
	padding: 0;
}

.widget{
	max-width:250px;
	width:100%;
}


/* --- フッター --- */
footer[role="contentinfo"] {
	max-width: 100%;
	border: none;
	background-color: #000;
}

.site-info{
	text-align:center;
	color:#fff;
	margin:0 auto;
	padding:0;
	max-width: 100%;
	line-height:1.2;
}

/* フッターリンク */
.footer-link{
	text-align:left;
	width: 960px;
	padding:30px 20px 0 20px;
	margin:0 auto;
	line-height:1.5;
}
.footer-box-l{
	float:left;
	width: 30%;
}

/* 2022-05-08 DynQR Layout T.Nagami */
#dynqr_fancybox {
	display: none;
}


.footer-box-r{
	float:right;
	width: 65%;
}

.menu-footer1-container{
	width: 600px;
	margin: 0 0 0 auto;
}

ul#menu-footer1{
	margin:0;
	padding:0;
}
ul#menu-footer1 li{
	margin-left:20px;
	display:inline-block;
	vertical-align: top;
}
ul#menu-footer1 li ul li{
	display:block;
	margin-left:0;
}
ul#menu-footer1 li a{
	display:block;
	color:#fff !important;
	margin-bottom:7px;
	padding-left:8px;
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/footsub-listmk.png);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#menu-footer1 li a:hover{
	text-decoration:underline;
}

/* フッター下部固定 */

/*
html,body{
	height:100%;
}
#wrapall{
	/* 追加id */
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#page{
	padding-bottom:50px !important; /*フッターの高さと同じ*/
}
#colophon{
	margin:0; /*フッタータグの上マージンクリア*/
	width: 100%;
	height:50px;
	position:absolute;
	bottom:0;
	padding:0;
}

*/

/* フッタースペース */

/*
.copyright{
	line-height:50px;
}
*/


/* --- ウィジェット 000 --- */

/* wg基本見出し */
.widget-area{
	margin-bottom: 30px;
}
.widget{
	margin-bottom: 20px !important;
}
.widget-area h3.widget-title{
	color:#00A66C;
	/*background:linear-gradient(#00a66c 49%,#00774d 51%);*/
	font-size:15px;
	line-height:1.5;
	padding: 10px;
	margin-bottom: 10px;
	/*border-radius:3px;*/
	border:dotted 1px #00A66C;
	background-color: #fff;
}

/* wgメニュー */
.widget-area .widget_nav_menu ul li {
	margin-bottom: 3px;
}
.widget-area .widget_nav_menu ul li a{
	text-decoration:none;
	border:solid 1px #eee;
	font-weight: bold;
	line-height: 50px;
	display:block;
	background-color: #f9f9f9;
	opacity: 0.9;
	padding: 8px 20px 8px 10px;
	color: #333 !important;
	height:50px;
	/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2016/12/mb-menu2.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	border-radius:2px;
}
.widget-area .widget_nav_menu ul li a:hover{
	background-color: #eee;
	color: #333 !important;
}

.widget-area .widget_nav_menu ul li.current-menu-item a{
	border:solid 1px #eee;
	background-color: #00a66c;
	color: #fff !important;
	opacity: 1;
	/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2016/12/mb-menu1.png);*/
	height:50px;
}


/* --- コンテンツ共通 000 --- */

/* メインヘッド */

.conmain{
	margin:15px 0 0 0;
	text-align:center;
	color:#000;
	font-size:40px;
	/*font-family: 'Quicksand', sans-serif;*/
	font-family: Lora, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}


/* 見出し */

.entry-header-dm,
body.page .entry-header{
	padding:0 !important;
	margin: 0 0 38px 0 !important;
	text-align: center;
}
.entry-header-dm{
	margin-top:24px !important;
}
.entry-header-dm h1.entry-title-dm,
body.page .entry-header h1.entry-title{
	display: inline-block;
	color:#000;
	font-size:18px;
	line-height:1.2;
	padding:20px !important;
	margin: 0px auto 0px auto;
	font-family:'游ゴシック', 'メイリオ';
	/* font-family: "Sawarabi Mincho", "MS PMincho", serif; */
	border-bottom:2px solid #00a66c;
	font-weight:normal;

}


div.alignCBox{
	text-align: center;
	margin:80px auto 38px auto;
}

div.alignC{
	text-align: center;
	margin:0px auto 0px auto;
}

h2.mincho-f1{
	/*
	display:inline-block;
	color:#333;
	border-bottom:1px solid #00a66c;
	padding:10px 15px 10px 15px;
	font-family: "游ゴシック", "メイリオ";
	font-weight:normal;
	*/
	display: inline-block;
	color:#000;
	font-size:18px;
	line-height:1.2;
	padding:20px !important;
	margin: 0px auto 0px auto;
	font-family:'游ゴシック', 'メイリオ';
	/* font-family: "Sawarabi Mincho", "MS PMincho", serif; */
	border-bottom:2px solid #00a66c;
	font-weight:normal;
}

h3.miren-h3{
	margin-top:0;
	font-family: ryo-display-plusn;
}

.font-Mincho{
	font-family:ryo-display-plusn;
}


/* エントリー部分余白削除 */
.entry-meta{
	margin:0 !important;
}


/* --- エディター共通-000 --- */

hr{
	margin:24px 0;
}

/* 画像スタイル */
img.img-shadow{
	box-shadow: 0 0 3px #999;
	behavior:url(/PIE.htc);
}
img.hover-i:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.img-line{
	border: 1px solid #ccc;
}
.img-rad03{
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	behavior: url(/PIE.htc);
	position:relative;
}
.img-rad05{
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	behavior: url(/PIE.htc);
	position:relative;
}
.img-rad10{
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	behavior: url(/PIE.htc);
	position:relative;
}
.img-baseline{
	vertical-align:baseline !important;
}

/* リスト */
ul.li-normal{
	margin: 0;
	padding:0;
}
ul.li-normal li{
	margin: 0 0 0 0px;
	line-height:1.8 !important;
	list-style: none;
}
ol.li-normal2{
	margin: 0;
	padding:0;
}
ol.li-normal2 li{
	margin: 0 0 0 16px;
	line-height:1.8 !important;
}



/* 2カラム並び右 */
dl.og-column02-r{
	margin:0;
	margin-bottom: 10px;
	padding:0;
}
dl.og-column02-r dt{
	font-weight:normal;
	margin:0;
	padding: 0;
	float: right;
	width: 33%;
}
dl.og-column02-r dd{
	margin:0;
	padding: 0;
	float: left;
	width: 63%;
}

/* 2カラム並び左 */
dl.og-column02-l{
	margin:0;
	margin-bottom: 10px;
	padding:0;
}
dl.og-column02-l dt{
	font-weight:normal;
	margin:0;
	padding: 0;
	float: left;
	width: 33%;
}
dl.og-column02-l dd{
	margin:0;
	padding: 0;
	float: right;
	width: 63%;
}

/* 2カラム並び両 */
dl.og-column02-c2,
dl.og-column02-c{
	margin:0;
	margin-bottom: 10px;
	padding:0;
}
dl.og-column02-c2 dt,
dl.og-column02-c dt{
	font-weight:normal;
	margin:0;
	padding: 0;
	float: left;
	width: 48.5%;
}
dl.og-column02-c2 dd,
dl.og-column02-c dd{
	margin:0;
	padding: 0;
	float: right;
	width: 48.5%;
}

dl.og-column02-c2 dd.pa50,
dl.og-column02-c dd.pa50{
	padding:50px 0px 0px 0px;
}

/* 3カラム並び */
ul.og-column03b,
ul.og-column03{
	margin:0;
	padding:0;
}
ul.og-column03b li,
ul.og-column03 li{
	margin:0 0 10px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 33.3%;
}
ul.og-column03b li div.og-column03-l,
ul.og-column03 li div.og-column03-l{
	padding: 0 6px 0 0;
}
ul.og-column03b li div.og-column03-c,
ul.og-column03 li div.og-column03-c{
	padding: 0 3px 0 3px;
}
ul.og-column03b li div.og-column03-r,
ul.og-column03 li div.og-column03-r{
	padding: 0 0 0 6px;
}

/* テーブル基本 */
.tbl_normal{
	line-height:1.5 !important;
	margin: 0 0 5px 0 !important;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #222 !important;
}
.tbl_normal th{
	line-height:1.5 !important;
	padding: 6px !important;;
	text-align: left;
	/*vertical-align: top;*/
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	font-size:13px !important;
}
.tbl_normal td{
	line-height:1.5 !important;
	font-size:13px !important;
	padding: 6px !important;;
	background-color: #fff;
	border: 1px solid #ccc;
}
.tbl_normal p{
	margin:0 !important;
}

/* テーブル－ライン */
.tbl_line{
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
}
.tbl_line th{
	padding: 10px  0  10px  10px;
	text-align: left;
	color: #333;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	font-size:13px !important;
	min-width: 100px;
	text-transform:none;
}
.tbl_line td{
	font-size:13px !important;
	padding: 10px  0  10px  10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* テーブル-スペース */
.tbl_space{
	margin-top: 5px;
	color:#333;
	font-size:13px !important;
	border:0 !important;
	width: 100%;
	border-collapse: collapse;
}
table.tbl_space th,
table.tbl_space td{
	border:0 !important;
	vertical-align:top;
	padding:0;
	margin: 0;
}
table.tbl_space th{
	padding-right: 10px;
	min-width: 60px;
}

.tbl-wmin{
	min-width: 60px;
}

.box_normal{
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
}

.box_txt{
	padding-bottom:0px;
	border-bottom:solid 1px #ccc;
	margin-bottom:35px;
}


/* 文字調整 */
.f-00{
	margin-bottom: 0 !important;
}
.f-05{
	margin-bottom: 5px !important;
}
.f-10{
	margin-bottom: 10px !important;
}
.f-15{
	margin-bottom: 15px !important;
}
.f-20{
	margin-bottom: 20px !important;
}
.f-24{
	margin-bottom: 24px !important;
}
.f-30{
	margin-bottom: 30px !important;
}
.f-20p{
	padding-bottom: 20px !important;
}
.f-30p{
	padding-bottom: 30px !important;
}
.f-50{
	margin-bottom: 50px !important;
}
.t-00{
	margin-top: 0 !important;
}
.t-05{
	margin-top: 5px !important;
}
.t-10{
	margin-top: 10px !important;
}
.t-15{
	margin-top: 15px !important;
}
.t-20{
	margin-top: 20px !important;
}
.t-30{
	margin-top: 30px !important;
}
.t-50{
	margin-top: 50px !important;
}
.f-center{
	text-align: center !important;
}
.f-center2{
	margin: 0 auto !important;
}
.f-right{
	text-align: right !important;
}
.f-line-s{
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}
.f-line-d{
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}
.clear {
	clear:both;
}
.m-10{
	margin: 10px !important;
}
.m-20{
	margin: 20px !important;
}
.p-10{
	padding: 10px !important;
}
.p-20{
	padding: 20px !important;
}
.w-90{
	width: 90%;
}
.w-80{
	width: 80%;
}
.r-10{
	margin-right: 10px !important;
}
.p-clear p{
	margin-bottom:0 !important;
}
.lh-15{
	line-height:1.5 !important;
}

.kaigyo-clear{
	clear:both !important;
	height:1px !important;
	margin:0 !important;
	padding: 0 !important;
}

.font-mincho{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.font-hannari{
	font-family: "Hannari";
}

img.ab-image-mb{
	height:50px;
}

/* --- ホーム 000 --- */


/* ブラウザ枠取得000 */

.vh-area{
	text-align:center;
	padding: 0 20px;
	position: relative;
	z-index:0;
}
.vh-area0{
	text-align:center;
	padding: 0 20px;
	position: relative;
	z-index:0;
	height: 100vh;
	background-color:none !important;
}
/* スクロールボタン000 */
.home div.setbtm0,
.home div.setbtm{
	width: 50px;
	margin-left:-25px;
	position:absolute;
	left:50%;
	bottom:50px;
}
/* スクロール枠000 */
.vh-area-back{
	background-color: #00A66c;
}
.vh-area-back1{
	background-color: #fff;
}
.vh-area-back2{
	background: rgba(0, 0, 0, 0.7);
}

/* 背景動画 */
video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}

/* ホーム見出し消去000 */
.home .entry-header{
	display:none;
}

/* ロゴキャッチ000 */
.main-copy{
	max-width:600px;
	margin-top:-100px;
	margin-left:-300px;
	position:absolute;
	top:50%;
	left:50%;
}
/* PC用表示枠000 */
.home-box{
	max-width:960px;
	margin:0 auto;
	text-align:left;
}
.box-font{
	color:#fff;
}
/* ホーム項目見出し000 */
.koumoku{
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}
.koumoku2{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:36px;
	text-align:center;
	color:#fff;
	margin-bottom:0px;
}
.koumoku2-sub{
	font-size:20px;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	font-family: "Sawarabi Gothic";
}
.koumoku3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:36px;
	text-align:center;
	color:#00A66c;
	margin-bottom:0px;
}
.koumoku3-sub{
	font-size:20px;
	text-align:center;
	color:#00A66c;
	margin-bottom:20px;
	font-family: "Sawarabi Gothic";
}


h3.home-subt{
	color:#fff;
	margin:0 !important;
	font-size:24px;
	text-align:center;
}
h3.home-subt2{
	color:#00A66c;
	margin:0 !important;
	font-size:24px;
	text-align:center;
}

/* 理念000 */

.rinen-copy-i{
	width:300px;
}

dl.home-tblcell{
	margin:0 0 30px 0;
	font-size:16px;
	display:table;
	table-layout: fixed;
	width:100%;
}
dl.home-tblcell dd{
	padding: 0 20px;
	width:50%;
	display:table-cell;
	vertical-align:middle;
}
dl.home-tblcell dd.ddtxt-l{
	text-align:right;
	border-right: 1px solid #ccc;
}
dl.home-tblcell dd.ddtxt-r{
	text-align:left;
}

img.rinen-i{
	border:solid 4px #fff;
	display:block;
	margin: 0 auto;
	width:200px;
	border-radius: 102px;
	-webkit-border-radius: 102px;
	-moz-border-radius: 102px;
	behavior: url(/PIE.htc);
	position:relative;
}

/* ビジネス000 */
ul.busi-list{
	margin: 0 0 30px 0;
	padding:0;
	list-style-type:none;
}
ul.busi-list li{
	/*background-color:#777;*/
	width:32%;
	margin:0 2% 0 0;
	padding:0;
	float:left;
}
ul.busi-list li:nth-child(3){
	margin-right:0;
}
ul.busi-list li p{
	margin-bottom:5px;
}


a.busi-box{
	display:block;
	background-color:#026B8E;
	padding:10px;
	font-size:18px;
	color:#fff !important;
	text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/PIE.htc);
	position:relative;
}
a.busi-box:hover{
	background-color:#02556C;
}
a.busi-box img{
	width:80%;
	height:auto;
}

ul.busi-list li h3.home-subt{
	border-bottom:solid 2px #aaa;
	margin-bottom: 7px !important;
}

ul.busi-list li h3.home-subt a{
	font-size:18px;
	color:#222 !important;
}
ul.busi-list li h3.home-subt a:hover{
	color:#555 !important;
}




/* 新着情報000 */

.wp-pagenavi{
	margin-bottom: 50px !important;
}

.archiveWrap{
	padding:0px;
}

.whatsnew{
	border-radius:0 !important;
	border:0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.whatsnew h1{
	color:#fff;
}
.whatsnew dl a dt {
	color:#fff;
}
.whatsnew dl a:hover {
	color:#000;
}
.whatsnew .wn-head{
	border-radius:0 !important;
	border:0 !important;
	box-shadow:none;
	font-size:16px;
	padding:5px 10px;
	margin: 0 0 10px 0;
	color:#fff !important;
	background-color:#00A66c !important;
}
.whatsnew .wn-item{
	font-size:13px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:5px;
}
.whatsnew .wn-date{
	color:#eee;
	width: 90px !important;
}
.whatsnew .wn-article{
	width: auto !important;
	margin-left:90px;
}
div.wn-head .wn-postlist {
	font-size: 80%;
	width: 4.2em;
	margin-top:5px;
}
span.tamore-cat-name a{
	margin-right:2px;
	display:inline-block;
	width:50px;
	text-align:center;
	color:#fff !important;
	background-color:#182980;
	font-size: 80% !important;
	padding:1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/PIE.htc);
}
span.tamore-cat-name a:hover{
	color:#fff !important;
	background-color:#5264AF;
}
span.tamore-wn-title {
	font-size: 100%; /* tamore customized */
}
div.wn-item .wn-article .newmark {
	background:none !important;
	border-radius:0 !important;
	color: #ff4500 !important;
	font-size: 100% !important;
	vertical-align: middle;
}

#main{
}

/* --- About us --- */

.showInSlide{
	opacity:1;
	top:0px;
}


/* 会社概要 */
div#linkInPage{
}

div#linkInPage ul#togglejump{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#linkInPage ul li{
	text-decoration:none;
	height:30px;
	line-height: 30px;
	font-weight: bold;
	list-style: none;
	padding: 8px 20px 8px 10px;
	color: #00a66c !important;
	font-size:12px;
}

div#linkInPage ul li a{
	display: inline-block;
	color:#333;
}

div#linkInPage ul li a span{
	display: inline-block;
}
div#linkInPage ul li a:hover{
	color:#00a66c;
}

div#linkInPage ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
div#linkInPage ul li a ::before,
div#linkInPage ul li a ::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
}
div#linkInPage ul li a ::before {
  top: 0;
  left: 0;
}
div#linkInPage ul li a ::after {
  bottom: 0;
  right: 0;
}
div#linkInPage ul li a :hover::before,
div#linkInPage ul li a :hover::after {
  width: 100%;
}

.pageHeadTitleWrap{
	color:#00a66c;
	width:350px;
	height:100vh;
	background-color:rgba(255,255,255,0.7);
	font-family: "游ゴシック", "メイリオ";
	position:absolute;
	right:10%;
	text-align: center;
	z-index:100;
}

.pageHeadTitleWrap .pageHeadTitle{
	position: relative;
	top:35%;
}

.pageHeadTitle .mainTitle{
	display:block;
	font-size:60px;
	clear:both;
}

.pageHeadTitle .SubTitle{
	display:block;
	font-size:18px;
	font-weight: bold;
	font-family: '游ゴシック', 'メイリオ';
}

/**********************************
企業情報
**********************************/


/* 共通設定 */

div#aboutusContent .section{
	position:relative;
	top:50px;
	width:100%;
	background:#fff;
	margin:50px 0px 50px 0px;
	overflow:hidden;
	box-shadow:0px 0px 5px #ccc;
	opacity: 0;
}

div#aboutusContent .section .contentBox{
	text-align: center;
	position: relative;
	top:25%;
	width:100%;
}


div#aboutusContent div.left{
	width:50%;
	height:auto;
	float: left;
	top:100px;
	opacity: 0;
	position: relative;
}

div#aboutusContent div.right{
	width:50%;
	float:right;
	height:auto;
	bottom:100px;
	position: relative;
}

div#aboutusContent .widthFull{
	width:100%;
}


/* 企業理念 */

div#aboutusContent .contentBox h2{
	margin-top:0;
	margin-bottom:20px;
	font-size:32px;
	font-weight:normal;
	font-family: "Sawarabi Mincho", "MS PMincho", serif;
}

div#aboutusContent .contentBox h3{
	margin-top:20px;
	font-size:20px;
	font-family: "Sawarabi Mincho", "MS PMincho", serif;
}

div#aboutusContent .contentBox h4{
	font-size:16px;
	margin-bottom:20px;
	font-family: "Sawarabi Gothic";
}
div#aboutusContent .contentBox h5{
	font-size:18px;
	border-bottom:solid 1px #aaa;
	margin: 0 20px 20px 20px;
}
ol.ablist-ol{
	margin: 0 20px;
}
ol.ablist-ol li{
	text-align:left;
	margin-left:22px;
}

div#aboutusContent .section_philosophy .right .contentBox img{
	display: block;
	width:100%;
}

div#aboutusContent .section_index .left .contentBox{
	position: relative;
	top:40%;
}

div#aboutusContent .section_motto .right .contentBox{
	position: relative;
	top:40%;
}

div#aboutusContent .section_slogan .left .contentBox .secSloText{
	text-align: left;
	font-size:14px;
	margin:10px 0px 10px 0px;
	padding:0px 20px 0px 20px;
	font-family: "游ゴシック", "メイリオ";
	opacity: 0;
	font-family:ryo-display-plusn;
}

#secIndexText{
	opacity: 0;
	position: relative;
	top:50px;
}

#secMottoText{
	opacity: 0;
	position: relative;
	top:-50px;
}

#secSloText1{
	position: relative;
	top:20px;
}

#secSloText2{
	position: relative;
	top:40px;
}

#secSloText3{
	position: relative;
	top:60px;
}

#secSloText4{
	position: relative;
	top:80px;
}

#secSloText5{
	position: relative;
	top:100px;
}

/*会社概要*/

#aboutusContent table.company-gaiyo-tbl{
	margin-top: 5px;
	color:#333;
	font-size:14px;
	border:0;
	border-collapse: collapse;
	margin:0px auto 0px auto;
	/*border-top:solid 1px #ccc !important;*/
	width:100%;
	font-family: "游ゴシック", "メイリオ";
}
table.company-gaiyo-tbl tr:first-child{
	border-top:solid 1px #ccc;
}
table.company-gaiyo-tbl tr{
	border-bottom:solid 1px #ccc;
}
table.company-gaiyo-tbl td,
table.company-gaiyo-tbl th{
	font-size:14px;
	line-height:1.8;
	border:0;
	vertical-align:top;
	padding:15px 0 15px 0;
}

table.company-gaiyo-tbl th{
	width: 110px;
	font-weight:bold;
}

table.company-gaiyo-tbl td{
	/*width: 535px;*/
}

table.company-gaiyo-tbl td iframe{
	width: 100%!important;
}
table.company-gaiyo-tbl td p,
table.company-gaiyo-tbl th p{
	font-size:14px;
	line-height:1.8;
}



.bg_aboutus{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/07/aboutus02.png);
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	height:100vh;
	position: relative;
}

.bg_buisiness{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/07/business.png);
	background-size:contain;
	background-repeat: no-repeat;
	width:100%;
	height:400px;
	position: relative;
}

.company-gaiyo-tbl ul li{
	margin:0px 0px 1.5em 1em;
}

.company-gaiyo-tbl ul li:last-child{
	margin:0px 0px 0px 1em;
}

h5.gaiyo-h5{
	font-size:14px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}

.spaceLeft_2{
	margin:0px 0px 0px 2em;
}

/* 過去の実績 */

.productWrap{
	overflow: hidden;
	width:900px;
	margin:0px auto 0px auto;
	border:1px solid #ccc;
}

.productWrap .serchWrap{
	overflow: hidden;
	padding:10px 10px 10px 10px;
}

.productWrap #serchText{
	cursor: pointer;
	width:170px;
	padding:5px 0px 5px 0px;
	text-align: center;
	background:#005899;
	color:#fff;
	border-radius:5px;
	font-weight: bold;
	float:right;
}

.productWrap #serchText:after{
	font-family: FontAwesome;
	content:'\f00e';
	position:relative;
	top:0;
	right:-5px;
}

.productWrap .minus:after{
	font-family: FontAwesome;
	content:'\f010'!important;
	position:relative!important;
	top:0;
	right:-5px;
}
.productWrap #serchText:hover{
	opacity:0.8;
}

.productWrap .productSerch{
	clear:both;
	padding:20px 20px 20px 20px;
	overflow: hidden;
	display: none;
	background:#eee;
	border-radius:5px;
}

.productWrap .productSerch .serchTypeText{
	font-weight:bold;
	margin:0px 0px 0px 3px;
}

.productWrap .productSerch #serchBtn{
	display: inline;
	padding:5px 26px 5px 20px;
	border-radius:5px;
	background:#00a66c;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	cursor: pointer;
	float:right;
}

.productWrap .productSerch #serchBtn:after{
	font-family: FontAwesome;
	content:'\f002';
	position:relative;
	top:0;
	right:-5px;
}

.productWrap .productSerch #serchBtn:hover{
	opacity:0.8;
}

.productBox{
	width:250px;
	height:180px;
	float:left;
	margin:0px 0px 20px 4%;
}

.productImgBox{
	position: relative;
	height:75px;
	overflow: hidden;
}

.productImgBox img{
	position: absolute;
	width:100%;
	height:auto;
}

.productContentBox{
	padding:4px 4px 4px 4px;
	font-size: 12px;
}

.productContentBox h3{
	padding:0px 4px 4px 4px;
	font-size: 14px;
}

.productContentBox .product_Content{
	border-bottom:2px dotted #aaa;
	padding:0px 0px 8px 0px;
}

.productContentBox .product_Content span{
	padding:3px 9px 3px 9px;
	background:#005899;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
	border-radius: 5px;
}

.productContentBox .product_Owner,
.productContentBox .product_Area{
	float: left;
	padding:8px 0px 0px 0px;
	margin:0px 15px 0px 0px;
}

.productContentBox .product_Owner span{
	padding:3px 9px 3px 9px;
	background:#0096ba;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
	border-radius: 5px;
}

.productContentBox .product_Area span{
	padding:3px 9px 3px 9px;
	background:#bf2123;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
	border-radius: 5px;
}

@media screen and (max-width: 900px){
	.productWrap{
		width:100%;
	}

	.productBox{

	}
	.productBox:nth-child(even){
		margin:0px auto 20px 10%;
	}

	.productBox:nth-child(odd){
		float:right;
		margin:0px 10% 20px auto;
	}
}

@media screen and (max-width: 670px){
	.productBox{
		float:none;
		margin:0px auto 20px auto!important;
	}
	.productBox:nth-child(even){
		float:none;
		margin:0px auto 20px 10%;
	}

	.productBox:nth-child(odd){
		float:none;
		margin:0px 10% 20px auto;
	}


}

/* 過去の実績 */

h3.h3-jmidashi{
	border-bottom: 1px solid #ccc;
	padding:0px 0px 10px 0px;
	margin:24px 0px 24px 0px;
	font-family: "游ゴシック", "メイリオ";
}

#aboutusContent .tbl_jisseki{
	line-height:1.5;
	margin: 0 0 5px 0;
	width: 100%;
	border-collapse: collapse;
	/*border: 1px solid #ccc;*/
	border:0;
	color: #222;
	font-family: '游ゴシック', 'メイリオ';
}
#aboutusContent .tbl_jisseki th{
	line-height:1.5;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #00A66C;
	/*border: 1px solid #ccc;*/
	border: solid 2px #fff;
	font-size:14px;
}

#aboutusContent .tbl_jisseki td{
	line-height:1.5;
	font-size:14px;
	padding: 6px 6px 6px 6px;
	background-color: #f3f3f3;
	/*border: 1px solid #ccc;*/
	border: solid 2px #fff;
	vertical-align:middle;
}
#aboutusContent .tbl_jisseki p{
	margin:0;
}

#aboutusContent .tbl_jisseki th.sekou-bukken{
	width:auto;
}
#aboutusContent .tbl_jisseki th.sekou-naiyo{
	width: 150px;
}

#aboutusContent .tbl_jisseki td.wd-03{
	width: 33%;
}

/**********************************
サービス案内
**********************************/

h2.kasi-title{
	margin-bottom:30px;
}
div.kasi-pr{
	padding:10px;
	background:#669900;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.bis-tit{
	padding-bottom:10px;
	margin-bottom:10px !important;
	border-bottom:1px dotted #333;
}

a.bis-links{
	margin:10px;
	display:inline-block;
	padding:10px;
	border:1px solid #aaa;
}
a.bis-links:hover{
	background-color:#eee;
}
a.bis-links img{
	margin:0;
}

.kasi-tit{
	color:#222;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border:7px double #ccc;
	margin-bottom:30px;
	font-family: "Sawarabi Mincho", "MS PMincho", serif;
}
.kasi-sub{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	background-color:#aaa;
	margin-bottom:10px !important;
}

/* --- Buisiness --- */
#content div.hoverlink{
	position:absolute;
	bottom:10%;
	right:5%;
}

#content div.hovertermite a{
	font-size:18px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	color:#669900;
	border:3px solid #669900;
	border-radius:3px;
}

#content div.hoverinspection a{
	font-size:18px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	color:#0099ff;
	border:3px solid #0099ff;
	border-radius:3px;
}

#content div.hoverkashi a{
	font-size:18px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	color:#ff9300;
	border:3px solid #ff9300;
	border-radius:3px;
}

#content div.hovertermite a:hover{
	font-size:18px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	color:#fff;
	background:#669900;
	border-radius:3px;
}

#content div.hoverinspection a:hover{
	font-size:18px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	color:#fff;
	background:#0099ff;
	border-radius:3px;
}

#content div.hoverkashi a:hover{
	font-size:18px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	color:#fff;
	background:#ff9300;
	border-radius:3px;
}

#content div.businesscolumn{
	width:100%;
}

#content div.businesscolumn div.columnrecord{
	overflow: hidden;
	margin:0px 0px 0px 0px;
}


#content div.businesscolumn div.columnrecord div.left{
	float:left;
	width:50%;
	height:400px;
	margin:0px 0px 0px 0px;
}

#content div.businesscolumn div.columnrecord div.right{
	float:right;
	width:50%;
	height:400px;
	margin:0px 0px 0px 0px;
}

#content div.businesscolumn div.columnrecord div.left .columntext,
#content div.businesscolumn div.columnrecord div.right .columntext{
	width:100%;
	margin:20% auto 0px auto;
	text-align: center;
}
#content div.businesscolumn div.columnrecord div.left .columntext p,
#content div.businesscolumn div.columnrecord div.right .columntext p{
	color:#fff;
	font-size:20px;
	margin:0px 0px 0px 0px;
}

#content div.businesscolumn div.columnrecord div.left .columntext h3,
#content div.businesscolumn div.columnrecord div.right .columntext h3{
	color:#fff;
	font-size:32px;
	margin:0px 0px 20px 0px;
	font-family: "游ゴシック", "メイリオ";
}

#content div.businesscolumn div.columnrecord div.left .columntext a,
#content div.businesscolumn div.columnrecord div.right .columntext a{
	padding:10px 20px 10px 20px;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
}

#content div.businesscolumn div.columnrecord div.left .columntext a:hover,
#content div.businesscolumn div.columnrecord div.right .columntext a:hover{
	padding:10px 20px 10px 20px;
	border:3px solid #fff;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}
#content div.businesscolumn div.termite .left{
	background:#B0CF74;
}

#content div.businesscolumn div.termite .right{
	/*
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2016/10/28259947.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	*/
}

#content div.businesscolumn div.inspection .left{
	/*
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2016/10/28259947.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	*/
}


#content div.businesscolumn .busi-bs1{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/11/busi-01.jpg) !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#content div.businesscolumn .busi-bs2{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/11/busi-02.jpg) !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#content div.businesscolumn .busi-bs3{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/11/busi-03.jpg) !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#content div.businesscolumn .busi-bs4{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2018/01/busi-04.jpg) !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#content div.businesscolumn .busi-bs5{
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/themes/corporate/inc/images/ct-business5.jpg) !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}

#content div.businesscolumn div.others .right{
	background:#999;
}
#content div.businesscolumn div.others2 .left{
	background:#999;
}

#content div.businesscolumn div.inspection .right{
	background:#7672D5;
}

#content div.businesscolumn div.kashi .left{
	background:#DD9A4E;
}

#content div.businesscolumn div.pestcontrol .right{
  background:#376092;
}

#content div.businesscolumn div.kashi .right{
	/*
	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2016/10/28259947.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	*/
}


.others-box h3{
	font-size:16px;
	background-color:#eee;
	padding:5px;
	margin-bottom:20px;
	border-left:solid 3px #ccc;

}


/* --- 新着情報-000 --- */

.archive-header{
	border-bottom:1px solid #aaa;
}
.archive-header h1.archive-title{
	color:#222;
	font-size:20px;
}

body.single .entry-header,
body.archive .entry-header,
body.blog .entry-header{
	padding:0 !important;
	margin: 0 0 38px 0 !important;
	text-align: left;
	border-bottom:1px dotted #00a66c;

	background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/12/news-title-line.png) !important;
	background-size:120px 2px;
	background-repeat: no-repeat;
	background-position:bottom right;
	position: relative;
}

body.archive .entry-header:hover,
body.blog .entry-header:hover{
	border-bottom:1px solid #00a66c;
}

body.single .entry-header h1.entry-title,
body.archive .entry-header h1.entry-title,
body.blog .entry-header h1.entry-title{
	display: block;
	color:#555;
	font-size:20px;
	line-height:1.2;
	padding-bottom:0 !important;
	font-family:'游ゴシック', 'メイリオ';
	/*font-family: "Sawarabi Mincho", "MS PMincho", serif;*/

	font-weight:bold;

}
body.single .entry-header{
	border-bottom:1px solid #00a66c;
}
body.single .entry-header h1.entry-title{
	padding-bottom:20px !important;
}

body.archive .entry-header h1.entry-title a,
body.blog .entry-header h1.entry-title a{
	display:block;
	color:#555;
	line-height:1.2;
	font-size:20px;
	/*background-color:#eee;*/
	padding:0 0 20px 0 !important;
	font-family:'游ゴシック', 'メイリオ';
}

.by-author{
	display:none;
}


/* --- お問い合わせ-000 --- */

/* 送信後表示 */
.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}
h2.send-title{
	line-height:1.5;
	color:#000;
}

/* フォーム */
dl.contact-fm{
	margin: 0;
	padding: 0;
}
dl.contact-fm dt{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #ccc;
}
dl.contact-fm dt div{
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	height:25px;
	line-height: 25px;
}
dl.contact-fm dt div span{
	background-color:#E50012;
	color:#fff;
	margin:0px 0px 0px 3px;
	padding:2px 4px 2px 4px;
	border-radius:3px;
	font-size:80%;
	line-height: 25px;
}
dl.contact-fm dd{
	margin: 0 0 10px 0;
	padding: 0;
}
input.fm-add{
	/*width: 95%;*/
}
.contents-k-line{
	border-bottom: dotted 1px #ccc;
	margin: 15px 0;
}

formInner p.fm-btm input{
	background-image:none;
	background-color: #0096BA;
	color:#fff;
	font-size:14px;
	border:0;
	margin-right:10px;
}
formInner p.fm-btm input:hover{
	background-image:none;
	background-color: #15b0d3;
}

div.wpcf7-response-output{
	margin-right:0;
	margin-left:0;
}

div.textwidget p.contact-p{
	margin-bottom:0;
}
div.textwidget h2.contact-h2{
	font-size:20px;
	line-height:1.2;
	margin-bottom:10px;
	padding-left:22px;
	background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/tel-i-20.png);
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size:auto auto;
	background-size:auto 20px;
}

div.closeline{
	border-bottom:2px solid #00a66c;
	width:130px;
	margin:50px auto 0px auto;
}

#wpcf7-f59-p36-o1{
	width:100%;
	margin:0px auto 0px auto;
	border:1px solid #ccc;
	border-radius: 3px;
	padding:30px 30px 30px 30px;
	background-color:#fff;
}

div.formGroup{
	padding:10px 20px 0px 20px;
	margin:0px 0px 10px 0px;
}

div.formGroup p{
	font-size:20px;
	border-bottom:1px solid #00a66c;
	padding:0px 0px 0px 0;
	margin:0px 0px 10px 0px;
}

dl.contact-fm{
	width:100%;
}

dl.contact-fm dt{
	font-size:14px;
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

dl.contact-fm dd{

}

dl.contact-fm dd input{
	height:20px;
}

dl.contact-fm dd input[name="your-name"]{
	width:200px;
}

dl.contact-fm dd input[name="your-kana"]{
	width:200px;
}

dl.contact-fm dd input[name="your-email"]{
	width:400px;
}

dl.contact-fm dd input[name="your-tel"]{
	width:200px;
}

dl.contact-fm dd input[name="zip"]{
	width:100px;
}

dl.contact-fm dd input[name="addr"]{
	width:300px;
}

dl.contact-fm dd textarea[name="your-message"]{
	width:95%;
}

p.fm-btm{
	text-align: center;
}

p.fm-btm .wpcf7-submit{
	background:#00a66c;
	color:#fff;
	padding:10px 15px 10px 15px;
	font-weight:bold;
	font-size:16px;
	/*border-radius:5px;*/
	margin:0px 0px 0px 10px;
	border:0;
	border-radius:0;
	box-shadow:0;
}

p.fm-btm .wpcf7-submit:hover{
	opacity: 0.8;
}

p.fm-btm input[type="reset"]{
	background:#ccc;
	color:#fff;
	padding:10px 15px 10px 15px;
	font-weight:bold;
	font-size:16px;
	/*border-radius:5px;*/
	margin:0px 10px 0px 0px;
	border:0;
	border-radius:0;
	box-shadow:0;
}

p.fm-btm input[type="button"]{
	background:#00a66c;
	color:#fff;
	padding:10px 15px 10px 15px;
	font-weight:bold;
	font-size:16px;
	/*border-radius:5px;*/
	border:0;
	border-radius:0;
	box-shadow:0;
}

p.fm-btm input[type="reset"]:hover{
	opacity: 0.8;
}

span.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	color:tomato;
	padding:2px 4px 2px 4px;
}

/*プライバシーポリシー*/

.privacy-area h3{
	font-size:16px !important;
	margin-bottom:10px !important;
}

/* responsive-menu */
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after{
	box-shadow:1px 1px 2px #969696;
}

br.toggleBr{
	display: none;
}

/* 動画切り替え-モバイル対応*/
@media screen and (max-width: 900px) {
	html {
		background:none;
	}
	html body.home {
		xbackground: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/07/pagetop.png) #000 no-repeat center top fixed !important;
		/* background-image:url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2018/01/img_top.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size:auto 100vh;
		background-attachment: fixed; */
	}

	body.home::before {
    background:url('https://www.j-kenkousha.co.jp/wp-content/uploads/2018/01/img_top.png') no-repeat center top;
    background-size: auto 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
  video#bgvid {
		display: none;
	}

  #emb-video{
    display: none;
  }


	/**********************************
	企業情報
	**********************************/
	div#aboutusContent .section{
		left:0;
		width:100%;
		box-shadow:none;
		margin:50px auto 0px auto;
	}

	div#aboutusContent div.left{
		float: none;
		width:100%;
		height:auto;
	}

	div#aboutusContent div.right{
		float:none;
		width:100%;
		height:auto;
	}

	div#aboutusContent .contentBox{
		margin:20px auto 20px auto;
	}

}

/* max height of 800 pixels. */
@media screen and (max-height: 800px) {

	/* original-max-h800
	-------------------------------------------------------------- */

	/* --- ホーム h800 --- */

	.vh-area{
		height: auto;
		position: relative;
	}

	/* スクロール用ボタン */
	.home div.setbtm{
		bottom:auto;
		position:relative;
		padding-bottom:50px;
	}
		/* お問い合わせページ */
	#wpcf7-f59-p36-o1{
		width:100%;
		padding:10px 10px 10px 10px;
	}


}

@media screen and (max-width:700px){
	/* 会社情報 */
	div#linkInPage{

	}

	div#linkInPage ul li{
		height:inherit;
		font-size: 12px;
	}
	.bg_aboutus{
		background-position: center;
	}

	.pageHeadTitleWrap{
		width:50%;
		margin:0px auto 0px auto;
	}

	.pageHeadTitle .mainTitle{
		font-size:80%;
	}

	.pageHeadTitle .SubTitle{
		font-size:12px;
	}


	div.formGroup{
	}

	div.formGroup dl.contact-fm dd span input{
		width:100%;
	}

}


/* max width of 599 pixels. */
@media screen and (max-width: 599px) {

	/* original-max599
	-------------------------------------------------------------- */

	#masthead {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		transition: .3s;
	}

	.conmain{
		margin-top:60px;
		font-size:24px;
		font-family: "Sawarabi Mincho", "MS PMincho", serif;
	}


	/* --- ヘッダー 599 --- */

	.header-base{
		height:60px;
		margin:0;
		padding:0;
		background-color: #fff;
	}
	.home .header-base{
		background:none;
	}

	.header-area{
		padding-top:10px;
		width: 65%;
	}
	.header-area img{
		height:25px;
		width:auto;
		margin: 7px;
	}

	.home div.setbtm0, .home div.setbtm{
		bottom:15%;
	}

	/* --- ヘッドイメージ 599 --- */

	.headimage.ct-company,
	.headimage.ct-contact,
	.headimage.ct-business,
	.headimage.ct-news,
	.headimage.ct-recruit{
		height:180px;
	}

	.headimage.ct-company:before,
	.headimage.ct-contact:before,
	.headimage.ct-business:before,
	.headimage.ct-news:before,
	.headimage.ct-recruit:before{
		height:180px;
	}

	.headimage.ct-company{
		opacity: 1;
	}
	.headimage.ct-contact{
		opacity: 1;
	}
	.headimage.ct-business{
		opacity: 1;
	}
	.headimage.ct-news{
		opacity: 1;
	}

	.headimage.ct-recruit{
		opacity: 1;
	}


	.side-menu-box ul li a{
		font-size:12px;
		padding:15px 0;
	}

	/* --- メニュー 599 --- */
	.menu-area .menu-main-container{
		position:absolute;
		top:0;
		left:0;
		width: 70%;

	}


	/* メニューボタン 599 */
	.menu-main-container{
		border-top:0;
		border-bottom:0;
		margin:0;
	}
	.main-navigation{
		margin-top:0;
	}
	.main-navigation .menu-toggle:active,
	.main-navigation .menu-toggle {
		color:#ffffff;
		width: 100%;
		margin:0 0 0 0;
		background-image:none;
		background-color:#333 !important;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

	/* トグルメニュー改変 599 */
	.main-navigation .menu-toggle{
		display: none;
		border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		behavior: url(/PIE.htc);
		width: 40px !important;
		height:40px;
		position:absolute;
		top:10px;
		right:10px;

		border-radius:0 !important;
		background:none !important;

		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-toggle3-bs.png) !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: auto auto !important;
		overflow:hidden;
		text-indent:110%;
		white-space:nowrap;
		z-index:500;
	}

	.menu-main-container ul.nav-menu {
		width: 100% !important;
		border:0;
		margin: 0;
		padding: 0 10px 15px 10px;
		/*height: 100vh;*/
		/*height: 100%;*/
		background: rgba(0, 0, 0, 0.7);
		z-index:500;
		position: relative;

		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-radius: 0 0 5px 0;
		behavior:url("/PIE.htc");
		position:relative;

	}
	.menu-main-container ul.nav-menu li{
		width: 100%;
		margin:0;

	}
	.menu-main-container ul.nav-menu li a{
		text-align:left;
		display:block;
		color: #ffffff;
		/*background: rgba(0, 0, 0, 0.2);*/
		padding: 10px 10px 10px 30px;
		border-bottom:dotted 1px #ccc;
		text-decoration: none;

		background-repeat: no-repeat !important;
		background-position: left center !important;
		background-size: auto 25px !important;


	}

	.menu-main-container ul.nav-menu li:nth-child(1) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn1c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(2) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn2c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(3) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn3c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(4) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn6c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(5) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn5c.png);
	}

	/* サブメニュー 599 */
	.menu-main-container ul.nav-menu li ul.sub-menu li a{
		background-image:none !important;

		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2016/12/mb-menu3.png) !important;

		background-repeat: no-repeat !important;
		background-position: 5px center !important;
		background-size: 15px auto !important;

	}

	#responsive-menu-container{
		max-width:100%;
		width:100% !important;
	}

	button#responsive-menu-button {
		background:none !important;
		transition: none !important;
	}

	/* --- ウィジェット 599 --- */

	.widget{
		max-width:100%;
		width:100%;
	}


	/* フッターリンク */
	.footer-link{
		text-align:left;
		width: auto;
		padding:20px 20px 0 20px;
		margin:0 auto;
		line-height:1.5;
	}
	.footer-box-l{
		float:none;
		width: 100%;
		margin-bottom:30px;
	}
	.footer-box-r{
		float:none;
		width: 100%;
		margin-bottom:30px;
	}


	.menu-footer1-container{
		width: 100%;
		margin: 0;
	}
	ul#menu-footer1{
		margin:0;
		padding:0;
	}
	ul#menu-footer1 li{
		margin-left:0;
		margin-right:10px;
		margin-bottom:10px;
		display:inline-block;
		vertical-align: top;
	}
	ul#menu-footer1 li ul li{
		display:block;
		margin-left:0;
		margin-bottom:0;
	}



	/* --- フッター下部固定 599 --- */

	#page{
		padding-bottom:0 !important; /*フッターの高さと同じ*/
	}
	#colophon{
		height:auto !important;
		position:static;
	}

	/* --- フッター 599 --- */

	.site-info{
		padding:10px 0;
	}

	.footer-box-r{
		display:none;
	}

	.footer-box-l img{
		height:30px;
		width: auto;
	}

	/* フッタースペース */
	.copyright{
		font-size:12px;
		line-height:20px !important;
		padding:0;
	}

	/* --- コンテンツ 599 --- */

	.wrapper{

		padding-bottom:50px;
	}
	.home .wrapper{
		margin:0 !important;
		padding-top:0;
	}

	/* --- 共通エディター599 --- */

	span.mb-kaigyo{
		display:block;
	}

	/* 2カラム並び両-599 */
	dl.og-columnprof dd,
	dl.og-column02-c dd,
	dl.og-column02-l dd,
	dl.og-column02-r dd,
	dl.og-columnprof dt,
	dl.og-column02-c dt,
	dl.og-column02-l dt,
	dl.og-column02-r dt{
		font-weight:normal;
		margin:0 0 10px 0;
		padding: 0;
		float: none;
		width: 100%;
	}

	/* 3カラム並び-599 */
	ul.og-column03{
		margin:0;
		padding:0;
	}
	ul.og-column03 li{
		margin:0 0 10px 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
	}
	ul.og-column03 li div.og-column03-r,
	ul.og-column03 li div.og-column03-c,
	ul.og-column03 li div.og-column03-l{
		padding: 0;
	}

	img.ab-image-mb{
		height:38px;
	}

	/* --- ホーム 599 --- */

	.vh-area{
		height: auto;
		position: relative;
	}

	/* ロゴキャッチ */
	.main-copy{
		max-width:300px;
		margin-top:-90px;
		margin-left:-150px;

	}

	.home-box{
		padding-top:35px;
		padding-bottom:35px;
	}


	/* ホーム項目見出し599 */
	.koumoku{
		font-family: 'Raleway', sans-serif;
		font-size:24px;
		text-align:center;
		color:#fff;
		margin-bottom:20px;
	}
	.koumoku2{
		font-size:32px;
		color:#fff;
	}
	.koumoku2-sub{
		font-size:18px;
		color:#fff;
	}
	.koumoku3{
		font-size:32px;
		color:#000;
	}
	.koumoku3-sub{
		font-size:18px;
		color:#000;
	}

	/* スクロール用ボタン */
	.home div.setbtm{
		bottom:auto;
		position:relative;
		padding-bottom:50px;

	}

	/* 理念000 */

	.rinen-copy-i{
		margin:0 auto;
		width:250px;
	}

	dl.home-tblcell{
		margin:0;
		font-size:14px;
		display:block;
		table-layout:none;
		width:100%;
	}
	dl.home-tblcell dd{
		padding: 0;
		width:100%;
		display:block;
		vertical-align:top;
	}
	dl.home-tblcell dd.ddtxt-l{
		text-align:center;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}
	dl.home-tblcell dd.ddtxt-r{
		text-align:left;
	}

	/* ビジネス599 */
	ul.busi-list li{
		width:100%;
		margin:0;
	}
	ul.busi-list li p{
		margin-bottom:5px;
	}
	a.busi-box{
		padding:10px 5px;
		font-size:12px;
		font-weight:bold;
	}


	/* 新着情報599 */
	.whatsnew .wn-article,
	.whatsnew .wn-date{
		width: 100% !important;
		margin-left:0;
	}

	/* 企業理念599 */

	.contentBox h5{
		margin: 0 0 20px 0;
	}
	ol.ablist-ol{
		margin: 0;
	}
	.section_slogan .left .contentBox .secSloText{
		padding:0px;
	}

	/* 会社概要599 */

	/* add style 2022-08-21 R.Uoya */
	table.company-gaiyo-tbl{
		width: 90% !important;
		margin: 0 auto;
	}
	table.company-gaiyo-tbl td,
	table.company-gaiyo-tbl th{
		font-size:12px !important;
	}
	table.company-gaiyo-tbl th{
		width: 75px !important;
	}
	table.company-gaiyo-tbl td{
		width: auto !important;
	}

	/* 過去の実績599 */

	table.tbl_jisseki td,
	table.tbl_jisseki th{
		font-size:12px !important;
	}
	table.tbl_jisseki th.sekou-naiyo{
		width: 75px !important;
	}

	/* --- サービス案内 599 --- */

	#content div.businesscolumn div.columnrecord div.left{
		float:none;
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
	}

	#content div.businesscolumn div.columnrecord div.right{
		float:none;
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
	}

	#content .columntext{
		width:100% !important;
		margin:0 auto 0px auto !important;
		padding-top:20px !important;
	}

	#content .pestcontrol .right,
  #content .kashi .left,
	#content .inspection .right,
	#content .termite .left,
  #content .others2 .left,
	#content .others .left{
		height:180px !important;
	}

	#content .pestcontrol .left,
  #content .kashi .right,
	#content .inspection .left,
	#content .termite .right,
  #content .others2 .right,
	#content .others .right{
		height:200px !important;
	}

	#content div.businesscolumn div.columnrecord{
		/*margin-bottom:30px !important;*/
	}

	#content div.businesscolumn div.columnrecord div.left .columntext p,
	#content div.businesscolumn div.columnrecord div.right .columntext p{
		font-size:16px;
	}

	#content div.businesscolumn div.columnrecord div.left .columntext h3,
	#content div.businesscolumn div.columnrecord div.right .columntext h3{
		font-size:20px;
	}


	/* --- お問い合わせ 599 --- */

	input.fm-name,
	input.wpcf7-email,
	input.fm-tel,
	textarea.fm-mess{
		width: 95% !important;
	}

	p.fm-btm .wpcf7-submit{
		font-size:14px;
	}
	p.fm-btm input[type="reset"]{
		font-size:14px;
	}
	p.fm-btm input[type="button"]{
		font-size:14px;
	}

	#wpcf7-f59-p36-o1{
		width:100%;
		padding:0;
	}

	div.formGroup p{
		font-size:16px !important;
	}

	br.toggleBr{
		display: block;
	}

	/* add style 2022-08-21 R.Uoya */
	input[type="text"] {
		width: 95%;
	}
	textarea {
		width: 95%;
	}
	input[type="submit"] {
		width: 70%;
		display:block;
		margin: 20px auto;
	}

}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	/* =Original 600
	-------------------------------------------------------------- */

	/* --- ヘッダー 600 --- */

	#masthead {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		transition: .3s;
	}
	.home .wrapper,
	.wrapper{
		/*padding-top:90px;*/
	}

	.header-base{
		margin:0;
		padding:0;
		background-color: #fff;
		/*background-color: rgba(255,255,255,0.3);*/
		height:80px;
	}
	.home .header-base{
		background:none;
	}

	.header-area{
		width: 200px;
	}
	.header-area img{
		width: 100%;
		height:auto;
	}

	.home .site-content{
		margin:0;
	}

	/* --- ヘッドイメージ 600 --- */

	.headimage.ct-company,
	.headimage.ct-contact,
	.headimage.ct-business,
	.headimage.ct-news,
	.headimage.ct-recruit{
		height:380px;
	}

	.headimage.ct-company:before,
	.headimage.ct-contact:before,
	.headimage.ct-business:before,
	.headimage.ct-news:before,
	.headimage.ct-recruit:before{
		height:380px;
	}


	/* --- メニュー 600 --- */

	#responsive-menu-container{
		width: 300px !important;
	}
	#responsive-menu-button{
		right:20px !important;
	}

	button#responsive-menu-button {
		background:none !important;
		transition: none !important;
	}

	.menu-toggle {
		display: inline-block;
	}

	/* トグルメニュー改変 600 */
	.main-navigation .menu-toggle{
		border:solid 1px #00A66c;

		width: 50px !important;
		height:50px;
		position:absolute;
		top:23px;
		right:20px;

		border-radius:0 !important;
		background:none !important;
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-toggle3-bs.png) !important;
		/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-toggle2-bs.png) !important;*/
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: auto auto !important;
		overflow:hidden;
		text-indent:150%;
		white-space:nowrap;
		z-index:500;
		box-shadow:none !important;
	}
	.home .main-navigation .menu-toggle{
		border:solid 1px #ccc;
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-toggle3-bs.png) !important;
	}

	.menu-toggle:active,
	.menu-toggle.toggled-on{
		border:solid 1px #00A66c;
		box-shadow:none !important;
		/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-toggle2-bs2.png) !important;*/
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-toggle3-bs2.png) !important;
	}
	.home .menu-toggle:active,
	.home .menu-toggle.toggled-on{
		border:solid 1px #ccc;
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-toggle3-bs2.png) !important;
	}

	ul.nav-menu{
		height: auto;
	}
	ul.nav-menu li{
		/* メニュードロップ用追加 */
		visibility: hidden !important;
		overflow: hidden !important;
		width: 0 !important;
		z-index:5000;

		filter: alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
	}
	ul.nav-menu.toggled-on li{
		/* メニュードロップ用追加 */
		visibility: visible !important;
		overflow: visible !important;
		width:48px !important;
		z-index:5000;

		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}

	.main-navigation{
		margin:0;
	}

	.menu-main-container{
		border-top:0;
		border-bottom:0;
		margin:0;
		max-width:100%;
		text-align:right;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		margin:10px 75px 0 0;
		padding:0;
		border:0;
		display: inline-block !important;
		width:auto;
	}


	.main-navigation ul.nav-menu li{
		margin-right:10px;
		padding-top:13px;
		/*margin-bottom:10px;*/
	}

	.main-navigation ul.nav-menu li a{

		width: 48px;
		height: 48px;
		font-weight:bold;
		color: #fff;
		margin-top:0;
		padding: 0 0 5px 0;

		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;

		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2016/12/menu-btn1.png);
		background-repeat: no-repeat;
		background-position: center center;
		-moz-background-size:auto auto;
		background-size:100% auto;

		filter: alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
	}


	.menu-main-container ul.nav-menu li:nth-child(1) a{
	/*	background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-btn1b.png); */
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn1c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(2) a{
		/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-btn2b.png);*/
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn2c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(3) a{
		/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-btn3b.png);*/
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn3c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(4) a{
		/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-btn6b.png);*/
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn6c.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(5) a{
		/*background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/sites/9/2017/05/menu-btn5b.png);*/
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn5c.png);
	}

	.home .menu-main-container ul.nav-menu li:nth-child(1) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn1c.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(2) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn2c.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(3) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn3c.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(4) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn6c.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(5) a{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn5c.png);
	}

	.main-navigation ul.nav-menu li.current_page_ancestor a,
	.main-navigation ul.nav-menu li.current-menu-item a,
	.main-navigation ul.nav-menu li a:hover,
	.main-navigation ul.nav-menu li a:focus {
		filter: alpha(opacity=90);
		-moz-opacity:0.9;
		opacity:0.9;
	}
	.menu-main-container ul.nav-menu li{
		background-repeat: no-repeat !important;
		background-position: top center !important;
		background-size: 100% auto !important;
	}
	.menu-main-container ul.nav-menu li:hover{
		background-repeat: no-repeat !important;
		background-position: top center !important;
		background-size: 100% auto !important;
	}
	.menu-main-container ul.nav-menu li:nth-child(1):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/05/menu-btn1b-nm.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(2):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/05/menu-btn2b-nm.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(3):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/05/menu-btn3b-nm.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(4):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/05/menu-btn6b-nm.png);
	}
	.menu-main-container ul.nav-menu li:nth-child(5):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/05/menu-btn5b-nm.png);
	}

	.home .menu-main-container ul.nav-menu li:nth-child(1):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn1c-nm.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(2):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn2c-nm.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(3):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn3c-nm.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(4):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn6c-nm.png);
	}
	.home .menu-main-container ul.nav-menu li:nth-child(5):hover{
		background-image: url(https://www.j-kenkousha.co.jp/wp-content/uploads/2017/06/menu-btn5c-nm.png);
	}


	/* --- サブメニュー --- */
	/* メニュードロップ用に ul.nav-menu li を追加 */

	.menu-main-container ul.nav-menu li ul.sub-menu{
		margin: 0 0 0 -50px !important;
		padding: 0;
		/* メニュードロップ用追加 */
		position: absolute;
		/*
		top: 70px;/*親メニューの高さと同じにする*/
		*/
		/*left:-30px;*/
		z-index: 5000;
	}
	.menu-main-container ul.nav-menu li ul.sub-menu li{
		background:none !important;
		padding: 0 !important;
		text-align:center;
		width: 150px !important;
		/*height: 38px !important;*/
		/*z-index:5000;*/
		/*position:relative;*/

		border-bottom:dotted 1px #00A66c !important;

		/* メニュードロップ用追加 */
		visibility: hidden !important;
		overflow: hidden !important;
		height: 0 !important;
	}
	.menu-main-container ul.nav-menu li ul.sub-menu li a{
		background:none;
		display:none;
		font-weight:normal;
		font-size:12px !important;
		width: 100% !important;
		border:0 !important;
		padding: 0 !important;
		text-indent:0 !important;
		color:#00A66c !important;
		/*height: 38px !important;*/
		/*line-height: 30px !important;*/
		/*background-color: rgba(10, 10, 10, 0.7) !important;*/
		/*background-color: #00A66c !important;*/
		background-color: #eee !important;

		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;

		/* メニュードロップ用追加 */
		visibility: hidden !important;
		overflow: hidden !important;
		height: 0 !important;
		z-index:5000;
	}

	.home .menu-main-container ul.nav-menu li ul.sub-menu li{
		border-bottom:dotted 1px #ccc !important;
	}

	.menu-main-container ul.nav-menu li ul.sub-menu li.current_page_item a,
	.menu-main-container ul.nav-menu li ul.sub-menu li a:hover{
		color:#00A66c !important;
		/* background-color: rgba(10, 10, 10, 0.9) !important; */
		/*background-color: #00A66c !important;*/
		background-color: #eee !important;

		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;

	}


	.home .menu-main-container ul.nav-menu li ul.sub-menu li a{
		color:#ccc !important;
		/* background-color: rgba(0, 0, 0, 0.7) !important; */
		background:none !important;
		/* border-bottom:dotted 1px #fff !important; */
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
	}
	.home .menu-main-container ul.nav-menu li ul.sub-menu li.current_page_item a,
	.home .menu-main-container ul.nav-menu li ul.sub-menu li a:hover{
		color:#bbb !important;
		/* background-color: rgba(0, 0, 0, 0.9) !important; */
		background:none !important;
		filter: alpha(opacity=90);
		-moz-opacity:0.9;
		opacity:0.9;
	}

	/* メニュードロップ用追加 */

	.menu-main-container ul.nav-menu li:hover ul.sub-menu li a,
	.menu-main-container ul.nav-menu li a:hover ul.sub-menu li a,
	.menu-main-container ul.nav-menu li:hover ul.sub-menu li,
	.menu-main-container ul.nav-menu li a:hover ul.sub-menu li{
		display:block;
		visibility: visible !important;
		overflow: visible !important;
		height:30px !important; /*サブメニューの高さ*/
		line-height: 30px !important;
		z-index:5000;
	}


	/* メニュードロップ用追加*/
	.menu-main-container *{
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}


	/* --- フッター --- */
	.site-info{
		text-align:center;
		color:#fff;
		margin:0 auto;
		padding:0;
		max-width: 100%;
		line-height:1.2;
		position: relative;
		height:300px;
	}


	/* --- フッター 600 --- */
	.menu-footer1-container{
		width: 100%;
		margin: 0 0 0 0;
	}


	/* フッターリンク */
	.footer-link{
		text-align:left;
		width: auto;
		padding:30px 20px 0 20px;
		margin:0 auto;
		line-height:1.5;
	}
	.footer-box-l{
		float:left;
		width: 38%;
	}

	/* 2022-05-08 DynQR Layout T.Nagami*/
	#dynqr_fancybox {
		display: block;
		margin-top: 10px;
		width: 80px;
		height: auto;
	}

	.img-icon {
		width: 80px;
		height: auto;
	}

	.dynqr-popup-cotent.active {
		z-index: 100000;
	}

	.dynqr-popup-cotent.active .dynqr-popup-qr-img-wrap {
		z-index: 100001;
	}


	.footer-box-r{
		float:right;
		width: 55%;
	}

	ul#menu-footer1 li{
		margin-left:10px;
	}

	/* フッター下部固定 600 */
	html,body{
		height:100%;
	}
	#wrapall{
		/* 追加id */
		width: 100%;
		position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}
	#page{
		padding-bottom:300px !important; /*フッターの高さと同じ*/
	}
	#colophon{
		margin:0; /*フッタータグの上マージンクリア*/
		width: 100%;
		height:300px;
		position:absolute;
		bottom:0;
		padding:0;
	}

	/* フッタースペース */
	.copyright{
		line-height:1.2;
		bottom:20px;
		position:absolute;
		width: 100%;
		text-align:center;
	}


	/* --- ウィジェット 600 --- */


	/* --- コンテンツ 600 --- */

	.site-content {
		float: left;
		width: 72%;
	}
	.widget-area {
		float: right;
		width: 26%;
	}

	.widget{
		max-width:195px;
		width:100%;
	}

	/* --- エディター共通 600 --- */

	.pc-kaigyo{
		display:block;
	}


	/* --- コンテンツ共通 600 --- */

	.conmain{
		margin:80px 0 0 0;
		font-size:34px;
	}



	/* --- ホーム 600 --- */

	.vh-area0{
		/*margin-top:-91px;*/
		margin-top:0;
	}

	/* ロゴキャッチ */
	.main-copy{
		max-width:500px;
		margin-top:-30px;
		margin-left:-250px;

	}

	/* ホーム項目 */
	.koumoku{
		font-size:48px;
		margin-bottom:20px;
	}

	.home-box{
		padding-top:50px;
		padding-bottom:50px;
	}

	/* --- サービス案内 600 --- */

	#content div.businesscolumn div.columnrecord div.left{
		height:300px;
	}
	#content div.businesscolumn div.columnrecord div.right{
		height:300px;
	}

	#content div.businesscolumn div.columnrecord div.left .columntext p,
	#content div.businesscolumn div.columnrecord div.right .columntext p{
		font-size:18px;
	}

	#content div.businesscolumn div.columnrecord div.left .columntext h3,
	#content div.businesscolumn div.columnrecord div.right .columntext h3{
		font-size:28px;
	}

	/* --- お問い合わせ 600 --- */

	#wpcf7-f59-p36-o1{
		width:100%;
		padding:30px 0;
	}

	p.contact-p{
		margin-bottom:0 !important;
	}
	h2.contact-h2{
		font-size:16px;
		padding-left:18px;
		background-size:auto 16px;
	}

	div.formGroup p{
		font-size:18px !important;
	}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	/* =Original 960
	-------------------------------------------------------------- */

	/* --- ヘッダー 960 --- */

	.header-area{
		width: 200px;
	}

	.header-base{
		background-color: transparent;
	}
	.home .header-base{
		background:none;
	}

	/* --- ヘッドイメージ 960 --- */

	.headimage{
		height:450px;
	}

	/* --- メニュー 960 --- */

	/*
	.main-navigation ul.nav-menu li a{
		width: 50px;
		height: 50px;
	}
	*/


	/* --- フッター 960 --- */
	.menu-footer1-container{
		width: 600px;
		margin: 0 0 0 auto;
	}

	/* フッターリンク */
	.footer-link{
		text-align:left;
		width: 960px;
		padding:30px 20px 0 20px;
		margin:0 auto;
		line-height:1.5;
	}
	.footer-box-l{
		float:left;
		width: 30%;
	}
	.footer-box-r{
		float:right;
		width: 65%;
	}


	ul#menu-footer1 li{
		margin-left:10px;
	}

	/* --- コンテンツ共通 960 --- */

	.conmain{
		margin:20px 0 0 0;
		font-size:38px;
	}


	/* --- コンテンツ 960 --- */

	.site-content {
		float: left;
		width: 70%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}

	.widget{
		max-width:250px;
		width:100%;
	}

	/* --- ホーム 960 --- */

	/* ロゴキャッチ */
	.main-copy{
		max-width:600px;
		margin-top:-50px;
		margin-left:-300px;

	}

	/* ホーム項目 */
	.koumoku{
		font-size:48px;
		margin-bottom:20px;
	}

	/* --- サービス案内 600 --- */

	#content div.businesscolumn div.columnrecord div.left{
		height:400px;
	}
	#content div.businesscolumn div.columnrecord div.right{
		height:400px;
	}

	#content div.businesscolumn div.columnrecord div.left .columntext p,
	#content div.businesscolumn div.columnrecord div.right .columntext p{
		font-size:20px;
	}

	#content div.businesscolumn div.columnrecord div.left .columntext h3,
	#content div.businesscolumn div.columnrecord div.right .columntext h3{
		font-size:32px;
	}


	/* --- お問い合わせ 960 --- */

	#wpcf7-f59-p36-o1{
		width:100%;
		padding:30px 30px 30px 30px;
	}

	p.contact-p{
		margin-bottom:0 !important;
	}
	h2.contact-h2{
		font-size:20px;
		padding-left:22px;
		background-size:auto 20px;
	}
}


/* QRcode */
/* div.QRcodeWrap{
	position: fixed;
	bottom:100px;
	right:20px;
	text-align: center;
  z-index: 500;
}

div.QRcodeWrap .QRcodeBtn{
	width:50px;
	height: 50px;
	border-radius:50px;
	line-height: 50px;
	cursor:pointer;
	float: right;
	box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 );
}

div.QRcodeWrap .QRcodeBtn img{
	width:25px;
	height: 25px;
	margin:auto;
	vertical-align: middle;
}

div.QRcodeWrap .QRcodeBtn:hover{
	opacity: 0.8;
}

div.QRcodeWrap .QRcodeImg{
	position: relative;
}

div.QRcodeWrap .QRcodeImg .QRcodeImgTrim{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

div.QRcodeWrap .QRcodeImg img{
	width:0;
	height:0;
	float: right;
	border-radius:5px;
	box-sizing: border-box;
}


div.QRcodeWrap .QRcodeImg img.slideIn{
	height: 100%;
	width:100%;
	margin:0px 0px 15px 0px;
	border:1px solid #ccc;
	animation-name: slideIn;
	animation-duration: 0.3s;
}

div.QRcodeWrap .QRcodeImg img.slideOut{
	margin:0px 0px 0px 0px;
	height: 0;
	width:0;
	border:none;
	animation-name: slideOut;
	animation-duration: 0.3s;
} */

@keyframes slideIn{
	0%{
		opacity: 0;
		height: 0;
		width:0;
		bottom:-100px;
		right:-50px;
		transform:scale(0.2,0.2);
	}

	100%{
		opacity: 1;
		width:100%;
		height: 100%;
		bottom:0px;
		right:0px;
		transform:scale(1,1);
	}
}

@keyframes slideOut{
	0%{
		opacity: 1;
		width:100%;
		height: 100%;
		bottom:0px;
		right:0px;
		transform:scale(1,1);
	}
	100%{
		opacity: 0;
		height: 0;
		width:0;
		bottom:-100px;
		right:-70px;
		transform:scale(0.2,0.2);
	}
}

@media screen and (max-width:600px){
	/* div.QRcodeWrap{
		display: none;
	} */
}


.grecaptcha-badge {
	visibility: hidden;
}


/* @media screen and (max-width:425px){
	table.company-gaiyo-tbl{
		max-width: 380px;
		margin: 0 auto;
	}
} */

/*


/*
  override of the
  plugins/whats-new-generator/whats-new.css #15
  2022-08-21 T.Mohri
*/
div.whatsnew a:hover {
  background:rgba(255, 255, 255, 0.1);
}

/*
  override of the reCAPTCHA
  2022-08-21 T.Mohri
*/
#rc-anchor-container {
    scale:80%;
}
.g-recaptcha {
    transform:scale(0.77);
    transform-Origin:0 0;
}

.entry-content p {
    margin: 10px 0px 10px 0px;
}

/*
matsui
*/

@media screen and (max-width: 3000px) {
    #rmp-container-6058 {
        max-width: 600px;
    }
}

.pestcontrol-h2{
  color: #376092;
  margin: 1em 0;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #376092;
}
.pestcontrol-h3{
  margin: 1em 0;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #aaaaaa;
}

.pestcontrol-ul1 li{
  margin-left: 1.5em;
}
ul.pestcontrol-ul2{
  list-style:none;
}

ul.pestcontrol-ul2 li{
  margin-left: 0;
  position: relative;
  padding-left: 1.5em;
}

ul.pestcontrol-ul2 li:before{
  content: '';
  position: absolute;
  top:0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(https://j-kenkousha.co.jp/wp-content/uploads/2025/06/l_e_others_73.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.pestcontrol-table table{
  font-size: 1em;
  margin-bottom: 0;
}

.pestcontrol-table table th{
  background-color: #aaaaaa;
  color: #ffffff;
  font-size: 1em;
}

@media screen and (min-width: 992px) {
  .pestcontrol-table table td,
  .pestcontrol-table table th{
    padding: 0.5em;
  }
}

a.pestcontrol-contact{
  display: inline-block;
  padding: 1em 1.5em;
  text-align: center;
  font-size: 1.2em;
  color: #ffffff!important;
  text-decoration: none;
  background-color: #00a66c;
  border-radius: 100vh;
  margin: 2em auto 0 auto;
  
}

a.pestcontrol-contact:hover{
  opacity: 0.8;
}