/*
 * templates-fund - ファンド系ページ
 */

.templates-fund {
  margin-bottom: 60px;
}
.fd-wrapper {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width:991px) {
.fd-wrapper {
  width: auto;
  }
}
.templates-fund .status {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 4px;  /*osaki*/
  color: #fff;  /*oosaki*/
  min-width:65px;
}

/*osaki追加変更*/
.templates-fund .status.standby { background-color: #ccc;}
.templates-fund .status.keep-on { background-color: #F8B62D;}
.templates-fund .status.finish { background-color: #565E63;}
/*----------------------------------------------*/

.templates-fund .invest-type {
  float: right;
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  background-color: #888;  /*osaki*/
  border-radius: 4px;  /*osaki*/
  padding: 2px 8px 0px;
}
@media screen and (max-width:991px) {
  .templates-fund .invest-type {
    margin: 10px 0;
  }
}
@media screen and (min-width:992px) {
  .templates-fund .invest-type {
    margin-bottom: 10px;
  }
}

.templates-fund .fund-name {
  clear: both;
  padding: 10px 0 15px;
}
@media screen and (max-width:991px) {
  .templates-fund .fund-name {
    /*font-size: 18px ;*/  /*osaki*/
    font-size: 24px;  /*osaki*/
    font-weight: bold;  /*osaki*/
    margin: 0 0 10px;
  }
}
@media screen and (min-width:992px) {
  .templates-fund .fund-name {
    font-size: 20px;
    margin: 0;
  }
}

/*osaki 応募金額・募集金額設定追加*/
.top-total {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-top: 10px;
}
.top-total span {
  font-size: 30px;
  padding-left: 6px;
}
.top-recruiting {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width:991px) {
.top-total span {
  font-size: 26px;
  padding-left: 6px;
}
}
/*----------------------------------------*/

.templates-fund .fund-progress .progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 21px;
  /*background-color: #BDBDBD;*/  /*osaki*/
  background-color: #ccc;  /*osaki*/
  /*border-radius: 3px;*/  /*osaki*/
  border-radius: 10px;  /*osaki*/
  overflow: hidden;
}
.templates-fund .fund-progress .progress-bar i {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 3px;
  /*background-color: #D0011B;*/  /*osaki*/
  background-color: #F8B62D;  /*osaki*/
}

@media screen and (min-width:992px) {
  .templates-fund .fund-outline {
    display: flex;
    margin-bottom: 35px;
    position: relative;  /*osaki*/
  }
  .templates-fund .fund-outline .box-l {
    width: 470px;  /*osaki*/
    float: left;  /*osaki*/
  }
  .templates-fund .fund-outline .box-r {
    width: 489px;  /*osaki*/
    margin: 0 auto;
    /*padding: 10px 0;*/  /*osaki*/
    padding: 0 0 20px 0;  /*osaki*/
    float: right;/*osaki*/;
  }
}
.box-l img {
  width: 100%;
  height: auto;
}
/*osaki 利回り等の表・残り時間・詳細ボタン設定*/
/*トップ・マイページファンドの表*/
.details-1 {
  width: 100%;
}
.details-1 td {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  padding: 8px;
}
.details-1 td.w33 {
  width: 33.3%;
}
.details-1 td.w33 span {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.details-1 td.w16 span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width:991px) {
  .details-1 td.w33 span {
    font-size: 20px;
  }
  .details-1 td.w16 span {
    font-size: 18px;
  }
}

/*残り時間*/
.fd-time {
  text-align: right;
  padding-top: 20px;
  font-size: 12px;
}
.fd-time span {
  font-size: 20px;
  padding-left: 6px;
  font-weight: bold;
}
@media screen and (max-width:991px) {
  .fd-time span {
    font-size: 16px;
  }
}

/*詳細ボタン*/
.fd-btn-light-blue-w {
  text-align: center;
}
.fd-btn-light-blue-w a {
  display: block;
  border: 2px solid #16BAC5;
  color: #16BAC5;
  border-radius: 4px;
  padding: 8px 0;
  text-decoration: none;
  font-weight: bold;
}
.fd-arrow:after {
  content: "▶";
  padding-left: 6px;
}
.fd-btn-light-blue-w a:hover {
  background-color: #16BAC5;
  color: #fff;

}
/*----------------------------------------*/

/*ファンドの詳細ページの表・投資するボタン*//*osaki追加*/
.details-2 {
  width: 100%;
}
.details-2 td {
  width: 50%;
  font-size: 12px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  line-height: 1.8;
  position:relative;
}
.details-2 td span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-top: -2px;
}

@media screen and (max-width:991px) {
  .details-2 td {
    padding: 8px 10px;
    text-align: center;
  }
  .details-2 td span {
    float: none;
  }
}
/*投資するボタン*/
.fd-btn-investment {
  text-align: center;
}
.fd-btn-investment a {
  display: block;
  font-size: 22px;
  padding: 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #16BAC5;
  border-radius: 4px;
}
.fd-btn-investment a:hover {
  background-color: #1799a2;
}


/*----------------------------------------*/

/*osaki*/
/*.templates-fund .fund-outline .details {
  width: 100%;
}
.templates-fund .fund-outline .details > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: solid 1px #CCC;
  text-align: center;
}
.templates-fund .fund-outline .details > div:nth-last-child(1) {
  border-right: none;
}
@media screen and (max-width:991px) {
  .templates-fund .fund-outline .details {
    margin-bottom: 20px;
  }
  .templates-fund .fund-outline .details > div {
    height: 65px;
  }
}
@media screen and (min-width:992px) {
  .templates-fund .fund-outline .details {
    margin: 15px 0 0;
  }
  .templates-fund .fund-outline .details > div {
    height: 80px;
  }
}
*/
.templates-fund .fund-outline dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.templates-fund .fund-outline dl dt {
  width: 45%;
  margin-bottom: 10px;
}
.templates-fund .fund-outline dl dd {
  width: 55%;
  text-align: right;
  margin-bottom: 10px;
}
.templates-fund .details .number.strong {
  line-height: 1;
}
@media screen and (max-width:991px) {
  .templates-fund .fund-outline dl dd .small {
    font-size: 12px;
  }
  .templates-fund .details .number.strong {
    font-size: 18px;
  }
}
@media screen and (min-width:992px) {
  .templates-fund .details .number.strong {
    font-size: 20px;
  }
}

/* ファンド一覧 */

.templates-fund .fund-list li {
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width:991px) {
  .templates-fund .fund-list li {
    padding: 20px;
  }
}
@media screen and (min-width:992px) {
  .templates-fund .fund-list li {
    padding: 25px 0 40px;
    overflow: hidden;
  }
  .templates-fund .fund-list .box-l {
    float: left;
    /*width: 416px;*/  /*osaki*/
    width: 470px;
  }
  .templates-fund .fund-list .box-r {
    float: right;
    width: 489px;  /*osaki*/
  }
}

/*osaki*/
/*.templates-fund .details {
  width: 100%;
  background-color: #FFF;
  border: solid 1px #E5E5E5;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.templates-fund .details th,
.templates-fund .details td {
  font-size: 12px;
  vertical-align: middle;
  border: solid 1px #E5E5E5;
  padding: 10px 10px 7px;
}
.templates-fund .details th {
  width: 150px;
  padding-left: 30px;
  background-color: #F7F7F7;
  background-position: 10px 13px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.templates-fund .details .row_amount-offer th {
  background-image: url("../../images/fund/icons_money.png");
}
.templates-fund .details .row_yeild th {
  background-image: url("../../images/fund/icons_yield.png");
}
.templates-fund .details .row_goal th {
  background-image: url("../../images/fund/icons_goal.png");
}
.templates-fund .details .row_min_amount th {
  background-image: url("../../images/fund/icons_min_amout.png");
}
.templates-fund .details .row_min_unit th {
  background-image: url("../../images/fund/icons_min_unit.png");
}
.templates-fund .details .row_time th {
  background-image: url("../../images/fund/icons_time.png");
}
.templates-fund .details .row_property th {
  background-image: url("../../images/fund/icons_property.png");
}
.templates-fund .details .row_guarantee th {
  background-image: url("../../images/fund/icons_guarantee.png");
}
.templates-fund .details td {
  text-align: right;
  font-weight: bold;
}*/
.templates-fund .details .label {
  display: block;
  line-height: 1;
}
.templates-fund .details .label.heigh2 {
  height: 2em;
}
.templates-fund .details .number {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.templates-fund .details .condition {
  display: block;
  width: 67px;
  height: 21px;
  color: #ED6103;
  border: solid 1px #ED6103;
  box-sizing: border-box;
  margin: 5px auto;
}

.templates-fund .fund-progress {
  position: relative;
}
.templates-fund .fund-progress .percentage-number {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 2em;
  z-index: 1;
}
.templates-fund .fund-progress .progress-bar {
  width: 100%;
}
@media screen and (max-width:991px) {
  .templates-fund .fund-list .fund-progress {
    margin: 10px 0;
  }
}
@media screen and (min-width:992px) {
  .templates-fund .fund-list .fund-progress {
    margin: 7px 0;
  }
  .templates-fund .fund-list .box-r > .c_btn {
    width: 100%;
  }
}

/* ファンド詳細 */

.templates-fund .fund-outline .status {
  margin-bottom: 10px;
}
.templates-fund .fund-outline .fund-main-pict {
  margin-bottom: 10px;
}
.templates-fund .fund-outline .condition-block dl dt:after {
  content: "：";
  float: right;
}
@media screen and (max-width:991px) {
  .templates-fund .fund-outline .condition-block .fund-progress {
    margin-bottom: 20px;
  }
}

.templates-fund .fund-outline .fund-progress {
  /*margin: 7px 0;*/
  margin: 20px 0 15px 0;
}

@media screen and (min-width:992px) {
  .templates-fund .btn_invest {
    margin-bottom: 30px;
  }
  .templates-fund .fund-outline .fund-progress {  /*osaki*/
  margin: 0 0 15px 0;
  }
}
/*ファンド一覧追加分
---------------------------------------------------------------------*//*osaki*/
  /*ファンド一覧共通部分*/
/*.templates-fund .fund-list .fd_list-box { border: none;}*/
.templates-fund .fund-list .fd_list-box { padding: 0;}
.fd_list-details {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.fd_list-details .fd_list-details-inner {
  padding: 5px;
 position: relative;
}
/*リスト写真設定*/
.fd_list-details-inner .fd_list-detail-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
}
.fd_list-details-inner .fd_list-name {
  float: left;
  padding-left: 10px;
}

@media screen and (min-width:992px) {
.fd_list-details-inner .fd_list-name {
  width: 140px;
}
}
@media screen and (max-width:991px) {
.fd_list-details-inner .fd_list-name {
  position: absolute;
  top: 0;
  left: 130px;
  padding-right: 10px;
  }
}
.fd_list-details-inner {
  overflow: hidden;
}
.fd_list-box {
  letter-spacing: -.5em;
}
.templates-fund .fd_list-box .fund-name {
  font-size: 14px;
}
.fund-list .fd_list-details:nth-child(2),.fund-list .fd_list-details:nth-child(3),.fund-list .fd_list-details:nth-child(4),.fund-list .fd_list-details:nth-child(5),.fund-list .fd_list-details:nth-child(6),.fund-list .fd_list-details:nth-child(7),.fund-list .fd_list-details:nth-child(8),.fund-list .fd_list-details:nth-child(9) {
  text-align: center;
}
.fund-list .fd_list-details:nth-child(2),.fund-list .fd_list-details:nth-child(3),.fund-list .fd_list-details:nth-child(4) {
  font-weight: bold;
}
.fd_gray {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
}

@media screen and (min-width:992px) {
  /*リストの見出し*/
  .fd_list-midasi {
    margin: 60px auto 0;
  }
  .fd_list-midasi {
    font-size: 12px;
    letter-spacing: -.5em;
  }
  .fd_list-midasi .fd_list-details {
    vertical-align: bottom;
    padding: 0 0 15px 0;
  }
  .fd_list-details:nth-child(2) {
    text-align: center;
}
  .fd_list-details:nth-child(3) {
    text-align: center;
}
  .fd_list-details:nth-child(4) {
    text-align: center;
}
  .fd_list-details:nth-child(5) {
    text-align: center;
}
  .fd_list-details:nth-child(6) {
    text-align: center;
}
  .fd_list-details:nth-child(7) {
    text-align: center;
}
  .fd_list-details:nth-child(8) {
    text-align: center;
}
  .fd_list-midasi .fd_list-details:nth-child(1) { width: 290px;}
  .fd_list-midasi .fd_list-details:nth-child(2) { width: 140px;}
  .fd_list-midasi .fd_list-details:nth-child(3) { width: 80px;}
  .fd_list-midasi .fd_list-details:nth-child(4) { width: 65px;}
  .fd_list-midasi .fd_list-details:nth-child(5) { width: 54px;}
  .fd_list-midasi .fd_list-details:nth-child(6) { width: 90px;}
  .fd_list-midasi .fd_list-details:nth-child(7),.fd_list-midasi .fd_list-details:nth-child(8) { width: 84px;}
  .fd_list-midasi .fd_list-details:nth-child(9) { width: 104px;}

  /* リスト詳細
  ------------------------------------------------*/
  /*padding削除*/
  /*リストに線*/
  .fd_list-box {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
  .fd_list-box:first-child {
    border-top: 1px solid #ccc;
  }
  .fd_list-details:nth-child(1) { width: 290px;}
  .fd_list-details:nth-child(2) { width: 140px;}
  .fd_list-details:nth-child(3) { width: 80px;}
  .fd_list-details:nth-child(4) { width: 65px;}
  .fd_list-details:nth-child(5) { width: 54px;}
  .fd_list-details:nth-child(6) { width: 90px;}
  .fd_list-details:nth-child(7),.fd_list-details:nth-child(8) {width: 84px;}
  .fd_list-details:nth-child(9) { width: 106px;}
  .fund-list .fd_list-details:nth-child(1),.fund-list .fd_list-details:nth-child(2),.fund-list .fd_list-details:nth-child(3),.fund-list .fd_list-details:nth-child(4),.fund-list .fd_list-details:nth-child(5),.fund-list .fd_list-details:nth-child(6),.fund-list .fd_list-details:nth-child(7),.fund-list .fd_list-details:nth-child(8) {
    border-right: 1px solid #ccc;
    height: 140px;
  }
  .fd_list-details:nth-child(2) .fd_list-details-inner { padding-top: 30px;}
  .fd_list-details:nth-child(3) .fd_list-details-inner,.fd_list-details:nth-child(4) .fd_list-details-inner,.fd_list-details:nth-child(5) .fd_list-details-inner,.fd_list-details:nth-child(6) .fd_list-details-inner,.fd_list-details:nth-child(7) .fd_list-details-inner,.fd_list-details:nth-child(8) .fd_list-details-inner {
    padding-top: 55px;
  }
  .fd_list-details:nth-child(9) .fd_list-details-inner { padding-top: 54px;}

}
@media screen and (max-width:991px) {
  .templates-fund .fund-list .fd_list-box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .fd_list-midasi { display: none;}
  .fund-list .fd_list-details:nth-child(1),.fund-list .fd_list-details:nth-child(2) {
    width: 100%;
    display: block;
  }
  .fund-list .fd_list-details:nth-child(3),.fund-list .fd_list-details:nth-child(4) {
    width: 25%;
  }
  .fund-list .fd_list-details:nth-child(5) { width: 20%;}
  .fund-list .fd_list-details:nth-child(6) { width: 30%;}
  .fund-list .fd_list-details:nth-child(7),.fund-list .fd_list-details:nth-child(8) { width: 50%;}
  .fund-list .fd_list-details:nth-child(9) { width: 100%;}
/*下線を追加*/
 .fund-list .fd_list-details:nth-child(1),.fund-list .fd_list-details:nth-child(2),.fund-list .fd_list-details:nth-child(3),.fund-list .fd_list-details:nth-child(4),.fund-list .fd_list-details:nth-child(5),.fund-list .fd_list-details:nth-child(6),.fund-list .fd_list-details:nth-child(7),.fund-list .fd_list-details:nth-child(8) {
    border-bottom: 1px solid #ccc;
}
   .fund-list .fd_list-details:nth-child(4), .fund-list .fd_list-details:nth-child(5), .fund-list .fd_list-details:nth-child(6), .fund-list .fd_list-details:nth-child(8) {
     border-left: 1px solid #ccc;
  }
  .fund-list .fd_list-details:nth-child(3),.fund-list .fd_list-details:nth-child(4),.fund-list .fd_list-details:nth-child(5),.fund-list .fd_list-details:nth-child(6) {
    min-height: 63px;
  }
  .fund-list .fd_list-details:nth-child(7),.fund-list .fd_list-details:nth-child(8) {
    height:70px;
  }
  .fund_list_button{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
}

.fd_list-details-inner .status.standby {
  display: inherit;
  float: none;
}
.templates-fund  .fd_list-box .invest-type {
  float: none;
}
/*表示の切り替え*/
@media screen and (min-width:992px) {
  .fd_hide-sp { display: none;}
  .fd_hide-pc { display: block;}
}
@media screen and (max-width:991px) {
  /*表見出し表示設定*/
  .fd_hide-sp {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .fd_hide-pc { display: none;}
}
/*----------------------------------------*/
/*施工事例一覧ページャー設定
---------------------------------------------------------------------------------------------*/
.page_list_area {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
}
.page_list_area .currpage_in_page_list {
  padding: 10px 15px;
  border: 1px #ccc solid;
  color: #fff;
  font-weight: bold;
  background-color: #ccc;
  margin: 0 4px;
}

.page_list_area a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  color: #565e63;
  margin: 0 4px;
}

.page_list_area a:hover {
  background-color: #ededed;
}

/*----------------------------------------*/

.templates-fund .fund-outline .details {
  display: flex;
  align-items: center;
  width: 100%;
}

.templates-fund .fund-outline .details > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: solid 1px #CCC;
  border-left: solid 1px #CCC;
  text-align: center;
}

@media screen and (min-width:992px) {
  .templates-fund .fund-outline .details {
    margin: 40px 0;
  }
  .templates-fund .fund-outline .details > div {
    height: 80px;
  }
}


/* end */






/* 標準デザイン変更につき追加 */


.l-fb-between-tablet {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-fund {
  padding-top: 65px
}

.p-fund .pankuzu {
  display: block;
  margin: 0 0 30px 5%
}

.p-fund .fund-detail-header {
  margin-bottom: 0px;
}

.p-fund .fund-detail-heading {
  position: relative;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
  padding-left: 10px
}

.p-fund .fund-detail-heading:before {
  position: absolute;
  top: .2em;
  left: 0;
  content: '';
  display: block;
  height: 2em;
  width: 4px;
  background-color: #bb2026
}

.p-fund .fund-main {
  margin-bottom: 70px
}

.p-fund .fund-side {
  margin-bottom: 40px
}

.p-fund .fund-side section {
  min-width: 350px
}

.p-fund .fund-detail {
  margin-bottom: 25px
}

.p-fund .detail-inner {
  padding: 0 0 5%
}

.p-fund .detail-bg-gray {
  margin-bottom: 50px;
}

.p-fund table td, .p-fund table th {
  border-bottom: dashed 1px #595757;
  padding: .5em 0 .7em;
  white-space: nowrap
}

.p-fund table {
  -webkit-box-sizing: border-box;
  width: 100%;
  border-top: dashed 1px #595757;
  font-size: 14px;
  line-height: 1em;
  box-sizing: border-box
}

.p-fund table th {
  text-align: left;
  font-weight: 400;
  width: 95px
}

.p-fund table td {
  position: relative;
  text-align: right
}

.p-fund table .title {
  text-align: left;
  font-weight: 700;
  color: #595757
}

.p-fund .table-bold {
  font-weight: 700
}

.p-fund .table-bold th {
  font-weight: 700;
  color: #595757
}

.p-fund .fund-application {
  background-color: #575768;
  color: #fff;
  padding: 40px 5%;
}

.p-fund .fund-application span {
  padding-top: .5em;
}

.form-btn-disabled, .p-fund .fund-application .form-btn {
  display: block;
  height: 85px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.p-fund .fund-application .form-btn {
  background-color: #bb2026;
  font-size: 20px;
  line-height: 1em;
  line-height: 85px;
}

.p-fund .fund-application a {
  color: #fff;
  text-decoration: underline;
}

.p-fund .fund-application a:hover {
  text-decoration: none;
}

.c-form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.c-form .form-group label {
  margin-right: 15px
}

.c-form .form-control {
  display: block;
  width: 56%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  margin-right: 10px
}

.form-btn-disabled {
  background-color: #DCDCDC;
  font-size: 20px;
  line-height: 1em;
  line-height: 85px;
  cursor: not-allowed
}

.fund-content .slider-wrap {
  width: 100%;
  margin: auto
}

.fund-content .slider-nav-wrap .slider-nav img, .fund-content .slider-wrap img {
  left: 50%;
  height: auto!important;
  max-width: 100%!important;
  max-height: 100%!important;
  top: 0
}

.fund-content .slider-wrap .slick-slide {
  position: relative
}

.fund-content .slider-wrap .slick-slide:after {
  content: '';
  display: block;
 /* padding-top: 66% */
}

.fund-content .slider-wrap img {
  position: absolute;
  transform: translateX(-50%);
  width: auto!important;
  margin: 0!important
}

.p-fund .detail-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-fund .detail-tab li {
  width: calc(100%/2.1);
  margin: 1%;
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 4px #dcdddd;
  cursor: pointer;
}

.p-fund .detail-tab li.active, .p-fund .detail-tab li:hover {
  border-color: #bb2026;
}

.p-fund .tab-content {
  display: none
}

.p-fund .tab-content p {
  margin: 3%
}

.p-fund .tab-content .link-detail {
  display: block;
  margin: 0 0 2em 3%;
  color: #134989;
  text-decoration: underline
}

.p-fund .tab-content img {
  display: block;
  width: 94%;
  margin: 1.5em auto 2em
}

.p-fund .tab-active {
  display: block
}

.p-fund .tab-content h2 {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  margin: 0 0 25px;
  padding: 0 0 0 12px;
  background-color: #2a486e;
  border-left: solid 4px #888888;
  line-height: 40px
}

@media only screen and (min-width:900px) {
  .p-fund {
    padding-top: 90px
  }
  .p-fund .pankuzu {
    width: 1000px;
    margin: 0 auto 50px
  }
  .p-fund .fund-detail-header {
    border-bottom: none;
    width: 1000px;
    margin: auto
  }
  .p-fund .fund-detail-heading {
    font-size: 28px;
    line-height: 1em;
    padding-left: 20px
  }
  .p-fund .fund-detail-heading:before {
    top: 0;
    height: 1em
  }
  .p-fund .fund-wrap {
    width: 1000px;
    margin: auto
  }
  .p-fund .fund-main {
    width: 600px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .p-fund .fund-side {
    width: 350px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .p-fund .detail-bg-gray, .p-fund .progress {
    margin-bottom: 20px
  }
  .p-fund .progress span {
    font-size: 18px;
    line-height: 1em;
    line-height: 30px
  }
  .p-fund .detail-tab {
    position: absolute;
    width: 650px;
    margin-top: 30px;
  }
  .p-fund .detail-tab li {
    width: calc(100%/3.5)
  }
  .p-fund .tab-content {
    margin-top: 140px;
  }
  .p-fund .tab-content .link-detail {
    margin: 0 0 2em
  }
  .p-fund .tab-content img {
    margin: 3em auto;
    max-width: 100%
  }
  .p-fund .tab-content .img-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px
  }
  .p-fund .tab-content .img-right .left {
    width: 55%
  }
  .p-fund .tab-content .img-right .right {
    width: 40%;
    height: auto;
    margin: 0
  }
  .p-fund .tab-content .img-right .right img {
    width: 100%;
    margin: 0
  }
  .p-fund .tab-content .img-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
  }
  .p-fund .tab-content .img-left .right {
    width: 50%
  }
  .p-fund .tab-content .img-left .left {
    width: 45%;
    height: auto;
    margin: 0
  }
  .p-fund .tab-content .img-left .left img {
    width: 100%;
    margin: 0
  }
  .category-label {
    top: .4em;
    font-weight: 400
  }
  .fund-content .slider-wrap {
    background: 0 0;
    width: 100%
  }
}

@media only screen and (max-width:899px) {
  .l-container-fund-detail {
    width: 94%;
    margin: auto;
    position: relative;
  }
  .p-fund .fund-main {
    width: 100%;
    height: auto;
  }
  .p-fund .fund-side {
    width: 100%
  }
  .p-fund .tab-content {
    margin-top: -25px;
  }
  .p-fund .d_corporatename_detail {
    width: 94%;
    margin: auto;
    position: relative;
    padding-bottom:10px
  }
}


/* ファンド画像のスライダー */
.gallery-slider {
    width: 100%;
    margin-bottom: 15px;
    min-height: 400px;
    height: 400px;
}
.gallery-slider .swiper-s {
    width: 90%;
    height: 400px;
}
.gallery-slider {
    width: 100%;
    margin-bottom: 15px;
    min-height: 400px;
    height: 400px;
}
.gallery-slider .swiper-s {
    width: 90%;
    height: 400px;
}
@media screen and (max-width: 900px) {
	.gallery-slider {
	    min-height: 400px;
	    height: 100%;
	}
	.gallery-slider .swiper-s {
	    height: 100%;
		min-height: 400px;
	}
}
@media screen and (max-width: 700px) {
	.gallery-slider {
	    min-height: 350px;
	    height: 100%;
	}
	.gallery-slider .swiper-s {
	    height: 100%;
		min-height: 350px;
	}
}
@media screen and (max-width: 500px) {
	.gallery-slider {
	    min-height: 230px;
	    height: 100%;
	}
	.gallery-slider .swiper-s {
	    height: 100%;
		min-height: 230px;
	}
}
.gallery-slider .swiper-s img{
    max-width: 600px;
    object-fit: cover;
}
.gallery-thumbnail {
    text-align: center;
}
.gallery-thumbnail .nav-slide{
	width: 90%;
    margin: auto;
}
.gallery-thumbnail .slick-track{
	margin-left: auto;
    margin-right: auto;
}
.gallery-thumbnail .swiper-s img {
	width: 100%;
    height: 100px;
    padding: 0 3px 0;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
	.gallery-slider .swiper-s img{
		width: 100%;
		max-width: 900px;
		margin: auto
	}
	.gallery-thumbnail {
	    min-height: 100px;
	    height: 100%;
	}
	.gallery-thumbnail .swiper-s img{
		width: 100%;
		height: 80px;
	}
}

.slide-arrow:before {
	color: #000;
	font-size: 25px;
	z-index: 2
}
.slick-next{
    right:-20px;
}

.fund-corporatename{
	color: #696969;
}



/* サイトカラー変更 */
.gsp-green .p-fund .fund-detail-heading:before {
background-color: #13C99F
}
.gsp-green .p-fund .detail-tab li.active, .p-fund .detail-tab li:hover {
  border-color: #13C99F
}
.gsp-green .p-fund .fund-application .form-btn {
  background-color: #13C99F
}

.gsp-sky .p-fund .fund-detail-heading:before {
background-color: #59c1d9
}
.gsp-sky .p-fund .detail-tab li.active, .p-fund .detail-tab li:hover {
  border-color: #59c1d9
}
.gsp-sky .p-fund .fund-application .form-btn {
  background-color: #59c1d9
}

.gsp-red .p-fund .fund-detail-heading:before {
background-color: #801931
}
.gsp-red .p-fund .detail-tab li.active, .p-fund .detail-tab li:hover {
  border-color: #801931
}
.gsp-red .p-fund .fund-application .form-btn {
  background-color: #801931
}
.gsp-yellow .p-fund .fund-detail-heading:before {
background-color: #f39800
}
.gsp-yellow .p-fund .detail-tab li.active, .p-fund .detail-tab li:hover {
  border-color: #f39800
}
.gsp-yellow .p-fund .fund-application .form-btn {
  background-color: #f39800
}
.gsp-darkblue .p-fund .fund-detail-heading:before {
background-color: #181C27
}
.gsp-darkblue .p-fund .detail-tab li.active, .p-fund .detail-tab li:hover {
  border-color: #181C27
}
.gsp-darkblue .p-fund .fund-application .form-btn {
  background-color: #181C27
}
/* サイトカラー変更 end */

/* 標準デザイン変更につき追加 end */