@charset "utf-8";

/*************** 通募金フッター ***************/

/* sns_area */
.sns_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 7% 10px;
}
.sns_area .sns_area_tit {
  margin: 0 !important;
  padding-right: 20px !important;
  color: #222222 !important;
  font-size: 15px !important;
}
.sns_area .sectionSns {
  margin-right: 0 !important;
}

@media screen and (max-width: 639px) {
  .sns_area {
    margin: 50px auto 10px;
  }
}

/* WhiteBox */
.WhiteBox {
  border: solid #d3d3d3 1px;
  margin: 0 7% 50px;
  padding: 30px;
}
.WhiteBox_content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.WhiteBox_content_txt {
  width: 64%;
}
.WhiteBox_content_img {
  width: 32%;
}
  .WhiteBox_content_img img {
    width: 100%;
    height: auto;
  }

.WhiteBox_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.WhiteBox_btn p {
  width: calc((100% - 30px) / 2);
}
.WhiteBox_btn p a {
  display: block !important;
  border-radius: 5px;
  width: 100%;
  padding: 28px 0 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
  .WhiteBox_btn p.WhiteBox_btn-monthly a {
    background-color: #16a085;
  }
  .WhiteBox_btn p.WhiteBox_btn-onetime a {
    background-color: #f39c12;
  }
  .WhiteBox_btn p a:hover {
    text-decoration: none !important;
    opacity: 0.75;
  }

.WhiteBox .note {
  margin: 10px 0 16px !important;
  font-size: 12px !important;
  text-align: center !important;
}

@media screen and (max-width: 639px) {
  .WhiteBox {
    width: 100%;
    padding: 0px;
    margin: 0 0 50px 0;
  }
  .WhiteBox_content {
    flex-direction: column-reverse;
  }
  .WhiteBox_content_txt {
    width: 90%;
    margin: 10px auto 0 !important;
  }
  .WhiteBox_content_img {
    width: 70%;
    margin: 15% auto 0;
  }
  .WhiteBox_btn {
    width: 90%;
    margin: 10px auto 0 !important;
  }
  .WhiteBox_btn p {
    width: 100%;
    margin-top: 5%;
  }
  .WhiteBox .note {
    width: 90%;
    margin: 0 auto 24px !important;
    text-align: left!important;
  }
}
