@charset "utf-8";
/* CSS Document */
.centerTable {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .centerTable {
    width: 100%;
    margin: 0;
  }
}

/*.m_sectionBox {
  border: 23px solid #e4f4f8;

}
*/
/* ----- TCFDページから移設 ----- */
/*.m_sectionBox {
  border: 23px solid #e4f4f8;

}*/

@media screen and (max-width: 640px){
  .m_sectionBox {
    border: 2px solid #e4f4f8;
  }
  .m_sectionBox .m_imgCol li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px){
  .tcfdTtl img {
    width: 100%;
  }
}

.m_markerLink.text-decorationNone {
 color: #333;
}

.tcfd_boxWrap {
  box-sizing: border-box;
  border: solid 1px #d7d7d7;
  padding: 25px 0;
}

.tcfd_boxWrap.oneCol{
  width: 560px;
}

.tcfd_box {
  display: inline-block;
  vertical-align: top;
  width: 44.150%;
  overflow: hidden;
  margin-left: 43px;
}
.tcfd_box.w60 {
  width: 60%;
}
.oneCol li.tcfd_box {
  width: 100%;
  overflow: hidden;
}

li.tcfd_box:first-child {
  margin-left: 32px;
}

.tcfd_box .txtBox {
  box-sizing: border-box;
  width: 400px;
  min-height: 120px;
  margin-top: 10px;
  border: solid 1px #d7d7d7;
  padding: 10px 20px 0;
}

.tcfd_box .dataBox {
  margin-top: 20px;
}

.tcfd_box .dataBox table th,
.tcfd_box .dataBox table td {
  padding: 5px;
  vertical-align: middle;
}

.oneCol .tcfd_box .dataBox {
  width: 505px;
}

.oneCol .tcfd_box .dataBox .txtColer01 { color: #f28032; }
.oneCol .tcfd_box .dataBox .txtColer02 { color: #548235; }

@media screen and (max-width: 640px){
  .tcfd_boxWrap {
    box-sizing: border-box;
    border: solid 1px #d7d7d7;
    padding: 25px 10px;
  }
  .tcfd_boxWrap.oneCol{
    width: 100%;
    padding: 25px 10px 0;
  }
  .oneCol .tcfd_box .dataBox {
    width: 100%;
  }
  li.tcfd_box {
    width: 100%;
    margin-left: 0;
  }
  li.tcfd_box:first-child {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .tcfd_box .title img {
    width: 100%;
    height: auto;
  }
  .tcfd_box .txtBox {
    width: 100%;
    min-height: inherit;
  }
}

.m_table th { height: 48px;}
.m_table th.bgColor01 { background-color: #d8f6ff; height: 19px; }
.m_table th.bgColor06 { background-color: #fdc8c8; font-weight: normal; height: 58px; }
.m_table th.bgColor05 { background-color: #fcc9b3; font-weight: normal; height: 58px; }
.m_table th.bgColor04 { background-color: #ffebae; font-weight: normal; height: 58px; }
.m_table th.bgColor03 { background-color: #d9f5c8; font-weight: normal; height: 58px; }
.m_table th.bgColor02 { background-color: #cbebf4; font-weight: normal; height: 58px; }

.m_table th.bNone{
  height: 19px;
  border: none;
  background-color: inherit;
}

.m_titleS.topic {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-left: 112px;
}

.m_titleS.ico_topic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 34px;
  background-image: url("https://www.suntory.com/csr/soc_procurement/img/ico_topic.png");
  transform: translateY(-50%);
}

.c_colorOrenge {
  color: #f28032;
}
.c_colorVermilion {
  color: #cc0000;
}
.c_colorGreen {
  color: #548235;
}
.capRarea {
  font-weight: bold;
  float: right;
  display: flex;
  text-align: left;
}
.capRarea .capRareaCol {
  padding-left: 10px;
}
.capRarea .capRareaCol:first-child {
  padding-left: 10px;
}
.m_table th.c_fontNomal {
  font-weight: normal;
}
.bg-color-blue {
  background-color: #e4f4f8;
}
.m_table .arrow {
  margin-top: 2px;
}
.m_imgSet.s_w360 .p_img {
    width: 360px;
}

.col-2 {
	width: 920px;
	display: flex;
	justify-content: space-between;
}
.col-2 .imgcol {
	width: 35%;
}
.col-2 .imgcol img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.col-2 {
		width: 100%;
		display: contents;
	}
	.col-2 .imgcol {
		width: 100%;
		margin-top: 20px;
	}
}

.img-note-v1 {
  width: 690px;
  margin: 15px auto;
}
@media screen and (max-width: 767px){
  .img-note-v1 {
    width: 100%;
  }
}