@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot__heading01{
	padding: 5px 0 0;
	font-size: clamp(25px,1.5vw,45px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	/* border-bottom: dotted 1px var(--main-color); */
	margin-top: 10px;
	margin-bottom: 30px;
}
.spot__heading01::after{
	content: "";
	display: block;
	width: 60px;
	margin: 10px auto 5px auto;	
	border-bottom: double 4px #709cca;
}

/*＼　／でタイトルを囲む*/
/*heading04の文字が小さいVer*/
.spot__heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 2vw, 18px);
	text-align: center;
	border: 0;
	color: #444;
	margin-bottom: 10px;
}

.spot__heading04::before,
.spot__heading04::after {
	content: '';
	width: 1px;
	height: 50px;
	background-color: #e7838a;
}

.spot__heading04::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.spot__heading04::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

@media only screen and (max-width: 568px) {
	.spot__heading04::before,.spot__heading04::after {
		content: '';
		width: 1px;
		height: 60px;
		background-color: #e7838a;
	}
}


.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: var(--main-color);
	border: 1px solid #eee;
	color:#FFF;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(30px, 6vw, 50px) 0 var(--v-space);
	background-color: var(--base-color);
	background-size: cover;
}
.greeting-haba{
	margin: 0 auto;
	max-width: 900px;
	padding: 2% 0 0 0;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}

/*創業年数テキスト*/
.founding_txt{
	display: flex;
	justify-content: center; /* 横中央 */
	align-items: center;    /* 縦中央 */
	gap: 0.2em;
	margin-bottom: 20px;
}
.founding_txt span{
	color: var(--accent-color2);
	border: 2px solid var(--accent-color2);
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-size: 1em;
	font-size:clamp(25px,4vw,35px);
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #fdfffa;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #e9f5d6, #e9f5d6 1px, #fdfffa 1px, #fdfffa);
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}


/*TOP About us*/
.top_sec1{
	padding: var(--v-space3) 0;
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: right;
}
@media only screen and (max-width: 568px) {
	.top_sec1 {
		background-image: url(../img/bg_01_sp.jpg);
	}
}

/* 背景括り */
.top_sec1-contentsbg {
	background: rgba(0, 0, 0, 0.55);
	padding: 30px;
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 568px) {
	.top_sec1-contentsbg {
		padding: 20px 15px 15px 15px;
	}
}

/* タイトル */
.top_sec1-heading{
	padding-top: 15px;
}
.top_sec1-heading p {
	font-size: clamp(40px,4vw,50px);
	font-weight: 400;
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto;
}

.top_sec1-heading h2{
	font-size: clamp(19px, 2vw, 22px);
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	color: var(--accent-color1);
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	margin-bottom: 2vw;
}


/*カード*/
.top_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:20px;
}
@media only screen and (max-width: 568px) {
	.top_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.top_sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap:0px;
	/*ここまで*/

	padding: 20px;
	background-color: #ffffffd7;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}
.top_sec1-card__item H3{
	padding: 5px 0 0;
	font-size: clamp(20px,1.5vw,22px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	/* border-bottom: dotted 1px var(--main-color); */
	margin-top: 10px;
	margin-bottom: 10px;
}
.top_sec1-card__item H3::after{
	content: "";
	display: block;
	width: 60px;
	margin: 10px auto 5px auto;	
	border-bottom: double 4px #709cca;
}
.top_sec1-card__item p{
	text-align: center;
}

.top_sec1-card__item i{
	margin: 0 auto;
	font-size: 50px;
	text-align: center;
	color: var(--accent-color2);
}

/*詳しく見る*/
.top_sec1-card__item p.btn11 {
	position: relative;
	border: none;
	font-size:12px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	color: var(--main-color);
}
.top_sec1-card__item p.btn11 a {	
	border-bottom: 1px solid var(--main-color);
}
.top_sec1-card__item p.btn11 a::after {
	content: ">";
	margin-left: 20px;
	
	border-bottom: 1px solid var(--main-color);
}



/*======= ゴム製品 ======*/
.ru_sec1 {
	padding: var(--v-space) 0;
	background-color: #eef6fd;
	background-image: url(../img/bg_stripe01.png);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.ru_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* ​ゴムの特性一覧 */
.rubber-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.rubber-card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap:0px;

	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}

.rubber-card h3 {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 10px;
}


.rubber-card .points {
	margin-bottom: 12px;
}

.rubber-card .strength {
	color: #006400; /* 濃い緑で「良いこと」 */
	font-size: 13px;
	margin-bottom: 4px;
}

.rubber-card .weakness {
	color: #8B0000; /* 暗めの赤で「注意点」 */
	font-size: 13px;
}

.rubber-card ul {
	list-style: none;
	padding: 0;
}

.rubber-card li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	border-bottom: 1px dashed #ddd;
	font-size: 0.95em;
}

.rubber-card .rate {
	font-weight: bold;
}

.rate.good { color: #008000; }   /* ◎ 緑 */
.rate.normal { color: #1e90ff; } /* ○ 青 */
.rate.warn { color: #e6a700; }   /* △ 黄 */
.rate.poor { color: #cc0000; }   /* × 赤 */


/*======= スポンジ製品 ======*/
.sp_sec1 {
	padding: var(--v-space) 0;
	background-color: #eef6fd;
	background-image: url(../img/bg_stripe01.png);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.sp_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 特性一覧TABLE */

table.sponge-table {
	border-collapse: collapse;
	width: 100%;
}
.sponge-table th,
.sponge-table td {
	padding: 5px;
	border: solid 1px var(--main-color);
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(13px, 1.4vw, 15px);
}
.sponge-table th {
	background-color: var(--accent-color1);
	color: #222;
	position: relative;
}
.sponge-table th p {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	.sponge-table .head {
		display: none;
	}
	.sponge-table {
		width: 100%;
	}
	.sponge-table td,
	.sponge-table th {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.sponge-table td {
		padding: 0px 12px 0 0;
		display: block;
		width: 100%;
		line-height: 2.5;
		text-align: right;
	}
	.sponge-table td:before {
		color: #444;
		content: attr(data-label);
		font-weight: bold;
		padding: 0px 10px;
		display: inline;
		margin-right: 10px;
		float: left;
	}
	.sponge-table tr:last-child {
		border-bottom: solid 1px var(--main-color);
	}
}

/*======= 台湾•中国直輸入製品 ======*/
.im_sec1 {
	padding: var(--v-space) 0;
	background-color: #eef6fd;
	background-image: url(../img/bg_stripe01.png);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.im_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/*======= プラスチック製品 ======*/
.pl_sec1 {
	padding: var(--v-space) 0;
	background-color: #eef6fd;
	background-image: url(../img/bg_stripe01.png);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.pl_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 特性一覧TABLE */

table.plastic-table {
	border-collapse: collapse;
	width: 100%;
}
.plastic-table th,
.plastic-table td {
	padding: 5px;
	border: solid 1px var(--main-color);
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(13px, 1.4vw, 15px);
}
.plastic-table th {
	background-color: var(--accent-color1);
	color: #222;
	position: relative;
}
.plastic-table th p {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	.plastic-table .head {
		display: none;
	}
	.plastic-table {
		width: 100%;
	}
	.plastic-table td,
	.plastic-table th {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.plastic-table td {
		padding: 0px 12px 0 0;
		display: block;
		width: 100%;
		line-height: 2.5;
		text-align: right;
	}
	.plastic-table td:before {
		color: #444;
		content: attr(data-label);
		font-weight: bold;
		padding: 0px 10px;
		display: inline;
		margin-right: 10px;
		float: left;
	}
	.plastic-table tr:last-child {
		border-bottom: solid 1px var(--main-color);
	}
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}

hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}

/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.info_sec2{
	padding: var(--v-space3) 0 var(--v-space3);
	background-color: #FFF;
}

/*会社案内コンテナ*/
.info-container {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.info-container img{	
	margin: 0 auto;
	width: 100%;
}


@media print, screen and (min-width: 868px) {
	.info-container img{	
		object-fit: cover;
		min-height: 800px;
	}
	.info-container {
		flex-direction: row;
		align-items: center;
	}

	.info-container.reverse {
		flex-direction: row-reverse;
	}

	.info-container > .contents {
		flex: 1;
		min-width: 17em;
  	}

	.info-container > .img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 1;
	}
}

/* 概要部分のテーブル */

.info_sec1__haba{
	max-width: 500px;
	margin: 0 auto;
}
.info_sec1_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	font-family: 'Arial', sans-serif;
}

.info_sec1_container .item {
	border-radius: 6px;
	padding: 0px 0px;
	display: grid;
	grid-template-columns: 130px 1fr;
	align-items: stretch;
	gap: 10px;
}

.info_sec1_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--main-color);
	white-space: nowrap;
	border-bottom: 1px solid var(--main-color);
	padding: 5px 7px;
}

.info_sec1_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px 7px;
	border-bottom: 1px solid var(--accent-color2);
}


/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.info_sec1_container .item {
		grid-template-columns: 90px 1fr;
	}

	.info_sec1_container .label {
		line-height: 1.6;
		font-size: 14px;
	}

	.info_sec1_container .content {
		font-size: 14px;
	}
}


.access_sec1{
	padding: var(--v-space) 0;
	background-color: #e7f1fa;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
