@charset "UTF-8";

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

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

.kidsContents {
	padding-bottom: 42px;
}


/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- 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;
}


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


/* ----------------------------- travelNavi ----------------------------- */
.travelNavi {
	width: 90.6%;
	padding-top: 15px;
	background-size: auto 15px;
	margin-bottom: 60px;
}

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

.travelNavi_list {
	border-radius: 9px;
}

.travelNavi_list_item {
	width: 100%;
	float: none;
	display: block;
	border-right: none;
	border-bottom: 2px solid #f25f9c;
}

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

.travelNavi_list_item a {
	height: 80px;
	padding: 10px 14px 0 42px;
}

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

.travelNavi_list_item a:before {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 29px;
	left: 10px;
}

.travelNavi_list_item_balloon {
	font-size: 10px;
	padding: 2px 15px;
	vertical-align: top;
}

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

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

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


/* -------------------------------------------------------------------------------------------
*
* 各記事詳細
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- pageMain ----------------------------- */
.detailMain {
	width: 100%;
	border-radius: 0;
	padding: 25px 4.7%;
	margin: 0 auto 34px;
	text-align: left;
	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;
	text-align: left;
}

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

.detailMain_catch {
	background-size: auto 3px;
	padding: 12px 0;
	margin-bottom: 18px;
	text-align: left;
}

.detailMain_catch_main {
	font-size: 20px;
}

.detailMain_catch_sub {
	font-size: 16px;
	background-size: auto 15px;
	line-height: 18px;
	padding: 0 16px;
}

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

.detailMain_lead_ttl {
	font-size: 17px;
}

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


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


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

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

.interview_list_item {
	width: 100%;
	box-sizing: border-box;
	padding: 0 4.2% 26px;
	margin-bottom: 26px;
	border-bottom: 2px dotted #f2619d;
}

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

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

.interview_list_item_text {
	font-size: 16px;
}

.interview_list_item_clm-L {
	width: 100%;
	float: none;
	margin-bottom: 16px;
}

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

.interview_list_item-hasMargin {
	margin-top: 16px;
}

.interview_list_item_img {
	border-radius: 9px;
}



/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: 100%;
	padding: 41px 15px 24px;
	border-radius: 0;
	margin: 48px 0 45px;
	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_img {
	border-radius: 8px;
	overflow: hidden;
}


/* ----------------------------- profile ----------------------------- */
.profile {
	width: 90.6%;
	border: 3px dotted #f25f9c;
	padding: 7%;
	margin: 0 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_clm-L {
	width: 100%;
    float: none;
	margin-bottom: 16px;
}

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

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




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


}