@charset "UTF-8";

/*
	================================================================================================
		support products common css
	================================================================================================
*/


/*
	====================================
		layout
	====================================
*/
#contents .infolink a {
	padding: 0.5em 0 0.5em 18px;
	line-height: 15px;
	background: url(https://www.sony.jp/support/share/images/bt-02.gif) no-repeat left 20%;
	display: inline-block;
}

#contents a.s5-linkV3 {
	color: #2f353d;
}

#contents a.s5-linkV3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

#contents .s5-linkV3:after {
    display: inline-block;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

#contents .s5-linkV3 {
	color: #2f353d;
}

.s5-container section, #contents section {
	margin-bottom: 4em;
}

ul {
	list-style: none;
}

#contents .s5--bordered {
	margin-bottom: 1em;
}

.Button_image {
	text-align: center;
	display: block;
}

.Button_text {
	text-align: center;
	display: block;
}

.annotation {
	text-indent: -0.7em;
	font-size: .875rem;
	margin-left: 1em;
}

ul.annotation {
	padding-left: 0;
}

img.icon_window {
	padding: 0 0.25em;
}

.mq {
	display: none;
}

.pc {
	display: block;
}

.onlypc {
	display: block;
}

.onlymq {
	display: none;
}


.fr_link {
	float: right;
	margin-right: 5px;
}

@media screen and (max-width: 640px) {
	.mq {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	.onlypc {
		display: none !important;
	}
	
	.onlymq {
		display: block !important;
	}

	.fr_link  {
		float: none;
	}
}

/* categoryHeader */
.mod-categoryHeader-wrap {
	margin-bottom: 1em;
}

.mod-categoryHeader {
	margin: 2em auto 0.5em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.mod-categoryHeader a {
	color: #333;
}

.mod-categoryHeader .mod-categoryHeader-logo {
	display: none;
}


.mod-categoryHeader .mq-categoryHeader-info {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    font-weight: bold;
}

.mod-categoryHeader .mq-categoryHeader-info .mod-categoryHeader-text {
	font-size: 1rem;
}

.mod-categoryHeader .mod-categoryHeader-text {
	display: inline-block;
	vertical-align: middle;
}

.mod-categoryHeader .sub-text-product .txtlink a:after {
    display: inline-block;
    content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -0.15em 0.4em 0;
	height: 0.6em;
    width: 0.6em;
}

sup {
	top: -0.5em;
}

.mod-categoryHeader .mq-categoryHeader-info .sub-text-support {
	font-size: 1rem;
}

.mod-categoryHeader .sub-text-product .txtlink {
	text-align: right;
	margin-top: 0!important;
}

.mod-categoryHeader.beside .mod-categoryHeader-logo img {
	 width: 80px;
}



@media screen and (max-width: 640px){
	.mod-categoryHeader {
		flex-direction: column;
		align-items: center;
		margin-top: 1em;
		margin-bottom: 0;
	}
	
	.mod-categoryHeader .mod-categoryHeader-link {
		flex-direction: column;
		text-align: center;
	}
	
	.mod-categoryHeader .mod-categoryHeader-title .mod-categoryHeader-text {
		font-size: 1.2rem;
	}
	
	.mod-categoryHeader .mod-categoryHeader-title .sub-text-support {
		font-size: 1rem;
	}
	
	.mod-categoryHeader .sub-text-product .txtlink {
		text-align: left;
		padding-left: 0;
		margin-top: 1em;
	}
	
	.infolink {
		width: 100%;
		text-align: center;
	}
	
	.mod-categoryHeader .sub-text-product {
		display: none;
	}
	
	.mod-categoryHeader.beside .mod-categoryHeader-link {
		flex-direction: unset;
		align-items: center;
	}
	
	.mod-categoryHeader.beside .mod-categoryHeader-title {
		text-align: left;
		margin-left: 0.5em;
	}
	
	.mod-categoryHeader a {
		flex-direction: column;
		text-align: center;
	}

	.mod-categoryHeader .mq-categoryHeader-info .mod-categoryHeader-text {
		font-size: 1.2rem;
	}
	
	#enq_voice {
		display: none;
	}
}


/* mod-productsArea */
.areaheader {
    margin-top: 2em;
}

.areaheader.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titleArea  {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.infolink {
	margin: 0;
	text-align: right;
}

.mod-productsArea-inner {
    margin: 0 0 0 4em;
}

.topArea {
    align-items: center;
    display: flex;
}

.topArea .imgArea { 
    width: 250px;
    text-align: right;
    padding: 0;
    margin-top: 20px;
}

.topArea .txtArea {
    margin-left: 70px;
    text-align: left;
    margin-top: 20px;
}

.topArea .txtArea .productName {
    font-weight: bold;
}

@media screen and (max-width: 640px){
	
	.areaheader.flex {
		display: block;
	}
	
	.titleArea  {
		border-bottom: 0;
	}
	
	.areaheader.flex .s5-heading2 {
		border-bottom: 1px solid;
		padding-bottom: 8px;
		margin-bottom: 5px;
	}

	.topArea .imgArea {
		width: 40%;
		padding: 0 0 10px;
	}

	.topArea .txtArea {
		margin-left: 10px;
		width: 55%;
	}
	
	.mod-productsArea-inner  {
		margin-left: 0;
	}
	
	.topArea .imgArea img {
		width: auto;
    	max-width: 100%;
		height: auto;
	}
}


/* purposeArea */
.supportlist {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.supportlist li {
	margin: 0 10px 10px 0;
	vertical-align: top;
	width: 230px;
}

.mod-linkButtonB {
	background: -webkit-linear-gradient(#FFF, #f2f2f2);
	border-radius: 6px;
	cursor: pointer;
	border: 1px solid #bcbcbc;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	min-height: 145px;
	padding: 10px;
}

.mod-linkButtonB:hover {
	opacity: .5;
}
.commingsoon {
	cursor: default;
	pointer-events: none;
}

/* 2024/1/23追記 */
.commingsoon:hover {
	opacity: 1;
	/* 2024/07/25 */
	text-decoration: none;
}

@media screen and (max-width: 640px){
	
	.supportlist {
		padding: 0;
		display: block;
	}
	
	.supportlist li {
		width: 100%;
		display: block;
	}
	
	.mod-linkButtonB {
		display: flex;
		justify-content: flex-start;
		flex-direction: initial;
		align-items: center;
		width: auto;
		height: auto;
		min-height: auto;
	}
	
	.mod-linkButtonB .Button_image {
		padding: 0;
	}
	.mod-linkButtonB .Button_image img{
		width: 40px;
		height: auto;
		vertical-align: middle;
	}

	.mod-linkButtonB .Button_text {
		margin-left: 0.5em;
		text-align: left;
		font-size: .875rem;
	}
}


/* productNews */
#productNews .flex {
	display: flex;
}

#productNews section {
	width: 50%;
	margin-bottom: 0;
}

#productNews .NewsArea {
	margin: 0 1em;
}

#productNews .title {
	border-bottom: 1px solid #D0D0D0;
}

.icon-importance {
	background: url(/support/share/images/bt-02.gif) left top no-repeat !important;
	padding-left: 20px !important;
}

.js-include-list dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

.productNewsList dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

#productNews .fr_link {
	margin-right: 0;
}


@media screen and (max-width: 640px) {
	#productNews .flex {
		display: block;
	}
	
	#productNews section {
		width: auto;
		margin-bottom: 3em;
	}
	
	#productNews .NewsArea {
		margin: 0;
	}
	
	#productNews dl dd {
		margin-inline-start: 1em;
	}
}



/* pickup */
#pickup {
	overflow: hidden;
}

 .pickup_itemB .bnr_single img {
	vertical-align: middle;
	max-width: 290px;
}

.bnr_area a:hover {
	opacity: .5;
}

@media screen and (max-width: 640px){
	.pickup_itemB {
		text-align: center;
	}
	
	.pickup_itemB .bnr_single img {
		width: 100%;
		max-width: 300px;
	}
}

/* serviceArea */

.bnr_single {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.bnr_area {
	overflow: hidden;
	padding-left: 0;
}

.pickup_item .bnr_single {
	max-width: 225px;
	margin: 0 10px 10px 0;
}

.pickup_item .bnr_single a {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.bnr_text {
	margin-top: 0.3em;
}

.bnr_stext {
	color: #fff;
	font-size: .875rem;
	padding: 0.1em 0.5em;
	display: table-cell;
	background: #0179ac 0 0 no-repeat padding-box;
}

@media screen and (max-width: 640px) {
	.bnr_area {
		padding: 0;
	}
	
	.pickup_item .bnr_single {
		padding: 0;
		margin: 0 auto 0.5em;
		display: block;
		max-width: 100%;
	}
	
	.pickup_item .bnr_single a {
		flex-direction: row;
		align-items: flex-start;
	}
	
	.pickup_item .bnr_single .bnr_img {
		width: 45%;
		height: auto;
	}
	
	.pickup_item .bnr_single .bnr_text {
		margin-left: 0.5em;
		margin-top: 0;
	}

}

/* inquiry */

.ch_mq_productsinfo {
	display: none;
}

#inquiry ul.linklist {
	padding-left: 1em;
}

#inquiry ul.linklist .mq_sub-text-product {
	display: none;
}

#inquiry ul.linklist li {
	margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
	.ch_mq_productsinfo {
		display: inline-block;
	}
		
	#inquiry ul.linklist .mq_sub-text-product {
		display: block;
	}
}


/* 2023/11/01追記 */
.mod-categoryHeader .sub-text-support {
    font-weight: bold;
}


/* 2023/11/17追記 */
.mod-categoryHeader-text .mq-arrow {
    font-weight: bold;
}

.js-category-header .mq_sub-text-product {
	display: none;
}

/* enqueteArea */

@media(max-width:390px) {
	#contents #cs_enquete_wrapper .cs_btn {
		padding: 0;
	}
	
	#contents #cs_enquete_wrapper .cs_btn li button, #contents #cs_enquete_wrapper .cs_btn li img {
		max-width: 100%;
	}
}

/* 20240522 */
	ul.s5-list{
		list-style-type: disc;
		padding-left: 1.5em;
	}


/* 20241107 */
.mod-categoryHeader .mod-categoryHeader-block {
    display: inline-block;
}

@media screen and (max-width: 640px) {
	.mod-categoryHeader .mod-categoryHeader-block {
		display: flex;
	}

   .mod-categoryHeader .mod-categoryHeader-block .mq-categoryHeader-info {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.mod-categoryHeader .mod-categoryHeader-block .mod-categoryHeader-text .mq-arrow {
		padding: 0;
		background: none;
	}
}