@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 */
div.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/assets/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/assets/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 */
div.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 1, _shikishi2022.scss */
div.shikishi2022 {
  /**/
  /**/
  /**/
  /**/
}
/* line 2, _shikishi2022.scss */
div.shikishi2022 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, _shikishi2022.scss */
div.shikishi2022 .font-en {
  font-family: 'Aldrich', sans-serif;
  letter-spacing: 2px;
}
/* line 15, _shikishi2022.scss */
div.shikishi2022 .header {
  border-bottom: 1px #CCC solid;
}
/* line 19, _shikishi2022.scss */
div.shikishi2022 .section-header {
  background-image: url("/welfare/img/charity/assets/shikishi2022/ichimatsu-bg.png");
  background-attachment: local;
  background-position: 15% center;
  background-repeat: repeat-x;
  background-size: auto 170%;
}
@media screen and (max-width: 575px) {
  /* line 19, _shikishi2022.scss */
  div.shikishi2022 .section-header {
    background-position: 5% center;
    background-size: auto 130%;
  }
}
/* line 29, _shikishi2022.scss */
div.shikishi2022 .section-header .section__inner {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  /* line 29, _shikishi2022.scss */
  div.shikishi2022 .section-header .section__inner {
    padding: 40px 0;
  }
}
/* line 36, _shikishi2022.scss */
div.shikishi2022 .section-header .contents-header {
  background-color: #FFF;
  border-radius: 20px 30px;
  padding: 40px 10px 30px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media screen and (max-width: 575px) {
  /* line 36, _shikishi2022.scss */
  div.shikishi2022 .section-header .contents-header {
    padding-top: 30px;
  }
}
/* line 49, _shikishi2022.scss */
div.shikishi2022 .section-header .title-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  /* line 49, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row {
    align-items: stretch;
  }
}
/* line 56, _shikishi2022.scss */
div.shikishi2022 .section-header .title-row::before {
  content: url("/welfare/img/charity/assets/shikishi2022/head-side-left.png");
}
@media screen and (max-width: 991px) {
  /* line 56, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row::before {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/assets/shikishi2022/head-side-left.png");
    background-size: 15vw;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 56, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row::before {
    margin-left: -28px;
  }
}
@media screen and (max-width: 575px) {
  /* line 56, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row::before {
    background: none;
  }
}
/* line 74, _shikishi2022.scss */
div.shikishi2022 .section-header .title-row::after {
  content: url("/welfare/img/charity/assets/shikishi2022/head-side-right.png");
}
@media screen and (max-width: 991px) {
  /* line 74, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row::after {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/assets/shikishi2022/head-side-right.png");
    background-size: 15vw;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 74, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row::after {
    margin-right: -28px;
  }
}
@media screen and (max-width: 575px) {
  /* line 74, _shikishi2022.scss */
  div.shikishi2022 .section-header .title-row::after {
    background: none;
  }
}
/* line 93, _shikishi2022.scss */
div.shikishi2022 .section-header .h1 {
  line-height: 0;
}
/* line 95, _shikishi2022.scss */
div.shikishi2022 .section-header .h1 a {
  display: block;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}
/* line 101, _shikishi2022.scss */
div.shikishi2022 .section-header .h1 .en {
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 1em;
}
/* line 107, _shikishi2022.scss */
div.shikishi2022 .section-header .h1 span:not(.en) {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 107, _shikishi2022.scss */
  div.shikishi2022 .section-header .h1 span:not(.en) {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  /* line 107, _shikishi2022.scss */
  div.shikishi2022 .section-header .h1 span:not(.en) {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
/* line 121, _shikishi2022.scss */
div.shikishi2022 .section-header .term {
  margin-top: 0.5em;
  line-height: 0;
}
@media screen and (max-width: 575px) {
  /* line 121, _shikishi2022.scss */
  div.shikishi2022 .section-header .term {
    margin-top: .5em;
  }
}
/* line 128, _shikishi2022.scss */
div.shikishi2022 .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 128, _shikishi2022.scss */
  div.shikishi2022 .section-header .term span {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
/* line 138, _shikishi2022.scss */
div.shikishi2022 .section-header .term span em {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  /* line 138, _shikishi2022.scss */
  div.shikishi2022 .section-header .term span em {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
/* line 147, _shikishi2022.scss */
div.shikishi2022 .section-header .term span small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  /* line 147, _shikishi2022.scss */
  div.shikishi2022 .section-header .term span small {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
/* line 157, _shikishi2022.scss */
div.shikishi2022 .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;
  /*
  @include mqmax(sm){
    display: block;
    width: 1px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  */
}
/* line 183, _shikishi2022.scss */
div.shikishi2022 .section-search .section__inner {
  text-align: center;
}
/* line 188, _shikishi2022.scss */
div.shikishi2022 .section-list .section__inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
/* line 193, _shikishi2022.scss */
div.shikishi2022 .section-list .text-end {
  margin-bottom: 20px;
}
/* line 198, _shikishi2022.scss */
div.shikishi2022 .section-confirm .section__inner {
  padding: 0;
}
/* line 200, _shikishi2022.scss */
div.shikishi2022 .section-confirm .section__inner .confirm-box {
  padding: 20px 15px 10px;
}
@media screen and (max-width: 575px) {
  /* line 200, _shikishi2022.scss */
  div.shikishi2022 .section-confirm .section__inner .confirm-box {
    padding-bottom: 20px;
  }
}
/* line 208, _shikishi2022.scss */
div.shikishi2022 .section-about {
  background-image: url("/welfare/img/charity/assets/shikishi2022/ichimatsu-bg-mono.png");
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  /* line 208, _shikishi2022.scss */
  div.shikishi2022 .section-about {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  /* line 208, _shikishi2022.scss */
  div.shikishi2022 .section-about {
    margin-top: 20px;
  }
}
/* line 219, _shikishi2022.scss */
div.shikishi2022 .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 219, _shikishi2022.scss */
  div.shikishi2022 .section-about .section__inner {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 575px) {
  /* line 219, _shikishi2022.scss */
  div.shikishi2022 .section-about .section__inner {
    padding: 40px 4%;
  }
}
/* line 232, _shikishi2022.scss */
div.shikishi2022 .section-about .text-end {
  margin-bottom: 20px;
}
/* line 236, _shikishi2022.scss */
div.shikishi2022 .section a {
  color: #1a1a1a;
}
/* line 239, _shikishi2022.scss */
div.shikishi2022 .section .h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  /* line 239, _shikishi2022.scss */
  div.shikishi2022 .section .h2 {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
/* line 249, _shikishi2022.scss */
div.shikishi2022 .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 249, _shikishi2022.scss */
  div.shikishi2022 .section .h3 {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
/* line 265, _shikishi2022.scss */
div.shikishi2022 .section p, div.shikishi2022 .section li, div.shikishi2022 .section th, div.shikishi2022 .section td, div.shikishi2022 .section dd {
  font-size: 0.875rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  /* line 265, _shikishi2022.scss */
  div.shikishi2022 .section p, div.shikishi2022 .section li, div.shikishi2022 .section th, div.shikishi2022 .section td, div.shikishi2022 .section dd {
    line-height: 2;
  }
}
/* line 272, _shikishi2022.scss */
div.shikishi2022 .section .text-end {
  color: #cc2929;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 0;
}
/* line 278, _shikishi2022.scss */
div.shikishi2022 .section ul {
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  /* line 278, _shikishi2022.scss */
  div.shikishi2022 .section ul {
    margin-top: 15px;
  }
}
/* line 284, _shikishi2022.scss */
div.shikishi2022 .section ul.caution {
  margin-top: 1.2em;
}
/* line 286, _shikishi2022.scss */
div.shikishi2022 .section ul.caution li {
  font-size: 0.75rem;
  line-height: 1.8;
  list-style: none;
  position: relative;
}
/* line 291, _shikishi2022.scss */
div.shikishi2022 .section ul.caution li::before {
  content: "※";
  position: absolute;
  left: -1.4em;
  top: 0;
}
/* line 300, _shikishi2022.scss */
div.shikishi2022 .searchBox {
  max-width: 1080px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* line 306, _shikishi2022.scss */
div.shikishi2022 .searchBox-body {
  overflow: hidden;
  background-image: url("/welfare/img/charity/assets/shikishi2022/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 306, _shikishi2022.scss */
  div.shikishi2022 .searchBox-body {
    flex-direction: column;
  }
}
/* line 317, _shikishi2022.scss */
div.shikishi2022 .searchBox-body a {
  vertical-align: bottom;
}
/* line 323, _shikishi2022.scss */
div.shikishi2022 .searchBox-footer {
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 15px;
}
/* line 329, _shikishi2022.scss */
div.shikishi2022 .searchBox .searchInfo {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 334, _shikishi2022.scss */
div.shikishi2022 .searchBox .btn-go {
  color: #CCC;
  border-color: #CCC;
}
/* line 337, _shikishi2022.scss */
div.shikishi2022 .searchBox .btn-go:hover, div.shikishi2022 .searchBox .btn-go.current {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
/* line 344, _shikishi2022.scss */
div.shikishi2022 .board {
  background-color: #FFF;
  border-radius: 20px;
  padding: 46px 40px;
}
@media screen and (max-width: 768px) {
  /* line 344, _shikishi2022.scss */
  div.shikishi2022 .board {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 344, _shikishi2022.scss */
  div.shikishi2022 .board {
    padding: 40px 15px;
  }
}
/* line 354, _shikishi2022.scss */
div.shikishi2022 .board-white {
  background-color: #FFF;
}
/* line 357, _shikishi2022.scss */
div.shikishi2022 .board .h3 {
  font-size: 1.125rem;
  line-height: 1.5;
}
/* line 360, _shikishi2022.scss */
div.shikishi2022 .board .h3::before {
  content: "●";
  display: inline-block;
  margin-right: .5em;
}
/* line 366, _shikishi2022.scss */
div.shikishi2022 .board ul {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  /* line 366, _shikishi2022.scss */
  div.shikishi2022 .board ul {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* line 373, _shikishi2022.scss */
div.shikishi2022 .board p {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 373, _shikishi2022.scss */
  div.shikishi2022 .board p {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* line 380, _shikishi2022.scss */
div.shikishi2022 .board .text-end {
  margin-top: 20px;
}
/* line 384, _shikishi2022.scss */
div.shikishi2022 .card {
  border-radius: 20px;
  overflow: hidden;
}
/* line 387, _shikishi2022.scss */
div.shikishi2022 .card .name {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 391, _shikishi2022.scss */
div.shikishi2022 .card .title {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 1em;
}
/* line 396, _shikishi2022.scss */
div.shikishi2022 .card .price {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 1em;
}
/* line 401, _shikishi2022.scss */
div.shikishi2022 .card-footer {
  background-color: transparent;
  border-top: none;
  position: relative;
}
/* line 405, _shikishi2022.scss */
div.shikishi2022 .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 417, _shikishi2022.scss */
div.shikishi2022 .card-footer span {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 425, _shikishi2022.scss */
div.shikishi2022 .footer .page-top .gototop {
  font-family: 'Aldrich', sans-serif;
  letter-spacing: 2px;
}
/* line 430, _shikishi2022.scss */
div.shikishi2022 .footer__inner {
  position: relative;
  padding-top: 60px;
}
/* line 433, _shikishi2022.scss */
div.shikishi2022 .footer__inner::before {
  display: block;
  content: "";
  background-image: url(/welfare/img/charity/assets/shikishi2022/ichimatsu-bg.png);
  background-attachment: local;
  background-position: center -33px;
  background-repeat: repeat-x;
  background-size: auto 350%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 20px;
  transform: translateX(-50%);
}
/* line 454, _shikishi2022.scss */
div.shikishi2022 .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 463, _shikishi2022.scss */
  div.shikishi2022 .btn-go:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 768px) {
  /* line 454, _shikishi2022.scss */
  div.shikishi2022 .btn-go {
    padding: 12px 15px;
    margin-bottom: 30px;
  }
  /* line 471, _shikishi2022.scss */
  div.shikishi2022 .btn-go:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 454, _shikishi2022.scss */
  div.shikishi2022 .btn-go {
    min-width: auto;
    max-width: 90%;
    width: 90%;
  }
}
/* line 484, _shikishi2022.scss */
div.shikishi2022 .modal-content {
  border-radius: 20px;
  border-width: 3px;
  border-color: #CCC;
}
/* line 490, _shikishi2022.scss */
div.shikishi2022 .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 490, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity {
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 490, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
/* line 506, _shikishi2022.scss */
div.shikishi2022 .modal-header.mod--charity::before {
  content: url("/welfare/img/charity/assets/shikishi2022/head-side-left.png");
  margin-right: 10%;
}
@media screen and (max-width: 991px) {
  /* line 506, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity::before {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/assets/shikishi2022/head-side-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) {
  /* line 506, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity::before {
    margin-right: 5%;
  }
}
/* line 522, _shikishi2022.scss */
div.shikishi2022 .modal-header.mod--charity::after {
  content: url("/welfare/img/charity/assets/shikishi2022/head-side-right.png");
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  /* line 522, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity::after {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/assets/shikishi2022/head-side-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  /* line 522, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity::after {
    margin-left: 5%;
  }
}
/* line 538, _shikishi2022.scss */
div.shikishi2022 .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 552, _shikishi2022.scss */
div.shikishi2022 .modal-header.mod--charity .close span {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  /* line 555, _shikishi2022.scss */
  div.shikishi2022 .modal-header.mod--charity .close:hover {
    opacity: .5;
  }
}
/* line 563, _shikishi2022.scss */
div.shikishi2022 .modal-title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: auto 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 563, _shikishi2022.scss */
  div.shikishi2022 .modal-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 563, _shikishi2022.scss */
  div.shikishi2022 .modal-title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
/* line 578, _shikishi2022.scss */
div.shikishi2022 .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  /* line 578, _shikishi2022.scss */
  div.shikishi2022 .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 578, _shikishi2022.scss */
  div.shikishi2022 .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 593, _shikishi2022.scss */
div.shikishi2022 .selectedlist .media figure {
  width: 130px;
  text-align: center;
}
/* line 596, _shikishi2022.scss */
div.shikishi2022 .selectedlist .media figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  /* line 593, _shikishi2022.scss */
  div.shikishi2022 .selectedlist .media figure {
    width: 100px;
  }
}
/* line 613, _shikishi2022.scss */
div.shikishi2022 .pswp__counter {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
/* line 618, _shikishi2022.scss */
div.shikishi2022 .pswp__button--arrow--left::before, div.shikishi2022 .pswp__button--arrow--right::before {
  background-size: contain;
  height: 40px;
  width: 40px;
}
/* line 623, _shikishi2022.scss */
div.shikishi2022 .pswp__button--arrow--left::before {
  left: 10px;
}
/* line 626, _shikishi2022.scss */
div.shikishi2022 .pswp__button--arrow--right::before {
  right: 10px;
}
/* line 630, _shikishi2022.scss */
div.shikishi2022 .pswp__caption__center {
  max-width: 500px;
}
/* line 632, _shikishi2022.scss */
div.shikishi2022 .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;
}

/* line 1, _art2022.scss */
div.art2021 {
  background-color: #000;
  color: #ccc;
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
            /*.pswp__container {
               &.clear { 
                img {
            image-rendering: -webkit-optimize-contrast;
                }
                }

    }*/
}
/* line 4, _art2022.scss */
div.art2021.top {
  color: #1a1a1a;
}
/* line 9, _art2022.scss */
div.art2021.top .section-header h1 img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  /* line 9, _art2022.scss */
  div.art2021.top .section-header h1 img {
    width: 500px;
  }
}
/* line 17, _art2022.scss */
div.art2021.top .section ul {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  /* line 17, _art2022.scss */
  div.art2021.top .section ul {
    margin-top: 20px;
  }
}
/* line 26, _art2022.scss */
div.art2021 .font-en {
  font-family: 'EB Garamond', serif;
  letter-spacing: 2px;
}
/* line 31, _art2022.scss */
div.art2021 .wrap {
  background-image: url("/welfare/img/charity/assets/art2021/radiation-bg.png");
  background-position: 0 150px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  /* line 31, _art2022.scss */
  div.art2021 .wrap {
    background-image: url("/welfare/img/charity/assets/art2021/radiation-sp-bg.png");
    background-position: center top;
    background-size: 120%;
  }
}
/* line 42, _art2022.scss */
div.art2021 .header {
  background: -moz-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: -webkit-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
}
/* line 46, _art2022.scss */
div.art2021 .header .header__inner {
  color: #1a1a1a;
  padding: 15px;
}
/* line 53, _art2022.scss */
div.art2021 .section-header {
  background-attachment: local;
  background-position: center -10px;
  background-repeat: repeat-x;
}
/* line 58, _art2022.scss */
div.art2021 .section-header .section__inner {
  /*background-image: url("/welfare/img/charity/assets/art2021/radiation-bg.png");
  background-position: top center;
  background-repeat: no-repeat;*/
  text-align: center;
  padding: 30px 15px;
}
@media screen and (max-width: 991px) {
  /* line 58, _art2022.scss */
  div.art2021 .section-header .section__inner {
    padding-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 58, _art2022.scss */
  div.art2021 .section-header .section__inner {
    padding: 40px 15px 10px;
  }
}
/* line 72, _art2022.scss */
div.art2021 .section-header .contents-header {
  padding: 20px 10px 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  /* line 72, _art2022.scss */
  div.art2021 .section-header .contents-header {
    padding: 0 4% 0;
  }
}
/* line 82, _art2022.scss */
div.art2021 .section-header .title-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  /* line 82, _art2022.scss */
  div.art2021 .section-header .title-row {
    align-items: stretch;
  }
}
/* line 90, _art2022.scss */
div.art2021 .section-header .h1 {
  line-height: 0;
  text-align: center;
}
/* line 93, _art2022.scss */
div.art2021 .section-header .h1 a {
  display: block;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}
/* line 99, _art2022.scss */
div.art2021 .section-header .h1 img {
  width: 400px;
}
/* line 102, _art2022.scss */
div.art2021 .section-header .h1 .en {
  color: #ccc;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 1em;
}
/* line 109, _art2022.scss */
div.art2021 .section-header .h1 span:not(.en) {
  color: #bc9650;
  font-size: 2.25rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 109, _art2022.scss */
  div.art2021 .section-header .h1 span:not(.en) {
    font-size: 1.875rem;
    line-height: 2;
  }
}
@media screen and (max-width: 575px) {
  /* line 109, _art2022.scss */
  div.art2021 .section-header .h1 span:not(.en) {
    font-size: 1.5rem;
    line-height: 2;
  }
}
/* line 124, _art2022.scss */
div.art2021 .section-header .h1 span.sub {
  font-size: 1.875rem;
  line-height: 3;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 124, _art2022.scss */
  div.art2021 .section-header .h1 span.sub {
    font-size: 1.5rem;
    line-height: 3;
  }
}
@media screen and (max-width: 575px) {
  /* line 124, _art2022.scss */
  div.art2021 .section-header .h1 span.sub {
    font-size: 1.25rem;
    line-height: 3;
  }
}
/* line 141, _art2022.scss */
div.art2021 .section-header .term {
  line-height: 0;
}
/* line 146, _art2022.scss */
div.art2021 .section-header .term span {
  color: #ccc;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  /* line 146, _art2022.scss */
  div.art2021 .section-header .term span {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
/* line 156, _art2022.scss */
div.art2021 .section-header .term span em {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  /* line 156, _art2022.scss */
  div.art2021 .section-header .term span em {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
/* line 165, _art2022.scss */
div.art2021 .section-header .term span small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  /* line 165, _art2022.scss */
  div.art2021 .section-header .term span small {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
/* line 175, _art2022.scss */
div.art2021 .section-header .term i {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  width: 18px;
  height: 1px;
  background-color: #ccc;
  vertical-align: middle;
  margin-left: .25em;
  margin-right: .25em;
  /*
  @include mqmax(sm){
    display: block;
    width: 1px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  */
}
/* line 201, _art2022.scss */
div.art2021 .section-search .section__inner {
  text-align: center;
}
/* line 206, _art2022.scss */
div.art2021 .section-list .section__inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
/* line 210, _art2022.scss */
div.art2021 .section-list .section__inner .lead {
  color: #ccc;
}
/* line 212, _art2022.scss */
div.art2021 .section-list .section__inner .lead a {
  color: #ccc;
}
/* line 215, _art2022.scss */
div.art2021 .section-list .section__inner .lead .note {
  font-size: 0.75rem;
}
/* line 220, _art2022.scss */
div.art2021 .section-list .text-end {
  margin-bottom: 20px;
}
/* line 225, _art2022.scss */
div.art2021 .section-confirm .section__inner {
  padding: 0;
}
/* line 227, _art2022.scss */
div.art2021 .section-confirm .section__inner .confirm-box {
  padding: 20px 15px 10px;
}
@media screen and (max-width: 575px) {
  /* line 227, _art2022.scss */
  div.art2021 .section-confirm .section__inner .confirm-box {
    padding-bottom: 20px;
  }
}
/* line 235, _art2022.scss */
div.art2021 .section-about {
  background-image: url("/welfare/img/charity/assets/art2021/marble-bg.jpg");
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  /* line 235, _art2022.scss */
  div.art2021 .section-about {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  /* line 235, _art2022.scss */
  div.art2021 .section-about {
    margin-top: 20px;
  }
}
/* line 246, _art2022.scss */
div.art2021 .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 246, _art2022.scss */
  div.art2021 .section-about .section__inner {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 575px) {
  /* line 246, _art2022.scss */
  div.art2021 .section-about .section__inner {
    padding: 30px 4%;
  }
}
/* line 259, _art2022.scss */
div.art2021 .section-about .text-end {
  margin-bottom: 20px;
}
/* line 263, _art2022.scss */
div.art2021 .section a {
  color: #1a1a1a;
}
/* line 266, _art2022.scss */
div.art2021 .section .h2 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  /* line 266, _art2022.scss */
  div.art2021 .section .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  /* line 276, _art2022.scss */
  div.art2021 .section .h2 .font-en {
    font-size: 1.875rem;
  }
}
/* line 282, _art2022.scss */
div.art2021 .section .h3 {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  /* line 282, _art2022.scss */
  div.art2021 .section .h3 {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
/* line 298, _art2022.scss */
div.art2021 .section p, div.art2021 .section li, div.art2021 .section th, div.art2021 .section td, div.art2021 .section dd {
  font-size: 1rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  /* line 298, _art2022.scss */
  div.art2021 .section p, div.art2021 .section li, div.art2021 .section th, div.art2021 .section td, div.art2021 .section dd {
    line-height: 2;
  }
}
@media screen and (max-width: 575px) {
  /* line 298, _art2022.scss */
  div.art2021 .section p, div.art2021 .section li, div.art2021 .section th, div.art2021 .section td, div.art2021 .section dd {
    font-size: 0.875rem;
  }
}
/* line 308, _art2022.scss */
div.art2021 .section p {
  margin-top: 1em;
}
/* line 310, _art2022.scss */
div.art2021 .section p:last-child {
  margin-bottom: 0 !important;
}
/* line 313, _art2022.scss */
div.art2021 .section p.mb0 {
  margin-bottom: 0 !important;
}
/* line 318, _art2022.scss */
div.art2021 .section .table-charity th, div.art2021 .section .table-charity td {
  padding: 1em;
}
/* line 322, _art2022.scss */
div.art2021 .section .text-end {
  color: #cc2929;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 0;
}
/* line 328, _art2022.scss */
div.art2021 .section ul {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  /* line 328, _art2022.scss */
  div.art2021 .section ul {
    margin-top: 30px;
  }
}
/* line 334, _art2022.scss */
div.art2021 .section ul.caution {
  margin-top: 1.2em;
}
/* line 336, _art2022.scss */
div.art2021 .section ul.caution li {
  font-size: 0.875rem;
  line-height: 1.8;
  list-style: none;
  position: relative;
}
/* line 341, _art2022.scss */
div.art2021 .section ul.caution li::before {
  content: "※";
  position: absolute;
  left: -1.4em;
  top: 0;
}
/* line 351, _art2022.scss */
div.art2021 .section-slide .section__inner {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 351, _art2022.scss */
  div.art2021 .section-slide .section__inner {
    padding-bottom: 15px;
  }
}
/* line 359, _art2022.scss */
div.art2021 .section-slide .section__inner .single-item {
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 575px) {
  /* line 359, _art2022.scss */
  div.art2021 .section-slide .section__inner .single-item {
    margin-bottom: 20px;
  }
}
/* line 365, _art2022.scss */
div.art2021 .section-slide .section__inner .single-item figure {
  text-align: center;
}
/* line 367, _art2022.scss */
div.art2021 .section-slide .section__inner .single-item figure img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 575px) {
  /* line 367, _art2022.scss */
  div.art2021 .section-slide .section__inner .single-item figure img {
    max-height: 230px;
  }
}
@media screen and (max-width: 374px) {
  /* line 367, _art2022.scss */
  div.art2021 .section-slide .section__inner .single-item figure img {
    max-height: 220px;
  }
}
/* line 379, _art2022.scss */
div.art2021 .section-slide .section__inner .single-item figure figcaption {
  font-size: 0.875rem;
  padding-top: 20px;
  color: #ccc;
}
/* line 393, _art2022.scss */
div.art2021 .searchBox {
  max-width: 1080px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* line 398, _art2022.scss */
div.art2021 .searchBox-body {
  overflow: hidden;
  background-image: url("/welfare/img/charity/assets/art2021/marble-bg.jpg");
  background-repeat: repeat;
  background-attachment: local;
  background-position: center top;
  padding: 50px 15px;
}
/* line 404, _art2022.scss */
div.art2021 .searchBox-body a {
  vertical-align: bottom;
}
/* line 410, _art2022.scss */
div.art2021 .searchBox-inner {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  /* line 410, _art2022.scss */
  div.art2021 .searchBox-inner {
    flex-direction: column;
  }
}
/* line 416, _art2022.scss */
div.art2021 .searchBox-inner .title {
  font-size: 1rem;
  color: #1a1a1a;
  text-align: left;
  padding-left: 15px;
  line-height: 1;
  margin: 40px 0 20px;
}
/* line 425, _art2022.scss */
div.art2021 .searchBox-footer {
  overflow: hidden;
  background: -moz-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: -webkit-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  padding: 15px;
}
/* line 433, _art2022.scss */
div.art2021 .searchBox .searchInfo {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #1a1a1a;
}
/* line 437, _art2022.scss */
div.art2021 .searchBox .searchInfo span {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  /* line 441, _art2022.scss */
  div.art2021 .searchBox .keyword {
    width: 96%;
    margin: 0 auto;
  }
}
/* line 446, _art2022.scss */
div.art2021 .searchBox .keyword .search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #1a1a1a;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  border-radius: 0;
  min-width: 300px;
  padding: 8px 40px 8px 12px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  /* line 446, _art2022.scss */
  div.art2021 .searchBox .keyword .search_container {
    min-width: auto;
  }
}
/* line 462, _art2022.scss */
div.art2021 .searchBox .keyword .search_container input[type="text"] {
  border: none;
}
/* line 465, _art2022.scss */
div.art2021 .searchBox .keyword .search_container input[type="text"]:focus {
  outline: 0;
}
/* line 468, _art2022.scss */
div.art2021 .searchBox .keyword .search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #1a1a1a;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -4px;
  outline: none;
}
@media screen and (max-width: 575px) {
  /* line 484, _art2022.scss */
  div.art2021 .searchBox .category {
    width: 96%;
    margin: 0 auto;
  }
}
/* line 489, _art2022.scss */
div.art2021 .searchBox .category .cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
/* line 494, _art2022.scss */
div.art2021 .searchBox .category .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 508, _art2022.scss */
div.art2021 .searchBox .category .cp_ipselect select::-ms-expand {
  display: none;
}
/* line 511, _art2022.scss */
div.art2021 .searchBox .category .cp_ipselect.cp_sl04 {
  font-size: 0.875rem;
  position: relative;
  border-radius: 2px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  background: #ffffff;
}
/* line 519, _art2022.scss */
div.art2021 .searchBox .category .cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1a1a1a;
  pointer-events: none;
}
/* line 532, _art2022.scss */
div.art2021 .searchBox .category .cp_ipselect.cp_sl04 select {
  padding: 8px 40px 8px 12px;
  min-width: 300px;
  color: #1a1a1a;
}
/* line 539, _art2022.scss */
div.art2021 .searchBox .btn-go {
  color: #CCC;
  border-color: #CCC;
  font-size: 0.875rem;
}
/* line 543, _art2022.scss */
div.art2021 .searchBox .btn-go:hover, div.art2021 .searchBox .btn-go.current {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
/* line 551, _art2022.scss */
div.art2021 .board {
  background-color: #FFF;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  /* line 551, _art2022.scss */
  div.art2021 .board {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  /* line 551, _art2022.scss */
  div.art2021 .board {
    padding: 40px 15px;
  }
}
/* line 560, _art2022.scss */
div.art2021 .board-white {
  background-color: #FFF;
}
/* line 562, _art2022.scss */
div.art2021 .board-white .h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 562, _art2022.scss */
  div.art2021 .board-white .h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  /* line 562, _art2022.scss */
  div.art2021 .board-white .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
/* line 577, _art2022.scss */
div.art2021 .board .h3 {
  font-size: 1.125rem;
  line-height: 1.5;
}
/* line 580, _art2022.scss */
div.art2021 .board .h3::before {
  content: "●";
  display: inline-block;
  margin-right: .5em;
}
/* line 586, _art2022.scss */
div.art2021 .board ul {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  /* line 586, _art2022.scss */
  div.art2021 .board ul {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* line 593, _art2022.scss */
div.art2021 .board p {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 593, _art2022.scss */
  div.art2021 .board p {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* line 600, _art2022.scss */
div.art2021 .board .text-end {
  margin-top: 20px;
}
/* line 605, _art2022.scss */
div.art2021 .card {
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #333;
  margin-bottom: 40px;
}
/* line 611, _art2022.scss */
div.art2021 .card-body {
  padding: 1.25rem;
}
/* line 614, _art2022.scss */
div.art2021 .card .name {
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 618, _art2022.scss */
div.art2021 .card .title {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 1em;
}
/* line 623, _art2022.scss */
div.art2021 .card .type {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 1em;
}
/* line 628, _art2022.scss */
div.art2021 .card .price {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 1em;
}
/* line 633, _art2022.scss */
div.art2021 .card.checked {
  background-color: #333;
}
/* line 635, _art2022.scss */
div.art2021 .card.checked label .checkbox {
  background: url("/welfare/img/charity/assets/check.png") center bottom no-repeat;
  background-position: center;
  background-size: 50%;
}
/* line 639, _art2022.scss */
div.art2021 .card.checked label .checkbox::before {
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
}
/* line 648, _art2022.scss */
div.art2021 .card label {
  cursor: pointer;
}
/* line 650, _art2022.scss */
div.art2021 .card label input[type=checkbox] {
  background-color: black;
  border-color: #bc9650;
  display: none;
}
/* line 656, _art2022.scss */
div.art2021 .card label .checkbox {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #bc9650;
  vertical-align: text-bottom;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #bc9650;
}
/* line 668, _art2022.scss */
div.art2021 .card-footer {
  background-color: transparent;
  border-top: none;
  position: relative;
}
/* line 672, _art2022.scss */
div.art2021 .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 #333 dotted;*/
}
/* line 684, _art2022.scss */
div.art2021 .card-footer span {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #bc9650;
}
/* line 693, _art2022.scss */
div.art2021 .section-confirm .confirm-box {
  background-color: transparent;
}
/* line 695, _art2022.scss */
div.art2021 .section-confirm .confirm-box .btn-go {
  border: none;
  background: -moz-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: -webkit-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
}
/* line 701, _art2022.scss */
div.art2021 .section-confirm .confirm-box.fixed {
  border: none;
  background-color: rgba(26, 26, 26, 0.9);
}
/* line 709, _art2022.scss */
div.art2021 .footer .page-top {
  padding: 50px 1em 50px;
}
@media screen and (max-width: 575px) {
  /* line 709, _art2022.scss */
  div.art2021 .footer .page-top {
    padding: 50px 1em 40px;
  }
}
/* line 714, _art2022.scss */
div.art2021 .footer .page-top .gototop {
  font-family: 'EB Garamond', serif;
  letter-spacing: 2px;
  color: #ccc;
}
/* line 718, _art2022.scss */
div.art2021 .footer .page-top .gototop::before, div.art2021 .footer .page-top .gototop::after {
  border-top: 1px #ccc solid;
}
/* line 724, _art2022.scss */
div.art2021 .footer__inner {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #333;
  color: #ccc;
}
/* line 729, _art2022.scss */
div.art2021 .footer__inner .c-name {
  margin-top: 40px;
  color: #ccc;
}
/* line 732, _art2022.scss */
div.art2021 .footer__inner .c-name::before {
  content: url(/welfare/img/charity/assets/logo.gold.png);
}
/* line 737, _art2022.scss */
div.art2021 .footer__inner .fa-facebook-f::before, div.art2021 .footer__inner .fa-twitter::before {
  color: #ccc;
}
/* line 745, _art2022.scss */
div.art2021 .btn-go {
  min-width: 300px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  margin-bottom: 10px;
  transition: background .3s ease;
}
@media screen and (min-width: 769px) {
  /* line 753, _art2022.scss */
  div.art2021 .btn-go:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 768px) {
  /* line 745, _art2022.scss */
  div.art2021 .btn-go {
    padding: 12px 15px;
    margin-bottom: 30px;
  }
  /* line 761, _art2022.scss */
  div.art2021 .btn-go:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 745, _art2022.scss */
  div.art2021 .btn-go {
    min-width: auto;
    width: 96%;
  }
}
/* line 774, _art2022.scss */
div.art2021.top .btn-go {
  border: none;
  background: -moz-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: -webkit-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
}
@media screen and (max-width: 575px) {
  /* line 774, _art2022.scss */
  div.art2021.top .btn-go {
    width: 80%;
    margin: 40px 0 !important;
  }
}
/* line 790, _art2022.scss */
div.art2021 .modal-content {
  border-radius: 0;
  border-width: 4px;
  border-color: #bc9650;
}
/* line 796, _art2022.scss */
div.art2021 .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 796, _art2022.scss */
  div.art2021 .modal-header.mod--charity {
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 796, _art2022.scss */
  div.art2021 .modal-header.mod--charity {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
/* line 812, _art2022.scss */
div.art2021 .modal-header.mod--charity::before {
  content: url("/welfare/img/charity/assets/art2021/head-side-left.svg");
  margin-right: 15%;
}
@media screen and (max-width: 991px) {
  /* line 812, _art2022.scss */
  div.art2021 .modal-header.mod--charity::before {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/assets/art2021/head-side-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) {
  /* line 812, _art2022.scss */
  div.art2021 .modal-header.mod--charity::before {
    margin-right: 5%;
  }
}
/* line 828, _art2022.scss */
div.art2021 .modal-header.mod--charity::after {
  content: url("/welfare/img/charity/assets/art2021/head-side-right.svg");
  margin-left: 15%;
}
@media screen and (max-width: 991px) {
  /* line 828, _art2022.scss */
  div.art2021 .modal-header.mod--charity::after {
    width: 15%;
    content: "";
    background-image: url("/welfare/img/charity/assets/art2021/head-side-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  /* line 828, _art2022.scss */
  div.art2021 .modal-header.mod--charity::after {
    margin-left: 5%;
  }
}
/* line 844, _art2022.scss */
div.art2021 .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 858, _art2022.scss */
div.art2021 .modal-header.mod--charity .close span {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  /* line 861, _art2022.scss */
  div.art2021 .modal-header.mod--charity .close:hover {
    opacity: .5;
  }
}
/* line 869, _art2022.scss */
div.art2021 .modal-title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: auto 30px;
  display: inline-block;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  /* line 869, _art2022.scss */
  div.art2021 .modal-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 869, _art2022.scss */
  div.art2021 .modal-title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
/* line 885, _art2022.scss */
div.art2021 .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  /* line 885, _art2022.scss */
  div.art2021 .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 885, _art2022.scss */
  div.art2021 .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 896, _art2022.scss */
div.art2021 .modal .align-items-center {
  color: #1a1a1a;
}
/* line 899, _art2022.scss */
div.art2021 .modal .error.mod--bb {
  border-bottom: 1px solid #bc9650;
}
/* line 902, _art2022.scss */
div.art2021 .modal .error {
  border-top: 1px solid #bc9650;
}
/* line 906, _art2022.scss */
div.art2021 .modal .btn-go {
  border: none;
  background: -moz-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: -webkit-linear-gradient(left, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
  background: linear-gradient(to right, #bc9650 10%, #e9d98d 50%, #bc9650 90%);
}
@media screen and (max-width: 768px) {
  /* line 913, _art2022.scss */
  div.art2021 .modal .modal-dialog {
    max-width: 600px;
  }
}
/* line 923, _art2022.scss */
div.art2021 .selectedlist li {
  border-top: 1px #bc9650 solid;
}
@media screen and (max-width: 575px) {
  /* line 923, _art2022.scss */
  div.art2021 .selectedlist li {
    padding: 20px 10px;
  }
}
/* line 930, _art2022.scss */
div.art2021 .selectedlist .media figure {
  width: 130px;
  text-align: center;
}
/* line 933, _art2022.scss */
div.art2021 .selectedlist .media figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  /* line 930, _art2022.scss */
  div.art2021 .selectedlist .media figure {
    width: 100px;
  }
}
/* line 942, _art2022.scss */
div.art2021 .selectedlist::after {
  background-color: #bc9650;
}
/* line 945, _art2022.scss */
div.art2021 .selectedlist + .error {
  border-top: none;
}
/* line 956, _art2022.scss */
div.art2021 .pswp__counter {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
/* line 961, _art2022.scss */
div.art2021 .pswp__button--arrow--left::before, div.art2021 .pswp__button--arrow--right::before {
  background-size: contain;
  height: 40px;
  width: 40px;
}
/* line 966, _art2022.scss */
div.art2021 .pswp__button--arrow--left::before {
  left: 10px;
}
/* line 969, _art2022.scss */
div.art2021 .pswp__button--arrow--right::before {
  right: 10px;
}
/* line 973, _art2022.scss */
div.art2021 .pswp__caption__center {
  max-width: 800px;
  width: 92%;
  position: relative;
}
/* line 977, _art2022.scss */
div.art2021 .pswp__caption__center p {
  text-align: left;
  padding-right: 150px;
}
@media screen and (max-width: 575px) {
  /* line 977, _art2022.scss */
  div.art2021 .pswp__caption__center p {
    padding-right: 0;
  }
}
/* line 984, _art2022.scss */
div.art2021 .pswp__caption__center .pdf {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  /* line 984, _art2022.scss */
  div.art2021 .pswp__caption__center .pdf {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    text-align: right;
    padding-top: 6px;
  }
}
/* line 998, _art2022.scss */
div.art2021 .pswp__caption__center .pdf a {
  display: inline-block;
  border: 1px solid #bc9650;
  color: #bc9650;
  padding: 4px 10px;
}
/* line 1008, _art2022.scss */
div.art2021 .itemlist .nocount {
  text-align: center;
}
/* line 1010, _art2022.scss */
div.art2021 .itemlist .nocount p {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 110%;
}

/*# sourceMappingURL=charity.css.map */
