@charset "UTF-8";
/* CSS Document */

body {
	color: #2C2C2C;
}

#ttl_image img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.wrap_feature {
	font-size: 16px;
	line-height: 1.6em;
}

.wrap_feature p {
	margin-bottom: 30px;
}

.About_seminar dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.About_seminar dd img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.Headline_seminar {
	font-size: 22px;
	font-weight: bold;
	background: #46d0ca;
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
	line-height: 1.4em;
}

.Instructor_profile h3 {
	color: #46d0ca;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.Instructor_profile dl {
	margin-bottom: 40px;
}

.Instructor_profile dl dt,
.instructor_explanation dt,
.thoughts dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.thoughts dd p img {
	max-width: 350px;
	height: auto;
}

.instructor_explanation dd {
	margin-bottom: 40px;
}

p img,
figure img,
video,
dl dt img {
	max-width: 100%;
	height: auto;
}

figure {
	padding-bottom: 30px;
	margin: 0;
}


.deco_bold {
	font-weight: bold;
}

.deco_pink {
	color: #f78da7;
}

.deco_red {
	color: #cf2e2e;
}

.deco_orange {
	color: #ff6900;
}

.deco_green {
	color: #00d084;
}

.deco_blue {
	color: #0693e3;
}

.deco_line_y {
	background: linear-gradient(transparent 50%, #ffffbc 50%);
}

.deco_bg_blue {
	background-color: #eaf6fe;
	/* ベースの淡い青 */
	background-image: linear-gradient(to right, rgba(0, 144, 255, .1) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(0, 144, 255, .1) 1px, transparent 1px);
	background-size: 12px 12px;
	/* 格子のサイズ（調整できる） */
	padding: 20px;
}

.image_r30search {
	text-align: center;
}

.image_r30search a img {
	width: 446px;
	height: 55px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));

}