@charset "UTF-8";
/* CSS Document */
/*------------header------------*/
header .top-title::before{
	content: "赤い羽根共同募金のこと";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 40%;
	margin: auto;
}
/*------------header------------*/
/*------------about------------*/
#about p span {
    color: #ff5078;
    text-decoration: underline;
}
#about #pdf-list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}
.fa-star {
    color: #ff5078;
}
#about table {
    width: 100%;
    color: #4d4d4d;
}
#about table span {
    font-size: 14px;
    font-size: 1.4rem;
}
#about table tr + tr {
    border-top: 1px solid #000000;
}
#about table tr th,
#about table tr td{
    padding: 0.5rem;
}
#about dl dt {
    color: #ff5078;
}

/*------------qanda------------*/
#qanda .row {
    margin-left: 0px;
    margin-right: 0px;
}
#qanda dl dt {
    background-color: #ff5078;
    border-radius: 0.3rem;
    color: #fff;
    padding: 0.3rem;
    text-align: justify;
    margin-bottom: 1rem;
}
#qanda dl dt span {
    color: #ff5078;
    background-color: #fff;
    border-radius: 0.3rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 1em;
}
#qanda dl dd {
    border: 2px solid #29abe2;
    border-radius: 0.3rem;
    padding: 1rem;
    text-align: justify;
    margin-bottom: 3rem;
}
#qanda dl,
#qanda dl dd:last-child {
    margin-bottom: 0;
}
#qanda dl dd span {
    color: #29abe2;
    font-weight: bold;
    margin-right: 1em;
}
#common-inner section:last-child {
    margin-bottom: 0;
}

/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
}
/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
}
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
/*------------header------------*/
header .top-title::before{
	content: "赤い羽根共同募金のこと";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 35%;
	margin: auto;
}
/*------------header------------*/
    #qanda dl dt {
        padding: 1rem;
    } 
    #qanda dl dt span {
        display: block;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}