/* aboutのCSSはここに入れて。後でまとめます　 */
#about table.about_table {}
#about table.about_table th {
  border: 3px solid #fff;
  border-collapse: collapse;
  background: #faf1c7;
  padding: 0.8em;
  vertical-align: middle;
  text-align: center;
}
#about table.about_table td {
  border: 3px solid #faf1c7;
  border-collapse: collapse;
  background-color: #fff;
  padding: 0.8em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #about table.about_table {
    width: 100%;
    font-size: 6px;
  }
  #about table.about_table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #about table.about_table th {
    width: 100%;
    border: none;
    font-size: 16px;
  }
  #about table.about_table td {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #about table.about_table th {
    width: 19%;
    max-width: 180px;
  }
  #about table.about_table th:first-child {
    border-top:3px solid #faf1c7;
  } 
	#about table.about_table th:last-child {
    border-bottom:3px solid #faf1c7;
  }
  #about table.about_table td {
    adding: 10px 40px;
    width: 80%;
  }
}
#about .policy ul {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-direction: column;
  width: 82%;
  margin: 2em auto;
}
#about .policy ul li {
  flex: 1 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#about .policy ul li img {
  margin-bottom: auto;
}
#about .policy ul li p {
  text-align: center;
}
#about .policy ul li p::before {
  content: '●';
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #e08bbe
}
#about .policy ul li:first-child p::before {
  color: #4ab9e0;
}
#about .policy ul li:last-child p::before {
  color: #4ab978;
}
@media (min-width: 1024px) {
  #about .policy ul {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  #about .policy ul li {
    flex: 1 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 440px;
  }
  #about .policy ul li p {
    font-size: 15px;
  }
}
#about .download_container {
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px 40px;
}
#about #download .download_container dt {
  font-size: 20px;
  font-weight: 800;
  color: #519DC0;
  margin-top: 10px;
  text-align: justify
}
#about #download .download_container dt::before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #519DC0;
  border-right: solid 2px #519DC0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 10px;
}
#about .download_container dd {
  border-bottom: 1px dotted #000000;
  padding: 15px 0 10px 0;
  text-align: justify
}
#about .download_container dd:last-child {
  border-bottom: none;
  padding: 15px 0 10px 0;
  text-align: justify
}
#about .download_container dd p {
  line-height: normal;
}
#about #download .download_container dd a span {
  color: #FFF;
  position: relative;
  top: 10px;
}
#about #download .download_container dd a {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background-color: #519DC0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  #about .download_container dd p {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #about .download_container dd {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000000;
    padding: 15px 0 10px 0;
    text-align: justify
  }
  #about .download_container dd p {
    display: inline-block;
    width: 75%;
  }
}