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


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

.sapa_subTtl {
	font-size: 20px;
	padding-left: 32px;
	background: url(../image/ic_ttl.png) no-repeat 0 2px;
	background-size: 23px 23px;
	line-height: 1.4;
	margin-bottom: 12px;
}


/* ----------------------------- sapa_tbl ----------------------------- */
.sapa_tbl_wrap {
	border-radius: 15px;
	margin-bottom: 45px;
}

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

.sapa_tbl_th {
	border-width: 0 0 1px 0;
	width: 100%;
	padding: 17px 20px;
	display: block;
}

.sapa_tbl_td {
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	padding: 17px 20px;
	display: block;
}

.sapa_tbl_th.sapa_tbl-borderNone {
	border-bottom: 1px solid #ccc;
}

.sapa_tbl-borderNone {
	border-bottom: none;
}


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

.detailMain-all {
	height: auto;
}

.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_vol3 {
	width: 110px;
}

.detailMain_vol2 {
	width: 180px;
}

.detailMain_vol3 {
	width: 107px;
}

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

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

.date {
	width: 100%;
}

.date p {
    padding-right: 10px;
}

/* allMap */
.allMap {
	display: none;
}


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


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

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

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

.sapa_list_item_inner {
	height: 172px;
}

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

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

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

/* select_btn*/
.select_btn_wrap {
	width: 90.6%;
	height: 48px;
}

.select_btn_wrap-top {
	margin-bottom: 40px;
	z-index: 1000;
}

.select_btn {
	width: 100%;
	max-height: 48px;
	box-sizing: border-box;
	border: 2px solid #f2619d;
	border-radius: 24px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	-moz-transition: max-height .3s ease-in-out;
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	position: absolute;
	top: -203px;
	left: 0;
	background: #fff;
}

.select_btn_wrap-top .select_btn {
	top: -10px;
}

.select_btn-show {
	max-height: 500px;
}

.select_btn_ttl {
	background: #fff;
	width: 100%;
	height: 44px;
	display: block;
	padding-right: 14px;
	box-sizing: border-box;
	position: relative;
	line-height: 46px;
	border-radius: 24px;
}

.select_btn_ttl:hover {
	background-color: inherit;
}

.select_btn_ttl:after {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background: url(../all/image/select_arr.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 7px;
	right: 8px;
}

.select_btn_list {
	width: 100%;
	line-height: 40px;
	background: #fceef4;
	border-radius: 0 0 24px 24px;
}

.select_btn_list_item:hover {
	background-color: inherit;
}


/* ----------------------------- utilize ----------------------------- */
.utilize {
	width: 100%;
	margin-bottom: 40px;
}

.utilize_inner {
	width: 100%;
	margin-bottom: 22px;
}

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

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

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

.utilize_img img {
	border-radius: 9px;
	overflow: hidden;	
}

.utilize_img-v {
	padding: 0 8.5%;
	box-sizing: border-box;
}

.utilize_text {
	font-size: 16px;
}

.utilize_text_hasMargin {
	margin-top: 12px;
}

.utilize_caption {
	font-size: 14px;
	margin-top: 7px;
}

/* check */
.check {
	padding: 26px 24px 24px;
	border-radius: 15px;
}

.check:before {
	content: "";
	width: 63px;
	height: 34px;
	background-size: 100% 100%;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -31px;
}

.check_ttl {
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.check_btn {
	float: none;
	margin-right: 0;
	margin-bottom: 24px;
}

.check_btn a {
	height: 37px;
	width: 100%;
	padding: 5px 7px 0 0;
	font-size: 16px;
}

.check_btn span {
	background-size: 11px 9px;
	padding-left: 22px;
}


/* ----------------------------- point ----------------------------- */
.point {
	margin-bottom: 36px;
}

.point_list {
	margin-top: -20px;
}

.point_list_item {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-top: 20px;
}

.point_list_item:nth-child(3n) {
	float: none;
}

.point_list_img {
	border-radius: 9px;
	margin-bottom: 14px;
}

.point_list_img a:after {
	width: 27px;
	height: 27px;
	bottom: 7px;
	right: 7px;
}

.point_list_text {
	font-size: 16px;
}

.lb-number {
	display: none!important;
}


/* ----------------------------- checkpoint ----------------------------- */
.checkpoint {
	margin-bottom: 40px;
}

.note {
	font-size: 12px;
	margin: 15px auto 0;
}


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



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

.sapa_all {
	top: 130px;
}

/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- 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%;
	height: 210px;
	float: none;
	padding: 24px;
	box-sizing: border-box;
}

.top_btn_catch {
	font-size: 12px;
	width: 98px;
	height: 33px;
	padding-top: 4px;
	margin: 0 0 8px;
}

.top_btn_ttl {
	font-size: 18px;
	margin-bottom: 12px;
}

.top_btn_lead {
	font-size: 14px;
}



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


}