/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.3.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;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

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

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

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

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}


/* Clearing floats */

.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


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


/* Small headers */

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


/* Shared Post Format styling */

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


/* Form fields, general styles first */

button,
input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}

button,
input {
    line-height: normal;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}


/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}


/* Buttons */

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(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 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;
}


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

.entry-meta {
    clear: both;
}

.entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}

.entry-header .entry-title a {
    text-decoration: none;
}

.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}

.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.comments-link a,
.entry-meta a {
    color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}

.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
    line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}

.entry-content h3,
.comment-content h3 {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.846153846;
}

.entry-content h4,
.comment-content h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}

.entry-content a:visited,
.comment-content a:visited {
    color: #0085CD;
}

.entry-content .more-link {
    white-space: nowrap;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}

.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content code,
.comment-content code {
    font-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;
}

.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: none;
        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 {
    font-family: "ヒラギノ角ゴ 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%;
}

.site-content {
    margin-bottom: 30px;
}


/* --- リンク部分 --- */

.widget-area a,
.site-content a {
    text-decoration: none;
}

.widget-area a:hover,
.site-content a:hover {
    opacity: 0.8;
}


/*
.site-content a:visited {
	color: #333;
}
*/

a {
    text-decoration: none;
}


/* --- 基本部分 --- */


/* 回り込み解除 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}


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

.site-header {
    padding: 0;
}

.header-area h2,
.header-area h1 {
    display: none;
}

.header-area img {
    box-shadow: none;
    margin: 0px;
    border-radius: 0;
    vertical-align: bottom;
}


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

.wrapper {
    padding: 0 10px !important;
    margin: 0 auto;
    max-width: 960px;
}

.site-content article {
    /* -moz-hyphens: auto; */
    border-bottom: 0;
    margin-bottom: 5.14286rem;
    padding-bottom: 1.71429rem;
    /* word-wrap: break-word; */
    padding-bottom: 0;
    margin-bottom: 35px;
}


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

footer[role="contentinfo"] {
    padding: 0;
    border: 0;
    max-width: 100%;
}


/* --- フッター－コピーライト 000 --- */

.site-info-area {
    padding: 0 10px;
    background-color: #0085CD;
}

.site-info-area .site-info {
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
    color: #fff;
}


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

.widget-area {
    margin-bottom: 30px;
}

.widget {
    margin-bottom: 20px !important;
}


/* ウィジェット-h3タイトル */

h3.widget-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 5px !important;
    background-color: #999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
    text-transform: none;
    /*
	border-bottom:solid 1px #ccc;


	*/
}


#archives-dropdown-2{
  width: 100%;
  box-sizing: border-box;
}

/* ウィジェット-h3タイトル-ヘッド */

.widget-area #nav_menu-9 h3.widget-title,
.widget-area #nav_menu-8 h3.widget-title,
.widget-area #nav_menu-7 h3.widget-title,
.widget-area #nav_menu-2 h3.widget-title,
.widget-area #nav_menu-4 h3.widget-title,
.widget-area #nav_menu-5 h3.widget-title,
.widget-area #nav_menu-3 h3.widget-title,
.widget-area #nav_menu-6 h3.widget-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding: 8px 10px 18px 10px;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 2px #333;
    -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;
    behavior: url("/PIE.htc");
    position: relative;
    background: none;
    background-image: url(/wp-content/uploads/2016/08/wj-h3base.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-transform: none;
    /*
	border-bottom:solid 1px #ccc;


	*/
}


/* ウィジェット-イメージ */

.widget-area img {
    box-shadow: none;
    border-radius: 0;
    vertical-align: bottom;
}

.widget-area .widget_sp_image {
    margin-bottom: 5px;
}

.widget-area .widget_sp_image img {
    box-shadow: none;
    border-radius: 0;
}

.widget-area .widget_sp_image img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* ウィジェット-サブメニュー */

#menu-side-training li,
#menu-side-contribution li,
#menu-side-news li,
#menu-side-event li,
#menu-side-company li,
#menu-side-emplovment li {
    margin-bottom: 5px;
}

#menu-side-training li a,
#menu-side-contribution li a,
#menu-side-news li a,
#menu-side-event li a,
#menu-side-company li a,
#menu-side-emplovment li a {
    font-weight: bold;
    border: solid 2px #0085CD;
    padding: 5px;
    display: block;
    font-size: 16px;
    color: #0085CD !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/PIE.htc);
    position: relative;
    background-image: url(/wp-content/uploads/2016/08/w-menusub-icon1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#menu-side-training li.current-menu-item a,
#menu-side-contribution li.current-menu-item a,
#menu-side-news li.current-menu-item a,
#menu-side-event li.current-menu-item a,
#menu-side-company li.current-menu-item a,
#menu-side-emplovment li.current-menu-item a,
#menu-side-contribution li a:hover,
#menu-side-news li a:hover,
#menu-side-event li a:hover,
#menu-side-company li a:hover,
#menu-side-emplovment li a:hover {
    background-color: #0085CD;
    color: #fff !important;
    background-image: url(/wp-content/uploads/2016/08/w-menusub-icon2.png);
    background-repeat: no-repeat;
    background-position: right center;
}

ul#menu-side-company li ul.sub-menu li,
ul#menu-side-company li ul.sub-menu {
    margin: 0;
    padding: 0;
}

ul#menu-side-company li ul.sub-menu li a {
    background: none!important;
    margin: 0!important;
    padding: 3px 0 3px 5px!important;
    border-radius: 0!important;
    border: none!important;
    border-bottom: dotted 1px #aaa!important;
    color: #333!important;
    font-weight: normal;
    font-size: 14px;
}

ul#menu-side-company li ul.sub-menu li:last-child a {
    padding: 3px 0 0 5px!important;
    border-bottom: none!important;
}


/* ウィジェット-カテゴリー */

#custom-post-type-categories-2 li,
#nav_menu-13 li ,
#nav_menu-14 li ,
#categories-2 li {
    margin-bottom: 5px;
}

#custom-post-type-categories-2 li a,
#nav_menu-13 li a,
#nav_menu-14 li a,
#categories-2 li a {
    border: solid 1px #aaa;
    padding: 5px 10px 5px 18px;
    display: block;
    color: #222 !important;
    background-color: #f9f9f9;
    background-image: url(/wp-content/uploads/2016/08/footer-submk.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#custom-post-type-categories-2 li.current-cat a,
#custom-post-type-categories-2 li a:hover,
#categories-2 li.current-cat a,
#nav_menu-13 li a:hover ,
#nav_menu-14 li a:hover ,
#categories-2 li a:hover {
    background-color: #eee;
}

#execphp-2 li,
#recent-posts-2 li,
#custom-post-type-recent-posts-2 li {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
}


/* ウィジェット-事業所案内 */

#menu-side-accessmap li {
    margin-bottom: 0px;
}

#menu-side-accessmap li.menu-item-102 a {
    border-top: solid 1px #ccc;
}

#menu-side-accessmap li a {
    border-bottom: solid 1px #ccc;
    padding: 5px 5px 5px 10px;
    display: block;
    font-size: 16px;
    color: #555 !important;
    background-image: url(/wp-content/uploads/2016/08/jg-list.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#custom-post-type-categories-2 li.current_page_item a,
#nav_menu-13 li.current_page_item a,
#nav_menu-14 li.current_page_item a,
#categories-2 li.current_page_item a,
#custom-post-type-categories-2 li.current-page-ancestor a,
#nav_menu-13 li.current-page-ancestor a,
#nav_menu-14 li.current-page-ancestor a,
#categories-2 li.current-page-ancestor a{
  background-color: #dddddd;
}

/* ウィジェット-製品案内 */

#menu-side-product li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: dotted 1px #ccc;
    list-style: none;
    margin: 0 0 8px 0;
}

#menu-side-product li a {
    color: #555 !important;
    font-size: 16px;
    display: block;
    background-color: #eee;
    padding: 5px 5px 5px 10px;
    border-left: solid 3px #0085CD;
    background-image: url(/wp-content/uploads/2016/08/goodslist-mk.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#menu-side-product li.current-page-ancestor a,
#menu-side-product li.current-menu-item a,
#menu-side-product li a:hover {
    color: #fff !important;
    background-color: #aaa;
}


/* ウィジェット-採用情報 */

#widget_sp_image-2 img {
    border: solid 1px #ccc;
}


/* ウィジェット-お問い合わせ */

#text-2 h4 {
    font-size: 16px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}

#text-2 p {
    line-height: 1.5;
}

div.phone-f {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
}


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

.breadcrumbs {
    max-width: 960px;
    padding: 0 10px;
    margin: 10px auto 10px auto;
}

div.wp-pagenavi {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* 見出し */

.entry-header-dm,
body.page .entry-header {
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
}

.entry-header-dm h1.entry-title-dm,
body.page .entry-header h1.entry-title {
    background-color: #0085CD;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/PIE.htc);
    position: relative;
    background-image: url(/wp-content/uploads/2016/08/midashi-bs.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 70%;
}


/* 見出し-社会貢献 */

body.post-type-archive-contribution .archive-header {
    display: none;
}

body.date.post-type-archive-contribution .archive-header {
    display: block;
}


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

.site-content .entry-content h1 {
    padding-bottom: 5px;
    border-bottom: solid 3px #aaa;
}

.site-content h2 {
    color: #004080;
    border: solid 1px #0085CD;
    padding: 5px 10px;
    background-image: url(/wp-content/uploads/2016/08/h2-base.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
}

.site-content h2 {
    color: #004080;
}

.site-content h3 {
    border-bottom: dotted 1px #aaa;
    margin-bottom: 15px;
}

.site-content p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.site-content .sitebox {
    padding: 15px;
    border: solid 1px #ccc;
}

hr {
    margin: 30px 0;
}

.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;
}

.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;
}


/* 画像スタイル */

.entry-content img {
    box-shadow: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 0;
    vertical-align: bottom;
}

.entry-content img.alignleft,
.wp-caption.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.entry-content img.alignright,
.wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.entry-content img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
    margin-right: auto;
    margin-left: auto;
}

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;
}


/* リスト */

.li-normal {
    margin: 0;
    padding: 0;
}

.li-normal li {
    margin: 0 0 0 16px;
}

.li-marusu {
    margin: 0;
    padding: 0;
}

.li-marusu li {
    list-style-type: circled-decimal;
    margin: 0 0 0 16px;
}


/* リスト-※印 */

ul.kome-mk {
    margin-left: -2em !important;
    padding-left: 1em;
}

ul.kome-mk li {
    text-indent: -1em;
    list-style-type: none;
}


/* 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 0 10px 0;
    padding: 0;
    float: left;
    width: 49%;
}

dl.og-column02-c2 dd,
dl.og-column02-c dd {
    margin: 0 0 10px 0;
    padding: 0;
    float: right;
    width: 49%;
}

dl.og-column02-c2 p,
dl.og-column02-c p {
    margin: 0;
}


/* 2カラム並びプロフィール */

dl.og-columnprof {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

dl.og-columnprof dt {
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
}

dl.og-columnprof dd {
    margin: 0;
    padding: 0;
    float: right;
    width: 77%;
}


/* 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;
}


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

canvas#sineCanvas {
    margin-top: -200px;
    position: relative;
    z-index: 200;
}

.topnami canvas {
    width: 100%;
    height: 200px;
    vertical-align: top;
}

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

.home .entry-header {
    display: none;
}

.main-copy-set {
    height: 200px;
    margin: -200px auto 0 auto;
    max-width: 960px;
    padding: 0 10px;
    position: relative;
    z-index: 100;
}

.main-copy-set img {
    width: 50%;
    height: auto;
}

.main-base {
    margin-bottom: 0;
}

div.home-area-left {
    width: 70%;
    float: left;
}

div.home-area-right {
    width: 27%;
    float: right;
}


/* 新着情報 000 */

.whatsnew {
    border-radius: 0 !important;
    border: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.gyouji-top,
.whatsnew .wn-head {
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    background: none !important;
    border: 0 !important;
    background-image: url(/wp-content/uploads/2016/08/wn-line.png) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 100% 3px !important;
}

.whatsnew .wn-item {
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.whatsnew .wn-date {
    width: 100% !important;
    color: #804F21;
}

div.wn-head .wn-postlist {
    font-size: 80%;
    width: 4.2em;
    margin-top: 5px;
}


/* 最近の社内行事 000 */

ul.display-posts-listing {
    margin: 0 0 24px 0;
    padding: 0;
    list-style-type: none;
}

ul.display-posts-listing li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: dotted 1px #ccc;
}

ul.display-posts-listing li span {
    font-size: 80%;
    color: #999;
}


/* バナー画像 */

.company-bn {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.recruit-bn {
    margin-bottom: 15px;
}

.contact-bn1 {
    text-align: center;
    margin: 0;
    padding: 10px 30px 10px 30px;
    background-color: #0085CD;
    -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;
    behavior: url("/PIE.htc");
    position: relative;
}

.contact-bn2 {
    text-align: center;
    margin: 0;
    padding: 5px 30px 10px 30px;
    background-color: #eee;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius: 0 0 5px 5px;
    behavior: url("/PIE.htc");
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-bn2 img {
    vertical-align: middle;
}

.home .og-column03 p {
    margin: 0;
}


/* --- 会社案内-000 --- */

ul.cmp-list {
    margin: 0;
    padding: 0;
}

ul.cmp-list li {
    list-style-type: circle;
    margin-left: 16px;
    font-size: 16px;
    color: #000;
}

dl.cmp-topline {
    border-top: 1px solid #ccc;
}

dl.cmp-enkaku,
dl.cmp-gaiyou {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

dl.cmp-gaiyou dt {
    margin: 0;
    padding: 10px 0;
    width: 15%;
    float: left;
}

dl.cmp-gaiyou dd {
    margin: 0;
    padding: 10px 0;
    width: 80%;
    float: right;
}

dl.cmp-enkaku dt {
    margin: 0;
    padding: 10px 0;
    width: 28%;
    float: left;
}

dl.cmp-enkaku dd {
    margin: 0;
    padding: 10px 0;
    width: 70%;
    float: right;
}


/* --- 製品案内 000 --- */

div.goods-list {
    padding: 20px 2%;
    border: 1px solid #ccc;
}

div.goods-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.goods-list ul li {
    width: 29%;
    float: left;
    margin: 2% 2%;
    padding: 0;
}

.goods-box h3 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    text-align: center;
    margin: 0;
    padding: 3px 0;
    font-size: 15px;
    background-color: #eee;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 3px 3px 0px 0px;
    behavior: url("/PIE.htc");
    position: relative;
    height: 35px;
    line-height: 35px;
}

.goods-box h3.small-text {
    font-size: 13px;
}

.goods-box .goods-photo {
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.goods-box .goods-photo img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.goods-sync .goods-photo {
    position: relative;
    min-height: 150px;
}

.goods-box .goods-photo .goods-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 65%;
    height: auto;
    margin: auto;
}

.goods-box a.goods-btm {
    text-align: center;
    display: block;
    padding: 5px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0085CD;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0 0 3px 3px;
    behavior: url("/PIE.htc");
    position: relative;
}

.goods-box a.goods-btm:hover {
    color: #fff !important;
    background-color: #004080;
}


/* リスト */

dl.goods-select {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
}

dl.goods-select dt {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}

dl.goods-select dt img {
    border: 1px solid #ccc;
    width:100%;
}

dl.goods-select dd {
    margin: 0;
    padding: 0;
    width: 70%;
    float: right;
}

.goods-select h3.goods-select-title {
    margin: 0 0 20px 0;
    padding: 3px 10px 3px 35px;
    color: #fff !important;
    background-image: none;
    background-color: #777;
    border: 1px solid #777;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
    background-image: url(/wp-content/uploads/2016/08/goods-icom.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
/* 
    2024-10-20 T.Mohri
    ページ番号の表示 
*/
.goods-select .goods-select-title span {
    font-size:8px;
    font-weight:normal;
    float:right;
}

.goods-select a.goods-btm2 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding: 0;
    color: #fff !important;
    font-weight: bold;
    background-color: #0085CD;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    behavior: url(/PIE.htc);
    position: relative;
    width: 200px;
    margin: 0 0 0 auto;
}

.goods-select a.goods-btm2:hover {
    color: #fff !important;
    background-color: #004080;
}


/* 詳細 */

h2.goods-view-title {
    color: #fff !important;
    background-image: none;
    background-color: #004080;
    border: 1px solid #004080;
}

dl.goods-view {
    margin: 0 0 30px 0;
}

dl.goods-view dt {
    margin: 0;
    padding: 0;
    width: 32%;
    float: left;
}

dl.goods-view dd {
    margin: 0;
    padding: 0;
    width: 63%;
    float: right;
}

dl.goods-view dt img {
    border: 1px solid #ccc;
}

.goods-view h3 {
    color: #004080;
    font-size: 16px;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border: 0 !important;
    background-image: url(/wp-content/uploads/2016/08/sg-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 3px;
}

div.sekkei-zu {
    color: #fff;
    font-weight: bold;
    background-color: #777;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
    margin: 0 0 20px 0;
}

div.sekkei-zu-img {
    text-align: center;
}


/* --- 事業所案内-000 --- */

ul.access-list {
    margin: 0;
    padding: 0;
}

ul.access-list li {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
}

ul.access-list li h4 {
    line-height: 1.2;
    color: #004080;
    border-left: 3px solid #004080;
    margin: 0 0 5px 0;
    padding: 0 0 0 3px;
}

ul.access-list li p {
    margin: 0;
    padding: 0;
}


/* --- 採用情報-000 --- */

dl.saiyo-jh-topline {
    border-top: 1px solid #ccc;
}

dl.saiyo-jh {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

dl.saiyo-jh dt {
    margin: 0;
    padding: 10px 0;
    width: 28%;
    float: left;
}

dl.saiyo-jh dd {
    margin: 0;
    padding: 10px 0;
    width: 70%;
    float: right;
}

dl.saiyo-jh-head {
    border: solid 1px #ccc;
    margin: 0 0 15px 0;
    padding: 0;
}

dl.saiyo-jh-head dt {
    color: #fff;
    background-color: #555;
    margin: 0;
    padding: 10px 0 10px 2%;
    width: 26%;
    float: left;
}

dl.saiyo-jh-head dd {
    background-color: #eee;
    margin: 0;
    padding: 10px 0 10px 2%;
    width: 70%;
    float: right;
}

dl.saiyo-jh-foot {
    margin-bottom: 50px;
}

dl.saiyo-jh p {
    margin-bottom: 0;
}

dl.saiyo-jh strong {
    display: block;
    margin-top: 1em;
}

a.saiyo-btm {
    text-align: center;
    margin-top: 10px;
    width: 200px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    padding: 10px;
    background-color: #0085CD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/PIE.htc);
    position: relative;
}

a.saiyo-btm:hover {
    color: #fff !important;
    background-color: #004080;
}


/* 社員の声-000 */

dl.og-columnvoice {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
}

dl.og-columnvoice dt {
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: left;
    width: 40%;
}

dl.og-columnvoice dd {
    border-left: solid 1px #ccc;
    margin: 0;
    padding: 0 0 0 15px;
    float: right;
    width: 55%;
}

.home-area-left dl.og-columnvoice dd a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 2.3em;
    transition: 0.3s;
    background: rgb(0, 133, 205) url('./inc/img/icon-arrow-right.png') no-repeat;
    background-position: center left 8px;
    box-sizing: border-box;
    border-radius: 15px;
    color: #fff;
}

.home-area-left dl.og-columnvoice dd a:hover {
    background-position: center left 13px;
}

div.voice-title {
    color: #0085CD;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    border-bottom: double 6px #0085CD;
}

div.voice-name {
    color: #004080;
    font-weight: bold;
    font-size: 18px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
}

div.voice-date {
    font-size: 14px;
    margin-bottom: 15px;
}


/* --- 社内行事 000 --- */

.tax-event_cat01 .archive-header,
.post-type-archive-event_info .archive-header {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.tax-event_cat01 .archive-header h1.archive-title,
.post-type-archive-event_info .archive-header h1.archive-title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
    border-left: 5px solid #ccc;
    padding-left: 5px;
}

.tax-event_cat01 .entry-header,
.post-type-archive-event_info .entry-header {}

.tax-event_cat01 .entry-header h1.entry-title,
.post-type-archive-event_info .entry-header h1.entry-title {
    border: 0 !important;
    padding: 0 !important;
}

.tax-event_cat01 .entry-header h1.entry-title a,
.post-type-archive-event_info .entry-header h1.entry-title a {
    color: #fff !important;
    display: block;
    background-color: #004080;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
}

.tax-event_cat01 .entry-header h1.entry-title a:hover,
.post-type-archive-event_info .entry-header h1.entry-title a:hover {
    background-color: #0085CD;
}

.single-event_info .entry-header h1.entry-title {
    border: 0 !important;
    color: #fff !important;
    background-color: #004080;
    padding: 10px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
}

.event-toplist {
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/PIE.htc);
    position: relative;
    text-align: center;
}

.event-toplist img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.event-toplist a.event-topset {
    padding: 5px;
    color: #fff !important;
    display: block;
    background-color: #0085CD;
}

.event-toplist a.event-topset:hover {
    background-color: #004080;
}

h4.brt-h4 {
    margin: 0;
    padding: 5px;
    background-color: #f39700;
    color: #fff;
}

p.avesize {
    font-size: 12px;
}

div.brt-box {
    padding-left: 70px;
    background-image: url(/wp-content/uploads/2016/09/brt-mk.png);
    background-repeat: no-repeat;
    background-position: left center;
}


/* --- お問い合わせ-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 {
    padding: 0;
}

dl.contact-fm dt div span {
    color: #E50012;
    font-size: 90%;
}

dl.contact-fm dd {
    margin: 0 0 10px 0;
    padding: 0;
}

dl.contact-fm .input-document .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 10px 0;
}

input.fm-add {
    /*width: 95%;*/
}

.contents-k-line {
    border-bottom: dotted 1px #ccc;
    margin: 15px 0;
}

.fm-btm input {
    background-image: none;
    background-color: #0085CD;
    color: #fff !important;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
}

.fm-btm input:hover {
    background-image: none;
    background-color: #004080;
}

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


/* --- 個人情報保護方針-000 --- */

dl.policy_txt {
    margin: 0;
    padding: 0;
}

dl.policy_txt dt {
    margin: 0;
    padding: 0;
}

dl.policy_txt dd {
    margin: 0 0 15px 20px;
    padding: 0;
}

div.policy_box {
    margin: 24px 0;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

div.policy_box h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
}

div.policy_box p {
    margin: 0;
    padding: 0;
}


/* --- 更新NEWS 000 --- */

.category .archive-header,
.date .archive-header {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.category .archive-header h1.archive-title,
.date .archive-header h1.archive-title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
    border-left: 5px solid #ccc;
    padding-left: 5px;
}

.single .entry-header h1.entry-title,
.archive .entry-header h1.entry-title,
.blog .entry-header h1.entry-title {
    font-size: 20px;
    border: 3px solid #ccc;
    padding: 7px;
}

@media screen and (max-width: 756px) {
    div.home-area-right,
    div.home-area-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 860px) {
    div.goods-list ul li {
        width: 46%;
        float: left;
        margin: 2% 2%;
        padding: 0;
    }
    .goods-sync .goods-photo {
        min-height: 200px;
    }
}


/* max width of 599 pixels. */

@media screen and (max-width: 599px) {
    /* original-max599
	-------------------------------------------------------------- */
    /* --- ヘッダー 599 --- */
    .head-link {
        display: none;
    }
    .header-area {
        padding: 10px 0px 10px 0px;
        text-align: left;
        border-bottom: 5px solid #0085CD;
    }
    .header-area dt img {
        width: 235px;
    }
    .header-area dt {
        width: auto;
        float: none;
        padding-left: 10px;
    }
    .header-area dd {
        display: none;
    }
    /* --- メニュー 599 --- */
    .main-navigation {
        margin-top: 10px;
    }
    /* --- メニューボタン 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: #0085CD !important;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 15px 0;
    }
    /* トグルメニュー改変 */
    .main-navigation .menu-toggle {
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        behavior: url(/PIE.htc);
        width: 50px !important;
        position: absolute;
        top: 19px;
        right: 10px;
        background-image: url(/wp-content/uploads/2016/08/menu-toggle-bs.png) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 30px auto !important;
    }
    .menu-main-container ul.nav-menu {
        width: 100% !important;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .menu-main-container ul.nav-menu li {
        width: 100%;
        margin: 0 0 0 0;
    }
    .menu-main-container ul.nav-menu li a {
        text-align: left;
        display: block;
        color: #ffffff;
        background-color: #004080;
        padding: 10px;
        margin: 1px;
        text-decoration: none;
    }
    .menu-main-container ul.nav-menu li.current-menu-parent a,
    .menu-main-container ul.nav-menu li.current-page-parent a,
    .menu-main-container ul.nav-menu li.current-menu-item a,
    .menu-main-container ul.nav-menu li.current_page_item a {
        background-color: #0085CD;
    }
    /* --- サブメニュー 599 --- */
    ul.sub-menu li a {
        background-image: none !important;
        background-color: #004080 !important;
        background-image: url(/wp-content/uploads/2016/08/mb-menu.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !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 {
        background-color: #0085CD !important;
    }
    /* --- フッター－サイトマップ 599 --- */
    .footer-sitemap-area {
        padding: 0 10px;
        background-color: #eee;
    }
    .footer-sitemap {
        margin: 0 auto;
        max-width: 960px;
    }
    dl.footer-sitemenu {
        margin: 0;
        padding: 15px 0 15px 0;
    }
    dl.footer-sitemenu dt {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        font-weight: normal;
    }
    dl.footer-sitemenu dt img {
        width: 220px;
    }
    dl.footer-sitemenu dt img.footlogo-i {
        width: 150px;
        height: auto;
    }
    dl.footer-sitemenu dt p {
        line-height: 1.5;
    }
    /* 2022-06-05 DynQR Layout T.Nagami */
    #dynqr_fancybox {
        display: none;
    }
    dl.footer-sitemenu dd {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
    }
    div.footer-sitemenu-box {
        border-bottom: solid 1px #aaa;
        padding-bottom: 10px;
        margin: 0 0 20px 0;
        padding: 0;
        float: none;
        width: 100%;
    }
    .footer-sitemenu-box ul.menu {
        margin-bottom: 10px;
    }
    .footer-sitemenu-box ul.menu li.menu-item a {
        padding-left: 18px;
        font-weight: bold;
        color: #0079C3;
        background-image: url(/wp-content/uploads/2016/08/footer-listmk.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .footer-sitemenu-box ul.menu li.menu-item ul.sub-menu a {
        border-left: 0;
        padding-left: 0;
        font-weight: nomal;
        color: #555;
    }
    /* --- フッター－コピーライト 599 --- */
    .site-info-area {
        padding: 5px 10px;
    }
    .site-info-area .site-info {
        font-size: 10px;
    }
    /* --- コンテンツ共通-599 --- */
    /* パンくずリスト */
    .breadcrumbs {
        display: none;
    }
    /* 携帯非表示 */
    .mobile-non {
        display: none;
    }
    /* スマホ崩れ対応 */
    .wp-pagenavi a,
    .wp-pagenavi span {
        display: inline-block;
        margin-bottom: 0.5em;
    }
    /* --- 共通エディター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 30px 0;
        padding: 0;
        float: none;
        width: 100%;
    }
    dl.col-recruit.og-column02-c dt,
    dl.col-recruit.og-column02-c dd {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px auto;
    }
    /* 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;
        max-width: 300px;
        margin: 0 auto;
    }
    /* --- ホーム 599 --- */
    .contact-bn1 {
        padding: 10px 50px 10px 50px;
    }
    .contact-bn2 {
        padding: 5px 50px 10px 50px;
    }
    /* 白波 */
    canvas#sineCanvas {
        margin-top: -38px;
    }
    .topnami canvas {
        height: 38px;
    }
    .main-copy-set {
        height: 60px;
        margin: -60px auto 0 auto;
    }
    .main-copy-set img {
        width: 100%;
        height: auto;
    }
    .home-copy img {
        width: auto;
        height: 90%;
        margin-bottom: 8px;
    }
    /* --- 会社案内-599 --- */
    ul.cmp-list li {
        margin-left: 16px;
        font-size: 16px;
    }
    dl.cmp-enkaku dt,
    dl.cmp-gaiyou dt {
        padding: 10px 0 0 0;
        width: 100%;
        float: none;
    }
    dl.cmp-enkaku dd,
    dl.cmp-gaiyou dd {
        padding: 0 0 10px 0;
        width: 100%;
        float: none;
    }
    /* --- 製品案内 599 --- */
    div.goods-list {
        padding: 20px 2%;
        border: 1px solid #ccc;
    }
    div.goods-list ul li {
        width: 46%;
        float: left;
        margin: 2% 2%;
        padding: 0;
    }
    .goods-box h3 {
        font-size: 14px;
    }
    .goods-box a.goods-btm {
        font-size: 12px;
    }
    dl.goods-view dt,
    dl.goods-select dt {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
    }
    dl.goods-view dt img,
    dl.goods-select dt img {
        width: 80%;
    }
    dl.goods-view dd,
    dl.goods-select dd {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
    }
    .goods-select a.goods-btm2 {
        width: 200px;
        margin: 0 auto;
    }
    .divImg176,
    .divImg226 {
        margin: 0 auto;
    }
    .divImg500 {
        font-size: 20px !important;
        height: 280px !important;
        line-height: 280px !important;
        margin: 0 auto;
        width: 280px !important;
    }
    /* --- 採用情報-599 --- */
    dl.saiyo-jh dt {
        padding: 10px 0 0 0;
        width: 100%;
        float: none;
    }
    dl.saiyo-jh dd {
        padding: 0 0 10px 0;
        width: 100%;
        float: none;
    }
    /* 社員の声-000 */
    dl.og-columnvoice {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
    }
    dl.og-columnvoice dt {
        text-align: center;
        font-weight: normal;
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
    }
    dl.og-columnvoice dt img {
        width: 80%;
        height: auto;
    }
    dl.og-columnvoice dd {
        border-top: solid 1px #ccc;
        border-left: 0;
        margin: 0;
        padding: 15px 0 0 0;
        float: none;
        width: 100%;
    }
    /* --- お問い合わせ 599 --- */
    input.wpcf7-text,
    input.wpcf7-date,
    input.fm-add,
    input.fm-tel,
    input.fm-name,
    input.wpcf7-validates-as-email,
    textarea.fm-mess {
        width: 95%;
    }
}


/* Minimum width of 600 pixels. */

@media screen and (min-width: 600px) {
    /* =Original 600
	-------------------------------------------------------------- */
    /* --- 基本部分-600 --- */
    body .site {
        box-shadow: none;
        background: none;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    /* --- ヘッダー-600 --- */
    .header-base {
        background-color: #fff;
        height: 90px;
    }
    .header-area {
        height: 80px;
        padding: 10px 10px 0 10px;
        margin: 0 auto 0 auto;
        max-width: 960px;
        background-image: url(/wp-content/uploads/2016/08/head-base.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
    }
    .header-area dt {
        width: 27%;
        float: left;
        text-align: left;
    }
    .header-area dd {
        padding-top: 0;
        width: 50%;
        float: right;
        text-align: right;
        height: auto;
        visibility: visible;
    }
    ul#menu-header {
        padding: 0;
        margin: 0 0 10px 0;
    }
    ul#menu-header li {
        display: inline-block;
        padding: 0 5px 0 0;
        margin: 0 2px 0 0;
        border-right: solid 1px #ccc;
    }
    li.menu-item-394 a {
        padding-left: 23px;
        display: block;
        background-image: url(/wp-content/uploads/2016/09/mail-icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
    ul#menu-header li:first-child {
        border-left: solid 1px #ccc;
        padding-left: 5px;
    }
    ul#menu-header li a {
        color: #777;
    }
    ul#menu-header li a:hover {
        color: #333;
    }
    .header-area dd img.wp-image-21 {
        height: 44px;
        width: auto;
    }
    /* --- メニュー-600 --- */
    .menu-base {
        padding-top: 5px;
        border-bottom: solid 5px #0085CD;
        height: 55px;
        background-color: rgba(0, 64, 128, 0.9);
        z-index: 500;
        position: relative;
    }
    .main-navigation {
        padding: 0 10px;
        margin: 0 auto;
        max-width: 960px;
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu>ul {
        border: 0;
    }
    .menu-main-container ul {
        font-size: 0;
        /* インラインブロック余白消し */
    }
    .menu-main-container ul.nav-menu li {
        display: inline-block;
        width: 14.2%;
        margin: 0 0 0 0;
        height: 55px;
    }
  
    /* 2023-6-19 松井修正 */
    .menu-main-container ul.nav-menu li a {
        font-weight: bold;
        font-size: 15px;
        color: #fff !important;
        text-align: center;
        padding: 0;
        margin-right: 1px;
        height: 55px;
        /*line-height: 1.2;*/
        width: 100%;
        -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;
        /*
        background-repeat: no-repeat;
        background-position: center center;
        -moz-background-size: auto auto;
        background-size: auto auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;

        behavior: url("/PIE.htc");
        position: relative;
        */
    }
    .menu-main-container ul.nav-menu>li>a{
        padding: 0;
        box-sizing: border-box;
      line-height: 37px;
    }
  
    .menu-main-container ul.nav-menu li a:hover {
        background-color: rgba(0, 133, 205, 0.5);
    }
    .post-type-archive-contribution .menu-main-container ul.nav-menu li.menu-item-920 a,
    .tax-contribution_cat .menu-main-container ul.nav-menu li.menu-item-920 a,
    .single-contribution .menu-main-container ul.nav-menu li.menu-item-920 a,
    .post-type-archive-event_info .menu-main-container ul.nav-menu li.menu-item-399 a,
    .tax-event_cat01 .menu-main-container ul.nav-menu li.menu-item-399 a,
    .single-event_info .menu-main-container ul.nav-menu li.menu-item-399 a,
    .menu-main-container ul.nav-menu li.current-page-ancestor a,
    .menu-main-container ul.nav-menu li.current-menu-parent a,
    .menu-main-container ul.nav-menu li.current-page-parent a,
    .menu-main-container ul.nav-menu li.current-menu-item a,
    .menu-main-container ul.nav-menu li.current_page_item a {
        background-color: rgba(0, 133, 205, 1);
    }
  
    .archive.date .menu-main-container ul.nav-menu li.eng-topics>a,
    .single-post .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-6530 .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-397 .menu-main-container ul.nav-menu li.eng-topics>a,
  
    .page-id-6520 .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-6522 .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-6524 .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-6526 .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-6528 .menu-main-container ul.nav-menu li.eng-topics>a,
  
    .page-id-6275 .menu-main-container ul.nav-menu li.eng-topics>a,
    .page-id-6514 .menu-main-container ul.nav-menu li.eng-topics>a{
      background-color: rgba(0, 133, 205, 1);
    }
  
    /* 2023-6-19 松井修正 */
    /*
    .menu-main-container ul.nav-menu li.menu-item-38 a {
        background-image: url(/wp-content/uploads/2016/08/menu-btn1.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-40 a {
        background-image: url(/wp-content/uploads/2016/08/menu-btn2.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-42 a {
        background-image: url(/wp-content/uploads/2016/08/menu-btn3.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-39 a {
        background-image: url(/wp-content/uploads/2016/08/menu-btn4.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-41 a {
        background-image: url(/wp-content/uploads/2019/04/menu-btn5.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-36 a {
        background-image: url(/wp-content/uploads/2016/08/menu-btn6.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-399 a {
        background-image: url(/wp-content/uploads/2016/09/menu-btn7.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-6298 a {
        background-image: url(/wp-content/uploads/2017/02/menu-btn8.png);
    }
    .menu-main-container ul.nav-menu li.menu-item-3221 a {
        background-image: url(/wp-content/uploads/2020/10/menu-btn9.png);
    }
    */
  
    /* 2023-6-19 松井追記 */
  
    .menuset4 .menu-main-container>ul.nav-menu>li {
        width: 25%;
    }
    .menuset5 .menu-main-container>ul.nav-menu>li {
        width: 20%;
    }
    .menuset6 .menu-main-container>ul.nav-menu>li {
        width: 16.6%;
    }
    .menuset7 .menu-main-container>ul.nav-menu>li {
        width: 14.2%;
    }
    .menuset8 .menu-main-container>ul.nav-menu>li {
        width: 15%;
    }
  
    .menu-main-container>ul.nav-menu>li>a {
      position: relative;
      display: block;
      font-family: Yu Gothic;
    }
    .menu-main-container>ul.nav-menu>li>a::after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      text-align: center;
      padding-top: 1.8em;
      left: 0;
      top: 0;
      font-weight: normal;
      font-size: 0.8em;
      font-family: Helvetica, Arial, sans-serif;
      
    }
  
    /* メニュー下の英語部分を設定 */
    .menu-main-container>ul.nav-menu>li.eng-home>a::after {
      content: 'Home';
    }
    .menu-main-container>ul.nav-menu>li.eng-company>a::after {
      content: 'Company';
    }
    .menu-main-container>ul.nav-menu>li.eng-products>a::after {
      content: 'Products';
    }
    .menu-main-container>ul.nav-menu>li.eng-recruit>a::after {
      content: 'Recruit';
    }
    .menu-main-container>ul.nav-menu>li.eng-topics>a::after {
      content: 'Topics';
    }
    .menu-main-container>ul.nav-menu>li.eng-training>a::after {
      content: 'Training';
    }
  
  
    /* --- サブメニュー 600 --- */
    .menu-main-container ul.nav-menu li ul.sub-menu{
      width: 100%;
      min-width: 153px;
    }
    /* メニュードロップ用に ul.nav-menu li を追加 */
    .menu-main-container ul.nav-menu li ul.sub-menu ul {
        margin: 0;
        padding: 0;
        /* メニュードロップ用追加 */
        position: absolute;
        top: 55px;
        /*親メニューの高さと同じにする*/
        z-index: 5000;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li {
        width: 100% !important;
        /*height: 38px !important;*/
        /*z-index:5000;*/
        /*position:relative;*/
        /* メニュードロップ用追加 */
        visibility: hidden !important;
        overflow: hidden !important;
        height: 0 !important;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li a {
        border-radius: 0;
        text-align: center;
        display: none;
        font-size: 12px !important;
        font-weight: normal;
        width: 100% !important;
        border: 0 !important;
        padding: 0 0 0 0 !important;
        text-indent: 0 !important;
        color: #fff !important;
        /*height: 38px !important;*/
        line-height: 35px !important;
        background-color: rgba(0, 64, 128, 0.6) !important;
        behavior: url(/PIE.htc);
        background-image: none;
        box-sizing: border-box;
        /*
		background-image: url(/wp-content/uploads/2016/08/list-mk01.png)!important;
		background-repeat: no-repeat !important;
		background-position: left center !important;
		background-position: 8px !important;
		background-size:auto !important;
		*/
        /* メニュードロップ用追加 */
        visibility: hidden !important;
        overflow: hidden !important;
        height: 0 !important;
        z-index: 5000;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li a:hover {
        background-color: rgba(0, 64, 128, 0.7) !important;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li.current_page_item a {
        background-color: rgba(0, 64, 128, 0.9) !important;
    }
    /* メニュードロップ用追加 */
    .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: 38px !important;
        /*サブメニューの高さ*/
        z-index: 5000;
    }
    /* 孫メニュー */
    .menu-main-container ul.nav-menu li ul.sub-menu li {
        position: relative;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li.menu-item-has-children a{
      position: relative;

    }
    .menu-main-container ul.nav-menu li ul.sub-menu li.menu-item-has-children a:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 10px;
        width: 5px;
        /*画像の幅*/
        height: 7px;
        /*画像の高さ*/
        background-image: url(/wp-content/uploads/2016/08/list-mk01.png);
        background-size: contain;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    .menu-main-container ul.nav-menu li ul.sub-menu li ul.sub-menu li a:after {
        content: none;
    }
    /* メニュードロップ用追加*/
    .menu-main-container * {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
    /* --- コンテンツ－カラム 600 --- */
    .widget-area {
        margin-top: 15px;
        float: left;
        width: 24%;
    }
    .site-content {
        margin-top: 15px;
        float: right;
        width: 73.5%;
    }
    .wrapper {
        margin-bottom: 15px;
    }
    /* --- フッター下部固定-600 --- */
    /*
	html,body{
		height:100%;
	}
	#wrapall{
		width: 100%;
		position: relative;
		height:auto !important;
		height: 100%;
		min-height: 100%;
	}
	#page{
		padding-bottom:330px !important;
	}
	#colophon{
		margin:0;
		padding: 0;
		width: 100% ;
		height:330px;
		position:absolute;
		bottom:0;
	}
	#footer-area{
		height:330px;
	}
	*/
    /* --- フッター－サイトマップ 600 --- */
    .footer-sitemap-area {
        height: auto;
        /* サイトマップエリア高さ */
        padding: 0 10px;
        background-color: #eee;
    }
    .footer-sitemap {
        margin: 0 auto;
        max-width: 960px;
    }
    dl.footer-sitemenu {
        margin: 0;
        padding: 24px 0 24px 0;
    }
    dl.footer-sitemenu dt {
        margin: 0;
        padding: 0;
        float: right;
        width: 38%;
        font-weight: normal;
        /* 2022-06-07 DynQR Layout T.Nagami */
        position: relative;
    }
    dl.footer-sitemenu dt img.footlogo-i {
        width: 180px;
        height: auto;
    }
    dl.footer-sitemenu dt p {
        line-height: 1.5;
    }
    /* 2022-06-07 DynQR Layout T.Nagami */
    #dynqr_fancybox {
        position: absolute;
        top: 107px;
        left: 148px;
        display: block;
        width: 60px;
        height: auto;
    }
    .img-icon {
        width: 60px;
        height: auto;
    }
    dl.footer-sitemenu dd {
        margin: 0;
        padding: 0;
        float: left;
        width: 62%;
    }
    div.footer-sitemenu-box {
        min-height: 200px;
        margin: 0 2% 0 0;
        padding: 0 2% 0 0;
        float: left;
        border-right: dotted 1px #aaa;
    }
    div.footer-sitemenu-box-end {
        border-right: 0;
    }
    .footer-sitemenu-box ul.menu {
        margin-bottom: 10px;
    }
    .footer-sitemenu-box ul.menu li.menu-item {
        line-height: 1.8;
    }
    .footer-sitemenu-box ul.menu li.menu-item a {
        padding-left: 15px;
        font-weight: bold;
        color: #0085CD;
        background-image: url(/wp-content/uploads/2016/08/footer-listmk.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .footer-sitemenu-box ul.menu li.menu-item ul.sub-menu a {
        border-left: 0;
        padding-left: 15px;
        font-weight: normal;
        color: #555;
        background-image: url(/wp-content/uploads/2016/08/footer-submk.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }
    .footer-sitemenu-box ul.menu li.menu-item ul.sub-menu a:hover {
        color: #999;
    }
    .footer-sitemenu-box ul#menu-footer4 {
        margin-bottom: 0;
    }
    /* --- フッター－コピーライト600 --- */
    .site-info-area .site-info .site-copy {
        height: 50px;
        line-height: 50px;
    }
    /* --- ホーム 600 --- */
    /* 白波 */
    canvas#sineCanvas {
        margin-top: -80px;
    }
    .topnami canvas {
        height: 80px;
    }
    .main-copy-set {
        height: 130px;
        margin: -130px auto 0 auto;
    }
    .main-copy-set img {
        width: 50%;
        height: auto;
    }
    /* --- 会社案内-600 --- */
    ul.cmp-list li {
        margin-left: 18px;
        font-size: 18px;
    }
    dl.cmp-gaiyou dt {
        width: 15%;
    }
    dl.cmp-gaiyou dd {
        width: 80%;
    }
    dl.cmp-enkaku dt {
        width: 30%;
    }
    dl.cmp-enkaku dd {
        width: 68%;
    }
}


/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
    /* =Original 960
	-------------------------------------------------------------- */
    /* --- フッター－サイトマップ 600 --- */
    dl.footer-sitemenu dt {
        width: 28%;
    }
    dl.footer-sitemenu dt img.footlogo-i {
        width: 180px;
        height: auto;
    }
    dl.footer-sitemenu dd {
        width: 72%;
    }
    div.footer-sitemenu-box {
        margin: 0 4% 0 0;
        padding: 0 4% 0 0;
    }
    /* --- ホーム 960 --- */
    /* 白波 */
    canvas#sineCanvas {
        margin-top: -100px;
    }
    .topnami canvas {
        height: 100px;
    }
    .main-copy-set {
        height: 150px;
        margin: -150px auto 0 auto;
    }
    .main-copy-set img {
        width: 50%;
        height: auto;
    }
    /* --- 会社案内-960 --- */
    dl.cmp-gaiyou dt {
        width: 15%;
    }
    dl.cmp-gaiyou dd {
        width: 80%;
    }
    dl.cmp-enkaku dt {
        width: 28%;
    }
    dl.cmp-enkaku dd {
        width: 70%;
    }
}


/* Minimum width of 1280 pixels. */

@media screen and (min-width: 1280px) {
    /* =Original 1280
	-------------------------------------------------------------- */
    /* --- ホーム 1280 --- */
    /* 白波 */
    canvas#sineCanvas {
        margin-top: -90px;
    }
    .topnami canvas {
        height: 90px;
    }
    .main-copy-set {
        height: 210px;
        margin: -180px auto 0 auto;
    }
    .main-copy-set img {
        width: 50%;
        height: auto;
    }
}


/* products (No Images) */

.divImg500 {
    margin: 0px auto 0px auto;
    border: 1px solid #ccc;
    height: 500px;
    line-height: 500px;
    text-align: center;
    width: 500px;
    color: #999;
    font-size: 24px;
}

.divImg226 {
    border: 1px solid #ccc;
    height: 226px;
    line-height: 226px;
    text-align: center;
    width: 226px;
    color: #999;
}

.divImg176 {
    border: 1px solid #ccc;
    height: 176px;
    line-height: 176px;
    text-align: center;
    width: 176px;
    color: #999;
}

@media screen and (max-width:599px) {
    .og-columnprof>dt {
        text-align: center;
    }
}

#tinymce .fc-natatsuki-blue,
.entry-content .fc-natatsuki-blue {
    color: #0085CD;
}

.company-wrap {
    position: relative;
    margin: 70px auto 40px auto;
}

.company-wrap .slide-wrap {
    width: 70%;
    max-width: 600px;
    height: auto;
}

.company-wrap .text-wrap {
    position: absolute;
    top: 15%;
    right: 0;
    width: 40%;
    height: auto;
}

.company-wrap .text-wrap .title {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 55px;
    color: #333;
    background-image: none;
    background-position: inherit;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 5px solid #0085CD;
    border-left: none;
    border-radius: 0;
    letter-spacing: 6px;
}

.company-wrap .text-wrap .p-btn {
    margin: 20px 0 0 40px;
}

.company-wrap .text-wrap .p-btn p {
    margin: 0px 0 20px 0px;
}

.company-wrap .text-wrap .p-btn .btn {
    display: inline-block;
    padding: 17px 50px 17px 50px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(#3BA6E1, #008AD4);
    box-sizing: border-box;
    line-height: 1;
    transition: 0.3s;
}

.company-wrap .text-wrap .p-btn .btn:hover {
    opacity: 0.7;
}

.recruit-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto 50px auto;
}

.recruit-wrap .recruit-column {
    display: flex;
    align-items: center;
    width: 50%;
    height: 190px;
    transition: 0.3s;
}

.recruit-wrap .recruit-column:hover {
    opacity: 0.7;
}

.recruit-wrap .fresher {
    background: linear-gradient(#0CB8EE 0%, #0395E5 100%);
}

.recruit-wrap .career {
    background: linear-gradient(#19D96C 0%, #02A929 100%);
}

.recruit-wrap .recruit-column a {
    display: block;
    width: 100%;
    padding: 10% 10% 10% 10%;
    box-sizing: border-box;
    background-image: url('inc/img/icon-arrow-right-02.png');
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 32px 32px;
}

.recruit-wrap .recruit-column a span {
    display: block;
    color: #fff;
    line-height: 1;
}

.recruit-wrap .recruit-column a .title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: Yu Gothic;
}

.recruit-wrap .recruit-column a .title::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.recruit-wrap .recruit-column a .title-en {
    margin: 16px 0 0 0;
    letter-spacing: 0.5px;
}

.recruit-wrap .recruit-column a .message {
    margin: 15px 0 0 0;
}

.topics-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.topics-wrap .topics {
    width: 20%;
    height: 140px;
    margin: 0 2.5% 0 2.5%;
    border-top: 1px solid #0085CD;
    border-bottom: 1px solid #0085CD;
}

.topics-wrap .topics a {
    display: block;
    height: 140px;
    padding: 8% 8% 8% 8%;
    box-sizing: border-box;
    transition: 0.3s;
}

.topics-wrap .topics a:hover {
    opacity: 0.7;
}

.topics-wrap .topics a .title {
    display: block;
    font-weight: bold;
}

.topics-wrap .topics a .date {
    display: block;
    font-size: 12px;
    color: #888;
}

.topics-wrap .topics a .read {
    display: block;
    font-size: 12px;
    color: #0085CD;
    margin: 10px 0 0 0;
}

.contact-wrap {
    display: flex;
    align-items: center;
    background-image: url('./inc/img/bg-contactarea.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 -100% 0 -100%;
    height: 400px;
}

.contact-wrap .wrapper {
    margin-bottom: 0;
}

.contact-wrap .contact-title {
    text-align: center;
    color: #333;
    border: none;
    background: none;
    border-radius: inherit;
    position: inherit;
    font-size: 32px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contact-wrap p {
    text-align: center;
    margin: 20px 0 0 0;
}

.contact-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}

.contact-wrap .btn-wrap .contact-btn {
    position: relative;
    display: block;
    width: 270px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    color: #0085CD;
    margin: 0 15px 0 15px;
    padding: 0 0 0 25px;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 3px;
}

.contact-wrap .btn-wrap .contact-btn:hover {
    opacity: 0.8;
}

.contact-wrap .btn-wrap .contact-business::before {
    position: absolute;
    top: 4px;
    left: 15px;
    content: url('./inc/img/icon-company-green.png');
}

.contact-wrap .btn-wrap .contact-recruit::before {
    position: absolute;
    top: 4px;
    left: 20px;
    content: url('./inc/img/icon-man-green.png');
    height: auto;
}

@media screen and (max-width: 960px) {
    .company-wrap .slide-wrap {
        width: 60%;
    }
    .company-wrap .text-wrap {
        top: 10%;
        width: 45%;
    }
    .company-wrap .text-wrap .title {
        font-size: 40px;
    }
    .company-wrap .text-wrap .p-btn {
        margin: 20px 0 0 50px;
    }
    .company-wrap .text-wrap .p-btn br {
        display: none;
    }
    .company-wrap .text-wrap .p-btn .btn {
        padding: 14px 50px 14px 50px;
    }
}

@media screen and (max-width: 768px) {
    .company-wrap .slide-wrap {
        width: 100%;
        margin: 0 auto 0 auto;
    }
    .company-wrap .text-wrap {
        position: inherit;
        width: 100%;
        text-align: center;
        margin: 40px 0 0 0;
    }
    .company-wrap .text-wrap .p-btn {
        margin: 40px 0 0 0px;
    }
    .company-wrap .text-wrap .p-btn br {
        display: inline;
    }
}

@media screen and (max-width: 650px) {
    .recruit-wrap {
        flex-direction: column;
    }
    .recruit-wrap .recruit-column {
        width: 100%;
    }
    .recruit-wrap .fresher {
        margin: 0 0 30px 0;
    }
    .topics-wrap .topics {
        width: 45%;
    }
    .contact-wrap {
        margin: 0 auto;
    }
    .contact-wrap .btn-wrap {
        flex-direction: column;
        margin: 30px 0 0 0;
    }
    .contact-wrap .btn-wrap .contact-btn {
        display: block;
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        color: #0085CD;
        text-shadow: none;
    }
    .contact-wrap .btn-wrap .contact-business {
        margin-bottom: 20px;
    }
}

.entry-content .ewd-ufaq-post-margin {
    /* display: flex; */
    align-items: center;
}

.entry-content a.ewd-ufaq-post-margin {
    pointer-events: none;
}

.entry-content .ewd-ufaq-post-margin .ewd-ufaq-faq-title-text h4 {
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.entry-content .ewd-ufaq-post-margin p {
    margin-bottom: 0;
}

.entry-content .title-center-wrap {
    text-align: center;
    margin: 50px auto 20px auto;
}

.entry-content .title-center {
    font-family: Yu Gothic;
    text-align: center;
    color: #333;
    border: none;
    background: none;
    border-radius: inherit;
    position: inherit;
    margin: 0 0 0 0;
    line-height: 1;
}

.entry-content h2.title-center {
    font-size: 32px;
}

.entry-content h3.title-center {
    font-size: 22px;
    line-height: 1.3;
}

.entry-content .include-small .fs-small {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.entry-content .include-small .fs-small.side-line {
    position: relative;
}

/* .entry-content .include-small .fs-small.side-line::before {
    position: absolute;
    top: 6px;
    left: -20px;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #666;
}

.entry-content .include-small .fs-small.side-line::after {
    position: absolute;
    top: 6px;
    right: -20px;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #666;
} */

.entry-content .include-small .link-qaa {
    display: inline-block;
    margin: 10px 0 0 0;
    transition: 0.3;
}

.entry-content .include-small .link-qaa:hover {
    opacity: 0.8;
}

.entry-content .include-small .link-qaa span {
    color: #0085CD;
}

.entry-content .fc-nagatsuki-blue {
    color: #0085CD;
}

.entry-content .ewd-ufaq-post-margin-symbol span {
    color: #0085CD;
}

.entry-content .ewd-ufaq-faq-toggle:focus,
.entry-content .ewd-ufaq-faq-div:focus {
    outline: none;
}

.home-area-left .qt_column.column55 {
    margin: 50px auto 70px auto;
}

.entry-content .home-area-left a:hover,
.entry-content .home-area-right a:hover {
    opacity: 0.8;
}


/** columns **/


/* common style */

.entry-content .qt_column {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.entry-content .qt_column h3 {
    margin: 0.2em 0px 0.4em 0px;
}

.entry-content .qt_column strong {
    font-weight: 500;
}

.entry-content .qt_column h3 a {
    text-decoration: none;
}

.entry-content .qt_column img {
    width: 100%;
    margin: 0px 0px 0.5rem 0px;
}

.entry-content .qt_column .columnLeft {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    box-sizing: border-box;
    width: 100%;
}

.entry-content .qt_column .columnRight {
    padding: 0px 0.8rem 0.8rem 0.8rem;
    box-sizing: border-box;
    width: 100%;
}


/* Three columns */

.entry-content .columnThree {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
}

.entry-content .columnThree h3 {
    margin: 7px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
}

.entry-content .columnThree a {
    color: #333;
    text-decoration: none;
}

.entry-content .columnThree a:hover {
    opacity: 0.8;
}

.entry-content .columnThree .columnLeft {
    width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}

.entry-content .columnThree .columnCenter {
    width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}

.entry-content .columnThree .columnRight {
    max-width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}


/* Four columns */

.entry-content .columnFour {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px 0px 0px 0px;
}

.entry-content .qt_column.columnFour .column {
    padding: 0 10px 0 10px;
}

.entry-content .columnFour h3 {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
}

.entry-content .columnFour a {
    color: #333;
    text-decoration: none;
}

.entry-content .columnFour a:hover {
    opacity: 0.8;
}

.entry-content .columnFour .column {
    width: 50%;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}


/* Five columns */

#tinymce .columnFive,
.entry-content .columnFive {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px 0px 0px 0px;
}

#tinymce .qt_column.columnFive .column,
.entry-content .qt_column.columnFive .column {
    padding: 0 15px 0 15px;
}

#tinymce .columnFive h3,
.entry-content .columnFive h3 {
    margin: 7px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
}

#tinymce .columnFive a,
.entry-content .columnFive a {
    color: #333;
    text-decoration: none;
}

#tinymce .columnFive a:hover,
.entry-content .columnFive a:hover {
    opacity: 0.8;
}

#tinymce .columnFive .column,
.entry-content .columnFive .column {
    width: 50%;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}

.entry-content .qt_column p {
    margin-bottom: 0;
}

.entry-content .qt_column.no-margin {
    margin: 0px 0px 5px 0px;
}


/* Six columns */

#tinymce .columnSix,
.entry-content .columnSix {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px 0px 0px 0px;
}

#tinymce .qt_column.columnSix .column,
.entry-content .qt_column.columnSix .column {
    padding: 0 15px 0 15px;
}

#tinymce .columnSix h3,
.entry-content .columnSix h3 {
    margin: 7px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
}

#tinymce .columnSix a,
.entry-content .columnSix a {
    color: #333;
    text-decoration: none;
}

#tinymce .columnSix a:hover,
.entry-content .columnSix a:hover {
    opacity: 0.8;
}

#tinymce .columnSix .column,
.entry-content .columnSix .column {
    width: 50%;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}


/* Nine columns */

#tinymce .columnNine,
.entry-content .columnNine {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px 0px 0px 0px;
}

#tinymce .qt_column.columnNine .column,
.entry-content .qt_column.columnNine .column {
    padding: 0 15px 0 15px;
}

#tinymce .columnNine h3,
.entry-content .columnNine h3 {
    margin: 7px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
}

#tinymce .columnNine a,
.entry-content .columnNine a {
    color: #333;
    text-decoration: none;
}

#tinymce .columnNine a:hover,
.entry-content .columnNine a:hover {
    opacity: 0.8;
}

#tinymce .columnNine .column,
.entry-content .columnNine .column {
    width: 50%;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}

@media screen and (min-width:48em) {
    /** text **/
    .entry-content>p {
        margin: 0px 0px 0px 5px;
    }
    /** box **/
    #tinymce .full-bgcolor .wrap,
    .entry-content .full-bgcolor .wrap {
        padding: 3em 3em 3em 3em;
    }
    /** columns **/
    /* common parts */
    #tinymce .qt_column,
    .entry-content .qt_column {
        overflow: hidden;
        width: 100%;
        margin: 0px 0px 20px 0px;
        clear: both;
    }
    #tinymce .qt_column img,
    .entry-content .qt_column img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
    }
    #tinymce .qt_column .columnLeft,
    .entry-content .qt_column .columnLeft {
        float: left;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        box-sizing: border-box;
    }
    #tinymce .qt_column .columnRight,
    .entry-content .qt_column .columnRight {
        float: right;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        box-sizing: border-box;
    }
    #tinymce .qt_column .columnLeft,
    #tinymce .qt_column .columnRight {
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    /* 5:5 */
    #tinymce .column55 .columnLeft,
    .entry-content .column55 .columnLeft {
        width: 48%;
    }
    #tinymce .column55 .columnRight,
    .entry-content .column55 .columnRight {
        width: 48%;
    }
    .entry-content .home-area-left .column55 .columnLeft,
    .entry-content .home-area-left .column55 .columnRight {
        padding: 0rem 0.4rem 0rem 0.4rem;
    }
    /* 2:8 */
    #tinymce .column28 .columnLeft,
    .entry-content .column28 .columnLeft {
        width: 20%;
    }
    #tinymce .column28 .columnRight,
    .entry-content .column28 .columnRight {
        width: 80%;
    }
    /* 3:7 */
    #tinymce .column37 .columnLeft,
    .entry-content .column37 .columnLeft {
        width: 30%;
    }
    #tinymce .column37 .columnRight,
    .entry-content .column37 .columnRight {
        width: 70%;
    }
    /* 7:3 */
    #tinymce .column73 .columnLeft,
    .entry-content .column73 .columnLeft {
        width: 30%;
    }
    #tinymce .column73 .columnRight,
    .entry-content .column73 .columnRight {
        width: 70%;
    }
    /* 6:4 */
    #tinymce .column64 .columnLeft,
    .entry-content .column64 .columnLeft {
        width: 60%;
    }
    #tinymce .column64 .columnRight,
    .entry-content .column64 .columnRight {
        width: 40%;
    }
    /* 4:6 */
    #tinymce .column46 .columnLeft,
    .entry-content .column46 .columnLeft {
        width: 40%;
    }
    #tinymce .column46 .columnRight,
    .entry-content .column46 .columnRight {
        width: 60%;
    }
    .entry-content .home-area-left .column46 .columnLeft,
    .entry-content .home-area-left .column46 .columnRight {
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    }
    /* Three columns */
    #tinymce .columnThree,
    .entry-content .columnThree {
        justify-content: space-around;
        flex-direction: row;
    }
    #tinymce .columnThree .columnLeft,
    .entry-content .columnThree .columnLeft {
        width: 33%;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        box-sizing: border-box;
    }
    #tinymce .columnThree .columnCenter,
    .entry-content .columnThree .columnCenter {
        width: 33%;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        box-sizing: border-box;
    }
    #tinymce .columnThree .columnRight,
    .entry-content .columnThree .columnRight {
        width: 33%;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        box-sizing: border-box;
    }
    /* Four columns */
    #tinymce .qt_column.columnFour .column,
    .entry-content .qt_column.columnFour .column {
        width: 25%;
    }
    /* Five columns */
    #tinymce .qt_column.columnFive,
    .entry-content .qt_column.columnFive {
        flex-wrap: wrap;
    }
    #tinymce .qt_column.columnFive .column,
    .entry-content .qt_column.columnFive .column {
        width: 33%;
    }
    /* Six columns */
    #tinymce .qt_column.columnSix .column,
    .entry-content .qt_column.columnSix .column {
        width: 33%;
    }
    /* Nine columns */
    #tinymce .qt_column.columnNine .column,
    .entry-content .qt_column.columnNine .column {
        width: 33%;
    }
}

.by-author {
    display: none;
}

.entry-content .ewd-ufaq-faq-div {
    background-color: #e8f7ff;
    border-radius: 5px;
    padding: 25px;
    box-sizing: border-box;
    margin: 0 auto 25px auto;
}

.entry-content .ewd-ufaq-faq-div .ewd-ufaq-faq-title {
    margin: 0 0 20px 0;
}

.entry-content .ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-faq-title-text {
    width: 100%;
}

.entry-content .ewd-ufaq-faq-div .ewd-ufaq-faq-title h4 {
    position: relative;
    color: #0085CD;
    margin: 0 0 0 0 !important;
    font-weight: 600;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1.5;
}

.entry-content .ewd-ufaq-faq-div .ewd-ufaq-faq-title h4::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 32px;
    height: 32px;
    background-image: url('./inc/img/icon-question.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol {
    display: none;
}

.ewd-ufaq-faq-div .ewd-ufaq-faq-body {
    padding: 0;
}

.ttPostType3 h2 {
    color: inherit;
    border: inherit;
    padding: inherit;
    background-image: inherit;
    background-repeat: inherit;
    background-position: inherit;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    behavior: inherit;
    position: inherit;
}

.whatsnew .wn-item {
    padding: 0.5rem 0 0.5rem 0;
}

.whatsnew .wn-item .wn-date a {
    display: inline;
}

.entry-content .btn {
    display: block;
    border: 1px solid #0085CD;
    border-radius: 3px;
    color: #0085CD;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.entry-content .btn:visited {
    color: #0085CD;
}

.entry-content .btn.btn-staff-voice {
    width: 300px;
    margin: 50px auto 0 auto;
}

.recruit-inner {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.entry-content .mb2rem {
    margin-bottom: 2rem;
}

.entry-content .document-notice {
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.entry-content .document-notice .title {
    display: block;
    margin: 0 0 8px 0;
    font-size: 14px;
}

.entry-content .job_listings .job_listing .date {
    display: none;
}

.job-listing-meta .date-posted {
    display: none;
}

ul.job_listings li.job_listing a div.position h3 {
    border-bottom: none;
}

.single_job_listing .company {
    display: none;
}

ul.job_listings li.job_listing a ul.meta {
    margin-top: 10px;
}

.single_job_listing .meta .job-type.fresher {
    background-color: #009999;
}

.job-type.fresher {
    color: #009999;
}

.single_job_listing .meta .job-type.career {
    background-color: #bebe08;
}

.job-type.career {
    color: #bebe08;
}

.rss_link {
    display: none;
}

.entry-content a.back-to-list,
.entry-content a.back-to-list:link,
.entry-content a.back-to-list:visited,
.entry-content a.back-to-list:active {
    display: block;
    margin: 20px 0 0 0;
    color: #0085CD;
}

.entry-content .single_job_listing .meta .location {
    display: none;
}


/* 求人情報h2の赤い枠 */

.entry-content .h2red,
.title-recruit-web {
    color: #3e3e3e;
    border: solid 1px #fb985b;
    padding: 5px 10px;
    background-image: url(/wp-content/uploads/2020/06/h2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
}

.entry-content .box-bgcolor {
    background-color: #fff9ee;
    border: 1px solid #eeb54c;
    border-radius: 5px;
    padding: 1rem 1rem 1rem 1rem;
}

.entry-content .box-bgcolor.recruit-web {
    display: flex;
    align-items: center;
}

.entry-content .box-bgcolor.recruit-web img {
    margin: 0 1rem 0 0;
    width: 40px;
    height: auto;
}

.wp-block-snow-monkey-blocks-panels * {
    box-sizing: border-box;
}

.smb-panels__item__link {
    color: #009cee;
}

.footer-sitemenu .footer-pp a {
    display: block;
    padding-left: 15px;
    font-weight: normal;
    color: #555;
    background-image: url(/wp-content/uploads/2016/08/footer-submk.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.pc-none {
    display: none;
}

@media screen and (max-width: 560px) {
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
}


/* add class 09/30 uoya */

.entry-content .home-area-left .fs-small.side-line {
    display: block;
    text-align: center;
}


/* 2021-09-14 �ї��@�u���b�N�G�f�B�^YouTube�̕���100%�ɂ��� */

.wp-block-embed__wrapper iframe {
    width: 100%;
}


/* マイナビ・リクナビ：バナー */

.navi-viewded{
  display: none;
}

.navi-banner{
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.navi-banner h4{
  border-bottom: dotted 1px #ccc;
  margin-bottom: 10px;
}
.navi-banner h4::before{
  content: '▼';
  color: #0085CD;

}
.navi-banner ul{
  display: flex;
  flex-wrap:wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navi-banner ul li{
  margin: 0 10px 5px 0;
  padding: 0;
}

@media screen and (max-width: 410px) {
  .navi-banner ul li{
    margin: 0 0 5px 0;
    width: 50%;
  }
}

.menu-item-object-page > a {
    text-transform: none;
  }

.ttpost-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ttpost-wrap .template-nagatsuki{
    width: 48%;
    margin: 0 0 4rem 0;
}

.ttpost-wrap .template-nagatsuki .ttpost-img-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.ttpost-wrap .template-nagatsuki .ttpost-img-wrap::before{
    content: "";
    display: block;
    padding-top: 65%;
}

.ttpost-wrap .template-nagatsuki .ttpost-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttpost-wrap .template-nagatsuki .ttpost-title{
    border: none;
    background-image: none;
    padding: 0 0 0 0;
    margin: 0.5rem 0 0 0;
    color: #444;
    font-size: 1.3rem;

}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 1rem 0 0 0;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .ttpost-postmeta-list{
    margin: 0 0 0 0;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .ttpost-sub-category{
    margin: 0 0 0 0.5rem;
    color: #666;
    font-size: 0.8rem;
}

.ttpost-wrap .template-nagatsuki .ttpost-date-sp{
    display: block;
    color: #666;
    margin: 0.3rem 0 0 0;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .ttpost-date{
    color: #666;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .ttpost-category{
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
    border-radius: 3px;
    color: #fff;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-events{
    background-color: #0085CD;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-mokkeikai{
    background-color: #197507;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-teaching{
    background-color: #b98a08;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-information{
    background-color: #067ba2;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-csr{
    background-color: #c66114;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-mame{
    background-color: #9634F5;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-other{
    background-color: #6d6d6d;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-geiyodo{
    background-color: #016565;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-kengakukai{
    background-color: #f5a20b;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-trip{
    background-color: #f5a20b;
}

.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-recreation{
    background-color: #97CEA1;
}
.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-bowling{
    background-color: #346CB5;
}
.ttpost-wrap .template-nagatsuki .ttpost-postmeta .category-study{
    background-color: #EB6147;
}


@media screen and (max-width: 599px) {
    .ttpost-wrap .template-nagatsuki .ttpost-title{
        font-size: 1rem;
    }

    .ttpost-wrap .template-nagatsuki .ttpost-date-sp{
        font-size: 0.8rem;
    }

}

div a.change-display-block {
    display: block;
}

/*2022-10-25 S.Aoyama*/
@media screen and (max-width: 599px) {
    #metaslider_90.flexslider ul.slides li img {
        height: 270px;
        object-fit: cover ;
    }
}

/* （PHP/WP/プラグインアップデート後）下記が無いとグローバルナビがへしゃげる 2024-10-14 T.Mohri */
* {
    box-sizing: content-box !important;
}

