﻿#main > *{
	word-break: break-all;
}

/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-title._blue {
	background: #e5efff;
}
.sub-section .sub-title._orange {
	background: #fdeadb;
}
.sub-section .cate-title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.sub-section .cate-sub-title {
	margin-top:20px;
	margin-left:0px;
	padding-bottom:5px;
	font-size: 15px;
	border-bottom:1px dotted #ccc;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
	.sub-title-container {
		margin-bottom: 1rem;
	}
	.products-sub-title {
		font-size: 2.8rem;
	}
	.sub-section .sub-title {
		font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.sub-title-container {
		margin-bottom: 2rem;
	}
	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
}

/* general */
.maxImg img{
	max-width: 100%;
	width: auto;
}
.txtIndent {
	padding-left:1.3em;
	text-indent:-1.3em;
}
.txtIndent3 {
	padding-left: 2.4em;
	text-indent: -2.4em;
}
@media only screen and (max-width: 767px){
	.maxImg img{
		width: 100%;
		height: auto;
	}
	.autoImg img{
		width: auto;
	}
}

/* link */
#main a:link {
	color: #000099;
}
#main a:visited {
	color: #660099;
}
#main a:hover {
	color: #FF6633;
	text-decoration: none;
}
#main a:active {
	color: #FF6633;
}

/* step */
dl.step dt,
dl.step dd{
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	font-weight: normal;
}


/* btnLinkList */
.btnLinkList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btnLinkList._col2 li{
	width: 49%;
	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 {
	background: #e5e5e5;
	text-decoration: none;
}
.btnLinkList li span{
	display: inline-block;
	position: relative;
}
.btnLinkList li 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:not(._spCol2){
		flex-direction: column;
	}
	.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;
	}
}

/* 背景画像『灰●』 */
.icoDot3 {
	padding-left:20px;
	background:url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
}

/* 背景画像『青■』 */
.icoSq {
	background:url("/support/images/ico_square_matb.gif") no-repeat 2px 9px;
}
/* 背景画像『青●』 */
.listDot li {
	background:url("/support/images/ico_circle_ns.gif") no-repeat 3px 0.6em;
}

/* listFlow3 */
.listFlow3{
	margin-left: 0;
	padding-left: 20px;
}

/* page to top */
.pageToTop {
	width:12em;
	height:1em;
	margin-left:auto;
	font-size:0.8em;
	text-align:right;
	line-height:1;
}
.pageToTop a {
	padding-right:15px;
	background: url("/support/images/arrow_link_u.gif") no-repeat right 50%;
}

/* qaBox */
.qaBox dt{
	padding-top: 10px;
}
@media only screen and (max-width: 767px){
	.qaBox dl{
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.qaBox dt{
		padding-top: 5px;
	}
}


/* /support/cloud/aquos/google_assistant.html */
/* /support/cloud/aquos/ai_speaker_google.html */

/* kisyuList */
.ai_speaker_cont .kisyuBlock{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.ai_speaker_cont .kisyuBlock .kisyuLine{
	width: 8em;
	margin-right: 1em;
	font-weight: bold;
}
.ai_speaker_cont .kisyuList{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ai_speaker_cont .kisyuList li{
	width: 7em;
	margin-right: 0.5em;
}
.ai_speaker_cont .kisyuList li:last-child{
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.ai_speaker_cont .kisyuBlock{
		flex-direction: column;
		align-items: flex-start;
	}
	.ai_speaker_cont .kisyuBlock .kisyuLine{
		width: auto;
		margin-right: 0;
	}
	.ai_speaker_cont .kisyuList li{
		width: 6em;
	}
}

/* dialogue */
.ai_speaker_cont dl.dialogue dt,
.ai_speaker_cont dl.dialogue dd{
	padding: 0;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
	.ai_speaker_cont dl.dialogue{
		width: 100%;
	}
	.ai_speaker_cont dl.dialogue dt,
	.ai_speaker_cont dl.dialogue dd{
		width: 100%;
		float: none;
		padding: 0;
	}
	.ai_speaker_cont dl.dialogue dt{
		margin-bottom: 5px;
	}
	.ai_speaker_cont dl.dialogue dd{
		margin-bottom: 10px;
	}
}

/* cocoro_link */
@media only screen and (max-width: 767px){
	.ai_speaker_cont dl.cocoro_link dt,
	.ai_speaker_cont dl.cocoro_link dd{
		width: 100%;
		float: none;
	}
	.ai_speaker_cont dl.cocoro_link dt{
		padding: 5px 0;
	}
	.ai_speaker_cont dl.cocoro_link dd{
		padding: 0;
	}
}



/* tableStyle2 */
@media only screen and (max-width: 767px){
	.ai_speaker_cont .tableStyle2 th{
		width: 30px;
	}
}

/* listFlow2 */
.ai_speaker_cont .listFlow2{
	padding-left: 0;
}

/* /support/cloud/aquos/google_assistant.html */
@media only screen and (max-width: 767px){
	#google_assistant .tableStyle2 th.itemLine{
		width: 90px;
	}
}

/* /support/cloud/aquos/ai_speaker_google.html */
#ai_speaker_google .kinoTable{
	width: 70%;
}
#ai_speaker_google .kinoTable .hd{
	width: 48%;
}
#ai_speaker_google dl.dialogue{
	padding-left: 20px;
}
@media only screen and (max-width: 767px){
	#ai_speaker_google .kinoTable{
		width: 100%;
	}
	#ai_speaker_google .kinoTable th{
		width: 9%;
	}
}
/* /support/cloud/aquos/ai_speaker_amazon.html */
#ai_speaker_amazon .kinoTable{
	width: 70%;
}
#ai_speaker_amazon .kinoTable .hd{
	width: 48%;
}
#ai_speaker_amazon dl.dialogue{
	padding-left: 20px;
}
@media only screen and (max-width: 767px){
	#ai_speaker_amazon .kinoTable{
		width: 100%;
	}
	#ai_speaker_amazon .kinoTable .hd{
		width: auto;
	}
}