@charset "utf-8";

:root {
	--heading-1: #3a3cc3;
	--link-text: #1157dd;
	--remarks-text: #ff0000;
	--remarks-border: #ff0000;
}

/*
* ページ全体で共通の設定
*/
*,
:after,
:before,
input[type='search'] {
	box-sizing: border-box;
}

body {
	-webkit-touch-callout: none;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フッターの外部リンクアイコン */
.sprite-icon-blank {
	background-image: url(../img/sprite/icon.png?a70d2bd31d);
	background-repeat: no-repeat;
	background-size: 117px 105px;
	background-position: -30px -85px;
	width: 10px;
	height: 9px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

#header {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}

.container,
.contents__body {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 818px) {
	.container {
		width: 818px;
	}
}
@media (min-width: 990px) {
	.container {
		width: 990px;
	}
}

.container:after,
.contents__body:after,
.container:before,
.contents__body:before,
.navbar:after,
.navbar:before {
	content: ' ';
	display: table;
}

.container:after,
.navbar:after {
	clear: both;
}

.container img {
	max-width: 100%;
}

/*
* header
*/
#header #header-global {
	background: 0 0;
	border: 0;
}

#header {
	margin: 0;
	border-radius: 0;
	border: 0;
	/*position: sticky;*/
	z-index: 9999;
	top: 0;
	width: 100%;
	background: #000;
}

#header .container {
	/*position: relative;*/
	width: 1250px;
	max-width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

@media (max-width: 817px) {
	#header .container {
		padding-right: 0;
		padding-left: 15px;
	}
}

.navbar-brand {
	padding: 0;
}
@media (min-width: 768px) {
	.navbar-brand {
		padding: 0;
	}
}
@media (min-width: 818px) {
	.navbar-brand {
		margin-left: 30px/2 * -1;
	}
}

.navbar-brand img {
	vertical-align: top;
}

.navbar-brand.sony {
	float: left;
	margin: 25px 25px 0 0;
}
@media (max-width: 817px) {
	.navbar-brand.sony {
		margin: 18px 0 3px;
	}
}

.navbar-brand.sony .logo-sony {
	display: block;
	width: 100px;
	height: 18px;
}
@media (max-width: 817px) {
	.navbar-brand.sony .logo-sony {
		width: 77px;
		height: auto;
	}
}

#header-global {
	position: relative;
	min-height: 50px;
	padding: 0;
}
@media (min-width: 768px) {
	#header-global {
		min-height: 50px;
	}
}
@media (min-width: 818px) {
	#header-global {
		min-height: 65px;
	}
}

#header-global:after,
#header-global:before {
	content: ' ';
	display: table;
}

#header-global:after {
	clear: both;
}

.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-brand {
	float: left;
	padding: 10px 30px/2;
	font-size: 17px;
	line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand {
		margin-left: 30px/2 * -1;
	}
}
@media (min-width: 818px) {
	.navbar > .container .navbar-brand {
		margin-left: 30px/2 * -1;
	}
}

.navbar-inverse {
	background-color: #000;
	border-color: #000;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}

/* 
* content
*/
.contents {
	padding-bottom: 11.111111111vw;
}
@media (min-width: 768px) {
	.contents {
		padding-bottom: 2.5rem;
	}
}
@media (min-width: 818px) {
	.contents {
		padding-bottom: 2.5rem;
	}
}
.contents > *:first-child {
	margin-top: 0 !important;
}
.contents > *:last-child {
	margin-bottom: 0 !important;
}

.contents__header {
	margin-bottom: 6.666666667vw;
}
@media (min-width: 768px) {
	.contents__header {
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 818px) {
	.contents__header {
		margin-bottom: 1.5rem;
	}
}
.contents__header > *:first-child {
	margin-top: 0 !important;
}
.contents__header > *:last-child {
	margin-bottom: 0 !important;
}

.contents__body {
	padding-right: 24px;
	padding-left: 24px;
}
@media (min-width: 768px) {
	.contents__body {
		width: 100%;
		padding-bottom: 2.5rem;
	}
}
@media (min-width: 818px) {
	.contents__body {
		width: 100%;
		max-width: 1200px;
		padding-bottom: 2.5rem;
	}
}

.contents__body a:not(.btn-black, .btn-white, .btn-gray) {
	color: var(--link-text);
	text-decoration: underline;
}
.contents__body > *:first-child {
	margin-top: 0 !important;
}
.contents__body > *:last-child {
	margin-bottom: 0 !important;
}

.page-title {
	background-color: var(--heading-1);
	font-size: 5.555555556vw;
	min-height: 11.111111111vw;
	text-align: center;
	padding: 3.333333333vw 0;
}
@media (min-width: 768px) {
	.page-title {
		font-size: 1.25rem;
		min-height: 2.5rem;
		padding: 0.75rem;
	}
}
@media (min-width: 818px) {
	.page-title {
		font-size: 1.25rem;
		min-height: 2.5rem;
		padding: 0.75rem;
	}
}

.contents__body > p {
	font-size: 3.888888889vw;
	line-height: 6.111111111vw;
	margin: 4.444444444vw 0;
}
@media (min-width: 768px) {
	.contents__body > p {
		font-size: 0.875rem;
		line-height: 1.5;
		margin: 1rem 0;
	}
}
@media (min-width: 818px) {
	.contents__body > p {
		font-size: 0.875rem;
		line-height: 1.5;
		margin: 1rem 0;
	}
}

.contents__body > a {
	font-size: 3.888888889vw;
	line-height: 6.111111111vw;
}
@media (min-width: 768px) {
	.contents__body > a {
		font-size: 0.875rem;
		line-height: 1.5;
	}
}
@media (min-width: 818px) {
	.contents__body > a {
		font-size: 0.875rem;
		line-height: 1.5;
	}
}

.page-image {
	margin-bottom: 5.555555556vw;
}
@media (min-width: 768px) {
	.page-image {
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 818px) {
	.page-image {
		margin-bottom: 1.5rem;
	}
}

.contents__body > picture {
	display: block;
	text-align: center;
}

.contents__body img {
	max-width: 100%;
	height: auto;
}

/* 前文 */
.preamble {
	margin-bottom: 3.33333333vw 0;
}
@media (min-width: 768px) {
	.preamble {
		margin-top: 1.5rem;
	}
}
@media (min-width: 818px) {
	.preamble {
		margin-top: 1.5rem;
	}
}

.preamble__header {
	margin: 6.333333333vw;
	font-size: 4.333333333vw;		
	text-align: center;
}
@media (min-width: 768px) {
	.preamble__header {
		margin: 0.75rem;
		text-align: center;
	}
}
@media (min-width: 818px) {
	.preamble__header {
		margin: 3.0rem;
		text-align: center;
		font-size: 1.75rem;		
	}
}


.preamble__update {
	margin: 3.333333333vw;
	text-align: right;
}
@media (min-width: 768px) {
	.preamble-update {
	    margin: 1rem;		
		font-size: 0.75rem;
		line-height: 1.5;
		text-align: right;
	}
}
@media (min-width: 818px) {
	.preamble-update {
	    margin: 1rem;
		font-size: 0.75rem;
		line-height: 1.5;
		text-align: right;	
	}
}

.preamble__body {	
	padding: 0vw;
}
@media (min-width: 768px) {
	.preamble__body {
		padding: 0.75rem;
	}
}
@media (min-width: 818px) {
	.preamble__body {
		padding: 0.75rem;
	}
}
.preamble__body > *:first-child {
	margin-top: 0 !important;
}
.preamble__body > *:last-child {
	margin-bottom: 0 !important;
}

.preamble__body > p {
	font-size: 3.888888889vw;
	line-height: 6.111111111vw;
	margin: 4.444444444vw 0;
}
@media (min-width: 768px) {
	.preamble__body > p {
		font-size: 0.875rem;
		line-height: 1.5;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media (min-width: 818px) {
	.preamble__body > p {
		font-size: 0.875rem;
		line-height: 1.5;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

/* 条項 */
.article {
	margin-bottom: 6.666666667vw;
}
@media (min-width: 768px) {
	.article {
		margin-top: 1.5rem;
	}
}
@media (min-width: 818px) {
	.article {
		margin-top: 0.5rem;
	}
}

.article__index {
	font-size: 3.888888889vw;
	line-height: 6.111111111vw;
	line-height: 6.111111111vw;
	margin-bottom: 3vw;	
}
@media (min-width: 768px) {
	.article__index {
		font-size: 0.875rem;
		line-height: 1.5;
		padding: 0.75rem;		
	}
}
@media (min-width: 818px) {
	.article__index {
		font-size: 0.875rem;
		line-height: 1.5;
		padding: 0.75rem;		
	}
}

.sublist {
	text-indent: 10.888888889vw;
}
@media (min-width: 768px) {
	.sublist {
		text-indent: 3.875rem;		
	}
}
@media (min-width: 818px) {
	.sublist {
		text-indent: 3.875rem;	
	}
}

.article__index ul{
	text-indent: 2rem;
    line-height: 7.777777777vw;	
}

@media (min-width: 768px) {
	.article__index ul{
    line-height: 2.0rem;			
	}
}
@media (min-width: 818px) {
	.article__index ul{
    line-height: 2.0rem;			
	}
}

.article__number {
	font-size: 3.888888889vw;
	font-weight: bold;
	margin-bottom: 0.666666666vw;
	
}

@media (min-width: 768px) {
	.article__number {
		font-size: 1.0rem;
		line-height: 1.5;
		0padding: 0.75rem;		
	}
}
@media (min-width: 818px) {
	.article__number {
		font-size: 1.0rem;
		line-height: 1.5;
		0padding: 0.75rem;		
	}
}

.article__list {
	font-size: 3.888888889vw;
	line-height: 6.111111111vw;
	margin-bottom: 6vw;	
}
@media (min-width: 768px) {
	.article__list {
		font-size: 0.875rem;
		line-height: 1.5;
		padding: 0.75rem;
	    margin-bottom: 0.5rem;			
	}
}
@media (min-width: 818px) {
	.article__list {
		font-size: 0.875rem;
		line-height: 1.5;
		padding: 0.75rem;
	    margin-bottom: 0.5rem;		
	}
}

.article__list ul {
	list-style: none;
	padding-left: 2rem
}

.article__list li {
  text-indent: -2em;
  padding-left: 1em;
}

@media (min-width: 768px) {
	.article__list li {
  text-indent: -2em;
  padding-left: 1em;		
	}
}
@media (min-width: 818px) {
	.article__list li{
  text-indent: -2em;
  padding-left: 1em;
	}
}	

.lastph {
	margin-bottom: 3vw;	
}
@media (min-width: 768px) {
	.lastph {
	    margin-bottom: 1.5rem;
	}
}
@media (min-width: 818px) {
	.lastph {
	    margin-bottom: 1.5rem;		
	}
}

table, th, td {
  border:1px solid #999999;
}

table {
	width: 100%;
	margin: 3.33333333vw 0;	
}
@media (min-width: 768px) {
	table {
	width: 90%;
	margin: 1.0rem 0;		
	}
}
@media (min-width: 818px) {
	table {
	width: 90%;
	margin: 1.0rem 0;	
	}
}

th, td {
  padding: 2.222222222vw;
}
@media (min-width: 768px) {
	th, td {
    padding: 0;	
	}
}
@media (min-width: 818px) {
	th, td {
    padding: 0.25rem;	
	}
}


#rule, #responsibility, #offer, #collection, #collection_s1, #collection_s2, #collection_s3, #howtouse, #common, #transfer, #analytics, #security, #right, #during, #link, #privacy, #change, #inquiry {
	padding-top: 9.666666667vw;
	margin-top: -6.666666667vw;
}
@media (min-width: 768px) {
	#rule, #responsibility, #offer, #collection, #collection_s1, #collection_s2, #collection_s3, #howtouse, #common, #transfer, #analytics, #security, #right, #during, #link, #privacy, #change, #inquiry {
	padding-top: 4rem;
	margin-top: -3rem;
	}
}
@media (min-width: 818px) {
	#rule, #responsibility, #offer, #collection, #collection_s1, #collection_s2, #collection_s3, #howtouse, #common, #transfer, #analytics, #security, #right, #during, #link, #privacy, #change, #inquiry {
	padding-top: 6rem;
	margin-top: -4.5rem;
	}
}



/* 注意事項・備考 */
.remarks {
	margin-bottom: 6.666666667vw;
}
@media (min-width: 768px) {
	.remarks {
		margin-top: 1.5rem;
	}
}
@media (min-width: 818px) {
	.remarks {
		margin-top: 1.5rem;
	}
}

.remarks__header {
	margin-bottom: 3.333333333vw;
}
@media (min-width: 768px) {
	.remarks__header {
		margin-bottom: 0.75rem;
	}
}
@media (min-width: 818px) {
	.remarks__header {
		margin-bottom: 0.75rem;
	}
}

.remarks-title {
	font-size: 4.444444444vw;
	line-height: 6.111111111vw;
	color: var(--remarks-text);
}
@media (min-width: 768px) {
	.remarks-title {
		font-size: 1rem;
		line-height: 1.5;
	}
}
@media (min-width: 818px) {
	.remarks-title {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.remarks__body {
	border: solid var(--remarks-border) 1px;
	padding: 3.333333333vw;
}
@media (min-width: 768px) {
	.remarks__body {
		padding: 0.75rem;
	}
}
@media (min-width: 818px) {
	.remarks__body {
		padding: 0.75rem;
	}
}
.remarks__body > *:first-child {
	margin-top: 0 !important;
}
.remarks__body > *:last-child {
	margin-bottom: 0 !important;
}

.remarks__body > p {
	font-size: 3.888888889vw;
	line-height: 6.111111111vw;
	margin: 4.444444444vw 0;
}
@media (min-width: 768px) {
	.remarks__body > p {
		font-size: 0.875rem;
		line-height: 1.5;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media (min-width: 818px) {
	.remarks__body > p {
		font-size: 0.875rem;
		line-height: 1.5;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

/*
* フッターをコンテンツ量によらず最下部固定する
* ※不要な場合は以下全てコメントアウト
*/
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.contents {
	flex-grow: 1;
}
