body {
	margin: 0;
	padding: 0;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif; */
	/* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
	/* font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", serif;  */
	font-family: "M PLUS Rounded 1c", sans-serif;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
img {
	border: none;
}

/* text align */
.ctr {
	text-align: center;
}
.lft {
	text-align: right;
}
.rgt {
	text-align: right;
}

.selwrap {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	width: auto;
}
.selwrap:after {
	content: "\25BC";
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #626262;
	line-height: 100%;
	transform: translatey(0px);
	pointer-events: none;
}
select {
	text-transform: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #666;
	font-family : inherit;
	font-size: 13pt;
	background: #fff;
	border: solid 2px #999;
	border-radius: 3px;
	margin: 0;
	padding: 11px 16px 10px;
	box-sizing: border-box;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 120%;
	vertical-align: middle;
}
select::-ms-expand {
	display: none;
}

/* no-bordered table */
table.nobd {
	border-collapse: collapse;
	margin: 0 0 50px 0;
}
table.nobd th {
	background: #EFF;
	border: solid 1px #f00;
	padding: 10px 20px;
}
table.nobd td {
	background: #EFF;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

/* bordered table */
table.bd {
	border: solid 1px #ccc;
	border-collapse: separate;
	border-spacing: 8px 4px;
	margin: 0 0 50px 0;
}
table.bd th {
	background: #FFE;
	border: solid 1px #f00;
	padding: 10px 20px;
}
table.bd td {
	background: #FFE;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

/* */
.blks {
	margin: 0 auto;
	width: 95%;
	max-width: 940px;
}
.blk-kodomo {
	
}
.blk-otona {
	
}
.bx-index {
	background-color: #f2eff0;
	background-image: url("img/bg_paper.jpg");
	min-height: 100px;
	border: solid 1px #717071;
	border-radius:  0 0 30px 30px;
	box-sizing: border-box;
	box-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
}
.bxin-index {
	padding: 3rem 6% 3.6rem;
}
@media screen and (max-width: 580px) {
	.bxin-index {
		padding-bottom: 3rem;
	}
}

.bx-answer {
	background-color: #f2eff0;
	background-image: url("img/bg_paper.jpg");
	text-align: center;
	min-height: 100px;
	padding: 6% 4% 8%;
	margin-bottom: 20px;
	border-radius:  30px;
	box-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
}
.bx-answer:not(.chart1) {
	display: none;
	opacity: 0;
}
@media screen and (max-width: 480px) {
	.bxin-index {
		padding: 2rem 5%;
	}
}

.fullw {
	display: block;
	width: 100%;
}
.p50 {
	width: 50%;
}
.mb2r {
	margin-bottom: 2rem;
}
.f-kodomo {
	margin-bottom: 26px;
	color: #cd4d58;
	font-size: 1.8rem;
	line-height: 1.4;
}
.f-otona {
	margin-bottom: 26px;
	color: #518f83;
	font-size: 1.8rem;
	line-height: 1.4;
}
.f-result {
	margin-bottom: 20px;
	color: #ef3338;
	font-size: 1.8rem;
	line-height: 1.4;
}
.fp2 {
	color: #181818;
	font-size: 1.8rem;
	line-height: 130%;
}
@media screen and (max-width: 767px) {
	.f-kodomo, .f-otona, .f-result, .fp2 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 640px) {
	.f-kodomo, .f-otona, .f-result, .fp2 {
		font-size: 1.3rem;
	}
	.f-kodomo, .f-otona {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.f-kodomo, .f-otona, .f-result, .fp2 {
		font-size: 1.2rem;
	}
	.f-result {
		margin-bottom: 14px;
	}
	.mb2r {
		margin-bottom: 1rem;
	}
}

.inbl {
	display: inline-block;
}

.fx {
	display: flex;
	padding: 4rem 0 0;
}
a.btn1, a.btn2  {
	display: inline-block;
	width: 280px;
	height: 60px;
	background-color: #ccc;
	margin: 0 auto;
	cursor: pointer;
}
ul.qlist {
	text-align: left;
	border-top: solid 3px #aba7a4;
}
ul.qlist li {
	font-size:1.1rem;
	line-height: 160%;
	letter-spacing: 0.5px;
	border-bottom: solid 3px #aba7a4;
	width: 100%;
	padding: 1rem 0;
}
.cbox {
	float: right;
}
.cbox .yourResult {
	display: inline-block;
	margin-bottom: 4px;
	width: 4em;
	text-align: center;
	color: #484848;
	font-size: 10.5pt;
	font-weight: bold;
	letter-spacing: 0;
	transform: translateX(-4%);
}
.cbox input {
	display: none;
}
.cbox label {
	cursor: pointer;
}
.cbox input:checked + label .off,
.cbox input:not(:checked) + label .on {
	display: none;
}
@media screen and (max-width: 580px) {
	ul.qlist li {
		font-size: 1rem;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	.cbox .yourResult {
		font-size: 9pt;
		transform: translateX(-8%);
		line-height: 120%;
	}
}

.ci-g {
	color: #18933b;
}
.ci-b {
	color: #2d6aad;
	}
.ci-r {
	color:#ea6000;
}
/* clear fix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.wr {
	box-sizing: border-box;
	padding: 100px 0;
	min-height: 100vh;
}
#index.wr {
	background-color: #8FC31F;
}
#kodomo.wr {
	background-color: #ef858c;
}
#otona.wr {
	background-color: #00ACA0;
}
@media screen and (max-width: 767px) {
	.wr {
		padding: 70px 0;
	}
}
@media screen and (max-width: 480px) {
	.wr {
		padding: 50px 0;
	}
}

form select {
	padding: 7px 8px 6px;
	padding-right: 1.8em;
	text-align: center;
	line-height: 1.2;
}
form a.submitter {
	cursor: pointer;
}

a.tlink, .rewind a, a.toPoints {
	cursor: pointer;
}

.pointsPool {
	display: none;
}

#knowhow .anchorIndex {
	margin-bottom: 40px;
	border: 4px solid #6C5D55;
	border-radius: 20px;
	padding-bottom: 30px;
	text-align: left;
	overflow: hidden;
}
#knowhow .anchorIndex h3 {
	background-color: #6C5D55;
	margin-bottom: 40px;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	line-height: 100%;
}
#knowhow .anchorIndex section {
	padding: 0 20px;
}
#knowhow .anchorIndex section:not(:last-child) {
	margin-bottom: 40px;
}
#knowhow .anchorIndex section h4 {
	text-align: center;
}
#knowhow .anchorIndex section h4 img {
	width: 100%;
	max-width: 640px;
}
#knowhow .anchorIndex section ul li {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-left: 2px;
	padding-right: 2px;
}
#knowhow .anchorIndex section ul li:not(:last-child) {
	margin-bottom: 10px;
}
#knowhow .anchorIndex section ul li > a {
	padding-left: 1em;
	text-indent: -1em;
	color: #231815;
	text-decoration: underline;
}
#knowhow .anchorIndex section ul li > .cbox {
	position: relative;
	margin-left: 20px;
	line-height: 100%;
}
#knowhow .anchorIndex section ul li > .cbox .yourResult {
	position: absolute;
	left: 0;
	bottom: 100%;
}
#knowhow .anchorIndex section ul li > .cbox img {
    width: 60px;
}
@media screen and (max-width: 767px) {
	#knowhow .anchorIndex h3 img {
		width: 80px;
	}
}
@media screen and (max-width: 640px) {
	#knowhow .anchorIndex h3 {
		padding: 10px 0;
	}
	#knowhow .anchorIndex h3 img {
		width: 64px;
	}
}
@media screen and (max-width: 540px) {
	#knowhow .anchorIndex h3 {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 480px) {
	#knowhow .anchorIndex {
		border-width: 3px;
	}
	#knowhow .anchorIndex section {
		padding: 0 10px;
	}
	#knowhow .anchorIndex h3 {
		padding: 7px 0;
	}
	#knowhow .anchorIndex h3 img {
		width: 54px;
	}
	#knowhow .anchorIndex section ul li > a {
		font-size: 0.9rem;
	}
	#knowhow .anchorIndex section ul li > .cbox {
		margin-left: 12px;
	}
	#knowhow .anchorIndex section ul li > .cbox img {
		width: 48px;
	}
}

.tglimg {
	position: relative;
}
.tglimg img:first-child {
	display: block;
	width: 100%;
}
.tglimg img:last-child {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.tglimg:hover img:last-child {
	opacity: 1;
}

#index .blk-index > img.fullw {
	margin-left: 1px;
	width: calc(100% - 2px);
}
#index .fx {
	justify-content: space-between;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 620px;
	padding-top: 3rem;
}
#index .fx a {
	margin: 0;
	max-width: 260px;
	height: auto;
	background: none;
}
@media screen and (max-width: 767px) {
	#index .fx {
		width: calc(100% - 50px);
		padding-top: 2.6rem;
	}
	#index .fx a {
		max-width: 44%;
	}
}
@media screen and (max-width: 580px) {
	#index .fx {
		padding-top: 2.5rem;
	}
	#index .fx a {
		max-width: 47%;
	}
}
@media screen and (max-width: 480px) {
	#index .fx {
		width: 100%;
		padding-top: 1.6rem;
	}
}

#kodomo-years .btn1, #otona-years .btn1 {
	max-width: 260px;
	height: auto;
	background: none;
}
@media screen and (max-width: 767px) {
	#kodomo-years .btn1, #otona-years .btn1 {
		max-width: 44%;
	}
}
@media screen and (max-width: 580px) {
	#kodomo-years .btn1, #otona-years .btn1 {
		max-width: 47%;
	}
}
@media screen and (max-width: 480px) {
	#kodomo-years .btn1, #otona-years .btn1 {
		max-width: 52%;
	}
}

#kodomo-checks ul {
	margin-bottom: 50px;
}
#kodomo-checks ul li, #otona-checks ul li {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-left: 2px;
	padding-right: 2px;
}
#kodomo-checks ul li > span {
	position: relative;
	padding-left: 1.1em;
}
#kodomo-checks ul li > span:before {
	position: absolute;
	left: 0;
}
#kodomo-checks ul li:nth-child(1) > span:before {
	content: "\2460";
}
#kodomo-checks ul li:nth-child(2) > span:before {
	content: "\2461";
}
#kodomo-checks ul li:nth-child(3) > span:before {
	content: "\2462";
}
#kodomo-checks ul li:nth-child(4) > span:before {
	content: "\2463";
}
#kodomo-checks ul li:nth-child(5) > span:before {
	content: "\2464";
}
#kodomo-checks ul li:nth-child(6) > span:before {
	content: "\2465";
}
#kodomo-checks ul li:nth-child(7) > span:before {
	content: "\2466";
}
#kodomo-checks ul li:nth-child(8) > span:before {
	content: "\2467";
}
#kodomo-checks ul li:nth-child(9) > span:before {
	content: "\2468";
}
#kodomo-checks ul li:nth-child(10) > span:before {
	content: "\2469";
}
#kodomo-checks ul li > .cbox, #otona-checks ul li > .cbox {
	margin-left: 20px;
	line-height: 100%;
}
#kodomo-checks ul li > .cbox img, #otona-checks ul li > .cbox img {
	width: 60px;
}
#kodomo-checks a.submitter, #otona-checks a.submitter {
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	background-color: #2353ae;
	width: 10em;
	height: auto;
	padding: 0.9em 0em 0.8em;
	border-radius: 10px;
	box-shadow: inset 5px 5px 5px rgba(24, 48, 80, .5), inset -5px -5px 5px rgba(24, 48, 80, .5);
	line-height: 100%;
}
#kodomo-checks a.submitter:hover, #otona-checks a.submitter:hover {
	text-decoration: none;
}

#kodomo .chart2 h3:first-child {
	margin-bottom: 20px;
}
#kodomo .chart2 img.fullw.mb2r {
	margin-bottom: 3.2rem;
}
#otona .chart2 h3:first-child {
	margin-bottom: 8px;
}
#otona-checks section:not(:last-child) {
	margin-bottom: 80px;
}
#otona-checks section img.fullw {
	display: block;
	margin: 0 auto;
	width: calc(100% - 40px);
}
#otona-checks ul li > span {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 740px) {
	#kodomo .chart2 img.fullw.mb2r {
		margin-bottom: 2.4rem;
	}
}
@media screen and (max-width: 640px) {
	#kodomo .chart2 h3:first-child {
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 540px) {
	#kodomo .chart2 img.fullw.mb2r {
		margin-bottom: 2rem;
	}
	#otona-checks section:not(:last-child) {
		margin-bottom: 60px;
	}
	#kodomo-checks a.submitter, #otona-checks a.submitter {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	#kodomo .chart2 h3:first-child br {
		display: none;
	}
	#kodomo-checks ul {
		margin-bottom: 32px;
	}
	#kodomo-checks ul li > .cbox img, #otona-checks ul li > .cbox img {
		width: 48px;
	}
}


a.toEveryones {
	margin-bottom: 24px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #e60012;
	width: 22rem;
	height: auto;
	padding: 0.9em 0em 0.8em;
	border-radius: 10px;
	box-shadow: inset 5px 5px 5px rgba(136, 24, 30, .5), inset -5px -5px 5px rgba(136, 24, 30, .5);
	line-height: 1;
}
a.toEveryones:hover {
	text-decoration: none;
}
@media screen and (max-width: 480px) {
	a.toEveryones {
		width: 100%;
		font-size: 1.2rem;
	}
}

.ctr a.btn1.toPoints {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #00a273;
	width: 22rem;
	height: auto;
	padding: 0.9em 0em 0.8em;
	border-radius: 10px;
	box-shadow: inset 5px 5px 5px rgba(1, 72, 48, .5), inset -5px -5px 5px rgba(1, 72, 48, .5);
	line-height: 1;
}
.ctr a.btn1.toPoints:hover {
	text-decoration: none;
}
#kodomo .chart4 .ctr a.btn1.toPoints {
	width: 17em;
}
#otona .chart4 .ctr a.btn1.toPoints {
	width: 25em;
	margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
	#otona .chart4 .ctr a.btn1.toPoints br.onsp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#otona .chart4 .ctr a.btn1.toPoints {
		width: 19em;
		line-height: 130%;
	}
}
@media screen and (max-width: 640px) {
	#otona .chart4 .ctr a.btn1.toPoints {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.ctr a.btn1.toPoints {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.ctr a.btn1.toPoints {
		width: 100%;
	}
	#kodomo .chart4 .ctr a.btn1.toPoints {
		font-size: 1.2rem;
	}
	#otona .chart4 .ctr a.btn1.toPoints {
		margin-bottom: 50px;
		font-size: 1.2rem;
	}
}

a.tlnk {
	margin-bottom: 43px;
	display: inline-block;
	border-bottom: 2px solid #aba7a4;
	padding-bottom: 2px;
	font-size: 1.4rem;
	line-height: 100%;
	cursor: pointer;
}
a.tlnk:hover {
	opacity: 0.8;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	a.tlnk {
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 480px) {
	a.tlnk {
		font-size: 1.2rem;
	}
}

.chart3 .percent {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 40px;
	border: 3px solid #aba7a4;
	border-radius: 20px;
	padding: 36px 46px;
	padding-right: 10px;
}
.chart3 .percent > div {
	position: relative;
	width: 50%;
}
.chart3 .percent > div .hyoka {
	position: absolute;
	left: 50%;
	bottom: 100px;
	width: 120%;
	transform: translatex(-50%);
}
.chart3 .percent > div .imgnum img {
	width: auto;
	height: 100px;
}
#otona .chart3 .percent {
	margin-bottom: 60px;
}

#otona .chart3 h2:first-child {
	margin-bottom: 16px;
	width: 60%;
}
.chart3 .percent2 {
	position: relative;
	margin-bottom: 180px;
	border-top: 3px solid #aba7a4;
}
.chart3 .percent2 .tasseido {
	position: absolute;
	right: 38px;
	bottom: calc(100% - 22px);
	width: 180px;
}
.chart3 .percent2 > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 3px solid #aba7a4;
	padding: 28px 20px 20px;
	padding-right: 10px;
}
.chart3 .percent2 > div > img {
	width: 64%;
}
.chart3 .percent2 > div .imgnum img {
	width: auto;
	height: 80px;
}
#otona .chart3 .ctr a.btn1.toPoints {
	margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
	.chart3 .percent2 > div .imgnum img {
		height: 60px;
	}
}
@media screen and (max-width: 940px) {
	.percent img.p50 {
		width: 46%;
	}
	.chart3 .percent > div .imgnum img {
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.chart3 .percent {
		padding: 22px 30px;
	}
	.chart3 .percent > div .hyoka {
		bottom: 80px;
	}
	.chart3 .percent > div .imgnum img {
		height: 70px;
	}
	.chart3 .percent2 > div {
		padding: 22px 20px 15px;
	}
	.chart3 .percent2 > div > img {
		width: 56%;
	}
	.chart3 .percent2 .tasseido {
		width: 150px;
	}
	#otona .chart3 h2:first-child {
		margin-bottom: 8px;
	}
	#otona .chart3 h2:first-child img {
		width: 280px;
	}
}
@media screen and (max-width: 660px) {
	.chart3 .percent > div .hyoka {
		bottom: 62px;
	}
	.chart3 .percent > div .imgnum img {
		height: 58px;
	}
	.chart3 .percent2 {
		margin-bottom: 140px;
	}
	.chart3 .percent2 > div .imgnum img {
		height: 40px;
	}
	.chart3 .percent2 .tasseido {
		right: 18px;
		bottom: calc(100% - 14px);
		width: 124px;
	}
}
@media screen and (max-width: 580px) {
	.chart3 .percent > div .hyoka {
		bottom: 62px;
		width: 110%;
	}
	.chart3 .percent > div .imgnum img {
		height: 46px;
	}
	.chart3 .percent2 {
		margin-bottom: 120px;
	}
	#otona .chart3 h2:first-child {
		margin-bottom: 2px;
	}
	#otona .chart3 h2:first-child img {
		width: 240px;
	}
}
@media screen and (max-width: 480px) {
	.chart3 .percent {
		padding: 14px 24px;
	}
	.chart3 .f-result br.onpc {
		display: none;
	}
	.chart3 .percent2 > div {
		padding: 14px 12px 10px;
		padding-right: 6px;
	}
	.chart3 .percent2 .tasseido {
		right: 13px;
		bottom: calc(100% - 10px);
		width: 94px;
	}
	#otona .chart3 h2:first-child img {
		width: 180px;
	}
}
@media screen and (max-width: 440px) {
	.chart3 .percent > div .hyoka {
		bottom: 46px;
	}
	.chart3 .percent > div .imgnum img {
		height: 38px;
	}
	.chart3 .percent2 {
		margin-bottom: 94px;
	}
	.chart3 .percent2 > div .imgnum img {
		height: 32px;
	}
}

.chart4 section {
	margin-bottom: 80px;
}
.chart4 section.best ul.ranking {
	margin-top: 28px;
}
.chart4 section.worst ul.ranking {
	margin-top: 20px;
}
.chart4 ul.ranking li {
	border-top: 3px solid #aba7a4;
	padding: 28px 8px 34px;
}
.chart4 ul.ranking li h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 3.4rem;
	line-height: 100%;
}
.chart4 ul.ranking li h3 .percent img {
	width: auto;
	height: 70px;
}
.chart4 ul.ranking li .pbox .point {
	text-align: left;
}
.chart4 ul.ranking li .pbox .point > h4 {
	padding-bottom: 0.5em;
	font-size: 1.5rem;
	line-height: 130%;
}
.chart4 ul.ranking li .pbox .point .desc {
	position: relative;
	border: dotted 3px #00a273;
	box-sizing: border-box;
	border-radius: 12px;
	margin: 1.6em 0 0 3em;
	padding: 2.1em 2em 1.6em;
	font-size: 1.2rem;
}
.chart4 ul.ranking li .pbox .point .desc h5 {
	position: absolute;
	top: -1.4rem;
	left: -3rem;
	color: #fff;
	border-radius: 10px;
	width: 11em;
	background-color: #00a273;
	padding: 11px 1.0em 10px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 100%;
}
.chart4 ul.ranking li .pbox .point .desc p:after {
	content: "";
	display: table;
	clear: both;
}
.chart4 ul.ranking li .pbox .point .desc .fllft {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 6px;
}
.chart4 ul.ranking li .pbox .point .desc .flrgt {
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	margin-bottom: 6px;
}
.chart4 ul.ranking li .pbox .point .desc .rgt {
	clear: both;
	margin-top: 10px;
}
.chart4 ul.ranking li .pbox .point .desc .rgt a {
	color: #009FE8;
	font-size: 1rem;
	text-decoration: underline;
}
#kodomo .chart4 ul.ranking li .pbox .point .desc h4 {
	margin-top: 6px;
	margin-bottom: 1px;
	color: #E9546B;
	clear: both;
}
#otona .chart4 ul.ranking li .pbox .point .desc h4 {
	margin-top: 6px;
	margin-bottom: 1px;
	color: #00A172;
	clear: both;
}
#otona .chart4 ul.ranking li .pbox .point .desc .red {
	color: #E50012;
}

#kodomo .chart4 .ctr img {
	margin-bottom: 16px;
	width: 100%;
	max-width: 540px;
}
@media screen and (max-width: 740px) {
	.chart4 section.best ul.ranking {
		margin-top: 18px;
	}
	.chart4 section.worst ul.ranking {
		margin-top: 10px;
	}
	.chart4 ul.ranking li {
		padding: 19px 8px 28px;
	}
	.chart4 ul.ranking li h3 {
		font-size: 3rem;
	}
	.chart4 ul.ranking li h3 .percent img {
		height: 60px;
	}
	.chart4 ul.ranking li .pbox .point > h4 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 640px) {
	.chart4 section {
		margin-bottom: 60px;
	}
	.chart4 ul.ranking li h3 {
		font-size: 2.6rem;
	}
	.chart4 ul.ranking li h3 .percent img {
		height: 48px;
	}
	.chart4 ul.ranking li .pbox .point .desc {
		margin-left: 1.4em;
		font-size: 1rem;
	}
	.chart4 ul.ranking li .pbox .point .desc h5 {
		left: -1.4em;
	}
}
@media screen and (max-width: 580px) {
	.chart4 ul.ranking li .pbox .point .desc .fllft,
	.chart4 ul.ranking li .pbox .point .desc .flrgt {
		max-width: 110px;
	}
}
@media screen and (max-width: 540px) {
	.chart4 ul.ranking li .pbox .point > h4 {
		font-size: 1.2rem;
	}
	.chart4 ul.ranking li .pbox .point .desc {
		padding: 2.1em 1.2em 1.0em;
	}
	.chart4 ul.ranking li .pbox .point .desc h5 {
		font-size: 1.1rem;
	}
	.chart4 ul.ranking li .pbox .point .desc .rgt {
		margin-top: 6px;
	}
}
@media screen and (max-width: 480px) {
	.chart4 section {
		margin-bottom: 50px;
	}
	.chart4 section.best ul.ranking {
		margin-top: 8px;
	}
	.chart4 section.worst ul.ranking {
		margin-top: 4px;
	}
	.chart4 ul.ranking li {
		padding: 15px 8px 22px;
	}
	.chart4 ul.ranking li h3 {
		font-size: 2.2rem;
	}
	.chart4 ul.ranking li .pbox .point .desc {
		margin-left: 0;
		padding-top: 1.7em;
		font-size: 10.5pt;
	}
	.chart4 ul.ranking li .pbox .point .desc h5 {
		top: -1.2rem;
		left: 0.6em;
		padding: 0.5em 0.8em;
		font-size: 1rem;
	}
	.chart4 ul.ranking li .pbox .point .desc .fllft,
	.chart4 ul.ranking li .pbox .point .desc .flrgt {
		max-width: 100px;
	}
	.chart4 ul.ranking li .pbox .point .desc .rgt a {
		font-size: 10.5pt;
	}
	#kodomo .chart4 .ctr .f-result {
		font-size: 1.2rem;
	}
}

.rewind {
	margin-top: 60px;
	line-height: 100%;
}
.rewind + .rewind {
	margin-top: 40px;
}
.rewind a {
	color: #00aeef;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}
#otona .chart4 .rewind {
	margin-top: 40px;
}
#otona .chart5 .rewind + .rewind {
	margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
	.rewind {
		margin-top: 50px;
	}
	.rewind + .rewind {
		margin-top: 20px;
	}
	.rewind a {
		font-size: 1.2rem;
	}
}

#knowhow h2 {
	margin: 8px 0 20px;
	font-size: 2.4rem;
	line-height: 130%;
}
#knowhow h2 + p {
	margin-bottom: 40px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 140%;
}
#knowhow .contents {
	text-align: left;
}
#knowhow .contents section:not(:last-child) {
	margin-bottom: 46px;
}
#knowhow .contents figure {
	margin: 0 0 20px;
}
#knowhow .contents figure img {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
#knowhow .contents section h3 {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.5rem;
	line-height: 130%;
}
#knowhow .contents section > div {
	margin-left: 1.2em;
	border: dotted 3px #00a273;
	border-radius: 12px;
	padding: 1.4em 2em 1.6em;
	font-size: 1.2rem;
}
#knowhow .contents section > div:after {
	content: "";
	display: table;
	clear: both;
}
#knowhow .contents section > div .fllft {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 6px;
}
#knowhow .contents section > div .flrgt {
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	margin-bottom: 6px;
}
#knowhow .contents section > div .rgt {
	margin-top: 10px;
	clear: both;
}
#knowhow .contents section > div .rgt a {
	color: #009FE8;
	font-size: 1rem;
	text-decoration: underline;
}
#kodomo #knowhow .contents section > div h4 {
	margin-top: 6px;
	margin-bottom: 1px;
	color: #E9546B;
	clear: both;
}
#otona #knowhow .contents section > div h4 {
	margin-top: 6px;
	margin-bottom: 1px;
	color: #00A172;
	clear: both;
}
#otona #knowhow .contents section > div .red {
	color: #E50012;
}
@media screen and (max-width: 840px) {
	#knowhow h2 + p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	#otona #knowhow .contents section > div .red .onsp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#knowhow h2 {
		font-size: 2rem;
	}
	#knowhow .contents section h3 {
		font-size: 1.4rem;
	}
	#otona #knowhow .contents section > div .red .onpc {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#knowhow > .ctr:first-child img.p50 {
		width: 64%;
	}
	#knowhow h2 {
		font-size: 1.7rem;
	}
	#knowhow h2 + p {
		font-size: 1.2rem;
	}
	#knowhow .contents section:not(:last-child) {
		margin-bottom: 36px;
	}
	#knowhow .contents section > div {
		font-size: 1rem;
	}
}
@media screen and (max-width: 580px) {
	#knowhow .contents section > div .fllft,
	#knowhow .contents section > div .flrgt {
		max-width: 110px;
	}
}
@media screen and (max-width: 540px) {
	#knowhow .contents section h3 {
		font-size: 1.2rem;
	}
	#knowhow .contents section > div {
		margin-left: 0;
		padding: 0.8em 0.8em 1.1em;
	}
}
@media screen and (max-width: 480px) {
	#knowhow > .ctr:first-child img.p50 {
		width: 76%;
	}
	#knowhow h2 {
		margin-bottom: 16px;
		font-size: 1.4rem;
	}
	#knowhow h2 + p {
		margin-bottom: 30px;
		font-size: 1.15rem;
	}
	#knowhow .contents section > div {
		font-size: 10.5pt;
	}
	#knowhow .contents section > div .fllft,
	#knowhow .contents section > div .flrgt {
		max-width: 100px;
	}
	#knowhow .contents section > div .rgt a {
		font-size: 10.5pt;
	}
}

/* 戻るボタン */
#rwdwp {
	position: fixed;
	right: 32px;
	bottom: 65px;
	z-index: 120;
	transform: translatey(0%);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition-delay: 0.3s;
}
#rwd {
	box-sizing: border-box;
	transition: opacity 0.7s;
}
#rwd a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	text-align: center;
	color: #3a2b20;
	font-size: 18px;
	vertical-align: middle;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: none;
}
#rwd a:hover {
	opacity: 1;
}
#rwd a img {
	display: block;
	width: 60px;
}
#rwdwp:not(.on) {
	bottom: 0;
	transform: translatey(100%);
}
@media screen and (max-width: 420px) {
	#rwdwp {
		right: 18px;
		bottom: 26px;
	}
	#rwd a img {
		width: 48px;
	}
}
