.contents {
  padding-bottom: 0px;
}

.ctContents {
  width: auto;
}

.columnWrapper.bg-info {
  background-color: #b6cfe7;
}

.column {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 60px 0;
}

.column-lead {
  margin-bottom: 40px;
}

.column-lead-title {
  font-size: 24px !important;
  text-align: center;
  color: #0d5faf;
  line-height: 1.3;
}

.column-lead-sdgs {
  width: 600px;
  margin: 72px auto 45px;  
}

.column-lead-sdgs-text {  
  margin: 16px 0 0;  
}

.column-title {
  font-size: 24px;
  text-align: center;
  color: #0d5faf;
  border: solid 2px #0d5faf;
  padding: 12px 0;
  background-color: #fff;
  margin-bottom: 30px;
}

.column-contents {
  margin-bottom: 50px;
}

.column-contents-title {
  font-size: 24px;
  text-align: center;
  color: #0d5faf;
  border-bottom: solid 1px #0d5faf;
  padding-bottom: 15px;
  margin-bottom: 35px;
  width: 100%;
  display: flex;
  align-items: center;
}

.column-contents-title.center {
  justify-content: center;
}

.column-contents-title-img{
  display: table-cell;  
}

.title-img-inner{ 
  display: flex;
  justify-content: space-between; 
}

.title-img-inner2{
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between; 
}

.title-img-inner > img{
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.title-img-inner2 > img{
  width: 90px;
  height: 90px;
}

.title-img-01 {
  width: 90px;
  height: 90px;
}

.title-img-02 {
  width: 195px;
  height: 90px;
}

.title-img-03 {
  width: 300px;
  height: 90px;
}

.column-contents-title-text {    
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 24px;
}

.column-contents-inner {
  margin-bottom: 20px;
}

.column-contents-inner-title {
  font-size: 21px;
  color: #0d5faf;
  margin-bottom: 10px;
}

.column-2 {
  zoom: 1;
}

.column-2:before, .column-2:after {
  content: "";
  display: table;
}

.column-2:after {
  clear: both;
}

.column-2-img {
  float: left;
  width: 46.2%;
  margin-right: 3.8%;
}

.column-2-text {
  float: right;
  width: 50%;
}

.column-1 {
  margin-bottom: 25px;
}

.column-1-img {
  text-align: center;
  margin-bottom: 20px;
}

.column-1-text .arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.column-1-text .arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #0d5faf;
  border-right: solid 1px #0d5faf;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -5px;
}

.column-2_2 {
  zoom: 1;
  margin-bottom: 40px;
}

.column-2_2:before, .column-2_2:after {
  content: "";
  display: table;
}

.column-2_2:after {
  clear: both;
}

.column-2_2-left {
  float: left;
  width: 46.2%;
}

.column-2_2-right {
  float: right;
  width: 46.2%;
}

.column a {
  color: #0d5faf;
}

.p-t-0 {
  padding-top: 0;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-1em {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1000px) {
  .ctContents {
    width: 100%;
    padding-bottom: 11%;
  }
  .columnWrapper.bg-info {
    background-color: #fff;
  }
  .column {
    width: 84%;
    padding: 0;
  }
  .column-title {
    margin-bottom: 0;
    margin-top: -2px;
    cursor: pointer;
    position: relative;
  }
  .column-title::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #0d5faf;
    border-right: solid 1px #0d5faf;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  .column-title.active::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -2px;
  }
  .column-lead-title {
    margin-bottom: 8.3%;
  }
  .slideToggle-inner {
    display: none;
    padding: 4.6% 0 6.4% 0;
  }
}

@media only screen and (max-width: 600px) {
  img {
    width: auto;
  }
  .column-title {
    font-size: 20px;
    padding: 2.6% 32px;
    text-align: left;
  }
  .column-lead {
    margin-bottom: 4.6%;
  }
  .column-lead-title {
    font-size: 20px !important;
  }
  .column-lead-sdgs {
      width: 100%;
      margin: 20% auto 10%;  
  }
  .column-lead-sdgs-text {  
      margin: 3% 0 0;  
  }
  .column-contents {
    margin-bottom: 7.4%;
  }
  .column-contents-title {
    font-size: 20px;
    padding-bottom: 1.8%;
    margin-bottom: 3.7%;
    display: block;
  }
  .column-contents-title-img{
    display: block;
    margin: 1% auto 6%;
  }
  .title-img-inner {
    justify-content: center;
  }
  .title-img-inner2{
    margin: 2.5% auto 7%;
  }
  .title-img-inner > img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-img-inner2 > img{
    width: auto;
    height: auto;
  }
  .title-img-01 {
    width: 16%;
    height: auto;
  }
  .title-img-01 img{
    width: 100%;
    height: 100%;
  }
  .title-img-02 {
    width: 34%;
    height: auto;
  }
  .title-img-02 img{
    width: 46.3%;
    height: 100%;
  }
  .title-img-03 {
    width: 53%;
    height: auto;
  }
  .title-img-03 img{
    width: 30%;
    height: 100%;
  }
  .column-contents-title-text {    
    display: block;
    padding-left: 0;
  }
  .column-contents-inner {
    margin-bottom: 3.7%;
  }
  .column-contents-inner-title {
    font-size: 20px;
    margin-bottom: 1.8%;
  }
  .column-2-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .column-2-text {
    float: none;
    width: 100%;
    margin-bottom: 3.7%;
  }
  .column-1 {
    margin-bottom: 4.6%;
  }
  .column-1-img {
    margin-bottom: 3.7%;
  }
  .column-2_2 {
    margin-bottom: 8.3%;
  }
  .column-2_2-left {
    width: 100%;
    float: none;
    margin-bottom: 3.7%;
  }
  .column-2_2-right {
    width: 100%;
    float: none;
  }
  .slideToggle-inner {
    display: none;
    padding: 4.6% 0 6.4% 0;
  }
  .m-b-20 {
    margin-bottom: 3.7%;
  }
  .m-b-30 {
    margin-bottom: 5.5%;
  }
}

#project section  h5{
  font-size: 21px;
  margin: 1.3rem 0 0.5rem;
}
