@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden; }

header .top-title:before {
  content: "地域福祉推進事業"; }

#what-is p a {
  color: #93278F;
  text-decoration: underline; }
  #what-is p a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    margin-left: 3px; }
  #what-is p a:hover {
    opacity: 0.7; }

#activity-plan p span {
  color: #93278F;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }
  #activity-plan p span span {
    font-weight: bold !important;
    font-size: 25px !important;
    font-size: 2.5rem !important; }
#activity-plan p .philosophy {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    #activity-plan p .philosophy {
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (max-width: 575px) {
    #activity-plan p .philosophy {
      line-height: 1.7; } }
#activity-plan p .goal {
  margin: 1rem 0;
  display: block; }
#activity-plan ul li {
  width: 100%; }

#salon .purple-back {
  padding: 2rem; }
  @media screen and (max-width: 991px) {
    #salon .purple-back {
      padding: 1.5rem; } }
  #salon .purple-back ul {
    padding-left: 0;
    margin-bottom: 0; }
    #salon .purple-back ul li {
      padding-left: 1em;
      text-indent: -1em; }
#salon p a {
  color: #93278F; }
  #salon p a:hover {
    opacity: 0.7; }
@media screen and (max-width: 575px) {
  #salon table {
    width: 100%; } }
#salon table th {
  padding: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    #salon table th {
      display: block;
      width: 100%;
      border-bottom: solid 1px rgba(147, 39, 143, 0.5); } }
@media screen and (max-width: 575px) {
  #salon table td {
    display: block; } }

@media screen and (max-width: 575px) {
  #district table {
    width: 100%; } }
#district table th {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #district table th {
      padding: 0.5rem 1rem; } }
  @media screen and (max-width: 575px) {
    #district table th {
      display: block;
      width: 100%;
      border-bottom: solid 1px rgba(147, 39, 143, 0.5); } }
#district table td {
  padding: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    #district table td {
      display: block; } }
#district table:first-child {
  border-right: none; }
  @media screen and (max-width: 575px) {
    #district table:first-child {
      border-right: 1px solid #93278F;
      border-bottom: none; } }
  #district table:first-child th {
    border-right: none; }
    @media screen and (max-width: 575px) {
      #district table:first-child th {
        border-right: 1px solid #93278F; } }
  #district table:first-child td {
    border-right: none; }
    @media screen and (max-width: 575px) {
      #district table:first-child td {
        border-right: 1px solid #93278F; } }
#district dl {
  padding: 0 2rem;
  margin-bottom: 0; }
  #district dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #93278F; }
    #district dl dt::before {
      content: "◇"; }
  #district dl dd {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 2rem; }
    #district dl dd:last-child {
      margin-bottom: 0; }
    #district dl dd ul {
      padding-left: 0; }

#local-support .work p {
  text-indent: -1em;
  padding-left: 1em; }

#welfare-classroom table tr td {
  padding: 0; }
