/* ------------------------------
共通ブロック
------------------------------ */
.main-img img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}

/* ------------------------------
テーブル
------------------------------ */
table {
	margin: 20px auto 0;
	width: 100%;
}
.tbl-r02 th {
	background: #f93;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	vertical-align: middle;
}
.tbl-r02 td {
	border: solid 1px #ccc;
	padding: 15px 10px;
}
.last-border{
	display: none;
}
@media screen and (max-width: 600px) {
.last-border {
	border-top: solid 1px #ccc;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
}
.tbl-r02 {
	width: 100%;
}
.tbl-r02 th,
.tbl-r02 td {
	border-bottom: none;
	display: block;
	width: auto;
	text-align: left;
}
}
/* ------------------------------
団体概要
------------------------------ */
.profile-desc{
	padding: 10px 20px;
	position: relative;
	margin: 0px;
	height: auto;
	background-color: #fff;
}
.catch-copy{
	padding: 10px 20px;
	position: relative;
	height: auto;
	background-color: #fff;
	display: block;
	margin: 0 0 30px 0;
}
.copy-title{
	font-size: 1.4em;
	line-height: 3em;
	background-color: #fff;
	text-align: center;
	margin: -60px 0 10px 0;
	width: auto;
    border: 2px #eee solid;
    border-bottom: none;
}
.copy-text{
	line-height: 1.6em;
	background-color: #fff;
	text-align: center;
	font-size: 1.2em;
}
.main-text{
	line-height: 1.6em;
	padding: 20px;
}
@media screen and (min-width : 600px){
.copy-title{
	font-size: 1.6em;
	line-height: 3em;
	background-color: #fff;
	text-align: center;
	margin: -60px 0 10px 0;
	width: auto;
}
}