@charset "UTF-8";
/* CSS Document */
/*------------header------------*/
header .top-title::before{
	content: "地域福祉活動のこと";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 40%;
	margin: auto;
}
/*------------header------------*/
/*------------共通------------*/
#common-inner section#education{margin-bottom: 0rem;}
#page-nav ul li:nth-child(5) a::after{
	content: "｜"!important;
	color: #fff!important;
}

.beige-back p span {
    color: #4d4d4d;
    font-weight: bold;;
}
ul.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;
	color: #000000;
}
.fa-star {
    color: #ff5078;
}
.green-underline{
	color: #328c00;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}
/*------------共通------------*/
/*------------caremeeting------------*/
.pink-list{padding: 1.5rem;}
.pink-list div.col-sm-6 img{
	width: 10%;
	padding-right: 5px;
	padding-bottom: 5px;
}
.pink-list h4{
	display: inline;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #603813;
	border-bottom: 2px solid #ff5078;
}
.pink-list div.col-sm-6{
	background: #ffebf5;
	border: 1px solid #ff5078;
	padding: 1rem 1rem 0.5rem 1rem;
}
.pink-list ol {
  counter-reset:number;
  list-style-type: none!important;
  padding:0;
}
.pink-list ol li {
	position: relative;
	line-height: 1em;
	padding: 1rem 0.5rem;
	padding-left: 3rem;
	color: #603813;
	font-weight: bold;
}
.pink-list ol li span{
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -1px;
}
.pink-list li:before {
	position: absolute;
  	counter-increment: number;
  	content: counter(number);
	display:inline-block;
	background: #ff5078;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#caremeeting figure{
	padding: 0;
	padding-left: 2rem;
}
#caremeeting figure img{width: 100%;}
/*------------caremeeting------------*/
/*------------kayoi------------*/
#kayoi .beige-back ul li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

/*------------kayoi------------*/
/*------------circle------------*/
#circle div.row{
	border: 1px solid #0071bc;
	background: #f5fbfe;
	border-radius: 1rem;
	padding: 1.5rem 0.5rem;
	margin: 0 0.1rem 2rem 0.1rem;
}
#circle h5{
	color: #0071bc;
	font-weight: bold;
	font-size: 2rem;
	font-size: 20px;
	padding-bottom: 0.5rem;
}

#education h4{
	color: #603813;
	font-weight: bold;
	font-size: 2rem;
	font-size: 20px;
}
#education figcaption span{color: #d80c18;}
#education ul li p{
	display: block;
	color: #603813;
	background: #ffebf5;
	border: 1px solid #ff5078;
	padding: 1rem 0.5rem;
	margin: 0.5rem 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5rem;
}
#education ul li:last-child p{
	color: #000;
	background: none;
	border: none;
	text-align: left;
	border-radius: 0rem;
}


/* ↓　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------------*/
/*------------caremeeting------------*/
.pink-list h4{
	font-size: 18px;
	font-size: 1.8rem;
}
.pink-list li:before {
	font-size: 13px;
	width: 23px;
	height: 23px;
}
#caremeeting figure{
	padding-left: 0rem;
	padding-top: 3rem;
}
/*------------caremeeting------------*/
	
}