@charset "utf-8";

/* (1) 初期設定＆汎用class
/* (2) 全体レイアウト
/* (3) ヘッダー
/* (4) グローバルナビ
/* (5) コンテンツ
/* (6) フッター
/* (7) トップページ


/* ===========================================================

　■　初期設定

=========================================================== */

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, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	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;
}

html {
	background: url(https://u.jimcdn.com/cms/o/se8791b14fb8e36b5/userlayout/img/bg.gif?t=1406430973);
}

body {
	font: 16px/1.6em Helvetica, Arial, "游ゴシック", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
	color: #000;
	background: url(https://u.jimcdn.com/cms/o/se8791b14fb8e36b5/userlayout/img/bg2.jpg?t=1407216172) repeat-x top;
	-webkit-text-size-adjust: none;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}

img {
	border: none;
}


/* リンク設定
----------------------------------*/

a {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000060;
}

a:hover,
a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	text-decoration: none;
}


/* 2022/09/22 追加：リンク画像ホバー時に半透明に */
a img {
	border: none;
	verticle-align: top;
	-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);
}

/* PDFリンク */
.cc-m-download-file {
	font-size: 14px;
	line-height: 1.3;
}

/* ===========================================================

　■　全体レイアウト

=========================================================== */

#wrapper {
	margin: 0 auto;
	width: 1020px;
	background: #fff;

	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#ccc,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#ccc, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=6);
}

#header {
	position: relative;
	height: 108px;
}


#content {
	width: 960px;
	margin: 0 30px 30px;
	/* 2022/9/18 */
	padding: 16px 0 40px;
	border-bottom: solid 1px #cfd0cb;
}

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

#main {
	float: left;
	width: 670px;
}

#sub {
	float: right;
	width: 250px;
}

#sidebar {
	display: none;
	width: 960px;
	padding-top: 16px;
	/*    float:left !important;
    width: 120px;
*/
}

#footer {
	position: relative;
}


/* ===========================================================

　■　ヘッダー　#header

=========================================================== */

/* ロゴ (サイトタイトル)
----------------------------------*/

#header h1 {
	position: absolute;
	left: 25px;
	top: 21px;
}

/* ヘッダーナビ
----------------------------------*/
/* ヘッダに電話問合せ先とボタンを追加 */
/* 2022.04.30 */

#header .headerNav {
	position: absolute;
	right: 30px;
	bottom: .5em;
	margin: 0 !important;
	padding-top: 15px;
	/* 2022.04.30 */
	/*	border-top: solid 2px #000; */
}

#header .headerNav li {
	float: left;
	padding: 0 2px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
}

/* 2022.09.19 */
#header .headerNav table {
	border-collapse: separate;
	border-spacing: 1.5em 1px;
}

/* 2022.04.30 */
#header .headerNav td {
	font-size: 11px;
	font-weight: bold;
	color: #007ab7;
	vertical-align: center;
}

/* ===========================================================

　■　グローバルナビ　#gj-globalnavi

=========================================================== */

nav#gj-globalnavi {
	/* グローバルナビ固定 コメントアウト 2022.2.6 by N.Ogawa	
        position: relative;
 */
	border-top: solid 1px #dbdbdb;
	z-index: 200;
}

/* グローバルナビ固定 追加 2022.2.6 by N.Ogawa */
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	/* 2022.10.07 */
	width: 1020px;
	z-index: 1000;
}

nav#gj-globalnavi ul {
	margin: 0 !important;
	/* 2022/9/18 */
	height: 60px;
	background-image: -webkit-linear-gradient(bottom, #efefef, #fff);
	background-image: -moz-linear-gradient(bottom, #efefef, #fff);
	background-image: -o-linear-gradient(bottom, #efefef, #fff);
	background-image: linear-gradient(to top, #efefef, #fff);
}

nav#gj-globalnavi ul li {
	float: left;
	position: relative;
	/* 2024/5/16 */
	width: 118px;
	/* 2022/9/18 */
	height: 60px;
	border-left: solid 1px #fff;
	border-right: solid 1px #dbdbdb;
	line-height: 60px;
	/* 2022/9/18 */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

nav#gj-globalnavi ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

nav#gj-globalnavi ul ul {
	height: auto;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border: solid 1px #007AB7;
	border-top: none;
}

nav#gj-globalnavi ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 500;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}

nav#gj-globalnavi ul li li {
	float: none;
	height: 40px;
	/* added by N.Ogawa 2022/5/22 */
	width: auto;
	border-top: solid 1px #007AB7;
	line-height: 40px;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 90%;
}

nav#gj-globalnavi ul li:hover ul {
	display: block;
}

nav#gj-globalnavi ul li li a {
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 95%;
	border: 0;
}

nav#gj-globalnavi ul li li a:hover,
nav#gj-globalnavi ul li li.current-menu-item a {
	color: #237bb5;
}

nav#gj-globalnavi ul li:hover ul li {
	margin: 0;
}

nav#gj-globalnavi ul li:hover ul li:last-child {}

nav#gj-globalnavi ul li:hover ul li:last-child a {
	border-bottom: 0;
}

/* 2022/9/18  コイル巻き替えタブ*/
nav#gj-globalnavi ul li:nth-of-type(7) {
	margin-top: 14px;
	margin-left: 14px;
	width: 132px;
	height: 42px;
	line-height: 44px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background-color: #CF1225;
}

/* 2022/9/18 */
nav#gj-globalnavi ul li:nth-of-type(7) a {
	color: #FFF;
}

/* 2024/5/16  採用タブ*/
nav#gj-globalnavi ul li:nth-of-type(8) {
	margin-top: 14px;
	margin-left: 14px;
	width: 132px;
	height: 42px;
	line-height: 44px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background-color: #66AFD4;
}

/* 2024/5/16 */
nav#gj-globalnavi ul li:nth-of-type(8) a {
	color: #FFF;
}


/* ===========================================================

　■　コンテンツ　#content

=========================================================== */

/* 見出し
----------------------------------*/

#content #content_area h1 {
	min-height: 58px;
	margin-bottom: 15px;
	padding: 20px 0 0 20px;
	border: solid 6px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px #007ab7;
	-moz-box-shadow: 0 3px #007ab7;
	box-shadow: 0 3px #007ab7;
	background: url(https://u.jimcdn.com/cms/o/se8791b14fb8e36b5/userlayout/img/h1.jpg?t=1406446306) repeat-x;
	font-size: 25px;
}

#content #content_area .blogselection h1 {
	min-height: inherit;
	padding: 8px 20px;
	border: none;
	border-bottom: solid 1px #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 -2px #007ab7;
	-moz-box-shadow: 0 -2px #007ab7;
	box-shadow: 0 -2px #007ab7;
	background: #f0f0f0;
	font-size: 20px;
}

#content #content_area .blogselection h1 a {
	color: #000;
	text-decoration: none;
}

#content #content_area .blogselection h1 a:hover {
	text-decoration: underline;
}

#content #content_area h2 {
	min-height: 42px;
	margin-bottom: 10px;
	padding: 8px 0 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #007ab7, #007ab7 50%, #0072ab 50%, #0072ab);
	background-image: -moz-linear-gradient(top, #007ab7, #007ab7 50%, #0072ab 50%, #0072ab);
	background-image: -o-linear-gradient(top, #007ab7, #007ab7 50%, #0072ab 50%, #0072ab);
	background-image: linear-gradient(to bottom, #007ab7, #007ab7 50%, #0072ab 50%, #0072ab);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px #0072ab;
}

#content #content_area h2.light {
	background-image: -webkit-linear-gradient(top, #03A8EF, #03A8EF 50%, #008BCE 50%, #008BCE);
	background-image: -moz-linear-gradient(top, #03A8EF, #03A8EF 50%, #008BCE 50%, #008BCE);
	background-image: -o-linear-gradient(top, #03A8EF, #03A8EF 50%, #008BCE 50%, #008BCE);
	background-image: linear-gradient(to bottom, #03A8EF, #03A8EF 50%, #008BCE 50%, #008BCE);
}


/* リスト
----------------------------------*/

#content #content_area ul li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}

#content #content_area ul li:before {
	color: #007ab7;
	content: "●";
}

#content #content_area ol {
	counter-reset: li;
	/* li のカウンタを 0 にセット */
	list-style: none;
	margin-bottom: 20px;
}

#content #content_area ol li {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 1.8em;
	border-bottom: solid 1px #ccc;
}

#content #content_area ol li:before {
	position: absolute;
	left: 0;
	margin-right: 5px;
	background: #007ab7;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	counter-increment: li;
	/* li の数を一つずつ増加 */
	content: counter(li);
	/* 数を表示 */
	padding: 0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* テーブル
----------------------------------*/

#content #content_area table {
	border-collapse: collapse;
	/*	border-top: solid 2px #007ab7; */
}

#content #content_area table th,
#content #content_area table td {
	padding: 5px 10px;
	border: solid 1px #dfdfdf;
	font-size: 100% !important;
	line-height: 1.3 !important;
	vertical-align: middle;
}

#content #content_area table th {
	background: #f5f5f5;
}

#content #content_area table thead th,
#content #content_area table thead td {
	background: #f0f0f0;
	font-weight: bold;
}

/* 罫線
----------------------------------*/

div.hr {
	height: 5px !important;
	border: none !important;
	background: url(https://u.jimcdn.com/cms/o/se8791b14fb8e36b5/userlayout/img/hr.gif?t=1407033324) repeat-x;
}


/* その他
----------------------------------*/

.caption {
	margin-top: 10px;
	line-height: 1.3;
}

/* ===========================================================

　■　フッター　#footer

=========================================================== */

.gutter .leftrow {
	display: none;
}

/* ロゴ
----------------------------------*/

#footer h2 {
	margin: 0 0 35px 30px;
}


/* 言語ナビ
----------------------------------*/

#footer .lang {
	position: absolute;
	right: 30px;
	top: 0px;
}


/* 所在地
----------------------------------*/

.footerAddress {
	padding: 40px 0 40px 30px;
	background: #007ab7;
	line-height: 1.3;
}

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

.footerBox {
	float: left;
	width: 298px;
	min-height: 105px;
	padding: 15px 0 0 20px;
	border-right: solid 1px #66afe2;
}

.footerBox:first-child {
	border-left: solid 1px #66afe2;
}


.footerBox h3 {
	margin-bottom: 10px;
	color: #fff !important;
	font-size: 15px;
}

.footerBox p {
	color: #fff !important;
	font-size: 13px;
	line-height: 1.5;
}


/* 著作権表示
----------------------------------*/

#copyright {
	padding: 15px 0;
	background: #d8d9d4;
}

#copyright p {
	font-size: 12px;
	text-align: center;
}

/* =================================================
　管理画面用
================================================= */

#cc-nav-drag {
	width: 30px;
}

.j-textWithImage figure {
	z-index: 0 !important;
}


/* =================================================
　トップページ
================================================= */


/* =================================================
　会社概要
================================================= */

.company-table {
	width: 100%;
}

.company-table th {
	width: 120px;
	white-space: nowrap;
	text-align: center;
}

.company-table caption {
	padding: 4px 20px;
	border-bottom: solid 1px #ccc;
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: center;
}

/* =================================================
　外国語ページ
================================================= */

iframe {
	background: none;
}


/* =================================================
　2022.03.13 追加 by N.Ogawa
================================================= */

/* ボタンカスタマイズ
/*---------- ボタン ----------*/

/*スタイル1*/
a.j-calltoaction-link-style-1 {
	margin: 10px 0;
	padding: 10px 50px;
	/* 2022.04.30 */
	border: none;
	border-radius: 10px;
	background: #1B224C;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff !important;
	text-decoration: none !important;
}

/*ランディングページ用*/
a.j-calltoaction-link-style-1b {
	margin: 10px 0;
	padding: 12px 30px;
	border-radius: 12px;
	/*  background: linear-gradient(135deg, #0acffe, #495aff); */
	background: linear-gradient(135deg, #00c6fb, #005bea);
	/*  background: linear-gradient(135deg, #1B224C, #0072AB); */
	border-bottom: 0px solid #264a93;
	border-left: 0px solid #264a93;
	border-right: 0px solid #264a93;
	border-top: 0px solid #264a93;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: rgba(169, 169, 169, 0.360784) 0px 0px 12px 10px;
	-webkit-box-shadow: rgba(169, 169, 169, 0.360784) 0px 0px 12px 10px;
	-moz-box-shadow: rgba(169, 169, 169, 0.360784) 0px 0px 12px 10px;
}

a.j-calltoaction-link-style-1:hover, a.j-calltoaction-link-style-1b:hover {
	/* 2022.04.30 */
	border: 1px solid #999;
	background: #FFF;
	color: #000 !important;
	text-decoration: none !important;
}

/*スタイル2*/
/* ヘッダメニュー用 */
a.j-calltoaction-link-style-2 {
	margin: 10px 0;
	padding: 5px 12px;
	/* 2022.04.30 */
	border: none;
	border-radius: 10px;
	background: #1B224C;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff !important;
	text-decoration: none !important;
}

a.j-calltoaction-link-style-2:hover {
	/* 2022.04.30 */
	border: 1px solid #999;
	background: #FFF;
	color: #000 !important;
	text-decoration: none !important;
}

/*スタイル3*/
/* トップページ用 */
a.j-calltoaction-link-style-3 {
	display: block;
	margin: 10px 5px;
	padding: 8px 4px;
	border: none;
	border-radius: 10px;
	background: #1B224C;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff !important;
	text-decoration: none !important;
}

a.j-calltoaction-link-style-3:hover {
	/* 2022.04.30 */
	border: 1px solid #999;
	background: #FFF;
	color: #000 !important;
	text-decoration: none !important;
}

/* ダウンロードアイコンに使用 */
.size1 {
	color: white;
	/*白色にする*/
}

.size2 {
	color: #007AB7;
	font-size: 1.5em;
}

/*アコーディオンメニュー*/
p.question {
	cursor: pointer;
	line-height: 1.4;
	background: url(https://u.jimcdn.com/cms/o/se8791b14fb8e36b5/userlayout/img/acc-btn-1.png?t=1662995257) right center no-repeat;
	background-size: 20px 10px;
	border-bottom: #cde solid 1px;
	padding: 6px 30px 6px 8px;
}

p.question:hover {
	text-decoration: underline;
}

p.answer {
	display: none;
	background: #f2f2f2;
	margin-left: 1em;
	padding: 10px;
}

/* 2022.04.30 */
/* h1 マージン調整 */
#content #content_area h1 {
	margin: 0 0 16px 0;
}

/* h2 マージン調整 */
#content #content_area h2 {
	margin: 16px 0 0 0;
}

/* h4 フォント修正 */
#content #content_area h4 {
	font-weight: normal;
}

/* 水平線 マージン調整 */
#content #content_area .j-hr .hr {
	margin: 8px 0 0 0;
}

/* 背景なし */
#content #content_area .box1 {
	padding: 0.25em 0.5em;
	margin: 0.5em 0 0 0;
	color: #1B224C;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#content #content_area .box1 p {
	margin: 0;
	padding: 0;
}

/* .box1 へのリンク設定 */
#content #content_area .box1 a {
	color: #000000;
	text-decoration: none;
}

#content #content_area .box1 a:hover {
	color: #808080;
}

/* 背景あり */
#content #content_area .box3 {
	padding: 0.25em 1em;
	margin: 0.5em 0 0 0;
	color: #fff;
	background: #007ab7;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	/*影*/
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
}

#content #content_area .box3 p {
	margin: 0;
	padding: 0;
}

/* .box3 へのリンク設定 */
#content #content_area .box3 a {
	color: #000000;
	text-decoration: none;
}

#content #content_area .box3 a:hover {
	color: #808080;
}

/* 丸囲い込み文字 */
#content #content_area .maru {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	background: #007ab7;
	color: #fff;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 4px;
}

#content #content_area .sikaku {
	height: 20px;
	width: 20px;
	border-radius: 3px;
	line-height: 18px;
	text-align: center;
	background: #007ab7;
	color: #fff;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 4px;
}

#content #content_area .wrapper2 {
	display: flex;
	justify-content: center;
}

/* リード文　大 */
#content #content_area .leadtext {
	color: #000060;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* リード文　小 */
#content #content_area .leadtext2 {
	color: #000060;
	text-align: center;
	font-size: 16px;
}

/* リンクは表示しない */
#content #content_area .leadtext a, #content #content_area .leadtext2 a {
	color: #000060;
	text-decoration: none;
}

#content #content_area .leadtext a:hover, #content #content_area .leadtext2 a:hover {
	text-decoration: underline;
}


/* 左右の１文字余白 */
#content #content_area .yohaku1 {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

/* 左右の余白なし */
#content #content_area .yohaku0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* h3,h4タグとスタイルを分離するため */
#content #content_area .h3_normal {
	padding: 5px 20px;
	margin: 1em 0em;
	border-bottom: solid 2px #007ab7;
	background-color: #f0f0f0;
	/* -webkit-box-shadow: 0 -2px #007ab7; */
	-moz-box-shadow: 0 -2px #007ab7;
	/* box-shadow: 0 -2px #ccc; */
	font-size: 20px;
	font-weight: bold;
}

#content #content_area .h4_normal {
	margin: 1em 0em;
	border-bottom: solid 1px #007ab7;
	color: #007ab7;
	font-size: 18px;
	font-weight: bold;
}

/* fontawsomeは使わない */
#content #content_area .feature {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}

#content #content_area .feature::before {
    content: '\1F5F9';
    position: absolute;
    left: 0;
    font-size: xx-large;
    font-weight: 900;
    color: rgb(0, 122, 184);
}

/* 文章内の強調 */
#content #content_area .emphasis_word {
	font-size: 20px;
	color: #000060;
}

/* サイトマップ */

#content #content_area .sitemap ul li::before {
	content: "";
}

#content #content_area .sitemap ul li ul {
	margin-top: .5em;
	margin-bottom: .75em;
	margin-left: 80px;
	/*　段下げのサイズ */
}

#content #content_area .sitemap ul li ul li {
	margin-bottom: .25em;
	position: relative;
}

#content #content_area .sitemap ul li ul li::before {
	content: "";
	position: absolute;
	top: -0.5em;
	left: -40px;
	/*　段下げのサイズの半分 */
	width: 10px;
	/* 棒の長さ */
	height: calc(100% + .75em);
	border-left: 2px solid #3972b2;
	/* 縦棒の太さ */
}

#content #content_area .sitemap ul li ul li:last-child::before {
	height: calc(1em + .25em);
}

#content #content_area .sitemap ul li ul li::after {
	content: "";
	position: absolute;
	top: .75em;
	left: -40px;
	/*　段下げのサイズの半分 */
	width: 30px;
	/* 横棒の長さ 段下げサイズ-10 */
	border-bottom: 1px solid #3972b2;
	/* 横棒の太さ */
}

/* リンク設定 */
#content #content_area .sitemap li a {
	color: #0000ee;
}

#content #content_area .sitemap li:hover {
	text-decoration: none;
}

/* 囲み枠 */
#content #content_area .waku {
	padding: 18px;
	background: #f5f5f5;
	font-size: 20px;
	font-weight: bold;
}

#content #content_area figcaption {
	font-size: 16px;
}

/* 箇条書きにインデントを付ける */
div.j-text ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* 青のラインマーカー */
#content #content_area .marker_b {
	background: linear-gradient(transparent 60%, #8cf 60%);
	font-weight: bold;
}

/* お知らせ アイコン */
#content #content_area .new {
	position: relative;
	background-color: white;
	padding: 1em 1em 0em 7em;
	margin: 0em 1em 1em 1em;
}

#content #content_area .new::before {
	position: absolute;
	color: white;
	content: "お知らせ";
	font-size: 14px;
	top: 16px;
	left: 1em;
	background-color: crimson;
	padding: 2px 15px;
	border-radius: 30%;
}

#content #content_area .new2::before {
	content: url(https://u.jimcdn.com/cms/o/se8791b14fb8e36b5/userlayout/img/new-m2.png);
}

#content #content_area .cause {
	padding-left: 5em;
	text-indent: -4em;
}

#content #content_area .cause::before {
	color: white;
	content: "原因";
	font-size: 14px;
	top: 16px;
	left: 1em;
	background-color: #007ab7;
	padding: 4px 16px;
	border-radius: 45%;
}

#content #content_area .action {
	padding-left: 5em;
	text-indent: -4em;
}

#content #content_area .action::before {
	color: white;
	content: "対策";
	font-size: 14px;
	top: 16px;
	left: 1em;
	background-color: #007ab7;
	padding: 4px 16px;
	border-radius: 45%;
}

/* 問い合わせフォームは別ウィンドウでヘッダなしで開く */
/* 見積もり依頼 */
#page-2227939791 #header {
	display: none;
}

#page-2227939791 nav#gj-globalnavi {
	display: none;
}

/* 問い合わせフォーム */
#page-2227939991 #header {
	display: none;
}

#page-2227939991 nav#gj-globalnavi {
	display: none;
}

/* 資料ダウンロード */
#page-2212270491 #header {
	display: none;
}

#page-2212270491 nav#gj-globalnavi {
	display: none;
}

/* 問合せページへの固定バナー */

.fl_btn {
	position: fixed;
	bottom: 4px;
	right: 12px;
	z-index: 99999;
        font-size: 16px;
}

a.j-calltoaction-link-style-1b {
 font-size:16px;
 }

@media screen and (min-width: 1020px) {
	.fl_btn {
		right: calc(50% - 500px);
	}
}

#page-2217494691 #header {
	display: none;
}

#page-2217494691 nav#gj-globalnavi {
	display: none;
}

/* 業種セレクター */

.bg04 {
	background: #f0f0f0;
	margin: 0 40px;
	padding: 10px 0;
	width: 98%;
}

.cat_nav {
	display: flex;
}

.cat_nav li {
	list-style: none;
	margin-left: 10px;
}

select, option {
	border: 4px inset;
	font-size: 16px;
}


/*リンクボタンデザイン設定*/
/*4つ横並び設定*/
.top-btn {
	display: flex;
	flex-wrap: wrap;
}

.top-btn li {
	width: calc(100%/4);
	/*4つ並べる場合*/
	padding: 0 2px;
	/*左右に余白を入れる場合*/
	box-sizing: border-box;
}

.top-btn li img {
	max-width: 100%;
	/*はみだしを防ぐ*/
	height: auto;
	/*縦横比を維持 */
}

.link-btn {
	text-decoration: none !important;
	justify-content: center;
	/*左右間で中央*/
	align-items: center;
	/*上下間で中央*/
	color: #fff !important;
	display: flex !important;
	/*画面に合わせてサイズが変わる*/
	flex-wrap: wrap !important;
	/*要素の折り返し設定*/
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 10px;
	box-shadow: none;
	transition: .2s;

}

.link-btn:hover {
	box-shadow: none;
	transform: translateY(2px);
	opacity: .8;
}

/*ボタン色設定*/
.colorname0 {
	background: silver;
}

.colorname1 {
	background: #007AB7;
}

/* 事例本文内 */
#content #content_area .h3_plain {
	font-size: 1.2rem;
	line-height: 1.4;
    font-weight: bold;
    padding: 14px 0;
}

/* 下向き三角 */
.sankaku {
	background-color: #000060;
	width: 160px;
	height: 45px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }