@charset "UTF-8";
/* =======================================================================
  Date: 2022-7-27
  CSS Document ： 基金
  ======================================================================= */

.fca_container__in {
  max-width: 920px;
}
@media screen and (min-width: 921px){
  /* ################# グローバルナビ ################# */
  .ph-globalnavi_ccp {
    position: relative;
    z-index: 998;
    max-width: 920px;
    margin: auto;
  }

  .ph-gnavi_ccp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ph-gnavi_item_ccp {
    -ms-flex-preferred-size: 184px;
        flex-basis: 184px;
    min-width: 184px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .ph-gnavi_item_ccp>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background: #f5f3e6;
    font-size: 0.8125rem;
    font-weight: bold;
    -webkit-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }

  .ph-gnavi_item_ccp>a:hover {
    background: #573e34;
    color: #fff;
    text-decoration: none;
  }

  .ph-gnavi_item_ccp:first-child {
    border-left: 0;
  }

  .ph-gnavi_item_ccp:last-child {
    border-right: 0;
  }

  .ph-gnavi_item_ccp.has-subnavi_ccp>a {
    position: relative;
  }

  .ph-gnavi_item_ccp.has-subnavi_ccp>a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    line-height: 1;
    height: 1em;
    width: 1em;
    margin: auto;
    font-size: 0.75rem;
    font-family: "CONDENSEicon";
    content: "û";
  }

  .ph-gnavi_item_ccp.has-subnavi_ccp>a:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .ph-gnavi_item_ccp.has-subnavi_ccp.is-open_ccp>a {
    color: #fff;
    background: #573e34;
  }

  .ph-gnavi_item_ccp.has-subnavi_ccp.is-open_ccp>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  /* ################# サブナビ（メガメニュー） ################# */
  .ph-subNavi_ccp {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 46px 40px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f5f3e6;
  }

  .ph-subNavi_title_ccp {
    color: #e87746;
    letter-spacing: 0.08em;
    font-size: 1rem;
    font-weight: bold;
  }

  .ph-subNavi_title_ccp::before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 100px;
    background: #e87746;
    content: "";
  }

  .ph-subNavi_title_ccp:nth-of-type(n+2) {
    margin-top: 34px;
  }

  /* ################# プロジェクトから探す ################# */
  .ph-projectList_ccp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
  }

  .ph-projectList_item_ccp {
    -ms-flex-preferred-size: 204px;
        flex-basis: 204px;
    min-width: 204px;
  }

  .ph-projectList_item_ccp a:hover img {
    opacity: 0.6;
  }

  .ph-projectList_item_ccp img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }

  .ph-projectList_item_ccp figcaption {
    line-height: 1.2857142857;
    margin-top: 14px;
    letter-spacing: 0.08em;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .ph-projectList_item_ccp:nth-child(n+2) {
    margin-left: 8px;
  }

  /* ################# カテゴリーから探す ################# */
  .ph-categoryList_ccp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 14px;
  }

  .ph-categoryList_item_ccp {
    -ms-flex-preferred-size: 204px;
        flex-basis: 204px;
    min-width: 204px;
  }

  .ph-categoryList_item_ccp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    line-height: 1.2857142857;
    padding-left: 63px;
    background: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    -webkit-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }

  .ph-categoryList_item_ccp a:hover {
    text-decoration: none;
    opacity: 0.6;
  }

  .ph-categoryList_item_ccp:nth-child(n+2) {
    margin-left: 8px;
  }

  .ph-categoryList_item_ccp:nth-child(n+5) {
    margin-top: 8px;
  }

  .ph-categoryList_item_ccp:nth-child(4n+1) {
    margin-left: 0;
  }

  .ph-categoryList_item_ccp:nth-child(2) a {
    background: #fff url("../../../images/ico_goods.png") no-repeat 15px center;
    background-size: 35px;
  }

  .ph-categoryList_item_ccp:nth-child(3) a {
    background: #fff url("../../../images/ico_wallet.png") no-repeat 15px center;
    background-size: 35px;
  }

  .ph-categoryList_item_ccp:nth-child(4) a {
    background: #fff url("../../../images/ico_fashion.png") no-repeat 15px center;
    background-size: 35px;
  }

  .ph-categoryList_item_ccp:nth-child(5) a {
    background: #fff url("../../../images/ico_accessories.png") no-repeat 15px center;
    background-size: 35px;
  }

  .ph-categoryList_item_ccp:nth-child(6) a {
    background: #fff url("../../../images/ico_hygiene.png") no-repeat 15px center;
    background-size: 35px;
  }

  .ph-categoryList_item_ccp:nth-child(7) a {
    background: #fff url("../../../images/ico_foods.png") no-repeat 15px center;
    background-size: 35px;
  }

  .ph-categoryList_item_ccp:nth-child(8) a {
    background: #fff url("../../../images/ico_stationery.png") no-repeat 15px center;
    background-size: 35px;
  }
}

/* SP START */
@media screen and (max-width: 920px){
/* ################# ヘッダー ################# */
.ph_ccp {
height: min(12vw,90px);
}

.ph_ccp.is-fixed_ccp .ph-inner_ccp {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: min(12vw,90px);
}

.ph_ccp * {
line-height: initial;
}

.ph-inner_ccp {
position: relative;
}

.ph-label_ccp {
position: relative;
display: block;
width: 100%;
padding: min(2.4vw,18px) 0 min(3.2vw,24px);
border: 0;
background: #3d271f;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 1.25rem;
font-family: "Barlow", sans-serif;
}

/* ################# ハンバーガーボタン ################# */
.ph-label_ccp::before, .ph-label_ccp::after {
position: absolute;
top: 0;
bottom: 0;
left: min(1.7333333333vw,13px);
width: min(6.4vw,48px);
height: min(0.5333333333vw,4px);
margin: auto;
background: #fff;
content: "";
}

.ph-label_ccp::before {
-webkit-transform: translate(0, min(-1.0666666667vw,-8px));
-ms-transform: translate(0, min(-1.0666666667vw,-8px));
    transform: translate(0, min(-1.0666666667vw,-8px));
}

.ph-label_ccp::after {
-webkit-transform: translate(0, min(1.0666666667vw,8px));
-ms-transform: translate(0, min(1.0666666667vw,8px));
    transform: translate(0, min(1.0666666667vw,8px));
}

/* ################# グローバルナビ ################# */
.ph-globalnavi_ccp {
display: none;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: auto;
z-index: 998;
background: #f5f3e6;
}

.ph-globalnavi_inner_ccp {
background: #f5f3e6;
padding-top: min(3.0666666667vw,23px);
padding-bottom: min(50vw,250px);
}

.ph-gnavi_ccp {
position: relative;
}

.ph-gnavi_item_ccp {
-webkit-box-sizing: border-box;
			box-sizing: border-box;
border-bottom: min(0.1333333333vw,1px) solid #fff;
}

.ph-gnavi_item_ccp > a {
background: #f5f3e6;
font-size: 0.8125rem;
font-weight: bold;
}

.ph-gnavi_item_ccp:first-child {
border-left: 0;
}

.ph-gnavi_item_ccp:last-child {
border-right: 0;
}

.ph-gnavi_item_ccp.has-subnavi_ccp > a {
padding-top: min(4.9333333333vw,37px);
pointer-events: none;
}

.ph-gnavi_item_ccp.has-subnavi_ccp > a::after {
display: none;
}

a.ph-headerNaviTitle_ccp {
position: relative;
display: block;
padding: min(5.2vw,39px) min(4.6666666667vw,35px) min(5.2vw,39px);
letter-spacing: 0.15em;
}

a.ph-headerNaviTitle_ccp::after {
position: absolute;
top: 0;
bottom: 0;
right: min(4.6666666667vw,35px);
width: min(6vw,45px);
height: min(1.7333333333vw,13px);
margin: auto;
background: url("../../../images/ico_arrow.svg") no-repeat right center;
background-size: 100% auto;
content: "";
}

span.ph-headerNaviTitle_ccp {
position: relative;
display: block;
padding: min(5.2vw,39px) min(4.6666666667vw,35px) min(5.2vw,39px);
letter-spacing: 0.15em;
}

.ph-headerNaviTitle_main_ccp {
display: block;
text-transform: uppercase;
font-size: 1.8125rem;
font-family: "Barlow", sans-serif;
font-weight: normal;
}

.ph-headerNaviTitle_sub_ccp {
display: block;
margin-top: min(0.9333333333vw,7px);
font-size: 0.8125rem;
font-weight: normal;
}

/* ################# サブナビ（メガメニュー） ################# */
.ph-subNavi_ccp {
padding: min(7.3333333333vw,55px) min(5.3333333333vw,40px);
-webkit-box-sizing: border-box;
			box-sizing: border-box;
background: #f5f3e6;
}

.ph-subNavi_title_ccp {
color: #e87746;
letter-spacing: 0.08em;
font-size: 0.875rem;
font-weight: bold;
}

.ph-subNavi_title_ccp::before {
position: relative;
top: min(0.2666666667vw,2px);
display: inline-block;
width: min(3.2vw,24px);
height: min(3.2vw,24px);
margin-right: min(0.6666666667vw,5px);
border-radius: min(13.3333333333vw,100px);
background: #e87746;
content: "";
}

.ph-subNavi_title_ccp:nth-of-type(n+2) {
margin-top: min(6.6666666667vw,50px);
}

/* ################# 検索ボックス ################# */
.ph-searchBox_ccp {
position: relative;
margin-top: min(1.4666666667vw,11px);
padding: 0 min(4.6666666667vw,35px);
}

.ph-searchBox_ccp #txtSearchWord02 {
width: 100%;
padding: min(5.6vw,42px) min(16vw,120px);
border-radius: 0;
border: min(0.1333333333vw,1px) solid #ccc;
font-size: 0.875rem;
}

.ph-searchBox_ccp #txtSearchWord02::-webkit-input-placeholder {
font-family: sans-serif;
}

.ph-searchBox_ccp #txtSearchWord02:-ms-input-placeholder {
font-family: sans-serif;
}

.ph-searchBox_ccp #txtSearchWord02::-moz-placeholder {
font-family: sans-serif;
}

.ph-searchBox_ccp #txtSearchWord02::-ms-input-placeholder {
font-family: sans-serif;
}

.ph-searchBox_ccp #txtSearchWord02::placeholder {
font-family: sans-serif;
}

#search_form_fsp02 .icon_side_search {
position: absolute;
top: 0;
bottom: 0;
left: min(9.3333333333vw,70px);
width: min(8.6666666667vw,65px);
height: min(8.6666666667vw,65px);
margin: auto;
background-image: url("../../../images/ico_search.png");
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
pointer-events: none;
}

#search_form_fsp02 .reset_btn_fsp {
display: block;
position: absolute;
top: 0;
bottom: 0;
right: min(8vw,60px);
width: min(8vw,60px);
height: min(8vw,60px);
margin: auto;
}

#search_form_fsp02 .icon_input_reset {
width: min(8vw,60px);
height: min(8vw,60px);
background-image: url("../../../images/ico_clear.png");
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
}

#search_form_fsp02 .icon_input_cancel {
display: none;
}

#search_form_fsp02 input[type=submit] {
display: none;
}

/* ################# プロジェクトから探す ################# */
.ph-projectList_ccp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
margin-top: min(2.6666666667vw,20px);
}

.ph-projectList_item_ccp {
-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
min-width: 50%;
}

.ph-projectList_item_ccp img {
width: 100%;
height: auto;
}

.ph-projectList_item_ccp figcaption {
line-height: 1.4615384615;
margin-top: min(3.4666666667vw,26px);
letter-spacing: 0.04em;
font-size: 0.8125rem;
font-weight: bold;
}

.ph-projectList_item_ccp:nth-child(odd) {
padding-right: min(0.5333333333vw,4px);
}

.ph-projectList_item_ccp:nth-child(even) {
padding-left: min(0.5333333333vw,4px);
}

.ph-projectList_item_ccp:nth-child(n+3) {
margin-top: min(6.4vw,48px);
}

/* ################# カテゴリーから探す ################# */
.ph-categoryList_ccp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
margin-top: min(2.6666666667vw,20px);
}

.ph-categoryList_item_ccp {
-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
min-width: 50%;
}

.ph-categoryList_item_ccp a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
			align-items: center;
height: min(17.3333333333vw,130px);
line-height: 1.5833333333;
padding-left: min(14.6666666667vw,110px);
background: #fff;
font-size: 0.75rem;
font-weight: bold;
}

.ph-categoryList_item_ccp:nth-child(odd) {
padding-right: min(0.5333333333vw,4px);
}

.ph-categoryList_item_ccp:nth-child(even) {
padding-left: min(0.5333333333vw,4px);
}

.ph-categoryList_item_ccp:nth-child(n+3) {
margin-top: min(1.2vw,9px);
}

.ph-categoryList_item_ccp:nth-child(2) a {
background: #fff url("../../../images/ico_goods.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

.ph-categoryList_item_ccp:nth-child(3) a {
background: #fff url("../../../images/ico_wallet.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

.ph-categoryList_item_ccp:nth-child(4) a {
background: #fff url("../../../images/ico_fashion.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

.ph-categoryList_item_ccp:nth-child(5) a {
background: #fff url("../../../images/ico_accessories.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

.ph-categoryList_item_ccp:nth-child(6) a {
background: #fff url("../../../images/ico_hygiene.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

.ph-categoryList_item_ccp:nth-child(7) a {
background: #fff url("../../../images/ico_foods.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

.ph-categoryList_item_ccp:nth-child(8) a {
background: #fff url("../../../images/ico_stationery.png") no-repeat min(2.6666666667vw,20px) center;
background-size: min(9.3333333333vw,70px);
}

/* ################# Follow us ################# */
.ph-followus_ccp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
			align-items: center;
margin-top: min(9.4666666667vw,71px);
margin-bottom: 0;
padding: 0 min(4.6666666667vw,35px);
}

.ph-followus_title_ccp {
text-transform: uppercase;
margin-right: min(10.5333333333vw,79px);
letter-spacing: 0.04em;
font-size: 1.3125rem;
font-family: "Barlow", sans-serif;
}

.ph-followus_item_ccp {
width: min(11.3333333333vw,85px);
height: min(11.3333333333vw,85px);
}

.ph-followus_item_ccp img {
width: 100%;
height: 100%;
}

.ph-followus_item_ccp:nth-child(n+3) {
margin-left: min(7.3333333333vw,55px);
}

/* ################# 閉じるボタン ################# */
.ph-closeButton_ccp {
width: 100%;
margin-top: min(6.6666666667vw,50px);
padding: min(5.3333333333vw,40px) 0;
border: 0;
background: transparent;
letter-spacing: 0.04em;
text-align: center;
font-size: 1rem;
font-weight: bold;
}

.ph-closeButton_ccp::before {
display: inline-block;
width: min(3.3333333333vw,25px);
height: min(3.4666666667vw,26px);
margin-right: min(3.3333333333vw,25px);
background: url("../../../images/ico_close.png") no-repeat 0 0;
background-size: cover;
content: "";
}
	
}
/* SP END */


h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainimage_ccp {
  margin-top: 50px;
  text-align: center;
}

.fund_ccp {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
  padding-bottom: 105px;
}

.cmn-sectionTitle_ccp {
  margin: 60px 0 40px;
}

.fund-comment_ccp {
  margin-bottom: 60px;
  padding-bottom: 70px;
  position: relative;
}

.fund-comment_ccp::after {
  background: #e87746;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}

.fund-comment_ccp p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.105em;
  text-align: center;
}

.fund-lists_ccp {
  margin: auto;
  padding: 0 20px;
  width: 920px;
}

.fund-lists_ccp h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  text-align: center;
}

.fund-list_ccp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 30px;
}

.fund-list_ccp p {
  position: relative;
  width: 380px;
}

.fund-list_ccp p::after {
  background: #eaf2e1;
  content: "";
  height: 230px;
  position: absolute;
  left: -20px;
  top: -20px;
  width: 380px;
  z-index: -1;
}

.fund-list_ccp:nth-child(odd) p::after {
  background: #e9f2f5;
}

.fund-list_ccp p img {
  border: 1px solid #aab0a4;
}

.fund-list_ccp dl {
  width: 460px;
}

.fund-list_ccp dt {
  color: #3d271f;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.105em;
}

.fund-list_ccp dd {
  color: #3d271f;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.105em;
  margin-top: 15px;
}

.fund-list_ccp dd a {
  font-weight: 700;
}

.fund-more_ccp {
  margin: 90px auto 0;
  width: 330px;
}

.fund-more_ccp a {
  border: 1px solid #ccc;
  color: #3d271f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1;
  height: 60px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.fund-more_ccp svg {
  position: absolute;
  right: 20px;
}

.pf-footer_ccp {
  padding: 60px 0;
  background: #f5f3e6;
}

.pf-footer_inner_ccp {
  width: 600px;
  margin: 0 auto;
}

.pf-footer_logo_ccp {
  text-align: center;
}

.pf-footer_logo_ccp img {
  width: 71px;
}

.pf-footer_lede_ccp {
  margin-top: 23px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 0.8125rem;
}

/* ################# フッターナビ ################# */
.pf-footerNavi_ccp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
}

.pf-footerNavi_about_ccp {
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
}

.pf-footerNavi_project_ccp {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}

.pf-footerNavi_other_ccp {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

.pf-footerNavi_other_ccp .pf-footerNaviTitle_ccp:nth-child(n+2) {
  margin-top: 14px;
}

a.pf-footerNaviTitle_ccp {
  display: inline-block;
  letter-spacing: 0.04em;
}
a.pf-footerNaviTitle_ccp:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #3d271f;
          text-decoration-color: #3d271f;
  text-decoration-thickness: 1px;
}

span.pf-footerNaviTitle_ccp {
  display: inline-block;
  letter-spacing: 0.04em;
}

.pf-footerNaviTitle_main_ccp {
  display: block;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-family: "Barlow", sans-serif;
}

.pf-footerNaviTitle_sub_ccp {
  display: block;
  font-size: 0.8125rem;
}

.pf-footerLink_ccp {
  margin-top: 7px;
}

.pf-footerLink_item_ccp {
  line-height: 2.3846153846;
  font-size: 0.8125rem;
}

.pf-footerLink_item_ccp::before {
  margin-right: 0.5em;
  content: "-";
}

.pf-footerLink_item_ccp a {
  text-decoration: underline;
}

.pf-footerLink_item_ccp a:hover {
  text-decoration: none;
}

a.pf-footerNaviTitle_ccp {
  display: inline-block;
  letter-spacing: 0.04em;
  color: #3d271f;
}

.pf-footerNavi_project_ccp {
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  color: #3d271f;
}

.pf-footerLink_item_ccp a {
  text-decoration: underline;
  color: #3d271f;
}

/* ################# Follow us ################# */
.pf-followus_ccp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.pf-followus_title_ccp {
  text-transform: uppercase;
  margin-right: 34px;
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
}

.pf-followus_item_ccp {
  width: 40px;
  height: 40px;
  margin: 0 16px;
}

.pf-followus_item_ccp img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768.98px) {
  .mainimage_ccp {
    margin-top: 0;
  }

  .mainimage_ccp img {
    height: auto;
    width: 100%;
  }

  .fund_ccp {
    padding-bottom: 0;
  }
  
  .cmn-sectionTitle_ccp {
    margin: 8.4% 0 5.5%;
  }
  
  .fund-comment_ccp {
    margin-bottom: 8.3%;
    padding-bottom: 9.8%;
    position: relative;
  }
  
  .fund-comment_ccp::after {
    background: #e87746;
    content: "";
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
  }
  
  .fund-comment_ccp p {
    font-size: .75rem;
    line-height: 2;
    letter-spacing: 0.105em;
    text-align: center;
  }
  
  .fund-lists_ccp {
    margin: auto;
    padding: 20px;
    width: 100%;
  }
  
  .fund-lists_ccp h3 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.105em;
      text-align: center;
  }
  
  .fund-list_ccp {
    display: block;
    margin: 15.4% 0 18.6%;
  }
  
  .fund-list_ccp p {
    margin: auto;
    position: relative;
    width: 90%;
  }
  
  .fund-list_ccp p::after {
    background: #eaf2e1;
    content: "";
    height: 80%;
    position: absolute;
    left: -6.2%;
    top: -8.4%;
    width: 90%;
    z-index: -1;
  }
  
  .fund-list_ccp:nth-child(odd) p::after {
    background: #e9f2f5;
  }
  
  .fund-list_ccp p img {
    border: 1px solid #aab0a4;
    height: auto;
    width: 100%;
  }
  
  .fund-list_ccp dl {
    margin-top: 6%;
    width: 100%;
  }
  
  .fund-list_ccp dt {
    font-size: 1.25rem ;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.105em;
  }
  
  .fund-list_ccp dd {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.105em;
    margin-top: 2.6%;
    text-align: justify;
  }
  
  .fund-list_ccp dd a {
    font-weight: 700;
  }
  
  .fund-more_ccp {
    margin: auto;
    width: 90%;
  }
  
  .fund-more_ccp a {
    border: 2px solid #ccc;
    color: #3d271f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    height: 80px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  
  .fund-more_ccp svg {
    position: absolute;
    right: 3.4%;
  }

  .cmn-sectionTitle_main_ccp {
    font-size: 2.4rem;
  }

  /* ################# フッターナビ ################# */
  .pf-footer_inner_ccp {
    width: 90%;
    margin: auto;
  }
  
  .pf-footer_logo_ccp {
    text-align: center;
  }
  
  .pf-footer_logo_ccp img {
    width: 71px;
  }
  
  .pf-footer_lede_ccp {
    margin-top: 23px;
    line-height: 2;
    letter-spacing: 0.02em;
    font-size: 0.8125rem;
  }
  
  .pf-footerNavi_ccp {
    display: block;
    margin-top: 47px;
  }
  
  .pf-footerNavi_project_ccp {
    margin-top: 40px;
  }
  
  .pf-footerNavi_other_ccp .pf-footerNaviTitle_ccp:nth-child(n+2) {
    margin-top: 14px;
  }
  
  a.pf-footerNaviTitle_ccp {
    display: inline-block;
    letter-spacing: 0.04em;
  }
  
  a.pf-footerNaviTitle_ccp:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #3d271f;
            text-decoration-color: #3d271f;
    text-decoration-thickness: 1px;
  }
  
  span.pf-footerNaviTitle_ccp {
    display: inline-block;
    letter-spacing: 0.04em;
  }
  
  .pf-footerNaviTitle_main_ccp {
    display: block;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "Barlow", sans-serif;
  }
  
  .pf-footerNaviTitle_sub_ccp {
    display: block;
    font-size: 0.8125rem;
  }
  
  .pf-footerLink_ccp {
    margin-top: 7px;
  }
  
  .pf-footerLink_item_ccp {
    line-height: 2.3846153846;
    font-size: 0.8125rem;
  }
  
  .pf-footerLink_item_ccp::before {
    margin-right: 0.5em;
    content: "-";
  }
  
  .pf-footerLink_item_ccp a {
    text-decoration: underline;
  }
  
  .pf-footerLink_item_ccp a:hover {
    text-decoration: none;
  }
  
  /* ################# Follow us ################# */
  .pf-followus_ccp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  
  .pf-followus_title_ccp {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-right: 0;
    letter-spacing: 0.04em;
    font-size: 1.8rem;
    font-family: "Barlow", sans-serif;
  }
  
  .pf-followus_item_ccp {
    width: 60px;
    height: 60px;
    margin: 0 10px;
  }
  
  .pf-followus_item_ccp img {
    width: 100%;
    height: 100%;
  }
}