@charset "utf-8";
/* CSS Document */

/*===========================================
	/bd/howto/2019/maruroku.css
=============================================*/


/*-------------------------
  common
-------------------------*/

#contents section{
    margin-bottom: 2em;
    margin-top: 1em;
}

#contents p{
	word-break: break-all;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

@media (max-width: 640px){
	
	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left:5px;
	}
}


/* h1 h2 h3 */

#contents h1 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 1em;
}

#contents section h2 {
    font-size: 1.846rem;
    padding: 1.5rem 13px 5px;
    margin-bottom: 1em;
}

#contents section h2.blue{
	border-bottom: 5px solid #3569eb;
}

#contents section h2.green{
	border-bottom: 5px solid #4d9936;
}

#contents section h3 {
    font-size: 1.25rem;
	border-left: 5px solid #333f50;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    padding: .5em .5em .2em;
    margin-bottom: 1em;
	margin-left: 0.5em;
}

#contents section h3.blue{
	border-left: 5px solid #3569eb;
    border-bottom: 1px solid #3569eb;
}

#contents section h3.green{
	border-left: 5px solid #4d9936;
    border-bottom: 1px solid #4d9936;
}

@media screen and (max-width: 640px){
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
}

/* list */

#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
}

/* link */

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li{
    background: url(https://www.sony.jp/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents span.textLink{
	background: url(https://www.sony.jp/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents span.textLink.inner{
    background: url(https://www.sony.jp/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:0.5em;
	}
}

/* annotation */
#contents span.annotation,
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents span.annotation,
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

/* notice*/

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em;
    margin-bottom: 2em;
}

#contents .notice_gray > *,
#contents .notice_gray_b > *{
	margin-left: 0;
	margin-bottom: 0;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em;
}

/* img */

#contents .imgBox{
	margin: 0;
}

#contents .imgBox img{
	width: 100%;
	max-width: 100% !important;
	height: auto;
}

#contents .pct{
	margin-top: 1em;
	margin-bottom: 1em;
}

#contents .pct img{
	width: 100%;
	max-width: 640px;
	height: auto;
}


#contents .twoImages img{
	max-width: 320px;
	height: auto;
}

#contents .twoImages img:first-child{
	margin-right: 5px;
}

@media screen and (max-width: 640px){
	#contents .stepArea ol.stepList > li .pct {
		margin-left: 0;
		padding: 0;
	}

	#contents .twoImages img :first-child{
		margin-right: 0;
	}
	
	#contents .twoImages img{
		max-width: 100%;
	}
}


/*===========================================
	tab
=============================================*/
#contents div.tabArea {
	margin-left: 0;
	margin-top: 3em;
}

.OpenbtnArea :not(:last-of-type) {
	margin-right: 5px;
}

#contents div.tabArea ul {
	list-style: none;
	margin-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents section#show_hide .tabArea ul.tablist {
	margin: 0 ;
}

#contents div.openArea {
    margin-left: 0;
    padding: 1em;
    background-color: rgba(240,252,255,0.7);
    border: 1px solid #ccc;
    border-top: none;
}

/* ↓↓　#show_hide ↓↓　*/

section.show_hide {
	margin: 3em 0;
}

#contents section#show_hide .tabArea ul.tablist li {
	margin-bottom: 0!important;
	flex: auto;
	background-color: rgba(240,252,255,0.25);
	border-radius: 8px 8px 0 0;
	padding: 1em 0.5em 1em;
	border: 1px solid #ccc;
	border: 1px solid #d0d6d8;
	text-align: center;
}
#contents section#show_hide .tabArea ul.tablist li.active{
	border-bottom: transparent;
    background-color: rgba(240,252,255,0.7);
}

#contents section#show_hide .tabArea ul.tablist li span {
    font-weight: bold;
    padding: 0;
    cursor: pointer;
    font-size: 1.25em;
    height: 30px;
}

#contents section#show_hide .tabArea ul.tablist li.OpenbtnArea :focus{
	outline: none;
}

#contents section#show_hide .tabArea ul.tablist li.OpenbtnArea :focus,
#contents section#show_hide .tabArea ul.tablist li.OpenbtnArea :hover,
#contents section#show_hide .tabArea ul.tablist li.OpenbtnArea :active{
	opacity: 0.5;
}

@media (max-width: 640px){
	#contents div.openArea {
		padding: 1em 5px;
	}

	#contents section#show_hide .tabArea ul.tablist li{
		padding: 1em 0.1em 1em;
	}

}

@media (max-width: 420px){
	#contents section#show_hide .tabArea ul.tablist li span {
		font-size: 1em;
	}
}
@media (max-width: 380px){
	#contents section#show_hide .tabArea ul.tablist li span {
		font-size: 92%;
	}
}

/* ↑↑　#show_hide ↑↑ */



/*----------------------
	button 
------------------------*/

#contents div.btn{
	display: inline-block;
    margin-bottom: 0.5em;
	width: 450px;
}

#contents div.btn a {
    display: block;
    background: url(https://www.sony.jp/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 0.7em 1em;
    color: #000;
}

#contents div.btn a:hover,
#contents div.btn a:active,
#contents div.btn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media screen and (max-width: 640px){
	#contents div.btn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
}

/* -------------------
	stepArea
----------------------*/

#contents .stepArea{
	margin: 2em 1em 0;
}

#contents .stepArea ol.stepList > li{
	margin-bottom: 2em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}
#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}


/* liststyle */

#contents ol.square{
	counter-reset: square;
	margin-left: 0;
    margin-bottom: 0;
}

#contents ol.square > li{
	list-style-type: none;
}

#contents .stepArea ol.square > li > span{
	display: table-cell;
    margin: 0;
    padding-left: 14px;
	font-weight: bold;
	font-size: 1.2rem;
}

#contents ol.square > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
	background-color: #333f50;
}

#contents ol.square.blue > li:before{
	background-color: #3569eb;
}
#contents ol.square.green > li:before{
	background-color: #4d9936;
}

#contents ul li > ol.square{
	margin-top: 1.5em;
}

#contents ul li > ol.square > li{
	margin-bottom: 14px;
	overflow: hidden;
}

#contents ul li > ol.square > li:before{
	margin-right: 5px;
}



/*--------------
	onepoint
-------------- */

#contents .onepoint{
	padding: 0 38px;
}

#contents ol.stepList li > .onepoint{
	padding: 0 20px 0 0;
    margin-left: 30px;
	margin-top: 2em;
	margin-bottom: 4em;
}

#contents ol.stepList li > .onepoint h3{
	margin-left: 0;
}

#contents .Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	font-size: 1.125rem;
	background: url(https://www.sony.jp/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	width: 100%;
	box-sizing: border-box;
}

#contents ol.stepList li > .onepoint > Gray{
	width: 96%;
}

#contents .Gray img.icon2{
	margin: 0 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

#contents .Gray:hover, .Gray:active {
    text-decoration: none;
    opacity: 0.5;
}

#contents .Gray:focus {
    outline: thin dotted;
    opacity: 0.5;
	outline-offset: -1px;
}

#contents .detailArea {
	padding: 2em 1em;
	border: 1px solid #d2d2d2;
	background-color: #eee;
	display: none;
}

#contents .detailArea .stepArea{
	margin: 2em 0 2em 1.5em;
}

#contents .detailArea > ul.disc{
	margin-left: 1.5em;
}
#contents .detailArea > ul.disc > li{
	margin-bottom: 2em;
}

#contents .detailArea .pct img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px){
	#contents .detailArea {
		padding: 2em 5px;
		border: 1px solid #d2d2d2;
		background-color: #eee;
		display: none;
	}

	#contents .stepArea{
		margin-left: 5px;
	}
	
	#contents .stepArea ol.stepList{
		margin-left: 0;
	}
	
	#contents .detailArea .stepArea{
		margin: 2em 10px;
	}
	
	#contents .onepoint{
		margin-left: 0 !important;
		padding: 0 5px !important;
	}

	#contents .Gray {
		width: 100%;
	}
}

