@charset "UTF-8";

/* supportページ共通 */
.border_raduis_none {
  border-radius: 0!important;
}
.btnOrange a {
  color: #000;
}
.btnOrange a span {
  background: url("../wp/common/img/icon_arrow3.png") no-repeat right center;
  background-size: 18px auto;
}
.h1Wrap h1 {
  background: url("../wp/common/img/icon_h1_b.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}
.hdgH2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 20px;
  position: relative;
}
.hdgH2:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url("../wp/common/img/icon_h2.png") no-repeat left center;
  background-size: contain;
  padding-left: 44px;
}
.hdgH2_views {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 20px;
  position: relative;
}
.hdgH2_views:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url("../wp/common/img/icon_h2.png") no-repeat left center;
  background-size: contain;
  padding-left: 44px;
}

/* index */
.index .link {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index .link li {
  border: 2px solid #ee7701;
  padding: 28px 20px 100px;
  /*padding-bottom: 20px;*/
  border-radius: 10px;
  width: 32%;
  max-width: 307px;
  text-align: center;
  position: relative;
}
.index .link li h2 {
  border: 2px solid #eeeeee;
  border-radius: 18px;
  margin-bottom: 20px;
  padding: 13px 0 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #cd4a03;
}
.index .link li img {
  max-width: 190px;
  width: 100%;
}
.index .link li h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin: 15px 0 13px;
}
.index .link li p {
  text-align: left;
  line-height: 1.6;
}
.index .link li .btnOrange {
  width: calc(100% - 42px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}
.index .suport_link,
.index .suport_link > li {
  all: unset;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 1.5;
}
.index .suport_link {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.index .suport_link > li {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  border: 2px solid #ee7701;
  padding: 30px 20px 20px;
  border-radius: 10px;
  width: calc(30% - 30px);
  max-width: 307px;
  position: relative;
  gap: 10px;
}
.index .suport_link > li > img {
  border-radius: 0;
  margin: 0 auto;
  max-width: 140px;
}
.index .suport_link > li > h3 {
  font-size: 1.1875rem;
  font-weight: bold;
  margin: 5px 0 3px;
  line-height: 2.2;
  text-align: center;
}
.index .suport_link > li > h2 {
  width: 100%;
  font-size: 1rem;
  border: 2px solid #eeeeee;
  border-radius: 18px;
  margin: 0 0 10px;
  padding: 13px 0 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #cd4a03;
  text-align: center;
}
.index .suport_link > li > a.btnOrange {
  width: 100%;
  font-size: 1rem;
  border-radius: 10px;
  line-height: 1.5;
  background: #ee7701;
  padding: 18px 12% 18px 0;
  color: #000;
  text-decoration: none;
  position: relative;
  margin-top: auto;
  text-align: center;
}
.index .suport_link > li > a.btnOrange:visited,
.index .suport_link > li > a.btnOrange:hover {
  color: #000;
  text-decoration: none;
}
.index .suport_link > li > a.btnOrange:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22%;
  background: url("../wp/common/img/icon_arrow3.png") no-repeat right center;
  background-size: 18px auto;
  padding-right: 30px;
  min-height: 18px;
  display: inline-block;
}

/* fund */
.support_fund__list,
.support_fund__list > li,
.support_fund__list_ul,
.support_fund__list_ul > li {
  all: unset;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 1.5;
}
.support_fund__list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.support_fund__list > li {
  width: 48.9%;
  border: 2px solid #ee7701;
  background: #fdf1e5;
  border-radius: 10px;
  margin-bottom: 20px;
}
.support_fund__list_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}
.support_fund__list_ul > li {
  overflow: hidden;
}
.support_fund__list_ul > li:has(.support_fund__list_img) {
  flex: 0 0 50%;
  max-width: 140px;
}
.support_fund__list_ul > li .support_fund__list_img {
  border-radius: 10px 0 0 10px;
  margin: 0 auto;
}
.support_fund__list_ul > li.support_fund__list_text {
  flex: 0 0 auto;
  width: max( calc(100% - 180px), 50%);
  word-wrap: break-word;
  word-break: break-all;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 20px;
  align-items: flex-start;
  gap: 0;
}
.support_fund__list > li:last-child > .support_fund__list_ul > li.support_fund__list_text {
  width: calc(100% - 40px);
}
.support_fund__list_ul > li.support_fund__list_text strong {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: -1rem;
  margin-top: 18px;
}
.support_fund__list_ul > li.support_fund__list_text .support_fund__list_link{
  margin: auto 0 0 auto;
  color: #cd4a03;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}
.support_fund__list_ul > li.support_fund__list_text .support_fund__list_link:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  width: 7px;
  height: auto;
  background: url("../wp/common/img/icon_arrow4.png") no-repeat left center;
  background-size: contain;
}

.fund .txt1 {
  background-size: 190px auto;
  margin-top: -30px;
  margin-bottom: 12px;
  padding: 30px 0 30px 0px;
}
.fund .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.fund .list li {
  width: 48.9%;
  border: 2px solid #ee7701;
  background: #fdf1e5;
  border-radius: 10px;
  margin-bottom: 20px;
}
.fund .list li:last-child {
  margin-bottom: 0;
}
.fund .list li a {
  display: flex;
  color: #000;
  height: 100%;
  border-radius: 10px;
}
.fund .list li a .img {
  width: 138px;
  border-radius: 10px 0 0 10px;
}
.fund .list li:nth-child(1) a .img {
  background: url("../wp/support/img/img_case1.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(2) a .img {
  background: url("../wp/support/img/img_case2.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(3) a .img {
  background: url("../wp/support/img/img_case3.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(4) a .img {
  background: url("../wp/support/img/img_case4.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(5) a .img {
  background: url("../wp/support/img/img_case5.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(6) a .img {
  background: url("../wp/support/img/img_case6.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(7) a .img {
  background: url("../wp/support/img/img_case7.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(8) a .img {
  background: url("../wp/support/img/img_case8.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li:nth-child(9) a .img {
  background: url("../wp/support/img/img_case9.png") no-repeat center #fff;
  background-size: 100% auto;
}
.fund .list li a dl {
  width: calc(100% - 138px);
  border-radius: 0 10px 10px 0;
  padding: 22px 10px 22px 18px;
  position: relative;
  min-height: 171px;
}
.fund .list li.imgNone a dl {
  width: 100%;
}
.fund .list li a dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3px;
}
.fund .list li a dl dd p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.fund .list li a dl dd p:first-child {
  margin-bottom: 20px;
}
.fund .list li a dl dd .more {
  color: #cd4a03;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding-left: 17px;
  background: url("../wp/img/icon_arrow4.png") no-repeat left center;
  background-size: 7px auto;
}
.group .btnOrange,
.fund .btnOrange {
  width: 460px;
  margin: 0 auto;
}
.group .btnOrange a,
.fund .btnOrange a {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 20px;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
}
.fund .inner1 .mt {
  margin: 30px 0;
}
.fund .inner1 .hdgP {
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding-left: 1em;
}
.fund .inner1 .hdgP span {
  font-size: 1.6rem;
}
.fund .imgWrap {
  overflow: hidden;
}
.fund .imgWrap .img {
  float: right;
  margin: 10px 0 20px 40px;
}
.fund .inner1 .section .imgList {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fund .inner1 .section .imgList + .imgList {
  margin-top: 20px;
}
.fund .inner1 .section .imgList .imgBox {
  max-width: 392px;
  text-align: center;
}
.fund .inner1 .section .imgList .imgBox + .imgBox {
  margin-left: 20px;
}
.fund .inner1 .section .imgList .imgBox img {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #999;
}
.fund .inner1 .section .imgList .imgBox p {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}
/*-----WCA追記-----*/
.fund p.date {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 auto 10px !important;
  padding: 0 0 0 20px;
  width: 70%;
  text-align: right;
}
.fund .img img {
  margin: 0 auto 10px;
  display: block;
  max-width: 70%;
}
.fund .img img.mh400 {
  max-height: 400px;
}
.fund .img img.mix {
  mix-blend-mode: multiply;
}
.fund .img  {
  margin: 0 auto 10px;
  display: block;
  max-width: 70%;
}
.fund .txtC {
  text-align: center;
  margin-bottom: 20px;
}
.fund .desc {
  text-align: left;
  margin: 0 auto 10px;
  width:70%;
}
.fund .desc {
  margin: 0 auto 10px;
  width:70%;
}
.fund .desc.tac {
  text-align: center;
}
.fund .inner1 .section .imgList2 .flexBox {
  display: flex;
  justify-content: space-evenly;
}
.fund .inner1 .section .imgList2 .flexBox .imgBox {
  width: 45%;
}
.fund .inner1 .section .imgList2 .flexBox + .flexBox {
  margin-top: 20px;
}
.fund .inner1 .section .imgList2 .flexBox .imgBox img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.fund .inner1 .section .imgList2 .flexBox .imgBox p {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
/* case */
.case.radius0 .inner1 {
  padding-bottom: 70px;
}
.case .accordion {
  margin-top: 60px;
  border: 2px solid #ee7701;
  border-radius: 8px;
}
.case .accordion dt {
  font-weight: bold;
  border: none;
  border-radius: 8px 8px 0 0;
  font-size: 2rem;
  padding-top: 19px;
  padding-bottom: 19px;
}
.case .accordion dd {
  padding: 40px 32px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
}
.case .accordion dd ul {
  display: flex;
  flex-wrap: wrap;
}
.case .accordion dd ul li {
  width: 15.3%;
  max-width: 136px;
  height: 70px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin: 2.2% 1.64% 0 0;
  position: relative;
  background: #fff;
}
.case .accordion dd ul li:nth-child(6n) {
  margin-right: 0;
}
.case .accordion dd ul li:nth-child(-n+6) {
  margin-top: 0;
}
.case .accordion dd ul li img {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.case .accordion dd p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 40px auto 10px;
}
.contentsBox.case .inner1 p.link1 {
  text-align: center;
  margin-top: 40px;
  line-height: 1.5;
}
.contentsBox.case .inner1 p.link1 a {
  color: #000;
  text-decoration: underline;
  font-size: 2rem;
}
.case .inner1 .mt {
  margin-top: 50px;
}
.case .inner1 .mt15 {
  margin-top: 15px;
}
.case .inner1 .mt25 {
  margin-top: 25px;
}
.case .imgWrap {
  overflow: hidden;
  border-radius: 0;
}
.case .imgWrap2 {
  display: flex;
  margin-left: 19px;
}
.case .imgWrap .img {
  float: right;
  background: #fef8f2;
  padding: 19px;
  border-radius: 10px;
  margin: 10px 0 20px 40px;
}
.case .w135 img {
  width: 135px;
}
.case .w168 img {
  width: 168px;
}
.case .w169 img {
  width: 169px;
}
.case .w172 img {
  width: 172px;
}
.case .w180 img {
  width: 180px;
}
.case .w190 img {
  width: 190px;
}
.case .w202 img {
  width: 202px;
}
.case .w234 img {
  width: 234px;
}
.case .w247 img {
  width: 247px;
}
.case .w280 img {
  width: 280px;
}
.case .w305 img {
  width: 305px;
}
.case .w339 img {
  width: 339px;
}
.case p.imgCap {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.4;
}
.case .imgWrap2 div + div {
  margin-left: 41px;
}
.case .targetP .indent1 {
  padding-left: 1em;
}
.case .targetP .indent2 {
  padding-left: 2em;
}
.case .targetP .indentUl {
  padding-left: 2em;
}
.case .targetP p + p {
  margin-top: 0;
}
.case-items {
  display: flex;
}
.case-item {
  width: calc(16.666% - 10rem / 6);
}
.case-item + .case-item {
  margin-left: 2rem;
}
.case-item a {
  display: inline-block;
  width: 100%;
}
.case-item-image {
  width: 100%;
  height: 130px;
  margin: auto;
}
.case-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.case-item-title {

}
.case-item-title p {
  color: #000;
  font-size: 13px;
}
.case-items-btn {
  max-width: 400px;
  margin: 30px auto 0 auto;
}
.case-bottom {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 50px 0px 100px;
}
.case-bottom-inner {
  padding-left: 30px;
  margin: auto;
  position: relative;
}
.case-bottom-inner::before {
  position: absolute;
  content: "※";
  display: block;
  top: 0;
  left: 10px;
}
.case-bottom-items {
  display: flex;
  align-items: center;

}
.case-bottom-item a {
  color: #000;
  text-decoration: underline;
}
.case07-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.case07-list > li {
  flex: 0 0 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.case07-list > li > br {
  display: none;
}
.case07-list-img {
  border-radius: 0;
  width: auto;
  height: auto;
  max-height: 130px;
  max-width: 130px;
}
.case07-list-title {
  font-size: .875rem;
  letter-spacing: normal;
  text-decoration: none;
  color: #000;
}

.case .case01_img {
  float: right;
  background: #fef8f2;
  padding: 19px;
  border-radius: 10px;
  margin: 10px 0 20px 40px;
}
.case .case01_ul_wrap {
  margin-top: 60px;
  padding: 0;
  border: 2px solid #ee7701;
  border-radius: 8px;
  background: #f9f9f9;
}
.case .case01_ul_wrap > li{
  font-weight: bold;
  border: none;
  border-radius: 8px 8px 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0;
}
.case .case01_ul_wrap > li{
  padding: 40px 32px;
}
.case .case01_ul_wrap > li:first-child{
  background: #fff;
  padding: 19px 28px;
}
.case .case01_ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
}
.case .case01_ul li {
  width: 15.3%;
  max-width: 135px;
  height: 70px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin: 2.2% 1.64% 0 0;
  position: relative;
  background: #fff;
}
.case .case01_ul li:nth-child(-n+6) {
  margin-top: 0;
}
.case .case01_ul li:nth-child(6n) {
  margin-right: 0;
}
.case .case01_ul li img {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.case .case01_link1 {
  display: block;
  margin: 30px auto 0;
  width: fit-content;
  color: #000;
  text-decoration: underline;
  font-size: 1.25rem;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.case .case01_link1:hover,
.case .case01_link1:visited,
.case .case01_link1:focus {
  color: #000;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.case .case01_link1:focus-visible {
  outline: none;
  background-color: inherit;
}
.case .case01_link2 {
  width: 460px;
  margin: 2.5rem auto 0!important;
}
.case .case01_link2 a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  line-height: 1.5;
}
.case .case01_link2 a:hover,
.case .case01_link2 a:visited,
.case .case01_link2 a:focus {
  color: #000;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.case .case01_link2 a:focus-visible {
  outline: none;
  background-color: inherit;
}

/* topics */
.topics.radius0 .inner1 {
  padding-bottom: 70px;
}
.topics .txt1 {
  /* background: url("../wp/img/bnr_link3.png") no-repeat left 18px center; */
  background-size:  137px auto;
  margin-top: -10px;
  padding: 0px 0 12px 0px;
}
.topics h4 {
  color: #cd4a03;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px auto 10px;
}
.topics .imgWrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.topics .imgWrap .img {
  width: 340px;
}
.topics .imgWrap .img img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.topics .imgWrap .img + .img {
  margin-left: 40px;
}
.postList .reportList {
  margin-top: 50px;
}
.postList .reportList p + p {
  margin-top: 15px;
}
.postList .reportList .indentUl {
  padding-left: 2em;
}
.postList .reportList .indentUl a.link2 {
  color: #cd4400;
}

/* group */
.group h2 {
  margin-top: 0px;
}
.group .txt1 {
  /* background: url("../wp/support/img/img3.png") no-repeat left 30px center; */
  background-size: 158px auto;
  /* padding-left: 210px; */
  margin-bottom: 50px;
}
.group .txt1 .hdgH2 {
  text-align: left;
}
.group .txt1 .hdgH2 span {
  display: block;
  background-position: top 7px left;
}
.group .img {
  text-align: center;
  margin: 80px auto 10px;
}
.group .img img {
  width: 100%;
  max-width: 947px;
}
.group .txtC {
  text-align: center;
  margin-bottom: 100px;
}
.group .tac {
  text-align: center;
}
.group .indentUl {
  padding-left: 2em;
}
.group .indentUl a {
  padding-right: 1em;
}
.group .bnrLink  + .bnrForum {
  margin-top: 40px;
}
.fund .inner1 .section .imgList .tal {
  text-align: left;
}
.fund .inner1 .backLink {
  border: none;
}
.fund .inner1 .backLink span {
  border: 2px solid #ee7701;
  padding: 10px;
  background: #ee7701;
  border-radius: 5px;
  color: #fff;
}

/* variousPlaces */
.variousPlacesIndex .center {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.variousPlaces .hdgCase {
  display: flex;
  align-items: center;
  background: #fef8f2;
  border: 2px solid #fef8f2;
  border-radius: 10px;
}
.variousPlaces .hdgCase p {
  background: url("../wp/support/img/icon_case.png") no-repeat center top 5px;
  background-size: 59px auto;
  padding: 26px 0 0 0;
  margin: 0;
  width: 170px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}
.variousPlaces .hdgCase h1.case_name {
  background: #fff;
  padding: 23px 40px 19px;
  margin: 0;
  width: calc(100% - 170px);
  font-size: 1.5rem;
  color: #cd4a03;
  font-weight: bold;
}
.variousPlaces .hdgCase h3 {
  background: #fff;
  padding: 23px 40px 19px;
  margin: 0;
  width: calc(100% - 170px);
  font-size: 1.5rem;
  color: #cd4a03;
  font-weight: bold;
}
.variousPlaces .boxWrap {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.variousPlaces .boxWrap .box1 {
  width: calc(100% - 320px);
  background: #fef8f2;
  border-radius: 10px;
  padding: 50px 40px;
}
.variousPlaces .boxWrap .box1 h5 {
  color: #cd4400;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 15px;
}
.variousPlaces .boxWrap .box1 h5 span {
  position: relative;
  padding: 10px 30px;
  display: inline-block;
}
.variousPlaces .boxWrap .box1 h5 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../wp/support/img/icon_left.png") no-repeat;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
}
.variousPlaces .boxWrap .box1 h5 span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../wp/support/img/icon_right.png") no-repeat;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
}
.variousPlaces .boxWrap .box1 ul + h5 {
  margin-top: 40px;
}
.variousPlaces .boxWrap .box1 ul li {
  background: #fff;
  padding: 15px 15px;
}
.variousPlaces .boxWrap .box1 ul li + li {
  margin-top: 20px;
}
.variousPlaces .boxWrap .box2 {
  width: 280px;
}
.variousPlaces .boxWrap .box2 img {
  max-width: 100%;
	height: auto;
  margin-bottom: 10px;
}
.variousPlaces .link1 {
  display: table;
  min-width: 560px;
}
.variousPlaces .link1 a {
  display: flex;
  align-items: center;
  word-break: break-all;
}
.variousPlaces .link1 span {
  font-weight: bold;
  color: #cd4a03;
  padding-right: 1em;
  white-space: nowrap;
}
.variousPlaces .link2 {
  text-align: center;
  max-width: 460px;
  margin: 40px auto 0;
}
.variousPlaces .link2 a {
  border: 2px solid #ee7701;
  display: inline-block;
  font-size: 1.125rem;
  color: #cd4a03;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 18px 20px;
  font-weight: bold;
}
/*--------------------20200908WCA追加------------------------*/
.fund .hdgH3 {
  font-weight: bold;
  font-size: 1.875rem;
}

/*--------------------20220711WCA追加------------------------*/
.border {
	width: 100%;
  border: 2px solid #ee7701;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

@media all and (-ms-high-contrast: none) {
  .group .btnOrange a,
  .fund .btnOrange a {
    padding-top: 22px;
    padding-bottom: 18px;
  }
  .case .accordion dt {
    padding-top: 21px;
    padding-bottom: 17px;
  }
}

@media (min-width: 951px) {
}

@media (max-width: 950px) {
  /* supportページ共通 */
  .h1Wrap h1 {
    background: url("../wp/common/img/icon_h1_b.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .contentsBox .hdgH2 {
    font-size: 1.4375rem;
    line-height: 1.5!important;
    margin-top: 32px;
  }
  .contentsBox .hdgH2:before  {
    background: url("../wp/common/img/icon_h2.png") no-repeat top center;
    background-size: 25px auto;
    padding: 0;
    display: inline-block;
    top: calc(0% - 32px);
    left: calc(50% - 16px);
    position: absolute;
  }
  .margin-0-auto-sp {
    margin: 0 auto!important;
  }

  .btnOrange a span {
    background: url("../wp/common/img/icon_arrow3.png") no-repeat right center;
    background-size: 12px auto;
  }

  /* index */
  .index .link {
    margin-top: 20px;
    display: block;
  }
  .index .link li {
    border: 1px solid #ee7701;
    padding: 24px 26px 24px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    background: #fff;
  }
  .index .link li + li {
    margin-top: 20px;
  }
  .index .link li h2 {
    border: 1px solid #eeeeee;
    margin-bottom: 3px;
    padding: 6px 0 6px;
    font-size: 1.4rem;
  }
  .index .link li img {
    max-width: 133px;
  }
  .index .link li .img3 {
    max-width: 128px;
    margin: 2px 0;
  }
  .index .link li .img4 {
    max-width: 120px;
    margin: 5px 0;
  }
  .index .link li h3 {
    font-size: 1.6rem;
    margin: 0px 0 5px;
  }
  .index .link li p {
    text-align: left;
    line-height: 1.9;
  }
  .index .link li .btnOrange {
    width: 100%;
    position: relative;
    margin: 12px auto 0;
    bottom: 0;
  }
  .index .suport_link,
  .index .suport_link > li {
    all: unset;
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
  }
  .index .suport_link {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .index .suport_link > li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ee7701;
    background-color: #fff;
    padding: 24px 26px 24px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    gap: 5px;
    text-align: left;
  }
  .index .suport_link > li + li {
    margin-top: 20px;
  }
  .index .suport_link > li > img {
    border-radius: 0;
    margin: 0 auto;
    max-width: 140px;
  }
  .index .suport_link > li:nth-child(1) img {
    max-width: 133px;
  }
  .index .suport_link > li:nth-child(2) img {
    max-width: 128px;
  }
  .index .suport_link > li:nth-child(3) img {
    max-width: 120px;
  }
  .index .suport_link > li > h3 {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    margin: -5px 0 -2px;
    line-height: 1.9;
    text-align: center;
  }
  .index .suport_link > li > h2 {
    width: 100%;
    font-size: .875rem;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    margin: 0;
    padding: 6px 0 6px;
    line-height: 1.5;
    font-weight: bold;
    color: #cd4a03;
    text-align: center;
  }
  .index .suport_link > li > a.btnOrange {
    width: 100%;
    font-size: .875rem;
    border-radius: 5px;
    line-height: 1.9;
    background: #ee7701;
    padding: 13px 1rem 12px 0;
    margin: 10px 0 0;
    color: #000;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  .index .suport_link > li > a.btnOrange:visited,
  .index .suport_link > li > a.btnOrange:hover {
    color: #000;
    text-decoration: none;
  }
  .index .suport_link > li > a.btnOrange:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 3rem - 2px);
    background: url("../wp/common/img/icon_arrow3.png") no-repeat right center;
    background-size: 12px auto;
    padding-right: 12px;
    min-height: 12px;
    display: inline-block;
  }

  /* fund */
  .support_fund__list > li {
    width: 100%;
    border: 1px solid #ee7701;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .support_fund__list_ul > li:has(.support_fund__list_img) {
    max-width: 100px;
  }
  .support_fund__list_ul > li .support_fund__list_img {
    border-radius: 5px 0 0 5px;
  }
  .support_fund__list_ul > li.support_fund__list_text {
    width: max( calc(100% - 132px), 50%);
    font-size: .875rem;
    padding: 0 15px;
  }
  .support_fund__list > li:last-child > .support_fund__list_ul > li.support_fund__list_text {
    width: calc(100% - 32px);
  }
  .support_fund__list_ul > li.support_fund__list_text strong {
    font-size: 1rem;
    margin-bottom: calc( -1rem - 3px);
    margin-top: 16px;
  }

  .fund .txt1 {
    /* background: url("../wp/support/img/img2.png") no-repeat center bottom; */
    background-size: 165px auto;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .fund .list {
    display: block;
    margin-bottom: 20px;
  }
  .fund .list li {
    width: 100%;
    border: 1px solid #ee7701;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .fund .list li a {
    border-radius: 5px;
  }
  .fund .list li a .img {
    width: 100px;
    border-radius: 5px 0 0 5px;
  }
  .fund .list li a dl {
    width: calc(100% - 100px);
    border-radius: 0 5px 5px 0;
    padding: 16px 15px 16px 15px;
    min-height: 175px;
  }
  .fund .list li.imgNone a dl {
    width: 100%;
  }
  .fund .list li a dl dt {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
  .fund .list li a dl dd p:first-child {
    margin-bottom: 15px;
  }
  .fund .list li a dl dd .more {
    right: 18px;
    bottom: 16px;
    padding-left: 12px;
    background: url("../wp/img/icon_arrow4.png") no-repeat left center;
    background-size: 7px auto;
  }
  .group .btnOrange,
  .fund .btnOrange {
    width: 260px;
  }
  .group .btnOrange a,
  .fund .btnOrange a {
    font-size: 0.875rem;
    padding: 11px;
    line-height: 1.5;
  }
  .fund .inner1 .hdgP {
    font-size: 1.7rem;
    margin-bottom: 10px;
    padding-left: 1em;
  }
  .fund .inner1 .hdgP span {
    font-size: 1.4rem;
  }
  .fund .imgWrap .img {
    float: none;
    padding: 10px;
    display: table;
    margin: 0 auto 20px;
  }
  .fund .imgWrap .img img {
    max-width: 100%;
  }
  .fund .inner1 .section .imgList {
    display: block;
  }
  .fund .inner1 .section .imgList .imgBox {
    max-width: 272px;
    margin: 0 auto;
  }
  .fund .inner1 .section .imgList .imgBox + .imgBox {
    margin-top: 20px;
    margin-left: auto;
  }

  /* case */
  .case.radius0 .inner1 {
    padding-bottom: 40px;
  }
  .case .accordion {
    margin-top: 30px;
    border: 1px solid #ee7701;
    border-radius: 10px;
    background: #fff;
  }
  .case .accordion dt {
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    padding: 19px 50px 19px 25px;
    background-position: right 28px center;
  }
  .case .accordion.orange dt.open {
    background-position: right 28px center;
  }
  .case .accordion dd {
    padding: 24px 15px;
    border-radius: 0 0 10px 10px;
  }
  .case .accordion dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  .case .accordion dd ul li {
    width: 23.9%;
    max-width: 100%;
    height: 35px;
    border-radius: 5px;
    margin: 1.4% 1.4% 0 0;
  }
  .case .accordion dd ul li:nth-child(6n) {
    margin-right: 1.4%;
  }
  .case .accordion dd ul li:nth-child(4n) {
    margin-right: 0;
  }
  .case .accordion dd ul li:nth-child(-n+6) {
    margin-top: 1.4%;
  }
  .case .accordion dd ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .case .accordion dd ul li img {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .case .accordion dd p {
    font-size: 1.6rem;
    margin: 20px auto 5px;
    line-height: 1.5;
  }
  .contentsBox.case .inner1 p.link1 {
    margin-top: 20px;
  }
  .contentsBox.case .inner1 p.link1 a {
    font-size: 1.6rem;
  }
  .case .imgWrap2 {
    display: block;
    margin-left: 0;
  }
  .case .imgWrap .img {
    float: none;
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 0 auto 20px;
  }
  .case .imgWrap .img img {
    max-width: 100%;
  }
  .case .imgWrap2 div {
    display: table;
    margin: 0 auto;
  }
  .case .imgWrap2 div + div {
    margin-top: 40px;
    margin-left: auto;
  }
  .case-items {
    flex-wrap: wrap;
  }
  .case-item {
    width: calc(50% - 2rem / 2);
  }
  .case-item+.case-item {
    margin-left: 2rem;
  }
  .case-item:nth-child(odd) {
    margin-left: 0;
  }
  .case-item:nth-child( n + 3) {
    margin-top: 1rem;
  }

  .case07-list {
    flex-wrap: wrap;
  }
  .case07-list > li {
    flex: 0 0 100%;
    margin: 50px 0;
  }
  .case07-list-img {
    max-width: none;
  }

  .case .case01_img {
    float: none;
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 0 auto 20px;
  }
  .case .case01_ul_wrap {
    border-radius: 10px;
    border: 1px solid #ee7701;
    border-radius: 10px;
  }
  .case .case01_ul_wrap > li{
    border-radius: 10px 10px 0 0;
    font-size: 1rem;
  }
  .case .case01_ul_wrap > li{
    padding: 24px 15px;
  }
  .case .case01_ul_wrap > li:first-child{
    background: #fff;
    padding: 19px 25px;
  }
  .case .case01_ul {
    border-radius: 0 0 10px 10px;
  }
  .case .case01_ul li {
    width: 23.9%;
    max-width: 100%;
    height: 35px;
    border-radius: 5px;
    margin: 1.4% 1.4% 0 0;
  }
  .case .case01_ul li:nth-child(-n+6) {
    margin-top: 1.4%;
  }
  .case .case01_ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .case .case01_ul li:nth-child(6n) {
    margin-right: 1.4%;
  }
  .case .case01_ul li:nth-child(4n) {
    margin-right: 0;
  }
  .case .case01_link1 {
    margin: 20px auto 0;
    font-size: 1rem;
  }
  .case .case01_link2 {
    width: 260px;
    margin: 2.5rem auto 0!important;
  }
  .case .case01_link2 a {
    text-decoration: none;
  }

  /* topics */
  .topics.radius0 .inner1 {
    padding-bottom: 40px;
  }
  .topics .txt1 {
    /* background: url("../wp/img/bnr_link3.png") no-repeat center top; */
    background-size: 120px auto;
    margin-top: 0;
    /* padding: 100px 0 0; */
  }
  .topics .img1 .sp {
    width: 100%;
  }
  .topics h4 {
    font-size: 1.7rem;
  }
  .topics .imgWrap {
    display: block;
  }
  .topics .imgWrap .img {
    width: 100%;
  }
  .topics .imgWrap .img img {
    margin-bottom: 10px;
  }
  .topics .imgWrap .img + .img {
    margin-left: 0;
    margin-top: 20px;
  }

  /* group */
  .group .txt1 {
    /* background: url("../wp/support/img/img3.png") no-repeat center bottom; */
    background-size: 120px auto;
    padding-left: 0;
    /* padding-bottom: 90px; */
    margin-bottom: 0;
  }
  .group .txt1 .hdgH2 {
    text-align: center;
  }
  .group .txt1 .hdgH2 span {
    background-position: top center;
  }
  .group .img {
    margin: 20px auto 10px;
  }
  .group .img img {
    width: 630px;
    max-width: 100%;
  }
  .group .txtC {
    margin-bottom: 40px;
  }
  .group .bnrLink  + .bnrForum {
    margin-top: 20px;
  }

  /* variousPlaces */
  .variousPlacesIndex .center {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .variousPlaces .inner1 img {
    border-radius: 0!important;
    margin: 0 auto;
  }
  .variousPlaces .hdgCase {
    display: block;
    padding: 5px 0 0;
  }
  .variousPlaces .hdgCase .entry-label{
    margin-right: 0;
  }
  .variousPlaces .hdgCase p {
    background: url("../wp/support/img/icon_case.png") no-repeat center top 7px;
    background-size: 46px auto;
    padding: 26px 0 10px 0;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .variousPlaces .hdgCase h1.case_name {
    padding: 15px 20px;
    width: 100%;
    font-size: 1.1875rem;
  }
  .variousPlaces .hdgCase h3 {
    padding: 15px 20px;
    width: 100%;
    font-size: 1.1875rem;
  }
  .variousPlaces .boxWrap {
    margin: 30px 0;
    display: block;
  }
  .variousPlaces .boxWrap .box1 {
    width: 100%;
    padding: 30px 20px;
  }
  .variousPlaces .boxWrap .box1 h5 {
    font-size: 1.9rem;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .variousPlaces .boxWrap .box1 h5 span {
    padding: 10px 30px;
  }
  .variousPlaces .boxWrap .box1 ul + h5 {
    margin-top: 40px;
  }
  .variousPlaces .boxWrap .box1 ul li {
    padding: 15px 15px;
  }
  .variousPlaces .boxWrap .box1 ul li + li {
    margin-top: 20px;
  }
  .variousPlaces .boxWrap .box2 {
    width: 100%;
    margin-top: 30px;
  }
  .variousPlaces .boxWrap .box2 div {
    text-align: center;
  }
  .variousPlaces .boxWrap .box2 img {
    margin-bottom: 10px;
  }
  .variousPlaces .link1 {
    min-width: 100%;
  }
  .variousPlaces .link2 {
    width: 260px;
    margin-top: 20px;
  }
  .variousPlaces .link2 a {
    border: 1px solid #ee7701;
    font-size: .875rem;
    border-radius: 5px;
    padding: 10px 11px;
    text-decoration: none;
  }
  /*--------------------20200908WCA追加------------------------*/
  .fund .hdgH3 {
    font-size: 2rem;
  }
  .fund .inner1 .section .imgList2 {
    display: block;
  }
  .fund .inner1 .section .imgList2 .imgBox {
    max-width: 272px;
    margin: 0 auto;
  }
  .fund .inner1 .section .imgList2 .imgBox + .imgBox {
    margin-top: 20px;
    margin-left: auto;
  }
  .fund .inner1 .section .imgList2 .flexBox .imgBox img {
    width: 100%;
    height: auto;
  }
  .fund .inner1 .section .imgList2 .flexBox {
    display: block;
  }
  .fund .inner1 .section .imgList2 .flexBox .imgBox {
    width: 100%;
  }
	/*--------------------20220711WCA追加------------------------*/
	.border {
		border: 1px solid #ee7701;
		padding: 10px;
	}
}
.donationListUl li:nth-child(n + 5) span {
  display: none;
}
.postList-title {
  text-align: center;
}
.postList-title h3 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 18px 0;
  font-size: 1rem;
  margin: 0;
  letter-spacing: normal;
  font-weight: 500;
  border-radius: 10px;
  background: #ee7701;
}
.donationList {
  background: #fff;
  padding: 0px 106px 0px;
  border-radius: 0 0 0 0;

}
.donationListUl-secondary {
  padding: 0 30px;
  background: #fff;
}
.postListUl.postListUl2.donationListUl {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width:950px) {
  .donationList {
    border-radius: 0;
    background: none;
    padding: 0 20px 0;
    margin-bottom: 2rem;
  }
  .case-bottom {
    padding: 50px 0px 30px;
  }
}
