@charset "UTF-8";
/* CSS Document */
/*------------header------------*/
header .top-title::before{
	content: "社協だより";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 40%;
	margin: auto;
}
/*------------header------------*/
/*------------syakyodayori------------*/


.cover {
	width: 200px;
	border: solid 1.5px #dedede;
	position: relative;
	margin: 2rem 2rem 0;
}

.cover:hover {
	opacity: 0.7;
}


.new {
	width: 100px;
	position: absolute;
	left: 250px;
}


/*------------backnumber------------*/
#backnumber h4 {
	color: #FF5078;
	font-size: 20px;
	font-size: 2rem;
	border-bottom: solid 1px #dedede; 
	padding-bottom: 1rem;
}

#backnumber h4 span {
	color: #FADCE9;
	margin-right: 5px;
}

#backnumber ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #dedede;
	padding-bottom: 1rem;
}

#backnumber li {
	width: 130px;
	margin: 5px 0;
}

#backnumber 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;

}
#backnumber p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 1rem 0 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) {
    #plan table th,
    #plan table td {
        width: 100%;
        display: block;
    }
    #plan table td {
        padding-left: 2em;
    }
    #member img {
        display: none;
    }
    #member dl dt {
        text-align: justify!important;
    }
    #member dl dd table th,
    #member dl dd table td {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #member dl dd table td {
        line-height: 2rem;
    }
    #member dl dd table th:first-child {
        width: 30%;
    }
    #donation table th,
    #donation table td {
        width: 100%;
        display: block;
    }
}
/* ↓　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------------*/
    #syakai img {
        width: 60%;
    }
    #member dl dd table th:first-child {
        width: 35%;
    }
}