/* sub-title */
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f5f5f5;
	margin-bottom: 20px;
}
.sub-section .h3-title {
	font-size: 1.8rem;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.sub-section .h4-title {
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
 @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;
}
.sub-section .h3-title {
	font-size: 1.6rem;
}
}
/*  */
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
.imgAuto {
	width: auto;
}
.imgAuto2 {
	width: auto;
}
@media only screen and (max-width: 767px) {
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
.imgAuto {
	width: 100%;
}
}
section {
	margin-top: 3rem;
	margin-bottom: 50px;
}
.sub-section .inner {
	padding: 0 15px;
}
@media only screen and (max-width: 767px) {
section {
	margin-bottom: 40px;
}
.sub-section .inner {
	padding: 0;
}
}
/* box */
.box {
	margin-bottom: 40px;
}
/* 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;
}
/* column */
.column {
	display: flex;
	align-items: center;
}
.column ._mr40 {
	margin-right: 40px;
}
@media only screen and (max-width: 767px) {
.column {
	flex-direction: column;
	align-items: flex-start;
}
.column .img {
	margin-bottom: 20px;
}
.column .img:last-child {
	margin-bottom: 0;
}
.column._spCol3 {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.column._spCol3 .img {
	width: 33.3%;
}
.column ._mr40 {
	margin-right: 0;
}
}
/* col2 */
.col2 {
	display: flex;
	justify-content: space-between;
}
.col2 .cont {
	width: 50%;
}
.col2 .lCont {
	width: 70%;
}
.col2 .rCont {
	width: 25%;
}
.col2 .img img {
	width: auto;
	max-width: 100%;
}
#homeAppliances .col2 .rCont .img {
	width: 80%;
}
 @media only screen and (max-width: 767px) {
.col2 {
	flex-direction: column;
}
.col2 .cont, .col2 .lCont, .col2 .rCont {
	width: 100%;
}
.col2 .cont {
	margin-bottom: 20px;
}
.col2 .img {
	text-align: center;
	margin-top: 20px;
}
#homeAppliances .col2 .img {
	width: 80%;
	margin: 10px auto 0;
}
}
/* col3BoxArea */
.col3BoxArea {
	display: flex;
	flex-wrap: wrap;
}
.col3BoxArea .box {
	width: 33.3%;
	padding: 20px 30px;
	border-left: #ccc 1px solid;
}
.col3BoxArea .box:nth-child(3n) {
	border-right: #ccc 1px solid;
}
.col3BoxArea .box .img {
	text-align: center;
	margin-bottom: 20px;
}
 @media only screen and (max-width: 767px) {
.col3BoxArea {
	flex-direction: column;
}
.col3BoxArea .box {
	width: 100%;
	border: none;
	border-bottom: #ccc 1px solid;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.col3BoxArea .box:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.col3BoxArea .box:nth-child(3n) {
	border-right: none;
}
.specTable .specList:first-child {
	border: none;
}
}
/* specAcdArea */
.specAcdArea {
	border: #ccc 1px solid;
	text-align: center;
}
.specTable {
	display: none;
	border-top: #333 2px solid;
	border-bottom: #333 2px solid;
	margin: 0 10px 10px 10px;
	padding-bottom: 5px;
}
.specTable .specList {
	display: flex;
}
.specTable .specList:first-child {
	border-bottom: #ccc 2px solid;
}
.specTable .specList .item {
	width: 50%;
	padding: 5px;
}
.specAcdBtn {
	cursor: pointer;
	padding: 5px;
	position: relative;
}
.specAcdBtn:after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: -4px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
}
.specAcdBtn.on:after {
	border: none;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	top: 4px;
}
/* linkList */
.linkList {
	margin-top: 20px;
}
.linkList .list {
	margin-bottom: 10px;
}
/* anchorLinkList */
.anchorLinkList .list {
	margin-bottom: 10px;
}
.anchorLinkList .link {
	position: relative;
	display: block;
	padding-left: 1.5em;
}
.anchorLinkList .link:after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	left: 8px;
	top: -4px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
}
 @media only screen and (max-width: 767px) {
.anchorLinkList .link::after {
	top: 8px;
	bottom: auto;
}
}
/* searchInfoIcon */
.searchInfoText .searchInfoIcon {
	display: inline-block;
	background: url(/support/images/ico_info_pink.png) no-repeat left 2px;
	margin-bottom: 10px;
	padding-left: 25px;
}
/* circle_gray */
.circle_gray {
	padding-left: 20px;
	background: url(/support/images/ico_circle_gray_s.gif) no-repeat 3px 8px;
}
/* accordion */
.accordion_gray {
	background-color:#f5f5f5;
	padding:5px 5px;
}
.accordion_txt {
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
	font-size:95%;
}
.accordion_txt a {
	text-decoration:underline;
}
.accordion_txt a:hover {
	text-decoration:none;
}

