@charset "utf-8";

/* *******************************************************************************************
*
*	jiyuu-kenkyu PC
*
******************************************************************************************* */
/* -------------------------------------------------------------------------------------------
*
* インデックスページ
*
* ----------------------------------------------------------------------------------------- */
.explore_container {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 150px;
	position: relative;
	z-index: 11;
}

.explore_container figure {
	margin: 0;
	padding: 0;
	display: block;
}

.explore_container a {
	transition: 0.3s all;
	display: block;
}

.explore_container a:hover {
	opacity: 0.8;
}

.sp_br {
	display: none;
}

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

/* ----------------------------- ページタイトル ----------------------------- */
.explore_container .pageHeader_ttl {
	font-size: 44px;
	color: #2294e6;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-align: center;
}

.explore_container .pageHeader_ttl span {
	padding: 0 10px 10px;
	position: relative;
	display: inline-block;
}

.explore_container .pageHeader_ttl span:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	background-color: #2294e6;
}

.explore_container .pageHeader_ttl span:after {
	content: '';
	background: url(../image/baloon_bg.png) no-repeat 0 0;
	background-size: 25px;
	width: 25px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0px 0 0 -12.5px;
}

.explore_container .pageHeader_ttl rt {
	font-size: 14px;
}

.pageHeader_lead {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	margin-bottom: 60px;
}

.explore_container .boxList {
	text-align: center;
}

.explore_container .boxList ul {
	display: inline-flex;
	flex-wrap: wrap;
}

.explore_container .boxList li {
	width: 476px;
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #dcdddd;
	padding-bottom: 35px;
	margin-left: 25px;
	margin-bottom: 25px;
	text-align: left;
}

.explore_container .boxList li:nth-child(2n+1) {
	margin-left: 0px;
}

.explore_container .boxList li figure {
	position: relative;
	width: 476px;
	height: 300px;
}

.explore_container .boxList li figure img {
	width: 100%;
	height: auto;
}

.explore_container .boxList li figure:after {
	content: '';
	background: url(../image/kids1.png) no-repeat;
	width: 148px;
	height: 194px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
}

.explore_container .boxList li.pict_none figure:after {
	content: '';
	background: none;
}

.explore_container .boxList li.boy1 figure:after {
	content: '';
	background: url(../image/kids1.png) no-repeat;
	background-size: 148px;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.boy2 figure:after {
	content: '';
	background: url(../image/kids5.png) no-repeat;
	background-size: 148px auto;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.nazo_haruto figure:after {
	content: '';
	background: url(../image/nazo_haruto.png) no-repeat;
	background-size: 148px auto;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.wakuwaku_haruto figure:after {
	content: '';
	background: url(../image/wakuwaku_haruto.png) no-repeat;
	background-size: 153px;
	width: 153px;
	height: 194px;
}

.explore_container .boxList li.moving_haruto figure:after {
	content: '';
	background: url(../image/moving_haruto.png) no-repeat;
	background-size: 153px;
	width: 153px;
	height: 194px;
}

.explore_container .boxList li.girl1 figure:after {
	content: '';
	background: url(../image/kids2.png) no-repeat;
	width: 149px;
	height: 198px;
}

.explore_container .boxList li.girl2 figure:after {
	content: '';
	background: url(../image/kids3.png) no-repeat;
	background-size: 148px;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.girl3 figure:after {
	content: '';
	background:
		url(../image/kids4.png) no-repeat;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.girl4 figure:after {
	content: '';
	background: url(../image/kids2.png) no-repeat;
	background-size: 148px;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.girl5 figure:after {
	content: '';
	background: url(../image/kids6.png) no-repeat;
	background-size: 148px;
	width: 148px;
	height: 194px;
}

.explore_container .boxList li.girl7 figure:after {
	content: '';
	background: url(../image/kids7.png) no-repeat;
	background-size: 160px;
	width: 160px;
	height: 209px;
}

.explore_container .boxList li.odoroki_ririka figure:after {
	content: '';
	background: url(../image/odoroki_ririka.png) no-repeat;
	background-size: 153px;
	width: 153px;
	height: 194px;
}

.explore_container .boxList figure .new {
	background: url(/kids/image/renew/new.png) no-repeat 0 0;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	background-size: contain;
}

.explore_container .boxList li p {
	padding: 0 20px;
	font-size: 16px;
}

.explore_container .boxList li p.cat {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 8px 0;
	line-height: 1;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}

.explore_container .boxList li p.cat:after {
	content: '';
	background: url(../image/baloon_bg.png) no-repeat 0 0;
	background-size: 25px;
	width: 25px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0px 0 0 -12.5px;
}

.explore_container .boxList li p.cat.parent {
	background-color: #2294e6;
}

.explore_container .boxList li p.cat.parent:after {
	border-top: 8px solid #2294e6;
}

.explore_container .boxList li p.cat.jiyuu-kenkyu {
	background-color: #8ab312;
}

.explore_container .boxList li p.cat.jiyuu-kenkyu:after {
	border-top: 8px solid #8ab312;
}

.explore_container .boxList li p.lead {
	padding: 0 20px;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------------------
*
* 記事ページ
*
* ----------------------------------------------------------------------------------------- */
.kidsContents {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-variant-ligatures: no-common-ligatures;
	letter-spacing: .1em;
}

.kidsContents .pc {
	display: inline-block;
}

.kidsContents .mb,
.kidsContents .sp {
	display: none
}

/* ----------------------------- 共通パーツ ----------------------------- */
.page_container {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 170px;
	position: relative;
	z-index: 11;
}

.page_container figure {
	margin: 0px;
	padding: 0px;
	display: block;
}

.img_container {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.main_img.img_container {
	width: 915px;
	height: auto;
}

.sec_tit {
	border-top: 4px solid #2294e6;
	border-bottom: 4px dotted #2294e6;
	padding: 30px 0;
	text-align: center;
	color: #2294e6;
	font-size: 32px;
	margin: 65px 0 40px;
}

.page_container .links {
	text-decoration: underline !important;
}

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

.btn_back .transition {
	display: block;
	width: 460px;
	height: auto;
	background-color: #2294e6;
	border: 2px solid #2294e6;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	margin: 60px auto 0;
	cursor: pointer;
}

.btn_back .btn_back_inner {
	background: url('../image/btn_back.png') left center no-repeat;
	background-size: 25px auto;
	display: block;
	width: 360px;
	height: 25px;
	margin: 0 auto;
	text-indent: 2em;
}

.btn_back .transition:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/* ----------------------------- カテゴリ ----------------------------- */
.kidsContents_cat {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #2294e6;
	padding: 10px 0 8px;
	margin-bottom: 13px;
	position: relative;
}

.kidsContents_cat span {
	position: relative;
}

.kidsContents_cat span:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #2294e6;
	border-radius: 2.5px;
	overflow: hidden;
}

.kidsContents_cat span:after {
	content: '';
	background: url(../image/baloon_bg.png) no-repeat 0 0;
	background-size: 15px;
	width: 15px;
	height: 10px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0px 0 0 -7.5px;
}

/* ----------------------------- ページタイトル ----------------------------- */
.contents_header {
	background-color: #d9ecfa;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 32px;
	margin-bottom: 30px;
}

h2.contents_tit {
	color: #2294e6;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

.contents_tit {
	text-align: center;
}

.contents_tit_sub {
	width: 148px;
	margin: 0 auto;
}

.contents_read {
	text-align: center;
	font-size: 18px;
	padding: 20px 0 30px;
	line-height: 2;
}

.photo_caption {
	margin: 12px 0 -.7em;
	font-size: 15px;
	text-align: left;
	line-height: 1.74;
}

.photo_caption ruby {
	margin-top: 6px;
}

.contents_cat {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 84% auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 205px;
	height: 47px;
	box-sizing: border-box;
	padding-top: 8px;
	margin: 0 auto 10px;
	line-height: 1;
	text-align: center;
}

.contents_cat span {
	padding: 0;
	margin: 0 0 0 -1px;
	display: inline-block;
}

/* ----------------------------- メインコンテンツ ----------------------------- */
/* ----------------------------- caution ----------------------------- */
.caution {
	border: 2px solid #ff9500;
	border-radius: 20px;
	margin-top: 20px;
	color: #ff9500;
	font-weight: bold;
	background: url(/kids/explore/image/icon_caution.png) no-repeat;
	background-size: 62px auto;
	background-position: 50px center;
	padding: 25px 35px;
}

.caution .caution-first ul {
	list-style: none !important;
}

.caution ul li {
	font-size: 18px;
	line-height: 1.8;
	width: auto;
	position: relative;
	margin: 0 0 4px 0;
}

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

.caution ul li::before {
	content: '\30FB';
	display: inline-block;
	width: 18px;
	position: absolute;
	margin-left: -1em;
}

.caution_txt,
.caution_txt-first {
	margin: 0;
	padding-left: 135px;
	line-height: 1.8em;
	font-size: 18px;
}

.caution_img {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 170px;
}

.caution.line1 {
	background-position: 50px 15px;
}

/* ----------------------------- member ----------------------------- */
.member {
	margin: 50px 0 85px;
}

.member h3 {
	color: #2294e6;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	background: url(../image/ic_member.png) no-repeat 0 65%;
	padding-left: 60px;
}

.member ul {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.member li {
	width: 48%;
}

.member li figure {
	float: left;
	margin-right: 25px;
}

.member li dl {
	overflow: hidden;
	zoom: 1;
}

.member dt {
	font-size: 20px;
	font-weight: bold;
	color: #2294e6;
	margin-top: 40px;
	margin-bottom: 15px;
}

.member dd {
	font-size: 18px;
	line-height: 2;
}

/* ----------------------------- detail ----------------------------- */
.detail .detail_clm-full {
	font-size: 25px;
	text-align: center;
	margin: 60px 0 40px;
}

.detail ul {
	display: flex;
	justify-content: space-between;
}

.detail ul li figure {
	border-radius: 15px;
	overflow: hidden;
	display: block;
}

/* ----------------------------- talk ----------------------------- */
.talk {
	width: 730px;
	margin: 100px auto;
}

.talk p.lead {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0 70px;
}

.talk ul {
	display: block;
}

.talk li {
	display: flex;
	align-items: center;
	height: 125px;
	padding-left: 155px;
	font-size: 18px;
	margin-bottom: 30px;
}

.talk li.pic {
	height: auto;
}

.talk li.ririka {
	background: url(../poisonous-mushroom/image/member1_2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka2 {
	background: url(../poisonous-mushroom/image/member1_3.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka3 {
	background: url(../poisonous-mushroom/image/member1_4.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka4 {
	background: url(../poisonous-mushroom/image/member1_5.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka5 {
	background: url(../poisonous-mushroom/image/member1_6.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka6 {
	background: url(../poisonous-mushroom/image/member1_7.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka7 {
	background: url(../blue-lake/image/member1_8.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.arai {
	background: url(../poisonous-mushroom/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.maruyama {
	background: url(../fossil/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto {
	background: url(../carnivorous-plants/image/member1_2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto2 {
	background: url(../carnivorous-plants/image/member1_3.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto3 {
	background: url(../carnivorous-plants/image/member1_4.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto4 {
	background: url(../carnivorous-plants/image/member1_5.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto5 {
	background: url(../carnivorous-plants/image/member1_6.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.kiya {
	background: url(../carnivorous-plants/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk.lake li.ririka {
	background: url(../blue-lake/image/member1_2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk.lake li.ririka2 {
	background: url(../blue-lake/image/member1_3.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk.lake li.ririka3 {
	background: url(../blue-lake/image/member1_4.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk.lake li.ririka4 {
	background: url(../blue-lake/image/member1_5.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_ase {
	background: url(/kids/explore/image/ririka_ase.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_egao {
	background: url(/kids/explore/image/ririka_egao.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_komari {
	background: url(/kids/explore/image/ririka_komari.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_ikari {
	background: url(/kids/explore/image/ririka_ikari.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_odoroki {
	background: url(/kids/explore/image/ririka_odoroki.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_odoroki2 {
	background: url(/kids/explore/image/ririka_odoroki2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_su {
	background: url(/kids/explore/image/ririka_su.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_normal {
	background: url(/kids/explore/image/ririka_normal.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_think {
	background: url(/kids/explore/image/ririka_think.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_think2 {
	background: url(/kids/explore/image/ririka_think2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_check {
	background: url(/kids/explore/image/ririka_check.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ririka_naki {
	background: url(/kids/explore/image/ririka_naki.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_su {
	background: url(/kids/explore/image/haruto_su.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_normal {
	background: url(/kids/explore/image/haruto_normal.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_check {
	background: url(/kids/explore/image/haruto_check.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_ase {
	background: url(/kids/explore/image/haruto_ase.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_egao {
	background: url(/kids/explore/image/haruto_egao.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_komari {
	background: url(/kids/explore/image/haruto_komari.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_ikari {
	background: url(/kids/explore/image/haruto_ikari.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_think {
	background: url(/kids/explore/image/haruto_think.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_think2 {
	background: url(/kids/explore/image/haruto_think2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_naki {
	background: url(/kids/explore/image/haruto_naki.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_odoroki {
	background: url(/kids/explore/image/haruto_odoroki.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_odoroki2 {
	background: url(/kids/explore/image/haruto_odoroki2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.haruto_odoroki3 {
	background: url(/kids/explore/image/haruto_odoroki3.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.hanaishi {
	background: url(../blue-lake/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.araki {
	background: url(../sea-of-clouds/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.araki2 {
	background: url(/kids/explore/snow/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.araki3 {
	background: url(/kids/explore/twilight/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.nakata {
	background: url(/kids/explore/caldera/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.kawaguchi {
	background: url(/kids/explore/shooting-star/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.katsuki {
	background: url(/kids/explore/cherry-blossoms/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.tei {
	background: url(/kids/explore/fireworks/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ando {
	background: url(/kids/explore/autumn-leaves/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.hasegawa {
	background: url(/kids/explore/art/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.kitahashi {
	background: url(/kids/explore/deep-sea/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.kawakami {
	background: url(/kids/explore/bird/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ishii {
	background: url(/kids/explore/rice-terraces/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.uchifune {
	background: url(/kids/explore/firefly/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.tanaka {
	background: url(/kids/explore/dinosaur/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.muto {
	background: url(/kids/explore/jomon/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.hagiya {
	background: url(/kids/explore/jewelry/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.yamaguchi {
	background: url(/kids/explore/hibernation/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.kikugawa {
	background: url(/kids/explore/hot-spring/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.o_tanaka {
	background: url(/kids/explore/flower/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.tsuyuzaki {
	background: url(/kids/explore/wetlands/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.life-span {
	background: url(/kids/explore/life-span/image/member2.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.ooba {
	background: url(/kids/explore/shining-creature/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.osafune {
	background: url(/kids/explore/tide/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.inagaki {
	background: url(/kids/explore/weed/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li.yoshida {
	background: url(/kids/explore/cave/image/member.jpg) no-repeat 0 center;
	background-size: 125px;
}

.talk li span {
	display: block;
}

.talk li dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.talk li dl.col1 {
	display: block;
}

.talk li dl dd {
	width: 270px;
	text-align: center;
}

.talk li dl.col1 dd {
	width: auto;
	margin-right: 0px !important;
}

.talk li dl dd strong {
	display: inline-block;
	border: 2px solid #ee7300;
	padding: 5px 20px;
	margin-bottom: 15px;
	color: #ee7300;
	font-size: 20px;
}

.talk li dl dd:first-of-type {
	margin-right: 30px;
}

.talk li dl dd p {
	font-size: 18px;
	margin-top: 15px;
}

.talk li dl dd p i {
	display: block;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 22px;
}

.talk li dl.col1 dd figure img {
	overflow: hidden;
	border-radius: 15px;
}

.talk li.vtop {
	background-position: 0 0 !important;
}

/* ----------------------------- interview ----------------------------- */
.interview {
	width: 100%;
}

.interview_ttl {
	border-top: 4px solid #2294e6;
	padding: 29px 0 32px;
	background: url(../image/line_dot_pink_x.png) repeat-x left bottom;
	background-size: auto 4px;
	line-height: 1.4;
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
	color: #f2619d;
}

.interview_list_item {
	width: 100%;
	padding-bottom: 36px;
	margin-bottom: 36px;
	border-bottom: 2px dotted #2294e6;
}

.interview_list_item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.interview_list_item_ttl {
	background: url(../image/ic_q.png) no-repeat;
	background-size: auto 60px;
	height: 60px;
	font-size: 28px;
	color: #2294e6;
	line-height: 1.2;
	padding: 14px 0 0 70px;
	margin-bottom: 12px;
}

.interview_list_item_ttl.line2 {
	height: auto;
	margin-bottom: 30px;
	padding-top: 0px;
}

.interview_list_item_text {
	font-size: 18px;
	line-height: 1.8;
	word-break: normal !important;
	word-wrap: break-word;
}

.interview_list_item_text span {
	display: inline-block;
	line-height: 1.6;
}

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

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

.interview_list_item_clm-L {
	width: 306px;
	float: left;
}

.interview_list_item_clm-R {
	width: 642px;
	float: right;
}

.interview_list_item_img {
	border-radius: 12px;
	overflow: hidden;
}

/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: 980px;
	background: #d9ecfa;
	padding: 53px 32px 32px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin: 64px auto 45px;
	z-index: 100;
}

.remarks:before {
	content: "";
	width: 52px;
	height: 60px;
	display: block;
	background: url(../image/ic_bulb.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -26px;
}

.remarks_ttl {
	font-size: 28px !important;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #2294e6;
	text-align: center;
}

.remarks_ttl:after {
	content: "";
	width: 66px;
	height: 4px;
	display: block;
	margin: 10px auto 0;
	background: url(../image/line_dot_pink_x.png) repeat-x;
	background-size: auto 100%;
}

.remarks ul {
	flex-wrap: wrap;
	width: 872px;
	margin: 0 auto -70px;
	padding-bottom: 30px;
}

.remarks li {
	width: 415px;
	margin-bottom: 70px;
}

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

.remarks .name {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 15px;
}

.remarks .remarks_ttl+p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.remarks .remarks_ttl+p+.note {
	margin-bottom: 60px;
	font-size: 14px;
	text-align: center;
}

.remarks.col1 ul {
	display: block;
	overflow: hidden;
}

.remarks.col1 ul li {
	width: 100%;
	position: relative;
	min-height: 308px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 2px dotted #2294E6;
}

.remarks.col1 ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 25px;
}

.remarks.col1 ul li figure {
	overflow: hidden;
	border-radius: 15px;
	width: 415px;
	float: left;
	margin-right: 50px;
}

.remarks.col1 ul li figure span {
	position: absolute;
	top: 293px;
	left: 0;
	font-size: 12px;
}

.remarks.col1 ul li .textArea {
	overflow: hidden;
	zoom: 1;
	padding-top: 12px;
}

.remarks.col1 ul li .textArea .name {
	margin-top: 0px;
}

.remarks.col1 ul li .textArea dl {
	margin-top: 1.2rem;
	display: flex;
	margin-bottom: 10px;
	line-height: 1.7;
}

.remarks.col1 ul li .textArea dt {
	white-space: nowrap;
}

.remarks.col1 ul li .textArea dd {
	min-width: 0;
}

@-moz-document url-prefix() {
	.remarks.col1 ul li .textArea dd {
		margin-top: 0;
	}
}

.remarks.col1 ul li .textArea small {
	display: block;
	font-size: 14px;
	position: relative;
	margin-top: 10px;
	padding-left: 1.2em;
}

.remarks.col1 ul li .textArea small~small {
	margin-top: 0px;
}

.remarks.col1 ul li .textArea small span {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	text-align: left;
	margin: 0;
	margin-left: -1.2em !important;
	display: inline;
}

.note li:before {
	content: '※';
	background: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	text-align: left;
	margin: 0;
	margin-left: -1.2em !important;
	display: inline;
}

/*----- 問題 ------*/
.how_wrap {
	background: url(/kids/jiyuu-kenkyu/common/image/balloon_bg.png) no-repeat center bottom;
	background-size: 40px auto;
	padding-bottom: 17px;
}

.how {
	background: #fff1d1;
	border-radius: 20px;
	margin-top: 30px;
	padding: 30px 30px 25px;
}

.how_txt_full {
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}

.how_ttl {
	color: #f38800;
	display: block;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}

.how_wrap+p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 55px;
	margin-top: 20px;
}

.question {
	border-bottom: 2px dotted #2294e6;
	margin-bottom: 50px;
	text-align: center;
}

.question.mb80 {
	margin-bottom: 80px;
}

.question .qTxt {
	font-weight: normal;
}

.question .qTxt strong {
	display: inline-block;
	margin-top: 10px;
}

.question h4 {
	text-align: center;
	color: #2294e6;
	font-size: 28px;
	padding: 15px 0;
	border-top: 2px dotted #2294e6;
	border-bottom: 2px dotted #2294e6;
	margin-bottom: 70px;
}

.question ul {
	display: flex;
}

.question ul.no-select {
	display: inline-flex;
}

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

.question li:before {
	content: '';
	background: url('../image/ic_q_a.png') no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	display: block;
}

.question li:nth-child(2):before {
	background: url('../image/ic_q_b.png') no-repeat;
}

.question li:nth-child(3):before {
	background: url('../image/ic_q_c.png') no-repeat;
}

.question .no-select li:before {
	display: none;
}

.question .btnAnswer {
	margin-bottom: 40px;
	font-size: 28px;
	color: #2294e6;
	font-weight: bold;
	padding-left: 45px;
	position: relative;
	transition: 0.3s all;
	cursor: pointer;
	text-align: left;
}

.question .btnAnswer:hover {
	opacity: 0.8;
}

.question .btnAnswer:before {
	content: '';
	background: url(../image/arrow.png) no-repeat 0 0;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	transition: 0.3s all;
	transform: rotate(180deg);
}

.question .btnAnswer.active:before {
	transform: rotate(0deg);
}

.question .no-select+.btnAnswer {
	margin-left: 250px;
}

.question .answer {
	display: none;
	margin-bottom: 65px;
	text-align: left;
	padding-top: 10px;
}

.question .answer figure {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	border-radius: 15px;
	overflow: hidden;
}

.question .answer .textArea {
	overflow: hidden;
	zoom: 1;
}

.question .answer p {
	font-size: 18px;
}

.question .answer p.ruby {
	padding-top: 10px;
}

.question .answer p:nth-child(1) {
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.question .answer .textArea p:nth-child(1) {
	margin-bottom: 25px;
}

.question .answer .btnClose {
	clear: both;
	width: 185px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	background: url(../image/arrow.png) no-repeat 20px 50% #0096ed;
	border-radius: 27.5px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s all;
	margin-top: 50px;
}

.question .answer .btnClose:hover {
	opacity: 0.8;
}

.qTxt .switch_pc {
	display: block !important;
}

.qTxt .switch_sp {
	display: none !important;
}

.question .qTxtList {
	margin-bottom: 60px;
	padding: 0 40px 40px;
	border: 2px dotted #F38800;
	border-radius: 15px;
}

.question .qTxtList p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: -0.8em;
	position: relative;
}

.question .qTxtList p span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}

.question .qTxtList ol {
	list-style: none;
	margin: 0 auto;
	display: inline-flex;
}

.question .qTxtList li {
	padding: 0;
	margin: 0;
	margin-left: 40px;
	text-align: left;
	font-size: 18px;
}

.question .qTxtList li:first-child {
	margin-left: 0px;
}

.question .qTxtList li:before {
	display: none;
}

/*----- message ------*/
.message {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #2294e6;
	background-color: #fff;
	margin-top: 40px;
}

.message_tit {
	background-color: #2294e6;
	text-align: center;
	padding: 5px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.message_tit-inner {
	background-size: 25px auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.message_clm {
	padding: 30px;
	font-size: 18px;
	line-height: 1.8;
	word-break: normal !important;
	word-wrap: break-word;
}

/* ----------------------------- まとめかた ----------------------------- */
.summary {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #f2619d;
	background-color: #fff;
	margin-top: 40px;
}

.summary_tit {
	background-color: #f2619d;
	text-align: center;
	padding: 5px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.summary_tit-inner {
	background: url('../image/icon_summary.png') left center no-repeat;
	background-size: 25px auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 35px;
}

.summary_clm {
	padding: 30px;
	position: relative;
	font-size: 18px;
	line-height: 1.8;
	word-break: normal !important;
	word-wrap: break-word;
}

.summary_clm-L {
	width: 230px;
	margin-right: 65px;
	margin-left: 30px;
	float: left;
}

.summary_clm-R {
	overflow: hidden;
	zoom: 1;
}

/* ----------------------------- profile ----------------------------- */
.profile {
	width: 980px;
	border: 4px dotted #2294e6;
	border-radius: 12px;
	padding: 28px;
	box-sizing: border-box;
	margin: 80px auto 20px !important;
	position: relative;
	z-index: 100;
	background: #fff;
	word-break: normal !important;
	word-wrap: break-word;
}

.profile-hasMargin {
	margin-bottom: 70px;
}

.profile_ttl {
	width: 70px;
	margin-left: -35px;
	position: absolute;
	top: -49px;
	left: 50%;
}

.profile_photo {
	width: 284px;
	float: left;
	border-radius: 12px;
	overflow: hidden;
}

.profile_name {
	margin: 10px 0 10px 318px;
	color: #0b86de;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.profile_job {
	margin: 0 0 15px 318px;
	color: #0b86de;
	font-size: 16px;
}

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

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

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

/* ----------------------------- type ----------------------------- */
.typeList .typeBlock {
	margin-bottom: 60px;
}

.typeList h4 {
	font-size: 28px;
	color: #2294e6;
	text-align: center;
	border-top: 2px dotted #2294e6;
	border-bottom: 2px dotted #2294e6;
	padding: 20px 0;
	margin-bottom: 40px;
}

.typeList .lead {
	font-size: 18px;
	margin: 40px 0;
	text-align: center;
}

.typeList .ex {
	font-size: 20px;
	margin-bottom: 60px;
	text-align: center;
}

.typeList li {
	position: relative;
	margin-bottom: 30px;
}

.typeList li:before {
	content: '';
	background: url('../carnivorous-plants/image/ic_before.png') no-repeat;
	background-size: 85px;
	width: 85px;
	height: 90px;
	position: absolute;
	top: -47px;
	left: 50%;
	margin-left: -42.5px;
	display: block;
}

.typeList li:nth-child(2):before {
	background: url('../carnivorous-plants/image/ic_after.png') no-repeat;
	background-size: 85px;
}

.typeList li span {
	display: block;
	font-size: 20px;
	text-align: center;
	width: 100%;
	color: #2294e6;
	margin-top: 20px;
	font-weight: bold;
}

.typeList li span.note {
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
}

.typeList p.lead {
	font-size: 18px;
	text-align: center;
	margin: 40px 0;
	line-height: 2.2;
}

.typeList p.txt {
	font-size: 18px;
	line-height: 2.2;
}

.typeList .note {
	margin-top: 50px;
}

.note {
	font-size: 14px;
	color: #333 !important;
}

.note ul {
	padding: 0px;
	margin: 0px;
}

.note li {
	padding: 0;
	display: block;
	margin-bottom: 5px;
	position: relative;
	margin-left: 1.2em;
	/*padding-left: 1.2em;*/
}

.note li span {
	/*position: absolute;
	top: 10px;
	left: 0;*/
	display: inline-block;
	margin: 0px;
	width: auto;
	color: #333 !important;
	font-size: 14px !important;
}

.note li:first-child {
	margin-bottom: 0px;
}

.note li:before {
	content: '※';
	background: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	text-align: left;
	margin: 0;
	margin-left: -1.2em !important;
	display: inline;
}

/* Tips */
.jk_tips {
	border-radius: 20px;
	margin-top: 65px;
	background-color: #d9ecfa;
	position: relative;
	padding: 50px 30px;
}

.tips_icon {
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -26px;
	width: 52px !important;
	height: auto;
}

.tips_tit {
	color: #2294e6;
	font-size: 24px;
	font-weight: bold;
	background: url(/kids/explore/image/ttl_sub.png) center bottom no-repeat;
	background-size: 62px auto;
	text-align: center;
	padding-bottom: 10px;
}

.tips_list.tips_list_item1 {
	display: block;
	padding: 30px 0 0;
}

.tips_list.tips_list_item1>li {
	width: 100%;
	line-height: 2;
}


.tips_list_links {
	display: block;
	padding: 50px 0 40px;
	width: 100%;
	height: auto;
	background: #fff url(/kids/explore/image/btn_tips.png) center 18px no-repeat;
	background-size: 17px auto;
	border: 2px solid #2294e6;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #2294e6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

@media (any-hover: hover) {
	#kids .transition {
		transition: all .3s;
	}

	.tips_list_links:hover {
		background-color: #f1f9ff;
		background-position: center 26px;
	}
}

/* Spot */
.remarks.col1 ul.spot li {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	margin-bottom: 45px !important;
}

ul.spot li div.title {
	grid-area: 1 / 2 / 2 / 3;
}

ul.spot li div.title p.name {
	margin: 0 0 10px;
}

ul.spot li figure {
	grid-area: 1 / 1 / 3 / 2;
	border-radius: 0 !important
}

ul.spot li figure span {
	position: inherit !important;
	display: inline-block;
	margin-top: .6rem !important;
}

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

ul.spot li div.textArea {
	grid-area: 2 / 2 / 3 / 3;
	padding-top: 3px !important;
}

ul.spot li .textArea dd {
	margin-bottom: 0 !important;
}

/* contents_cat */
.contents_cat.contents_cat_ruby {
	background: #2294e6;
	width: auto;
	height: auto;
	padding: 3px 1.5rem 8px;
	display: table;
	margin: 0 auto 10px;
	border-radius: 2rem;
	position: relative;
}

.contents_cat.contents_cat_ruby::after {
	content: '';
	background: url('/kids/explore/image/baloon_bg.png') no-repeat;
	background-size: contain;
	width: 25px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

/* ruby_change */
.member ul.member_wrap li {
	display: flex;
	align-items: center;
}

.member ul.member_wrap dt {
	margin-top: .5em;
}