@charset "UTF-8";

/* *******************************************************************************************
* 
*	ママのためのデジカメ講座 PC
*
******************************************************************************************* */
.kidsContents {
	padding-bottom: 85px;
}


/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- cat_ttl  ----------------------------- */
.cat_ttl {
	width: 980px;
	text-align: right;
	padding: 60px 0 0;
	margin: 0 auto 8px;
	line-height: 1;
}

.cat_ttl_inner {
	font-size: 18px;
	display: inline-block;
	color: #f2619d;
	background: url(../image/title_bg_pc.png) no-repeat center bottom;
	padding: 0 0 20px;
}

/* ----------------------------- attention ----------------------------- */
.attention {
	width: 980px;
	font-size: 14px;
	line-height: 1.7;
	margin: 27px auto 70px;
	position: relative;
	z-index: 100;
	clear: both;
}



/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- toplMain ----------------------------- */
.topMain {
	width: 980px;
	margin: 0 auto 53px;
	padding-top: 78px;
	text-align: center;
}

.topMain_subTtl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
	color: #f34990;
}

.topMain_ttl {
	color: #f34990;
	font-weight: bold;
	font-size: 44px;
	padding: 0 4px 22px;
	margin-bottom: 12px;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	background: url(../image/top_title_bg_pc.png) no-repeat center bottom;
}

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


/* ----------------------------- sapa_list ----------------------------- */
.top_list {
	width: 1011px;
	margin: -31px 0 0 -31px;
	overflow: hidden;
	padding-bottom: 40px;
}

.top_list_item {
	width: 306px;
	float: left;
	margin: 31px 0 0 31px;
	border: 1px solid #ccc;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
}

.top_list_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_list_item_img {
	width: 100%;
	border-radius: 11px 11px 0 0;
	overflow: hidden;
}

.top_list_item_inner {
	height: 192px;
}

.top_list_item_label {
	width: 100%;
	height: 43px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	box-sizing: border-box;
	background: url(../image/label_bg_pc.png) no-repeat;
}

.top_list_item_ttl {
	padding: 13px 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.top_list_item_text {
	font-size: 16px;
	padding: 0 30px;
}



/* -------------------------------------------------------------------------------------------
*
* 各記事詳細
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- detailMain ----------------------------- */
.detailMain {
	width: 980px;
	background: #ffe8f1;
	border-radius: 20px;
	padding: 32px;
	margin: 0 auto 64px;
	box-sizing: border-box;
	position: relative;
}

.detailMain_clm-L {
	width: 442px;
	float: left;
}

.detailMain_clm-R {
	width: 442px;
	float: right;
}

.detailMain_vol {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 100% 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 112px;
	height: 43px;
	padding-top: 9px;
	margin: 0 0 12px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}

.detailMain_ttl {
	font-size: 44px;
	color: #f2619d;
	margin-bottom: 15px;
	line-height: 1.4;
	display: block;
}

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

.detailMain_img {
	width: 442px;
	border-radius: 12px;
	overflow: hidden;
}


/* ----------------------------- question ----------------------------- */
.question {
	width: 100%;
	border: 1px solid #ffaa00;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 63px;
}

.question_ttl {
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #ffaa00;
	text-align: center;
}

.question_ttl_inner {
	line-height: 1.4;
	display: inline-block;
	padding: 10px 10px 10px 42px;
	background: url(../image/ic_question.png) no-repeat left center;
	background-size: 30px 30px;
	margin: 0 auto;
}

.question_img {
	width: 285px;
	float: left;
	margin-left: 31px;
	padding: 20px 0;
}

.question_clm-R {
	width: 604px;
	float: right;
	margin-right: 31px;
	padding: 30px 0;
}

.question_ans {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.2;
	padding-left: 43px;
	position: relative;
}

.question_ans:before {
	content: "";
	display: block;
	width: 24px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.question_pink:before {
	background: #ff889f;
}
.question_blue:before {
	background: #81c9e1;
}
.question_green:before {
	background: #9fd595;
}
.question_orange:before {
	background: #f5b486;
}
.question_brown:before {
	background: #e5bb76;
}

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


/* ----------------------------- detailContents ----------------------------- */
.detailContents {
	width: 980px;
	margin: 0 auto 45px;
	position: relative;
	z-index: 100;
}


/* ----------------------------- comment ----------------------------- */
.comment {
}

.comment_ttl {
	border-top: 4px solid #f2619d;
	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;
}

.comment_main {
	width: 100%;
	margin-bottom: 25px;
}

.comment_main_img {
	width: 221px;
	float: left;
	border-radius: 12px;
}

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

.comment_main_text_hasMargin {
	margin-bottom: 60px;
}

.comment_main_clm-R {
	width: 726px;
	float: right;
}

/* voice_list */
.voice_list {
	width: 100%;
	margin-bottom: 60px;
}

.voice_list:last-of-type {
	margin-bottom: 0;
}

.voice_list_item {
	width: 100%;
	background: url(../image/ic_voice.png) no-repeat 0 2px;
	background-size: 31px 31px;
	font-size: 18px;
	line-height: 1.8;
	border-bottom: dotted #f586b4 2px;
	padding: 0 0 15px 44px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.voice_list_item:last-child {
	margin-bottom: 0;
	padding-bottom: 5px;
	border: none;
}

/* summary */
.summary {
	width: 100%;
	border: 1px solid #f2619d;
	border-radius: 12px;
	padding: 16px 32px;
	position: relative;
	margin-top: 25px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
}

.summary:before {
	content: "";
	background: url(../image/point_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 12px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
}


/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: 980px;
	background: #ffe8f1;
	padding: 53px 32px 32px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin: 64px auto 0;
	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.column:before {
	background: url(../image/ic_pen.png) no-repeat;
	background-size: 100% 100%;
}

.remarks_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #f2498f;
	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_clm-L {
	width: 284px;
	float: left;
	clear: both;
}

.remarks_clm-R {
	width: 603px;
	float: right;
}

.remarks_subTtl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #f2498f;
}

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

.remarks_text_small {
	font-size: 16px;
}

#kids .remarks_text a {
	text-decoration:underline;
}

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

.remarks_img-hasMargin {
	margin-bottom: 20px;
}

.remarks_btn {
	margin-top: 27px;
}

.remarks_btn a {
	height: 47px;
	border-radius: 64px;
	display: inline-block;
	background: #f2619d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 11px 98px 12px 87px;
	box-sizing: border-box;
	font-size: 18px;
}

.remarks_btn span {
	display: inline-block;
	background: url(/kids/common/image/ic_arr_wt_right.png) no-repeat left center;
	background-size: 13px 13px;
	padding-left: 30px;
}

.remarks_note {
	font-size: 16px;
	margin-top: 20px;
}


/* ----------------------------- return_btn ----------------------------- */
.return_btn {
	margin: 70px auto;
	position: relative;
	z-index: 100;
	text-align: center;
}

.return_btn a {
	height: 64px;
	border-radius: 64px;
	display: inline-block;
	background: #f2619d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 19px 74px 19px 54px;
	box-sizing: border-box;
	font-size: 18px;
}

.return_btn span {
	display: inline-block;
	background: url(/kids/common/image/ic_arr_wt_return.png) no-repeat left center;
	background-size: 24px 22px;
	padding-left: 40px;
}



/* ----------------------------- profile ----------------------------- */
.profile {
	width: 100%;
	border: 4px dotted #f2619d;
	border-radius: 12px;
	padding: 0 28px 28px;
	box-sizing: border-box;
	margin: 80px auto 0;
	position: relative;
	z-index: 100;
	clear: both;
}

.profile_img {
	width: 88px;
	border-radius: 50%;
	margin: -46px auto 10px;
	overflow: hidden;
}

.profile_name {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #f2498f;
	margin-bottom: 16px;
}

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



/* -------------------------------------------------------------------------------------------
*
* *** 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- *** ----------------------------- */
/* ----------------------------- *** ----------------------------- */
/* ----------------------------- *** ----------------------------- */