@charset "UTF-8";
/* CSS Document */
body{
  color:#000;
}
h1{
  font-size: 24px;
  font-weight:bold;
  letter-spacing: 0.05em;
  color:#254072;
}

h2{
	font-size: 24px;
	line-height:50px;
	letter-spacing: 0.075em;
	color:#254072;
	margin-bottom: 0px;
  padding-left:15px;
  border-left: solid 20px #365ca5;
}

h3{
  font-size:22px;
  border-bottom: solid 3px #365ca5;
  font-weight: 700;
}

#over_sdgs_main_title{
	width:100%;
}
.sdgs_main_title{
  border: solid 1px #365ca5;
}

sdgs_sub_title{
  font-size: 24px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        .container-table {
            max-width: 900px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            overflow: hidden;
            border: 1px solid #ddd;
        }

        /* Table specific styles */
        .table-sdgs {
            width: 100%;
            border-collapse: collapse;
            margin-top: 0;
        }
        .table-sdgs th, .table-sdgs td {
            border: 1px solid #dee2e6; /* Bootstrap default border color */
            padding: 12px 15px;
            text-align: left;
            vertical-align: top;
        }
        .table-sdgs thead th {
            background-color: #00cc99; 
            color: white;
            font-weight: bold;
            text-align: center; 
            font-size: 1.1rem;
          vertical-align: middle;
        }
        /* Custom colors for columns as per image */
        .theme-col {
            background-color: #e9f7ef; /* Light green-ish background */
            color: #047857; /* Darker teal text */
            font-weight: bold;
            width: 25%; /* Adjust width for better fit */
        }
        .content-col {
            width: 50%; /* Adjust width for better fit */
        }
        .goals-col {
            width: 25%; /* Adjust width for better fit */
            text-align: center;
        }
        .sdgs-icon {
            width: 60px; /* Slightly larger icons for better visibility */
            height: 60px;
            margin: 5px;
        }
        .list-content {
            list-style: none; /* Remove default list bullets */
            padding-left: 0;
            margin-bottom: 0;
        }
        .list-content li {
            position: relative;
            padding-left: 1.5rem; /* Space for custom bullet */
            margin-bottom: 8px;
        }
        .list-content li:last-child {
            margin-bottom: 0;
        }
        .list-content li::before {
            content: "・"; /* Custom bullet point */
            color: #047857; /* Teal color for bullet */
            position: absolute;
            left: 0;
            top: 0;
        }
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .table-sdgs th, .table-sdgs td {
                padding: 8px 10px;
                font-size: 0.9rem;
            }
            .sdgs-icon {
                width: 45px;
                height: 45px;
            }
            .list-content li {
                padding-left: 1.2rem;
            }
        }


#around_sdgs_sub_table{
  margin: 30px auto 0px;
}
#sdgs_sub_table{
  border: solid 1px #e8e8e8;
  font-size:15px;
}

#sdgs_sub_table td,#sdgs_sub_table th,#sdgs_sub_table tr{
  border: solid 1px #e8e8e8;
  padding:20px;
}

#sdgs_sub_table th{
  background-color: #f7f7f7;
  font-weight: inherit;
}

.over_sdgs_sub_heading{
  width:100%;
}

.around_sdgs_sub_heading{
}

.sdgs_sub_heading{
  margin-left: 20px; 
}

.sdgs_sub_heading dt{
  font-size: 20px;
  font-weight: inherit;
  margin-left: 20px;
}
.sdgs_sub_heading dd{
  font-size: 18px;
  line-height:30px;
  margin-left: 40px;
  font-weight: inherit;
}

.sdgs_sub_heading dt:first-child{
  margin-top:20px;
}

.sdgs_sub_heading dt:nth-child(n+2){
  margin-top:30px;
}

#over_sdgs_access{
  width: 100%;
}

#around_sdgs_access{
  width: 940px;
  margin: 30px auto 0px;
}

.sdgs_access_title{
  text-align: center;
}

.sdgs_access_title span{
  display: block;
  padding:5px 30px;
  background-color: #4f87f1;
  border-radius: 5px;
  line-height:30px;
  font-size: 20px;
  color:#fff;
  letter-spacing: 0.075em;
}

.googlemap-box iframe{
  width:100%;
  height:450px;
}

/* 極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
  #sdgs_sub_table{
    font-size:14px;
  }
}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
  
  h1{
  font-size: 22px;
}
  
  h2{
	font-size: 20px;
	line-height:40px;
	letter-spacing: 0.075em;


  padding-left:10px;

}
  
  h3{
    font-size: 18px;
  }
  
  .sdgs_sub_heading{
  margin-left: 10px; 
}

.sdgs_sub_heading dt{
  font-size: 16px;
  font-weight: inherit;
  margin-left: 10px;
}
.sdgs_sub_heading dd{
  font-size: 14px;
  line-height:30px;
  margin-left: 20px;
  font-weight: inherit;
}

.sdgs_sub_heading dt:first-child{
  margin-top:10px;
}

.sdgs_sub_heading dt:nth-child(n+2){
  margin-top:10px;
}
  
  
  
}

/* 中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {
  
}

/* 大デバイス（デスクトップ, 1200px 未満）*/
@media (max-width: 1199.98px) {
  
}