@charset "utf-8";

/* header title */
header div.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #ffffff;
	text-align: center;
	min-width: 1100px;
	margin: 0 auto;
	padding: 65px 0 0;
	text-align: center;
}
header div.title h1 {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
}
header div.title h1 img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

/* main */
main {
	font-size: 16px;
	padding: 0;
}

/* for fixed nav */
#greeting::before,
#outline::before,
#topics::before,
#live::before,
#faq::before {
	content: "";
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
}

/* message */
#message {
	width: 100%;
	background: url(../images/common/outline_cloud.png) no-repeat center top,
				url(../images/common/outline_city.png) no-repeat center bottom,
				url(../images/common/outline_bg.png) no-repeat center/cover;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
	line-height: 1.5;
}
#message h2 {
	font-family: "ads-flaming", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	color: #0046ba;
	font-display: block;
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#message h3 {
	font-size: 28px;
	margin: 80px 0 20px;
	font-weight: bold;
	color: var(--green);
	position: relative;
	z-index: 2;
}

#message h3:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 50%;
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 5px, #b4eaff 5px, #b4eaff 10px);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
#message p {
	line-height: 2em;
	font-size: 18px;
	color: #595858;
}
#message .movie {
	margin: 40px auto;
}
#message .movie iframe {
	width: 100%;
}

/* greeting */
#greeting {
	padding: 65px 0;
	min-width: 1100px;
}
#greeting p {
	line-height: 2em;
}

/* outline */
#outline {
	min-width: 1100px;
	background-color: var(--outline-bg);
	padding: 65px 0;
	color: var(--outline-color);
}
#outline .wrap {
	background-color: var(--outline-wrap);
	padding: 65px 0;
}
#outline h2 {
	color: var(--outline-title);
}
#outline h2:before {
	background: var(--outline-title);
}
#outline table {
	margin: 0 auto;
	width: 85%;
}
#outline table tr th {
	width: 130px;
	font-weight: bold;
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0 12px 10px;
	color: var(--outline-table-color);
	vertical-align: middle;
}
#outline table tr:first-child th {
	border-top: none;
}
#outline table tr td {
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0;
}
#outline table tr:first-child td {
	border-top: none;
}

/* topics */
#topics .wrap {
	padding: 65px 0;
}
ul.topics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.topics li {
	width: 320px;
	background-color: var(--topics-bg);
	list-style: none;
	margin: 20px 20px;
	box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1);
}
ul.topics li .thumbnail {
	max-height: 180px;
	overflow: hidden;
}
ul.topics li .thumbnail img {
	width: 100%;
}
ul.topics li .description {
	padding: 10px 10px;
	font-size: 16px;
	color: var(--topics-discription);
}

/* program */
#program {
	background: url(../images/common/program_bg01.png) no-repeat center top,
				url(../images/common/program_bg02.png) no-repeat center bottom;
	background-color: var(--program-bg);
	padding: 65px 0 200px;
	min-width: 1100px;
}
#program .wrap .title-container {
	padding: 65px 0 40px;
	margin-bottom: 20px;
}
#program .wrap .title-container h3 {
	margin-bottom: 0;
}
#program h2 {
	font-family: "ads-flaming", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	color: #0046ba;
	font-display: block;
	animation: fadeIn 2s ease 0s 1 normal;
}
/* cpd */
#cpd {
	background: url(../images/common/cpd_bg.png) no-repeat center bottom/cover;
	padding: 150px 0 200px;
	min-width: 1100px;
}
#cpd .wrap {
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 19px -11px #36619b;
	padding: 40px;
	box-shadow: border-box;
}
#cpd h2 {
	text-align: left;
	padding-left: 120px;
	position: relative;
	width: 650px;
	margin: 0 auto 40px;
	color: #0080c0;
	font-size: 28px;
}
#cpd h2:before {
	position: absolute;
	content: "";
	width: 114px;
	height: 83px;
	background: url(../images/common/cpd_icon.png)no-repeat center/cover;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#cpd h2 span {
	color: #333;
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
#cpd h2 span em {
	font-style: normal;
	color: #0080c0;
}
#cpd h3 {
	width: 100%;
	text-align: center;
	color: var(--white);
	background: #0080c0;
	font-size: 22px;
	padding: 8px 0;
}
#cpd ul {
	list-style: none;
}
#cpd ul li {
	color: #333;
	font-size: 16px;
	line-height: 2;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}
#cpd ul li:last-child {
	margin: 0;
}
#cpd ul li:before {
	position: absolute;
	content: "●";
	color: #0080c0;
	left: 0;
}

/* faq */
#faq .wrap {
	padding: 65px 0 0;
}
#faq .faq_list {
	padding: 0 0 65px 0;
	list-style: none;
}
#faq .faq_list .faq_item {
	padding: 32px 0;
	border-bottom: solid var(--faq-border) 1px;
}
#faq .faq_list .faq_item p {
	margin: 18px 0;
	font-size: 18px;
}
#faq .faq_list .question {
	display: flex;
	align-items: center;
	color: var(--faq-color);
	font-weight: bold;
	padding: 0 0 12px 0;
}
#faq .faq_list .question::before {
	content: "Q";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: var(--faq-question-icon-font);
	background-color: var(--faq-question-icon-bg);
}
#faq .faq_list .answer {
	display: flex;
	align-items: center;
}
#faq .faq_list .answer::before {
	content: "A";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: var(--faq-answer-icon-font);
	background-color: var(--faq-answer-icon-bg);
}

/* register */
div.register {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
}
div.register .box-button {
	width: 310px;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
}
