@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="fund">*/
.fund-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.fund-title {
    margin-top: 48px;
    font-size: 24px;
    font-weight: 600;
}

.fund-txt {
    margin-top: 8px;
}

.fund-wrap a {
    border-bottom: solid 1px #ddd;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  

/*<header class="header">*/
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="fund">*/
    .fund-title {
        margin-top: 32px;
        font-size: 20px;
    }
/*終わり*/  

}
