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

/***グローバルメニュー*************/
/*「80周年特設サイトはコチラ」*/
#global-nav{
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 420px){
	.home #header-nav {
		padding-bottom: 10px;
    }
	.home #header-nav .container {
		padding: 10px 20px;
    }
}

/***募金の種類・概要*************/
/*「武庫川学院研究推進基金」*/
.type-study-list-h01 {
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0;
    padding: 20px 0;
	background: linear-gradient(to right, rgba(148, 171, 247, 0.3) 0%, #fff 50%, rgba(148, 171, 247, 0.3) 100%);
    border-radius: 5px;
}
.article-contents-under{
	padding: 0.2rem;
    border-bottom: 10px solid #cfdaff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
}
p.article-contents-under-p{
	margin: 0.5em 0 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #efefef;
}

/***Topへ追従ボタン*************/
#page-top {
    position: fixed;
    right: 60px;
    bottom: 80px;
    z-index: 2;
}
#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
#page-top a::before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background-image: url(img/icon_arrow_chevron_right_maru_blue.svg);
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width: 700px) {
#page-top {
    right: 20px;
    bottom: 20px;
    z-index: 10001;
}
}
/*フッター下に余白*/
#global-footer {
	padding: 10px 0 20px;
}

/***あいさつ署名欄修正*************/
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}