@charset "utf-8";
/* CSS Document */

h2 {
	line-height: 120%;
	padding: 0.5em 0 !important;
	border-bottom: 2px #0071be solid;
}
h3 {
	padding: 1em 0 0 !important;
}

.contents-box {
	display: block;
}
.contents-box img {
    width: 100%;
    height: auto;
}
.purpose {
  font-size: 48px;
  margin: 0 0 0.5em;
  padding: 0;
  color: #ed1556;
  line-height: 1.5em !important;
  font-weight: bold;
	text-align: center;
}
.purpose2 {
	font-size: 18px;
	text-align: center;
}

.directors-box {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 150%;
}
.directors-img {
	width: 25%;
}
.directors-info {
	width: 75%;
	margin-left: 20px;	
}
dl {
	width: 100%;
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 10px;
	background: #f5f5f5;

}

dd {
	margin: 0;
	padding: 10px;

}
.directors-name {
	
}
.directors-career {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	
}
.directors-career th {
	text-align: left;
	font-weight: normal;
	padding: 0px 0;
	vertical-align: top;
	width: 17%;
}
.directors-career td {
	text-align: left;
	font-weight: normal;
	padding: 0;
	vertical-align: top;
}

@media screen and (max-width: 480px) {
	.contents h1 {
		font-size: 32px;
	}
	.directors-box {
		display: block;
	}
	.directors-img {
		width: 60%;
		margin: 0 auto 10px;
	}
	.directors-info {
		width: 100%;
		margin-left: 0px;	
	}
}


/* Googleカレンダーのレスポンシブ対応 */
.googleCalendar {
    text-align: center;
}
.googleCalendar iframe {
    width: 100%;
    max-width: 1000px;
    height: 1000px;
}

/* パソコン・タブレット用（768px以上） */
@media (min-width: 768px) {
    .googleCalendar iframe {
        height: 600px;
    }
}


.video-container {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
	
	max-width: 100%;
	margin: 0 auto;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
