#oshiete {
	margin: 44px auto 0;
	width: 100%;
	max-width: 960px;
	background-color: #f0f6fd;
	
	--oshiete-blue: #2454a4;
	--oshiete-strong-blue: #0070c0;
}
#oshiete p {
	margin: 0;
}
#oshiete figure {
	margin: 0;
}
#oshiete figure img {
	display: block;
	width: 100%;
}
#oshiete .inbl {
	display: inline-block;
}
@media screen and (max-width: 960px) {
	#oshiete {
		margin-top: 32px;
	}
}
@media screen and (max-width: 640px) {
	#oshiete {
		margin-top: 20px;
	}
}

#oshiete #contentsBox {
	position: relative;
}
#oshiete #contentsBox.first {
	min-height: calc(100vh);
}
#oshiete #contentsBox:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	transition: opacity 0.4s;
}
#oshiete #contentsBox:not(.ready):after {
	opacity: 0;
	pointer-events: none;
}

#oshiete .stocks {
	display: none;
}

#oshiete section {
	overflow: hidden;
}

#oshiete section .head {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 4px solid var(--oshiete-blue);
	background-color: #fff;
	padding: 24px 78px 22px;
}
#oshiete section .head .logo {
	flex-shrink: 0;
	margin-right: 12px;
	width: 100px;
	padding: 9px;
}
#oshiete section .head h3 {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	min-height: 51px;
	line-height: 100%;
}
#oshiete section .head h3 .ttl {
	border-left: 8px solid var(--oshiete-blue);
	padding: 5px 0;
	padding-left: 16px;
}
#oshiete section .head h3 img.main {
	width: 300px;
}
#oshiete section .head h3 .part {
	border-radius: 6px;
	background-color: var(--oshiete-blue);
	padding: 12px 48px 11px;
	color: #fff;
	font-size: 15pt;
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#oshiete section .head {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section .head {
		padding: 18px 35px 16px;
	}
	#oshiete section .head h3 .ttl {
		padding-left: 14px;
	}
	#oshiete section .head h3 img.main {
		width: 250px;
	}
	#oshiete section .head h3 .part {
		padding: 8px 36px;
		font-size: 13pt;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section .head {
		padding-left: 24px;
		padding-right: 24px;
	}
	#oshiete section .head h3 .ttl {
		padding: 2px 0 4px;
		padding-left: 10px;
	}
	#oshiete section .head h3 img.main {
		width: 230px;
	}
	#oshiete section .head h3 .part {
		padding: 4px 25px 5px;
		font-size: 11pt;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section .head {
		padding: 14px 12px 13px;
	}
	#oshiete section .head h3 {
		min-height: auto;
	}
	#oshiete section .head h3 .ttl {
		border-left-width: 6px;
		padding: 0 0 4px;
		padding-left: 6px;
	}
	#oshiete section .head h3 img.main {
		width: 190px;
	}
	#oshiete section .head h3 .part {
		padding: 2px 18px 3px;
		font-size: 10pt;
	}
}
@media screen and (max-width: 440px) {
	#oshiete section .head h3 img.main {
		width: 170px;
	}
}

#oshiete .pindex {
	position: relative;
	background-color: var(--oshiete-blue);
	padding: 0;
}
#oshiete .pindex .extraLayer {
	width: 100%;
	height: 56px;
	background-color: #002c7f;
	transition: height 0.2s;
	z-index: 1;
}

#oshiete .pindex ul.mlink {
	list-style: none;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
#oshiete .pindex ul.mlink > li {
	width: calc(100% / 7);
}
#oshiete .pindex ul.mlink > li > div a {
	display: block;
	color: #fff;
	font-size: 11pt;
	padding: 14px 4px;
	text-align: center;
	transition: background 0.2s;
}
#oshiete .pindex ul.mlink > li > div a:hover {
	text-decoration: none;
}
#oshiete .pindex ul.mlink > li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	padding: 0;
	opacity: 0;
	transition: opacity 0.1s;
	z-index: 2;
	pointer-events: none;
}
#oshiete .pindex ul.mlink > li ul.ver1 li {
	width: 100%;
}
#oshiete .pindex ul.mlink > li ul.ver2 li {
	width: 50%;
}
#oshiete .pindex ul.mlink > li ul.ver3 li {
	width: calc(100% / 3);
}
#oshiete .pindex[active=top] ul.mlink > li.top > div a,
#oshiete .pindex[active=organize] ul.mlink > li.organize > div a,
#oshiete .pindex[active=task] ul.mlink > li.task > div a,
#oshiete .pindex[active=holyday] ul.mlink > li.holyday > div a,
#oshiete .pindex[active=career] ul.mlink > li.career > div a,
#oshiete .pindex[active=salary] ul.mlink > li.salary > div a,
#oshiete .pindex[active=exam] ul.mlink > li.exam > div a {
	background-color: #002c7f;
}
#oshiete .pindex[active=top] ul.mlink > li.top ul,
#oshiete .pindex[active=organize] ul.mlink > li.organize ul,
#oshiete .pindex[active=task] ul.mlink > li.task ul,
#oshiete .pindex[active=holyday] ul.mlink > li.holyday ul,
#oshiete .pindex[active=career] ul.mlink > li.career ul,
#oshiete .pindex[active=salary] ul.mlink > li.salary ul,
#oshiete .pindex[active=exam] ul.mlink > li.exam ul {
	opacity: 1;
	pointer-events: auto;
}
#oshiete .pindex ul.mlink > li ul li a {
	display: block;
	background-color: #002c7f;
	padding: 18px 5px;
	text-align: center;
	color: #fff;
	font-size: 10.5pt;
	line-height: 140%;
}
#oshiete .pindex ul.mlink > li ul li a:hover {
	filter: brightness(1.15);
	text-decoration: none;
}
@media screen and (max-width: 860px) {
	#oshiete .pindex ul.mlink > li > div a {
		font-size: 10pt;
	}
	#oshiete .pindex ul.mlink > li ul li a {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 9.5pt;
	}
	#oshiete .pindex .extraLayer {
		height: 46px;
	}
}
@media screen and (max-width: 767px) {
	#oshiete .pindex ul.mlink > li > div a {
		font-size: 9.5pt;
	}
	#oshiete .pindex ul.mlink > li ul li a {
		font-size: 9pt;
	}
}
@media screen and (max-width: 720px) {
	#oshiete .pindex ul.mlink {
		align-items: stretch;
	}
	#oshiete .pindex ul.mlink > li > div {
		height: 100%;
	}
	#oshiete .pindex ul.mlink > li > div a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 9px 6px;
		line-height: 130%;
	}
}
@media screen and (max-width: 660px) {
	#oshiete .pindex ul.mlink > li ul {
		height: 62px;
	}
	#oshiete .pindex ul.mlink > li ul li {
		height: 100%;
	}
	#oshiete .pindex ul.mlink > li ul li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	#oshiete .pindex ul.mlink > li ul li a .twrap {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#oshiete .pindex .extraLayer {
		height: 62px;
	}
}
@media screen and (max-width: 540px) {
	#oshiete .pindex ul.mlink > li > div a .onpc {
		display: none;
	}
}

#oshiete .pindex .inner {
	background-color: #fff;
	border-radius: 6px;
	padding: 24px 38px 32px;
}
#oshiete .pindex h4 {
	font-size: 13pt;
}
#oshiete .pindex h5 {
	margin-bottom: 8px;
	font-size: 12pt;
}
#oshiete .pindex .cols2 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#oshiete .pindex .cols2 > div {
	width: calc((100% - 46px) / 2);
}
#oshiete .pindex .cols2 > div:nth-child(n + 3) {
	margin-top: 32px;
}
#oshiete .pindex ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#oshiete section .qanda {
	padding: 66px 76px;
}
#oshiete section .txt {
	flex-grow: 1;
	position: relative;
	border: 5px solid var(--oshiete-blue);
	border-radius: 16px;
	min-height: 160px;
	background-color: #fff;
	padding: 30px;
	padding-left: 104px;
}
#oshiete section .txt .mark {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	background-color: var(--oshiete-blue);
	padding: 33px 20px 0 15px;
	color: #fff;
	font-size: 20pt;
	line-height: 100%;
}
#oshiete section .txt .mark img {
	display: block;
	width: 22px;
}
#oshiete section .txt p {
	margin-bottom: 0;
	color: #231815;
	font-size: 14pt;
	font-weight: 600;
}
#oshiete section .txt p strong {
	color: var(--oshiete-strong-blue);
	font-size: 140%;
}
#oshiete section .txt p strong.red {
	color: #c92a20;
	text-decoration: underline;
}
#oshiete section .txt p strong.bgyellow {
	background-color: #ff0;
}
#oshiete section .txt p.att {
	margin-top: 14px;
	text-align: right;
	font-size: 12pt;
}
#oshiete section .qanda .question {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 36px;
}
#oshiete section .qanda .question .person {
	flex-shrink: 0;
	width: 114px;
}
#oshiete section .qanda .question .txt {
	margin-left: 40px;
}
#oshiete section .qanda .question .txt:after {
	content: "";
	display: block;
	position: absolute;
	top: 48px;
	right: 100%;
	border-style: solid;
	border-width: 0 33px 22px 0;
	border-color: transparent var(--oshiete-blue) transparent transparent;
}
#oshiete section .qanda .answer {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}
#oshiete section .qanda .answer .person {
	flex-shrink: 0;
	width: 140px;
}
#oshiete section .qanda .answer .txt {
	margin-right: 40px;
}
#oshiete section .qanda .answer .txt:before {
	content: "";
	position: absolute;
	bottom: 58px;
	left: 100%;
	border-style: solid;
	border-width: 0 0 22px 33px;
	border-color: transparent transparent transparent var(--oshiete-blue);
}
#oshiete section .qanda .answer .txt:after {
	content: "";
	position: absolute;
	bottom: 64px;
	left: 100%;
	border-style: solid;
	border-width: 0 0 12px 21px;
	border-color: transparent transparent transparent #fff;
}
#oshiete section .qanda.anim .person {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .qanda.anim:not(.animated) .person {
	opacity: 0;
	transform: translatey(10px);
}
#oshiete section .qanda.anim.animated .answer .person { transition-delay: 2.1s; }
#oshiete section .qanda.anim .txt {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .qanda.anim:not(.animated) .txt {
	opacity: 0;
}
#oshiete section .qanda.anim:not(.animated) .question .txt {
	transform: translatex(-30px);
}
#oshiete section .qanda.anim.animated .question .txt {
	transition-delay: 0.4s;
}
#oshiete section .qanda.anim:not(.animated) .answer .txt {
	transform: translatex(30px);
}
#oshiete section .qanda.anim.animated .answer .txt { transition-delay: 2.4s; }
#oshiete section .qanda.anim .txt .mark img {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .qanda.anim:not(.animated) .txt .mark img {
	opacity: 0;
	transform: translatey(-14px);
}
#oshiete section .qanda.anim.animated .question .txt .mark img {
	transition-delay: 0.5s;
}
#oshiete section .qanda.anim.animated .answer .txt .mark img { transition-delay: 2.4s; }
#oshiete section .qanda.anim .txt p {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .qanda.anim:not(.animated) .txt p {
	opacity: 0;
	transform: translatex(-10px);
}
#oshiete section .qanda.anim.animated .question .txt p {
	transition-delay: 0.8s;
}
#oshiete section .qanda.anim.animated .answer .txt p {
	transition-delay: 3.0s;
	transition-duration: 0.8s;
}
#oshiete section .qanda.anim .question .txt figure {
	opacity: 1;
	transition: opacity 0.3s linear;
}
#oshiete section .qanda.anim:not(.animated) .question .txt figure {
	opacity: 0;
}
#oshiete section .qanda.anim.animated .question .txt figure {
	transition-delay: 1.1s;
}
@media screen and (max-width: 940px) {
	#oshiete section .txt p strong {
		font-size: 120%;
	}
}
@media screen and (max-width: 840px) {
	#oshiete section .qanda {
		padding: 44px 48px;
	}
	#oshiete section .qanda .question .person {
		width: 90px;
	}
	#oshiete section .qanda .answer .person {
		width: 110px;
	}
	#oshiete section .txt {
		min-height: 140px;
		padding: 20px;
		padding-left: 72px;
	}
	#oshiete section .txt .mark {
		padding: 21px 14px 0 10px;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section .qanda {
		padding: 44px 34px;
	}
	#oshiete section .qanda .question {
		margin-bottom: 28px;
	}
	#oshiete section .txt p {
		font-size: 12pt;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section .qanda {
		padding: 28px 22px;
	}
	#oshiete section .txt p strong {
		font-size: 110%;
	}
	#oshiete section .qanda .question .person {
		width: 74px;
	}
	#oshiete section .qanda .answer .person {
		width: 94px;
	}
	#oshiete section .txt {
		min-height: 114px;
		padding: 14px;
		padding-left: 54px;
	}
	#oshiete section .qanda .question .txt {
		margin-left: 32px;
	}
	#oshiete section .qanda .answer .txt {
		margin-right: 32px;
	}
	#oshiete section .qanda .question .txt:after {
		top: 30px;
		border-width: 0 28px 18px 0;
	}
	#oshiete section .qanda .answer .txt:before {
		bottom: 30px;
		border-width: 0 0 18px 28px;
	}
	#oshiete section .qanda .answer .txt:after {
		bottom: 36px;
		border-width: 0 0 8px 16px;
	}
	#oshiete section .txt .mark {
		padding: 16px 11px 0 6px;
	}
	#oshiete section .txt .mark img {
		width: 18px;
	}
	#oshiete section .txt p.att {
		font-size: 11pt;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section .txt p {
		font-size: 11pt;
	}
	#oshiete section .txt p.att {
		margin-top: 10px;
		font-size: 10pt;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section .qanda {
		padding: 26px 11px;
	}
	#oshiete section .qanda .question {
		margin-bottom: 18px;
	}
	#oshiete section .qanda .question .person {
		width: 64px;
	}
	#oshiete section .qanda .answer .person {
		width: 80px;
	}
	#oshiete section .txt {
		padding: 10px;
		padding-left: 48px;
	}
	#oshiete section .txt .mark {
		padding-top: 13px;
	}
	#oshiete section .txt .mark img {
		width: 15px;
	}
	#oshiete section .txt p {
		font-size: 10.5pt;
	}
	#oshiete section .txt p strong {
		font-size: 105%;
	}
	#oshiete section .txt p.att {
		margin-top: 7px;
		font-size: 9pt;
	}
}

#oshiete section .contents {
	background-color: #7eb7ea;
	padding: 64px 76px;
}
@media screen and (max-width: 840px) {
	#oshiete section .contents {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section .contents {
		padding: 48px 34px;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section .contents {
		padding: 40px 22px;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section .contents {
		padding: 34px 11px;
	}
}

#oshiete section .contents.verDL {
	padding-left: 83px;
}
#oshiete section .contents.verDL h4 {
	display: inline-block;
	margin-bottom: 24px;
	border-radius: 6px;
	background-color: #fff;
	padding: 12px 30px 14px;
	color: var(--oshiete-strong-blue);
	font-size: 16pt;
	line-height: 100%;
}
#oshiete section .contents.verDL dl {
	margin-bottom: 10px;
	border-radius: 6px;
	background-color: #fff;
}
#oshiete section .contents.verDL dl > div {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#oshiete section .contents.verDL dl > div:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, transparent, transparent 70%, #6a6a6a 70%);
	background-size: 7px auto;
	background-repeat: repeat-x;
}
#oshiete section .contents.verDL dl dt {
	position: relative;
	flex-shrink: 0;
	width: 23%;
	padding: 0 24px 0 42px;
	color: var(--oshiete-strong-blue);
	font-size: 16pt;
	line-height: 140%;
}
#oshiete section .contents.verDL dl dt:before {
	content: "01";
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 1.9em;
	height: 1.9em;
	padding-bottom: 2px;
	background-color: var(--oshiete-blue);
	color: #fff;
	font-size: 15pt;
	text-indent: 1px;
	line-height: 100%;
	transform: translate(-50%, -50%);
}
#oshiete section .contents.verDL dl > div:nth-child(2) dt:before { content: "02"; }
#oshiete section .contents.verDL dl > div:nth-child(3) dt:before { content: "03"; }
#oshiete section .contents.verDL dl > div:nth-child(4) dt:before { content: "04"; }
#oshiete section .contents.verDL dl dd {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	border-left: 1px solid #9ab0d5;
	width: 77%;
	padding: 28px 42px;
}
#oshiete section .contents.verDL dl dd p {
	flex-grow: 1;
	padding-right: 40px;
	font-size: 13pt;
	font-weight: 500;
}
#oshiete section .contents.verDL dl dd p strong {
	color: var(--oshiete-strong-blue);
	font-weight: 500;
}
#oshiete section .contents.verDL dl dd figure {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 28%;
}
#oshiete section .contents.verDL dl dd figure.long {
	width: 43%;
}
#oshiete section .contents.verDL.ver2 dl {
	border-radius: 0;
	background: none;
}
#oshiete section .contents.verDL.ver2 dl > div {
	border-radius: 8px;
	background-color: #fff;
}
#oshiete section .contents.verDL.ver2 dl > div:not(:last-child) {
	margin-bottom: 26px;
}
#oshiete section .contents.verDL.ver2 dl > div:after {
	content: none;
}
#oshiete section .contents.verDL.ver2 dl dt {
	text-align: center;
}
#oshiete section .contents.verDL.ver2 dl dt small {
	display: inline-block;
	margin-top: 3px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-radius: 8px;
	padding: 3px 12px;
	font-weight: 600;
	font-size: 12pt;
	line-height: 140%;
}
#oshiete section .contents.verDL.ver2 dl dd {
	display: block;
	margin: 9px 0;
	border-left-color: var(--oshiete-blue);
	padding-top: 26px;
	padding-bottom: 28px;
}
#oshiete section .contents.verDL.ver2 dl dd p {
	padding-right: 0;
}
#oshiete section .contents.verDL.ver2 dl dd p strong.lined {
	position: relative;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 140%;
	font-weight: 700;
}
#oshiete section .contents.verDL.ver2 dl dd p strong.lined:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--oshiete-strong-blue);
}
#oshiete section .contents.verDL.ver2 dl dd .nengaku {
	margin-top: 23px;
	margin-bottom: 26px;
	font-size: 13pt;
	font-weight: 500;
}
#oshiete section .contents.verDL.ver2 dl dd .nengaku strong {
	color: var(--oshiete-strong-blue);
	font-size: 15pt;
}
#oshiete section .contents.verDL.ver2 dl dd .dotbox {
	border: 1px dotted #3f69af;
	padding: 19px 32px;
	color: var(--oshiete-strong-blue);
	font-size: 14pt;
	font-weight: 500;
}
#oshiete section .contents.verDL.ver2 dl dd .dotbox small {
	font-weight: 600;
}
#oshiete section .contents.verDL h4.anim,
#oshiete section .contents.verDL dl.anim {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verDL h4.anim:not(.animated),
#oshiete section .contents.verDL dl.anim:not(.animated) {
	opacity: 0;
	transform: translatey(60px);
}
#oshiete section .contents.verDL dl.anim dt:before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verDL dl.anim:not(.animated) dt:before {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
}
#oshiete section .contents.verDL dl.anim.animated dt:before { transition-delay: 0.3s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(2) dt:before { transition-delay: 0.8s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(3) dt:before { transition-delay: 1.3s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(4) dt:before { transition-delay: 1.8s; }
#oshiete section .contents.verDL dl dt span.t {
	display: inline-block;
}
#oshiete section .contents.verDL dl.anim dt span.t {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verDL dl.anim:not(.animated) dt span.t {
	opacity: 0;
	transform: translatex(-20px);
}
#oshiete section .contents.verDL dl.anim.animated dt span.t { transition-delay: 0.5s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(2) dt span.t { transition-delay: 1s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(3) dt span.t { transition-delay: 1.5s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(4) dt span.t { transition-delay: 2s; }
#oshiete section .contents.verDL dl.anim dd {
	opacity: 1;
	transition: opacity 0.4s;
}
#oshiete section .contents.verDL dl.anim:not(.animated) dd {
	opacity: 0;
}
#oshiete section .contents.verDL dl.anim.animated dd { transition-delay: 0.8s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(2) dd { transition-delay: 1.3s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(3) dd { transition-delay: 1.8s; }
#oshiete section .contents.verDL dl.anim.animated div:nth-child(4) dd { transition-delay: 2.3s; }
@media screen and (max-width: 950px) {
	#oshiete section .contents.verDL dl dt {
		flex-shrink: 0;
		width: 162px;
		padding: 0 20px 0 33px;
		font-size: 15pt;
	}
	#oshiete section .contents.verDL dl dt:before {
		font-size: 14pt;
	}
	#oshiete section .contents.verDL dl dd {
		width: calc(100% - 162px);
		padding: 22px 32px;
	}
	#oshiete section .contents.verDL dl dd p {
		font-size: 12pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku strong big {
		font-size: 120%;
	}
}
@media screen and (max-width: 920px) {
	#oshiete section .contents.verDL.ver2 dl dd .dotbox {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		justify-content: flex-start;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox .gessu {
		display: inline-block;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox .gessu small {
		display: block;
	}
}
@media screen and (max-width: 840px) {
	#oshiete section .contents.verDL {
		padding-left: 58px;
	}
	#oshiete section .contents.verDL h4 {
		font-size: 15pt;
	}
	#oshiete section .contents.verDL dl dd figure {
		width: 26%;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section .contents.verDL {
		padding-left: 40px;
	}
	#oshiete section .contents.verDL h4 {
		font-size: 14pt;
	}
	#oshiete section .contents.verDL dl dt {
		width: 152px;
		padding: 0 20px 0 30px;
		font-size: 14pt;
	}
	#oshiete section .contents.verDL dl dt:before {
		font-size: 13pt;
	}
	#oshiete section .contents.verDL dl dd {
		width: calc(100% - 152px);
	}
	#oshiete section .contents.verDL.ver2 dl dd p strong.lined {
		font-size: 120%;
	}
	#oshiete section .contents.verDL.ver2 dl dd {
		padding-top: 18px;
		padding-bottom: 20px;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku {
		margin-top: 16px;
		margin-bottom: 19px;
		font-size: 12pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku strong {
		font-size: 13pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox {
		font-size: 13pt;
	}
}
@media screen and (max-width: 720px) {
	#oshiete section .contents.verDL dl > div {
		display: block;
	}
	#oshiete section .contents.verDL dl dt {
		border-bottom: 1px solid #9ab0d5;
		width: 100%;
		padding: 14px 20px 14px 35px;
	}
	#oshiete section .contents.verDL dl dt br {
		display: none;
	}
	#oshiete section .contents.verDL dl dd {
		align-items: flex-start;
		border-left: none;
		width: 100%;
		padding: 17px 36px 30px;
	}
	#oshiete section .contents.verDL dl div:last-child dd {
		padding-bottom: 22px;
	}
	#oshiete section .contents.verDL dl dd figure {
		padding-top: 7px;
	}
	#oshiete section .contents.verDL.ver2 dl dt {
		text-align: left;
	}
	#oshiete section .contents.verDL.ver2 dl dt small {
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 6px;
		padding: 0 10px;
		line-height: 120%;
	}
	#oshiete section .contents.verDL.ver2 dl dd {
		margin: 0;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section .contents.verDL {
		padding-left: 28px;
	}
	#oshiete section .contents.verDL.ver2 dl dd p strong.lined {
		font-size: 110%;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku strong {
		font-size: 12pt;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section .contents.verDL h4 {
		padding: 10px 22px 12px;
		font-size: 13pt;
	}
	#oshiete section .contents.verDL dl dt:before {
		font-size: 11pt;
	}
	#oshiete section .contents.verDL dl dt {
		padding-left: 28px;
		font-size: 12pt;
	}
	#oshiete section .contents.verDL dl dd {
		padding-left: 28px;
		padding-right: 28px;
	}
	#oshiete section .contents.verDL dl dd p {
		padding-right: 30px;
		font-size: 11pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku {
		margin-top: 10px;
		margin-bottom: 16px;
		font-size: 11pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox {
		padding: 14px 27px;
		font-size: 12pt;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section .contents.verDL {
		padding-left: 13px;
	}
	#oshiete section .contents.verDL h4 {
		margin-bottom: 18px;
		padding: 9px 16px 11px;
		font-size: 12pt;
	}
	#oshiete section .contents.verDL dl dt {
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 11pt;
	}
	#oshiete section .contents.verDL dl dt:before {
		font-size: 10.5pt;
		transform: translate(-30%, -50%);
	}
	#oshiete section .contents.verDL dl dd {
		padding-top: 13px;
		padding-bottom: 22px;
	}
	#oshiete section .contents.verDL dl dd p {
		padding-right: 22px;
		font-size: 10.5pt;
	}
	#oshiete section .contents.verDL dl dd figure {
		padding-top: 5px;
	}
	#oshiete section .contents.verDL.ver2 dl dd p strong.lined {
		font-size: 105%;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku {
		font-size: 10.5pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .nengaku strong {
		font-size: 11pt;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox {
		font-size: 11pt;
	}
}
@media screen and (max-width: 480px) {
	#oshiete section .contents.verDL.ver2 dl > div:not(:last-child) {
		margin-bottom: 22px;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox {
		flex-wrap: wrap;
		padding: 11px 18px;
	}
	#oshiete section .contents.verDL.ver2 dl dd .dotbox .inbl {
		width: 100%;
	}
}

#oshiete section .contents.verUL {
	padding-left: 82px;
}
#oshiete section .contents.verUL ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#oshiete section .contents.verUL ul li {
	position: relative;
	border-radius: 6px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 50px 50px 30px;
}
#oshiete section .contents.verUL ul li:not(:last-child) {
	margin-bottom: 52px;
}
#oshiete section .contents.verUL ul li h4,
#oshiete section .contents.verUL ul li h5 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border-radius: 6px;
	background-color: var(--oshiete-blue);
	min-width: 14.6em;
	padding: 14px 30px 15px;
	color: #fff;
	font-size: 16pt;
	line-height: 100%;
	transform: translate(-10px, -50%);
}
#oshiete section .contents.verUL ul li h5 {
	min-width: 6em;
}
#oshiete section .contents.verUL ul li figure.mark {
	flex-shrink: 0;
	margin-right: 36px;
	width: 56px;
	background: none;
	padding: 0;
}
#oshiete section .contents.verUL ul li figure.illust {
	width: 140px;
	position: absolute;
	bottom: 20px;
	right: 54px;
}
#oshiete section .contents.verUL ul li p {
	flex-grow: 1;
    font-size: 13pt;
    font-weight: 500;
}
#oshiete section .contents.verUL ul li p strong {
	color: var(--oshiete-strong-blue);
	font-weight: 500;
}
#oshiete section .contents.verUL ul li.qualify {
	padding-top: 24px;
}
#oshiete section .contents.verUL ul li.qualify p {
	text-align: center;
	font-size: 13pt;
}
#oshiete section .contents.verUL ul li.qualify p strong {
	font-size: 16pt;
	font-weight: 700;
}
#oshiete section .contents.verUL ul li.examflow {
	padding: 5px;
}
#oshiete section .contents.verUL ul li.examflow table {
	border-collapse: collapse;
	margin: 0;
}
#oshiete section .contents.verUL ul li.examflow table tr > * {
	position: relative;
	padding: 16px 8px;
	text-align: center;
}
#oshiete section .contents.verUL ul li.examflow table tr > *:not(:last-child) {
	border-right: 2px dotted #7eb7ea;
}
#oshiete section .contents.verUL ul li.examflow table tr:not(:last-child) > * {
	border-bottom: 2px dotted #7eb7ea;
}
#oshiete section .contents.verUL ul li.examflow table .spi {
	color: #cb4d66;
}
#oshiete section .contents.verUL ul li.examflow table .grn {
	color: #238532;
}
#oshiete section .contents.verUL ul li.examflow table tr th {
	font-size: 15pt;
	font-weight: 700;
	line-height: 130%;
}
#oshiete section .contents.verUL ul li.examflow table tr:first-child th:nth-child(1) {
	width: 20%;
}
#oshiete section .contents.verUL ul li.examflow table tr:first-child th:nth-child(2),
#oshiete section .contents.verUL ul li.examflow table tr:first-child th:nth-child(3) {
	width: 40%;
}
#oshiete section .contents.verUL ul li.examflow table tr th img {
	position: absolute;
	right: 9px;
	bottom: 0;
	width: 94px;
	transform: translateY(20%);
}
#oshiete section .contents.verUL ul li.examflow table tr th .hover {
	position: relative;
	display: inline-block;
}
#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip {
	position: absolute;
	right: 100%;
	bottom: 1.5em;
	border: 2px solid #e00000;
	border-radius: 4px;
	width: 7em;
	background-color: #fff;
	padding: 1px 0 2px;
	text-align: center;
	color: #d00;
	font-size: 11pt;
	font-style: italic;
	text-indent: 0.3em;
}
#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip:before,
#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip:after {
	content: "";
	position: absolute;
	right: 7px;
	width: 0;
	height: 0;
	margin: auto;
	transform: skewX(14deg);
}
#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip:before {
	bottom: -13px;
	border-style: solid;
	border-color: transparent #e00000 transparent transparent;
	border-width: 0 20px 13px 0;
}
#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip:after {
	right: 9px;
	bottom: -10px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0 15px 10px 0;
	z-index: 10;
}
#oshiete section .contents.verUL ul li.examflow table tr td {
	font-size: 14pt;
	font-weight: 500;
	line-height: 150%;
}
#oshiete section .contents.verUL ul li.examflow table tr small {
	display: block;
	font-size: 12pt;
	font-weight: 600;
}
#oshiete section .contents.verUL ul li.examflow table tr td .tgt {
	display: inline-block;
	width: 6.4em;
	text-align: left;
	font-size: 10pt;
	font-weight: 600;
}
#oshiete section .contents.verUL ul li.examflow table tr td .sub {
	display: inline-block;
	width: 10.5em;
	text-align: left;
	font-size: 11.4pt;
}
#oshiete section .contents.verUL ul li.examflow table tr td.grn .sub {
	width: auto;
}

#oshiete section .contents.verUL .titles {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 48px;
}
#oshiete section .contents.verUL .titles h4 {
	flex-shrink: 0;
	margin: 0;
	margin-left: -8px;
	margin-right: 28px;
	border-radius: 6px;
	background-color: var(--oshiete-blue);
	width: 240px;
	padding: 14px 21px 15px;
	color: #fff;
	font-size: 17pt;
	line-height: 100%;
}
#oshiete section .contents.verUL .titles .target {
	flex-grow: 1;
	border-radius: 6px;
	background-color: #fff;
	padding: 20px 39px 30px;
	font-size: 14pt;
	font-weight: 500;
}
#oshiete section .contents.verUL .titles .target > div:not(:last-child) {
	margin-bottom: 12px;
}
#oshiete section .contents.verUL .titles .target .tecks {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
}
#oshiete section .contents.verUL .titles .target .tecks .lft {
	flex-shrink: 0;
	width: 5.7em;
}
#oshiete section .contents.verUL .titles .target .tecks .rgt {
	border-left: 1px solid;
	border-right: 1px solid;
	border-radius: 8px;
	max-width: 26em;
	padding: 0 20px;
	font-size: 12pt;
}
#oshiete section .contents.verUL ul li.anim {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verUL ul li.anim:not(.animated) {
	opacity: 0;
	transform: translatey(60px);
}
#oshiete section .contents.verUL ul li.anim h4,
#oshiete section .contents.verUL ul li.anim h5 {
	top: 0px;
	opacity: 1;
	transition: opacity 0.4s linear, top 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verUL ul li.anim:not(.animated) h4,
#oshiete section .contents.verUL ul li.anim:not(.animated) h5 {
	top: 10px;
	opacity: 0;
}
#oshiete section .contents.verUL ul li.anim.animated h4,
#oshiete section .contents.verUL ul li.anim.animated h5 {
	transition-delay: 0.2s;
}
#oshiete section .contents.verUL ul li.anim figure.mark {
	opacity: 1;
	transition: opacity 0.3s;
}
#oshiete section .contents.verUL ul li.anim:not(.animated) figure.mark {
	opacity: 0;
}
#oshiete section .contents.verUL ul li.anim.animated figure.mark { transition-delay: 0.5s; }
#oshiete section .contents.verUL ul li.anim p {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verUL ul li.anim:not(.animated) p {
	opacity: 0;
	transform: translatex(-20px);
}
#oshiete section .contents.verUL ul li.qualify.anim:not(.animated) p {
	transform: translatex(0px);
}
#oshiete section .contents.verUL ul li.anim.animated p { transition-delay: 0.55s; }
#oshiete section .contents.verUL ul li.anim figure.illust {
	opacity: 1;
	transition: opacity 0.2s;
}
#oshiete section .contents.verUL ul li.anim:not(.animated) figure.illust {
	opacity: 0;
}
#oshiete section .contents.verUL ul li.anim.animated figure.illust { transition-delay: 0.7s; }
#oshiete section .contents.verUL .titles.anim h4 {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verUL .titles.anim:not(.animated) h4 {
	opacity: 0;
	transform: translatex(-40px);
}
#oshiete section .contents.verUL .titles.anim .target {
	opacity: 1;
	transition: opacity 0.6s;
}
#oshiete section .contents.verUL .titles.anim:not(.animated) .target {
	opacity: 0;
}
#oshiete section .contents.verUL .titles.anim.animated .target {
	transition-delay: 0.4s;
}
#oshiete section .contents.verUL ul li.examflow.anim table tr {
	opacity: 1;
	transition: opacity 0.5s;
}
#oshiete section .contents.verUL ul li.examflow.anim:not(.animated) table tr {
	opacity: 0;
}
#oshiete section .contents.verUL ul li.examflow.anim.animated table tr { transition-delay: 0.6s; }
#oshiete section .contents.verUL ul li.examflow.anim.animated table tr:nth-child(2) { transition-delay: 1.1s; }
#oshiete section .contents.verUL ul li.examflow.anim.animated table tr:nth-child(3) { transition-delay: 1.4s; }
#oshiete section .contents.verUL ul li.examflow.anim.animated table tr:nth-child(4) { transition-delay: 1.7s; }
#oshiete section .contents.verUL ul li.examflow.anim table tr th .hover .tip {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.2s linear, transform 0.2s cubic-bezier(0, 0, 0, 1);
}
#oshiete section .contents.verUL ul li.examflow.anim:not(.animated) table tr th .hover .tip {
	opacity: 0;
	transform: translatey(24px);
}
#oshiete section .contents.verUL ul li.examflow.anim.animated table tr th .hover .tip { transition-delay: 0.9s; }
#oshiete section .contents.verUL ul li.examflow.anim table tr th img {
	opacity: 1;
	transform: translatex(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section .contents.verUL ul li.examflow.anim:not(.animated) table tr th img {
	opacity: 0;
	transform: translatex(20px);
}
#oshiete section .contents.verUL ul li.examflow.anim.animated table tr th img { transition-delay: 0.6s; }
@media screen and (max-width: 940px) {
	#oshiete section .contents.verUL ul li.examflow table tr td .tgt {
		display: block;
	}
}
@media screen and (max-width: 875px) {
	#oshiete section .contents.verUL ul li figure.illust {
		width: 114px;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip {
		bottom: 1.9em;
		width: 6.6em;
		padding: 0;
		font-size: 10pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th img {
		width: 82px;
	}
}
@media screen and (max-width: 840px) {
	#oshiete section .contents.verUL {
		padding-left: 52px;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section .contents.verUL {
		padding-left: 38px;
	}
	#oshiete section .contents.verUL ul li h4, 
	#oshiete section .contents.verUL ul li h5 {
		font-size: 14pt;
	}
	#oshiete section .contents.verUL ul li figure.mark {
		margin-right: 30px;
		width: 46px;
	}
	#oshiete section .contents.verUL ul li p {
		font-size: 12pt;
	}
	#oshiete section .contents.verUL .titles h4 {
		width: 200px;
		font-size: 15pt;
	}
	#oshiete section .contents.verUL ul li.qualify p strong {
		font-size: 15pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th {
		font-size: 14pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td {
		font-size: 13pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr small {
		font-size: 11pt;
	}
}
@media screen and (max-width: 700px) {
	#oshiete section .contents.verUL ul li figure.illust {
		right: 30px;
		width: 98px;
	}
	#oshiete section .contents.verUL .titles .target {
		padding: 12px 24px 22px;
		font-size: 13pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip {
		right: 54%;
		bottom: 2.5em;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th img {
		width: 68px;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section .contents.verUL {
		padding-left: 24px;
	}
	#oshiete section .contents.verUL ul li {
		padding: 38px 26px 21px;
	}
	#oshiete section .contents.verUL ul li h4, 
	#oshiete section .contents.verUL ul li h5 {
		padding: 12px 20px;
		font-size: 13pt;
	}
	#oshiete section .contents.verUL ul li figure.mark {
		margin-right: 24px;
		width: 40px;
	}
	#oshiete section .contents.verUL ul li figure.illust {
		right: 22px;
		width: 83px;
	}
	#oshiete section .contents.verUL .titles h4 {
		width: 190px;
		font-size: 14pt;
	}
	#oshiete section .contents.verUL ul li.qualify p strong {
		font-size: 14pt;
	}
}
@media screen and (max-width: 640px) {
	#oshiete section .contents.verUL ul li.examflow table tr th:nth-child(1) {
		font-size: 12pt;
	}
}
@media screen and (max-width: 620px) {
	#oshiete section .contents.verUL .titles {
		display: block;
	}
	#oshiete section .contents.verUL .titles h4 {
		margin-right: 0;
		margin-bottom: 28px;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th img {
		right: 2px;
		width: 62px;
	}
}
@media screen and (max-width: 600px) {
	#oshiete section .contents.verUL ul li.examflow table tr td {
		text-align: center;
		font-size: 12pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td .sub {
		display: block;
		width: 100%;
		text-align: center;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td > br {
		display: none;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td .tgt:not(:first-child) {
		margin-top: 10px;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section .contents.verUL ul li:not(:last-child) {
		margin-bottom: 44px;
	}
	#oshiete section .contents.verUL ul li h4, 
	#oshiete section .contents.verUL ul li h5 {
		font-size: 12pt;
	}
	#oshiete section .contents.verUL ul li p {
		font-size: 11pt;
	}
	#oshiete section .contents.verUL ul li p.withIllust {
		padding-right: 90px;
	}
	#oshiete section .contents.verUL .titles {
		margin-bottom: 42px;
	}
	#oshiete section .contents.verUL .titles h4 {
		font-size: 13pt;
	}
	#oshiete section .contents.verUL .titles .target,
	#oshiete section .contents.verUL .titles .target .tecks .rgt {
		font-size: 11pt;
	}
	#oshiete section .contents.verUL ul li.qualify p strong {
		font-size: 13pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th {
		font-size: 13pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th:nth-child(1) {
		font-size: 11pt;
	}
}
@media screen and (max-width: 540px) {
	#oshiete section .contents.verUL ul li.examflow table tr:first-child th:nth-child(2), #oshiete section .contents.verUL ul li.examflow table tr:first-child th:nth-child(3) {
		width: 30%;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section .contents.verUL {
		padding-left: 13px;
	}
	#oshiete section .contents.verUL ul li {
		padding: 32px 26px 18px;
	}
	#oshiete section .contents.verUL ul li h4, 
	#oshiete section .contents.verUL ul li h5 {
		padding: 10px 17px;
		font-size: 11pt;
		transform: translate(-4px, -50%);
	}
	#oshiete section .contents.verUL ul li p {
		font-size: 10.5pt;
	}
	#oshiete section .contents.verUL ul li p.withIllust {
		padding-right: 80px;
	}
	#oshiete section .contents.verUL ul li figure.illust {
		width: 76px;
	}
	#oshiete section .contents.verUL .titles h4 {
		margin-bottom: 22px;
		width: 158px;
		padding: 11px 15px 13px;
		font-size: 12pt;
	}
	#oshiete section .contents.verUL .titles .target, 
	#oshiete section .contents.verUL .titles .target .tecks .rgt {
		font-size: 10.5pt;
	}
	#oshiete section .contents.verUL .titles .target > div:not(:last-child) {
		margin-bottom: 8px;
	}
	#oshiete section .contents.verUL .titles .target {
		padding: 10px 21px 18px;
	}
	#oshiete section .contents.verUL .titles .target .tecks .rgt {
		padding: 0 16px;
	}
	#oshiete section .contents.verUL ul li.qualify p strong {
		font-size: 12pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr > * {
		padding: 12px 2px;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th {
		font-size: 12pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip {
		right: 46%;
		bottom: 2.3em;
		width: 6.4em;
		font-size: 9pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip:before {
		bottom: -10px;
		border-width: 0 17px 10px 0;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip:after {
		bottom: -7px;
		border-width: 0 12px 7px 0;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th img {
		right: -4px;
		width: 50px;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td {
		font-size: 11pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td .sub {
		font-size: 11pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr small {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 440px) {
	#oshiete section .contents.verUL ul li.examflow table tr th .hover .tip {
		right: 28%;
	}
	#oshiete section .contents.verUL ul li.examflow table tr small {
		font-size: 10pt;
	}
	#oshiete section .contents.verUL ul li.examflow table tr td .sub {
		line-height: 130%;
	}
	#oshiete section .contents.verUL ul li.examflow table tr th img {
		right: -10px;
	}
}

#oshiete section.page01 .qanda .question .txt figure {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 172px;
}
#oshiete section.page01 .contents {
	position: relative;
	padding-top: 83%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#oshiete section.page01 .contents figure {
	position: absolute;
}
#oshiete section.page01 .contents figure.cloud1 {
	right: 62%;
	bottom: 80%;
	width: 31%;
}
#oshiete section.page01 .contents figure.cloud2 {
	left: 49%;
	bottom: 78%;
	width: 44%;
}
#oshiete section.page01 .contents figure.cloud3 {
	right: 66%;
	bottom: 62%;
	width: 25%;
}
#oshiete section.page01 .contents figure.cloud4 {
	left: 60%;
	bottom: 58%;
	width: 30%;
}
#oshiete section.page01 .contents figure.cloud5 {
	top: 49%;
	left: 63.4%;
	width: 28%;
}
#oshiete section.page01 .contents .more {
	position: absolute;
	bottom: 11%;
	left: 7.8%;
	border-radius: 6px;
	background-color: #CFF1F8;
	width: 84.5%;
	padding: 28px 64px;
	font-size: 14pt;
	font-weight: 500;
	line-height: 160%;
}
#oshiete section.page01 .contents.anim {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page01 .contents.anim:not(.animated) {
	opacity: 0;
	transform: translatey(60px);
}
#oshiete section.page01 .contents figure {
	opacity: 1;
	transform: scale(1) translatey(0px);
	transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0, 0, 0.3, 1);
	transition-delay: 0.7s;
	transform-origin: bottom right;
}
#oshiete section.page01 .contents figure.cloud2,
#oshiete section.page01 .contents figure.cloud4 {
	transform-origin: bottom left;
}
#oshiete section.page01 .contents figure.cloud5 {
	transform-origin: top left;
}
#oshiete section.page01 .contents:not(.animated) figure {
	opacity: 0;
	transform: scale(0) translatey(10px);
}
#oshiete section.page01 .contents:not(.animated) figure.cloud5 {
	transform: scale(0) translatey(-10px);
}
#oshiete section.page01 .contents.animated figure.cloud2 { transition-delay: 1.2s }
#oshiete section.page01 .contents.animated figure.cloud3 { transition-delay: 1.7s }
#oshiete section.page01 .contents.animated figure.cloud4 { transition-delay: 2.2s }
#oshiete section.page01 .contents.animated figure.cloud5 { transition-delay: 2.7s }
#oshiete section.page01 .contents .more.anim {
	opacity: 1;
	transition: opacity 0.9s;
}
#oshiete section.page01 .contents .more.anim:not(.animated) {
	opacity: 0;
}
@media screen and (max-width: 840px) {
	#oshiete section.page01 .qanda .question .txt figure {
		width: 144px;
	}
	#oshiete section.page01 .contents .more {
		left: 6.2%;
		width: 87.6%;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section.page01 .contents .more {
		left: 4.9%;
		width: 90.2%;
		font-size: 12pt;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section.page01 .qanda .question .txt figure {
		right: 20px;
		bottom: 14px;
		width: 118px;
	}
	#oshiete section.page01 .contents figure.cloud1 {
		width: 34%;
	}
	#oshiete section.page01 .contents figure.cloud2 {
		width: 47%;
	}
	#oshiete section.page01 .contents figure.cloud3 {
		width: 28%;
	}
	#oshiete section.page01 .contents figure.cloud4 {
		width: 33%;
	}
	#oshiete section.page01 .contents figure.cloud5 {
		width: 31%;
	}
	#oshiete section.page01 .contents .more {
		left: 3.6%;
		width: 92.8%;
		padding: 20px 44px;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page01 .contents .more {
		font-size: 11pt;
	}
}
@media screen and (max-width: 540px) {
	#oshiete section.page01 .qanda .question .txt figure {
		width: 92px;
	}
	#oshiete section.page01 .contents .more {
		padding: 14px 28px;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section.page01 .contents .more {
		left: 2.2%;
		width: 95.6%;
		font-size: 10.5pt;
		line-height: 140%;
	}
}
@media screen and (max-width: 480px) {
	#oshiete section.page01 .contents .more {
		bottom: 6%;
	}
}
@media screen and (max-width: 460px) {
	#oshiete section.page01 .qanda .question .txt figure {
		width: 80px;
	}
}

#oshiete section.page02 .contents ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#oshiete section.page02 .contents ul li {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: calc((100% - 48px) / 2);
	background-color: #fff;
}
#oshiete section.page02 .contents ul li:nth-child(n + 3) {
	margin-top: 32px;
}
#oshiete section.page02 .contents ul li h4 {
	margin-bottom: 0;
	background-color: var(--oshiete-blue);
	padding: 24px 40px;
	color: #fff;
	font-size: 15pt;
	line-height: 100%;
}
#oshiete section.page02 .contents ul li p {
	padding: 24px 38px 30px;
	font-size: 13pt;
	font-weight: 500;
}
#oshiete section.page02 .contents ul.anim li {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page02 .contents ul.anim:not(.animated) li {
	opacity: 0;
	transform: translatey(30px);
}
#oshiete section.page02 .contents ul.anim.animated li:nth-child(2) { transition-delay: 0.3s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(3) { transition-delay: 0.6s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(4) { transition-delay: 0.9s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(5) { transition-delay: 1.2s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(6) { transition-delay: 1.5s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(7) { transition-delay: 1.8s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(8) { transition-delay: 2.1s; }
#oshiete section.page02 .contents ul.anim.animated li:nth-child(9) { transition-delay: 2.4s; }
@media screen and (max-width: 840px) {
	#oshiete section.page02 .contents ul li {
		width: calc((100% - 34px) / 2);
	}
}
@media screen and (max-width: 767px) {
	#oshiete section.page02 .contents ul li h4 {
		padding: 20px 34px;
		font-size: 13pt;
	}
	#oshiete section.page02 .contents ul li p {
		padding: 16px 33px 23px;
		font-size: 12pt;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section.page02 .contents ul li {
		width: calc((100% - 22px) / 2);
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page02 .contents ul li h4 {
		padding: 16px 24px 17px;
		font-size: 12pt;
	}
	#oshiete section.page02 .contents ul li p {
		padding: 12px 23px 18px;
		font-size: 11pt;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section.page02 .contents ul li p {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 480px) {
	#oshiete section.page02 .contents ul li {
		width: 100%;
	}
	#oshiete section.page02 .contents ul li:nth-child(n + 2) {
		margin-top: 26px;
	}
	#oshiete section.page02 .contents ul li p {
		padding: 12px 22px 18px;
	}
}

#oshiete section.page03 .contents {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
#oshiete section.page03 .contents .lft {
	border-radius: 6px;
	width: calc((100% - 44px) * 0.6);
	background-color: #fff;
	padding: 42px 34px;
}
#oshiete section.page03 .contents .lft figure.map {
	margin-bottom: 50px;
}
#oshiete section.page03 .contents .lft figure figcaption {
	display: inline-block;
	margin-bottom: 14px;
	background-color: #333;
	padding: 11px 34px;
	color: #fff;
	font-size: 15pt;
	font-weight: 500;
	line-height: 100%;
}
#oshiete section.page03 .contents .rgt {
	width: calc((100% - 44px) * 0.4);
}
#oshiete section.page03 .contents .rgt .titles {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 10px;
	color: var(--oshiete-blue);
	font-size: 16pt;
	font-weight: 700;
}
#oshiete section.page03 .contents .rgt .titles .ttl1 {
	width: 43%;
	padding-left: 21px;
}
#oshiete section.page03 .contents .rgt .titles .ttl2 {
	width: 57%;
	text-align: center;
}
#oshiete section.page03 .contents .rgt ul {
	list-style: none;
	margin: 0;
	border-radius: 6px;
	background-color: #fff;
	padding: 6px 0px;
	font-size: 13pt;
	font-weight: 500;
}
#oshiete section.page03 .contents .rgt ul li {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	padding: 11px 0
}
#oshiete section.page03 .contents .rgt ul li:not(:last-child):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, transparent, transparent 70%, #6a6a6a 70%);
	background-size: 7px auto;
	background-repeat: repeat-x;
}
#oshiete section.page03 .contents .rgt ul li .area {
	width: 43%;
	padding-left: 21px;
}
#oshiete section.page03 .contents .rgt ul li .city {
	border-left: 1px solid var(--oshiete-blue);
	width: 57%;
	padding-left: 23px;
	padding-right: 8px;
	font-weight: 400;
}
#oshiete section.page03 .contents .lft.anim,
#oshiete section.page03 .contents .rgt.anim {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page03 .contents .lft.anim:not(.animated),
#oshiete section.page03 .contents .rgt.anim:not(.animated) {
	opacity: 0;
	transform: translatey(40px);
}
#oshiete section.page03 .contents .lft.anim figure.map {
	opacity: 1;
	transition: opacity 0.2s linear;
}
#oshiete section.page03 .contents .lft.anim:not(.animated) figure.map {
	opacity: 0;
}
#oshiete section.page03 .contents .lft.anim.animated figure.map {
	transition-delay: 0.2s;
}
#oshiete section.page03 .contents .lft figure.anim {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page03 .contents .lft figure.anim:not(.animated) {
	opacity: 0;
	transform: translatey(20px);
}
#oshiete section.page03 .contents .lft figure.anim img {
	opacity: 1;
	transition: opacity 0.3s linear;
}
#oshiete section.page03 .contents .lft figure.anim:not(.animated) img {
	opacity: 0;
}
#oshiete section.page03 .contents .lft figure.anim.animated img {
	transition-delay: 0.2s;
}
#oshiete section.page03 .contents .rgt.anim .titles {
	opacity: 1;
	transition: opacity 0.5s linear;
}
#oshiete section.page03 .contents .rgt.anim:not(.animated) .titles {
	opacity: 0;
}
#oshiete section.page03 .contents .rgt.anim.animated .titles {
	transition-delay: 0.4s;
}
#oshiete section.page03 .contents .rgt.anim ul li {
	opacity: 1;
	transition: opacity 0.4s linear;
}
#oshiete section.page03 .contents .rgt.anim:not(.animated) ul li {
	opacity: 0;
}
#oshiete section.page03 .contents .rgt.anim.animated ul li { transition-delay: 0.8s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(2) { transition-delay: 0.85s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(3) { transition-delay: 0.9s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(4) { transition-delay: 0.95s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(5) { transition-delay: 1.0s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(6) { transition-delay: 1.05s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(7) { transition-delay: 1.1s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(8) { transition-delay: 1.15s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(9) { transition-delay: 1.2s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(10) { transition-delay: 1.25s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(11) { transition-delay: 1.3s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(12) { transition-delay: 1.35s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(13) { transition-delay: 1.4s; }
#oshiete section.page03 .contents .rgt.anim.animated ul li:nth-child(14) { transition-delay: 1.45s; }
@media screen and (max-width: 900px) {
	#oshiete section.page03 .contents .rgt .titles {
		font-size: 14pt;
	}
	#oshiete section.page03 .contents .rgt ul {
		font-size: 12pt;
	}
}
@media screen and (max-width: 840px) {
	#oshiete section.page03 .contents .lft {
		width: calc((100% - 32px) * 0.6);
	}
	#oshiete section.page03 .contents .rgt {
		width: calc((100% - 32px) * 0.4);
	}
}
@media screen and (max-width: 800px) {
	#oshiete section.page03 .contents {
		display: block;
	}
	#oshiete section.page03 .contents .lft {
		margin-bottom: 48px;
		width: 100%;
	}
	#oshiete section.page03 .contents .lft figure {
		margin-left: auto;
		margin-right: auto;
		max-width: 540px;
	}
	#oshiete section.page03 .contents .lft figure.map {
		max-width: 490px;
	}
	#oshiete section.page03 .contents .rgt {
		margin: 0 auto;
		width: 100%;
		max-width: 640px;
	}
	#oshiete section.page03 .contents .rgt .titles .ttl1,
	#oshiete section.page03 .contents .rgt ul li .area {
		width: 38%;
		padding-left: 72px;
	}
	#oshiete section.page03 .contents .rgt .titles .ttl2,
	#oshiete section.page03 .contents .rgt ul li .city {
		width: 62%;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section.page03 .contents .lft figure {
		max-width: 430px;
	}
	#oshiete section.page03 .contents .lft figure figcaption {
		font-size: 13pt;
	}
}
@media screen and (max-width: 640px) {
	#oshiete section.page03 .contents .rgt .titles .ttl1, 
	#oshiete section.page03 .contents .rgt ul li .area {
		width: 38%;
		padding-left: 32px;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page03 .contents .rgt .titles {
		font-size: 12pt;
	}
	#oshiete section.page03 .contents .rgt ul {
		font-size: 11pt;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page03 .contents .lft {
		margin-bottom: 38px;
	}
	#oshiete section.page03 .contents .lft figure {
		max-width: 370px;
	}
	#oshiete section.page03 .contents .lft figure figcaption {
		font-size: 11pt;
	}
	#oshiete section.page03 .contents .rgt .titles {
		font-size: 11pt;
	}
	#oshiete section.page03 .contents .rgt ul {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section.page03 .contents .lft {
		padding: 36px 24px;
	}
}

#oshiete section.page05 .qanda .question .txt figure {
	position: absolute;
	right: 36px;
	bottom: 20px;
	width: 120px;
}
#oshiete section.page05 .contents ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#oshiete section.page05 .contents ul li {
	position: relative;
	width: calc((100% - 80px) / 3);
	background-color: var(--oshiete-blue);
	padding: 28px 20px;
}
#oshiete section.page05 .contents ul li:nth-child(2n) {
	background-color: #fff;
}
#oshiete section.page05 .contents ul li:nth-child(n + 4) {
	margin-top: 26px;
}
#oshiete section.page05 .contents ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	border: 2px solid #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
#oshiete section.page05 .contents ul li:nth-child(2n):before {
	border-color: #1db0d2;
}
#oshiete section.page05 .contents ul li figure {
	margin: 0 auto 10px;
	max-width: 120px;
}
#oshiete section.page05 .contents ul li h4 {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 16pt;
	font-weight: 500;
}
#oshiete section.page05 .contents ul li:nth-child(2n) h4 {
	color: #231815;
}
#oshiete section.page05 .contents ul li h4 small {
	display: block;
	margin-top: 6px;
	font-weight: 500;
	line-height: 140%;
}
#oshiete section.page05 .contents ul li.more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #fff;
}
#oshiete section.page05 .contents ul li.more:before {
	content: none;
}
#oshiete section.page05 .contents ul li.more p {
	text-align: center;
	font-size: 14pt;
	font-weight: 500;
}
#oshiete section.page05 .contents ul.anim li {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page05 .contents ul.anim:not(.animated) li {
	opacity: 0;
	transform: translatey(30px);
}
#oshiete section.page05 .contents ul.anim.animated li:nth-child(2) { transition-delay: 0.2s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(3) { transition-delay: 0.4s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(4) { transition-delay: 0.6s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(5) { transition-delay: 0.8s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(6) { transition-delay: 1.0s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(7) { transition-delay: 1.2s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(8) { transition-delay: 1.4s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(9) { transition-delay: 1.6s; }
#oshiete section.page05 .contents ul.anim li figure {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page05 .contents ul.anim:not(.animated) li figure {
	opacity: 0;
	transform: translatey(20px);
}
#oshiete section.page05 .contents ul.anim.animated li figure { transition-delay: 0.3s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(2) figure { transition-delay: 0.5s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(3) figure { transition-delay: 0.7s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(4) figure { transition-delay: 0.9s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(5) figure { transition-delay: 1.1s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(6) figure { transition-delay: 1.3s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(7) figure { transition-delay: 1.5s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(8) figure { transition-delay: 1.7s; }
#oshiete section.page05 .contents ul.anim.animated li:nth-child(9) figure { transition-delay: 1.9s; }
@media screen and (max-width: 840px) {
	#oshiete section.page05 .qanda .question .txt figure {
		width: 104px;
	}
	#oshiete section.page05 .contents ul li.more p {
		font-size: 13pt;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section.page05 .contents ul li {
		width: calc((100% - 60px) / 3);
	}
	#oshiete section.page05 .contents ul li figure {
		max-width: 110px;
	}
	#oshiete section.page05 .contents ul li h4 {
		font-size: 14pt;
	}
	#oshiete section.page05 .contents ul li.more p {
		font-size: 12pt;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section.page05 .qanda .question .txt figure {
		right: 20px;
		bottom: 12px;
		width: 86px;
	}
	#oshiete section.page05 .contents ul li {
		width: calc((100% - 40px) / 3);
	}
	#oshiete section.page05 .contents ul li:nth-child(n + 4) {
		margin-top: 20px;
	}
	#oshiete section.page05 .contents ul li figure {
		max-width: 100px;
	}
	#oshiete section.page05 .contents ul li h4 {
		font-size: 13pt;
	}
	#oshiete section.page05 .contents ul li.more p {
		font-size: 11pt;
	}
}
@media screen and (max-width: 600px) {
	#oshiete section.page05 .contents ul li {
		width: calc((100% - 20px) / 2);
	}
	#oshiete section.page05 .contents ul li:nth-child(n + 3) {
		margin-top: 26px;
	}
	#oshiete section.page05 .contents ul li.more {
		margin-top: 36px;
		width: 100%;
	}
	#oshiete section.page05 .contents ul li.more p br {
		display: none;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page05 .contents ul li h4 {
		font-size: 12pt;
	}
}
@media screen and (max-width: 540px) {
	#oshiete section.page05 .qanda .question .txt figure {
		width: 68px;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section.page05 .contents ul li {
		width: calc((100% - 14px) / 2);
	}
	#oshiete section.page05 .contents ul li:nth-child(n + 3) {
		margin-top: 16px;
	}
	#oshiete section.page05 .contents ul li.more {
		margin-top: 30px;
	}
}
@media screen and (max-width: 440px) {
	#oshiete section.page05 .qanda .question .txt {
		min-height: 130px;
	}
	#oshiete section.page05 .qanda .question .txt figure {
		width: 60px;
	}
}

#oshiete section.page08 .contents ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#oshiete section.page08 .contents ul li {
	position: relative;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: calc((100% - 40px) / 2);
	background-color: #fff;
}
#oshiete section.page08 .contents ul li:nth-child(n + 3) {
	margin-top: 32px;
}
#oshiete section.page08 .contents ul li h4 {
	margin-bottom: 0;
	background-color: var(--oshiete-blue);
	padding: 26px 20px;
	text-align: center;
	color: #fff;
	font-size: 14pt;
	line-height: 100%;
}
#oshiete section.page08 .contents ul li p {
	padding: 25px 38px 54px;
	font-size: 13pt;
	font-weight: 500;
}
#oshiete section.page08 .contents ul li figure {
	position: absolute;
	right: 30px;
	bottom: 24px;
	width: 94px;
}
#oshiete section.page08 .contents ul li:nth-child(2) figure {
	right: 16px;
	bottom: 10px;
	width: 136px;
}
#oshiete section.page08 .contents ul li:nth-child(3) figure {
	right: 3px;
	width: 114px;
}
#oshiete section.page08 .contents ul li:nth-child(4) figure {
	bottom: 8px;
	width: 126px;
}
#oshiete section.page08 .contents ul.anim li {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page08 .contents ul.anim:not(.animated) li {
	opacity: 0;
	transform: translatey(30px);
}
#oshiete section.page08 .contents ul.anim.animated li:nth-child(2) { transition-delay: 0.5s; }
#oshiete section.page08 .contents ul.anim.animated li:nth-child(3) { transition-delay: 1.0s; }
#oshiete section.page08 .contents ul.anim.animated li:nth-child(4) { transition-delay: 1.5s; }
#oshiete section.page08 .contents ul.anim li figure {
	opacity: 1;
	transition: opacity 0.2s linear;
}
#oshiete section.page08 .contents ul.anim:not(.animated) li figure {
	opacity: 0;
}
#oshiete section.page08 .contents ul.anim.animated li figure { transition-delay: 0.3s; }
#oshiete section.page08 .contents ul.anim.animated li:nth-child(2) figure { transition-delay: 0.8s; }
#oshiete section.page08 .contents ul.anim.animated li:nth-child(3) figure { transition-delay: 1.3s; }
#oshiete section.page08 .contents ul.anim.animated li:nth-child(4) figure { transition-delay: 1.8s; }
@media screen and (max-width: 960px) {
	#oshiete section.page08 .contents ul li:nth-child(3) p {
		padding-bottom: 74px;
	}
	#oshiete section.page08 .contents ul li:nth-child(3) figure {
		right: 13px;
		width: 102px;
	}
}
@media screen and (max-width: 840px) {
	#oshiete section.page08 .contents ul li {
		width: calc((100% - 34px) / 2);
	}
}
@media screen and (max-width: 767px) {
	#oshiete section.page08 .contents ul li h4 {
		font-size: 13pt;
	}
	#oshiete section.page08 .contents ul li p {
		font-size: 12pt;
	}
	#oshiete section.page08 .contents ul li figure {
		width: 84px;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section.page08 .contents ul li {
		width: calc((100% - 22px) / 2);
	}
	#oshiete section.page08 .contents ul li h4 {
		padding: 19px 10px;
		font-size: 12pt;
	}
	#oshiete section.page08 .contents ul li h4 big {
		font-size: 115%;
	}
	#oshiete section.page08 .contents ul li p {
		padding: 20px 27px 56px;
		font-size: 11pt;
	}
	#oshiete section.page08 .contents ul li:nth-child(3) p {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page08 .contents ul {
		margin: 0 auto;
		max-width: 430px;
	}
	#oshiete section.page08 .contents ul li {
		width: 100%;
	}
	#oshiete section.page08 .contents ul li h4 big {
		font-size: 110%;
	}
	#oshiete section.page08 .contents ul li p {
		padding-top: 22px;
	}
	#oshiete section.page08 .contents ul li:nth-child(n + 2) {
		margin-top: 28px;
	}
	#oshiete section.page08 .contents ul li:nth-child(1) p {
		padding-bottom: 28px;
	}
	#oshiete section.page08 .contents ul li:nth-child(2) figure {
		width: 106px;
	}
	#oshiete section.page08 .contents ul li:nth-child(3) p {
		padding-bottom: 28px;
	}
	#oshiete section.page08 .contents ul li:nth-child(3) figure {
		bottom: 15px;
	}
	#oshiete section.page08 .contents ul li:nth-child(4) figure {
		right: 18px;
		width: 96px;
	}
}
@media screen and (max-width: 520px) {
	#oshiete section.page08 .contents ul li p {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 480px) {
	#oshiete section.page08 .contents ul li:nth-child(n + 2) {
		margin-top: 24px;
	}
}

#oshiete section.page10 .contents {
	background-color: #d0e5f7;
}
#oshiete section.page10 .contents .circles {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
#oshiete section.page10 .contents .circles > div,
#oshiete section.page10 .contents .circles > figure {
	margin-right: 40px;
	width: calc((100% - 120px) / 4);
}
#oshiete section.page10 .contents .circles > *:nth-child(4n) {
	margin-right: 0;
}
#oshiete section.page10 .contents .circles > *:last-child {
	margin-right: 0;
}
#oshiete section.page10 .contents .circles > *:nth-child(n + 4) {
	margin-top: 20px;
}
#oshiete section.page10 .contents .circles > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--oshiete-strong-blue);
	text-align: center;
	font-size: 17pt;
	font-weight: 700;
	color: #fff;
	line-height: 130%;
}
#oshiete section.page10 .contents .circles > div:before {
	content: "";
	display: block;
	width: 0;
	padding-top: 100%;
}
#oshiete section.page10 .contents .circles > div small {
	display: block;
	margin-top: 6px;
	font-size: 13pt;
	font-weight: 500;
	line-height: 140%;
}
#oshiete section.page10 .contents .circles > figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#oshiete section.page10 .contents .circles > figure img {
	width: 70%;
}
#oshiete section.page10 .contents .att {
	background-color: #ffffffbd;
	padding: 11px 20px 12px;
	text-align: center;
	line-height: 140%;
}
#oshiete section.page10 .contents .circles.anim > div {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page10 .contents .circles.anim:not(.animated) > div {
	opacity: 0;
	transform: translatey(30px);
}
#oshiete section.page10 .contents .circles.anim > div .inner {
	opacity: 1;
	transition: opacity 0.3s linear;
}
#oshiete section.page10 .contents .circles.anim:not(.animated) > div .inner {
	opacity: 0;
}
#oshiete section.page10 .contents .circles.anim.animated > div .inner { transition-delay: 0.5s; }
#oshiete section.page10 .contents .circles.anim.animated > div:nth-child(3) .inner { transition-delay: 0.7s; }
#oshiete section.page10 .contents .circles.anim.animated > div:nth-child(5) .inner { transition-delay: 0.9s; }
#oshiete section.page10 .contents .circles.anim.animated > div:nth-child(6) .inner { transition-delay: 1.1s; }
#oshiete section.page10 .contents .circles.anim.animated > div:nth-child(7) .inner { transition-delay: 1.3s; }
#oshiete section.page10 .contents .circles.anim > figure {
	opacity: 1;
	transition: opacity 0.3s linear;
}
#oshiete section.page10 .contents .circles.anim:not(.animated) > figure {
	opacity: 0;
}
#oshiete section.page10 .contents .circles.anim.animated > figure { transition-delay: 0.5s; }
#oshiete section.page10 .contents .circles.anim.animated > figure:nth-child(4) { transition-delay: 1.2s; }
#oshiete section.page10 .contents .circles.anim + .att {
	opacity: 1;
	transform: translatey(0px);
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#oshiete section.page10 .contents .circles.anim:not(.animated) + .att {
	opacity: 0;
	transform: translatey(20px);
}
#oshiete section.page10 .contents .circles.anim.animated + .att {
	transition-delay: 1.4s;
}
@media screen and (max-width: 920px) {
	#oshiete section.page10 .contents .circles > div {
		font-size: 15pt;
	}
}
@media screen and (max-width: 767px) {
	#oshiete section.page10 .contents .circles > div {
		font-size: 14pt;
	}
	#oshiete section.page10 .contents .circles > div small {
		margin-top: 3px;
		font-size: 11pt;
	}
	#oshiete section.page10 .contents .att {
		font-size: 11pt;
	}
}
@media screen and (max-width: 720px) {
	#oshiete section.page10 .contents .circles > div, 
	#oshiete section.page10 .contents .circles > figure {
		margin-right: 26px;
		width: calc((100% - 78px) / 4);
	}
	#oshiete section.page10 .contents .circles > *:nth-child(n + 4) {
		margin-top: 12px;
	}
}
@media screen and (max-width: 660px) {
	#oshiete section.page10 .contents .circles {
		margin-bottom: 32px;
	}
	#oshiete section.page10 .contents .circles > div {
		font-size: 13pt;
	}
}
@media screen and (max-width: 620px) {
	#oshiete section.page10 .contents .circles > div, 
	#oshiete section.page10 .contents .circles > figure {
		margin-right: 15px;
		width: calc((100% - 45px) / 4);
	}
	#oshiete section.page10 .contents .circles > *:nth-child(n + 4) {
		margin-top: 9px;
	}
}
@media screen and (max-width: 580px) {
	#oshiete section.page10 .contents .circles > div {
		font-size: 12pt;
	}
	#oshiete section.page10 .contents .circles > div small {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 540px) {
	#oshiete section.page10 .contents .circles {
		margin-bottom: 32px;
	}
	#oshiete section.page10 .contents .circles > div {
		font-size: 11pt;
		line-height: 120%;
	}
	#oshiete section.page10 .contents .circles > div small {
		font-size: 9pt;
		line-height: 120%;
	}
	#oshiete section.page10 .contents .att {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 480px) {
	#oshiete section.page10 .contents .circles {
		margin-bottom: 24px;
	}
	#oshiete section.page10 .contents .circles > div, 
	#oshiete section.page10 .contents .circles > figure {
		margin-right: 9px;
		width: calc((100% - 27px) / 4);
	}
	#oshiete section.page10 .contents .circles > div {
		font-size: 10.5pt;
	}
	#oshiete section.page10 .contents .att {
		font-size: 10pt;
	}
}
@media screen and (max-width: 420px) {
	#oshiete section.page10 .contents .circles > div {
		font-size: 10pt;
	}
	#oshiete section.page10 .contents .circles > div small {
		margin-top: 2px;
	}
}

#oshiete .paging {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #FDF8EE;
	padding: 30px 0 0;
}
#oshiete .paging a {
	position: relative;
	display: inline-block;
}
#oshiete .paging a:empty {
	display: none;
}
#oshiete .paging a:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.8;
}
#oshiete .paging .prev {
	padding-right: 32px;
}
#oshiete .paging .prev a {
	padding-left: 24px;
}
#oshiete .paging .prev a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	border-left: solid 2px #555;
	border-bottom: solid 2px #555;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}
#oshiete .paging .next {
	padding-left: 32px;
}
#oshiete .paging .next a {
	padding-right: 24px;
	text-align: right;
}
#oshiete .paging .next a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 5px;
	top: 50%;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}
@media screen and (max-width: 1000px) {
	#oshiete .paging {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	#oshiete .paging {
		padding-top: 22px;
	}
	#oshiete .paging a {
		font-size: 11pt;
	}
}
@media screen and (max-width: 580px) {
	#oshiete .paging a {
		font-size: 10.5pt;
	}
}
@media screen and (max-width: 520px) {
	#oshiete .paging {
		padding-left: 10px;
		padding-right: 10px;
	}
	#oshiete .paging .next {
		padding-left: 20px;
	}
	#oshiete .paging a {
		font-size: 10pt;
	}
	#oshiete .paging .prev {
		padding-right: 20px;
	}
	#oshiete .paging .prev a {
		padding-left: 16px;
	}
	#oshiete .paging .next {
		padding-left: 20px;
	}
	#oshiete .paging .next a {
		padding-right: 16px;
	}
}
