/* RENEWAL　200108 */

@media print, screen and (min-width: 768px) {
.spOnly {
	display: none;
}
.pcOnly {
	display: block;
}
}
@media print, screen and (max-width: 767px) {
.spOnly {
	display: block;
}
.pcOnly {
	display: none;
}
}
/* general */
.global-page-title .sabTtl {
	display: inline-block;
	margin-left: 2em;
	font-weight: normal;
	font-size: 1.5rem;
}
.txtLink {
	text-align: right;
	font-size: 14px;
}
.sub-section .sub-title .exp {
	display: inline-block;
	margin-left: 2em;
	font-weight: normal;
	font-size: 1.6rem;
	vertical-align: middle;
}
a.blueLink {
	color: #0070c0;
}
a.blueLink:hover {
	opacity: 0.8;
}
a.udb {
	text-decoration: underline;
}
a.udb:hover {
	text-decoration: none;
}
 @media print, screen and (min-width: 768px) {
a.blueLink._bold {
	font-weight: bold;
}
}
 @media print, screen and (max-width: 767px) {
#main {
	margin-top: 20px;
}
.global-page-title .sabTtl {
	display: block;
	margin-left: 0;
	margin-top: 5px;
}
.txtLink {
	text-align: left;
	font-size: 12px;
}
.sub-section .sub-title .exp {
	display: block;
	margin-left: 0;
	margin-top: 5px;
	font-size: 1.4rem;
}
}
/* sub-section*/
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
.sub-section .sub-title {
	font-size: 2.6rem;
	font-weight: 300;
}
}
@media only screen and (max-width: 767px) {
.sub-section h2 {
	font-size: 1.8rem;
	font-weight: 300;
}
}
/* /support/css/repair.css */

/* typeListBD*/
.typeListBD {
	padding: 10px;
}
.typeListBD02 {
	padding: 10px;
	padding-top: 0;
}
.typeListBD li, .typeListBD02 li {
	background-position: left center;
}
@media only screen and (max-width: 767px) {
.typeListBD,  .typeListBD02 {
	padding: 0;
}
.typeListBD li {
	width: 95px;
	font-size: 1.3rem;
}
.typeListBD02 li {
	font-size: 1.3rem;
}
}
/* 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;
}
/* grayTable */
.grayTable {
	width: 100%;
}
.grayTable td dl dt {
	background: none;
	padding: 0;
}
.grayTable td dl dd {
	background: none;
	padding: 0;
	margin: 0;
}
.grayTable .indent01 dd {
	text-indent: -1em;
	padding-left: 1em;
}
 @media only screen and (max-width: 767px) {
.grayTable,  .grayTable tbody,  .grayTable tr,  .grayTable th,  .grayTable td {
	display: block;
	border: none;
}
.grayTable {
	border-top: 1px solid #333333;
}
.grayTable th,  .grayTable td {
	border: 1px solid #333333;
}
.grayTable th,  .grayTable td {
	border-top: 0;
}
.grayTable th {
	background: #ccc;
	border: 1px solid #333333;
	border-top: none;
	padding: 10px;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}
.grayTable th.w200 {
	width: 100% !important;
}
.grayTable th:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.grayTable th.open:before {
	top: 5px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.grayTable td {
	display: none;
}
}
/* cautionBox */
.cautionBox li {
	background: none;
	padding: 0;
	margin: 0;
}
.cautionBox .indent01 li {
	text-indent: -1em;
	padding-left: 1em;
}
.cautionBox .normal {
	font-weight: normal;
}
/* btnArea */
.btnArea {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}
.btnArea li {
	width: 31%;
}
.btnArea li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10% 10% 10% 35%;
	background-repeat: no-repeat;
	background-position: left 18% center;
	background-size: 20% auto;
	border: solid 1px #D9D9D9;
	font-size: 1.8rem;
}
.btnArea li a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}
.btnArea li a .ttl {
	text-align: center;
}
.btnArea li a .ttl .small {
	font-size: 0.8em;
}
.btnArea li a[data-icon="navi"] {
	background-image: url(/support/images/category-navi.png);
	background-size: 60px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="fix"] {
	background-image: url(/support/images/category-repair.png);
	background-size: 75px auto;
	background-position: left 10px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="option"] {
	background-image: url(/support/images/category-option.png);
	background-size: 75px auto;
	background-position: left 10px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="option2"] {
	background-image: url(/support/top/images/category-option02.png);
	background-size: 75px auto;
	background-position: left 10px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="product"] {
	background-image: url(/support/images/av_aquos.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="product_aircon"] {
	background-image: url(/support/images/air_aircon.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_air_purifier"] {
	background-image: url(/support/images/cost_air_purifier.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_e_fan"] {
	background-image: url(/support/images/cost_e_fan.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_dehumid_con"] {
	background-image: url(/support/images/cost_dehumid_con.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_refrigerator"] {
	background-image: url(/support/images/cost_refrigerator.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_healsio"] {
	background-image: url(/support/images/cost_healsio.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_oven"] {
	background-image: url(/support/images/cost_oven.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_hotcook"] {
	background-image: url(/support/images/cost_hotcook.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a[data-icon="cost_washer"] {
	background-image: url(/support/images/cost_washer.png);
	background-size: 61px auto;
	background-position: left 18px center;
	background-repeat: no-repeat;
}
.btnArea li a .ttl .heading {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}
.btnArea li a .ttl .txt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.3;
}
 @media print, screen and (min-width: 768px) {
.btnArea {
	display: flex;
	justify-content: flex-start;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.btnArea li {
	width: 24.2%;
}
.btnArea li {
	margin-right: 1%;
}
.btnArea li:last-child {
	margin-right: 0;
}
.btnArea li a {
	padding: 15px;
	padding-left: 90px;
	justify-content: flex-start;
}
.btnArea li a .ttl {
	text-align: left;
	font-size: 16px;
}
}
 @media only screen and (max-width: 767px) {
.btnArea {
	display: block;
	border: none;
	margin-top: 20px;
}
.btnArea li {
	width: 48%;
	margin-bottom: 10px;
	float: left;
	margin-right: 4%;
}
.btnArea li:nth-child(even) {
	margin-right: 0;
}
.btnArea li:last-child {
	margin-bottom: 0;
}
.btnArea li a {
	align-items: center;
	padding: 5px;
	padding-left: 50px;
	border-left: none;
	border: solid 1px #D9D9D9;
}
.btnArea li a .ttl {
	width: 100%;
	text-align: left;
}
.btnArea .line {
	display: none;
}
.btnArea li a .ttl .heading {
	font-size: 13px;
}
.btnArea li a .ttl .txt {
	font-size: 10px;
}
.btnArea li a[data-icon="navi"],  .btnArea li a[data-icon="fix"] {
	background-size: 38px auto;
	background-position: 8px center;
}
.btnArea li a[data-icon="fix"] {
	background-size: 53px auto;
	background-position: left center;
}
.btnArea li a[data-icon="option"] {
	background-size: 53px auto;
	background-position: left center;
}
.btnArea li a[data-icon="option2"] {
	background-size: 53px auto;
	background-position: left center;
}
.btnArea li a[data-icon="product"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="product_aircon"] {
	background-size: 40px auto;
	background-position: 5px center;
}
 .btnArea li a[data-icon="cost_air_purifier"] {
 background-size: 40px auto;
 background-position: 5px center;
}
.btnArea li a[data-icon="cost_e_fan"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="cost_dehumid_con"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="cost_refrigerator"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="cost_healsio"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="cost_oven"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="cost_hotcook"] {
	background-size: 40px auto;
	background-position: 5px center;
}
.btnArea li a[data-icon="cost_washer"] {
	background-size: 40px auto;
	background-position: 5px center;
}
}
/* /support/css/repair_cost.css */

/* securityRepair */
.securityRepair table {
	width: 100%;
}
/* faxTelRepair */
.faxTelRepair table {
	width: 100%;
}

/* acdArea */
@media only screen and (max-width: 767px) {
.acdArea {
	border-top: 1px solid #333333;
}
.acdBlock .acdTtl {
	background: #ccc;
	border: 1px solid #333333;
	border-top: none;
	padding: 10px;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}
.acdBlock .acdTtl:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.acdBlock .acdTtl.open:before {
	top: 5px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.acdBlock .acdTtl dl,  .acdBlock .acdTtl dd {
	margin: 0;
}
.acdBlock .acdTtl dd {
	font-size: 14px;
}
.acdBlock .acdCont {
	display: none;
}
.acdBlock .acdCont .group {
	border: 1px solid #333333;
	border-top: none;
	border-bottom: none;
}
.acdBlock .acdCont .heading {
	background: #efefef;
	padding: 5px 10px;
	border-bottom: 1px dotted #333333;
}
	
.acdBlock .acdCont .txt {
	padding: 5px 10px;
	border-bottom: 1px dotted #333333;
}

.acdBlock .acdCont .txt:first-child,  .acdBlock .acdCont .txt:last-child {
	border-bottom: 1px solid #333333;
}

.acdBlock .acdCont .Indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
}
.acdBlock .acdCont .table {
	width: 100%;
}
.acdBlock .acdCont .table th {
	font-weight: normal;
	border-right: 1px solid #333333;
}
}
/* 製品ページ専用フッター */
.products-page-footer-navi-item a {
	color: #535353;
}
.products-page-footer-navi-item a:hover {
	text-decoration: none;
}
 @media only screen and (max-width: 767px) {
/* jp.sharpフッター */
	#productsPageFooterNavi {
	display: flex;
	justify-content: space-between;
	padding: 2rem 0;
	color: #535353;
	border-top: solid 1px #A0A0A0;
}
.products-page-footer-navi-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 50%;
	padding: 2rem 0;
}
.products-page-footer-navi-item:first-of-type {
	border-right: solid 1px #A0A0A0;
}
.products-page-footer-navi-ttl {
	width: 100%;
	text-align: center;
}
ul.list-sns {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 5%;
	margin-top: 1em;
}
ul.list-sns li a {
	display: block;
	max-width: 5rem;
	padding: 15%;
}
.products-page-footer-navi-item .link {
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-page-footer-navi-item .link a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-page-footer-navi-item .link a .img {
	width: 3.5rem;
}
.products-page-footer-navi-item .link .ttl {
	padding-left: 0.2em;
	font-size: 1.4rem;
	text-align: center;
}
}
 @media print, screen and (min-width: 768px) {
/* jp.sharpフッター */
	#productsPageFooterNavi {
	display: flex;
	justify-content: space-between;
	padding: 3rem 5%;
	color: #535353;
	border-top: solid 1px #A0A0A0;
}
.products-page-footer-navi-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.products-page-footer-navi-item:first-of-type {
	border-right: solid 1px #A0A0A0;
}
.products-page-footer-navi-ttl {
	width: 100%;
	text-align: center;
}
.products-page-footer-navi-item a .ttl {
	padding-left: 0.5em;
	font-size: 2rem;
}
ul.list-sns {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 1em;
}
ul.list-sns li {
	display: flex;
	margin-left: 2%;
}
ul.list-sns li:first-child {
	margin-left: 0;
}
ul.list-sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 5rem;
	height: 100%;
	padding: 10%;
}
ul.list-sns li a .img {
}
.products-page-footer-navi-item .link {
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-page-footer-navi-item .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0.5em 1em;
	background: #fff;
}
.products-page-footer-navi-item .link a .img {
	width: 4.5rem;
}
}

/* @media only screen and (max-width: 767px){
  .btnArea{
    display: block;
    border: none;
  }
  .btnArea li{
    width: 100%;
    margin-bottom: 3px;
  }
  .btnArea li:last-child{
    margin-bottom: 0;
  }
  .btnArea li a{
    align-items: center;
    padding: 15px;
    padding-left: 65px;
    border-left: none;
    border: solid 1px #D9D9D9;
  }
  .btnArea li a .ttl{
    text-align: left;
  }
  .btnArea .line{
    display: none;
  }
} */
