@charset "UTF-8";

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

.kidsContents-all {
	padding-bottom: 210px;
}


/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- 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 {
	width: 917px;
	margin: 0 auto 32px;
	position: relative;
	z-index: 100;
}

.travelNavi-detail {
	width: 980px;
}

.travelNavi-bottom {
	margin-bottom: 74px;
}

.travelNavi_list {
	width: 100%;
	background: #fff;
	display: table;
	overflow: hidden;
	padding-top: 20px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 20px;
}

.travelNavi_list_item {
	width: 20%;
	display: table-cell;
	border: 2px solid #f25f9c;
	border-width: 2px 0 2px 2px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.travelNavi_list_item:first-child {
	border-radius: 12px 0 0 12px;
}

.travelNavi_list_item:nth-child(5) {
	border-width: 2px;
	border-radius: 0 12px 12px 0;
}

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

.travelNavi_list_item a {
	display: block;
	width: 100%;
	height: 88px;
	box-sizing: border-box;
	padding: 18px 14px 0 55px;
	position: relative;
	vertical-align: middle;
	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: 50%;
	left: 14px;
	margin-top: -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_ttl {
	font-size: 16px;
	font-weight: bold;
}




/* -------------------------------------------------------------------------------------------
*
* 各記事詳細
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- detailMain ----------------------------- */
.detailMain {
	width: 980px;
	background: #ffe8f1;
	border-radius: 20px;
	padding: 32px;
	margin: 0 auto 64px;
	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: 15px;
	line-height: 1.4;
	display: block;
}

.detailMain-talk .detailMain_ttl {
	margin-bottom: 25px;
}

.detailMain_ttl-small {
	font-size: 28px;
}

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

.detailMain_lead-marginNone {
	margin-bottom: 0;
}

.detailMain_lead_ttl {
	font-size: 20px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

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


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

.detailContents-talk {
	margin-bottom: 80px;
}


/* ----------------------------- item_list ----------------------------- */
.item_list {
	width: 100%;
	margin: -30px 0 0 0;
	overflow: hidden;
}

.item_list_item {
	width: 306px;
	float: left;
	margin: 30px 31px 0 0;
}

.item_list_item:nth-child(3n) {
	margin-right: 0;
}

.item_list_item:nth-child(3n+1) {
	clear: both;
}

.item_list_item_img {
	border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.item_list_item_name {
	font-size: 20px;
    color: #f2498f;
    font-weight: bold;
    clear: both;
}

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


/* ----------------------------- step ----------------------------- */
.point{
	margin: 60px 0 0 0;
}

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

.point_list {
	width: 100%;
	margin: 24px 0 0 0;
}

.point_list_item {
	width: 100%;
	margin-top: 40px;
}

.point_list_item_subTtl {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

.point_list_item_balloon {
	margin-bottom: 9px;
}

.point_list_item_ttl {
	background: url(../image/ic_point1.png) no-repeat;
	background-size: auto 60px;
	height: 60px;
	font-size: 28px;
	color: #f2619d;
	line-height: 1.2;
	padding: 14px 0 0 80px;
	margin-bottom: 17px;
}

.point01 .point_list_item_ttl {
	background-image: url(../image/ic_point1.png);
}

.point02 .point_list_item_ttl {
	background-image: url(../image/ic_point2.png);
}

.point03 .point_list_item_ttl {
	background-image: url(../image/ic_point3.png);
}

.point04 .point_list_item_ttl {
	background-image: url(../image/ic_point4.png);
}

.point05 .point_list_item_ttl {
	background-image: url(../image/ic_point5.png);
}

.point06 .point_list_item_ttl {
	background-image: url(../image/ic_point6.png);
}

.point07 .point_list_item_ttl {
	background-image: url(../image/ic_point7.png);
}

.point_list_item_ttl-noNone {
	height: auto;
    padding: 0 0 0 41px;
    background: url(../image/ic_ttl.png) no-repeat 0 4px;
    background-size: 30px 30px;
    line-height: 1.4;
}

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

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

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

.point_innerList_item {
	margin-bottom: 30px;
}

.point_innerList_item:last-child {
	margin-bottom: 0;
}

.point_clm-L {
	width: 307px;
	float: left;
	clear: both;
}

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

.point_clm-L2,
.point_clm-R2 {
	width: 442px;
}

.point_clm-R2 {
	text-align: center;
}

.point_btn {
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-top: 6px;
}

.point_btn a {
	height: 47px;
	width: 100%;
	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;
}

.point_btn2 a {
	font-size: 17px;
}

.point_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: 0 auto;
}


/* onepoint*/
.onepoint {
	background: #fff1d1;
	padding: 32px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin-top: 55px;
}

.onepoint:before {
	content: "";
	width: 84px;
	height: 46px;
	display: block;
	background: url(../image/ic_point.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -23px;
}

.onepoint_clm-L {
	width: 285px;
	float: left;
}

.onepoint_clm-R {
	width: 596px;
	float: right;
}

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

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


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

.talk-page3 {
	margin-bottom: 60px;
}

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

.talk_q {
	width: 100%;
	padding-bottom: 32px;
	margin-bottom: 38px;
	border-bottom: 2px dotted #f25f9c;
}

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

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

.talk_img {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
}

.talk_clm-L {
	width: 646px;
	float: left;
}

.talk_clm-R {
	width: 306px;
	float: right;
	text-align: center;
}

.talk_text {
	min-height: 112px;
	font-size: 18px;
	line-height: 1.8;
	padding-left: 130px;
	background-repeat: no-repeat;
	background-size: 109px auto;
	margin-bottom: 26px;
}

.talk_text-marginNone {
	margin-bottom: 0;
}

.talk_text.tomoko {
	background-image: url(../image/talk/tomoko.png);
}
.talk_text.kiyo {
	background-image: url(../image/talk/kiyo.png);
}
.talk_text.yuki {
	background-image: url(../image/talk/yuki.png);
}
.talk_text.reiko {
	background-image: url(../image/talk/reiko.png);
}

.nextTalk_btn {
	padding-top: 20px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 20px;
	position: relative;
	z-index: 100;
	margin: 60px 0 24px;
}

.nextTalk_btn a {
	display: block;
	width: 100%;
	height: 76px;
	border: 2px solid #f25f9c;
	border-radius: 12px;
	font-size: 16px;
	font-weight: bold;
	padding: 28px 28px 0 58px;
	box-sizing: border-box;
	line-height: 1;
	position: relative;
	background: #fff;
}

.nextTalk_btn a:hover {
	background-color: #ffe8f1;
	color: #f2498f;
}

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

.talkNavi {
	width: 100%;
	text-align: center;
}

.talkNavi_item {
	width: 48px;
	height: 48px;
	border: 2px solid #f25f9c;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	display: inline-block;
	margin: 0 2px;
}

.talkNavi_item a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
}

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

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

.talk_all_text-pink {
	color: #f2498f;
}




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

.topMain_subTtl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}

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

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


/* ----------------------------- top_btn----------------------------- */
.top_btn {
	width: 980px;
	margin: 0 auto 32px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 100;
}

.top_btn:last-child {
	margin-bottom: 80px;
}

.top_btn a {
	display: block;
	overflow: hidden;
}

.top_btn_img {
	width: 325px;
	float: left;
	border-right: 1px solid #ccc;
}

.top_btn_img-borderNone {
	border: none;
}

.top_btn_clm-R {
	width: 622px;
	float: right;
	padding-top: 30px;
}

.top_btn_ttl {
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 16px;
}

.top_btn_lead {
	font-size: 16px;
	line-height: 1.6;
	margin-right: 30px;
}

.top_btn_profile {
	font-size: 20px;
	font-weight: bold;
	color: #f34990;
}

.top_btn_profile-small {
	font-weight: normal;
	font-size: 16px;
	display: block;
}

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

.profile-talk {
	padding-top: 55px;
	margin-bottom: 65px;
}

.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: 30px;
	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_photo {
	width: 214px;
	float: left;
	border-radius: 12px;
	overflow: hidden;
}

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

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

.member_list_item .profile_name {
	margin: 0 0 5px 0;
}

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

.profile_job {
	margin: 0 0 15px 245px;
	color: #f2498f;
}

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

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

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

.member_clm-L {
	width: 206px;
	float: left;
}

.member_clm-R {
	width: 206px;
	float: right;
}
	



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