/* Fund */

/* Hero */

#fund_hero .page_hero_image {
    top: 4.5%;
    left: 69%;
    left: 63%;
    width: 380px;
}

/* About */

.fund_about_image {
    padding-top: 2em;
    width: 40%;
}

/* Project */

.fund_project_pane {
    float: left;
    position: relative;
    width: 47%;
    padding: 2em 2.2em 2.2em 2.2em;
    background: #fcf4f4;
    border-radius: 33px;
}
.fund_project_pane:nth-of-type(even) {
    float: right;
}
.fund_project_pane_image {
    margin-bottom: 1.8em;
    border-radius: 13px;
    overflow: hidden;
}
.fund_project_pane h4 {
    position: absolute;
    top: 1em;
    right: 1.07em;
    padding: 0.8em 1.1em 0.81em 1.1em;
    color: #fff;
    background: #fb4491;
    border-radius: 50vh;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}
.fund_project_pane_text {
    color: #fb4491;
    font-size: 0.93em;
    letter-spacing: 0.03em;
    line-height: 1.7em;
}

/* Introduction */

.fund_introduction_pane {
    float: left;
    position: relative;
    width: 47%;
    padding: 2em 2.2em 2.2em 2.2em;
    background: #fcf4f4;
    border-radius: 33px;
}
.fund_introduction_pane:nth-of-type(even) {
    float: right;
}
.fund_introduction_pane:nth-last-of-type(n + 2) {
    margin-bottom: 3.5em;
}
.fund_introduction_pane:nth-of-type(2n + 1) {
    clear: both;
}
.fund_introduction_pane_image {
    margin-bottom: 1.8em;
    border-radius: 13px;
    overflow: hidden;
}
.fund_introduction_pane h4 {
    position: absolute;
    top: 1em;
    right: 1.07em;
    padding: 0.8em 1.1em 0.81em 1.1em;
    color: #fff;
    background: #fb4491;
    border-radius: 50vh;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}
.fund_introduction_pane_text {
    color: #fb4491;
    font-size: 0.93em;
    letter-spacing: 0.03em;
    line-height: 1.7em;
}
.fund_introduction_pane_link {
    margin-top: 1.3em;
}
.fund_introduction_pane_link a {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 1.5em;
    color: #fb4491 !important;
    word-break: break-all;
    text-decoration: underline;
}
.fund_introduction_pane_link a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: #fb4491;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
    mask-image: url('../images/common/icon_link.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url('../images/common/icon_link.png');
}

/* Action */

#fund_action_panes .article_pane {
    float: left;
    margin: auto;
    clear: none;
    width: 31%;
}
#fund_action_panes .article_pane:nth-of-type(3n - 1) {
	margin: 0 2%;
	margin: 0 3.5%;
}
#fund_action_panes .article_pane:nth-of-type(3n + 1) {
	clear: both;
}
#fund_action_panes .article_pane:nth-last-of-type(n + 4) {
	margin-bottom: 2em;
}


/* Summary */

#fund_report_summary {
    float: left;
    width: 38%;
    color: #fb4491;
}
#fund_report_summary .summary {
    margin-bottom: 2em;
}
.fund_report_total_amount {
	padding: 2em;
    text-align: right;
	text-align: center;
    border: 1px solid #fb4491;
	border-radius: 10px;
}
.fund_report_total_amount h5 {
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.2em;
}
.fund_report_total_amount h4 {
    font-size: 2.7em;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.fund_report_total_amount h4 .label {
    margin-left: 0.2em;
    font-size: 0.65em;
}
.fund_report_total_amount p.note {
    margin-top: 1em;
    color: #fb4491 !important;
    font-size: 0.7em !important;
}
#fund_report_panes {
    float: right;
    width: 50%;
}
#fund_report_panes .article_pane {
    float: none;
    width: 100%;
}
#fund_report_panes .article_pane:not(:last-of-type) {
    margin-bottom: 1em;
}

#fund_report_event_panes .article_pane {
	width: 32%;
	width: 31%;
}
#fund_report_event_panes .article_pane {
	float: left;
	margin: auto;
	clear: none;
}
#fund_report_event_panes .article_pane:nth-last-of-type(n + 4) {
	margin-bottom: 1.4em;
	margin-bottom: 2em;
}
#fund_report_event_panes .article_pane:nth-of-type(3n - 1) {
	margin: 0 2%;
	margin: 0 3.5%;
}
#fund_report_event_panes .article_pane:nth-of-type(3n + 1) {
	clear: both;
}
#fund_report_event_panes .article_pane_content h4 {
    font-size: 1.05em;
	letter-spacing: 0.05em;
}
#fund_report_event_panes .article_pane_content p {
	font-size: 0.86em;
}