@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
.u-mt--0 {
  margin-top: 0 !important;
}

.mod-h2.ver01--r::before {
  width: 240px;
}
.mod-h2.ver01--c {
  border-bottom: 3px solid #ebebeb;
  border-top: none;
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}
.mod-h2.ver01--c::before {
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .mod-h2.ver01--c::before {
    width: 180px;
  }
}
.mod-h2.ver01--l {
  border-bottom: 3px solid #ebebeb;
  border-top: none;
  padding-top: 0px;
  text-align: left;
}
.mod-h2.ver01--l::before {
  width: 240px;
  left: 0;
  top: auto;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .mod-h2.ver01--l::before {
    width: 180px;
  }
}

.mod-h3.no-border {
  padding-top: 0;
  border: none;
}

/*top*/
.top-about-inner {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top-about-inner {
    width: 100%;
  }
}

/*top-service*/
.top-service {
  position: relative;
  width: 100%;
  margin-top: 130px;
}

@media print, screen and (min-width: 768px) {
  .top-service {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.top-service--h2.mod-h2 {
  margin: 0 0 50px 0 !important;
}
@media only screen and (max-width: 767px) {
  .top-service--h2.mod-h2 {
    margin: 0 0 40px 0 !important;
  }
}

.top-service-txt {
  width: 55%;
  padding: 0 0 100px;
}
@media only screen and (max-width: 767px) {
  .top-service-txt {
    width: 100%;
    padding: 0;
  }
}

.top-service-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-service-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-service-img--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-service-img--sp {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 5.3333333333vw;
  }
}
.top-service-img--pc {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .top-service-img--pc {
    display: none;
  }
}

.top-service-btn {
  display: inline-block;
  margin-top: 30px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.top-service-btn a {
  color: white;
  background-color: #FA0000;
  width: 100%;
  padding: 7px 24px 7px 15px;
  border-radius: 3px;
  position: relative;
}
.top-service-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 12px;
}
.top-service-btn:hover {
  opacity: 0.6;
}

/*top-page-menu*/
.top-page-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .top-page-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.top-page-item {
  text-align: center;
  border-right: 2px solid #e6e6e6;
  padding: 50px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.top-page-item:first-child {
  border-left: 2px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .top-page-item {
    padding: 30px 20px;
    border-bottom: 2px solid #e6e6e6;
    border-right: none;
  }
  .top-page-item:first-child {
    border-left: none;
  }
}
.top-page-item a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top-page-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-page-item:hover .top-page-ttl p {
  border-bottom: 2px solid red;
}

.top-page-ttl {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top-page-ttl {
    margin-top: 4px;
  }
}
.top-page-ttl p {
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.top-page-ttl p::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 6px;
  right: -5px;
  top: 8px;
  border: 6px solid transparent;
  border-left: 8px solid red;
  border-radius: 3px;
  position: absolute;
}

.top-page-icon {
  height: 60px;
  margin: 0 auto 20px auto;
}
.top-page-icon img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .top-page-icon {
    height: 40px;
    margin: 0 20px 0 0;
  }
  .top-page-icon img {
    height: 40px;
  }
}

/*top-news*/
.top-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-news-wrap {
    display: block;
  }
}
.top-news-wrap + .top-news-wrap {
  margin-top: 40px;
}

.top-news-img {
  overflow: hidden;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .top-news-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top-news-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .top-news-img img {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
}

.top-news-ttl.mod-h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

/*sustainability*/
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .flex-wrap {
    display: block;
  }
}

.sustainability-flex-txt {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .sustainability-flex-txt {
    width: 100%;
  }
}

.mod-img.sdgs-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .mod-img.sdgs-img-flex {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod-img__item.sdgs-img {
  width: 120px;
  height: 120px;
}
.mod-img__item.sdgs-img:nth-child(2) {
  margin-left: 10px;
}
.mod-img__item.sdgs-img:nth-child(3) {
  margin-top: 10px;
}

/*corporate*/
.corporate-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .corporate-flex {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.corporate-flex.other-small-flex {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .corporate-flex.other-small-flex {
    width: 100%;
  }
}

.corporate-item {
  width: calc(100% - 10px);
  border-bottom: 3px solid #ebebeb;
  padding: 20px 0;
}
.corporate-item:nth-child(even) {
  margin-left: 20px;
}
.corporate-item .corporate-ttl p > strong {
  font-size: 120%;
}
.corporate-item .corporate-txt p, .corporate-item .corporate-txt a {
  font-size: 90%;
  font-family: "Helvetica Neue", HelveticaNeue, Arial, Verdana, sans-serif;
}
.corporate-item .corporate-txt a {
  color: #1a0dab;
  text-decoration: underline;
}
.corporate-item .corporate-txt a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .corporate-item {
    width: 100%;
  }
  .corporate-item:nth-child(even) {
    margin-left: 0px;
  }
}
.corporate-item.other {
  border-bottom: 1px solid #ebebeb;
  width: calc(50% - 10px);
}
.corporate-item.other:nth-child(even) {
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .corporate-item.other {
    width: 100%;
  }
}
.corporate-item.other-small {
  border: none;
}
.corporate-item.other-small:nth-child(even) {
  margin-left: 0px;
}

.footer {
  min-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .footer {
    min-width: 0;
  }
}
.footer_sns {
  text-align: center;
  margin-top: 30px;
}
.footer_sns ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer_sns ul li img {
  width: 40px;
}
.footer_sns ul li + li {
  margin-left: 10px;
}
.footer_sns ul li a {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.footer_sns ul li a:hover {
  opacity: 0.6;
}

.header_utility {
  display: none;
}

.header_nav_wrapper {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .header_utility {
    display: block;
  }
}
html:lang(en) b,
html:lang(en) strong,
html:lang(en) .bold,
html:lang(en) .font-b {
  font-family: "Helvetica Neue", HelveticaNeue, Arial, Verdana, sans-serif;
  font-weight: 700;
}

.footer_upper_nav_item .footer_upper_nav_link {
  letter-spacing: 0.06em;
}

/* article title */
.mod-h2.ver01--c {
  padding-bottom: 0 !important;
}
.mod-h2::before {
  display: none;
}
.mod-h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
}
.mod-h2 span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fa0000;
}

.corporate-item {
  border-bottom: 1px solid #ebebeb;
}

.mod-h3 + .flex-wrap > .sustainability-flex-txt > .mod-txt,
.mod-h3 + .flex-wrap > .mod-txt, .mod-h3 + .flex-wrap > .mod-img {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mod-h3 + .flex-wrap > .mod-img {
    margin-top: 15px !important;
  }
}
.mod-txt a {
  color: #1a0dab;
  text-decoration: underline;
}
.mod-txt a:hover {
  text-decoration: none;
}

/*
  各ulタグ
------------------------------------------------------------------------------*/
[class*=mod-list].tag li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

[class*=mod-list].tag li span {
  display: inline-block;
  text-align: center;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  [class*=mod-list].tag li span {
    font-size: 11px;
    min-width: 60px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-list].tag li span {
    font-size: 11px;
    font-size: 2.9333333333vw;
    min-width: 16vw;
    border-radius: 2.6666666667vw;
    margin-right: 1.8666666667vw;
    margin-top: 0.8vw;
  }
}
[class*=mod-list].tag li .up {
  background-color: #f8ece4;
  color: #ff6d00;
}

[class*=mod-list].tag li .limited {
  background-color: #e1f4e0;
  color: #00a200;
}

[class*=mod-list].tag li .new {
  background-color: #f9eaea;
  color: #fa0000;
}

@media print, screen and (min-width: 768px) {
  [class*=mod-list].margin {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-list].margin {
    margin-top: 2.6666666667vw;
  }
}
[class*=mod-list].marker li {
  display: table;
  width: 100%;
  padding-left: 0;
}

[class*=mod-list].marker li::before {
  content: none;
}

[class*=mod-list].marker li .list--marker {
  display: table-cell;
  width: 1em;
}

@media print, screen and (min-width: 768px) {
  [class*=mod-list].marker li .list--marker {
    padding-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-list].marker li .list--marker {
    padding-right: 1.3333333333vw;
  }
}
.mod-list {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list li > .mod-list {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list li > .mod-list {
    margin-top: 1.3333333333vw;
  }
}
.mod-list__disc li {
  position: relative;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-list__disc li {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc li {
    padding-left: 4vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc li + li {
    margin-top: 1.3333333333vw;
  }
}
.mod-list__disc li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  background-color: #222;
}

@media print, screen and (min-width: 768px) {
  .mod-list__disc li:before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc li:before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.note li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.note li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.note li::before {
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.note li::before {
    top: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.small li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.small li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__disc.small li::before {
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__disc.small li::before {
    top: 1.8666666667vw;
  }
}
.mod-list__num {
  counter-reset: item;
  list-style-type: none;
}

.mod-list__num li {
  position: relative;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-list__num li {
    font-size: 16px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__num li {
    margin-top: 4vw;
    padding-left: 5.3333333333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__num li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__num li + li {
    margin-top: 1.3333333333vw;
  }
}
.mod-list__num li:before {
  position: absolute;
  counter-increment: item;
  content: counter(item) ".";
  left: 0;
  top: 0;
}

.mod-list__annotation {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-list__annotation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__annotation {
    margin-top: 2.6666666667vw;
  }
}
.mod-list__annotation li {
  color: #555;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-list__annotation li {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__annotation li {
    font-size: 12px;
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.mod-list__annotation li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: arial, sans-serif;
}

@media print, screen and (min-width: 768px) {
  .mod-list__annotation li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__annotation li + li {
    margin-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-list__annotation + .mod-list__annotation {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-list__annotation + .mod-list__annotation {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  [class*=mod-list__] [class*=mod-list__] {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  [class*=mod-list__] [class*=mod-list__] {
    margin-top: 2.6666666667vw;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 拡大率 */
  }
}
.slider-jsai .slick-animation .slide_img {
  -webkit-animation: zoom 5s 0s linear;
  animation: zoom 5s 0s linear;
}

.slider-jsai {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .slider-jsai {
    padding-top: 14.6666666667vw;
  }
}
.slider-jsai .slide_copy {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 80%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  z-index: 2;
}

.slider-jsai .slide_copy p {
  font: normal 3.5vw/1.6 "Helvetica Neue", HelveticaNeue, Arial, Verdana, sans-serif;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 0 10px;
  letter-spacing: 0;
}
.slider-jsai .slide_copy p span {
  font-weight: bold;
  font-style: italic;
}

@media screen and (min-width: 1501px) {
  .slider-jsai .slide_copy p {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .slider-jsai .slide_copy {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: auto;
    bottom: 40px;
    left: 30px;
    max-width: 100%;
  }
  .slider-jsai .slide_copy p {
    font-size: 7vw;
    line-height: 1.3;
    text-shadow: rgba(0, 0, 0, 0.6);
  }
}
.slider-jsai .slick-list,
.slider-jsai .slick-track {
  height: 100%;
}

.slider-jsai .slide_img img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* message */
.uni-mes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print, screen and (min-width: 768px) {
  .uni-mes {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .uni-mes {
    margin-top: 8vw;
  }
}
.sign span {
  font-family: "Tangerine", cursive !important;
}

@media print, screen and (min-width: 768px) {
  .sign span {
    font-size: 32px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sign span {
    font-size: 6.93333vw;
    margin-left: 2.13333vw;
  }
}
.mod-h2.news-title {
  padding: 0;
  margin-top: 0;
  border: 0;
  font-size: 26px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .mod-h2.news-title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.mod-h2.news-title span::before {
  content: none;
}

.u-display--pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .u-display--pc {
    display: block !important;
  }
}

.u-display--sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-display--sp {
    display: block !important;
  }
}

.mod-img__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
}
.mod-img__flex figure {
  margin-bottom: 40px;
}

.u-text-smilezemi {
  display: inline-block;
  font-style: italic;
}

/*  */
.area-donation .container{
  padding-bottom: 110px!important;
}
.area-donation__flex{
  display: flex;
  justify-content: space-around;
}
.area-donation [class*=mod-list].marker li{
  text-align: left;
}
.area-donation [class*=mod-list].marker li::before {
  content: none;
}
.area-donation__item{
  text-align: center;
  max-width: 300px;
}

@media print, screen and (min-width: 768px) {
  .area-donation__title{
    font-size: 50px;
  }
  .area-donation .mod-imgTxt:not(.reverse) .mod-imgTxt--txt,
  .area-donation .mod-imgTxt.reverse .mod-imgTxt--img{
    max-width: 500px;
  }
  .area-donation .mod-imgTxt--img.pc-reverse{
    order: -1;
  }
  .area-donation .mod-imgTxt:not(.reverse) .mod-imgTxt--img {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .area-donation{
    margin-top: 14.6666666667vw;
  }
  .area-donation .container{
    padding-bottom: 14.6666666667vw!important;
  }
  .area-donation__flex{
    flex-direction: column;
  }
  .area-donation__item{
    max-width: unset;
  }
  .area-donation__item + .area-donation__item{
    margin-top: 8vw;
  }
  .area-donation__title{
    font-size: 40px;
    font-size: 10vw;
  }
  .area-donation .mod-imgTxt:not(.reverse) .mod-imgTxt--txt + .mod-imgTxt--img{
    margin-top: 5.3333333333vw;
  }
  .area-donation .mod-imgTxt--img figure.full img{
    margin: 0 -5.3333333333vw;
    max-width: unset;
    width: calc(100% + (5.3333333333vw * 2));
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .area-donation .mod-imgTxt {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .area-donation .mod-imgTxt {
    margin-top: 8vw;
  }
}

.area-donation__annotation {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .area-donation__annotation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .area-donation__annotation {
    margin-top: 2.6666666667vw;
  }
}

.area-donation__annotation ul{
  display: inline-block;
  text-align: left;
}

.area-donation__annotation li {
  color: #555;
  position: relative;
  display: inline-flex;
}

@media print, screen and (min-width: 768px) {
  .area-donation__annotation li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .area-donation__annotation li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.area-donation__annotation li::before {
  content: "*";
  display: block;
  font-family: arial, sans-serif;
}

@media print, screen and (min-width: 768px) {
  .area-donation__annotation li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .area-donation__annotation li + li {
    margin-top: 1.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .area-donation__annotation + .area-donation__annotation {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .area-donation__annotation + .area-donation__annotation {
    margin-top: 2.6666666667vw;
  }
}