@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== table ========== */
.sp-w-80 {
	width: 80%;
}

@media only screen and (max-width: 640px) {
.sp-w-80 {
	width: 100%;
}
}

/* ========== column ========== */
@media only screen and (max-width: 640px) {
.borrowing-column-group > .col-unit-1\/2 {
  float: left;
  display: inline;
  width: 48.57142857142857%;
  margin-left: 2.857142857142857%;
}
.borrowing-column-group > .col-unit-1\/2 {
  margin-top: 0;
}
.borrowing-column-group > .col-unit-1\/2:first-child {
  margin-left: 0;
}
.borrowing-column-group > .col-unit-1\/2 > *:first-child {
  margin-top: 0;
}
.borrowing-column-group > .col-unit-1\/2 > *:first-child > *:first-child {
  margin-top: 0;
}
.borrowing-column-group .col-unit-1\/2 .sp-mt-15 {
  margin-top: 15px;
}
}

/* ========== add ========== */
@media only screen and (max-width: 640px) {
.c-heading3-01+.c-heading4-01 {
	margin-top: 1.25em;
}
}

/* ========== table ========== */
.c-table-readmore th {
  font-size: 125%;
}
@media only screen and (max-width: 640px) {
  .c-table-readmore th {
    font-size: 115%;
  }
}

/* ========== readmore ========== */
.section-readmore {
  background-color: #fff;
}
.section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-readmore .section-title {
    font-size: 1em;
  }
}
.section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore ul.readmore {
    padding: 0;
  }
}
.section-readmore ul.readmore {
padding: 0;
}
.section-readmore ul.readmore > li {
  list-style: none;
}
.section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
.section-readmore .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-readmore .toggle-readmore.opened .answer {
  opacity: 1;
}
.section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
.section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore .text {
    width: 90%;
  }
}
.section-readmore .question{
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.section-readmore .question:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(./../img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .section-readmore .question {
    width: 30px;
    height: 30px;
  }
  .section-readmore .question:before {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}
.section-readmore .readmore.opened .question:before {
  background: url(./../img/btn_minus.png);
  background-size: cover;
}
.section-readmore .toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.section-readmore .toggle-readmore .answer-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 70%,rgba(255,255,255,1) 100%);
  transition: opacity 0.5s linear 0.5s;
  opacity: 1;
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after {
  content: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}