@charset "utf-8";
/* *******************************************************************************************
*
*	親子でやってみよう PC
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* インデックスページ
*
* ----------------------------------------------------------------------------------------- */

.challenge_container {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 150px;
	position: relative;
	z-index: 11;
}

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

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

.challenge_container a:hover {
	opacity: 0.8;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

/* ----------------------------- ページタイトル ----------------------------- */

.challenge_container .pageHeader_ttl {
	font-size: 44px;
	color: #2294e6;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-align: center;
}

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

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

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

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

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

/* リスト */
.challenge_container .boxList {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.challenge_container .boxList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.challenge_container .boxList li {
	width: 32%;
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #dcdddd;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.challenge_container .boxList li:empty {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: inherit;
}

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

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

.challenge_container .boxList li p.cat:after {
	content: '';
	background: url(../image/list-arrow.png) no-repeat;
	background-size: 15px;
	width: 15px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0px 0 0 -6px;
}

.challenge_container .boxList li h3 {
	padding: 0 20px;
	font-size: 20px;
	margin-bottom: 15px;
}

.challenge_container .boxList li figure {
	display: block;
	margin: 0;
	position: relative;
	height: 191px;
	overflow-y: hidden;
	object-position: center center;
}

.challenge_container .boxList li figure img {
	width: 100%;
}

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

/* -------------------------------------------------------------------------------------------
*
* 記事ページ
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- 共通パーツ ----------------------------- */

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

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

.contents_read {
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	padding: 20px 0 0;
}

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

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

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

.btn_back .transition {
	display: block;
	width: 590px;
	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 {
	display: block;
	width: 590px;
	height: 25px;
	margin: 0 auto;
	text-indent: 0;
	text-align: center;
}

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

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

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

.contents_cat {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 84% auto;
	color: #fff;
	font-size: 15px;
	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: 0px;
	display: inline-block;
	margin-left: 5px;
}

/* ----------------------------- メインコンテンツ ----------------------------- */


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



.detail.hb {
	margin-bottom: 60px;
}

.detail_hpt_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #2294e6;
	padding: 0 0 20px 0;
}

.detail.col2:after {
	content: "";
	clear: both;
	display: block;
}

.detail.col2 .cl {
	width: 465px;
	float: left;
}

.detail.col2 .cl:last-child {
	float: right;
}

.detail.col2 .cl h5 {
	font-size: 24px;
	color: #2294e6;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}

.detail.col3:after {
	content: "";
	clear: both;
	display: block;
}

.detail.col3 .cl {
	width: 300px;
	float: left;
}

.detail.col3 .cl:first-child {
	margin-right: 40px;
}

.detail.col3 .cl:last-child {
	float: right;
}

.detail.col3 .cl .sc_tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}

/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: 980px;
	background: #d9ecfa;
	padding: 53px 32px 32px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin: 64px auto 60px;
	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.ic2:before {
	content: "";
	width: 52px;
	height: 60px;
	display: block;
	background: url(../image/ic_rq.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -26px;
}

.remarks.col2 {
	padding: 53px 50px 32px 50px;
}

.remarks.hb {
	margin: 48px 0 80px;
}

.remarks .m_tit {
	color: #2294e6;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.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 figure {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 30px;
	overflow: hidden;
}

.remarks figure.nr {
	border-radius: 0;
}

.remarks figure img {
	width: 100%;
}

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

.remarks .textArea.hb {
	margin-bottom: 30px;
}

.remarks .textArea p {
	line-height: 1.8;
	margin-bottom: 30px;
}

.remarks .textArea p:last-child {
	margin-bottom: 0;
}

.remarks .textArea .sc_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.remarks .fig_col2 {
	width: 880px;
	margin: 0 auto 0 auto;
}

.remarks .fig_col2:after {
	content: "";
	clear: both;
	display: block;
}

.remarks .fig_col2.hb {
	margin-bottom: 30px;
}

.remarks .fig_col2 .cl {
	width: 415px;
	float: left;
}

.remarks .fig_col2 .cl:last-child {
	float: right;
}

.remarks .fig_col2 .cl figure {
	margin-bottom: 30px;
}

.remarks .fig_col2 .cl .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.remarks .fig_col2 .cl .ttl span {
	color: #2294e6;
}

.remarks .link_but .transition {
	display: block;
	width: 100%;
	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: 0 auto;
	cursor: pointer;
}

.remarks .link_but .btn_back_inner {
	background: url('../image/btn_go.png') 30px center no-repeat;
	background-size: 25px auto;
	display: block;
	width: 100%;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}

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

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

/* ----------------------------- sec_title ----------------------------- */
h4.sec_tit {
	font-size: 28px;
	color: #2294e6;
	border-top: dotted 2px #2294e6;
	border-bottom: dotted 2px #2294e6;
	line-height: 60px;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}

/* ----------------------------- pic_read ----------------------------- */
.typeBlock .ex {
	font-size: 18px;
	line-height: 1.8;
}

.typeBlock .ex.ht {
	padding-top: 60px;
}

.typeBlock .ex.hb {
	padding-bottom: 60px;
}

.pic_read {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pic_read.ht {
	margin-top: 60px;
}

.pic_read.hb {
	margin-bottom: 30px;
}

.pic_read p.pic_read_tit {
	padding-top: 20px;
	font-size: 14px;
}

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

.pic_read.nr img {
	border-radius: 0;
}

.anchorLink {
	padding: 20px;
	text-decoration: underline !important;
}

/* ----------------------------- Honda Golf ----------------------------- */
.honda_link {
	width: 980px;
	background: #d9ecfa;
	padding: 32px 0 32px 0;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin: 64px auto 60px;
	z-index: 100;
}

.honda_link .lead {
	color: #2294e6;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}

.honda_link .transition {
	display: block;
	width: 590px;
	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: 0 auto;
	cursor: pointer;
}

.honda_link .btn_back_inner {
	display: block;
	width: 590px;
	height: 25px;
	margin: 0 auto;
	text-indent: 0;
	text-align: center;
}

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

/* ----------------------------- Let’s Challenge!! ----------------------------- */
.lets_challenge {
	width: 980px;
	background: #d9ecfa;
	padding: 55px 45px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin: 64px auto 60px;
}

.lets_challenge h3 {
	text-align: center;
	margin-bottom: 50px;
}

.lets_challenge h3 img {
	width: 358px;
}

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

.lets_challenge h4 {
	color: #2294E6;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.lets_challenge .desc {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 20px;
}

.lets_challenge .name {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
	text-align: center;
}

.lets_challenge .name.md {
	padding: 30% 0 0 1em;
	text-align: left;
}

.lets_challenge .cb {
	content: "";
	clear: both;
	display: block;
}

.lets_challenge .col2:after {
	content: "";
	clear: both;
	display: block;
}

.lets_challenge .col2 .cl2 {
	width: 420px;
	float: left;
}

.lets_challenge .col2 .cl2:last-child {
	float: right;
}

.lets_challenge .cl2:after {
	content: "";
	clear: both;
	display: block;
}

.lets_challenge .cl2 .cl {
	width: 200px;
	float: left;
}

.lets_challenge .cl2 .cl:last-child {
	float: right;
}

.lets_challenge .cl2 .cl figure {
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.lets_challenge .cl2 .cl figure img {
	width: 100%;
}