@charset "utf-8";
img { max-width: 100%; height: auto; }
#contents .page_title h1 span {
  color: #6258DE;
  border-color: #6258DE;
}

.head_1000 {
  width: 100%;
  height: 46vw;
  position: relative;
  margin: 5rem 0;
}
.head_1000:before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  background: url(/sustainability/topics/img/head_1000.png) no-repeat center center / cover;
  position: absolute; left: 50%; top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tcdp-program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tcdp-program .contsL {
  width: 65%;
}
.tcdp-program .contsR {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .tcdp-program .contsL {
    width: 100%;
  }
  .tcdp-program .contsR {
    width: 100%;
  }
}

.calendar-wrap {
  width: 100%;
  margin: 1rem 0 2rem;
}
.table_schedule {
  width: 100%;
  table-layout: fixed;
}

#stage #contents .table_schedule tbody th:first-child {
  border-left: 1px solid #707070;
}
#stage #contents .table_schedule tbody td:last-child{
  border-right: 1px solid #707070;;
}
#stage #contents .table_schedule tbody th,
#stage #contents .table_schedule tbody td{
  border-bottom: 1px solid #707070;;
  padding: .8em;
  
}
#stage #contents .table_schedule thead th ,
#stage #contents  .table_schedule tbody td {
  width: 4rem;
}
#stage #contents .table_schedule thead th {
  background: #F3F3F3;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #707070;
  padding: .8em;

}
#stage #contents  .table_schedule tbody th {
  background: #E7E5FA;
  font-weight: bold;
}
#stage #contents  .table_schedule th:first-child {
  width: 10rem;
  text-align: left;
}

.table_schedule .city { 
  color: #666666;
  font-weight: bold; 
  white-space: nowrap; 
}
.table_schedule .city.half { 
  margin-left: 2rem;
}

.table_schedule .city.quote { 
   margin-left: 1rem;
}
.table_schedule .city.end { 
   margin-left: 4rem;
}
.box-purple {
  background: #E7E5FA;
  padding: 2rem;
  color: #324464;
}
#contents .box-purple .title_std {
  margin-top: 0;
}

.box-purple .clearfix{
	display: flex;
	justify-content: space-between;
}

.clearfix::after {content: "";display: table;clear: both;}

@media screen and (max-width: 979px) {
	.calendar-wrap {
		overflow-x: scroll;
	}
	.table_schedule {
		min-width: 980px;
		margin: 0;
	}

}
.profile {
  display: table;
  /*float: left;*/
  width: 33%;
  margin: 1rem 0;
}
.profile > *{
  display: table-cell;
  vertical-align: middle;
}
.profile img{
width: 85%;
}

.profile p {
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 150%;
}
.profile p span {
  font-size: 2rem;
  display: block;
}

.list-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-comment > li {
  width: 48%;
  margin-bottom: 2rem;
  background: #F5F5F5;
  padding: 1.6rem;
}
.list-comment .name{
  padding-left: 8rem ;
  position: relative;
  font-weight: bold;
  min-height: 4.5rem;
  margin-bottom: 1rem;
}
.list-comment .name span {
  font-weight: normal;
  display: block;
}
.list-comment .name:before {
  content: '';
  width: 6rem;
  height: 4.5rem;
  background-size: 100% auto;
  background-position:  left center;
  background-repeat: no-repeat;
  position: absolute;
  display:  inline-block;
  vertical-align: middle;
  left: 0; top: 0;
  margin: auto;
}
.list-comment .name.singapore:before {
  background-image:url("/sustainability/topics/img/SG.jpg");
}

.list-comment .name.korea:before {
  background-image:url("/sustainability/topics/img/KR.jpg");
}

.list-comment .name.malaysia:before {
  background-image:url("/sustainability/topics/img/MY.jpg");
}

.list-comment .name.brasil:before {
  background-image:url("/sustainability/topics/img/BR.jpg");
}

.list-comment .name.micronas:before {
  background-image:url("/sustainability/topics/img/DE.jpg");
}

.list-comment .name.india:before {
  background-image:url("/sustainability/topics/img/IN.jpg");
}
.list-comment p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .list-comment > li {
    width: 100%;
  }
  
  .box-purple .clearfix{
	display: block;
	justify-content: space-between;
	}
	.profile {
	margin: 1rem auto;
	width: 100%;
	}
}

#tcdp-gallery .zoom {
  margin-top: 1rem;
}
#tcdp-gallery .zoom .img {
  display: none;
}
#tcdp-gallery .zoom .img.active {
  display: block;
}
#tcdp-gallery .zoom .img img {
  width: 100%;
  height: auto;
}
#tcdp-gallery .thumbnail {
  text-align: center;
  
  margin: 3rem auto;
  width: 400px;
  max-width: 80%;
}
#tcdp-gallery .thumbnail > li {
  display: inline-block;
  width: 84px;
  height: auto;
}
#tcdp-gallery  .thumbnail > li + li {
  margin-left: 20px;
}
.thumbnail .swiper-slide {
    opacity: 0.4;
	cursor: pointer;
}
.thumbnail .swiper-slide-thumb-active{
  opacity: 1;
}

