/* トップ */
.sustainability_top .breadcrumb + section {
  margin-top: 20px;
}

.sustainability_top .sdgs_logo_list {
  margin: 0 0 30px auto;
  width: 50%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sustainability_top .sdgs_logo_list li {
  width: 14.6%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#sustainability_link ul {
  margin: 30px 10px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#sustainability_link ul li {
  text-align: center;
}

#sustainability_link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

#sustainability_link ul li a:hover {
  opacity: 0.5;
}

#sustainability_link ul li a p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

#sustainability_link ul li a img {
  width: 120px;
}

#sustainability_intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

#sustainability_intro .sdgs_column {
  width: 40%;
  display: block;
}

#sustainability_intro .sdgs_column li {
  width: 100%;
  margin-bottom: 10px;
}

#sustainability_intro .sdgs_column li a figure {
  height: 70x;
}

#sustainability_intro .sdgs_column li a figure img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

#sustainability_intro .sdgs_column > li div {
  padding: 10px;
}

.sdgs_topSustainability_txt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sdgs_topSustainability h3 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sustainability_top .sdgs_logo_list {
    width: 100%;
    margin-bottom: 20px;
  }

  .sustainability_top .sdgs_logo_list li {
    width: 15%;
    margin-bottom: 2%;
    margin-right: 0;
  }
  
  .sdgs_topSustainability h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sustainability_link ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0 40px;
  }

  #sustainability_link ul li {
    padding: 10px;
    width: 33%;
  }

  #sustainability_link ul li a p {
    padding-left: 10px;
    font-size: 16px;
  }
  
  #sustainability_intro {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  
  #sustainability_intro .sdgs_column {
    width: 100%;
  }
}


/* メッセージ */
.sdgs_topMessage_ttl {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
}

.sdgs_topMessage_wrap {
  margin-bottom: 40px;
}

.sdgs_topMessage_wrap .sdgs_ttl03 {
  text-align: left;
  margin-bottom: 20px;
}

.sdgs_topMessage_wrap a {
  transition: opacity .3s ease-in;
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  color: #404040;
  padding-left: 14px;
  margin-top: 20px;
  font-weight: bold;
}

.sdgs_topMessage_wrap a:before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 4px;
  left: 0;
  color: #008837;
}

.sdgs_topMessage_wrap a:hover {
  opacity: 0.7;
}

.message_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.message_wrap p {
  width: 56%;
  font-weight: bold;
  font-size: 2.4rem;
}

.message_wrap figure {
  width: 40%;
}

.sign {
  width: 160px;
  margin: 20px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .sdgs_topMessage_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .sdgs_topMessage_wrap {
    margin-bottom: 30px;
  }

  .sdgs_topMessage_wrap figure {
    width: 60%;
    margin: 0 auto 20px;
  }

  .sdgs_topMessage_wrap div {
    width: 100%;
    text-align: center;
  }

  .sdgs_topMessage_wrap .sdgs_ttl01 {
    text-align: center;
  }

  .sdgs_topMessage_wrap .sdgs_ttl01::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .sdgs_topMessage_wrap a {
    margin-top: 20px;
  }
  
  .message_wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .message_wrap p {
    width: 100%;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .message_wrap figure {
    width: 70%;
    margin: 0 auto 20px;;
  }
  
  .sign {
    width: 120px;
    margin: 10px 0 0 auto;
  }
}


/* コロワイドのサステナビリティ */
.sustainability .wrap {
  display: flex;
  justify-content: space-between;
}

.sustainability .wrap p {
  width: 50%;
  padding-right: 60px;
}

.sustainability .wrap div {
  width: 50%;
  margin-top: 0;
}

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

.sdgs_dl {
  display: flex;
  max-width: 80%;
  margin: 30px auto;
}

.sdgs_dl dt {
  background: #008837;
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 15%;
  border: 1px solid #008837;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sdgs_dl dt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #008837 transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.sdgs_dl dd {
  border: 1px solid #008837;
  width: 85%;
  padding: 10px 20px;
  background: #fff;
}

.sdgs_dl dd h4 {
  font-weight: bold;
  font-size: 1.8rem;
}

.sdgs_dl dd p em {
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .sustainability .wrap {
    display: block;
  }

  .sustainability .wrap p {
    width: 100%;
    padding-right: 0;
  }

  .sustainability .wrap div {
    width: 100%;
    margin-top: 20px;
  }

  .sustainability_txt {
    font-size: 18px;
  }
  
  .colowide_sustainability {
    margin-bottom: 20px;
  }

  .colowide_sustainability > li {
    width: 100%;
  }
  
  .sdgs_dl {
    display: flex;
    max-width: 100%;
    margin: 20px auto;
  }

  .sdgs_dl dt::after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }

  .sdgs_dl dd {
    width: 85%;
    padding: 10px;
  }

  .sdgs_dl dd h4 {
    font-weight: bold;
    font-size: 1.6rem;
  }
}


/* トップニュース */
.sdgs_topNews {
  width: 60%;
}

.sdgs_topNews_list {
  text-align: left;
  height:325px;
  overflow-y: scroll;
}

.sdgs_topNews_list li + li {
  border-top: 1px solid #e7e7e7;
}

.sdgs_topNews_list a {
  display: block;
  background: #fff;
  padding: 20px 30px;
  display: flex;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all .3s ease-in;
}

.sdgs_topNews_list a:hover {
  background: #cce7d7;
}

.sdgs_topNews_list .date {
  color: #919191;
  margin-right: 20px;
}

.sdgs_topNews_list .ttl {
  margin-top: 0;
  color: #404040;
}

.sdgs_topNews_list .pdf {
  position: relative;
}

.sdgs_topNews_list .pdf::after {
  content: "";
  background: url(../../cmn/img/icon_pdf01.png) right center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sdgs_topNews {
    width: 100%;
  }

  .sdgs_topNews_list {
    height:212px;
  }

  .sdgs_topNews_list a {
    padding: 10px 20px;
    flex-wrap: wrap;
  }

  .sdgs_topNews_list .date {
    margin-right: 0px;
    width: 100%;
  }
}

/* 地球環境への貢献 */
.environment .sdgs_logo_list {
  margin: 0 0 30px auto;
  width: 50%;
  flex-wrap: wrap;
  justify-content: flex-start;
}


@media screen and (max-width: 768px) {
  .environment  .sdgs_logo_list {
    width: 100%;
    margin-bottom: 20px;
  }

.environment  .sdgs_logo_list li {
    width: 15%;
    margin-bottom: 2%;
    margin-right: 0;
  }
}

.environment  .sdgs_logo_list li {
  width: 14.6%;
  margin-right: 2%;
  margin-bottom: 2%;
}



/* CO2排出量の削減 */
.co2 table.sdgs_table th {
  padding: 10px;
}

.co2 table.sdgs_table td {
  padding: 5px 10px;
  text-align: right;
}

.co2 table.sdgs_table td.first {
  padding: 5px 10px;
  font-size: 1.6rem;
  text-align: center;
}

.co2 table.sdgs_table td.first + td {
  padding: 5px 10px;
  text-align: left;
}

.co2 table.sdgs_table td.second {
  font-weight: bold;
  text-align: left;
}

.co2 table.sdgs_table tr.total > td {
  background: #f6f6f6;
}

.co2 p.note_txt + dl.sdgs_attempt_dl {
  display: block;
}

.co2 p.note_txt + dl.sdgs_attempt_dl dt,
.co2 p.note_txt + dl.sdgs_attempt_dl dd {
  width: 100%;
}

.co2 p.note_txt + dl.sdgs_attempt_dl dd {
  display: block;
  margin: 0;
  padding: 0;
}

.co2 p.note_txt + dl.sdgs_attempt_dl dd table.sdgs_table tr:last-child td {
  background: #f6f6f6;
}

.co2 p.note_txt + dl.sdgs_attempt_dl dd table.sdgs_table tr:last-child td:not(:last-child) {
  text-align: center;
}

.co2 div.sdgs_attempt_dl {
  display: flex;
}

.co2 div.sdgs_attempt_dl > div {
  flex: 1;
}

.co2 div.sdgs_attempt_dl > div > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.co2 div.sdgs_attempt_dl > div > h4::before {
    content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}


@media screen and (max-width: 768px) {
  .co2 .sdgs_table td:first-child {
    white-space: nowrap;
  }
  
  .co2 div.sdgs_attempt_dl {
    display: block;
  }
  
  .co2 div.sdgs_attempt_dl > div {
    flex: 1;
  }
  
  .co2 div.sdgs_attempt_dl > div > h4 {
    font-size: 16px;
  }
}



/* プラスチック使用量削減の取り組み */
.plastic .img_wrap li {
  text-align: center;
  width: 48%;
}

.plastic .img_wrap p {
  margin-top: 5px;
  font-size: 1.2rem;
}



/* 食品ロス・食品リサイクル対策 */
.food_loss .img_wrap li {
  width: 32%;
  margin-bottom: 10px;
}


/* 持続可能な食材の調達 */
.next_generation .img_wrap li {
  width: 32%;
  margin: 5px;
}

.next_generation #sdgs_procure .inner dl:first-of-type {
  margin-bottom: 80px;
}

.next_generation #sdgs_procure .inner dl:first-of-type dt {
  margin-bottom: 5px;
}

.next_generation #sdgs_procure .inner dl:first-of-type dd {
  margin-bottom: 20px;
}

.next_generation div.sdgs_attempt_dl {
  display: flex;
}

.next_generation div.sdgs_attempt_dl > div {
  flex: 1;
}

.next_generation div.sdgs_attempt_dl > div > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.next_generation div.sdgs_attempt_dl > div > h4::before {
    content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}


@media screen and (max-width: 768px) {
  .next_generation .img_wrap {
    flex-wrap: nowrap;
    justify-content: left;
  }

  .next_generation #sdgs_procure .inner dl:first-of-type {
    margin-bottom: 40px;
  }

  .next_generation .img_wrap li {
    width: 32%;
  }

  .next_generation div.sdgs_attempt_dl {
    display: block;
  }

  .next_generation div.sdgs_attempt_dl > div {
    flex: 1;
  }

  .next_generation div.sdgs_attempt_dl > div > h4 {
    font-size: 16px;
  }
}


/* 女性活躍の推進 */
.women .img_wrap_01 li { width: 24%;}

.women .img_wrap_02 { align-items: flex-end;}

.women .img_wrap_02 li { width: 32%;}

.women .sdgs_attempt_dl > dd { width: 40%;}

.women .threecolumn_wrap li:nth-of-type(1){ width: 28%;}

.women .threecolumn_wrap li:nth-of-type(2){width: 32%;}

.women .threecolumn_wrap li:nth-of-type(3){width: 38%;}

.women .threecolumn_wrap > li > dl > dd {margin-bottom: 0;}


.women div.sdgs_attempt_dl { display: flex;}

.women div.sdgs_attempt_dl > div {flex: 1;}

.women div.sdgs_attempt_dl > div > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.women div.sdgs_attempt_dl > div > h4::before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}

.women table.sdgs_table th {
  padding: 10px;
}
.women table.sdgs_table td.first {
  font-size: 1.6rem;
}

.women table.sdgs_table td.second {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .women .sdgs_attempt_dl > dd {
    width: 100%;
  }
  
  .women .threecolumn_wrap li:nth-of-type(1),
  .women .threecolumn_wrap li:nth-of-type(2),
  .women .threecolumn_wrap li:nth-of-type(3){
    width: 100%;
  }
}


/* ダイバーシティの推進・従業員の能力向上支援 */
.diversity .img_wrap_01 li {
  width: 24%;
}

.diversity .img_wrap_02 li {
  width: 48%;
  margin-bottom: 80px;
}

.diversity .img_wrap_03 li {
  width: 32%;
}

.diversity .img_wrap_04 li {
  width: 80%;
  margin-bottom: 20px;
}

.diversity .img_wrap_05 li:nth-child(1),
.diversity .img_wrap_05 li:nth-child(2) {
  width: 38%;
}
.diversity .img_wrap_05 li:nth-child(3) {
  width: 20%;
  margin-top: -15px;
}

.diversity .img_wrap_06 {
  justify-content: flex-start;
}

.diversity .img_wrap_06 li:nth-child(1) {
  width: 38%;
  margin-right: 10px;
}

.diversity .img_wrap_06 li:nth-child(2) {
  width: 16.8%;
}

.diversity .img_wrap_07 {
  justify-content: flex-start;
}

.diversity .img_wrap_07 li {
  width: 32%;
  margin-right: 10px;
}

.diversity .note_txt > span {
  display: block;
  text-indent: 1em;
}
.diversity .sdgs_attempt .inner > div {
  margin-bottom: 80px;
}

.diversity section:nth-of-type(5) dl {
  display: block;
}

.diversity section:nth-of-type(5) dl dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.diversity section:nth-of-type(5) dl dd p {
  margin:40px 0 0 0;
}


.diversity section:nth-of-type(5) dl dd figure {
  width: 100%;
  margin:  30px auto 0;
}

.diversity div.sdgs_attempt_dl {
  display: flex;
}

.diversity div.sdgs_attempt_dl > div {
  flex: 1;
}

.diversity div.sdgs_attempt_dl > div > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.diversity div.sdgs_attempt_dl > div > h4::before {
    content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}


@media screen and (max-width: 768px) {
  .diversity .img_wrap_01 li {
    width: 24%;
  }

  .diversity .img_wrap_02 li {
    width: 48%;
    margin-bottom: 40px;
  }

  .diversity .img_wrap_03 li {
    width: 32%;
    margin-bottom: 40px;
  }
  
  .diversity .img_wrap_04 li {
    width: 100%;
  }

  .diversity .img_wrap_05 li:nth-child(3) {
    width: 20%;
    margin-top: -1.5%;
  }

  .diversity section:nth-of-type(5) dl.sdgs_attempt_dl dd img {
    width: 100%;
    margin-bottom: 0;
  }

  .diversity div.sdgs_attempt_dl {
    display: block;
  }
  
  .diversity div.sdgs_attempt_dl > div {
    flex: 1;
  }
  
  .diversity div.sdgs_attempt_dl > div > h4 {
    font-size: 16px;
  }
}


/* ワークライフバランス */
.worklife_balance .img_wrap_06 {
  justify-content: flex-start;
}

.worklife_balance .img_wrap_06 li:nth-child(1) {
  width: 38%;
  margin-right: 10px;
}
.worklife_balance .img_wrap_06 li:nth-child(2) {
  width: 16.8%;
}

.worklife_balance .worklife_balance_pic {
  width: 60%;
  margin: 30px auto;
}

.worklife_balance .list_mt {
  margin: 20px auto;
}

.worklife_balance #implementation_list {
  margin-top: 0;
}

.worklife_balance .sdgs_attempt_dl h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.worklife_balance #promotion > .inner > .sdgs_attempt_dl > dd {
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .worklife_balance .img_wrap_06 {
    margin-bottom: 40px;
  }

  .worklife_balance .img_wrap_06 li:nth-child(1) {
    width: 68%;
    margin-right: 2%;
  }
  .worklife_balance .img_wrap_06 li:nth-child(2) {
    width: 30%;
  }
  
  .worklife_balance .worklife_balance_pic {
    width: 100%;
  }
  
  .worklife_balance .sdgs_attempt_dl h5 {
    font-size: 16px;
  }
}


/* 地域貢献 */
.contribution .img_wrap_01 {
  align-items: flex-end;
  
}

.contribution .img_wrap li {
  width: 32%;
}


/* 社会貢献 */
.education .img_wrap li {
  width: 32%;
}

.education .img_wrap_01 li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education .img_wrap_01 li figure >figcaption {
  text-align: center;
}


/* コーポレートガバナンスの強化 */
.corporate_pic {
  width: 80%;
  margin: 30px auto 0;
}

#corporate_item_policy {
  display: block;
  margin: 40px 0 50px;
}

#corporate_item_policy dd {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 25px;
}

#corporate_item_policy + p.note_txt + p {
  text-align: right;
}

.corporate div.sdgs_attempt_dl > div > h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.corporate div.sdgs_attempt_dl > div > h3::before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}

.corporate div.sdgs_attempt_dl > div {
  flex: 1;
}

.corporate div.sdgs_attempt_dl > div > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.corporate div.sdgs_attempt_dl > div > h4::before {
    content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}


@media screen and (max-width: 768px) {
  .corporate_pic {
    width: 100%;
    margin: 20px auto 0;
  }
  .corporate div.sdgs_attempt_dl > div > h3 {
    font-size: 16px;
  }
  .corporate div.sdgs_attempt_dl {
    display: block;
  }
  
  .corporate div.sdgs_attempt_dl > div {
    flex: 1;
  }
  
  .corporate div.sdgs_attempt_dl > div > h4 {
    font-size: 16px;
  }
}


/* TCFD提言に基づく情報開示 */
.tcfd section:last-child {
  margin-bottom: 40px;
}

.tcfd h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.tcfd h3::before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}

.tcfd p {
  margin-top: 20px;
}

.tcfd .sdgs_table {
  width: 100%;
}

.tcfd .sdgs_table_wrap {
  margin-bottom: 40px;
}

.tcfd .sdgs_table .first {
  font-size: 16px;
  color: #000;
}

.tcfd .sdgs_table tr:first-child th:last-child {
  width: 20%;
}

.tcfd .sdgs_table td ul {
  width: auto;
  flex-direction: column;
}

.tcfd .sdgs_table td ul li {
  width: auto;
  margin-bottom: 3%;
}

.tcfd .sdgs_table td ul li:last-child {
  margin-bottom: 0;
}

.tcfd .sdgs_table td.td-green {
  background: #ddf8d1;
}
.tcfd .sdgs_table td.td-blue {
  background: #d1ecf8;
}

.tcfd .sdgs_table td.td-green,
.tcfd .sdgs_table td.td-blue {
  font-size: 19px;
}

.tcfd .co2_table {
  margin-top: 20px;
}

.tcfd img.eikyo {
  width: 50%;
}
.tcfd img.eikyo02 {
  font-size: 80px;
}

.tcfd img.eikyo+p,
.tcfd img.eikyo02+p{
  margin-top: 5px;
}

.tcfd .note_txt {
  padding-left: 4.2em;
}
.tcfd .note_txt span {
  display: block;
  padding-left: 5.9em;
}


@media screen and (max-width: 768px) {
  .tcfd .co2_table {
    margin-top: 20px;
  }

  .tcfd .co2_table th,
  .tcfd .co2_table td{
    width:100%;
    display:block;
  }
  .tcfd .note_txt,
  .tcfd .note_txt span {
    padding-left: 0em;
  }
}

/* 快適な店舗づくり */

#sustainability_food_store .sdgs_attempt_dl {
  flex-direction: column;
}

#sustainability_food_store .sdgs_attempt_dl dd {
  gap: 20px;
  margin-left: 0;
  margin-bottom: 0;
}

#sustainability_food_store .sdgs_attempt_dl:last-of-type dd {
  width: 100%;
}


@media screen and (max-width: 768px) {
  #sustainability_food_store .sdgs_attempt_dl dd {
    gap: 10px;
    flex-wrap: nowrap;
  }
  #sustainability_food_store .sdgs_attempt_dl dd img {
    width: calc((48% - 10px / 2 ));
    margin-bottom: 10px;
  }
}


/* 第三者による外部検査の実施*/
#sustainability_food_examination .sdgs_attempt_dl dd { flex-direction: column;}

.examination div.sdgs_attempt_dl { display: flex;}

.examination div.sdgs_attempt_dl > div {flex: 1;}

.examination div.sdgs_attempt_dl > div > h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.examination div.sdgs_attempt_dl > div > h4::before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}

.examination div.sdgs_table_wrap + p.note_txt {
  margin-top: 30px;
}

.examination table.sdgs_table td.first {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #sustainability_food_examination .sdgs_attempt_dl dd {
    flex-direction: row;
  }

  .examination div.sdgs_attempt_dl {
    display: block;
  }
  
  .examination div.sdgs_attempt_dl > div {
    flex: 1;
  }
  
  .examination div.sdgs_attempt_dl > div > h4 {
    font-size: 16px;
  }
  
  .examination div.sdgs_table_wrap + p.note_txt {
    margin-top: 20px;
  }
}

/* 人権の尊重 */
.humanrights .sdgs_attempt {
  counter-reset: humanrights-count;
}

.humanrights div.sdgs_attempt_dl > div > h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.humanrights div.sdgs_attempt_dl > div > h3::before {
  counter-increment: humanrights-count;
  content: counter(humanrights-count) ". ";
  padding-right: 5px;
  font-weight: bold;
}

.humanrights div.sdgs_attempt_dl > div > ul > li {
  position: relative;
  padding-left: 16px;
}

.humanrights div.sdgs_attempt_dl > div > ul > li::before {
  position: absolute;
  left: 0;
  top: 13px;   
  width: 5px;
  height: 5px;
  margin-left: 4px;
  background: currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.humanrights div.sdgs_attempt_dl > div > ul > li:last-child {
  margin-top: 5px;
}

.humanrights div.sdgs_attempt_dl:has(p.right) {
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .humanrights div.sdgs_attempt_dl > div > h3 {
    font-size: 16px;
  }
  .humanrights div.sdgs_attempt_dl {
    display: block;
  }
  
  .humanrights div.sdgs_attempt_dl > div {
    flex: 1;
  }

  .humanrights div.sdgs_attempt_dl > div > ul > li::before {
    top: 11px;   
    width: 4px;
    height: 4px;
  }
}