/* 追加css
------------------------------------------------------------------------------*/
.home #main{
	padding: 3%;
}
.home .entry-header{
	display: none;
}
.entry-title{
	display: none;
}
h3{
	padding: 4px 8px;
	color: #494949;
	background: #f8f8f8;
	border-left: solid 5px #00a99d;
	border-bottom: solid 3px #d7d7d7;
}
h4{
	border-bottom: solid 1px #707070;
	padding-bottom: 2px;
	margin: 15px 0px 15px 10px;
}
h5{
	font-size: 15px!important;
	padding: 2px 0px 2px 0px;
	margin: 15px 0px 15px 0px;
}
p{
	margin-left: 10px;
}
/* ISOマーク
-------------------------------------*/
.sidebar-inner{
	position: relative;
}
.header-bottom{
	margin: 0;
	width: 100%;
}
.header-bottom ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}
.header-bottom ul li{
	margin: 0 5px;
}
.header-bottom ul li{
	font-size: 12px;
	text-decoration: none;
}
.header-bottom ul li img{
	width: 80px;
}
li.left-space{
	padding-left: 88px;
	list-style: none;
}
/* スマホメニュー
------------------------------------------------------------------------------*/
.btn, button, input[type="submit"], input[type="reset"]{
	background-color: #a5ad25 !important;
	padding: 6px 35px;
	margin-top: 15px;
	font-size: 15px!important;
	color: #fff !important;
	font-weight: bold;
}
.sidebar-inner{
	padding: 15px 55px;
}
.primary-navigation ul, .site-navigation ul{
	margin-top: 10px;
}
/* コピーライト
------------------------------------------------------------------------------*/
.site-footer{
	display: none;
}

/*202505追記*/
.keyence-img {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: calc(100% - (2rem + 250px));
}
.keyence-img figure {
	max-width: 250px;
	width: 100%;	
}
.keyence-img p {
	text-align: left;
	line-height: 2;
	margin: 0;
	width: calc(100% - 260px);
}
@media screen and (max-width:1300px){
	.keyence-img {
		flex-direction: column;
	}
	.keyence-img p {
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.keyence-img figure {
		max-width: 80%;
	}
}
.scroll-memo {
	margin-top: 10px;
}
@media screen and (min-width:769px){
	.scroll-memo{
		display: none;
	}
}
.header-bottom::before {
	content: "ISO9001取得";
	color: #000;
	position: relative;
	top: -5px;
	font-size: 12px;
}

#r3-content {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-around;
	background: center center/cover no-repeat url(https://es-taikyo.com/wp-content/uploads/2025/05/r3-content_bg.jpg);
	padding: 6rem 2.5rem;
}
#r3-content > div {
	max-width: calc(50% - 20px);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
#r3-content > figure {
	max-width: 50%;
	width: 100%;
	text-align: center;
}
#r3-content > div h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
#r3-content > div h2::after {
	content: "";
	background: center center/cover no-repeat url(https://es-taikyo.com/wp-content/uploads/2025/05/line-sdgs.png);
	width: 100%;
	height: 6px;
	display: block;
	margin-top: 10px;
}
#r3-content > div p {
	margin: 0;
	line-height: 2;
	font-size: 16px;
	font-weight: 600;
}
.r3-images ul {
	list-style: none;
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 0;
}
@media screen and (max-width: 768px){
	#r3-content {
		flex-direction: column;
	}
	#r3-content > div, #r3-content > figure {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px){
	#r3-content {
		padding: 2.5rem 1.5rem;
	}
	.r3-images ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.r3-images ul li {
		max-width: calc((100% - 20px) / 2);
	}
	.r3-images ul li img {
		max-height: 70px;
	}
}
/*追加*/
.header-bottom ul {
	max-width: 110px;
	margin: 0 auto;
}
@media screen and (min-width: 992px){
	.sidebar .sidebar-inner {
		position: relative;
	}
	.header-bottom {
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
	}
}
.owned-eq_table {
	table-layout: fixed;
	border-bottom: 1px solid #ddd;
}
.owned-eq_table td {
  vertical-align: middle !important;
}
.owned-eq_table.horizontal-molding .column-1,
.owned-eq_table.vertical-molding .column-1,
.owned-eq_table.Re-pellet .column-1{
	width: 5%;
}
.owned-eq_table.horizontal-molding .column-2,
.owned-eq_table.vertical-molding .column-2,
.owned-eq_table.Re-pellet .column-2{
	width: 17%;
}
.owned-eq_table.horizontal-molding .column-3 {
	width: 25%;
}
.owned-eq_table.horizontal-molding .column-4 {
	width: 29%;
}
.owned-eq_table.horizontal-molding .column-5,
.owned-eq_table.horizontal-molding .column-6 {
	width: 12.5%;
}
.owned-eq_table.Re-pellet .column-3 {
  width: 75%;
}
.owned-eq_table.vertical-molding,
.owned-eq_table.Re-pellet{
  min-width: 100%;
}

@media screen and (max-width: 991px){
	.owned-eq_table {
		width: auto;
	}
}
@media screen and (max-width:768px){
	.table-scroll {
		overflow-x: scroll;
	}
	.owned-eq_table.horizontal-molding td,
	.owned-eq_table.vertical-molding td,
	.owned-eq_table.Re-pellet td{
		white-space: nowrap;
	}
}
.flex.other-list {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
	flex-wrap: wrap;
}
.flex.other-list > div {
  width: calc((100% - 2rem) / 3);
  display: flex;
  flex-direction: column;
}
.flex.other-list h2 {
  text-align: left;
}
.flex.other-list > div ul {
  padding: 1em 2em;
  border: 1px solid #ddd;
  flex-grow: 1;
  margin-top: 0;
}
.flex.other-list > div li {
  text-align: left;
	font-weight: 500;
}
.flex.product-images {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 60px;
}
.flex.product-images > figure {
  max-width: 250px;
}
@media screen and (max-width:640px){
	.flex.other-list > div {
		width: calc((100% - 1rem) / 2);
	}
	.flex.other-list > div:last-child {
		width: 100%;
	}
	.flex.product-images {
		flex-direction: column;
	}
	.flex.product-images > figure {
		max-width: 100%;
	}
	.keyence-img {
		flex-direction: column;
		max-width: 100%;
	}
}
@media screen and (max-width:480px){
	.flex.other-list > div {
		width: 100%;
	}
}
.border-left {
  border-left: 4px solid #00a99d;
  padding-left: 10px;
  font-size: 18px !important;
}
@media screen and (max-width:1410px){
	.keyence-img p br{
		display: none;
	}
}