@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
.mainpagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  line-height: 1.8461538462;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mainpagetitle svg {
  margin: 0 1rem 0 0;
  width: 326px;
  height: auto;
}
@media only screen and (max-width:839px) {
  .mainpagetitle svg {
    width: 240px;
  }
}

#about .information {
  font-weight: bold;
}
#about .information .attention {
  font-size: 0.875rem;
}
#about .flow div {
  margin: 3rem 0 0;
}
#about .flow div h4 {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: linear-gradient(transparent 85%, #ff4e08 15%);
}
#about .flow div ul, #about .flow div p {
  margin: 0.75rem 0 0;
  font-weight: bold;
}
#about .flow div ul {
  display: flex;
  list-style-type: disc;
}
@media only screen and (max-width:839px) {
  #about .flow div ul {
    display: block;
    margin: 1.5rem 0 0;
  }
}
#about .flow div ul li {
  margin-left: 2rem;
}
#about .flow div p {
  margin-left: 1rem;
}
#about .contentbox {
  margin: 160px auto 0;
}
@media only screen and (max-width:839px) {
  #about .contentbox {
    margin: 100px auto 0;
  }
}
#about .contentbox h3 {
  text-align: center;
}
#about .contentbox h3 span {
  display: inline-block;
  padding: 0 0 0.25rem;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: solid 8px #E33C0B;
}
@media only screen and (max-width:839px) {
  #about .contentbox h3 span {
    padding: 0 0 0.125rem;
    font-size: 1.75rem;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}
#about #plan .plan_block {
  margin: 2.5rem 0 0;
  padding: 1.625rem 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
}
#about #plan .plan_block h4 {
  padding: 0 0 0 1.375rem;
  border-left: 4px solid #E83829;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #E83829;
}
#about #plan .plan_block dl {
  display: flex;
  margin: 1.5rem 0 0;
}
@media only screen and (max-width:839px) {
  #about #plan .plan_block dl {
    display: block;
    margin: 0;
  }
}
#about #plan .plan_block dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem 2rem;
  background-color: #F0F0F0;
  border-radius: 0.5rem;
  font-weight: bold;
}
@media only screen and (max-width:839px) {
  #about #plan .plan_block dl dt {
    margin: 1.5rem 0 0;
    padding: 0.75rem 1rem;
  }
}
#about #plan .plan_block dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem 4rem 0.75rem 1rem;
  font-weight: bold;
}
#about #plan .plan_block dl dd:last-of-type {
  padding: 0.75rem 0 0.75rem 1rem;
}
#about #plan .plan_block table {
  margin: 1.5rem 0 0;
  width: 100%;
  border-collapse: collapse;
}
#about #plan .plan_block table th, #about #plan .plan_block table td {
  padding: 0.75rem;
  border: 1px solid #efefef;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:839px) {
  #about #plan .plan_block table th, #about #plan .plan_block table td {
    padding: 0.5rem;
  }
}
#about #plan .plan_block table th {
  background-color: #F0F0F0;
  border-bottom: 1px solid #fff;
  width: 30%;
}
#about .about_table table {
  margin: 2.5rem 0 0;
  width: 100%;
}
#about .about_table table th {
  padding: 2rem;
  width: 20%;
  min-width: 190px;
  background-color: #E83829;
  border-bottom: 1px solid #efefef;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:839px) {
  #about .about_table table th {
    padding: 1.5rem;
    width: 30%;
    min-width: auto;
  }
}
#about .about_table table td {
  padding: 2rem;
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width:839px) {
  #about .about_table table td {
    padding: 1.5rem;
  }
}
#about .about_table table td.sns p {
  display: inline;
  padding: 0 2rem 0 0;
}
#about .about_table table td.sns p img {
  width: 2rem;
  height: auto;
}/*# sourceMappingURL=about.css.map */