@charset "UTF-8";

h1 {
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 1.7em;
	text-align: center;
	position: relative;
}
h1:after {
	content: "";
	display: block;
	border-bottom: solid 5px #FFC229;
	border-radius: 5px;
	bottom: -3px;
	position: absolute;
	width: 70px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
h1 > img {
	max-width: 300px;
	width: 55%;
}
h1 .decoration1 > span {
	display: block;
}
h2 {
	text-align: center;
	font-size: 1.6em;
	padding-top: 50px;
}
h2 > span {
    display: block;
    color: #FFBC00;
    font-size: 0.7em;
    line-height: 1;
}
.cta {
	background: #008755;
	color: #ffffff;
	display: inline-block;
	padding: 0.75em 1.5em;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
.cta a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
.cta a:hover {
	text-decoration: underline;
}
.info_hero {
	background: #FFDB34;
	padding: 2em 1em;
	text-align: center;
}
.info_hero h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 0px;
}
.info_hero h2 > img {
	width: 100%;
	max-width: 600px;
}
.info_hero p {
	font-size: 1em;
	margin-bottom: 1.5em;
	color: #333;
}
.info_program_features {
	background-color: #FFFBEF;
}
.info_program_features dl {
	max-width: 850px;
	margin: auto;
	padding-bottom: 30px;
}
.info_program_features > dl > dt {
	color: #FF5A00;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 10px;
}
.info_program_features > dl > dd {
	padding: 5px 20px 0;
}
.info_course_guide {
	background-color: #FFC229;
	padding: 30px 10px;
}
.info_course_guide > div {
	max-width: 1000px;
	padding-bottom: 30px;
	margin: auto;
	background-color: #FFFFFF;
}
.info_course_guide .highlight-box {
	background-color: #fff3c4;
	border: 2px solid #FFDB34;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}
.info_course_guide .notice-box {
	background-color: #FFFBEF;
	padding: 1em;
	margin-top: 1em;
	font-size: 0.95em;
	color: #333;
}
.info_course_guide .course-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5em;
}
.info_course_guide .course-card {
	border: 1px solid #ccc;
	padding: 1.5em;
	margin: 0 10px;
	background: #f9f9f9;
	border-radius: 8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.info_course_guide .course-card h4 {
	margin-top: 0;
	color: #ea5514;
}
.info_instructor_introduction {
	background-color: #FFFBEF;
	padding-bottom: 30px;
}
.info_instructor_introduction h3 {
	text-align: center;
}
.info_instructor_introduction img {
	width: 100%;
	max-width: 500px;
}
.info_instructor_introduction .decoration1 {
	text-align: center;
}
.info_instructor_introduction .decoration1 > strong > span {
	display: block;
}
.info_instructor_introduction .decoration2 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.info_instructor_introduction .decoration2 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.info_instructor_introduction .decoration3 {
	padding: 1em;
}
.info_instructor_introduction .decoration3 > p {
	padding-bottom: 7px;
}
.info_instructor_introduction .skill-section {
	display: grid;
	gap: 1em;
	margin-top: 1em;
}
.info_instructor_introduction .skill-category {
	background-color: #f9f9f9;
	border-left: 6px solid #FFDB34;
	padding: 1em;
	border-radius: 6px;
}
.info_instructor_introduction .skill-category h4 {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.3em;
}
.info_instructor_introduction .skill-category ul {
	padding-left: 1.2em;
	margin: 0;
}
.info_instructor_introduction .skill-category ul li {
	list-style: disc;
	line-height: 1.6;
}
.info_getting_started .flow-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 1em;
}
.info_getting_started {
	background-color: #FFC229;
	padding: 30px 10px;
}
.info_getting_started > div {
	max-width: 1000px;
	padding-bottom: 30px;
	margin: auto;
	background-color: #FFFFFF;
}
.info_getting_started .step {
	flex: 1 1 280px;
	background: #fdf8e3;
	border: 2px solid #FFDB34;
	border-radius: 8px;
	padding: 1.2em;
	margin: 0 10px;
	text-align: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.info_getting_started .step-num {
	font-weight: bold;
	color: #ea5514;
	font-size: 1.1em;
	display: block;
	margin-bottom: 0.5em;
}
.info_getting_started .step-title {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}
.info_getting_started .step-text {
	font-size: 0.95em;
	color: #444444;
}
.info_getting_started .decoration1 {
	text-align: center;
	padding-top: 2em;
}
.info_faq {
	background-color: #FFFBEF;
	padding-bottom: 30px;
}
.info_faq dt {
	font-weight: bold; margin-top: 1em;
}
.info_faq dd {
	margin-left: 1em;
}
.info_access_contact .decoration1 {
	text-align: center;
}
.info_access_contact .decoration3 {
	text-align: center;
}
.info_access_contact iframe {
	aspect-ratio: 16 / 9;
	max-width: 1000px;
	width: 100%;
	height: auto;
}
.info_access_contact .decoration2 {
	text-align: center;
	padding: 1em 0;
}


@media screen and (min-width:768px) {
	h1 > img {
		display: none;
	}
	.cta {
		box-sizing: border-box;
	}
	.cta a {
		display: block;
		padding: 0.75em;
	}
	section > div {
		max-width: 1280px;
		margin: auto;
	}

	.info_hero h2 {
		font-size: 1.4em;
	}
	.info_hero p {
		font-size: 1.3em;
	}
	.info_course_guide .highlight-box {
		margin: 1em;
	}
	.info_course_guide .course-grid {
		margin: 1em;
	}
	.info_course_guide .notice-box {
		margin: 2em;
	}
	.info_instructor_introduction .decoration2 {
		min-width: 330px;
	}
	.info_instructor_introduction .decoration2:after {
		bottom: -10px;
	}
	.info_instructor_introduction .decoration4 {
		display: flex;
		max-width: 800px;
	}
	.info_instructor_introduction .skill-section {
		grid-template-columns: repeat(2, 1fr);
		max-width: 800px;
	}
	.info_getting_started .step {
		flex: 0 1 300px;
	}
	.info_getting_started .flow-steps {
		justify-content: center;
	}
	.info_faq dl {
		max-width: 800px;
		margin: auto;
	}
}