/* normalize  */
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,a:hover {
	outline-width: 0;
}
b,strong {
	font-weight: inherit;
	font-weight: bolder;
}
img {
	border-style: none;
}

/* reset */
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #017cd4;
}
a:hover,
a:focus {
	color: #005999;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}

/* common */
.pcDisp {
	display: inline;
}
.tbDisp {
	display: none;
}
.spDisp {
	display: none;
}
@media screen and (max-width: 900px) {
	.tbDisp {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.pcDisp {
		display: none;
	}
	.tbDisp {
		display: none;
	}
	.spDisp {
		display: inline;
	}
}

/* header  */
#kids-event2022-header {
	padding: 4px 0 0;
	border-bottom:  5px solid #dbdfe6;
}
#kids-event2022-header__inner {
	max-width: 1027px;
	margin: 0 auto;
	overflow: hidden;
}
#kids-event2022-header__logo {
	float: left;
	padding: 25px 18px 24px;
	background: url(../img/bg_logo.png) no-repeat left top;
	background-size: contain;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#kids-event2022-header__logo a {
	/*color: #102d57;*/
	color: #000;
	text-decoration: none;
}
#kids-event2022-header__logo span {
	font-size: .45em;
	font-weight: normal;
	letter-spacing: .12em;
}

@media screen and (max-width: 1000px) {
	#kids-event2022-header__logo {
		margin-left: 8px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 640px) {
	#kids-event2022-header__logo {
		font-size: 1.3rem;
		margin-left: 0;
		padding: 20px 16px 20px;
	}
}

/* breadcrumbs */
.kids-event2022-breadcrumbs {
	max-width: 979px;
	margin: 0 auto;
	padding: 7px 24px 10px;
}
.kids-event2022-breadcrumbs li {
	display: inline;
	font-size: .75em;
}
.kids-event2022-breadcrumbs li + li::before {
	content: "＞";
	display: inline;
	padding: 0 5px;
	font-size: .9em;
	font-weight: normal;
}
.kids-event2022-breadcrumbs a {
	color: #102d57;
}
.kids-event2022-breadcrumbs li[aria-current="location"] {
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.kids-event2022-breadcrumbs {
		padding: 7px 15px 10px;
	}
}

/* key visual */
#kids-event2022-ttl {
	margin: 0;
	padding: 24px 0 0;
	background: url(../img/bg_kv_2x.png);
	background-size: 200px;
	text-align: center;
}
#kids-event2022-ttl img {
	max-width: 100%;
	height: auto;
}

/* table of contents */
.kids-event2022-toc {
	margin-top: 28px;
	padding: 28px 24px 24px;
	background: #dfedf8;
}
.kids-event2022-toc ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 979px;
	margin: 0 auto;
	padding: 0;
}
.kids-event2022-toc li {
	width: calc(calc(100% - 40px) / 3);
	height: 135px;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.4;
}
.kids-event2022-toc li:first-child {
	background: url(../img/bg_menu01_2x.png) no-repeat center center;
	background-size: 100% 100%;
}
.kids-event2022-toc li:nth-of-type(2) {
	background: url(../img/bg_menu02_2x.png) no-repeat center center;
	background-size: 100% 100%;
}
.kids-event2022-toc li:last-child {
	background: url(../img/bg_menu03_2x.png) no-repeat center center;
	background-size: 100% 100%;
	font-size: 1em;
}
.kids-event2022-toc a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100%);
	color: #00497e;
	text-decoration: none;
	transition: color .3s;
}
.kids-event2022-toc a:hover,
.kids-event2022-toc a:focus {
	color: #003155;
}
.kids-event2022-toc a::after{
	position: absolute;
	left: 50%;
	bottom: 12px;
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	margin-left: -12px;
	background: url(../img/icon_btm_arrow_2x.png) no-repeat center center;
	background-size: 23px;
}
.kids-event2022-toc span {
	padding-bottom: 35px;
}

@media screen and (max-width: 1000px) {
	.kids-event2022-toc li {
		font-size: 1em;
	}
	.kids-event2022-toc li:last-child {
		font-size: .85em;
	}
}
@media screen and (max-width: 640px) {
	.kids-event2022-toc {
		padding: 24px;
	}
	.kids-event2022-toc ul {
		display: block;
	}
	.kids-event2022-toc li {
		width: 100%;
		height: 96px;
		text-align: left;
	}
	.kids-event2022-toc li + li {
		margin-top: 10px;
	}
	.kids-event2022-toc li:last-child {
		/*font-size: 1em;*/
	}
	.kids-event2022-toc span {
		padding: 0 32px 0 20px;
	}
	.kids-event2022-toc a {
		justify-content: flex-start;
	}
	.kids-event2022-toc a::after {
		top: 50%;
		right: 16px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		margin-top: -12px;
	}
}

/* information  */
.kids-event2022-information {
	max-width: 1027px;
	box-sizing: border-box;
	margin: 32px auto;
	padding: 32px 24px;
	background: #fbf6e6;
}
.kids-event2022-information__ttl {
	margin-bottom: 12px;
	padding-left: 12px;
	border-left: 5px solid #005999;
	font-weight: bold;
	line-height: 1.5;
}
.kids-event2022-information__txt {
	margin-bottom: 12px;
	line-height: 1.7;
}
.kids-event2022-information__link {
	padding-left: 1em;
}
.kids-event2022-information__link li {
	padding-left: 4px;
	list-style-type:  disc;
	line-height: 1.7;
}
@media screen and (max-width: 1057px) {
	.kids-event2022-information {
		margin: 32px 15px;
	}
}

/* contents common */
.kids-event2022-contents {
	max-width: 1027px;
	margin: 48px auto 0;
}
.kids-event2022-heading {
	padding: 24px 23px;
	background: #005999;
	color: #fff;
	font-size: 1.275em;
	font-weight: bold;
}
.external-link::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: url(../img/icon_external-link_2x.png) no-repeat;
	background-size: 14px;
	vertical-align: middle;
}
.pdf-link::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 20px;
	margin-right: 8px;
	background: url(../img/icon_pdf_2x.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.kids-event2022-contents {
		margin-top: 32px;
	}
	.kids-event2022-heading {
		padding: 24px 15px;
		line-height: 1.4;
	}
}

/* contents01 */
.kids-event2022-movie-ttl {
	margin: 40px 24px;
}
.kids-event2022-movie-ttl img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.kids-event2022-movie-ttl img + img {
	margin-left: 32px;
	margin-bottom: 2px;
}
.kids-event2022-movie-item {
	background: #dfedf8;
	padding: 0 24px 32px;
}
.kids-event2022-movie-item:first-of-type {
	padding-top: 32px;
}
.kids-event2022-movie-item__inner {
	display: flex;
	padding: 40px 24px;
	background: #fff;
}
.kids-event2022-movie-item__info {
	padding-right: 32px;
	line-break: strict;
	overflow-wrap: break-word;
	word-break: normal;
	word-wrap: break-word;
}
.kids-event2022-movie-item__ttl {
	margin-bottom: 18px;
	color: #00497e;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.5;
}
.kids-event2022-movie-item__link {
	font-size: .81em;
	line-height: 1.6;
	display: inline-block;
	padding-left: 22px;
	text-indent: -22px;
}
.kids-event2022-movie-item__txt {
	margin-top: 24px;
	line-height: 1.7;
}
.kids-event2022-movie-item__img {
	flex-shrink: 0;
}
.kids-event2022-movie-item__img img {
	max-width: 100%;
	height: auto;
}
.kids-event2022-movie-item:last-of-type .kids-event2022-movie-item__link {
	padding-right: 1em;
}
.kids-event2022-learn-contnets {
	margin-top: 32px;
	background: #dfedf8;
	padding: 32px 24px;
}
.kids-event2022-learn-item__inner {
	display: grid;
	grid-template: "img info" auto / auto 1fr ;
	padding: 40px 24px;
	background: #fff;
}
.kids-event2022-learn-item__info {
	grid-area: info;
	padding-left: 56px;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal;
  word-wrap: break-word;
}
.kids-event2022-learn-item__ttl {
	margin-bottom: 18px;
	color: #00497e;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.5;
}
.kids-event2022-learn-item__link {
	font-size: .81em;
	line-height: 1.6;
	display: inline-block;
	padding-left: 22px;
	text-indent: -22px;
}
.kids-event2022-learn-item__txt {
	margin-top: 24px;
	line-height: 1.7;
}
.kids-event2022-learn-item__txt-bold {
	display: block;
	font-weight: bold;
	font-size: .9em;
}
.kids-event2022-learn-item__txt-bold:last-of-type {
	margin-bottom: 1.4em;
}
.kids-event2022-learn-item__img {
	grid-area: img;
}
.kids-event2022-learn-item__img img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1000px) {
	.kids-event2022-movie-item__img{
		width: 50%;
	}
	.kids-event2022-learn-item__info {
		padding-left: 32px;
	}
}
@media screen and (max-width: 685px) {
	.kids-event2022-movie-ttl {
		margin: 32px 20px;
	}
	.kids-event2022-movie-ttl img + img {
		display: block;
		margin-top: 16px;
		margin-left: 0;
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.kids-event2022-movie-item {
		padding: 0 15px 24px;
	}
	.kids-event2022-movie-item:first-of-type {
		padding-top: 24px
	}
	.kids-event2022-movie-item__inner {
		display: block;
		padding: 32px 24px;
	}
	.kids-event2022-movie-item__info {
		padding-right: 0;
	}
	.kids-event2022-movie-item__img {
		margin-top: 24px;
		width: 100%;
		text-align: center;
	}
	.kids-event2022-movie-item:last-of-type .kids-event2022-movie-item__link {
		padding-right: 0;
	}
	.kids-event2022-learn-contnets {
		padding: 24px 15px;
	}
	.kids-event2022-learn-item__inner {
		grid-template:
			"info" auto
			"img" auto
			/ 1fr ;
		padding: 32px 24px;
	}
	.kids-event2022-learn-item__info {
		padding-left: 0;
	}
	.kids-event2022-learn-item__img {
		margin-top: 24px;
		text-align: center;
	}
}

/* contents02 */
.kids-event2022-lecture {
	display: flex;
	max-width: 928px;
	margin: 48px auto 0;
	padding: 0 24px;
}
.kids-event2022-lecture__img {
	position: relative;
	flex-shrink: 0;
	text-align: center;
}
.kids-event2022-lecture__img img {
	max-width: 100%;
	height: auto;
}
.kids-event2022-lecture__label {
	position: absolute;
	top: -16px;
	left: -24px;
}
.kids-event2022-lecture__note {
	margin: 10px auto 0;
	font-size: 13px;
	text-align: center;
}
.kids-event2022-lecture__body {
	padding: 16px 0 0 32px;
	line-height: 1.7;
}

@media screen and (max-width: 1000px) {
	.kids-event2022-lecture__img {
		width: 50%;
	}
	.kids-event2022-lecture__img > img {
		width: 100%;
	}
	.kids-event2022-lecture__label {
		top: -32px;
		left: -8px;
	}
}

@media screen and (max-width: 640px) {
	.kids-event2022-lecture {
		display: block;
		margin-top: 32px;
		padding: 0 15px;
	}
	.kids-event2022-lecture__img {
		width: 100%;
		padding-top: 0;
	}
	.kids-event2022-lecture__label {
		top: -16px;
		left: -8px;
		width: 110px;
	}
	.kids-event2022-lecture__body {
		padding: 24px 0 0 0;
	}
}

/* contents03 */
.kids-event2022-radio {
	display: flex;
	max-width: 928px;
	margin: 48px auto 0;
	padding: 0 24px;
}
.kids-event2022-radio__img {
	position: relative;
	flex-shrink: 0;
}
.kids-event2022-radio__img img {
	max-width: 100%;
	height: auto;
}
.kids-event2022-radio__label {
	position: absolute;
	top: -16px;
	left: -24px;
}
.kids-event2022-radio p {
	padding: 16px 0 0 32px;
	line-height: 1.7;
}
.kids-event2022-radio__text {
	margin-top: 48px;
	padding: 0 24px;
}
.kids-event2022-radio__text p {
	margin: 1.5em 0;
	line-height: 1.7;
}
.kids-event2022-radio__text a {
	margin: 0 8px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.kids-event2022-radio__img {
		width: 50%;
	}
	.kids-event2022-radio__label {
		top: -32px;
		left: -8px;
	}
}
@media screen and (max-width: 640px) {
	.kids-event2022-radio {
		display: block;
		margin-top: 32px;
		padding: 0 15px;
	}
	.kids-event2022-radio__img {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.kids-event2022-radio__label {
		top: -16px;
    left: -8px;
    width: 110px;
	}
	.kids-event2022-radio p {
		padding: 24px 0 0 0;
	}
	.kids-event2022-radio__text {
		margin-top: 32px;
		padding: 0 15px;
	}
}

/* recruitment */
.kids-event2022-recruitment {
	margin-top: 32px;
	padding: 8px 24px 32px;
	border: solid 32px #dfedf8;
	border-right-width: 24px;
	border-left-width: 24px;
	overflow: hidden;
	letter-spacing: .075em;
}
.kids-event2022-recruitment dt {
	clear: both;
	float: left;
	width: 94px;
	margin: 24px 0 0;
	padding: 3px 0;
	border-right: 1px solid #a3a3a3;
}
.kids-event2022-recruitment dd {
	float: right;
	width: calc(99% - 118px);
	margin: 20px 0 0;
	padding-left: 24px;
	font-size: 1.125em;
	line-height: 1.7;
}
.kids-event2022-recruitment strong {
	font-weight: bold;
}
.kids-event2022-recruitment__em {
	display: inline-block;
	margin-left: 16px;
	padding: 6px 32px;
	border-radius: 8px;
	background: #0065ae;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.kids-event2022-recruitment__mail {
	display: flex;
	margin-top: 24px;
	font-size: .875rem;
	letter-spacing: 0.05em;
}
.kids-event2022-recruitment__mail + .kids-event2022-recruitment__mail {
	margin-top: 5px;
}
.kids-event2022-recruitment__mail span:first-of-type {
	flex-shrink: 0;
}

@media screen and (max-width: 640px) {
	.kids-event2022-recruitment {
		padding: 0 15px 24px;
		border: solid 24px #dfedf8;
		border-right-width: 16px;
		border-left-width: 16px;
		letter-spacing: 0;
	}
	.kids-event2022-recruitment dt {
		float: none;
		width: 100%;
		margin-top: 16px;
		padding: 16px 0 4px;
		border-right: none;
		border-top: 1px dashed #a3a3a3;
		color: #005999;
		font-size: .85em;
		font-weight: bold;
	}
	.kids-event2022-recruitment dt:first-of-type {
		margin-top: 16px;
		border-top: none;
	}
	.kids-event2022-recruitment dd {
		float: none;
		width: 100%;
		margin-top: 8px;
		padding-left: 0;
		font-size: 1em;
	}
	.kids-event2022-recruitment__mail {
		letter-spacing: 0;
	}
	.kids-event2022-recruitment__mail span:first-of-type {
		font-weight: bold;
	}
}

/* footer */
.kids-event2022-footer {
	margin-top: 72px;
	padding: 22px;
	background: #0c254a;
	color:  #fff;
	font-size: .8em;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.kids-event2022-footer {
		margin-top: 48px;
	}
}