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

/* ----------------------------- balloon ----------------------------- */
.balloon {
	display: inline-block;
	padding:  6px 22px;
	line-height: 1;
	background: #f25f9c;
	border-radius: 32px;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 11px;
}

.balloon:after {
	content: "";
	width: 100%;
	height: 11px;
	background: url(../image/baloon_bg.png) no-repeat center bottom;
	background-size: auto 11px;
	position: absolute;
	bottom: -11px;
	left: 0;
}



/* ----------------------------- return_btn ----------------------------- */
.return_btn {
	margin: 0 auto 70px;
	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;
}


/* ----------------------------- travelNavi ----------------------------- */
.travelNavi {
	width: 980px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 100;
	padding-top: 20px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 20px;
}

.travelNavi-bottom {
	margin-bottom: 0;
}

.travelNavi_list {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border: 2px solid #f25f9c;
	box-sizing: border-box;
	border-radius: 12px;
}

.travelNavi_list_item {
	width: 33.33%;
	float: left;
	border-right: 2px solid #f25f9c;
	box-sizing: border-box;
}

.travelNavi_list_item:last-child {
	border: none;
}

.travelNavi_list_item a {
	display: block;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	padding: 21px 14px 0 59px;
	position: relative;
	color: inherit;
}

.travelNavi_list_item-active,
.travelNavi_list_item a:hover {
	background: #ffe8f1;
	color: #f2498f;
}

.travelNavi_list_item a:before {
	content: "";
	width: 28px;
	height: 28px;
	background: url(../image/ic_pink_right_arr.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 63px;
	left: 14px;
}

.travelNavi_list_item-active a:before {
	background-image: url(../image/ic_pink_btm_arr.png);
}

.travelNavi-bottom .travelNavi_list_item-active a:before {
	background-image: url(../image/ic_pink_top_arr.png);
}

.travelNavi_list_item_balloon {
	font-size: 14px;
	padding: 4px 20px;
}

.travelNavi_list_item_balloon:after {
    height: 7px;
    background-size: auto 7px;
    bottom: -7px;
}

.travelNavi_list_item_ttl {
	font-size: 16px;
	font-weight: bold;
}

.travelNavi_list_item_ttl-small {
	font-size: 15px;
}



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

.detailMain-talk {
	text-align: center;
}

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

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

.detailMain_vol {
	margin: 0 0 12px;
}

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

.detailMain_catch {
	background: url(../image/line_dot_pink_x.png) repeat-x left top,
						url(../image/line_dot_pink_x.png) repeat-x left bottom;
	background-size: auto 4px;
	padding: 15px 0;
	margin-bottom: 24px;
}

.detailMain_catch_main {
	font-size: 28px;
	font-weight: bold;
	color: #f2619d;
	line-height: 1.4;
}

.detailMain_catch_sub {
	font-size: 18px;
	display: inline-block;
	background: url(../image/title_sub_bg_left.png) no-repeat left bottom,
						url(../image/title_sub_bg_right.png) no-repeat right bottom;
	background-size: auto 18px;
	line-height: 18px;
	padding: 0 19px;
	color: #f2619d;
	font-weight: normal;
	margin-bottom: 5px;
}

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

.detailMain_lead_ttl {
    font-weight: bold;
    font-size: 20px;
}

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


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


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

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

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

.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: #f2619d;
	line-height: 1.2;
	padding: 14px 0 0 70px;
	margin-bottom: 12px;
}

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

.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: #ffe8f1;
	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: 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;
	margin-bottom: 20px;
}

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

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


/* ----------------------------- profile ----------------------------- */
.profile {
	width: 980px;
	border: 4px dotted #f25f9c;
	border-radius: 12px;
	padding: 55px 28px 28px;
	box-sizing: border-box;
	margin: 0 auto 65px;
	position: relative;
	z-index: 100;
	background: #fff;
	clear: both;
}

.profile-bottom {
	padding: 28px;
	margin: 80px auto 45px;
}

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

.profile_subTtl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #f2498f;
	text-align: center;
}

.profile_subTtl: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%;
}

.profile_img {
	border-radius: 12px;
}

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

.profile_name-hasMargin {
	margin-bottom: 15px;
}

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

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

.profile_clm-L {
	width: 284px;
    float: left;
}

.profile_clm-R {
	width: 602px;
	float: right;
}

/* member_list */
.member_list {
	width: 100%;
	margin-top: -26px;
	overflow: hidden;
}

.member_list_item {
	width: 442px;
	float: left;
	overflow: hidden;
	margin-top: 26px;
}

.member_list_item:nth-child(2n) {
	float: right;
}

.member_list_item:nth-child(2n+1) {
	clear: both;
}

/* btn */
.profile_btn {
	position: relative;
	margin-top: 6px;
}

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

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

.btn_catch {
	font-size: 14px;
	display: inline-block;
	background: url(../image/title_sub_bg_left.png) no-repeat left bottom,
						url(../image/title_sub_bg_right.png) no-repeat right bottom;
	background-size: auto 18px;
	line-height: 18px;
	padding: 0 19px;
	color: #f2619d;
	font-weight: bold;
	margin: 20px auto 0;
}
	



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