section.main_contents > div {
  margin-bottom: 4rem;
}
section.main_contents > div.main .text {
  font-size: 1rem;
}
section.main_contents > div.news .list {
  border-top: 1px solid #dcdee3;
  border-bottom: 1px solid #dcdee3;
  margin-bottom: 1rem;
}
section.main_contents > div.news .list li a {
  display: flex;
  align-items: baseline;
  padding: 1.5rem;
}
@media (max-width: 480px) {
  section.main_contents > div.news .list li a {
    padding: 1.5rem 0;
  }
}
section.main_contents > div.news .list li a .date {
  font-family: "Jost", "YakuHanJP", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 5rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
section.main_contents > div.news .list li a .title {
  font-size: 0.875rem;
  line-height: 1.4;
}
section.main_contents > div.news .list li a:hover .title {
  text-decoration: underline;
}
section.main_contents > div.news .list li:not(:last-of-type) {
  border-bottom: 1px dotted #dcdee3;
}
section.main_contents > div.news .link {
  text-align: right;
}
section.main_contents > div.news .link a {
  padding-left: 1.25rem;
  font-size: 0.75rem;
  position: relative;
}
section.main_contents > div.news .link a:hover {
  text-decoration: underline;
}
section.main_contents > div.news .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f02530;
  transform: translate(0, -50%);
}
section.main_contents > div.news .link a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: solid 0.125rem #ffffff;
  border-right: solid 0.125rem #ffffff;
  transform: translate(0, -50%) rotate(45deg);
  vertical-align: middle;
}
section.main_contents > div.menu .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  section.main_contents > div.menu .list {
    flex-direction: column;
  }
}
section.main_contents > div.menu .list li {
  background-color: #ffffff;
  border: 1px solid #dcdee3;
  border-radius: 0.25rem;
  width: calc((100% - 0.5rem) / 2);
  height: 10rem;
}
@media (max-width: 480px) {
  section.main_contents > div.menu .list li {
    width: 100%;
  }
}
section.main_contents > div.menu .list li:hover {
  border: 1px solid #acaeb3;
}
section.main_contents > div.menu .list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section.main_contents > div.menu .list li a .icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
section.main_contents > div.menu .list li a .title {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  section.main_contents > div.menu .list li a .title {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  section.main_contents > div.menu .list li a .title {
    font-size: 1rem;
  }
}
section.main_contents > div.menu .list li a .title::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f02530;
  transform: translate(0, -50%);
}
section.main_contents > div.menu .list li a .title::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% + 1px);
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: solid 0.125rem #ffffff;
  border-right: solid 0.125rem #ffffff;
  transform: translate(0, -50%) rotate(45deg);
  vertical-align: middle;
}
section.main_contents > div.faq .list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
section.main_contents > div.faq .list li {
  background-color: #ffffff;
  border: 1px solid #dcdee3;
  border-radius: 0.25rem;
}
section.main_contents > div.faq .list li:hover {
  border: 1px solid #acaeb3;
}
section.main_contents > div.faq .list li a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 2.75rem 1rem 1rem;
}
section.main_contents > div.faq .list li a::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f02530;
  transform: translate(0, -50%);
}
section.main_contents > div.faq .list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% + 1px);
  right: 1.375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: solid 0.125rem #ffffff;
  border-right: solid 0.125rem #ffffff;
  transform: translate(0, -50%) rotate(45deg);
  vertical-align: middle;
}
section.main_contents > div.contact > .text {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
section.main_contents > div.contact > .text a {
  font-size: 0.875rem;
  text-decoration: underline;
}