@charset "UTF-8";

/* *******************************************************************************************
* 
*	ママのためのデジカメ講座 PC
*
******************************************************************************************* */

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

.kidsContents {
	padding-bottom: 42px;
}


/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- cat_ttl  ----------------------------- */
.cat_ttl {
	width: 100%;
	text-align: center;
	padding: 75px 0 0;
	margin: 0 auto 6px;
}

.cat_ttl_inner {
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	background: url(../image/title_bg_sp.png) no-repeat center bottom;
	background-size: auto 7px;
	vertical-align: top;
	padding: 0 4px 15px;
}

/* ----------------------------- attention ----------------------------- */
.attention {
	width: 90.6%;
	margin: 18px auto 53px;
	font-size: 12px;
}


/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- toplMain ----------------------------- */
.topMain {
	width: 90.6%;
	margin: 0 auto 40px;
	padding-top: 75px;
}

.topMain_subTtl {
	font-size: 18px;
}

.topMain_ttl {
	font-size: 31px;
	padding-bottom: 14px;
	margin-bottom: 8px;
	background: url(../image/title_bg_sp.png) no-repeat center bottom;
	background-size: 100% auto;
}

.topMain_lead {
	font-size: 16px;
}


/* ----------------------------- sapa_list ----------------------------- */
.top_list {
	width: 100%;
	min-height: 246px;
	margin: -25px 0 0 0;
	padding-bottom: 30px;
}

.top_list_item {
	width: 100%;
	min-height: 346px;
	float: none;
	margin: 25px 0 0 0;
	border-radius: 9px;
}

.top_list_item_img {
	border-radius: 8px 8px 0 0;
}

.top_list_item_inner {
	height: 162px;
}

.top_list_item_label {
	height: 32px;
	font-size: 12px;
	padding-top: 6px;
	background: url(../image/label_bg_sp.png) no-repeat center bottom;
	background-size: auto 32px;
}

.top_list_item_ttl {
	padding: 10px 25px;
	font-size:17px;
}

.top_list_item_text {
	font-size: 14px;
	padding: 0 25px 14px;
}



/* -------------------------------------------------------------------------------------------
*
* 各記事詳細
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- pageMain ----------------------------- */
.detailMain {
	width: 100%;
	border-radius: 0;
	padding: 25px 4.7% 48px;
	margin: 0 auto 60px;
	text-align: left;
}

.detailMain_clm-L,
.detailMain_clm-R {
	width: 100%;
	float: none;
}

.detailMain_vol {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 72px;
	height: 33px;
	margin: 0 auto 10px;
	box-sizing: border-box;
	padding-top: 7px;
}

.detailMain_ttl {
	font-size: 32px;
	margin-bottom: 15px;
}

.detailMain_lead {
	font-size: 16px;
	margin-bottom: 18px;
}

.detailMain_img {
	border-radius: 9px;
	width: 100%;
}


/* ----------------------------- detailContents ----------------------------- */
.detailContents {
	width: 90.6%;
	margin: 0 auto 20px;
}


/* ----------------------------- question ----------------------------- */
.question {
	border-radius: 15px;
	margin-bottom: 47px;
}

.question_ttl {
	font-size: 18px;
	padding: 0 10px;
	box-sizing: border-box;
}

.question_ttl_inner {
	padding: 7px 0 7px 31px;
	background-size: 24px 23px;
	text-align: left;
	background-position: left 0 top 8px;
}

.question_img {
	width: 100%;
	float: none;
	margin-left: 0;
	padding: 24px 16px;
	box-sizing: border-box;
}

.question_clm-R {
	width: 100%;
	float: none;
	margin-right: 0;
	padding: 0 16px 16px;
	box-sizing: border-box;
}

.question_ans {
	font-size: 18px;
	margin-bottom: 13px;
	padding-left: 30px;
}

.question_ans:before {
	width: 18px;
	height: 7px;
	margin-top: -3px;
}

.question_text {
	font-size: 16px;
}


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

.comment_ttl {
	border-top: 3px solid #f2619d;
	padding: 22px 0 25px;
	background-size: auto 4px;
	margin-bottom: 30px;
	font-size: 22px;
}

.comment_main {
	margin-bottom: 20px;
}

.comment_main_img {
	width: 100%;
	float: none;
	border-radius: 9px;
	margin-bottom: 15px;
}

.comment_main_text {
	font-size: 16px;
}

.comment_main_clm-R {
	width: 100%;
	float: none;
}

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

.voice_list_item {
	background-size: 23px 23px;
	font-size: 16px;
	border-bottom: dotted #f586b4 1px;
	padding: 0 0 15px 32px;
	margin-bottom: 15px;
}

/* summary */
.summary {
	border-radius: 9px;
	padding: 12px 23px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.6;
}

.summary:before {
	width: 19px;
	height: 10px;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}

/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: 100%;
	padding: 41px 15px 24px;
	border-radius: 0;
	margin-top: 48px;
	position: relative;
	z-index: 100;
}

.remarks:before {
	width: 38px;
	height: 45px;
	top: -19px;
	left: 50%;
	margin-left: -19px;
}

.remarks_ttl {
	font-size: 18px;
	margin-bottom: 24px;
}

.remarks_ttl:after {
	content: "";
	width: 50px;
}

.remarks_subTtl {
	font-size: 17px;
}

.remarks_clm-L,
.remarks_clm-R {
	width: 100%;
	float: none;
}

.remarks_clm-L {
	margin-bottom: 20px;
}

.remarks_text {
	font-size: 16px;
}

.remarks_text_small {
	font-size: 12px;
	line-height:1.6;
	display:inline-block;
}

.column .remarks_text {
	font-size: 13.5px;
}

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

.remarks_btn {
	margin-top: 16px;
}

.remarks_btn a {
	height: 37px;
	width: 100%;
	box-sizing: border-box;
	padding: 4px 30px 4px 28px;
	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: 11px 9px;
	padding-left: 20px;
	font-size: 16px;
}

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


/* ----------------------------- return_btn ----------------------------- */
.return_btn {
	width: 90.6%;
	margin: 53px auto 60px auto;
}

.return_btn a {
	width: 100%;
	height: 48px;
	font-size: 16px;
	padding: 6px 0 0 0;
	line-height: 1.2;
}

.return_btn span {
	display: inline-block;
	background-size: 18px 17px;
	padding-left: 30px;
}


/* ----------------------------- profile ----------------------------- */
.profile {
	width: 100%;
	border: 3px dotted #f2619d;
	border-radius: 9px;
	padding: 0 7% 7%;
	margin: 53px auto 0;
}

.profile_img {
	width: 66px;
	margin: -35px auto 6px;
}

.profile_name {
	font-size: 17px;
	margin-bottom: 14px;
}

.profile_text {
	font-size: 16px;
}


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


}