@charset "utf-8";
/* CSS Document */


/*
	===============================================
	 walkman/flow/shindan/no-sound/css/common1.css
	===============================================
*/



#contents .list_number_area{
	margin-left: 1.5em;
}

#contents .list_number_area > ol{
	list-style: none;
	margin: 0!important;
}

#contents .list_number_area > ol > li {
	margin: 20px 0 20px 0 !important;
    padding: 20px 10px 40px 0px;
	border-bottom: 1px dotted #ccc;
}

#contents .list_number_area > ol > li:last-child {
	border-bottom: none;
}


#contents .list_number_area > ol > li p.num{
	display: table;
	margin: 0;
}


#contents .list_number_area > ol > li p.num > img{
	margin:0 20px 0 0;
	display:inline-block;
}

#contents .list_number_area > ol > li p.num > span{
	font-size:120%;
	font-weight:700;
	margin: 0;
    display: table-cell;
	padding: 5px 0;
}

#contents .list_number_area > ol > li .list_body{
	margin: 2em 0 1em 50px;
}

#contents .list_number_area > ol > li .list_body p{
	margin: 0 0 1em 0;
}

#contents .list_number_area > ol > li .list_body ul.disc{
	list-style-type: disc;
	margin: 0 0 0 1.5em;
	padding: 0;
}


#contents .notice_gray {
    border-radius: 6px 6px 0 0;
	margin-bottom: 0;
	border-bottom: none;
}


#contents .list_number_area ol > li .list_body .notice_gray p.grayinner {
    font-size: 1.2em;
    font-weight: bold;
	margin: 0;
}

#contents .notice_gray_b{
	padding: 1em 1em 0 1em;
}
#contents .notice_gray_b > p{
	margin: 0;
}

#contents .notice_gray_b > p + a.textLink{
	display: inline-block;
	margin-left: 1em;
}

#contents .pct {
	margin: 1em;
}

.pct img{
	max-width: 100%;
	height: auto;
}

#contents .list_number_area > ol > li .list_body .toggleArea{
	border: 1px solid #ddd;
	margin-bottom: 1em;
}

#contents .list_number_area > ol > li .list_body .OpenbtnArea{
	display: block;
	background-color: #ddd;
	cursor: pointer;
	padding: 12px 1em;
	font-weight: bold;
}

#contents .list_number_area > ol > li .list_body .OpenbtnArea span.innerLink{
    background: url(/support/walkman/share/images/icon_under_arrow.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents .list_number_area > ol > li .list_body .detailArea{
	margin: 0;
	padding: 2em 1em 0 1em;
}

#contents .list_number_area > ol > li .list_body .detailArea > ol{
	margin: 0 0 0 2.4em;
	padding: 0;
}
#contents .list_number_area > ol > li .list_body .detailArea > ol > li{
	margin: 0 0 3em 0;
}

#contents .list_number_area > ol > li .list_body .detailArea > ol > li .pct{
	margin-left: 0;
}

#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea.noArrow{
	width: 96%;
}

#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea.three{
	justify-content: space-evenly;
	flex-wrap: nowrap;
	align-items: center;
}

#contents figure{
	margin: 1em;
}
#contents figcaption{
	margin: 0.5em 0;
}

#contents a.textLink{
	display: inline-block;
	margin-bottom: 1em;
	background-position: 0 6px;
}

@media (max-width: 640px){
	#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea{
		width: 100%;
		flex-direction: column;
		margin: auto;
	}
	#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea img{
		margin-bottom: 1em;
		width: 100%;
	}
	
	#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea.three img{
		margin-bottom: 0;
	}
	#contents .list_number_area > ol > li .list_body .detailArea > ol > li .flexArea img.pink_arrow{
		transform: rotate( 90deg );
		width: 29px !important;
	}
	
}

@media (max-width: 430px){
	
	#contents .list_number_area > ol > li p.num > img{
		margin:0 10px 0 0;
	}

	#contents .list_number_area{
		margin-left: 0;
	}
	
	#contents .list_number_area ol > li p.num > img{
		vertical-align: top;
	}

	#contents .list_number_area ol > li .list_body{
		margin: 2em 0 1em 0;
	}
	
	#contents .list_number_area > ol > li .list_body .detailArea > ol{
		margin: 0 0 0 1em;
		padding: 0;
	}
	
	
	#contents .list_body > figure{
		text-align: center;
	}

}
	
