@charset "utf-8";
/*
Theme Name: S-unitec
Theme URI: https://www.shonan-unitec.co.jp
Description: s71
Version: 1.0
Author: K-net
Author URI: https://www.tsubame-k.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import "base.css";
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 15px/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	background: #fff;
}

.meiryo{font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;}
.meiryo_b{font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;font-weight:bold;}

.grecaptcha-badge {
	visibility: hidden;
}
.brc {
	clear: both;
}
.ctr {
	text-align: center;
	margin: 0 auto;
}
.right {
	text-align: right;
}
.none {
	display: none;
}
.mtop80 {
	margin-top: 80px;
}
.mtop40 {
	margin-top: 40px;
}
.mtop30 {
	margin-top: 30px;
}
.mtop20 {
	margin-top: 20px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop_100 {
	margin-top: -100px;
}
.mbtm50 {
	margin-bottom: 50px;
}
.mbtm30 {
	margin-bottom: 30px;
}
.mbtm15 {
	margin-bottom: 15px;
}
.mbtm_40 {
	margin-bottom: -40px;
}
.mlt30 {
	margin-left: 30px;
}
.mtp1rem {
	margin-top: -1rem;
}
.w140 {
	width: 140%;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w43 {
	width: 43%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}
.fx {
	display: flex;
}
.textright {
	text-align: right;
}
.fwb {
	font-weight: bold;
}
.news_flex {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.de_none {
	display: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #0071bc;
}
a:hover, a:active {
	outline: none;
	color: #6f6f6f;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.topnews {
	padding: 0 0 10px;
	border: solid 2px #cc0000;
	background: #fff;
	width: 100%;
	max-width: 23%;
	box-sizing: border-box;
	text-align: center;
}
.topnews a img {
	width: 100%;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, ul.post li:after, nav#mainNav .inner:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, ul.post li, nav#mainNav .inner {
	zoom: 1;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
	vertical-align: middle;
	max-width: 90%;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 100%;
	color: #555;
	background: #fcfcfc;
}
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878787), color-stop(100%, #6f6f6f));
	background: -webkit-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -o-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: linear-gradient(to bottom, #878787 0%, #6f6f6f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#6f6f6f', GradientType=0);
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 120%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #878787;
	background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f6f6f), color-stop(100%, #878787));
	background: -webkit-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -o-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: linear-gradient(to bottom, #6f6f6f 0%, #878787 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#878787', GradientType=0);
	cursor: pointer;
}
*:first-child+html input[type="submit"] {
	padding: 3px;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
	margin: 0 auto;
	width: 980px;
}
#header {
	overflow: hidden;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#content {
	float: right;
	width: 700px;
	padding: 25px 0 50px;
}
#content2 {
	float: none;
	width: 980px;
	padding: 25px 0 50px;
}
#sidebar {
	float: left;
	width: 240px;
	padding: 22px 0 50px;
}
#footer {
	clear: both;
	background: #333 url(images/footerbg.png) repeat-x top;
	;
	overflow: auto;
	color: #fff;
}
.recr_box02 a {
	vertical-align: center;
	line-height: 2em;
	display: inline-block;
	color: #005B97;
	width: 45%;
	padding: 20px auto !important;
	box-sizing: border-box;
	margin: 10px 0 0px 70px !important;
	border: 1px solid #005B97;
	text-align: center;
}
/* サイドバナー用 */
#sidebnr {
	position: fixed;
	bottom: 42%;
	right: 20px;
	z-index: 100;
}
/* ヘッダー
*****************************************************/
/* サイト説明文
----------------------------------*/
#header h1 {
	padding: 5px 0;
	font-size: 80%;
	font-weight: normal;
	display: none;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
	clear: both;
	float: left;
	padding: 20px 5px 15px;
	color: #515151;
	font-size: 160%;
	font-weight: bold;
	position: relative;
}
.kenko_logo {
	position: absolute;
	left: -165px;
	top: 0;
}
.kenko_logo img {
	max-width: 150px !important;
}
#header h2 img {
	max-width: 350px;
	height: auto;
}
/* パンくず
----------------------------------*/
#bread {
	display: block;
	margin: 10px 0;
}
#bread ul li {
	float: left;
	font-size: 13px;
}
#bread ul li a {
	text-decoration: underline;
	color: #0071BC;
}
/* コンタクト
----------------------------------*/
.contact {
	margin-top: 30px;
	padding: 10px 0 0;
	text-align: right;
	color: #000;
	font-size: 90%;
	align-self: flex-start;
}
.contact .tel {
	margin-bottom: -3px;
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
}
.contact .fa {
	color: #005187;
}
.contact ul li {
	float: left;
	border-right: 1px #000 solid;
	padding: 0 25px;
	text-align: center;
}
.contact ul li.bdnone {
	border: none;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	padding-top: 9%;
	clear: both;
	text-align: center;
	z-index: 0;
	color: #fff;
	text-shadow: 0px 1px 1px #000000, 0px 0px 5px #000, 0px 0px 10px #000;
}
.post {
	margin: 0 0 20px 0;
	margin: 20px 0;
}
.toppage h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.toppage {
	padding: 10px 10px 20px 20px;
}
/* 記事ループ
*****************************************************/
.list {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
.list:last-child {
	border: 0;
}
.post .list p {
	padding: 0;
}
.list span {
	padding-left: 10px;
}
/* タイポグラフィ
*****************************************************/
h2.title {
	clear: both;
	margin: 0 auto 10px;
	padding: 7px 10px 7px 0px;
	font-size: 160%;
	color: #4D4D4D;
	background: url(images/h2bg.png) no-repeat left bottom;
}
span.extxt {
	vertical-align: middle;
	font-size: 15px;
	margin-left: 5px;
}
.dateLabel {
	text-align: right;
	font-weight: bold;
	color: #858585;
}
.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
.post h1 {
	margin: 20px 0;
	padding: 5px 0;
	font-size: 150%;
	color: #000;
	border-bottom: 3px solid #000;
}
.post h2 {
	margin: 10px 0 30px;
	padding: 7px 10px 7px 0px;
	font-size: 160%;
	color: #4D4D4D;
	background: url(images/h2bg.png) no-repeat left bottom;
}
.post h3 {
	margin: 10px 0 15px;
	font-size: 113%;
	font-weight: normal;
	color: #2e2c2c;
	border-bottom: 1px solid #515151;
}
.post h4 {
	display: block;
	margin: 10px 0 20px;
	font-size: 113%;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #000;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}
.post blockquote p {
	padding: 5px 0;
}
.tablepress-id-1 {
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}
.post table {
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.post table th {
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	box-sizing: border-box;
}
.post table td {
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	box-sizing: border-box;
}
.inf_bx02 {
	text-align: center;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, img.alignleft {
	margin: 10px 10px 15px 15px;
	display: inline;
}
img.alignleft {
	margin: 10px 15px 15px 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#gallery-1 img {
	border: 1px solid #eaeaea !important;
	padding: 5px;
	background: #fff;
}
#gallery-1 img:hover {
	background: #fffaef;
}
table#tablepress-7 {
	max-width: 100%;
	width: 470px;
}
table#tablepress-7 td.column-1 {
	text-align: center;
}
table#tablepress-7 td.column-2,
table#tablepress-7 td.column-3,
table#tablepress-7 td.column-4 {
	text-align: right;
}
.ri {
	text-align: right;
}
/* AddQuicktag用文字装飾 */
.f_bold {
	font-weight: bold;
}
.f_b {
	font-weight: bold;
	font-size: 110%;
}
.f_bsb {
	font-weight: bold;
	font-size: 120%;
}
.f_bb {
	font-weight: bold;
	font-size: 140%;
}
.f_bbb {
	font-weight: bold;
	font-size: 160%;
}
.f_big {
	font-size: 120%;
}
.f_br {
	font-weight: bold;
	color: #cc0000;
}
.f_r {
	color: #cc0000;
}
.f_sr {
	font-size: 80%;
	color: #cc0000;
}
.f_s {
	font-size: 90%;
	color: #444;
}
.f_ss {
	font-size: 80%;
	color: #444;
}
.f_bl {
	font-weight: bold;
	color: #005187;
}
.f_l {
	color: #005187;
}
.f_bg {
	font-weight: bold;
	color: #339933;
}
.f_g {
	font-size: 110%;
	color: #00885a;
}
.f_o {
	font-size: 110%;
	color: #ed6d46;
}
.f_mk {
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}
.f_mk02 {
	background: #FFFF00;
	padding: 0.5rem;
	margin: 0.5rem 0 0;
	display: inline-block;
}
.f_ns {
	font-weight: normal;
	font-size: 70%;
}
.f_s90 {
	font-size: 90%;
}
.f_s120 {
	font-size: 120%;
}
.f_ub {
	text-decoration: underline;
}
/* サイドバー　ウィジェット
*****************************************************/
section.widget {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f2f2f2;
}
section.widget ul, .widget_search, #calendar_wrap
/*, .textwidget */
	{
	background: #fff;
	padding: 10px;
}
ul.mega-sub-menu li.mega-menu-item div.textwidget {
	background-color: none !important;
}
section.widget ul ul {
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
}
p.banner {
	padding-bottom: 15px;
}
p.banner img {
	max-width: 233px;
	height: auto;
}
p.banner img:hover {
	cursor: pointer;
	opacity: .8;
}
section.widget h3 {
	clear: both;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px 10px 10px 40px;
	font-size: 113%;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	background: #2888C7 url(images/side_logo.png) no-repeat 4% 45%;
	background: url(images/side_logo.png) no-repeat 4% 45%, -moz-linear-gradient(top, #2888C7 0%, #005B97 100%);
	background: url(images/side_logo.png) no-repeat 4% 45%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2888C7), color-stop(100%, #005B97));
	background: url(images/side_logo.png) no-repeat 4% 45%, -webkit-linear-gradient(top, #2888C7 0%, #005B97 100%);
	background: url(images/side_logo.png) no-repeat 4% 45%, -o-linear-gradient(top, #2888C7 0%, #005B97 100%);
	background: url(images/side_logo.png) no-repeat 4% 45%, linear-gradient(to bottom, #2888C7 0%, #005B97 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2888C7', endColorstr='#005B97', GradientType=0);
}
section.widget li a {
	color: #0071bc;
	display: block;
	padding: 7px 0 7px 15px;
	background: url(images/li_i.png) no-repeat left 0 top 45%;
	border-bottom: 1px dashed #dcdcdc;
}
section.widget li a:hover {
	text-decoration: underline;
}
section.widget li:last-child a {
	border: 0;
}
#searchform input[type="text"] {
	line-height: 1.7;
	height: 24px;
	width: 90px;
	vertical-align: bottom;
}
/* お知らせ　
-------------*/
.newsTitle {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	color: #000;
	background: #fff url(images/headingBg.png) repeat-x 0 100%;
}
.newsTitle h3 {
	float: left;
	font-weight: normal;
}
.newsTitle p {
	float: right;
	padding: 0 0 0 10px;
	font-size: 80%;
	background: url(images/arrowWhite.gif) no-repeat 0 5px;
}
.news p {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 1px dashed #dcdcdc;
}
.news p:last-child {
	border: 0;
}
.news p a {
	display: block;
	padding: 5px 0;
	color: #333;
	font-style: italic;
	font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.news a span {
	color: #515151;
	font: normal 90% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
	padding-left: 10px;
}
.news a:hover span {
	color: #6f6f6f;
}
/* フッター
*****************************************************/
#footer .inner {
	display: block;
	clear: both;
}
.footerbox {
	width: 20%;
	min-height: 150px;
	float: left;
	box-sizing: border-box;
	margin-top: 30px;
}
.footerbox ul ol a {
	color: #fff;
	background: url(images/footerlist.png) no-repeat left 0 top 50%;
	padding-left: 20px;
}
.footerbox ul li a {
	font-size: 93%;
	color: #fff;
	padding-left: 20px;
}
.footerbox ul ol a:hover, .footerbox ul li a:hover {
	text-decoration: underline;
}
.footerbox2 {
	width: 40%;
	min-height: 150px;
	float: right;
	box-sizing: border-box;
	margin-top: 30px;
	font-size: 86%;
}
.footerbox2 img {
	width: 330px;
	height: auto;
}
*:first-child+html #footer li {
	display: inline;
}
#footer ul ul {
	display: none;
}
#copyright {
	clear: both;
	padding: 10px 0 37px;
	color: #fff;
	font-size: 80%;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	color: #4f4d4d;
	text-align: center;
}
/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post {
	padding: 0;
}
ul.post li {
	margin: 0 10px;
	padding: 20px 0 15px;
	border-bottom: 1px solid #B3B3B3;
}
ul.post li:last-child {
	border: 0;
}
ul.post img {
	float: left;
	margin: 0 15px 5px 10px;
}
ul.post h3 {
	margin: 0 0 10px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	border: 0;
}
/* Megamenu
------------------------------------------------------------*/
.megatitle {
	font-size: 160%;
	color: #fff;
	font-weight: bold;
	margin-bottom: -15px;
}
.megatitle span {
	font-size: 50%;
	color: #ccc;
	font-weight: normal;
}
div.navimg {
	min-width: 200px;
	min-height: 105px;
	display: block !important;
	z-index: 500 !important;
	background: none;
}
a.navlink {
	font-size: 140%;
	display: block !important;
	color: #fff !important;
	background: url(images/li_i.png) no-repeat left 0 top 50%;
	margin-left: 10px;
	margin-top: -35px;
	text-decoration: underline;
	z-index: 0 !important;
	position: relative;
}
a.navlink:hover {
	text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	padding: 0px 25px !important;
}
/* テーブルプレス用 */
#tablepress-1 td {
	text-align: center;
	font-size: 90%;
}
#tablepress-1 .row-1 .column-1 {
	width: 150px;
}
#tablepress-1 .row-1 td {
	background: #F5F5F5;
}
#tablepress-1 .column-1 {
	background: #F5F5F5;
}
/* MAxMegamenu */
#mega-menu-item-40 ul.mega-sub-menu li .navimg {
	max-width: 180px;
	min-width: 179px;
}
/* 20220111追記 */
.levtech {}
.levtech a {
	width: 100%;
	line-height: inherit;
	border: none;
}
/* 20230524追記 */
.taisei_01 {
	border: 1px solid #646161;
	padding: 2rem;
	margin: 0 0 2rem;
}
.taisei_01 ul li {
	list-style-type: decimal-leading-zero;
	margin: 0 0 1rem 2rem;
}
.taisei_02 {
	text-align: right;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
}
.taisei_02 span {
	display: block;
	font-size: 22px;
	font-weight: 700;
}

.head_logo{display:flex;
	justify-content:space-between;
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}
.iunitec_logo{
	width:100%;
	max-width:300px;
}

.iunitec_logo img{width:100%;}

.isuzu_logo{
	width: 100%;
	max-width: 155px;
}
.isuzu_logo img{
	width:100%;
}
.ft_logo_flex{display:flex;justify-content:center;align-items:flex-end;}
.ft_l_isuzu{width:100%;max-width:27%;}
.ft_l_isuzu img{width:100%;}
.ft_logo_flex a{display:block;width:100%;max-width:75%;}
.ft_logo_flex a img{width:100%;}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	nav#mainNav {
		clear: both;
		position: relative;
		z-index: 200;
		width: 100%;
		box-sizing: border-box;
		border-top: 5px solid #0071BC;
		background: url(images/navibg.png) repeat-x;
		min-height: 65px;
		box-shadow: 0px 3px 6px -4px #969696;
		-moz-box-shadow: 0px 3px 6px -4px #969696;
		-webkit-box-shadow: 0px 3px 6px -4px #969696;
	}
	nav#mainNav .inner {
		padding-left: 1px;
		width: 100%;
		max-width: 980px;
	}
	nav#mainNav ul li {
		float: left;
		position: relative;
	}
	nav#mainNav ul li a {
		display: block;
		text-align: center;
		_float: left;
		color: #005187;
		line-height: 45px;
		font-size: 125%;
		font-weight: bold;
		margin-right: 1px;
		box-sizing: border-box;
		padding: 15px 40px;
	}
	nav#mainNav ul li a span, nav#mainNav ul li a strong {
		display: block;
		font-size: 90%;
		line-height: 1.4;
	}
	nav#mainNav ul li a span {
		font-size: 70%;
		color: #888;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
	}
	nav div.panel {
		display: block !important;
		float: left;
	}
	a#menu {
		display: none;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a {
		color: #4c4c4c;
	}
	nav#mainNav ul ul {
		width: 160px;
		border: 1px solid #e0e0e0;
		border-top: 0;
	}
	nav#mainNav ul li ul {
		display: none;
	}
	nav#mainNav ul li:hover ul {
		display: block;
		position: absolute;
		top: 42px;
		left: -1px;
		z-index: 500;
	}
	nav#mainNav ul li li {
		margin: 0;
		float: none;
		height: 40px;
		line-height: 40px;
		width: 160px;
		background: #fff;
		border-bottom: 1px dotted #e0e0e0;
	}
	nav#mainNav ul li li:last-child {
		border: 0;
	}
	nav#mainNav ul li li a {
		width: 100%;
		height: 40px;
		padding: 0 0 0 10px;
		line-height: 40px;
		font-size: 95%;
		text-align: left;
	}
	nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover {
		color: #6f6f6f
	}
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
	#wrapper, .inner {
		width: 100%;
	}
	#sidebar {
		width: 24%;
		margin-left: 1%;
	}
	#content {
		width: 72%;
		margin-right: 1%;
	}
	#bread {
		margin-left: 1%;
	}
	nav#mainNav {
		clear: both;
		width: 100%;
		margin: 0 auto 10px;
		border-top: 5px solid #0071BC;
		background: url(images/navibg.png) repeat-x;
		min-height: 65px;
		box-shadow: 0px 3px 6px -4px #969696;
		-moz-box-shadow: 0px 3px 6px -4px #969696;
		-webkit-box-shadow: 0px 3px 6px -4px #969696;
	}
	nav#mainNav ul li a {
		font-size: 100%;
		padding-left: 12px;
	}
	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 37px;
		line-height: 37px;
		font-weight: bold;
		text-align: left;
		background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	nav#mainNav a#menu span {
		padding-left: 35px;
	}
	nav#mainNav a.menuOpen {
		background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	nav#mainNav a#menu:hover {
		cursor: pointer;
	}
	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
	}
	nav#mainNav ul {
		margin: 0;
		padding: 0;
	}
	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
	}
	nav div.panel {
		float: none;
	}
	#mainImg {
		margin-bottom: 20px;
	}
	.contact ul li {
		padding: 0 20px;
	}
	#header {
		padding: 0 0 4px;
	}
	#header h2 img {
		max-width: 260px;
		padding-top: 20px;
	}
	.kenko_logo img {
		max-width: 150px !important;
	}
	.kenko_logo {
		left: -120px;
	}
	.head_logo {
		margin-left: 135px;
	}	
	.kenko_logo img {
		max-width: 120px !important;
	}
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	#wrapper, .inner {
		width: 100%;
	}
	.head_logo {
		margin-left: 0;
	}
	#header {
		width: 96%;
		padding: 0 2%;
	}
	.contact {
		padding: 10px 0 10px;
	}
	nav#mainNav {
		width: 95%;
	}
	nav#mainNav ul {
		margin: 0 auto;
	}
	nav#mainNav ul ul {
		padding: 0;
	}
	nav div.panel {
		float: none;
	}
	#mainImg img {
		width: 98%;
		height: auto;
	}
	#content, #sidebar {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}
	#content2 {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}
	.banner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	p.banner img {
		width: 100%;
		height: auto;
	}
	section.widget_search {
		text-align: center;
	}
	#calendar_wrap table {
		width: 260px;
	}
	#footer li {
		margin-bottom: 10px;
	}
	.contact ul {
		margin: 0 auto;
	}
	.contact ul li {
		padding: 0 85px;
		margin-bottom: 22px;
	}
	.shinsotsu_flex {
		flex-wrap: wrap;
		margin: 0 auto;
	}
	nav#mainNav {
		width: 98%;
	}
	#header {
		text-align: center;
		background-image: none;
	}
	#header h2 img {
		float: none;
		max-width: 100%;
		height: auto;
	}
	.contact {
		padding: 0 0 20px;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	.contact p {
		text-align: center;
	}
	#headerInfo {
		width: 250px;
		margin: 0 auto;
	}
	#mainImg img {
		width: 90%;
		height: auto;
	}
	#mainImg p {
		font-size: 80%;
	}
	img.alignright, img.alignleft {
		display: block;
		margin: 5px auto;
	}
	.alignright, .alignleft, #header h2 {
		float: none;
	}
	.topnews2 {
		width: 90%;
		display: block;
		float: none;
	}
	.kenko_logo {
		top: 20px;
	}
	.w140 {
		width: 100%;
	}
	#header .inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.topnews {
		max-width: 100%;
	}
	.topnews a img {
		width: auto;
	}
	#sidebnr {
		display: none !important;
	}
	.de_none {
		display: inline;
	}
	#footerfix {
		width: 100%;
		min-height: 48px;
		position: fixed;
		z-index: 1000;
		bottom: 0;
		display: none;
	}
	ul.ftfix_sp {
		width: 100%;
		box-sizing: border-box;
	}
	ul.ftfix_sp li {
		width: 100%;
		height: 48px;
		padding-top: 10px !important;
		text-align: center;
		vertical-align: middle;
		display: inline-block;
	}
	ul.ftfix_sp li a {
		color: #fff;
	}
	ul.ftfix_sp li.li_last {
		border-right: 0 !important;
	}
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
	nav#mainNav {
		width: 98%;
	}
	#header {
		text-align: center;
		background-image: none;
	}
	#header h2 img {
		float: none;
		max-width: 100%;
		height: auto;
	}
	.contact {
		padding: 0 0 20px;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	.contact p {
		text-align: center;
	}
	.contact img {
		width: 100%;
	}
	#headerInfo {
		width: 250px;
		margin: 0 auto;
	}
	#mainImg img {
		width: 90%;
		height: auto;
	}
	#mainImg p {
		font-size: 80%;
	}
	img.alignright, img.alignleft {
		display: block;
		margin: 5px auto;
	}
	.alignright, .alignleft {
		float: none;
	}
	.footerbox {
		display: none;
	}
	.footerbox2 {
		display: block;
		width: 96%;
		min-height: initial;
		float: none;
		margin: 15px 2% 0;
	}
	.footerbox2 img {
		max-width: 100%;
		height: auto;
	}
	#tablepress-1 {
		display: none;
	}
	.inf_bx01 {
		text-align: left !important;
		padding: 10px !important;
	}
	.footerbox2 a {
		color: #fff;
	}
	.contact ul li {
		padding: 0;
		margin-bottom: 22px;
		width: 33%;
	}
	#header h2 img {
		max-width: 65%;
		margin-left: 71px;
	}
	.kenko_logo {
		left: 12px;
		top: 10px;
	}
	.kenko_logo img {
		max-width: 90px !important;
		margin-left: 0 !important;
	}
	.fx {
		margin-left: 0;
		flex-direction: column-reverse;
	}
	table#tablepress-7 {
		width: 90%;
		margin: 0 auto;
	}
	#tablepress-7 tbody td.column-1,
	#tablepress-7 .row-1 .column-2,
	#tablepress-7 .row-1 .column-3,
	#tablepress-7 .row-1 .column-4,
	#tablepress-7 .row-1 .column-5 {
		padding: 0;
	}
	table#tablepress-7 td.column-2,
	table#tablepress-7 td.column-3,
	table#tablepress-7 td.column-4 {
		text-align: left;
	}
	table#tablepress-7 td {
		display: table-cell;
	}
	.recr_box02 a {
		width: 95%;
		margin: 10px 0 0px 10px !important;
	}
	.w43 {
		width: 100%;
	}
}
/* 幅375px以下から 微調節
------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
	.kenko_logo img {
		max-width: 85px !important;
	}
}
/* 幅360px以下から 微調節
------------------------------------------------------------*/
@media only screen and (max-width: 360px) {
	#header .inner img {
		max-width: 100%;
	}
	.kenko_logo img {
		max-width: 85px !important;
	}
}
/* 2024/12/追加　社員教育ブロック */
.f_box.mtop30 .ideco {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	img {
		display: block;
		padding-bottom: 1em;
		padding: 0 1.5em 1em;
	}
}
.added_in {
	p.min {
		text-align: center;
		span.min {
			font-size: .8em;
			display: block;
		}
	}
}

/*! 2025-08-21 CSS 追加
 * jQuery.BgSwitcher CSS
 * 
 * JavaScriptからのCSS出力を制御
 */
/* ===== 基本背景要素 ===== */
.bg-switcher-background {
	position: absolute;
	width: 100%;
	height: 550px;
	z-index: -1;
	overflow: hidden;
	/* 背景画像の基本設定 */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/* ===== 切り替え要素 ===== */
.bg-switcher-switchable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	/* 背景画像の設定 */
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-attachment: inherit;
}
/* ===== アニメーション効果 ===== */
.bg-switcher-background,
.bg-switcher-switchable {
	transition: opacity 0.3s ease-in-out;
}

#mainImg {
	position: relative;
	min-height: 400px;
}
#mainImg>div {
	position: absolute;
	width: auto;
	height: auto;
	transition: opacity 0.8s ease-in-out;
	opacity: 0;
	width: 100%;
}
/* 初期状態：1つ目のdivのみ表示、2つ目は非表示 */
#mainImg>div:first-child {
	opacity: 1;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
}
#mainImg>div:nth-child(2) {
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}
/* show-secondクラス時：1つ目を非表示、2つ目を表示 */
#mainImg.show-second>div:first-child {
	opacity: 0;
}
#mainImg.show-second>div:nth-child(2) {
	opacity: 1;
}
#mainImg>div:first-child p {
	font-family: Arial, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: clamp(1.25rem, 0.909rem + 0.91vw, 2rem);
	font-weight: bold;
	font-feature-settings: "palt";
	color: #333;
	text-shadow: 0px 1px 1px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
}
@media(1240px <=width) {
	#mainImg>div:first-child p {
		white-space: nowrap;
	}
	#mainImg>div:first-child p br:not(.mb) {
		display: none;
	}
}
@media only screen and (max-width: 959px) {
	#mainImg img {
		width: 90%;
		height: auto;
		min-width: 320px;
	}
}