@charset "utf-8";
/*
Theme Name: KOBELCO SOUTH EAST ASIA LTD.
Theme URI: xxxxx
Author: e-bird
version: 1.0
*/

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 25px 25px;
	display: inline;
	height: auto;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.wp-pagenavi .current {
	display: flex !important;
}

.wp-pagenavi a.previouspostslink.disabled,
.wp-pagenavi a.nextpostslink.disabled {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* WP Polylangの言語切り替えボタン */
.bar-contact .dropdown-content {
	z-index: 9999 !important;
}
.bar-contact .dropdown-content li.current-lang {
	display: none;
}
.bar-contact .dropdown-content li.lang-item-cn a::before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url('/assets/images/commons/flag-jp.svg') no-repeat center;
	background-size: cover;
	margin-right: 7px;
}
.bar-contact .dropdown-content li.lang-item-en a::before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url('/assets/images/commons/flag-en.svg') no-repeat center;
	background-size: cover;
	margin-right: 7px;
}
.bar-contact .dropdown-content li.lang-item-th a::before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url('/assets/images/commons/flag-th.svg') no-repeat center;
	background-size: cover;
	margin-right: 7px;
}

#news .news .news-list a .tag-new {
	text-align: center;
	padding: 3px;
	font-weight: 600;
	color: #F50000;
	display: inline-block;
	margin-left: 10px;
}
@media only screen and (min-width: 751px) {
	#news .news .news-list a figure {
		min-width: 200px;
	}
}

#products .products .btn-more {
	margin-top: 40px;
}

#about-inner .companies-detail .content .content-row .intro .row .des em {
	font-style: italic !important;
}

#about-inner .companies .companies-row .txthead-box h2 span.flag img {
	width: auto;
	min-height: 26px;
	max-height: 26px;
}
#about-inner .companies .companies-row .box a .brief .tag ul li .icon img,
#about-inner .companies-detail .content .content-row .intro .flex .brief .tag ul li .icon img {
	min-height: 16px;
}

#about-inner .companies .companies-row .box a .brief p {
	margin-top: 1.75em;
}
#about-inner .companies .companies-row .box a .brief p + p,
.regional-list .row a .des p + p {
	margin-top: 1.25em;
}

#about-inner .companies .companies-row .box a .brief p b,
#about-inner .companies .companies-row .box a .brief p strong,
.regional-list .row a .des p b,
.regional-list .row a .des p strong {
	font-weight: bold;
}

#about-inner .companies .companies-row .box a {
	align-items: center;
}
#about-inner .companies .companies-row .box a .cover img {
	width: 100%;
	aspect-ratio: 3/2.24; /* w/h */
	object-fit: cover;
}

.products-list li figure img,
.box-products ul li a .cover img,
#column-inner .column-inner .column-inner-flex .col-right .row .ranking ul li .box .cover img,
.box-search .toggle-content .button-list ul li a .icon img {
	width: 100%;
	aspect-ratio: 1/1; /* w/h */
	object-fit: cover;
}
@media only screen and (max-width: 750px) {
	.products-list li figure img,
	.box-products ul li a .cover img {
		aspect-ratio: auto; /* w/h */
	}
}

#column .column .column-list a img,
.article-list ul li a .cover img,
.box-column-list .column-list-flex li a .cover img,
#column-inner .column-inner .column-inner-flex .col-left .pickup .pickup-list ul li .cover img {
	width: 100%;
	aspect-ratio: 3/2; /* w/h */
	object-fit: cover;
}

.column-detail.industry .content .img.cover img,
.column-detail.division .content .img.cover img,
.column-detail.middle .content .img.cover img {
	width: 100%;
	aspect-ratio: 209/100; /* w/h */
	object-fit: cover;
}
.column-detail.industry .flex-img-text .col-img img,
.column-detail.division .flex-img-text .col-img img {
	width: 100%;
	aspect-ratio: 153/113; /* w/h */
	object-fit: cover;
}

.available ul li a .cover img {
	width: 100%;
	aspect-ratio: 96/71; /* w/h */
	object-fit: cover;
}

.column-detail.industry .loopbox .flex-img-text:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.column-detail.division .content .flex-img-text + h2 {
	margin-top: 60px;
}

@media only screen and (max-width: 750px) {
	.column-detail.industry .flex-img-text + .flex-img-text,
	.column-detail.division .flex-img-text + .flex-img-text {
		margin-top: 30px;
	}
}

.appealing-point .content .box + .box {
	margin-top: 20px;
}
.appealing-point .content .box .flex .text.w100 {
	width: 100%;
}

#column-inner .column-inner .column-inner-flex .col-left .article {
	margin-top: 0;
}
#column-inner .column-inner .column-inner-flex .col-left .pickup + .article {
	margin-top: 120px;
}
@media only screen and (max-width: 1180px) {
	#column-inner .column-inner .column-inner-flex .col-left .pickup + .article {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 750px) {
	#column-inner .column-inner .column-inner-flex .col-left .pickup + .article {
		margin-top: 80px;
	}
}

#column-inner .column-detail .content.news a {
	color: #0068b7;
	text-decoration: underline;
}
#column-inner .column-detail .content.news a:hover {
	display: inline;
  }
#column-inner .column-detail .content .box-video {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
}
#column-inner .column-detail .content .box-video .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#column-inner .column-detail .content .box-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#column .column .column-list ul {
	justify-content: center;
}

/* ksea_map */
.map_all {
	width: 100% !important;
	height: 100% !important;
}
.acf-map,
.no-map {
	width: 100% !important;
	height: 100% !important;
}
.acf-map img {
   max-width: inherit !important;
}
.acf-map h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.35em;
}
.acf-map .gm-style-iw {
	padding-top: 12px !important;
	padding-right: 42px !important;
}
.acf-map .gm-style-iw-ch {
	padding-top: 0 !important;
	display: none;
}
.acf-map .gm-ui-hover-effect {
	position: absolute !important;
	top: -6px;
	right: -6px;
}
.no-map iframe {
	width: 100%;
	height: 100%;
}