/* style.css?20250412 */

body {
  font-family: 'M PLUS 1p', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

header {
  color: black;
  text-align: center;
  
}

header h1 {
  font-weight: 600;
  margin: auto;
  font-size: 1.7rem;
  border-bottom: #0d47a1 solid 1px;
  max-width: 90%;
  padding: 1.0rem 1rem;
margin-bottom: 0.5rem;
}

header h1 .text-title-small{
  font-size: 1.4rem;
  font-weight: 400;

}
.sien-contents{
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.2em; /* ベースの文字間隔 */
  border: #0d47a1 solid 1px;
  padding: 5px 0;
}
main {
  padding: 1rem;
  max-width: 960px;
  margin: 0 auto;
}

.intro p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.program-item-link ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.program-links li {
  border-radius: 50%;
  width:50%;
  padding: 4px;

}
.program-links a {
  text-align: center;
  font-size: 34px;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 400;
  border-radius: 50%;
  transition: background-color 0.3s;
  width:100%;
}
.program-links .health-color-link{
  background-color: #7acb57;

}
.health-color-border{
  border: #7acb57 solid 1px;

}
.program-links .exercise-color-link{
  background-color: #ed97ad;

}
.exercise-color-border{
  border: #ed97ad solid 1px;

}
.program-links .cognition-color-link{
  background-color: #76a7f1;

}
.cognition-color-border{
  border: #76a7f1 solid 1px;

}
.program-links .communication-color-link{
  background-color: #45b9b6;

}
.communication-color-border{
  border: #45b9b6 solid 1px;

}
.program-links .society-color-link{
  background-color: #eeb93d;

}
.society-color-border{
  border: #eeb93d solid 1px;

}
.space-nomal{
  letter-spacing: 1.3rem;
}
.program-links a:hover {
  background-color: #bbdefb;
}

.policy h2 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.policy-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.policy-item .label {
  font-weight: 400;
  width: 15%;
  margin-right: 1rem;
  color: #333;
}

.policy-item .value {
  flex:1;
  font-weight: 400;
  color: #555;
}
.circle1{
  background-color: rgb(22, 188, 133);
  font-size:40px;
  color:white;
  margin-top:5px;
  margin-right:10px;
  width:48px;
  height:48px;
  position:relative;
  border-radius: 50%;
}
.circle1::before {
  content: "1"; /* 中黒・リスト風 */
  position: absolute;
  top: -14px;
  left:8px;
  color:white;
  font-size:48px
}
.circle2{
  background-color: rgb(225, 185, 84);
  font-size:40px;
  color:white;
  margin-top:5px;
  margin-right:10px;
  width:48px;
  height:48px;
  position:relative;
  border-radius: 50%;
}
.circle2::before {
  content: "2"; /* 中黒・リスト風 */
  position: absolute;
  top: -14px;
  left:9px;
  color:white;
  font-size:48px
}
.circle3{
  background-color: rgb(118, 166, 229);
  font-size:40px;
  color:white;
  margin-top:5px;
  margin-right:10px;
  width:48px;
  height:48px;
  position:relative;
  border-radius: 50%;
}
.circle3::before {
  content: "3"; /* 中黒・リスト風 */
  position: absolute;
  top: -14px;
  left:9px;
  color:white;
  font-size:48px
}
.policy-item .value .value-item{
  display: flex;
  margin-bottom: 8px;
}

.program-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  border-bottom: #0d47a1 solid 1px;

}

.program-item .label {
  font-weight: 400;
  width: 15%;
  margin-right: 1rem;
  color: #333;
}

.program-item .value {
  flex: 1;
  font-weight: 400;
  color: #555;
}
.program-item-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  justify-content: center; /* 横中央 */
  align-items: center;
  border-bottom: #0d47a1 solid 1px;
}

.program-item-link .label {
  font-weight: 400;
  width: 15%;
  margin-right: 1rem;
  color: #333;
}

.program-item-link .value {
  flex: 1;
  font-weight: 400;
  color: #555;
}
footer {
  background-color: #f1f1f1;
  text-align: center;
  padding: 1rem;
  font-weight: 100;
  font-size: 0.9rem;
  margin-top: 2rem;
}
.list {
  padding-left: 1em;
}

.list-item {
  position: relative;
  padding-left: 1em;
}

.list-item::before {
  content: "・"; /* 中黒・リスト風 */
  position: absolute;
  left: 0;
  color: #333;
}
@media screen and (max-width: 1024px) {
  header h1 {
    font-size: 2.2rem;
  }
  .intro p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 660px) {
  .program-links ul {
    justify-content: center;
  }
  header h1 {
    font-size: 1.0rem;
  }
  header h1 .text-title-small{
    font-size: 0.8rem;
    font-weight: 400;
  
  }
  main {
    padding: 1rem 0.5rem;
  }


  .program-item .label,
  .program-item-link .label {
    margin-bottom: 0.5rem;
  }

  .policy-item {
    font-size: 0.7rem;
  }

  .policy-item .value {
    width: 100%;
  }
  .circle1{
    background-color: rgb(22, 188, 133);
    color:white;
    margin-top:5px;
    margin-right:10px;
    width:30px;
    height:30px;
    position:relative;
    border-radius: 50%;
  }
  .circle1::before {
    content: "1"; /* 中黒・リスト風 */
    position: absolute;
    top: -9px;
    left:6px;
    color:white;
    font-size:30px
  }
  .circle2{
    background-color: rgb(225, 185, 84);
    color:white;
    margin-top:5px;
    margin-right:10px;
    width:30px;
    height:30px;
    position:relative;
    border-radius: 50%;
  }
  .circle2::before {
    content: "2"; /* 中黒・リスト風 */
    position: absolute;
    top: -9px;
    left:6px;
    color:white;
    font-size:30px
  }
  .circle3{
    background-color: rgb(118, 166, 229);
    font-size:40px;
    color:white;
    margin-top:5px;
    margin-right:10px;
    width:30px;
    height:30px;
    position:relative;
    border-radius: 50%;
  }
  .circle3::before {
    content: "3"; /* 中黒・リスト風 */
    position: absolute;
    top: -9px;
    left:6px;
    color:white;
    font-size:30px
  }
  
  .program-links li {
    text-align: center;
  }

  .program-links a {
    text-align: center;
    font-size: 18px;
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 400;
    border-radius: 50%;
    transition: background-color 0.3s;
    width:100%;
  }
  .program-links .label {
    font-size:0.7rem;

  }
  .list{
    padding-left:0;
  }
  .list-item{
    font-size:0.7rem;
    margin-bottom: 3px;
  }
  .space-nomal {
    letter-spacing: 0.2em; /* スマホでは詰める */
  }

  /* header h1 {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
  } */

  .sien-contents {
    font-size: 1.0rem;
  }


}

