.editorArticle{
  padding: 0 !important;
}

.csrTarget{
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin: 30px 0 20px 0;
}

.csrArticleSingle.animate .csrTarget{
  animation-duration: 1.2s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -moz-animation-fill-mode: forwards;
}

.tabList{
  position: relative;
  float: left;
  width: 100%;
  opacity: 0;
  background: none;
  margin: 30px auto 20px auto;
}

.csrArticleSingle.animate .tabList{
  animation-duration: 1.2s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
}

.tab{
  float: left;
  width: calc(25% - 20px);
  max-width: 200px;
  background: rgba(255, 255, 255, 0);
  color: #777;
  border: 1px solid #999;
  font-size: 16px;
  line-height: 1.3em;
  vertical-align: top;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  padding: 5px 8px;
  margin: 10px;
  cursor: pointer;
  transition: .3s;
}

.tab:hover, .tab.current{
  color: #fff;
  background: #eb4755;
  border: 1px solid #eb4755;
}

.tab.current:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #eb4755 transparent transparent transparent;
  transform: translateX(-50%);
}

.tabContent{
  position: relative;
  float: left;
  width: 100%;
  height: 733px;
  opacity: 0;
  margin: 30px 0 20px 0;
}

.tabBox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease 0s;
}

.tabBox.current{
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease 0.3s;
}

.subTabList{
  display: flex;
  width: 100%;
  justify-content: center;
}

/*@media all and (-ms-high-contrast:none){
  .subTabList{
    min-width: 1008px;
    margin-left: -64px;
  }
}*/

.subTab{
  flex: 0 0 114px;
  text-align: center;
  margin: 12px;
  cursor: pointer;
}

.csrTa4 .subTabList{
  width: 1000px;
  margin-left: -60px;
}

.csrTa4 .subTab{
  flex: 0 0 100px;
  margin: 12px 10px;
}

.subTabIcon{
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #e4e4e4;
  transform-origin: center bottom;
  transition: 0.3s;
}

.subTab:hover .subTabIcon, .subTab.current .subTabIcon{
  transform: scale(1.2);
}

.subTabIcon:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.subTabIcon svg{
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  transition: fill 0.3s;
}

.subTab:hover .subTabIcon svg, .subTab.current .subTabIcon svg{
  fill: #fff;
}

.subTabText{
  float: left;
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
}

.subTabContent{
  width: 100%;
}

.tabContent, .subTabContent{
  transition: height 0.3s;
}

.subTabBox{
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.subTabBox.current{
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.csrTargetBox{
  width: 100%;
}

.csrTargetSDGs{
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.csrTargetSDGs:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  border-bottom: 1px solid #333;
  transform: translateX(-50%);
  z-index: -1;
}

.csrTargetSDGs img{
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 5px;
  background-color: #fff;
}

.csrTargetDetail{
  position: relative;
  display: flex;
  width: 1000px;
  text-align: left;
  padding: 35px 40px 27px 40px;
  margin-left: -60px;
  border-radius: 30px;
}

.csrTargetDetail:before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  transform: translateX(-50%);
}

.csrtdCol{
  position: relative;
  flex: 0 0 31%;
}

.csrtdCol:last-child{
  position: relative;
  flex: 0 0 36%;
}

.csrtdCol:after{
  content: "";
  position: absolute;
  top: 58px;
  right: 0;
  height: calc(100% - 65px);
  border-right: 1px solid #cccccc;
}

.csrtdCol:last-child:after{
  display: none;
}

.csrtdTitle{
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 7px;
  text-align: center;
}

.csrtdTitle:after{
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 17px;
}

.csrtdCol ul{
  width: 100%;
  padding: 40px 20px 40px 40px;
  margin: 0;
}

.csrtdCol ul li{
  margin-bottom: 10px;
}

.csrtdAnnual{
  width: 100%;
  padding: 20px 0 20px 20px;
}

.csrtdAnnual ul{
  padding: 0 0 0 20px !important;
}

.csrtdAnnual ul li{
  margin: 0;
}

.csrtdAnnual .textBold{
  font-size: 24px;
  font-weight: bold;
}

.csrtdAnnual .textBold_s{
  font-size: 20px;
  font-weight: bold;
}

.csrtdAnnual .textItalic{
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}

.csrtdAnnual .textItalic_s{
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}

.csrtdAnnual .textRed{
  color: #e00013;
}

.csrtdaNow{
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 30px;
  margin-bottom: 12px;
  border-radius: 30px;
  background-color: #fff;
}

.csrtdaNow div:first-child{
  font-size: 15px;
  padding-left: 12px;
}

.csrtdaNow div:first-child:before{
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 40px;
  height: 40px;
  background: url(../upload/content/csr_2020/sp_target/reached.svg) no-repeat center / cover;
}

.unaccomplished .csrtdaNow div:first-child{
  padding-left: 0;
}

.unaccomplished .csrtdaNow div:first-child:before{
  display: none;
}

.notallaccomplished .csrtdaNow div:first-child:before{
  background: url(../upload/content/csr_2020/sp_target/reached_notall.svg) no-repeat center / cover;
}

.csrtdaNow div:last-child{
  margin-left: 55px;
}

.csrtdaBox{
  width: 100%;
}

.csrtdaRow{
  width: 100%;
  padding-left: 5px;
  margin-bottom: 12px;
}

.csrtdaRow .yearBox{
  display: inline-block;
  vertical-align: bottom;
  width: 75px;
  font-size: 15px;
}

.csrtdaRow .yearBox .year{
  display: inline-block;
  vertical-align: bottom;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}

.csrtdaRow .conBox{
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 90px);
  margin: 0 0 -6px 6px;
  border-bottom: 1px solid #999;
}

.csrTa1 .subTabBox:last-child .csrtdaRow .yearBox,
.csrTa3.csrTaEN .subTabBox:nth-child(5) .csrtdaRow .yearBox,
.csrTa3.csrTaEN .subTabBox:last-child .csrtdaRow .yearBox,
.csrTa4 .subTabBox:nth-child(2) .csrtdaRow .yearBox,
.csrTa4 .subTabBox:nth-child(4) .csrtdaRow .yearBox,
.csrTa4 .subTabBox:last-child .csrtdaRow .yearBox,
.csrTa1 .subTabBox:last-child .csrtdaRow .conBox,
.csrTa3.csrTaEN .subTabBox:nth-child(5) .csrtdaRow .conBox,
.csrTa3.csrTaEN .subTabBox:last-child .csrtdaRow .conBox,
.csrTa4 .subTabBox:nth-child(2) .csrtdaRow .conBox,
.csrTa4 .subTabBox:nth-child(4) .csrtdaRow .conBox,
.csrTa4 .subTabBox:last-child .csrtdaRow .conBox{
 /* vertical-align: top; Vivi edit disable at 20250728*/
}

.csrtdaRow .conBox div{
  float: left;
  padding: 0 0 4px 0;
}

.multiline .yearBox{
  float: left;
}

.multiline .csrtdaRow .conBox{
  float: left;
  width: calc(100% - 81px);
  margin: 0 0 0 6px;
}

.subTab.csrt_c1:hover .subTabIcon, .subTab.csrt_c1.current .subTabIcon{background-color: #2b73e7;}
.csrTargetDetail.csrt_c1{background-color: #f0f5fd;}
.csrTargetDetail.csrt_c1:before{border-color: transparent transparent #f0f5fd transparent;}
.csrTargetDetail.csrt_c1 .csrtdCol:first-child .csrtdTitle{background-color: #2b73e7; z-index: 3;}
.csrTargetDetail.csrt_c1 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #2b73e7;}
.csrTargetDetail.csrt_c1 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #073fbc; z-index: 2;}
.csrTargetDetail.csrt_c1 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #073fbc;}
.csrTargetDetail.csrt_c1 .csrtdCol:last-child .csrtdTitle{background-color: #072a76; z-index: 1;}
.csrTargetDetail.csrt_c1 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #072a76;}
.csrTargetDetail.csrt_c1 .textThemeColor{color: #2b73e7;}

.subTab.csrt_c2:hover .subTabIcon, .subTab.csrt_c2.current .subTabIcon{background-color: #00a795;}
.csrTargetDetail.csrt_c2{background-color: #edf9f8;}
.csrTargetDetail.csrt_c2:before{border-color: transparent transparent #edf9f8 transparent;}
.csrTargetDetail.csrt_c2 .csrtdCol:first-child .csrtdTitle{background-color: #00a795; z-index: 3;}
.csrTargetDetail.csrt_c2 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #00a795;}
.csrTargetDetail.csrt_c2 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #149329; z-index: 2;}
.csrTargetDetail.csrt_c2 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #149329;}
.csrTargetDetail.csrt_c2 .csrtdCol:last-child .csrtdTitle{background-color: #017640; z-index: 1;}
.csrTargetDetail.csrt_c2 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #017640;}
.csrTargetDetail.csrt_c2 .textThemeColor{color: #00a795;}

.subTab.csrt_c3:hover .subTabIcon, .subTab.csrt_c3.current .subTabIcon{background-color: #4930c9;}
.csrTargetDetail.csrt_c3{background-color: #f2f0fb;}
.csrTargetDetail.csrt_c3:before{border-color: transparent transparent #f2f0fb transparent;}
.csrTargetDetail.csrt_c3 .csrtdCol:first-child .csrtdTitle{background-color: #4930c9; z-index: 3;}
.csrTargetDetail.csrt_c3 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #4930c9;}
.csrTargetDetail.csrt_c3 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #8572e6; z-index: 2;}
.csrTargetDetail.csrt_c3 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #8572e6;}
.csrTargetDetail.csrt_c3 .csrtdCol:last-child .csrtdTitle{background-color: #4d03a7; z-index: 1;}
.csrTargetDetail.csrt_c3 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #4d03a7;}
.csrTargetDetail.csrt_c3 .textThemeColor{color: #4930c9;}

.subTab.csrt_c4:hover .subTabIcon, .subTab.csrt_c4.current .subTabIcon{background-color: #ed6400;}
.csrTargetDetail.csrt_c4{background-color: #fef4ed;}
.csrTargetDetail.csrt_c4:before{border-color: transparent transparent #fef4ed transparent;}
.csrTargetDetail.csrt_c4 .csrtdCol:first-child .csrtdTitle{background-color: #ed6400; z-index: 3;}
.csrTargetDetail.csrt_c4 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #ed6400;}
.csrTargetDetail.csrt_c4 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #ed9100; z-index: 2;}
.csrTargetDetail.csrt_c4 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #ed9100;}
.csrTargetDetail.csrt_c4 .csrtdCol:last-child .csrtdTitle{background-color: #b56f00; z-index: 1;}
.csrTargetDetail.csrt_c4 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #b56f00;}
.csrTargetDetail.csrt_c4 .textThemeColor{color: #ed6400;}

.subTab.csrt_c5:hover .subTabIcon, .subTab.csrt_c5.current .subTabIcon{background-color: #e9207e;}
.csrTargetDetail.csrt_c5{background-color: #fff4f9;}
.csrTargetDetail.csrt_c5:before{border-color: transparent transparent #fff4f9 transparent;}
.csrTargetDetail.csrt_c5 .csrtdCol:first-child .csrtdTitle{background-color: #e9207e; z-index: 3;}
.csrTargetDetail.csrt_c5 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #e9207e;}
.csrTargetDetail.csrt_c5 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #fa569a; z-index: 2;}
.csrTargetDetail.csrt_c5 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #fa569a;}
.csrTargetDetail.csrt_c5 .csrtdCol:last-child .csrtdTitle{background-color: #c71b6a; z-index: 1;}
.csrTargetDetail.csrt_c5 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #c71b6a;}
.csrTargetDetail.csrt_c5 .textThemeColor{color: #e9207e;}

.subTab.csrt_c6:hover .subTabIcon, .subTab.csrt_c6.current .subTabIcon{background-color: #13c0d1;}
.csrTargetDetail.csrt_c6{background-color: #eff9fa;}
.csrTargetDetail.csrt_c6:before{border-color: transparent transparent #eff9fa transparent;}
.csrTargetDetail.csrt_c6 .csrtdCol:first-child .csrtdTitle{background-color: #13c0d1; z-index: 3;}
.csrTargetDetail.csrt_c6 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #13c0d1;}
.csrTargetDetail.csrt_c6 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #029abc; z-index: 2;}
.csrTargetDetail.csrt_c6 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #029abc;}
.csrTargetDetail.csrt_c6 .csrtdCol:last-child .csrtdTitle{background-color: #005a8f; z-index: 1;}
.csrTargetDetail.csrt_c6 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #005a8f;}
.csrTargetDetail.csrt_c6 .textThemeColor{color: #13c0d1;}

.subTab.csrt_c7:hover .subTabIcon, .subTab.csrt_c7.current .subTabIcon{background-color: #864d12;}
.csrTargetDetail.csrt_c7{background-color: #faf3eb;}
.csrTargetDetail.csrt_c7:before{border-color: transparent transparent #faf3eb transparent;}
.csrTargetDetail.csrt_c7 .csrtdCol:first-child .csrtdTitle{background-color: #864d12; z-index: 3;}
.csrTargetDetail.csrt_c7 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #864d12;}
.csrTargetDetail.csrt_c7 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #c08444; z-index: 2;}
.csrTargetDetail.csrt_c7 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #c08444;}
.csrTargetDetail.csrt_c7 .csrtdCol:last-child .csrtdTitle{background-color: #aa5800; z-index: 1;}
.csrTargetDetail.csrt_c7 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #aa5800;}
.csrTargetDetail.csrt_c7 .textThemeColor{color: #864d12;}

.subTab.csrt_c8:hover .subTabIcon, .subTab.csrt_c8.current .subTabIcon{background-color: #7ebe17;}
.csrTargetDetail.csrt_c8{background-color: #f5faec;}
.csrTargetDetail.csrt_c8:before{border-color: transparent transparent #f5faec transparent;}
.csrTargetDetail.csrt_c8 .csrtdCol:first-child .csrtdTitle{background-color: #7ebe17; z-index: 3;}
.csrTargetDetail.csrt_c8 .csrtdCol:first-child .csrtdTitle:after{border-color: transparent transparent transparent #7ebe17;}
.csrTargetDetail.csrt_c8 .csrtdCol:nth-child(2) .csrtdTitle{background-color: #659913; z-index: 2;}
.csrTargetDetail.csrt_c8 .csrtdCol:nth-child(2) .csrtdTitle:after{border-color: transparent transparent transparent #659913;}
.csrTargetDetail.csrt_c8 .csrtdCol:last-child .csrtdTitle{background-color: #457000; z-index: 1;}
.csrTargetDetail.csrt_c8 .csrtdCol:last-child .csrtdTitle:after{border-color: transparent transparent transparent #457000;}
.csrTargetDetail.csrt_c8 .textThemeColor{color: #7ebe17;}

.csrTaEN .tabContent{
  height: 800px;
}

.csrTaEN .tabBox:nth-child(1) .subTab, .csrTaEN .tabBox:nth-child(2) .subTab{
  flex: 0 0 156px;
}

.csrTaEN .csrTa3 .subTab{
  flex: 0 0 130px;
}

.csrTaEN .subTabText{
  font-size: 14px;
}

.csrTaEN .csrtdaRow .yearBox{
  width: 70px;
  padding-left: 5px;
}

 /*Vivi add by20250707 for new note for 年度目標*/
.pcbreak{display: block;}
.noteENwidth{width:33%;}
.csrTargetBox .csrt_notepadding_2line {padding-bottom:70px;}
.csrTargetBox .csrt_notepadding_2wline {padding-bottom:70px;}
.csrTargetBox .csrt_notepadding_1line, .csrt_notepadding_1line_en {padding-bottom:40px;}
.csrTargetBox .csrt_notepadding_6line, .csrt_notepadding_6line_en {padding-bottom:150px;}
.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:100px;}
.csrTargetBox .csrt_notepadding_2line_en {padding-bottom:100px;}
.csrTargetBox .csrt_notepadding_2line_en_w {padding-bottom:70px;}

@media (max-width: 1000px) {
	.csrTargetBox .csrt_notepadding_1line_en {padding-bottom:50px;}	
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:160px;}
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:120px;}	
}

@media (max-width: 860px) {
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:190px;}	
}
	
@media (max-width: 829px) {
	.pcbreak{display: inline-block;}		
}


@media (max-width: 820px) {
	.csrTargetBox .csrt_notepadding_1line_en {padding-bottom:70px;}	
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:190px;}		
}

@media (max-width: 768px) {
	.noteENwidth{width:100%;}	
	.csrTargetBox .csrt_notepadding_2line {padding-bottom:70px;}
	.csrTargetBox .csrt_notepadding_2wline {padding-bottom:100px;}	
	.csrTargetBox .csrt_notepadding_1line {padding-bottom:70px;}
	.csrTargetBox .csrt_notepadding_6line {padding-bottom:230px;}	
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:200px;}
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:140px;}	
	.csrTargetBox .csrt_notepadding_2line_en {padding-bottom:90px;}		
	.csrTargetBox .csrt_notepadding_2line_en_w {padding-bottom:90px;}			
}

@media (max-width: 570px) {

	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:260px;}	
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:180px;}
	.csrTargetBox .csrt_notepadding_2line_en {padding-bottom:110px;}			
	.csrTargetBox .csrt_notepadding_2line_en_w {padding-bottom:110px;}	
}

@media (max-width: 520px) {
	.csrTargetBox .csrt_notepadding_1line_en {padding-bottom:80px;}	
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:200px;}		
}

@media (max-width: 470px) {
	.csrTargetBox .csrt_notepadding_2line {padding-bottom:90px;}	
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:300px;}
	.csrTargetBox .csrt_notepadding_2line_en {padding-bottom:130px;}
	.csrTargetBox .csrt_notepadding_2line_en_w {padding-bottom:130px;}	
}

@media (max-width: 460px) {
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:230px;}		
}

@media (max-width: 447px) {
	.csrTargetBox .csrt_notepadding_2wline {padding-bottom:130px;}		
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:330px;}	
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:240px;}

	
}

@media (max-width: 400px) {
	.csrTargetBox .csrt_notepadding_2line {padding-bottom:100px;}
	.csrTargetBox .csrt_notepadding_6line {padding-bottom:250px;}		
	.csrTargetBox .csrt_notepadding_2wline {padding-bottom:150px;}	
	.csrTargetBox .csrt_notepadding_1line_en {padding-bottom:100px;}	
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:360px;}	
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:280px;}	
	.csrTargetBox .csrt_notepadding_2line_en {padding-bottom:150px;}
	.csrTargetBox .csrt_notepadding_2line_en_w {padding-bottom:150px;}	
}

@media (max-width: 380px) {
	.csrTargetBox .csrt_notepadding_6line {padding-bottom:280px;}		
	.csrTargetBox .csrt_notepadding_1line {padding-bottom:80px;}
	.csrTargetBox .csrt_notepadding_2wline {padding-bottom:150px;}		
	.csrTargetBox .csrt_notepadding_6line_en {padding-bottom:410px;}	
	.csrTargetBox .csrt_notepadding_3line_en {padding-bottom:320px;}		
	.csrTargetBox .csrt_notepadding_2line_en {padding-bottom:180px;}	
	.csrTargetBox .csrt_notepadding_2line_en_w {padding-bottom:180px;}	
}

 /*Vivi add by20250707 for new note for 年度目標 end*/


@media screen and (max-width: 999px){	
  .subTabList{
    width: 100% !important;
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .subTab{
    flex: 0 0 102px;
    margin: 12px 10px;
  }

  .csrTa4 .subTab{
    flex: 0 0 86px !important;
    font-size: 14px;
    margin: 12px 4px !important;
  }

  .subTab:hover .subTabIcon, .subTab.current .subTabIcon{
    transform: scale(1.1);
  }

  .csrTargetDetail{
    width: 96%;
    margin: 0 2%;
    padding: 15px;
    border-radius: 16px;
  }

  .csrtdCol:last-child{
    flex: 0 0 37%;
  }

  .csrtdCol ul{
    padding: 30px 20px 20px 30px;
  }

  .csrtdAnnual{
    padding: 20px 0 20px 15px;
  }

  .csrtdaNow{
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .csrTaEN .tab{
    font-size: 14px;
  }

  .csrTaEN .tabContent{
    height: 954px;
  }

  .csrTaEN .subTab{
    flex: 0 0 102px !important;
    margin: 12px 10px !important;
  }

  .csrTaEN.csrTa4 .subTab{
    flex: 0 0 88px !important;
    margin: 12px 4px !important;
  }

  .csrTaEN .subTabText{
    font-size: 13px;
  }

}

@media screen and (max-width: 767px){

  .csrTarget{
    margin: 20px 0 30px 0;
  }

  .tabList{
    padding: 6px 20px;
    margin: 0;
  }

  .tab{
    width: calc(50% - 16px);
    max-width: none;
    margin: 8px;
  }

  .tab.current:after{
    display: none;
  }

  .tabContent{
    height: 1172px;
    margin: 10px 0 20px 0;
  }

  .subTab, .csrTaEN .subTab{
    flex: 0 0 62px !important;
    text-align: center;
    margin: 8px 10px !important;
    cursor: pointer;
  }

  .csrTa3 .subTab{
    flex: 0 0 100px !important;
    margin: 7px 3px 8px 3px !important;
  }

  .csrTa4 .subTab{
    flex: 0 0 80px !important;
    margin: 7px 4px 8px 4px !important;
  }

  .csrTaEN.csrTa3 .subTab{
    margin: 5px 3px 6px 3px !important;
  }

  .csrTaEN.csrTa4 .subTab{
    flex: 0 0 80px !important;
    margin: 5px 4px 6px 4px !important;
  }

  .subTabIcon{
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }

  .subTabText{
    font-size: 14px;
  }

  .csrTa3 .subTabText, .csrTa4 .subTabText{
    font-size: 13px;
  }

  .subTabBox{
    padding: 0 5%;
  }

  .csrTargetSDGs{
    margin: 0 0 3px 0;
  }

  .csrTargetSDGs:after{
    width: 90%;
  }

  .csrTargetSDGs img{
    width: 86px;
    height: 86px;
  }

  .csrTargetDetail{
    flex-wrap: wrap; 
  }

  .csrtdCol{
    flex: 0 0 100% !important;
  }

  .csrtdCol:after{
    display: none;
  }

  .csrtdTitle{
    font-size: 17px;
    line-height: 1;
    padding: 10px 0;
    border-radius: 6px;
  }

  .csrtdTitle:after{
    display: none;
  }

  .csrtdCol ul{
    padding: 15px 20px 15px 40px;
  }

  .csrtdCol ul li{
    margin-bottom: 5px;
  }

  .csrtdAnnual{
    padding: 20px 5px;
  }

  .csrTaEN .tab{
    font-size: 13px;
    padding: 5px;
  }

  .csrTaEN .tabContent{
    height: 1397px;
  }

  .csrTaEN .subTabText{
    font-size: 12px;
    line-height: 1.2;
  }

  .csrTaEN.csrTa3 .subTabText, .csrTaEN.csrTa4 .subTabText{
    line-height: 1.1;
  }

}