/**************
 * 全般
 **************/

body {
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	color: #484d51;
	padding: 0;
	font-size: 16px;
}
h1 {
	color: #00518b;
}
section h1 {
	margin-top: 2em;
}
section h1 img{
	width: 160px;
	border-bottom: 2px #2b4a51 solid;
	padding: 0 0 10px;
}
a:link, a:visited{color:#00518b; }
a:hover{color:#00518b;
text-decoration: none;}
/**************
 * ヘッダー
 **************/

header {
	border-top: 8px solid #25b2ca;
	padding: 30px 20px 0;
}
h1.logo {
	width: 100%;
	max-width: 360px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	background-image: url("assets/fdc_logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
h2.sub {
	width: 100%;
	max-width: 450px;
	height: auto;
	padding: 20px 0;
	margin: 40px auto;
	background-image: url("assets/sub_copy.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media (max-width: 736px) {
h2.sub {
	padding: 20px 0;
	margin: 20px auto 10px;
}
}
/******************
 * Activity
 ******************/
.description{
	max-width: 780px;
	margin: 0 auto;
	padding: 0 1.5em;
	text-align: left;
	line-height: 2em;
}
.activity-container {
	display: flex;
	justify-content: center;
}

@media (max-width: 736px) {
.activity-container {
	flex-direction: column;
	align-items: center;
}
}
.activity-cell {
	flex: 1;
	max-width: 240px;
	margin: 30px;
}
.activity-cell img{
	width: 80%;
}
.activity-cell h2{
	text-align: center;
	color: #00518b;
	font-size: 24px;
	padding: 0;
	margin: 10px auto;
}

.activity-cell p{
	text-align: left;
	padding: 0;
	margin: 0;
}

@media (max-width: 736px) {
.activity-cell {
	width: 80%;
	max-width: 100%;
	margin: 0 auto 40px;
}
}
.activity-title {
	color: #aaa;
}
/******************
 * スケジュール
 ******************/

.schedule {
	margin: 0 auto;
	width: 90%;
	max-width: 780px;
}
.schedule-row {
	overflow: hidden;
	border-bottom:  #8FA1AC dotted 1px;
	padding: 10px 0;
}
.schedule-date {
	float: left;
	text-align: left;
	width: 25%;
	color: #267f9c;

}
.schedule-content {
	float: right;
	text-align: left;
	width: 75%;
}

@media (max-width: 736px) {
.schedule-date {
	float: none;
	text-align: left;
	width: 100%;
	font-size: 14px;
}
.schedule-content {
	float: none;
	text-align: left;
	width: 100%;
}
.schedule-content span {
	display: block;
}
}


/******************
 * 参加する仲間たち
 ******************/

.organization-list {
	display: flex;
	justify-content: center;
}

@media (max-width: 736px) {
.organization-list {
	flex-direction: column;
	align-items: center;
}
}
.organization {
	border: 1px solid #e2e2e2;
	width: 230px;
	height: 230px;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/******************
 * お問い合せ
 ******************/
.pc{
	width: 100%;
	height: 100%;
}
.sp{
	display: none;
}

@media (max-width: 736px) {
.pc{
	display: none;

}
.sp{
	display: inline-block;
	width: 100%;
}
}



footer {
	margin: 30px auto;
	font-size: small;
	color: slategrey;
}

