@charset "UTF-8";

.intro {
	padding: 70px 0 160px 0;
}

.intro_ttl {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}

.intro_text {
	margin-top: 30px;
}

.intro_problem {
	margin-top: 65px;
	padding: 45px 50px;
	background-color: #EDF6F8;
}

.intro_problem_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/img/orthodontics/case/img-balloon-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 244px;
	height: 52px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: -70px;
	display: -webkit-box;
	display: flex;
	margin-left: -30px;
}

.intro_problem_row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
}

.intro_problem_list {
	font-size: 17px;
}

.intro_problem_list > li {
	position: relative;
	padding: 5px 0 5px 20px;
}

.intro_problem_list > li:before {
	content: "\e908";
	font-family: icomoon;
	font-size: 10px;
	color: #82C1B7;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro_problem_img {
}

.intro_problem_text {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 2px dotted #82C1B7;
}

.intro_problem_parents {
	margin-top: 50px;
}

.intro_parents_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0;
	background-color: #E6930D;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding-left: 150px;
}

.intro_parents_ttl:before {
	content: "";
	background-image: url(/img/orthodontics/case/img-icon-char-bg01@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 123px;
	height: 81px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro_parents_cnt {
	padding: 35px 40px;
	border: 1px solid #E6930D;
	border-radius: 0 0 10px 10px;
}

.intro_parents_catch {
	font-size: 18px;
	font-weight: 500;
}

.intro_parents_text {
	margin-top: 10px;
}

.type {
	background-color: #FFFCF0;
	padding: 70px 0 140px 0;
	position: relative;
}

.type:before {
	content: "";
	background-image: url(/img/orthodontics/case/img-icon-char-bg02@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 211px;
	height: 127px;
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.type_wrap {
}

.type_ttl {
	font-size: 30px;
	font-weight: 500;
	color: #E6930D;
	line-height: 1;
	text-align: center;
}

.type_lead {
	margin-top: 10px;
	text-align: center;
}

.type_cont {
	margin-top: 40px;
}

.type_row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px 30px;
	margin-top: 20px;
	background-color: #FFF;
}

.type_row:first-child {
	margin-top: 0;
}

.type_img {
	text-align: center;
}

.type_cnt {
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
	padding-left: 30px;
}

.type_cnt_ttl {
	font-size: 18px;
	font-weight: 500;
}

.type_cnt_text {
	margin-top: 15px;
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:640px) {
	.intro {
		padding: 40px 0;
	}

	.intro_ttl {
		font-size: 20px;
	}

	.intro_text {
		margin-top: 10px;
	}

	.intro_problem {
		margin-top: 40px;
		padding: 45px 20px;
	}

	.intro_problem_ttl {
		font-size: 16px;
		width: 200px;
		height: 40px;
		margin: -70px auto auto;
	}

	.intro_problem_row {
		;
		display: block;
	}

	.intro_problem_list {
		font-size: 14px;
	}

	.intro_problem_list > li {
	}

	.intro_problem_list > li:before {
		top: 10px;
		-webkit-transform: none;
		transform: none;
	}

	.intro_problem_img {
		text-align: center;
	}

	.intro_problem_text {
	}

	.intro_problem_parents {
		margin-top: 30px;
	}

	.intro_parents_ttl {
	}

	.intro_parents_ttl:before {
	}

	.intro_parents_cnt {
		padding: 25px;
	}

	.intro_parents_catch {
	}

	.intro_parents_text {
	}

	.type {
		padding: 40px 0;
		margin-top: 60px;
	}

	.type_wrap {
		padding: 40px 0;
	}

	.type_ttl {
		font-size: 20px;
	}

	.type_lead {
	}

	.type_cont {
		margin-top: 20px;
	}

	.type_row {
		padding: 20px;
		display: block;
	}

	.type_row:first-child {
	}

	.type_img {
	}

	.type_cnt {
		padding-left: 0;
		margin-top: 10px;
	}

	.type_cnt_ttl {
		font-size: 16px;
	}

	.type_cnt_text {
		margin-top: 5px;
	}

}

@media print {
}
