/* ↓↓↓サイト共通のcss プレビュー用で記載↓↓↓ */
img {
  max-width: 100%;
  vertical-align: bottom;
}
/* ↑↑↑ end ↑↑↑ */


.c-fund_content {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 5px 90px 100px
}

.c-fund_content a{
  display: inline;
}
.c-fund_content a.link{
  color: #255398;
}

@media screen and (max-width:767px) {
  .c-fund_content {
    padding: 0;
    margin: 0 auto
  }
}

.c-fund_content__section {
  display: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 87px
}

@media screen and (max-width:767px) {
  .c-fund_content__section {
    padding: 38px 3.9% 70px
  }
}

.c-fund_content__section.is-selected {
  display: block
}

.c-fund_content__headline {
  width: 100%;
  font: 26px bold, Noto Sans JP, sans-serif;
  color: #fff;
  background-color: #66480e;
  padding: 12px 71px;
  margin: 59px auto 30px
}

@media screen and (max-width:767px) {
  .c-fund_content__headline {
    width: 100%;
    font-size: 17px;
    padding: 14px 24px;
    margin: 0
  }
}

.c-fund_content__description {
  margin-bottom: 13px
}

.c-fund_content__description__title {
  font: 24px bold, Noto Sans JP, sans-serif;
  font-weight: bolder;
  color: #66480e;
  padding: 0 14px;
  border-left: 6px solid #66480e;
  margin-bottom: 23px
}

@media screen and (max-width:767px) {
  .c-fund_content__description__title {
    font-size: 17px
  }
}

.c-fund_content__description__text {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 10%;
  word-break: break-all;
}

@media screen and (max-width:767px) {
  .c-fund_content__description__text {
    font-size: 12px;
  }
}

.c-fund_content__description__text .is-red {
  color: #89251f;
}

.c-fund_content__description__link {
  display: inline;
  color: #255398;
  text-decoration: underline;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .c-fund_content__description__link {
    font-size: 12px;
  }
}

.c-fund_content__description__link .img {
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  margin-left: 4px;
}

.c-fund_content__description__note {
  font-size: 11px;
}

.c-fund_content__thumnail:hover {
  opacity: 1;
}

.c-fund_content__thumnail .note {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 11px;
  text-align: right;
}

.c-fund_content__thumnail__img {
  display: block !important;
  margin-top: 50px;
}

.c-fund_content__thumnail__img:first-child {
  margin: 0;
}

.c-fund_content__img_area {
  /* max-width: 774px; */
  margin: 40px auto;
  display: -webkit-box;
  /* display: flex;
  flex-wrap: nowrap; */
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .c-fund_content__img_area {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

.c-fund_content__img_area>.img {
  width: 50%;
}

@media screen and (max-width:767px) {
  .c-fund_content__img_area>.img {
    width: 100%;
  }
}

.c-fund_content__img_area>.img:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width:767px) {
  .c-fund_content__img_area>.img:not(:first-child) {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-fund_content__img_area .img__wrapper>.img {
  width: 100%;
}

.c-fund_content__img_area .img__wrapper .note {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 11px;
  text-align: right;
}

.c-fund_content__img_area .img__wrapper .note span {
  text-decoration: underline;
}

.c-fund_content__img_area--item_2 .img__wrapper {
  width: 50%;
}

@media screen and (max-width:767px) {
  .c-fund_content__img_area--item_2 .img__wrapper {
    width: 100%;
  }
}

.c-fund_content__img_area--item_2 .img__wrapper:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width:767px) {
  .c-fund_content__img_area--item_2 .img__wrapper:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-fund_content__table__text{
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin: 0;
}

@media screen and (max-width:767px) {
  .c-fund_content__table_img {
    overflow-x: scroll;
    width: 100%;
    display: block !important;
  }

  .c-fund_content__table_img>img {
    width: 800px;
    max-width: 800px;
  }
}

.c-fund_content__item {
  width: 100%;
  padding: 30px 9.4%;
}

@media screen and (max-width:767px) {
  .c-fund_content__item {
    padding: 38px 3.9% 70px;
  }
}

.c-fund_content__item:not(:first-child) {
  background-image: url(../image/funds/border.png);
  background-size: 1200px 2px;
  background-repeat: no-repeat;
  background-position: top 0;
}

.c-fund_content__item .img-link:hover {
  opacity: 1;
}

.c-fund_content__item--two_column {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-fund_content__item--two_column .c-fund_content__description {
  width: 59.2%;
}

@media screen and (max-width:767px) {
  .c-fund_content__item--two_column .c-fund_content__description {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .c-fund_content__item--two_column .c-fund_content__description {
    margin-bottom: 20px;
  }
}

.c-fund_content__item--two_column .c-fund_content__thumnail {
  width: 37.1%;
}

@media screen and (max-width:767px) {
  .c-fund_content__item--two_column .c-fund_content__thumnail {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-fund_content__item.no-border {
  border: none;
  background: none;
}

.c-fund_content__item.no-pd-btm {
  padding-bottom: 0;
}

.c-fund_content__item.no-pd-top {
  padding-top: 0;
}

.c-fund_content__message {
  width: 100%;
  padding: 18px 28px 27px;
  background: #f7f5ef;
}

@media screen and (max-width:767px) {
  .c-fund_content__message {
    padding: 10px 15px 15px;
  }
}

.c-fund_content__message__title-area {
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  padding: 34px 0;
  background-image: url(../image/common/bg-sq.png);
  background-size: 107.7px;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
  .c-fund_content__message__title-area {
    padding: 10px 0 20px;
  }
}

.c-fund_content__message__title-area__title {
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 6px;
}

@media screen and (max-width:767px) {
  .c-fund_content__message__title-area__title {
    font-size: 16px;
  }
}

.c-fund_content__message__title-area__text {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .c-fund_content__message__title-area__text {
    font-size: 12px;
  }
}

.c-fund_content__message__text-area {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 29px 32px 28px;
  background: #fff;
}

@media screen and (max-width:767px) {
  .c-fund_content__message__text-area {
    font-size: 12px;
    padding: 15px;
  }
}

.c-fund_content__message__text-area__link {
  color: #255398;
  text-decoration: underline;
}

.c-fund_content__table {
  max-width: 980px;
  width: 100%;
  margin-bottom: 21px;
}

.c-fund_content__table tbody {
  width: 100%;
}

.c-fund_content__table tbody tr {
  text-align: left;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.c-fund_content__table tbody tr th {
  width: 23.4%;
  color: #fff;
  font: 16px bold, Noto Sans JP, sans-serif;
  font-weight: bolder;
  background-color: #66480e;
  padding: 20px 28px;
}

@media screen and (max-width:767px) {
  .c-fund_content__table tbody tr th {
    width: 100%;
    font-size: 12px;
    padding: 6px 19px 7px;
  }
}

.c-fund_content__table tbody tr td {
  width: 76.6%;
  font-size: 16px;
  line-height: 150%;
  background-color: #f7f5ef;
  padding: 20px 28px;
}

@media screen and (max-width:767px) {
  .c-fund_content__table tbody tr td {
    width: 100%;
    font-size: 12px;
    padding: 16px 18px;
  }
}

.c-fund_content__double-table {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width:767px) {
  .c-fund_content__double-table {
    margin-bottom: 50px;
  }
}

.c-fund_content__double-table .child-left,
.c-fund_content__double-table .child-right {
  width: calc(50% - 4px);
}

@media screen and (max-width:767px) {

  .c-fund_content__double-table .child-left,
  .c-fund_content__double-table .child-right {
    width: 100%;
  }
}

.c-fund_content__double-table table,
.c-fund_content__double-table table tbody {
  width: 100%;
}

.c-fund_content__double-table table tbody tr {
  width: 100%;
  text-align: left;
  background-color: #f7f5ef;
  border-bottom: 2px solid #66480e;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.c-fund_content__double-table table tbody tr:first-child {
  border-top: 2px solid #66480e;
}

.c-fund_content__double-table table tbody tr th {
  width: 40%;
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 28px;
}

.c-fund_content__double-table table tbody tr td {
  width: 60%;
  font-size: 15px;
  text-align: right;
  padding: 20px 62px 20px 28px;
}

.c-fund_content__schedule-table {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table {
    margin-bottom: 50px;
  }
}

.c-fund_content__schedule-table table {
  width: 49.5%;
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table table {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-fund_content__schedule-table table tbody {
  width: 100%;
}

.c-fund_content__schedule-table table tbody tr {
  width: 100%;
  line-height: 1.8;
  background-color: #f7f5ef;
  border-bottom: 2px solid #66480e;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table table tbody tr {
    line-height: 1;
    border-bottom: 1px solid #66480e;
  }
}

.c-fund_content__schedule-table table tbody tr:first-child {
  border-top: 2px solid #66480e;
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table table tbody tr:first-child {
    border-top: 1px solid #66480e
  }
}

.c-fund_content__schedule-table table tbody tr th {
  width: 35%;
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1em;
  padding: 14px 28px;
  text-align: left
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table table tbody tr th {
    width: 100%;
    font-size: 12px;
    padding: 16px 18px 8px
  }
}

.c-fund_content__schedule-table table tbody tr td {
  width: 65%;
  font-size: 15px;
  padding: 14px 28px;
  text-align: right
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table table tbody tr td {
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 0 18px 16px
  }
}

.c-fund_content__schedule-table table tbody tr td.note {
  color: #896621;
  font-size: 11px;
  padding: 0 28px 14px;
  margin-top: -8px
}

.c-fund_content__schedule-table .c-fund_content__description__text {
  width: calc(50.5% - 37px)
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table .c-fund_content__description__text {
    width: 100%;
    font-size: 12px
  }
}

.c-fund_content__leasing-table {
  width: 100%;
  margin-bottom: 25px
}

.c-fund_content__leasing-table table tbody tr {
  width: 100%;
  text-align: center;
  background-color: #f7f5ef;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr {
    margin-top: 20px
  }
}

.c-fund_content__leasing-table table tbody tr:first-child {
  margin-top: 0
}

.c-fund_content__leasing-table table tbody tr th {
  /* width: 14.4%; */
  width: 125px;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 14px 20px;
  background: #66480e
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr th {
    width: 100%;
    font-size: 12px;
    padding: 14px 10px
  }
}

.c-fund_content__leasing-table table tbody tr td {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  padding: 4.5px 20px;
  margin: 11px 0;
  border-left: 2px solid #e9e2d4
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr td {
    font-size: 12px;
    padding: 9px 0;
    margin: 0 20px;
    border-left: none;
    border-bottom: 2px solid #e9e2d4
  }
}

.c-fund_content__leasing-table table tbody tr td:nth-child(2) {
  /* width: 14.1% */
  width: 145px;
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr td:nth-child(2) {
    width: 100%
  }
}

.c-fund_content__leasing-table table tbody tr td:nth-child(3) {
  width: 16.9%
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr td:nth-child(3) {
    width: 100%
  }
}

.c-fund_content__leasing-table table tbody tr td:nth-child(4) {
  width: 15.4%
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr td:nth-child(4) {
    width: 100%
  }
}

.c-fund_content__leasing-table table tbody tr td:last-child {
  width: 39.2%
}

@media screen and (max-width:767px) {
  .c-fund_content__leasing-table table tbody tr td:last-child {
    width: 100%;
    border-bottom: none
  }
}

.c-fund_content__useage-table {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table {
    margin-bottom: 50px
  }
}

.c-fund_content__useage-table__title {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 1px 5px 2px;
  text-align: center;
  background: #66480e;
  margin-bottom: 16px
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__title {
    font-size: 12px;
    line-height: 1;
    padding: 14px 20px
  }
}

.c-fund_content__useage-table__amount {
  width: 38%
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__amount {
    width: 100%;
    margin-bottom: 26px
  }
}

.c-fund_content__useage-table__amount>.text-area {
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  background-color: #f7f5ef;
  border: 2px solid #66480e;
  line-height: 1;
  padding: 17px 20px 18px
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__amount>.text-area {
    padding: 10px 12px
  }
}

.c-fund_content__useage-table__amount>.text-area>.item {
  margin-bottom: 20px
}

.c-fund_content__useage-table__amount>.text-area>.item>.title {
  font-size: 15px;
  margin-bottom: 10px
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__amount>.text-area>.item>.title {
    font-size: 15px;
    margin-bottom: 10px
  }
}

.c-fund_content__useage-table__amount>.text-area>.item>.content {
  font-size: 30px;
  text-align: right;
  letter-spacing: 3px
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__amount>.text-area>.item>.content {
    width: 100%;
    font-size: 28px;
    text-align: right
  }
}

.c-fund_content__useage-table__amount>.text-area>.item>.content>span {
  font-size: 15px
}

.c-fund_content__useage-table__detailed {
  width: 55.9%
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__detailed {
    width: 100%
  }
}

.c-fund_content__useage-table__detailed table tbody {
  width: 100%
}

.c-fund_content__useage-table__detailed table tbody tr {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em;
  background-color: #f7f5ef;
  border-bottom: 2px solid #66480e;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__detailed table tbody tr {
    line-height: 1;
    border-bottom: 1px solid #66480e
  }
}

.c-fund_content__useage-table__detailed table tbody tr:first-child {
  border-top: 2px solid #66480e
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__detailed table tbody tr:first-child {
    border-top: 1px solid #66480e
  }
}

.c-fund_content__useage-table__detailed table tbody tr.last-item {
  background: #e9e2d4
}

.c-fund_content__useage-table__detailed table tbody tr.last-item>.content,
.c-fund_content__useage-table__detailed table tbody tr th {
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700
}

.c-fund_content__useage-table__detailed table tbody tr th {
  width: 70%;
  font-size: 15px;
  text-align: left;
  padding: 13px 20px 15px 42px
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__detailed table tbody tr th {
    width: 100%;
    font-size: 12px;
    padding: 16px 18px 8px
  }
}

.c-fund_content__useage-table__detailed table tbody tr td {
  width: 30%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: right;
  padding: 13px 42px 15px 0
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__detailed table tbody tr td {
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 0 18px 16px
  }
}

.c-fund_content__budget-table {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch
}

.c-fund_content__budget-table:nth-child(2) {
  margin-top: 0
}

.c-fund_content__budget-table.mg-btm-10 {
  margin-bottom: 10px
}

.c-fund_content__budget-table__title-area {
  width: 24.6%;
  padding: 14px 28px;
  background: #66480e
}

@media screen and (max-width:767px) {
  .c-fund_content__budget-table__title-area {
    width: 100%;
    padding: 14px 20px
  }
}

.c-fund_content__budget-table__title-area__title {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em
}

@media screen and (max-width:767px) {
  .c-fund_content__budget-table__title-area__title {
    font-size: 12px;
    line-height: 1
  }
}

.c-fund_content__budget-table__title-area__note {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .04em
}

.c-fund_content__budget-table__list {
  width: 75.4%;
  background: #f7f5ef;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .c-fund_content__budget-table__list {
    width: 100%
  }
}

.c-fund_content__budget-table__item {
  width: 100%;
  background: #f7f5ef;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.c-fund_content__budget-table__item:first-child {
  margin-top: 0
}

.c-fund_content__budget-table__item.is-single {
  background: #e9e2d4
}

.c-fund_content__budget-table__item.is-single>.child-right {
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700
}

.c-fund_content__budget-table__item.height_max {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch
}

.c-fund_content__budget-table__item__text-area {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 246px;
  margin-left: auto
}

@media screen and (max-width:767px) {
  .c-fund_content__budget-table__item__text-area {
    width: 100%
  }
}

.c-fund_content__budget-table__item__text-area__text:first-child {
  margin-right: 10px
}

.c-fund_content__budget-table__item .child-left,
.c-fund_content__budget-table__item .child-right {
  width: 50%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em
}

@media screen and (max-width:767px) {

  .c-fund_content__budget-table__item .child-left,
  .c-fund_content__budget-table__item .child-right {
    font-size: 12px;
    line-height: 1
  }
}

.c-fund_content__budget-table__item .child-left {
  padding: 14px 20px 14px 41px
}

@media screen and (max-width:767px) {
  .c-fund_content__budget-table__item .child-left {
    padding: 14px 20px
  }

  .c-fund_content__budget-table__item .child-left.no_item {
    display: none
  }
}

.c-fund_content__budget-table__item .child-left>.text {
  line-height: 1.2
}

.c-fund_content__budget-table__item .child-right {
  text-align: right;
  padding: 3px 61px 2px 0;
  margin: 11px 0 12px;
  border-left: 2px solid #e9e2d4
}

@media screen and (max-width:767px) {
  .c-fund_content__budget-table__item .child-right {
    padding: 3px 20px 2px
  }

  .c-fund_content__budget-table__item .child-right.width_max {
    width: 100%
  }
}

.c-fund_content__schedule-table-2 {
  width: 100%;
  margin-bottom: 25px
}

.c-fund_content__schedule-table-2 table tbody {
  width: 100%
}

.c-fund_content__schedule-table-2 table tbody>.list {
  width: 100%;
  text-align: left;
  background-color: #f7f5ef;
  border-bottom: 2px solid #66480e;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table-2 table tbody>.list {
    padding: 16px 18px 13px
  }

  .c-fund_content__schedule-table-2 table tbody>.list.no-border {
    border: none;
    padding: 0 18px
  }

  .c-fund_content__schedule-table-2 table tbody>.list.first-list {
    padding: 16px 18px 0
  }

  .c-fund_content__schedule-table-2 table tbody>.list.first-list>.title {
    margin-bottom: 9px
  }

  .c-fund_content__schedule-table-2 table tbody>.list.last-list {
    padding: 0 18px 26px
  }

  .c-fund_content__schedule-table-2 table tbody>.list.last-list>.content {
    border-bottom: none
  }
}

.c-fund_content__schedule-table-2 table tbody>.list:first-child {
  border-top: 2px solid #66480e
}

.c-fund_content__schedule-table-2 table tbody>.list>.title {
  color: #66480e;
  width: 33%;
  font: 15px bold, Noto Sans JP, sans-serif;
  font-weight: 700;
  padding: 20px 28px
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table-2 table tbody>.list>.title {
    width: 100%;
    font-size: 12px;
    padding: 0
  }
}

.c-fund_content__schedule-table-2 table tbody>.list>.content {
  width: 33%;
  font-size: 15px;
  padding: 4.5px 42px;
  margin: 11px 0;
  border-left: 2px solid #e9e2d4
}

@media screen and (max-width:767px) {
  .c-fund_content__schedule-table-2 table tbody>.list>.content {
    width: 50%;
    font-size: 12px;
    padding: 9px 0;
    margin: 0;
    border-bottom: 2px solid #e9e2d4
  }

  .c-fund_content__schedule-table-2 table tbody>.list>.content.no-borderB {
    margin: 9px 0 0;
    padding: 0;
    border-bottom: none
  }

  .c-fund_content__schedule-table-2 table tbody>.list>.content.no-borderL,
  .c-fund_content__schedule-table-2 table tbody>.list>.content:nth-child(2) {
    border-left: none
  }

  .c-fund_content__schedule-table-2 table tbody>.list>.content:nth-child(3) {
    padding-left: 18px
  }
}

.c-fund_content__relation {
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center
}

.c-fund_content__relation__title {
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .1em
}

.c-fund_content__relation__text {
  color: #a3a3a3;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .04em
}

.c-fund_content__relation__text a {
  display: inline
}

.c-fund_content__relation__text span {
  text-decoration: underline
}

iframe {
  max-width: 100%;
}
iframe.gmap {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
}
.c-fund_content__useage-table td {
  white-space: nowrap;
}
.mini-thumb {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
}
.c-fund_content__description__subtitle {
  font: 20px bold, Noto Sans JP, sans-serif;
  font-weight: bolder;
  color: #66480e;
  margin-bottom: 23px;
}
@media screen and (max-width:767px) {
  .c-fund_content__description__subtitle {
    font-size: 17px
  }
}

.c-fund_content__div-schedule-table {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch
}
.c-fund_content__div-schedule-table.mg-btm-10 {
  margin-bottom: 10px
}
.c-fund_content__div-schedule-table__title-area {
  width: 24%;
  padding: 14px 28px;
  background: #66480e
}
@media screen and (max-width:767px) {
  .c-fund_content__div-schedule-table__title-area {
    width: 100%;
    padding: 14px 20px
  }
}
.c-fund_content__div-schedule-table__title-area__title {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em
}
@media screen and (max-width:767px) {
  .c-fund_content__div-schedule-table__title-area__title {
    font-size: 12px;
    line-height: 1
  }
}
.c-fund_content__div-schedule-table__title-area__note {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .04em
}
.c-fund_content__div-schedule-table__list {
  width: 80%;
  background: #f7f5ef;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}
@media screen and (max-width:767px) {
  .c-fund_content__div-schedule-table__list {
    width: 100%
  }
}
.c-fund_content__div-schedule-table__item {
  width: 100%;
  background: #f7f5ef;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  text-align: center;
}
.c-fund_content__div-schedule-table__list.title-area .child {
  background: #66480e;
  color: #fff;
}
.c-fund_content__div-schedule-table__item__text-area {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 246px;
  margin-left: auto
}
@media screen and (max-width:767px) {
  .c-fund_content__div-schedule-table__item__text-area {
    width: 100%
  }
}
.c-fund_content__div-schedule-table__sub-title-area {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 14px 28px;
  background: #e9e2d4;
  color: #66480e;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.c-fund_content__div-schedule-table__sub-title-area.no-item {
  background: transparent;
}
.c-fund_content__div-schedule-table__item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* width: calc(100% / 3); */
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 12px 20px;
}
.c-fund_content__div-schedule-table__item > div:not(.child:first-child) {
  border-left: 2px solid #e9e2d4;
}
@media screen and (max-width:767px) {
  /* .c-fund_content__div-schedule-table__sub-title-area.no-item {
    display: none;
  } */
  .c-fund_content__div-schedule-table__sub-title-area {
    width: 100%;
    padding: 7px;
    width: 60px;
    font-size: 11px;
  }
  .c-fund_content__div-schedule-table__item > div {
    font-size: 11px;
    line-height: 1.4;
    padding: 7px;
  }
  .c-fund_content__div-schedule-table__item p {
    margin: 0;
  }
}

/* 配当予定テーブル 2カラム 右にテキスト */
.c-fund_content__div-schedule-table--two_column {
  display: flex;
  gap: 30px;
}
.c-fund_content__div-schedule-table--two_column .c-fund_content__div-schedule-table__wrapper {
  width: 50%;
}
.c-fund_content__div-schedule-table--two_column .c-fund_content__description__text {
  width: 50%;
}
.c-fund_content__div-schedule-table--two_column .c-fund_content__div-schedule-table__sub-title-area {
  width: 50%;
}
.c-fund_content__div-schedule-table--two_column .c-fund_content__div-schedule-table__list {
  width: 50%;
}
@media screen and (max-width:767px) {
  .c-fund_content__div-schedule-table--two_column {
    flex-direction: column;
  }
  .c-fund_content__div-schedule-table--two_column .c-fund_content__div-schedule-table__wrapper {
    width: 100%;
  }
  .c-fund_content__div-schedule-table--two_column .c-fund_content__description__text {
    width: 100%;
  }
  .c-fund_content__div-schedule-table--two_column .c-fund_content__div-schedule-table__list {
    width: 100%;
  }
  .c-fund_content__div-schedule-table--two_column .c-fund_content__div-schedule-table__sub-title-area {
    width: 100%;
  }
}

.no-margin {
  margin: 0;
}
.c-fund_content__col2__container {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.c-fund_content__col2__container > * {
  width: 50%;
}
@media screen and (max-width:767px) {
  .c-fund_content__col2__container {
    flex-direction: column;
    gap: 0;
  }
  .c-fund_content__col2__container > * {
    width: 100%;
  }
}

.c-fund_content__schedule-table__inner {
  width: 49.5%;
}
.c-fund_content__schedule-table__inner table {
  width: 100%;
}
.c-fund_content__schedule-table__inner .c-fund_content__description__text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-fund_content__description__subtitle {
    font-size: 15px;
  }
  .c-fund_content__schedule-table table tbody tr td.head {
    font-size: 12px;
  }
  .c-fund_content__schedule-table-sp-2col table tbody tr th {
    width: 40%;
  }
  .c-fund_content__schedule-table-sp-2col table tbody tr td {
    width: 60%;
  }
  .c-fund_content__schedule-table-sp-2col table tbody tr {
    flex-wrap: nowrap;
  }
  .c-fund_content__schedule-table__inner {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden {display: none;}
}
@media screen and (max-width:767px) {
  .sp-hidden {display: none;}
}

ul.c-fund_content__description__text{
  padding-left: 1.8rem;
}

@media screen and (max-width:767px) {
  .c-fund_content__useage-table__detailed table {
    width: 100%;
  }
  .c-fund_content__useage-table__detailed table tbody tr {
    flex-wrap: nowrap;
  }
  .c-fund_content__useage-table__detailed table tbody tr th {
    padding: 16px 12px;
  }
  .c-fund_content__useage-table__detailed table tbody tr td {
    text-align: right;
    padding: 16px 12px;
  }

  .c-fund_content__budget-table__dividend .child-left.no-item {
    display: none;
  }
  .c-fund_content__budget-table__dividend .c-fund_content__budget-table__text-area {
    display: flex;
  }
  .c-fund_content__budget-table__dividend .c-fund_content__budget-table__text-area__text {
    width: 50%;
  }
  .c-fund_content__budget-table__dividend .c-fund_content__budget-table__text-area__text:first-child {
    text-align: left;
  }
}