@charset "utf-8";

/* *******************************************************************************************
*
* shooting-star
*
******************************************************************************************* */
@media print, screen and (min-width: 769px) {
	.maru {
		border-radius: 15px;
	}

	.mt0 {
		margin-top: 0 !important;
	}

	.mt50 {
		margin-top: 50px !important;
	}

	.detail {
		margin-top: 140px;
	}

	/* ----------------------------- toc ----------------------------- */
	.toc {
		background-color: #f0f7fd;
		padding: 20px 20px 30px;
		margin: 140px 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-flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 0 0;
	}

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

	.toc ul.toc_iner li a {
		color: #333;
		transition: .3s;
	}

	.toc ul.toc_iner li a:hover {
		color: #2294E6;
		transition: .3s;
	}

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

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

	/* ----------------------------- talk ----------------------------- */
	.talk {
		margin: 60px auto !important;
	}

	.talk img {
		width: 100%;
	}

	.talk li span, .remarks p {
		line-height: 1.8;
	}

	h4.nazo {
		width: 100%;
		margin: 70px auto 40px;
		border: 3px solid #ddebf8;
		padding: 20px 40px 20px 100px;
		font-size: 24px;
		color: #4793e0;
		border-radius: 15px;
		overflow: hidden;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}

	h4.nazo span {
		display: inline-block;
		padding: 14px 24px 10px;
		margin-right: 40px;
		background-color: #ddebf8;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 30px;
		height: 100%;
	}

	h4.nazo span::before {
		content: "\30CA\30BE.";
		font-size: .74em;
		margin-right: .2em;
	}

	.talk dl.col1 {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
	}

	dl.col2 {
		display: block;
		margin: 20px auto 0;
	}

	dl.col2 .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.talk dl dt, .talk dl dd, dl.col2 dt, dl.col2 dd {
		text-align: center;
		width: 100%;
		margin: 0 auto
	}

	dl.col1 dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 10px 5px 5px 5px;
		margin: 0 auto 25px;
		color: #ee7300;
		font-size: 20px;
		display: block;
		text-align: center;
	}

	dl.col2 dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 5px;
		margin: 0 auto 25px;
		color: #ee7300;
		font-size: 20px;
		display: inline-block;
		text-align: center;
	}

	dl.col2 dd {
		width: auto;
	}

	dl.col2 dd.flex img {
		width: 420px;
		margin: 0 20px 30px;
	}

	dl.col2 dd.flex img:last-child {
		margin: 0;
	}

	[class*="note0"] {
		font-size: 15px;
		line-height: 1.8;
	}

	.note01 {
		padding: 15px 0 0;
		text-align: left;
	}

	.note02 {
		padding: 10px 0 0;
		text-align: left;
	}

	.img80 {
		width: 80% !important;
		margin: 0 auto
	}

	.img50 {
		width: 60% !important;
		margin: 0 auto
	}

	.img30 {
		width: 30% !important;
		margin: 0 auto
	}

	.sec_title {
		border-bottom: 3px dotted #2294e6;
		padding: 20px 0;
		text-align: center;
		color: #2294e6;
		font-size: 28px;
		margin: 60px 0 0;
		font-weight: bold;
	}

	/* ----------------------------- question ----------------------------- */
	.detail .qanda {
		margin: 80px auto 0;
		width: 920px;
	}

	.qanda ul {
		display: flex;
		flex-wrap: wrap;
	}

	.qanda ul li {
		width: 100%;
		display: flex;
		margin-bottom: 26px;
		display: table;
	}

	.qanda ul li:nth-child(3n+2) {
		margin-bottom: 16px;
	}

	.qanda ul li:nth-child(3n+1) span:nth-child(1),
	.qanda ul li:nth-child(3n+2) span:nth-child(1) {
		display: block;
		width: 50px;
		height: 50px;
		color: #FFF;
		font-size: 32px;
		line-height: 50px;
		text-align: center;
		border-radius: 50%;
		margin-right: 16px;
	}

	.qanda ul li:nth-child(3n+1) span:nth-child(1) {
		background: linear-gradient(90deg, #357ED2 0%, #357ED2 50%, #4794E0 50%, #4794E0 100%);
		;
	}

	.qanda ul li:nth-child(3n+2) span:nth-child(1) {
		background: linear-gradient(90deg, #f2619d 0%, #f2619d 50%, #f08bb5 50%, #f08bb5 100%);
	}

	.qanda ul li:nth-child(3n+1) span:nth-child(2),
	.qanda ul li:nth-child(3n+2) span:nth-child(2) {
		width: 100%;
		font-size: 21px;
		line-height: 1.6;
		font-weight: 900;
		display: table-cell;
		vertical-align: middle;
	}

	.qanda ul li:nth-child(3n+1) span:nth-child(2) {
		color: #2294e6;
	}

	.qanda ul li:nth-child(3n+3) {
		font-size: 18px;
		line-height: 1.9;
		margin-left: 66px;
		display: block;
	}

	.qanda_contents {
		font-size: 18px;
		line-height: 1.9;
	}

	.qanda_contents p {
		margin-left: 95px;
	}

	/* ----------------------------- remarks ----------------------------- */
	.remarks {
		width: auto !important;
		margin: 30px auto 45px !important;
		padding: 53px 50px 37px !important;
	}

	.remarks>div {
		font-size: 18px;
		line-height: 1.9;
		font-weight: normal;
	}

	.tts_type {
		font-size: 21px;
		font-weight: bold;
		margin: 24px 0 12px 95px;
		text-indent: -1.2em;
		line-height: 1.8;
	}

	.tts_type span {
		margin: 0 .3em 0 0;
	}

	/* ----------------------------- message ----------------------------- */
	.message {
		margin-top: 90px;
	}

	.message_list_item {
		padding: 16px;
	}

	/* ----------------------------- summary ----------------------------- */
	.summary ul {
		margin: 4px 0 0;
		text-indent: -1em;
	}

	.summary ul li {
		margin: 0 0 16px 1em;
		text-indent: -1em;
	}

	.summary ul li::before {
		content: '\30FB';
	}

	/* ----------------------------- profile ----------------------------- */
	.profile dl {
		margin-top: 20px;
		margin-bottom: -15px;
	}

	.profile dt {
		margin-bottom: 0px;
	}

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

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

	.profile dd a {
		text-decoration: underline !important;
	}

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