@charset "utf-8";

/* *******************************************************************************************
*
* jewelry
*
******************************************************************************************* */
.pc {
	display: block;
}

.sp, .mb {
	display: none;
}

.main_img.img_container {
	width: 915px;
}

.detail {
	margin-top: 140px;
}

.caption {
	margin: 1.2em auto 0 !important;
	font-size: 16px;
	text-align: left;
	line-height: 1.9;
}

[class*="caution_0"] {
	font-size: .85em;
}

.caution_01 {
	padding: 12px 0 0 0;
	text-align: left;
}

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

.member_img {
	width: 155px !important;
	height: auto;
}

img.maru {
	border-radius: 15px;
}

/* ----------------------------- 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-block;
	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;
	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: 8px;
	left: 0;
	z-index: 1;
	transform: rotate(180deg);
	transition: 0.3s all;
}

.toc ul.toc_iner li:nth-child(2) a::before {
	top: 4px;
}

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

/* ----------------------------- talk ----------------------------- */
.talk li {
	height: auto;
	min-height: 125px;
	letter-spacing: .1em;
}

.talk li rt {
	letter-spacing: 0em;
}

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

.talk dl dd+dt {
	margin-top: 70px;
}

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

dl.col1 {
	margin: 70px auto 80px;
	width: 730px;
}

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

.talk h4 {
	border-bottom: 3px dotted #2294e6;
	padding: 0 0 14px 0;
	text-align: center;
	color: #2294e6;
	font-size: 28px;
	margin: 80px 0 50px;
	font-weight: bold;
}

.talk h4 span {
	font-size: .86em !important;
	display: table;
	margin: 0 auto .5em;
	padding: 0 .5em 0 .8em;
	background: linear-gradient(transparent 70%, #cfe0f1 0%);
}

.img20 {
	width: 20% !important;
	margin: 0 auto;
}

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

.img65 {
	width: 70% !important;
	margin: 0 auto;
}

.talk table tr td, .talk table tr th {
	border: 1px solid #ccc;
	padding: .6em 1em;
}

.talk table tr th {
	background-color: #d9ecf4;
	padding-top: 1em;
	text-align: center;
}

.talk table tr td {
	text-align: center;
	width: 25%;
}

.talk table tr td:last-child {
	width: 50%;
}

/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: auto !important;
	margin: 100px auto 35px !important;
	padding: 53px 50px 50px !important;
}

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

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

.remarks p {
	line-height: 1.8;
	font-size: 18px
}

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

.remarks.col1 ul li .textArea dl {
	margin-top: 30px;
}

.remarks.col1 ul li:last-child {
	padding-bottom: 5px;
}

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

.message_list_item {
	padding: 16px;
}

/* ----------------------------- summary ----------------------------- */
.summary {
	border-radius: 21px;
}

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

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

.summary ul li::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 7.5px;
	background: #000;
	vertical-align: 6px;
	border-radius: 2px;
}

.summary_clm-L {
	width: 200px;
	margin-right: 0px;
	margin-left: 30px;
	float: left;
}

.summary_clm-R {
	overflow: hidden;
	height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ----------------------------- profile ----------------------------- */
.profile {
	padding: 40px;
}

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

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

.profile dt:before {
	content: '\30FB';
	width: 1em;
	display: inline-block;
}

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

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

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

.sponsor {
	font-size: 14px;
	line-height: 1.7;
}

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

	/* ---------- linkURL改行要素------------- */
	a {
		word-break: normal !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.main_img.img_container {
		width: 100%;
	}

	.member li figure img {
		width: 100%;
		max-width: 100%;
	}

	.detail {
		margin-top: 70px;
	}

	.profile_about>ul {
		margin-top: 1em;
	}

	.caption {
		margin: 1.2em auto 0 !important;
		font-size: .92em;
		text-align: left !important;
		line-height: 1.8;
	}

	img.maru {
		border-radius: 8px;
	}

	/* ----------------------------- toc ----------------------------- */
	.toc {
		padding: 35px 0 20px;
		margin: 60px 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: .7em 0 0;
		padding: 0 0 0 30px;
		line-height: 1.6;
		font-size: 1.06em;
		width: calc(100% - 5vw);
	}

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

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

	.talk li {
		height: auto;
		min-height: 80px;
	}

	.talk li span, .remarks p {
		line-height: 1.8;
		font-size: 16px;
	}

	.talk dl dd+dt {
		margin-top: 35px;
	}

	dl.col1 {
		display: block;
		width: 100%;
		margin: 6vh 0 !important;
	}

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

	dl.col1 dt {
		text-align: center;
		margin: 20px auto 0;
	}

	dl.col1 dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 0 5px 2px;
		margin-bottom: 25px;
		color: #ee7300;
		font-size: 18px;
		line-height: 1.8;
		display: block;
	}

	.talk h4 {
		padding: 0 0 10px 0;
		font-size: 21px;
		margin: 55px 0 35px;
	}

	.img20 {
		width: 26% !important;
		max-width: 140px;
	}

	.img50 {
		width: 70% !important;
		max-width: 320px;
	}

	.img65 {
		width: 100% !important;
		max-width: 420px;
		margin: 0 auto;
	}

	.talk table tr td, .talk table tr th {
		padding: .6em .8em;
		font-size: .92em;
	}

	.talk table tr th {
		padding-top: 1em;
	}

	.talk table tr td {
		text-align: center;
		width: 36%;
	}

	.talk table tr td:first-child {
		width: 28%;
	}

	/* ----------------------------- remarks ----------------------------- */
	.remarks {
		width: 100% !important;
		margin: 100px auto 70px !important;
		padding: 40px 6% !important;
	}

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

	.remarks a {
		text-decoration: underline !important;
		text-decoration-color: #777;
		display: inline-block;
	}

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

	.remarks>div {
		line-height: 1.9;
		font-weight: normal;
		flex: auto;
	}

	.remarks.col1 ul li:last-child {
		margin-bottom: 0;
	}

	.remarks.col1 ul li .textArea dl {
		margin-top: 30px;
	}

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

	.message_list_item {
		padding: 0;
	}

	/* ----------------------------- summary ----------------------------- */
	.summary {
		border-radius: 21px;
	}

	.summary_clm {
		padding: 6%;
	}

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

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

	.summary ul li:last-child {
		margin: 0 0 0 1em;
	}

	.summary ul li::before {
		margin: 0 6.5px;
		vertical-align: 6px;
	}

	.summary_clm-L {
		width: 40%;
		margin-right: 20px;
		margin-left: 0px;
		float: left;
		max-width: 180px;
	}

	.summary_clm-R {
		overflow: visible;
		line-height: 1.8;
		font-size: 16px;
		height: auto;
		display: block;
		justify-content: flex-start;
		align-items: flex-start;
	}

	/* ----------------------------- profile ----------------------------- */
	.profile {
		padding: 7%;
	}

	.profile_photo {
		max-width: 340px;
		margin: 0 auto 30px;
	}

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

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

	.profile dt:before {
		content: '\30FB';
	}

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

	.sponsor {
		width: 86%;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 420px) {
	.pc {
		display: none;
	}

	.mb, .sp {
		display: block;
	}

	.toc ul.toc_iner li:nth-child(-n + 2) a::before {
		top: .2em;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.toc ul.toc_iner li a::before {
		top: 4px;
	}
}

@media all and (-ms-high-contrast: none) {
	.summary ul li::before {
		margin: 0;
	}
}