body {
	color: #432d13;
	background-color: #fffef5;
	font-family: sans-serif;
	font-size: medium;
	-webkit-text-size-adjust: 100%;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

.sp{
	display: none;
}


/* common ----------------------------- */
header {
	padding: 30px 0;
	color: #fff;
	background-color: #f90;
}

h1 {
	margin: 0 0 20px;
}

h2 {
	position: relative;
	color: #432d13;
	font-size: x-large;
	font-weight: bold;
	padding : 10px 12px;
	margin: 70px 20px 15px 20px;
	border-left: 12px solid #81c046;
	border-bottom: 1px solid #81c046;
}

p {
	font-size: medium;
	margin: 0 40px 10px;
}

address {
	font-style: normal;
	line-height: 1.4;
}

footer {
	margin: 30px auto 0;
	padding: 30px 0;
	color: #fff;
	background-color: #f90;
	text-align: center;
}
footer a {
	color: #fff;
}
footer strong {
	display: block;
	font-weight: bold;
	font-size: larger;
}
footer address {
	margin: 15px 0;
	font-size: smaller;
}
footer div {
	margin: 0 20px;
	padding: 20px;
	background: #81c046;
	color: #fff;
}
footer div em {
	display: inline-block;
	margin: 0 5px 0 0;
	font-style: normal;
	font-weight: bold;
}

/* #checklist ----------------------------- */
#checklist {
	width: 100%;
}

#checklist th {
	text-align: left;
	vertical-align: top;
}

#checklist td {
	text-align: left;
	vertical-align: bottom;
}

#list {
	position: relative;
	color: #432d13;
	background-color: #fff;
	width: 680px;
	padding: 20px 0 20px 30px;
	margin: 10px 0 10px 40px;
	border-radius: 10px;
}

#list:before {
	content: "";
	position: absolute;
	top : 75%;
	left : 100%;
	margin-top : -20px;
	border: 20px solid transparent;
	border-left: 20px solid #fff;
}

#list p {
	font-size : medium;
	margin : 5px 0;
		padding : 0 0 10px 0;
}

#list ul {
	font-size: medium;
	line-height: 250%;
	list-style-image: url("img/checkbox.png");
	list-style-type: square;
	margin: 0;
	padding: 0 20px 0 35px;
	border-left: solid 15px #81c046;
}

#list li {
	line-height: 150%;
	padding: 5px 0;
}

/* penkies ----------------------------- */
.penkies1 {
	padding: 5px 20px;
	margin: 0;
	background-color: transparent;
	width: 160px;
}

.penkies2 {
	position: absolute;
	bottom : 0;
	right: 10px;
	height: 100px;
}

/* #photos ----------------------------- */
#photos {
	text-align: center;
	line-height: 0;
}

#photos img {
	width: 200px;
	height: 150px;
	margin: 40px 10px;
}

/* #concept ----------------------------- */
#concept {
	margin-bottom: 50px;
}

#concept p {
	line-height: 180%;
}

#concept .why {
	margin-top: 20px;
}

/* #target ----------------------------- */
#target ul {
	margin: 20px 0 0 70px;
	line-height: 180%;
	list-style-type: disc;
}

/* #system ----------------------------- */
#system p {
	line-height: 180%;
}

.system1 , .system2 , .system3 {
	color: #fff;
	padding: 15px 15px 12px 20px;
	margin: 10px 40px;
}

.system1 {
	background-color: #2fbdf0;
}

.system2 {
	background-color: #ef93bb;
}

.system3 {
	background-color: #fbc400;
}

/* #point ----------------------------- */
#point table {
	margin: 30px 40px;
	border-collapse: separate;
	border-spacing: 0 15px;
}

#point th {
	color: #fff;
	width: 120px;
	font-size: large;
	line-height: 180%;
	vertical-align: middle;
}

#point td {
	background-color: #fff;
	line-height: 160%;
	padding: 15px 20px;
	vertical-align: middle;
}

#point th .point_number {
	font-family: serif;
	font-size: 300%;
}

#point th.point1 {
	background-color: #2fbdf0;
	border: solid 4px #2fbdf0;
}
#point td.point1 {
	border: solid 4px #2fbdf0;
}

#point th.point2 {
	background-color: #ef93bb;
	border: solid 4px #ef93bb;
}
#point td.point2 {
	border: solid 4px #ef93bb;
}

#point th.point3 {
	background-color: #fbc400;
	border: solid 4px #fbc400;
}
#point td.point3 {
	border: solid 4px #fbc400;
}

/* #step ----------------------------- */
table.nine_steps {
	margin: 0 40px;
	border-collapse: separate;
	border-spacing: 0 15px;
}

table.nine_steps th {
	color: #fff;
	background-color: #81c046;
	width: 100px;
	font-size: large;
	font-weight: bold;
	border: solid 4px #81c046;
	vertical-align: middle;
}

table.nine_steps td {
	border: solid 4px #81c046;
	background-color: #fff;
	padding: 15px;
	line-height: 160%;
	vertical-align: middle;
}

#step p {
	line-height: 160%;
	margin: 20px 40px;
}

.step_image {
	float: right;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.step_image img {
	width: 200px;
	height: 150px;
	margin-left : 15px;
}

/* #before_after ----------------------------- */
#before_after p {
	font-size: large;
	text-indent: -0.5em;
	margin: 30px 0 0 40px;
}

#before_after table {
	border-collapse: collapse;
	padding: 0;
	margin: 20px 0 25px 50px;
}

#before_after th {
	color: #fff;
	background-color: #f90;
	padding: 5px 10px;
	margin: 0;
}

#before_after td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	color: #f90;
}

#before_after td img {
	width: 300px;
}

/* #activity ----------------------------- */
#activity .training img {
	margin: 30px 20px 0 20px;
	float: right;
	width: 250px;
}

#activity h3 {
	margin: 30px 0 10px 40px;
	font-size: medium;
	font-weight: bold;
	text-indent: -0.5em;
}

#activity p.explain {
	margin: 10px 40px 30px 60px;
	line-height: 150%;
}

/* #mind ----------------------------- */
#mind p {
	line-height: 160%;
}

#mind p.consultation {
	margin-top: 20px;
	line-height: 200%;
}

/* others ----------------------------- */
.under_line {
	padding: 0;
	margin: 0;
	border-bottom: solid 4px #f90;
}

.bold_weight {
	font-weight: bold;
}

.text_large {
	font-size: large;
}

/* clearfix ----------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* responsive ----------------------------- */
@media screen and (max-width: 1023px) { /* TB & SP */
	header {
		padding: 25px 0;
	}

	p {
		margin: 0 25px 0.5em;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	h1 {
		margin: 0 15px 25px 0;
	}
	h1 img {
		vertical-align: top;
	}

	h2 {
		margin: 50px 25px 20px;
		padding-right: 20%;
		border-left-width: 10px;
		line-height: 1.2;
	}

	footer {
		margin-top: 20px;
		padding: 20px 15px 15px;
	}
	footer a.sp {
		display: inline-block;
	}
	footer address {
		margin: 10px 0;
	}
	footer div {
		margin: 0 15px;
		padding: 10px;
	}
	footer div em {
		display: block;
		margin: 0 0 5px;
	}

	.under_line {
		border-bottom-width: 3px;
	}

	#container {
		width: auto;
	}

	#list {
		margin: 0 25px 15px;
		padding: 25px;
		width: auto;
	}
	#list:before {
		top: auto; bottom: -20px; left: 40%; right: auto;
		border: 20px solid transparent;
		border-top-color: #fff;
		border-bottom: 0;
	}

	#checklist,
	#checklist tbody,
	#checklist tr,
	#checklist th,
	#checklist td {
		display: block;
	}
	#checklist {
		margin: 0;
		padding: 0;
	}

	.penkies1 {
		display: block;
		margin: 0 auto;
		width: auto;
		max-width: 25%;
	}

	#photos {
		padding: 10px 25px;
		overflow: hidden;
	}
	#photos:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#photos img {
		float: left;
		margin: 8px 0;
		width: 49%;
		height: auto;
	}
	#photos img:nth-child(even) {
		float: right;
	}

	#concept p {
		margin: 0 25px 25px;
		line-height: 1.6;
	}

	.penkies2 {
		width: auto;
		max-width: 25%;
		height: auto;
		max-height: 180%;
	}

	#target ul {
		margin: 0 25px 0 45px;
		line-height: 0;
	}
	#target ul li {
		margin-top: 5px;
		line-height: 1.4;
	}

	#system p.system1,
	#system p.system2,
	#system p.system3 {
		margin: 15px 25px;
		padding: 15px 15px 10px;
		line-height: 1.4;
	}
	#system p span {
		display: block;
		margin-bottom: 5px;
	}
	#system p span + br {
		display: none;
	}

	#point table,
	#point tbody,
	#point tr,
	#point th,
	#point td {
		display: block;
		width: auto;
		height: auto;
	}
	#point table {
		margin: 0 25px 25px;
	}
	#point th {
		padding: 5px 10px;
		line-height: 1.3;
	}
	#point th .point_number {
		font-size: 275%;
	}
	#point td {
		margin-bottom: 20px;
		padding: 15px;
		line-height: 1.6;
	}

	table.nine_steps {
		display: block;
		margin: 0 25px;
	}
	table.nine_steps tbody,
	table.nine_steps tr,
	table.nine_steps th,
	table.nine_steps td {
		display: block;
		width: auto;
	}
	table.nine_steps th {
		padding: 10px 15px;
		line-height: 1.3;
	}
	table.nine_steps td {
		border-top: 0;
		margin-bottom: 20px;
		padding: 15px;
		line-height: 1.6;
	}
	#step p {
		margin: 25px;
		line-height: 1.6;
	}

	.step_image {
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.step_image:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.step_image img {
		float: left;
		margin: 0 0 10px;
		width: 49%;
		height: auto;
	}
	.step_image img + img {
		float: right;
	}

	#before_after p {
		margin: 40px 25px 15px;
	}
	#before_after table {
		margin: 25px;
	}
	#before_after th {
		padding: 10px 0;
		width: 42%;
	}
	#before_after td {
		text-align: center;
	}

	#activity .training img {
		display: block;
		float: none;
		margin: 10px auto 30px;
		width: auto;
		max-width: 60%;
	}
	#activity h3 {
		margin: 25px 25px 15px;
	}
	#activity p.explain {
		margin: 0 25px;
	}

	#mind p.consultation {
		line-height: 1.6;
	}

}

@media screen and (max-width: 767px) { /* SP Only */
	body {
		font-size: smaller;
	}
	p {
		margin: 0 15px 0.5em;
		font-size: smaller;
	}
	h1 {
		margin: 0 10px 15px 0;
	}
	h2 {
		margin: 35px 15px 15px;
		padding-right: 20%;
		border-left-width: 8px;
		font-size: large;
	}

	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}

	.text_large {
		font-size: medium;
	}

	.under_line {
		border-bottom-width: 2px;
	}

	header {
		padding: 15px 0;
	}

	#list {
		margin: 0 15px 10px;
		padding: 15px;
	}
	#list:before {
		bottom: -15px; left: 40%;
		border: 16px solid transparent;
		border-top-color: #fff;
		border-bottom: 0;
	}
	#list p {
		font-size: smaller;
	}
	#list ul {
		padding: 0;
		border-left-width: 10px;
		font-size: smaller;
		line-height: 0;
		list-style: none;
	}
	#list li {
		margin: 10px 0 0 15px;
		padding: 0 0 0 15px;
		background: url("img/checkbox.png") no-repeat left 2px;
		-webkit-background-size: 10px;
		background-size: 10px;
		line-height: 1.6;
	}
	#list li:first-child {
		margin-top: 0;
	}

	#photos {
		padding: 10px 15px;
	}
	#photos img {
		margin: 5px 0;
		width: 48.5%;
	}

	#concept p {
		margin: 0 15px 15px;
	}

	.penkies2 {
		max-width: 20%;
		max-height: 160%;
	}

	#target ul {
		margin: 0 15px 0 30px;
	}
	#target ul li {
		font-size: smaller;
	}

	#system p.system1,
	#system p.system2,
	#system p.system3 {
		margin: 10px 15px;
		padding: 15px 15px 10px;
	}


	#point table {
		margin: 0 15px;
	}
	#point th {
		padding: 5px 10px;
		font-size: medium;
	}
	#point th .point_number {
		font-size: 200%;
	}
	#point td {
		margin-bottom: 20px;
		padding: 10px;
		font-size: smaller;
	}

	table.nine_steps {
		margin: 0 15px;
	}
	table.nine_steps th {
		padding: 5px 10px;
		font-size: medium;
	}
	table.nine_steps td {
		margin-bottom: 20px;
		padding: 10px;
		font-size: smaller;
	}
	#step p {
		margin: 15px;
	}

	#before_after p {
		margin: 30px 15px 10px;
		font-size: medium;
	}
	#before_after table {
		margin: 15px;
	}
	#before_after th {
		padding: 5px 0;
		width: 38%;
	}
	#before_after td {
		font-size: x-small;
	}

	#activity h3 {
		margin: 20px 15px 10px;
		font-size: smaller;
	}
	#activity p.explain {
		margin: 0 15px;
	}
	#activity .training img {
		max-width: 80%;
	}

}