@charset "UTF-8";

.br-sp {
    display: none;
}
 
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.br-pc {
    display: block;
}
 
@media (max-width: 600px) {
    .br-pc {
        display: none;
    }
}

/* #page_cover {
	width: 100%;
	min-width: 1000px;
	height: 350px;
	background: url(img/page_cover.jpg) center bottom / cover no-repeat;
	background-size: cover;
}
@media screen and (max-width: 580px) {
	#page_cover {
	min-width: 100%;
	height: 200px;
	}
}

h2 {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.05em;
	color: #005024;
	margin: 30px 0 60px;
}
@media screen and (max-width: 580px) {
	h2 {
	font-size: 28px;
	letter-spacing: 0;
	}
} */


h2 {
	margin: 30px 0 60px;
}

h2 img {
	width: 100%;
}

h2 {
	margin: 30px 0 60px;
}

h3 {
	color: #991F1C;
}

/*説明*/

#caption {
	width: 80%;
	margin: 0 10%;
}
@media screen and (max-width: 580px) {
	#caption {
	width: 100%;
	margin: 0;
	}
}

#caption h3 {
	font-size: 18px;
	margin: 0 0 40px;
}

/*開催要項*/

#application {
	margin: 60px 0 150px;
	text-align: center;
}

#application h3  {
	font-size: 26px;
	color: #003333;
	letter-spacing: 0.05em;
	border-bottom: 3px solid #003333;
	padding: 0 0 7px;
	margin: 0 0 60px;
	display: inline-block;
}

#application #table {
	text-align: left;
}

 .profile h6 {
	margin: 15px 0 5px;	
}

 .profile p {
	margin: 0 0 15px;	
}

.kome {
	font-size: 14px;
}

/*テーブル*/

#application #table {
	width: 80%;
	margin: 0 10%;
}

#application #table ul {
	padding: 0 25px;
}

#application #table li {
	list-style: decimal;
}

#application #table h4 {
	color: #005024;
}

#application #table h5 {
	margin: 0 0 3px;
}

#application #table h5:nth-child(3) {
	margin: 10px 0 3px;
}

#application #table p.indent {
	margin-left:1em;
	text-indent:-1em;
}

#application #table p.last {
	padding: 15px 0 0 5px;
	margin-left:1em;
	text-indent:-1em;
}
@media screen and (max-width: 580px) {
	#application #table {
	width: 100%;
	margin: 0;
	}
	#application #table p.last {
	padding: 15px 0 0;
	}
}

.table tr {
	border-bottom: 1px solid #ccc;  
}
.table tr:first-child {
	border-top: 1px solid #ccc;  
}
.table tr.noborder {
	border-top: 0;
}
.table tr.borderend {
	border-bottom: 0;
}

.table th,
.table td {
	padding: 15px 0;
}

.table th {
	text-align: left;
	width: 180px;
	padding: 15px 0 15px 5px;
}

.table td.type {
	width: 475px;
}

.table td.subtitle {
	width: 125px;
}

@media screen and (max-width: 580px) {
	.table tr,
	.table th,
	.table td {
	display: block;
	width: auto;
	}
	
	.table th {
	padding: 15px 0 3px;
	}
	
	.table td.mbt0 {
	padding: 0 0 10px;
	}
	
	.table td.mbb0 {
	padding: 10px 0 0;
	}
	
	.table td.mb00 {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
	.table td.type,
	.table td.subtitle {
	width: 100%;
	}
}


/* 過去の市民ふれあいセミナー */
.event-archive{
	border-top: #991f1b solid 3px;
	padding:30px 50px;
	margin:0 auto 50px;
	width:80%;
}
.event-archive h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	color: #991f1b;
}
.event-archive .event-list{
	display:flex;
	justify-content: center;
}
.event-archive ul{
	list-style: none;
}
.event-archive ul li{
	display:flex;
	margin:0;
	padding:12px 0;
	border-bottom:1px solid #ccc ;
}

.event-archive .event-date{
	margin-right: 20px;
	font-weight: bold;
}


@media screen and (max-width: 580px) {
	.event-archive{
		padding:30px 10px;
		width:95%;
	}
	.event-archive ul li{
		display:block;
	}
	.event-archive .event-date{
	margin-bottom: 5px;
	}
}