@charset "utf-8";
/* ==========================================================================
	bravia-biz/support/manualdownload/css/index.css
========================================================================== */
h1 {
    border-bottom: 1px solid #D0D0D0;
    color: #2f353d;
    margin: 2em 0;
	padding: 0.5em;
	font-size: 1.21875rem;
}

h3:first-child {
    margin: 0 0 2em;
}

h3 {
    border-bottom: 1px solid #6b6b6b;
    color: #2f353d;
    margin: 2em 0;
	padding: 0.5em;
}

.s5-container > *{
	line-height: 1.5;
}

/*accordion.type_3*/
.accordion.type_3 h2 > button{
	margin: 1em 0 0 0;
	display: table;
}

.accordion.type_3 h2 > button span{
	display: table-cell;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.accordion.type_3 h2 > button span::before {
    display: inline-block;
    margin-right: 5px;
    width: 19px;
    height: 18px;
    background: url(/support/share/images/st_open.png);
    vertical-align: middle;
    content: "";
}

.accordion.type_3 h2 > button[aria-expanded="true"] span::before {
    background: url(/support/share/images/st_close.png);
}

.accordion.type_3 h2 > button::before {
    display: none;
}

.accordion.type_3 > .border_box{
	padding: 1.5em 1em;
}

/*disc*/
ul.disc li{
    list-style-type: disc;
    margin-left: 1.5em;
	margin-bottom: 0.3em;
}

ul.disc li:last-child{
	margin-bottom: 0;
}

/*get_adobe*/
.get_adobe {
    margin: 1em 0 0;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 0.5em;
}

.get_adobe > a > img {
    float: left;
    margin-right: 0.6em;
}

.get_adobe > a > span {
    display: inline-block;
    margin-top: 0.3em;
}

img.icon {
	display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

.textLink{
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

ul.txtLink li {
	margin-bottom: 1em;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

ul.txtLink li:last-child {
	margin-bottom: 0;
}

/*model*/
ul.model{
	margin-left: 0.5em;
}

ul.model li{
	display: flex;
	margin-bottom: 1em;
}

ul.model li:last-child{
	margin-bottom: 0;
}

ul.model li span:nth-child(1){
	width: 20%;
}

ul.model li span:nth-child(2){
	width: 15%;
}

@media screen and (max-width: 640px) {
	ul.model li{
		flex-direction: column;
	}

	ul.model li span:nth-child(1){
		width: 100%;
		margin-bottom: 0.3em;
	}

	ul.model li span:nth-child(2){
		width: 100%;
	}
	
	ul.model li a.textLink{
		display: inline-block;
	}
}

/* 20230601 */

.accordion button:focus, .accordion button:hover {
	z-index: 0 !important;
}

h3 {
	font-weight: bold;
}
	
	