@charset "utf-8";

/* *******************************************************************************************
*
* fossil
*
******************************************************************************************* */

.mtber {
	margin-top: 40px;
}

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

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

.mb100 {
	margin-bottom: 100px !important;
}

.mt10 {
	margin-top: 10px;
}

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

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt60 {
	padding-top: 60px !important;
}

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

.question figure {
	float: inherit;
	margin: 0;
	border-radius: 15px;
	overflow: inherit;
}

/* ----------------------------- toc ----------------------------- */
.toc {
	background-color: #f0f7fd;
	padding: 20px 20px 30px;
	margin: 140px auto;
	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: 40px auto !important;
}

.talk img {
	width: 100%;
}

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

.pic2 {
	margin: 60px 0;
	text-align: center;
}

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

p.note01, p.note02 {
	font-size: 15px !important;
	text-align: left;
	line-height: 1.8;
}

p.note01 {
	padding: 10px 0 0;
}

p.note02 {
	padding: 0;
}

.talk dl {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 80px 80px;
}

.talk dl.col1 {
	display: inline-block;
	margin-left: 0px;
	margin-top: 30px;
}

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

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

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

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

/* ----------------------------- remarks ----------------------------- */
#remarks1 {
	padding: 53px;
	margin: 90px auto 120px;
}

#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 img {
	width: 100%;
	border-radius: 10px;
}

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

.page_container .tts_type {
	font-size: 21px;
	font-weight: bold;
	margin: 50px 0 20px 1.2em;
	text-indent: -1.2em;
	line-height: 1.8;
}

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

.message_list_item {
	padding: 16px;
}

.remarks.col1 ul li figure img {
	width: 100%;
	height: auto;
}

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

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

.remarks ul.wauto {
	width: 740px !important;
	background-color: #fff;
	padding: 50px 40px 20px 50px;
	margin: 0 0 0 -50px;
	border-radius: 20px;
}

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

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

.remarks ul {
	padding-bottom: 0;
}

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

/* ----------------------------- question ----------------------------- */
.question {
	border-bottom: none;
	text-align: center;
}

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

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

.talk_copy {
	margin: 15px 0 0;
	font-size: 18px;
}

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

.question li {
	margin-bottom: 0;
}

.q_talk {
	width: 730px;
	margin: 20px auto;
}

.talk ul {
	display: block !important;
}

.question .talk {
	width: 730px;
	margin: 40px auto;
}

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

.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 h6 {
	font-size: 21px;
	font-weight: bold;
	margin: 40px 0 20px 3.9em;
	text-indent: -3.9em;
}

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

dl.answer_dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0;
}

#remarks1 dd {
	width: 47%;
}

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

#remarks1 dd:nth-child(odd) {
	margin-right: 3%;
}

#remarks1 dd:nth-child(even) {
	margin-left: 3%;
}

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