@charset "UTF-8";
/* コンパスの機能を全部インポート*/
/*@include keyframes(animationSample){
0% {
opacity:0;
}
100% {
opacity:1;
}
}*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes banner-anim {
  0% {
    background-position: 0;
  }
  23% {
    background-position: 0;
  }
  25% {
    background-position: 25%;
  }
  48% {
    background-position: 25%;
  }
  50% {
    background-position: 50%;
  }
  73% {
    background-position: 50%;
  }
  75% {
    background-position: 75%;
  }
  98% {
    background-position: 75%;
  }
  100% {
    background-position: 100%;
  }
}
@-moz-keyframes banner-anim {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes banner-anim {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
/* mixin */
/* line 10, sass/style_charitsumo.scss */
* {
  font-weight: auto;
}

/* line 13, sass/style_charitsumo.scss */
.box-wrap .box-innner * {
  color: auto;
}

/* line 17, sass/style_charitsumo.scss */
html body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  word-break: break-all;
}
/* line 22, sass/style_charitsumo.scss */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* line 31, sass/style_charitsumo.scss */
html body #loadtext {
  top: -0.5em;
}
/* line 34, sass/style_charitsumo.scss */
html body strong {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* line 38, sass/style_charitsumo.scss */
html body strong a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* line 44, sass/style_charitsumo.scss */
html body .mini {
  font-size: 0.6em;
}
/* line 47, sass/style_charitsumo.scss */
html body .cat-wrap .cat {
  font-size: 0.7rem;
}
/* line 51, sass/style_charitsumo.scss */
html body #footer-wrapper .foot-logo {
  margin-right: auto;
  margin-left: auto;
}
/* line 56, sass/style_charitsumo.scss */
html body #footer-wrapper .drowerRight a {
  font-size: 0.8em;
}
/* line 62, sass/style_charitsumo.scss */
html body #footer-wrapper .drowerLeft .column .btn {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 69, sass/style_charitsumo.scss */
html body .pageindex .btn {
  border-radius: 100px;
}
/* line 72, sass/style_charitsumo.scss */
html body .arr .arricon {
  transform: translateY(-45%);
}

/* line 79, sass/style_charitsumo.scss */
.navB .searchNav {
  display: none;
}

/* line 84, sass/style_charitsumo.scss */
.scroll .navB {
  width: 10vw;
}

/* line 88, sass/style_charitsumo.scss */
.navB,
.open .navB,
.openS .navB,
.open .scroll .navB,
.openS .scroll .navB {
  width: 15vw;
}

@media screen and (max-width: 600px) {
  /* line 96, sass/style_charitsumo.scss */
  .thumb-info {
    padding-bottom: 0;
  }
  /* line 98, sass/style_charitsumo.scss */
  .thumb-info .thumb-text .title4 {
    margin-bottom: 5px;
  }

  /* line 102, sass/style_charitsumo.scss */
  .exthumb-Wrap .innner .thumb .thumb-info .thumb-text .title5 {
    margin-bottom: 5px;
  }

  /* line 105, sass/style_charitsumo.scss */
  .cat-wrap .cat {
    margin-bottom: 3px;
  }

  /* line 110, sass/style_charitsumo.scss */
  #home-ex .exthumb-Wrap .innner {
    margin: 0;
  }
  /* line 112, sass/style_charitsumo.scss */
  #home-ex .exthumb-Wrap .innner .thumb .thumb-info {
    padding: 0 5vw;
  }
  /* line 116, sass/style_charitsumo.scss */
  #home-ex .exthumb-Wrap .title3 {
    margin-bottom: 0;
    text-align: center;
  }

  /* line 123, sass/style_charitsumo.scss */
  #footer-wrapper .innner {
    margin: 0 5vw;
  }
  /* line 126, sass/style_charitsumo.scss */
  #footer-wrapper .drowerRight {
    display: none;
  }
  /* line 129, sass/style_charitsumo.scss */
  #footer-wrapper .drowerLeft {
    max-width: none;
    margin-bottom: 0;
  }
  /* line 132, sass/style_charitsumo.scss */
  #footer-wrapper .drowerLeft .navA {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 601px) {
  /* line 141, sass/style_charitsumo.scss */
  body .btn.btn-korona figure {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  /* line 149, sass/style_charitsumo.scss */
  html body .navA li a {
    font-size: 0.9rem;
  }
  /* line 152, sass/style_charitsumo.scss */
  html body #drowerWrap .scrollarea > .innner {
    margin-left: -50px;
  }
  /* line 154, sass/style_charitsumo.scss */
  html body #drowerWrap .scrollarea > .innner #drowerWrap .drowerLeft {
    margin-left: -50px;
  }
  /* line 156, sass/style_charitsumo.scss */
  html body #drowerWrap .scrollarea > .innner #drowerWrap .drowerLeft .foot-logo {
    width: 90%;
  }
  /* line 161, sass/style_charitsumo.scss */
  html body .pagination .btn.btn-home {
    transform: translateX(calc(-50% - 1vw));
  }
}
@media screen and (max-width: 1500px) {
  /* line 167, sass/style_charitsumo.scss */
  #drowerWrap .scrollarea > .innner {
    max-width: 750px;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  /* line 173, sass/style_charitsumo.scss */
  #drowerWrap .scrollarea > .innner {
    max-width: 640px;
    align-items: center;
  }
}
/* line 180, sass/style_charitsumo.scss */
.cat-wrap.cat-type2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 183, sass/style_charitsumo.scss */
.cat-wrap.cat-type2 .cat.e1 {
  display: none;
}

/* line 187, sass/style_charitsumo.scss */
.catNavBox .cat-wrap.cat-type2 .cat.e1 {
  display: inline-block;
}

/* line 199, sass/style_charitsumo.scss */
html body#home main span.new-label {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #ef503a;
  padding: 0;
  line-height: 4em;
  height: 4em;
  width: 4em;
  display: block;
  border-radius: 100%;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
/* line 216, sass/style_charitsumo.scss */
html body#home main #home-feature .thumbList a {
  position: relative;
}
/* line 223, sass/style_charitsumo.scss */
html body#home main #home-qa .thumbList a {
  position: relative;
}
/* line 230, sass/style_charitsumo.scss */
html body#home main #home-qa .thumbList a {
  position: relative;
}
/* line 238, sass/style_charitsumo.scss */
html body#home main #home-ex .thumbList .innner a {
  position: relative;
}
/* line 240, sass/style_charitsumo.scss */
html body#home main #home-ex .thumbList .innner a span.new-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ef503a;
  line-height: 1em;
  display: block;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  padding: 3px;
  font-size: 0.6em;
  height: auto;
  width: auto;
  border-radius: 0;
}

@media screen and (max-width: 600px) {
  /* line 265, sass/style_charitsumo.scss */
  html body#home main span.new-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ef503a;
    padding: 0;
    padding: 5px;
    display: block;
    border-radius: 100%;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    height: auto;
    width: auto;
    line-height: 1;
    border-radius: 0;
    font-size: 0.8em;
  }
  /* line 283, sass/style_charitsumo.scss */
  html body#home main .main {
    height: 150vw;
  }
  /* line 289, sass/style_charitsumo.scss */
  html body#home main #home-ex .thumbList .innner > a.thumb {
    padding: 5vw;
    margin-bottom: 0;
  }
  /* line 292, sass/style_charitsumo.scss */
  html body#home main #home-ex .thumbList .innner > a.thumb span.new-label {
    font-size: 0.8em;
    top: 5vw;
    left: 5vw;
  }
  /* line 297, sass/style_charitsumo.scss */
  html body#home main #home-ex .thumbList .innner > a.thumb .thumb-info {
    padding: 0;
  }
  /* line 305, sass/style_charitsumo.scss */
  html body#home .exthumb-Wrap .innner .btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  /* line 313, sass/style_charitsumo.scss */
  html body#home main #home-feature {
    padding-top: calc(10vw + 50px);
    padding-bottom: 6vw;
  }
  /* line 316, sass/style_charitsumo.scss */
  html body#home main #home-feature .cat-wrap {
    line-height: 1;
  }
  /* line 318, sass/style_charitsumo.scss */
  html body#home main #home-feature .cat-wrap.cat-type2 {
    margin-bottom: 0;
  }
  /* line 322, sass/style_charitsumo.scss */
  html body#home main #home-feature .thumbList a {
    margin: 0 auto 3vw;
    width: calc(50% - 3vw);
  }
  /* line 326, sass/style_charitsumo.scss */
  html body#home main #home-feature a.btn {
    margin-top: 0;
  }
  /* line 330, sass/style_charitsumo.scss */
  html body#home main #home-qa {
    padding-top: calc(10vw + 50px);
    padding-bottom: 6vw;
  }
  /* line 333, sass/style_charitsumo.scss */
  html body#home main #home-qa a.btn {
    margin-top: 0;
  }
  /* line 337, sass/style_charitsumo.scss */
  html body#home main #home-ex {
    padding-bottom: 6vw;
  }
  /* line 339, sass/style_charitsumo.scss */
  html body#home main #home-ex .column-flex {
    -webkit-flex-wrap: nowrap !important;
    /* Safari */
    flex-wrap: nowrap !important;
  }
  /* line 343, sass/style_charitsumo.scss */
  html body#home main #home-ex .exthumb-Wrap .title3 {
    margin-bottom: 1.5vw;
    text-align: center;
    font-size: 1.2em;
  }
  /* line 348, sass/style_charitsumo.scss */
  html body#home main #home-ex .exthumb-Wrap .innner {
    margin: 0 1.5vw;
  }
  /* line 350, sass/style_charitsumo.scss */
  html body#home main #home-ex .exthumb-Wrap .innner > a {
    margin-bottom: 1.5vw;
  }
  /* line 352, sass/style_charitsumo.scss */
  html body#home main #home-ex .exthumb-Wrap .innner > a.btn {
    margin-top: 0.5vw;
  }
  /* line 358, sass/style_charitsumo.scss */
  html body#home main #home-ex .cat-wrap {
    line-height: 1;
  }
  /* line 365, sass/style_charitsumo.scss */
  html body#home footer .footer-copyright small {
    font-size: 0.8em;
  }
}
/* line 381, sass/style_charitsumo.scss */
html body#about main article > .wrapper .container {
  width: calc(100vw - 10vw);
  margin-top: 10vw;
}
/* line 387, sass/style_charitsumo.scss */
html body#about main article .section h2.title3 {
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.2;
  color: #00aa64;
}
/* line 394, sass/style_charitsumo.scss */
html body#about main article .section h3.title5 {
  line-height: 1.5;
  margin: 1em 0 0.5em;
}
/* line 397, sass/style_charitsumo.scss */
html body#about main article .section h3.title5 br {
  display: none;
}
/* line 402, sass/style_charitsumo.scss */
html body#about main article .section .aboutmain img {
  width: 70%;
}
/* line 408, sass/style_charitsumo.scss */
html body#about main article .section#introContents .box-wrap .box-innner {
  padding: 5vw 0 15vw;
  margin: 0 5vw;
}
/* line 412, sass/style_charitsumo.scss */
html body#about main article .section#introContents .box-wrap .btn.arr.btn-yellow {
  bottom: 5vw;
}
/* line 418, sass/style_charitsumo.scss */
html body#about main article #credit {
  background-color: #fff;
  padding: 5vw;
}
/* line 422, sass/style_charitsumo.scss */
html body#about main article #credit .akaihane p {
  margin-top: 1em;
  font-weight: bold;
}
/* line 427, sass/style_charitsumo.scss */
html body#about main article #credit .member {
  margin-top: 2em;
}

@media screen and (min-width: 901px) {
  /* line 438, sass/style_charitsumo.scss */
  html body#about main article .section h2.title3 {
    font-size: 2em;
    line-height: 1.2;
    text-align: left;
  }
  /* line 445, sass/style_charitsumo.scss */
  html body#about main article .section#introContents .box-wrap .box-innner {
    padding: 5vw 0 7vw;
    margin: 0 2.5vw;
  }
  /* line 449, sass/style_charitsumo.scss */
  html body#about main article .section#introContents .box-wrap .btn.arr.btn-yellow {
    bottom: 2.5vw;
  }
  /* line 455, sass/style_charitsumo.scss */
  html body#about main article #credit {
    max-width: 800px;
  }
  /* line 458, sass/style_charitsumo.scss */
  html body#about main article #credit .akaihane .image {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 463, sass/style_charitsumo.scss */
  html body#about main article #credit .akaihane p {
    text-align: center;
  }
  /* line 467, sass/style_charitsumo.scss */
  html body#about main article #credit .member {
    magin-top: 4em;
  }
}
/* line 482, sass/style_charitsumo.scss */
html body#soudan main article nav.pageindex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 486, sass/style_charitsumo.scss */
html body#soudan main article nav.pageindex a {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 55px;
}
/* line 491, sass/style_charitsumo.scss */
html body#soudan main article nav.pageindex a span {
  line-height: 2;
  display: block;
  padding: 0;
}
/* line 497, sass/style_charitsumo.scss */
html body#soudan main article nav.pageindex .btn:last-child {
  margin-bottom: auto;
}
/* line 504, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap h2.title3 {
  text-align: center;
}
/* line 509, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box > h3.title3 {
  line-height: 1.5;
  margin-bottom: 0.6em;
  font-size: 1.6em;
  letter-spacing: 0;
}
/* line 514, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box > h3.title3 span.mini {
  color: inherit;
  font-weight: bold;
}
/* line 519, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column {
  text-align: left;
}
/* line 522, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .btn span {
  color: #00aa64;
}
/* line 526, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .btn:hover span {
  color: #ffe727;
}
/* line 532, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro h1,
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro h2,
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro h3,
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro h4,
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro h5 {
  text-align: left;
  font-weight: bold;
}
/* line 540, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro h4 {
  font-size: 1.2em;
}
/* line 544, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro ul li {
  text-align: left;
  margin-bottom: 0.5em;
}
/* line 547, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanIntro ul li a {
  text-decoration: underline;
}
/* line 553, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .supple {
  margin-top: 1em;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 5px;
}
/* line 559, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .supple .title {
  margin-bottom: 0.2em;
}
/* line 561, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .supple .title .type {
  font-size: 0.6em;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}
/* line 570, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .column-flex {
  justify-content: center;
}
/* line 573, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap {
  margin-top: 1em;
  padding: 1rem;
  border-left: 5px solid #00aa64;
  background-color: #00aa640a;
}
/* line 578, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap h3 {
  margin-bottom: 0.2em;
  line-height: 1.5;
  font-weight: bold;
  color: #00aa64;
}
/* line 585, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap .single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  margin-top: 1em;
}
/* line 589, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap .single .image {
  width: 30%;
  max-width: 150px;
}
/* line 593, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap .single .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* line 595, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap .single .text a {
  font-size: 0.8em;
  line-height: 1.5;
  display: block;
  margin-left: 0.5em;
}
/* line 600, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap .single .text a.cat {
  font-size: 0;
}
/* line 602, sass/style_charitsumo.scss */
html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap .linkwrap .single .text a.cat span {
  display: inline-block;
  background-color: #00aa64;
  color: #fff;
  font-size: 0.6rem;
  padding: 0 3px;
  margin-left: 0.5em;
}

@media screen and (min-width: 901px) {
  /* line 630, sass/style_charitsumo.scss */
  html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box h3.title3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 900px) {
  /* line 647, sass/style_charitsumo.scss */
  html body#soudan main article .container .ancerLinkwrap .box-wrap > h2 {
    font-size: 1em;
    text-align: center;
  }
  /* line 654, sass/style_charitsumo.scss */
  html body#soudan main article .container .ancerLinkwrap .box-wrap .box-innner .soudan-box .column .soudanBtn-wrap {
    margin-top: 0.7em;
  }
}
/* line 673, sass/style_charitsumo.scss */
html body#shien main article nav.pageindex a {
  background-color: #fff;
}
/* line 680, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap h2.title3 {
  text-align: center;
}
/* line 686, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column > h3.title4 {
  line-height: 1.5;
  margin-bottom: 0.6em;
  font-size: 1.6em;
  letter-spacing: 0;
  color: #00aa64;
}
/* line 692, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column > h3.title4 span.mini {
  color: inherit;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
/* line 699, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column table {
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
  margin: 0 0 2.5vw;
}
/* line 704, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column table tr {
  border-bottom: 1px solid #cecece;
}
/* line 706, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column table tr th,
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column table tr td {
  padding: 0.5em 1em;
}
/* line 710, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column table tr th {
  background-color: #efefef;
}
/* line 717, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column a.btn {
  margin-top: 2.5vw;
}
/* line 721, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column .shienContents p:last-of-type {
  margin-bottom: 0;
}
/* line 728, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .supple .title .type {
  font-size: 0.6em;
  line-height: 1.5;
  font-weight: bold;
  color: #a2a2a2;
}
/* line 736, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .supple .cont aside {
  font-weight: bold;
  line-height: 1.5;
  font-size: 0.8em;
}
/* line 742, sass/style_charitsumo.scss */
html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .supple .cont .single:nth-child(n + 2) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 900px) {
  /* line 763, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner {
    padding: 5vw 0 5vw;
  }
  /* line 766, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .shienContents {
    margin-bottom: 0;
  }
  /* line 770, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column a.btn {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 776, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .supple {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 901px) {
  /* line 793, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner {
    padding: 5vw 0 0;
  }
  /* line 795, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  /* line 799, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column > h3.title4 {
    font-size: 2em;
    padding-bottom: 0;
  }
  /* line 803, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .column .shienContents {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1101px) {
  /* line 822, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box {
    align-items: flex-start !important;
  }
  /* line 824, sass/style_charitsumo.scss */
  html body#shien main article .container .ancerLinkwrap .box-wrap .box-innner .shien-box .supple {
    width: 350px;
    min-width: 350px;
    padding: 1em;
  }
}
/* line 848, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area .intro p {
  font-size: 1.2em;
}
/* line 853, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper > h2 {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.2em;
}
/* line 859, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper strong {
  font-size: inherit;
}
/* line 863, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .titlebox {
  position: relative;
}
/* line 865, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .titlebox::before {
  content: "Q";
  font-size: 7em;
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
  opacity: 0.05;
  font-family: serif;
  font-style: italic;
}
/* line 876, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .titlebox p.q-icon {
  padding-left: 0;
}
/* line 878, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .titlebox p.q-icon::before {
  content: none;
}
/* line 883, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox {
  padding-top: 3vw;
  position: relative;
}
/* line 886, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox::before {
  content: "A";
  font-size: 13em;
  position: absolute;
  top: 10px;
  right: 0px;
  line-height: 1;
  opacity: 0.05;
  font-family: serif;
  font-style: italic;
}
/* line 897, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox iframe {
  max-width: 100%;
}
/* line 900, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table {
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
  margin: 0 0 2.5vw;
  letter-spacing: 0;
  line-height: 1.3;
}
/* line 907, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr {
  border-bottom: 1px solid #cecece;
}
/* line 909, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr th,
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr td {
  padding: 0.5em 1em;
}
/* line 912, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr th aside,
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr td aside {
  font-size: 0.8em;
  margin-top: 1em;
}
/* line 918, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr td:nth-child(1) {
  background-color: #efefef;
  font-size: 0.8em;
  width: 1em;
  width: 10%;
  text-align: center;
}
/* line 925, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr td:nth-child(2) {
  border-left: 1px solid #cecece;
  border-right: 1px dotted #cecece;
  width: 45%;
}
/* line 930, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox table tr td:nth-child(3) {
  width: 45%;
}
/* line 937, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox .etc-qaWrapper .qabox {
  border: none;
  border-left: 5px solid #ef503a;
  padding: 0 0 0 1em;
}
/* line 942, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox .etc-qaWrapper .qabox .etc-qa-q-wrap > span {
  display: none;
}
/* line 947, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox .etc-qaWrapper .qabox .etc-qa-a-wrap h4.etc-qa-a {
  font-size: 1.3rem;
  margin-bottom: 3vw;
}
/* line 955, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox ul li {
  margin-bottom: 1em;
}
/* line 957, sass/style_charitsumo.scss */
html body.postid-159 main#korona article .entry-area > .wrapper .accordion .viewbox ul li:last-child {
  margin-bottom: 0;
}
/* line 967, sass/style_charitsumo.scss */
html body.postid-159 main#korona .accordion > .titlebox .openicon {
  top: 2rem;
}

@media screen and (max-width: 1200px) {
  /* line 975, sass/style_charitsumo.scss */
  html body.postid-159 main#korona .accordion > .titlebox .openicon {
    top: calc(1.5vw + 1.2rem);
  }
}
/* line 987, sass/style_charitsumo.scss */
html body.single-post {
  line-height: 2;
  /* 以下、特集ページ */
  /*関連リンクのタイトルの色*/
  /* キーワード（タグ） */
}
/* line 988, sass/style_charitsumo.scss */
html body.single-post .entry-area h2 {
  line-height: 1.6;
}
/* line 994, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper {
  padding-bottom: 0;
}
/* line 1000, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-title .inner .thumb-text h1.title3 {
  font-size: 1.5em;
}
/* line 1004, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-title .inner .thumb-text .cat-type2 .cat.d1 {
  border: 1px solid #02ab65;
  background-color: transparent;
}
/* line 1008, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-title .inner .thumb-text .cat-type2 .cat.e1 {
  display: none;
}
/* line 1011, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-title .inner .thumb-text .cat-type2 .cat.cat-corona {
  color: #02ab65;
}
/* line 1018, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area {
  padding-bottom: 5vw;
  /* 補足コメント */
}
/* line 1020, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered {
  background-color: #01aa64;
  padding: 5vw;
  color: #fff;
  margin-top: 3em;
  line-height: 1.8;
}
/* line 1026, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered h2.title {
  text-align: center;
  background-color: #ffffff;
  color: #01aa64;
  font-weight: 900;
}
/* line 1032, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered a {
  color: #fff;
  font-size: 1em;
}
/* line 1036, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered strong {
  font-weight: 900;
  font-size: 1em;
  color: #fff;
}
/* line 1041, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered .single {
  margin-bottom: 5vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 5vw;
}
/* line 1045, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered .single p {
  margin-bottom: 1em;
}
/* line 1048, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered .single aside {
  font-size: 0.8em;
  color: #fff;
}
/* line 1052, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .bordered .single:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
/* line 1059, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area span.mini {
  font-size: 0.6em;
  color: #888;
  line-height: 1.5;
}
/* line 1064, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area aside {
  font-size: 0.6em;
  line-height: 1.5;
  color: #888;
  margin-bottom: 1rem;
}
/* line 1069, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area aside a {
  font-size: inherit;
}
/* line 1074, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-title {
  padding: 2vw 2vw;
  margin-bottom: 2vw;
}
/* line 1078, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap {
  margin: 0 2vw;
}
/* line 1080, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap h4.title5 {
  font-size: 1.3em;
  line-height: 1.5;
}
/* line 1083, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap h4.title5 span {
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 1.5em;
  display: block;
  margin-top: 0.5em;
  letter-spacing: 0;
}
/* line 1091, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap h4.title5 span a {
  font-size: 1em;
  color: inherit;
}
/* line 1094, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap h4.title5 span a i {
  display: none;
}
/* line 1100, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-img {
  margin: 0 auto 2vw;
  text-align: left;
}
/* line 1105, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-img .writer_position {
  font-size: 0.6em;
  display: block;
  line-height: 1.5;
  color: #00a055;
}
/* line 1111, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-img h4 {
  margin-top: 0;
  line-height: 1.5;
}
/* line 1117, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-contents .inner {
  line-height: 1.5;
  font-size: 0.9em;
  letter-spacing: 0;
}
/* line 1121, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-contents .inner strong {
  font-size: 1em;
}
/* line 1124, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-contents .inner p {
  font-size: 1em;
}
/* line 1127, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-contents .inner a {
  font-size: 1em;
}
/* line 1133, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend {
  padding-bottom: 0;
}
/* line 1135, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-title {
  margin-bottom: 0;
}
/* line 1138, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap {
  margin: 0 2vw;
  padding-bottom: 4vw;
  padding-top: 4vw;
}
/* line 1144, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img.profile h4.title5 {
  margin-top: 0.5em;
  text-align: center;
}
/* line 1147, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img.profile h4.title5 span {
  text-align: center;
}
/* line 1151, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img.profile .profile-img {
  border-radius: 0;
  height: auto;
  width: auto;
}
/* line 1155, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img.profile .profile-img img {
  max-width: 250px;
  height: auto;
  display: block;
  position: inherit;
}
/* line 1165, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-contents a {
  margin: 0 auto;
  display: block;
  padding: 10px 35px;
}
/* line 1169, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-contents a span {
  line-height: 1;
  font-size: 1rem;
}
/* line 1178, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .reference {
  border-left: 10px solid #00aa64;
}
/* line 1180, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .reference h3 {
  line-height: 1;
}
/* line 1184, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area ul.green {
  color: #00aa64;
}
/* line 1186, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area ul.green li {
  padding-left: 1em;
  font-weight: bold;
}
/* line 1189, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area ul.green li::before {
  content: "・";
  margin-left: -1em;
  padding-right: 0.5em;
}
/* line 1197, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .hosoku {
  border: 3px solid #00aa64;
  padding: 1em;
  color: #00aa64;
}
/* line 1201, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .hosoku h3 {
  margin-bottom: 1em;
}
/* line 1204, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .container .entry-area .hosoku p {
  margin-bottom: 1em;
}
/* line 1212, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .kanrenWrap .container .title2 {
  color: #00aa64;
}
/* line 1214, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .kanrenWrap .container .title2 .icon-mark.icon {
  background: url(https://s-iiyo.com/img/icon_logo_green.svg) no-repeat center;
}
/* line 1216, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .kanrenWrap .container .title2 .icon-mark.icon::before, html body.single-post main article > .wrapper .kanrenWrap .container .title2 .icon-mark.icon::after {
  background-color: #00aa64;
}
/* line 1223, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .kanrenWrap .container .news-thumb .thumb.thumb-mini {
  padding: 5vw;
  margin-bottom: 10px;
}
/* line 1226, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .kanrenWrap .container .news-thumb .thumb.thumb-mini .thumb-info {
  padding-top: 0;
}
/* line 1228, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .kanrenWrap .container .news-thumb .thumb.thumb-mini .thumb-info .thumb-text .title4 {
  font-size: 1.2em;
}
/* line 1236, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .pagination {
  margin-bottom: 5vw;
  max-width: 600px;
}
/* line 1240, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper .pagination .btn > span {
  font-size: 1em;
}
/* line 1245, sass/style_charitsumo.scss */
html body.single-post main article > .wrapper.catNavWrap {
  padding-bottom: 5vw;
}
/* line 1253, sass/style_charitsumo.scss */
html body.single-post#feature .pagination .btn.btn-home {
  background-color: #01aa64;
  color: #fff;
}
/* line 1264, sass/style_charitsumo.scss */
html body.single-post#qa main article .wrapper .kanrenWrap .container .title2 {
  color: #fff;
}
/* line 1266, sass/style_charitsumo.scss */
html body.single-post#qa main article .wrapper .kanrenWrap .container .title2 .icon-mark.icon {
  background: url(https://s-iiyo.com/img/icon_logo_white.svg) no-repeat center;
}
/* line 1268, sass/style_charitsumo.scss */
html body.single-post#qa main article .wrapper .kanrenWrap .container .title2 .icon-mark.icon::before, html body.single-post#qa main article .wrapper .kanrenWrap .container .title2 .icon-mark.icon::after {
  background-color: #fff;
}
/* line 1283, sass/style_charitsumo.scss */
html body.single-post main.pinkBg article > .wrapper .kanrenWrap .container .title2 {
  color: #fff;
}
/* line 1285, sass/style_charitsumo.scss */
html body.single-post main.pinkBg article > .wrapper .kanrenWrap .container .title2 .icon-mark.icon {
  background: url(https://s-iiyo.com/img/icon_logo_white.svg) no-repeat center;
}
/* line 1287, sass/style_charitsumo.scss */
html body.single-post main.pinkBg article > .wrapper .kanrenWrap .container .title2 .icon-mark.icon::before, html body.single-post main.pinkBg article > .wrapper .kanrenWrap .container .title2 .icon-mark.icon::after {
  background-color: #fff;
}
/* line 1296, sass/style_charitsumo.scss */
html body.single-post .keywords {
  border-top: 1px solid #00aa64;
  padding-top: 10px;
  margin-top: 4em;
  position: relative;
}
/* line 1301, sass/style_charitsumo.scss */
html body.single-post .keywords .title {
  position: absolute;
  top: -0.5em;
  left: 50%;
  line-height: 1em;
  padding: 0;
  width: 7em;
  background-color: #fff;
  text-align: center;
  margin-left: -3.5em;
  font-size: 0.8em;
  font-style: italic;
  color: #00aa64;
}
/* line 1315, sass/style_charitsumo.scss */
html body.single-post .keywords .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin-top: 0.5em;
}
/* line 1320, sass/style_charitsumo.scss */
html body.single-post .keywords .tags a {
  background: #00aa64;
  color: #eee;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  margin: 0 0.5em 0.5em;
}

@media screen and (min-width: 901px) {
  /* line 1335, sass/style_charitsumo.scss */
  html body.single-post {
    /* キーワード（タグ） */
  }
  /* line 1340, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-title .thumb-text {
    min-height: 4em;
  }
  /* line 1344, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .bordered {
    padding: 30px 30px;
    width: calc(100% + 20vw);
    margin-left: -10vw;
    max-width: none;
    margin-top: 5vw;
  }
  /* line 1350, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .bordered h2.title {
    margin-bottom: 20px;
  }
  /* line 1353, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .bordered .single {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 1358, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box {
    padding-bottom: 0;
    width: calc(100% + 20vw);
    margin-left: -10vw;
    max-width: none;
  }
  /* line 1363, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box .box-title {
    padding: 15px;
    margin-bottom: 15px;
  }
  /* line 1366, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box .box-title h3 {
    line-height: 1;
    text-align: center;
  }
  /* line 1371, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box .box-contents-wrap {
    margin: 0 15px;
    padding: 0;
    padding-bottom: 15px;
  }
  /* line 1375, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box .box-contents-wrap .box-img {
    margin: 0 auto 0;
    width: 200px;
  }
  /* line 1378, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box .box-contents-wrap .box-img .writer_position {
    text-align: center;
    line-height: 1;
    display: block;
    margin: 1em 0;
  }
  /* line 1385, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box .box-contents-wrap .box-contents {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 15px;
  }
  /* line 1391, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap {
    -webkit-flex-wrap: nowrap !important;
    /* Safari */
    flex-wrap: nowrap !important;
  }
  /* line 1393, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap .box-img {
    display: block;
  }
  /* line 1395, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap .box-img .profile-img {
    float: none;
    margin: 0 auto;
  }
  /* line 1399, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap .box-img h4.title5 {
    font-size: 1em;
    text-align: center;
  }
  /* line 1402, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap .box-img h4.title5 span {
    text-align: center;
    font-size: 0.6em;
    line-height: 1.5;
  }
  /* line 1409, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap .box-contents {
    font-size: 0.9em;
    display: block;
  }
  /* line 1412, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.profile .box-contents-wrap .box-contents .inner {
    line-height: 1.8;
  }
  /* line 1419, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  /* line 1422, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap h4.title5 {
    font-size: 1em;
    margin-bottom: 10px;
  }
  /* line 1425, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap h4.title5 span {
    line-height: 1.8;
  }
  /* line 1431, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img a img {
    display: block;
    max-height: 200px;
    margin: 0 auto;
  }
  /* line 1439, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-contents > a.btn.mini {
    font-size: 0.8em;
    display: inline-block;
    margin: 0 auto;
    padding: 9px 35px;
    line-height: 1;
    background-color: #00aa64;
    color: #fff;
  }
  /* line 1447, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-contents > a.btn.mini svg {
    fill: #fff;
  }
  /* line 1450, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-contents > a.btn.mini i {
    display: none;
  }
  /* line 1462, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .kanrenWrap .container .title2 {
    margin-top: 50px;
  }
  /* line 1466, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .kanrenWrap .container .thumb {
    padding: 30px;
  }
  /* line 1468, sass/style_charitsumo.scss */
  html body.single-post main article .wrapper .kanrenWrap .container .thumb .thumb-info .thumb-text {
    padding: 0;
  }
  /* line 1482, sass/style_charitsumo.scss */
  html body.single-post .keywords .tags {
    margin-top: 1em;
  }
  /* line 1484, sass/style_charitsumo.scss */
  html body.single-post .keywords .tags a {
    margin: 0 0.5em 0.5em;
  }
}
@media screen and (max-width: 900px) {
  /* line 1496, sass/style_charitsumo.scss */
  html body.single-post main article > .wrapper .container .entry-area .box .box-contents-wrap .box-contents .inner {
    margin-bottom: 20px;
  }
  /* line 1503, sass/style_charitsumo.scss */
  html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img.profile {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  /* line 1508, sass/style_charitsumo.scss */
  html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-img.profile a img {
    margin: 0 auto;
    display: block;
  }
  /* line 1515, sass/style_charitsumo.scss */
  html body.single-post main article > .wrapper .container .entry-area .box.mediarecomend .box-contents-wrap .box-contents .title5 {
    line-height: 1.5;
    margin: 1em 0;
  }
}
/* line 1531, sass/style_charitsumo.scss */
#tosns {
  position: fixed;
  bottom: 82px;
  z-index: 998;
  width: 100%;
  background-color: #ffe727;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  width: 90vw;
  left: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0px 3px 0px;
  margin-left: -45vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}
/* line 1546, sass/style_charitsumo.scss */
#tosns .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #00aa64;
  font-size: 1rem;
  font-weight: bold;
}
/* line 1552, sass/style_charitsumo.scss */
#tosns .share-snsWrap {
  background: none;
  margin-bottom: 0;
  width: 66px;
  transform: none;
  margin: 0;
}
/* line 1558, sass/style_charitsumo.scss */
#tosns .share-snsWrap > a {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  padding: 0;
}
/* line 1563, sass/style_charitsumo.scss */
#tosns .share-snsWrap > a > svg {
  width: 30px;
}

@media screen and (min-width: 901px) {
  /* line 1572, sass/style_charitsumo.scss */
  #tosns {
    bottom: 22px;
    width: 250px;
    left: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  /* line 1580, sass/style_charitsumo.scss */
  #tosns {
    display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
    z-index: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 5vw;
  }
  /* line 1593, sass/style_charitsumo.scss */
  #tosns .text {
    display: none;
  }
  /* line 1596, sass/style_charitsumo.scss */
  #tosns .share-snsWrap {
    margin: 0 auto;
    width: 110px;
  }
  /* line 1599, sass/style_charitsumo.scss */
  #tosns .share-snsWrap > a {
    width: 50px;
    height: 50px;
  }
  /* line 1602, sass/style_charitsumo.scss */
  #tosns .share-snsWrap > a > svg {
    width: 50px;
  }
}
/* line 1618, sass/style_charitsumo.scss */
html body.network main article > .wrapper {
  overflow: hidden;
}
/* line 1622, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container {
  max-width: 1600px;
  width: 80vw;
}
/* line 1625, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 50%;
  position: absolute;
  top: 40px;
  left: 30px;
  padding: 30px 10px 10px;
  text-align: left;
  z-index: 1;
  border: 2px solid #00aa64;
  width: 480px;
}
/* line 1642, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup::before {
  content: "支援内容アイコン";
  display: block;
  position: absolute;
  width: 10em;
  background-color: #fff;
  color: #00aa64;
  line-height: 2;
  top: calc(-1em - 2px);
  left: 50%;
  margin-left: calc(-5em - 2px);
  font-size: 0.8em;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  border: 2px solid #00aa64;
}
/* line 1659, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li {
  width: 16.666%;
  font-size: 0.8rem;
  color: #00aa64;
  margin: 0 0 10px;
  text-align: center;
}
/* line 1669, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li::before {
  content: "";
  background-color: #00aa64;
  width: 4vw;
  height: 4vw;
  border-radius: 100px;
  display: block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
/* line 1684, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li span {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.5;
  margin-top: 5px;
}
/* line 1692, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type01::before {
  background-image: url(https://s-iiyo.com/img/type01.svg);
}
/* line 1697, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type02::before {
  background-image: url(https://s-iiyo.com/img/type02.svg);
}
/* line 1702, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type03::before {
  background-image: url(https://s-iiyo.com/img/type03.svg);
}
/* line 1707, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type04::before {
  background-image: url(https://s-iiyo.com/img/type04.svg);
}
/* line 1712, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type05::before {
  background-image: url(https://s-iiyo.com/img/type05.svg);
}
/* line 1717, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type06::before {
  background-image: url(https://s-iiyo.com/img/type06.svg);
}
/* line 1722, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type07::before {
  background-image: url(https://s-iiyo.com/img/type07.svg);
}
/* line 1727, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type08::before {
  background-image: url(https://s-iiyo.com/img/type08.svg);
}
/* line 1732, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type09::before {
  background-image: url(https://s-iiyo.com/img/type09.svg);
}
/* line 1737, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type10::before {
  background-image: url(https://s-iiyo.com/img/type10.svg);
}
/* line 1742, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type11::before {
  background-image: url(https://s-iiyo.com/img/type11.svg);
}
/* line 1747, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container .pins_lineup > li.type12::before {
  background-image: url(https://s-iiyo.com/img/type12.svg);
}
/* line 1753, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map {
  background-image: url(https://s-iiyo.com/img/nami01.png);
  background-size: 640px;
  width: 80vw;
  height: 66.666vw;
  max-width: 1600px;
  max-height: 1333.3px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: repeat;
  overflow: hidden;
  border-radius: 10px 100px 100px 100px;
  background-color: #ffe727;
  overflow: visible;
  animation-name: nami-animation;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes nami-animation {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 3vw;
  }
  100% {
    background-position: 0;
  }
}
/* line 1790, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc {
  background-image: url(https://s-iiyo.com/img/map_all.svg);
  background-size: auto 100%;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2/1;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
  margin: 0 auto;
}
/* line 1803, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 1808, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div .pin {
  display: block;
  height: 16px;
  width: 16px;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  box-shadow: 1px 1px 1px #0000008c;
  -moz-transition: all, ease, 0.3s, 0.1s;
  -o-transition: all, ease, 0.3s, 0.1s;
  -webkit-transition: all, ease, 0.3s, 0.1s;
  transition: all, ease, 0.3s, 0.1s;
  background: linear-gradient(139.03883deg, #ff0050 -6.99935%, #ff1e48 36.07957%, #f03a3a 41.84746%, #ff1f00 79.51898%);
}
/* line 1834, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div .pin:hover {
  z-index: 1;
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* line 1840, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -moz-transition: all, ease, 0.3s, 0.1s;
  -o-transition: all, ease, 0.3s, 0.1s;
  -webkit-transition: all, ease, 0.3s, 0.1s;
  transition: all, ease, 0.3s, 0.1s;
}
/* line 1848, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul {
  font-size: 0.8em;
  background-color: #fff;
  border: solid 3px #00aa64;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 28em;
  text-align: left;
  box-shadow: 4px 4px 5px #00000061;
}
/* line 1860, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.pref {
  font-size: 1.1em;
  display: block;
  width: 100%;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  background-color: #00aa64;
  text-align: center;
}
/* line 1871, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.name {
  font-weight: bold;
  line-height: 1.5;
  margin: 0.5em 0.5em;
}
/* line 1877, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0 calc(0.5em - 0.5%) 0.5em;
}
/* line 1882, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span {
  display: block;
  width: 12%;
  overflow: hidden;
}
/* line 1887, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span::before {
  content: "";
  width: 5vw;
  height: 5vw;
  max-width: 40px;
  max-height: 40px;
  border-radius: 100px;
  display: block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  background-color: #00aa64;
  border-radius: 200px;
  margin: 5%;
}
/* line 1905, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type01::before {
  background-image: url(https://s-iiyo.com/img/type01.svg);
}
/* line 1908, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type02::before {
  background-image: url(https://s-iiyo.com/img/type02.svg);
}
/* line 1911, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type03::before {
  background-image: url(https://s-iiyo.com/img/type03.svg);
}
/* line 1914, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type04::before {
  background-image: url(https://s-iiyo.com/img/type04.svg);
}
/* line 1917, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type05::before {
  background-image: url(https://s-iiyo.com/img/type05.svg);
}
/* line 1920, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type06::before {
  background-image: url(https://s-iiyo.com/img/type06.svg);
}
/* line 1923, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type07::before {
  background-image: url(https://s-iiyo.com/img/type07.svg);
}
/* line 1926, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type08::before {
  background-image: url(https://s-iiyo.com/img/type08.svg);
}
/* line 1929, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type09::before {
  background-image: url(https://s-iiyo.com/img/type09.svg);
}
/* line 1932, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type10::before {
  background-image: url(https://s-iiyo.com/img/type10.svg);
}
/* line 1935, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type11::before {
  background-image: url(https://s-iiyo.com/img/type11.svg);
}
/* line 1938, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.type span.type12::before {
  background-image: url(https://s-iiyo.com/img/type12.svg);
}
/* line 1943, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.link {
  text-align: center;
}
/* line 1945, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div > a ul li.link::before {
  content: "くわしく見る";
  font-size: 1em;
  text-align: center;
  display: inline-block;
  width: 13em;
  background-color: #e8f9f2;
  border-radius: 100px;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8rem;
}
/* line 1964, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.on {
  z-index: 1;
}
/* line 1966, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.on .pin {
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: 1px 1px 0.5px #0000008c;
}
/* line 1971, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.on > a {
  display: block;
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1979, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.right_top a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -3.37px;
  border: 11px solid transparent;
  border-left: 26px solid #fff;
  z-index: 2;
}
/* line 1989, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.right_top a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -6px;
  border: 14px solid transparent;
  border-left: 31px solid #00aa64;
  z-index: 1;
}
/* line 1999, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.right_top a ul {
  top: -60px;
  right: 40px;
}
/* line 2007, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.right_bottom a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -3px;
  border: 11px solid transparent;
  border-left: 26px solid #fff;
  z-index: 2;
}
/* line 2017, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.right_bottom a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -6px;
  border: 14px solid transparent;
  border-left: 31px solid #00aa64;
  z-index: 1;
}
/* line 2027, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.right_bottom a ul {
  bottom: -60px;
  right: 40px;
}
/* line 2035, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.left_bottom a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -3.4px;
  border: 11px solid transparent;
  border-right: 26px solid #fff;
  z-index: 2;
}
/* line 2045, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.left_bottom a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
  border: 14px solid transparent;
  border-right: 31px solid #00aa64;
  z-index: 1;
}
/* line 2055, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div.left_bottom a ul {
  bottom: -60px;
  left: 57px;
}
/* line 2061, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team01 {
  top: 18%;
  left: 70.5%;
}
/* line 2065, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team02 {
  top: 42%;
  left: 65.5%;
}
/* line 2069, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team03 {
  top: 52.5%;
  left: 64.2%;
}
/* line 2073, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team04 {
  top: 50.4%;
  left: 68.9%;
}
/* line 2077, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team05 {
  top: 52.1%;
  left: 68%;
}
/* line 2081, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team06 {
  top: 42.4%;
  left: 69.8%;
}
/* line 2085, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team07 {
  top: 56.9%;
  left: 65%;
}
/* line 2089, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team08 {
  top: 68.4%;
  left: 61.1%;
}
/* line 2093, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team09 {
  top: 68.4%;
  left: 59.5%;
}
/* line 2097, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team10 {
  top: 68.5%;
  left: 62.9%;
}
/* line 2101, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team11 {
  top: 71.3%;
  left: 61.7%;
}
/* line 2105, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team12 {
  left: 48.4%;
  top: 62.9%;
}
/* line 2109, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team13 {
  top: 65.7%;
  left: 46.7%;
}
/* line 2113, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team14 {
  top: 61.4%;
  left: 51.6%;
}
/* line 2117, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team15 {
  top: 68.3%;
  left: 49.8%;
}
/* line 2121, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team16 {
  top: 69.9%;
  left: 50.5%;
}
/* line 2125, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team17 {
  top: 72.6%;
  left: 56.8%;
}
/* line 2129, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team18 {
  top: 72.4%;
  left: 48%;
}
/* line 2133, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team19 {
  top: 73.8%;
  left: 41.3%;
}
/* line 2137, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team20 {
  top: 75.9%;
  left: 43.2%;
}
/* line 2141, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team30 {
  top: 74%;
  left: 43.2%;
}
/* line 2145, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team21 {
  top: 76.8%;
  left: 36.5%;
}
/* line 2149, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team22 {
  top: 79.3%;
  left: 30.9%;
}
/* line 2153, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team23 {
  top: 78.9%;
  left: 33.5%;
}
/* line 2157, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team24 {
  top: 74.9%;
  left: 34.8%;
}
/* line 2161, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team25 {
  top: 76.9%;
  left: 25.2%;
}
/* line 2165, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team26 {
  top: 74.9%;
  left: 32.5%;
}
/* line 2169, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team27 {
  top: 69.3%;
  left: 31.8%;
}
/* line 2173, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team28 {
  top: 80.5%;
  left: 20.9%;
}
/* line 2177, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .pc [class^="pins_"] > div#team29 {
  top: 94.9%;
  left: 10.5%;
}
/* line 2184, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .swiper-button-next,
html body.network main article > .wrapper .container #map .swiper-button-prev {
  color: #fff;
}
/* line 2188, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .swiper-button-prev::after,
html body.network main article > .wrapper .container #map .swiper-container-rtl .swiper-button-next::after,
html body.network main article > .wrapper .container #map .swiper-button-next::after,
html body.network main article > .wrapper .container #map .swiper-container-rtl .swiper-button-prev::after {
  text-shadow: 1px 1px 0 #76491b, -1px 1px 0 #76491b, 1px -1px 0 #76491b, -1px -1px 0 #76491b, 0 0 1px #76491b, 1px 1px 0 #76491b, -1px 1px 0 #76491b, 1px -1px 0 #76491b, -1px -1px 0 #76491b, 0 0 1px #76491b, 1px 1px 0 #76491b, -1px 1px 0 #76491b, 1px -1px 0 #76491b, -1px -1px 0 #76491b, 0 0 1px #76491b, 1px 1px 0 #76491b, -1px 1px 0 #76491b, 1px -1px 0 #76491b, -1px -1px 0 #76491b, 0 0 1px #76491b, 1px 1px 0 #76491b, -1px 1px 0 #76491b, 1px -1px 0 #76491b, -1px -1px 0 #76491b, 0 0 1px #76491b, 1px 1px 0 #76491b, -1px 1px 0 #76491b, 1px -1px 0 #76491b, -1px -1px 0 #76491b, 0 0 1px #76491b;
  font-size: 30px;
}
/* line 2202, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .swiper-button-prev,
html body.network main article > .wrapper .container #map .swiper-container-rtl .swiper-button-next {
  left: 0px;
}
/* line 2206, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #map .swiper-button-next,
html body.network main article > .wrapper .container #map .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}
/* line 2211, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list {
  width: 90vw;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 3em;
}
/* line 2216, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] {
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
  margin-bottom: 3em;
}
/* line 2221, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] {
  position: relative;
}
/* line 2223, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"]:not(:last-of-type) {
  margin-bottom: 3em;
}
/* line 2226, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul {
  text-align: left;
}
/* line 2229, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.pref {
  background-color: #333;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  line-height: 1.5;
  padding: 0 1em;
  margin-top: 10px;
  font-weight: bold;
}
/* line 2239, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.name {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 2246, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.desc {
  margin-bottom: 20px;
}
/* line 2249, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.address, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.mail, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.tel, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.fax, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.url {
  font-size: 0.8em;
  margin-top: 10px;
  color: #5b5b5b;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
}
/* line 2260, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type a, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.address a, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.mail a, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.tel a, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.fax a, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.url a {
  color: #5b5b5b;
  text-decoration: underline;
  font-size: 1em;
}
/* line 2265, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type::before, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.address::before, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.mail::before, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.tel::before, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.fax::before, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.url::before {
  width: 5em;
  text-align: center;
  dispaly: inline-block;
  background-color: #efefef;
  padding: 0 1em;
  border-radius: 100px;
  margin-right: 1em;
  line-height: 1.5;
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 0.8em;
}
/* line 2278, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .wrap, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.address .wrap, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.mail .wrap, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.tel .wrap, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.fax .wrap, html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.url .wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 1em;
}
/* line 2284, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type::before {
  content: "活動";
}
/* line 2287, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type span::before {
  font-size: 0.8em;
}
/* line 2291, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type span:not(:last-of-type)::after {
  content: "、";
  font-size: 0.8em;
}
/* line 2296, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type01::before {
  content: "ピアサポート";
}
/* line 2299, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type02::before {
  content: "学習支援";
}
/* line 2302, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type03::before {
  content: "食料支援";
}
/* line 2305, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type04::before {
  content: "物資支援";
}
/* line 2308, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type05::before {
  content: "セミナー";
}
/* line 2311, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type06::before {
  content: "交流会";
}
/* line 2314, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type07::before {
  content: "相談窓口";
}
/* line 2317, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type08::before {
  content: "同行支援";
}
/* line 2320, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type09::before {
  content: "居場所";
}
/* line 2323, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type10::before {
  content: "子ども食堂";
}
/* line 2326, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type11::before {
  content: "イベント";
}
/* line 2329, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .type12::before {
  content: "就労支援";
}
/* line 2332, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.type .wrap {
  line-height: 1.3;
}
/* line 2337, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.address::before {
  content: "住所";
}
/* line 2340, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.address .wrap {
  line-height: 1.5;
}
/* line 2345, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.mail::before {
  content: "メール";
}
/* line 2348, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.mail .wrap {
  line-height: 1.5;
}
/* line 2353, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.tel::before {
  content: "電話";
}
/* line 2358, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.fax::before {
  content: "FAX";
}
/* line 2363, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.url::before {
  content: "URL";
}
/* line 2366, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul li.url a {
  display: block;
}
/* line 2371, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul:not(.on) {
  max-height: 15em;
  overflow: hidden;
}
/* line 2375, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul.on {
  max-height: 100em;
}
/* line 2377, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] > ul.on + .switch {
  display: none;
}
/* line 2382, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] .switch {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), #ffffff, #ffffff);
}
/* line 2390, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div[class^="pins_"] > div[id^="list_"] .switch::before {
  content: " ＞ つづきを見る";
  display: block;
  color: #8a8a8a;
  height: 2em;
  font-size: 0.8em;
  line-height: 2em;
  position: absolute;
  bottom: 18px;
  border-radius: 40px;
  text-decoration: underline;
}
/* line 2414, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_hokkaido > div[id^="list_"] > ul li.pref {
  background-color: #bae2f8;
  color: #0e85c6;
}
/* line 2426, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_tohoku > div[id^="list_"] > ul li.pref {
  background-color: #789dd5;
  color: #fff;
}
/* line 2438, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_kanto > div[id^="list_"] > ul li.pref {
  background-color: #f7cec7;
  color: #b56253;
}
/* line 2450, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_chubu > div[id^="list_"] > ul li.pref {
  background-color: #98bd61;
  color: #fff;
}
/* line 2462, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_kinki > div[id^="list_"] > ul li.pref {
  background-color: #ffdfa1;
  color: #a67e30;
}
/* line 2474, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_shikoku > div[id^="list_"] > ul li.pref {
  background-color: #59bdad;
  color: #fff;
}
/* line 2486, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_chugoku > div[id^="list_"] > ul li.pref {
  background-color: #9989ce;
  color: #fff;
}
/* line 2498, sass/style_charitsumo.scss */
html body.network main article > .wrapper .container #list > div.pins_kyushuokinawa > div[id^="list_"] > ul li.pref {
  background-color: #f7d6e5;
  color: #ce6896;
}

@media screen and (max-width: 900px) {
  /* line 2517, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container {
    width: 100vw;
  }
  /* line 2519, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup {
    width: calc(100vw - 10vw);
    border: 2px solid #00aa64;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    padding: 10px 10px 0px;
    text-align: left;
    margin: 0 auto 5vw;
    position: inherit;
    left: 0;
    top: 0;
    position: relative;
    padding-top: 28px;
  }
  /* line 2534, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li {
    width: 16.666%;
    font-size: 0.8rem;
    color: #00aa64;
    margin: 0 0 10px;
    text-align: center;
  }
  /* line 2543, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li::before {
    content: "";
    background-color: #00aa64;
    border-radius: 100px;
    display: block;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 10vw;
    height: 10vw;
  }
  /* line 2557, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li span {
    display: block;
    font-size: 0.7em;
    line-height: 1.5;
    margin-top: 5px;
  }
  /* line 2565, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type01::before {
    background-image: url(https://s-iiyo.com/img/type01.svg);
  }
  /* line 2570, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type02::before {
    background-image: url(https://s-iiyo.com/img/type02.svg);
  }
  /* line 2575, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type03::before {
    background-image: url(https://s-iiyo.com/img/type03.svg);
  }
  /* line 2580, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type04::before {
    background-image: url(https://s-iiyo.com/img/type04.svg);
  }
  /* line 2585, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type05::before {
    background-image: url(https://s-iiyo.com/img/type05.svg);
  }
  /* line 2590, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type06::before {
    background-image: url(https://s-iiyo.com/img/type06.svg);
  }
  /* line 2595, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type07::before {
    background-image: url(https://s-iiyo.com/img/type07.svg);
  }
  /* line 2600, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type08::before {
    background-image: url(https://s-iiyo.com/img/type08.svg);
  }
  /* line 2605, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type09::before {
    background-image: url(https://s-iiyo.com/img/type09.svg);
  }
  /* line 2610, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type10::before {
    background-image: url(https://s-iiyo.com/img/type10.svg);
  }
  /* line 2615, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type11::before {
    background-image: url(https://s-iiyo.com/img/type11.svg);
  }
  /* line 2620, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup > li.type12::before {
    background-image: url(https://s-iiyo.com/img/type12.svg);
  }
  /* line 2625, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container .pins_lineup::before {
    content: "支援内容アイコン";
    display: block;
    position: absolute;
    width: 10em;
    background-color: #fff;
    color: #00aa64;
    line-height: 2;
    top: calc(-1em - 2px);
    left: 50%;
    margin-left: calc(-5em - 2px);
    font-size: 0.8em;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    border: 2px solid #00aa64;
  }
  /* line 2643, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map {
    border-radius: 0;
    aspect-ratio: 1 / 1;
    width: 100vw;
    height: 100vw;
  }
  /* line 2649, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .swiper-container {
    overflow: visible;
  }
  /* line 2652, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] {
    width: 100vw;
    height: 100vw;
    background-size: contain;
    position: relative;
  }
  /* line 2657, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div {
    position: absolute;
  }
  /* line 2659, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transition: all, ease, 0.3s, 0.1s;
    -o-transition: all, ease, 0.3s, 0.1s;
    -webkit-transition: all, ease, 0.3s, 0.1s;
    transition: all, ease, 0.3s, 0.1s;
  }
  /* line 2667, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul {
    background-color: #fff;
    border: solid 3px #00aa64;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 80vw;
    text-align: left;
    box-shadow: 4px 4px 5px #00000061;
    font-size: 0.8rem;
  }
  /* line 2679, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.pref {
    font-size: 1em;
    display: block;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    background-color: #00aa64;
    text-align: center;
    margin-top: -2px;
    border-radius: 0;
  }
  /* line 2690, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.name {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2em;
    margin: 0.5em;
  }
  /* line 2696, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    margin: 0 calc(0.5em - 0.5%) 0.5em;
  }
  /* line 2701, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span {
    display: block;
    width: 14.285%;
    overflow: hidden;
  }
  /* line 2705, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span::before {
    content: "";
    border-radius: 100px;
    display: block;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    background-color: #00aa64;
    border-radius: 200px;
    margin: 5%;
    width: 9vw;
    height: 9vw;
  }
  /* line 2721, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type01::before {
    background-image: url(https://s-iiyo.com/img/type01.svg);
  }
  /* line 2724, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type02::before {
    background-image: url(https://s-iiyo.com/img/type02.svg);
  }
  /* line 2727, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type03::before {
    background-image: url(https://s-iiyo.com/img/type03.svg);
  }
  /* line 2730, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type04::before {
    background-image: url(https://s-iiyo.com/img/type04.svg);
  }
  /* line 2733, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type05::before {
    background-image: url(https://s-iiyo.com/img/type05.svg);
  }
  /* line 2736, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type06::before {
    background-image: url(https://s-iiyo.com/img/type06.svg);
  }
  /* line 2739, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type07::before {
    background-image: url(https://s-iiyo.com/img/type07.svg);
  }
  /* line 2742, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type08::before {
    background-image: url(https://s-iiyo.com/img/type08.svg);
  }
  /* line 2745, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type09::before {
    background-image: url(https://s-iiyo.com/img/type09.svg);
  }
  /* line 2748, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type10::before {
    background-image: url(https://s-iiyo.com/img/type10.svg);
  }
  /* line 2751, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type11::before {
    background-image: url(https://s-iiyo.com/img/type11.svg);
  }
  /* line 2754, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.type span.type12::before {
    background-image: url(https://s-iiyo.com/img/type12.svg);
  }
  /* line 2760, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div > a ul li.link::before {
    content: "くわしく見る";
    font-size: 1em;
    text-align: center;
    display: block;
    width: calc(100% - 1em);
    background-color: #e8f9f2;
    border-radius: 100px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.6em;
    line-height: 2;
  }
  /* line 2778, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.on {
    z-index: 1;
  }
  /* line 2780, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.on .pin {
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    box-shadow: 1px 1px 2px #0000008c;
    border: 0.5px solid #76491b61;
  }
  /* line 2785, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.on > a {
    display: block;
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 2791, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div .pin {
    display: block;
    height: 16px;
    width: 16px;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    box-shadow: 1px 1px 1px #0000008c;
    -moz-transition: all, ease, 0.3s, 0.1s;
    -o-transition: all, ease, 0.3s, 0.1s;
    -webkit-transition: all, ease, 0.3s, 0.1s;
    transition: all, ease, 0.3s, 0.1s;
    background: linear-gradient(139.03883deg, #ff0050 -6.99935%, #ff1e48 36.07957%, #f03a3a 41.84746%, #ff1f00 79.51898%);
  }
  /* line 2820, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.top a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 24px;
    margin-top: -6px;
    border: 10px solid transparent;
    border-bottom: 24px solid #00aa64;
    z-index: 1;
  }
  /* line 2830, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.top a ul {
    top: 48px;
    left: -48vw;
  }
  /* line 2838, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.bottom a::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 2px;
    border: 11px solid transparent;
    border-top: 26px solid #fff;
    z-index: 2;
  }
  /* line 2847, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.bottom a::after {
    content: "";
    position: absolute;
    right: -23px;
    bottom: -7px;
    border: 14px solid transparent;
    border-top: 31px solid #00aa64;
    z-index: 1;
  }
  /* line 2856, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div.bottom a ul {
    bottom: 36px;
    left: -50px;
  }
  /* line 2862, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team01 {
    top: 53%;
    left: 32.5%;
  }
  /* line 2866, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team01 a ul {
    bottom: 35px;
    left: -21vw;
  }
  /* line 2872, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team02 {
    top: 44%;
    left: 46.5%;
  }
  /* line 2876, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team02 a ul {
    left: -38vw;
  }
  /* line 2881, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team03 {
    top: 65.5%;
    left: 43.2%;
  }
  /* line 2885, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team03 a ul {
    left: -32vw;
  }
  /* line 2890, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team04 {
    top: 63.4%;
    left: 55.9%;
  }
  /* line 2894, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team04 a ul {
    left: -45vw;
  }
  /* line 2899, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team05 {
    top: 67.1%;
    left: 53%;
  }
  /* line 2903, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team05 a ul {
    left: -40vw;
  }
  /* line 2908, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team06 {
    top: 39.4%;
    left: 58.8%;
  }
  /* line 2912, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team07 {
    top: 79.9%;
    left: 46%;
  }
  /* line 2916, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team07 a ul {
    left: -35vw;
  }
  /* line 2921, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team08 {
    top: 58.4%;
    left: 43.1%;
  }
  /* line 2925, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team08 a ul {
    left: -35vw;
  }
  /* line 2930, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team09 {
    top: 57.4%;
    left: 37.5%;
  }
  /* line 2934, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team09 a ul {
    left: -28vw;
  }
  /* line 2939, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team10 {
    top: 59.5%;
    left: 48.9%;
  }
  /* line 2943, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team10 a ul {
    left: -35vw;
  }
  /* line 2948, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team11 {
    top: 73.3%;
    left: 44.7%;
  }
  /* line 2952, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team11 a ul {
    left: -35vw;
  }
  /* line 2957, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team12 {
    left: 23.9%;
    top: 48.6%;
  }
  /* line 2961, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team12 a ul {
    left: -15vw;
  }
  /* line 2966, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team13 {
    top: 57.7%;
    left: 20.7%;
  }
  /* line 2970, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team13 a ul {
    left: -11vw;
  }
  /* line 2975, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team14 {
    top: 42.4%;
    left: 39.8%;
  }
  /* line 2979, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team14 a ul {
    left: -27vw;
  }
  /* line 2984, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team15 {
    top: 68.3%;
    left: 30.8%;
  }
  /* line 2988, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team15 a ul {
    left: -21vw;
  }
  /* line 2993, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team16 {
    top: 67.9%;
    left: 35.5%;
  }
  /* line 2997, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team16 a ul {
    left: -25vw;
  }
  /* line 3002, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team17 {
    top: 79.6%;
    left: 60.8%;
  }
  /* line 3006, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team17 a ul {
    left: -51vw;
  }
  /* line 3011, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team18 {
    top: 33.8%;
    left: 80.3%;
  }
  /* line 3015, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team18 a ul {
    left: -67vw;
  }
  /* line 3020, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team19 {
    top: 44.8%;
    left: 35.3%;
  }
  /* line 3024, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team19 a ul {
    left: -24vw;
  }
  /* line 3029, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team20 {
    top: 49.9%;
    left: 45.2%;
  }
  /* line 3033, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team20 a ul {
    left: -35vw;
  }
  /* line 3038, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team30 {
    top: 45%;
    left: 47.2%;
  }
  /* line 3042, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team30 a ul {
    left: -38vw;
  }
  /* line 3047, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team21 {
    top: 17.5%;
    left: 69.5%;
  }
  /* line 3051, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team21 a ul {
    left: -58vw;
  }
  /* line 3056, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team22 {
    top: 35.9%;
    left: 27.9%;
  }
  /* line 3060, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team22 a ul {
    left: -18vw;
  }
  /* line 3065, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team23 {
    top: 31.6%;
    left: 46.5%;
  }
  /* line 3069, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team23 a ul {
    left: -34vw;
  }
  /* line 3074, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team24 {
    top: 52.9%;
    left: 68.8%;
  }
  /* line 3078, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team24 a ul {
    left: -57vw;
  }
  /* line 3083, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team25 {
    top: 61.9%;
    left: 20.2%;
  }
  /* line 3087, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team25 a ul {
    left: -10vw;
  }
  /* line 3092, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team26 {
    top: 54.9%;
    left: 62.5%;
  }
  /* line 3096, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team26 a ul {
    left: -51vw;
  }
  /* line 3101, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team27 {
    top: 27.3%;
    left: 51.8%;
  }
  /* line 3105, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team27 a ul {
    left: -38vw;
  }
  /* line 3110, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team28 {
    top: 25.2%;
    left: 52.5%;
  }
  /* line 3114, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team28 a ul {
    left: -38vw;
  }
  /* line 3119, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team29 {
    top: 86.9%;
    left: 13.5%;
  }
  /* line 3123, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp [class^="pins_"] > div#team29 a ul {
    left: -6vw;
  }
  /* line 3130, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_hokkaido {
    background-image: url(https://s-iiyo.com/img/map_SP_01.png);
  }
  /* line 3133, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_tohoku {
    background-image: url(https://s-iiyo.com/img/map_SP_02.png);
  }
  /* line 3136, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_kanto {
    background-image: url(https://s-iiyo.com/img/map_SP_03.png);
  }
  /* line 3139, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_chubu {
    background-image: url(https://s-iiyo.com/img/map_SP_04.png);
  }
  /* line 3142, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_kinki {
    background-image: url(https://s-iiyo.com/img/map_SP_05.png);
  }
  /* line 3145, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_shikoku {
    background-image: url(https://s-iiyo.com/img/map_SP_06.png);
  }
  /* line 3148, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_chugoku {
    background-image: url(https://s-iiyo.com/img/map_SP_07.png);
  }
  /* line 3151, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #map .sp .pins_kyushuokinawa {
    background-image: url(https://s-iiyo.com/img/map_SP_08.png);
  }
  /* line 3156, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #list {
    margin-top: 5vw;
  }
  /* line 3158, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #list > div[class^="pins_"] {
    margin-bottom: 5vw;
    padding: 3vw;
  }
  /* line 3162, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #list > div[class^="pins_"] > div[id^="list_"]:not(:last-of-type) {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dashed #3333331f;
  }
  /* line 3169, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #list > div[class^="pins_"] > div[id^="list_"] > ul > li.name {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  /* line 3173, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #list > div[class^="pins_"] > div[id^="list_"] > ul > li.pref {
    margin-top: 0;
  }
  /* line 3176, sass/style_charitsumo.scss */
  html body.network main article > .wrapper > .container #list > div[class^="pins_"] > div[id^="list_"] > ul > li.desc {
    margin-bottom: 15px;
  }
}
/* line 3202, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .entry-title .thumb-text .cat-type2 {
  display: none;
}
/* line 3206, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles {
  counter-reset: section;
  margin-top: 5vw;
}
/* line 3209, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single {
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d2696b;
}
/* line 3217, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single::last-of-type {
  margin-bottom: 0;
}
/* line 3221, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single .image .number {
  position: absolute;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  display: none;
}
/* line 3232, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single .image .number span {
  border-radius: 100px 0 0 100px;
  background-color: #00aa64;
  display: block;
  padding: 0.5rem;
  padding-right: 1rem;
}
/* line 3239, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single .image .number::after {
  counter-increment: section;
  content: counter(section);
  font-size: 2em;
  border-radius: 100px;
  background-color: #00aa64;
  display: block;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  margin-left: -1rem;
  text-align: center;
}
/* line 3255, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single .text {
  padding: 0.5em 1em;
}
/* line 3258, sass/style_charitsumo.scss */
html body.single.postid-1353 main article > .wrapper > .container .tasuke_singles .single .text a {
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  color: #d2696b;
  display: block;
}

@media screen and (min-width: 901px) {
  /* line 3280, sass/style_charitsumo.scss */
  html body.single.postid-1353 main article > .wrapper > .container .entry-area {
    max-width: none;
    width: 90%;
  }
  /* line 3283, sass/style_charitsumo.scss */
  html body.single.postid-1353 main article > .wrapper > .container .entry-area > p {
    max-width: 24em;
    width: 50vw;
    margin: 0 auto;
  }
  /* line 3288, sass/style_charitsumo.scss */
  html body.single.postid-1353 main article > .wrapper > .container .entry-area .tasuke_singles {
    margin-top: 5vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  /* line 3293, sass/style_charitsumo.scss */
  html body.single.postid-1353 main article > .wrapper > .container .entry-area .tasuke_singles .single {
    width: 32%;
  }
}
/* line 3311, sass/style_charitsumo.scss */
html .guru-search-button-type-21 {
  height: 1em;
  padding: 10px 15px 13px 10px;
  line-height: 1;
  height: auto;
}
/* line 3316, sass/style_charitsumo.scss */
html .guru-search-button-type-21::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  margin-bottom: -4px;
  background-image: url("https://s-iiyo.com/img/icon-search.svg");
}

/* line 3332, sass/style_charitsumo.scss */
html .guru-messenger-iframe {
  max-height: calc(100% - 20px);
  height: 100%;
}

/* line 3336, sass/style_charitsumo.scss */
html .guru-search-close-button {
  bottom: calc(100% - 46px);
  width: 40px;
  height: 40px;
  background-color: #ff5e5e;
  box-shadow: none;
  border: 3px solid #fff;
  background-size: 80%;
  background-position: center;
}

/* line 3356, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg::before {
  display: block;
  background-image: url(https://s-iiyo.com/wordpress/wp-content/uploads/2022/07/doshiteru.titlevisual.png);
  content: "";
  width: 100%;
  aspect-ratio: 1301 / 388;
  background-size: cover;
}
/* line 3364, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-title.box-wrap, html body#dositeru.single main article > .wrapper .container.white-bg .entry-main {
  display: none;
}
/* line 3368, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .intro {
  margin-bottom: 5vW;
  text-align: center;
}
/* line 3371, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .intro h1 {
  line-height: 1.5;
  margin-bottom: 2.5vW;
  font-size: 1.8em;
  text-align: center;
  color: #00aa64;
}
/* line 3379, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .manga {
  text-align: center;
}
/* line 3384, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.iiyo {
  display: flex;
  margin: 2em auto;
}
/* line 3388, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.iiyo .image::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(https://s-iiyo.com/wordpress/wp-content/uploads/2022/07/iiyo.png);
  display: block;
  background-size: cover;
}
/* line 3397, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.iiyo .text {
  flex: 1;
  margin-left: 1em;
  background-color: #00aa64;
  padding: 1em;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  color: #fff;
}
/* line 3406, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.iiyo .text p {
  font-weight: bold;
}
/* line 3409, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.iiyo .text::before {
  content: "";
  display: block;
  background-image: url(https://s-iiyo.com/wordpress/wp-content/uploads/2022/07/fukidashi.png);
  background-size: cover;
  width: 15px;
  height: 40px;
  position: absolute;
  left: -15px;
}
/* line 3422, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.people > li {
  border-radius: 8px;
  padding: 1em;
  border: 3px solid #eb67a2;
  margin-bottom: 2.5em;
  position: relative;
}
/* line 3431, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.people > li::before {
  content: "";
  background-size: cover;
  background-color: #fff;
  display: block;
  height: 3em;
  width: 3em;
  position: absolute;
  bottom: calc(-1.5em - 7px);
  right: 20px;
  border: 3px solid #fff;
}
/* line 3449, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .bordered {
  background-color: #eb67a2;
}
/* line 3451, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .bordered .title {
  color: #eb67a2;
}
/* line 3456, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .bordered .single > ul > li {
  margin-bottom: 1em;
  font-weight: bold;
}
/* line 3459, sass/style_charitsumo.scss */
html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .bordered .single > ul > li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 901px) {
  /* line 3473, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area {
    max-width: 800px;
  }
  /* line 3475, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .intro {
    text-align: center;
  }
  /* line 3478, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .manga {
    margin-left: -12vW;
    margin-right: -12vW;
    text-align: center;
  }
  /* line 3482, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .manga .pc {
    max-width: 80vW;
  }
  /* line 3487, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.people {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 3491, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.people > li {
    width: 47%;
  }
  /* line 3493, sass/style_charitsumo.scss */
  html body#dositeru.single main article > .wrapper .container.white-bg .entry-area .toppics > ul.people > li:last-of-type {
    margin-bottom: 2.5em;
  }
}
/* line 3508, sass/style_charitsumo.scss */
html body#home main #home-feature .thumbList a.dositeru figure {
  padding: 10px 10px 0 10px;
  aspect-ratio: 10/8;
  clip-path: none;
}
/* line 3512, sass/style_charitsumo.scss */
html body#home main #home-feature .thumbList a.dositeru figure img {
  width: auto;
  position: relative;
  display: block;
  height: auto;
  transform: none;
  top: 0;
  left: 0;
}

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