:root {
  --color-primary: #0e8991;
  --color-secondary: #f4cc70;
  --color-accent: #dd5519;
  --color-link: #de5418;
  --color-text: rgb(103, 58, 27);
  --color-border: #b3b3b3;
  --color-body-bg: #fff5f3;
  --color-sub-bg: #fff8e2;
  --color-white: #ffffff;
  --color-word-title: #ff8d97;
  --color-area-title: #f8a94a;
  --color-type-title: #3da0a8;
  --color-service-title: #64c56e;
  --color-user-title: #a952a4;
  --color-age-title: #5e96c5;
  --color-word: #ff4b5e;
  --color-area: rgb(103, 58, 27);
  --color-area-bg: #ffffff;
  --color-type: #0b767d;
  --color-type-bg: #e4f3f4;
  --color-kind: #47a847;
  --color-kind-bg: #edf8ed;
  --color-benefit: #f7881e;
  --color-benefit-bg: #fcf7ec;
  --color-user: #a952a4;
  --color-user-bg: #f8f0f8;
  --color-age: #367cb8;
  --color-age-bg: #eaf0f8;
  --fs-xxlarge: 2rem;
  --fs-xlarge: 1.5rem;
  --fs-large: 1.25rem;
  --fs-normal: 1rem;
  --fs-medium: 1rem;
  --fs-small: 0.875rem;
  --fs-xsmall: 0.75rem;
  --fs-xxsmall: 0.625rem;
  --font-gothic: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  --font-mincho: Georgia, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", serif;
  --font-fontawesome: "Font Awesome 5 Free";
  --font-marugo: "M PLUS Rounded 1c", sans-serif;
  --container-large-width: 1100px;
  --container-medium-width: 1000px;
}

.footer {
  padding-bottom: 20px;
}

.fixed-bottom-banner {
  display: none;
}

#main.sponsorship {
  position: relative;
  padding-bottom: 2rem;
  background-color: var(--color-body-bg);
  background-image: url("/sponsorship/assets/images/page-bg.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: 840px 240px;
  font-family: var(--font-marugo);
  font-weight: 400;
}
#main.sponsorship::before, #main.sponsorship::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: repeat-x;
}
#main.sponsorship::before {
  top: 0;
  background-image: url("/sponsorship/assets/images/wave-top.svg");
  background-position: top center;
}
#main.sponsorship::after {
  bottom: 0;
  background-image: url("/sponsorship/assets/images/wave-footer.svg");
  background-position: bottom -1px center;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship > .container {
    display: block;
  }
}
#main.sponsorship a {
  color: var(--color-link);
}
#main.sponsorship h1, #main.sponsorship h2, #main.sponsorship h3, #main.sponsorship h4 {
  font-family: var(--font-marugo);
  font-weight: 700;
}
#main.sponsorship h1 .fa-solid, #main.sponsorship h2 .fa-solid, #main.sponsorship h3 .fa-solid, #main.sponsorship h4 .fa-solid {
  margin-right: 0.3em;
  color: var(--color-accent);
}
#main.sponsorship h1 img, #main.sponsorship h2 img, #main.sponsorship h3 img, #main.sponsorship h4 img {
  margin-right: 0.3em;
  vertical-align: inherit;
}
#main.sponsorship h3 .fa-solid {
  color: inherit;
}
#main.sponsorship .list-label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
#main.sponsorship span[class^=label-] {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  border-radius: 0.4rem;
  color: var(--color-white);
  font-size: var(--fs-xsmall);
  font-weight: bold;
  line-height: 1;
}
#main.sponsorship span.label-area {
  background-color: var(--color-white);
  color: var(--color-text);
}
#main.sponsorship span.label-type {
  border: 1px solid var(--color-white);
  background-color: var(--color-type-bg);
  color: var(--color-type);
}
#main.sponsorship span.label-kind {
  background-color: var(--color-kind);
}
#main.sponsorship span.label-benefit {
  background-color: var(--color-benefit);
}
#main.sponsorship span.label-user {
  background-color: var(--color-user);
}
#main.sponsorship span.label-age {
  background-color: var(--color-age);
}
#main.sponsorship .search-condition {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem 0;
  padding: 20px 20px;
  border-radius: 0.4rem;
  background-color: #ffe4e8;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .search-condition {
    flex-direction: row;
  }
}
#main.sponsorship .search-condition h3 {
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 2px solid var(--color-text);
  font-size: var(--fs-medium);
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .search-condition h3 {
    width: auto;
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    border-bottom: none;
    border-right: 2px solid var(--color-text);
  }
}
#main.sponsorship .search-condition .selected-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#main.sponsorship .search-condition .selected-items > div {
  display: contents;
}
#main.sponsorship .search-condition .selected-items > div > span {
  margin: 0.2rem 0.5rem 0.2rem 0;
}
#main.sponsorship .search-condition .selected-items .word {
  color: var(--color-word);
  font-weight: bold;
}
#main.sponsorship .rounded-button {
  display: inline-block;
  padding: 0 1rem;
  border-radius: 2rem;
  border: 2px solid var(--color-link);
  background-color: var(--color-white);
  color: var(--color-link);
  transition-duration: 0.2s;
  cursor: pointer;
}
#main.sponsorship .rounded-button.is-small {
  border-width: 1px;
  font-size: var(--fs-small);
}
#main.sponsorship .rounded-button:hover, #main.sponsorship .rounded-button:active {
  background-color: var(--color-link);
  color: var(--color-white);
  text-decoration: none;
}
#main.sponsorship .navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
#main.sponsorship .navigation .rounded-button {
  padding: 0.5rem 1.5rem;
  border-width: 1px;
}

#main.sponsorship .archive-header {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbe9fa;
  background-image: url("/sponsorship/assets/images/title-back.jpg");
  background-size: cover;
}
#main.sponsorship .archive-header::before, #main.sponsorship .archive-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: repeat-x;
}
#main.sponsorship .archive-header::before {
  top: 0;
  background-image: url("/sponsorship/assets/images/wave-top.svg");
  background-position: top center;
}
#main.sponsorship .archive-header::after {
  bottom: 0;
  background-image: url("/sponsorship/assets/images/wave-bottom.svg");
  background-position: bottom center;
}
#main.sponsorship .archive-header .sponsorship-title {
  display: flex;
  justify-content: center;
}
#main.sponsorship section.whatsnew {
  margin-top: 2rem;
}
#main.sponsorship section.whatsnew .whatsnew-wrapper {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--color-white);
}
#main.sponsorship section.whatsnew .whatsnew-table {
  width: 100%;
}
#main.sponsorship section.whatsnew .whatsnew-table thead th {
  text-align: center;
}
#main.sponsorship section.whatsnew .whatsnew-table tr {
  border-bottom: 1px dashed var(--color-border);
}
#main.sponsorship section.whatsnew .whatsnew-table th,
#main.sponsorship section.whatsnew .whatsnew-table td {
  padding: 0.5rem 0;
}
#main.sponsorship section.whatsnew .whatsnew-table td:not(:last-child) {
  padding-right: 0.5rem;
}
#main.sponsorship section.whatsnew .whatsnew-table td.update {
  color: #999999;
  font-size: var(--fs-small);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #main.sponsorship section.whatsnew .whatsnew-table thead {
    display: none;
  }
  #main.sponsorship section.whatsnew .whatsnew-table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.5rem;
    padding: 0.8rem 0;
  }
  #main.sponsorship section.whatsnew .whatsnew-table tr:first-child {
    border-top: 1px dashed var(--color-border);
  }
  #main.sponsorship section.whatsnew .whatsnew-table th,
  #main.sponsorship section.whatsnew .whatsnew-table td {
    padding: 0;
  }
  #main.sponsorship section.whatsnew .whatsnew-table th.area,
  #main.sponsorship section.whatsnew .whatsnew-table td.area {
    font-size: var(--fs-small);
  }
  #main.sponsorship section.whatsnew .whatsnew-table th.name,
  #main.sponsorship section.whatsnew .whatsnew-table td.name {
    width: 100%;
    margin: 0.25rem 0;
  }
}
#main.sponsorship section.whatsnew .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
#main.sponsorship .search-guide {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--color-white);
}
#main.sponsorship .search-guide > * {
  margin: 0;
}
#main.sponsorship .search-guide h2 {
  font-size: var(--fs-large);
}
#main.sponsorship section.search-form {
  margin-top: 2rem;
}

#main.sponsorship .section-word {
  margin: 1rem 0 2rem 0;
}
#main.sponsorship .section-word h3 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: var(--color-word-title);
  color: var(--color-white);
  line-height: 1.5;
}
#main.sponsorship .section-area {
  margin: 2rem 0;
}
#main.sponsorship .section-area h3 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: var(--color-area-title);
  color: var(--color-white);
  line-height: 1.5;
}
#main.sponsorship .section-type {
  margin: 2rem 0;
}
#main.sponsorship .section-type h3 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: var(--color-type-title);
  color: var(--color-white);
  line-height: 1.5;
}
#main.sponsorship .section-service {
  margin: 2rem 0;
}
#main.sponsorship .section-service h3 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: var(--color-service-title);
  color: var(--color-white);
  line-height: 1.5;
}
#main.sponsorship .section-service h4 {
  margin: 1rem 0;
  font-size: var(--fs-large);
}
#main.sponsorship .section-service h4 img {
  width: 1.1em;
  height: 1.1em;
  transform: translateY(0.1em);
}
#main.sponsorship .section-user {
  margin: 2rem 0;
}
#main.sponsorship .section-user h3 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: var(--color-user-title);
  color: var(--color-white);
  line-height: 1.5;
}
#main.sponsorship .section-age {
  margin: 2rem 0;
}
#main.sponsorship .section-age h3 {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: var(--color-age-title);
  color: var(--color-white);
  line-height: 1.5;
}
#main.sponsorship .section-age h3 span {
  font-size: var(--fs-small);
}
#main.sponsorship .word-control {
  display: flex;
}
@media screen and (min-width: 481px) {
  #main.sponsorship .word-control {
    width: 50%;
  }
}
#main.sponsorship .word-control input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 1px solid var(--color-border);
  border-right: none;
}
#main.sponsorship .word-control button {
  --color-button: #ff4b5e;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  border: 1px solid var(--color-button);
  background-color: var(--color-button);
  color: var(--color-white);
  cursor: pointer;
}
#main.sponsorship .area-control {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (min-width: 481px) {
  #main.sponsorship .area-control {
    justify-content: flex-start;
  }
}
#main.sponsorship .area-control select {
  width: 100%;
  max-width: 49%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
@media screen and (min-width: 481px) {
  #main.sponsorship .area-control select {
    max-width: 25%;
  }
}
#main.sponsorship .check-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  align-items: flex-start;
  gap: 1rem;
  margin: 1rem 0;
}
#main.sponsorship .check-box.type {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 0.5rem;
}
@media screen and (min-width: 481px) {
  #main.sponsorship .check-box {
    grid-template-columns: repeat(3, 1fr);
  }
  #main.sponsorship .check-box.type {
    grid-template-columns: repeat(4, 1fr);
  }
  #main.sponsorship .check-box.kind, #main.sponsorship .check-box.benefit {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .check-box {
    grid-template-columns: repeat(5, 1fr);
  }
  #main.sponsorship .check-box.type {
    grid-template-columns: repeat(6, 1fr);
  }
  #main.sponsorship .check-box.kind, #main.sponsorship .check-box.benefit {
    grid-template-columns: repeat(4, 1fr);
  }
}
#main.sponsorship .check-box label {
  margin-bottom: 0;
  line-height: 1.2;
  cursor: pointer;
}
#main.sponsorship .check-box label input[type=checkbox] {
  display: none;
}
#main.sponsorship .check-box label > span {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#main.sponsorship .check-box label > span::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.15rem;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: var(--color-white);
}
#main.sponsorship .check-box label > span::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: -0.35rem;
  width: 1rem;
  height: 1.2rem;
  border-right: 6px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
  opacity: 0;
}
#main.sponsorship .check-box label input:checked + span::before {
  border-color: #ccc;
  background-color: #fff;
}
#main.sponsorship .check-box label input:checked + span::after {
  transform: rotate(45deg) scale3d(1, 1, 1);
  opacity: 1;
}
#main.sponsorship .check-box:not(.type) label {
  padding: 0.75rem 0.5rem;
  border-radius: 1.5rem;
  border: 2px solid #c3c3c3;
  background-color: var(--color-white);
}
#main.sponsorship .check-box.type {
  --color-type: #0e8892;
  --color-border: #9fd0d2;
}
#main.sponsorship .check-box.type label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main.sponsorship .check-box.type label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background-color: var(--color-white);
  transition-duration: 0.2s;
}
#main.sponsorship .check-box.type label .icon .svg {
  fill: var(--color-type);
}
@media (any-hover: hover) {
  #main.sponsorship .check-box.type label .icon:hover {
    background-color: #e6f1f1;
  }
}
#main.sponsorship .check-box.type label:has(input:checked) .icon {
  border-color: var(--color-type);
  background-color: var(--color-type);
}
#main.sponsorship .check-box.type label:has(input:checked) .icon .svg {
  fill: var(--color-white);
}
#main.sponsorship .check-box.type label > span {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  word-break: normal;
  overflow-wrap: normal;
}
#main.sponsorship .check-box.type label > span::before, #main.sponsorship .check-box.type label > span::after {
  left: 0;
}
#main.sponsorship .check-box.type label span::after {
  border-color: #0e8991;
}
#main.sponsorship .check-box.type label:has(input:checked) {
  border-color: rgba(14, 137, 145, 0.6);
}
#main.sponsorship .check-box.type label:has(input:checked) span::before {
  border-color: rgba(14, 137, 145, 0.6);
}
#main.sponsorship .check-box.kind label span::after {
  border-color: #5bb85b;
}
#main.sponsorship .check-box.kind label:has(input:checked) {
  border-color: #5bb85b;
  background-color: #edf8ed;
}
#main.sponsorship .check-box.kind label:has(input:checked) span::before {
  border-color: #5bb85b;
}
@media (any-hover: hover) {
  #main.sponsorship .check-box.kind label:hover {
    background-color: #edf8ed;
  }
}
#main.sponsorship .check-box.benefit label span::after {
  border-color: #f7891e;
}
#main.sponsorship .check-box.benefit label:has(input:checked) {
  border-color: #f0ad4e;
  background-color: #fdf7ed;
}
#main.sponsorship .check-box.benefit label:has(input:checked) span::before {
  border-color: #f0ad4e;
}
@media (any-hover: hover) {
  #main.sponsorship .check-box.benefit label:hover {
    background-color: #fdf7ed;
  }
}
#main.sponsorship .check-box.user label span::after {
  border-color: #a952a5;
}
#main.sponsorship .check-box.user label:has(input:checked) {
  border-color: #a952a5;
  background-color: #f8f1f8;
}
#main.sponsorship .check-box.user label:has(input:checked) span::before {
  border-color: #a952a5;
}
@media (any-hover: hover) {
  #main.sponsorship .check-box.user label:hover {
    background-color: #f8f1f8;
  }
}
#main.sponsorship .check-box.age label span::after {
  border-color: #367db8;
}
#main.sponsorship .check-box.age label:has(input:checked) {
  border-color: #367db8;
  background-color: #eaf1f8;
}
#main.sponsorship .check-box.age label:has(input:checked) span::before {
  border-color: #367db8;
}
@media (any-hover: hover) {
  #main.sponsorship .check-box.age label:hover {
    background-color: #eaf1f8;
  }
}
#main.sponsorship .sponsorship-searchform .search-condition {
  margin: 3rem 0;
}
#main.sponsorship .searchform-action {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}
#main.sponsorship .searchform-action .rounded-button {
  padding: 0.5rem 2rem;
  font-size: var(--fs-large);
  font-weight: 700;
  transition-duration: 0.2s;
}
@media screen and (min-width: 481px) {
  #main.sponsorship .searchform-action .rounded-button {
    padding: 0.5rem 3rem;
  }
}
#main.sponsorship .searchform-action .rounded-button[type=submit] {
  background-color: var(--color-accent);
  color: var(--color-white);
}
#main.sponsorship .searchform-action .rounded-button[type=reset] {
  border-color: var(--color-border);
  color: var(--color-border);
}
#main.sponsorship .searchform-action .rounded-button:hover {
  opacity: 0.8;
}

#main.sponsorship.is-search {
  padding-top: 3rem;
}
#main.sponsorship .result-count {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  font-weight: bold;
}
#main.sponsorship .result-count span {
  font-size: var(--fs-xlarge);
}
#main.sponsorship .result-wrapper {
  width: 100%;
}
#main.sponsorship .spot-card {
  position: relative;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--color-white);
  transition-duration: 0.2s;
}
#main.sponsorship .spot-card:hover, #main.sponsorship .spot-card:active {
  box-shadow: 0 0 0 3px rgba(221, 85, 25, 0.4);
}
#main.sponsorship .spot-card:hover .rounded-button, #main.sponsorship .spot-card:active .rounded-button {
  border: 1px solid var(--color-accent);
}
#main.sponsorship .spot-card .card-header .label-area {
  background-color: #f8f7f6;
}
#main.sponsorship .spot-card .name {
  margin-top: 0.5rem;
  font-size: var(--fs-large);
  font-weight: bold;
}
#main.sponsorship .spot-card .name a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main.sponsorship .spot-card .name a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .spot-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}
#main.sponsorship .spot-card .service {
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: #fff5f3;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .spot-card .service {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
}
#main.sponsorship .spot-card .service .title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: var(--fs-small);
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .spot-card .service .title {
    margin-bottom: 0;
  }
}
#main.sponsorship .spot-card .rounded-button {
  width: 100%;
  padding: 0.2rem 1rem;
  border: 1px solid #f7d5c7;
  font-size: var(--fs-small);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .spot-card .rounded-button {
    width: auto;
    white-space: nowrap;
  }
}
#main.sponsorship .pagination {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 2rem 0;
}
#main.sponsorship .pagination .page-numbers {
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  background-color: var(--color-white);
  color: var(--color-accent);
}
#main.sponsorship .pagination .page-numbers:hover, #main.sponsorship .pagination .page-numbers:active {
  background-color: var(--color-accent);
  color: var(--color-white);
  text-decoration: none;
}
#main.sponsorship .pagination .current {
  background-color: var(--color-accent);
  color: var(--color-white);
}

#main.sponsorship.is-spot {
  padding-top: 3rem;
}
#main.sponsorship .spot-header .spot-title {
  line-height: 1.4;
}
#main.sponsorship .spot-header .spot-title .fa-solid {
  line-height: 1.5;
}
#main.sponsorship .spot-header .spot-meta {
  margin-top: 1rem;
}
#main.sponsorship .spot-desc {
  margin: 1.5rem 0;
  font-weight: bold;
}
#main.sponsorship .spot-service {
  position: relative;
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 3px solid #ff7b8d;
  background-color: var(--color-white);
}
#main.sponsorship .spot-service::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  margin: 0.5rem;
  border-radius: 0.7rem;
  border: 2px dashed #ffbbc1;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .spot-service .service {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
}
#main.sponsorship .spot-service .service h2 {
  margin: 0;
  font-size: var(--fs-medium);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #main.sponsorship .spot-service .service h2 {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.1rem 0.5rem;
    border-radius: 0.5rem;
    background-color: #fdf57a;
  }
}
#main.sponsorship .spot-detail {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: separate;
  border-spacing: 3px;
}
#main.sponsorship .spot-detail th,
#main.sponsorship .spot-detail td {
  padding: 0.5rem 1rem;
}
#main.sponsorship .spot-detail th {
  width: 10em;
  background-color: #ffe4e8;
  text-align: center;
}
#main.sponsorship .spot-detail td {
  background-color: var(--color-white);
}
#main.sponsorship .spot-detail td > span:not(:first-child) {
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  #main.sponsorship .spot-detail {
    padding: 0.5rem;
    background-color: var(--color-white);
  }
  #main.sponsorship .spot-detail tbody,
  #main.sponsorship .spot-detail tr {
    display: contents;
  }
  #main.sponsorship .spot-detail th,
  #main.sponsorship .spot-detail td {
    display: block;
  }
  #main.sponsorship .spot-detail th {
    width: 100%;
    text-align: left;
  }
  #main.sponsorship .spot-detail td {
    padding: 1rem 0.5rem;
  }
}
#main.sponsorship .map-button {
  margin-top: 0.5rem;
}
#main.sponsorship .map-button span {
  color: #ff4b5e;
  font-size: var(--fs-small);
}
#main.sponsorship .map-wrapper {
  margin-top: 1rem;
}
#main.sponsorship .map-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
}
@media screen and (min-width: 769px), print {
  #main.sponsorship .map-wrapper iframe {
    aspect-ratio: 16/9;
  }
}

/*# sourceMappingURL=style.css.map */
