@charset "UTF-8";

#main {
	margin-top: 20px;
}
.mainContentWrap{
	padding: 0 20px;
}

@media only screen and (max-width: 767px){
	.mainContentWrap{
		padding: 0;
	}
}

/* =============================================
/support/aquos/doc/rimocon.html
============================================= */
.remoconLink li {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.remoconLink li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #ff0000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
.remoconLink li a{
	text-decoration: none !important;
}
.remoconLink li a:hover{
	text-decoration: underline !important;
}

.Inbox {
	margin: 5px 0 20px;
}
.Inbox a {
	color: #000099;
	text-decoration: none;
}
.Inbox a:hover{
	text-decoration: underline;
}


.boxKurashi {
	width: 100%;
	padding: 15px;
}
.boxKurashi dt {
	width: 70%;
	font-weight: normal;
}
.boxKurashi.rimocon{
	max-width: 900px;
	margin: 10px 0;
}
.boxKurashi.rimocon .btnLinkList._col3 li{
	width: 32%;
}
.boxModelconf {
	width: 80%;
	margin: 20px auto 0;
	padding: 0;
}
.boxModelconf dt,
.boxModelconf dd{
	width: 48%;
	height: auto;
	padding: 0;
	font-weight: normal;
}
.boxModelconf dt img,
.boxModelconf dd img {
	margin: 0;
}
.boxModelconf dd a,
.boxModelconf dt a{
	display: inline-block;
}
.boxModelconf .maxImg .img img{
	min-height: 152px;
}

.fltList li{
	padding-left: 1em;
	background: none;
}

.rimoconBtnList{
	display: flex;
}
@media only screen and (max-width: 767px){
	.boxKurashi dt,
	.boxKurashi dd{
		width: 100%;
		float: none;
		padding: 0;
	}
	.boxKurashi dd{
		margin-top: 10px;
		text-align: center;
	}
	.boxKurashi dd img{
		width: auto;
	}
	.boxKurashi.rimocon .btnLinkList._col3 li{
		width: 100%;
	}
	.boxKurashi.rimocon .btnLinkList._col3 li:not(:last-child){
		margin-bottom: 15px;
	}
	.boxModelconf {
		width: 100%;
	}
	.boxModelconf dt,
	.boxModelconf dd{
		width: 100%;
	}
	.boxModelconf .maxImg .img img{
		min-height: auto;
		width: auto;
	}
}

/* linkAr */
.linkAr {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
.linkAr a,
.linkAr a:hover{
	color: initial;
}

/* textLink */
.textLink a {
	color: #000099 !important;
}
.textLink a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}

/* btnLinkList */
.btnLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.3%;
}
.btnLinkList._col2{
	row-gap: 15px;
}
.btnLinkList._col2 li{
	width: 49%;
}
.btnLinkList._col2 li a{
	min-height: 65px;
}
.btnLinkList._col4 li {
	width: 24%;
	margin-top: 1em;
}
.btnLinkList li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.5em 1em 0.5em 2em;
	border: solid 1px #D9D9D9;
	background: #fff;
	position: relative;
	color: #000 !important;
}
.btnLinkList li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.btnLinkList li span {
	display: inline-block;
	position: relative;
}
.btnLinkList li span::before,
.btnLinkList._anchor li.link span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.5em;
}
.btnLinkList._anchor li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f078';
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1.2em;
	margin-top: -0.4em;
}
@media only screen and (max-width: 767px) {
	.btnLinkList{
		gap: 0 4%;
	}
	.btnLinkList:not(._spCol2) {
		flex-direction: column;
	}
	.btnLinkList._col4 li{
		margin-top: 0;
	}
	.btnLinkList._col2 li {
		width: 100%;
	}
	.btnLinkList li a {
		display: block;
	}
	.btnLinkList._spCol2 li {
		width: 48%;
		margin-bottom: 1em;
	}
	.btnLinkList._spCol2 li a {
		display: flex;
		padding-left: 25px;
		padding-right: 5px;
		text-align: left;
	}
	.btnLinkList._spCol2 li span {
		font-size: 1.2rem;
	}
	.btnLinkList._col2 li a{
		min-height: auto;
	}
}

/* rimoconBtn */
.btnLinkList .rimoconBtn a{
	background: #fff url(/support/top/images/category-option.png) no-repeat -6px 9px;
	background-size: 58px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}
@media not screen and (max-width: 767px){
	.btnLinkList .rimoconBtn a:hover {
		opacity: 1;
		background: #e5e5e5 url(/support/top/images/category-option.png) no-repeat -6px 9px;
		background-size: 58px;
	}
}
@media only screen and (max-width: 767px) {
	.btnLinkList .rimoconBtn a{
		background: #fff url(/support/top/images/category-option.png) no-repeat -10px 15px;
		background-size: 60px;
		padding: 10px;
		padding-left: 40px;
		min-height: 70px !important;
		display: flex;
		align-items: center;
	}
	.btnLinkList .rimoconBtn a:hover{
		opacity: 1;
		text-decoration: underline;
	}
}


/* general */
.maxImg img{
	max-width: 100%;
	width: auto;
}
.bnrHv a:hover{
	opacity: 0.6;
}
.textList{
	margin-top: 10px;
}
.textList li{
	margin-bottom: 10px;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.indent13{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.indent15{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.spOnly{display: none !important;}
.pcOnly{display: block !important;}
.wordB{word-break: break-all;}

@media only screen and (max-width: 910px){
	.scrollArea{
		overflow-x: scroll;
    margin-bottom: 20px;
	}
	.scrollArea .grayTable,
	.scrollArea .tableStyle2{
		width: 910px;
	}
}

@media only screen and (max-width: 767px){
	.maxImg img{
		width: 100%;
		height: auto;
	}
	.spOnly{display: block !important;}
	.pcOnly{display: none !important;}
}