@charset "utf-8";

/* *******************************************************************************************
*
* shooting-star
*
******************************************************************************************* */
@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}

	.maru {
		border-radius: 10px;
	}

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

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

	.detail {
		margin-top: 60px;
	}

	.sec_tit {
		line-height: 1.7 !important;
	}

	/* ----------------------------- toc ----------------------------- */
	.toc {
		background-color: #f0f7fd;
		padding: 35px 0 20px;
		margin: 60px 0 35px;
		text-align: center;
		width: 100%;
		border-top: dashed 1px #2294E6;
		border-bottom: dashed 1px #2294E6;
		box-shadow: 0px 0px 0px 5px #f0f7fd;
		position: relative;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

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

	.toc ul {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
		margin: 12px;
	}

	.toc ul.toc_iner li {
		font-weight: bold;
		text-align: left;
		cursor: pointer;
		color: #f11;
		position: relative;
		margin: 5px 0;
		padding: 0 0 0 30px;
		cursor: default;
		line-height: 1.8;
		font-size: 1.1em;
	}

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

	.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%;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 3px;
		left: 0;
		z-index: 1;
		transform: rotate(180deg);
	}

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

	.talk img {
		width: 100%;
	}

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

	h4.nazo {
		width: 100%;
		border: 3px solid #d9ecfa;
		padding: 0 0 15px 0;
		font-size: 20px;
		color: #2294e6;
		border-radius: 15px;
		overflow: hidden;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		margin: 60px auto 30px;
	}

	h4.nazo:nth-of-type(2) {
		margin: 60px auto 30px;
	}

	h4.nazo span {
		display: block;
		padding: 5px 0;
		background-color: #d9ecfa;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 22px;
		margin-bottom: 15px;
	}

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

	.talk dl.col1 {
		margin: 0 auto 20px !important;
	}

	dl.col2 {
		margin: 30px auto 20px !important;
	}

	dl.col2 .flex {
		display: block;
		width: 80%;
	}

	dl.col2 dd.flex img:nth-child(2) {
		margin: 20px 0;
	}

	.talk dl.col1 {
		display: block;
		margin: 40px 0 !important;
	}

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

	.talk dl dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 0 15px 2px;
		margin-bottom: 15px;
		color: #ee7300;
		font-size: 17px;
		line-height: 1.7;
		display: inline-block;
	}

	dl.col2 dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 0 15px 2px;
		margin-bottom: 15px;
		color: #ee7300;
		font-size: 17px;
		line-height: 1.7;
		display: inline-block;
	}

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

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

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

	.img80 {
		width: auto;
		margin: 0 auto
	}

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

	.img30 {
		width: 30% !important;
		min-width: 140px;
		margin: 0 auto
	}

	.sec_title {
		border-bottom: 2px dotted #2294e6;
		padding: 10px 0;
		text-align: center;
		color: #2294e6;
		font-size: 21px;
		font-weight: bold;
		margin: 35px 0 0;
	}

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

	.qanda img {
		max-width: 100%;
		height: auto;
	}

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

	.qanda ul li {
		width: 100%;
		display: flex;
		display: table;
	}

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

	.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: 40px;
		height: 40px;
		color: #FFF;
		font-size: 26px;
		line-height: 40px;
		text-align: center;
		border-radius: 50%;
		margin-right: 12px;
	}

	.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: 17px;
		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: 16px;
		line-height: 1.7;
		margin-left: 53px;
		display: block;
	}

	.qanda_contents {
		font-size: 16px;
		line-height: 1.6;
		margin-left: 10px;
	}

	/* ----------------------------- remarks ----------------------------- */
	.remarks {
		width: auto !important;
		margin: 35px auto 45px !important;
		padding: 40px 24px 20px !important;
		border-radius: 10px;
	}

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

	.tts_type {
		font-size: 17px;
		font-weight: bold;
		margin: 16px 0 10px 0;
		line-height: 1.7;
	}

	.tts_type:first-child {
		margin: 6px 0 10px 0;
	}

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

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

	/* ----------------------------- 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;
	}

	.profile_about {
		margin: 0 0 0 0px;
		font-size: 16px;
		line-height: 1.8;
	}
}