@charset "UTF-8";

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

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

.kidsContents {
	padding-bottom: 42px;
}

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


/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- cat_ttl  ----------------------------- */
.cat_ttl {
	width: 90.6%;
	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;
}

/* ----------------------------- balloon ----------------------------- */
.balloon {
	padding: 6px 15px;
	font-size: 12px;
	margin: 0 auto 8px;
}

.balloon:after {
	height: 11px;
	background-size: auto 8px;
	bottom: -8px;
}


/* ----------------------------- *** ----------------------------- */
.travelNavi {
	width: 94%;
	margin: 0 auto 10px;
	padding: 15px 0 0 0;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 15px;
}

.travelNavi-detail {
	width: 90.6%;
	margin-bottom: 22px;
}

.travelNavi-bottom {
	margin-bottom: 24px;
	margin-top: 46px;
}

.travelNavi_list {
	display: block;
	border-radius: 9px;
	border: 2px solid #f25f9c;
	position: relative;
	background: none;
	padding: 0;
}

.travelNavi_list_item {
	padding: 0;
	width: 33.33%;
	display: block;
	float: left;
	border: 2px solid #f25f9c;
	border-width: 0 0 2px 2px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.travelNavi_list_item:first-child,
.travelNavi_list_item:nth-child(4) {
	border-radius: 0;
	border-left: none;
}

.travelNavi_list_item:nth-child(4),
.travelNavi_list_item:nth-child(5) {
	border-bottom: none;
}

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

.travelNavi_list_item:last-child {
	border-radius: 0;
	border-width: 0 0 0 2px;
	height: 100px;
	display: block;
}

.travelNavi_list_item a {
	display: block;
	height: 100px;
	padding: 9px 7px 7px;
}

.travelNavi_list_item a:before {
	content: "";
	width: 21px;
	height: 21px;
	position: static;
	background: url(../image/ic_pink_btm_arr.png) no-repeat center top;
	background-size: auto 100%;
	top: auto;
	left: auto;
	display: block;
	margin: 0 auto 5px;
}

.travelNavi_list_item_ttl {
	font-size: 14px;
	line-height: 1.4;
}

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



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

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


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

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

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

.detailMain_vol {
	margin: 0 auto 10px;
}

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

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

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

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

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

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


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

.detailContents-talk {
	width: 100%;
	margin-bottom: 55px;
}


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

.item_list_item {
	width: 100%;
	float: none;
	margin: 30px 0 0 0;
}

.item_list_item_img {
	border-radius: 9px;
    margin-bottom: 18px;
}

.item_list_item_name {
	font-size: 17px;
}

.item_list_item_text {
	font-size: 16px;
    line-height: 1.6;
}


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

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

.point_list {
	margin: 18px 0 0 0;
}

.point_list_item {
	margin-top: 30px;
}

.point_list_item_balloon {
	margin-bottom: 5px;
}

.point_list_item_subTtl {
	font-size: 17px;
}

.point_list_item_ttl {
	background-size: auto 45px;
	height: 45px;
	font-size: 20px;
	padding: 10px 0 0 60px;
	margin-bottom: 12px;
}

.point_list_item_ttl-noNone {
    padding: 0 0 0 32px;
	height: auto;
    background-size: 23px 23px;
}
	
.point_list_item_img {
	border-radius: 9px;
	margin-bottom: 15px;
}

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

.point_list_item_text {
	font-size: 16px;
}

.point_innerList_item {
	margin-bottom:22px;
}

.point_clm-L,
.point_clm-R,
.point_clm-L2,
.point_clm-R2 {
	width: 100%;
	float: none;
}

.point_clm-L {
	margin-bottom: 15px;
}

.point_btn a {
	height: auto;
	min-height: 37px;
	width: 100%;
	box-sizing: border-box;
	padding: 4px 30px 4px 28px;
	font-size: 16px;
}

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


/* onepoint*/
.onepoint {
	padding: 22px;
	border-radius: 15px;
	margin-top: 35px;
}

.onepoint:before {
	content: "";
	width: 63px;
	height: 34px;
	top: -19px;
	left: 50%;
	margin-left: -31px;
}

.onepoint_clm-L {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

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

.onepoint_img {
	border-radius: 9px;
}

.onepoint_text {
	font-size: 16px;
}

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

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

.talk_ttl {
	width: 90.6%;
	border-top: 3px solid #f2619d;
    padding: 22px 0 25px;
    background-size: auto 4px;
    margin: 0 auto 25px;
    font-size: 22px;
}

.talk_q {
	width: 100%;
	box-sizing: border-box;
	padding: 0 4.2% 32px;
	margin-bottom: 26px;
	border-bottom: 1px dotted #f25f9c;
}

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

.talk_q_ttl {
	background-position: left center;
	background-size: auto 45px;
	height: auto;
	font-size: 20px;
	line-height: 1.4;
	padding: 0 0 0 50px;
	margin-bottom: 16px;
}

.talk_img {
	border-radius: 9px;
	margin-bottom: 20px;
}

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

.talk_clm-L {
	width: 100%;
	float: none;
}

.talk_clm-R {
	width: 100%;
	float: none;
	margin-top: 16px;
}

.talk_text {
	font-size: 16px;
	padding: 86px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 80px;
	margin-bottom: 20px;
}

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

.nextTalk_btn {
	width: 90.6%;
	padding-top: 14px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 14px;
	margin: 40px auto 24px;
}

.nextTalk_btn a {
	height: auto;
	border-radius: 9px;
	font-size: 14px;
	padding: 6px 20px 6px 44px;
	line-height: 1.4;
}

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

.nextTalk_btn a:before {
	width: 21px;
	height: 21px;
	left: 10px;
	margin-top: -11px;
}

.talkNavi_item {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	margin: 0 1px;
}

.talkNavi_item a {
	line-height: 36px;
	font-size: 15px;
}

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

.talk_all_text {
	font-size: 18px;
}


/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- 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: auto 12px;
}

.topMain_lead {
	font-size: 16px;
}


/* ----------------------------- top_btn----------------------------- */
.top_btn {
	width: 90.6%;
	margin: 0 auto 24px;
	border-radius:15px;
}

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

.top_btn_img {
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
}

.top_btn_clm-R {
	width: 100%;
	float: none;
	padding: 24px;
	box-sizing: border-box;
	text-align: center;
}

.top_btn_ttl {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: left;
}

.top_btn_lead {
	font-size: 14px;
	text-align: left;
	margin-right: 0;
}

.top_btn_profile {
	font-size: 17px;
	text-align: left;
}

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


/* ----------------------------- profile ----------------------------- */
.profile {
	width: 90.6%;
	border: 3px dotted #f25f9c;
	padding: 7%;
	margin: 60px auto 48px;
}

.profile-talk {
	margin-bottom: 50px;
}

.profile_ttl {
	width: 53px;
	margin-left: -26px;
	top: -38px;
}

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

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

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

.profile_img {
	border-radius: 9px;
}

.profile_name {
	margin: 0 auto 8px;
	font-size: 17px;
}

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

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

.profile_job {
	margin: 0 auto 13px;
	font-size: 14px;
}

.profile_about {
	margin: 0 auto;
	font-size: 16px;
}

/* member_list */
.member_list {
	width: 100%;
	margin-top: -20px;
}

.member_list_item {
	width: 100%;
	float: none;
	margin-top: 20px;
}

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

.member_clm-L {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

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




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


}