@charset "UTF-8";
/* CSS Document */

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

html, body {
    font-size: 95%;
    line-height: 200%;
}
    
.sp-no {
	display: none;
}
.pc-no {
	display: inline;
}

    
/*サブページメイン画像*/
.main-img-area {
    height: 125px;
    margin: 65px auto 7px;
    border-radius: 0 0 30px 0;
}
    
.main-img-area h1.page-title {
    font-size: 140%;
    line-height: 130%;
    border-radius: 12px;
    padding: 1.2% 18px 1.5%;
}   
.main-img-area p.main-img-copy {
    font-size: 75%;
    top: -2%;
    right: 1.3%;
    z-index: 5;
}


/*パンクズリスト*/
.pankuzu {
    margin: 0 auto 50px;
}


/*共通table*/
.sub-page-wrap .table-design th, .sub-page-wrap .table-design td {
    padding: 7px 15px;
}
.sub-page-wrap .table-design th {
    min-width: 120px;
}
    
    
/*共通リスト形式*/
.sub-page-wrap ul.list li::after {
    top: 0.83em;
    width: 5px;
    height: 5px;
}


/*共通メインボタン*/
.linkbtn {
    margin: 0 auto;
    text-align: center;
}
.linkbtn a {
    padding: 10px 45px;
}
/* 通常の矢印(hoverで矢印移動) */
.linkbtn a:before {
    width: 6px;
    height: 6px;
    right: 20px;
    top: 1px;
}
.linkbtn a:hover:before {
    right: 10px;
}


main .sub-page-wrap p {
    margin: 20px auto;
}

    
/*内部リンク*/
.sub-page-link {
    margin: 0 auto 70px;
    justify-content: space-between;
}
.sub-page-link li a {
    position: relative;
    height: 60px;
    padding: 0 40px 0 12px;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 95%;
    line-height: 130%;
}
.sub-page-link li a:after {
    position: absolute;
    border-right: 2px solid #F08437;
    border-top: 2px solid #F08437;
    bottom: 0;
    content: "";
    width: 4px;
    height: 4px;
    margin: auto;
    right: 17px;
    top: -2px;
    transform: rotate(135deg);
    transition: right .5s; 
}
.sub-page-link li a:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #F0F1F4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

    
/*共通見出し*/
.sub-page-wrap h2 {
    font-size: 170%;
    line-height: 140%;
    margin-bottom: 40px;
    padding: 10px 17px 12px;
    border-radius: 0 0 20px 0;
}

.sub-page-wrap h3 {
    font-size: 160%;
    line-height: 140%;
    margin-bottom: 35px;
    padding: 0 0 10px 0;
    border-bottom: 6px solid #FFC7A3;
}

.sub-page-wrap h4 {
    font-size: 150%;
    line-height: 140%;
    margin-bottom: 30px;
    padding: 12px 0 0 27px;
    position: relative;
}
.sub-page-wrap h4:before {
    width: 15px;
    height: 37px;
    border-radius: 0 0 8px 0;
    top: 0.45em;
}

.sub-page-wrap h5 {
    font-size: 150%;
    line-height: 140%;
    margin-bottom: 30px;
    padding: 0 1.5% 10px;
    border-bottom: 2px solid #FFC7A3;
}

.sub-page-wrap h6 {
    font-size: 150%;
    line-height: 140%;
    margin-bottom: 25px;
    padding: 0 0 0 35px;
}
.sub-page-wrap h6:before {
    width: 22px;
    height: 22px;
    top: 0.25em;
}


/*NEWS*/
.news-list-area {
    margin: 0 auto 55px;
}

.news-list .item {
    line-height: 180%;
    flex-wrap: wrap;
}
.news-list .item .date {
    padding: 10px 0 3px 2.5%;
}
.news-list .item a {
    width: 100%;
    padding: 0 2.5% 12px 2.5%;
}

.sub-page-wrap h2.title.news-detail {
    margin-bottom: 10px;
}
.news-detail-date{
    margin: 0 0 25px 0 !important;
    padding: 0 25px;
}
.news-detail-area {
    width: 90%;
    margin: 0 auto 55px;
}
    

/*ページ：募集中の基金*/
.bosyukikin-list-area {
    margin: 0 auto 40px;
}
ul.bosyukikin-list-box li {
    width: 92%;
    max-width: 550px;
    margin: 0 auto 20px;
}
ul.bosyukikin-list-box li:nth-child(3n) {
    margin-right: auto;
}

    
/*ページ：募集中の基金-詳細*/
.bosyukikin-content-area {
    flex-wrap: wrap;
}

.bosyukikin-content-l-box {
    width: 100%;
    margin: 0 0 30px 0;
}

.bosyukikin-content-r-box {
    width: 100%;
    position: static;
}
    
.bosyukikin-content-shien-area {
    padding: 25px;
}
    
.bosyukikin-content-shien-area .shiensogaku p.bosyukikin-shien-title {
    margin-top: 0;
}
    
.linkbtn.bosyukikin-content {
    max-width: 300px;
}
.linkbtn.bosyukikin-content a {
    padding: 10px;
}
    
.bosyukikin-content-linkbtn-area {
    width: 100%;
    margin-top: 40px;
}


/*ページネーション*/
.page-list-item a, .current {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.current {
    color: #fff;
}
.page-list-item span.page-numbers.dots {
    margin-top: 3px;
}


/*ページトップへ戻るボタン*/
.pagetop {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 20px;
    right: 12px;
}
.pagetop:before {
    top: 50%;
    left: 40%;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
}

    
/*footer*/
footer {
    margin: 70px auto 0;
}
    
.ftr-area {
    padding: 40px 0;
    border-radius: 0 0 50px 0;
}

.ftr-area-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
    
.ftr-content-l {
    margin-right: 0;
}
    
.ftr-logo {
    margin-bottom: 20px;
}
    
.ftr-content-r {
    width: 100%;
}

.ftr-content-linkarea {
    display: none;
}
    
.ftr-content-linksns {
    width: 90px;
    margin: 25px auto 0;
}
.ftr-content-linksns img {
    width: 35px;
}



/*WPカスタマイズcss*/
table.tbl-charityshop-list {
}
table.tbl-charityshop-list th,
table.tbl-charityshop-list td {
    width: 100% !important;
    display: block;
}
    

}