@charset "utf-8";

/* *******************************************************************************************
*
* rice-terraces
*
******************************************************************************************* */

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.mb_only {
	display: none;
}

.detail {
	margin-top: 140px;
}

[class*="caution_"] {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin: .7em auto 0 !important;
}

.caution_02 {
	font-size: .9em !important;
	margin: .6em 0 0 !important;
}

.caution_03 {
	text-align: center;
}

.maru {
	border-radius: 10px;
}

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

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

.sec_tit {
	line-height: 2;
}

/* ----------------------------- 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 a:hover::before {
	background-position: 6px 0px !important;
	background-color: #ee7300;
	transition: .3s;
}

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

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

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

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

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

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

dl.col1 dd.flex {
	display: flex;
	justify-content: space-between;
}

dl.col1 dd.flex_item2>div {
	width: 48%;
}

dl.col1 dd.flex_item3>div {
	width: 31%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

dl.col1 dd.flex_item3>div img {
	height: auto;
	flex-shrink: 0;
}

dl.col1 .tts_type {
	font-weight: bold;
	text-align: center;
	font-size: 1.14em;
	margin: -5px auto .7em;
}

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

.img83 {
	width: 83% !important;
	margin: 0 auto
}

/* ----------------------------- 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: -10px auto 25px;
}

.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: '\30FB';
}

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

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

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

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

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

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

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.mb_only {
		display: none;
	}

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

	.detail {
		margin-top: 70px;
	}

	.maru {
		border-radius: 8px;
	}

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

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

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

	[class*="caution_"] {
		font-size: 14px !important;
	}

	/* ----------------------------- 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: 5px 0;
		padding: 0 0 0 30px;
		line-height: 1.7;
		font-size: 1.1em;
		width: calc(100% - 24px);
	}

	.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: 10px;
	}

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

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

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

	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: 17px;
		color: #ee7300;
		font-size: 18px;
		line-height: 1.8;
		display: block;
	}

	dl.col1 .tts_type {
		width: 100%;
		margin: 0 auto;
	}

	dl.col1 dd.flex {
		display: block;
	}

	dl.col1 dd.flex_item2>div {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}

	dl.col1 dd.flex_item3>div {
		width: 80%;
		max-width: 360px;
		margin: 0 auto;
	}

	dl.col1 dd.flex div+div {
		margin-top: 1.5em;
	}

	dl.col1 .tts_type {
		font-weight: bold;
		text-align: center;
		font-size: 1.14em;
		margin: .6em auto;
	}

	.img80, .img83, dl.col1 dd.flex_item3+dd {
		width: 100% !important;
		max-width: 460px;
		margin: 0 auto;
	}

	.img83 {
		max-width: 480px;
	}

	/* ----------------------------- 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;
		text-align: center;
	}

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

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

	.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_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: 360px;
		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: .8em;
	}

	.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 {
		font-size: 14px;
		line-height: 1.6em;
		text-indent: -1em;
		padding-left: 1.2em;
		width: 87%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 460px) {
	.mb_only {
		display: block;
	}
}

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