#case_contents {
  margin-bottom: 30px;
}

#case_contents h2{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: none;
  margin-top: 0;
  letter-spacing: 0;
}


#case_contents span.copy {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0;
}

#case_contents span.ttl {
    clear: both;
    font-weight: bold;
    padding: 4px 8px;
    margin-right: 5px;
}

#case_contents h3 {
  clear: both;
  padding: 5px 12px;
  color: #333;
  font-size: 1.1rem;
  font-weight: bold;
  width: max-content;
  margin-left: .5rem;
}

#case_contents h4 {
    clear: both;
    margin: 5px;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    padding: 0px 10px;
    background: #ffffff;
}

#case_contents p {
    max-width: 990px;
    padding: 0px 10px;
    margin: 0px 5px 15px 5px;
}

#case_contents img {
    width: auto;
}

#case_contents sup {
    vertical-align: super;
}

#case_contents sub {
  vertical-align: bottom;
}

#case_contents span.quotation {
  font-family: serif;
}

.head{
  max-width: 990px;
  padding: 12px 10px;
}

.body_wrap{
  padding: 12px 10px;
}


#case_contents h3.ic_pink { background: #f794b5; }
#case_contents h3.ic_blue { background: #8ac2e5; }
#case_contents h3.ic_green { background: #6fcec5; }
#case_contents h3.ic_orange { background: #fcb687; }

.ic_pink { background: #f794b5; }
.ic_blue { background: #8ac2e5; }
.ic_green { background: #6fcec5; }
.ic_orange{ background: #fcb687; }

.bg_pink { background: #fde3ec; }
.bg_blue { background: #d9ecf7; }
.bg_green { background: #c9edea; }
.bg_orange { background: #fce1cd; }

.font_pink { color: #f24881; }
.font_blue { color: #2c89c2; }
.font_green { color: #33958c; }
.font_orange { color: #f06506; }

.flex{
  display:flex;
  align-items: flex-start;
}

.issue{
  padding: 12px 15px;
}

.ic_issue_pink { 
  min-width: 100px;
  background: #fde3ec;
  margin-left: 15px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: bold;
}

.ic_issue_blue { 
  min-width:100px;
  background: #d9ecf7;
  margin-left: 15px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight:bold;
}

.ic_issue_green { 
  min-width:100px;
  background: #c9edea;
  margin-left: 15px ;
  padding: 10px ;
  text-align: center;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight:bold;
}

.ic_issue_orange { 
  min-width:100px;
  background: #fce1cd;
  margin-left: 15px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight:bold;
}


#case_contents img.sdgs_logo{
 width:80px;
 margin-right:15px;
}

@media screen and (max-width:1200px){
  #case_contents img {
    width: 100%;
  }
}

@media screen and (max-width:680px){
  #case_contents img.sdgs_logo{
    width:60px;
    margin-right:8px;
  }
  
  .ic_issue_pink { 
    max-height: 60px;
    min-width: 60px;
    font-size: 85%;
    background: #fde3ec;
    margin-left: 5px;
    padding: 5px 3px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 8px;
    font-weight: bold;
  }

  .ic_issue_blue { 
    max-height: 60px;
    min-width: 60px;
    font-size: 85%;
    background: #d9ecf7;
    margin-left: 5px;
    padding: 5px 3px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 8px;
    font-weight:bold;
  }

  .ic_issue_green { 
    max-height: 60px;
    min-width: 60px;
    font-size: 85%;
    background: #c9edea;
    margin-left: 5px;
    padding: 5px 3px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 8px;
    font-weight: bold;
  }
  
    .ic_issue_orange { 
    max-height: 60px;
    min-width: 60px;
    font-size: 85%;
    background: #fce1cd;
    margin-left: 5px ;
    padding: 5px 3px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 8px;
    font-weight: bold;
  }
}

/*2201*/
.ic_pink_sub{
    font-size: 12px;
    font-weight: normal;
}
.img_waku{
    padding: 5px;
    border: 2px solid #000000;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.lst_01{
    margin-left: 2rem;
}
.lst_01 li{
    text-indent: -0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.3rem;
}
