@charset "utf-8";

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

	.mtber {
		margin-top: 20px;
	}

	.mb0 {
		margin-bottom: 0 !important;
	}

	.mb80 {
		margin-bottom: 35px !important;
	}

	.mt10 {
		margin-top: 10px;
	}

	.mtm40 {
		margin-top: -40px;
	}

	.mb60 {
		margin-bottom: 30px !important;
	}

	.pt20 {
		padding-top: 10px;
	}

	.pt40 {
		padding-top: 40px;
	}

	.pt60 {
		padding-top: 35px;
	}

	.mt100 {
		margin-top: 40px !important;
	}

	.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);
	}

	.question .qTxtList {
		margin-top: 35px !important;
	}

	.question .qTxtList p span {
		display: inline !important;
		font-size: 18px;
	}

	/* ----------------------------- talk ----------------------------- */
	.talk, .qList_top {
		margin: 0 auto !important;
	}

	.talk img {
		width: 100%;
	}

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

	.pic2 {
		margin: 30px 0;
		text-align: center;
		width: 100%;
	}

	.page_container .tar {
		text-align: right !important;
		font-size: .84em !important;
		width: 100%;
		margin: 0 auto;
	}

	.pic2 img {
		overflow: hidden;
		border-radius: 15px;
		width: 100%;
	}

	.note01, .note02 {
		padding: 10px 0 0;
		font-size: 15px !important;
		text-align: left !important;
		line-height: 1.7;
	}

	.note01_mt10 {
		margin: 7px 0 0;
	}

	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: 16px;
		margin-bottom: 14px;
	}

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

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

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

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

	.talk dl dt:nth-of-type(n+2) {
		margin-top: 50px;
	}

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

	.message_list_item {
		padding: 0px;
	}

	.remarks a {
		border-bottom: 1px solid #777;
		padding-bottom: 1px;
	}

	.name span {
		font-size: 18px;
	}

	#remarks1 {
		width: 100%;
		padding: 42px 15px 40px;
		border-radius: 0;
		margin: 50px 0;
		position: relative;
		z-index: 10;
	}

	#remarks1 dl dt, #remarks1 dl dd {
		text-align: center;
		width: 86%;
		margin: 0 auto;
	}

	#remarks1 dl dt {
		margin: 50px auto 15px;
		font-size: 1.1em;
	}

	#remarks1 dl dd {
		margin-bottom: 20px;
	}

	#remarks1 dl dd img {
		width: 100%;
		border-radius: 10px;
	}

	#remarks1 H4 {
		color: #2294e6;
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0;
	}

	.remarks_ttl+p+.note {
		padding-left: 0.5em !important;
	}

	.remarks ul {
		padding-bottom: 30px;
	}

	.remarks ul.wauto {
		width: auto;
		background-color: #fff;
		padding: 12px;
		margin: 0;
		border-radius: 10px;
	}

	.remarks ul.wauto li {
		width: auto;
		margin-bottom: 30px;
	}

	.remarks .textArea {
		word-wrap: break-word;
	}

	.remarks a {
		border-bottom: 1px solid #777;
		padding-bottom: 1px;
	}

	.name span {
		font-size: 18px;
	}

	.remarks .remarks_ttl+p {
		font-weight: normal !important;
	}

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

	.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 ----------------------------- */
	.question {
		border-bottom: none !important;
		margin-bottom: 0 !important;
		text-align: center;
	}

	.mats_bw {
		margin: 30px 0 !important;
	}

	.h4_qcopy {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.talk_copy {
		margin: 15px 0 0;
		font-size: 16px;
		line-height: 1.7 !important;
	}

	.question .talk {
		overflow: hidden;
		zoom: 1;
	}

	.question li {
		margin-bottom: 25px;
		width: 100%;
	}

	.q_talk {
		width: 100%;
		margin: 20px auto;
	}

	.talk ul {
		display: block !important;
	}

	.question .talk {
		width: 100%;
		margin: 35px auto;
	}

	.question .talk li {
		position: inherit;
		margin-bottom: 35px;
	}

	.detail ul li figure img {
		border-radius: 15px;
	}

	.detail ul li figcaption {
		margin: 15px auto 0;
		font-weight: bold;
		font-size: 1.1em;
	}

	.page_container .tts_type {
		font-size: 18px;
		font-weight: bold;
		margin: 30px 0 20px 1.2em;
		text-indent: -1.2em;
		line-height: 1.7;
	}

	.page_container h6 {
		font-size: 18px;
		font-weight: bold;
		margin: 40px 0 20px 3.9em;
		text-indent: -3.9em;
	}

	.page_container .tts_type span {
		margin: 0 .2em 0 0;
	}

	.page_container h6 span {
		margin: 0 .1em 0 0;
		color: #b61111;
	}

	#remarks1 dl.answer_dl {
		display: block;
		margin: 25px 0;
	}

	#remarks1 H4:nth-of-type(n+2) {
		margin: 40px 0 20px;
	}

	#remarks1 dl.answer_dl dd {
		width: 90%;
		margin: 0 auto;
	}

	#remarks1 dl.answer_dl dd figcaption {
		margin: 10px auto 0;
		font-weight: bold;
		text-align: left;
		font-size: 15px;
	}

	#remarks1 dl.answer_dl dd figcaption+p {
		padding: 0 0 15px;
	}
}