@charset "utf-8";

/* 2023.03 aviation */

.kidsContents {
	overflow-x: hidden;
}

.kidsContents .pc {
	display: inline-block;
}

.kidsContents .sp,
.kidsContents .mb {
	display: none;
}

@media screen and (max-width: 768px) {
	.kidsContents .sp {
		display: inline-block;
	}

	.kidsContents .pc,
	.kidsContents .mb {
		display: none;
	}
}

@media screen and (max-width: 420px) {

	.kidsContents .mb,
	.kidsContents .sp {
		display: inline-block;
	}
}

article.page_container * {
	box-sizing: border-box;
	letter-spacing: .05rem;
}

.kidsContents a {
	text-decoration: underline !important;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	transition: .2s all;
}

@media (any-hover: hover) {
	.toc ul.toc_iner li a:hover {
		color: #2294E6;
		transition: .3s;
	}

	.toc ul.toc_iner li a:hover::before {
		background-position: 5px 0px !important;
		background-color: #ee7300;
		transition: .3s;
	}

	.kidsContents a:hover {
		text-decoration: none !important;
	}
}

.main_img.img_container {
	width: 915px;
	height: auto;
}

.contents_tit {
	font-size: 2.6rem;
	margin: 0 auto 1.3rem;
}

@media screen and (max-width: 768px) {
	.contents_tit {
		font-size: 2rem;
		text-align: center;
		margin: .7rem auto 1rem;
	}
}

.detailMain_lead {
	font-size: 18px;
	line-height: 1.9;
	margin: 1.4rem auto 0;
}

@media screen and (max-width: 768px) {
	.detailMain_lead {
		font-size: 16px;
		line-height: 1.74;
		margin: 1.2rem auto 0;
	}
}

.caution {
	font-size: .92rem;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

.profile+.caution {
	margin: 3rem auto 0;
	padding-left: 1em;
}

@media screen and (max-width: 768px) {
	.profile+.caution {
		width: 90%;
		margin: 2rem auto 0;

	}
}

.kidsContents .flex_2 {
	display: flex;
	justify-content: space-between;
}

.kidsContents .flex_2>div {
	align-items: center;
	width: 48.5%;
}

@media screen and (max-width: 768px) {
	.kidsContents .flex_2 {
		display: block;
	}

	.kidsContents .flex_2>div {
		width: 100%;
	}
}

.kidsContents .flex_2.man {
	align-items: center;
	margin-top: 2rem;
}

.kidsContents .flex_2.man>div:nth-child(1) {
	width: 16%;
}

.kidsContents .flex_2.man>div:nth-child(1) img {
	border-radius: 50%;
}

.kidsContents .flex_2.man>div:nth-child(1) p {
	text-align: center;
	margin-top: .5rem;
	font-size: .94rem;
}

.kidsContents .flex_2.man>div:nth-child(2) {
	width: 79%;
}

@media screen and (max-width: 768px) {
	.kidsContents .flex_2.man {
		display: block;
		margin-top: 1.4rem;
	}

	.kidsContents .flex_2.man>div:nth-child(1) {
		width: 100%;
		max-width: 150px;
		margin: 0 auto;
	}

	.kidsContents .flex_2.man>div:nth-child(2) {
		width: 100%;
		margin-top: 1rem;
	}
}

.kidsContents .flex_2.remarks_copy {
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 1.8;
}

.kidsContents .flex_2.remarks_copy dt {
	color: #2294e6;
	width: 6em;
	margin-top: .2rem;
	font-weight: 700;
	position: relative;
}

.kidsContents .flex_2.remarks_copy dt::after {
	content: ' : ';
	display: inline-block;
	position: absolute;
	right: 0;
	top: -.2rem;
}

.kidsContents .flex_2.remarks_copy dd {
	width: calc(100% - 6.7em);
	line-height: 1.74;
	margin-top: .2rem;
	margin-left: .7em;
}

@media screen and (max-width: 768px) {
	.kidsContents .flex_2.remarks_copy {
		font-size: 16px;
		line-height: 1.5;
	}

	.kidsContents .flex_2.remarks_copy dt {
		width: auto;
		margin-top: .7rem;
	}

	.kidsContents .flex_2.remarks_copy dd {
		width: 100%;
		margin-top: .1rem;
		margin-left: 0;
		position: inherit;
	}

	.kidsContents .flex_2.remarks_copy dt::after {
		content: '';
		display: none;
	}
}

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

.detail {
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.main_img.img_container {
		width: 100%;
	}

	.detail {
		margin-top: 70px;
	}
}

/* index */

.toc {
	background-color: #f0f7fd;
	padding: 20px 20px 20px;
	margin: 100px auto 0;
	border-radius: 20px;
	text-align: center;
	width: auto;
	border: dashed 1px #2294E6;
	box-shadow: 0px 0px 0px 5px #f0f7fd;
	position: relative;
}

.toc .toc_title {
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.5em;
	font-weight: 900;
	background-color: #2294E6;
	color: #fff;
	padding: .3em 5em;
	border-radius: 20px;
	display: inline-block;
	border: dashed 1px #f0f7fd;
	box-shadow: 0px 0px 0px 3px #2294E6;
}

.toc ul {
	display: inline-block;
	padding: 30px 0 0;
}

.toc ul.toc_iner li {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	transition: 0.3s all;
	color: #f11;
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 34px;
	line-height: 1.6;
}

.toc ul.toc_iner li a {
	color: #333;
	text-decoration: none !important;
	transition: all .3s;
}

.toc ul.toc_iner li a::before {
	content: '';
	background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 5px 4px #2294E6;
	border-radius: 50%;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 1;
	transform: rotate(180deg);
	transition: 0.3s all;
	background-size: 61%;
}

@media screen and (max-width: 768px) {
	.toc {
		padding: 30px 0 20px;
		margin: 70px 0 35px;
		border-top: dashed 1px #2294E6;
		border-bottom: dashed 1px #2294E6;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

	.toc .toc_title {
		position: absolute;
		top: -22px;
		font-size: 1.1em;
		padding: .3em 2em;
		box-shadow: 0px 0px 0px 2px #2294E6;
	}

	.toc ul {
		padding: 0 .8em 0 1.1em;
	}

	.toc ul.toc_iner li {
		margin: 1em 0 0;
		padding: 0 0 0 30px;
		line-height: 1.5;
		font-size: 16px;
	}

	.toc ul.toc_iner li a::before {
		content: '';
		background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 4px 4px #2294E6;
		background-size: 60%;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 3px;
	}
}

.kidsContents .aviat_contnts {
	width: 880px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.9;
}

@media screen and (max-width: 768px) {
	.kidsContents .aviat_contnts {
		width: 100%;
		font-size: 16px;
		line-height: 1.74;
	}
}

.aviat_contnts p.quote {
	position: relative;
	padding-left: 80px;
}

.aviat_contnts p.quote::before {
	position: absolute;
	content: "";
	top: .9em;
	left: 0;
	width: 55px;
	height: 1px;
	background-color: black;
}

@media screen and (max-width: 768px) {
	.aviat_contnts p.quote {
		padding-left: 0;
		text-indent: 40px;
	}

	.aviat_contnts p.quote::before {
		top: .8em;
		width: 30px;
	}
}

.aviat_contnts .copy+.pic_read,
.aviat_contnts .pic_read+.copy {
	margin-top: 2.3rem;
}

.aviat_contnts .copy+.photo {
	margin-top: 2.6rem;
}

.aviat_contnts .photo+.copy,
.aviat_contnts p+p {
	margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {

	.aviat_contnts .copy+.pic_read,
	.aviat_contnts .pic_read+.copy {
		margin-top: 1.6rem;
	}

	.aviat_contnts .copy+.photo {
		margin-top: 2rem;
	}

	.aviat_contnts .photo+.copy,
	.aviat_contnts p+p {
		margin-top: 1.4rem;
	}
}

.detail .caption {
	margin-top: 1rem;
	font-size: .94rem;
	line-height: 1.5;
	margin-left: 5rem;
	text-indent: -5rem;
}

.sec_tit {
	line-height: 1.8;
	margin-top: 20px;
}

.sec_tit span {
	font-size: .8em;
	line-height: 1.5;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.sec_tit {
		border-top: 3px solid #2294e6;
		border-bottom: 3px dotted #2294e6;
		margin-top: 15px;
		padding: 20px 0 17px;
		margin-bottom: 35px;
		line-height: 1.5;
	}
}

.remarks {
	margin: 60px auto 0 !important;
	padding: 55px 50px 35px !important;
}

.remarks_sttl {
	color: #2294e6;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.remarks_ttl {
		font-size: 20px !important;
		line-height: 1.6;
	}

	.remarks_sttl {
		font-size: 17px !important;
	}
}

.remarks .remarks_ttl+p {
	font-weight: normal;
	margin: -.3em auto .8em;
}

.remarks p+p {
	margin-top: 1rem;
}

.remarks_text {
	font-size: 18px;
	color: #2294e6;
	text-align: center;
	font-weight: 700 !important;
}

.remarks>div {
	font-size: 18px;
	font-weight: normal;
	flex: auto;
}

@media screen and (max-width: 768px) {
	.remarks {
		margin: 50px calc(50% - 50vw) 0 !important;
		width: 100vw;
		padding: 35px 6% !important;
	}

	.remarks .remarks_ttl+p+.note {
		padding-left: 1.2em;
		text-indent: -1em;
	}

	.remarks p {
		font-size: 16px
	}

	.remarks_text {
		font-size: 16px;
		text-align: center !important;
	}

	.remarks a {
		display: inline-block;
	}

	.remarks .remarks_ttl+p {
		text-align: left;
	}
}

.remarks .remarks_peace {
	display: inline-block;
	font-size: 18px;
}

.remarks .remarks_peace li {
	margin-left: 1em;
	text-indent: -1em;
	width: 100%;
}

.remarks .remarks_peace li::before {
	content: '・';
	width: 1em;
}

@media screen and (max-width: 768px) {
	.remarks .remarks_peace {
		font-size: 17px;
	}

	.remarks .remarks_peace li {
		font-size: 16px;
	}
}

.page_container img.maru,
.detail .double_img img {
	border-radius: 15px;
	overflow: hidden
}

.detail .double_img.vertical img {
	display: block;
	margin: auto;
	height: 400px;
	width: auto;
}

@media screen and (max-width: 768px) {
	.detail .double_img+.double_img {
		margin: 1.5rem auto 0;
	}

	.detail .double_img:empty {
		margin: 0;
	}

	.page_container img.maru,
	.detail .double_img img {
		border-radius: 10px;
	}

	.detail .double_img.vertical img {
		height: auto;
		max-height: 380px;
		width: 70%;
	}
}

.detail .textArea,
.detail .double_text {
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.detail .double_text {
		margin-bottom: 1rem;
		font-size: 1rem;
	}
}

.page_container {
	padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
	.btn_back .transition {
		text-align: center;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.pic_read img {
		border-radius: 10px;
	}
}

.btn_back .transition {
	margin: 70px auto 0;
	text-decoration: none !important;
}

a.tips_list_links {
	display: block;
	padding: 50px 1rem 40px;
	background: #fff url(/kids/explore/image/btn_tips.png) center 20px no-repeat;
	background-size: 17px auto;
	border: 2px solid #2294e6;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #2294e6;
	border-radius: 10px;
	text-decoration: none !important;
}

@media (any-hover: hover) {
	a.tips_list_links:hover {
		background-color: #d9ecfa;
		border-bottom: 2px solid #2294e6;
	}
}

@media screen and (max-width: 768px) {
	a.tips_list_links {
		padding: 47px 1rem 20px;
		width: 100%;
		height: auto;
		font-size: 17px;
		line-height: 1.6;
	}
}


/*-- profile --*/

.profile {
	width: 980px;
	border: 4px dotted #2294e6;
	border-radius: 12px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background: #fff;
	clear: both;
	padding: 50px;
	margin: 150px auto 0;
}

.profile .flex_2.profile_wrap>div:nth-child(1) {
	width: 32%;
}

.profile .flex_2.profile_wrap>div:nth-child(2) {
	width: 61%;
}

@media screen and (max-width: 768px) {
	.profile {
		width: 90%;
		border: 3px dotted #2294e6;
		padding: 7%;
		margin: 90px auto 0;
	}

	.profile .flex_2.profile_wrap>div:nth-child(1) {
		width: 74%;
		max-width: 420px;
		margin: 1rem auto;
	}

	.profile .flex_2.profile_wrap>div:nth-child(2) {
		width: 100%;
	}
}

.profile_ttl {
	width: 70px;
	margin-left: -1px;
	position: absolute;
	top: -49px;
	left: 50%;
}

.profile_name {
	font-size: 21px;
	font-weight: 700;
	color: #2294e6;
}

.profile_job {
	font-size: 16px;
	font-weight: 400;
	margin: .2rem 0 1rem;
	color: #2294e6;
}

.profile_about {
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.profile_ttl {
		width: 53px;
		margin-left: -26px;
		top: -38px;
	}

	.profile_photo {
		margin-bottom: 20px;
	}

	.profile_name {
		margin: 0 auto;
		font-size: 19px;
		text-align: center;
	}

	.profile_job {
		margin: 0 auto 13px;
		font-size: 16px;
		text-align: center;
	}

	.profile_about {
		margin: 0 auto;
		font-size: .94rem;
	}
}

.profile dl {
	margin-top: 20px;
	font-size: 17px;
}

@media screen and (max-width: 768px) {
	.profile dl {
		font-size: .94rem;
	}
}

.profile dt {
	margin-bottom: 0px;
	margin-left: 1rem;
	text-indent: -1rem;
}

.profile dt:before {
	content: '・';
}

.profile dd {
	margin-bottom: 15px;
	padding-left: 1em;
}

.profile dd:last-child {
	margin-bottom: 0;
}