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


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

.sapa_subTtl {
	color: #f2619d;
	font-size: 28px;
	font-weight: bold;
	padding-left: 41px;
	background: url(../image/ic_ttl.png) no-repeat 0 4px;
	background-size: 30px 30px;
	line-height: 1.4;
	margin-bottom: 15px;
}


/* ----------------------------- sapa_tbl ----------------------------- */
.sapa_tbl_wrap {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 35px;
}

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

.sapa_tbl {
	width: 100%;
}

.sapa_tbl_th {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	width: 243px;
	padding: 24px;
	box-sizing: border-box;
	background: #ffe8f1;
}

.sapa_tbl_td {
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	padding: 24px;
	box-sizing: border-box;
	word-break: break-all;
}

.sapa_tbl_td-small{
	font-size:90%;
}

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

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




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

.detailMain-all {
	height:452px;
}

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

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

.detailMain_vol {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 100% 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 144px;
	height: 43px;
	padding-top: 9px;
	margin: 0 0 12px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}

.detailMain_vol2 {
	background: url(../image/balloon_long.png) no-repeat center top;
	background-size: 100% 100%;
	width: 240px;
}

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

.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 {
	width: 442px;
	border-radius: 12px;
	overflow: hidden;
}

.date {
	width: 980px;
    margin: 0 auto;
    position: relative;
    top: -56px;
}

.date p {
	display: block;
    text-align: right;
    float: right;
    font-size: 13px;
    color: #8a8a8a;
    letter-spacing: 0.8px;
}

/* allMap */
.allMap {
	width: 381px;
	height: 354px;
	background: url(../all/image/map.png) no-repeat;
	position: absolute;
	top: 33px;
	right: 92px;
}

.allMap_btn {
	position: absolute;
	background: #fff;
	border-radius: 22px;
}

.allMap_btn:hover img {
	opacity: 0;
}

.allMap_btn1 {
	top: 35px;
	left: 208px;
	background: url(../all/image/map_btn1_on.png) no-repeat;
}
.allMap_btn2 {
	top: 143px;
	left: 296px;
	background: url(../all/image/map_btn2_on.png) no-repeat;
}
.allMap_btn3 {
	top: 223px;
	left: 296px;
	background: url(../all/image/map_btn3_on.png) no-repeat;
}
.allMap_btn4 {
	top: 143px;
	left: 120px;
	background: url(../all/image/map_btn4_on.png) no-repeat;
}
.allMap_btn5 {
	top: 341px;
	left: 207px;
	background: url(../all/image/map_btn5_on.png) no-repeat;
}
.allMap_btn6 {
	top: 203px;
	left: 24px;
	background: url(../all/image/map_btn6_on.png) no-repeat;
}
.allMap_btn7 {
	top: 341px;
	left: 74px;
	background: url(../all/image/map_btn7_on.png) no-repeat;
}
.allMap_btn8 {
	top: 279px;
	left: -81px;
	background: url(../all/image/map_btn8_on.png) no-repeat;
}


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


/* ----------------------------- sapa_list ----------------------------- */
.sapa_list {
	width: 1011px;
	min-height: 420px;
	margin: -31px 0 0 -31px;
	overflow: hidden;
}

.sapa_list_item {
	width: 306px;
	float: left;
	margin: 31px 0 0 31px;
	border: 1px solid #ccc;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
}

.point_list_item-clear{
	clear:both;
}

.sapa_list_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.sapa_list_item_img {
	width: 100%;
	border-radius: 11px 11px 0 0;
	overflow: hidden;
}

.sapa_list_item_inner {
	height: 212px;
}

.sapa_list_item_label {
	width: 100%;
	height: 43px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	box-sizing: border-box;
	background: url(../all/image/label_bg_pc.png) no-repeat;
}

.sapa_list_item_ttl {
	padding: 13px 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.sapa_list_item_text {
	font-size: 16px;
	padding: 0 30px;
}

/* select_btn*/
.select_btn_wrap {
	width: 220px;
	height: 48px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.select_btn {
	width: 220px;
	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: -248px;
	left: 0;
}

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

.select_btn:hover .select_btn_ttl {
	background-color: #fcc5dc;
}

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

.select_btn:hover .select_btn_ttl:after {
	background-image: url(../image/select_arr2.png);
}

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

.select_btn_list_item {
	border-top: 1px solid #f2619d;
}

.select_btn_list_item:hover {
	background-color: #fcc5dc;
}


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

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

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

.utilize_clm-L {
	width: 474px;
	float: left;
	clear: both;
}

.utilize_clm-R {
	width: 474px;
	float: right;
}

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

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

.utilize_text_hasMargin {
	margin-top: 20px;
}

.utilize_caption {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}

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

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

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

.check_ttl {
	font-size: 20px;
	text-align: center;
	margin-bottom: 14px;
	line-height: 1.2;
	color: #ff9500;
	font-weight: bold;
}

.check_btn {
	float: left;
	margin-right: 30px;
}

.check_btn:last-child {
	margin: 0;
}

.check_btn a {
	height: 47px;
	width: 285px;
	border-radius: 64px;
	display: inline-block;
	background: #fff;
	color: #ff9500;
	border: 2px solid #ff9500;
	font-weight: bold;
	text-align: center;
	padding: 9px 7px 12px 0;
	box-sizing: border-box;
	font-size: 18px;
}

.check_btn span {
	display: inline-block;
	background: url(/kids/common/image/ic_arr_org_right.png) no-repeat left center;
	background-size: 13px 13px;
	padding-left: 30px;
}


/* ----------------------------- point ----------------------------- */
.point {
	width: 100%;
	margin-bottom: 50px;
}

.point_list {
	width: 100%;
	margin-top: -26px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.point_list_item {
	width: 306px;
	float: left;
	margin-right: 30px;
	margin-top: 26px;
}

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

.point_list_img {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 18px;
	position: relative;
}

.point_list_img a:after {
	content: "";
	background: url(../image/ic_zoom.png) no-repeat;
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

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


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

.note {
	font-size: 14px;
	line-height: 1.7;
	margin: 27px auto 0;
	position: relative;
	z-index: 100;
	clear: both;
}



/* ----------------------------- remarks ----------------------------- */
.remarks {
	width: 980px;
	background: #ffe8f1;
	padding: 53px 32px 32px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	margin: 64px auto 0;
	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_text {
	font-size: 18px;
	line-height: 1.8;
}

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

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



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

.sapa_all {
	top: 200px;
}

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

.topMain_subTtl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
	color: #f34990;
}

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

.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_clm-R {
	width: 622px;
	float: right;
	padding-top: 30px;
}

.top_btn_catch {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 144px;
	height: 43px;
	padding-top: 6px;
	margin: 0 0 12px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}

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

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



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