@charset "utf-8";
/*
Theme Name: JTS 2025
Theme URI: https://j-ts.com
Author: Mouse
Author URI: https://j-ts.com
Description: JTSプロジェクト用にカスタマイズしたテーマ
Version: 1.0
Text Domain: jts-2025
*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
	line-height: 22px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #000;
}
a:hover {
	color: #0061ad;	
	text-decoration: none;	
}

/*body
---------------------------------------------------------------------------*/
body > h1 {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 92px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	/* position: fixed; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	z-index: 5;
}
header .inner {
	height: 92px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 0px;
	top: 15px;
}


#shopBtn {
	position: absolute;
	left: 835px;
	top: 15px;
}
#engBtn {
	position: absolute;
	left: 501px;
	top: 15px;
}
#contBtn {
	position: absolute;
	left: 609px;
	top: 15px;
}
#siryouBtn {
	position: absolute;
	left: 734px;
	top: 15px;
}



/*トップページ
---------------------------------------------------------------------------*/
#newsArea {
  background-color: #0e0058;
  padding: 20px 10px;
}

#Inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

#nTitle {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 3px;
  background-image: url(images/newsicon.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}

#kiji {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  overflow: hidden;
  flex-grow: 1;
  font-size: 14px;
  position: relative;
}

#kiji .scroll-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: scroll-news 25s linear infinite;
}

@keyframes scroll-news {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	padding-bottom: 30px;
	margin-top: 55px;
}
#main #cont {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/*mainコンテンツのh1タグの設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	color: #90805a;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(images/titlebg.jpg);
	margin-bottom: 55px;
}
#main h3 {
	background-image: url(images/semibg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 30px;
	text-decoration: none;
	margin-bottom: 15px;
}
#main h3 span {
	color: #1c0f62;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	background-color: #FFF;
	padding-right: 10px;
	text-decoration: none;
}
#main .gray {
	background-image: none;
	background-color: #5680aa;
	color: #fff;
	padding: 10px 20px;
	border: none;
	box-shadow: none;
	margin: 0 auto 30px auto;
	border-radius: 4px;
}

#main .blue {
	border-radius: 4px;
	background-color: #0e0058;
	background-image: none;
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
	padding: 10px 20px 5px 20px;
}
#main .blue02 {
	font-size: 1.0625rem; /* 17px相当（= 17 ÷ 16） */
	line-height: 1.76;		 /* 30 ÷ 17 の比率、相対指定で可読性UP */
	color: #0e0058;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0e0058;
	background: none;
}

#main .sNav {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #0E0058;
	width: 100%;
	padding-bottom: 5px;
}
#main .sNav .cat {
	float: left;
	width: 190px;
	margin-right: 70px;
}
#main .sNav .cat .catName {
	font-size: 17px;
	font-weight: bold;
	color: #1C0F62;
}
#main .sNav {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #0E0058;
	width: 100%;
	padding-bottom: 5px;
	font-size: 14px;
}
#main .sNav .cat02 {
	float: left;
	width: 190px;
}
#main .sNav .cat02 .catName {
	font-size: 17px;
	font-weight: bold;
	color: #1C0F62;
}

#main .solArea01 {
	padding: 10px;
	height: 140px;
	width: 465px;
	position: relative;
	border: 1px solid #CCC;
	float: left;
}
#main .solArea01 .photo{
	width: 150px;
	border: 1px solid #CCC;
	height: 139px;
}
#main .solArea01 .title  {
	font-size: 15px;
	font-weight: bold;
	color: #1C0F62;
	position: absolute;
	left: 181px;
	top: 10px;
}
#main .solArea01 .comment {
	position: absolute;
	left: 181px;
	top: 55px;
	width: 291px;
	font-size: 12px;
}
#main .solArea01 .more {
	position: absolute;
	left: 401px;
	top: 125px;
	font-size: 11px;
}


#main .solArea02 {
	padding: 10px;
	height: 140px;
	width: 465px;
	position: relative;
	border: 1px solid #CCC;
	float: right;
}
#main .solArea02 .photo{
	width: 150px;
	border: 1px solid #CCC;
	height: 139px;
}
#main .solArea02 .title  {
	font-size: 15px;
	font-weight: bold;
	color: #1C0F62;
	position: absolute;
	left: 181px;
	top: 10px;
}
#main .solArea02 .comment {
	position: absolute;
	left: 181px;
	top: 55px;
	width: 291px;
	font-size: 12px;
}
#main .solArea02 .more {
	position: absolute;
	left: 401px;
	top: 125px;
	font-size: 11px;
}


/*main*/
#main p {
	padding: 0em 0px 1em;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height:1.7;
	font-size:13px;
}
footer .pr {
	display: block;
}
footer a {
	text-decoration: none;
}

#footIn {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}

#footMenu {
	background-image: url(images/inqbg.jpg);
	background-repeat: repeat-x;
	height: 220px;
}
#footMenu #footIn {
	height: 220px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footMenu #footIn #tel {
	position: absolute;
	width: 440px;
}
#footMenu #footIn #cont {
	position: absolute;
	width: 265px;
	left: 445px;
}
#footMenu #footIn #shiryou {
	position: absolute;
	width: 265px;
	right: 0px;
}
footer #footNav {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #0E0058;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 5px;
}
footer #copyright {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 20px;
}

.clear {
	clear: both;
}


/*お知らせ
---------------------------------------------------------------------------*/
/*news*/
#news{

}
#news dl {
	padding: 0 0px;
	font-size:14px;
}
#news dt{
	clear: both;
	padding-top: 5px;
	float: left;
	padding-left: 100px;
	margin-right: 20px;
}
#news dd {
	padding-top: 5px;
}

#news dd.info{
	background-image: url(images/newsicon02.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#news dd.campaign {
	background-image: url(images/newsicon04.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#news dd.event {
	background-image: url(images/newsicon03.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#news dd.press {
	background-image: url(images/newsicon01.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#ukv {
	background-image: url(images/ukv01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 119px;
	margin-top: 93px;
}
#ukv .kvt {
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
	line-height: normal;
}



/*お知らせ 202508
---------------------------------------------------------------------------*/
#news-list { margin:0; padding:0; }
#news-list .news-item {
  padding:.6rem 0;
  border-bottom:1px solid #e5e7eb;
}

/* バッジ */
#news-list .news-badge {
  display:inline-block;
  width:5.5rem;
  margin-right:.4rem;
  border-radius:.2rem;
  font-weight:500;
  font-size:.7rem;
  color:#b45309;
  background:#fff7ed;
  border:1px solid #fcd34d;
  text-align:center;
}

#news-list .news-date {
  margin-right:.75rem;
  font-size:.9rem;
  color:#555;
  font-feature-settings:"palt";
  white-space:nowrap;
}

#news-list .news-title {
  font-size:.9rem;
  text-decoration:none;
  text-underline-offset:.15em;
  text-decoration-thickness:.08em;
  line-height:1.5;
  overflow-wrap:anywhere;
  color:inherit;
}

/* ボタンを右寄せ */
.morebtnArea {
  text-align: right;
  margin-top: 1rem;
}

/* ボタンスタイル */
.morebtnArea .morebtn {
  display: inline-block;
  padding: .4rem 1.2rem;
  font-size: .85rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff9900;
  border-radius: .3rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .25s ease, transform .15s ease;
}

/* hover時：少し濃いオレンジに */
.morebtnArea .morebtn:hover {
  background-color: #cc7a00;
  cursor: pointer;
}

/* aタグリセット */
.morebtnArea a {
  text-decoration: none;
}

/* スマホ微調整 */
@media (max-width: 640px){
  #news-list .news-item{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:.25rem .5rem;
    padding:.5rem 0;
    border-bottom:1px solid #eee;
  }

  #news-list .news-badge{
    width:5.5rem;
    font-size:.65rem;
    padding:.1rem .3rem;
    margin-right:.35rem;
  }

  #news-list .news-date{
    order:2;
    font-size:.8rem;
    color:#666;
    margin-right:.25rem;
    white-space:nowrap;
  }

  #news-list .news-title{
    order:3;
    flex-basis:100%;
    font-size:clamp(.95rem, 3.4vw, 1.02rem);
    line-height:1.5;
    text-underline-offset:.12em;
    text-decoration-thickness:.06em;
  }
}


/*パンくずリスト
---------------------------------------------------------------------------*/
.breadcrumb {
  font-size: 12px;
  color: #666;
  margin: 10px 0 20px;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #333;
}


/* お問い合わせ 
---------------------------------------------------------------------------*/
.wpcf7-form {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 6px;
  font-family: inherit;
}

/* フォーム内パラグラフの余白 */
.wpcf7-form p {
  margin-bottom: 6px;
}

/* ラベルと必須マーク */
.wpcf7-form label {
  display: inline;
  margin-bottom: 4px;
  font-weight: bold;
  margin-left: 4px;
}
.wpcf7-form span.hissu {
  color: #aa0000;
  font-size: smaller;
}

/* 入力欄・セレクト・テキストエリア */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  font-family: inherit;
  width: 98%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* 送信ボタン */
.wpcf7-form .wpcf7-submit {
  width: 50%;
  max-width: 300px;
  margin: 20px auto;
  display: block;
  padding: 12px 24px;
  background-color: #0073aa;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* ホバー時 */
.wpcf7-form .wpcf7-submit:hover {
  background-color: #005d8b;
  transform: scale(1.03);
}

/* 送信ボタンを囲むパラグラフの余白削除 */
.wpcf7-form p.submit {
  padding: 0 !important;
  margin: 0 !important;
}

/* 送信後メッセージエリア（空の場合非表示） */
.wpcf7-response-output {
  margin: 0;
  padding: 0;
}
.wpcf7-response-output:empty {
  display: none;
}



/* テーブル */
.table-row,
.table-row02 {
	display: table;
	width: 100%;
}

.table-row02 {
	margin-bottom: 5px;
}

.table-column,
.table-column01,
.table-column02,
.table-column02:first-child {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

.table-column02,
.table-column02:first-child {
	text-align: center;
}

.table-column:first-child {
	background-color: #F9F9F9;
}



/* 会社概要 */

.company-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1100px; /* ←ここ重要 */
  margin: 0 auto;
  padding: 20px 0;
}

.cmp01 {
  width: 250px;
  padding: 10px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background-color: #fff; /* あれば */
}

.titleC {
	font-size: 16px;
	font-weight: bold;
	color: #0F005B;
	margin-bottom: 5px;
}
.detail {
	font-size: 13px;
}
.cmpP {
	margin-bottom: 5px;
}
.titleC a {
	color: #1C0F62;
	text-decoration: none;
}


/*社長挨拶 PC
---------------------------------------------------------------------------*/
.ceo-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.ceo-image {
  flex: 1 1 200px;
  max-width: 200px;
}

.ceo-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ceo-message {
  flex: 1 1 300px;
  font-size: 16px;
  line-height:1.6;
  color: #333;
}

/*メーカー紹介 PC
---------------------------------------------------------------------------*/
.maker-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;  /* ← stretchを防ぐ！ */
  margin-bottom: 40px;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.maker-logo {
  flex: 0 0 150px;
  max-width: 150px;
}

.maker-logo img {
  width: 100%;
  height: auto;
}

.maker-description {
  flex: 1;
  min-width: 250px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#mainmenu ul {
	font-size: 15px;
	position: absolute;
	top: 56px;			/*ヘッダーブロックに対して上から50pxの位置に配置*/
	right: 60px;		/*ヘッダーブロックに対して右から30pxの位置に配置*/
	width: 704px;
}
/*各メニューの設定*/
nav#mainmenu ul li a {
	color: #000;
	text-decoration: none;	
	overflow: hidden;
	float: left;
	display: block;
	line-height: 22px;
	padding-bottom: 0px;
}
/*マウスオン時の設定*/
nav#mainmenu ul li a:hover {
color: #16a6b6;
}
/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#mainmenu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#mainmenu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#mainmenu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#mainmenu li {
   float:left;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #999;
   padding-right: 15px;
   padding-left: 15px;
}

#mainmenu li li {
   clear:both;
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom:10px;
   background-color: #f9f9f9;
}

#mainmenu li:hover {
   position:relative;
}

#mainmenu li:hover > ul {
   display: block
}

#mainmenu li ul {
	background-color: #FFF;
	width: 420px;
}

#mainmenu li li {
	margin-left:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: none;
}

#mainmenu li li a:hover {
	margin-left:0;
	background-color: #f9f9f9;
}

#mainmenu li li a {
	display:block;
	line-height:20px;
	text-align:left;
	outline:none;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	width: 400px;
}

#mainmenu li a:hover {
   color:#666;
   text-decoration:none;
}
#mainmenu ul li .mNavi {
	font-size: 12px;
	clear: both;
	padding: 5px;
	margin-bottom: 5px;
}
#mainmenu ul li .mNavi a {
	display: inline;
	clear: both;
	float: none;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

/* ========新着情報ボタン======== */
.flame {
	background-color: #f2f2f2;
	padding: 10px;
	margin-bottom: 40px;
}

.flame02 {
	background-color: #f2f2f2;
	padding: 10px 10px 0px 10px;
	margin-bottom: 40px;
}

#news01 {
  width: 230px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
  padding: 12px 0 8px;
  margin-right: 10px;
}

#news02 {
  width: 230px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
  padding: 12px 0 8px;
  margin-left: auto;
}


#news03 {
  width: 230px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
  padding: 12px 0 8px;
  margin: 0 10px 10px 0;
}


#news01 a {
	color: #000;
	text-decoration: none;
}
#news01 a:hover {
	color: #000;
	text-decoration: none;
}
#news02 a {
	color: #FFF;
	text-decoration: none;
}
#news02 a:hover {
	color: #FFF;
	text-decoration: none;
}
#news03 a {
	color: #000;
	text-decoration: none;
}
#news03 a:hover {
	color: #000;
	text-decoration: none;
}


/* ========製品情報======== */
.blue .sub {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
	background-image: none;
	width: 300px;
	float: right;
	left: 631px;
	margin-right: 20px;
}

.setsumei {
	border-radius: 4px;
	background-color: #777;
	padding: 10px;
	color: #FFF;
	margin-bottom: 20px;
}
.seihin {
	height: 247px;
	width: 314px;
	float: left;
	margin-right: 5px;
	position: relative;
	margin-left: 5px;
        margin-bottom: 10px;
	border: 1px solid #CCC;
}
.seihinTitle {
	font-size: 13px;
	font-weight: bold;
	color: #0E0058;
	position: absolute;
	top: 10px;
	left: 10px;
}
.seihinTitle a {
	color: #0E0058;
	text-decoration: none;
}
.seihinTitle a:hover {
	color: #0E0058;
	text-decoration: none;
}

.seihinPhoto {
	height: 98px;
	width: 98px;
	border: 1px solid #CCC;
	position: absolute;
	top: 42px;
	left: 10px;
}
.seihinPhoto a img {
	height: 100%;
	width: 100%;
}


.seihinText {
	position: absolute;
	left: 120px;
	top: 43px;
	width: 186px;
	font-size:12px;
}
.seihinIcon {
	background-color: #E7E7E7;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 151px;
	width: 275px;
	height: 65px;
	font-size:12px;
}
.catTitle {
	font-size: 17px;
	background-color: #FFF;
	background-image: url(images/semibg.jpg);
	background-position: left center;
	font-weight: bold;
	color: #0E0058;
	margin-bottom: 20px;
}
.catTitle span {
	background-color: #FFF;
}


/* ========タブ======== */
div.tabbox {
	margin: 0px;
	padding: 0px;
}
div.tabbox div{
	margin-bottom: 10px;
}
/* タブ部分 */
.tabs {
  padding: 10px 10px 0;
  background-color: #f2f2f2;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tabs a {
  width: 230px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 12px 0 8px;
}

.tabs a.tab0,
.tabs a.tab0- {
  color: #fff;
  background: linear-gradient(to bottom, #09003b, #150083);
}

.tabs a:not(.tab0):not(.tab0-) {
  color: #000;
  background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
}

.tabs a:hover {
  color: yellow;
}


/* タブ中身のボックス */
div.tab { clear: left; }
div#tab1 {
}
div#tab2 {
}
div#tab3 {
}
div#tab4 {
}
div#tab5 {
}
div#tab6 {
}
div#tab7 {
}
div#tab8 {
}

ul.example li {
	display: inline;
	margin-right: 20px;
	background-image: url(images/ar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 5px;
}

/* 製品詳細 */
.main-image {
	margin-bottom: 0.75em;
    }
.main-image img {
	width: 428px;
	border: 1px solid #CCC;
}
ul.thumbnails {
	margin: 0px;
	padding: 0px;
}

.thumbnails li {
	display: inline;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
    }
.thumbnails .last {
	padding: 0px;
	margin: 0px;
}

.thumbnails li a img {
	height: 68px;
	width: 78px;
	border: 1px solid #CCC;
}
#slideArea {
	width: 430px;
	float: left;
	background-color: #f7f7f7;
	padding: 10px;
}
#detail {
	float: right;
	width: 505px;
}
#commentA {
	margin-bottom: 10px;
	line-height:1.7;
	font-size:12px;
}
.commentB {
	margin-bottom: 10px;
	background-color: #F7F7F7;
	padding: 10px;
	line-height:1.7;
	font-size:12px;
}
.com {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-left-color: #F7F7F7;
}

table tr .titleL {
	color: #FFF;
	background-color: #999999;
	padding: 10px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	line-height:1.7;
	font-size:12px;
}
table tr .comR {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	padding: 10px;
	line-height:1.7;
	font-size:12px;
}
#inq {
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 20px;
}
#pdf {
	float: left;
        width: 475px;
}
#ot {
	float: right;
        width: 475px;
}

/*ソリューション情報
---------------------------------------------------------------------------*/
#solArea {
	width: 550px;
	float: left;
	background-color: #f7f7f7;
	padding: 10px;
}
#soldetail {
	float: right;
	width: 380px;
}
#solArea .main-image{
	margin-bottom: 0.25em;
    }

#solArea .main-image img {
	width: 548px;
}

#solArea ul.thumbnails {
	width: 548px;
	margin: 0 auto;
	padding: 0;
}

#solArea .thumbnails li {
	display: inline-block;
	margin-right: 3px;
}

#solArea .thumbnails li:last-child {
	margin-right: 0;
}

#solArea .thumbnails li a img {
	width: 102px;
	height: 102px;
	border: 1px solid #CCC;
}

#solArea a {
	text-decoration: none;
}

#honbun {
	margin-bottom: 30px;
	margin-top: 20px;
}
.kanren01 {
	float: left;
	width: 320px;
	margin-right: 10px;
}
.kanren02 {
	float: left;
	width: 320px;
}
.kanrenname {
	font-weight: bold;
	color: #42005B;
	margin-bottom: 5px;
}
.kanrenphoto {
}
.kanrenphoto img {
	width: 320px;
	height: 100%;
}

/*ヘッダー検索*/
#kensaku {
	position: absolute;
	left: 210px;
	top: 18px;
}
.screen-reader-text {
display: none;
}
#s {
width:200px;
}

.post {
margin-bottom:10px;
}


#catarea {
	background-color: #333333;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 30px;
}
#catarea a {
	color: #FFF;
	text-decoration: none;
}

/*トップh2:*/
#main .toph2 {
    background-image: url("images/semibg.jpg");
    background-repeat: repeat-x;
    margin-bottom: 15px;
    text-align: left;
    text-decoration: none;
}
#main .toph2 span {
    background-color: #fff;
    color: #1c0f62;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
    text-decoration: none;
}

/*トップページ製品情報スライド*/
.netIconA {
	display: none;
}

.titleso {
    color: #1c0f62;
    font-size: 15px;
    font-weight: bold;
}

/*スマホナビ消し*/
.accordion_ul {
	display: none;
}

/*トップメッセージ*/
.top {
	float: left;
        width: 300px;
}
.topR {
	float: right;
        width: 650px;
}


/*リンク直し*/
#m01,#m02,#m03,#m04,#m05,#m06,#m07,#m08,#m09,#m10,#m11,#m12 {
    margin-top:-100px;
    padding-top:100px;
}
#s01,#s02,#s03,#s04,#s05,#s06,#s07,#s08,#s09,#s10,#s11,#s12,#s13 {
    margin-top:-100px;
    padding-top:100px;
}
#newspress,#newsinfo,#newsevent,#newscampaign {
    margin-top:-100px;
    padding-top:100px;
}

.blue a {
	color: #FFF;
	text-decoration: none;
}
.blue a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*ソーシャル*/
.sos{
	width:980px;
	margin:0 auto 0 auto;
}

.wrap_share{
	text-align: center;
	margin: 20px 0;
}
.box_share{
	width: 50%;
	float: left;
	font-size: 110%;
}
.box_share a{
	padding-top: 25px;
	display: block;
	color: #fff;
	height: 50px;
	display: block;
	text-decoration: none;
}
.share_fb{background: #3B5998;}
.share_tw{background: #4099FF;}
.box_share a:hover{
	background: #FFF;
	-webkit-transition: background 0.3s linear;
}
.share_fb a:hover{color: #3B5998;}
.share_tw a:hover{color: #4099FF;}
.clear{
	clear: both;
	line-height: 0;
}

/*202304追加*/
.akubox-form img{
	width: 100%;
}
#main .akubox-form h3{
	height: auto;
	margin-bottom: 20px;
	font-size: 18px;
	background: none;
}
.akubox-form p{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}


/*202507追加*/

/*202507追加 パートナー企業*/
.partner-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: center;
}

.partner-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}

.partner-list li:hover {
  transform: scale(1.05);
}

.partner-list img {
  width: 125px;
  height: 55px;
  object-fit: contain;
}

.product-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列均等 */
  gap: 25px; /* ボックス間余白（調整可） */
  margin-bottom: 40px;
}

.product-block {
  text-align: center;
  font-size:14px;
}

.product-block img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.product-block p {
  margin: 0;
  font-size: 14px;
}


.pickup-section {
  padding: 40px 20px;
  margin: 0 auto 40px auto;
  background-color: #f9f9f9;
}

.pickup-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
  justify-content: start;
}

.pickup-heading {
  background-image: none !important;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #0073aa;
  display: block; /* ← inline-block ではなく block に */
  width: 100%;     /* ← 横幅を確実に制限 */
  word-break: break-word; /* 長い単語でも折り返す */
  margin-bottom: 30px;
}

.pickup-item {
  max-width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  transition: box-shadow 0.2s ease;
}

.pickup-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pickup-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.pickup-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
}

.pickup-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.pickup-links {
  font-size: 13px;
}

.pickup-links a {
  color: #0073aa;
  text-decoration: none;
}

.pickup-links a:hover {
  text-decoration: underline;
}


.solution-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.solution-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.solution-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.solution-card__image img {
  width: 180px;
  height: auto;
  border-radius: 4px;
}

.solution-card__text {
  font-size:14px;
  font-weight:600;
  flex: 1;
}

/* PCでは2列 */
@media screen and (min-width: 768px) {
  .solution-card {
    width: calc(50% - 10px); /* gap考慮で2列化 */
  }
}


@media screen and (max-width: 767px) {
  .solution-grid {
    flex-direction: column;
    gap: 16px;
  }

  .solution-card {
    flex-direction: column; /* 横→縦に変更 */
    width: 100%;
    padding: 16px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
  }

  .solution-card__image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .solution-card__text {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
  }
}

/* スマホ画面旧式 */

@media only screen and (max-width: 767px) {
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #000;
}
a:hover {
	color: #0061ad;	
	text-decoration: none;
}

body > h1 {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
}


#container {
	margin-right: auto;
	margin-left: auto;
}


header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	z-index: 5;
}
header .inner { 
	width: 100%;
        position: relative;
        padding-bottom:0px;
}

header h1 {
	/*position: absolute;*/
	left: 0px;
        margin-bottom:10px;
        width:100px;
}
header h1 img {
}
#shopBtn {
    position: absolute; 
    top:1px;
    right:0;
}
#engBtn {
	display: none;
}
#contBtn {
	display: none;
}
#siryouBtn {
	display: none;
}


#main {
	width: 100%;
	padding-bottom: 30px;
	margin-top: 55px;
}
#main #cont {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}


#main h2 {
	font-size: 100%;
	clear: both;
	color: #90805a;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(images/titlebg.jpg);
	margin-bottom: 55px;
}

#main .sNav {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #0E0058;
	width: 100%;
	padding-bottom: 5px;
}
#main .sNav .cat {
	text-align: center;
	margin-bottom: 10px;

}
#main .sNav .cat .catName {
	font-size: 17px;
	font-weight: bold;
	color: #1C0F62;
}
#main .sNav {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #0E0058;
	width: 100%;
	padding-bottom: 5px;
}
#main .sNav .cat02 {
	text-align: center;
	margin-bottom: 10px;

}
#main .sNav .cat02 .catName {
	font-size: 17px;
	font-weight: bold;
	color: #1C0F62;
}

#main .solArea01 {
	width: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .solArea01 .photo{
	width: 150px;
	border: 1px solid #CCC;
	height: 139px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#main .solArea01 .title  {
	font-size: 15px;
	font-weight: bold;
	color: #1C0F62;
	top: 10px;
}
#main .solArea01 .comment {
	left: 181px;
	top: 38px;
}
#main .solArea01 .more {

}

#newsArea #Inner #nTitle {
    display: none;
}
.pickup-heading {
box-sizing: border-box;
    height: auto !important;
    background-image: none !important;
    line-height: 30px !important;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
    padding: 0 15px;
}


#main .solArea02 {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .solArea02 .photo{
	width: 150px;
	border: 1px solid #CCC;
	height: 139px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#main .solArea02 .title  {
	font-size: 15px;
	font-weight: bold;
	color: #1C0F62;
}
#main .solArea02 .comment {

}
#main .solArea02 .more {

}

#main p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/* フッター SP */
  #footMenu {
    height: auto;
  }

  #footMenu #footIn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  #footMenu #footIn #tel,
  #footMenu #footIn #cont,
  #footMenu #footIn #shiryou {
    position: static !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  #cont_shiryou_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
  }

  #cont_shiryou_wrap > div {
    flex: 1;
    box-sizing: border-box;
  }

  /* バナー画像 */
  #footIn img {
    width: 100%;
    height: auto;
    display: block;
  }

footer #copyright {
	width: 100%;
	text-align: right;
	margin-top: 20px;
}


#news{

}
#news dl {
	padding: 0 0px;
}
#news dt{
	clear: both;
	padding-top: 5px;
	margin-right: 20px;
}
#news dd {
	padding-left: 100px;
}

#news dd.info{
	background-image: url(images/newsicon02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#news dd.campaign {
	background-image: url(images/newsicon04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#news dd.event {
	background-image: url(images/newsicon03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#news dd.press {
	background-image: url(images/newsicon01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}


#ukv {
	background-image: url(images/ukv01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#ukv .kvt {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: normal;
}
/* お問い合わせ */
.wpcf7-form textarea	{width: 100%;padding: 5px;}
.wpcf7-form p.submit	{text-align: center}


/* テーブル */
/* テーブル */
.table-row02 {
	margin-bottom: 50px;
}
.table-column:first-child,
.table-column02:first-child {
	background-color: #F9F9F9;
}



/* 会社概要 */
  .company-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cmp01 {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
  }
/* ========新着情報ボタン======== */
.flame {
display: none;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#mainmenu {
	display: none;
}


/* ========製品情報一覧======== */
.blue .sub {
display:none;
}

.setsumei {
	background-color: #333333;
	padding: 10px;
	color: #FFF;
	margin-bottom: 20px;
}
.seihin {
	float: left;
	position: relative;
        margin-bottom: 10px;
	border: 1px solid #CCC;
        padding:10px;
}
.seihinTitle {
	font-size: 12px;
	font-weight: bold;
	color: #0E0058;
}
.seihinTitle a {
	color: #0E0058;
	text-decoration: none;
}
.seihinTitle a:hover {
	color: #0E0058;
	text-decoration: none;
}

.seihinPhoto {
	top: 35px;
	left: 10px;
}
.seihinPhoto img {
	height: 60%;
	width: 100%;
}

.seihinText {
}
.seihinIcon {
	background-color: #E7E7E7;
	padding: 10px;
}
.catTitle {
	font-size: 15px;
	background-color: #FFF;
	background-image: url(images/semibg.jpg);
	background-position: left center;
	font-weight: bold;
	color: #0E0058;
	margin-bottom: 20px;
}
.catTitle span {
	background-color: #FFF;
}

/* 製品詳細 */
.main-image {
	margin-bottom: 0.75em;
    }
.main-image img {
	width: 100%;
	border: 1px solid #CCC;
}
ul.thumbnails {
	margin: 0px;
	padding: 0px;
}

.thumbnails li {
	display: inline;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
    }
.thumbnails .last {
	padding: 0px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}

.thumbnails li a img {
	height: 14%;
	width: 29%;
	border: 1px solid #CCC;
}
#slideArea {
    width: 100%;
    float: none;
    padding: 10px;
    box-sizing: border-box;
}
  #slideArea .main-image img {
    width: 100%;
    height: auto;
  }
  #detail {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

#commentA {
	margin-bottom: 10px;
}
.com {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-left-color: #F7F7F7;
}

table tr .titleL {
	color: #FFF;
	background-color: #999999;
	padding: 10px;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
table tr .comR {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	padding: 10px;
}
#inq {
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 20px;
}
#pdf {
        width:100%
}
#ot {
        width:100%
}



/*製品詳細カテゴリエリア SP
---------------------------------------------------------------------------*/
#catarea {
	font-size: 12px;
	margin-bottom: 30px;
}
#catarea a {
	text-decoration: none;
}


/*ソリューション情報 SP ★
---------------------------------------------------------------------------*/
  #solArea {
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
  }

  #solArea img {
    width: 100%;
    height: auto;
  }

#solArea .main-image img {
    width: 100%;
    border: 1px solid #CCC;
}
  .solutionBox {
    width: 100% !important;
    padding: 10px 0;
  }

  .solutionBox img {
    max-width: 100%;
    height: auto;
    display: block;
  }

#soldetail {
    float: none;
    width: 100%;
    margin-top: 20px; /* ←追加 */
    margin-bottom: 20px; /* ←追加 */
}

.commentB {
  width: 100%;
  margin:20px 0 20px 0;
  box-sizing: border-box;
  background-color: #fff;
}

#solArea .titleso{
  font-size: 14px;
  font-weight: bold;
  color: #1c0f62;
  margin-bottom: 8px;
}

/*社長挨拶 SP ★
---------------------------------------------------------------------------*/
  .ceo-section {
    flex-direction: column;
  }

  .ceo-image,
  .ceo-message {
    max-width: 100%;
  }

  .ceo-image {
    margin-bottom: 10px;
  }


/*メーカー紹介 SP
---------------------------------------------------------------------------*/
  .maker-box {
    align-items: stretch;
    gap: 10px;
  }
  .maker-description {
    font-size: 15px; /* 少し小さくして読みやすく */
    line-height: 1.7; /* 行間にゆとりを持たせるとスマホで読みやすい */
  }




/* ========タブ======== */
div.tabbox {
	margin: 0px;
	padding: 0px;
}
/* タブ部分 */
.tabs {
	padding: 10px 0px 0px 10px;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tabs a.tab1,.tabs a.tab2,.tabs a.tab3,.tabs a.tab4,.tabs a.tab5,.tabs a.tab6,.tabs a.tab7,.tabs a.tab8 { 
width:45%;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float: left;
	margin-right: 10px;
        margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}

.tabs a.tab0 { 
width:45%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #09003b 0%, #150083 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#09003b), color-stop(100%,#150083)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #09003b 0%,#150083 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #09003b 0%,#150083 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #09003b 0%,#150083 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #09003b 0%,#150083 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09003b', endColorstr='#150083',GradientType=0 ); /* IE6-9 */
	float: left;
	margin-right: 10px;
        margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}

.tabs a.tab0- { 
width:45%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #09003b 0%, #150083 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#09003b), color-stop(100%,#150083)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #09003b 0%,#150083 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #09003b 0%,#150083 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #09003b 0%,#150083 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #09003b 0%,#150083 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09003b', endColorstr='#150083',GradientType=0 ); /* IE6-9 */
	float: left;
	margin-right: 10px;
        margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}

p.tabs a:hover { color: yellow; }

/* タブ中身のボックス */
div.tab { clear: left; }
div#tab1 {
}
div#tab2 {
}
div#tab3 {
}
div#tab4 {
}
div#tab5 {
}
div#tab6 {
}
div#tab7 {
}
div#tab8 {
}



/*--------ソリューション--------*/
ul.example li {
	margin-right: 20px;
	background-image: url(images/ar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 5px;
}

/*ヘッダー検索*/
#kensaku {
display: none;
}

/*トップh2:*/
#main .toph2 {
    background-image: url("images/semibg.jpg");
    background-repeat: repeat-x;
    margin-bottom: 15px;
    text-align: left;
    text-decoration: none;
}
#main .toph2 span {
    background-color: #fff;
    color: #1c0f62;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
    text-decoration: none;
}

/*トップページ製品情報スライド*/
.netIcon01 {
	float: left;
	width: 49%;
}
.netIcon02 {
	float: right;
	width: 49%;
}
.idMediaWrap {
	display: none;
}

.titleso {
    color: #1c0f62;
    font-size: 15px;
    font-weight: bold;
}

/*トップメッセージ*/
.top {
	float: left;
        width: 40%;
        margin: 0 10px 10px 0;
}

/*ソーシャル*/
.sos{
	width:100%;
	margin:0 auto 0 auto;
}

/*202304追加*/
.akubox-form img{
	width: 100%;
}
#main .akubox-form h3{
	height: auto;
	margin-bottom: 20px;
	font-size: 16px;
	background: none;
}
.akubox-form p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

/*202507追加 パートナー企業*/
  .partner-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 10px;
    max-width: none; /* ← これで中央寄せを解除 */
    margin: 0;       /* ← 自動中央寄せも解除 */
  }
  .partner-list li {
    height: 50px;
  }

  .partner-list img {
    width: 100px;
    height: auto; /* 高さを自動調整 */
  }

}
