@charset "UTF-8";
/* CSS Document */
/*------------header------------*/
header .top-title::before{
	content: "美咲町社協について";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 40%;
	margin: auto;
}
/*------------header------------*/
/*------------plan------------*/
#plan table th {
    font-weight: normal;
    vertical-align: top;
}
#plan table th::before,
/*#budget-settlement ul li::before,*/
#board-member ul li::before,
#budget-settlement ul li ul li::before,
#recruitment ul li::before,
#teikan ul 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;
    padding: 0 10px;
}

#budget-settlement ul li h4{
	font-size: 17px;
	font-size: 1.7rem;
	color: #4d4d4d;
	margin: 3rem 0 1rem 0;
}
#budget-settlement ul li p{
	display: inline-block;
	margin: 0;
}
#budget-settlement ul li:nth-child(2) h4,
#budget-settlement ul li:first-child h4{
	margin: 0rem 0 1rem 0;
}

/*------------member------------*/
#member dl dt,
#recruitment dl dt,
#donation dl dt{
    color: #ff5078;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
}
#member dl dd table {
    width: 100%;
    border: 2px solid #ff5078;
}
#member dl dd table th {
    background-color: #ff5078;
    color: #fff;
}
#member dl dd table th,
#member dl dd table td {
    padding: 0.5rem;
    border: 1px solid #c4c4c4;
}
#member dl dd tr:nth-child(3) td {
    background-color: #fdeff5;
}

/*------------donation------------*/
#donation table {
    width: 100%;
}
#donation table th {
    width: 25%;
}
#donation .beige-back {
    margin-bottom: 1rem;
}
#donation .beige-back p {
    border-top: 1px solid #c4c4c4;
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 0;
}

/*------------recruitment------------*/
#recruitment {
    margin-bottom: 0!important;
}

/* ↓　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%;
    }
}