@charset "UTF-8";
/* Box sizing rules */
/* line 2, _reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
/* line 9, _reset.scss */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
/* line 23, _reset.scss */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
/* line 29, _reset.scss */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
/* line 34, _reset.scss */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #1a1a1a;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
/* line 40, _reset.scss */
body.art2021 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* A elements that don't have a class get default styles */
/* line 46, _reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* line 51, _reset.scss */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
/* line 58, _reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*/
/* var TextSize */
/* var Breakpoints */
/* line 2, _layout.scss */
a.ico-after-pdf::after {
  display: inline-block;
  content: url("/welfare/img/charity/shikishi2023/design/ico.pdf.png");
  height: 18px;
  vertical-align: text-bottom;
  margin-left: .4em;
}
/* line 8, _layout.scss */
p a.ico-after-pdf::after {
  vertical-align: revert;
}

/* line 13, _layout.scss */
.alert-radius {
  border-radius: 20px;
  padding: 22px 40px;
}
@media screen and (max-width: 768px) {
  /* line 13, _layout.scss */
  .alert-radius {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 13, _layout.scss */
  .alert-radius {
    border-radius: 12px;
    padding: 10px 12px;
  }
}

/* line 24, _layout.scss */
.wrap {
  position: relative;
  padding-top: 58px;
}
@media screen and (max-width: 575px) {
  /* line 24, _layout.scss */
  .wrap {
    padding-top: 0;
  }
}

/* line 31, _layout.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (max-width: 575px) {
  /* line 31, _layout.scss */
  .header {
    display: none;
  }
}
/* line 41, _layout.scss */
.header__inner {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 16px;
  margin: auto;
}
/* line 48, _layout.scss */
.header .brand {
  font-size: 0.875rem;
  line-height: 1;
}
/* line 52, _layout.scss */
.header .meta {
  line-height: 1;
}

/* line 57, _layout.scss */
.section__inner {
  max-width: 1200px;
  padding: 20px 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* line 57, _layout.scss */
  .section__inner {
    padding: 14px 4%;
  }
}
/* line 65, _layout.scss */
.section-header {
  text-align: center;
}
/* line 71, _layout.scss */
.section-confirm .section__inner {
  max-width: 100%;
}
/* line 74, _layout.scss */
.section-confirm .confirm-box {
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: transparent 1px solid;
}
/* line 79, _layout.scss */
.section-confirm .confirm-box.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  border-top: #eee 1px solid;
}
/* line 88, _layout.scss */
.section-slide .section__inner {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
/* line 94, _layout.scss */
.section-slide .section__inner + p {
  text-align: center;
  width: 92%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  /* line 94, _layout.scss */
  .section-slide .section__inner + p {
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, _layout.scss */
  .section-slide .section__inner {
    padding-bottom: 15px;
  }
}

/* line 109, _layout.scss */
.footer .page-top {
  text-align: center;
  padding: 50px 1em 40px;
}
@media screen and (max-width: 575px) {
  /* line 109, _layout.scss */
  .footer .page-top {
    padding: 30px 0 20px;
  }
}
/* line 115, _layout.scss */
.footer .page-top .gototop {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #1a1a1a;
  position: relative;
  padding-top: 26px;
  font-size: 1rem;
}
/* line 122, _layout.scss */
.footer .page-top .gototop::before, .footer .page-top .gototop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 12px;
  height: 0;
  border-top: 1px #1a1a1a solid;
}
/* line 133, _layout.scss */
.footer .page-top .gototop::before {
  transform: translateX(-11.5px) rotate(-30deg);
}
/* line 136, _layout.scss */
.footer .page-top .gototop::after {
  transform: translateX(-0.5px) rotate(30deg);
}
/* line 143, _layout.scss */
.footer__inner {
  padding: 20px 15px 40px;
  margin: auto;
  text-align: center;
}
/* line 149, _layout.scss */
.footer .c-name {
  margin-top: 30px;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: bold;
  line-height: 1.2;
  color: #595656;
}
/* line 156, _layout.scss */
.footer .c-name::before {
  display: inline-block;
  content: url("/welfare/img/charity/shikishi2023/design/logo.s.png");
  vertical-align: middle;
  margin-right: .8em;
}
/* line 163, _layout.scss */
.footer .tel {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 167, _layout.scss */
.footer .copyright {
  font-size: 0.75rem;
  line-height: 1.8;
}

/* line 174, _layout.scss */
.searchBox-body {
  text-align: center;
  padding: 10px;
}
/* line 178, _layout.scss */
.searchBox-footer {
  text-align: center;
  padding: 10px;
}

/* line 183, _layout.scss */
.searchInfo {
  margin: auto;
}

/* line 188, _layout.scss */
.itemlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 195, _layout.scss */
.itemlist li {
  width: 22%;
  padding: 0;
  margin-right: 4%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 195, _layout.scss */
  .itemlist li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  /* line 195, _layout.scss */
  .itemlist li {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 575px) {
  /* line 208, _layout.scss */
  .itemlist li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  /* line 213, _layout.scss */
  .itemlist li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  /* line 220, _layout.scss */
  .itemlist li:nth-child(4n) {
    margin-right: 0;
  }
}
/* line 226, _layout.scss */
.itemlist .card-img-top a {
  height: 164px;
  background-attachment: local;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  /* line 226, _layout.scss */
  .itemlist .card-img-top a {
    height: 24vw;
  }
}
@media screen and (max-width: 575px) {
  /* line 226, _layout.scss */
  .itemlist .card-img-top a {
    height: 36vw;
  }
}
/* line 240, _layout.scss */
body.list--ranking .itemlist li:nth-child(n+21) {
  display: none;
}

/* line 248, _layout.scss */
.media-img-top img,
.card-img-top img {
  width: 100%;
  height: auto;
}
/* line 256, _layout.scss */
.media.checked,
.card.checked {
  background-color: #f5f5f5;
}

/* line 260, _layout.scss */
.selectedlist {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 265, _layout.scss */
.selectedlist::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 274, _layout.scss */
.selectedlist li {
  padding: 38px 38px;
  border-top: 1px #1a1a1a solid;
}
@media screen and (max-width: 768px) {
  /* line 274, _layout.scss */
  .selectedlist li {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 274, _layout.scss */
  .selectedlist li {
    padding: 15px 10px;
  }
}
/* line 286, _layout.scss */
.selectedlist .media-footer .close {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
}
/* line 291, _layout.scss */
.selectedlist .media-footer .close span {
  display: none;
}
/* line 294, _layout.scss */
.selectedlist .media-footer .close::before, .selectedlist .media-footer .close::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 42px;
  background-color: #1a1a1a;
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 306, _layout.scss */
.selectedlist .media-footer .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 309, _layout.scss */
.selectedlist .media-footer .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 316, _layout.scss */
.cautionlist {
  padding-left: 0;
}
/* line 318, _layout.scss */
.cautionlist li {
  list-style: none;
  padding-left: 2em;
  position: relative;
  font-size: 0.875rem;
}
/* line 323, _layout.scss */
.cautionlist li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

/* line 332, _layout.scss */
.submenu {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
/* line 337, _layout.scss */
.submenu li {
  font-size: 0.75rem;
  line-height: 21px;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 342, _layout.scss */
.submenu li::first-child {
  margin-left: 0;
}
/* line 345, _layout.scss */
.submenu li a {
  color: #1a1a1a;
}
@media screen and (max-width: 575px) {
  /* line 350, _layout.scss */
  .header .submenu li:not(.link-writer) {
    display: none;
  }
}
/* line 356, _layout.scss */
.submenu .link-writer {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  /* line 356, _layout.scss */
  .submenu .link-writer {
    margin-left: 0;
  }
}

/* line 364, _layout.scss */
.btn-sns {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 16px;
  width: 20px;
  height: 16px;
  color: #1a1a1a;
}

/* line 375, _layout.scss */
.table th {
  font-weight: normal;
  background-color: #f5f5f5;
}

/* line 382, _layout.scss */
.media .name {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 386, _layout.scss */
.media .title {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}
/* line 391, _layout.scss */
.media .type {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}
/* line 396, _layout.scss */
.media .price {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}

/* line 403, _layout.scss */
.slideshow {
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* line 407, _layout.scss */
.slideshow__inner {
  display: flex;
  transform: translateX(0);
  animation: loop-slide 40s infinite linear 1s both;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
/* line 415, _layout.scss */
.slideshow .content {
  width: auto;
  height: 365px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  /* line 415, _layout.scss */
  .slideshow .content {
    height: calc( 22vw * 38 / 31 + 25px );
  }
}
@media screen and (max-width: 575px) {
  /* line 415, _layout.scss */
  .slideshow .content {
    height: calc( 40vw * 38 / 31 + 25px );
  }
}
/* line 428, _layout.scss */
.slideshow .content figure {
  width: auto;
  height: 365px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 428, _layout.scss */
  .slideshow .content figure {
    height: calc( 22vw * 38 / 31 + 25px );
  }
}
@media screen and (max-width: 575px) {
  /* line 428, _layout.scss */
  .slideshow .content figure {
    height: calc( 40vw * 38 / 31 + 25px );
  }
}
/* line 439, _layout.scss */
.slideshow .content figure img {
  max-width: none;
  width: auto;
  height: 340px;
}
@media screen and (max-width: 768px) {
  /* line 439, _layout.scss */
  .slideshow .content figure img {
    height: calc( 22vw * 38 / 31 );
  }
}
@media screen and (max-width: 575px) {
  /* line 439, _layout.scss */
  .slideshow .content figure img {
    height: calc( 40vw * 38 / 31 );
  }
}
/* line 451, _layout.scss */
.slideshow .content figcaption {
  text-align: center;
  font-size: 0.75rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 451, _layout.scss */
  .slideshow .content figcaption {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* line 475, _layout.scss */
.error {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 475, _layout.scss */
  .error {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  /* line 475, _layout.scss */
  .error {
    font-size: 0.875rem;
    line-height: 2;
  }
}
/* line 487, _layout.scss */
.error-danger {
  color: #cc2929;
}

/* line 493, _layout.scss */
.modal .error {
  padding: 40px 15px;
  border-top: 1px solid #1a1a1a;
}
/* line 496, _layout.scss */
.modal .error.mod--bb {
  border-bottom: 1px solid #1a1a1a;
}
/* line 500, _layout.scss */
.modal .selectedlist + .error {
  border-top: none;
}

/* line 505, _layout.scss */
.pswp__caption__center {
  text-align: center;
}

/*
 *
 *
 *
 **/
/* line 515, _layout.scss */
#itemlist #itemsAll {
  display: flex;
}
/* line 517, _layout.scss */
.wrap.pop #itemlist #itemsAll {
  display: none;
}
/* line 521, _layout.scss */
#itemlist #itemsPopular {
  display: none;
}
/* line 523, _layout.scss */
.wrap.pop #itemlist #itemsPopular {
  display: block;
}

/* line 1, _shikishi.scss */
body.shikishi {
  /**/
  /**/
  /**/
  /**/
  /**/
}
/* line 2, _shikishi.scss */
body.shikishi img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
/* line 11, _shikishi.scss */
body.shikishi .font-en {
  font-family: 'Aldrich', sans-serif;
  letter-spacing: 2px;
}
/* line 15, _shikishi.scss */
body.shikishi .header {
  border-bottom: 1px #CCC solid;
}
/* line 19, _shikishi.scss */
body.shikishi .section-header {
  background-image: url("/welfare/img/charity/shikishi2023/design/ichimatsu-bg.png");
  background-attachment: local;
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 575px) {
  /* line 19, _shikishi.scss */
  body.shikishi .section-header {
    background-position: center 0px;
    background-size: auto 65%;
  }
}
/* line 31, _shikishi.scss */
body.shikishi .section-header .section__inner {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  /* line 31, _shikishi.scss */
  body.shikishi .section-header .section__inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 31, _shikishi.scss */
  body.shikishi .section-header .section__inner {
    padding: 40px 0 10px;
  }
}
/* line 41, _shikishi.scss */
body.shikishi .section-header .contents-header {
  /*background-color: #FFF;*/
  border-radius: 20px 30px;
  padding: 60px 10px 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media screen and (max-width: 575px) {
  /* line 41, _shikishi.scss */
  body.shikishi .section-header .contents-header {
    padding-top: 30px;
  }
}
/* line 54, _shikishi.scss */
body.shikishi .section-header .title-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  /* line 54, _shikishi.scss */
  body.shikishi .section-header .title-row {
    align-items: stretch;
  }
}
/* line 62, _shikishi.scss */
body.shikishi .section-header .h1 {
  line-height: 0;
}
/* line 64, _shikishi.scss */
body.shikishi .section-header .h1 a {
  display: block;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}
/* line 70, _shikishi.scss */
body.shikishi .section-header .h1 .en {
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 1em;
}
/* line 76, _shikishi.scss */
body.shikishi .section-header .h1 span:not(.en) {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 76, _shikishi.scss */
  body.shikishi .section-header .h1 span:not(.en) {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  /* line 76, _shikishi.scss */
  body.shikishi .section-header .h1 span:not(.en) {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
/* line 90, _shikishi.scss */
body.shikishi .section-header .term {
  margin-top: 0.5em;
  line-height: 0;
}
@media screen and (max-width: 575px) {
  /* line 90, _shikishi.scss */
  body.shikishi .section-header .term {
    margin-top: .5em;
  }
}
/* line 97, _shikishi.scss */
body.shikishi .section-header .term span {
  color: #cc2929;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  /* line 97, _shikishi.scss */
  body.shikishi .section-header .term span {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
/* line 107, _shikishi.scss */
body.shikishi .section-header .term span em {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  /* line 107, _shikishi.scss */
  body.shikishi .section-header .term span em {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
/* line 116, _shikishi.scss */
body.shikishi .section-header .term span small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  /* line 116, _shikishi.scss */
  body.shikishi .section-header .term span small {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
/* line 126, _shikishi.scss */
body.shikishi .section-header .term i {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  width: 18px;
  height: 1px;
  background-color: #cc2929;
  vertical-align: middle;
  margin-left: .25em;
  margin-right: .25em;
}
/* line 141, _shikishi.scss */
body.shikishi .section-search .section__inner {
  text-align: center;
}
/* line 146, _shikishi.scss */
body.shikishi .section-list .section__inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
/* line 151, _shikishi.scss */
body.shikishi .section-list .text-end {
  margin-bottom: 20px;
}
/* line 156, _shikishi.scss */
body.shikishi .section-confirm .section__inner {
  padding: 0;
}
/* line 158, _shikishi.scss */
body.shikishi .section-confirm .section__inner .confirm-box {
  padding: 20px 15px 10px;
}
@media screen and (max-width: 575px) {
  /* line 158, _shikishi.scss */
  body.shikishi .section-confirm .section__inner .confirm-box {
    padding-bottom: 20px;
  }
}
/* line 166, _shikishi.scss */
body.shikishi .section-about {
  background-image: url("/welfare/img/charity/shikishi2023/design/ichimatsu-bg-mono.png");
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  /* line 166, _shikishi.scss */
  body.shikishi .section-about {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  /* line 166, _shikishi.scss */
  body.shikishi .section-about {
    margin-top: 20px;
  }
}
/* line 177, _shikishi.scss */
body.shikishi .section-about .section__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 177, _shikishi.scss */
  body.shikishi .section-about .section__inner {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 575px) {
  /* line 177, _shikishi.scss */
  body.shikishi .section-about .section__inner {
    padding: 40px 4%;
  }
}
/* line 190, _shikishi.scss */
body.shikishi .section-about .text-end {
  margin-bottom: 20px;
}
/* line 194, _shikishi.scss */
body.shikishi .section a {
  color: #1a1a1a;
}
/* line 197, _shikishi.scss */
body.shikishi .section .h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  /* line 197, _shikishi.scss */
  body.shikishi .section .h2 {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
/* line 207, _shikishi.scss */
body.shikishi .section .h3 {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  /* line 207, _shikishi.scss */
  body.shikishi .section .h3 {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
/* line 223, _shikishi.scss */
body.shikishi .section p, body.shikishi .section li, body.shikishi .section th, body.shikishi .section td, body.shikishi .section dd {
  font-size: 0.875rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  /* line 223, _shikishi.scss */
  body.shikishi .section p, body.shikishi .section li, body.shikishi .section th, body.shikishi .section td, body.shikishi .section dd {
    line-height: 2;
  }
}
/* line 230, _shikishi.scss */
body.shikishi .section .text-end {
  color: #cc2929;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 0;
}
/* line 236, _shikishi.scss */
body.shikishi .section ul {
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  /* line 236, _shikishi.scss */
  body.shikishi .section ul {
    margin-top: 15px;
  }
}
/* line 242, _shikishi.scss */
body.shikishi .section ul.caution {
  margin-top: 1.2em;
}
/* line 244, _shikishi.scss */
body.shikishi .section ul.caution li {
  font-size: 0.75rem;
  line-height: 1.8;
  list-style: none;
  position: relative;
}
/* line 249, _shikishi.scss */
body.shikishi .section ul.caution li::before {
  content: "※";
  position: absolute;
  left: -1.4em;
  top: 0;
}
/* line 258, _shikishi.scss */
body.shikishi .searchBox {
  max-width: 1080px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* line 264, _shikishi.scss */
body.shikishi .searchBox-body {
  overflow: hidden;
  background-image: url("/welfare/img/charity/shikishi2023/design/ichimatsu-bg-mono.png");
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
  display: flex;
  justify-content: space-around;
  padding: 40px 15px 30px;
}
@media screen and (max-width: 768px) {
  /* line 264, _shikishi.scss */
  body.shikishi .searchBox-body {
    flex-direction: column;
  }
}
/* line 275, _shikishi.scss */
body.shikishi .searchBox-body a {
  vertical-align: bottom;
}
/* line 281, _shikishi.scss */
body.shikishi .searchBox-footer {
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 15px;
}
/* line 287, _shikishi.scss */
body.shikishi .searchBox .searchInfo {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 292, _shikishi.scss */
body.shikishi .searchBox .btn-go {
  color: #CCC;
  border-color: #CCC;
}
/* line 295, _shikishi.scss */
body.shikishi .searchBox .btn-go:hover, body.shikishi .searchBox .btn-go.current {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
/* line 302, _shikishi.scss */
body.shikishi .board {
  background-color: #FFF;
  border-radius: 20px;
  padding: 46px 40px;
}
@media screen and (max-width: 768px) {
  /* line 302, _shikishi.scss */
  body.shikishi .board {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 302, _shikishi.scss */
  body.shikishi .board {
    padding: 40px 15px;
  }
}
/* line 312, _shikishi.scss */
body.shikishi .board-white {
  background-color: #FFF;
}
/* line 315, _shikishi.scss */
body.shikishi .board .h3 {
  font-size: 1.125rem;
  line-height: 1.5;
}
/* line 318, _shikishi.scss */
body.shikishi .board .h3::before {
  content: "●";
  display: inline-block;
  margin-right: .5em;
}
/* line 324, _shikishi.scss */
body.shikishi .board ul {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  /* line 324, _shikishi.scss */
  body.shikishi .board ul {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* line 331, _shikishi.scss */
body.shikishi .board p {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 331, _shikishi.scss */
  body.shikishi .board p {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* line 338, _shikishi.scss */
body.shikishi .board .text-end {
  margin-top: 20px;
}
/* line 342, _shikishi.scss */
body.shikishi .card {
  border-radius: 20px;
  overflow: hidden;
}
/* line 345, _shikishi.scss */
body.shikishi .card .name {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 349, _shikishi.scss */
body.shikishi .card .title {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 1em;
}
/* line 354, _shikishi.scss */
body.shikishi .card .price {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 1em;
}
/* line 359, _shikishi.scss */
body.shikishi .card-footer {
  background-color: transparent;
  border-top: none;
  position: relative;
}
/* line 363, _shikishi.scss */
body.shikishi .card-footer::before {
  content: "";
  display: inline-block;
  width: calc( 100% - 2rem );
  max-width: 100%;
  height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: 1px #CCC dotted;
}
/* line 375, _shikishi.scss */
body.shikishi .card-footer span {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 383, _shikishi.scss */
body.shikishi .footer .page-top .gototop {
  font-family: 'Aldrich', sans-serif;
  letter-spacing: 2px;
}
/* line 388, _shikishi.scss */
body.shikishi .footer__inner {
  position: relative;
  padding-top: 60px;
}
/* line 391, _shikishi.scss */
body.shikishi .footer__inner::before {
  display: block;
  content: "";
  background-image: url("/welfare/img/charity/shikishi2023/design/line_footer.png");
  background-attachment: local;
  background-repeat: repeat-x;
  background-size: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 20px;
  transform: translateX(-50%);
}
/* line 411, _shikishi.scss */
body.shikishi .btn-go {
  min-width: 300px;
  padding: 12px 20px;
  border-radius: 20px;
  border-color: #1a1a1a;
  background-color: #FFF;
  border-bottom-width: 4px;
  margin-bottom: 10px;
  transition: background .3s ease;
}
@media screen and (min-width: 769px) {
  /* line 420, _shikishi.scss */
  body.shikishi .btn-go:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 768px) {
  /* line 411, _shikishi.scss */
  body.shikishi .btn-go {
    padding: 12px 15px;
    margin-bottom: 30px;
  }
  /* line 428, _shikishi.scss */
  body.shikishi .btn-go:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 411, _shikishi.scss */
  body.shikishi .btn-go {
    min-width: auto;
    max-width: 90%;
    width: 90%;
  }
}
/* line 447, _shikishi.scss */
body.shikishi .modal-content {
  border-radius: 20px;
  border-width: 3px;
  border-color: #CCC;
}
/* line 453, _shikishi.scss */
body.shikishi .modal-header.mod--charity {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  /* line 453, _shikishi.scss */
  body.shikishi .modal-header.mod--charity {
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 453, _shikishi.scss */
  body.shikishi .modal-header.mod--charity {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
/* line 469, _shikishi.scss */
body.shikishi .modal-header.mod--charity::before {
  content: url("/welfare/img/charity/shikishi2023/design/head-side-left.png");
  margin-right: 10%;
}
@media screen and (max-width: 991px) {
  /* line 469, _shikishi.scss */
  body.shikishi .modal-header.mod--charity::before {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/shikishi2023/design/head-side-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) {
  /* line 469, _shikishi.scss */
  body.shikishi .modal-header.mod--charity::before {
    margin-right: 5%;
  }
}
/* line 485, _shikishi.scss */
body.shikishi .modal-header.mod--charity::after {
  content: url("/welfare/img/charity/shikishi2023/design/head-side-right.png");
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  /* line 485, _shikishi.scss */
  body.shikishi .modal-header.mod--charity::after {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/shikishi2023/design/head-side-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  /* line 485, _shikishi.scss */
  body.shikishi .modal-header.mod--charity::after {
    margin-left: 5%;
  }
}
/* line 501, _shikishi.scss */
body.shikishi .modal-header.mod--charity .close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #1a1a1a;
  transition: opacity .3s ease;
}
/* line 515, _shikishi.scss */
body.shikishi .modal-header.mod--charity .close span {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  /* line 518, _shikishi.scss */
  body.shikishi .modal-header.mod--charity .close:hover {
    opacity: .5;
  }
}
/* line 526, _shikishi.scss */
body.shikishi .modal-title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: auto 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 526, _shikishi.scss */
  body.shikishi .modal-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 526, _shikishi.scss */
  body.shikishi .modal-title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
/* line 541, _shikishi.scss */
body.shikishi .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  /* line 541, _shikishi.scss */
  body.shikishi .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 541, _shikishi.scss */
  body.shikishi .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 556, _shikishi.scss */
body.shikishi .selectedlist .media figure {
  width: 130px;
  text-align: center;
}
/* line 559, _shikishi.scss */
body.shikishi .selectedlist .media figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  /* line 556, _shikishi.scss */
  body.shikishi .selectedlist .media figure {
    width: 100px;
  }
}
/* line 570, _shikishi.scss */
body.shikishi .pswp__counter {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
/* line 575, _shikishi.scss */
body.shikishi .pswp__button--arrow--left::before, body.shikishi .pswp__button--arrow--right::before {
  background-size: contain;
  height: 40px;
  width: 40px;
}
/* line 580, _shikishi.scss */
body.shikishi .pswp__button--arrow--left::before {
  left: 10px;
}
/* line 583, _shikishi.scss */
body.shikishi .pswp__button--arrow--right::before {
  right: 10px;
}
/* line 587, _shikishi.scss */
body.shikishi .pswp__caption__center {
  max-width: 500px;
}
/* line 589, _shikishi.scss */
body.shikishi .pswp__caption__center .attention {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
}

/*@import 'art2022'*/

/*# sourceMappingURL=charity.css.map */
