@charset "UTF-8";
.supporter img {
  width: auto;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* Q&A */
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid white;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: white;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #0095b4;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #0095b4;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: white;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
/* Q&A end */

/* membership */
.sec_support__membership_block_item {
  background: #dcefff;
}
.sec_support__membership_block_item h4 {
  font-size: 1.2em;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 12px;
}

.membership_block_title-gold {
  background: rgba(255, 217, 5, 0.3);
}

.membership_block_title-shilver {
  background: rgba(135, 187, 205, 0.3);
}

.box29 dl {
  padding: 15px 20px;
  margin: 0;
}
/* membership end */

/* support */
.sec_support__index_block:first-of-type {
  border-top: solid 5px rgba(255, 217, 5, 1);
}
.sec_support__index_block:nth-of-type(2) {
  border-top: solid 5px rgba(135, 187, 205, 1);
}

.sec_support__index_block:nth-of-type(3) {
  border-top: solid 5px rgba(93, 98, 123, 0.6);
}
.sec_support__index_block p {
  margin: 0;
  padding: 0;
}
/* support end */

/* support__purpose */
.support .sec_support__purpose li h4 {
  position: relative;
}

.support .sec_support__purpose li h4:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -12px; /*下線の上下の位置*/
  left: 50%;
  width: 14px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置の調整*/
  background-color: #0095b4; /*下線の色*/
}

.support .sec_support__use .sec_support__index_block {
  border-top: unset;
}

.support .sec_support__use .sec_support__index_block ul {
  justify-content: space-around;
}

.support .sec_support__use .sec_support__index_block img {
  height: 50px;
  width: 50px;
  margin: auto 16px auto 0;
}

.support .sec_support__use .sec_support__index_block li {
  display: flex;
}

.support .sec_support__use .sec_support__index_block {
  padding: 2.6em 0 2.6em 5px;
}

.support .sec_support__use .mt20 {
  margin-top: 30px;
}


@media print {
  header,footer {
    display: none;
  }

  .single .sec_single {
    margin-top: 0;
  }
}

.support_type_personal:hover{
  background-color: rgba(255, 217, 5, 0.3);
}
.support_type_corporation:hover{
  background-color: rgba(135, 187, 205, 0.3)
}
.support_type_other:hover{
  background-color: rgba(93, 98, 123, 0.3);
}
.mb50{
  margin-bottom: 50px;
}