/* manga */
.manga {
	max-width: 630px;
	margin: 0 auto 30px;
}
.manga li {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
}
.manga li:nth-child(n+3) {
	margin-top: 4px;
}
@media screen and (max-width: 768px) {
	.manga li {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	.manga li:nth-child(n+3) {
		margin-top: 5px;
	}
}

/* talk */
.talk {
	padding: 0 0 0 100px;
	margin: 50px 0 80px;
}
.talk li {
	padding: 12px 20px;
	height: 75px;
	border-radius: 10px;
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.talk li:nth-child(odd) {
	background-color: #ecf7f3;
}
.talk li:nth-child(even) {
	background-color: #fff0ec;
}
.talk li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -100px;
}
.talk li:nth-child(odd):before {
	content: url(/wakaru/common/img/ico_child.png);
}
.talk li:nth-child(even):before {
	content: url(/wakaru/common/img/ico_parent.png);
}
.talk li:after {
	position: absolute;
	top: 40px;
	left: -22px;
}
.talk li:nth-child(odd):after {
	content: url(/wakaru/common/img/ico_hkds.png);
}
.talk li:nth-child(even):after {
	content: url(/wakaru/common/img/ico_hkds_pink.png);
}
.talk li > span {
	display: table-cell;
	vertical-align: middle;
}

/* point */
.point {
	border: 3px solid #f3f5ed;
}
.point h2 {
	text-align: center;
	padding: 10px 0;
	background: #f3f5ed;
}
.point h2 span {
	color: #2aa477;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
	padding-left: 30px;
}
.point h2 span:before {
	position: absolute;
	content: url(/wakaru/common/img/ico_light.png);
	left: 0;
}
.point .inner {
	padding: 18px 25px;
}
#P01 .point .hasImg {
	padding-right: 310px;
	min-height: 215px;
	background: url(/wakaru/seminar/koredake/img/2018/p01_img_05.png) no-repeat right top;
}
.point .caution > span:nth-child(1) {
	float: left;
}
.point .caution > span:nth-child(2) {
	overflow: hidden;
	display: block;
}
@media screen and (max-width:768px) {
	#P01 .point .hasImg {
		padding-right: 0;
		padding-top: 195px;
		background: url(/wakaru/seminar/koredake/img/2018/p01_img_05.png) no-repeat center top;
		margin-bottom: 15px;
	}
	.point .inner {
		padding: 12px 8px;
	}
}

/* tableArea */
#P01 .tableArea {
	margin-bottom: 15px;
	background: url(/wakaru/seminar/koredake/img/2018/p01_bg_01_sp.png) no-repeat center center;
	background-size: contain;
}
.tableArea table {
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-radius: 2px;
	border-collapse: separate;
	margin: 0 auto 35px;
	width: 100%;
}
.tableArea li:last-child table {
	margin-bottom: 0;
}
.tableArea th {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 5px 0;
}
.tableArea td {
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
.tableArea td:nth-child(1) {
	background: #fde3b5;
}
.tableArea td:nth-child(2) {
	background: #e0edbc;
}
.tableArea span {
	font-size: 2.0rem;
	color: #fb4240;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	#P01 .tableArea {
		background: url(/wakaru/seminar/koredake/img/2018/p01_bg_01.png) no-repeat center center;
		background-size: contain;
	}
	.tableArea th {
		font-weight: normal;
	}
	.tableArea td {
		display: block;
	}
	.tableArea li {
		display: inline-block;
		margin-right: 5.78%;
		vertical-align: top;
	}
	.tableArea li:last-child {
		margin-right: 0;
	}
	.tableArea li:nth-child(1) {
		width: 35.36%;
	}
	.tableArea li:nth-child(2),
	.tableArea li:nth-child(3) {
		width: 26.54%;
	}
	.tableArea table {
		width: 100%;
	}
}
@media screen and (max-width: 486px) {
	#P01 .tableArea {
		background: url(/wakaru/seminar/koredake/img/2018/p01_bg_01_sp.png) no-repeat center top 8px;
		background-size: contain;
	}
}
@media screen and (max-width: 346px) {
	#P01 .tableArea {
		background: url(/wakaru/seminar/koredake/img/2018/p01_bg_01_sp.png) no-repeat center top;
		background-size: cover;
	}
}